/* template.css */

body {
  font-family: 'Lato', sans-serif;
}
.text-c1 {
  color: #29743c !important;
}
.text-c2 {
  color: #89c340 !important;
}
.text-c3 {
  color: #e3e3e3 !important;
}
.text-c4 {
  color: #e2e2e2 !important;
}
.text-c5 {
  color: #333 !important;
}
.bg-c1 {
  background: #29743c !important;
}
.bg-c2 {
  background: #89c340 !important;
}
.bg-c3 {
  background: #e3e3e3 !important;
}
.bg-c4 {
  background: #e2e2e2 !important;
}
.bg-c5 {
  background: #333 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.un1, .un2, .un3, .un4 {
  display: inline-block;
  text-decoration: none;
}
.un1:after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: #29743c;
  transition: 300ms;
}
.un2:after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: #89c340;
  transition: 300ms;
}
.un3:after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: #e3e3e3;
  transition: 300ms;
}
.un4:after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: #e2e2e2;
  transition: 300ms;
}
.un3:hover {
  color: #e3e3e3 !important;
}
.un4:hover {
  color: #e2e2e2 !important;
}
.un1:hover:after, .un2:hover:after, .un3:hover:after, .un4:hover:after {
  width: 100%;
}
.text-shadow {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.text-shadow-2 {
  text-shadow: 1px 1px 2px #000;
}
.font-size-50 {
  font-size: 50px;
}
.btn.bg-c1:hover {
  background: #fff !important;
  color: #29743c !important;
  border: 1px solid #29743c !important;
}
.btn.bg-c2:hover {
  background: #fff !important;
  color: #89c340 !important;
  border: 1px solid #89c340 !important;
}
.navbar-nav .mobile-user-dropdown .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
.navbar-nav .mobile-user-dropdown .dropdown-menu {
  position: absolute;
}
.navbar-nav li a:hover {
  color: #89c340 !important;
}
.navbar-brand img {
  width: 150px;
}
.navbar .navbar-toggler {
  border: 1px solid #29743c;
  box-shadow: none;
}
.navbar .navbar-toggler .bi.bi-list:before {
  color: #29743c !important;
}
.navbar .navbar-toggler:not(.collapsed) .bi.bi-list:before {
  content: "\F659";
  color: #d81c24 !important;
}
.navbar .navbar-toggler:not(.collapsed) {
  border: 1px solid #d81c24 !important;
}
.navbar .navbar-toggler:not(.collapsed) .right-nav {
  display: none;
}
.search-btn {
  margin-right: 10px;
  cursor: pointer;
}
.page-item .page-link {
  color: #89c340;
}
.page-item.active .page-link {
  background: #89c340;
  color: #fff;
  border-color: #89c340;
}
#backtotop {
  position: fixed;
  visibility: hidden;
  bottom: 30px;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: rgba(34, 34, 34, .7);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  border-radius: 7px 0px 0px 7px;
  transition: 1s;
}
#backtotop span {
  position: absolute;
  font-size: 24px;
  top: 3px;
  right: 5px;
}
#backtotop:hover {
  background-color: #89c340;
}
.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.animated-2 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.animated-3 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.animated-4 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
label.error {
  color: red;
  margin-bottom: 15px;
}
.text-banner-primary {
  font-size: 8vw;
}
.text-banner-secondary {
  font-size: 2vw;
}
.home-banner .carousel-caption {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 10%;
  width: 600px;
  z-index: 3;
  text-align: left;
}
.home-banner .home-banner-img {
  height: 866px;
  object-fit: fill;
}
.home-banner .overlay {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.home-banner .overlay.home-2 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.home-banner .carousel-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 10%;
  width: 800px;
  z-index: 3;
}
.home-banner .carousel-caption.home-2 {
  width: 500px;
}
.home-banner .carousel-caption h1 {
  font-family: 'Lato Black', sans-serif;
}
.hiw-slide-dots {
  text-align: center;
  padding: 0;
  margin: 10px auto;
}
.hiw-slide-dots li {
  list-style: none;
  border-bottom: 7px solid #29743c;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
}
.hiw-slide-dots li.slick-active {
  border-bottom: 7px solid #89c340;
}
.hiw-slide-dots li button {
  font-size: 0;
  display: none;
}
#next_arrow {
  position: absolute;
  right: -12px;
  top: 45%;
  font-size: 30px;
  color: #29743c;
}
#prev_arrow {
  position: absolute;
  top: 45%;
  left: -12px;
  font-size: 30px;
  color: #29743c;
}
.view-item-detail {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  right: 11px;
}
#loginModal .nav-tabs .nav-item.show .nav-link, #loginModal .nav-tabs .nav-link {
  border: none;
  color: #29743c;
}
#loginModal .nav-tabs .nav-item.show .nav-link.active, #loginModal .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 1px solid #89c340;
  color: #89c340;
}
#loginModal .btn-close {
  position: absolute;
  top: 20px;
  right: 10px;
}
.pills-tab li .nav-link {
  background: transparent;
  color: #333;
  border: 1px solid #333;
  margin-right: 10px;
}
.pills-tab li .nav-link.active, .pills-tab li .nav-link:hover {
  background: transparent;
  color: #89c340;
  border: 1px solid #89c340;
}
.steps {
  display: flex;
  width: 100%;
}
.step-item {
  flex-basis: 0;
  flex-grow: 1;
  transition: color 0.25s ease-in-out;
  text-align: center;
  text-decoration: none !important;
}
.step-item:first-child .step-progress {
  border-radius: 0.125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.step-item:last-child .step-progress {
  border-radius: 0.125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.step-progress {
  position: relative;
  width: 100%;
  height: 0.25rem;
}
.step-count {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: -0.8125rem;
  border-radius: 50%;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.step-label {
  padding-top: 1.5625rem;
}
.step-label > i {
  margin-top: -0.25rem;
  margin-right: 0.425rem;
  font-size: 1.2em;
  vertical-align: middle;
}
.steps-light .step-item {
  color: #29743c;
}
.steps-light .step-count, .steps-light .step-progress {
  color: #fff;
  background-color: #89c340;
}
.steps-light .step-item:hover {
  color: #89c340;
}
.steps-light .step-item.active.current {
  color: #89c340;
  pointer-events: none;
}
.steps-light .step-item.active.current .step-count, .steps-light .step-item.active.current .step-progress {
  color: #fff;
  background-color: #89c340;
}
.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
  color: #fff;
  background-color: #29743c;
}
.productslider li {
  list-style-type: none;
  position: relative;
}
#ajax-loading {
  position: absolute;
  right: 115px;
  top: 50%;
  transform: translateY(-50%);
}
#ajax-result-con {
  background-color: #808080;
}
.ajax-item {
  transition: all 0.5s ease-in;
  border: 1px solid transparent;
}
.ajax-item a {
  padding: 15px;
  color: white;
  display: block;
  transition: all 0.5s ease-in;
  border: 1px solid transparent;
}
.ajax-item:hover, .ajax-item:hover a {
  background-color: white !important;
  color: #333 !important;
  border: 1px solid #333;
}
.ajax-item:nth-child(odd) {
  background-color: #333;
  color: white;
}
.ajax-item:nth-child(even) {
  background-color: #808080;
  color: white;
}
.no-results {
  padding: 15px;
  /* Spinners */
}
.spinner {
  margin: 0px auto;
  height: 25px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 85px 0 20px;
  background: #29743c;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 99;
}
.cookie-message .cookiebar-close {
  position: absolute;
  top: 0;
  *top: -2px;
  right: 20px;
  cursor: pointer;
}
.cookie-message p, .cookie-message a {
  color: #fff;
  font: bold 11px/18px Arial;
  margin: 0.6em 0;
}
.red .cookiebar-close {
  background: #89c340;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px transparent solid;
  border-radius: 2px;
  box-shadow: 0.3px 0.3px 0 0.1px;
  text-decoration: none;
}
.red .cookiebar-close:hover {
  color: #333;
  background: #e2e2e2;
  box-shadow: 0.5px 0.5px 0.2px 0.2px;
}
.ug-item-wrapper, .ug-thumbs-strip, .ug-theme-panel .ug-strip-panel {
  background: #fff !important;
}
.ug-theme-panel .ug-strip-panel {
  border-top: 1px solid #29743c;
}
.ug-arrow-left.ug-skin-default, .ug-arrow-right.ug-skin-default, .ug-zoompanel.ug-skin-default .ug-zoompanel-plus:before, .ug-zoompanel.ug-skin-default .ug-zoompanel-minus:before, .ug-zoompanel.ug-skin-default .ug-zoompanel-return, .ug-default-button-hidepanel .ug-default-button-hidepanel-tip:before, .ug-theme-default .ug-default-button-fullscreen-single:before, .ug-theme-default .ug-default-button-play-single:before {
  color: #29743c !important;
}
.card.shadow-sm:hover, .card.shadow-sm:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  border: 1px solid #89c340;
}
@media (max-width: 1200px) {
  .home-banner .overlay {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .navbar-brand img {
    width: 100px;
  }
  .home-banner .home-banner-img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .home-banner .home-banner-img {
    height: 450px;
  }
  .home-banner .carousel-caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 5%;
    top: 38%;
    width: 450px;
  }
  .home-banner .carousel-caption.home-2 {
    width: 330px;
  }
  .step-label {
    font-size: 0.75rem;
  }
  .step-label > i {
    display: none;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    width: 100px;
  }
  .home-banner .home-banner-img {
    height: 400px;
  }
  .home-banner .carousel-caption {
    top: 40%;
    width: 330px;
  }
  .toast {
    width: 320px !important;
  }
  .text-banner-primary {
    font-size: 12vw;
  }
  .text-banner-secondary {
    font-size: 8vw;
  }
}
@media (min-width: 1440px) and (max-width: 2000px) {
  .text-banner-primary {
    font-size: 7vw;
  }
}
@media (min-width: 2001px) and (max-width: 2560px) {
  .text-banner-primary {
    font-size: 5.5vw;
  }
}
@media (min-width: 2561px) {
  .text-banner-primary {
    font-size: 4.5vw;
  }
}
.about-img {
  height: 600px;
}
.py-7 {
  padding-bottom: 7rem;
  padding-top: 7rem;
}
.text-size-3 {
  font-size: 3rem;
}
.animatedhover:hover {
  /* referring directly to the animation's @keyframe declaration */
  animation: headShake;
  /* don't forget to set a duration! */
  animation-duration: 2s;
}
.img-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.shop-card-images {
  max-height: 250px;
  object-fit: contain;
}
.overlay-div {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #0c0c0c;
  opacity: 0.7;
}

