@import 'fontello.css';
html,
body {
  height: 100%;
}
body {
  font-family: 'Barlow', sans-serif;
  color: #303236;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background-color: #303236;
  color: #fff;
}
::selection {
  background-color: #303236;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow', sans-serif;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
  font-weight: 600;
}
a {
  color: #303236;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #0CDF3E;
  text-decoration: none;
}
a:focus {
  color: #0CDF3E;
  text-decoration: none;
}
p {
  color: #737273;
  margin: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-control {
  padding: 15px 30px;
  height: auto;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  border: none;
  color: #737273;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: #f6f6f6;
}
.form-select {
  border: none;
  position: relative;
  color: #737273;
  display: flex;
  width: 100%;
}
.form-select:after {
  content: "\e859";
  font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -9px;
  font-size: 13px;
  color: #737273;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: auto;
}
.form-row{
  margin-bottom: 15px;
  display: flex;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #737273;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #737273;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #737273;
  opacity: 1;
}
.form-control::placeholder {
  color: #737273;
  opacity: 1;
}
.form-btn{
  text-align: right;
}
textarea.form-control{
  min-height: 150px;
}
section {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
}
.title-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 30px;
  align-items: center;
}
.title-grid .title{
  margin: 0;
}
.title {
  margin: 0 0 30px 0;
  position: relative;
  z-index: 10;
}
.title.small{
  max-width: 768px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title.center {
  text-align: center;
}
.title h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 56px;
}
.title h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 50px;
}
.title h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 50px;
}
.title h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.title p {
  font-size: 22px;
  margin: 20px 0 0 0;
  font-weight: 400;
}
#topnav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #0CDF3E;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#topnav .header-user{
  display: flex;
  align-items: center;
}
#topnav .header-user img{
  height: 30px;
  margin-right: 5px;
}
#topnav .header-cart{
  margin-left: 30px;
}
#topnav .header-cart{
  color: #fff;
  font-weight: 700;
}
#topnav .header-login{
  display: inline-flex;
  align-items: center;
  color: #fff;
}
#topnav .header-login span{
  margin: 0 8px;
  margin-top: -5px;
}
#topnav .header-login a{
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-top: -5px;
}
#topnav .header-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  background-color: #272727;
  margin-top: 40px;
  margin-bottom: -40px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .header-bottom .logo{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f9f9f9;
  padding: 20px;
}
#topnav .header-right{
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
#topnav .navbar-toggle.open span {
  position: relative;
}
#topnav .navbar-toggle.open span:first-child {
  top: 8px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  right: -100%;
  opacity: 0;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: -6px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
