@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap");
body {
  font-family: "Inter", system-ui, sans-serif;
  background: #F4F1E5;
  color: #1C2B22;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", system-ui, sans-serif;
  color: #1C2B22;
}

.container-fluid {
  width: 95%;
  margin: 0 auto;
}

header {
  background: #FFFFFF;
  border-bottom: 1px solid #E3E0D2;
}
header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}
header .header-wrap .header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
header .header-wrap .header-left .logo .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.2px;
  color: #1C5638;
}
header .header-wrap .header-left .logo .brand i {
  color: #D9A441;
  font-size: 26px;
}
header .header-wrap .main-menu {
  flex: 1 1 auto;
}
header .header-wrap .main-menu nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
header .header-wrap .main-menu nav ul li {
  display: inline-block;
  padding: 0 4px;
}
header .header-wrap .main-menu nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #1C2B22;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
  padding: 11px 18px;
  border-radius: 999px;
  overflow: hidden;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
header .header-wrap .main-menu nav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #D9A441;
  transition: width 0.3s ease;
}
header .header-wrap .main-menu nav ul li a:hover {
  color: #1C5638;
  background-color: rgba(28, 86, 56, 0.07);
  transform: translateY(-1px);
}
header .header-wrap .main-menu nav ul li a:hover::after {
  width: 22px;
}
header .header-wrap .main-menu nav ul li a.active {
  color: #1C5638;
  font-weight: 600;
  background: linear-gradient(90deg, rgba(28, 86, 56, 0.12), rgba(217, 164, 65, 0.12));
}
header .header-wrap .main-menu nav ul li a.active::after {
  width: 22px;
}
header .header-wrap .header-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
header .header-wrap .header-right .header-action-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-wrap .header-right .header-action-right .header-options {
  display: flex;
  align-items: center;
  gap: 26px;
}
header .header-wrap .header-right .header-action-right .header-options .header-option {
  display: flex;
  align-items: center;
}
header .header-wrap .header-right .header-action-right .header-options .header-option .action-icon {
  position: relative;
  display: inline-flex;
}
header .header-wrap .header-right .header-action-right .header-options .header-option .action-icon img {
  width: 24px;
}
header .header-wrap .header-right .header-action-right .header-options .header-option .action-icon span {
  background-color: #1C5638;
  position: absolute;
  right: -11px;
  top: -7px;
  color: #fff;
  height: 19px;
  width: 19px;
  border-radius: 100%;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  line-height: 19px;
}
header .header-wrap .mobile-menu {
  display: none;
}

.stick {
  box-shadow: 0 8px 20px 0 rgba(20, 40, 28, 0.08);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  background: #fff;
  transition: all 0.4s;
}

.categories-dropdown.show {
  display: block; /* Show when 'show' class is added */
}

.categories-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  height: calc(100vh - 202px);
  overflow-y: scroll;
  margin-top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  min-width: 400px;
  border: 1px solid #1C5638;
  border-radius: 5px;
  padding: 10px 18px;
}
.categories-dropdown ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.categories-dropdown ul li {
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 12px;
  flex: 0 0 48%;
}
.categories-dropdown ul li a {
  color: #1C2B22;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.categories-dropdown ul li a img {
  width: 30px;
  margin-top: -10px;
}
.categories-dropdown ul li a i {
  color: #1C5638;
}
.categories-dropdown ul li ul {
  padding-left: 35px;
  display: none;
}
.categories-dropdown ul li ul li {
  margin-bottom: 10px;
  border: none;
  width: 100%;
}
.categories-dropdown ul li ul li:last-child {
  padding-bottom: 0;
  margin: 0;
}

.color-theme {
  color: #1C5638;
}

.side-cart-items {
  position: relative;
}
.side-cart-items .side-cart-item {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.side-cart-items .side-cart-item img {
  width: 60px;
}
.side-cart-items .side-cart-item .add-plus-remove {
  background-color: #1C5638;
  width: 30px;
}
.side-cart-items .side-cart-item .add-plus-remove .add-cart-icon {
  display: block;
  background-color: #1C5638;
  color: #fff;
  padding: 2px 9px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
}
.side-cart-items .side-cart-item .add-plus-remove .add-cart-icon i {
  font-size: 12px;
}
.side-cart-items .side-cart-item .add-plus-remove input {
  display: block;
  width: 30px;
  border: none;
  text-align: center;
  outline: none !important;
  color: #fff;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.1764705882);
}
.side-cart-items .side-cart-item .add-plus-remove input::-webkit-outer-spin-button,
.side-cart-items .side-cart-item .add-plus-remove input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.side-cart-items .side-cart-item .item-info h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.side-cart-items .side-cart-item .item-info span.price {
  color: #1C5638;
  font-weight: 600;
}
.side-cart-items .side-cart-item .total-price {
  color: #1C2B22;
  font-weight: 700;
}
.side-cart-items .side-cart-item .remove {
  color: #6B7A6F;
  margin-left: 20px;
}
.side-cart-items .bottom-area {
  position: fixed;
  width: -webkit-fill-available;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eaeaea;
  background-color: #fff;
}
.side-cart-items .bottom-area button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding-left: 20px;
  font-weight: 600;
}
.side-cart-items .bottom-area button span {
  background: #fff;
  padding: 10px 20px;
  color: #1C2B22;
  border-radius: 50px;
  font-weight: 600;
}

section.hero-slider {
  padding: 30px 0;
}
section.hero-slider.hero-full {
  padding: 0;
}
section.hero-slider.hero-full .hero-fluid {
  width: 100%;
  padding: 0;
}
section.hero-slider.hero-full .carousel {
  position: relative;
}
section.hero-slider.hero-full .carousel .carousel-item {
  position: relative;
}
section.hero-slider.hero-full .carousel .carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 62, 40, 0.72) 0%, rgba(18, 62, 40, 0.45) 38%, rgba(18, 62, 40, 0) 70%);
}
section.hero-slider.hero-full .carousel .carousel-item img {
  border-radius: 0;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
section.hero-slider.hero-full .hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 5;
  pointer-events: none;
}
section.hero-slider.hero-full .hero-overlay .hero-content {
  pointer-events: auto;
  max-width: 620px;
  padding: 0 5%;
  color: #ffffff;
  animation: heroFadeUp 0.8s ease both;
}
section.hero-slider.hero-full .hero-overlay .hero-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.1;
  margin-bottom: 16px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
section.hero-slider.hero-full .hero-overlay .hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 480px;
  opacity: 0.95;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
section.hero-slider.hero-full .hero-overlay .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
section.hero-slider.hero-full .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border-radius: 999px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
section.hero-slider.hero-full .hero-btn-primary {
  background: #D9A441;
  color: #123E28;
  box-shadow: 0 10px 26px rgba(217, 164, 65, 0.4);
}
section.hero-slider.hero-full .hero-btn-primary:hover {
  background: #c28e2e;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(217, 164, 65, 0.5);
}
section.hero-slider.hero-full .hero-btn-outline {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}
section.hero-slider.hero-full .hero-btn-outline:hover {
  background: #ffffff;
  color: #1C5638;
  transform: translateY(-2px);
}
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section.hero-slider .carousel .carousel-control-prev {
  opacity: 1;
  width: auto;
  left: 20px;
}
section.hero-slider .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-color: #1C5638;
  opacity: 1;
  padding: 15px;
  width: 50px;
  height: 50px;
  background-size: 52%;
  border-radius: 50%;
}
section.hero-slider .carousel .carousel-control-next {
  opacity: 1;
  width: auto;
  right: 20px;
}
section.hero-slider .carousel .carousel-control-next .carousel-control-next-icon {
  background-color: #1C5638;
  opacity: 1;
  padding: 15px;
  width: 50px;
  height: 50px;
  background-size: 52%;
  border-radius: 50%;
}
section.hero-slider .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1C5638;
}
section.hero-slider .carousel .carousel-item img {
  border-radius: 20px;
}

.color-theme {
  color: #1C5638 !important;
}

.decoration-none {
  text-decoration: none;
}

.swiper-horizontal > .swiper-scrollbar {
  display: none;
}

.swiper_related .swiper-wrapper .swiper-slide img {
  width: 100% !important;
  border-radius: 10px;
}

