@charset "UTF-8";
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght$400;500;600&family=Roboto+Condensed&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
}

html, body {
  height: 100%;
}

/* mixins */
/* linear|ease|ease-in|ease-out|ease-in-out|step-start|step-end|steps(int,start|end)|cubic-bezier(n,n,n,n)|initial|inherit; */
/*
@import url('https://fonts.googleapis.com/css2?family=Hind:wght$300;400;500;600;700&display=swap');
$fontMain: 'Hind', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght$300;400;600&display=swap');
$fontOswald: 'Oswald', sans-serif;
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght$200;400;500;600;800&family=Hind:wght$400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght$200;400;500;600;800&display=swap');
*/
/* helpers.scss */
body {
  position: relative;
}
body .text-center {
  text-align: center;
}
body::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  height: 4181px;
  display: block;
  display: none;
  z-index: 2;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  background-repeat: no-repeat;
  background-position: center top;
}
body .full-height {
  min-height: 100vh !important;
}
body .full-width {
  min-width: 100vh !important;
}
body .section {
  /*
  position: relative;
  z-index: 3;
  @include opacity(0.755);
  */
}

body {
  overflow-x: hidden;
  background-color: #e6e6e6;
  /*&.home {
    .header-wrapper {
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.67) 98%);

    }
  }*/
}
body.loading {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-image: url(../images/loading.gif?v=2);
}
body.post {
  background-color: #fff;
}
body.blog {
  background-color: #e9e9e9;
}
body.blog section.blog {
  padding-top: 32px;
}
body.blog .header-wrapper {
  background-color: transparent;
}
body .section {
  position: relative;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body .container {
  max-width: 1440px;
  position: relative;
}
body .container-fluid {
  max-width: 1905px;
}
body.dev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  display: block;
  width: 1920px;
  height: 6482px;
  float: none;
  margin-left: -960px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  z-index: 1;
  background-position-y: -160px;
}
body * {
  outline: none;
}

#page-wrapper {
  position: relative;
}

