:root {
  --primary: #86903d;
  --secondary: #305745;
  --primary-1: #a2a469;
  --primary-2: #bebf9f;
  --primary-3: #b1b781;
  --secondary-1: #3d6954;
  --secondary-2: #6c9c7d;
  --orange: #da5a00; }

body {
  font-family: "Poppins", sans-serif;
  color: #414042; }

textarea {
  resize: none; }

iframe {
  display: block; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

strong {
  font-weight: 700; }

.text-underline {
  text-decoration: underline; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-extrabold {
  font-weight: 800 !important; }

.fw-black {
  font-weight: 900 !important; }

.fs-italic {
  font-style: italic; }

.anchor-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3; }

.z-index-1 {
  z-index: 1; }

.bg-primary-1 {
  background-color: var(--primary-1); }

.underline-sm {
  width: 100px;
  height: 8px; }

.text-gray {
  color: #808080 !important; }

.text-gray-1 {
  color: #55565a !important; }

.text-gray-2 {
  color: #989d9e !important; }

.ls-md {
  letter-spacing: .2rem; }

.lh-md {
  line-height: 1.8; }

.bg-primary-1 {
  background-color: var(--primary-1) !important; }

.bg-primary-2 {
  background-color: var(--primary-2) !important; }

.bg-secondary-1 {
  background-color: #3d6954 !important; }

.bg-secondary-2 {
  background-color: #6c9c7d !important; }

.bg-hover-secondary:hover {
  background-color: var(--secondary) !important; }

.text-justify {
  text-align: justify; }

.bg-orange {
  background-color: var(--orange) !important; }

.rotate-45 {
  transform: rotate(45deg); }

.bg-cream {
  background-color: #e9e9da !important; }

.border-black {
  border-color: #000; }

.bg-primary-faded {
  background-color: rgba(162, 164, 104, 0.74); }

.quick-cart .prices-detail {
  display: none !important; }

.is-discounted {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #dc6426;
  font-size: .75rem;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  z-index: 50; }

.impsnippet .impsnippet_row .impsnippet_col.impsnippet_col_1 {
  width: 40% !important; }
.impsnippet .impsnippet_row .impsnippet_col.impsnippet_col_2 {
  width: 50%; }
.impsnippet .impsnippet_row .impsnippet_col.impsnippet_col_3 {
  width: 60% !important; }
.impsnippet .impsnippet_row .impsnippet_col.impsnippet_col_4 {
  width: 100%; }
@media (max-width: 640px) {
  .impsnippet .impsnippet_row.responsive {
    margin-left: 0; }
    .impsnippet .impsnippet_row.responsive .impsnippet_col.impsnippet_col_1, .impsnippet .impsnippet_row.responsive .impsnippet_col.impsnippet_col_2, .impsnippet .impsnippet_row.responsive .impsnippet_col.impsnippet_col_3, .impsnippet .impsnippet_row.responsive .impsnippet_col.impsnippet_col_4 {
      width: 100% !important;
      margin-bottom: 10px; } }
.impsnippet .impsnippet_btn {
  padding: 5px !important;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143; }

@media (min-width: 768px) {
  .impsnippet_h_info.impsnippet_h_info_pos_bottom_right {
    left: auto !important;
    min-width: 320px !important;
    max-width: 500px !important; } }

.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  text-transform: uppercase;
  border-radius: 0;
  white-space: nowrap; }
  .btn-theme:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; }

.btn-rounded {
  border-radius: 2rem; }

.btn-primary-1 {
  --bs-btn-bg: var(--primary-1);
  --bs-btn-border-color: var(--primary-1);
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-active-bg: var(--primary);
  --bs-btn-active-border-color: var(--primary);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff; }

.nav-link {
  color: inherit; }

.content-section-row {
  position: relative; }

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .bg-img-fill._object-top img {
    object-position: top; }
  .bg-img-fill._object-right img {
    object-position: right; }
  .bg-img-fill._object-bottom img {
    object-position: bottom; }
  .bg-img-fill._object-left img {
    object-position: left; }
  .bg-img-fill + div {
    position: relative;
    z-index: 2; }
  .bg-img-fill img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.form-theme .form-control {
  background-color: transparent;
  border: 2px solid #c2c5c6;
  border-radius: 0;
  min-height: 32px; }
  .form-theme .form-control::placeholder {
    color: #808080; }

.social-links .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #4c5157;
  color: #fff; }

.breadcrumb-item + .breadcrumb-item {
  display: inline-flex;
  align-items: center; }
  .breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    content: "\f105"; }

.form-theme-1 .form-control,
.form-theme-1 .form-select {
  height: 48px;
  border: 1px solid #d0d0b9;
  border-radius: 0;
  background-color: rgba(190, 190, 148, 0.8);
  color: #fff; }
  .form-theme-1 .form-control::placeholder,
  .form-theme-1 .form-select::placeholder {
    color: #fff; }
.form-theme-1 .form-check-1 input {
  display: none; }
  .form-theme-1 .form-check-1 input:checked ~ span:before {
    content: "\f00c";
    background-color: var(--secondary); }
.form-theme-1 .form-check-1 span {
  position: relative;
  display: block;
  padding-left: 30px; }
  .form-theme-1 .form-check-1 span:before {
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-color: rgba(190, 190, 148, 0.8);
    border: 2px solid #cfd0b8;
    content: ""; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--primary);
  border-color: var(--primary); }

.product-modal {
  --bs-modal-border-radius: 0; }

.product-qty .qty-input-component {
  display: flex;
  align-items: center;
  background-color: #efefef; }
  .product-qty .qty-input-component .qty-control {
    padding: 0;
    width: 32px;
    height: 38px;
    box-shadow: none;
    outline: none;
    border: 0; }
  .product-qty .qty-input-component .qty-input {
    width: 40px;
    text-align: center;
    background-color: transparent;
    border: 0;
    /* Firefox */ }
    .product-qty .qty-input-component .qty-input::-webkit-outer-spin-button, .product-qty .qty-input-component .qty-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .product-qty .qty-input-component .qty-input[type=number] {
      -moz-appearance: textfield; }

.quick-cart {
  position: fixed;
  top: 0;
  z-index: 1039;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  border-left: 1px solid #eee;
  transform: translateX(100%);
  transition: all ease .35s; }
  .quick-cart.active {
    transform: translateX(0); }
  .quick-cart .quick-cart-toggle {
    cursor: pointer; }
  .quick-cart .product-item .delete-cart-item {
    width: 30px;
    height: 30px; }
  .quick-cart .cart-body {
    height: calc(100% - 65px);
    overflow: auto; }

.quick-cart-toggle {
  position: relative; }
  .quick-cart-toggle ._count {
    position: absolute !important;
    left: auto;
    right: 0;
    top: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 11px;
    background-color: #dc6426;
    color: #fff; }
  @media (min-width: 992px) {
    .quick-cart-toggle ._count {
      left: 20px;
      top: 18px;
      right: auto; } }

@keyframes heartbeat {
  0%,
    100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }
.heartbeat {
  -webkit-animation: heartbeat .5s ease-in-out both;
  animation: heartbeat .5s ease-in-out both; }

.navbar-fixed-offset {
  height: 80px; }
  @media (min-width: 992px) {
    .navbar-fixed-offset {
      height: 100px; } }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  border-bottom: 1px solid #eee;
  background-color: #fff; }
  .navbar .navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 0; }
    .navbar .navbar-brand img {
      height: 40px; }
  .navbar .navbar-toggler {
    margin-right: -5px;
    border: 0;
    color: var(--primary); }
    .navbar .navbar-toggler.collapsed {
      color: #585858; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      width: auto;
      height: auto;
      background-image: none;
      font-size: 26px; }
  .navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    text-transform: uppercase; }
  .navbar .navbar-nav ._icon {
    width: 20px;
    margin-left: 2px;
    margin-right: .5rem; }
  .navbar .social-links .nav-item {
    margin-right: 1rem; }
  .navbar .social-links .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: .875rem;
    border-radius: 50%;
    background-color: #58595b;
    color: #fff; }
    .navbar .social-links .nav-link:hover {
      background-color: var(--primary); }
  .navbar .navbar-utilities .nav-link img {
    height: 22px; }
  @media (min-width: 576px) {
    .navbar .navbar-brand img {
      height: 40px; } }
  @media (min-width: 992px) {
    .navbar {
      height: 100px; }
      .navbar .navbar-nav {
        align-items: center; }
        .navbar .navbar-nav .nav-item {
          margin-left: .5rem; }
        .navbar .navbar-nav .nav-link {
          position: relative; }
          .navbar .navbar-nav .nav-link span {
            position: relative; }
            .navbar .navbar-nav .nav-link span:before {
              position: absolute;
              top: calc(100% + 3px);
              left: 0;
              height: 5px;
              width: 0;
              background-color: var(--primary);
              transition: all ease .35s;
              content: ""; }
        .navbar .navbar-nav .nav-link:not(.social-link) {
          font-size: .875rem; }
          .navbar .navbar-nav .nav-link:not(.social-link).active span:not(._count):before, .navbar .navbar-nav .nav-link:not(.social-link):hover span:not(._count):before {
            width: 30px; }
      .navbar .social-links .nav-item {
        margin-right: 0;
        margin-left: .5rem; } }
  @media (min-width: 1200px) {
    .navbar .navbar-brand img {
      height: 50px; }
    .navbar .navbar-nav .nav-item {
      margin-left: 1rem; } }
  @media (max-width: 991px) {
    .navbar .navbar-brand {
      height: 64px; } }
  @media (max-width: 575px) {
    .navbar .navbar-brand img {
      height: 30px; } }
  @media (max-width: 380px) {
    .navbar .navbar-brand img {
      height: 25px; } }

.footer {
  font-size: .875rem;
  background-color: #4c5157;
  color: #fff; }

.banner-section {
  position: relative;
  min-height: 450px; }
  @media (min-width: 768px) {
    .banner-section {
      height: 600px; } }

.category-card {
  position: relative;
  text-align: center;
  padding: 45px 15px 20px;
  transition: all ease .5s; }
  .category-card:hover {
    transform: scale(1.05); }
  .category-card .card-img {
    height: 160px;
    text-align: center; }
    .category-card .card-img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  @media (max-width: 575px) {
    .category-card .card-img {
      height: 100px; }
    .category-card .text-title {
      font-size: 1rem !important; } }

.feature-product-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .feature-product-card .illus-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 100%; }
    .feature-product-card .illus-container .img-container {
      position: absolute;
      right: 0;
      top: 0;
      left: 0;
      transform: translate(55px, -15px);
      margin: auto;
      width: 100px; }
  .feature-product-card .tag {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    line-height: 1.2;
    border-radius: 50%; }

.contact-section .brand {
  width: 230px; }

.category-nav-offset {
  height: 81.39px; }
  @media (min-width: 992px) {
    .category-nav-offset {
      height: 0; } }

@media (max-width: 1199px) {
  .category-nav-container .container {
    max-width: none; } }
@media (max-width: 991px) {
  .category-nav-container {
    position: fixed;
    top: 81px;
    left: 0;
    right: 0;
    z-index: 1000; } }

.category-nav .category-nav-item {
  position: relative;
  padding: 0 25px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  transition: all ease .35s; }
  .category-nav .category-nav-item:hover {
    transform: scale(1.25) translateY(7px);
    transform-origin: bottom; }
  .category-nav .category-nav-item.active:not(.promo-nav-item):before {
    position: absolute;
    top: -10px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
    opacity: .5; }
  .category-nav .category-nav-item.active:not(.promo-nav-item):after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid white; }
  .category-nav .category-nav-item.active:not(.promo-nav-item) .text-title {
    font-weight: 500 !important; }
  .category-nav .category-nav-item .item-img {
    position: relative;
    z-index: 1;
    display: flex;
    margin: auto;
    height: 50px;
    width: 40px; }
    .category-nav .category-nav-item .item-img img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      margin: auto; }
  .category-nav .category-nav-item .text-title {
    position: relative;
    z-index: 1;
    font-size: .75rem;
    white-space: nowrap; }
.category-nav .item-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #dc6426;
  font-size: .75rem; }
@media (min-width: 992px) and (max-width: 1199px) {
  .category-nav {
    margin-left: -12px;
    margin-right: -12px; }
    .category-nav .category-nav-item {
      padding: 0 11px; }
    .category-nav .item-promo {
      width: 60px;
      height: 60px; } }
@media (min-width: 1200px) {
  .category-nav .category-nav-item {
    margin-bottom: 0;
    padding: 0 1px; } }
@media (max-width: 991px) {
  .category-nav {
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: auto; }
    .category-nav::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 4px; }
    .category-nav::-webkit-scrollbar-track {
      background: #6f7732; }
    .category-nav::-webkit-scrollbar-thumb {
      background: #d6dbb2;
      border-radius: 4px; }
    .category-nav .category-nav-item {
      padding: 10px 20px 0;
      margin-bottom: 10px; }
      .category-nav .category-nav-item.active:not(.promo-nav-item):before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: -5px; }
      .category-nav .category-nav-item.active:not(.promo-nav-item):after {
        bottom: -8px; }
      .category-nav .category-nav-item .item-img {
        height: 30px; }
      .category-nav .category-nav-item .text-title {
        margin-bottom: 0 !important; }
    .category-nav .item-promo {
      height: 55px;
      width: 55px;
      font-size: 12px; } }

.innerpage-banner-section {
  position: relative;
  height: 550px; }
  .innerpage-banner-section .category-item {
    padding: 20px; }
    .innerpage-banner-section .category-item .item-img {
      margin: auto;
      max-width: 100px; }

.product-card {
  position: relative;
  font-size: .875rem; }
  .product-card:hover .img-container img {
    transform: scale(1.25); }
  .product-card .price-1 {
    font-size: 18px;
    opacity: .5;
    text-decoration: line-through; }
  .product-card .price-2 {
    font-size: 24px;
    color: #DC6426; }
  .product-card .img-container {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden; }
    .product-card .img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit:cover";
      position: absolute;
      transition: all ease .5s; }
  .product-card .product-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical; }
  @media (max-width: 575px) {
    .product-card .btn-theme {
      padding-left: 4px;
      padding-right: 4px;
      font-size: 11px; } }

.product-item .product-img {
  position: relative;
  padding-bottom: 100%; }
  .product-item .product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit:cover";
    position: absolute;
    inset: 0; }
.product-item .product-name {
  letter-spacing: .05rem; }
.product-item .delete-cart-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 38px;
  height: 38px;
  background-color: #d3d5d6;
  border-radius: 50%; }
  .product-item .delete-cart-item img {
    display: block;
    max-width: 100%; }

.section-mh {
  min-height: calc(100vh - 100px); }

.section-mh-100 {
  min-height: calc(100vh); }

.product-quick-view-container {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 1030;
  padding: 15px; }
  .product-quick-view-container:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(98, 105, 107, 0.8);
    content: ""; }
  .product-quick-view-container.active {
    display: flex; }
  .product-quick-view-container .product-quick-view {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 700px;
    width: 100%;
    padding: 5px 0 30px;
    background-color: #fff;
    cursor: pointer; }
  .product-quick-view-container .overflow-scroll-auto {
    max-height: calc(100vh - 150px);
    overflow: auto; }
  @media (min-width: 576px) {
    .product-quick-view-container {
      padding: 25px 30px 50px; } }

.member-section {
  min-height: calc(100vh - 69px); }
  .member-section .brand {
    max-width: 390px; }

.cart-items .product-item-details-container {
  margin: 1rem 0; }

.btn-add-cart {
  position: relative;
  overflow: hidden; }
  .btn-add-cart._animate span {
    -webkit-animation: slide-in 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s both;
    animation: slide-in 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s both; }
  .btn-add-cart span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-secondary);
    content: "";
    transform: translateY(100%);
    -webkit-animation: slide-out 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s both;
    animation: slide-out 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s both; }

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slide-in {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
@keyframes slide-out {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

/*# sourceMappingURL=app.css.map */