.swiper {
  width: 100%;
  padding-top: 80px;
}
.swiper .swiper-wrapper .swiper-slide img {
  width: 150px;
  border-radius: 10px;
}
.swiper .swiper-button-prev {
  background-color: #1C5638;
  padding: 15px 22px;
  border-radius: 50px;
  left: unset;
  right: 65px;
  top: 27px;
}
.swiper .swiper-button-prev:after {
  color: #fff;
  font-size: 15px;
}
.swiper .swiper-button-next {
  background-color: #1C5638;
  padding: 15px 22px;
  border-radius: 50px;
  top: 27px;
}
.swiper .swiper-button-next:after {
  color: #fff;
  font-size: 15px;
}

section.brands {
  padding: 50px 0;
  background-color: rgba(28, 86, 56, 0.0823529412);
  margin-bottom: 30px;
  position: relative;
}
section.brands .brand-heading {
  margin-bottom: 20px;
  position: absolute;
  top: 55px;
}
section.brands .brand-heading h2 {
  font-weight: 600;
  font-size: 30px;
}

.sec-heading {
  margin-bottom: 20px;
  position: absolute;
  top: 52px;
}
.sec-heading h2 {
  font-weight: 600;
  font-size: 30px;
}
.sec-heading h2 a {
  font-size: 17px;
  color: #1C2B22;
  text-decoration: none;
  font-weight: 500;
}

section.categories {
  padding: 50px 0;
  position: relative;
}
section.categories .brand-heading {
  margin-bottom: 20px;
  position: absolute;
  top: 55px;
}
section.categories .brand-heading h2 {
  font-weight: 600;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
section.categories .brand-heading h2 a {
  font-size: 17px;
  color: #1C2B22;
  text-decoration: none;
  font-weight: 500;
}

.cat-card {
  position: relative;
  height: 360px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #E3E0D2;
  box-shadow: 0 6px 20px rgba(20, 40, 28, 0.1);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.45s ease;
}
.cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(11, 26, 17, 0.92) 0%, rgba(11, 26, 17, 0.45) 42%, rgba(11, 26, 17, 0) 72%);
  transition: opacity 0.4s ease;
}
.cat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(20, 40, 28, 0.28);
}
.cat-card:hover img {
  transform: scale(1.08);
}
.cat-card:hover .cat-overlay {
  transform: translateY(-6px);
}
.cat-card:hover .cat-go {
  opacity: 1;
  transform: translate(0, 0);
  background: #D9A441;
  color: #fff;
}
.cat-card:hover::before {
  opacity: 0.97;
}
.cat-card img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  transition: transform 0.7s ease;
}
.cat-card .cat-go {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #1C5638;
  font-size: 18px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translate(8px, -8px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease, color 0.25s ease;
}
.cat-card .cat-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 22px;
  text-align: left;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.cat-card .cat-overlay .cat-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #D9A441;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(217, 164, 65, 0.4);
}
.cat-card .cat-overlay h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 6px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.cat-card .cat-overlay .cat-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
}

section.popular-categories {
  padding: 50px 0;
}
section.popular-categories .sec-heading {
  display: flex;
  justify-content: space-between;
  position: unset;
}
section.popular-categories .sec-heading .tabs-popular nav .nav-tabs {
  border: none;
}
section.popular-categories .sec-heading .tabs-popular nav .nav-tabs button {
  border: none;
  color: #1C2B22;
  text-transform: capitalize;
  padding: 0;
  padding-left: 15px;
  font-weight: 600;
  background: transparent;
}
section.popular-categories .sec-heading .tabs-popular nav .nav-tabs .active {
  color: #1C5638;
}

.bg-tr {
  background-color: rgba(167, 134, 64, 0.0823529412);
}

.categories-card {
  margin-bottom: 20px;
}
.categories-card .accordion-button:not(.collapsed) {
  background-color: rgba(28, 86, 56, 0.0980392157);
  color: #1C2B22;
  font-weight: 600;
}
.categories-card .accordion-button {
  box-shadow: none;
  outline: none;
  background-color: rgba(28, 86, 56, 0.0980392157);
  color: #1C2B22;
  font-weight: 600;
}
.categories-card .accordion-button::after {
  content: none;
}
.categories-card .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.categories-card .accordion-body ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.categories-card .accordion-body ul li {
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 25px;
}
.categories-card .accordion-body ul li a {
  color: #1C2B22;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.categories-card .accordion-body ul li a img {
  width: 30px;
  margin-top: -10px;
}
.categories-card .accordion-body ul li a i {
  color: #1C5638;
}
.categories-card .accordion-body ul li ul {
  padding-left: 35px;
  display: none;
}
.categories-card .accordion-body ul li ul li {
  margin-bottom: 10px;
  border: none;
}
.categories-card .accordion-body ul li ul li:last-child {
  padding-bottom: 0;
  margin: 0;
}
.categories-card .accordion-body #rangeValue {
  position: relative;
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.categories-card .accordion-body .range {
  width: 100%;
  height: 15px;
  -webkit-appearance: none;
  background: #111;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px rgb(0, 0, 0);
}
.categories-card .accordion-body .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1C5638;
  cursor: pointer;
  border: 4px solid #333;
  box-shadow: -407px 0 0 400px #1C5638;
}