header {
  display: block;
  width: 100%;
  height: 165px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 100;
  background-color: transparent;
}
header .mobile-menu-wrapper,
header #menu {
  display: none;
}
header nav.navbar {
  padding-left: 0px;
  padding-top: 21px;
  padding-right: 0px;
  padding-bottom: 25px;
}
header nav.navbar .navbar-brand {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
header ul.navbar-right li {
  height: 45px;
  line-height: 45px;
  background-color: transparent;
}
header ul.navbar-right li a.nav-link {
  height: 45px;
  line-height: 45px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
header ul.navbar-right li.nav-item-search {
  padding-right: 32px;
  margin-right: 32px;
  position: relative;
}
header ul.navbar-right li.nav-item-search::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0px;
  width: 1px;
  height: 16px;
  background-color: rgba(44, 79, 62, 0.25);
}
header ul.navbar-right li.nav-item-login {
  margin-right: 32px;
  position: relative;
}
header ul.navbar-right li.nav-item-login a.nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: underline;
  color: rgba(0, 31, 13, 0.7);
}
header ul.navbar-right li.nav-item-login a.nav-link:hover {
  text-decoration: none;
}
header ul.navbar-right li.nav-item-login a.nav-link img {
  margin-right: 6px;
}
header ul.navbar-right li.nav-item-cart {
  margin-right: 0px;
  position: relative;
}
header ul.navbar-right li.nav-item-cart a.nav-link {
  width: auto;
  border-radius: 22.5px;
  background-color: #2c4f3e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
header ul.navbar-right li.nav-item-cart a.nav-link img.image-cart {
  margin-right: 6px;
}
header ul.navbar-right li.nav-item-cart a.nav-link img.image-next {
  position: absolute;
  right: 19px;
  top: 14px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
header ul.navbar-right li.nav-item-cart a.nav-link:hover img.image-next {
  right: 14px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
header ul.navbar-main {
  margin-left: -17px;
  min-width: 388px;
}
header ul.navbar-main li.nav-item {
  width: auto;
  height: 23px;
  line-height: 23px;
  border: solid 0px transparent;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
header ul.navbar-main li.nav-item.active a.nav-link {
  color: #2c4f3e;
  text-decoration: none;
}
header ul.navbar-main li.nav-item.active a.nav-link::before {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 1;
  width: calc(100% - 34px);
}
header ul.navbar-main li.nav-item a.nav-link {
  display: block;
  padding-left: 17px;
  padding-top: 0px;
  padding-right: 17px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 31, 13, 0.55);
}
header ul.navbar-main li.nav-item a.nav-link:hover {
  color: #2c4f3e;
}
header ul.navbar-main li.nav-item a.nav-link:hover::before {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 1;
  width: calc(100% - 34px);
}
header ul.navbar-main li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 17px;
  opacity: 0;
  display: block;
  width: 0%;
  height: 2px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
header .search-form {
  position: absolute;
  left: 0px;
  top: 125px;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
header .search-form .search-close {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.85);
  display: block;
  width: 100%;
  height: 100vh;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 32px 32px;
  background-position: 98% 6%;
}
header .search-form.passive {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  display: none;
  opacity: 0;
}
header .search-form.active {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  display: block;
  opacity: 1;
}
header .search-form input.input-text {
  display: block;
  width: 100%;
  height: 50px;
  float: none;
  margin-left: 0px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 27.5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  border-radius: 4px;
  border: solid 1px #b2b2b2;
  background-color: #ffffff;
  border-radius: 27.5px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.5);
}
header .search-form input.input-text:focus {
  border: solid 1px #008338;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2c4f3e;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
header .search-form input.input-text::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.5);
}
header .search-form .btn {
  margin-top: 25px;
}

.woocommerce-form-login-wrapper {
  display: none;
}

section.header {
  height: 634px;
}
section.header h1 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  max-width: 586px;
  margin-left: 0px;
  margin-top: 124px;
  margin-right: 0px;
  margin-bottom: 4px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2c4f3e;
}
section.header h1 a {
  color: #2c4f3e;
}
section.header p {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  max-width: 463px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.85);
}
section.header ul {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 31px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.header ul li {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.85);
  position: relative;
}
section.header ul li::before {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  content: "";
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 12px 12px;
}
section.header .row-slider .slick-list {
  height: 634px;
}
section.header .row-slider h1 a:hover {
  text-decoration: none;
}
section.header .row-slider ul.slick-dots {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 0px;
}
section.header .row-slider ul.slick-dots li {
  margin-right: 5px;
  width: auto;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(44, 79, 62, 0.35);
}
section.header .row-slider ul.slick-dots li::before {
  display: none;
  position: relative;
  width: 0px;
  height: 1px;
  border: solid 1px rgba(44, 79, 62, 0.3);
  content: "";
}
section.header .row-slider ul.slick-dots li button {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(44, 79, 62, 0.35);
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.header .row-slider ul.slick-dots li button::before {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 1px;
  content: "";
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  right: 10px;
  top: 9px;
  left: auto;
}
section.header .row-slider ul.slick-dots li:last-child.slick-active button::before {
  display: none;
}
section.header .row-slider ul.slick-dots li.slick-active {
  color: #008338;
}
section.header .row-slider ul.slick-dots li.slick-active button {
  background-color: transparent;
  color: #008338;
  width: 70px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.header .row-slider ul.slick-dots li.slick-active button::before {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: rgba(44, 79, 62, 0.3);
  content: "";
  right: 10px;
  top: 9px;
  left: auto;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.header .row-slider ul.slick-dots li.slick-active::before {
  display: inline-block;
  display: none;
  position: relative;
  width: 30px;
  height: 1px;
  border: solid 1px rgba(44, 79, 62, 0.3);
  content: "";
}
section.header .row-slider .product-image {
  display: block;
  width: 614px;
  height: 590px;
  float: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
}

#link-top {
  display: block;
  width: 40px;
  height: 40px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  right: 25px;
  bottom: 119px;
  background-image: url(../images/up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10000;
}

section.blog {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  /*.grid {
    @include block(100%, auto);
    @include margin(-12px, 0px, -12px, 0px);
    //.padding(0px, 0px, 0px, 0px);
    min-height: 1000px;

    .grid-item {
      display: flex;
      justify-content: center;
      align-items: center;
      @include bg(#fff);
      margin-bottom: 20px;
      width: calc(25% - 24px);
      border-radius: 6px;
      height: auto;
      overflow:hidden;



      &.grid-item--1 {
        height: 100px;
      }
      &.grid-item--2 {
        height: 300px;
      }
      &.grid-item--3 {
        height: 500px;
      }
      &.grid-item--4 {
        height: 200px;
      }
      &.grid-item--5 {
        height: 350px;
      }
      &.grid-item--6 {
        height: 222px;
      }
      &.grid-item--7 {
        height: 400px;
      }
      &.grid-item--8 {
        height: 300px;
      }

    }
  }*/
}
section.blog .row-filter {
  margin-bottom: 32px;
}
section.blog .row-filter label {
  display: block;
  width: 100%;
  height: 28px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000000;
}
section.blog .row-filter .bootstrap-select {
  display: inline-block !important;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border: 0px;
  max-width: 100% !important;
  width: 100% !important;
  height: 45px;
  background-color: transparent;
}
section.blog .row-filter .bootstrap-select:focus, section.blog .row-filter .bootstrap-select:active {
  box-shadow: none;
  outline: none;
  border: 0px;
}
section.blog .row-filter .bootstrap-select.show {
  max-width: 100% !important;
  border: 0px;
}
section.blog .row-filter .bootstrap-select.show button.dropdown-toggle {
  box-shadow: 0 10px 20px 0 rgba(46, 26, 70, 0.15);
  border-radius: 5px 5px 0px 0px;
}
section.blog .row-filter .bootstrap-select.show > div.dropdown-menu {
  display: block;
}
section.blog .row-filter .bootstrap-select button.dropdown-toggle {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px rgba(46, 26, 70, 0.15);
}
section.blog .row-filter .bootstrap-select button.dropdown-toggle:focus, section.blog .row-filter .bootstrap-select button.dropdown-toggle:active {
  box-shadow: none;
  border: solid 1px #dddddd;
  outline: none !important;
}
section.blog .row-filter .bootstrap-select button.dropdown-toggle::after {
  display: none;
}
section.blog .row-filter .bootstrap-select button.dropdown-toggle .bs-caret .caret {
  position: absolute;
  content: "";
  right: 12px;
  top: 19px;
  display: block;
  width: 8px;
  height: 7px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url(../images/drop-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  z-index: 10;
}
section.blog .row-filter .bootstrap-select button.dropdown-toggle .filter-option {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  padding-left: 12px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: normal;
  color: #2e1a46;
}
section.blog .row-filter .bootstrap-select button.dropdown-toggle .filter-option .filter-option-inner {
  position: relative;
}
section.blog .row-filter .bootstrap-select button.dropdown-toggle .filter-option .filter-option-inner::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: absolute;
  right: 0px;
  top: 18px;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.blog .row-filter .bootstrap-select > div.dropdown-menu {
  max-width: 100% !important;
  display: none;
  border: solid 1px #dddddd;
  border-radius: 0px;
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
section.blog .row-filter .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
}
section.blog .row-filter .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner > li {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 12px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.blog .row-filter .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner > li a {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.blog .row-filter .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner > li a span.text {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.blog .row-filter .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner > li:hover {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  background-color: rgba(221, 221, 221, 0.46);
}
section.blog .grid {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
}
section.blog .grid .grid-sizer {
  width: calc(25% - 24px);
}
section.blog .grid .gutter-sizer {
  width: 24px;
}
section.blog .grid .grid-item {
  margin-bottom: 24px;
  width: calc(25% - 24px);
}
section.blog .grid .grid-item article.blog-post {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
section.blog .grid .grid-item article.blog-post .blog-image-wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
}
section.blog .grid .grid-item article.blog-post .blog-image-wrapper a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
}
section.blog .grid .grid-item article.blog-post .blog-image-wrapper a img {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.blog .grid .grid-item article.blog-post .blog-image-wrapper a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  bottom: 0px;
  left: 0px;
}
section.blog .grid .grid-item article.blog-post .blog-image-wrapper strong {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 27px;
  left: 32px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #ffffff;
}
section.blog .grid .grid-item article.blog-post .blog-post-details {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 21px;
  padding-top: 23px;
  padding-right: 21px;
  padding-bottom: 23px;
}
section.blog .grid .grid-item article.blog-post .blog-post-details h2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  color: #2c4f3e;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.blog .grid .grid-item article.blog-post .blog-post-details p {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.75);
}
section.blog .grid .grid-item article.blog-post .blog-post-details .tag.tag-grey {
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: #ededed;
}

section.page {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 32px;
  padding-right: 0px;
  padding-bottom: 64px;
}

section.post {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 24px;
  padding-right: 0px;
  padding-bottom: 64px;
}
section.post .link-back {
  margin-top: 25px;
}
section.post .link-back img {
  transform: rotate(180deg);
}
section.post .social-share {
  display: block;
  width: 100%;
  height: 50px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.post .social-share strong {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-right: 32px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  color: #2c4f3e;
}
section.post .social-share .sharethis-inline-share-buttons {
  display: inline-block !important;
}

section.related-products {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 31px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #e6e6e6;
}
section.related-products h2 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2c4f3e;
}
section.related-products .row-header {
  position: relative;
}
section.related-products .row-header .arrow-next-slide {
  display: block;
  width: 24px;
  height: 11px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #eee;
  position: absolute;
  right: 10px;
  top: 15px;
  text-align: center;
  line-height: 11px;
}
section.related-products .row-products.slick-slider {
  padding-bottom: 0px;
  height: 545px;
}
section.related-products .row-products.slick-slider ul.slick-dots {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
  position: absolute;
  top: -50px;
  left: auto;
  right: 40px;
  bottom: auto;
  text-align: right;
}
section.related-products .row-products.slick-slider ul.slick-dots li {
  margin-right: 5px;
  width: auto;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(44, 79, 62, 0.35);
}
section.related-products .row-products.slick-slider ul.slick-dots li::before {
  display: none;
  position: relative;
  width: 0px;
  height: 1px;
  border: solid 1px rgba(44, 79, 62, 0.3);
  content: "";
}
section.related-products .row-products.slick-slider ul.slick-dots li button {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(44, 79, 62, 0.35);
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.related-products .row-products.slick-slider ul.slick-dots li button::before {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 1px;
  content: "";
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  right: 10px;
  top: 9px;
  left: auto;
}
section.related-products .row-products.slick-slider ul.slick-dots li.slick-active {
  color: #008338;
}
section.related-products .row-products.slick-slider ul.slick-dots li.slick-active button {
  background-color: transparent;
  color: #008338;
  width: 70px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.related-products .row-products.slick-slider ul.slick-dots li.slick-active button::before {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: rgba(44, 79, 62, 0.3);
  content: "";
  right: 10px;
  top: 9px;
  left: auto;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.related-products .row-products.slick-slider ul.slick-dots li.slick-active::before {
  display: inline-block;
  display: none;
  position: relative;
  width: 30px;
  height: 1px;
  border: solid 1px rgba(44, 79, 62, 0.3);
  content: "";
}
section.related-products .row-products.slick-slider .slick-list {
  height: 545px;
}
section.related-products .row-products.slick-slider .slick-list .slick-track {
  height: 545px;
}

.woocommerce table.shop_table td.product-quantity .quantity {
  text-align: center;
}
.woocommerce table.shop_table td.product-quantity .quantity .input-group-quantity {
  display: inline-block;
}

div.product {
  margin-bottom: 0;
  position: relative;
  padding-top: 40px;
  /*.related-products {
    clear: both;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    @include block(100%, auto);
    @include margin(0px, 0px, 0px, 0px);
    @include padding(0px, 58px, 0px, 58px);

    h2 {
      @include block(100%, auto);
      @include margin(0px, 0px, 0px, 32px);
      @include padding(0px, 0px, 0px, 0px);
      font-family: $fontMain;
      font-size: 24px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 6px;
      text-transform: uppercase;
      text-align: center;
      color: #101010;
    }

    .related-product {
      &:hover {
        text-decoration:none;

        .related-product-image {
          opacity:0.5;
          @include transition();
        }
        .related-product-name {
          text-decoration: underline;
        }
      }

      .related-product-image {
        @include block(100%, 212px);
        @include margin(0px, 0px, 0px, 16px);
        @include padding(0px, 0px, 0px, 0px);
        @include img();
      }

      .related-product-name {
        @include block(100%, auto);
        @include margin(0px, 0px, 0px, 9px);
        @include padding(0px, 0px, 0px, 0px);
        font-family: $fontMain;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        color: #000000;
      }

      .related-product-price {
        @include block(100%, auto);
        @include margin(0px, 0px, 0px, 0px);
        @include padding(0px, 0px, 0px, 0px);
        font-family: $fontMain;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.93;
        letter-spacing: normal;
        color: rgba(0, 0, 0, 0.45);
      }
    }
  }*/
}
div.product .product-detail {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #d6deda;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.8);
}
div.product .product-detail h2 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-top: 32px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  color: #2c4f3e;
}
div.product .product-detail h3 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: bold;
  color: #1b503d;
}
div.product .product-detail p {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.8);
}
div.product .product-detail strong {
  font-weight: bold;
}
div.product .product-detail ul {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
div.product .product-detail ul li {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  padding-left: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.85);
}
div.product .product-detail ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  background-color: #008338;
  display: block;
  width: 7px;
  height: 7px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 50%;
}
div.product .breadcrumbs {
  margin-bottom: 16px;
}
div.product .tags {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
div.product .tags .tag.tag-green {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  height: 30px;
  line-height: 30px;
  background-color: #78b000;
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
  text-decoration: none;
}
div.product .tags .tag.tag-green.blue {
  background-color: #008338;
}
div.product h1 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
}
div.product .product-desc {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.85);
}
div.product .product-desc.passive {
  height: 56px;
  overflow: hidden;
}
div.product .link-read-more {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2px;
  color: #2c4f3e;
}
div.product .link-read-more img {
  margin-left: 6px;
}
div.product .stock-status {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.43px;
  color: #008338;
  position: relative;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 36px;
}
div.product .stock-status img {
  margin-right: 8px;
}
div.product .stock-status.outofstock {
  color: rgba(255, 107, 54, 0.7);
}
div.product .stock-status.available, div.product .stock-status.instock {
  color: #008338;
  /*
  &::before {
    content:"";
    display: inline-block;
    @include block(14px, 14px);
    @include margin(0px, 0px, 6px, 0px);
    @include padding(0px, 0px, 0px, 0px);
    @include img(url(../images/checkGreen.svg));
    background-size: contain;
    position: absolute;
    left:0px;
    top:5px;
  }
  */
}
div.product .tech_params {
  max-width: 390px;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 66px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
div.product .tech_params .row {
  margin-bottom: 16px;
}
div.product .tech_params .col-name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
}
div.product .tech_params .col-value {
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2c4f3e;
}
div.product .tech_params .col-value a {
  color: #78b000;
  text-decoration: underline;
}
div.product .tech_params .col-value a:hover {
  text-decoration: none;
}
div.product .woocommerce-product-gallery__trigger {
  display: none;
}
div.product .product-id {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.45);
}
div.product p.price,
div.product span.price {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 33px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
div.product p.price .price-left,
div.product span.price .price-left {
  display: block;
  width: 50%;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
div.product p.price a.full-detail-link,
div.product span.price a.full-detail-link {
  display: block;
  width: 50%;
  height: 35px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: -1em;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 35px;
  letter-spacing: normal;
  color: #101010;
  text-align: right;
  text-decoration: underline;
}
div.product p.price a.full-detail-link:hover,
div.product span.price a.full-detail-link:hover {
  text-decoration: none;
}
div.product p.price span,
div.product span.price span {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25em;
  letter-spacing: normal;
  color: #101010;
}
div.product p.price span.woocommerce-Price-amount,
div.product span.price span.woocommerce-Price-amount {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #101010;
}
div.product p.price span.woocommerce-Price-amount span,
div.product span.price span.woocommerce-Price-amount span {
  font-weight: 600;
}
div.product p.price ins,
div.product span.price ins {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25em;
  letter-spacing: normal;
  color: #101010;
}
div.product p.price del,
div.product span.price del {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25em;
  letter-spacing: normal;
  color: #999;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.65);
}
div.product .product-tabs {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  clear: both;
}
div.product .product-tabs .nav-tabs .nav-item {
  border: 0px;
  margin-right: 48px;
}
div.product .product-tabs .nav-tabs .nav-item .nav-link {
  border: 0px;
  border-bottom: 2px solid transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.18px;
  color: rgba(16, 16, 16, 0.6);
  text-transform: uppercase;
}
div.product .product-tabs .nav-tabs .nav-item .nav-link:hover, div.product .product-tabs .nav-tabs .nav-item .nav-link.active {
  color: #101010;
  border-color: #000;
}
div.product .product-tabs .tab-content {
  padding-top: 13px;
}
div.product .product-tabs .tab-content .tab-pane {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.7);
}
div.product .product-tabs .tab-content .tab-pane a {
  color: #000;
}
div.product .stock {
  margin-bottom: 2em;
}
div.product .product-notice {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: rgb(16, 16, 16);
}
div.product form.cart {
  background-color: transparent;
  display: block;
  width: auto;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  /*button {
    width: calc(100% - 113px);//107px
    height: 50px;
    line-height: 50px;
    background-color: #000000;
    font-family: $fontMain;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    @include padding();
    border:0px;
    position: relative;
    @include transition();

    &::before {
      display:inline-block;
      @include size(18px, 20px);
      @include margin(0px, 0px, 10px, 0px);
      @include padding(0px, 0px, 0px, 0px);
      content:"";
      position: relative;
      @include img(url(../images/shopping-bag-white.svg));
      background-size: contain;
      top:5px;
    }

    &:hover {
      @include bg(#333);
      @include transition();
    }

    img {
      margin-right: 10px;
      position: relative;
      top:-2px;
    }

    &:hover, 
    &:focus, 
    &:active {
      border:0px;
      box-shadow: none;
    }
  }*/
}
div.product form.cart div.quantity {
  margin-right: 12px !important;
}
div.product form.cart .input-group-quantity {
  width: 115px;
  height: 55px;
  border-radius: 27.5px;
  border: solid 1px #d6deda;
  background-color: #ffffff;
}
div.product form.cart .input-group-quantity .input-group-btn.left {
  display: block;
  width: 25px;
  height: 55px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
div.product form.cart .input-group-quantity .input-group-btn.left button {
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: transparent;
  background-image: url(../images/minus_19.48.02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  display: block;
  width: 16px;
  height: 16px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: transparent;
  text-indent: -5000em;
  font-weight: 600;
  line-height: 14px;
  position: relative;
  top: 19px;
  left: 9px;
  text-align: center;
  z-index: 100;
  letter-spacing: 0px;
}
div.product form.cart .input-group-quantity input.qty {
  border: 0px;
  display: block;
  width: calc(100% - 50px);
  height: 55px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.07px;
  text-align: center;
  color: #2c4f3e;
}
div.product form.cart .input-group-quantity .input-group-btn.right {
  display: block;
  width: 25px;
  height: 55px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
div.product form.cart .input-group-quantity .input-group-btn.right button {
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 14px;
  opacity: 1;
  background-color: transparent;
  background-image: url(../images/plus_19.48.02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 16px;
  height: 16px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  border: 0px;
  background-size: contain;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: transparent;
  text-indent: -5000em;
  position: relative;
  letter-spacing: 0px;
  top: 19px;
  left: 0px;
}
div.product form.cart .pofw-product-options-wrapper {
  margin-bottom: 16px;
}
div.product form.cart .pofw-required label {
  display: block;
  width: 100%;
  height: 23px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.55);
}
div.product form.cart .pofw-option {
  width: 432px;
  height: 45px;
  line-height: 45px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
}
div.product form.cart input.qty {
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.7);
  text-align: center;
}
div.product .share-links {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
div.product .share-links strong {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 2px;
  color: #101010;
  display: inline-block;
  text-transform: uppercase;
}
div.product .share-links a {
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
div.product .share-links a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
div.product .woocommerce-product-gallery {
  width: 708px;
  max-height: 658px;
  max-width: 708px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  margin-bottom: 46px;
}
div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > div > a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: none;
}
div.product .summary {
  float: right;
  width: calc(100% - 708px);
  clear: none;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 46px;
}
div.product .summary .padd {
  padding-left: 64px;
}
div.product .product-price del {
  display: block;
  width: 100%;
  height: 20px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.6);
}
div.product .product-price ins {
  display: block;
  width: 100%;
  height: 33px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #008338;
  text-decoration: none;
}
body .woocommerce table.shop_table th {
  border-bottom: 1px solid #d6deda;
}

body .woocommerce table.shop_table td {
  border-top: 0px dashed #d6deda;
  border-bottom: 1px dashed #d6deda;
}

#main .stock-status img {
  width: 14ox;
  height: 14px;
  margin-right: 6px;
}

.breadcrumbs {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 42px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.breadcrumbs li {
  display: block;
  width: auto;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 18px;
  padding-bottom: 0px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.09;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.61);
}
.breadcrumbs li a {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.09;
  letter-spacing: 1px;
  color: #2c4f3e;
  position: relative;
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}
.breadcrumbs li a::after {
  position: absolute;
  right: -12px;
  top: 0px;
  background-color: transparent;
  display: block;
  width: 6px;
  height: 16px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  content: "/";
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #b2b2b2;
}
.breadcrumbs li span {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.09;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.61);
}

#shipping_method .woocommerce-Price-amount.amount bdi {
  float: right;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: right;
  color: #001f0d;
}

section.product-list {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 27px;
  padding-right: 0px;
  padding-bottom: 37px;
  background-color: #fff;
}
section.product-list .sort-by-label, section.product-list .products-count {
  display: inline-block;
  height: 45px;
  line-height: 45px;
}
section.product-list h1 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2c4f3e;
}
section.product-list .row-products {
  padding-bottom: 20px;
}
section.product-list .row-products > div {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 1;
}
section.product-list .row-products.loading {
  position: relative;
}
section.product-list .row-products.loading > div {
  opacity: 0.2;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.product-list .row-products.loading::before {
  display: block;
  width: 64px;
  height: 64px;
  float: none;
  margin-left: -32px;
  margin-top: -32px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: fixed;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
section.product-list .row-products .product .product-inner {
  border: 1px solid #e9f5ef;
}
section.product-list #sidebar-filter .filter-item .mobile-menu-close {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: auto;
}
section.product-list #sidebar-filter .filter-item .mobile-menu-close img {
  display: inline-block;
  margin-right: 14px;
}
section.product-list #sidebar-filter .filter-item .btn.btn-filter {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: block;
  width: 100%;
  height: 60px;
  float: none;
  background-color: #008338;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
section.product-list .mobile-filter-overview {
  display: block;
  width: 100%;
  height: 100vh;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  background-color: #fff;
  display: none;
}
section.product-list .mobile-filter-overview.passive {
  display: none;
}
section.product-list .mobile-filter-overview.active {
  display: block;
}
section.product-list .mobile-filter-overview .padd {
  display: block;
  width: auto;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 14px;
  padding-top: 58px;
  padding-right: 14px;
  padding-bottom: 15px;
  position: relative;
}
section.product-list .mobile-filter-overview .padd .mobile-menu-close {
  display: block;
  width: 18px;
  height: 18px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  position: absolute;
  left: 14px;
  top: 15px;
  background-image: url(../images/close-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
}
section.product-list .mobile-filter-overview .padd .mobile-menu-reset {
  display: block;
  width: 82px;
  height: 17px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #008338;
  position: absolute;
  right: 14px;
  top: 15px;
}
section.product-list .mobile-filter-overview .mobile-filter-item {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  border-bottom: solid 1px #d6deda;
}
section.product-list .mobile-filter-overview .mobile-filter-item .mobile-menu-reset {
  display: block;
  width: 82px;
  height: 17px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #008338;
  position: absolute;
  right: 14px;
  top: 15px;
}
section.product-list .mobile-filter-overview .mobile-filter-item strong {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #2c4f3e;
}
section.product-list .mobile-filter-overview .mobile-filter-item .filter-selected {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: rgba(27, 80, 61, 0.8);
}
section.product-list #sidebar-filter {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e0dde3;
}
section.product-list #sidebar-filter .mobile-filter-trigger {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.35px;
  color: #000000;
  border-top: 1px solid #d6deda;
  border-bottom: 1px solid #d6deda;
  text-align: center;
}
section.product-list #sidebar-filter .mobile-filter-trigger img {
  display: inline-block;
  margin-right: 8px;
}
section.product-list #sidebar-filter .filter-item {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border: 0px solid #e0dde3;
}
section.product-list #sidebar-filter .filter-item.active h3 a {
  position: relative;
  display: block;
}
section.product-list #sidebar-filter .filter-item.active h3 a::after {
  /*
  content:"";
  @include block(11px, 7px);
  @include margin(0px, 0px, 0px, 0px);
  @include padding(0px, 0px, 0px, 0px);
  @include img(url(../images/arrow-down.svg));
  position: absolute;
  right: 0px;
  top:12px;
  */
}
section.product-list #sidebar-filter .filter-item.passive h3 a::after {
  /*
  @include transition();
  content:"";
  @include block(11px, 7px);
  @include margin(0px, 0px, 0px, 0px);
  @include padding(0px, 0px, 0px, 0px);
  */
  background-image: url(../images/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*
  position: absolute;
  right: 0px;
  top:12px;
  */
}
section.product-list #sidebar-filter .filter-item.passive .filter-content {
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.product-list #sidebar-filter .filter-item h3 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-left: 0px;
  padding-top: 14px;
  padding-right: 0px;
  padding-bottom: 14px;
  border-bottom: solid 1px #dddddd;
}
section.product-list #sidebar-filter .filter-item h3 a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  color: #2c4f3e;
  position: relative;
  display: block;
  width: auto;
  height: auto;
  float: none;
  background-color: transparent;
}
section.product-list #sidebar-filter .filter-item h3 a::after {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 12px;
}
section.product-list #sidebar-filter .filter-item h3 .price-values {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.47px;
  color: #2c4f3e;
  top: 12px;
  position: relative;
}
section.product-list #sidebar-filter .filter-item h3 .price-values .left {
  display: block;
  width: auto;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.product-list #sidebar-filter .filter-item h3 .price-values .right {
  display: block;
  width: auto;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.product-list #sidebar-filter .filter-item ul.filter-content {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  /* $checkbox */
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li:hover a, section.product-list #sidebar-filter .filter-item ul.filter-content > li.active a {
  color: #78b000;
  text-decoration: underline;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li.akce:hover a {
  color: #78b000;
  text-decoration: underline;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li.akce:hover a span {
  color: #78b000;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li.akce a {
  color: #ff6b36;
  font-weight: 600;
  text-transform: uppercase;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li.akce a span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li .custom-checkbox {
  padding-left: 0px;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #78b000;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  background-image: url(../images/checkedWhite.svg?v=2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 10px 8px;
  background-color: #78b000;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li .custom-checkbox label.custom-control-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #2c4f3e;
  padding-left: 30px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li .custom-checkbox label.custom-control-label::before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: solid 1px #c1cbc6;
  background-color: #ffffff;
  top: -2px;
  left: 0px;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li .custom-checkbox label.custom-control-label::after {
  width: 20px;
  height: 20px;
  border: solid 1px #c1cbc6;
  background-color: #ffffff;
  border-radius: 3px;
  top: -2px;
  left: 0px;
}
section.product-list #sidebar-filter .filter-item ul.filter-content > li .input-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: solid 1px #c1cbc6;
  background-color: #ffffff;
}
section.product-list #sidebar-filter .filter-summary {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #e0dde3;
}
section.product-list #sidebar-filter .filter-summary strong {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2e1a46;
}
section.product-list #sidebar-filter .filter-summary #selected-filters {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.product-list #sidebar-filter .filter-summary #selected-filters a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ae1857;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.product-list #sidebar-filter .filter-summary #selected-filters a .icon {
  margin-left: 5px;
}
section.product-list #sidebar-filter .filter-summary #selected-filters a .icon::before {
  color: #ae1857;
}
section.product-list #sidebar-filter .filter-links li {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.product-list #sidebar-filter .filter-links li.active a, section.product-list #sidebar-filter .filter-links li:hover a {
  color: #78b000;
}
section.product-list #sidebar-filter .filter-links li a {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
}
section.product-list #sidebar-filter .filter-links li a.active a, section.product-list #sidebar-filter .filter-links li a:hover a {
  color: #78b000;
}
section.product-list .bootstrap-select {
  display: inline-block !important;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border: 0px;
  max-width: 100% !important;
  width: 100% !important;
  height: 45px;
  background-color: #ffffff;
}
section.product-list .bootstrap-select:focus, section.product-list .bootstrap-select:active {
  box-shadow: none;
  outline: none;
  border: 0px;
}
section.product-list .bootstrap-select.show {
  max-width: 100% !important;
  border: 0px;
}
section.product-list .bootstrap-select.show button.dropdown-toggle {
  box-shadow: 0 10px 20px 0 rgba(46, 26, 70, 0.15);
  border-radius: 5px 5px 0px 0px;
}
section.product-list .bootstrap-select.show > div.dropdown-menu {
  display: block;
}
section.product-list .bootstrap-select button.dropdown-toggle {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  border-radius: 5px;
  border: solid 1px rgba(46, 26, 70, 0.15);
}
section.product-list .bootstrap-select button.dropdown-toggle:focus, section.product-list .bootstrap-select button.dropdown-toggle:active {
  box-shadow: none;
  border: solid 1px #dddddd;
  outline: none !important;
}
section.product-list .bootstrap-select button.dropdown-toggle::after {
  display: none;
}
section.product-list .bootstrap-select button.dropdown-toggle .bs-caret .caret {
  position: absolute;
  content: "";
  right: 12px;
  top: 19px;
  display: block;
  width: 8px;
  height: 7px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url(../images/drop-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  z-index: 10;
}
section.product-list .bootstrap-select button.dropdown-toggle .filter-option {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  padding-left: 12px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: normal;
  color: #2e1a46;
}
section.product-list .bootstrap-select button.dropdown-toggle .filter-option .filter-option-inner {
  position: relative;
}
section.product-list .bootstrap-select button.dropdown-toggle .filter-option .filter-option-inner::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: absolute;
  right: 0px;
  top: 18px;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.product-list .bootstrap-select > div.dropdown-menu {
  max-width: 100% !important;
  display: none;
  border: solid 1px #dddddd;
  border-radius: 0px;
  margin-top: 0px;
  border-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
section.product-list .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
}
section.product-list .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner > li {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 12px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.product-list .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner > li a {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.product-list .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner > li a span.text {
  display: block;
  width: 100%;
  height: 45px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: normal;
  color: rgba(16, 16, 16, 0.7);
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.product-list .bootstrap-select > div.dropdown-menu ul.dropdown-menu.inner > li:hover {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  background-color: rgba(221, 221, 221, 0.46);
}

.row-products {
  padding-bottom: 200px;
  row-gap: 25px;
}
.row-products .product {
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  position: relative;
}
.row-products .product.product-alternative {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.row-products .product.product-alternative .product-inner {
  background-color: transparent !important;
}
.row-products .product:hover {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  z-index: 1000;
}
.row-products .product:hover .product-inner {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  height: 100%;
  background-color: #fff;
  box-shadow: 0 30px 60px -5px rgba(18, 34, 26, 0.15);
}
.row-products .product:hover .product-image::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.66);
  z-index: 10;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 1;
}
.row-products .product:hover .product-image::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 18px;
  height: 18px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url(../images/zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 11;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 1;
}
.row-products .product:hover h3 {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.row-products .product:hover h3 a {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #008338;
  text-decoration: underline;
}
.row-products .product:hover .product-storage {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.row-products .product:hover .product-price {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.row-products .product:hover .product-controls {
  background-color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 1;
}
.row-products .product .product-inner {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 25px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  overflow: visible;
}
.row-products .product .product-image {
  display: block;
  width: 100%;
  height: 300px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.row-products .product .product-image::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.66);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.row-products .product .product-image .product-tags {
  display: inline-block;
  width: 130px;
  background-color: transparent;
}
.row-products .product .product-image .product-tag {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  height: 30px;
  line-height: 30px;
  background-color: #78b000;
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
  text-decoration: none;
}
.row-products .product .product-image .product-tag.blue {
  background-color: #008338;
}
.row-products .product .product-category {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.29px;
  text-align: center;
  color: #008338;
  text-decoration: underline;
}
.row-products .product h3 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.row-products .product h3 a {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #2c4f3e;
}
.row-products .product .product-storage {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 19px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
  color: #008338;
}
.row-products .product .product-storage img {
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.row-products .product .product-price {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 13px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.row-products .product .product-price .price-old {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(44, 79, 62, 0.7);
  text-decoration: line-through;
}
.row-products .product .product-price .price-discount {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #78b000;
}
.row-products .product .product-price .price-new {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-left: 18px;
}
.row-products .product .product-controls {
  display: block;
  width: 100%;
  height: 59px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  position: absolute;
  bottom: -30px;
  left: 0;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  background-color: #fff;
  opacity: 0;
}
.row-products .product .product-controls .btn {
  display: inline-block;
  width: auto;
}
.row-products .product .product-controls .btn.btn-transparent {
  width: 118px;
  margin-right: 4px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.row-products .product .product-controls .btn.btn-green {
  width: 155px;
  margin-left: 4px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.row-products .product .product-controls .btn.btn-green img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

section.products {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 32px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #e6e6e6;
  min-height: 1200px;
}
section.products button.slick-prev,
section.products button.slick-next {
  display: none !important;
}
section.products.product-oneline {
  min-height: 500px;
}
section.products.product-oneline .row-products {
  padding-bottom: 64px;
}
section.products h2 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 33px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2c4f3e;
}
section.products .arrow-right {
  position: absolute;
  right: 10px;
  top: 6px;
}
section.products .row-products-slider ul.slick-dots {
  display: block;
  width: 100%;
  height: 60px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: right;
  position: absolute;
  right: 35px;
  top: -60px;
  bottom: auto;
}
section.products .row-products-slider ul.slick-dots li {
  margin-right: 5px;
  width: auto;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(44, 79, 62, 0.35);
}
section.products .row-products-slider ul.slick-dots li::before {
  display: none;
  position: relative;
  width: 0px;
  height: 1px;
  border: solid 1px rgba(44, 79, 62, 0.3);
  content: "";
}
section.products .row-products-slider ul.slick-dots li button {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(44, 79, 62, 0.35);
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.products .row-products-slider ul.slick-dots li button::before {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 1px;
  content: "";
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  right: 10px;
  top: 9px;
  left: auto;
}
section.products .row-products-slider ul.slick-dots li:last-child.slick-active button {
  width: auto;
}
section.products .row-products-slider ul.slick-dots li:last-child.slick-active button::before {
  display: none;
}
section.products .row-products-slider ul.slick-dots li.slick-active {
  color: #008338;
}
section.products .row-products-slider ul.slick-dots li.slick-active button {
  background-color: transparent;
  color: #008338;
  width: 70px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.products .row-products-slider ul.slick-dots li.slick-active button::before {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: rgba(44, 79, 62, 0.3);
  content: "";
  right: 10px;
  top: 9px;
  left: auto;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.products .row-products-slider ul.slick-dots li.slick-active::before {
  display: inline-block;
  display: none;
  position: relative;
  width: 30px;
  height: 1px;
  border: solid 1px rgba(44, 79, 62, 0.3);
  content: "";
}
section.products .row-products .product {
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  position: relative;
  /*&:hover {
    @include transition();
    z-index:1000;

    .product-inner {
      @include transition();
      height: 545px;
      @include bg(#fff);
      box-shadow: 0 30px 60px -5px rgba(18, 34, 26, 0.15);
    }

    .product-image {
      &::before {
        content:"";
        position: absolute;
        left:0px;
        top:0px;
        @include block(100%, 100%);
        @include margin(0px, 0px, 0px, 0px);
        @include padding(0px, 0px, 0px, 0px);
        @include bg(rgba(255, 255, 255, 0.66));
        z-index: 10;
        @include transition();
        opacity: 1;
      }

      &::after {
        content:"";
        position: absolute;
        right:0px;
        top:0px;
        @include block(18px, 18px);
        @include margin(0px, 0px, 0px, 0px);
        @include padding(0px, 0px, 0px, 0px);
        @include img(url(../images/zoom.svg));
        z-index: 11;
        @include transition();
        opacity: 1;
      }
    }

    h3 {
      margin-bottom: 16px;
      @include transition();

      a {
        @include transition();
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.4px;
        text-align: center;
        color: #008338;
        text-decoration: underline;
      }

    }

    .product-storage {
      margin-bottom: 16px;
      @include transition();
    }

    .product-price {
      margin-bottom: 24px;
      @include transition();
    }

    .product-controls {
      @include bg(#fff);
      @include transition();
      opacity: 1;

      .btn {
        //opacity: 1;
        //.transition(2s);
      }
    }
  }*/
}
section.products .row-products .product .product-inner {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 25px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  overflow: hidden;
}
section.products .row-products .product .product-image {
  display: block;
  width: 100%;
  height: 300px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
section.products .row-products .product .product-image::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.66);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.products .row-products .product .product-image .product-tags {
  display: inline-block;
  width: 130px;
  background-color: transparent;
}
section.products .row-products .product .product-image .product-tag {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  height: 30px;
  line-height: 30px;
  background-color: #78b000;
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
  text-decoration: none;
}
section.products .row-products .product .product-image .product-tag.blue {
  background-color: #008338;
}
section.products .row-products .product .product-category {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.29px;
  text-align: center;
  color: #008338;
  text-decoration: underline;
}
section.products .row-products .product h3 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.products .row-products .product h3 a {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #2c4f3e;
}
section.products .row-products .product .product-storage {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 19px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-align: center;
  color: #008338;
}
section.products .row-products .product .product-storage img {
  margin-right: 4px;
  position: relative;
  top: -1px;
}
section.products .row-products .product .product-price {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 13px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}
section.products .row-products .product .product-price .price-old {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(44, 79, 62, 0.7);
  text-decoration: line-through;
}
section.products .row-products .product .product-price .price-discount {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #78b000;
}
section.products .row-products .product .product-price .price-new {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-left: 18px;
}
section.products .row-products .product .product-controls {
  display: block;
  width: 100%;
  height: 59px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  background-color: #fff;
  opacity: 0;
}
section.products .row-products .product .product-controls .btn {
  display: inline-block;
  width: auto;
}
section.products .row-products .product .product-controls .btn.btn-transparent {
  width: 118px;
  margin-right: 4px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.products .row-products .product .product-controls .btn.btn-green {
  width: 155px;
  margin-left: 4px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.products .row-products .product .product-controls .btn.btn-green img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

header.woocommerce-Address-title {
  height: auto;
}

body.woocommerce-order-received #content,
body.woocommerce-checkout #content {
  padding-top: 32px;
}

body.home section.instagram::after {
  display: block;
}
body.home .header-wrapper {
  background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.67) 98%);
  position: relative;
}

body.page-template-template-blog,
body.category-blog,
body.category {
  background-color: #e9e9e9;
}
body.page-template-template-blog .header-wrapper,
body.category-blog .header-wrapper,
body.category .header-wrapper {
  background-color: transparent;
}
body.page-template-template-blog section.blog,
body.category-blog section.blog,
body.category section.blog {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 32px;
  padding-right: 0px;
  padding-bottom: 0px;
}
body {
  background-color: #fff;
}
body section.instagram {
  background-color: #fff;
  border-top: 1px solid #b2b2b2;
}
body section.instagram::after {
  display: none;
}
body .header-wrapper {
  background-color: #fff;
  border-bottom: solid 1px rgba(44, 79, 62, 0.15);
}

section.whycbd {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 131, 56, 0.05);
}
section.whycbd .why-image {
  display: block;
  width: 100%;
  height: 562px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -69px;
  bottom: -69px;
  z-index: 50;
}
section.whycbd .why-image .overlay {
  display: block;
  width: 210px;
  height: 268px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -84px;
  top: 202px;
}
section.whycbd h2 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 57px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
}
section.whycbd ul {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.whycbd ul li {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  padding-left: 34px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #2c4f3e;
  position: relative;
}
section.whycbd ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2c4f3e;
  background-size: contain;
  margin-right: 10px;
}
section.whycbd .btn-green {
  width: auto;
  padding-left: 25px;
  padding-top: 0px;
  padding-right: 29px;
  padding-bottom: 0px;
}
section.whycbd .btn-green img {
  position: relative;
  top: -2px;
}

section.instagram {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 63px;
  padding-right: 0px;
  padding-bottom: 80px;
  background-color: #e6e6e6;
  position: relative;
}
section.instagram::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -139px;
  display: block;
  width: 100%;
  height: 139px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #e6e6e6;
  z-index: 30;
  border-bottom: 1px solid #b2b2b2;
}
section.instagram h2 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 48px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2c4f3e;
}
section.instagram h2 a {
  color: #2c4f3e;
  text-decoration: none;
}
section.instagram h2 img {
  margin-right: 16px;
}
section.instagram .row-photos {
  margin-bottom: 24px;
}
section.instagram .instagram-photo {
  display: block;
  width: 100%;
  height: 220px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.instagram .btn-green {
  width: auto;
  padding-left: 25px;
  padding-top: 0px;
  padding-right: 29px;
  padding-bottom: 0px;
}
section.instagram .btn-green img {
  position: relative;
  top: -2px;
}

div.wpcf7 .ajax-loader {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 36px;
  height: 36px;
  float: none;
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 100;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  float: left;
  width: auto;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  border-color: #ffc067;
}

footer {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 48px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #223e31;
}
footer .widget {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
footer .widget.passive .widget-header {
  position: relative;
}
footer .widget.passive .widget-header::after {
  display: block;
  width: 14px;
  height: 7px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 0px;
  content: "";
}
footer .widget.passive .widget-content {
  height: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
footer .widget.passive .widget-content ul {
  display: none;
}
footer .widget.active .widget-header {
  position: relative;
}
footer .widget.active .widget-header::after {
  display: block;
  width: 14px;
  height: 7px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(180deg);
  position: absolute;
  right: 15px;
  top: 0px;
  content: "";
}
footer .widget.active .widget-content {
  height: auto;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
footer .widget.active .widget-content ul {
  display: block;
}
footer h2 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
}
footer ul {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
footer ul li {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding-left: 11px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
}
footer ul li:hover::before {
  background-color: #ffc067;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
footer ul li:hover a {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  color: #ffc067;
}
footer ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
footer ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 7px;
  background-color: #78b000;
}
footer .contacts a {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #ffc067;
  text-decoration: underline;
}
footer .contacts a img {
  margin-right: 8px;
}
footer .more-contacts {
  display: inline-block;
  margin-left: 0px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
}
footer .more-contacts img {
  margin-left: 8px;
  position: relative;
  top: -2px;
}
footer .form-newsletter, footer form.wpcf7-form {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
footer .form-newsletter .input-group, footer form.wpcf7-form .input-group {
  display: block;
  width: 100%;
  height: 50px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 25px;
  border: solid 1px rgba(255, 255, 255, 0.14);
  background-color: rgba(0, 0, 0, 0);
}
footer .form-newsletter .input-group .wpcf7-form-control-wrap, footer form.wpcf7-form .input-group .wpcf7-form-control-wrap {
  display: block;
  width: calc(100% - 50px);
  height: auto;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}
footer .form-newsletter .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control, footer form.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control {
  border-radius: 25px;
  background-color: transparent !important;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  line-height: 50px;
}
footer .form-newsletter .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control-internal-autofill-selected, footer form.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control-internal-autofill-selected {
  background-color: transparent !important;
}
footer .form-newsletter .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control:focus, footer .form-newsletter .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control:hover, footer .form-newsletter .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control:active, footer form.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control:focus, footer form.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control:hover, footer form.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control.form-control:active {
  background-color: transparent !important;
}
footer .form-newsletter .input-group .wpcf7-form-control-wrap span, footer .form-newsletter .input-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip, footer form.wpcf7-form .input-group .wpcf7-form-control-wrap span, footer form.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none !important;
}
footer .form-newsletter .input-group .input-group-append, footer form.wpcf7-form .input-group .input-group-append {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
footer .form-newsletter .input-group .input-group-append .wpcf7-submit, footer form.wpcf7-form .input-group .input-group-append .wpcf7-submit {
  padding-left: 8px;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  background-color: transparent;
  border: 0px;
  display: block;
  width: 36px;
  height: 36px;
  float: none;
  background-image: url(../images/newsletter-send.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 36px 36px;
  color: transparent;
  font-size: 0px;
  text-indent: -5000em;
  position: relative;
  top: 5px;
  left: 6px;
}
footer .form-newsletter .input-group input, footer form.wpcf7-form .input-group input {
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 0px;
  padding-left: 21px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
footer .form-newsletter .input-group input::placeholder, footer form.wpcf7-form .input-group input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
  color: #ffffff;
}
footer .form-newsletter .input-group button, footer form.wpcf7-form .input-group button {
  padding-left: 8px;
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px;
  background-color: transparent;
  border: 0px;
  height: 50px;
  line-height: 50px;
  background-image: url(../images/newsletter-send.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .form-newsletter .input-group button img, footer form.wpcf7-form .input-group button img {
  position: relative;
  top: -2px;
}
footer .form-newsletter .wpcf7-response-output, footer form.wpcf7-form .wpcf7-response-output {
  display: block;
  float: left;
  width: auto;
}
footer .footer-bg {
  background-color: rgba(0, 0, 0, 0.1);
}
footer .container-bottom {
  margin-top: 51px;
  padding-top: 9px;
  padding-bottom: 9px;
}
footer .container-bottom .col-copyright {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25em;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.85);
}
footer .container-bottom .col-copyright p {
  padding-top: 8px;
}
footer .container-bottom .col-copyright a {
  color: rgba(255, 255, 255, 0.85);
}
footer .container-bottom .col-social {
  text-align: right;
}
footer .container-bottom .col-social a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
}
footer .newsletter-law {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  top: 4px;
}
footer .newsletter-law a {
  color: #ffc067;
}
footer .col-second-menu {
  padding-top: 42px;
}

section.categories {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 64px;
  padding-right: 0px;
  padding-bottom: 48px;
  background-color: #e6e6e6;
}
section.categories h2 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 33px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2c4f3e;
}
section.categories .category-box {
  background-color: #fff;
  display: block;
  width: auto;
  height: auto;
  float: none;
  min-height: 334px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 48px;
  padding-left: 42px;
  padding-top: 25px;
  padding-right: 26px;
  padding-bottom: 0px;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.categories .category-box:hover {
  box-shadow: 0 20px 40px -3px rgba(0, 31, 13, 0.15);
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.categories .category-box:hover .more-link::before {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.categories .category-box h3 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
}
section.categories .category-box p {
  display: block;
  width: 100%;
  height: 44px;
  float: none;
  overflow: hidden;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 29px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: rgba(0, 4, 2, 0.75);
}
section.categories .category-box .sub-cats {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 41px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
section.categories .category-box .sub-cats a {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #008338;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.categories .category-box .sub-cats a:hover {
  color: #78b000;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.categories .category-box .more-link {
  display: inline-block;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2px;
  text-align: left;
  color: #001f0d;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
section.categories .category-box .more-link:hover::before {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
section.categories .category-box .more-link::before {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  content: "";
  position: absolute;
  left: 0px;
  bottom: -9px;
  display: block;
  width: 0%;
  height: 2px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #cbdfd5;
}
section.categories .category-box .more-link img {
  margin-left: 6px;
}

.mobile-menu-wrapper.mm-wrapper {
  width: 300px;
  height: 100vh;
}

.mobile-menu-trigger {
  width: auto;
  height: 18px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.mobile-menu-trigger img {
  width: 24px;
  height: 18px;
  margin-right: 5px;
}
.mobile-menu-trigger span {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.09;
  letter-spacing: normal;
  color: #001f0d;
}

#menu {
  max-width: 300px;
  width: 300px;
  background-color: #fff;
}
#menu .mm-panels {
  border-color: transparent;
}
#menu .mm-panels .mm-panel {
  background-color: transparent;
  border-color: transparent;
}
#menu .mm-panels .mm-panel .mm-navbar {
  background-color: transparent;
  border-color: transparent;
}
#menu .mm-panels .mm-panel .mm-navbar.mm-navbar_sticky {
  display: none;
}
#menu .mm-navbars_top {
  height: 100px;
  border-color: transparent;
  background-color: transparent;
}
#menu .mm-navbars_top .mm-navbar {
  border-color: transparent;
  height: 100%;
  background-color: transparent;
}
#menu .mm-navbars_top .mm-navbar a.mmenu-close.mobile-menu-trigger {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
#menu .mm-navbars_top .mm-navbar a.mmenu-close.mobile-menu-trigger img {
  position: absolute;
  right: 32px;
  top: 36px;
}
#menu .mm-panels {
  background-color: transparent;
}
#menu .mm-panels #panel-menu .mm-listview .mm-listitem, #menu .mm-panels .mm-panel .mm-listview .mm-listitem {
  text-align: right;
  display: block;
}
#menu .mm-panels #panel-menu .mm-listview .mm-listitem.active a, #menu .mm-panels .mm-panel .mm-listview .mm-listitem.active a {
  color: #00aac8;
}
#menu .mm-panels #panel-menu .mm-listview .mm-listitem.active a::before, #menu .mm-panels .mm-panel .mm-listview .mm-listitem.active a::before {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
#menu .mm-panels #panel-menu .mm-listview .mm-listitem a, #menu .mm-panels .mm-panel .mm-listview .mm-listitem a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  text-transform: uppercase;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  text-align: right;
  color: #000000;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 32px;
  padding-bottom: 3px;
  position: relative;
}
#menu .mm-panels #panel-menu .mm-listview .mm-listitem a::before, #menu .mm-panels .mm-panel .mm-listview .mm-listitem a::before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #00aac8;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
}
#menu .mm-panels #panel-menu .mm-listview .mm-listitem a:hover, #menu .mm-panels .mm-panel .mm-listview .mm-listitem a:hover {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  color: #00aac8;
  text-decoration: none;
}
#menu .mm-panels #panel-menu .mm-listview .mm-listitem a:hover::before, #menu .mm-panels .mm-panel .mm-listview .mm-listitem a:hover::before {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
#menu .mm-panels #panel-menu .mm-listview .mm-listitem::after, #menu .mm-panels .mm-panel .mm-listview .mm-listitem::after {
  border-color: transparent;
}

ul.transition {
  list-style: none;
  display: flex;
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  pointer-events: none;
  margin-right: auto;
}
ul.transition li {
  transform: scaleY(0);
  background-color: #000;
  width: 20%;
}

.entry-content .woocommerce #order_review.woocommerce-checkout-review-order {
  display: none !important;
}

.order-overview-sidebar .shop_table tr.woocommerce-shipping-totals.shipping {
  display: none !important;
}

body.woocommerce .woocommerce-terms-and-conditions-checkbox-text {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #000000;
}
body.woocommerce .woocommerce-terms-and-conditions-checkbox-text a {
  color: #008338;
}

body.woocommerce-cart .woocommerce .cart-collaterals .btn.btn-send,
body.woocommerce-cart .woocommerce-page .cart-collaterals .btn.btn-send {
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.07px;
  color: #ffffff;
}

#payment {
  background-color: transparent !important;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#payment .form-row.place-order {
  padding: 0px !important;
}
#payment .form-row.place-order button.btn-send {
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.07px;
  color: #ffffff;
}
#payment .woocommerce-terms-and-conditions-wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}
#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: rgba(0, 4, 2, 0.75);
}
#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
  text-decoration: underline;
  color: #008338;
}
#payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a:hover {
  text-decoration: none;
}
#payment .woocommerce-terms-and-conditions-wrapper .custom-radio {
  margin-bottom: 24px;
}
#payment .woocommerce-terms-and-conditions-wrapper .custom-radio label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: #000000;
}
#payment .woocommerce-terms-and-conditions-wrapper .custom-radio label a {
  color: #008338;
}

