/* ====== PART SECTION IMPORT ====== */ /* ====== GLOBAL SECTION ====== */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
  color: #12151A;
}
body .no-scroll {
  overflow: hidden !important;
}
body .site {
  overflow: hidden !important;
}
body a {
  text-decoration: none;
  outline: none;
}
body a:hover, body a:active, body a:focus {
  text-decoration: none;
  outline: none;
}
body.no-scroll {
  overflow: hidden;
}

.content-area {
  margin: 0 !important;
  width: 100% !important;
}

.container {
  max-width: 1216px;
  padding: 0 15px;
  margin: 0 auto;
  outline: none;
}

.main-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-green {
  display: inline-block;
  color: #ffffff;
  background: #78B916;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  min-width: 176px;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.button-green:hover, .button-green:focus {
  background: #6EA916;
}

.tile-breadcrumb {
  margin: 0 !important;
}
.tile-breadcrumb .woocommerce-breadcrumb {
  color: #78B916;
}
.tile-breadcrumb .woocommerce-breadcrumb a {
  text-decoration: none !important;
  color: #12151A;
  transition: 0.35s;
}
.tile-breadcrumb .woocommerce-breadcrumb a::before {
  display: none !important;
}
.tile-breadcrumb .woocommerce-breadcrumb a:hover {
  text-decoration: none !important;
  color: #78B916;
}
.tile-breadcrumb .woocommerce-breadcrumb span::after {
  color: #12151A;
}

