@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700|Poppins:300,400,500,600,700,800,900|Josefin+Sans:wght@300;400;500;600;700|Abril+Fatface|Great+Vibe|Lobster&display=swap);
:root {
  scroll-behavior: auto;
  --text-main: #1c1c1c;
  --text-sub: #555555;
  --bg-page: #ffffff;
  --bg-secondary: #f9f9f9;
  --border: #e2e2e2;
  --accent: #5caf90;
  --header-bg: #000000;
  --header-text: #ffffff;
  --color-accent: #5caf90;
  --color-accent-hover: #5caf90;
  --color-primary: #0d6efd;
  --color-secondary: #6c757d;
  --color-success: #198754;
  --color-info: #0dcaf0;
  --color-warning: #ffc107;
  --color-danger: #dc3545;
  --color-light: #f8f9fa;
  --color-dark: #111827;
  --color-text: #2d2d2d;
  --color-text-light: #666666;
  --color-bg: #ffffff;
  --color-bg-secondary: #f9fafb;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --text-primary: #000;
  --announcement-height: 38px;
  --header-height: 80px;
  --heading-font-weight: 500;
  --heading-font-style: normal;
  --heading-text-transform: uppercase;
  --heading-letter-spacing: 0.2em;
  --text-font-weight: 400;
  --text-font-style: normal;
  --text-letter-spacing: 0.15em;
  --button-text-transform: uppercase;
  --button-letter-spacing: 0.2em;
  /* Font sizes */
  --text-heading-size-factor: 1;
  --text-h1: max(
    0.6875rem,
    clamp(1.375rem, 1.146341463414634rem + 0.975609756097561vw, 2rem) *
      var(--text-heading-size-factor)
  );
  --text-h2: max(
    0.6875rem,
    clamp(1.25rem, 1.0670731707317074rem + 0.7804878048780488vw, 1.75rem) *
      var(--text-heading-size-factor)
  );
  --text-h3: max(
    0.6875rem,
    clamp(1.125rem, 1.0335365853658536rem + 0.3902439024390244vw, 1.375rem) *
      var(--text-heading-size-factor)
  );
  --text-h4: max(
    0.6875rem,
    clamp(1rem, 0.9542682926829268rem + 0.1951219512195122vw, 1.125rem) *
      var(--text-heading-size-factor)
  );
  --text-h5: calc(0.875rem * var(--text-heading-size-factor));
  --text-h6: calc(0.75rem * var(--text-heading-size-factor));
  --text-xs: 0.6875rem;
  --text-sm: 0.75rem;
  --text-base: 0.6875rem;
  --text-lg: 0.8125rem;
  --text-xl: 0.9375rem;
}

body {
  background-color: #fff;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.form-control {
  box-shadow: none !important;
  outline: none !important;
}