.product-card {
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(20, 40, 28, 0.1);
  background-color: #FFFFFF;
  padding: 12px;
  border: 1px solid #E3E0D2;
  border-radius: 16px;
  transition: box-shadow 0.3s, transform 0.3s;
}
.product-card:hover {
  box-shadow: 0 12px 28px rgba(43, 33, 24, 0.12);
  transform: translateY(-4px);
}
.product-card:hover .action-shorts {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.3s ease 0s;
}
.product-card .image {
  position: relative;
  margin-bottom: 10px;
}
.product-card .image img {
  width: 100%;
  border-radius: 12px;
}
.product-card .image span {
  position: absolute;
  background-color: #D9A441;
  padding: 6px 8px;
  border-radius: 7px;
  top: 10px;
  left: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.product-card .image .action-shorts {
  background-color: #fff;
  border: 1px solid #1C5638;
  width: max-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}
.product-card .image .action-shorts a {
  width: 35px;
  height: 36px;
  line-height: 37px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-right: 1px solid #1C5638;
  color: #1C5638;
}
.product-card h4 {
  color: #1C2B22;
  font-size: 16px;
  font-weight: 500;
}
.product-card h4 a {
  color: #1C2B22;
  font-weight: 600;
  text-decoration: none;
}
.product-card .price-option {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card .price-option .price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-card .price-option .price span.price {
  font-size: 16px;
  font-weight: 700;
  color: #1C5638;
}
.product-card .price-option .price span.actual-price {
  font-size: 15px;
  font-weight: 600;
  color: #6B7A6F;
  text-decoration: line-through;
}
.product-card .price-option .add-to-cart {
  text-align: right;
}
.product-card .price-option .add-to-cart .add-cart-icon-first {
  display: block;
  text-align: right;
}
.product-card .price-option .add-to-cart .add-cart-icon-first .add-cart-icon {
  background-color: #fff;
  color: #1C5638;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #1C5638;
  box-shadow: none;
  outline: none;
}
.product-card .price-option .add-to-cart .add-plus-remove {
  display: flex;
  background-color: #1C5638;
}
.product-card .price-option .add-to-cart .add-plus-remove .add-cart-icon {
  background-color: #1C5638;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
}
.product-card .price-option .add-to-cart .add-plus-remove input {
  width: 50px;
  border: none;
  text-align: center;
  outline: none !important;
  color: #fff;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.1764705882);
}
.product-card .price-option .add-to-cart .add-plus-remove input::-webkit-outer-spin-button,
.product-card .price-option .add-to-cart .add-plus-remove input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-theme {
  background: #1C5638;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-theme:hover {
  background: #123E28;
  color: #fff;
  transition: all 0.3s;
}

section.best-sells {
  padding: 50px 0;
  position: relative;
}
section.best-sells .sec-heading {
  position: unset;
}
section.best-sells .image-button img {
  width: 100%;
  height: 378px;
  object-fit: cover;
  border: 1px solid #1C5638;
}
section.best-sells .image-button .btn-theme {
  position: absolute;
  width: max-content;
  left: 20px;
  top: 40%;
}

section.deals {
  padding: 50px 0;
  position: relative;
}
section.deals .brand-heading {
  margin-bottom: 20px;
  position: absolute;
  top: 55px;
}
section.deals .brand-heading h2 {
  font-weight: 600;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
section.deals .brand-heading h2 a {
  font-size: 17px;
  color: #1C2B22;
  text-decoration: none;
  font-weight: 500;
}

.deal-card {
  text-align: center;
  border: 1.5px solid #1C5638;
  padding: 25px;
  border-radius: 5px;
}
.deal-card .countdown li {
  display: inline-block;
  font-size: 15px;
  list-style-type: none;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  background: rgba(28, 86, 56, 0.137254902);
  font-weight: 500;
  border-radius: 5px;
  color: #1C2B22;
}
.deal-card .countdown li span {
  display: block;
  font-size: 20px;
  color: #1C5638;
}
.deal-card img {
  width: 180px !important;
  margin: 0 auto;
  margin-bottom: 20px;
}
.deal-card h3 {
  text-align: left;
  font-size: 20px;
}
.deal-card h3 a {
  color: #1C2B22;
  text-decoration: none;
}
.deal-card .provider {
  display: block;
  font-weight: 600;
  text-align: left;
}
.deal-card .provider a {
  color: #1C5638;
  text-decoration: none;
}
.deal-card .price-option {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deal-card .price-option .price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.deal-card .price-option .price span.price {
  font-size: 20px;
  font-weight: 600;
  color: #1C5638;
}
.deal-card .price-option .price span.actual-price {
  font-size: 18px;
  font-weight: 600;
  color: #6B7A6F;
  text-decoration: line-through;
}
.deal-card .price-option .add-to-cart {
  text-align: right;
}
.deal-card .price-option .add-to-cart .add-cart-icon-first {
  display: block;
  text-align: right;
}
.deal-card .price-option .add-to-cart .add-cart-icon-first .add-cart-icon {
  background-color: #1C5638;
  color: #1C5638;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #1C5638;
  box-shadow: none;
  color: #fff;
  outline: none;
}
.deal-card .price-option .add-to-cart .add-cart-icon-first .add-cart-icon i {
  margin-right: 0px;
}
.deal-card .price-option .add-to-cart .add-plus-remove {
  display: flex;
  background-color: #1C5638;
}
.deal-card .price-option .add-to-cart .add-plus-remove .add-cart-icon {
  background-color: #1C5638;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
}
.deal-card .price-option .add-to-cart .add-plus-remove input {
  width: 50px;
  border: none;
  text-align: center;
  outline: none !important;
  color: #fff;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.1764705882);
}
.deal-card .price-option .add-to-cart .add-plus-remove input::-webkit-outer-spin-button,
.deal-card .price-option .add-to-cart .add-plus-remove input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.multioptions {
  padding: 30px 0;
}
section.multioptions .heading-column {
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}
section.multioptions .heading-column::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #1C5638;
  bottom: 0;
}

.mini-card {
  border: 1.5px solid #1C5638;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.mini-card .image img {
  width: 90px;
}
.mini-card .content h3 {
  line-height: 18px;
  font-weight: 600;
}
.mini-card .content h3 a {
  color: #1C2B22;
  text-decoration: none;
  font-size: 16px;
}
.mini-card .content .rating ul {
  padding: 0;
  margin: 0;
}
.mini-card .content .rating ul li {
  display: inline-block;
}
.mini-card .content .rating ul li span {
  font-weight: 600;
}
.mini-card .content .rating ul li i {
  color: #eab308;
}
.mini-card .content .price {
  color: #1C5638;
  display: block;
  margin-top: 5px;
  font-weight: 600;
}

section.subscribe {
  padding: 50px 0;
}
section.subscribe .subscribe-content {
  background: #1C5638;
  position: relative;
  padding: 50px 50px;
  border-radius: 10px;
}
section.subscribe img {
  position: absolute;
  right: 0;
  width: 380px;
  bottom: 0;
}
section.subscribe h3 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
}
section.subscribe h5 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
section.subscribe p {
  color: #fff;
  font-weight: 600;
}
section.subscribe p b {
  color: #D9A441;
}
section.subscribe form {
  background-color: #fff;
  max-width: 450px;
  border-radius: 50px;
  position: relative;
  z-index: 4;
}
section.subscribe form input {
  box-shadow: none !important;
  outline: none;
  border: 0;
  height: 50px;
  border-radius: 50px 0 0 50px;
  padding-left: 58px;
  background: url("/img/icon-plane.e600e64b.png") no-repeat 25px;
}
section.subscribe form button {
  border: 0;
  border-radius: 50px;
  font-weight: 700;
  background-color: #D9A441;
  color: #fff;
  padding: 10px 30px;
  transition: background-color 0.3s;
}
section.subscribe form button:hover {
  background-color: #C28E2E;
}

section.about-us {
  padding: 50px 0;
}
section.about-us .carousel {
  margin-bottom: 20px;
}
section.about-us .carousel .carousel-inner .carousel-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
section.about-us .carousel .carousel-control-prev {
  opacity: 1;
}
section.about-us .carousel .carousel-control-prev span {
  background-color: #1C5638;
  background-size: 60%;
  border-radius: 50px;
}
section.about-us .carousel .carousel-control-next {
  opacity: 1;
}
section.about-us .carousel .carousel-control-next span {
  background-color: #1C5638;
  background-size: 60%;
  border-radius: 50px;
}
section.about-us .content h3 {
  color: #1C5638;
  font-weight: 600;
  font-size: 30px;
}
section.about-us .content p {
  font-weight: 500;
  font-size: 18px;
}
section.about-us .content h4 {
  font-weight: 600;
  font-size: 25px;
}
section.about-us .content .story-content p {
  margin-bottom: 15px;
}

section.web-content {
  padding: 20px 0;
}
section.web-content h3 {
  color: #1C2B22;
  font-weight: 600;
  font-size: 30px;
}
section.web-content p {
  font-weight: 600;
  margin-bottom: 5px;
  color: #1C2B22;
  font-size: 17px;
}
section.web-content b {
  color: #1C2B22;
}
section.web-content ul {
  padding: 0;
}
section.web-content ul li {
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1C2B22;
  font-size: 17px;
}
section.web-content ul li b {
  margin-right: 3px;
}

/* ===== Modern About Page ===== */
.about-eyebrow {
  display: inline-block;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D9A441;
  margin-bottom: 14px;
}
.about-eyebrow.dark {
  color: #1C5638;
}

section.about-hero {
  position: relative;
  background: url("../images/about-hero.jpg") center/cover no-repeat;
  padding: 120px 0;
  display: flex;
  align-items: center;
}
section.about-hero .about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 62, 40, 0.88) 0%, rgba(18, 62, 40, 0.6) 50%, rgba(18, 62, 40, 0.25) 100%);
}
section.about-hero .container {
  position: relative;
  z-index: 2;
}
section.about-hero .about-hero-content {
  max-width: 640px;
  color: #fff;
  animation: heroFadeUp 0.8s ease both;
}
section.about-hero .about-hero-content h1 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.12;
  margin-bottom: 18px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
section.about-hero .about-hero-content p {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 30px;
}
.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 999px;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.about-btn-primary {
  background: #D9A441;
  color: #123E28;
  box-shadow: 0 10px 26px rgba(217, 164, 65, 0.4);
}
.about-btn-primary:hover {
  background: #c28e2e;
  color: #123E28;
  transform: translateY(-2px);
}
.about-btn-outline {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.about-btn-outline:hover {
  background: #fff;
  color: #1C5638;
  transform: translateY(-2px);
}
.about-btn-light {
  background: #fff;
  color: #1C5638;
}
.about-btn-light:hover {
  background: #f1f0ec;
  color: #1C5638;
  transform: translateY(-2px);
}

section.about-stats {
  background: #1C5638;
  padding: 40px 0;
}
section.about-stats .stat-card {
  text-align: center;
  color: #fff;
}
section.about-stats .stat-card h3 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #D9A441;
  margin-bottom: 4px;
}
section.about-stats .stat-card span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