#order_review table.shop_table.woocommerce-checkout-review-order-table {
  border: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.order-total,
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  position: relative;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.order-total::before,
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total::before {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  background-color: rgba(44, 79, 62, 0.1);
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  z-index: 1;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.order-total th,
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
  background-color: rgba(44, 79, 62, 0.1);
  padding-left: 14px;
  padding-top: 16px;
  padding-right: 14px;
  padding-bottom: 16px;
  border-radius: 4px 0px 0px 4px;
  border: 0px solid rgba(44, 79, 62, 0.1);
  border-right: 0px;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr.order-total td,
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  border-left: 0px;
  background-color: rgba(44, 79, 62, 0.1);
  padding-left: 14px;
  padding-top: 16px;
  padding-right: 14px;
  padding-bottom: 16px;
  border-radius: 0px 4px 4px 0px;
  border: 0px solid rgba(44, 79, 62, 0.1);
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr td,
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr th,
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr td,
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  border-top: 1px solid rgba(44, 79, 62, 0.15);
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
}
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name,
#order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr th.product-name,
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr td.product-name,
#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr th.product-name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
  text-align: left;
}
.woocommerce ul.order_details li strong {
  font-weight: bold;
}

h2.woocommerce-order-details__title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0.5em;
  padding-left: 0;
  list-style-type: none;
}

