@charset "UTF-8";
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%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*@font-face {
  font-family: 'font';
  src: url("../fonts/font.eot");  IE9 Compat Modes 
  src: url('../fonts/font.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font.ttf')  format('truetype');  Safari, Android, iOS 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font';
  src: url("../fonts/font-bold.eot");  IE9 Compat Modes 
  src: url('../fonts/font-bold.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font-bold.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font-bold.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font-bold.ttf')  format('truetype');  Safari, Android, iOS 
 font-weight: bold;
}*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, html {
  padding: 0;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  line-height: 150%;
  overflow-x: hidden;
  margin: 0 !important;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #379408;
  text-decoration: underline;
}
a:hover {
  color: #379408;
  text-decoration: underline;
}

.center {
  text-align: center;
}

p {
  color: #1f1f1f;
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  color: #379408;
  font-weight: bold;
  margin-top: 30px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 20px;
  line-height: 120%;
}

h1 {
  font-size: 45px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 576px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul {
  padding-left: 25px;
  list-style-type: disc;
}
ul li {
  margin-bottom: 15px;
  color: #121212;
  font-size: 17px;
  line-height: 27px;
}

ol {
  padding-left: 20px;
  list-style-type: decimal;
}
ol li {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 27px;
}

blockquote {
  font-style: italic;
  color: #005974;
  font-size: 40px;
  margin-right: 0.5em;
  padding: 0.5em;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
blockquote::before {
  content: "“";
  position: absolute;
  top: 5px;
  left: -20px;
  color: #005974;
  font-size: 70px;
}
blockquote::after {
  content: "”";
  color: #005974;
  position: absolute;
  bottom: 5px;
  right: -20px;
  font-size: 70px;
}
blockquote p {
  color: #005974;
  font-size: 40px;
  text-align: center;
}
blockquote cite {
  color: #8A8A8A;
  font-size: 30px;
  text-align: center;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.btn, input[type=submit] {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #379408;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: baseline;
  margin-top: 15px;
  border: 0;
}
.btn span, input[type=submit] span {
  margin-right: 10px;
  margin-left: -7px;
}
.btn.with-icon-start i, input[type=submit].with-icon-start i {
  margin-right: 15px;
}
.btn i, input[type=submit] i {
  vertical-align: middle;
}
.btn.alternative, input[type=submit].alternative {
  background-color: #002F66;
}
.btn.btn-black, input[type=submit].btn-black {
  background-color: #000 !important;
  color: #fff !important;
}
.btn.btn-white, input[type=submit].btn-white {
  background-color: #fff !important;
  color: #379408 !important;
}
.btn:hover, input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
  transform: scale(1.02);
  cursor: pointer;
}
.btn.btn-home, input[type=submit].btn-home {
  margin: 0 auto;
  display: table;
  margin-bottom: 30px;
}

.alignright {
  margin: 20px;
  float: right;
}

.alignleft {
  margin: 20px;
  float: left;
}

.container {
  padding: 0 30px;
}

.container-fluid {
  padding: 0;
}

.margin-container {
  margin: 50px 0;
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1228px) {
  .container {
    max-width: 1228px;
  }
}

#wpadminbar {
  opacity: 0.2;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
#wpadminbar:hover {
  opacity: 1;
}

.search-screen {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 100%;
  z-index: 5;
  height: 100%;
  z-index: 9999;
  transition: all 0.4s;
}
.search-screen .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-screen .container .input-group {
  display: flex;
}
.search-screen .container .form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  height: 100px;
  border: none;
  font-size: 40px;
  line-height: 80px;
  text-transform: uppercase;
  color: #000;
  padding: 10px 30px;
  font-weight: 300;
}
.search-screen .container .form-control::-webkit-input-placeholder {
  color: #000;
}
.search-screen .container .form-control::-moz-placeholder {
  color: #000;
}
.search-screen .container .form-control:-ms-input-placeholder {
  color: #000;
}
.search-screen .container .form-control:-moz-placeholder {
  color: #000;
}
.search-screen .container .btn-search {
  margin-top: 0;
  background: #000;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
}
.search-screen .container .btn-search span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
}
.search-screen .container .btn-search:hover {
  background: #1d1d1b;
}
.search-screen .container .btn-search:focus {
  background: #1d1d1b;
}
.search-screen .container .btn-search:active {
  background: #1d1d1b;
}
.search-screen .container .btn-search-close {
  margin-top: 0;
  background: #000;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
  background: #fff;
  color: #26cad3;
}
.search-screen .container .btn-search-close span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
  color: #a98c43;
}
.search-screen .container .btn-search-close i {
  vertical-align: middle;
  font-size: 19px;
}
.search-screen .container .btn-search-close:hover span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:focus span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:active span {
  color: #1d1d1b;
}
.search-screen .input-group-btn {
  width: auto;
  font-size: 35px;
}

.search-screen.active {
  opacity: 1;
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .search-screen .container .form-control {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    padding-right: 0;
  }
  .search-screen .container .btn-search {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search span {
    font-size: 20px;
  }
  .search-screen .container .btn-search-close {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search-close span {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .search-screen .container .form-control {
    font-size: 6vw;
  }
}
#snelle-check {
  width: 90%;
  max-width: 992px;
}
@media (max-width: 576px) {
  #snelle-check {
    width: 95%;
    padding: 20px !important;
  }
}
#snelle-check .check-container {
  padding: 30px 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  #snelle-check .check-container {
    padding: 20px;
  }
}
#snelle-check .check-container p {
  font-size: 19px;
  line-height: 150%;
}
#snelle-check .check-container ul {
  list-style: none;
  padding-left: 35px;
}
#snelle-check .check-container ul li {
  font-size: 17px;
  color: #379408;
  position: relative;
}
#snelle-check .check-container ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: green;
  position: absolute;
  top: 3px;
  left: -35px;
}
#snelle-check .overlay-bg {
  background-color: rgba(0, 145, 226, 0.06);
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  left: -600px;
  right: 50%;
  bottom: 0;
  z-index: 1;
}

.hide-mobile {
  display: inline-block;
  margin: 0 3px !important;
}
@media (max-width: 576px) {
  .hide-mobile {
    display: none;
  }
}