section.about-story {
  padding: 80px 0;
}
section.about-story .about-story-media {
  position: relative;
}
section.about-story .about-story-media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(28, 86, 56, 0.18);
}
section.about-story .about-story-media .carousel-control-prev,
section.about-story .about-story-media .carousel-control-next {
  width: auto;
  opacity: 1;
}
section.about-story .about-story-media .carousel-control-prev-icon,
section.about-story .about-story-media .carousel-control-next-icon {
  background-color: rgba(28, 86, 56, 0.85);
  border-radius: 50%;
  padding: 14px;
  background-size: 45%;
}
section.about-story .about-story-media .about-story-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #D9A441;
  color: #123E28;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
section.about-story .about-story-content h2 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1C2B22;
  margin-bottom: 18px;
}
section.about-story .about-story-text,
section.about-story .about-story-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #6B7A6F;
}
section.about-story .about-story-text p {
  margin-bottom: 14px;
}

.about-section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 46px;
}
.about-section-head h2 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #1C2B22;
}

section.about-features {
  padding: 80px 0;
  background: #f4f7f3;
}
section.about-features .feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 36px 28px;
  height: 100%;
  text-align: center;
  border: 1px solid rgba(28, 86, 56, 0.08);
  box-shadow: 0 8px 24px rgba(28, 86, 56, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.about-features .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(28, 86, 56, 0.14);
}
section.about-features .feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 86, 56, 0.1);
  color: #1C5638;
  font-size: 32px;
}
section.about-features .feature-card:hover .feature-icon {
  background: #D9A441;
  color: #123E28;
}
section.about-features .feature-card h3 {
  font-weight: 600;
  font-size: 21px;
  color: #1C2B22;
  margin-bottom: 12px;
}
section.about-features .feature-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #6B7A6F;
  margin: 0;
}

section.about-pillars {
  padding: 80px 0;
}
section.about-pillars .pillar-card {
  height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px;
  border-top: 4px solid #D9A441;
  box-shadow: 0 10px 30px rgba(28, 86, 56, 0.08);
}
section.about-pillars .pillar-card p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #6B7A6F;
  margin: 0;
}
section.about-pillars .pillar-values {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.about-pillars .pillar-values li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15.5px;
  color: #1C2B22;
  font-weight: 500;
}
section.about-pillars .pillar-values li::before {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #1C5638;
}