#topnav .navbar-toggle.open span:first-child{
  width: 100%;
}
#topnav .navbar-toggle span {
  opacity: 1;
  height: 2px;
  width: 100%;
  background-color: #008A41;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navbar-toggle span:first-child {
  width: 90%;
}
#topnav .navbar-toggle span:last-child {
  width: 80%;
  margin-bottom: 0;
}
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navbar-toggle:hover span {
  width: 100%;
}
#topnav .navbar-toggle:focus {
  background-color: transparent;
}
#topnav #navigation {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  display: inline-flex;
  align-items: center;
  position: relative;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 15px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .navigation-menu li a i{
  margin-left: 10px;
}
#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:focus {
  background-color: transparent;
  opacity: 0.6;
}
#topnav .navigation-menu > li .submenu li a i {
  margin-right: 5px;
}
#topnav .navigation-menu > li.has-submenu > a:after {
  content: "\e64b";
  font-family: "themify";
  margin-left: 3px;
}
#topnav .logo {
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo img {
  height: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topnav .logo .logo-light {
  display: block;
}
#topnav .header-user{
  display: none !important;
}
#topnav  #navigation .header-contact{
  display: none;
}
#topnav .header-contact{
  display: flex;
}
#topnav .header-user{
  display: flex;
  align-items: center;
  margin-left: 5px;
}
#topnav .header-user a,
#topnav .header-contact a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #008A41;
  color: #fff;
  margin-right: 5px;
}
#topnav .header-user a:hover,
#topnav .header-contact a:hover{
  background-color: #0CDF3E;
}
#topnav .header-user a{
  background-color: #008A41;
}
#topnav .header-contact a:last-child,
#topnav .header-user a:last-child{
  margin-right: 0;
}
#topnav .header-contact .ws{
  font-size: 20px;
  background-color: #0CDF3E;
}
#topnav .header-contact .ws:hover{
  background-color: #008A41;
}
.menu-extras {
  display: none;
}
.search-form {
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 300px;
  padding: 15px;
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.search-form .form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 44px;
}
.search-form .btn {
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
}
.shopping-cart {
  position: absolute;
  right: 0;
  min-width: 300px;
  background-color: #fff;
  border: 1px solid #eee;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.shopping-cart p {
  padding: 15px;
  margin: 0;
}
.shopping-cart .product-list li {
  padding: 15px;
  margin: 0!important;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
.shopping-cart .product-list li .product-thumbnail {
  width: 50px;
  height: 50px;
}
.shopping-cart .product-list li .product-summary {
  margin-left: 50px;
}
.shopping-cart .product-list li .product-summary a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.shopping-cart .product-list li .product-summary a:hover {
  color: #0CDF3E;
}
.shopping-cart-info {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.shopping-cart-info h6 {
  margin: 0;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#mask {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
#mask img{
  display: block;
  width: 220px;
}
.loader-1 {
	margin-top: 40px;
	height: 50px;
	width: 50px;
	-webkit-animation: loader-1-1 4.8s linear infinite;
	animation: loader-1-1 4.8s linear infinite;
}
.loader-1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	-webkit-animation: loader-1-2 1.2s linear infinite;
	animation: loader-1-2 1.2s linear infinite;
}
@-webkit-keyframes loader-1-2 {
0% {
	-webkit-transform: rotate(0deg);
	}
100% {
	-webkit-transform: rotate(220deg);
	}
}
@keyframes loader-1-2 {
0% {
	transform: rotate(0deg);
	}
100% {
	transform: rotate(220deg);
	}
}
.loader-1 span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 50px;
	width: 50px;
	clip: rect(0, 50px, 50px, 25px);
	border: 3px solid #0CDF3E;
	border-radius: 50%;
	-webkit-animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
	animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
@-webkit-keyframes loader-1-3 {
0% {
	-webkit-transform: rotate(-140deg);
	}
	50% {
	-webkit-transform: rotate(-160deg);
	}
	100% {
	-webkit-transform: rotate(140deg);
	}
}
@keyframes loader-1-3 {
	0% {
	transform: rotate(-140deg);
	}
	50% {
	transform: rotate(-160deg);
	}
	100% {
	transform: rotate(140deg);
	}
}
@-webkit-keyframes loader-1-1 {
	0% {
	-webkit-transform: rotate(0deg);
	}
	100% {
	-webkit-transform: rotate(360deg);
	}
	}
	@keyframes loader-1-1 {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
#home {
  padding: 0;
  height: calc(100vh - 5.60px);
  border: 0;
  margin-top: 5.60px;
}
#home .centrize {
  z-index: 100;
}
#home-slider {
  border: 0;
  margin: 0;
  height: 100%;
}
#home-slider .slides {
  height: 100%;
}
#home-slider .slides > li {
  height: 100%;
}
#home-slider.kenburn .slide-image {
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: center center;
}
#home-slider .flex-direction-nav > li {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 2000;
}
#home-slider .flex-direction-nav > li.flex-nav-prev {
  left: 0;
}
#home-slider .flex-direction-nav > li.flex-nav-next {
  right: 0;
}
#home-slider .flex-direction-nav > li > a {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#home-slider .flex-direction-nav > li > a:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}
.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-image.ff-fix {
  position: absolute;
}
.slide-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(33, 40, 45, 0.6);
  z-index: 200;
}
.slide-text{
  display: block;
  width: 100%;
  max-width: 640px;
  text-align: center;
}
.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.slide-content h1 {
  font-weight: 700;
  font-size: 56px;
  margin: 0 0 30px 0;
}
.slide-content p{
  font-size: 24px;
  color: #fff;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.slide-content .btn-mid{
  margin-top: 40px;
}
.flex-control-nav {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 50px;
  margin: auto;
  text-align: center;
  z-index: 100;
}
.flex-control-nav > li {
  width: auto;
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}
.flex-control-nav > li:last-child {
  margin-right: 0px;
}
.flex-control-paging > li > a {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
  z-index: 100;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-paging > li > a.flex-active {
  opacity: 1;
}
.flex-direction-nav{
  position: absolute;
  bottom: 56px;
  right: 120px;
}
.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.v-center {
  display: table-cell;
  vertical-align: middle;
}
.serif {
  font-family: 'Halant', serif;
}
.italic {
  font-style: italic;
}
.cursive {
  font-family: 'Tangerine', cursive;
}
.small-heading {
  font-size: 13px;
}
.heading-font {
  font-weight: 400;
}
.upper {
  text-transform: uppercase;
}
.ov-v {
  overflow: visible;
}
.ov-h {
  overflow: hidden;
}
.b-0 {
  border: 0!important;
}
.bt-0 {
  border-top: 0!important;
}
.br-0 {
  border-right: 0!important;
}
.bb-0 {
  border-bottom: 0!important;
}
.bl-0 {
  border-left: 0!important;
}
.border-top {
  border-top: 1px solid #e7e7e7;
}
.border-right {
  border-right: 1px solid #e7e7e7;
}
.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.m-0 {
  margin: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mr-0 {
  margin-right: 0!important;
}
.ml-0 {
  margin-left: 0!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mr-10 {
  margin-right: 10px!important;
}
.ml-10 {
  margin-left: 10px!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mr-15 {
  margin-right: 15px!important;
}
.ml-15 {
  margin-left: 15px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.mb-25 {
  margin-bottom: 25px!important;
}
.mr-25 {
  margin-right: 25px!important;
}
.ml-25 {
  margin-left: 25px!important;
}
.mt-25 {
  margin-top: 25px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mr-50 {
  margin-right: 50px!important;
}
.ml-50 {
  margin-left: 50px!important;
}
.mt-50 {
  margin-top: 50px!important;
}
.p-0 {
  padding: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pb-15 {
  padding-bottom: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.bg-grey{
  background-color: #f6f6f6;
}
.bg-dark{
  background-color: #272727;
}
.white{
  color: #fff !important;
}
.cover-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid {
  opacity: 1;
  border: none;
  outline: none;
  padding: 15px 35px;
  background-color: #0CDF3E;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  color: #fff;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-mid:hover{
  background-color: #008A41;
  color: #fff;
}
.btn-mid .icon-whatsapp{
  font-size: 20px;
}
.categories-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}
.categories-box{
  text-align: center;
  position: relative;
  display: block;
}
.categories-box img{
  opacity: 1;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categories-box:hover img{
  opacity: 0.6;
}
.categories-title{
  display: block;
  width: 100%;
  margin-top: 20px;
}
.categories-title h3{
  text-align: center;
  margin: 0;
  font-weight: 600;
  padding: 0 30px;
}
.product-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  margin-top: 50px;
}
.product-img{
  overflow: hidden;
  background-color: #f6f6f6;
  opacity: 1;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-img:hover{
  opacity: 0.6;
}
.product-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-price p{
  color: #303236;
  font-weight: 700;
  font-size: 20px;
}
.product-price span{
  color: #737273;
}
.product-bottom{
  display: grid;
  grid-template-columns: 1fr 45px;
  grid-gap: 15px;
  align-items: center;
  padding-top: 15px;
}
.product-bottom a{
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-add{
  cursor: pointer;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #0CDF3E;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-add i{
  margin: 0;
  line-height: 1;
}
.product-add:hover{
  background-color: #008A41;
  color: #fff;
}
.filter-grid{
  display: grid;
  grid-template-columns: 640px 1fr;
  width: 100%;
  padding: 20px;
  grid-gap: 20px;
}
.filter-list {
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
}
.filter-grid .product-img{
  height: 180px;
}
.accordion li{
  background-color: #fff;
  padding: 20px 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion li:first-child{
  padding-top: 30px;
}
.accordion li .form-control{
  background-color: #f8f8f8;
}
.accordion-title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  cursor: pointer;
  opacity: 1;
  color: #303236;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-content{
  margin-top: 20px;
}
.accordion-content ul{
  padding: 0 0 0 20px;
  margin-top: 20px;
}
.accordion-content li{
  color: #737273;
  list-style: circle;
}
.accordion-title:hover{
  opacity: 0.6;
}
.accordion-title i {
  position: absolute;
  right: 0;
  font-size: 20px;
}
.accordion-title i:before{
  margin: 0;
}
.accordion li.active i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-divider{
  display: block;
  width: 100%;
  padding: 10px 0;
}
.filter-option{
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  color: #999;
  font-weight: 500;
  padding-left: 35px;
}
.filter-option:first-child{
  margin-top: 0;
}
.filter-option:hover, .filter-option:focus, .filter-option.active{
  color: #0CDF3E;
  opacity: 1;
}
.filter-option:before{
  content: '';
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 10;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter-option:after{
  content: '';
  display: flex;
  width: 14px;
  height: 14px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  z-index: 10;
  left: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.filter-option:hover:before{
  background-color: #eee;
}
.filter-option.active:before{
  border: 1px solid #0CDF3E;
}
.filter-option.active:after{
  background-color: #0CDF3E;
  border: 1px solid #0CDF3E;
}
#products{
  margin-top: 128px;
}
.breadcrumb-container{
  background-color: #f7f7f7;
  display: flex;
  width: 100%;
  flex-direction: row;
  border-bottom: 1px solid #eee;
  padding: 15px 30px;
  align-items: center;
}
.breadcrumb-item {
  display: inline-flex;
}
.breadcrumb-item a{
  font-weight: 600;
}
.breadcrumb-item span{
  margin: 0 10px;
}
.breadcrumb-item.active a{
  color: #0CDF3E;
}
.breadcrumb-item.active span{
  display: none;
}
.breadcrumb-number{
  margin-left: 5px;
}
.breadcrumb-number p{
  color: #0CDF3E;
}
.breadcrumb-order{
  position: absolute;
  right: 30px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.breadcrumb-order span{
  display: inline-flex;
}
.breadcrumb-order .form-control{
  background-color: #fff;
  padding: 8px 15px;
  font-size: 13px;
}
.breadcrumb-order div{
  display: block;
  width: 100%;
  text-align: right;
  margin-right: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#detail{
  margin-top: 120px;
  padding-top: 120px;
}
#detail .breadcrumb-container{
  margin-bottom: 50px;
}
.detail-grid{
  display: grid;
  grid-template-columns: 1.5fr 400px;
  grid-gap: 50px;
  width: 100%;
}
.app-figure .selectors{
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 20px;
}
.app-figure .selectors .mz-thumb {
  display: inline-flex;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 5px;
  margin-right: 10px;
}
.app-figure .selectors .mz-thumb:hover {
  opacity: 1;
}
.app-figure .selectors .mz-thumb:last-child {
  margin-right: 0px;
}
.app-figure .selectors .mz-thumb img{
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.app-figure .selectors .mz-thumb:hover img{
  opacity: 0.6;
}
.detail-top{
  margin-bottom: 30px;
}
.detail-title{
  display: block;
  width: 100%;
}
.detail-title h3{
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
}
.detail-img .MagicZoom{
  border: 1px solid #eee;
}
.detail-price{
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 40px;
  font-weight: 600;
  color: #0CDF3E;
  line-height: 1;
}
.detail-add{
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 15px;
  padding: 20px 0 0 0;
}
.detail-add .btn-mid {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.detail-info .accordion li {
  max-width: initial;
  width: 100%;
  padding: 0;
}
.detail-info .accordion-title {
  width: 100%;
  padding: 0 0 15px 0;
  font-weight: 700;
  opacity: 1!important;
  cursor: default;
}
.detail-info .accordion-content{
  margin-top: 0;
  display: block;
  width: 100%;
  padding: 0 0 20px 0;
}
.detail-info .accordion-content p{
  margin-bottom: 0.40px;
}
.detail-info .accordion-content p:last-child{
  margin-bottom: 0px;
}
.detail-info .accordion-content strong{
  color: #231f20;
  font-weight: 600;
}
.detail-add .quantity input {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
}
.detail-add .form-qty{
  display: block;
  width: 100%;
  height: 100%;
}
.detail-add .quantity {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}
.detail-add .quantity .qty{
  font-weight: 700;
  color: #303236;
  font-size: 18px;
}
.detail-doc{
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 15px;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #eee;
}
.detail-doc .accordion-title{
  padding: 0 !important;
  border: none;
}
.detail-due{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.detail-due .form-control{
  border: 1px solid #eee;
  background-color: #f7f7f7;
}
.detail-share {
  display: flex;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #eee;
}
.detail-block{
  display: block;
  margin: 0 0 40px 0;
}
.detail-block:last-child{
  margin-bottom: 0;
}
.detail-block h3{
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.detail-block p{
  color: #231f20;
  font-size: 18px;
}
.share-title{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.share-icon {
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-left: 15px;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  background-color: #0CDF3E;
  color: #fff;
}
.share-icon .icon-whatsapp{
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-icon:hover{
  opacity: 0.6;
  color: #fff;
}
.share-list {
  opacity: 1;
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  text-transform: uppercase;
}
.share-list:last-child {
  margin-right: 0px;
}
.share-img{
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.share-img img{
  display: block;
  width: 100%;
}
.share-container{
  display: block;
  width: 100%;
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
.share-box{
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 18px;
  border-radius: 100%;
  color: #fff;
  background-color: #231f20;
  opacity: 1;
}
.share-fb{
  background-color: #4267b2;
}
.share-ig{
  background-color: #cd486b;
}
.share-tw{
  background-color: #1da1f2;
}
.detail-info .accordion .detail-list{
  padding-left: 18px;
}
.detail-info .accordion .detail-list li{
  list-style: circle;
  color: #999;
}
.tag-container{
  font-size: 0;
  text-align: left;
  margin-top: 10px;
}
.tag-box{
  opacity: 1;
  border: none;
  outline: none;
  padding: 15px 30px;
  background-color: #f7f7f7;
  display: inline-flex;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 8px 8px 0;
  position: relative;
  overflow: visible;
  color: #008A41;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#brands{
  padding-bottom: 80px;
}
.brands-grid {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}
.brands-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  margin: 20px;
  position: relative;
  -webkit-box-shadow: 10px 10px 20px -4px rgb(0 0 0 / 20%);
  box-shadow: 10px 10px 20px -4px rgb(0 0 0 / 20%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brands-box:nth-child(even){
  bottom: -40px;
}
.brands-box img{
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contact-info{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	margin-top: 40px;
}
.contact-column{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.contact-icon{
	display: flex;
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background-color: #fff;
	color: #008A41;
}
.contact-column a{
  opacity: 1;
	color: #fff;
  font-weight: 600;
	text-align: center;
}
.contact-column a:hover,
.contact-row a:hover{
	opacity: 0.6;
}
.cta-home{
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 60px 50px;
	overflow: hidden;
	background-color: #008A41;
}
.cta-home h2{
  font-size: 50px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 20px 0;
}
.cta-home p{
  color: #fff;
  font-size: 22px;
}
.cta-home .btn-mid{
  opacity: 1;
	background-color: #fff;
  color: #008A41;
	margin-top: 50px;
	position: relative;
	z-index: 15;
}
.cta-home .btn-mid i{
  margin-right: 5px;
}
.cta-home .btn-mid:hover{
  background-color: #0CDF3E;
  color: #fff;
}
.cta-title {
	position: relative;
	z-index: 15;
}
.cta-bg-1 {
	position: absolute;
	bottom: -60px;
	left: -40px;
	z-index: 10;
	pointer-events: none;
	width: 200px;
	transform: rotate(-15deg);
}
.cta-bg-2 {
	position: absolute;
	top: -70px;
	right: -50px;
	z-index: 10;
	pointer-events: none;
	width: 250px;
	transform: rotate(-205deg);
}
.cta-bg-1 img{
	display: block;
	width: 100%;
}
#top-product{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
  padding-bottom: 0;
  padding-top: 120px;
  border: none;
}
.tabs-product{
  width: 100%;
  z-index: 15;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 15px;
  padding: 0;
}
.tabs-product li{
  list-style: none;
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  opacity: 1;
  background-color: #008A41;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs-product li.active,
.tabs-product li:hover{
  background-color: #0CDF3E;
}
.tabs-product li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 50px 15px;
}
.tabs-product li.active a,
.tabs-product li:hover a{
  color: #fff !important;
}
.tabs-product li i {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs-product li i img{
  display: block;
  width: 100%;
}
.tab-pane {
  pointer-events: none;
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.tab-pane.active {
  pointer-events: visible;
  opacity: 1;
  display: block;
}
#product-main{
  padding-top: 60px;
}
#product-main .product-grid{
  margin-top: 0;
}
#top{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background-color: #fff;
  margin-top: 120px;
  padding-top: 90px;
  padding-bottom: 90px;
}
#top .title{
  margin: 0 auto;
  margin-top: 40px;
}
.contact-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-left{
  padding: 60px 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: #f6f6f6;
}
.contact-form{
  display: flex;
  flex-direction: column;
  background-color: #272727;
  padding: 60px 120px;
}
.contact-form h3{
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 40px 0;
}
.contact-form form{
  width: 100%;
  max-width: 480px;
}
.contact-block{
  width: 100%;
  max-width: 480px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.contact-block:last-child{
  margin-bottom: 0;
}
.contact-block h3{
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 20px 0;
}
.contact-row{
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.contact-row strong{
  font-weight: 600;
}
.contact-row i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #008A41;
  color: #fff;
  margin-right: 10px;
}
.contact-social{
  display: flex;
}
.contact-social a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #008A41;
  color: #fff;
  margin-right: 5px;
}
.contact-social a:hover{
  background-color: #0CDF3E;
}
.join-wrapper{
  display: block;
  padding: 0 20px;
}
.join-container{
  display: block;
  width: 100%;
  max-width: 768px;
  background-color: #272727;
  border-radius: 0.60px;
  padding: 50px;
  margin: 0 auto;
}
.input-file-1 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file-1+.js-labelFile-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 0.60px;
  font-size: 18px;
  font-weight: 600;
  color: #737273;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.input-file-1+.js-labelFile-1:hover {
  background-color: #f6f6f6;
}
.js-labelFile-1{
  color: #0CDF3E;
  margin-right: 5px;
}
.input-file-1+.js-labelFile.has-file-1 i:before{
  font-family: "fontello";
  content: '\e815';
  color: #008A41;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 40, 45, 0.6);
  z-index: 5;
}
#top-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
	width: 100%;
	min-height: calc(100% - 110px);
  margin-top: 110px;
  height: auto;
  position: relative;
}
.top-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-img .top-title {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 560px;
  padding: 0 20px;
}
.top-img .top-title h4{
  margin-top: 0;
  color: #fff;
  font-size: 36px;
}
.top-img .top-title h1{
  margin: 0;
  font-weight: 700;
  font-size: 56px;
  color: #fff;
}
.top-info {
  width: 100%;
  padding: 90px 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #f7f7f7;
}
.top-full{
  position: relative;
}
.top-full p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
}
.top-full p:last-child{
  margin-bottom: 0;
}
.scroll-down{
  position: absolute;
  right: 0;
  left: initial;
  bottom: 0;
  z-index: 20;
}
.scroll-down a {
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.scroll-down a:hover{
  background-color: #0CDF3E;
  color: #fff;
}
#mission .title{
  margin-bottom: 0;
}
.detail-tabs{
  display: block;
  margin-top: 60px;
}
.tabs-full{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 0;
  padding: 0;
}
.tabs-full.tabs-2{
  grid-template-columns: repeat(2, 1fr);
}
.tabs-full.tabs-3{
  grid-template-columns: repeat(3, 1fr);
}
.tabs-full.tabs-center{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.tabs-full a{
  opacity: 1;
  border: none;
  outline: none;
  padding: 15px 30px;
  background-color: #0CDF3E;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  color: #fff;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs-full a:hover{
  background-color: #008A41;
}
.tabs-full li{
  list-style: none;
}
.tabs-full .active a{
  background-color: #008A41;
}
#detail .detail-text{
  padding: 40px;
  background-color: #f7f7f7;
  border: 1px solid #eee;
}
#detail .tab-content{
  margin-top: 40px;
}
.detail-gallery{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}
.detail-gallery a{
  opacity: 1;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.detail-gallery a:hover{
  opacity: 0.7;
}
.video-container{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 560px;
  overflow: hidden;
}
.video-container:hover .cover-bg{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.video-container .cover-bg{
  transform: scale(1);
  -webkit-transform: scale(1);
}
.video-play{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 15;
  width: 50px;
  height: 50px;
  background-color: #f8f8f8;
  color: #000;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-container:hover .video-play{
  background-color: #0CDF3E;
  color: #fff;
}
.values-container{
  display: block;
  margin-top: 50px;
}
.values-block{
  display: grid;
  grid-template-columns: 190px 1fr;
  grid-gap: 50px;
  margin-bottom: 90px;
}
.values-block:last-child{
  margin-bottom: 0;
}
.values-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}
.values-title{
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin: 0;
}
.values-box{
  display: block;
  padding: 25px;
  background-color: #008A41;
}
.values-box h3{
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  margin: 0 0 10px 0;
}
.values-box p{
  font-size: 17px;
  color: #fff;
}
.values-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #303236;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-top: 30px;
}
.detail-table{
  background-color: #f7f7f7;
  overflow: hidden;
}
.table-head{
  background-color: #008A41;
}
.table-head div{
  font-weight: 700;
  padding: 12px 20px;
  color: #fff;
  text-transform: uppercase;
}
.table-row,
.table-head{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  text-align: center;
}
.table-row div:first-child,
.table-head div:first-child{
  text-align: left;
}
.table-row div{
  padding: 8px 20px;
  font-weight: 600;
}
.table-row:nth-child(even){
  background-color: #fff;
}
.download-fixed{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 91px;
  display: flex;
  flex-direction: column;
  z-index: 30;
}
.download-box{
  position: relative;
}
.download-box i{
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #272727;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download-box:hover i{
  background-color: #008A41;
}
.download-box .icon-whatsapp{
  font-size: 18px;
}
.download-text{
  position: absolute;
  opacity: 0;
  background-color: #008A41;
  color: #fff;
  top: 0;
  right: -100%;
  width: 250px;
  height: 100%;
  padding: 0 30px;
  line-height: 50px;
  display: flex;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.download-box:hover .download-text{
  opacity: 1;
  right: 0;
}
footer {
  position: relative;
  z-index: 100;
  background-color: #333;
}
.footer-logo{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-logo p{
  color: #fff;
}
.footer-logo img{
  height: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.footer-top{
  padding: 80px 0;
  display: block;
  width: 100%;
  background-color: rgba(48, 48, 48, 0.9);
}
.footer-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr;
  grid-gap: 50px;
}
.footer-title{
  display: block;
  width: 100%;
  margin-bottom: 18px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.footer-column a{
  opacity: 1;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-column a:hover{
  opacity: 0.6;
}
.footer-social a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: rgb(39 39 39 / 95%);
  font-size: 18px;
}