.owl-fullscreen {
  position: relative;
}
.owl-fullscreen .owl-item {
  opacity: 1;
}
.owl-fullscreen .owl-item.active {
  opacity: 1;
}
.owl-fullscreen .owl-dots {
  text-align: center;
}
.owl-fullscreen .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}
.owl-fullscreen .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 1px solid #4d4d4d;
  border-radius: 50%;
}
.owl-fullscreen .owl-dots .owl-dot:hover,
.owl-fullscreen .owl-dots .owl-dot:focus {
  outline: none !important;
}
.owl-fullscreen .owl-dots .owl-dot.active {
  background: #b3b3b3;
}
.owl-fullscreen .owl-dots .owl-dot.active:after {
  border-color: none;
}
.owl-fullscreen.home-slider {
  position: relative;
  height: 650px;
  z-index: 0;
}
.owl-fullscreen.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 650px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199.98px) {
  .owl-fullscreen.home-slider .slider-item {
    background-position: center center !important;
  }
}
.owl-fullscreen.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
}
.owl-fullscreen.home-slider .slider-item .slider-text {
  height: 650px;
  position: relative;
}
.owl-fullscreen.home-slider .slider-item .slider-text .text {
  z-index: 0;
  color: rgba(255, 255, 255, 0.9);
}
.owl-fullscreen.home-slider .slider-item .slider-text h1 {
  font-size: 9vw;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .owl-fullscreen.home-slider .slider-item .slider-text h1 {
    font-size: 50px;
  }
}
.owl-fullscreen.home-slider .slider-item .slider-text h2 {
  font-size: 36px;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  /*font-family: "Poppins", Arial, sans-serif;*/
  font-weight: 700;
  color: white;
  color: #fff;
  display: inline-block;
  position: relative;
  letter-spacing: 4px;
}
.owl-fullscreen.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-fullscreen.home-slider .owl-nav .owl-prev,
.owl-fullscreen.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .owl-fullscreen.home-slider .owl-nav .owl-prev,
  .owl-fullscreen.home-slider .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.owl-fullscreen.home-slider .owl-nav .owl-prev span:before,
.owl-fullscreen.home-slider .owl-nav .owl-next span:before {
  font-size: 23px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 40px;
}
@media (prefers-reduced-motion: reduce) {
  .owl-fullscreen.home-slider .owl-nav .owl-prev span:before,
  .owl-fullscreen.home-slider .owl-nav .owl-next span:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.owl-fullscreen.home-slider .owl-nav .owl-prev:hover span:before,
.owl-fullscreen.home-slider .owl-nav .owl-prev:focus span:before,
.owl-fullscreen.home-slider .owl-nav .owl-next:hover span:before,
.owl-fullscreen.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}
.owl-fullscreen.home-slider .owl-nav .owl-prev {
  left: 0;
  margin-left: 0;
}
.owl-fullscreen.home-slider .owl-nav .owl-prev,
.owl-fullscreen.home-slider .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.owl-fullscreen.home-slider .owl-nav .owl-next {
  right: 0;
  margin-right: 0;
}
.owl-fullscreen.home-slider:hover .owl-nav .owl-prev,
.owl-fullscreen.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-fullscreen.home-slider .owl-nav .owl-prev {
  margin-left: 50px;
}
.owl-fullscreen.home-slider .owl-nav .owl-next {
  margin-right: 50px;
}
.owl-fullscreen.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .owl-fullscreen.home-slider .owl-dots {
    bottom: 5px;
  }
}
.owl-fullscreen.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
.owl-fullscreen.home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

.owl-fullscreen.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* navigation navbar */
/* transitions common*/
a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
i::before,
i::after {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}

/*-------------------------------*/
/*Navigation Starts */
/*-------------------------------*/
.navbar {
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1000;
}
/* .center-brand {
  padding-top: 1rem;
  padding-bottom: 1rem;
} */
.mobile-navbar-height-center {
  display: flex;
  align-items: center;
  height: inherit;
}
.center-brand,
.transparent-bg {
  left: 0;
  top: 0;
}
.center-brand,
.transparent-bg,
.fixed-bottom,
.bg-transparent-light,
.bg-transparent-white,
.bg-invisible,
.boxed-nav {
  position: absolute;
  width: 100%;
}
.bg-invisible .container {
  opacity: 0;
  visibility: hidden;
}

.bg-light-green{
  background-color:  #6ad499;
}
.fixed-bottom {
  bottom: 0;
}
.bg-white {
  position: relative;
}
.bg-white,
.boxed-nav .container {
  background: #fff;
}
.boxed-nav {
  top: 20px;
}
.fixedmenu {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1002;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  background-color: #faf7f3;
}
.center-brand.fixedmenu,
.bg-white.fixedmenu,
.bg-transparent-light.fixedmenu,
.bg-transparent-white.fixedmenu,
.bg-invisible.fixedmenu,
.boxed-nav.fixedmenu {
  background: #faf7f3;
}
.fixed-bottom.fixedmenu {
  bottom: auto;
  -webkit-animation: none;
  animation: none;
}
.bg-invisible.fixedmenu .container {
  opacity: 1;
  visibility: visible;
}
@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.nav-whitebg {
  background: #fff;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.navbar.sidebar-nav {
  background: #fff;
  border: none;
  display: inline-table;
  width: 290px;
  border-radius: 0;
  position: fixed;
  top: 0;
  z-index: 110;
  height: 100%;
  padding: 3rem 2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  left: 0;
  overflow-x: hidden;
}