.navigation {
  display: flex;
  align-items: center;
  display: inline-block;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: -1800px;
  transition: all 0.3s;
  z-index: 0;
  background-color: rgba(246, 247, 248, 0.95);
  padding: 35px 0 0;
  overflow-y: auto;
}
.navigation a {
  text-decoration: none;
}
.navigation p {
  margin-bottom: 15px;
}
.navigation h3 {
  font-weight: 400;
  color: #379408;
  margin: 10px 0;
}
.navigation .menu {
  display: block;
  margin-bottom: 30px;
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  text-align: left;
  transition: all 0.5s;
}
.navigation ul li {
  margin: 0;
  position: relative;
}
.navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.navigation ul li.menu-item-has-children > a::after {
  color: rgba(55, 148, 1, 0.5);
  position: absolute;
  right: 0;
  top: 55%;
  font-size: 16px;
  transform: translateY(calc(-50% - 2px));
}
.navigation ul li a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: "Roboto Condensed", sans-serif;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
  display: block;
  text-align: left;
  color: #1f1f1f;
  padding: 1px 5px;
}
.navigation ul li a:hover {
  color: #379408;
}
.navigation ul li ul {
  top: 100%;
  left: 0;
  width: 100%;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  position: relative;
  top: none;
  left: none;
  box-shadow: none;
  padding-bottom: 15px;
}
.navigation ul li ul li {
  width: 100%;
}
.navigation ul li ul li:hover a {
  color: #fff;
}
.navigation ul li ul li a {
  display: block;
  background-color: transparent;
  border: none;
  color: rgba(55, 148, 1, 0.5);
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.navigation ul li.current-menu-item a {
  color: rgba(55, 148, 1, 0.5);
}
.navigation .menu-primary-menu-container {
  position: relative;
}
.navigation .sub-menu {
  text-align: left;
  width: 100%;
  min-width: 300px;
  display: block !important;
}
.navigation.is-open {
  top: 130px;
  z-index: 99;
  bottom: 0;
}
@media (max-width: 992px) {
  .navigation.is-open {
    bottom: 0;
    top: 130px;
  }
}
.navigation.is-open ul {
  opacity: 1;
}
.navigation .nav-footer {
  background-color: rgba(55, 148, 1, 0.5);
  padding: 20px;
  margin-top: 20px;
}
.navigation .nav-footer p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.navigation .nav-footer p span {
  margin: 0 10px;
}
.navigation .nav-footer p a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.navigation .nav-footer p a:hover {
  text-decoration: underline;
}

.header-menu {
  text-align: right;
  padding-right: 50px;
  margin-top: 10px;
}
.header-menu .menu-header-menu-container {
  display: inline-block;
  vertical-align: bottom;
  transition: all 0.1s;
}
.header-menu .menu-header-menu-container * {
  transition: all 0.1s;
}
.header-menu .menu-header-menu-container ul {
  padding-left: 0;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .header-menu .menu-header-menu-container ul {
    margin-right: 0;
  }
}
.header-menu .menu-header-menu-container ul li {
  display: inline-block;
  margin: 0;
}
.header-menu .menu-header-menu-container ul li a {
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
}
.header-menu .menu-header-menu-container ul li:last-of-type {
  margin-left: 15px;
}
.header-menu .menu-header-menu-container ul li:last-of-type a {
  background-color: #379408;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.2s;
  padding: 10px 20px;
}
.header-menu .menu-header-menu-container ul li:last-of-type a i {
  margin-right: 5px;
}
.header-menu .menu-header-menu-container ul li:last-of-type a:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .header-menu .menu-header-menu-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .header-menu .menu-header-menu-container ul {
    text-align: center;
  }
  .header-menu .menu-header-menu-container ul li a {
    background-color: #fff;
    color: #379408;
    border-radius: 5px 5px 0 0 !important;
    -moz-border-radius: 5px 5px 0 0 !important;
    -webkit-border-radius: 5px 5px 0 0 !important;
  }
}
@media (max-width: 992px) {
  .header-menu .menu-header-menu-container.hidden {
    visibility: hidden;
    display: none;
  }
}

.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: #379408;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  position: relative;
  top: -7px;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: bottom;
}
@media (max-width: 992px) {
  .hamburger {
    top: 2px;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
}
.hamburger-box span.txt {
  position: absolute;
  right: -55px;
  top: 48%;
  transform: translateY(-50%);
}

.hamburger-inner {
  display: block;
  top: 8px;
  margin-left: 0px;
  margin-top: 8px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: rgba(55, 148, 1, 0.5);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

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

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

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

.hamburger-inner {
  background-color: #379408;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

form {
  padding: 25px;
}
form .form-group {
  margin-bottom: 15px;
}
form .form-group > label {
  font-weight: bold;
  display: block;
  font-size: 23px;
}
form .form-group .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
form .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]), form .form-group textarea {
  padding: 10px;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}

.gform_page_footer .gform_previous_button {
  padding: 15px 35px !important;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #eee !important;
  color: #000 !important;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: baseline;
  margin-top: 15px;
  margin-right: 5px;
  border: 0;
}
.gform_page_footer .gform_previous_button:hover {
  opacity: 0.8;
  color: #379408;
  text-decoration: none;
  transform: scale(1.02);
  cursor: pointer;
}
.gform_page_footer .gform_next_button, .gform_page_footer .gform_button {
  padding: 15px 35px !important;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #379408;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  display: inline-flex;
  align-items: baseline;
  margin-top: 15px;
  border: 0;
}
.gform_page_footer .gform_next_button:hover, .gform_page_footer .gform_button:hover {
  cursor: pointer;
}

#gform_1 {
  padding: 40px 0;
}
#gform_1 h3 {
  margin-top: 20px;
}

.gform_heading {
  display: none;
}

.gform_body {
  padding-top: 30px;
}
.gform_body fieldset label {
  font-size: 13px !important;
  color: #a5a5a5;
}
.gform_body input {
  font-size: 15px !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  border: 1px solid #777;
  padding: 15px !important;
  border-radius: 5px !important;
}
.gform_body .calc-slider {
  padding: 9px !important;
}

.gf_readonly input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  cursor: default;
  padding: 0 !important;
  font-size: 35px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #379408 !important;
  width: unset !important;
  display: inline-block !important;
}
.gf_readonly input:focus, .gf_readonly input:active {
  border: none;
  outline: none;
}

.calc-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.2s;
  background-color: #7ebced;
  margin-top: 15px !important;
  border: none !important;
  padding: 9px !important;
}

.calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.calc-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

textarea, input, select {
  width: 100%;
  padding: 10px 10px;
  font-family: "Roboto Condensed", sans-serif;
}

input[type=radio] {
  width: auto;
}

.wpcf7-list-item {
  margin: 0 15px 0 0 !important;
}

.title-input {
  background-color: transparent;
  font-size: 24px;
  border: none !important;
  font-weight: bold;
  display: inline-block !important;
  text-transform: uppercase;
  width: 105% !important;
  padding-right: 0 !important;
}