/* ====== HEADER SECTION ====== */
.header.site-header {
  width: 100%;
  margin: 0 !important;
  padding: 40px 0 !important;
  border-bottom: 0;
}
.header.site-header .container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header.site-header .header__search {
  width: 100%;
  padding-top: 30px;
}
.header.site-header .logo {
  position: absolute;
  width: 23%;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.header.site-header .logo .site-branding {
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
}
.header.site-header .logo .site-branding img {
  width: 100%;
  height: auto;
}
.header.site-header .tile-primary-navigation {
  width: 100%;
}
.header.site-header .tile-primary-navigation .col-full {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.header.site-header .tile-primary-navigation .main-navigation {
  margin: 0;
  width: 77%;
  padding-left: 23%;
}
.header.site-header .tile-primary-navigation .nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.site-header .tile-primary-navigation .nav-menu > li:last-child a {
  position: relative;
  display: flex;
  align-items: center;
}
.header.site-header .tile-primary-navigation .nav-menu > li:last-child a::before {
  display: block;
  content: "";
  background-image: url(../../images/phone-logo.svg);
  width: 10px;
  height: 16px;
  margin-right: 8px;
}
.header.site-header .tile-primary-navigation .nav-menu li.menu-item-has-children > a::after {
  content: "+";
  margin-left: 8px;
}
.header.site-header .tile-primary-navigation .nav-menu li.current-menu-item > a, .header.site-header .tile-primary-navigation .nav-menu li.current-menu-parent > a {
  color: #6EA916;
}
.header.site-header .tile-primary-navigation .nav-menu li a {
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #12151A;
  transition: 0.35s;
}
.header.site-header .tile-primary-navigation .nav-menu li a:hover {
  background: none;
  color: #6EA916;
}
.header.site-header .tile-primary-navigation .nav-menu > .sub-menu {
  top: 40px;
}
.header.site-header .tile-primary-navigation .nav-menu .sub-menu {
  position: absolute;
  background: #ffffff;
  padding: 15px 25px;
  width: 290px;
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.header.site-header .tile-primary-navigation .nav-menu .sub-menu li {
  background: none !important;
}
.header.site-header .tile-primary-navigation .nav-menu .sub-menu li a {
  width: auto;
  padding: 5px 0;
  line-height: 24px;
}
.header.site-header .site-header-cart {
  width: 23%;
  margin-right: -1px;
}
.header.site-header .site-header-cart .woocommerce-mini-cart__empty-message {
  text-align: right;
}
.header.site-header .site-header-cart .cart-contents {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 0;
  color: #12151A;
}
.header.site-header .site-header-cart .cart-contents::after {
  height: auto;
}
.header.site-header .site-header-cart .cart-contents .count {
  margin-right: 30px;
}
.header.site-header .site-header-cart .widget_shopping_cart {
  background-color: #ffffff;
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.header.site-header .site-header-cart .widget_shopping_cart .product_list_widget {
  padding-top: 14px;
}
.header.site-header .site-header-cart .widget_shopping_cart .product_list_widget img {
  max-width: 50px;
}
.header.site-header .site-header-cart .widget_shopping_cart .total {
  background-color: #ffffff;
}
.header.site-header .site-header-cart .widget_shopping_cart p.buttons {
  background-color: #ffffff;
}
.header.site-header .site-header-cart .widget_shopping_cart p.buttons .button {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 7px;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.header.site-header .site-header-cart .widget_shopping_cart p.buttons .button::after {
  display: none;
}
.header.site-header .site-header-cart .widget_shopping_cart p.buttons .checkout {
  color: #ffffff;
  background: #78B916;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  min-width: 176px;
  text-align: center;
  padding: 7px;
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.header.site-header .site-header-cart .widget_shopping_cart p.buttons .checkout:hover, .header.site-header .site-header-cart .widget_shopping_cart p.buttons .checkout:focus {
  background: #6EA916;
}

/* ====== HOME PAGE SECTION ====== */
.site-main {
  margin: 0;
}
.site-main__banner__list {
  border-radius: 16px;
  overflow: hidden;
}
.site-main__banner__item {
  height: 520px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.site-main__banner__item.background-enable::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.site-main__banner__item__info {
  position: relative;
  padding: 0 80px;
  width: 100%;
  z-index: 2;
}
.site-main__banner__item__info--title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  color: #ffffff;
}
.site-main__banner__item__info--subtitle {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1;
  color: #ffffff;
}
.site-main__banner .swiper-container {
  width: 100%;
}
.site-main__banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 24px;
}
.site-main__banner .swiper-pagination-bullet {
  margin: 0 8px !important;
  background: #ffffff;
  opacity: 1;
}
.site-main__banner .swiper-pagination-bullet-active {
  height: 16px;
  width: 16px;
  border: 1px solid #ffffff;
  background: transparent;
}
.site-main__search {
  padding-top: 40px;
}
.site-main__category-list {
  padding: 26px 0 66px 0;
}
.site-main__category-list__wrapper {
  margin: 0 -14px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.site-main__category-list__item {
  width: 25%;
  padding: 14px;
}
.site-main__category-list__item a {
  text-decoration: none;
}
.site-main__category-list__item a:hover .img::after {
  opacity: 1;
  visibility: visible;
}
.site-main__category-list__item a:hover .title {
  color: #6EA916;
}
.site-main__category-list__item .img {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s ease-in;
}
.site-main__category-list__item .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(110, 169, 22, 0.3);
  transition: 0.3s ease-in;
}
.site-main__category-list__item .title {
  padding: 20px 10px 0 10px;
  display: block;
  width: 100%;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #12151A;
  transition: 0.3s ease-in;
}
.site-main__product-list {
  margin-bottom: 60px;
}
.site-main__product-list__info {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-main__product-list__title {
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  line-height: 48px;
}
.site-main__product-list__view {
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  color: #6EA916;
}
.site-main__product-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.site-main__product-list__item {
  width: 25%;
  padding: 14px;
  color: #12151A;
}
.site-main__product-list__item:hover .site-main__product-list__item--img::after {
  opacity: 1;
  visibility: visible;
}
.site-main__product-list__item:hover .site-main__product-list__item--title {
  color: #6EA916;
}
.site-main__product-list__item:hover .site-main__product-list__item--price ins {
  color: #6EA916;
}
.site-main__product-list__item--img {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 275px;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s ease-in;
}
.site-main__product-list__item--img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/watermark.png);
  background-size: cover;
  z-index: 0;
}
.site-main__product-list__item--img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(110, 169, 22, 0.3);
  transition: 0.3s ease-in;
  z-index: 1;
}
.site-main__product-list__item--info {
  padding: 14px 0 0 0;
  border: 0;
}
.site-main__product-list__item--top {
  margin-bottom: 16px;
}
.site-main__product-list__item--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-main__product-list__item--product-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-main__product-list__item--title {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #12151A;
  transition: 0.3s ease-in;
}
.site-main__product-list__item--price {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #78B916;
}
.site-main__product-list__item--price ins {
  font-weight: 400;
  margin-left: 12px;
}
.site-main__product-list__item--price del {
  opacity: 1;
  color: #12151A;
}

/* ====== ABOUT PAGE SECTION ====== */
.about__banner {
  position: relative;
  height: 424px;
  width: 100%;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
}
.about__banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.about__list {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.about__list__item {
  padding: 0 15px;
}
.about__list__item--title {
  margin-bottom: 8px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #78B916;
}
.about__list__item--value {
  font-size: 16px;
  line-height: 24px;
}
.about__desc {
  margin-top: 60px;
  margin-bottom: 80px;
}
.about__desc p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

/* ====== WOOCOMMERCE CUSTOM SECTION ====== */
.category-page__banner {
  position: relative;
  width: 100%;
  height: 424px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
}
.category-page__banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.category-page__banner .page-title {
  margin-bottom: 0;
  position: relative;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.1;
  color: #ffffff;
  z-index: 2;
}
.category-page__list {
  padding: 14px 0 44px 0;
}
.category-page__description {
  padding-bottom: 44px;
}
.category-page__description p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.site-content .site-content__wrapper ul.products {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.site-content .site-content__wrapper ul.products li.product {
  width: 33.3333333333% !important;
  padding: 14px;
  color: #12151A;
  margin: 0 !important;
}
.site-content .site-content__wrapper ul.products li.product.product-category img {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px !important;
}
.site-content .site-content__wrapper ul.products li.product.product-category .woocommerce-loop-category__title {
  display: block;
  text-align: left;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #12151A;
  transition: 0.3s ease-in;
}
.site-content .site-content__wrapper ul.products li.product.product-category a {
  position: relative;
}
.site-content .site-content__wrapper ul.products li.product.product-category a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  background-color: rgba(110, 169, 22, 0.3);
  transition: 0.3s ease-in;
}
.site-content .site-content__wrapper ul.products li.product.product-category a:hover::after {
  opacity: 1;
  visibility: visible;
}
.site-content .site-content__wrapper ul.products li.product.product-category a:hover .woocommerce-loop-category__title {
  color: #6EA916;
}
.site-content .site-content__wrapper ul.products li.product a {
  display: block;
  width: 100%;
}
.site-content .site-content__wrapper ul.products li.product a:hover .image-wrapper::after {
  opacity: 1;
  visibility: visible;
}
.site-content .site-content__wrapper ul.products li.product a:hover .woocommerce-loop-product__title {
  color: #6EA916;
}
.site-content .site-content__wrapper ul.products li.product a:hover .price ins {
  color: #6EA916;
}
.site-content .site-content__wrapper ul.products li.product .image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: 0.3s ease-in;
}
.site-content .site-content__wrapper ul.products li.product .image-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(110, 169, 22, 0.3);
  transition: 0.3s ease-in;
  z-index: 0;
}
.site-content .site-content__wrapper ul.products li.product .image-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/watermark.png);
  background-size: cover;
  z-index: 1;
}
.site-content .site-content__wrapper ul.products li.product img {
  display: block;
  width: 100%;
  margin: 0 !important;
}
.site-content .site-content__wrapper ul.products li.product .woocommerce-loop-product__title {
  display: block;
  text-align: left;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #12151A;
  transition: 0.3s ease-in;
}
.site-content .site-content__wrapper ul.products li.product .price {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #78B916;
}
.site-content .site-content__wrapper ul.products li.product .price > *:first-child {
  padding-right: 3px;
}
.site-content .site-content__wrapper ul.products li.product .price > *:last-child {
  padding-left: 3px;
}
.site-content .site-content__wrapper ul.products li.product .price del {
  opacity: 1;
  color: #12151A;
}
.site-content .site-content__wrapper ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 400;
  margin-left: 0 0 0 12px !important;
}
.site-content .site-content__wrapper ul.products li.product .button {
  display: none;
}