.navbar-brand {
  margin: 16px 0;
  padding: 0;
  width: 200px;
  position: relative;
}
.center-brand .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}
.navbar-brand > img {
  width: 100%;
}
.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
  display: none;
}
.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
  display: inline-block;
}

.navbar.sidebar-nav .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.navbar-nav .nav-item {
  margin: 16px 5px;
  position: relative;
}
.navbar.sidebar-nav .navbar-nav .nav-item {
  margin: 10px 0;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-nav .nav-link {
  margin: 8px 1.25rem !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  /* letter-spacing: 2px; */
  color: #212331;
  position: relative;

  overflow: hidden;
}

.sidebar-nav .navbar-nav .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.square-layout .navbar-nav .nav-link {
  border-radius: 0;
  border: 1px solid transparent;
}
.center-brand .navbar-nav .nav-link,
.transparent-bg .navbar-nav .nav-link,
.fixed-bottom .navbar-nav .nav-link {
  color: #fff;
}
.center-brand.fixedmenu .navbar-nav .nav-link {
  color: #224f36;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.sidebar-nav .navbar-nav .nav-link.active {
  color: #fff;
}
.fixedmenu .navbar-nav .nav-link.active,
.fixedmenu .navbar-nav .nav-link.active:hover,
.fixedmenu .navbar-nav .nav-link.active:focus,
.center-brand.fixedmenu .navbar-nav .nav-link.active {
  color: #224f36;
}
.square-layout .navbar-nav .nav-link.active,
.square-layout .navbar-nav .nav-link:hover,
.square-layout .navbar-nav .nav-link:focus {
  border: 1px solid #c1c1c1;
  background: transparent !important;
}
.square-layout .fixedmenu .navbar-nav .nav-link.active,
.square-layout .fixedmenu .navbar-nav .nav-link:hover,
.square-layout .fixedmenu .navbar-nav .nav-link:focus {
  border: 1px solid #c1c1c1;
  background: transparent !important;
  color: #212331 !important;
}

.center-brand .navbar-nav .nav-link:first-of-type {
  background: rgba(0, 0, 0, 0);
}

.center-brand .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

/* Nav Bottom Line Hover Effect */

.nav-bottom-line .navbar-nav .nav-link.line.active:before,
.nav-bottom-line .navbar-nav .nav-link.line:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.nav-bottom-line .navbar-nav .nav-link.line:before {
  position: relative;
  content: "";
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: table;
  height: 3px;
  border-radius: 2px;
  bottom: -28px;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #224f36;
  visibility: hidden;
  opacity: 0;
}

/* search button */
.search_block {
  opacity: 0;
  display: none;
  text-align: center;
  height: 0;
  position: fixed;
  top: 50%;
  left: 40%;
  margin-top: -41px;
  margin-left: -150px;
  z-index: 9991;
}
.search_block.visible {
  opacity: 1;
  display: inline-block;
  height: auto;
}
.search_block.visible .search_box {
  opacity: 1;
  top: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.search_box {
  background-color: #224f36;
  opacity: 0;
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: center;
  top: -120px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 10;
}
.search_block input::placeholder {
  color: #ffffff !important;
}
.search_icon {
  background-color: transparent;
  border: medium none;
  color: #ffffff;
  font-size: 28px;
  left: 93%;
  line-height: 38px;
  padding: 8px;
  position: absolute;
  top: 28px;
}
.search_block .overlayer {
  background-color: #224f36;
  position: fixed;
  cursor: url("../img/overlay-close.png"), auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.search_box .search_input {
  border: 3px solid #224f36;
  border-bottom-color: #224f36;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 80px;
  line-height: 2;
  /* font-family: "Poppins", sans-serif; */
  min-width: 700px;
  outline: medium none;
  padding: 10px 10px 10px 0px;
  width: 700px;
  -webkit-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
  -webkit-appearance: none;
  border-radius: 0;
}
.search_block input,
.search_block select,
.search_block textarea {
  background-color: #224f36;
  font-size: 20px;
}

.badge-custom-setting {
  padding: 0.4em 0.6em;
  background: #b0c3b7;
  color: #fff;
  border-radius: 50%;
}
.dropdown-menu .nav-img {
  /* height: 270px; */
  position: relative;
  overflow: hidden;
}
.list-products {
  margin: 0;
}
.list-products li {
  position: relative;
  display: block;
  padding: 0.55rem 0;
  margin-bottom: -1px;
}

.list-group-header {
  text-transform: uppercase;
  color: #b0c3b7;
  font-weight: 500;
}
.list-group-content {
  text-transform: capitalize;
  color: #537b64;
  font-weight: 500;
}
.list-group-link {
  text-transform: capitalize;
  color: #3b694f;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.list-group-link span {
  margin-left: 10px;
}
.side-menu .side-nav .side-nav-cart,
.checkout-vertical-nav .side-nav-cart {
  font-weight: 600;
  font-size: 24px;
  color: #3b694f;
}
.alert-accross {
  color: #3b694f;
  background-color: rgba(176, 195, 183, 0.5);
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
.btn-first,
.btn-first:focus,
.btn-first:active,
.btn-first:hover {
  background-color: #224f36;
  border-color: #224f36;
  color: #fff;
}
.btn-second,
.btn-second:focus,
.btn-second:active,
.btn-second:hover {
  background-color: transparent;
  border: 2px solid #224f36;
  color: #224f36;
}
.div-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.side-nav-cart-content .cart-content {
  display: flex;
  flex-flow: column;
}
.side-nav-cart-content > div {
  margin-bottom: 20px;
}
.mobile-icon-nav-right {
  display: flex;
  justify-content: right;
  align-content: center;
  align-items: center;
  float: right;
}
.mobile-icon-nav-left {
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  float: left;
}

.cart-badge-mobile {
  position: absolute;
  left: 16px;
  background: #fff;
  bottom: 5px;
  color: #224f36;
}

.modal-search input::placeholder {
  color: #ffffff !important;
}
.modal-search input:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-search input,
.modal-search input:focus {
  margin: 0;
  height: 50px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  padding: 25px 0;
}
.search_submit:hover,
.search_submit {
  background-color: transparent;
  border: medium none;
  color: #ffffff;
  font-size: 28px;
  left: 93%;
  position: absolute;
  top: 8px;
}

/* footer */
.footer {
  background-color: #224f36;
  padding: 110px 0 0 !important;
}
.footer-top {
  padding-bottom: 63px;
}
.footer-bottom {
  padding: 30px 0;
}
.footer__widget-content {
  color: #e3d8cf;
}

.footer__widget-content .footer__widget-title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: #e3d8cf;
  /* width: 80%; */
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__widget-content .footer__widget-title {
    font-size: 25px;
  }
}

.w-60 {
  width: 60%;
}
.form-subscribe:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-subscribe,
.form-subscribe:focus {
  margin: 0;
  height: 50px;
  background: transparent;
  color: rgba(221, 216, 212, 0.5);
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(221, 216, 212, 0.5);
  font-size: 18px;
  padding: 25px 0;
  width: -webkit-fill-available !important;
}
.btn-subscribe:hover,
.btn-subscribe {
  background: transparent;
  border: 2px solid #e3d8cf;
  padding: 0.5rem 1.75rem;
  color: #e3d8cf;
}
.footer .footer__widget-link-title {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #faf7f3;
  text-transform: uppercase;
}
.footer .footer__widget-link-content,
.footer .footer__widget-link-content ul li a:hover {
  color: #b0c3b7;
  text-transform: capitalize;
  font-weight: 300;
}
.footer .footer__widget-link-content ul li {
  margin-bottom: 15px;
}
.copyright-links-text:hover,
.copyright-links-text {
  color: rgba(221, 216, 212, 0.5);
}
.social__icons a {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #e3d8cf;
}
.copyright-links,
.social__icons {
  display: flex;
  align-items: center;
}
.social__icons {
  justify-content: flex-end;
}

/** CONTAINER FIRSTPAGE
 ---------------------------------------------------------*/

.container-firstpage {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.container-leftOnly {
  padding-right: 0;
  padding-left: 15px;
  margin-left: auto;
  margin-right: 0;
}

.container-inside {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-firstpage {
    width: 95%;
  }

  .container-leftOnly {
    width: 92.5%;
  }

  .container-inside {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .container-firstpage {
    width: 95%;
  }
  .container-leftOnly {
    width: 92.5%;
  }

  .container-inside {
    width: 70%;
  }
}

@media only screen and (min-width: 1240px) {
  .container-firstpage {
    max-width: 1800px;
  }
}

/* FILTER */
.cd-tab-filter-wrapper {
  background-color: #faf7f3;
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.cd-filters {
  margin: 0 !important;
}

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 100%;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
/* .cd-tab-filter li:first-child {
  display: block;
} */
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
  color: #ddd8d4;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
.cd-tab-filter a.selected {
  background: transparent;
  color: #537b64;
  text-transform: capitalize !important;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #ddd8d4;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #537b64;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 rgba(176, 195, 183, 0.5);
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* PRODUCT LIST */
.products-content .entry--title h6 {
  font-weight: 500;
  font-size: 18px;
  color: #224f36;
  margin: 0;
}

.products-content .entry--title span {
  font-weight: 500;
  font-size: 14px;
  color: #b6cc78;
}
#product-category {
  background-color: #faf7f3;
}
.fixed-sticky {
  position: fixed;
  top: 99px;
  left: 0;
  right: 0;
  z-index: 1020;
  background-color: #faf7f3;
  padding: 0 !important;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
  box-shadow: 0 10px 10px -10px rgb(0 0 0 / 35%);
}

/* when image product hover */
.product-general-brand {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.product-general-brand img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.product-general-brand:hover img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product-general-brand-title {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
}

.product-general-brand-title a {
  color: #fff;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}

.product-general-brand:hover .product-general-brand-title {
  opacity: 1;
}

.product-general-brand:hover img {
  opacity: 0.2;
}

.mobile-tab-filter-product {
  border: 2px solid #224f36;
  background-color: transparent;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 28px;
  color: #224f36;
  cursor: pointer;
}
.mobile-tab-filter-product span {
  font-weight: 600;
}
.bg-base {
  background-color: #faf7f3;
}
.bg-base-2 {
  background-color: #f8f8f8;
}

.dialog-filter-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #faf7f3;
  color: #224f36;
  width: 100%;
  min-height: 100vh;
}
.mobile-text-filter-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.top-dialog-title-filter {
  margin: 40px 0;
}
.mobile-product-category-list {
  overflow-y: auto;
  height: 100vh;
  padding: 0 20px;
}
.mobile-product-category-list li {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.mobile-product-category-list img {
  display: none;
}
.mobile-product-category-list .active img {
  /* font-family: "Font Awesome 5 free";
  font-weight: 600;
  content: "\f00c"; */
  position: absolute;
  right: 0;
  color: #b6cc78;
  display: block;
  top: 25px;
}
.mobile-product-category-list .active {
  font-weight: 600;
}

/* product details */
.style-button-next,
.style-button-prev {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.style-button-next:after,
.style-button-prev:after {
  content: none;
}
.style-button-next span,
.style-button-prev span {
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.9);
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.nav-details.center-brand .navbar-nav .nav-link {
  color: #224f36;
}
.nav-details .logo-scrolled {
  display: block;
}
.nav-details .logo-default {
  display: none;
}
.mobile-icon-nav a {
  color: #fff;
}
.nav-details .mobile-icon-nav a {
  color: #224f36 !important;
}
#nav-bars {
  font-size: 22px;
}
.products-details-desc {
  display: flex;
  align-items: center;
}
.h-40-rem {
  height: 40rem;
}
.product-cart .number input {
  height: 25px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  border: transparent;
  border-radius: 4px;
  display: inline-block;
  background-color: transparent;
  padding: 0;
  color: #537b64;
  margin-bottom: 0;
  font-weight: 600;
}
.product-cart .number .kurang,
.product-cart .number .tambah {
  border-radius: 4px;

  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #537b64;
  cursor: pointer;
}
.product-cart .number .kurang {
  padding: 0px 10px 0px 0px;
}
.product-cart .number .tambah {
  padding: 0px 0px 0px 10px;
}
.product-cart .number {
  border: 2px solid #224f36;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-add-to-cart,
.btn-add-to-cart:hover,
.btn-add-to-cart:focus {
  width: 100%;
  background: #224f36;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.btn-tokped,
.btn-tokped:hover,
.btn-tokped:focus {
  width: 100%;
  background: #03ac0e;
  color: #fff;
  /* padding: 0.375rem 2.75rem; */
  font-size: 14px;
}
/* .btn-shopee,
.btn-shopee:hover,
.btn-shopee:focus {
  width: 100%;
  background: #ff6201;
  color: #fff;
  padding: 0.375rem 2.75rem;
  font-size: 14px;
} */
/* .btn-add-to-cart span {
  position: absolute;
  top: 50%;
  left: 63%;
  transform: translate(-50%, -50%);
} */
.product-info-details .product-cat {
  color: #c1d1b9;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.product-info-details .product-title {
  color: #224f36;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.product-info-details .product-sell {
  color: #b6cc78;
  font-size: 24px;
  font-weight: 500;
}
.product-info-details .product-desc p {
  color: #537b64;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.swiper-container-product-same,
.swiper-container-product-same-md,
.swiper-container-product-same-sm {
  overflow: hidden;
}
.product-same-title {
  color: #b0c3b7;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}

/* cart content */
.cart-content h6 {
  font-size: 16px;
  color: #224f36;
  font-weight: 600;
}
.border-bottom-cart {
  border-bottom: 1px solid rgba(176, 195, 183, 0.25);
  padding-bottom: 15px;
}
.side-footer {
  position: fixed;
  bottom: 0;
  padding: 0 2rem;
  height: 140px;
  z-index: 99999;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background-color: #faf7f3;
  border-top: 1px solid rgba(176, 195, 183, 0.25);
}

.side-footer-checkout {
  position: fixed;
  bottom: 0;
  padding: 0 2rem;
  height: 100px;
  z-index: 99999;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background-color: #faf7f3;
  border-top: 1px solid rgba(176, 195, 183, 0.25);
}
.cart-subtotal-title {
  color: #537b64;
  font-size: 14px;
  font-weight: 500;
}
.cart-subtotal {
  color: #224f36;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
}
.cart-subtotal i {
  font-weight: 500;
}
.cart-empty-text {
  font-weight: 500;
  font-size: 20px;
  color: #224f36;
  padding-top: 15px;
}
.remove-cart {
  color: #b0c3b7;
  font-weight: 600;
  font-size: 14px;
}
.cart-price {
  font-weight: 400;
  font-size: 14px;
  color: #537b64;
}
.form-check-input {
  margin-top: 0.65rem;
}
.form-check-label {
  color: #3b694f;
  font-weight: 600;
  font-size: 14px;
}
.forgot {
  margin-top: 15px;
}
.forgot-password {
  color: #3b694f;
  font-weight: 600;
  font-size: 14px;
}
.form-login:focus,
.form-promo:focus,
.form-group select:focus,
.form-group textarea:focus,
.form-popup:focus,
.form-edit-profile:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
textarea.form-control,
textarea.form-control:focus {
  background: transparent;
  color: #224f36;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(221, 216, 212, 0.5);
  font-size: 16px;
  width: -webkit-fill-available !important;
  padding: 0.375rem 0rem;
}
.form-login,
.form-login:focus,
.form-popup,
.form-popup:focus {
  margin: 0;
  height: 50px;
  background: transparent;
  color: #224f36;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(221, 216, 212, 0.5);
  font-size: 18px;
  padding: 25px 0;
  width: -webkit-fill-available !important;
}
.form-edit-profile,
.form-edit-profile:focus {
  margin: 0;
  /* height: 50px; */
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(221, 216, 212, 0.5);
  padding: 25px 0;
  width: -webkit-fill-available !important;
  color: #3b694f;
  font-weight: 500;
  font-size: 16px;
}
.form-login::placeholder,
.form-promo::placeholder,
textarea.form-control::placeholder {
  color: #b0c3b7;
}
.form-popup::placeholder {
  color: #ddd8d4;
}
.form-edit-profile::placeholder {
  color: #b0c3b7;
}
.form-promo,
.form-promo:focus {
  margin: 0;
  padding: 1.5rem 0.75rem;
  border-radius: 0;
  border: 1px solid #ddd8d4;
  color: #224f36;
  /* width: 250px !important; */
}
.form-promo-remove,
.form-promo-remove:focus {
  margin: 0;
  padding: 1.5rem 0.75rem;
  border-radius: 0;
  border: 1px solid #ddd8d4;
  color: #224f36;
  /* width: 250px !important; */
}
.form-group select {
  margin: 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(221, 216, 212, 0.5);
  background-color: transparent;
  font-weight: 500;
  padding: 0.375rem 0rem;
  color: #224f36;
}
.form-group select:focus {
  margin: 0;
  height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(221, 216, 212, 0.5);
  background-color: transparent;
  font-weight: 500;
  padding: 0.375rem 0rem;
  color: #3b694f;
}
.w-auto:focus {
  width: auto !important;
}
.color-down-input {
  color: #b0c3b7;
}
.form-group select option {
  color: #3b694f;
}
.form-group select:invalid,
.form-group select option[value=""] {
  color: #b0c3b7;
}

.question-sign-up {
  font-weight: 400;
  font-size: 14px;
  color: #224f36;
}
.label-forgot {
  color: #224f36;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.logo-eyes {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.toggle-password {
  color: #3b694f;
}
.label-signup {
  font-weight: 400;
  line-height: 1.5;
}

.mobile-nav-list .mobile-nav-tab {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 32px;
  color: #3b694f;
}
.mobile-nav-list .mobile-nav-tab a {
  font-family: "Work Sans", sans-serif;
}
.mobile-nav-list .mobile-nav-tab .mobile-nav-tab-list ul li {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  color: #3b694f;
}

.navbar-mobile-navigation {
  position: fixed;
  top: 95px;
  left: 0;
  z-index: 99999;
  background: #faf7f3;
  color: #224f36;
  width: 100%;
  min-height: 100vh;
  /* -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; */
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.navbar-mobile-navigation.menu-nav-mobile-opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.bg-overlay-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background: #224f36;
  z-index: 2;
}
.bg-overlay-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background: #000000;
  z-index: 2;
}
.div-center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-text {
  z-index: 2;
  color: #537b64;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  font-style: italic;
  text-align: center;
}

/* progres bar cart */

.progress-container {
  width: 100%;
  background-color: #b6cc78;
  height: 4px;
  display: block;
}
.progress-bar {
  background-color: #b6cc78;
  width: 0%;
  display: block;
  height: inherit;
}
.navbar.fixedmenu .cart-badge-mobile,
.navbar.nav-details .cart-badge-mobile {
  background-color: #b0c3b7;
  color: #faf7f3;
}

/* checkout */
.checkout-vertical-nav {
  min-width: 27rem;
  width: 27rem;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.checkout-page-content {
  width: calc(100% - 27rem);
  margin-right: 27rem;
  transition: all 0.4s;
}
#checkout-sidebar.active {
  margin-right: -27rem;
}

#checkout-content.active {
  width: 100%;
  margin: 0;
}

@media (max-width: 991px) {
  #checkout-sidebar {
    margin-right: -27rem;
  }
  #checkout-sidebar.active {
    margin-right: 0;
  }
  #checkout-content {
    width: 100%;
    margin: 0;
  }
  #checkout-content.active {
    margin-right: 27rem;
    width: calc(100% - 27rem);
  }
}

.checkout-item-title h5 {
  font-weight: 600;
  font-size: 24px;
  color: #224f36;
}
.checkout-item-title .checkout-item-title-text {
  font-weight: 500;
  font-size: 16px;
  color: #6d8f7a;
}

.checkout-item-title .checkout-item-title-text a,
.checkout-item-title .checkout-item-title-text a:hover,
.checkout-item-title .checkout-item-title-text a:focus {
  color: #b6cc78;
}
.line-checkout {
  width: 100%;
  height: 1px;
  background-color: rgba(227, 216, 207, 0.25);
  margin-top: 20px;
}
.line-green-light {
  width: 100%;
  height: 1px;
  background-color: rgba(176, 195, 183, 0.25);
  /* margin-top: 20px; */
}
input:focus::placeholder {
  color: transparent;
}
.close-checkout-right img {
  cursor: pointer;
}
.color-green-5 {
  color: #537b64 !important;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-11 {
  font-size: 10.5px;
}
#checkout-new-user-header,
#form-checkout-login {
  display: none;
}
.checkout-left-title-mobile a {
  position: absolute;
  top: 15px;
}
.checkout-left-title-mobile .float-right {
  position: absolute;
  top: 15px;
  right: 15px;
}
.mobile-fixed-total {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: #faf7f3;
  -webkit-box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 35%);
  box-shadow: 0 -5px 5px -5px rgb(0 0 0 / 15%);
}
.mobile-total-checkout-title span {
  color: #537b64;
  font-weight: 500;
  font-size: 12px;
  line-height: 0;
}
.mobile-total-checkout-title .title {
  color: #224f36;
  font-weight: 700;
  font-size: 20px;
}
.slideDown_nav {
  display: flex;
  justify-content: center;
}
.slideDown_item {
  width: 30%;
  height: 4px;
  background-color: #d9d9d9;
  border-radius: 25px;
  margin-bottom: 25px;
}
#slideUp_checkout_nav .side-nav-cart {
  font-weight: 600;
  font-size: 24px;
  color: #3b694f;
}

select option[data-default] {
  color: #b0c3b7;
}
.input-group-text {
  background: transparent;
  border: none;
  color: #3b694f;
  border-bottom: 1px solid rgba(221, 216, 212, 0.5);
}

.promo-code-mobile {
  display: flex !important;
  justify-content: center;
}
.btn-promo-remove:hover,
.btn-promo-remove:focus,
.btn-promo-remove {
  background-color: transparent;
  border: 1px solid #224f36;
  color: #224f36;
  font-weight: 600;
}
.small-info-promo {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #b0c3b7;
}
.added-promo .cart-subtotal-title,
.added-promo .cart-subtotal {
  color: #b6cc78 !important;
}

/* card payment */
.label-payment {
  color: #224f36;
  font-weight: 400;
  font-size: 14px;
}
.card-payment {
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.card-payment .card-body {
  padding: 1.25rem;
}
.card-payment .card-text {
  color: #224f36;
  font-weight: 500;
  font-size: 14px;
}
.card-payment .checklist {
  position: absolute;
  right: 25px;
  display: none;
}
.card-payment .checklist.active {
  display: block;
}

.dropdown-menu-right.active {
  display: block;
}
.dropdown-account span {
  font-weight: 500;
  font-size: 16px;
  color: #224f36;
}
.dropdown-account i {
  color: #224f36;
}
.payment-success-content-title h2 {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #224f36;
}
.payment-success-content-title .download-pdf span {
  color: #b6cc78;
  font-weight: 600;
  font-size: 14px;
}
.payment-success-content-order .sub-title {
  font-weight: 400;
  font-size: 14px;
  color: #537b64;
}
.payment-success-content-order .sub-order {
  font-weight: 600;
  font-size: 15px;
  color: #3b694f;
}
.payment-success-content-order .btn-first {
  font-weight: 600;
  font-size: 14px;
  padding: 0rem 0.5rem;
}
.button-shipping-payment {
  display: flex;
  align-items: center;
}
.order-content-payment {
  display: flex;
  flex-direction: column;
}
.border-radius-8 {
  border-radius: 8px;
}
.payment-success-content-delivery-detail .delivery-detail-title,
.payment-success-content-order-detail .order-detail-title {
  font-weight: 600;
  font-size: 18px;
  color: #224f36;
}
.payment-success-content-order-detail td {
  border: none;
  padding: 0;
}
.payment-success-content-order-detail table tr > td {
  padding-bottom: 1em;
}
.payment-success-content-order-detail table tr.total > td {
  padding-top: 1em;
  padding-bottom: 0;
}
.payment-success-content-order-detail .number-sell-order-detail,
.content-order-sell {
  font-weight: 600;
  font-size: 16px;
  color: #224f36;
  text-align: right;
}
.payment-success-content-order-detail .sub-order-detail {
  font-weight: 500;
  font-size: 14px;
  color: #537b64;
}
.payment-success-content-order-detail .total-order-detail {
  font-weight: 600;
  font-size: 20px;
  color: #224f36;
}
.payment-success-content-order-detail .total-number-sell-order-detail {
  font-weight: 600;
  font-size: 20px;
  color: #224f36;
  text-align: right;
}
.content-order-detail-sub .title {
  font-weight: 600;
  font-size: 14px;
  color: #3b694f;
}
.content-order-detail-sub .sub-title {
  font-weight: 400;
  font-size: 14px;
  color: #537b64;
}

.payment-success-content-delivery-detail .delivery-name {
  font-weight: 600;
  font-size: 14px;
  color: #3b694f;
}
.payment-success-content-delivery-detail .delivery-address {
  font-weight: 400;
  font-size: 14px;
  color: #537b64;
  line-height: 1.5;
}
.payment-success-content-delivery-detail .delivery-icon {
  font-weight: 500;
  font-size: 14px;
  color: #3b694f;
}
.payment-success-content-delivery-detail .delivery-info {
  font-weight: 400;
  font-size: 14px;
  color: #537b64;
  line-height: 1;
}

.text-full-home {
  display: flex;
  justify-content: center;
  text-align: center;
  color: rgba(59, 105, 79, 0.8);
  font-weight: 400;
  font-size: 36px;
  font-family: "Work Sans";
  font-style: normal;
  line-height: 1.5;
}
.pt-section {
  padding-top: 7.5rem;
}
.p-section {
  padding: 7.5rem 0;
}
.home-text-right {
  position: absolute;
  bottom: -20rem;
  width: 60% !important;
  right: 0;
  text-align: right;
}
.home-text-left {
  position: absolute;
  bottom: -20rem;
  width: 60% !important;
  left: 0;
}
.home-text-right,
.home-text-left {
  font-weight: 400;
  font-size: 24px;
  color: #f8f8f8;
}
.bg-grey-1 {
  background-color: #ddd8d4;
}
.bg-img {
  position: relative;
  z-index: 1;
}
.banner-home-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}
.banner-home-title .title {
  color: #224f36;
}
.banner-home-title .hashtag {
  color: #537b64;
  font-weight: 400;
}
.line-grey-home {
  width: 100%;
  height: 1px;
  background-color: #b0c3b7;
}
.line-grey-account {
  width: 100%;
  height: 1px;
  background-color: rgba(221, 216, 212, 0.5);
}
.line-grey-blog {
  width: 100%;
  height: 1px;
  background-color: #ddd8d4;
}
.line-order {
  width: 100%;
  height: 1px;
  background-color: #faf7f3;
}
.banner-home-icon .banner-icon-title {
  font-weight: 500;
  font-size: 20px;
  color: #224f36;
  line-height: 1.3;
}
.banner-icon-title {
  font-weight: 500;
  font-size: 20px;
  color: #224f36;
  line-height: 1.3;
}
.banner-home-icon .banner-icon-desc {
  font-weight: 500;
  font-size: 14px;
  color: #537b64;
  line-height: 1.8;
}
.btn-products-home-next::after,
.btn-products-home-prev::after {
  content: "";
}
.btn-products-home-next,
.btn-products-home-prev {
  background-color: #f8f8f8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.btn-products-home-next i,
.btn-products-home-prev i {
  color: #224f36;
}
.products-home-name a {
  color: #224f36;
  font-weight: 600;
  font-size: 20px;
}
.products-home-name .option {
  color: #b6cc78;
  font-weight: 400;
  font-size: 14px;
  margin-top: -10px;
}
.shop-all-products {
  font-weight: 600;
  font-size: 14px;
  color: #224f36;
}

.bg-values{
  min-height:363px;
  background-size:cover;
  background-repeat:no-repeat
}
.our-title {
  color: rgba(34, 79, 54, 0.8);
  font-weight: 600;
  font-size: 14px;
}
.our-desc {
  font-weight: 500;
  font-size: 32px;
  color: rgba(34, 79, 54, 0.8);
  line-height: 1.2;
}
.our-value-title {
  font-weight: 500;
  font-size: 32px;
  color: rgba(34, 79, 54, 0.8);
  line-height: 1.2;
}
.our-value-desc {
  font-weight: 400;
  font-size: 18px;
  color: rgba(34, 79, 54, 0.8);
  line-height: 1.2;
}

.icon-arrow-values{
  display: none;
}

.pop-up-value-title  {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: rgba(34, 79, 54, 0.8);
  line-height: 1.3;
}
.our-list-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #224f36;
  width: 90%;
}
.our-list-desc:hover {
  text-decoration: underline;
  text-decoration-color: rgba(34, 79, 54, 0.8);
  -moz-text-decoration-color: rgba(34, 79, 54, 0.8);
  text-decoration-thickness: 2.5px;
  text-underline-offset: 5px;
}
.video-title {
  font-weight: 500;
  font-size: 36px;
  color: #224f36;
}

.myVideoSlider {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.myVideo {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.myVideo .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.myVideo .swiper-slide img,
.myVideo .swiper-slide-thumb-active img {
  border-radius: 8px;
}

.myVideo .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #b6cc78;
  border-radius: 8px;
}

.story-info-small {
  color: #b0c3b7;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.story-info-title {
  font-weight: 500;
  font-size: 36px;
  color: rgba(34, 79, 54, 0.8);
}

.story-info-desc {
  font-weight: 400;
  font-size: 18px;
  color: #537b64;
}
.story-read-more a {
  font-weight: 600;
  font-size: 14px;
}
.blog-small {
  color: rgba(109, 143, 122, 0.75);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-title {
  color: #3b694f;
  font-weight: 600;
  font-size: 20px;
}
.blog-first-title {
  font-weight: 600;
  font-size: 24px;
  color: rgba(34, 79, 54, 0.8);
}
.blog-first-small {
  color: #b0c3b7;
  font-weight: 600;
  font-size: 14px;
}
.blog-first-text {
  color: #537b64;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.btn {
  font-family: "Work Sans";
  font-style: normal;
}
.btn-explore,
.btn-explore:hover,
.btn-explore:focus {
  padding: 14px 28px;
  background: #224f36;
  color: #e3d8cf;
}
.explore-question {
  color: #537b64;
  font-weight: 400;
  font-size: 16px;
}

.border-bottom-green {
  border-bottom: 1px solid #b0c3b7;
}

#modal-pop-up .modal-dialog {
  min-width: 65%;
}
#modal-pop-up .modal-content {
  width: 100%;
  background: transparent;
  border: 0;
}

#modal-pop-up button {
  position: absolute;
  right: 20px;
  top: 30px;
  background-color: #224f36;
  padding-bottom: 3px;
  border-radius: 25px;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}
.popup-small {
  color: #b0c3b7;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.popup-title {
  font-weight: 600;
  font-size: 24px;
  color: #224f36;
}
.popup-desc {
  color: rgba(59, 105, 79, 0.75);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.popup-form .btn {
  color: #e3d8cf;
  font-weight: 600;
  font-size: 14px;
}
.menu-account-desktop li {
  padding-bottom: 15px;
}
.menu-account-desktop li a {
  color: #224f36;
  font-weight: 500;
  font-size: 16px;
}
.header-edit-profile {
  color: #224f36;
  font-weight: 600;
  font-size: 24px;
}
.title-box-profile {
  color: #b8c19f;
  font-weight: 600;
  font-size: 18px;
}
.label-profile {
  color: #b0c3b7;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}

.label-shipping {
  color: #b0c3b7;
  font-weight: 400;
  font-size: 14px;
}
.btn-cancel {
  color: #3b694f;
  font-weight: 600;
  font-size: 14px;
}

html {
  background-color: #faf7f3;
}

.date-orders {
  color: #3b694f;
  font-weight: 400;
  font-size: 14px;
}

.w-auto {
  width: auto !important;
}
.many-product {
  color: #3b694f;
  font-weight: 400;
  font-size: 14px;
}
.many-total {
  color: #537b64;
  font-weight: 600;
  font-size: 16px;
}
.pb-520 {
  padding-bottom: 520px;
}
.blog-detail {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.blog-detail-caption {
  position: absolute;
  bottom: -5%;
  /* width: 40%; */
  text-align: center;
  color: #fff;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%);
}
.w-md-40 {
  width: 40%;
}

.caption-small {
  color: #ddd8d4;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.caption-title {
  font-weight: 500;
  font-size: 40px;
  color: #faf7f3;
}
.caption-date {
  color: #ddd8d4;
  font-weight: 400;
  font-size: 14px;
}
.bg-overlay-black-bottom-to-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, black 150%);
  z-index: 2;
}
.blog-detail-content-desc .title {
  color: #224f36;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
}
.blog-detail-content-desc .description {
  color: #224f36;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  padding-right: 12px;
}
.title-small-desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #224f36;
}
.blog-detail-right-img img {
  width: 100%;
  max-width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
}
.blog-detail-right-desc-title {
  color: #224f36;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
}
.blog-detail-right-desc-title a{
  text-align: justify;
}
.blog-detail-right-desc-date {
  color: #b0c3b7;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}
.blog-detail-right-title {
  color: #6d8f7a;
  font-weight: 600;
  font-size: 12px;
}
.share-icon ul li {
  margin-left: 25px;
}
.share-icon ul li a {
  color: #224f36;
}
.share-icon ul li a i {
  font-size: 15px;
}
.share-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #6d8f7a;
}
.banner-box {
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 500;
  font-size: 80px;
  color: #e3d8cf;
  z-index: 2;
  line-height: 1.1;
  text-align: center;
  width: 80%;
}
.contact-content-detail {
  width: 70%;
}
.contact-detail-title {
  font-weight: 500;
  font-size: 24px;
  color: #224f36;
  line-height: 1.3;
}
.contact-detail-desc {
  font-weight: 400;
  font-size: 14px;
  color: #537b64;
  line-height: 1.6;
}
.term-content-detail h1,
.term-content-detail h2,
.term-content-detail h3,
.term-content-detail h5,
.term-content-detail h6 {
  font-weight: 600;
  font-size: 14px;
  color: #224f36;
}
.term-content-detail p {
  font-size: 14px;
  color: #224f36;
  line-height: 1.6;
  font-weight: 400;
}

/* accordion faq */
/* .accordion-list {
  margin-bottom: 30px;
} */
.accordion-header a {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: #224f36;
  line-height: 1.3;
  align-items: center;
}
.accordion-header img {
  margin-right: 17px;
  width: 12px;
  height: 12px;
  margin-top: -7px;
}
.accordion-header i {
  margin-right: 15px;
}
.accordion-header h5 {
  font-weight: 700;
}
.accordion-body {
  margin-left: 30px;
  color: #537b64;
  line-height: 1.6;
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
}

.our-list-icon {
  min-width: 40px;
  max-width: 40px;
}
.our-list {
  min-height: 45px;
  max-height: 45px;
  cursor: pointer;
}

.why-bamboo-icon{
  max-width: 45px;
}

.img-banner{
  width: 470px;
  height: 470px;
  min-width: 470px;
  min-height: 470px;
}

.product-img-slider{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.alert-wateru{
  color: #224f36;
  background-color: #6ad499;
  border-color: #b8daff;
}

.alert-wateru-warning{
  color:white;
  background-color: #fa7878;
  border-color: #f70202;
}

.text-wateru{
  color: #224f36;
}

.swiper-thumbnail{
  aspect-ratio: 1341/743;
}

.img-blog-list{
  width: 100%; height: 480px; object-fit: cover;
}

.img-blog-main{
  width: 100%; height: 480px; object-fit: cover;
}

.img-contact-main{
  width: 100%; height: 480px; object-fit: cover;
}


.logo-to-home:hover{
  cursor: pointer;
}

.btn-ecommerce{
  width: 100%;
  height: 48px;
  /* margin: auto; */
  color: #FFFFFF;
  text-align: center;
}

.btn-tokopedia{
  background: #03AC0E;
}
.btn-shopee{
  background: #FF6201;
}
.btn-bukalapak{
  background: #E31F52;
}
.btn-jdid{
  background: #fa2c07;
}

.blog-column{
  padding-right: 50px;
}

.value-description{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  font-family: "Work Sans"
}

.h-100vh{
  height: 100vh !important;
}

.step-trigger .bs-stepper-label{
font-weight: 400 !important;
}


.product-category-list {
  overflow-y: auto;
  height: 100vh;
  padding: 0 20px;
}
.product-category-list li {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  color: #3b694f;
}
.product-category-list img {
  display: none;
}
.product-category-list .active img {
  /* font-family: "Font Awesome 5 free";
  font-weight: 600;
  content: "\f00c"; */
  position: absolute;
  right: 0;
  color: #b6cc78;
  display: block;
  top: 25px;
}
.product-category-list .active {
  font-weight: 600;
  color: #3b694f;
}

.center-top{
  display: block;
  position: absolute;
  top:25px;
  transform: translateX(50%);
  padding-left:.5em;
  padding-right:.5em;
  margin-left:auto;
  margin-right:auto;
  right:50%;
}