h2.woocommerce-column__title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0.5em;
  padding-left: 0;
  list-style-type: none;
}

.woocommerce-form-login-wrapper {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.woocommerce-form-login-wrapper p:first-child {
  padding-left: 15px !important;
}
.woocommerce-form-login-wrapper p.form-row {
  display: block !important;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.woocommerce-form-login-wrapper p.form-row.form-row-full {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
.woocommerce-form-login-wrapper p.form-row.woocommerce-invalid .woocommerce-input-wrapper input.form-control {
  border-color: #a00;
  color: #a00;
}
.woocommerce-form-login-wrapper p.form-row.woocommerce-validated .woocommerce-input-wrapper input.form-control {
  border: solid 1px #008338;
  background-color: #e9f5ef;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  color: #008338;
}
.woocommerce-form-login-wrapper p.form-row.woocommerce-validated .woocommerce-input-wrapper .select2 {
  background-color: #e9f5ef;
  border: solid 1px #008338;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  color: #008338;
}
.woocommerce-form-login-wrapper p.form-row label {
  background-color: transparent;
  display: block;
  width: 100%;
  height: 26px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.75);
}
.woocommerce-form-login-wrapper p.form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.woocommerce-form-login-wrapper p.form-row .woocommerce-input-wrapper .select2 {
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  border: solid 1px #b2b2b2;
  background-color: #ffffff;
}
.woocommerce-form-login-wrapper p.form-row .woocommerce-input-wrapper .select2 .selection .select2-selection {
  height: 50px;
  border: 0px;
  background-color: transparent;
}
.woocommerce-form-login-wrapper p.form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #1b503d;
}
.woocommerce-form-login-wrapper p.form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  height: 45px;
}
.woocommerce-form-login-wrapper p.form-row .woocommerce-input-wrapper input.form-control {
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  border: solid 1px #b2b2b2;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.5);
}
.woocommerce-form-login-wrapper p.form-row .woocommerce-input-wrapper input.form-control:focus {
  border: solid 1px #008338;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2c4f3e;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.woocommerce-form-login-wrapper p.form-row .woocommerce-input-wrapper input.form-control::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.5);
}

.woocommerce-billing-fields h4 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 49px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  color: #2c4f3e;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: -12px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  display: block;
  width: 50%;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 12px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 0px;
  clear: none !important;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-full {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-invalid .woocommerce-input-wrapper input.form-control {
  border-color: #a00;
  color: #a00;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-validated .woocommerce-input-wrapper input.form-control {
  border: solid 1px #008338;
  background-color: #e9f5ef;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  color: #008338;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.woocommerce-validated .woocommerce-input-wrapper .select2 {
  background-color: #e9f5ef;
  border: solid 1px #008338;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  color: #008338;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  background-color: transparent;
  display: block;
  width: 100%;
  height: 26px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.75);
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 {
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  border: solid 1px #b2b2b2;
  background-color: #ffffff;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection {
  height: 50px;
  border: 0px;
  background-color: transparent;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #1b503d;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  height: 45px;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input.form-control {
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  border: solid 1px #b2b2b2;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.5);
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input.form-control:focus {
  border: solid 1px #008338;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2c4f3e;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input.form-control::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.5);
}

body.woocommerce .select2-container--default .select2-results__option {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  color: #1b503d;
}
body.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  letter-spacing: normal;
  color: #1b503d;
}

/* right cart sidebar */
.order-overview-sidebar {
  margin-bottom: 64px;
}
.order-overview-sidebar h3 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 26px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #257446;
}
.order-overview-sidebar .shop_table.woocommerce-checkout-review-order-table thead {
  display: none;
}