.single .woocommerce-tabs {
  display: none;
}
.single .site-content {
  padding: 0 0 64px 0;
}
.single .site-content .product {
  display: flex;
  flex-wrap: wrap;
}
.single .site-content .product .woocommerce-product-gallery {
  width: 50% !important;
  margin: 0 !important;
}
.single .site-content .product .woocommerce-product-gallery__wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.single .site-content .product .woocommerce-product-gallery a {
  position: relative;
}
.single .site-content .product .woocommerce-product-gallery a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/watermark.png);
  background-size: cover;
  z-index: 1;
}
.single .site-content .product .woocommerce-product-gallery img {
  width: 100%;
}
.single .site-content .product .entry-summary {
  width: 50% !important;
  margin: 0 !important;
  padding-left: 33px;
}
.single .site-content .product .onsale {
  display: none;
}
.single .site-content .product .product_title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 32px;
  height: 48px;
  font-weight: 500;
}
.single .site-content .product p.price {
  margin: 15px 0 26px 0;
  font-size: 24px;
  font-weight: 400;
}
.single .site-content .product p.price del {
  opacity: 1;
  color: #807F87;
}
.single .site-content .product p.price ins {
  opacity: 1;
  margin-left: 12px;
  color: #78B916;
}
.single .site-content .product .variations_form {
  margin: 0;
  padding: 0;
}
.single .site-content .product .variations_form .label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
.single .site-content .product .variations_form .label label {
  margin: 0;
}
.single .site-content .product .variations_form .label .woo-selected-variation-item-name {
  color: #78B916;
  font-weight: 400;
}
.single .site-content .product .variations_form .value {
  margin-bottom: 20px;
}
.single .site-content .product .variations_form .button-variable-items-wrapper .variable-item {
  border-radius: 4px;
  height: 30px;
  width: auto;
  padding: 5px;
}
.single .site-content .product .variations_form .button-variable-items-wrapper .variable-item-span {
  border-radius: 4px;
  font-size: 12px;
}
.single .site-content .product .variations_form .price {
  margin-bottom: 6px;
  font-size: 20px;
  color: #78B916;
}
.single .site-content .product .variations_form .qib-container .qib-button {
  background-color: #625F66 !important;
  border-color: #625F66 !important;
}
.single .site-content .product .variations_form .qib-container .qib-button.minus {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.single .site-content .product .variations_form .qib-container .qib-button.plus {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.single .site-content .product .variations_form .qib-container input {
  font-size: 16px !important;
  font-weight: 500;
  color: #12151A;
  border-color: #625F66 !important;
}
.single .site-content .product .single_add_to_cart_button {
  display: block !important;
  margin-top: 10px !important;
  margin-left: 0 !important;
  color: #ffffff;
  background: #78B916;
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 250px;
  text-align: center;
  height: auto !important;
  padding: 16px !important;
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.single .site-content .product .single_add_to_cart_button:hover, .single .site-content .product .single_add_to_cart_button:focus {
  background: #6EA916;
}
.single .site-content .product .reset_variations {
  display: none;
}
.single .site-content .product .product-descriptions {
  width: 50%;
  margin-top: 40px;
}
.single .site-content .product .product-descriptions__title {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  font-size: 24px;
  line-height: 36px;
}
.single .site-content .product .product-descriptions p {
  font-size: 16px;
  font-weight: 400;
}
.single .site-content .product .product-table {
  width: 50%;
  margin-top: 40px;
  padding-left: 33px;
}
.single .site-content .product .product-table__title {
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  font-size: 24px;
  line-height: 36px;
}
.single .site-content .product .product-table__list {
  border-radius: 4px;
  overflow: hidden;
}
.single .site-content .product .product-table__list__item {
  display: flex;
  font-size: 14px;
  background-color: rgba(128, 127, 135, 0.06);
}
.single .site-content .product .product-table__list__item:nth-child(odd) {
  background: rgba(128, 127, 135, 0.12);
}
.single .site-content .product .product-table__list__item--title {
  width: 80%;
  padding: 16px;
}
.single .site-content .product .product-table__list__item--value {
  text-align: right;
  width: 20%;
  padding: 16px;
}
.single .site-content .product .product-image {
  width: 100%;
  margin-top: 20px;
}
.single .site-content .product .product-image img {
  width: 100%;
}
.single .site-content .related {
  width: 100%;
  margin-top: 30px;
}
.single .site-content .related h2 {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  line-height: 48px;
}

.woocommerce-cart .entry-header {
  max-width: 1216px;
  padding: 0 15px;
  margin: 30px auto 0 auto;
  outline: none;
}
.woocommerce-cart .entry-header h1 {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  line-height: 48px;
}
.woocommerce-cart .edit-link {
  max-width: 1216px;
  padding: 0 15px;
  margin: 0 auto;
  outline: none;
}
.woocommerce-cart .widget-area {
  display: none;
}
.woocommerce-cart tbody tr td {
  padding: 10px 25px !important;
  vertical-align: middle;
}
.woocommerce-cart tbody tr td .qib-container {
  justify-content: start !important;
}
.woocommerce-cart tbody tr td .qib-container .qib-button {
  background-color: #625F66 !important;
  border-color: #625F66 !important;
}
.woocommerce-cart tbody tr td .qib-container .qib-button.minus {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.woocommerce-cart tbody tr td .qib-container .qib-button.plus {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.woocommerce-cart tbody tr td .qib-container input {
  font-size: 16px !important;
  font-weight: 500;
  color: #12151A;
  border-color: #625F66 !important;
}
.woocommerce-cart tbody tr td.product-name a {
  color: #78B916;
  text-decoration: none;
}
.woocommerce-cart tbody tr td.product-name a:hover {
  color: #6EA916;
  text-decoration: none;
}
.woocommerce-cart .checkout-button {
  color: #ffffff;
  background: #78B916;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 600;
  min-width: 176px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px !important;
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.woocommerce-cart .checkout-button::after {
  display: none;
}
.woocommerce-cart .checkout-button:hover, .woocommerce-cart .checkout-button:focus {
  background: #6EA916;
}

.woocommerce-checkout .entry-header {
  max-width: 1216px;
  padding: 0 15px;
  margin: 30px auto 0 auto;
  outline: none;
}
.woocommerce-checkout .entry-header h1 {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  line-height: 48px;
}
.woocommerce-checkout .edit-link {
  max-width: 1216px;
  padding: 0 15px;
  margin: 0 auto;
  outline: none;
}
.woocommerce-checkout .widget-area {
  display: none;
}
.woocommerce-checkout .col2-set {
  width: 50%;
  padding-right: 20px;
  margin-right: 0 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout h3#order_review_heading {
  width: 50% !important;
  padding-left: 20px;
}
.woocommerce-checkout label {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-checkout abbr {
  color: #12151A;
}
.woocommerce-checkout input, .woocommerce-checkout textarea {
  border: 0;
  border-bottom: 1px solid #807F87;
  background: none !important;
  box-shadow: none;
  color: #12151A;
}
.woocommerce-checkout input:focus, .woocommerce-checkout input:active, .woocommerce-checkout textarea:focus, .woocommerce-checkout textarea:active {
  border: 0 !important;
  border-bottom: 1px solid #807F87 !important;
  box-shadow: none !important;
  outline: none !important;
}
.woocommerce-checkout input::placeholder, .woocommerce-checkout textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #807F87;
}
.woocommerce-checkout .zen-ui-select__value {
  height: 46px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 0;
  border-bottom: 1px solid #807F87;
  background: none !important;
  box-shadow: none;
  color: #12151A;
  outline: none !important;
  border-radius: 0;
}
.woocommerce-checkout .select2 .select2-selection--single {
  height: 46px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 0;
  border-bottom: 1px solid #807F87;
  background: none !important;
  box-shadow: none;
  color: #12151A;
  outline: none !important;
  border-radius: 0;
}
.woocommerce-checkout .place-order button {
  color: #ffffff;
  background: #78B916;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 600;
  min-width: 176px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px !important;
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.woocommerce-checkout .place-order button::after {
  display: none;
}
.woocommerce-checkout .place-order button:hover, .woocommerce-checkout .place-order button:focus {
  background: #6EA916;
  color: #ffffff !important;
}

.woocommerce-account .entry-header,
.woocommerce-account .entry-content {
  max-width: 1216px;
  padding: 0 15px;
  margin: 30px auto 0 auto;
  outline: none;
}
.woocommerce-account .entry-header h1,
.woocommerce-account .entry-content h1 {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  line-height: 48px;
}
.woocommerce-account .entry-header a,
.woocommerce-account .entry-content a {
  color: #78B916 !important;
  text-decoration: none !important;
}
.woocommerce-account .entry-header a:hover, .woocommerce-account .entry-header a:focus,
.woocommerce-account .entry-content a:hover,
.woocommerce-account .entry-content a:focus {
  color: #6EA916 !important;
  text-decoration: none !important;
}
.woocommerce-account .edit-link {
  max-width: 1216px;
  padding: 0 15px;
  margin: 0 auto;
  outline: none;
}
.woocommerce-account .widget-area {
  display: none;
}
.woocommerce-account label {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-account abbr {
  color: #12151A;
}
.woocommerce-account input, .woocommerce-account textarea {
  border: 0;
  border-bottom: 1px solid #807F87;
  background: none !important;
  box-shadow: none;
  color: #12151A;
}
.woocommerce-account input:focus, .woocommerce-account input:active, .woocommerce-account textarea:focus, .woocommerce-account textarea:active {
  border: 0 !important;
  border-bottom: 1px solid #807F87 !important;
  box-shadow: none !important;
  outline: none !important;
}
.woocommerce-account input::placeholder, .woocommerce-account textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #807F87;
}
.woocommerce-account .zen-ui-select__value {
  height: 46px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 0;
  border-bottom: 1px solid #807F87;
  background: none !important;
  box-shadow: none;
  color: #12151A;
  outline: none !important;
  border-radius: 0;
}
.woocommerce-account .select2 .select2-selection--single {
  height: 46px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 0;
  border-bottom: 1px solid #807F87;
  background: none !important;
  box-shadow: none;
  color: #12151A;
  outline: none !important;
  border-radius: 0;
}
.woocommerce-account button:not(.menu-toggle) {
  margin-top: 30px;
  color: #ffffff;
  background: #78B916;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 600;
  min-width: 176px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px !important;
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.woocommerce-account button:not(.menu-toggle)::after {
  display: none;
}
.woocommerce-account button:not(.menu-toggle):hover, .woocommerce-account button:not(.menu-toggle):focus {
  background: #6EA916;
  color: #ffffff !important;
}

.woocommerce-message,
.woocommerce-info {
  background-color: #78B916 !important;
}

/* ====== SEARCH SECTION ====== */
.tile-search {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile-search .input-group {
  position: relative;
  display: inline-block;
}
.tile-search input {
  width: 600px;
  padding-right: 25px;
  border: 0;
  border-bottom: 1px solid #807F87;
  background: none !important;
  box-shadow: none;
  color: #12151A;
}
.tile-search input:active, .tile-search input:focus {
  box-shadow: none;
  outline: none;
}
.tile-search .input-group-append {
  position: absolute;
  right: 0;
  top: 6px;
}

.search .page-title {
  padding-top: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  line-height: 42px;
}
.search .page-title span {
  font-weight: 600;
}
.search .site-main__product-list__wrapper {
  padding: 30px 0;
}

.search-no-results .page-content {
  padding-bottom: 40px;
}
.search-no-results .tile-search {
  padding-bottom: 20px;
}
.search-no-results .tile-search .input-group {
  display: inline-block;
}

/* ====== 404 PAGE SECTION ====== */
.not-found__wrapper {
  padding: 150px 0;
}
.not-found__title {
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 64px;
  line-height: 1.1;
}
.not-found__subtitle {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  line-height: 48px;
}
/* ====== SIMPLE PAGE SECTION ====== */
.simple__wrapper {
  margin-top: 60px;
  margin-bottom: 80px;
}
.simple__wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.simple__wrapper a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #12151A;
  text-decoration: none !important;
  transition: 0.35s;
}
.simple__wrapper a:hover {
  color: #6EA916 !important;
  text-decoration: none !important;
}

/* ====== FOOTER SECTION ====== */
.site-footer {
  padding: 0;
  background: none;
}
.site-footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  border-top: 1px solid #12151A;
}
.site-footer__logo {
  width: 182px;
  height: auto;
  margin-bottom: 32px;
}
.site-footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.site-footer__menu__item {
  width: calc(25% - 10px);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none !important;
  transition: 0.35s;
}
.site-footer__menu__item:hover {
  color: #6EA916 !important;
  text-decoration: none !important;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer__bottom .item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #12151A;
}
.site-footer__bottom .item::before {
  display: block;
  content: "";
  margin-right: 8px;
}
.site-footer__bottom a {
  text-decoration: none !important;
  transition: 0.35s;
}
.site-footer__bottom a:hover {
  color: #6EA916 !important;
  text-decoration: none !important;
}
.site-footer__address::before {
  width: 14px;
  height: 16px;
  background-image: url(../../images/address-logo.svg);
}
.site-footer__email::before {
  width: 16px;
  height: 16px;
  background-image: url(../../images/email-logo.svg);
}
.site-footer__phone::before {
  width: 10px;
  height: 16px;
  background-image: url(../../images/phone-logo.svg);
}

/* ====== MEDIA-QUERY IMPORT ====== */
/* ====== MEDIAQUERY ====== */
@media screen and (max-width: 991px) {
  .site-main__banner__list {
    border-radius: 8px;
  }
  .site-main__banner__item {
    height: 300px;
  }
  .site-main__banner__item__info {
    padding: 0 20px;
  }
  .site-main__banner__item__info--title {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .site-main__banner__item__info--subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .site-main__search {
    padding-top: 20px;
  }
  .site-main__category-list {
    padding: 20px 0 40px 0;
  }
  .site-main__category-list__wrapper {
    margin: 0;
  }
  .site-main__category-list__item {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .site-main__product-list {
    margin-bottom: 40px;
  }
  .site-main__product-list__info {
    margin-bottom: 20px;
  }
  .site-main__product-list__title {
    font-size: 26px;
    line-height: 36px;
  }
  .site-main__product-list__view {
    display: none;
  }
  .site-main__product-list__wrapper {
    margin: 0;
  }
  .site-main__product-list__item {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .tile-search input, .tile-search .input-group {
    width: 100%;
  }
  .site-content .site-content__wrapper .category-page__banner {
    border-radius: 8px;
    height: 200px;
  }
  .site-content .site-content__wrapper .category-page__banner .page-title {
    font-size: 26px;
  }
  .site-content .site-content__wrapper .category-page__list {
    padding: 0 0 40px 0;
  }
  .site-content .site-content__wrapper .category-page__list__info {
    margin-bottom: 20px;
  }
  .site-content .site-content__wrapper .category-page__list__title {
    font-size: 26px;
    line-height: 36px;
  }
  .site-content .site-content__wrapper .category-page__list__view {
    display: none;
  }
  .site-content .site-content__wrapper .category-page__list ul.products {
    margin: 0 !important;
  }
  .site-content .site-content__wrapper .category-page__list ul.products li.product {
    margin-bottom: 20px !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .single .site-content {
    padding-bottom: 20px;
  }
  .single .site-content .site-content__wrapper .woocommerce-product-gallery {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .single .site-content .site-content__wrapper .entry-summary {
    width: 100% !important;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .single .site-content .site-content__wrapper .product_title {
    height: auto;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 34px;
  }
  .single .site-content .site-content__wrapper p.price {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  .single .site-content .site-content__wrapper .variations_form .label {
    margin-bottom: 10px;
  }
  .single .site-content .site-content__wrapper .variations_form .value {
    margin-bottom: 10px;
  }
  .single .site-content .site-content__wrapper .product-descriptions {
    width: 100%;
    padding: 0;
  }
  .single .site-content .site-content__wrapper .product-table {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .single .site-content .site-content__wrapper .product-table__list__item--title {
    width: 70%;
  }
  .single .site-content .site-content__wrapper .product-table__list__item--value {
    width: 30%;
  }
  .single .site-content .site-content__wrapper .related h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }
  .single .site-content .site-content__wrapper ul.products {
    margin: 0 !important;
  }
  .single .site-content .site-content__wrapper ul.products li.product {
    margin-bottom: 20px !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .woocommerce-cart table.cart .product-thumbnail img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100% !important;
    padding: 0;
  }
  .woocommerce-checkout h3#order_review_heading {
    padding-left: 0;
  }
  .hentry {
    margin-bottom: 0 !important;
  }
  .about__banner {
    border-radius: 8px;
    height: 200px;
  }
  .about__list {
    flex-wrap: wrap;
  }
  .about__list__item {
    margin-bottom: 10px;
  }
  .about__list__item--title {
    font-size: 36px;
  }
  .about__desc {
    margin: 30px 0;
  }
  .simple__wrapper {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .site-footer__wrapper {
    padding: 20px 0;
  }
  .site-footer__logo {
    margin-bottom: 30px;
  }
  .site-footer__menu {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .site-footer__menu__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .site-footer__bottom {
    flex-wrap: wrap;
  }
  .site-footer__bottom .item {
    width: 100%;
    margin-bottom: 10px;
    align-items: start;
    justify-content: center;
    text-align: center;
  }
  .site-footer__bottom .item::before {
    margin-top: 3px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .header.site-header {
    padding: 15px 0 !important;
  }
  .header.site-header .tile-primary-navigation .col-full {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header.site-header .tile-primary-navigation .main-navigation .handheld-navigation {
    position: fixed;
    top: 68px;
    left: 15px;
    width: calc(100% - 30px);
    background: #ffffff;
    z-index: 999999999;
  }
  .header.site-header .tile-primary-navigation .main-navigation .handheld-navigation ul {
    overflow-y: auto;
  }
  .header.site-header .tile-primary-navigation .main-navigation .handheld-navigation li {
    text-align: center;
  }
  .header.site-header .tile-primary-navigation .main-navigation .handheld-navigation li:last-child {
    padding-bottom: 20px;
  }
  .header.site-header .tile-primary-navigation .main-navigation .handheld-navigation li a {
    padding: 8px 0;
  }
  .header.site-header .tile-primary-navigation .main-navigation .handheld-navigation .sub-menu li {
    padding-bottom: 0;
  }
  .header.site-header .tile-primary-navigation .menu-toggle {
    max-width: 40px;
    padding: 15px;
    border: 0;
    outline: none;
    box-shadow: none;
    z-index: 999999;
  }
  .header.site-header .tile-primary-navigation .menu-toggle span {
    border: none;
  }
  .header.site-header .tile-primary-navigation .dropdown-toggle {
    outline: none !important;
    box-shadow: none !important;
  }
  .header.site-header .tile-primary-navigation .site-header-cart {
    width: auto;
    order: 1;
  }
  .header.site-header .tile-primary-navigation .site-header-cart .cart-contents .count {
    margin-right: 10px;
    margin-left: 10px;
  }
  .header.site-header .tile-primary-navigation .main-navigation {
    width: auto;
    padding-left: 0;
    order: 2;
  }
}

/*# sourceMappingURL=main.css.map */