section.about-cta {
  padding: 0 0 80px;
}
section.about-cta .about-cta-inner {
  background: linear-gradient(120deg, #1C5638 0%, #123E28 100%);
  border-radius: 26px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  box-shadow: 0 24px 50px rgba(28, 86, 56, 0.25);
}
section.about-cta .about-cta-text {
  max-width: 580px;
}
section.about-cta .about-cta-text h2 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
section.about-cta .about-cta-text p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
section.about-cta .about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 991px) {
  section.about-hero {
    padding: 90px 0;
  }
  section.about-hero .about-hero-content h1 {
    font-size: 36px;
  }
  section.about-story {
    padding: 56px 0;
  }
  section.about-story .about-story-media {
    margin-bottom: 30px;
  }
  section.about-story .about-story-content h2,
  section.about-cta .about-cta-text h2 {
    font-size: 28px;
  }
  section.about-features,
  section.about-pillars {
    padding: 56px 0;
  }
  section.about-cta .about-cta-inner {
    padding: 36px 26px;
    text-align: center;
    justify-content: center;
  }
  section.about-cta .about-cta-actions {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  section.about-hero .about-hero-content h1 {
    font-size: 30px;
  }
  section.about-stats .stat-card h3 {
    font-size: 30px;
  }
  .about-hero-actions .about-btn {
    flex: 1 1 auto;
  }
}

section.what-we-provide {
  padding: 50px 0;
}
section.what-we-provide .heading-top h3 {
  position: relative;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
section.what-we-provide .card-provide {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 20px;
}
section.what-we-provide .card-provide img {
  width: 80px;
  margin-bottom: 10px;
}
section.what-we-provide .card-provide h3 {
  font-size: 23px;
  font-weight: 600;
}
section.what-we-provide .card-provide p {
  font-weight: 500;
}

section.contact {
  padding: 50px 0;
}
section.contact .contact-content h3 {
  font-weight: 600;
  color: #1C5638;
  font-size: 25px;
}
section.contact .contact-content p {
  font-weight: 500;
  color: #1C2B22;
}
section.contact .contact-content a {
  color: #1C5638;
}
section.contact .contact-content ul {
  padding: 0;
}
section.contact .contact-content ul li {
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: 600;
}
section.contact .contact-form h3 {
  font-weight: 600;
}
section.contact .contact-form p {
  font-weight: 500;
}
section.contact .contact-form form input {
  height: 50px;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 500;
}
section.contact .contact-form form input:focus {
  border: 1px solid #1C5638;
}
section.contact .contact-form form textarea {
  outline: none !important;
  box-shadow: none !important;
  font-weight: 500;
}
section.contact .contact-form form textarea:focus {
  border: 1px solid #1C5638;
}
section.contact .contact-form form .input-group-text {
  background-color: #1C5638;
  color: #fff;
  font-weight: 500;
}

section.mini-info {
  margin-bottom: 20px;
}
section.mini-info .mini-info-card {
  background: rgba(28, 86, 56, 0.1137254902);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
section.mini-info .mini-info-card img {
  width: 60px;
}
section.mini-info .mini-info-card .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
section.mini-info .mini-info-card .content p {
  font-weight: 500;
  margin-bottom: 0;
}

section.products-shop {
  padding: 50px 0;
}
section.products-shop .top-area-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
section.products-shop .top-area-filter p {
  font-weight: 600;
}
section.products-shop .top-area-filter p b {
  color: #1C5638;
}
section.products-shop .top-area-filter .filters {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.products-shop .top-area-filter .filters .input-group-text {
  font-weight: 600;
  background-color: rgba(28, 86, 56, 0.2);
}
section.products-shop .top-area-filter .filters select {
  font-weight: 600;
  box-shadow: none !important;
  outline: none !important;
}
section.products-shop .top-area-filter .filters select:focus {
  border: 1px solid #1C5638;
}

.pagination-shop .pagination li a {
  background-color: #fff;
  color: #1C2B22;
  font-weight: 500;
  box-shadow: none !important;
  outline: none !important;
}
.pagination-shop .pagination li.active a {
  background-color: #1C5638;
  border-color: #1C5638;
  color: #fff;
}

section.terms {
  padding: 50px 0;
}
section.terms .terms-content {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 30px;
  border-radius: 7px;
}
section.terms .terms-content h3, section.terms .terms-content h2, section.terms .terms-content h1, section.terms .terms-content h4, section.terms .terms-content h5, section.terms .terms-content h6 {
  font-weight: 600;
}
section.terms .terms-content p {
  font-weight: 500;
  font-size: 17px;
}
section.terms .terms-content li, section.terms .terms-content span {
  font-weight: 500;
  font-size: 17px;
}
section.terms .terms-content strong {
  font-weight: 600 !important;
}
section.terms .terms-content h3 {
  font-size: 25px;
  font-weight: 600 !important;
}

.xs-breadcumb {
  background-color: rgba(28, 86, 56, 0.1529411765);
  padding: 29px 0;
  min-height: 80px;
  margin-top: 20px;
}
.xs-breadcumb .breadcrumb {
  background-color: inherit;
  padding: 0;
  margin-bottom: 0;
}
.xs-breadcumb .breadcrumb .breadcrumb-item {
  margin-right: 0;
  color: #1C2B22;
  font-weight: 600;
}
.xs-breadcumb .breadcrumb .breadcrumb-item a {
  font-weight: 700;
  color: #1C5638;
  text-decoration: none;
}

section.faq {
  padding: 50px 0;
  padding-bottom: 0;
}
section.faq .faq-content {
  padding: 30px;
  max-width: 860px;
  margin: 0 auto;
}
section.faq .faq-accordion .accordion-item {
  background-color: #FFFFFF;
  border: 1px solid rgba(28, 86, 56, 0.12);
  border-radius: 14px !important;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(28, 86, 56, 0.06);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
section.faq .faq-accordion .accordion-item:hover {
  border-color: rgba(217, 164, 65, 0.5);
  box-shadow: 0 10px 26px rgba(28, 86, 56, 0.12);
}
section.faq .faq-accordion .accordion-header {
  margin: 0;
}
section.faq .faq-accordion .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #1C2B22;
  background-color: transparent;
  padding: 20px 24px;
  border: none;
  box-shadow: none;
  transition: color 0.25s ease, background-color 0.25s ease;
}
section.faq .faq-accordion .accordion-button:not(.collapsed) {
  color: #1C5638;
  background-color: rgba(28, 86, 56, 0.06);
}
section.faq .faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
section.faq .faq-accordion .accordion-button::after {
  width: 1.1rem;
  height: 1.1rem;
  background-size: 1.1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='%231C5638' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}
section.faq .faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='%23D9A441' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
section.faq .faq-accordion .accordion-body {
  padding: 4px 24px 22px;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.7;
  color: #6B7A6F;
}

.search {
  width: 100%;
}
.search form {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #1C5638;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  background-color: #fff;
}
.search form input {
  width: 100%;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
}
.search form .icon-search {
  position: absolute;
  right: 15px;
  background: transparent;
  color: #1C2B22;
}
.search form .icon-search i {
  font-size: 25px;
}

.footer_bottom_menu {
  display: none;
}

.offcanvas-mobile-menu {
  width: 320px !important;
  border: none;
  background: linear-gradient(165deg, #ffffff 0%, #f4f7f3 100%);
  box-shadow: 12px 0 40px rgba(28, 86, 56, 0.15);
}
.offcanvas-mobile-menu .offcanvas-header {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(28, 86, 56, 0.08);
}
.offcanvas-mobile-menu .offcanvas-header .btn-close {
  background-color: rgba(28, 86, 56, 0.07);
  border-radius: 50%;
  padding: 10px;
  opacity: 0.8;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.offcanvas-mobile-menu .offcanvas-header .btn-close:hover {
  background-color: rgba(217, 164, 65, 0.2);
  transform: rotate(90deg);
  opacity: 1;
}
.offcanvas-mobile-menu .offcanvas-header .offcanvas-title img {
  width: 70px;
}
.offcanvas-mobile-menu .offcanvas-header .offcanvas-title .brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1C5638;
}
.offcanvas-mobile-menu .offcanvas-header .offcanvas-title .brand i {
  color: #D9A441;
  font-size: 22px;
}
.offcanvas-mobile-menu .offcanvas-body .accordion .accordion-item .accordion-header button {
  box-shadow: none;
  outline: none;
  color: #1C2B22;
  gap: 5px;
  font-weight: 600;
}
.offcanvas-mobile-menu .offcanvas-body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: rgba(28, 86, 56, 0.3019607843);
}
.offcanvas-mobile-menu .offcanvas-body .accordion .accordion-item .accordion-body ul {
  padding: 0;
}
.offcanvas-mobile-menu .offcanvas-body .accordion .accordion-item .accordion-body ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
.offcanvas-mobile-menu .offcanvas-body .accordion .accordion-item .accordion-body ul li a {
  color: #1C2B22;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(28, 86, 56, 0.4352941176);
}
.offcanvas-mobile-menu .offcanvas-body {
  padding: 16px 16px 24px;
}
.offcanvas-mobile-menu .offcanvas-body .menu {
  margin-top: 8px;
}
.offcanvas-mobile-menu .offcanvas-body .menu ul {
  padding: 0;
  margin: 0;
}
.offcanvas-mobile-menu .offcanvas-body .menu ul li {
  list-style-type: none;
  margin-bottom: 4px;
}
.offcanvas-mobile-menu .offcanvas-body .menu ul li a {
  position: relative;
  font-size: 15.5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 13px 16px;
  color: #1C2B22;
  font-weight: 500;
  border-radius: 12px;
  overflow: hidden;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, padding-left 0.25s ease;
}
.offcanvas-mobile-menu .offcanvas-body .menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 60%;
  border-radius: 0 4px 4px 0;
  background: #D9A441;
  transition: transform 0.25s ease;
}
.offcanvas-mobile-menu .offcanvas-body .menu ul li a:hover {
  background-color: rgba(28, 86, 56, 0.07);
  color: #1C5638;
  padding-left: 22px;
}
.offcanvas-mobile-menu .offcanvas-body .menu ul li a:hover::before {
  transform: translateY(-50%) scaleY(1);
}
.offcanvas-mobile-menu .offcanvas-body .menu ul li a.active {
  background: linear-gradient(90deg, rgba(28, 86, 56, 0.12), rgba(28, 86, 56, 0.02));
  color: #1C5638;
  font-weight: 600;
}
.offcanvas-mobile-menu .offcanvas-body .menu ul li a.active::before {
  transform: translateY(-50%) scaleY(1);
}
.offcanvas-mobile-menu .offcanvas-body .menu ul li a img {
  width: 22px;
  height: 22px;
  margin-right: 14px;
  padding: 0;
  transition: transform 0.25s ease;
}
.offcanvas-mobile-menu .offcanvas-body .menu ul li a:hover img {
  transform: scale(1.12);
}

section.related-products {
  padding: 50px 0;
  position: relative;
}
section.related-products .sec-heading {
  position: absolute;
}

.fw-500 {
  font-weight: 500 !important;
}

section.thankyou {
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}
section.thankyou h1 {
  font-weight: 700;
}
section.thankyou p {
  font-weight: 600;
}
section.thankyou p span {
  color: #1C5638;
}
section.thankyou .order-detail-thank {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  text-align: left;
}
section.thankyou .order-detail-thank h3 {
  font-size: 22px;
  font-weight: 600;
}
section.thankyou .order-detail-thank p {
  font-size: 16px;
  font-size: 500;
  margin: 0;
}
section.thankyou .order-cen {
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px;
}
section.thankyou .order-cen h3 {
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
section.thankyou .order-cen h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  background: #1C5638;
}
section.thankyou .order-cen table {
  border: 1px solid #eee;
}
section.thankyou .order-cen2 {
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px;
}
section.thankyou .order-cen2 table {
  text-align: left;
}
section.thankyou .order-cen2 table tr td {
  font-weight: 600;
}
section.thankyou .order-cen2 table tr td a {
  color: #1C5638;
  text-decoration: none;
}
section.thankyou .order-cen2 table tr td a i {
  font-size: 25px;
}
section.thankyou .order-cen2 table tr td img {
  width: 50px;
}
section.thankyou .order-cen2 table tr td .icon-action {
  padding: 12px 7px 5px 7px;
  border-radius: 5px;
  border: 1px solid #eee;
}
section.thankyou .order-cen2 table tr td .icon-action:first-child {
  margin-right: 5px;
}
section.thankyou .share-section .share-title {
  font-weight: 700;
  font-size: 20px;
  color: #1C5638;
}
section.thankyou .share-section ul li {
  display: inline-block;
}
section.thankyou .share-section ul li a {
  padding: 12px 12px 10px 11px;
  background: #1C5638;
  color: #fff;
  border-radius: 50px;
}
section.thankyou .share-section ul li a i {
  font-size: 20px;
}

.floating-product {
  position: fixed;
  z-index: 1001;
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
  transform-origin: center;
}

.animate-count {
  animation: pulse 0.5s ease-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cart-widget {
  cursor: pointer;
  padding: 20px;
  background-color: #1C5638;
  color: #fff;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cart-widget .cart-title {
  margin-bottom: 10px;
}
.cart-widget .cart-total {
  display: block;
  padding: 5px;
  background: #fff;
  color: #1C5638;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
}

section.product-detail .product-image img {
  width: 100%;
  margin-bottom: 15px;
}
section.product-detail .product-content .tag {
  background-color: #1C5638;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
}
section.product-detail .product-content .title {
  font-size: 35px;
  font-weight: 600;
}
section.product-detail .product-content .description p {
  font-weight: 500;
  font-size: 16px;
}
section.product-detail .product-content .reviews .no-review {
  font-size: 15px;
  font-weight: 500;
}
section.product-detail .product-content .reviews .review i {
  color: rgb(255, 200, 0);
  font-size: 17px;
}
section.product-detail .product-content .reviews .review span {
  color: #1C2B22;
  font-weight: 500;
}
section.product-detail .product-content .price span.price-tag {
  color: #1C5638;
  font-size: 35px;
  font-weight: 600;
}
section.product-detail .product-content .price span {
  font-weight: 500;
}
section.product-detail .product-content .actions-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
section.product-detail .product-content .actions-group .add-plus-remove {
  display: flex;
  background-color: #1C5638;
}
section.product-detail .product-content .actions-group .add-plus-remove .add-cart-icon {
  background-color: #1C5638;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
}
section.product-detail .product-content .actions-group .add-plus-remove input {
  width: 50px;
  border: none;
  text-align: center;
  outline: none !important;
  color: #fff;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.1764705882);
}
section.product-detail .product-content .actions-group .add-plus-remove input::-webkit-outer-spin-button,
section.product-detail .product-content .actions-group .add-plus-remove input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.product-detail .product-content .actions-group .add-cart {
  background-color: #1C5638;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid #1C5638;
  box-shadow: none;
  outline: none;
  font-weight: 600;
}
section.product-detail .product-content .actions-group .add-cart i {
  font-size: 20px;
}
section.product-detail .product-content .extra p {
  font-weight: 600;
  font-size: 15px;
}
section.product-detail .product-content .extra p span {
  color: #1C5638;
}
section.product-detail .content-tabs {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
}
section.product-detail .content-tabs .nav-pills {
  gap: 10px;
}
section.product-detail .content-tabs .nav-pills .nav-item button {
  color: #000;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #fff;
}
section.product-detail .content-tabs .nav-pills .nav-item button.active {
  background-color: #1C5638;
  color: #fff;
}
section.product-detail .content-tabs .tab-content p {
  font-weight: 500;
}
section.product-detail .content-tabs .tab-content .reviews-box .review {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
section.product-detail .content-tabs .tab-content .reviews-box .review img {
  width: 40px;
  border-radius: 50px;
}
section.product-detail .content-tabs .tab-content .reviews-box .review .review-content {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px;
  border-radius: 3px;
}
section.product-detail .content-tabs .tab-content .reviews-box .review .review-content .review-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
section.product-detail .content-tabs .tab-content .reviews-box .review .review-content .review-top .rating ul {
  padding: 0;
  margin: 0;
}
section.product-detail .content-tabs .tab-content .reviews-box .review .review-content .review-top .rating ul li {
  display: inline-block;
}
section.product-detail .content-tabs .tab-content .reviews-box .review .review-content .review-top .rating ul li i {
  color: rgb(255, 200, 0);
}
section.product-detail .content-tabs .tab-content .reviews-box .review .review-content .review-top h4 {
  font-size: 20px;
  margin: 0;
}
section.product-detail .content-tabs .tab-content .reviews-box .review .review-content .review-top .date {
  font-weight: 500;
  color: #1C5638;
}
section.product-detail .content-tabs .tab-content .review_form {
  padding: 10px 0;
}
section.product-detail .content-tabs .tab-content .review_form form {
  margin-top: 15px;
}
section.product-detail .content-tabs .tab-content .review_form form .rating label {
  font-weight: 600;
}
section.product-detail .content-tabs .tab-content .review_form form .rating i {
  font-size: 16px;
  color: #1C5638;
}

section.wishlist-products {
  padding: 50px 0;
  position: relative;
}
section.wishlist-products .sec-heading {
  position: unset;
}
section.wishlist-products .wishlist {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 5px;
}
section.wishlist-products .wishlist table tr td {
  font-weight: 600;
}
section.wishlist-products .wishlist table tr td a {
  color: #1C5638;
  text-decoration: none;
}
section.wishlist-products .wishlist table tr td a i {
  font-size: 25px;
}
section.wishlist-products .wishlist table tr td .icon-action {
  padding: 12px 7px 5px 7px;
  border-radius: 5px;
  border: 1px solid #eee;
}
section.wishlist-products .wishlist table tr td .icon-action:first-child {
  margin-right: 5px;
}

.btn-add-cart {
  color: #1C5638;
  background: #FFFFFF;
  border: 2px solid #1C5638;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-add-cart i {
  font-size: 18px !important;
}
.btn-add-cart:hover {
  color: #fff !important;
  background-color: #1C5638;
  transition: all 0.3s;
}

footer {
  padding: 50px 0;
  background: #FFFFFF;
  border-top: 1px solid #E3E0D2;
}
footer .logo-content img {
  width: 150px;
  margin-bottom: 20px;
}
footer .logo-content .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #1C5638;
  margin-bottom: 18px;
}
footer .logo-content .footer-brand i {
  color: #D9A441;
  font-size: 28px;
}
footer .logo-content p {
  font-weight: 500;
  color: #6B7A6F;
}
footer .logo-content ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
footer .logo-content ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
footer .logo-content ul li a {
  color: #000;
  text-decoration: none;
}
footer .logo-content ul li a:hover {
  color: #1C5638;
}
footer .logo-content ul li i {
  font-size: 18px;
  color: #1C5638;
}
footer .logo-content ul li span {
  font-weight: 500;
}
footer .links h3 {
  font-size: 25px;
  font-weight: 600;
}
footer .links ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
footer .links ul li {
  margin-bottom: 15px;
  list-style-type: none;
}
footer .links ul li a {
  color: #1C2B22;
  text-decoration: none;
  display: block;
  font-weight: 500;
  transition: all 0.5s;
}
footer .links ul li a:hover {
  color: #1C5638;
  padding-left: 20px;
  transition: all 0.5s;
}
footer hr {
  border-color: #1C5638;
  border-width: 2px;
}
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
footer .copyright p {
  font-weight: 600;
  margin: 0;
}
footer .copyright .social-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .copyright .social-links h5 {
  margin: 0;
  font-weight: 600;
}
footer .copyright .social-links ul {
  padding: 0;
  margin: 0;
}
footer .copyright .social-links ul li {
  display: inline-block;
}
footer .copyright .social-links ul li a {
  padding: 12px 12px 10px 11px;
  background: #1C5638;
  color: #fff;
  border-radius: 50px;
}
footer .copyright .social-links ul li a i {
  font-size: 20px;
}

section.login-signup {
  padding: 80px 0;
}
section.login-signup .login-signup-box {
  box-shadow: 0 6px 20px rgba(20, 40, 28, 0.1);
  background: #FFFFFF;
  border: 1px solid #E3E0D2;
  border-radius: 16px;
  overflow: hidden;
}
section.login-signup .login-signup-box img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
section.login-signup .login-signup-box .login-content h3 {
  color: #1C5638;
  font-weight: 700;
  font-size: 35px;
}
section.login-signup .login-signup-box .login-content p {
  font-size: 17px;
  font-weight: 600;
}
section.login-signup .login-signup-box .login-content p a {
  color: #1C5638;
  font-weight: 600;
  text-decoration: none;
}
section.login-signup .login-signup-box .login-content form {
  padding-right: 20px;
}
section.login-signup .login-signup-box .login-content form label {
  font-weight: 600;
}
section.login-signup .login-signup-box .login-content form input {
  box-shadow: none;
  outline: none;
  border-radius: 8px;
}
section.login-signup .login-signup-box .login-content form input:focus {
  border: 1px solid #1C5638;
  box-shadow: 0 0 0 3px rgba(28, 86, 56, 0.1803921569);
}
section.login-signup .login-signup-box .login-content form button {
  background-color: #1C5638;
  color: #fff;
  border: 1px solid #1C5638;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s;
}
section.login-signup .login-signup-box .login-content form button:hover {
  background-color: #123E28;
  border-color: #123E28;
}
section.login-signup .login-signup-box .login-content form .forget {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #1C5638;
  font-weight: 600;
}
section.login-signup .login-signup-box .login-content form .with-agreement a {
  color: #1C5638;
  text-decoration: none;
}

.h-40 {
  height: 40px;
}

section.account {
  padding: 50px 0;
}
section.account .account-sec {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 10px;
}
section.account .account-sec .tabs-acc .nav {
  border-bottom: 1px solid #1C5638;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
section.account .account-sec .tabs-acc .nav button {
  color: #1C2B22;
  font-weight: 600;
  border-radius: 50px;
}
section.account .account-sec .tabs-acc .nav button.active {
  background: #1C5638;
  color: #fff;
}
section.account .account-sec .tabs-acc .tab-content .dashboard h3 {
  font-weight: 600;
}
section.account .account-sec .tabs-acc .tab-content .dashboard p {
  font-weight: 500;
  margin-bottom: 5px;
}
section.account .account-sec .tabs-acc .tab-content .dashboard p:last-child {
  margin-bottom: 0;
}
section.account .account-sec .tabs-acc .tab-content .orders .orders-table {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 5px;
}
section.account .account-sec .tabs-acc .tab-content .orders .orders-table h4 {
  font-weight: 600;
}
section.account .account-sec .tabs-acc .tab-content .orders .orders-table table tr td {
  font-weight: 600;
}
section.account .account-sec .tabs-acc .tab-content .orders .orders-table table tr td a {
  color: #1C5638;
  text-decoration: none;
}
section.account .account-sec .tabs-acc .tab-content .orders .orders-table table tr td a i {
  font-size: 25px;
}
section.account .account-sec .tabs-acc .tab-content .orders .orders-table table tr td .icon-action {
  padding: 12px 7px 5px 7px;
  border-radius: 5px;
  border: 1px solid #eee;
}
section.account .account-sec .tabs-acc .tab-content .orders .orders-table table tr td .icon-action:first-child {
  margin-right: 5px;
}
section.account .account-sec .tabs-acc .tab-content .address h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
section.account .account-sec .tabs-acc .tab-content .address .address-card {
  border: 1px solid #1C5638;
  padding: 15px;
  border-radius: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
section.account .account-sec .tabs-acc .tab-content .address .address-card .card-delete {
  position: absolute;
  right: 10px;
  top: 10px;
}
section.account .account-sec .tabs-acc .tab-content .address .address-card .card-delete img {
  width: 20px;
}
section.account .account-sec .tabs-acc .tab-content .address .address-card .card-top h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #1C5638;
}
section.account .account-sec .tabs-acc .tab-content .address .address-card .card-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.account .account-sec .tabs-acc .tab-content .address .address-card .card-bottom p {
  margin: 0;
  font-weight: 500;
}
section.account .account-sec .tabs-acc .tab-content .address .address-card .card-bottom img {
  width: 40px;
}
section.account .account-sec .tabs-acc .tab-content .my-account h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
section.account .account-sec .tabs-acc .tab-content .my-account form {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 10px;
}
section.account .account-sec .tabs-acc .tab-content .my-account form label {
  font-weight: 600;
}
section.account .account-sec .tabs-acc .tab-content .my-account form button {
  width: max-content;
}
section.account .account-sec .tabs-acc .tab-content .change-pass h4 {
  font-weight: 600;
  margin-bottom: 15px;
}
section.account .account-sec .tabs-acc .tab-content .change-pass form {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 10px;
}
section.account .account-sec .tabs-acc .tab-content .change-pass form label {
  font-weight: 600;
}
section.account .account-sec .tabs-acc .tab-content .change-pass form button {
  width: max-content;
}

section.cart {
  padding: 50px 0;
}
section.cart .cart-table {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 5px;
}
section.cart .cart-table h4 {
  font-weight: 600;
}
section.cart .cart-table table tr td {
  font-weight: 600;
}
section.cart .cart-table table tr td a {
  color: #1C5638;
  text-decoration: none;
}
section.cart .cart-table table tr td a i {
  font-size: 25px;
}
section.cart .cart-table table tr td .icon-action {
  padding: 12px 7px 5px 7px;
  border-radius: 5px;
  border: 1px solid #eee;
}
section.cart .cart-table table tr td .icon-action:first-child {
  margin-right: 5px;
}
section.cart .cart-table table tr td .add-plus-remove {
  display: flex;
  background-color: #1C5638;
  width: max-content;
}
section.cart .cart-table table tr td .add-plus-remove .add-cart-icon {
  background-color: #1C5638;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
}
section.cart .cart-table table tr td .add-plus-remove input {
  width: 50px;
  border: none;
  text-align: center;
  outline: none !important;
  color: #fff;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.1764705882);
}
section.cart .cart-table table tr td .add-plus-remove input::-webkit-outer-spin-button,
section.cart .cart-table table tr td .add-plus-remove input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.cart .side-total {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px;
  border-radius: 7px;
}
section.cart .side-total .table-responsive {
  background-color: #eee;
  padding: 0 8px;
}
section.cart .side-total .table-responsive table {
  margin: 0;
}
section.cart .side-total p {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.cart .side-total p a {
  color: #1C5638;
  text-decoration: none;
}

section.checkout .returning-customer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 2em 1em 2em !important;
  background-color: #f1f0ec;
  border-top: 2px solid #1C5638;
}
section.checkout .returning-customer a {
  color: #1C5638;
  text-decoration: none;
  font-weight: 500;
}
section.checkout .title-top {
  font-size: 30px;
  font-weight: 600;
}
section.checkout .order-product .form-side {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 10px;
}
section.checkout .order-product .form-side .billing-address form input[type=text] {
  height: 40px;
  box-shadow: none;
  outline: none;
  border-color: #1C5638;
}
section.checkout .order-product .form-side .billing-address form label {
  font-weight: 600;
}
section.checkout .order-product .form-side .billing-address form select {
  height: 40px;
  box-shadow: none;
  outline: none;
  border-color: #1C5638;
}
section.checkout .order-product .form-side .billing-address form textarea {
  box-shadow: none;
  outline: none;
  border-color: #1C5638;
}
section.checkout .order-product .cart-table {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 5px;
}
section.checkout .order-product .cart-table h4 {
  font-weight: 600;
}
section.checkout .order-product .cart-table table tr td {
  font-weight: 600;
}
section.checkout .order-product .cart-table table tr td a {
  color: #1C5638;
  text-decoration: none;
}
section.checkout .order-product .cart-table table tr td a i {
  font-size: 25px;
}
section.checkout .order-product .cart-table table tr td .icon-action {
  padding: 12px 7px 5px 7px;
  border-radius: 5px;
  border: 1px solid #eee;
}
section.checkout .order-product .cart-table table tr td .icon-action:first-child {
  margin-right: 5px;
}
section.checkout .order-product .cart-table table tr td .add-plus-remove {
  display: flex;
  background-color: #1C5638;
  width: max-content;
}
section.checkout .order-product .cart-table table tr td .add-plus-remove .add-cart-icon {
  background-color: #1C5638;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  border: none;
}
section.checkout .order-product .cart-table table tr td .add-plus-remove input {
  width: 50px;
  border: none;
  text-align: center;
  outline: none !important;
  color: #fff;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.1764705882);
}
section.checkout .order-product .cart-table table tr td .add-plus-remove input::-webkit-outer-spin-button,
section.checkout .order-product .cart-table table tr td .add-plus-remove input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.checkout .order-product .delivery-time {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 10px;
}
section.checkout .order-product .delivery-time h3 {
  font-weight: 600;
  font-size: 25px;
}
section.checkout .order-product .delivery-time .time {
  display: block;
}
section.checkout .order-product .delivery-time .time .form-check {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 7px;
  padding: 5px;
  border: 1px solid #1C5638;
  border-radius: 5px;
}
section.checkout .order-product .delivery-time .time .form-check input {
  margin-left: 0;
  margin-right: 8px;
}
section.checkout .order-product .delivery-time .time .form-check label {
  font-weight: 600;
}
section.checkout .order-product .payment-method {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 10px;
}
section.checkout .order-product .payment-method h3 {
  font-weight: 600;
  font-size: 25px;
}
section.checkout .order-product .payment-method .time {
  display: block;
}
section.checkout .order-product .payment-method .time .form-check {
  display: inline-block;
  margin-right: 7px;
  padding: 5px;
  border: 1px solid #1C5638;
  border-radius: 5px;
}
section.checkout .order-product .payment-method .time .form-check input {
  margin-left: 0;
  margin-right: 8px;
}
section.checkout .order-product .payment-method .time .form-check label {
  font-weight: 600;
}
section.checkout .order-product .payment-method .time .active {
  background-color: #1C5638;
  color: #fff;
}
section.checkout .order-product .coupon-checkout {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  border-radius: 10px;
}
section.checkout .order-product .coupon-checkout form.apply-coupon {
  border: 2px dashed #1C5638;
  border-radius: 10px;
  display: flex;
  margin-bottom: 15px;
}
section.checkout .order-product .coupon-checkout form.apply-coupon input {
  height: 51px;
  border-radius: 10px 0 0 10px;
  background-image: url("/img/coupon.png");
  background-position: 20px;
  background-repeat: no-repeat;
  padding-left: 50px;
  border: none;
  font-size: 16px;
  width: 100%;
}
section.checkout .order-product .coupon-checkout form.apply-coupon input:focus {
  border-color: #1C5638;
}
section.checkout .order-product .coupon-checkout form.apply-coupon input:visited {
  border-color: #1C5638;
}
section.checkout .order-product .coupon-checkout form.apply-coupon input:active {
  border-color: #1C5638;
}
section.checkout .order-product .coupon-checkout form.apply-coupon button {
  min-width: 160px;
  height: 51px;
  border-radius: 0 10px 10px 0;
  margin: 0;
}

@media only screen and (max-width: 1350px) {
  header .header-wrap {
    justify-content: space-between;
  }
  header .header-wrap .main-menu {
    display: none;
  }
  header .header-wrap .header-right {
    display: none;
  }
  header .header-wrap .mobile-menu {
    display: block;
    padding: 10px 10px;
    border: 2px solid #1C5638;
    border-radius: 3px;
  }
  header .header-wrap .mobile-menu .menu-opener {
    position: relative;
    width: 24px;
    height: 20px;
    cursor: pointer;
    display: block;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  header .header-wrap .mobile-menu .menu-opener span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
  }
  header .header-wrap .mobile-menu .menu-opener span.burger-icon-top {
    top: 2px;
  }
  header .header-wrap .mobile-menu .menu-opener span.burger-icon-mid {
    top: 8px;
  }
  header .header-wrap .mobile-menu .menu-opener span.burger-icon-bottom {
    top: 14px;
  }
  header .header-wrap .mobile-menu .menu-opener span:after, header .header-wrap .mobile-menu .menu-opener span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #1C5638;
  }
  header .header-bottom {
    display: none;
  }
  header .header-search {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .brand-heading {
    z-index: 9;
  }
  .brand-heading h2 {
    display: block !important;
  }
  .brand-heading h2 a {
    display: block;
  }
  section.hero-slider .carousel .carousel-indicators {
    margin-bottom: 0;
  }
  section.hero-slider .carousel .carousel-control-next {
    right: -7px;
  }
  section.hero-slider .carousel .carousel-control-next .carousel-control-next-icon {
    width: 10px;
    height: 10px;
    padding: 12px;
    background-size: 45%;
  }
  section.hero-slider .carousel .carousel-control-prev {
    left: -7px;
  }
  section.hero-slider .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 10px;
    height: 10px;
    padding: 12px;
    background-size: 45%;
  }
  .container-fluid {
    width: 100%;
  }
  .swiper .swiper-button-prev {
    background-color: #1C5638;
    padding: 13px 10px;
    border-radius: 50px;
    left: unset;
    right: 40px;
    top: 42px;
    width: max-content;
    height: 20px;
  }
  .swiper .swiper-button-prev:after {
    color: #fff;
    font-size: 11px;
  }
  .swiper .swiper-button-next {
    background-color: #1C5638;
    padding: 13px 10px;
    border-radius: 50px;
    top: 27px;
    border-radius: 50px;
    left: unset;
    right: 0;
    top: 42px;
    width: max-content;
    height: 20px;
  }
  .swiper .swiper-button-next:after {
    color: #fff;
    font-size: 11px;
  }
  .cart-widget {
    display: none;
  }
  section.brands .brand-heading h2 {
    font-size: 22px;
  }
  section.popular-categories .sec-heading {
    display: block;
  }
  section.popular-categories .sec-heading h2 {
    font-size: 22px;
  }
  section.hero-slider .carousel .carousel-item img {
    height: 100%;
  }
  section.hero-slider.hero-full .carousel .carousel-item img {
    height: 420px;
  }
  section.hero-slider.hero-full .carousel .carousel-item::after {
    background: linear-gradient(180deg, rgba(18, 62, 40, 0.35) 0%, rgba(18, 62, 40, 0.75) 100%);
  }
  section.hero-slider.hero-full .hero-overlay {
    align-items: flex-end;
    text-align: center;
    padding-bottom: 30px;
  }
  section.hero-slider.hero-full .hero-overlay .hero-content {
    max-width: 100%;
    padding: 0 20px;
  }
  section.hero-slider.hero-full .hero-overlay .hero-title {
    font-size: 30px;
  }
  section.hero-slider.hero-full .hero-overlay .hero-subtitle {
    font-size: 15px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  section.hero-slider.hero-full .hero-overlay .hero-actions {
    justify-content: center;
  }
  section.hero-slider.hero-full .hero-btn {
    padding: 11px 26px;
    font-size: 14px;
  }
  section.categories .brand-heading h2 {
    display: block;
    font-size: 22px;
  }
  section.categories .brand-heading h2 a {
    display: block;
    margin-top: 10px;
  }
  .footer_bottom_menu {
    background: #fff;
    padding: 10px 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 70px;
    display: block;
  }
  .footer_bottom_menu .footer_menu {
    text-align: center;
  }
  .footer_bottom_menu .footer_menu a {
    text-decoration: none;
  }
  .footer_bottom_menu .footer_menu .bottom_menu_icon {
    width: 100%;
    height: 25px;
    object-fit: contain;
    display: block;
    object-position: center;
  }
  .footer_bottom_menu .footer_menu .footer_menu_text {
    display: block;
    font-weight: 500;
    color: #000;
  }
  footer {
    padding-bottom: 110px;
  }
  footer .copyright {
    display: block;
    text-align: center;
  }
  footer .copyright .social-links {
    margin-top: 20px;
  }
  section.brands .swiper-brand .swiper-slide a {
    display: block;
    text-align: center;
  }
  section.brands .swiper-brand .swiper-slide a img {
    width: 90%;
  }
  section.products-shop .top-area-filter {
    display: block;
  }
  section.subscribe .subscribe-content {
    padding: 20px;
  }
  section.subscribe img {
    position: unset;
    width: 100%;
  }
  section.login-signup .login-signup-box img {
    display: none;
  }
  section.login-signup .login-signup-box .login-content {
    padding: 15px;
  }
}
@media only screen and (max-width: 563px) {
  .product-card .price-option {
    display: block;
  }
  .product-card .price-option .add-to-cart {
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 437px) {
  .product-card .price-option {
    display: block;
  }
  .product-card .price-option .add-to-cart {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .product-card .price-option .add-to-cart .add-cart-icon-first {
    text-align: center;
  }
  .product-card .price-option .add-to-cart .add-plus-remove {
    width: max-content;
    margin: 0 auto;
    margin-top: 10px;
  }
}
::selection {
  background: #1C5638;
  color: #fff;
}

a {
  color: #1C5638;
}

.btn-primary {
  --bs-btn-bg: #1C5638;
  --bs-btn-border-color: #1C5638;
  --bs-btn-hover-bg: #123E28;
  --bs-btn-hover-border-color: #123E28;
  --bs-btn-active-bg: #123E28;
  --bs-btn-active-border-color: #123E28;
  --bs-btn-disabled-bg: #1C5638;
  --bs-btn-disabled-border-color: #1C5638;
  border-radius: 8px;
  font-weight: 600;
}

.btn-success {
  --bs-btn-bg: #1C5638;
  --bs-btn-border-color: #1C5638;
  --bs-btn-hover-bg: #196b43;
  --bs-btn-hover-border-color: #196b43;
  --bs-btn-active-bg: #196b43;
  --bs-btn-active-border-color: #196b43;
  border-radius: 8px;
  font-weight: 600;
}

.btn-outline-primary {
  --bs-btn-color: #1C5638;
  --bs-btn-border-color: #1C5638;
  --bs-btn-hover-bg: #1C5638;
  --bs-btn-hover-border-color: #1C5638;
  --bs-btn-active-bg: #123E28;
  --bs-btn-active-border-color: #123E28;
  border-radius: 8px;
  font-weight: 600;
}

.form-control,
.form-select {
  border-radius: 8px;
  border-color: #E3E0D2;
}
.form-control:focus,
.form-select:focus {
  border-color: #1C5638;
  box-shadow: 0 0 0 3px rgba(28, 86, 56, 0.1803921569);
}

.text-primary {
  color: #1C5638 !important;
}

.bg-primary {
  background-color: #1C5638 !important;
}

.badge.bg-primary {
  background-color: #1C5638 !important;
}

.btn-gold {
  background: #D9A441;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s;
}
.btn-gold:hover {
  background: #C28E2E;
  color: #fff;
}