#customer_details {
  margin-bottom: 64px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.order-overview-sidebar {
  width: 100% !important;
  border-radius: 8px;
  background-color: #e9f5ef;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 64px;
  padding-left: 21px;
  padding-top: 18px;
  padding-right: 21px;
  padding-bottom: 18px;
  box-sizing: border-box;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2,
.order-overview-sidebar h2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #257446;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table,
.woocommerce-page .cart-collaterals .cart_totals .shop_table,
.order-overview-sidebar .shop_table {
  border: 0px;
  background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr,
.order-overview-sidebar .shop_table tr {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.cart-subtotal td *,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr.cart-subtotal td *,
.order-overview-sidebar .shop_table tr.cart-subtotal td * {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2c4f3e;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total th, .woocommerce .cart-collaterals .cart_totals .shop_table tr.order-total td *,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table tr.order-total td *,
.order-overview-sidebar .shop_table tr.order-total th,
.order-overview-sidebar .shop_table tr.order-total td * {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #008338;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table th,
.order-overview-sidebar .shop_table th {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
  width: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
  border: 0px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table td,
.order-overview-sidebar .shop_table td {
  border: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2c4f3e;
}
.woocommerce-account-fields .create-account .form-row {
  flex-direction: column;
}
.woocommerce-account-fields .create-account .form-row .control-label {
  display: flex;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: rgba(44, 79, 62, 0.1);
  border-radius: 4px 4px 4px 4px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: rgba(44, 79, 62, 0.1);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: -1em;
}

/* cart table */
.woocommerce .woocommerce-cart-form h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

ul#shipping_method li {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 18px;
  padding-right: 0px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #d6deda;
}
ul#shipping_method li label img {
  width: auto;
  height: 23px;
  margin-right: 16px;
}

body.woocommerce-cart header.entry-header,
body.woocommerce-checkout header.entry-header {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
body.woocommerce-cart header.entry-header h1.entry-title,
body.woocommerce-checkout header.entry-header h1.entry-title {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
}

.woocommerce-shipping-destination,
.shipping-calculator-button {
  display: none !important;
}

.woocommerce .woocommerce-cart-form tr.woo-actions .link-continue {
  display: inline;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #2c4f3e;
  float: left;
  position: relative;
  top: 10px;
}
.woocommerce .woocommerce-cart-form tr.woo-actions .link-continue img {
  width: 14px;
  height: auto;
  margin-right: 9px;
}

.woocommerce .woocommerce-cart-form table.shop_table {
  border-left: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  border-top: 0px solid transparent !important;
  border-radius: 0px;
  margin-bottom: 48px;
  border-bottom: 0px !important;
}
.woocommerce .woocommerce-cart-form table.shop_table tr.woo-actions td {
  border-bottom: 0px;
}
.woocommerce .woocommerce-cart-form table.shop_table tr.woo-actions td button.btn.btn-transparent {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #2c4f3e;
}
.woocommerce .woocommerce-cart-form table.shop_table th {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.85);
}
.woocommerce .woocommerce-cart-form table.shop_table th.product-quantity {
  text-align: center;
}
.woocommerce .woocommerce-cart-form table.shop_table a.remove {
  width: 14px;
  height: 16px;
  background-image: url(../images/cart-trash.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  border: 0px;
  font-size: 0px;
  color: transparent;
  text-indent: -5000em;
  border-radius: 0px;
  background-size: contain;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal .amount {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #001f0d;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail a {
  display: block;
  width: 64px;
  height: 64px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  border: 1px solid #d6deda;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail a img {
  width: auto;
  height: 64px;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-name {
  width: 220px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #001f0d;
  text-decoration: underline;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-price {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #001f0d;
}

.woocommerce-form-login-wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.75);
  margin: 0 0 8px;
  padding: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  box-shadow: 0 20px 40px 0 rgba(44, 79, 62, 0.42);
  font-weight: 500;
}
.woocommerce #payment #place_order:hover::after,
.woocommerce-page #payment #place_order:hover::after {
  margin-left: 11px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.woocommerce #payment #place_order::after,
.woocommerce-page #payment #place_order::after {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  content: "";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 6px;
  background-image: url(../images/right-home.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 6px;
}

a.wpgis-popup {
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
a.wpgis-popup::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 18px;
  height: 18px;
  content: "";
  background-color: transparent;
  background-image: url(../images/zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  display: block;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}

.fancybox-slide--image {
  background-color: rgb(255, 255, 255);
}

/* large image slider */
.vertical-img-left.wpgis-slider-for .btn-prev.slick-arrow {
  display: none;
}
.vertical-img-left.wpgis-slider-for .btn-next.slick-arrow {
  display: none;
}
.vertical-img-left.wpgis-slider-for .slick-list .slick-track .slick-slide {
  /*
  &::after {
    right:10px;
    bottom:10px;
    position:absolute;
    width: 18px;
    height: 18px;
    content: "";
    @include bg();
    @include img(url(../images/zoom.svg));
    background-size: contain;
    display: block;
    @include transition();
    z-index: 100;
  }
  */
}

/* left small breadcrumbs nav */
#wpgis-gallery.slick-slider {
  padding-top: 29px;
  padding-bottom: 29px;
}
#wpgis-gallery.slick-slider .slick-prev {
  width: 98px;
  height: 20px;
  background-image: url(../images/up-detail.svg) !important;
  background-position: center !important;
  background-size: 24px 13px !important;
  background-repeat: no-repeat !important;
  z-index: 100;
  left: 0px;
  top: 25px;
  opacity: 1;
}
#wpgis-gallery.slick-slider .slick-prev:hover {
  opacity: 1;
}
#wpgis-gallery.slick-slider .slick-prev::before {
  display: none;
  visibility: hidden;
}
#wpgis-gallery.slick-slider .slick-next {
  width: 98px;
  height: 20px;
  background-image: url(../images/down-detail.svg) !important;
  background-position: center !important;
  background-size: 24px 13px !important;
  background-repeat: no-repeat !important;
  z-index: 100;
  left: 0px;
  top: auto;
  opacity: 1;
  bottom: 0px;
  opacity: 1;
}
#wpgis-gallery.slick-slider .slick-next:hover {
  opacity: 1;
}
#wpgis-gallery.slick-slider .slick-next::before {
  display: none;
  visibility: hidden;
}
#wpgis-gallery.slick-slider .slick-list .slick-track .slick-slide {
  width: 98px !important;
  height: 98px !important;
  border: solid 1px #d6deda;
  overflow: hidden;
  margin-bottom: 16px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  background-color: #fff;
}
#wpgis-gallery.slick-slider .slick-list .slick-track .slick-slide:hover, #wpgis-gallery.slick-slider .slick-list .slick-track .slick-slide.slick-current {
  border-color: #008338;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
#wpgis-gallery.slick-slider .slick-list .slick-track .slick-slide img {
  border: 0px;
  max-width: 100%;
  height: auto;
}

#paymentSessionId_field {
  display: none !important;
}

.woocommerce-column--shipping-address {
  margin-left: 0px;
  margin-top: 1em;
  margin-right: 0px;
  margin-bottom: 1em;
}

.woocommerce-notice.woocommerce-thankyou-order-received {
  margin-left: 0px;
  margin-top: 1em;
  margin-right: 0px;
  margin-bottom: 1em;
}

body.woocommerce-order-received .order-overview-sidebar {
  display: none !important;
}

.return-to-shop {
  margin-top: 1em;
}

body.woocommerce-order-received .woocommerce .woocommerce-customer-details address,
body.woocommerce-order-received .woocommerce-info {
  border-width: 1px;
}
body.woocommerce-order-received .checkout.woocommerce-checkout {
  padding-bottom: 80px;
}
body.woocommerce-order-received .woocommerce table.shop_table th,
body.woocommerce-order-received .woocommerce table.shop_table td {
  border-bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-order-received .woocommerce-column--billing-address {
  margin-bottom: 2em;
}
body.woocommerce-order-received .woocommerce-order > p {
  margin-bottom: 1em;
}

body.woocommerce-account .editor-content .woocommerce-notices-wrapper ul.woocommerce-error {
  padding-left: 60px;
}
body.woocommerce-account .editor-content .woocommerce-notices-wrapper ul.woocommerce-error li {
  list-style-type: none !important;
}
body.woocommerce-account .editor-content .woocommerce-notices-wrapper ul.woocommerce-error li::before {
  display: none;
}

body .woocommerce table.shop_table th,
body .woocommerce table.shop_table td {
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
}

.site-main, #content {
  position: relative;
  z-index: 1;
}

body.woocommerce-order-received .woocommerce-order > p {
  margin-bottom: 1em;
}

.woocommerce-MyAccount-content .woocommerce-info::before {
  top: 1.75em;
}

.category-products {
  gap: 16px;
  min-width: 300px;
  max-width: 100%;
  overflow-x: auto;
}
.category-products .category-products__item {
  border: 1px solid #dddddd;
  height: 120px;
  min-width: 120px;
}
.category-products .category-products__item.active {
  border-color: #78b000;
  color: #78b000;
}
.category-products .category-products__item:hover {
  border-color: #78b000;
}
.category-products .category-products__item a:hover {
  color: #78b000;
}
.category-products .category-products__item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  padding: 27px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .category-products .category-products__item a {
    font-size: 13px;
  }
}
.category-products .category-products__item a img {
  height: 85%;
  max-width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev[dir=rtl] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir=rtl] {
  content: "→";
}

.slick-next {
  right: -25px;
}
.slick-next[dir=rtl] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir=rtl] {
  content: "←";
}

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../images/loader.gif) center center no-repeat;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

#swipebox-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}

#swipebox-overlay #swipebox-bottom-bar,
#swipebox-overlay #swipebox-top-bar {
  background-color: rgba(255, 255, 255, 0.85);
}