.bg-gray {
  background: #f5f5f5;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.breadcrumbs {
  font-size: 12px;
  background: #fff;
}
.breadcrumbs nav {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.breadcrumbs ol {
  margin-bottom: 0;
  justify-content: flex-end;
  --bs-breadcrumb-divider: '>';
}
.breadcrumbs .breadcrumb-item.active {
  color: var(--color-accent);
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  color: #4b5966;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
  font-family: "Manrope", sans-serif;
}
.section-title h2 span {
  color: #5caf90;
}
.section-title h6 {
  color: #666;
  font-weight: 400;
}

.text-accent {
  color: var(--accent);
}

.password-form input {
  border-color: #dee2e6 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  box-shadow: none !important;
}
.password-form button {
  border-color: #dee2e6 !important;
  border-left: none;
  background: none !important;
}
.password-form.is-invalid input {
  border-color: #dc3545 !important;
}
.password-form.is-invalid button {
  border-color: #dc3545 !important;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.custom-col-5 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-col-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.header-area .header-top {
  background-color: #f8f8fb;
  padding: 10px 0;
}
.header-area .header-top .header-top-wap {
  color: #777;
  text-align: center;
  font-size: 13px;
}
.header-area .header-top .header-top-contact {
  font-size: 13px;
  color: #777;
}
.header-area .header-top .header-top-contact li {
  color: #777;
}
.header-area .header-bottom {
  padding: 30px 0;
}
.header-area .logo img {
  max-width: 130px;
  max-height: 40px;
}
.header-area .main-menu a {
  font-size: 15px;
  color: #555252;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.header-area .header-btn {
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  width: auto;
  text-decoration: none;
  color: #4b5966;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.header-area .header-btn:hover {
  color: #5caf90;
}
.header-area .header-btn:hover .btn-title {
  color: #5caf90;
}
.header-area .header-btn.dropdown-toggle::after {
  display: none;
}
.header-area .header-icon {
  position: relative;
  display: flex;
}
.header-area .header-icon svg {
  width: 20px;
  height: 20px;
}
.header-area .header-icon .main-label-note-new {
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #ec716d;
  border-radius: 50%;
  cursor: default;
  display: none;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 3;
  animation: wave-animate 1s 1.5s infinite ease-out;
}
.header-area .btn-desc {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  margin-left: 10px;
}
.header-area .btn-title {
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #777;
  margin-bottom: 6px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 500;
}
.header-area .btn-stitle {
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  color: #4b5966;
  line-height: 1;
}
.header-area .header-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .header-area .header-buttons .btn-desc {
    display: none;
  }
}
.header-area .header-search-row {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}
.header-area .header-search-row__inner {
  position: relative;
  display: flex;
  align-items: center;
}
.header-area .header-search-row .whatsapp-btn,
.header-area .header-search-row .categories-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #5caf90;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s ease-in-out;
}
.header-area .header-search-row .whatsapp-btn:hover, .header-area .header-search-row .whatsapp-btn:focus, .header-area .header-search-row .whatsapp-btn:active,
.header-area .header-search-row .categories-btn:hover,
.header-area .header-search-row .categories-btn:focus,
.header-area .header-search-row .categories-btn:active {
  background: rgb(74.4691358025, 151.7308641975, 122.8740740741) !important;
  color: #fff !important;
}
.header-area .header-search-row .whatsapp-btn.dropdown-toggle::after,
.header-area .header-search-row .categories-btn.dropdown-toggle::after {
  margin-left: 4px;
}
.header-area .header-search-row .categories-menu {
  min-width: 280px;
  max-height: 420px;
  overflow-y: auto;
  padding: 8px 0;
  border: 1px solid #eee;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.header-area .header-search-row .categories-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 20px;
  font-size: 13px;
  color: #4b5966;
  border-bottom: 1px solid #f2f2f2;
}
.header-area .header-search-row .categories-menu .dropdown-item svg {
  color: #ccc;
  flex: none;
}
.header-area .header-search-row .categories-menu .dropdown-item:last-child {
  border-bottom: 0;
}
.header-area .header-search-row .categories-menu .dropdown-item:hover, .header-area .header-search-row .categories-menu .dropdown-item:focus {
  background: var(--bg-secondary);
  color: #5caf90;
}
.header-area .header-search-row .categories-menu .dropdown-item:hover svg, .header-area .header-search-row .categories-menu .dropdown-item:focus svg {
  color: #5caf90;
}
.header-area .header-search-row .whatsapp-btn {
  right: 12px;
}
.header-area .header-search-row .categories-btn {
  left: 12px;
}
.header-area .header-search-row .header-search-form {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  max-width: 600px;
  margin: 0 auto;
}
.header-area .header-search-row .header-search-form .header-search-input {
  flex: 1;
  height: 50px;
  border: none;
  border-radius: 0;
  font-size: 13px;
  color: #777;
  box-shadow: none;
  padding: 0 15px;
}
.header-area .header-search-row .header-search-form .header-search-input:focus {
  box-shadow: none;
  border-color: transparent;
}
.header-area .header-search-row .header-search-form .header-search-btn {
  flex: 0 0 48px;
  height: 50px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #4b5966;
}
.header-area .header-search-row .header-search-form .header-search-btn:hover {
  color: #5caf90;
}
.header-area .header-mobile-nav {
  background: #222222;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.header-area .header-mobile-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-area .header-mobile-nav nav ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.2s;
}
.header-area .header-mobile-nav nav ul li a:hover, .header-area .header-mobile-nav nav ul li a.active {
  color: #5caf90;
}
.header-area .header-mobile-nav .header-mobile-login {
  padding: 12px 20px;
}
.header-area .header-mobile-nav .header-mobile-login .header-btn {
  color: #ccc;
}
.header-area .header-mobile-nav .header-mobile-login .header-btn .btn-title {
  color: #ccc;
}
.header-area .header-mobile-nav .header-mobile-login .header-btn .btn-stitle {
  color: #ccc;
}
.header-area .header-mobile-nav .header-mobile-login .header-btn:hover {
  color: #5caf90;
}
.header-area .header-mobile-nav .header-mobile-login .header-btn:hover .btn-title {
  color: #5caf90;
}
@media (max-width: 991.98px) {
  .header-area .dropdown-menu {
    width: calc(100vw - 24px);
    margin-top: 10px;
  }
}

@keyframes wave-animate {
  0% {
    transform: scale(0.8);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
    transform-origin: center;
  }
}
.footer {
  border-top: 1px solid rgb(238, 238, 238);
}
.footer .footer-top {
  margin-top: 80px;
}
.footer h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #4b5966;
  letter-spacing: 0;
  width: 100%;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
}
.footer a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  color: #777;
  letter-spacing: 0;
  font-weight: 400;
}
.footer a:hover {
  color: #5caf90;
}

.homepage .section {
  float: left;
  width: 100%;
}
.homepage .brands-slider .brand-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  outline: none;
}
.homepage .brands-slider .brand-slide img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.homepage .brands-slider .brand-slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.homepage .brands-slider .brand-slide span {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-align: center;
}
.homepage .mb-50 {
  margin-bottom: 50px;
}
.homepage .mb-80 {
  margin-bottom: 80px;
}
.homepage .ptb-150 {
  padding: 150px 0;
}
.homepage .carousel .carousel-inner .carousel-item {
  height: calc(100vh - 210px);
  min-height: 450px;
}
.homepage .carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .carousel .carousel-inner .carousel-item a {
  display: block;
  height: 100%;
}