h2 .wpcf7-form-control-wrap {
  display: inline-block !important;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 0 0 15px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
header .header-top {
  background-color: #f5f5f5;
  margin-bottom: 15px;
  padding: 5px 0;
  text-align: center;
}
header .header-top p {
  font-size: 13px;
  margin-bottom: 0;
}
header .header-top p a {
  text-decoration: none;
  color: #666666;
}
header .header-top p a:hover {
  text-decoration: underline;
}
header .header-top p a i {
  margin-right: 7px;
}
header .header-top p span {
  margin: 0 15px;
}
@media (max-width: 576px) {
  header .header-top p span {
    margin: 0 10px;
  }
}
header .container {
  height: 100%;
}
header .container .logo {
  height: 60px;
  display: inline-block;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
header .container .logo a {
  height: 100%;
}
header .container .logo a svg, header .container .logo a img {
  overflow: hidden;
  height: 60px;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
header .container .shortcuts {
  height: 100px;
  display: flex;
  align-items: center;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 992px) {
  header .container .shortcuts {
    float: right;
  }
}
header .container .shortcuts ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
header .container .shortcuts ul li {
  margin: 0;
  width: 100%;
  padding: 25px 0;
}
@media (max-width: 992px) {
  header .container .shortcuts ul li {
    width: auto;
  }
}
header .container .shortcuts ul li a {
  color: #379408;
  font-size: 23px;
  text-decoration: none;
}
@media (max-width: 1340px) {
  header .container .shortcuts ul li a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  header .container .shortcuts ul li a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  header .container .shortcuts ul li a {
    font-size: 0;
  }
  header .container .shortcuts ul li a i {
    font-size: 16px;
  }
}
header .container .shortcuts ul li a i {
  margin-right: 15px;
}
main {
  margin-top: 155px;
}
main.page {
  margin-top: 132.5px;
  background-color: #f4f4f4;
}
@media (max-width: 768px) {
  main.page {
    margin-top: 155px;
    background-color: #fff;
  }
}
@media (max-width: 576px) {
  main.page {
    margin-top: 133px;
  }
}
main section.banner {
  margin-top: 125px;
  background-color: #e2e2e2;
  position: relative;
  display: flex;
  align-items: center;
}
main section.banner .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section.banner .background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section.banner .caption h1,
main section.banner .caption h2 {
  font-size: 48px;
  margin: 0 0 25px;
  color: #379408;
}
main section.banner .caption p {
  color: #121212;
  font-size: 23px;
  line-height: 27px;
}
main section.album {
  background-color: #fff;
  padding-bottom: 100px;
}
main section.album .grid-item {
  margin-bottom: 25px;
}
main section.album .grid-item img {
  width: 100%;
}
main section.intro-content {
  text-align: center;
  margin-bottom: 0px;
}
main section.intro-content .intro-content-block h1 {
  margin-top: 10px;
}
main section.intro-content .intro-content-block .date {
  color: #379408;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
main section.intro-content .intro-content-block {
  margin-top: -100px;
  background-color: #fff;
  padding: 50px 80px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
@media (max-width: 768px) {
  main section.intro-content .intro-content-block {
    padding: 30px;
  }
  main section.intro-content .intro-content-block .p1 {
    margin-bottom: 0;
  }
}
main section.intro-content .intro-content-block.contact-block {
  background-color: rgba(55, 148, 8, 0.1);
  margin-top: 30px;
  padding: 20px 40px;
}
main section.slider-home .owl-carousel {
  display: block;
}
main section.slider-home .slide {
  position: relative;
  overflow: hidden;
  max-height: 600px;
}
main section.slider-home .slide .overlay-bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main section.slider-home .slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.slider-home .slide .caption {
  position: absolute;
  left: -1%;
  z-index: 99;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  main section.slider-home .slide .caption {
    left: 0;
    top: 60px;
    transform: translateY(0);
  }
}
main section.slider-home .slide .caption h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 15px;
  padding-left: 5px;
  max-width: 600px;
}
main section.slider-home .slide .caption ul li {
  color: #fff;
}
main section.slider-home .slide .caption ul li a {
  color: #fff;
}
main section.slider-home .slide .caption p {
  margin-bottom: 15px;
  padding-left: 5px;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}
main section.slider-home .slide .caption .btn {
  margin-top: 10px;
  background-color: #fff;
  color: #000;
  margin-right: 7px;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  main section.slider-home .slide .caption {
    padding: 40px 50px;
  }
  main section.slider-home .slide .caption h3 {
    font-size: 30px;
  }
  main section.slider-home .slide .caption p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  main section.slider-home .slide .caption h3 {
    font-size: 24px;
  }
  main section.slider-home .slide .caption {
    width: 80%;
  }
}
@media (max-width: 576px) {
  main section.slider-home .slide .caption {
    width: 100%;
    padding: 0;
  }
}
main section.slider-home .slide .trustpilot-widget iframe {
  position: relative;
  height: 20px !important;
  width: 100% !important;
  max-width: 350px !important;
  border-style: none !important;
  display: block !important;
  overflow: hidden !important;
  top: 35px !important;
  left: 0px !important;
}
main section.slider-home .bottom-bar {
  background-color: #379408;
  height: 100px;
  width: 100%;
  display: block;
}
@media (max-width: 576px) {
  main section.slider-home .bottom-bar {
    display: none;
  }
}
main section.slider-home .owl-stage-outer {
  overflow: unset;
}
@media (max-width: 768px) {
  main section.slider-home {
    height: calc(85vh - 100px);
  }
  main section.slider-home .slider {
    height: calc(85vh - 100px);
  }
  main section.slider-home .slider .slide {
    height: calc(85vh - 100px);
    max-height: 100%;
  }
  main section.slider-home .slider .slide img {
    height: calc(85vh - 100px);
  }
}
main section.slider-home {
  height: calc(60vh - 183px);
  position: relative;
}
@media (max-width: 992px) {
  main section.slider-home {
    height: calc(60vh - 80px);
  }
}
@media (max-width: 768px) {
  main section.slider-home {
    height: calc(60vh - 10px);
  }
}
@media (max-width: 576px) {
  main section.slider-home {
    height: calc(60vh + 40px);
  }
}
main section.slider-home .slider {
  height: 100%;
}
main section.slider-home .slider .slide {
  height: 100%;
  position: relative;
}
main section.slider-home .slider .slide img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.slider-home .slider .slide .caption {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 768px;
}
@media (max-width: 576px) {
  main section.slider-home .slider .slide .caption {
    top: 40%;
  }
}
main section.slider-home .slider .slide .caption img {
  max-width: 130px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  main section.slider-home .slider .slide .caption img {
    max-width: 90px;
  }
}
main section.slider-home .slider .slide .caption h3 {
  font-size: 90px;
  color: #fff;
  text-align: center;
  font-weight: 200;
}
@media (max-width: 992px) {
  main section.slider-home .slider .slide .caption h3 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  main section.slider-home .slider .slide .caption h3 {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  main section.slider-home .slider .slide .caption h3 {
    font-size: 45px;
  }
}
main section.slider-home.video-container {
  overflow: hidden;
  padding-top: 56.5%;
  margin-top: -50px;
  height: 60vh;
}
main section.slider-home.video-container .lds-dual-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main section.slider-home.video-container .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #379408;
  border-color: #379408 transparent #379408 transparent;
  animation: lds-dual-ring 2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
main section.slider-home.video-container .video-header {
  height: 60vh;
  width: 100vw;
}
main section.slider-home.video-container .video-header .overlay-caption {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(-90deg, rgba(2, 0, 36, 0) 0%, rgba(55, 148, 8, 0.1) 100%);
}
@media (max-width: 768px) {
  main section.slider-home.video-container .video-header .overlay-caption {
    background: none;
  }
}
main section.slider-home.video-container .video-header .overlay-caption .centered {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 768px) {
  main section.slider-home.video-container .video-header .overlay-caption .centered {
    display: none;
  }
}
main section.slider-home.video-container .video-header .overlay-caption .centered h1 {
  color: #fff;
  font-size: 54px;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
main section.slider-home.video-container .video-header .overlay-caption .centered p {
  color: #fff;
  font-size: 24px;
  line-height: 150%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
@media (max-width: 992px) {
  main section.slider-home.video-container .video-header .overlay-caption .centered .container {
    width: 100%;
    max-width: 100%;
  }
  main section.slider-home.video-container .video-header .overlay-caption .centered .container h1 {
    font-size: 40px;
  }
  main section.slider-home.video-container .video-header .overlay-caption .centered .container p {
    font-size: 20px;
  }
}
main section.slider-home.video-container .video-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  main section.slider-home.video-container .video-header {
    height: unset;
    width: unset;
  }
}
@media (max-width: 992px) {
  main section.slider-home.video-container {
    height: auto;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  main section.slider-home.video-container {
    height: unset !important;
  }
}
main section.mobile-main-text {
  display: none;
  text-align: center;
  background-color: #f5f5f5;
  padding: 10px 0px;
}
@media (max-width: 768px) {
  main section.mobile-main-text {
    display: block;
  }
}
main section.main-content {
  padding: 50px 0 30px;
  background-color: #f6f7f8;
  position: relative;
}
main section.main-content p {
  font-weight: bold;
  color: #379408;
  font-size: 18px;
  line-height: 30px;
}
main section.intro {
  background-color: #f6f7f8;
  padding: 30px 0 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
main section.intro h1 {
  color: #fff;
  font-size: 50px;
}
main section.intro .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 145, 226, 0.8);
}
main section.faq {
  margin-top: 40px;
}
main section.faq h2 {
  text-align: center;
  margin-bottom: 40px;
}
main section.faq .accordion {
  background-color: #fcfcfc;
  cursor: pointer;
  padding: 20px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: all 0.3s;
  font-size: 17px;
  color: #379408;
  letter-spacing: 0.5px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
@media (max-width: 576px) {
  main section.faq .accordion {
    padding: 20px 60px 20px 20px;
  }
}
main section.faq {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
}
main section.faq .active,
main section.faq .accordion:hover {
  background-color: #379408;
  transition: all 0.3s;
  color: #fff;
}
main section.faq {
  /* Style the accordion panel. Note: hidden by default */
}
main section.faq .pan {
  padding: 0 30px 0;
  background-color: white;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  opacity: 0;
  transition: all 0.3s;
}
main section.faq .pan.open {
  visibility: visible;
  height: auto;
  opacity: 1;
  padding: 30px 30px 0;
  background-color: #fff;
  border-bottom: 1px dotted #ccc;
}
main section.faq .accordion:after {
  content: "+";
  font-size: 30px;
  color: #379408 !important;
  float: right;
  vertical-align: middle;
  margin-left: 5px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  line-height: 0;
  padding: 15px 7px;
  position: absolute;
  right: 15px;
  top: 15px;
}
main section.faq .active:after {
  content: "-";
  color: #379408 !important;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
  line-height: 0;
  padding: 13px 10px;
  font-size: 30px;
}
main section.video-content {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 768px) {
  main section.video-content {
    padding: 10px 0 40px;
  }
}
main section.video-content .leaf-bg {
  position: absolute;
  top: 200px;
  left: 0;
  opacity: 0.05;
  z-index: -1;
  height: 70vh;
}
main section.video-content .leaf-bg img {
  height: 70vh;
}
main section.video-content h1 {
  margin-top: 0;
}
main section.video-content .overlay-bg {
  transform: skew(-20deg);
  position: absolute;
  top: 0;
  right: -200px;
  left: 75%;
  bottom: 0;
  background-color: #fff;
}
main section.video-content .video-link {
  position: relative;
  background-color: #000;
  border: 10px solid white;
  width: 100%;
}
@media (max-width: 992px) {
  main section.video-content .video-link {
    margin-left: -10px;
  }
}
main section.video-content .video-link img {
  opacity: 0.8;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.video-content .video-link i {
  font-size: 85px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
main section.video-content .video-link:hover img {
  opacity: 1;
}
main section.video-content .video-link:hover i {
  color: #3c3d41;
}
main section.clients {
  padding: 40px 0;
  position: relative;
  background-color: #fff;
  margin: 40px 0;
}
main section.clients h2 {
  text-align: center;
  margin-top: 0;
}
main section.clients .owl-nav {
  display: none;
}
main section.clients .clients-slider .item {
  padding: 30px;
  position: relative;
  height: 200px;
}
@media (max-width: 768px) {
  main section.clients .clients-slider .item {
    padding: 10px;
  }
}
main section.clients .clients-slider .item img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
  max-width: 100% !important;
}
main section.repeater-content {
  padding: 0;
  margin-top: 30px;
}
@media (max-width: 768px) {
  main section.repeater-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
main section.repeater-content .repeater-item {
  margin: 40px 0 40px;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item {
    margin: 30px 0 60px 0;
  }
}
main section.repeater-content .repeater-item:last-of-type {
  margin-bottom: 40px;
}
main section.repeater-content .repeater-item:nth-child(odd) .image {
  order: 0;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item:nth-child(odd) .image {
    order: 0;
  }
}
main section.repeater-content .repeater-item:nth-child(odd) .text-container {
  padding: 20px 20px 20px 20px;
}
main section.repeater-content .repeater-item:nth-child(odd) .text-block {
  order: 1;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item:nth-child(odd) .text-block {
    order: 1;
  }
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .image {
    order: 0;
  }
}
main section.repeater-content .repeater-item .image.two-image figure {
  height: 50%;
  margin-bottom: 15px;
}
main section.repeater-content .repeater-item .image figure {
  position: relative;
  height: 100%;
  min-height: 320px;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .image figure {
    max-height: 400px;
    min-height: unset;
  }
}
main section.repeater-content .repeater-item .image figure img,
main section.repeater-content .repeater-item .image figure svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .image figure img,
  main section.repeater-content .repeater-item .image figure svg {
    position: relative;
  }
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .text-block {
    order: 1;
  }
}
main section.repeater-content .repeater-item .text-container {
  padding: 20px;
  padding-bottom: 0;
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .text-container {
    padding: 20px 10px;
  }
}
main section.repeater-content .repeater-item .text-container h2 {
  margin-top: 0;
  color: #379408;
  font-size: 38px;
}
main section.repeater-content .repeater-item .text-container p {
  color: #1f1f1f;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  main section.repeater-content .repeater-item .text-container.google-text h2 {
    margin-top: 40px;
  }
}
main section.repeater-content .repeater-item .text-container.only-txt {
  padding: 0;
}
main section.repeater-content.page {
  margin-bottom: 100px;
}
main section.page-content h2,
main section.page-content h3,
main section.page-content h4,
main section.page-content h5,
main section.page-content h6 {
  color: #379408;
}
main section.page-content h2 {
  font-size: 46px;
}
main section.page-content p {
  font-size: 18px;
  line-height: 27px;
  color: #121212;
}
main section.page-content blockquote p {
  color: #379408;
  font-size: 40px;
  line-height: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}
main section.banner img {
  width: 100%;
}
main section.cats h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
main section.cats .cat-block {
  margin-bottom: 20px;
}
main section.cats .cat-home {
  height: 100%;
  position: relative;
  min-height: 270px;
  width: 100%;
}
main section.cats .cat-home h3 {
  position: absolute;
  bottom: 30px;
  background-color: #fff;
  color: #379408;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 10px 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
  font-size: 22px;
  width: 90%;
  text-align: center;
}
main section.cats .cat-home figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main section.cats .cat-home figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  transition: all 0.2s;
}
main section.cats .cat-home:hover img {
  opacity: 1;
}
main section.cats .cat-home:hover h3 {
  background-color: #fff;
}
main section.news-overview,
main .vac-overview {
  padding: 0;
}
main section.news-overview h2,
main .vac-overview h2 {
  text-align: center;
  margin-top: 0;
}
main section.news-overview .news-item,
main section.news-overview .vac-item,
main .vac-overview .news-item,
main .vac-overview .vac-item {
  margin-bottom: 30px;
}
main section.news-overview .news-item .news-item-image,
main section.news-overview .news-item .vac-item-image,
main section.news-overview .vac-item .news-item-image,
main section.news-overview .vac-item .vac-item-image,
main .vac-overview .news-item .news-item-image,
main .vac-overview .news-item .vac-item-image,
main .vac-overview .vac-item .news-item-image,
main .vac-overview .vac-item .vac-item-image {
  display: flex;
}
main section.news-overview .news-item .news-item-image img,
main section.news-overview .news-item .vac-item-image img,
main section.news-overview .vac-item .news-item-image img,
main section.news-overview .vac-item .vac-item-image img,
main .vac-overview .news-item .news-item-image img,
main .vac-overview .news-item .vac-item-image img,
main .vac-overview .vac-item .news-item-image img,
main .vac-overview .vac-item .vac-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.news-overview .news-item .news-item-content,
main section.news-overview .news-item .vac-item-content,
main section.news-overview .vac-item .news-item-content,
main section.news-overview .vac-item .vac-item-content,
main .vac-overview .news-item .news-item-content,
main .vac-overview .news-item .vac-item-content,
main .vac-overview .vac-item .news-item-content,
main .vac-overview .vac-item .vac-item-content {
  padding: 30px 30px 60px;
  text-align: center;
  background-color: #fff;
  height: calc(100% - 250px);
}
@media (max-width: 1199px) {
  main section.news-overview .news-item .news-item-content,
  main section.news-overview .news-item .vac-item-content,
  main section.news-overview .vac-item .news-item-content,
  main section.news-overview .vac-item .vac-item-content,
  main .vac-overview .news-item .news-item-content,
  main .vac-overview .news-item .vac-item-content,
  main .vac-overview .vac-item .news-item-content,
  main .vac-overview .vac-item .vac-item-content {
    height: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  main section.news-overview .news-item .news-item-content,
  main section.news-overview .news-item .vac-item-content,
  main section.news-overview .vac-item .news-item-content,
  main section.news-overview .vac-item .vac-item-content,
  main .vac-overview .news-item .news-item-content,
  main .vac-overview .news-item .vac-item-content,
  main .vac-overview .vac-item .news-item-content,
  main .vac-overview .vac-item .vac-item-content {
    height: auto;
  }
}
@media (max-width: 768px) {
  main section.news-overview .news-item .news-item-content,
  main section.news-overview .news-item .vac-item-content,
  main section.news-overview .vac-item .news-item-content,
  main section.news-overview .vac-item .vac-item-content,
  main .vac-overview .news-item .news-item-content,
  main .vac-overview .news-item .vac-item-content,
  main .vac-overview .vac-item .news-item-content,
  main .vac-overview .vac-item .vac-item-content {
    background-color: #f5f5f5;
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  main section.news-overview .news-item .news-item-content h3,
  main section.news-overview .news-item .vac-item-content h3,
  main section.news-overview .vac-item .news-item-content h3,
  main section.news-overview .vac-item .vac-item-content h3,
  main .vac-overview .news-item .news-item-content h3,
  main .vac-overview .news-item .vac-item-content h3,
  main .vac-overview .vac-item .news-item-content h3,
  main .vac-overview .vac-item .vac-item-content h3 {
    font-size: 21px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
main section.news-overview .news-item .news-item-content .date,
main section.news-overview .news-item .vac-item-content .date,
main section.news-overview .vac-item .news-item-content .date,
main section.news-overview .vac-item .vac-item-content .date,
main .vac-overview .news-item .news-item-content .date,
main .vac-overview .news-item .vac-item-content .date,
main .vac-overview .vac-item .news-item-content .date,
main .vac-overview .vac-item .vac-item-content .date {
  color: #379408;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
main section.news-overview .news-item .news-item-content a,
main section.news-overview .news-item .vac-item-content a,
main section.news-overview .vac-item .news-item-content a,
main section.news-overview .vac-item .vac-item-content a,
main .vac-overview .news-item .news-item-content a,
main .vac-overview .news-item .vac-item-content a,
main .vac-overview .vac-item .news-item-content a,
main .vac-overview .vac-item .vac-item-content a {
  margin-top: 0px;
  color: #379408;
  text-decoration: none;
}
@media (max-width: 1199px) {
  main section.news-overview .news-item .news-item-content a,
  main section.news-overview .news-item .vac-item-content a,
  main section.news-overview .vac-item .news-item-content a,
  main section.news-overview .vac-item .vac-item-content a,
  main .vac-overview .news-item .news-item-content a,
  main .vac-overview .news-item .vac-item-content a,
  main .vac-overview .vac-item .news-item-content a,
  main .vac-overview .vac-item .vac-item-content a {
    margin-top: 5px;
  }
}
main section.news-overview .news-item .news-item-content a:hover,
main section.news-overview .news-item .vac-item-content a:hover,
main section.news-overview .vac-item .news-item-content a:hover,
main section.news-overview .vac-item .vac-item-content a:hover,
main .vac-overview .news-item .news-item-content a:hover,
main .vac-overview .news-item .vac-item-content a:hover,
main .vac-overview .vac-item .news-item-content a:hover,
main .vac-overview .vac-item .vac-item-content a:hover {
  color: #379408;
}
main section.vac-overview {
  padding-top: 60px;
}
main section.blocks .block-bronze img,
main section.blocks .block-gold img,
main section.blocks .block-silver img {
  width: 100%;
}
main section.blocks .block-bronze .content,
main section.blocks .block-gold .content,
main section.blocks .block-silver .content {
  padding: 20px;
  background-color: #fff;
}
main section.blocks .block-bronze .content h3,
main section.blocks .block-gold .content h3,
main section.blocks .block-silver .content h3 {
  margin-top: 0;
}
main .workshop {
  background-color: rgba(98, 193, 192, 0.1);
  margin-top: 30px;
}
main .workshop .ws-content {
  padding: 30px;
}
main .workshop .ws-content h3 {
  margin-top: 0;
  color: #379408;
  font-size: 20px;
}
main .workshop .ws-content p {
  margin-bottom: 20px;
}
main .workshop .ws-content ul {
  padding-left: 0;
}
main .workshop .ws-content ul li {
  list-style: none;
  margin-bottom: 5px;
}
main .workshop .ws-content ul li i {
  margin-right: 5px;
  width: 30px;
  color: #379408;
  font-size: 19px;
}
main .workshop .ws-content .btn {
  margin-top: 10px;
}
main .workshop .ws-img {
  width: 100%;
  height: 100%;
}
main .workshop .ws-img a {
  width: 100%;
  height: 100%;
}
main .workshop .ws-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .workshop-info {
  padding: 20px 0 50px;
}
main .workshop-info .ws-block {
  padding: 30px;
  text-align: left;
  background-color: rgba(98, 193, 192, 0.1);
  height: 100%;
}
@media (max-width: 576px) {
  main .workshop-info .ws-block {
    padding: 20px;
  }
  main .workshop-info .ws-block:first-of-type {
    padding-bottom: 0;
  }
}
main .workshop-info .ws-block .price-block .price-item {
  display: inline-block;
  width: 100%;
}
main .workshop-info .ws-block .price-block .price-item .price {
  width: 39%;
  display: inline-block;
  text-align: right;
  color: #379408;
}
@media (max-width: 768px) {
  main .workshop-info .ws-block .price-block .price-item .price {
    width: 49%;
    float: right;
  }
}
main .workshop-info .ws-block .price-block .price-item .name {
  width: 60%;
  display: inline-block;
}
@media (max-width: 768px) {
  main .workshop-info .ws-block .price-block .price-item .name {
    width: 50%;
    float: left;
  }
}
main .workshop-info .ws-block .price-block .item-content {
  font-style: italic;
}
main .workshop-info .ws-block .price-block .item-content p {
  color: #adadad;
}
main .workshop-info .ws-block .info-block {
  height: 100%;
}
main .workshop-info .ws-block .info-block .info-item {
  margin-bottom: 30px;
}
main .workshop-info .ws-block .info-block .info-item .price {
  width: 40%;
  display: inline-block;
  text-align: right;
  color: #379408;
}
@media (max-width: 768px) {
  main .workshop-info .ws-block .info-block .info-item .price {
    width: 49%;
    float: right;
  }
}
main .workshop-info .ws-block .info-block .info-item .name {
  width: 59%;
  display: inline-block;
}
@media (max-width: 768px) {
  main .workshop-info .ws-block .info-block .info-item .name {
    width: 50%;
    float: left;
  }
}
main .workshop-info .ws-block .info-block .item-content {
  font-style: italic;
  margin-top: 20px;
}
main .workshop-info .ws-block .info-block .item-content p {
  color: #adadad;
}
main .book-this {
  text-align: center;
}
main .repeater-item form {
  padding: 0;
}

section.reviews {
  margin-top: 40px;
  padding-bottom: 60px;
}
section.reviews h2 {
  text-align: center;
  width: 100%;
}

footer {
  background-color: rgba(55, 148, 1, 0.5);
}
@media (max-width: 992px) {
  footer {
    padding-bottom: 30px;
  }
}
footer a {
  text-decoration: none;
  font-size: 17px;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 992px) {
  footer ul {
    margin-bottom: 50px;
  }
}
footer .footer-social-media {
  float: right;
  display: inline-block;
}
footer .footer-social-media ul {
  list-style-type: none;
  padding-left: 0;
}
footer .footer-social-media ul li {
  margin-bottom: 0;
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  margin-right: 10px;
}
footer .footer-social-media ul li a i {
  color: #fff;
}
@media (max-width: 768px) {
  footer .footer-social-media {
    display: block;
    text-align: center;
    float: none;
  }
}
footer * {
  color: #fff;
}
footer .footer-details {
  padding: 20px 0 50px;
}
footer .footer-details h3 {
  margin-top: 30xp;
}
footer .footer-details svg {
  max-width: 150px;
}
@media (max-width: 768px) {
  footer .footer-details svg {
    margin: 20px auto;
    display: block;
  }
}
footer .footer-details svg .st1, footer .footer-details svg .st0 {
  fill: #fff;
}
footer .footer-details svg .st2 {
  fill: #379408;
}
footer .footer-details svg .st3 {
  fill: #fff;
}
footer ul {
  padding-left: 0;
  list-style: none;
  margin-top: -10px;
}
footer ul li {
  margin-bottom: 0px;
  line-height: 20px;
}
footer ul li a {
  text-decoration: none;
  font-size: 17px;
  padding: 10px 0;
}
@media (max-width: 992px) {
  footer ul li a {
    padding: 0;
  }
}
footer ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
footer hr {
  margin: 60px 0;
  border-color: #fff;
}
@media (max-width: 768px) {
  footer hr {
    margin: 10px 0;
  }
}
footer .footnote {
  width: 100%;
}
footer .footnote span {
  padding: 0 10px;
}

.btn,
.button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce a.button.alt.checkout-button,
.woocommerce button.button.single_add_to_cart_button {
  padding: 10px 25px;
  background-color: #379408 !important;
  border: 1px solid #379408 !important;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  font-weight: 200;
  cursor: pointer;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.btn:hover,
.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.alt.checkout-button:hover,
.woocommerce button.button.single_add_to_cart_button:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: rgb(37.0192307692, 99.6153846154, 5.3846153846) !important;
  border-color: rgb(37.0192307692, 99.6153846154, 5.3846153846) !important;
}

.onsale {
  display: none;
}

.woocommerce-message {
  border-top-color: transparent !important;
  height: 82px;
  background-color: #f6f7f8 !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.woocommerce-message:before {
  top: 50% !important;
  transform: translateY(-50%);
}
.woocommerce-message .button {
  order: 1;
  margin-left: auto !important;
}

.woocommerce nav.woocommerce-pagination {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}
.woocommerce nav.woocommerce-pagination ul {
  margin: 1px auto;
}

main section.woocommerce-products-header {
  padding: 1px;
}
main section.woocommerce-products-header h1 {
  font-size: 50px;
  margin: 25px 0 15px;
}
main section.woocommerce-products-header .term-description {
  display: none;
}

main section.product-listing .woocommerce-info {
  border-top: 0;
  background-color: transparent;
}
main section.product-listing .product-sort-count {
  display: flex;
  align-items: center;
}
main section.product-listing .product-sort-count form {
  margin-left: auto;
}
main section.product-listing .product {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  text-align: center;
}
main section.product-listing .product a {
  text-decoration: none;
  display: block;
}
main section.product-listing .product:hover .overlay {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
  delay: 150ms;
}
main section.product-listing .product .background {
  position: relative;
  height: 350px;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
  zoom: 1;
}
main section.product-listing .product .background img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section.product-listing .product .background:hover .cycle {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
main section.product-listing .product .background:hover .original {
  visibility: hidden;
  opacity: 0;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
main section.product-listing .product .background .sale-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 25px;
  z-index: 9;
  color: #3c3d41;
}
main section.product-listing .product .background .cycle {
  visibility: hidden;
  opacity: 0;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
main section.product-listing .product .overlay .content {
  text-align: left;
}
main section.product-listing .product .overlay .content h2,
main section.product-listing .product .overlay .content p {
  color: #3c3d41;
  margin: 0;
}
main section.product-listing .product .overlay .content p,
main section.product-listing .product .overlay .content .price {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #3c3d41;
}
main section.product-listing .product .overlay .content p ins,
main section.product-listing .product .overlay .content .price ins {
  text-decoration: none;
}
main section.product-listing .product .overlay .content del {
  text-decoration: line-through;
  opacity: 0.8;
  font-size: 14px;
  margin-right: 5px;
  color: #3c3d41;
}
main section.product-listing .product .overlay .original-price {
  text-decoration: line-through;
  opacity: 0.8;
  font-size: 14px;
  margin-right: 5px;
}
main section.product-listing .product .overlay .buttons {
  display: flex;
  align-items: center;
}
main section.product-listing .product .overlay .buttons .btn:last-of-type {
  margin-left: auto;
  padding-left: 25px;
}
main section.product-listing .product .add_to_cart_button {
  margin-top: 25px;
  margin-left: auto;
}

main section.single-product {
  padding: 40px 0;
}
main section.single-product .product figure {
  margin: 0;
}
main section.single-product .product .product-image-slider .slide {
  cursor: zoom-in;
}
main section.single-product .product .product-image-slider .slide img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section.single-product .product .product-image-slider .owl-dots {
  display: none;
}
main section.single-product .product .product-thumbnail-slider {
  margin-top: 10px;
}
main section.single-product .product .product-thumbnail-slider .slide {
  opacity: 0.6;
  cursor: pointer;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
main section.single-product .product .product-thumbnail-slider .slide:hover, main section.single-product .product .product-thumbnail-slider .slide.active {
  opacity: 1;
}
main section.single-product .product .product-thumbnail-slider .slide img {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main section.single-product .product .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
}
main section.single-product .product .woocommerce-product-gallery__image {
  float: left;
  margin-right: 25px;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 5px;
}
main section.single-product .product .woocommerce-product-gallery__image img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
main section.single-product .product .summary {
  width: 100% !important;
  float: none !important;
}
main section.single-product .product .product_title {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 25px;
}
main section.single-product .product .price {
  font-size: 20px !important;
  font-weight: bold;
  color: #1f1f1f !important;
}
main section.single-product .product del {
  font-size: 12px;
  margin-right: 10px;
}
main section.single-product .product ins {
  text-decoration: none;
}
main section.single-product .product form.cart:not(.variations_form) {
  display: flex;
}
main section.single-product .product form.cart:not(.variations_form) .quantity:has(input[type=hidden]) {
  display: none;
}
main section.single-product .product form.cart:not(.variations_form) .quantity input {
  height: 100%;
  margin-right: 15px;
  background-color: #eee;
  border: 0;
  border-radius: 5px;
  padding: 0 15px;
}
main section.single-product .product form.cart:not(.variations_form) [name=add-to-cart] {
  text-align: left;
  display: flex;
  align-items: center;
  width: auto;
}
main section.single-product .product form.cart:not(.variations_form) [name=add-to-cart] i {
  margin-left: auto;
  padding-left: 25px;
}
main section.single-product .product form.cart.variations_form .single_add_to_cart_button {
  margin-left: 15px;
  text-align: left;
  display: flex;
  align-items: center;
  width: auto;
  padding: 10px 25px;
  background-color: #379408;
  border: 1px solid #379408;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
main section.single-product .product form.cart.variations_form .single_add_to_cart_button:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: rgb(37.0192307692, 99.6153846154, 5.3846153846);
  border-color: rgb(37.0192307692, 99.6153846154, 5.3846153846);
}
main section.single-product .product form.cart.variations_form .single_add_to_cart_button i {
  margin-left: auto;
  padding-left: 25px;
}
main section.single-product .product form.cart.variations_form table {
  width: 100%;
  margin: 0;
}
main section.single-product .product form.cart.variations_form table tr td label {
  height: 51px;
  margin: 0;
  display: flex;
  align-items: center;
}
main section.single-product .product form.cart.variations_form .woocommerce-variation-add-to-cart-enabled {
  display: flex;
}
main section.single-product .product form.cart.variations_form .woocommerce-variation-add-to-cart-enabled .quantity input {
  height: 100%;
  margin-right: 15px;
  background-color: #eee;
  border: 0;
  border-radius: 5px;
  padding: 0 15px;
}
main section.single-product .product form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
}
main section.single-product .product .product_meta {
  margin-top: 25px;
}
main section.single-product .product .product_meta > span {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}
main section.single-product .product .product_meta > span span,
main section.single-product .product .product_meta > span a {
  font-weight: normal;
}
main section.single-product .product .up-sells {
  padding: 25px;
  border-radius: 5px;
}
main section.single-product .product .up-sells h2 {
  margin-top: 0;
}
main section.single-product .product .woocommerce-tabs {
  margin: 50px 0;
}
main section.single-product .product .woocommerce-tabs .wc-tabs {
  margin-bottom: 0;
}
main section.single-product .product .woocommerce-tabs .wc-tabs:before {
  content: none;
}
main section.single-product .product .woocommerce-tabs .wc-tabs li {
  background-color: #eee;
}
main section.single-product .product .woocommerce-tabs .wc-tabs li.active {
  background-color: #379408;
  border-bottom-color: #379408;
}
main section.single-product .product .woocommerce-tabs .wc-tabs li.active a {
  color: #fff;
}
main section.single-product .product .woocommerce-tabs .wc-tabs li a {
  font-weight: normal;
  color: #3c3d41;
}
main section.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #379408;
}
main section.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  margin-top: 0;
}
main section.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel [type=submit] {
  background-color: rgb(37.0192307692, 99.6153846154, 5.3846153846) !important;
  width: auto;
}
main section.single-product .product .product-listing {
  background-color: #f6f7f8;
  padding: 25px;
}
main section.single-product .product .product-listing h2 {
  text-align: center;
}

main section.cart-listing {
  float: left;
  width: 60%;
}
@media (max-width: 992px) {
  main section.cart-listing {
    float: none;
    width: 100%;
  }
}
main section.cart-listing table tbody tr .product-thumbnail img {
  width: 50px;
  display: block;
  border-radius: 5px;
}
main section.cart-listing table tbody tr .product-quantity input {
  min-width: 120px;
}
main section.cart-listing .coupon {
  display: flex;
}
main section.cart-listing .coupon .input-text {
  width: 110px !important;
}
main section.cart-listing [name=update_cart] {
  margin-top: 25px;
}

main section.cart-ending-wrapper {
  margin-bottom: 25px;
  float: left;
  width: 35%;
}
@media (max-width: 992px) {
  main section.cart-ending-wrapper {
    float: right;
    width: 100%;
  }
}
main section.cart-ending-wrapper .cart_totals {
  float: none !important;
  width: 100% !important;
}
main section.cart-ending-wrapper .cart_totals h2 {
  display: none;
}

.wc-block-cart .wc-block-cart__submit-button,
.wc-block-cart .wc-block-components-checkout-place-order-button,
.wc-block-cart .wc-block-components-button:not(.wc-block-components-quantity-selector__button),
.wc-block-checkout .wc-block-cart__submit-button,
.wc-block-checkout .wc-block-components-checkout-place-order-button,
.wc-block-checkout .wc-block-components-button:not(.wc-block-components-quantity-selector__button) {
  background-color: #379408 !important;
  border: 1px solid #379408 !important;
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 200;
  cursor: pointer;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.wc-block-cart .wc-block-cart__submit-button:hover,
.wc-block-cart .wc-block-components-checkout-place-order-button:hover,
.wc-block-cart .wc-block-components-button:not(.wc-block-components-quantity-selector__button):hover,
.wc-block-checkout .wc-block-cart__submit-button:hover,
.wc-block-checkout .wc-block-components-checkout-place-order-button:hover,
.wc-block-checkout .wc-block-components-button:not(.wc-block-components-quantity-selector__button):hover {
  background-color: rgb(37.0192307692, 99.6153846154, 5.3846153846) !important;
  border-color: rgb(37.0192307692, 99.6153846154, 5.3846153846) !important;
  transform: scale(1.01);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.wc-block-cart .wc-block-components-product-name,
.wc-block-checkout .wc-block-components-product-name {
  color: #379408;
  text-decoration: none;
}
.wc-block-cart .wc-block-components-product-name:hover,
.wc-block-checkout .wc-block-components-product-name:hover {
  color: rgb(37.0192307692, 99.6153846154, 5.3846153846);
}
.wc-block-cart .wc-block-cart-item__image img,
.wc-block-checkout .wc-block-cart-item__image img {
  border-radius: 5px;
}
.wc-block-cart .wc-block-components-quantity-selector,
.wc-block-checkout .wc-block-components-quantity-selector {
  border-radius: 5px;
  border-color: #ddd;
}
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.wc-block-checkout .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: transparent;
  color: #3c3d41;
  border: 0;
}
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wc-block-checkout .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
  color: #379408;
}
.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input,
.wc-block-checkout .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  border: 0;
}
.wc-block-cart .wc-block-components-sale-badge,
.wc-block-checkout .wc-block-components-sale-badge {
  background-color: #379408;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 12px;
}
.wc-block-cart .wc-block-cart-item__remove-link,
.wc-block-checkout .wc-block-cart-item__remove-link {
  color: #3c3d41;
}
.wc-block-cart .wc-block-cart-item__remove-link:hover,
.wc-block-checkout .wc-block-cart-item__remove-link:hover {
  color: rgb(37.0192307692, 99.6153846154, 5.3846153846);
}
.wc-block-cart .wc-block-components-totals-wrapper,
.wc-block-checkout .wc-block-components-totals-wrapper {
  border-color: #eee;
}
.wc-block-cart .wc-block-components-totals-coupon-link,
.wc-block-checkout .wc-block-components-totals-coupon-link {
  color: #379408;
}
.wc-block-cart .wc-block-components-text-input input:focus,
.wc-block-checkout .wc-block-components-text-input input:focus {
  border-color: #379408;
  box-shadow: 0 0 0 1px #379408;
}

main section.checkout-form .button[name=woocommerce_checkout_place_order] {
  width: auto;
  padding: 10px 25px;
  background-color: #379408;
  border: 1px solid #379408;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  font-weight: 200;
  cursor: pointer;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
main section.checkout-form .button[name=woocommerce_checkout_place_order]:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background-color: rgb(37.0192307692, 99.6153846154, 5.3846153846);
  border-color: rgb(37.0192307692, 99.6153846154, 5.3846153846);
}

main section.page-content {
  padding: 40px 0;
}
main section.page-content .woocommerce::after {
  display: table;
  content: "";
  clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #379408;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 5px 15px;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
  padding: 25px;
  border: 1px solid #379408;
  margin-top: 4px;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  max-width: 48%;
}

header .search .search-box {
  position: absolute;
  top: 110px;
  width: 120%;
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 25px;
  border-radius: 5px;
  max-height: 320px;
  overflow: auto;
}
header .search .search-box .loader:before {
  content: none;
}
header .search .search-box .loader p {
  margin: 0;
}
header .search .search-box h2 {
  margin-top: 0;
}
header .search .search-box .results {
  display: none;
}
header .search .search-box .results .inner-results {
  margin: 0 -25px;
}
header .search .search-box .results .inner-results .product {
  width: 100%;
  display: flex;
  padding: 10px 25px;
  align-items: center;
}
header .search .search-box .results .inner-results .product:nth-child(even) {
  background-color: #f6f7f8;
}
header .search .search-box .results .inner-results .product .background {
  position: relative;
}
header .search .search-box .results .inner-results .product .background img {
  width: 100px;
  border-radius: 5px;
}
header .search .search-box .results .inner-results .product .background .sale-label {
  display: none;
}
header .search .search-box .results .inner-results .product .overlay {
  display: flex;
  width: 100%;
}
header .search .search-box .results .inner-results .product .overlay .content {
  padding: 0 0 0 15px;
}
header .search .search-box .results .inner-results .product .overlay .content p {
  margin: 0;
}
header .search .search-box .results .inner-results .product .overlay .content p:first-of-type {
  font-size: 20px;
  font-weight: bold;
}
header .search .search-box .results .inner-results .product .overlay .content .price {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #3c3d41;
}
header .search .search-box .results .inner-results .product .overlay .content .price ins {
  text-decoration: none;
}
header .search .search-box .results .inner-results .product .overlay .content del {
  text-decoration: line-through;
  opacity: 0.8;
  font-size: 14px;
  margin-right: 5px;
  color: #3c3d41;
}
header .search .search-box .results .inner-results .product .overlay .original-price {
  text-decoration: line-through;
  opacity: 0.8;
  font-size: 14px;
  margin-right: 5px;
}
header .search .search-box .results .inner-results .product .overlay .buttons {
  margin-left: auto;
}
header .search .search-box .results .inner-results .product .overlay .buttons .btn {
  display: block;
  margin-bottom: 5px;
}

header .user-shortcuts a .cart-amount {
  border: 1px solid;
  background-color: rgba(55, 148, 1, 0.5);
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
}

.woocommerce-cart main section.intro-content .intro-content-block,
.woocommerce-checkout main section.intro-content .intro-content-block {
  margin-top: 50px;
}

.wc-block-components-sidebar {
  width: 100% !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  margin: 0 auto !important;
}

.wc-block-components-totals-item__label {
  text-align: left;
}

.woocommerce-products-header {
  display: none;
}/*# sourceMappingURL=style.css.map */