html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

button:focus {
  outline: none;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select::-ms-expand {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

.fb_iframe_widget iframe {
  width: auto !important;
}

@media (min-width: 992px) {
  .col-md-3 {
    width: 25%;
    text-align: center;
  }
}

mark.green {
  color: #00A03B;
  font-family: 'GardenGrownUS', serif;
  background-color: transparent;
}

mark.white {
  color: #fff;
  font-family: 'GardenGrownUS', serif;
  background-color: transparent;
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: hidden;
  background-color: #DEE9D7;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pcontent {
  display: -webkit-box;
  -webkit-line-clamp: 18;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#read-more {
  visibility: hidden;
}

.loader {
  display: inline-block;
  width: 100%;
  background: url("https://static.magnus-idea.hr/biokutak/loader.svg") no-repeat fixed center;
  height: 100%;
  background-size: 300px;
  position: relative;
  animation: loader 2s infinite ease;
  z-index: 9998;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  color: #000;
  border-radius: 60px;
  padding: 0;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 18px;
  background-image: url(https://static.magnus-idea.hr/assets/icons/chat.svg);
  text-align: center;
  border: 2px solid #505050;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 999;
  cursor: pointer;
}

.custom-btn-buy-slider {
  color: #00A03B;
  border: 1px solid #00A03B;
  padding: 15px 10px;
  letter-spacing: normal;
  border-radius: 100px;
  max-width: 150px;
  margin-top: 30px !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7em;
}

.custom-btn-buy-slider:hover {
  color: white;
  background-color: #00A03B;
  ;
}

b.desc {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #DFEAD8 50%) !important;
  background-color: transparent !important;
}

p.product-desc {
  font-size: 13px !important;
  text-align: left !important;
  text-align: center !important;
  line-height: normal !important;
  margin-bottom: 20px;
}

p.price-info {
  font-size: 12px;
  margin-top: 10px;
  color: #D2E2A9;
}

/*CUSTOM BANNER CSS*/
.main-banner .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.section-2,
.main-banner {
  height: 100%;
}

.main-padding {
  padding: 64px 100px;
}

.side-bar .main-padding {
  padding: 15px;
}

.side-bar .inner-wrapper {
  z-index: 1;
}

.side-bar .main-banner,
.side-bar .section-2 {
  height: auto;
}

.side-bar .main-padding img {
  width: 110px;
}

.side-bar .inner-wrapper .main-page .login-box {
  display: block;
}

.inner-wrapper .main-page .login-box .input-group {
  max-width: 600px;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-bottomright {
  background-position: bottom right;
}

.bg-topright {
  background-position: top right;
}

.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  background-color: #F6F4F0;
  border: 1px solid #E5E5E5;
  border-radius: 0px;
}

.modal-header {
  border-bottom: 0px;
}

.modal-backdrop {
  background-color: #00A03B;
}



.text-light-black {
  color: #3c3e41;
}

.text-custom-orange {
  color: #268968;
}


.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  margin-bottom: 50px;
}

.banner-color .inside {
  margin-bottom: 5px !important;
}

/*=====  End of 02. Reset  ======*/
/*======================================
=            03. Base Style            =
======================================*/
/**
	Navigation File

	01. Global Style
	02. Input
	03. Custom Btn
	04. Back To Top
	05. Title Head
	06. Custom Fonts

 */
/* 01. Global Style
   ==================================== */
body {
  font-weight: 400;
  font-family: 'BrandonBold', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

h1 {
  font-size: 70px;
  line-height: 70px;
}

h2 {
  font-size: 55px;
  line-height: 70px;
}

h3 {
  font-size: 48px;
  line-height: 54px;
}

h4 {
  font-size: 40px;
  line-height: 46px;
}

h5 {
  font-size: 32px;
  line-height: 40px;
}

h6 {
  font-size: 25px;
  line-height: 30px;
}

ol li {
  margin-bottom: 20px;
}

a {
  display: block;
  transition: 0.2s linear;
  text-decoration: none;
}

a:hover {
  color: #fff969;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

p {
  font-family: 'BrandonRegular', serif;
  font-size: 18px;
  color: #1e1e1e;
}

.typography-theme>div {
  margin-bottom: 60px;
}

/* 02. Input
   ==================================== */
input {
  padding: 0 10px;
  border: 2px solid #00A03B;
  background-color: transparent;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  color: #00A03B;
  font-family: 'BrandonMedium', serif;
}

input::-moz-placeholder {
  font-size: 16px;
  color: #00A03B;
  font-family: 'BrandonMedium', serif;
}

input:-ms-input-placeholder {
  font-size: 16px;
  color: #00A03B;
  font-family: 'BrandonMedium', serif;
}

input:-moz-placeholder {
  font-size: 16px;
  color: #00A03B;
  font-family: 'BrandonMedium', serif;
}

.wrapper {
  position: relative;
}

/* 03. Custom Btn
   ==================================== */
.custom-btn {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  transition: all .3s ease;
  border: none;
  text-align: center;
  padding: 28px 72px;
  color: #fff;
  background-color: #00A03B;
  border-radius: 40px;
}

.custom-btn-sign-up {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  transition: all .3s ease;
  border: none;
  text-align: center;
  padding: 28px 72px;
  color: #fff;
  background-color: #00A03B;
}

.custom-btn.pink {
  color: #fff;
  background-color: #00A03B;
}

.custom-btn.pink:hover {
  color: #00A03B;
  background-color: #fff;
}

.custom-btn.green {
  color: #fff;
  background-color: #00A03B;
  letter-spacing: normal;
}

.custom-btn.green:hover {
  color: #00A03B;
  border: 1px solid #00A03B;
  background-color: #fff;
}


.custom-btn-buy {
  color: #fff;
  background-color: #00A03B;
  padding: 15px 10px;
  letter-spacing: normal;
  border-radius: 100px;
  max-width: 150px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7em;
  margin: auto;
  width: 50%;
}

.custom-btn-buy:hover {
  color: #00A03B;
  background-color: #fff;
  padding: 15px 10px;
  letter-spacing: normal;
  border-radius: 100px;
}

.custom-btn-buy-outline {
  color: #00A03B;
  border: 1px solid #00A03B;
  padding: 15px 10px;
  letter-spacing: normal;
  border-radius: 100px;
  max-width: 60%;
  margin-top: 10px !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.7em;
  margin: auto;
}

.custom-btn-buy-outline:hover {
  color: #fff;
  background-color: #00A03B;
  border: 1px solid #00A03B;
  padding: 15px 10px;
  letter-spacing: normal;
  border-radius: 100px;
}

.custom-btn.white {
  color: #1e1e1e;
  background-color: #fff;
}

.custom-btn.white:hover {
  color: #1e1e1e;
}

.custom-btn:hover {
  color: #fff;
}

/* 04. Back To Top
   ==================================== */
#back-to-top {
  width: 45px;
  height: 45px;
  background-color: #1e1e1e;
  right: 40px;
  bottom: 70px;
  z-index: 9;
  display: none;
  font-size: 24px;
  color: #fefefe;
  position: fixed;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}

/* 05. Title Head
   ==================================== */
.title-head {
  margin-bottom: 57px;
  text-align: center;
}

.title-head h2 {
  font-size: 65px;
  margin-bottom: 13px;
  text-transform: capitalize;
  font-family: 'GardenGrownUS', serif;
}

.title-head p {
  font-size: 15px;
  font-weight: 100;
  line-height: normal;
  padding-bottom: 40px;
}

.container-large {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* 06. Custom Fonts
   ==================================== */
@font-face {
  font-family: 'BrandonRegular';
  src: url('../../assets/fonts/brandon/brandon_reg.eot') format('embedded-opentype'), url('../../assets/fonts/brandon/brandon_reg.otf') format('opentype'), url('../../assets/fonts/brandon/brandon_reg.ttf') format('truetype'), url('../../assets/fonts/brandon/brandon_reg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GardenGrownUS';
  src: url('../../assets/fonts/GardenGrownUS-D.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrandonMedium';
  src: url('../../assets/fonts/brandon/brandon_med.eot') format('embedded-opentype'), url('../../assets/fonts/brandon/brandon_med.otf') format('opentype'), url('../../assets/fonts/brandon/brandon_med.ttf') format('truetype'), url('../../assets/fonts/brandon/brandon_med.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrandonMediumItalic';
  src: url('../../assets/fonts/brandon/brandon_medium_italic.eot') format('embedded-opentype'), url('../../assets/fonts/brandon/brandon_medium_italic.otf') format('opentype'), url('../../assets/fonts/brandon/brandon_medium_italic.ttf') format('truetype'), url('../../assets/fonts/brandon/brandon_medium_italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrandonBlack';
  src: url('../../assets/fonts/brandon/brandon_blk.eot') format('embedded-opentype'), url('../../assets/fonts/brandon/brandon_blk.otf') format('opentype'), url('../../assets/fonts/brandon/brandon_blk.ttf') format('truetype'), url('../../assets/fonts/brandon/brandon_blk.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrandonBold';
  src: url('../../assets/fonts/brandon/Brandon_bld.eot') format('embedded-opentype'), url('../../assets/fonts/brandon/Brandon_bld.otf') format('opentype'), url('../../assets/fonts/brandon/Brandon_bld.ttf') format('truetype'), url('../../assets/fonts/brandon/Brandon_bld.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrandonRegIt';
  src: url('../../assets/fonts/brandon/brandon_reg_it.eot') format('embedded-opentype'), url('../../assets/fonts/brandon/brandon_reg_it.otf') format('opentype'), url('../../assets/fonts/brandon/brandon_reg_it.ttf') format('truetype'), url('../../assets/fonts/brandon/brandon_reg_it.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MinionProIt';
  src: url('../../assets/fonts/Minion-Pro/Minion_Pro_Bold_Italic.eot') format('embedded-opentype'), url('../../assets/fonts/Minion-Pro/Minion_Pro_Bold_Italic.otf') format('opentype'), url('../../assets/fonts/Minion-Pro/Minion_Pro_Bold_Italic.ttf') format('truetype'), url('../../assets/fonts/Minion-Pro/Minion_Pro_Bold_Italic.woff2') format('woff2'), url('../../assets/fonts/Minion-Pro/Minion_Pro_Bold_Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LiebeDorisBold';
  src: url('../../assets/fonts/liebedoris/LiebeFonts_Liebe.Doris.Bold.eot') format('embedded-opentype'), url('../../assets/fonts/liebedoris/LiebeFonts_Liebe.Doris.Bold.otf') format('opentype'), url('../../assets/fonts/liebedoris/LiebeFonts_Liebe.Doris.Bold.TrueType.ttf') format('truetype'), url('../../assets/fonts/liebedoris/LiebeFonts_Liebe.Doris.Bold.woff2') format('woff2'), url('../../assets/fonts/LiebeFonts_Liebe.Doris.Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LiebeDoris';
  src: url('../../assets/fonts/liebedoris/LiebeFonts_Liebe.Doris.eot') format('embedded-opentype'), url('../../assets/fonts/liebedoris/LiebeFonts_Liebe.Doris.otf') format('opentype'), url('../../assets/fonts/liebedoris/LiebeFonts_Liebe.Doris.ttf') format('truetype'), url('../../assets/fonts/liebedoris/LiebeFonts_Liebe.Doris.woff2') format('woff2'), url('../../assets/fonts/liebedoris/LiebeFonts_Liebe.Doris.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*=====  End of 03. Base Style  ======*/
/*========================================
=            04. Header Style            =
========================================*/
/**
	Navigation File

	01. Header
	02. Top Bar
	03. Info Header
	04. Search
	05. Cart

 */
/* 01. Header
   ==================================== */
header a {
  text-transform: uppercase;
}

header li {
  display: inline-block;
  margin-right: 46px;
}

header li:last-child {
  margin-right: 0;
}

.header {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header .menu {
  z-index: 999;
}

.header .menu li:not(:last-child) {
  margin-right: 52px;
}

.header .menu a {
  color: #1e1e1e;
  font-size: 14px;
  position: relative;
}

.header .menu a:hover:before {
  width: 52px;
}

.header .menu a:before {
  content: "";
  width: 0;
  height: 10px;
  top: 8px;
  left: -11px;
  z-index: -1;
  position: absolute;
  display: inline-block;
  background-color: #00A03B;
  transition: 0.2s linear;
}

.header .menu i {
  margin-left: 5px;
}

.header .menu .mega-menu-top {
  position: relative;
}

.header .menu .mega-menu-top:hover .mega-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.header .menu .mega-menu-top:hover a:after {
  pointer-events: auto;
}

.header .menu .mega-menu-top:before {
  content: "\f107";
  font-size: 16px;
  color: #1e1e1e;
  right: -15px;
  top: -2px;
  position: absolute;
  font-family: 'FontAwesome', serif;
}

.header .menu .mega-menu-top a {
  position: relative;
}

.header .menu .mega-menu-top a:after {
  content: "";
  width: 200px;
  height: 120px;
  bottom: -120px;
  left: -80px;
  pointer-events: none;
  position: absolute;
  display: inline-block;
  background-color: transparent;
}

.header .menu .children {
  position: relative;
}

.header .menu .children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.header .menu .children:hover>a:before {
  width: 52px;
}

.header .menu .children:hover .mega-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.header .menu .children:before {
  content: "\f107";
  font-size: 16px;
  color: #1e1e1e;
  right: -15px;
  top: -2px;
  position: absolute;
  font-family: 'FontAwesome', serif;
}

.header .menu .children a {
  position: relative;
}

.header .menu .children a:after {
  content: "";
  width: 100%;
  height: 15px;
  bottom: -13px;
  left: 0;
  position: absolute;
  display: inline-block;
  background-color: transparent;
}

.header .menu .sub-menu {
  text-align: center;
  top: 22px;
  left: 50%;
  width: 270px;
  display: inline-block;
  position: absolute;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  padding: 33px 35px;
  pointer-events: none;
  transition: 0.2s linear;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 13px 19px 1px rgba(119, 119, 119, 0.24);
}

.header .menu .sub-menu li {
  margin-right: 0;
  display: block;
  margin-bottom: 25px;
}

.header .menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.header .menu .sub-menu li a {
  font-family: 'BrandonRegular', serif;
  font-size: 18px;
  text-transform: none;
}

.header .menu .sub-menu li a:before {
  top: 10px;
}

.header .social-icon {
  margin-top: 0;
}

.header .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header .mega-menu {
  position: absolute;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  width: 1640px;
  padding: 0 205px 132px 234px;
  background-color: #fff;
  transition: 0.2s linear;
  box-shadow: 0 13px 19px 1px rgba(119, 119, 119, 0.24);
}

.header .mega-menu ul {
  float: left;
  display: inline-block;
}

.header .mega-menu ul li {
  display: block;
  margin-bottom: 25px;
}

.header .mega-menu ul li a {
  font-size: 18px;
  font-family: 'BrandonRegular', serif;
  text-transform: none;
}

.header .mega-menu ul li.first {
  margin-bottom: 34px;
  font-size: 22px;
  text-transform: uppercase;
}

.header .mega-menu.columns-6 ul {
  width: 16.6%;
}

.header .mega-menu.columns-6 ul:nth-child(6n+1) {
  clear: both;
}

.header .mega-menu.columns-5 ul {
  width: 20%;
}

.header .mega-menu.columns-5 ul:nth-child(5n+1) {
  clear: both;
}

.header .mega-menu.columns-4 ul {
  width: 25%;
}

.header .mega-menu.columns-4 ul li {
  margin-right: 0;
}

.header .mega-menu.columns-3 ul {
  width: 33.3%;
}

.header .mega-menu.columns-3 ul:nth-child(3n+1) {
  clear: both;
}

.header .mega-menu.columns-2 ul {
  width: 50%;
}

.header .mega-menu.columns-2 ul:nth-child(2n+1) {
  clear: both;
}

/* 02. Top Bar
   ==================================== */
.top-bar {
  padding: 7px 0;
}

.top-bar a {
  color: #3C3E41;
  font-size: 10px;
  text-decoration: underline;
}

.top-bar i {
  font-size: 12px;
  color: #3C3E41;
  margin-left: 5px;
  margin-right: 5px;
}

/* 03. Info Header
   ==================================== */
.info-header {
  display: inline-block;
  margin-right: 48px;
}

.info-header a {
  font-size: 14px;
  text-transform: uppercase;
  color: #1e1e1e;
}

.info-header i {
  color: #878787;
  font-size: 14px;
  margin-right: 8px;
}

/* 04. Search
   ==================================== */
.search {
  left: 0;
  top: 0;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.search input {
  width: 100%;
  padding: 0;
  font-size: 34px;
  color: rgba(119, 119, 119, 0.4);
  border-width: 0 0 1px 0;
  position: relative;
  top: 50%;
  margin-top: -12px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px solid rgba(119, 119, 119, 0.5);
}

.search input:focus {
  outline: none;
}

.search input::-webkit-input-placeholder {
  font-size: 34px;
  color: rgba(119, 119, 119, 0.4);
  font-family: 'BrandonBlack', serif;
  position: relative;
  bottom: -5px;
}

.search input::-moz-placeholder {
  font-size: 34px;
  position: relative;
  bottom: -5px;
  color: rgba(119, 119, 119, 0.4);
  font-family: 'BrandonBlack', serif;
}

.search input:-ms-input-placeholder {
  font-size: 34px;
  position: relative;
  bottom: -5px;
  color: rgba(119, 119, 119, 0.4);
  font-family: 'BrandonBlack', serif;
}

.search .close {
  top: 53px;
  right: 15px;
  opacity: 1;
  text-shadow: none;
  position: absolute;
}

/* 05. Cart
   ==================================== */
.cart {
  position: relative;
}

.cart:before {
  content: "";
  width: 0;
  height: 10px;
  top: 8px;
  left: -18px;
  z-index: -1;
  position: absolute;
  display: inline-block;
  background-color: #fff969;
  transition: 0.2s linear;
}

.cart:after {
  content: "";
  width: 100%;
  height: 30px;
  background: transparent;
  position: absolute;
  bottom: -33px;
  left: 0;
}

.cart:hover:before {
  width: 83px;
}

.cart:hover .cart-modal {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body .cart-modal {
  top: 43px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 270px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
  pointer-events: none;
  background-color: #fff;
  box-shadow: 0 13px 19px 1px rgba(119, 119, 119, 0.24);
}

body .cart-modal .title {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 5px;
  font-family: 'BrandonMedium', serif;
}

body .cart-modal ul {
  padding: 25px 20px 20px 20px;
}

body .cart-modal li {
  margin-right: 0;
  display: inline-block;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  text-align: left;
}

body .cart-modal li a {
  font-size: inherit;
  text-transform: none;
}

body .cart-modal li img {
  float: left;
  margin-right: 9px;
}

body .cart-modal li span {
  display: block;
}

body .cart-modal li:last-child {
  margin-bottom: 0;
}

body .cart-modal .price {
  font-size: 18px;
  color: #777;
  font-family: 'BrandonMedium', serif;
}

body .cart-modal .total {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  display: block;
  margin-bottom: 20px;
  padding: 18px 20px;
  border-top: 1px solid #f3f7f6;
  border-bottom: 1px solid #f3f7f6;
}

body .cart-modal .total .price {
  float: right;
  color: #1e1e1e;
}

body .cart-modal .button {
  margin: 0 20px 20px 20px;
  display: inline-block;
}

body .cart-modal .custom-btn {
  width: 100%;
  color: #00A03B;
  border: 2px solid #00A03B;
  padding: 15px;
  margin-bottom: 5px;
  font-size: 12px;
  background-color: transparent;
}

body .cart-modal .custom-btn:last-child {
  margin-bottom: 0;
}

body .cart-modal .custom-btn.pink {
  color: #fff;
  background-color: #00A03B;
}

body .cart-modal .custom-btn.pink:hover {
  color: #00A03B;
  background-color: #fff;
}

body .cart-modal .custom-btn:hover {
  color: #fff;
  background-color: #00A03B;
}

/*=====  End of 04. Header Style  ======*/
/*=========================================
=            05. Elements Less            =
=========================================*/
/**
	Navigation File

	01. Social Icon
	02. Category Product
	03. Product Slider/Slider Product
	04. Grid Product
	05. Big Banner
	06. Banner Img
	07. Banner Color
	08. Schedule
	09. Posts
	10. Customers
	11. Breadcrumb
	12. Owl Nav
	13. Countdown
	14. Filter Grid
	15. Custom Select

 */
/* 02. Category Product
   ==================================== */
.category-product {
  margin-bottom: 151px;
}

.category-product ul {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.category-product li {
  text-align: center;
  display: inline-block;
}

.category-product li a {
  position: relative;
}

.category-product li a:before {
  content: "";
  width: 125px;
  height: 125px;
  left: -65px;
  top: 0;
  z-index: -1;
  border-radius: 100%;
  position: absolute;
  display: inline-block;
  background-color: #D2E3A9;
  opacity: 0.5;
}

.category-product span {
  color: #1e1e1e;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  font-family: 'BrandonBlack', serif;
}

.category-product img {
  margin-bottom: 35px;
}

.grid-product {
  margin-bottom: 160px;
}

.grid-product .product {
  margin-bottom: 60px;
}

.grid-product .custom-btn {
  padding: 28px 51px;
}

/* 03. Product Slider/Slider Product
   ==================================== */
.slider-product.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.product {
  position: relative;
  margin-bottom: 80px;
}

.product .images {
  /* background-color: #f3f7f6; */
  border: 1px solid #F3F7F6;
  position: relative;
  padding: 80px 0;
  height: 430px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  transition: 0.2s linear;
}

.product .images img {
  transition: 0.2s linear;
  max-height: 300px;
}

.product:hover .images {
  /*box-shadow: 0 13px 19px 1px rgba(119, 119, 119, 0.24);*/
}

.product:hover .images img {
  opacity: 0.5;
}

.product:hover .button-group {
  opacity: 1;
  visibility: visible;
}

.product .button-group {
  top: 50%;
  left: 50%;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}

.product .button-group .custom-btn {
  width: 70px;
  height: 70px;
  padding: 0;
  line-height: 70px;
}

.product .button-group .custom-btn:not(:last-child) {
  margin-right: 10px;
}

.product .button-group .custom-btn i {
  margin-left: 3px;
  font-size: 20px;
}

.product-icons {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}

.product-icons img {
  margin-bottom: 2px !important;
}

.cp-attribute {
  position: absolute;
  top: 60px;
  left: 80px;
}

.product .info-product {
  text-align: center;
}

.product .info-product .title {
  text-align: center !important;
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 14px;
  text-align: left;
  font-family: 'BrandonMedium', serif;
}

.product .info-product .price {
  font-size: 20px;
  color: #878787;
  font-family: 'BrandonMedium', serif;
}

.product .info-product .price del {
  color: #d1d1d1;
  margin-right: 5px;
}

.product .info-product .price ins {
  text-decoration: none;
}

.product.mask .info-product {
  bottom: 50px;
  left: 50%;
  width: 100%;
  text-align: center;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product.mask .info-product .title {
  margin-bottom: 13px;
}

.product.mask.list-product .info-product {
  position: static;
}

.product.mask .images {
  padding: 40px 0 80px 0;
}

.product.mask.down .info-product {
  top: auto;
  bottom: 15px;
}

.product.mask.down .images {
  padding: 40px 0 80px 0;
}

.margin0 {
  margin: 0 !important;
}

/* 05. Big Banner
   ==================================== */
.big-banner {
  padding: 172px 0 160px;
  margin-bottom: 150px;
  background: url(../images/banners/banner-info-min.jpg) no-repeat center;
  background-size: cover;
}

.big-banner .text {
  padding-left: 50px;

}

.big-banner .text h2 {
  font-size: 50px;
  line-height: 72px;
  margin-left: 20px;
  margin-bottom: 3px;
  color: #fff;
  font-family: 'GardenGrownUS', serif;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

.big-banner .text p {
  font-size: 0.8em;
  font-weight: 100;
  line-height: normal;
  margin-bottom: 25px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.big-banner .text .custom-btn {
  color: white;
  padding: 20px 35px;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 10px;
  background-color: #AA198D;
  border: 1px solid #AA198D;
  letter-spacing: 1px;
  font-family: 'BrandonMedium', serif;
}

.big-banner .text .custom-btn:hover {
  color: #AA198D;
  background-color: transparent;
  border: 1px solid #AA198D;
}

/* 06. Banner Img
   ==================================== */
.banner-img {
  margin-bottom: 150px;
}

.banner-img img {
  width: 100%;
}

.banner-img .inside {
  top: 50%;
  right: 65px;
  margin-top: -6px;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-img .inside h2 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 25px;
  font-family: 'BrandonBlack', serif;
  text-transform: uppercase;
}

.banner-img .inside p {
  font-size: 24px;
  margin-bottom: 35px;
}

.banner-img .custom-btn {
  width: 177px;
  padding: 23px 5px;
  letter-spacing: normal;
}

/* 07. Banner Color
   ==================================== */
.banner-color {
  margin-bottom: 160px;
}

.banner-color .inside {
  padding: 54px 0 65px 0;
}

.banner-color .inside h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 5px;
  color: white;
  font-family: 'BrandonBlack', serif;
}

.banner-color .inside p {
  font-size: 16px;
  color: white;
}

/* 08. Schedule
   ==================================== */
.schedule {
  padding: 115px 0 129px 0;
  margin-bottom: 152px;
  background: url(../images/banners/banner-finder.jpg) no-repeat center;
  background-size: cover;
}

.schedule .inside {
  padding-left: 15px;
}

.schedule .inside h2 {
  font-size: 55px;
  letter-spacing: 1px;
}

.schedule .inside .custom-btn {
  padding: 28px 44px;
}

.schedule .title-head {
  margin-bottom: 35px;
}

.schedule .tab-content {
  text-align: center;
  margin-bottom: 38px;
}

.schedule .tab-content .first {
  font-size: 16px;
  margin-bottom: 35px;

  text-transform: uppercase;
  font-family: 'BrandonBlack', serif;
}

.schedule .tab-content li {
  font-size: 15px;
  font-family: 'BrandonRegular', serif;
  margin-bottom: 10px;
}

.schedule .tab-content li:last-child {
  margin-bottom: 0;
}

.week {
  border: none;
  margin-bottom: 30px !important;
  margin: auto;
}

.week li {
  width: 40px;
  height: 40px;
  float: none;
  display: inline-block;
  margin-right: 8px;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 1px 4px 1px rgba(119, 119, 119, 0.16);
  background-color: #fff;
  transition: 0.2s linear;
}

.week li:last-child {
  margin-right: 0;
}

.nav-tabs li a {
  border: none;
  font-size: 10px;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-right: 0;
  line-height: 42px;
  border-radius: 0;
  padding: 0;
}

.nav-tabs li a:hover {
  background-color: transparent;
}

.nav-tabs li:hover {
  background-color: #DDEAD7;
}

.nav-tabs li.active {
  background-color: #DDEAD7;
}

.nav-tabs li.active a {
  border: none;
  background-color: transparent;
}

.nav-tabs li.active a:focus {
  border: none;
  background-color: transparent;
}

.nav-tabs li.active:hover a {
  border: none;
  background-color: transparent;
}

/* 09. Posts
   ==================================== */
.posts {
  margin-bottom: 148px;
}

.posts img {
  width: 100%;
}

.posts .content {
  font-size: 12px;
  color: #777;
  margin: 12px 0 56px;
  text-transform: uppercase;
  font-family: 'BrandonMedium', serif;
}

.posts .content span {
  display: block;
  margin-bottom: 15px;
}

.posts .content a {
  color: #777;
  margin: 0 5px;
  display: inline-block;
}

.posts .content .title {
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  color: #1e1e1e;
  text-transform: none;
  font-family: 'BrandonBold', serif;
}

.posts .custom-btn {
  padding: 29px 41px;
}

/* 10. customers
   ==================================== */
.customers {
  margin-bottom: 160px;
}

.customers .inside {
  text-align: center;
  background-color: #f5f9f8;
  padding: 80px 55px 108px 55px;
}

.customers .inside p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}

.customers .star {
  margin-bottom: 20px;
  width: 15px;
}

.customers .user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customers .user span {
  color: #1e1e1e;
  font-size: 14px;
  display: block;
}

.customers .user img {
  display: inline-block;
  margin-right: 13px;
  border-radius: 100%;
}

.customers .user .inside-inside {
  text-align: center;
  margin-top: -8px;
  display: inline-block;
}

.customers .user .name {
  margin-bottom: 6px;
  text-transform: uppercase;
}

/* 12. Owl Nav
   ==================================== */
.owl-carousel {
  cursor: ew-resize;
}

.owl-nav {
  position: static;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 50%;
  font-size: 0;
  margin-top: -20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
  font-family: 'FontAwesome', serif;
  font-size: 16px;
  color: #fff;
  transition: 0.2s linear;
}

.owl-nav .owl-prev:hover:before,
.owl-nav .owl-next:hover:before {
  color: #fff969;
}

.owl-nav .owl-prev {
  left: -55px;
}

.owl-nav .owl-prev:before {
  content: "\f104";
}

.owl-nav .owl-next {
  right: -55px;
}

.owl-nav .owl-next:before {
  content: "\f105";
}

.owl-dots {
  text-align: center;
}

.owl-dots span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 7px 1px rgba(119, 119, 119, 0.16);
}

.owl-dots .owl-dot {
  display: inline-block;
  margin-right: 2px;
  border: 0px;
  background-color: transparent;
}

.owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-dots .owl-dot.active span {
  background-color: #00A03B;
}

/* 13. Countdown
   ==================================== */
#countdown {
  margin-bottom: 25px;
}

#countdown p {
  display: inline-block;
  padding: 0;
  font-size: 26px;
  color: #00A03B;
  text-transform: capitalize;
  font-family: 'BrandonBold', serif;
}

#countdown .double {
  font-size: 0;
  margin-bottom: 3px;
  padding: 0;
  vertical-align: middle;
}

#countdown .double:before {
  content: ":";
  font-size: 26px;
  color: #00A03B;
  margin-top: -10px;
  vertical-align: middle;
  display: inline-block;
}

#countdown .timeRefDays {
  margin-right: 15px;
}

/* 14. Filter Grid
   ==================================== */
.content-shop .filtr-container .product {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.content-shop .filtr-container .product .images {
  height: 308px;
}

.content-shop .filtr-container .product .images img {
  max-height: 170px;
}

.content-shop .filtr-container.list-product-width {
  height: 100% !important;
}

.content-shop .filtr-container.list-product-width .filtr-item {
  width: 100%;
  position: static !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
  opacity: 1 !important;
}

.filtr-container {
  overflow: hidden;
}

.filtr-container .product {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.simplefilter {
  display: inline-block;
  float: left;
  margin-top: 15px;
}

.simplefilter li {
  font-size: 18px;
  color: #1e1e1e;
  font-family: 'BrandonRegular', serif;
  display: inline-block;
  cursor: pointer;
  margin-right: 40px;
}

.simplefilter li:last-child {
  margin-right: 0;
}

.simplefilter li.active {
  color: #00A03B;
}

/* 15. Custom Select
   ==================================== */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 10px;
  color: #3c3e41;
  width: 100%;
}

.select-styled {
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.2s ease-in;
}

.select-styled:after {
  content: "\f107 ";
  font-size: 103px;
  color: #3c3e41;
  margin-left: 5px;
  font-family: 'FontAwesome', serif;
}

.select-styled.active {
  color: #00A03B;
}

.select-styled.active:after {
  color: #00A03B;
}

.select-options {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  left: auto;
  z-index: 999;
  width: 175px;
  margin: 0;
  padding: 17px 20px;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 13px 19px 1px rgba(119, 119, 119, 0.24);
}

.select-options li {
  margin: 0;
  text-align: left;
  font-size: 12px;
  color: #1e1e1e;
  text-transform: uppercase;
  display: block;
  padding-bottom: 17px;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #00A03B;
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

.select-options li:last-child {
  padding-bottom: 0;
}

/*=====  End of 05. Elements Less  ======*/
/*========================================
=            06. Slider Style            =
========================================*/
/* 01. Base Slider
   ==================================== */
.base-slider {
  position: relative;
  margin-bottom: 160px;
}

.base-slider .text-slider {
  top: 50%;
  left: 5%;
  margin-top: 6px;
  position: absolute;
  text-align: left;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.base-slider .text-slider h2 {
  font-size: 85px;
  color: #fff;
  line-height: 90px;
  margin-bottom: 20px;
  text-align: left;
}

.base-slider .text-slider span {
  margin-left: 10px;
  display: inline-block;
}

.base-slider .text-slider .price {
  font-size: 50px;
  margin-bottom: 30px;
  margin-left: 0;
  display: block;
  color: #878787;
  font-family: 'BrandonMedium', serif;
}

.base-slider .last.text-slider {
  left: 9%;
  margin-top: 0;
}

.base-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.base-slider .slide-two .text-slider {
  left: 13.5%;
  margin-top: 4px;
}

.base-slider .slide-two .text-slider h2 {
  margin-bottom: 40px;
}

.base-slider .slide-two .text-slider h2,
.base-slider .slide-three .text-slider h2 {
  font-size: 70px;
  line-height: 70px;
}

.base-slider #countdown {
  margin: 50px 0 40px;
  font-family: 'BrandonBold', serif;
}

.base-slider #countdown div {
  width: 113px;
  height: 123px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 7px 1px rgba(119, 119, 119, 0.16);
}

.base-slider #countdown div:not(:last-child) {
  margin-right: 7px;
}

.base-slider #countdown span {
  font-size: 55px;
  color: #666;
  margin: 0;
  display: block;
  padding-top: 22px;
}

.base-slider #countdown span.text {
  padding-top: 0;
  font-size: 12px;
  font-family: 'BrandonMedium', serif;
  text-transform: uppercase;
}

.product-slider {
  margin-bottom: 160px;
}

.product-slider .custom-btn {
  padding: 28px 56px;
}

.product-slider .product {
  margin-bottom: 58px;
}

/*=====  End of 06. Slider Style  ======*/
/*========================================
=            07. Footer Style            =
========================================*/
/**
	Navigation File

	01. Footer
	02. Subscribe
	03. Copyright

 */
/* 01. Footer
   ==================================== */
footer {
  padding: 50px 0 50px 0;
}

footer .widget-page a {
  font-size: 18px;
  color: #1e1e1e;
  font-family: 'BrandonRegular', serif;
  margin-bottom: 25px;
}

footer .widget-page a:last-child {
  margin-bottom: 0;
}

footer .widget-contact address {
  font-family: 'BrandonRegular', serif;
  line-height: 43px;
  margin-top: -12px;
}

footer .widget-title {
  font-family: 'BrandonBlack', serif;
  margin-bottom: 28px;
}

.widget-title {
  font-size: 22px;
  color: #1e1e1e;
  text-transform: uppercase;
  margin-bottom: 35px;
  line-height: normal;
  font-family: 'BrandonBlack', serif;
}

/* 02. Subscribe
   ==================================== */
.subscribe {
  margin-bottom: 95px;
}

.subscribe h2 {
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.subscribe form input {
  height: 70px;
  width: 665px;
  padding: 0 30px;
  border-radius: 0;
  font-family: 'BrandonMedium', serif;
  background-color: transparent;
}

.subscribe form input:focus {
  outline: none;
}

.subscribe form input::-webkit-input-placeholder {
  font-size: 16px;
  color: #1e1e1e;
  font-family: 'BrandonMedium', serif;
}

.subscribe form input::-moz-placeholder {
  font-size: 16px;
  color: #1e1e1e;
  font-family: 'BrandonMedium', serif;
}

.subscribe form input:-ms-input-placeholder {
  font-size: 16px;
  color: #1e1e1e;
  font-family: 'BrandonMedium', serif;
}

.subscribe form input:-moz-placeholder {
  font-size: 16px;
  color: #1e1e1e;
  font-family: 'BrandonMedium', serif;
}

.subscribe form .form-group {
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  margin: 0 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscribe form .custom-btn {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 29px 28px;
  margin-left: -4px;
  border-radius: 0;
  -webkit-border-radius: 0;
  vertical-align: top;
}

.custom-margin-container {
  margin-top: 150px;
}

/* 03. Copyright
   ==================================== */
.copyright {
  text-align-last: center;
  -moz-text-align-last: center;
}

.copyright p {
  font-size: 12px;
  color: #1e1e1e;
  line-height: 15px;
  text-align: center;
}

.copyright a {
  font-size: 12px;
  color: #1e1e1e;
  display: inline-block;
}

/* 04. List
   ==================================== */
.list li {
  font-size: 18px;
  color: #1e1e1e;
  margin-bottom: 25px;
  font-family: 'BrandonRegular', serif;
}

.list li.first {
  margin-bottom: 34px;
  font-family: 'BrandonBlack', serif;
}

.list li i {
  color: #00A03B;
  font-size: 6px;
  margin-right: 8px;
  vertical-align: middle;
}

/*=====  End of 10. Single Product Style  ======*/
/*==========================================
=            11. 404 Page Style            =
==========================================*/
/**
	Navigation File

	01. Error Page Top
	02. Error Page

 */
/* 01. Error Page Top
   ==================================== */
.error-page-top header {
  width: 100%;
  background-color: transparent;
  position: absolute;
}

/* 02. Error Page
   ==================================== */
.error-page {
  padding: 150px 0 150px;
  background: url(../../assets/images/bg-404.jpg) no-repeat center;
  background-size: cover;
}

.error-page h2 {
  font-size: 140px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: -18px;
  font-family: 'BrandonBlack', serif;
}

.error-page p {
  font-size: 38px;
  margin-bottom: 35px;
  font-family: 'BrandonMedium', serif;
}

.error-page .inside {
  padding-left: 0;
}

/*=====  End of 11. 404 Page Style  ======*/


/*=====  End of 14. Blog Widget Style  ======*/
/*========================================
=            15. Module Style            =
========================================*/
/**
	Navigation File

	1. Text Color
	2. Background Color
	3. Border

 */
/* 1. Text Color
   ==================================== */
.text-white {
  color: #fff;
}

.text-black {
  color: #1e1e1e;
}

.text-green {
  color: #86bc42;
}

.text-pink {
  color: #00A03B;
}

/* 2. Background Color
   ==================================== */
.bg-green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 115 66' class='vi-icon' stroke='%23fff' stroke-opacity='.1'%3E%3Cpath d='M4.3 3v7.2m-1.3 6l3 6.6m-.6 2.8L.9 31.1m2.2 8.8L4 47m.9 9.9l4 5.9m1.9-56.9l2 6.8m4.4 2.7l-6.4 3.1m14.8-2.4L23.7 23m12.7-3l-5.1-5m2.4 12.3L27 29.6m17.3-16.9l-3 6.5m2.9 5.7l1.5 7m-10.8 1.5l3 6.5m-7.1.2l-3.4 6.3m1.1 5.4l7.2-.8m-10.8 8.9l5.5 4.6m11.1-9.4l-3.6 6.2m8-10.5l3.1 6.5m2.6-24.1l-3.3 6.4m-7.4 5.2h7.2m7.7 13.7L53 65.1m1.9-11.2l6.7-2.4m9.6-18.2L68 39.7m-11.3 1.6v7.1M62.6 61l5.8 4.2m-.9-12.9l1.6 7M57.5 34.9l6.5 2.8m1.4 8.5l7.1.5m28.2-3.5l-6-3.9m-7.7 18l-5-5.1m-.3 7.8l-7.1-.5m20.6-9.4l-3.9 6m21-2.6l-.4 7.1m-10.1-5.4l2.1 6.9m-9.8-1l-6.8 2.2m18.1-17.4l-4.4 5.6m10.2-9l3 6.5M85.4 37.3l-6.9 2.1m3.6 5.8l-5 5m12.1-.7l-.9-7.1m24.1-10.5l-4.3 5.7m-18.4-5.4l-7-1.8M75.2 28l3 6.5M57.3 15.3l-7.1.6m9.4 10.4l-6.5-3M15 22.9l4.2 5.8m-7.5 2.7l-3.2 6.4m6.4-1H22m-2.9 5.7l3 6.5m-8.3-1.8l-5.7 4.2m10 5.3L14.8 63m7.9-60.3l-4 5.9m8.7.2h7.1m.8-5.6l7.2.4m5.2-.3l1.5 7M56.9 1v7.2m6.7-5.6l6 4m8-3.8l7 1.6m5.2 4.4l3.1-6.4m8.8.7l-1.4 7m7-7.6l4.1 5.9M64 11.3l1.1 7m9.6-7.5L71.1 17m8.9-3.2l7-1.3m-1.5 10.6l3.2-6.4m5.4-2.4l3 6.5m11.3-6.8l-5.9 4m-34.6 5.6L64.6 30m16.1-7.4l-6.9-1.8M87.9 26h7.2m9.6 5.6l3.2-6.4M99 28.3l-3.3 6.3m17.1-10.9l-1.1-7' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-miterlimit='10' stroke-opacity='.1' /%3E%3C/svg%3E");
  background-size: 115px 66px;
  background-color: #00A03B;
}

.bg-white {
  background-color: #fff;
}

.bg-transparent {
  background-color: transparent;
}

.bg-yellow {
  background-color: #fff969;
}

.bg-black {
  background-color: #1e1e1e;
}

.bg-light-green {
  background-color: #EAF6E3;
  background-image: radial-gradient(circle at left 26% bottom 35%, rgba(175, 203, 55, 0.3), rgba(175, 203, 55, 0.3) 50px, transparent 50px), linear-gradient(45deg, #EAF6E3 0%, #c8d4c1 100%);
  background-size: auto;
}

.bg-grey {
  background-color: #f3f7f6;
}

.bg-dark-green {
  background-color: #00A03B;
}


/*=====  End of 15. Module Style  ======*/
/*=============================================
=            16. Mobile Menu Style            =
=============================================*/
/**
	Navigation File

	01. Menu Button
	02. Mobile Menu

*/
/* 01. Menu Button
   ==================================== */
.menu-button {
  display: none;
  height: 30px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: -20px;
}

.menu-button.active span {
  background-color: rgba(0, 0, 0, 0);
  transition-delay: 0.2s;
}

.menu-button.active span:before {
  margin-top: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}

.menu-button.active span:after {
  margin-top: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

.menu-button span {
  margin: 0 auto;
  position: relative;
  top: 10px;
  transition-duration: 0s;
  transition-delay: 0.2s;
}

.menu-button span:before,
.menu-button span:after {
  content: '';
  position: absolute;
}

.menu-button span:before {
  margin-top: -10px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.menu-button span:after {
  margin-top: 10px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.menu-button span,
.menu-button span:before,
.menu-button span:after {
  width: 35px;
  height: 2px;
  background-color: #00A03B;
  display: block;
}

/* 02. Mobile Menu
   ==================================== */
.mobile-menu {
  position: inherit;
}

.mobile-menu .menu .children:before,
.mobile-menu .menu .mega-menu-top:before {
  top: 9px;
}

/*=====  End of 16. Mobile Menu Style  ======*/