.gi-all-product-content .section-title {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.gi-all-product-content .slick-slide {
  margin-right: 24px;
}
.gi-all-product-content .slick-arrow {
  width: auto;
  top: -62px;
  margin: 0 auto;
  font-size: 0;
  position: absolute;
  left: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 1;
}
.gi-all-product-content .slick-arrow.slick-prev {
  left: auto;
  right: 48px;
}
.gi-all-product-content .slick-arrow.slick-prev:before {
  content: "\f104";
}
.gi-all-product-content .slick-arrow.slick-next {
  right: 24px;
}
.gi-all-product-content .slick-arrow.slick-next:before {
  content: "\f105";
}
.gi-all-product-content .slick-arrow:before {
  transition: all 0.3s ease-in-out;
  color: #4b5966;
  position: relative;
  font-size: 24px;
  font-family: "gIcons";
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.gi-all-product-content .slick-arrow:hover:before {
  color: #5caf90;
}

.gi-all-product-inner {
  margin-right: 1px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
}
.gi-all-product-inner:hover .gi-pro-content .add-to-cart {
  opacity: 1;
}
.gi-all-product-inner .label {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 7px;
  right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gi-all-product-inner .label .dot {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.gi-all-product-inner .veg .dot {
  background-color: #46c389;
}
.gi-all-product-inner .nonveg .dot {
  background-color: #ff9898;
}
.gi-all-product-inner .gi-pro-image-outer {
  flex: 0 0 75px;
}
.gi-all-product-inner .gi-pro-image-outer .gi-pro-image {
  overflow: hidden;
}
.gi-all-product-inner .gi-pro-image-outer .gi-pro-image img {
  width: 100%;
}
.gi-all-product-inner .gi-pro-content {
  flex: 0 0 calc(100% - 75px);
  width: calc(100% - 75px);
  padding-left: 15px;
}
.gi-all-product-inner .gi-pro-content .gi-pro-title {
  font-size: 16px;
  margin: 0;
}
.gi-all-product-inner .gi-pro-content .gi-pro-title a {
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.gi-all-product-inner .gi-pro-content .gi-pro-stitle {
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.gi-all-product-inner .gi-pro-content .gi-pro-stitle a {
  color: #999;
}
.gi-all-product-inner .gi-pro-content .gi-pro-stitle a:hover {
  color: #5caf90;
}
.gi-all-product-inner .gi-pro-content .gi-price {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #5caf90;
}
.gi-all-product-inner .gi-pro-content .gi-price span.new-price {
  color: #4b5966;
  font-weight: 700;
  font-size: 14px;
}
.gi-all-product-inner .gi-pro-content .gi-price span.old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #777;
  margin-left: 9px;
}
.gi-all-product-inner .gi-pro-content .gi-price span.qty {
  display: none;
  font-size: 12px;
  color: #777;
  margin-left: 9px;
}
.gi-all-product-inner .gi-pro-content .add-to-cart {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.gi-all-product-inner .gi-pro-content .add-to-cart i {
  color: #777;
  line-height: 0;
}

@media (max-width: 991px) {
  .gi-new-product-block .gi-all-product-inner .add-to-cart {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage .slider2-title-1 {
    font-size: 13px;
  }
  .homepage .slider2-title-2 {
    font-size: 26px;
  }
  .homepage .slider2-title-3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .homepage .slider-button {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .slider2-title-1 {
    display: none;
  }
  .homepage .slider2-title-2 {
    font-size: 13px;
  }
  .homepage .slider2-title-3 {
    font-size: 10px;
    margin-bottom: 0;
  }
  .homepage .slider-button {
    margin-top: 10px;
  }
  .homepage .slider-desc-3 {
    width: 85%;
  }
  .homepage .ptb-150 {
    padding: 80px 0;
  }
}
.status-pill {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: 1.5px solid;
  white-space: nowrap;
}

.status-pill-submitted {
  border-color: #0d6efd;
  color: #0d6efd;
}

.status-pill-paid {
  border-color: #198754;
  color: #198754;
}

.status-pill-in_progress {
  border-color: #0dcaf0;
  color: #0dcaf0;
}

.status-pill-pending_payment {
  border-color: #fd7e14;
  color: #fd7e14;
}

.status-pill-ready {
  border-color: #6f42c1;
  color: #6f42c1;
}

.status-pill-delivered {
  border-color: #6c757d;
  color: #6c757d;
}

.status-pill-cancelled {
  border-color: #dc3545;
  color: #dc3545;
}

.product-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}
.product-card .title-price-wrap a {
  font-size: 16px;
  color: #000;
}
.product-card__image-wrap {
  position: relative;
}
@media (hover: hover) {
  .product-card__image-wrap:hover .product-card__fav-btn {
    opacity: 1;
  }
}
.product-card__fav-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s, color 0.2s;
  color: #999;
}
.product-card__fav-btn.is-active {
  opacity: 1;
  color: #e53e3e;
}
.product-card__fav-btn:hover {
  color: #e53e3e;
}
@media (hover: none) {
  .product-card__fav-btn {
    display: none;
  }
}
