@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
.gform_button {
  background-color: #418a0b !important;
}
.full-size-section > .container-fluid {
  padding: 0;
}
.full-size-section .slick-slider .slick-single-outer-container {
  padding: 0;
}
.full-size-section .slick-slider .slick-single-outer-container .slick-single-inner-container {
  padding: 0;
  background: none;
}
.full-size-section .slick-next.slick-arrow {
  right: 15px;
}
.fp-title {
  text-transform: uppercase;
}
.fp-title:after {
  display: block;
  content: "";
  border-bottom: 4px solid #81d742;
  width: 25%;
  margin-left: 37.5%;
  margin-top: 5px;
}
.header-search {
  display: flex;
  justify-content: flex-end;
}
.search_form {
  max-width: 300px;
}
.search_form .search-btn {
  max-width: 50px;
}
.navbar.bg-dark {
  background: #010e05 !important;
}
@media only screen and (max-width: 575px) {
  #header {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #header {
    display: none;
  }
}
.main-menu-area {
  border-bottom: 4px solid #81d742;
}
.main-menu-area .navbar {
  margin: 0 auto;
}
.mobile-menu .col-right {
  text-align: right;
}
.mobile-menu .navbar-toggler {
  margin-top: 7px;
}
#wsMobileMenu .menu-item {
  border-bottom: 1px solid #666;
  padding: 15px 0;
}
#wsMobileMenu .menu-item:last-child {
  border-bottom: none;
}
#wsMobileMenu .menu-item a {
  color: #fff;
  text-decoration: none;
}
#wsMobileMenu .mobile_menu_dropdown_arrow {
  top: 0;
}
#wsMobileMenu .dropdown-menu {
  padding: 0;
  margin-top: 10px;
}
.woocommerce-featured-products {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  margin-bottom: 30px;
}
.woocommerce-featured-products .product-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  max-width: 250px;
  flex: 1 1 auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  .woocommerce-featured-products .product-item {
    max-width: unset;
  }
}
.woocommerce-featured-products .product-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.woocommerce-featured-products .product-item .product-image {
  margin-bottom: 10px;
}
.woocommerce-featured-products .product-item .product-title {
  font-size: 1.1em;
  margin-bottom: 5px;
  color: #333;
}
.woocommerce-featured-products .product-item .product-price {
  font-weight: bold;
  color: #418a0b;
  font-size: 1.1em;
}
.home-newsletter .gform-footer {
  display: flex;
  justify-content: center;
}
.home-testimonials .testimonial {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-testimonials .testimonial .testimonial-name {
  font-size: 0.9em;
}
#footer {
  text-align: center;
  color: #fff;
  box-shadow: 0px -4px 5px #aaa;
}
#footer .widget-title {
  color: #fff;
  border-bottom: 1px solid #81d742;
  padding-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}
#footer li {
  margin-bottom: 5px;
}
#footer li a {
  color: #fff;
  text-decoration: none;
}
#footer li a:hover {
  text-decoration: underline;
}
ul.page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
}
ul.page-numbers li {
  border: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 8px;
}
ul.page-numbers li a {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.woocommerce input.input-text.qty.text {
  width: 100px;
  padding: 8px 15px;
  height: auto;
  text-align: left;
  margin-bottom: 30px;
  border: solid 1px #a4a4a4;
  border-radius: 2px;
}
label.screen-reader-text {
  height: auto !important;
  width: auto !important;
  overflow: auto !important;
  position: relative !important;
  clip-path: none !important;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled, .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  flex-direction: column;
}
.woocommerce div.product form.cart .variations select {
  max-width: 350px;
  min-width: auto;
  border: solid 1px #a4a4a4;
  border-radius: 2px;
  padding: 8px 15px;
}
.woocommerce div.product form.cart .button {
  background-color: #000000;
  padding: 15px;
}
.woocommerce div.product form.cart .button.disabled:hover, .woocommerce div.product form.cart .button:hover {
  background-color: #418a0b !important;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 400;
  font-family: "Poppins";
}
.product .product_meta {
  display: none;
}
p.price {
  font-weight: bold;
  color: #418a0b !important;
  font-size: 1.5em !important;
}
span.woocommerce-Price-amount.amount {
  font-weight: 600;
  color: #418a0b !important;
  font-size: 1.2em !important;
}
table.variations tr {
  display: flex;
  flex-direction: column;
}
a.reset_variations {
  display: none !important;
}
div#order-notes {
  padding: 16px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  min-height: auto;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 15px;
  border-radius: 3px;
  font-weight: 700;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background-color: #418a0b !important;
}
/***** MEDIA QUERIES *****/