body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button,
body .button.wc-forward {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: inline-block;
  width: 188px;
  background-color: #2c4f3e;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  border-radius: 25px 25px 25px 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
body .woocommerce #respond input#submit:hover,
body .woocommerce a.button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover,
body .button.wc-forward:hover {
  color: #ffffff !important;
  background-color: #3B6953 !important;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}

.btn {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn.btn-green {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: inline-block;
  width: 188px;
  height: 50px;
  line-height: 50px;
  background-color: #2c4f3e;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  border-radius: 25px 25px 25px 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  /*img {
    @include transition();
    display: inline-block;
    margin-left: 8.5px;
  }*/
}
.btn.btn-green img {
  display: inline-block;
}
.btn.btn-green.icon-left img.icon {
  margin-right: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn.btn-green.icon-left:hover img.icon {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  margin-right: 12px;
  margin-left: 0px;
}
.btn.btn-green.icon-right img.icon {
  margin-left: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn.btn-green.icon-right:hover img.icon {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  margin-left: 12px;
  margin-right: 0px;
}
.btn.btn-green:hover {
  background-color: #3B6953 !important;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn.btn-green.height-40 {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.btn.btn-send {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 55px;
  line-height: 50px;
  background-color: #008338;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  border-radius: 27.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  box-shadow: 0 20px 40px 0 rgba(44, 79, 62, 0.42);
}
.btn.btn-send img {
  display: inline-block;
}
.btn.btn-send.icon-left img.icon {
  margin-right: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn.btn-send.icon-left:hover img.icon {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  margin-right: 11px;
}
.btn.btn-send.icon-right img.icon {
  margin-left: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn.btn-send.icon-right:hover img.icon {
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  margin-left: 12px;
  margin-right: 0px;
}
.btn.btn-send:hover {
  background-color: #00682D;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn.btn-transparent {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 23px;
  padding-top: 0px;
  padding-right: 23px;
  padding-bottom: 0px;
  display: inline-block;
  width: auto;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 22.5px;
  border: solid 1px rgba(44, 79, 62, 0.3);
  text-transform: uppercase;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #001f0d;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn.btn-transparent img {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 10px;
}
.btn.btn-transparent.icon-left img {
  margin-left: 0px;
  margin-right: 10px;
}
.btn.btn-transparent.height-40 {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.btn.btn-transparent:hover {
  background-color: #E8F3ED;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  border-color: #E8F3ED;
}

.custom-checkbox {
  padding-left: 0px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #78b000;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  background-image: url(../images/checkedWhite.svg?v=2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 10px 8px;
  background-color: #78b000;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-checkbox label.custom-control-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #2c4f3e;
  padding-left: 30px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
.custom-checkbox label.custom-control-label::before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: solid 1px #c1cbc6;
  background-color: #ffffff;
  top: -2px;
  left: 0px;
}
.custom-checkbox label.custom-control-label::after {
  width: 20px;
  height: 20px;
  border: solid 1px #c1cbc6;
  background-color: #ffffff;
  border-radius: 3px;
  top: -2px;
  left: 0px;
}

.custom-radio {
  padding-left: 0px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #008338;
  background-image: none !important;
  border: 1px solid #008338;
}
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  background-color: #fff !important;
  border-color: #008338 !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: none;
  background-color: #fff !important;
  border-color: #008338 !important;
}
.custom-radio label.custom-control-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #2c4f3e;
  padding-left: 26px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}
.custom-radio label.custom-control-label::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 1px #c1cbc6;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
}
.custom-radio label.custom-control-label::after {
  width: 10px;
  height: 10px;
  border: solid 1px transparent;
  background-color: transparent;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}

.product-tag {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  height: 30px;
  line-height: 30px;
  background-color: #78b000;
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-radius: 15px;
  text-decoration: none;
}
.product-tag.blue {
  background-color: #008338;
}

.input-group-quantity.small {
  width: 93px;
  height: 40px;
  border-radius: 27.5px;
  border: solid 1px #d6deda;
  background-color: #ffffff;
}
.input-group-quantity.small .input-group-btn.left {
  display: block;
  width: 25px;
  height: 40px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.input-group-quantity.small .input-group-btn.left button {
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url(../images/minus_19.48.02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  display: block;
  width: 16px;
  height: 16px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  border: 0px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: transparent;
  font-weight: 600;
  line-height: 14px;
  position: relative;
  text-indent: -5000em;
  top: 11px;
  left: 9px;
  text-align: center;
  z-index: 100;
  letter-spacing: 0px;
}
.input-group-quantity.small input.qty {
  border: 0px;
  display: block;
  height: 40px;
  float: left;
  width: calc(100% - 50px) !important;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 1.07px;
  text-align: center;
  color: #2c4f3e;
}
.input-group-quantity.small .input-group-btn.right {
  display: block;
  width: 25px;
  height: 40px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.input-group-quantity.small .input-group-btn.right button {
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 14px;
  background-color: transparent;
  background-image: url(../images/plus_19.48.02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  display: block;
  width: 16px;
  height: 16px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: transparent;
  text-indent: -5000em;
  position: relative;
  letter-spacing: 0px;
  top: 11px;
  left: 0px;
}

/* notices */
.woocommerce-NoticeGroup {
  margin-top: 30px;
}
.woocommerce-NoticeGroup ul.woocommerce-error {
  border-radius: 8px 8px 8px 8px;
  background-color: rgba(184, 28, 35, 0.05);
  border: 1px solid #b81c23 !important;
}
.woocommerce-NoticeGroup ul.woocommerce-error::before {
  top: 23px;
}
.woocommerce-NoticeGroup ul.woocommerce-error li {
  height: 40px;
  line-height: 40px;
}

.woocommerce-notices-wrapper {
  margin-top: 30px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-radius: 8px 8px 8px 8px;
  background-color: #e9f5ef;
  border: 1px solid #e9f5ef !important;
  line-height: 40px !important;
  color: #2C4F3E;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
  border-radius: 8px 8px 8px 8px;
  background-color: rgba(184, 28, 35, 0.05);
  border: 1px solid #b81c23 !important;
  /*> li > a.button.wc-forward {
    display: none;
  }*/
}
.woocommerce-notices-wrapper ul.woocommerce-error::before {
  top: 23px;
}
.woocommerce-notices-wrapper ul.woocommerce-error li {
  height: 40px;
  line-height: 40px;
  padding-left: 1em;
  padding-top: 0em;
  padding-right: 1em;
  padding-bottom: 0em;
  list-style-type: none !important;
}

.col-remember {
  margin-top: 15px;
  margin-bottom: 15px;
}

.woocommerce form .form-row input.input-text {
  display: block;
  width: 100%;
  height: 50px;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  border-radius: 4px;
  border: solid 1px #b2b2b2;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.5);
}
.woocommerce form .form-row input.input-text:focus {
  border: solid 1px #008338;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2c4f3e;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
}
.woocommerce form .form-row input.input-text::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.5);
}

body .woocommerce-info {
  border-radius: 8px 8px 8px 8px;
  background-color: #e9f5ef;
  border: 1px solid #e9f5ef !important;
}

/*!
 * Hamburgers
 * $description Tasty CSS-animated hamburgers
 * $author Jonathan Suh $jonsuh
 * $site https://jonsuh.com/hamburgers
 * $link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

/*
.hamburger--3dx .hamburger-box{perspective:80px}
.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent}
.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--3dx-r .hamburger-box{perspective:80px}
.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent}
.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--3dy .hamburger-box{perspective:80px}
.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent}
.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--3dy-r .hamburger-box{perspective:80px}
.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent}
.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--3dxy .hamburger-box{perspective:80px}
.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent}
.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--3dxy-r .hamburger-box{perspective:80px}
.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}
.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent}
.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}
.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}
.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}
.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}
.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}
.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}
.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}
.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}
.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}
.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}
.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}
.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}
.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}
.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}
.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}
.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}
.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}
.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}
.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}
.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}
.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}
.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}
.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}
.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}
.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}
.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}
.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}
.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}
.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}
.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}
.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}
.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}
.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}
.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}
.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}
.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}
.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}
.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}
.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}
.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}
.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}
.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}
*/
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
  border-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: 0px !important;
  left: 0px !important;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: 0px !important;
  right: 0px !important;
  left: 0px !important;
  width: 22px !important;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: rotate(-45deg);
}

/*
 .hamburger--emphatic-r{overflow:hidden}
 .hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}
 .hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}
 .hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}
 .hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent
.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}
.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}
.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}
.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}
.hamburger--minus.is-active .hamburger-inner:before{top:0}
.hamburger--minus.is-active .hamburger-inner:after{bottom:0}
.hamburger--slider .hamburger-inner{top:2px}
.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}
.hamburger--slider .hamburger-inner:after{top:20px}
.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}
.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}
.hamburger--slider-r .hamburger-inner{top:2px}
.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}
.hamburger--slider-r .hamburger-inner:after{top:20px}
.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}
.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}
.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}
.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}
.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}
.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}
.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}
.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}
.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}
.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}
.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}
.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}
.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}
.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent}
.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}
.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}
.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}
.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}
.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}
.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}
.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}
.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}
.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}
.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}
.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}
.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent}
.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}
.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}
.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}
.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}
.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}
.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent}
.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}
.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}
.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}
.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}
.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}
.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}
.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}
.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}
.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}
.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}
.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}
.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}
.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}
.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}
.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}
.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}
.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}
.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}
.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}
.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}
.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}
.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}
.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}
.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
*/
.editor-content {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.85);
}
.editor-content strong {
  font-weight: bold;
}
.editor-content a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #78b000;
  text-decoration: underline;
}
.editor-content a:hover {
  text-decoration: none;
}
.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.editor-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  background-color: #fff;
  border: 0px solid #eee;
  font-family: "Poppins", sans-serif;
  border-spacing: 0px;
}
.editor-content table thead {
  background-color: transparent;
}
.editor-content table thead tr {
  background-color: transparent;
}
.editor-content table thead tr td {
  background-color: transparent;
}
.editor-content table tbody tr:nth-child(odd) td {
  background-color: transparent;
}
.editor-content table tbody tr th {
  font-weight: bold;
}
.editor-content h1 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 24px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #2c4f3e;
}
.editor-content h2 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 22px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
}
.editor-content h3 {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c4f3e;
}
.editor-content p {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.85);
}
.editor-content p strong {
  font-weight: bold;
}
.editor-content blockquote {
  position: relative;
  border-left: 2px solid #2c4f3e;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 45px;
  padding-left: 8px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.editor-content blockquote strong {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  color: #2c4f3e;
}
.editor-content em {
  font-style: italic;
}
.editor-content strong {
  font-weight: 600;
}
.editor-content ul {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 54px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.editor-content ul li {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  padding-left: 14px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: rgba(44, 79, 62, 0.85);
  position: relative;
}
.editor-content ul li::before {
  display: block;
  width: 7px;
  height: 7px;
  float: none;
  border-radius: 50%;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  content: "";
  background-color: #008338;
  position: absolute;
  left: 0px;
  top: 8px;
}
.editor-content ol {
  counter-reset: item;
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 28px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.editor-content ol li {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: rgba(0, 11, 43, 0.75);
  position: relative;
  list-style-type: decimal;
  /*&::before {
  	@include block(6px, 6px);
  	border-radius: 50%;
  	@include margin(0px, 0px, 0px, 0px);
  	@include padding(0px, 0px, 0px, 0px);
    content:"";
    background-image: linear-gradient(325deg, #f47d25, #ce3131);
  	position: absolute;
  	left:0px;
  	top:7px;
  }*/
}
.editor-content ol li::before {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  content: counter(item) ". ";
  counter-increment: item;
  color: #ce3131;
  font-weight: 600;
}
.editor-content .editor-image {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-decoration: none;
  position: relative;
}
.editor-content .editor-image img {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.editor-content .editor-image .image-title {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 13px;
  margin-right: 0px;
  margin-bottom: 32px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: normal;
  text-align: center;
  color: #2c4f3e;
}
.editor-content .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.editor-content .alignright, .editor-content .align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.editor-content .alignleft, .editor-content .align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.editor-content img.aligncenter, .editor-content .align-center {
  display: block;
  width: auto;
}

/*!
 * Bootstrap-select v1.13.12 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 178px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 178px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}


/*! =======================================================
                      VERSION  9.7.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: $seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: $Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
#price-slider-wrapper .slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf", endColorstr="#ff0480be", GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff89cdef", endColorstr="#ff81bfde", GradientType=0);
  opacity: 1;
}

#price-slider-wrapper .slider.slider-horizontal {
  margin-bottom: 15px;
  margin-top: 16px;
}
#price-slider-wrapper .slider.slider-horizontal .slider-track {
  border-radius: 4.5px;
}
#price-slider-wrapper .slider.slider-horizontal .slider-track .slider-track-low {
  border-radius: 4.5px;
  background-color: #e9f5ef;
  background-image: none;
}
#price-slider-wrapper .slider.slider-horizontal .slider-track .slider-selection {
  border-radius: 0px;
  background-color: #008338;
  background-image: none;
}
#price-slider-wrapper .slider.slider-horizontal .slider-track .slider-track-high {
  border-radius: 4.5px;
  background-color: #e9f5ef;
  background-image: none;
}
#price-slider-wrapper .slider.slider-horizontal .slider-handle.min-slider-handle.round {
  width: 24px;
  height: 24px;
  border: solid 2px #008338;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  top: -2px;
  /*&::before {
    @include block(16px, 16px);
    @include margin(0px, 0px, 0px, 0px);
    @include padding(0px, 0px, 0px, 0px);
    @include before();
    border:1px solid #101010;
    position: absolute;
    left:0px;
    top:0px;
    border-radius: 50%;
  }*/
}
#price-slider-wrapper .slider.slider-horizontal .slider-handle.max-slider-handle.round {
  width: 24px;
  height: 24px;
  border: solid 2px #008338;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  top: -2px;
  /*&::before {
    @include block(16px, 16px);
    @include margin(0px, 0px, 0px, 0px);
    @include padding(0px, 0px, 0px, 0px);
    @include before();
    border:1px solid #101010;
    position: absolute;
    left:0px;
    top:0px;
    border-radius: 50%;
  }*/
}
#price-slider-wrapper .price-values {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#price-slider-wrapper .price-values .left {
  text-align: left;
  display: block;
  width: 50%;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
#price-slider-wrapper .price-values .right {
  text-align: right;
  display: block;
  width: 50%;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

@media (min-width: 1600px) {
  section .vertical-center, .section .vertical-center {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  section.product-list #sidebar-filter .mobile-filter-trigger {
    visibility: hidden;
    display: none;
  }
  section.products .row-products .product:hover,
  section.product-list .row-products .product:hover {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    z-index: 1000;
  }
  section.products .row-products .product:hover .product-inner,
  section.product-list .row-products .product:hover .product-inner {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    height: 100%;
    background-color: #fff;
    box-shadow: 0 30px 60px -5px rgba(18, 34, 26, 0.15);
  }
  section.products .row-products .product:hover .product-image::before,
  section.product-list .row-products .product:hover .product-image::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.66);
    z-index: 10;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 1;
  }
  section.products .row-products .product:hover .product-image::after,
  section.product-list .row-products .product:hover .product-image::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 18px;
    height: 18px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url(../images/zoom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 11;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 1;
  }
  section.products .row-products .product:hover h3,
  section.product-list .row-products .product:hover h3 {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product:hover h3 a,
  section.product-list .row-products .product:hover h3 a {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #008338;
    text-decoration: underline;
  }
  section.products .row-products .product:hover .product-storage,
  section.product-list .row-products .product:hover .product-storage {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product:hover .product-price,
  section.product-list .row-products .product:hover .product-price {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product:hover .product-controls,
  section.product-list .row-products .product:hover .product-controls {
    background-color: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 1;
  }
  section.product-list #sidebar-filter .filter-item .btn.btn-filter {
    display: none;
  }
  header.header .mobile-menu-trigger {
    display: none;
  }
  .mobile-breadcrumbs {
    display: none;
  }
  .mobile-product-price {
    display: none;
  }
  .mobile-menu.passive {
    display: none;
  }
  .mobile-menu.active {
    display: block;
  }
  .mobile-menu-close,
  .mobile-menu-reset,
  .mobile-filter-trigger {
    display: none;
  }
}
@media (max-width: 1599px) {
  body {
    overflow-x: hidden;
  }
  section.product-list #sidebar-filter .mobile-filter-trigger {
    visibility: hidden;
  }
  header.header .mobile-menu-trigger {
    display: none;
  }
  .mobile-product-price {
    display: none;
  }
  .mobile-menu.passive {
    display: none;
  }
  .mobile-menu.active {
    display: block;
  }
  section.products .row-products .product:hover,
  section.product-list .row-products .product:hover {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    z-index: 1000;
  }
  section.products .row-products .product:hover .product-inner,
  section.product-list .row-products .product:hover .product-inner {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    height: 100%;
    background-color: #fff;
    box-shadow: 0 30px 60px -5px rgba(18, 34, 26, 0.15);
  }
  section.products .row-products .product:hover .product-image::before,
  section.product-list .row-products .product:hover .product-image::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.66);
    z-index: 10;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 1;
  }
  section.products .row-products .product:hover .product-image::after,
  section.product-list .row-products .product:hover .product-image::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 18px;
    height: 18px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url(../images/zoom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 11;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 1;
  }
  section.products .row-products .product:hover h3,
  section.product-list .row-products .product:hover h3 {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product:hover h3 a,
  section.product-list .row-products .product:hover h3 a {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #008338;
    text-decoration: underline;
  }
  section.products .row-products .product:hover .product-storage,
  section.product-list .row-products .product:hover .product-storage {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product:hover .product-price,
  section.product-list .row-products .product:hover .product-price {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product:hover .product-controls,
  section.product-list .row-products .product:hover .product-controls {
    background-color: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    opacity: 1;
  }
  section.product-list #sidebar-filter .filter-item .btn.btn-filter {
    display: none;
  }
  .mobile-breadcrumbs {
    display: none;
  }
  section.header #mobile-menu {
    display: none;
  }
  #navbar-side {
    right: 10px;
  }
  .section .vertical-center {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 5em;
    padding-right: 0px;
    padding-bottom: 5em;
  }
  section.product-list #sidebar-filter .mobile-filter-trigger {
    display: none;
  }
  .mobile-menu-close,
  .mobile-menu-reset,
  .mobile-filter-trigger {
    display: none;
  }
}
@media (max-width: 1199px) {
  section.blog .grid .grid-item {
    width: calc(50% - 24px);
  }
  /*section.product-list #sidebar-filter .filter-item {
    display: none;
  }*/
  section.product-list #sidebar-filter {
    border-bottom: 0px;
  }
  header.header .mobile-menu-trigger {
    display: block;
    height: 45px;
    line-height: 45px;
  }
  section.product-list #sidebar-filter .mobile-filter-trigger {
    visibility: visible;
    display: block;
    margin-bottom: 24px;
  }
  section.products .row-products .product:hover,
  section.product-list .row-products .product:hover {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    z-index: 1000;
  }
  section.products .row-products .product:hover .product-inner,
  section.product-list .row-products .product:hover .product-inner {
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    height: 276px;
    background-color: #fff;
    box-shadow: none;
  }
  section.products .row-products .product:hover .product-image,
  section.product-list .row-products .product:hover .product-image {
    display: block;
    width: 100%;
    height: 106px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  section.products .row-products .product:hover .product-image::before,
  section.product-list .row-products .product:hover .product-image::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.66);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product:hover .product-image .product-tags,
  section.product-list .row-products .product:hover .product-image .product-tags {
    display: inline-block;
    width: 130px;
    background-color: transparent;
  }
  section.products .row-products .product:hover .product-image .product-tag,
  section.product-list .row-products .product:hover .product-image .product-tag {
    display: inline-block;
    position: relative;
    width: auto;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    height: 30px;
    line-height: 30px;
    background-color: #78b000;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 15px;
    text-decoration: none;
  }
  section.products .row-products .product:hover .product-image .product-tag.blue,
  section.product-list .row-products .product:hover .product-image .product-tag.blue {
    background-color: #008338;
  }
  section.products .row-products .product:hover h3,
  section.product-list .row-products .product:hover h3 {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product:hover h3 a,
  section.product-list .row-products .product:hover h3 a {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #2c4f3e;
  }
  section.products .row-products .product:hover .product-category,
  section.product-list .row-products .product:hover .product-category {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.29px;
    text-align: center;
    color: #008338;
    text-decoration: underline;
  }
  section.products .row-products .product:hover h3,
  section.product-list .row-products .product:hover h3 {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product:hover h3 a,
  section.product-list .row-products .product:hover h3 a {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: inherit;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #2c4f3e;
  }
  section.products .row-products .product:hover .product-storage,
  section.product-list .row-products .product:hover .product-storage {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 19px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.32px;
    text-align: center;
    color: #008338;
  }
  section.products .row-products .product:hover .product-storage img,
  section.product-list .row-products .product:hover .product-storage img {
    margin-right: 4px;
    position: relative;
    top: -1px;
  }
  section.products .row-products .product:hover .product-price,
  section.product-list .row-products .product:hover .product-price {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  section.products .row-products .product:hover .product-price .price-old,
  section.product-list .row-products .product:hover .product-price .price-old {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(44, 79, 62, 0.7);
    text-decoration: line-through;
  }
  section.products .row-products .product:hover .product-price .price-discount,
  section.product-list .row-products .product:hover .product-price .price-discount {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #78b000;
  }
  section.products .row-products .product:hover .product-price .price-new,
  section.product-list .row-products .product:hover .product-price .price-new {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-left: 18px;
  }
  section.products .row-products .product:hover .product-controls,
  section.product-list .row-products .product:hover .product-controls {
    display: block;
    width: 100%;
    height: 75px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    position: relative;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    background-color: #fff;
    opacity: 0;
  }
  section.products .row-products .product:hover .product-controls .btn,
  section.product-list .row-products .product:hover .product-controls .btn {
    display: inline-block;
    width: auto;
  }
  section.products .row-products .product:hover .product-controls .btn.btn-transparent,
  section.product-list .row-products .product:hover .product-controls .btn.btn-transparent {
    width: 118px;
    margin-right: 4px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  section.products .row-products .product:hover .product-controls .btn.btn-green,
  section.product-list .row-products .product:hover .product-controls .btn.btn-green {
    width: 155px;
    margin-left: 4px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  section.products .row-products .product:hover .product-controls .btn.btn-green img,
  section.product-list .row-products .product:hover .product-controls .btn.btn-green img {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
  .wpcf7 form .wpcf7-response-output,
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output {
    float: left;
    width: auto;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding-left: 0.5em;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    border-color: #ffc067;
  }
  #wpgis-gallery.slick-slider .slick-list .slick-track .slick-slide {
    max-width: 100% !important;
    height: 80px !important;
  }
  #wpgis-gallery.slick-slider .slick-prev,
  #wpgis-gallery.slick-slider .slick-next {
    width: 100%;
  }
  div.product .tech_params {
    max-width: 100%;
  }
  .woocommerce-notices-wrapper {
    margin-bottom: 0px;
  }
  body.product-template-default div.product {
    padding-top: 5px;
  }
  body .header-wrapper {
    border-bottom: 0px;
    position: relative;
  }
  header.header {
    height: 185px;
  }
  header.header nav.navbar .navbar-brand {
    position: absolute;
    top: 86px;
    width: 136px;
    height: 74px;
    left: 50%;
    margin-left: -68px !important;
  }
  header.header nav.navbar .navbar-brand img {
    width: 136px;
    height: 74px;
  }
  .row-mobile-reorder {
    display: flex;
    flex-wrap: wrap;
  }
  .row-mobile-reorder .col-text {
    flex: 1 100%;
    display: flex;
    flex-flow: column;
    order: 2;
  }
  .row-mobile-reorder .col-image {
    flex: 1 100%;
    display: flex;
    flex-flow: column;
    order: 1;
  }
  header ul.navbar-right li.nav-item-cart a.nav-link {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .row-products .product {
    margin-bottom: 10px !important;
  }
  .row-products .product:hover .product-inner {
    height: 276px;
  }
  .row-products .product .product-controls {
    display: none;
  }
  div.product .summary .padd {
    padding-left: 0px;
  }
  div.product form.cart {
    margin-left: 0px;
  }
  .mobile-breadcrumbs {
    display: block;
  }
  .woocommerce div.product div.summary {
    /*.mobile-reorder {
      @include flex-wrapper();

      .mobile-product-price {
        //.flex-item(1);
      }

      .breadcrumbs {
        @include flex-item(2);
        visibility: hidden;
      }

      .tags {
        @include flex-item(3);
        visibility: hidden;
      }

      h1.product_title {
        @include flex-item(4);
      }

      .product-desc {
        @include flex-item(5);
      }

      a.link-read-more {
        @include flex-item(6);

      }

      .stock-status {
        @include flex-item(8);
      }

      .tech_params {
        @include flex-item(7);
      }

      form.cart {
        @include flex-item(9);

      }
    }*/
  }
  .woocommerce div.product div.summary .tags {
    display: none;
  }
  .woocommerce div.product div.summary .breadcrumbs {
    display: none;
  }
  .woocommerce div.product div.summary h1.product_title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #2c4f3e;
    margin-bottom: 24px;
  }
  .woocommerce div.product div.summary .product-desc p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: rgba(44, 79, 62, 0.85);
  }
  .mobile-product-price {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 18px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    display: none;
  }
  .mobile-product-price .price-new {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #008338;
    margin-right: 7px;
  }
  .mobile-product-price .price-old {
    text-decoration: line-through;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(44, 79, 62, 0.6);
  }
  body.single-product section.products.product-oneline {
    display: none;
  }
  div.product form.cart .input-group-quantity {
    width: 100%;
  }
  .woocommerce-notices-wrapper .woocommerce-message {
    padding-bottom: 50px;
  }
  .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    position: absolute;
    bottom: 10px;
    width: calc(100% - 80px);
  }
  .woocommerce-notices-wrapper ul.woocommerce-error {
    margin-bottom: 0px;
  }
  .woocommerce-notices-wrapper ul.woocommerce-error li {
    height: auto;
    font-size: 12px;
    line-height: 1.25em;
  }
  .woocommerce-notices-wrapper ul.woocommerce-error li .button.wc-forward {
    float: none;
    width: 100%;
    display: none;
  }
  .site-main {
    position: relative;
    z-index: 1;
  }
  body.mobile-menu-open {
    height: 100vh;
    max-height: 100vh;
    max-width: 100%;
    overflow: hidden;
  }
  body.mobile-menu-open .mobile-menu.active {
    z-index: 10000;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  section.products .row-products .product,
  section.product-list .row-products .product {
    height: 276px;
  }
  section.products .row-products .product.product-alternative,
  section.product-list .row-products .product.product-alternative {
    background-size: contain;
  }
  section.products .row-products .product:hover .product-inner,
  section.product-list .row-products .product:hover .product-inner {
    height: 276px;
  }
  section.products .row-products .product:hover .product-inner .product-image,
  section.product-list .row-products .product:hover .product-inner .product-image {
    height: 106px;
    background-size: contain;
    margin-bottom: 15px;
  }
  section.products .row-products .product:hover .product-inner .product-image .product-tags .product-tag,
  section.product-list .row-products .product:hover .product-inner .product-image .product-tags .product-tag {
    height: 24px;
    line-height: 24px;
    font-size: 8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.21px;
    text-align: center;
  }
  section.products .row-products .product:hover .product-inner .product-category,
  section.product-list .row-products .product:hover .product-inner .product-category {
    font-size: 8px;
  }
  section.products .row-products .product:hover .product-inner h3,
  section.product-list .row-products .product:hover .product-inner h3 {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
    text-align: center;
    color: #2c4f3e;
    margin-bottom: 9px;
  }
  section.products .row-products .product:hover .product-inner h3 a,
  section.product-list .row-products .product:hover .product-inner h3 a {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
    text-align: center;
    color: #2c4f3e;
  }
  section.products .row-products .product:hover .product-inner .product-storage,
  section.product-list .row-products .product:hover .product-inner .product-storage {
    font-family: Poppins;
    font-size: 8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: center;
    color: #008338;
    margin-bottom: 8px;
  }
  section.products .row-products .product:hover .product-inner .product-storage img,
  section.product-list .row-products .product:hover .product-inner .product-storage img {
    width: 8px;
    height: 8px;
  }
  section.products .row-products .product:hover .product-inner .product-price .price-new,
  section.product-list .row-products .product:hover .product-inner .product-price .price-new {
    display: block;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-left: 0px;
  }
  section.products .row-products .product:hover .product-inner .product-price .price-old,
  section.product-list .row-products .product:hover .product-inner .product-price .price-old {
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(44, 79, 62, 0.7);
  }
  section.products .row-products .product:hover .product-inner .product-price .price-discount,
  section.product-list .row-products .product:hover .product-inner .product-price .price-discount {
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #78b000;
  }
  section.products .row-products .product .product-inner,
  section.product-list .row-products .product .product-inner {
    height: 276px;
  }
  section.products .row-products .product .product-image,
  section.product-list .row-products .product .product-image {
    height: 106px;
    background-size: contain;
    margin-bottom: 15px;
  }
  section.products .row-products .product .product-image .product-tags .product-tag,
  section.product-list .row-products .product .product-image .product-tags .product-tag {
    height: 24px;
    line-height: 24px;
    font-size: 8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.21px;
    text-align: center;
  }
  section.products .row-products .product .product-category,
  section.product-list .row-products .product .product-category {
    font-size: 8px;
  }
  section.products .row-products .product h3,
  section.product-list .row-products .product h3 {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
    text-align: center;
    color: #2c4f3e;
    margin-bottom: 9px;
  }
  section.products .row-products .product h3 a,
  section.product-list .row-products .product h3 a {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
    text-align: center;
    color: #2c4f3e;
  }
  section.products .row-products .product .product-storage,
  section.product-list .row-products .product .product-storage {
    font-family: Poppins;
    font-size: 8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: center;
    color: #008338;
    margin-bottom: 8px;
  }
  section.products .row-products .product .product-storage img,
  section.product-list .row-products .product .product-storage img {
    width: 8px;
    height: 8px;
  }
  section.products .row-products .product .product-price,
  section.product-list .row-products .product .product-price {
    margin-bottom: 8px;
  }
  section.products .row-products .product .product-price .price-new,
  section.product-list .row-products .product .product-price .price-new {
    display: block;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-left: 0px;
  }
  section.products .row-products .product .product-price .price-old,
  section.product-list .row-products .product .product-price .price-old {
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(44, 79, 62, 0.7);
  }
  section.products .row-products .product .product-price .price-discount,
  section.product-list .row-products .product .product-price .price-discount {
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #78b000;
  }
  section.whycbd .why-image {
    top: 0px;
    bottom: auto;
  }
  section.whycbd .btn-green {
    margin-bottom: 30px;
  }
  section.products {
    min-height: unset;
  }
  section.products .row-products {
    height: 572px;
    overflow: hidden;
  }
  section.categories h2 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2c4f3e;
  }
  section.categories .category-box {
    display: block;
    width: 100%;
    height: 55px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    min-height: 55px;
    max-height: 55px;
    background-size: 54px 46px;
    background-position: right bottom;
  }
  section.categories .category-box h3 {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2c4f3e;
    padding-top: 18px;
    padding-left: 15px;
  }
  section.categories .category-box p {
    display: none;
  }
  section.categories .category-box .sub-cats {
    display: none;
  }
  section.categories .category-box a.more-link {
    display: none;
  }
  section.categories .btn.btn-transparent {
    margin-top: 10px;
  }
  section.products h2 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2c4f3e;
  }
  section.products .arrow-right {
    display: none !important;
  }
  section.products .row-products {
    margin-left: -5px;
    margin-left: -5px;
  }
  section.products .row-products > .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  section.products .row-products .product {
    height: 276px;
  }
  section.products .row-products .product .product-image {
    height: 106px;
    background-size: contain;
    margin-bottom: 15px;
  }
  section.products .row-products .product .product-image .product-tags .product-tag {
    height: 24px;
    line-height: 24px;
    font-size: 8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.21px;
    text-align: center;
  }
  section.products .row-products .product .product-category {
    font-size: 8px;
  }
  section.products .row-products .product h3 {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
    text-align: center;
    color: #2c4f3e;
    margin-bottom: 9px;
  }
  section.products .row-products .product h3 a {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.32px;
    text-align: center;
    color: #2c4f3e;
  }
  section.products .row-products .product .product-storage {
    font-family: Poppins;
    font-size: 8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-align: center;
    color: #008338;
    margin-bottom: 8px;
  }
  section.products .row-products .product .product-storage img {
    width: 8px;
    height: 8px;
  }
  section.products .row-products .product .product-price {
    margin-bottom: 8px;
  }
  section.products .row-products .product .product-price .price-new {
    display: block;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-left: 0px;
  }
  section.products .row-products .product .product-price .price-old {
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(44, 79, 62, 0.7);
  }
  section.products .row-products .product .product-price .price-discount {
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #78b000;
  }
  section.products .row-products-slider {
    padding-bottom: 50px;
  }
  section.products .row-products-slider ul.slick-dots {
    bottom: -15px;
    left: 0px;
    top: auto;
    right: auto;
    width: 100%;
    background-color: transparent;
    text-align: center;
  }
  section.products .row-products-slider ul.slick-dots::before {
    display: none;
  }
  section.products .row-products-slider ul.slick-dots li {
    display: inline-block;
    list-style-type: none;
  }
  section.products .row-products-slider ul.slick-dots li button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: solid 1px #008338;
    overflow: hidden;
    font-size: 0px;
    color: transparent;
    text-indent: -5000em;
    background-color: #fff;
  }
  section.products .row-products-slider ul.slick-dots li button::before {
    display: none !important;
    visibility: hidden;
  }
  section.products .row-products-slider ul.slick-dots li.slick-active button {
    border-radius: 50%;
    width: 8px !important;
    height: 8px !important;
    border: solid 1px #008338;
    overflow: hidden;
    font-size: 0px;
    color: transparent;
    text-indent: -5000em;
    background-color: #008338;
  }
  section.products .row-products-slider ul.slick-dots li.slick-active button::before {
    display: none !important;
    visibility: hidden;
  }
  html {
    margin-top: 0px !important;
  }
  .woocommerce ul.order_details li {
    width: 100%;
    border-right: 0px;
    margin-bottom: 0.5em;
  }
  body.woocommerce-cart header.entry-header h1.entry-title, body.woocommerce-checkout header.entry-header h1.entry-title {
    margin-bottom: 0.5em;
  }
  body .woocommerce table.shop_table td {
    font-size: 14px;
  }
  .bootstrap-select.sort-by {
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-customer-details address,
  body .woocommerce-info {
    font-size: 14px;
  }
  body .woocommerce table.shop_table th,
  body .woocommerce table.shop_table td {
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0px;
  }
  body.woocommerce-order-received .woocommerce-order > p {
    margin-bottom: 1em;
  }
  .woocommerce ul.order_details {
    margin-bottom: 0.5em;
  }
  .woocommerce-form-login-wrapper p:first-child {
    padding-left: 0px !important;
  }
  .woocommerce-page.woocommerce-checkout form.login .form-row,
  .woocommerce.woocommerce-checkout form.login .form-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .woocommerce-form-login-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .woocommerce-page.woocommerce-checkout form.login .row .col {
    margin-bottom: 1em;
  }
  body .woocommerce-info {
    margin-bottom: 0px;
  }
  .col-sort-by {
    margin-bottom: 30px;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table td,
  .woocommerce-page .cart-collaterals .cart_totals .shop_table td,
  .order-overview-sidebar .shop_table td {
    padding-bottom: 6px;
    padding-top: 6px;
    margin-bottom: 0px;
  }
  .woocommerce .cart-collaterals .cart_totals .shop_table tr.cart-shipping .shipping-total {
    display: block;
    width: 100%;
  }
  #sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 50%;
  }
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
    height: 26px;
    overflow: hidden;
  }
  section.blog .grid .grid-item article.blog-post .blog-image-wrapper strong {
    font-size: 10px;
    left: 15px;
    bottom: 15px;
  }
  footer .container-bottom .col-copyright {
    text-align: center;
    margin-bottom: 15px;
  }
  section.product-list .row-products {
    padding-left: 5px;
    padding-right: 5px;
  }
  section.product-list .row-products .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  footer .container-bottom .col-social {
    text-align: center;
  }
  section.post .mobile-reorder {
    display: flex;
    flex-wrap: wrap;
  }
  section.post .mobile-reorder .col-breadcrumbs {
    flex: 1 100%;
    display: flex;
    flex-flow: column;
    order: 1;
  }
  section.post .mobile-reorder .col-nav {
    flex: 1 100%;
    display: flex;
    flex-flow: column;
    order: 3;
  }
  section.post .mobile-reorder .col-content {
    flex: 1 100%;
    display: flex;
    flex-flow: column;
    order: 2;
  }
  .site-main header {
    height: auto;
  }
  section.post .social-share {
    height: auto;
  }
  .woocommerce table.shop_table td.product-quantity .quantity {
    text-align: right;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td.product-name {
    width: 100%;
  }
  #order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name, #order_review table.shop_table.woocommerce-checkout-review-order-table tbody tr th.product-name, #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr td.product-name, #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr th.product-name {
    font-size: 12px;
  }
  .editor-content h1 {
    font-size: 30px;
    margin-bottom: 0.25em;
  }
  .editor-content h2 {
    font-size: 20px;
  }
  .editor-content h3 {
    font-size: 16px;
  }
  section.blog .grid .grid-item article.blog-post .blog-post-details {
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  section.blog .grid .grid-item article.blog-post .blog-post-details h2 {
    font-size: 14px;
    margin-bottom: 0.25em;
  }
  section.blog .grid .grid-item article.blog-post .blog-post-details h2 a {
    font-size: 14px;
  }
  section.blog .grid .grid-item article.blog-post .blog-post-details p {
    font-size: 11px;
  }
  #sb_instagram #sbi_images .sbi_item:nth-child(5), #sb_instagram #sbi_images .sbi_item:nth-child(6), #sb_instagram #sbi_images .sbi_item:nth-child(7), #sb_instagram #sbi_images .sbi_item:nth-child(8), #sb_instagram #sbi_images .sbi_item:nth-child(9), #sb_instagram #sbi_images .sbi_item:nth-child(10), #sb_instagram #sbi_images .sbi_item:nth-child(11), #sb_instagram #sbi_images .sbi_item:nth-child(12) {
    display: none;
  }
  section.product-list #sidebar-filter .filter-item ul.filter-content {
    max-height: 65vh;
    overflow: scroll;
    padding-top: 5px;
  }
  #page-wrapper {
    z-index: 1;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 100%;
    margin-bottom: 1em;
  }
  .woocommerce .woocommerce-form-login .text-right a {
    display: block;
    width: 100%;
    text-align: center;
  }
  body .woocommerce button.button {
    width: 100%;
  }
  header.header .mobile-menu {
    display: block;
    width: 100%;
    height: 100vh;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
  }
  header.header .mobile-menu.passive {
    display: none;
  }
  header.header .mobile-menu.active {
    display: block;
  }
  header.header .mobile-menu .nav-link-login {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 31, 13, 0.7);
    text-align: center;
    margin-bottom: 104px;
  }
  header.header .mobile-menu .nav-link-login img {
    margin-right: 5px;
  }
  header.header .mobile-menu ul.mobile-menu-links {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  header.header .mobile-menu ul.mobile-menu-links li {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  header.header .mobile-menu ul.mobile-menu-links li a {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(27, 80, 61, 0.8);
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  header.header .mobile-menu ul.mobile-menu-links li a.active, header.header .mobile-menu ul.mobile-menu-links li a:hover {
    color: #2c4f3e;
    -webkit-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  }
  header.header .mobile-menu .mobile-menu-close {
    display: block;
    width: 18px;
    height: 18px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    position: absolute;
    left: 14px;
    top: 15px;
    background-image: url(../images/close-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: contain;
    z-index: 500;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2c4f3e;
  }
  header.header .mobile-menu .mobile-menu-close img {
    display: inline-block;
    margin-right: 14px;
  }
  header.header .mobile-menu .padd {
    display: block;
    width: auto;
    height: auto;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 14px;
    padding-top: 58px;
    padding-right: 14px;
    padding-bottom: 15px;
    position: relative;
  }
  header.header .mobile-menu .padd form {
    display: block;
    width: 100%;
    height: 40px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 3px;
    background-color: rgba(178, 178, 178, 0.28);
  }
  header.header .mobile-menu .padd form input {
    display: block;
    width: calc(100% - 34px);
    height: 40px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 9px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    border-color: transparent;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c4f3e;
  }
  header.header .mobile-menu .padd form input::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c4f3e;
  }
  header.header .mobile-menu .padd form button {
    display: block;
    width: 34px;
    height: 40px;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    border-color: transparent;
  }
  header.header .mobile-menu .padd .mobile-menu-reset {
    display: block;
    width: 82px;
    height: 17px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #008338;
    position: absolute;
    right: 14px;
    top: 15px;
  }
  section.header {
    height: auto;
  }
  section.header .row-slider {
    padding-bottom: 35px;
    height: 475px;
  }
  section.header .row-slider ul.slick-dots {
    text-align: center;
    bottom: 25px;
    display: block;
    width: 100%;
  }
  section.header .row-slider ul.slick-dots li {
    display: inline-block;
    list-style-type: none;
  }
  section.header .row-slider ul.slick-dots li button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: solid 1px #008338;
    overflow: hidden;
    font-size: 0px;
    color: transparent;
    text-indent: -5000em;
    background-color: #fff;
  }
  section.header .row-slider ul.slick-dots li button::before {
    display: none !important;
    visibility: hidden;
  }
  section.header .row-slider ul.slick-dots li.slick-active button {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    border: solid 1px #008338;
    overflow: hidden;
    font-size: 0px;
    color: transparent;
    text-indent: -5000em;
    background-color: #008338;
  }
  section.header .row-slider ul.slick-dots li.slick-active button::before {
    display: none !important;
    visibility: hidden;
  }
  section.header .row-slider .slick-prev {
    display: block;
    width: 30px;
    height: 30px;
    float: none;
    background-image: url(../images/slider-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 7px 12px;
    top: 26%;
    left: 10px;
    z-index: 10;
  }
  section.header .row-slider .slick-prev::before {
    display: none;
  }
  section.header .row-slider .slick-next {
    display: block;
    width: 30px;
    height: 30px;
    float: none;
    background-image: url(../images/slider-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 7px 12px;
    top: 26%;
    right: 10px;
    z-index: 10;
  }
  section.header .row-slider .slick-next::before {
    display: none;
  }
  section.header .row-slider .slick-list {
    height: 427px;
  }
  section.header .row-slider .slick-list .slick-track {
    height: 427px;
  }
  section.header .row-slider .slick-list .slick-track .slick-slide {
    height: 427px;
  }
  section.header .row-slider .slick-list .slick-track .slick-slide .col-image {
    height: 222px;
    overflow: hidden;
  }
  section.header .row-slider .slick-list .slick-track .slick-slide .col-image .product-image {
    display: block;
    width: 100%;
    height: 222px;
    float: none;
  }
  section.header .row-slider .slick-list .slick-track .slick-slide .col-image img {
    height: 222px !important;
    width: auto !important;
  }
  section.header .slick-slide img.product-image {
    width: 100%;
    height: auto;
  }
  section.header .slick-slide p {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: rgba(44, 79, 62, 0.85);
  }
  section.header .slick-slide a.btn.btn-green {
    display: none !important;
  }
  section.header .slick-slide ul li {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: rgba(44, 79, 62, 0.85);
  }
  section.header .slick-slide ul li::before {
    top: 3px;
  }
  section.header .slick-slide h1 {
    margin-top: 33px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #2c4f3e;
  }
  header ul.navbar-right li.nav-item-cart a.nav-link {
    height: 35px;
    line-height: 35px;
    border-radius: 22.5px;
  }
  header ul.navbar-right li.nav-item-cart a.nav-link img.image-next {
    top: 9px;
  }
  section.product-list h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  header ul.navbar-main {
    display: none;
  }
  .col-count-products,
  .col-sort-by {
    display: none;
  }
  section.instagram h2 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.53px;
    color: #2c4f3e;
  }
  section.instagram .row-photos .col-6:nth-child(5), section.instagram .row-photos .col-6:nth-child(6), section.instagram .row-photos .col-6:nth-child(7), section.instagram .row-photos .col-6:nth-child(8), section.instagram .row-photos .col-6:nth-child(9), section.instagram .row-photos .col-6:nth-child(10), section.instagram .row-photos .col-6:nth-child(11), section.instagram .row-photos .col-6:nth-child(12), section.instagram .row-photos .col-6:nth-child(13), section.instagram .row-photos .col-6:nth-child(14), section.instagram .row-photos .col-6:nth-child(15), section.instagram .row-photos .col-6:nth-child(16) {
    display: none;
  }
  section.instagram .row-photos .col-6:nth-child(5) a, section.instagram .row-photos .col-6:nth-child(6) a, section.instagram .row-photos .col-6:nth-child(7) a, section.instagram .row-photos .col-6:nth-child(8) a, section.instagram .row-photos .col-6:nth-child(9) a, section.instagram .row-photos .col-6:nth-child(10) a, section.instagram .row-photos .col-6:nth-child(11) a, section.instagram .row-photos .col-6:nth-child(12) a, section.instagram .row-photos .col-6:nth-child(13) a, section.instagram .row-photos .col-6:nth-child(14) a, section.instagram .row-photos .col-6:nth-child(15) a, section.instagram .row-photos .col-6:nth-child(16) a {
    border: 1px solid #f00;
  }
  .breadcrumbs {
    margin-bottom: 24px;
  }
  header ul.navbar-right li.nav-item-search {
    display: none;
  }
  header ul.navbar-right li.nav-item-login {
    display: none;
  }
  footer .col-second-menu {
    padding-top: 0px;
  }
  footer {
    margin-bottom: -6px;
  }
  footer .widget {
    margin-bottom: 32px;
  }
  section.product-list #sidebar-filter .filter-item .btn.btn-filter {
    display: block;
  }
  section.product-list #sidebar-filter .filter-item {
    display: block;
    width: 100%;
    height: 100vh;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 14px;
    padding-top: 58px;
    padding-right: 14px;
    padding-bottom: 15px;
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 100;
    background-color: #fff;
  }
  section.product-list #sidebar-filter .filter-item.passive {
    display: none;
    visibility: hidden;
  }
  section.product-list #sidebar-filter .filter-item.active {
    display: block;
    visibility: visible;
  }
  section.product-list #sidebar-filter .filter-item .mobile-menu-close {
    display: block;
    width: auto;
    height: 18px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    position: absolute;
    left: 14px;
    top: 15px;
    background-size: contain;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2c4f3e;
  }
  section.product-list #sidebar-filter .filter-item .mobile-menu-close img {
    display: inline-block;
    margin-right: 14px;
  }
  section.product-list #sidebar-filter .filter-item .mobile-menu-reset {
    display: block;
    width: 82px;
    height: 17px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #008338;
    position: absolute;
    right: 14px;
    top: 15px;
  }
  section.product-list #sidebar-filter .filter-item.passive {
    display: none;
  }
  section.product-list #sidebar-filter .filter-item .filter-content {
    height: auto;
    padding-top: 5px;
  }
  section.whycbd .row-mobile-reorder {
    display: flex;
    flex-wrap: wrap;
  }
  section.whycbd .row-mobile-reorder .col-images {
    flex: 1 100%;
    display: flex;
    flex-flow: column;
    order: 2;
  }
  section.whycbd .row-mobile-reorder .col-text {
    flex: 1 100%;
    display: flex;
    flex-flow: column;
    order: 1;
  }
  section.whycbd h2 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2c4f3e;
  }
  section.whycbd ul li {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #2c4f3e;
  }
  section.whycbd .why-image {
    height: 350px;
  }
  section.whycbd .why-image .overlay {
    left: -32px;
  }
  section.instagram {
    background-color: #e6e6e6 !important;
  }
  section.products {
    min-height: none;
  }
  section.products .row-products {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .woocommerce div.product .images {
    height: auto;
    overflow: hidden;
  }
  .woocommerce div.product .images .vertical-img-left.wpgis-slider-for {
    height: 300px;
    overflow: hidden;
    margin-bottom: 6px;
    border: 1px solid #d6deda;
  }
  .woocommerce div.product .images .vertical-img-left.wpgis-slider-for .slick-list {
    height: 300px;
  }
  .woocommerce div.product .images .vertical-img-left.wpgis-slider-for .slick-list .slick-track {
    height: 300px;
  }
  .woocommerce div.product .images .vertical-img-left.wpgis-slider-for .slick-list .slick-track .slick-slide {
    height: 300px;
  }
  .woocommerce div.product .images #wpgis-gallery.wpgis-slider-nav {
    width: 100%;
    float: none;
  }
  #wpgis-gallery.slick-slider .slick-list .slick-track .slick-slide {
    width: 40px !important;
    height: 40px !important;
    margin-right: 8px !important;
  }
  .woocommerce div.product .images #wpgis-gallery.wpgis-slider-nav {
    height: 40px;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .vertical-img-left.wpgis-slider-for {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .woocommerce div.product .images #wpgis-gallery.wpgis-slider-nav {
    height: 50px;
  }
  .woocommerce div.product .images #wpgis-gallery.wpgis-slider-nav .slick-list {
    height: 50px;
  }
  .woocommerce div.product .images #wpgis-gallery.wpgis-slider-nav .slick-list .slick-track {
    height: 50px;
  }
  div.product .product-price ins {
    font-size: 30px;
    height: auto;
  }
  div.product .product-price del {
    font-size: 20px;
    height: auto;
  }
  .woocommerce-form-login {
    padding: 10px;
    border: 1px solid #b2b2b2;
  }
  .woocommerce-form-login p {
    margin-bottom: 0.5em;
    padding-left: 0px !important;
  }
  .woocommerce-form-login p.form-row {
    width: 100% !important;
    margin-bottom: 0.5em !important;
  }
  .return-to-shop {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .return-to-shop .btn.btn-green {
    width: 100%;
  }
  .woocommerce-notices-wrapper .woocommerce-message {
    padding-bottom: 1em;
    font-size: 14px;
  }
  .woocommerce-page.woocommerce-checkout form.login .row .col {
    margin-bottom: 2px;
  }
  .woocommerce-page.woocommerce-checkout form.login .row .col .btn.btn-green {
    width: 100%;
  }
  .woocommerce-form-login-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .woocommerce-form-login-wrapper p:first-child {
    padding-left: 0px !important;
  }
  .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .woocommerce-notices-wrapper ul.woocommerce-error::before {
    top: 12px;
  }
  .woocommerce-NoticeGroup ul.woocommerce-error li {
    height: auto;
    line-height: 1.25em;
    margin-bottom: 0.7em;
    font-size: 14px;
  }
  section.products .row-products .product.product-alternative,
  section.product-list .row-products .product.product-alternative {
    background-size: cover;
  }
  section.product-list #sidebar-filter .filter-item {
    display: block;
    width: 100%;
    height: 100vh;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 14px;
    padding-top: 58px;
    padding-right: 14px;
    padding-bottom: 15px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    background-color: #fff;
  }
  section.product-list #sidebar-filter .filter-item.passive {
    display: none;
  }
  section.product-list #sidebar-filter .filter-item.active {
    display: block;
  }
  section.product-list #sidebar-filter .filter-item .mobile-menu-close {
    display: block;
    width: auto;
    height: 18px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    position: absolute;
    left: 14px;
    top: 15px;
    background-size: contain;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2c4f3e;
  }
  section.product-list #sidebar-filter .filter-item .mobile-menu-close img {
    display: inline-block;
    margin-right: 14px;
  }
  section.product-list #sidebar-filter .filter-item .mobile-menu-reset {
    display: block;
    width: 82px;
    height: 17px;
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #008338;
    position: absolute;
    right: 14px;
    top: 15px;
  }
  section.product-list #sidebar-filter .filter-item .btn.btn-filter {
    display: block;
  }
  .woocommerce div.product form.cart .product-price {
    margin-bottom: 1em;
  }
  .woocommerce #content div.product div.images,
  .woocommerce-page div.product div.summary {
    clear: both !important;
  }
  .woocommerce div.product div.images .wpgis-slider-for img {
    width: auto !important;
    height: 300px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .woocommerce div.product .images #wpgis-gallery.wpgis-slider-nav .slick-list .slick-track {
    min-width: 100%;
  }
}

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