@charset "UTF-8";
.products:after, .tabs:after, .fact-tabs:after, .hero-boxes:after, #timeline-aside:after, .timeline-intro:after, .fact:after, #nav-secondary:after, .row:after, .center:after,
.center-narrow:after {
  content: "";
  display: table;
  clear: both;
}

.stars a, .star-rating > span, #testimonials .slick-dots button, #testimonials .slick-arrow, .logo, .modal-close, #totop {
  text-indent: -9999px;
  overflow: hidden;
}

.inview {
  transform: translateY(100px) translateZ(0);
  backface-visibility: hidden;
  opacity: 0;
  transition-duration: 800ms;
  transition-property: transform, opacity;
  will-change: transform;
}
.inview.animate {
  transform: none;
  opacity: 1;
}

/*
 * Fix
 * Version 0.1.1
 * https://github.com/jaydenseric/Fix
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: 1;
  font-family: sans-serif;
}

iframe {
  border: 0;
}

main {
  display: block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  display: block;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

h1, .timeline-title,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

blockquote {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
}

.noscroll {
  overflow: hidden;
}

::selection {
  background: #2B500D; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #2B500D; /* Gecko Browsers */
  color: #fff;
}

.center,
.center-narrow {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media (max-width: 1300px) {
  .center,
  .center-narrow {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .center,
  .center-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.center {
  max-width: 1200px;
}

.center-narrow {
  max-width: 900px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.leaves {
  position: relative;
}
.leaves:before {
  content: "";
  background: url("../images/leaves.png") repeat-y center top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.skifer {
  background: url("../images/skifer.jpg") no-repeat center top/cover;
}

.floater {
  position: fixed;
  top: 50%;
  right: 50px;
  z-index: 200;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 1300px) {
  .floater {
    right: 30px;
  }
}
@media (max-width: 600px) {
  .floater {
    display: none;
  }
}

.floater-button {
  margin: 10px 0;
  min-width: 70px;
  height: 70px;
  display: block;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  float: right;
  clear: right;
  overflow: hidden;
  transition: 300ms;
}
.floater-button:hover .floater-icon {
  opacity: 0.5;
}
.floater-button:hover .floater-text {
  display: block;
}

.floater-icon {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 200ms;
}

.floater-text {
  padding: 0 70px 0 30px;
  display: none;
  font-size: 18px;
  line-height: 70px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

#floater-calendar .floater-icon {
  background-image: url("../images/icons/calendar.svg");
}

#floater-manplus {
  background-color: #333;
  color: #fff;
}
#floater-manplus .floater-icon {
  background-image: url("../images/icons/manplus.svg");
}

#totop {
  width: 70px;
  height: 70px;
  display: none;
  background: #fff url("../images/icons/arrow-up.svg") no-repeat center;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 50px;
  bottom: 145px;
  z-index: 300;
}
@media (max-width: 1100px) {
  #totop {
    display: none !important;
  }
}

img.aligncenter,
figure.aligncenter {
  margin: 0 auto 1.5em;
  display: block;
}
img.alignleft,
figure.alignleft {
  margin: 0 1.5em 1.5em 0;
  float: left;
}
img.alignright,
figure.alignright {
  margin: 0 0 1.5em 1.5em;
  float: right;
}

.wp-caption-text {
  padding: 1em;
  background-color: #595857;
  font-size: 0.9em;
}

.slick-slide {
  outline: 0;
}

body {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}

a {
  color: #2B500D;
  transition: color 200ms;
}
a:hover {
  color: #333;
}

h1, .timeline-title {
  margin-bottom: 1em;
  color: #333;
  font-size: 64px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.02em;
}
@media (max-width: 1100px) {
  h1, .timeline-title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  h1, .timeline-title {
    font-size: 26px;
  }
}

h2 {
  margin-bottom: 1em;
  color: #333;
  font-size: 21px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.04em;
}

h3 {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.04em;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700;
}

abbr {
  text-decoration: none;
}

ul {
  padding-left: 1em;
}
ul li {
  margin-bottom: 1em;
  display: list-item;
}

.row {
  position: relative;
}

.col20 {
  width: 20%;
  float: left;
}

.col25 {
  width: 25%;
  float: left;
}

.col33 {
  width: 33.3333%;
  float: left;
}

.col50 {
  width: 50%;
  float: left;
}

.col66 {
  width: 66.6666%;
  float: left;
}

.col75 {
  width: 75%;
  float: left;
}

.col100 {
  width: 100%;
  float: left;
}

@media (max-width: 600px) {
  .col50 {
    width: auto;
    float: none;
  }
}

@media (max-width: 900px) {
  .col33 {
    width: auto;
    float: none;
  }
}

@keyframes spinner {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.submit,
.button,
#reply-title,
.frm_button_submit,
.frm_prev_page {
  padding: 0 25px;
  width: auto;
  display: inline-block;
  background-color: #2B500D;
  border: 1px solid transparent;
  border-radius: 20px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  transition: 200ms;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 900px) {
  .submit,
  .button,
  #reply-title,
  .frm_button_submit,
  .frm_prev_page {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .submit,
  .button,
  #reply-title,
  .frm_button_submit,
  .frm_prev_page {
    padding: 0 15px;
  }
}
.submit:hover, .submit.active,
.button:hover,
#reply-title:hover,
.frm_button_submit:hover,
.frm_prev_page:hover,
.button.active,
.active#reply-title,
.active.frm_button_submit,
.active.frm_prev_page {
  background-color: #333;
  color: #fff;
}
.submit:disabled,
.button:disabled,
#reply-title:disabled,
.frm_button_submit:disabled,
.frm_prev_page:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.submit.loading,
.button.loading,
.loading#reply-title,
.loading.frm_button_submit,
.loading.frm_prev_page {
  background-color: #333;
}
.submit.loading:before,
.button.loading:before,
.loading#reply-title:before,
.loading.frm_button_submit:before,
.loading.frm_prev_page:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 8px;
  animation: spinner 1000ms infinite linear;
}
.submit.icon-arrowleft,
.button.icon-arrowleft,
.icon-arrowleft#reply-title,
.icon-arrowleft.frm_button_submit,
.icon-arrowleft.frm_prev_page {
  padding-left: 50px;
  background: url("../images/icons/arrow-left.svg") no-repeat 15px center/24px auto;
}

.button-ghost, .widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:first-child, .frm_prev_page {
  background-color: transparent;
  border-color: #e2e2e2;
  color: #333;
}
.button-ghost:disabled, .widget_shopping_cart .woocommerce-mini-cart__buttons .button:disabled:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:disabled:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:disabled:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:disabled:first-child, .frm_prev_page:disabled {
  opacity: 1;
  color: #e2e2e2;
}
.button-ghost:disabled:hover, .widget_shopping_cart .woocommerce-mini-cart__buttons .button:disabled:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:disabled:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:disabled:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:disabled:hover:first-child, .frm_prev_page:disabled:hover {
  background-color: transparent;
  color: #e2e2e2;
  border-color: #e2e2e2;
}
.button-ghost:hover, .widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:hover:first-child, .frm_prev_page:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: inherit;
  -webkit-appearance: none;
}

label {
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
label ~ strong {
  font-weight: 400;
}

input {
  padding: 0 15px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  line-height: 40px;
}
input::-ms-clear {
  width: 0;
  height: 0;
}

textarea {
  padding: 15px;
  width: 100%;
  display: block;
  border: 1px solid #e2e2e2;
  resize: vertical;
}

select {
  min-width: 200px;
  height: 40px;
  padding: 0 40px 0 15px;
  background: #fff url("../images/icons/dropdown.svg") no-repeat right 10px center/20px auto;
  border: 1px solid #e2e2e2;
  line-height: 40px;
}
select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #595857;
}

::-moz-placeholder {
  color: #595857;
}

:-ms-input-placeholder {
  color: #595857;
}

:-moz-placeholder {
  color: #595857;
}

/*----- FORMIDABLE -----*/
.frm_forms ul {
  padding: 0;
}
.frm_forms li {
  margin: 0;
  display: block;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.frm_page_num_1 .frm_rootline_group {
  display: none;
}

.frm_forms .frm_progress_line input,
.frm_forms .frm_progress_line input:disabled {
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
}

.frm_forms .frm_progress_line {
  margin-bottom: 50px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .frm_forms .frm_progress_line {
    margin-bottom: 30px !important;
  }
}

.frm_forms .frm_page_bar input,
.frm_forms .frm_page_bar input:disabled {
  height: 10px;
}

.frm_rootline_single {
  height: 10px;
}

.frm_progress input {
  line-height: 1;
}

.frm_rootline_group {
  margin: 0 0 20px;
  position: relative;
}

.frm_percent_complete {
  margin: 0;
  margin-left: -20px;
  padding: 0;
  width: 40px;
  background-color: #2B500D;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -15px;
  color: #fff;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: 200ms;
}
.frm_percent_complete.active {
  opacity: 1;
  transform: scale(1);
}

.frm_pages_complete {
  margin: 0;
  padding: 0;
  display: none;
  color: #858e9d;
  font-weight: 700;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  float: left;
}

.frm_required {
  display: none;
}

.frm_form_field {
  margin-bottom: 50px;
  clear: both;
}
@media (max-width: 600px) {
  .frm_form_field {
    margin-bottom: 30px;
  }
}
.single-product .frm_form_field {
  margin-bottom: 20px;
}

.single-product .frm_form_title, .single-products .frm_form_title {
  font-size: 26px;
}
.single-product .frm_form_title ~ .frm_description, .single-products .frm_form_title ~ .frm_description {
  margin-bottom: 20px;
}
.single-product .frm_primary_label, .single-products .frm_primary_label {
  margin-bottom: 10px;
  font-size: 16px;
}
.single-product select, .single-products select {
  width: 100%;
}

.frm_section_spacing {
  margin-bottom: 50px;
  font-size: 24px;
  text-transform: uppercase;
}
.frm_section_spacing:after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background-color: #2B500D;
  margin-top: 1em;
}

.frm_primary_label {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 600px) {
  .frm_primary_label {
    font-size: 16px;
  }
}

.frm_radio label,
.frm_checkbox label,
.frm_scale label {
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  overflow: hidden;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  box-shadow: inset 0 0 0 3px #fff;
  background-clip: content-box;
  line-height: normal;
  position: relative;
  float: left;
  cursor: pointer;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: #2B500D;
}
input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

input[type=radio] {
  border-radius: 50%;
}

.frm_scale {
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}
.frm_scale label {
  margin: 0;
}
.frm_scale input {
  margin: 0 0 5px;
  display: block;
  float: none;
}

.frm_message {
  font-size: 18px;
  text-align: center;
}

.frm_description {
  margin-top: 10px;
  color: #858e9d;
  font-size: 14px;
  text-transform: none;
}

.frm_prev_page {
  margin-right: 10px;
}

.frm_form_field {
  overflow: hidden;
}
.frm_form_field .frm_half {
  margin: 0;
  width: 50%;
}

.frm_error_style {
  margin-bottom: 50px;
  border: 1px solid #e2e2e2;
  padding: 20px;
  border-left: 2px solid crimson;
}

.frm_error {
  margin-top: 10px;
  color: crimson;
}

.modal {
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: 400ms;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}

.modal,
.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-box {
  width: 90%;
  max-width: 1100px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  transition: 400ms;
}
.modal.active .modal-box {
  transform: translate(-50%, -50%) scale(1);
}

.modal-close {
  width: 50px;
  height: 50px;
  background: #fff url("../images/icons/close.svg") no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -60px;
  transition: 200ms;
}
@media (max-width: 1100px) {
  .modal-close {
    top: -60px;
    right: 0;
  }
}
.modal-close:hover {
  opacity: 0.5;
}

#modal-video .modal-content {
  padding-bottom: 56.25%;
  position: relative;
}
#modal-video .modal-content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#modal-agecheck {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #modal-agecheck {
    font-size: 14px;
  }
}
#modal-agecheck .modal-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
#modal-agecheck .modal-content {
  padding: 100px;
  text-align: center;
}
@media (max-width: 600px) {
  #modal-agecheck .modal-content {
    padding: 30px 20px;
  }
}
#modal-agecheck img {
  margin-bottom: 60px;
  width: 180px;
}
@media (max-width: 600px) {
  #modal-agecheck img {
    margin-bottom: 30px;
  }
}
#modal-agecheck h1, #modal-agecheck .timeline-title {
  margin-bottom: 10px;
}
#modal-agecheck p {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  #modal-agecheck p {
    margin-bottom: 30px;
  }
}
#modal-agecheck .button, #modal-agecheck #reply-title, #modal-agecheck .frm_prev_page, #modal-agecheck .frm_button_submit {
  margin: 0 10px;
  border-radius: 30px;
  font-size: inherit;
  line-height: 60px;
}
@media (max-width: 600px) {
  #modal-agecheck .button, #modal-agecheck #reply-title, #modal-agecheck .frm_prev_page, #modal-agecheck .frm_button_submit {
    margin: 0;
    width: 100%;
    display: block;
    border-radius: 25px;
    line-height: 50px;
  }
}
#modal-agecheck .button-ghost, #modal-agecheck .widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-child, #modal-agecheck .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons #modal-agecheck .button:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons #modal-agecheck #reply-title:first-child, #modal-agecheck .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons #modal-agecheck .frm_button_submit:first-child, #modal-agecheck .frm_prev_page {
  margin-top: 10px;
  border-color: currentColor;
}

.image-caption {
  padding: 1.5em;
  text-align: center;
}
@media (max-width: 600px) {
  .image-caption {
    padding: 1em;
  }
}
.image-caption:empty {
  display: none;
}

.accordion-box {
  border-top: 1px solid #e2e2e2;
}

.accordion-header {
  padding: 20px 30px;
  position: relative;
  font-size: 20px;
  user-select: none;
  transition: 200ms;
  cursor: pointer;
}
@media (max-width: 600px) {
  .accordion-header {
    padding: 10px 30px;
    font-size: 14px;
  }
}
.accordion-header:hover {
  color: #2B500D;
}
.accordion-header:before {
  content: "+";
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  color: #2B500D;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 600px) {
  .accordion-header:before {
    top: 7px;
    font-size: 24px;
  }
}
.accordion-header.active {
  font-weight: 700;
}
.accordion-header.active:before {
  content: "−";
}

.accordion-main {
  padding: 0 30px 30px;
  display: none;
  font-size: 18px;
}
@media (max-width: 600px) {
  .accordion-main {
    font-size: 14px;
  }
}

#cookie-notice {
  min-width: 0;
  width: 320px;
  background-color: #333 !important;
  font-size: 14px;
}
@media (max-width: 600px) {
  #cookie-notice {
    width: 100%;
  }
}
#cookie-notice .button, #cookie-notice #reply-title, #cookie-notice .frm_prev_page, #cookie-notice .frm_button_submit {
  margin-left: 10px;
}
#cookie-notice .button:first-of-type, #cookie-notice #reply-title:first-of-type, #cookie-notice .frm_prev_page:first-of-type, #cookie-notice .frm_button_submit:first-of-type {
  margin-left: 0;
}

.cookie-notice-container {
  padding: 20px;
  text-align: left;
}

#cn-notice-text {
  margin-bottom: 15px;
  display: block;
}

#cn-accept-cookie:hover {
  background-color: #2B500D;
  opacity: 0.5;
}

#cn-more-info {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#cn-more-info:hover {
  opacity: 0.5;
}

@font-face {
  font-family: HelveticaNeue-CondensedBold;
  src: url(../fonts/HelveticaNeue-CondensedBold.eot);
  src: url(../fonts/HelveticaNeue-CondensedBold.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeue-CondensedBold.woff) format("woff"), url(../fonts/HelveticaNeue-CondensedBold.ttf) format("truetype"), url(../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold) format("svg");
  font-weight: 400;
  font-style: normal;
}
#uswarning {
  position: fixed;
  width: 100vw;
  background-color: #fefefe;
  border: 5px solid #1e2326;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  user-select: none;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20%;
}

#uswarning > h1, #uswarning > .timeline-title {
  width: 100%;
}

@media (max-width: 900px) {
  #uswarning {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  #uswarning {
    padding: 20px;
  }
}
#uswarning h1,
#uswarning .timeline-title {
  margin: 0;
  color: #000;
  font-size: 50px;
  line-height: normal;
  font-family: HelveticaNeue-CondensedBold, Helvetica, sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  #uswarning h1, #uswarning .timeline-title {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  #uswarning h1,
  #uswarning .timeline-title {
    font-size: 24px;
  }
}
body {
  margin-top: 120px;
}
@media (max-width: 1100px) {
  body {
    margin-top: 60px;
  }
}

#header {
  padding: 0 50px;
  width: 100%;
  height: 120px;
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
}
@media (max-width: 1300px) {
  #header {
    padding: 0 20px;
  }
}
@media (max-width: 1100px) {
  #header {
    padding: 0;
    height: 60px;
  }
}
.admin-bar #header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #header {
    top: 46px;
  }
}

.logo {
  display: block;
  width: 180px;
  height: 100%;
  background: url("../images/logo.svg") no-repeat center/contain;
  float: left;
}
@media (max-width: 1300px) {
  .logo {
    width: 120px;
  }
}
@media (max-width: 1100px) {
  .logo {
    margin: 0 auto;
    width: 100px;
    float: none;
  }
}

#nav-primary {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1100px) {
  #nav-primary {
    padding: 55px 0 115px;
    width: 100%;
    max-width: 420px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    overflow: auto;
    z-index: 300;
    transform: translateX(-100%);
    transition: 400ms;
  }
  #nav-primary.active {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    transform: translateX(0);
  }
}
#nav-primary li {
  margin-bottom: 0;
  display: inline-block;
}
@media (max-width: 1100px) {
  #nav-primary li {
    display: block;
  }
}
#nav-primary a,
#nav-primary button {
  padding: 0 15px;
  display: block;
  color: #333;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 120px;
  text-transform: uppercase;
  transition: 200ms;
}
@media (max-width: 1400px) {
  #nav-primary a,
  #nav-primary button {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  #nav-primary a,
  #nav-primary button {
    padding: 0 10px;
  }
}
@media (max-width: 1100px) {
  #nav-primary a,
  #nav-primary button {
    padding: 5px 60px;
    font-size: 20px;
    line-height: normal;
  }
}
#nav-primary a:hover,
#nav-primary button:hover {
  color: #2B500D;
}
#nav-primary .newsbox-open {
  display: none;
}
@media (max-width: 1100px) {
  #nav-primary .newsbox-open {
    display: block;
  }
}
#nav-primary .sub-menu {
  display: none;
}
#nav-primary .current-menu-item a,
#nav-primary .current-menu-ancestor a,
#nav-primary .current_page_parent a {
  color: #595857;
  position: relative;
}
#nav-primary .current-menu-item a:after,
#nav-primary .current-menu-ancestor a:after,
#nav-primary .current_page_parent a:after {
  content: "";
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid #595857;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 50%;
}
@media (max-width: 1100px) {
  #nav-primary .current-menu-item a:after,
  #nav-primary .current-menu-ancestor a:after,
  #nav-primary .current_page_parent a:after {
    display: none;
  }
}

.menu-item-newsbox:before {
  content: "";
  margin: 15px 60px;
  height: 1px;
  display: block;
  background-color: #e2e2e2;
}

#nav-secondary {
  padding: 0;
  float: left;
}
@media (max-width: 1100px) {
  #nav-secondary {
    padding-left: 40px;
    width: 100%;
    max-width: 420px;
    background-color: #333;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 301;
    transform: translateX(-100%);
    transition: 400ms;
  }
  #nav-secondary.active {
    transform: translateX(0);
  }
}
#nav-secondary li {
  margin: 0;
  display: block;
  float: left;
}
#nav-secondary .sub-menu {
  padding: 5px 0;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: 200ms;
}
@media (max-width: 1100px) {
  #nav-secondary .sub-menu {
    top: auto;
    bottom: 100%;
    transform: translateY(20px);
  }
}
#nav-secondary .sub-menu li {
  line-height: normal;
  float: none;
}
#nav-secondary .sub-menu a {
  padding: 10px 15px;
  line-height: normal;
  float: none;
}
@media (max-width: 1100px) {
  #nav-secondary .sub-menu a {
    padding: 10px 20px;
    color: #333;
  }
}
#nav-secondary .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-20px);
}
@media (max-width: 1100px) {
  #nav-secondary .menu-item-has-children:hover .sub-menu {
    transform: translateY(10px);
  }
}

@media (max-width: 1100px) {
  .language-no .nav-utils {
    position: absolute;
    top: 0;
    right: 0;
  }
  .language-no #nav-secondary {
    padding: 0;
    width: auto;
    background-color: transparent;
    position: static;
    transform: none;
  }
  .language-no #nav-secondary .sub-menu {
    top: 100%;
    bottom: auto;
    transform: translateY(-20px);
  }
  .language-no #nav-secondary .menu-item-has-children:hover .sub-menu {
    transform: translateY(-10px);
  }
  .language-no #nav-secondary a {
    color: #333;
  }
}
#menu-item-wpml-ls-23-us {
  display: none !important;
}

.nav-utils {
  float: right;
}
@media (max-width: 1100px) {
  .nav-utils {
    min-width: 60px;
    height: 100%;
  }
}
.nav-utils a,
.nav-utils button {
  padding: 0 15px;
  display: block;
  color: #333;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 120px;
  text-transform: uppercase;
  float: left;
}
@media (max-width: 1400px) {
  .nav-utils a,
  .nav-utils button {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .nav-utils a,
  .nav-utils button {
    padding: 0 10px;
  }
}
@media (max-width: 1100px) {
  .nav-utils a,
  .nav-utils button {
    padding: 0 20px;
    color: #fff;
    line-height: 60px;
    float: none;
  }
}
.nav-utils a:hover,
.nav-utils button:hover {
  color: #2B500D;
}

@media (max-width: 1100px) {
  #floater-calendar {
    display: none;
  }
}

#burger {
  padding: 24px 20px;
  display: none;
  position: relative;
  float: left;
  z-index: 301;
}
@media (max-width: 1100px) {
  #burger {
    display: block;
  }
}
#burger div {
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: 200ms;
}
#burger .burger-middle {
  margin: 3px 0;
}
#burger.active .burger-middle {
  opacity: 0;
}
#burger.active .burger-top {
  transform: translateY(5px) rotate(-45deg);
}
#burger.active .burger-bottom {
  transform: translateY(-5px) rotate(45deg);
}

/*----- MINICART -----*/
#minicart-button {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  background: url("../images/icons/cart.svg") no-repeat center;
  position: relative;
  float: left;
  cursor: pointer;
}
@media (max-width: 1100px) {
  #minicart-button {
    margin-top: 0;
    float: none;
  }
}

.minicart-count {
  width: 20px;
  border-radius: 50%;
  background-color: #2B500D;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 200ms;
}
.minicart-count.active {
  opacity: 1;
  visibility: visible;
}

.widget_shopping_cart {
  width: 100%;
  max-width: 380px;
  background-color: #fff;
  box-shadow: 0 0 110px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: 200ms;
}
@media (max-width: 1100px) {
  .widget_shopping_cart {
    transform: translateY(-20px);
  }
}
.widget_shopping_cart:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: -20px;
  right: 65px;
}
@media (max-width: 1100px) {
  .widget_shopping_cart:before {
    right: 15px;
  }
}
.widget_shopping_cart.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-20px);
}
@media (max-width: 1100px) {
  .widget_shopping_cart.active {
    transform: translateY(0);
  }
}
.widget_shopping_cart h3 {
  display: none;
}
.widget_shopping_cart .woocommerce-mini-cart__total {
  margin: 0;
  padding: 15px 30px;
  font-size: 18px;
  text-align: right;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  padding: 20px 30px;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 600px) {
  .widget_shopping_cart .woocommerce-mini-cart__buttons {
    padding: 20px;
  }
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit {
  width: calc(50% - 10px);
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:first-child {
  margin-right: 20px;
  float: left;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout {
  padding-top: 0;
}

.woocommerce-mini-cart {
  padding: 20px 0;
}

.mini_cart_item {
  margin-bottom: 0;
  padding: 10px 30px;
  display: block;
  overflow: hidden;
}
@media (max-width: 600px) {
  .mini_cart_item {
    padding: 10px 20px;
  }
}
.mini_cart_item img {
  margin-right: 20px;
  width: 100px;
  float: left;
}
.mini_cart_item .remove {
  margin-right: 10px;
  width: 16px;
  display: block;
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  float: left;
}
.mini_cart_item .quantity {
  color: #595857;
}

.minicart-list-heading {
  margin: 5px 0;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  transition: 200ms;
}
.minicart-list-heading:hover {
  color: #2B500D;
}

.woocommerce-mini-cart__empty-message {
  padding: 30px;
}

#newsbox {
  padding: 10px 30px;
  width: 100%;
  max-width: 420px;
  background-color: #fff;
  box-shadow: 0 0 110px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: 200ms;
}
@media (max-width: 1100px) {
  #newsbox {
    padding: 0 20px;
    transform: translateY(-20px);
  }
}
#newsbox:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: -20px;
  right: 195px;
}
@media (max-width: 1100px) {
  #newsbox:before {
    display: none;
  }
}
#newsbox.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-20px);
}
@media (max-width: 1100px) {
  #newsbox.active {
    transform: translateY(0);
  }
}

#newsbox-close {
  display: none;
}
#newsbox-close:hover {
  opacity: 0.5;
}

.newsbox-item {
  padding: 20px 0;
  display: block;
  border-top: 1px solid #e2e2e2;
  color: #666;
}
.newsbox-item:hover {
  color: #666;
}
.newsbox-item:hover h2 {
  color: #2B500D;
}
.newsbox-item:first-child {
  border-top: 0;
}
.newsbox-item h2 {
  margin-bottom: 0.5em;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  transition: 200ms;
}

#testimonials .slick-track {
  display: flex;
  align-items: center;
}
#testimonials .slick-arrow {
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-top: 4px solid #333;
  border-left: 4px solid #333;
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 0.3;
  transition: opacity 200ms;
}
#testimonials .slick-arrow:hover {
  opacity: 1;
}
@media (max-width: 600px) {
  #testimonials .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
#testimonials .slick-prev {
  left: 130px;
  transform: rotate(-45deg);
}
@media (max-width: 600px) {
  #testimonials .slick-prev {
    left: 20px;
    top: auto;
    bottom: 25px;
  }
}
@media (max-width: 1100px) {
  #testimonials .slick-prev {
    left: 50px;
  }
}
@media (max-width: 900px) {
  #testimonials .slick-prev {
    left: 20px;
  }
}
#modal-testimonials #testimonials .slick-prev {
  left: 30px;
}
#testimonials .slick-next {
  right: 130px;
  transform: rotate(135deg);
}
@media (max-width: 600px) {
  #testimonials .slick-next {
    right: 20px;
    top: auto;
    bottom: 25px;
  }
}
@media (max-width: 1100px) {
  #testimonials .slick-next {
    right: 50px;
  }
}
@media (max-width: 900px) {
  #testimonials .slick-next {
    right: 20px;
  }
}
#modal-testimonials #testimonials .slick-next {
  right: 30px;
}
#testimonials .slick-dots {
  padding-bottom: 70px;
  text-align: center;
}
@media (max-width: 900px) {
  #testimonials .slick-dots {
    padding-bottom: 40px;
  }
}
#testimonials .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}
#testimonials .slick-dots button {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #333;
  border-radius: 50%;
  opacity: 0.2;
}
#testimonials .slick-dots .slick-active button {
  opacity: 1;
}

.pagingInfo {
  display: none;
}
@media (max-width: 600px) {
  .pagingInfo {
    display: block;
    position: absolute;
    top: auto;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    color: #b0b0b0;
    font-size: 16px;
  }
}

.testimonial_outer {
  position: relative;
}

.testimonial {
  padding: 100px 0;
  color: #827f7a;
}
@media (max-width: 900px) {
  .testimonial {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .testimonial {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}

.testimonial-inner {
  margin: 0 auto;
  padding: 0 100px;
  max-width: 800px;
  position: relative;
}
@media (max-width: 900px) {
  .testimonial-inner {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .testimonial-inner {
    padding: 0 20px;
    max-width: 100%;
  }
}
.testimonial-inner:before, .testimonial-inner:after {
  content: "";
  width: 70px;
  height: 70px;
  display: block;
  background: url("../images/quote.svg") no-repeat center top/contain;
  position: absolute;
  opacity: 0.5;
}
@media (max-width: 1100px) {
  .testimonial-inner:before, .testimonial-inner:after {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 600px) {
  .testimonial-inner:before, .testimonial-inner:after {
    width: 30px;
    height: 30px;
  }
}
.testimonial-inner:before {
  top: 0;
  left: 20px;
}
@media (max-width: 600px) {
  .testimonial-inner:before {
    top: -20px;
  }
}
.testimonial-inner:after {
  bottom: -20px;
  right: 20px;
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .testimonial-inner:after {
    bottom: -30px;
  }
}

.testimonial-image {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  position: relative;
}
@media (max-width: 600px) {
  .testimonial-image {
    width: 60px;
    height: 60px;
  }
}
.testimonial-image:empty {
  display: none;
}
.testimonial-image img {
  display: block;
  border-radius: 50%;
}
.testimonial-image .video-play {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -20px;
  left: 30px;
}
@media (max-width: 600px) {
  .testimonial-image .video-play {
    left: 5px;
    bottom: 0;
  }
}
.testimonial-image .video-play:before {
  width: 36px;
  height: 36px;
}
.testimonial-image .video-play:after {
  margin: -5px 0 0 -7px;
  width: 10px;
  height: 10px;
}

.testimonial-content {
  padding: 50px 0;
  font-size: 30px;
  font-style: italic;
  font-family: Georgia, serif;
  text-align: center;
}
@media (max-width: 900px) {
  .testimonial-content {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .testimonial-content {
    padding: 10px 0;
    font-size: 18px;
  }
}

.testimonial-title {
  font-size: 18px;
  text-align: right;
}
@media (max-width: 900px) {
  .testimonial-title {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .testimonial-title {
    font-size: 14px;
  }
}

#distributors {
  padding-top: 0;
  background: url("../images/map.jpg") no-repeat right top/100% auto;
}
#distributors .page-intro {
  margin: 0 auto;
  max-width: 800px;
}

#distributors-search {
  margin: 50px auto;
  padding: 0 30px;
  width: 100%;
  height: 80px;
  max-width: 400px;
  display: block;
  border: 0;
  border-radius: 40px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
  color: #333;
  font-weight: 700;
  font-size: 26px;
  line-height: 80px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #distributors-search {
    margin: 30px auto;
    padding: 0 15px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
}

#distributors-list {
  margin: -40px 0 0 -40px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 1100px) {
  #distributors-list {
    margin: -20px 0 0 -20px;
  }
}
@media (max-width: 600px) {
  #distributors-list {
    margin: 0;
    display: block;
  }
}
#distributors-list li {
  margin: 40px 0 0 40px;
  padding: 30px;
  width: calc(33.3333% - 40px);
  display: block;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  text-align: center;
  float: left;
}
@media (max-width: 1100px) {
  #distributors-list li {
    margin: 20px 0 0 20px;
    width: calc(33.3333% - 20px);
  }
}
@media (max-width: 900px) {
  #distributors-list li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  #distributors-list li {
    margin: 0 0 20px;
    padding: 10px;
    width: auto;
    float: none;
  }
}
#distributors-list h3 {
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: inherit;
}
#distributors-list p {
  margin-bottom: 0.5em;
}
#distributors-list a {
  color: #595857;
  font-size: 14px;
  text-decoration: underline;
}
#distributors-list a:hover {
  color: #2B500D;
}

#webdistributors:before {
  top: 0;
}
#webdistributors .page-intro {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  #webdistributors .page-intro {
    margin-bottom: 30px;
  }
}

.webdistributors-list {
  margin: -20px 0 0 -20px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .webdistributors-list {
    margin: 20px 0 0;
    display: block;
  }
}
.webdistributors-list a {
  margin: 20px 0 0 20px;
  padding: 25px;
  width: calc(25% - 20px);
  background-color: #fff;
  border: 1px solid #e2e2e2;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #333;
  float: left;
  transition: 200ms;
}
@media (max-width: 1100px) {
  .webdistributors-list a {
    width: calc(33.3333% - 20px);
  }
}
@media (max-width: 900px) {
  .webdistributors-list a {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .webdistributors-list a {
    margin: 0 0 10px;
    padding: 15px;
    width: auto;
    background-position: right 15px center;
    float: none;
  }
}
.webdistributors-list a:hover {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.webdistributors-list a:hover h3 {
  color: #2B500D;
}
.webdistributors-list a.use-animation:hover h3 {
  transform: translateY(-10px);
}
.webdistributors-list a.use-animation:hover p {
  transform: translateY(10px);
  opacity: 0.5;
}
.webdistributors-list h3 {
  font-size: 16px;
  text-transform: uppercase;
  transition: 200ms;
}
.webdistributors-list p {
  font-weight: 700;
  opacity: 0;
  font-size: 13px;
  position: absolute;
  transition: 200ms;
}

#nodistributors {
  text-align: center;
  margin-top: 1.5em;
  text-transform: uppercase;
  font-size: 1.75em;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.02em;
}

#assortments {
  text-align: center;
}
#assortments h1, #assortments .timeline-title {
  margin-bottom: 0.3em;
  text-transform: uppercase;
}
#assortments p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
#assortments .button, #assortments #reply-title, #assortments .frm_prev_page, #assortments .frm_button_submit {
  margin-top: 1em;
}

@media (max-width: 1100px) {
  #facts {
    padding: 0;
  }
  #facts .center {
    padding: 0;
  }
  #facts .center-narrow {
    padding: 0 20px;
  }
}

.fact {
  padding: 0 50px;
  display: none;
  position: relative;
}
@media (max-width: 600px) {
  .fact {
    padding: 80px 20px 40px;
  }
}
.fact.active {
  display: block;
}

.fact-image {
  width: 100%;
  height: 100%;
  background: no-repeat center top/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 600px) {
  .fact-image {
    height: 200px;
  }
}

.fact-content {
  margin: -20px 0;
  padding: 40px;
  width: 400px;
  min-height: 550px;
  background-color: #fff;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  float: left;
}
@media (max-width: 600px) {
  .fact-content {
    margin: 0;
    padding: 40px 20px;
    width: auto;
    min-height: 0;
    float: none;
  }
}
.fact-content img {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .fact-content img {
    margin-bottom: 20px;
  }
}
.fact-content h2 {
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .fact-content h2 {
    font-size: 24px;
  }
}

#benefits {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
#benefits h1, #benefits .timeline-title {
  font-size: 40px;
}
@media (max-width: 1100px) {
  #benefits h1, #benefits .timeline-title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  #benefits h1, #benefits .timeline-title {
    margin-bottom: 3em;
    font-size: 26px;
  }
}
#benefits h1 span, #benefits .timeline-title span {
  display: block;
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 1100px) {
  #benefits h1 span, #benefits .timeline-title span {
    font-size: 80px;
  }
}
@media (max-width: 600px) {
  #benefits h1 span, #benefits .timeline-title span {
    font-size: 60px;
  }
}
@media (max-width: 1100px) {
  #benefits .center-narrow {
    padding: 0;
    max-width: none;
  }
}
#benefits .slick-list {
  overflow: visible;
}
#benefits .slick-current {
  color: #333;
  z-index: 200;
}
#benefits .slick-current:before {
  opacity: 1;
}
#benefits .slick-current .benefit-count {
  border-color: #2B500D;
}

#benefits-slider {
  height: 400px;
  position: relative;
}
@media (max-width: 1100px) {
  #benefits-slider {
    height: auto;
  }
}

.benefit {
  width: 100%;
  max-width: 350px;
  height: 180px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  outline: 0;
  position: absolute;
  color: #595857;
  font-weight: 700;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media (max-width: 1100px) {
  .benefit {
    margin: 0 20px;
    position: relative;
  }
}
@media (max-width: 600px) {
  .benefit {
    margin: 0 10px;
    max-width: 260px;
    height: 170px;
    font-size: 16px;
  }
}
@media (min-width: 1101px) {
  .benefit:nth-child(1) {
    top: 130px;
    left: 150px;
    z-index: 5;
  }
  .benefit:nth-child(2) {
    top: 70px;
    right: 0;
    z-index: 4;
  }
  .benefit:nth-child(3) {
    top: 0;
    left: 225px;
    z-index: 2;
  }
  .benefit:nth-child(4) {
    top: 70px;
    left: 0;
    z-index: 3;
  }
  .benefit:nth-child(5) {
    top: 220px;
    right: 150px;
    z-index: 1;
  }
  .benefit:hover {
    color: #333;
    z-index: 200;
  }
  .benefit:hover:before {
    opacity: 1;
  }
  .benefit:hover .benefit-count {
    border-color: #2B500D;
  }
}
.benefit:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #2B500D;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  opacity: 0;
  transition: 200ms;
}
.benefit p {
  line-height: 1.2;
  transition: 200ms;
}

.benefit-inner {
  height: 100%;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 600px) {
  .benefit-inner {
    padding: 20px;
  }
}

.benefit-count {
  margin: 0 auto 0.5em;
  width: 30px;
  line-height: 26px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transition: 200ms;
}

.timeline-intro {
  padding-top: 100px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 600px) {
  .timeline-intro {
    padding-top: 50px;
  }
}

.timeline-intro-year {
  position: absolute;
  top: -30px;
  right: 250px;
  color: #f7f7f7;
  font-size: 280px;
  font-family: Georgia, serif;
  font-style: italic;
  z-index: -1;
}
@media (max-width: 900px) {
  .timeline-intro-year {
    right: 0;
    font-size: 200px;
  }
}
@media (max-width: 600px) {
  .timeline-intro-year {
    right: auto;
    left: 0;
    font-size: 120px;
  }
}

.timeline-intro-inner {
  max-width: 600px;
  text-align: right;
  float: right;
}
@media (max-width: 600px) {
  .timeline-intro-inner {
    text-align: left;
    float: none;
  }
}

.timeline-title {
  font-size: 100px;
  text-transform: uppercase;
  clear: both;
}
@media (max-width: 900px) {
  .timeline-title {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .timeline-title {
    font-size: 40px;
  }
}

.timeline-wrapper {
  padding-left: 250px;
  min-height: 330px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .timeline-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .timeline-wrapper {
    overflow: visible;
  }
}

#timeline-currentyear {
  width: 330px;
  height: 220px;
  position: absolute;
  left: -80px;
  top: -220px;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  color: #e9e9e9;
  font-style: italic;
  font-size: 140px;
  font-family: Georgia, serif;
  text-align: right;
}
@media (max-width: 900px) {
  #timeline-currentyear {
    display: none;
  }
}

#timeline-aside {
  border-left: 1px solid #e2e2e2;
  float: left;
}
@media (max-width: 600px) {
  #timeline-aside {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    float: none;
  }
}

#timeline-main {
  overflow: hidden;
}

.timeline-year {
  margin-left: -1px;
  padding: 5px 30px;
  width: 240px;
  border-left: 3px solid transparent;
  color: #999;
  font-weight: 700;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  clear: left;
  float: left;
  user-select: none;
  cursor: pointer;
  transition: 200ms;
}
@media (max-width: 900px) {
  .timeline-year {
    width: 200px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .timeline-year {
    padding: 5px 0 5px 17px;
    width: 80px;
    font-size: 14px;
    float: left;
    clear: none;
    width: 25%;
    padding: 10px 5px;
    text-align: center;
    border: 0;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: -3px;
  }
  .timeline-year span {
    display: none;
  }
  .timeline-year:after {
    content: "+";
    display: inline;
  }
}
.timeline-year:hover {
  color: #333;
}
.timeline-year.active {
  border-color: #2B500D;
  color: #333;
  font-size: 34px;
}
@media (max-width: 900px) {
  .timeline-year.active {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .timeline-year.active {
    font-size: 13px;
  }
}

.timeline-content {
  padding-top: 15px;
  display: none;
}
@media (max-width: 600px) {
  .timeline-content {
    padding-top: 10px;
  }
}
.timeline-content.active {
  display: block;
}

.home #facts {
  padding-top: 0;
  padding-bottom: 200px;
}
@media (max-width: 1100px) {
  .home #facts {
    padding-bottom: 0;
  }
}
.home #facts.danish-lang {
  padding-top: 100px;
}
@media (max-width: 1100px) {
  .home #facts.danish-lang {
    padding-top: 50px;
  }
}

#tocontent {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 900px) {
  #tocontent {
    display: none;
  }
}
#tocontent:after {
  content: "";
  margin: -14px 0 0 -10px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-135deg);
}

.home .hero {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.home .hero .page-pretitle,
.home .hero .page-title {
  color: #fff;
}

.hero-boxes {
  margin-left: -20px;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
}
@media (max-width: 900px) {
  .hero-boxes {
    margin: 0;
    display: block;
  }
}
.hero-boxes.danish-lang {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .hero-boxes.danish-lang {
    display: block;
  }
}

.hero-box {
  margin-left: 20px;
  width: calc(33.3333% - 20px);
  height: 200px;
  background-color: white;
  border: 1px solid #fff;
  position: relative;
  text-align: center;
  float: left;
  user-select: none;
  transition: 200ms;
  cursor: pointer;
}
.hero-box:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 900px) {
  .hero-box {
    margin: 0 0 20px;
    width: auto;
    height: 60px;
    float: none;
  }
}
.hero-box h2 {
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 36px;
}
@media (max-width: 900px) {
  .hero-box h2 {
    font-size: 24px;
  }
}
.hero-box > h2 {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hero-box p,
.hero-box ul {
  margin-bottom: 1.5em;
  text-align: left;
}

.hero-box-inner {
  background-color: #fff;
  position: relative;
  display: none;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  user-select: text;
  cursor: auto;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
}

.hero-box-inner-padding {
  padding: 40px 30px;
}

.hero-box-close {
  width: 60px;
  height: 60px;
  background: url("../images/icons/close.svg") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
  transition: 200ms;
  cursor: pointer;
}
.hero-box-close:hover {
  opacity: 1;
}

#frontpage-products {
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #frontpage-products {
    padding-bottom: 30px !important;
  }
}
#frontpage-products #frontpage-products-slider .slick-slide {
  height: auto;
}
#frontpage-products .button-container {
  padding: 20px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#frontpage-products-slider {
  position: relative;
  overflow: visible;
}
#frontpage-products-slider .products {
  margin: 0 0 0 -40px;
}
@media (max-width: 1100px) {
  #frontpage-products-slider .products {
    margin: 0;
  }
}
#frontpage-products-slider .product {
  margin: 0;
  padding: 60px 60px 30px;
  width: auto;
  float: none;
}
@media (max-width: 1100px) {
  #frontpage-products-slider .product {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  #frontpage-products-slider .product {
    padding: 20px;
  }
}
#frontpage-products-slider .slick-list {
  overflow: visible;
  padding: 0 !important;
}
#frontpage-products-slider .slick-slide {
  margin-left: 40px;
  background-color: #fff;
  outline: 0;
}
@media (max-width: 600px) {
  #frontpage-products-slider .slick-slide {
    margin-left: 20px;
  }
}
#frontpage-products-slider .slick-slide a {
  outline: 0;
}
#frontpage-products-slider .slick-slide li {
  position: relative;
}
@media (max-width: 1100px) {
  #frontpage-products-slider .slick-slide li {
    box-shadow: none;
  }
  #frontpage-products-slider .slick-slide li:hover {
    border: 1px solid #e2e2e2;
  }
}
#frontpage-products-slider .slick-slide li:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  transition: 300ms;
  cursor: pointer;
}
@media (max-width: 1100px) {
  #frontpage-products-slider .slick-active li {
    border-color: transparent;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
}
#frontpage-products-slider .slick-active li:after {
  opacity: 0;
  visibility: hidden;
}
#frontpage-products-slider .slick-arrow {
  margin: 0;
  background: no-repeat center;
  transition: 200ms;
  position: absolute;
  top: -80px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1100px) {
  #frontpage-products-slider .slick-arrow {
    display: none !important;
  }
}
#frontpage-products-slider .slick-arrow:hover {
  color: #333;
}
#frontpage-products-slider .slick-prev {
  background-image: url("../images/icons/arrow-left.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 50px;
  left: 0;
  margin: 0;
  background: no-repeat center;
  transition: 200ms;
  position: absolute;
  top: -80px;
  text-transform: uppercase;
  font-weight: 700;
}
#frontpage-products-slider .slick-next {
  background-image: url("../images/icons/arrow-right.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 50px;
  right: 0;
  margin: 0;
  transition: 200ms;
  position: absolute;
  top: -80px;
  text-transform: uppercase;
  font-weight: 700;
}

.product .modal-open {
  margin-top: 20px;
  display: inline-block;
  color: #595857;
  text-decoration: underline;
  clear: both;
  transition: 200ms;
}
.product .modal-open:hover {
  color: #2B500D;
}

#faq-featured .button, #faq-featured #reply-title, #faq-featured .frm_prev_page, #faq-featured .frm_button_submit {
  margin: 50px 50px 0 0;
}

#faq-featured-questions {
  text-align: right;
}

.faq-featured-question {
  margin-top: 1em;
  padding-right: 50px;
  background-repeat: no-repeat;
  background-position: right 30px center;
  font-weight: 700;
  font-size: 18px;
  opacity: 0.5;
  transition: 200ms;
  cursor: pointer;
}
.faq-featured-question:hover {
  opacity: 1;
}
.faq-featured-question.active {
  background-image: url("../images/icons/arrow-right.svg");
  background-position: right center;
  opacity: 1;
}

#faq-featured-answers {
  padding-left: 50px;
}
#faq-featured-answers h2 {
  margin-bottom: 0.5em;
  font-size: 40px;
}

.faq-featured-answer {
  display: none;
}
.faq-featured-answer.active {
  display: block;
}

#calculator {
  text-align: center;
  overflow: hidden;
}
#calculator h1, #calculator .timeline-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
#calculator b {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #calculator b {
    font-size: 14px;
  }
}

.cigarette {
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.cigarette img {
  display: block;
}
.cigarette .img-smoke {
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 33%;
  opacity: 0.9;
  z-index: -1;
}

#calculator-amount {
  margin-bottom: 20px;
  color: #2B500D;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  position: relative;
  display: inline-block;
}
@media (max-width: 600px) {
  #calculator-amount {
    font-size: 60px;
  }
}
#calculator-amount:after {
  content: ",-";
  display: block;
  position: absolute;
  bottom: 0;
  left: 100%;
}

.footnote {
  margin: 0 auto;
  max-width: 500px;
  color: #595857;
  font-size: 13px;
}

.ui-slider {
  margin: 50px auto 80px;
  width: 90%;
  height: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
}
@media (max-width: 600px) {
  .ui-slider {
    margin: 30px auto 50px;
  }
}

.ui-slider-handle {
  margin: -35px 0 0 -40px;
  width: 80px;
  height: 80px;
  background: #333 url("../images/icons/calculator-arrows.png") no-repeat center/80% auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 80px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  .ui-slider-handle {
    margin: -25px 0 0 -30px;
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }
}

.page-pretitle {
  margin-bottom: 0.7em;
  font-weight: 700;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .page-pretitle {
    font-size: 14px;
  }
}

.page-title {
  margin-bottom: 1.5em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.page-title:before, .page-title:after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: currentColor;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.page-title:before {
  bottom: -17px;
}
.page-title:after {
  bottom: -20px;
}

.page-description {
  columns: 2;
  column-gap: 50px;
}
@media (max-width: 900px) {
  .page-description {
    columns: 1;
  }
}
.page-description.is-faq {
  columns: 1;
  column-gap: 0px;
  max-width: 700px;
}

.page-onecolumn {
  max-width: 450px;
}

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

.section-text h1, .section-text .timeline-title {
  max-width: 700px;
}
.section-text img {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section-text img {
    margin: 30px 0 0;
  }
}

@media (max-width: 1100px) {
  .section-video {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .section-video .center {
    padding: 0;
  }
}
.section-video .video {
  padding-bottom: 56.25%;
  background: #595857 no-repeat center top/cover;
  position: relative;
  color: #fff;
  min-height: 300px;
}
.section-video .video:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(36, 33, 31, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.section-video .video-inner {
  padding: 0 50px;
  width: 100%;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1100px) {
  .section-video .video-inner {
    padding: 50px 30px;
    max-width: none;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 600px) {
  .section-video .video-inner {
    padding: 30px 20px;
  }
}
.section-video .video-pretitle {
  margin-bottom: 50px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 3px solid currentColor;
  font-size: 26px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .section-video .video-pretitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.section-video h1, .section-video .timeline-title {
  color: inherit;
}

.video-play {
  padding: 10px;
  width: 80px;
  height: 80px;
  background-color: rgba(43, 80, 13, 0.3);
  border-radius: 50%;
  position: relative;
}
.video-play:hover:before {
  width: 100%;
  height: 100%;
}
.video-play:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #2B500D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 200ms;
}
.video-play:after {
  content: "";
  margin: -10px 0 0 -15px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(135deg);
}

@media (max-width: 900px) {
  .section-boxes {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.section-boxes .box-image-background,
.section-boxes .box-image-foreground,
.section-boxes .box-content {
  width: 60%;
  position: relative;
}
.section-boxes .box-image-background,
.section-boxes .box-image-foreground {
  padding-bottom: 60%;
  background: no-repeat center top/cover;
}
@media (max-width: 900px) {
  .section-boxes .box-image-background,
  .section-boxes .box-image-foreground {
    padding-bottom: 80%;
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (max-width: 600px) {
  .section-boxes .box-image-background,
  .section-boxes .box-image-foreground {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.section-boxes .box-image-background {
  float: left;
  z-index: 0;
}
@media (max-width: 900px) {
  .section-boxes .box-image-background {
    margin-bottom: -100px;
    float: none;
  }
}
@media (max-width: 600px) {
  .section-boxes .box-image-background {
    margin-bottom: -40px;
  }
}
.section-boxes .box-image-foreground {
  margin: 0 auto -100px;
  top: -100px;
  clear: both;
  z-index: 2;
}
@media (max-width: 900px) {
  .section-boxes .box-image-foreground {
    margin: -100px 0 0;
    top: auto;
  }
}
@media (max-width: 600px) {
  .section-boxes .box-image-foreground {
    margin-top: -40px;
  }
}
.section-boxes .box-content {
  padding: 60px 50px 180px 100px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  float: left;
  z-index: 1;
}
@media (max-width: 900px) {
  .section-boxes .box-content {
    padding-bottom: 100px;
    width: auto;
    float: none;
    z-index: 3;
  }
}
@media (max-width: 600px) {
  .section-boxes .box-content {
    padding: 25px 20px 30px;
  }
}
.section-boxes .box-content:before {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 10px solid #2B500D;
  border-bottom: 10px solid #2B500D;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.section-boxes .box-content h1, .section-boxes .box-content .timeline-title {
  margin-left: -50px;
  font-size: 40px;
}
@media (max-width: 600px) {
  .section-boxes .box-content h1, .section-boxes .box-content .timeline-title {
    margin-left: 0;
    font-size: 24px;
  }
}
.section-boxes > div:nth-child(2),
.section-boxes .center > div:nth-child(2) {
  margin-top: 80px;
  margin-left: -20%;
}
@media (max-width: 900px) {
  .section-boxes > div:nth-child(2),
  .section-boxes .center > div:nth-child(2) {
    margin: 0;
  }
}

.section-images {
  position: relative;
}
@media screen and (max-width: 1450px) {
  .section-images {
    max-width: 800px;
    margin: auto;
  }
}

.section-image-background,
.section-image-foreground {
  background: no-repeat center top/cover;
}

.section-image-background {
  padding-bottom: 45%;
  width: 80%;
  max-width: 800px;
}

.section-image-foreground {
  padding-bottom: 40%;
  width: 50%;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  bottom: -100px;
}
@media (max-width: 1100px) {
  .section-image-foreground {
    bottom: -50px;
  }
}

@media (max-width: 900px) {
  .page-template-login .section-boxes {
    margin-bottom: -50px;
  }
}
.page-template-login .box-content p {
  padding-left: 0;
}
@media (max-width: 900px) {
  .page-template-login .box-content {
    padding: 50px;
    border: 0;
  }
  .page-template-login .box-content:before {
    display: none;
  }
  .page-template-login .box-content h1, .page-template-login .box-content .timeline-title {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .page-template-login .box-content {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  .page-template-login .box-image-background {
    margin: -100px 0 0 !important;
  }
}
@media (max-width: 600px) {
  .page-template-login .box-image-background {
    margin-top: -40px !important;
  }
}

.login-form {
  margin-top: 2em;
  max-width: 400px;
  position: relative;
}
.login-form input {
  padding-right: 155px;
}
@media (max-width: 600px) {
  .login-form input {
    padding-right: 95px;
  }
}
.login-form button[type=submit] {
  width: 140px;
  height: 40px;
  background-color: #2B500D;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .login-form button[type=submit] {
    width: 80px;
  }
}

.login-form-invalid {
  margin-top: 1em;
  color: crimson;
  font-weight: 700;
  text-transform: uppercase;
}

#newsletter-form {
  margin-top: 50px;
  max-width: 400px;
}
#newsletter-form h3 {
  margin-bottom: 0.5em;
}
#newsletter-form .error label {
  color: crimson;
}
#newsletter-form .error input {
  border-color: crimson;
}

#newsletter-firstname-wrapper {
  padding-right: 10px;
}

#newsletter-lastname-wrapper {
  padding-left: 10px;
}
@media (max-width: 900px) {
  #newsletter-lastname-wrapper {
    padding-left: 0;
    margin-top: 20px;
  }
}

#newsletter-email-wrapper {
  margin: 20px 0;
}

#newsletter-language-wrapper {
  margin-bottom: 20px;
}

#newsletter-response-success,
#newsletter-response-validation {
  display: none;
}

#newsletter-response {
  margin-left: 20px;
  display: none;
  color: #2B500D;
  font-weight: 700;
  font-size: 16px;
}

@media (max-width: 600px) {
  .single-product .section:first-of-type, .single-products .section:first-of-type {
    padding-top: 0;
  }
  .single-product .section:first-of-type .center, .single-products .section:first-of-type .center {
    padding: 0;
  }
}

.back-to-shop {
  padding: 0 0 2px 36px;
  display: inline-block;
  background: url("../images/icons/arrow-left.svg") no-repeat left center/24px auto;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  transition: 200ms;
}
.back-to-shop:hover {
  opacity: 1;
}

.back-to-shop {
  position: absolute;
  top: 70px;
  left: 50px;
}
@media (max-width: 900px) {
  .back-to-shop {
    display: block;
    top: 20px;
  }
}

.back-to-cart {
  margin-right: 20px;
}
@media (max-width: 900px) {
  .back-to-cart {
    margin-right: 10px;
  }
}

.product-box {
  margin-bottom: 100px;
  padding: 150px 50px 100px;
  background-color: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .product-box {
    padding: 50px;
  }
}
@media (max-width: 600px) {
  .product-box {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}
.product-box .col50 {
  padding: 0 50px;
}
@media (max-width: 900px) {
  .product-box .col50 {
    padding: 0;
    width: auto;
    float: none;
  }
}

@media (max-width: 900px) {
  .woocommerce-product-gallery, .single-product-image {
    margin: 0 auto;
    max-width: 400px;
  }
}

.product_title {
  margin: 0 auto;
  padding: 0.3em 0;
  min-width: 200px;
  display: block;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .product_title {
    margin: 0.5em 0;
    padding: 0;
    width: auto;
    border: 0;
    position: static;
    transform: none;
    text-align: left;
  }
}

.woocommerce-product-gallery a {
  pointer-events: none;
}

.woocommerce-product-gallery__image:nth-child(2) {
  display: none;
}

.summary .price {
  margin-bottom: 40px;
  color: #2B500D;
  font-weight: 700;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 900px) {
  .summary .price {
    font-size: 20px;
  }
}
.summary .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
  }
}
.summary .quantity {
  width: 120px;
  margin-right: 30px;
  float: left;
}
@media (max-width: 600px) {
  .summary .quantity {
    margin-right: 15px;
    width: 90px;
  }
}
.summary .quantity input {
  text-align: center;
}
.summary .screen-reader-text {
  display: none;
}

.kolli {
  margin-top: -40px;
  margin-bottom: 40px;
  color: #999;
  font-weight: 700;
}
.post-412 .kolli, .postid-412 .kolli {
  display: none;
}

.tabs, .fact-tabs {
  margin-bottom: 50px;
  padding-left: 0;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1100px) {
  .tabs, .fact-tabs {
    margin-bottom: 50px;
  }
}
.tabs li, .fact-tabs li {
  margin-bottom: 0;
  display: block;
  text-align: center;
  float: left;
  flex: 1 1 0;
}
.tabs a, .fact-tabs a {
  padding: 15px 20px;
  height: 100%;
  display: inline-block;
  position: relative;
  color: #333;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  transition: 200ms;
}
@media (max-width: 600px) {
  .tabs a, .fact-tabs a {
    font-size: 14px;
  }
}
.tabs .active a:after, .fact-tabs .active a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #2B500D;
  position: absolute;
  top: 100%;
  left: 0;
}

.panel {
  padding: 0 100px;
}
@media (max-width: 600px) {
  .panel {
    padding: 0;
  }
}

.woocommerce-product-rating .star-rating {
  margin: 30px auto 0;
}

.woocommerce-review-link {
  display: none;
}

.woocommerce-Reviews-title {
  display: none;
}

p.woocommerce-noreviews {
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .woocommerce-product-rating {
    margin-bottom: 30px;
  }
}

.star-rating {
  width: 150px;
  height: 30px;
  background: url("../images/icons/star-gray.svg") repeat-x;
}
.star-rating > span {
  height: 100%;
  display: block;
  background: url("../images/icons/star-gold.svg") repeat-x;
}

.comment {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .comment {
    margin-bottom: 40px;
  }
}
.comment .avatar {
  display: none;
}
.comment .star-rating {
  margin: 0 20px 25px -3px;
  float: left;
}
@media (max-width: 600px) {
  .comment .star-rating {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.comment .meta {
  margin: 0;
  color: #858e9d;
  line-height: 30px;
  float: left;
}
.comment .woocommerce-review__author {
  font-weight: normal;
}
.comment .woocommerce-review__dash,
.comment .woocommerce-review__published-date {
  display: none;
}
.comment .description {
  clear: left;
}

#commentform {
  display: none;
  position: relative;
  overflow: hidden;
}
#commentform .required {
  display: none;
}

.comment-notes {
  display: none;
}

.stars {
  margin: 0 0 0 -3px;
  overflow: hidden;
}
.stars a {
  width: 30px;
  height: 30px;
  display: block;
  background: url("../images/icons/star-gray.svg") no-repeat;
  float: left;
}
.stars.selected a {
  background-image: url("../images/icons/star-gold.svg");
}
.stars.selected a.active ~ a {
  background-image: url("../images/icons/star-gray.svg");
}

.comment-form-rating,
.comment-form-comment,
.comment-form-author,
.comment-form-email {
  margin-bottom: 20px;
}

.comment-form-author {
  padding-right: 20px;
}

.comment-form-email {
  padding-left: 20px;
}

.comment-form-author,
.comment-form-email {
  width: 50%;
  float: left;
}
@media (max-width: 600px) {
  .comment-form-author,
  .comment-form-email {
    padding: 0;
    width: auto;
    float: none;
  }
}

.form-submit {
  margin-bottom: 0;
  float: right;
}

/*----- NEWS -----*/
.news-newer,
.news-older {
  width: 50%;
  display: block;
  color: #333;
}
@media (max-width: 600px) {
  .news-newer,
  .news-older {
    width: auto;
  }
}
.news-newer:hover h2,
.news-older:hover h2 {
  color: #2B500D;
}
.news-newer h2,
.news-older h2 {
  margin-bottom: 0.5em;
  font-size: 16px;
  text-transform: uppercase;
  transition: 200ms;
}

.news-newer {
  padding: 20px 100px 20px 150px;
  background: url("../images/icons/arrow-left.svg") no-repeat left center;
  border-right: 1px solid #e2e2e2;
  float: left;
}
@media (max-width: 900px) {
  .news-newer {
    padding: 20px;
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .news-newer {
    padding: 20px 0 50px;
    background-position: left bottom 10px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    float: none;
  }
}

.news-older {
  padding: 20px 150px 20px 100px;
  background: url("../images/icons/arrow-right.svg") no-repeat right center;
  border-left: 1px solid #e2e2e2;
  float: right;
}
@media (max-width: 900px) {
  .news-older {
    padding: 20px;
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  .news-older {
    padding: 20px 0 50px;
    background-position: left bottom 10px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    float: none;
  }
}

.news-newer + .news-older {
  border-left: 0;
}

.news-date {
  margin-top: -90px;
  color: #595857;
  font-weight: 700;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  float: right;
}
@media (max-width: 900px) {
  .news-date {
    margin: 0 0 1em;
    float: none;
  }
}
#newsbox .news-date, #news-pagination .news-date {
  margin: 0 0 5px;
  font-size: 14px;
  float: none;
}

.single .section-text img {
  margin-top: 0;
  margin-bottom: 1.5em;
}

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

.page-template-kontakt .page-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media (max-width: 900px) {
  .page-template-kontakt .page-title {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .page-template-kontakt .page-title {
    max-width: 300px;
  }
}
@media (max-width: 900px) {
  .page-template-kontakt #assortments {
    padding-top: 150px;
  }
}

@media (max-width: 900px) {
  .contact-header {
    padding-bottom: 0;
  }
}

#contact {
  position: relative;
}
@media (max-width: 900px) {
  #contact.danish-lang {
    padding-bottom: 450px;
  }
}
@media (max-width: 600px) {
  #contact.danish-lang {
    padding-bottom: 480px;
  }
}
@media (max-width: 900px) {
  #contact.danish-lang #map {
    height: 450px;
  }
}
@media (max-width: 600px) {
  #contact.danish-lang #map {
    height: 480px;
  }
}
@media (max-width: 900px) {
  #contact {
    padding-bottom: 400px;
  }
}
#contact .center {
  position: relative;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  #map {
    top: auto;
    bottom: 0;
    height: 400px;
  }
}

.contact-content {
  margin: -30px 0;
  padding: 60px;
  width: 500px;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
  float: left;
}
@media (max-width: 900px) {
  .contact-content {
    margin: 0;
    padding: 0 0 30px;
    width: auto;
    min-height: 0;
    box-shadow: none;
    float: none;
  }
}

.contact-info {
  padding: 90px 40px 30px;
  width: 330px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 900px) {
  .contact-info {
    top: auto;
    bottom: -500px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.contact-info img {
  max-width: 180px;
  margin: 0 auto 20px;
  display: block;
}
.contact-info a {
  color: #595857;
  font-size: 14px;
  text-decoration: underline;
}
.contact-info a:hover {
  color: #2B500D;
}

.page-template-faq .leaves:before {
  background-repeat: no-repeat;
}

#faq-filter {
  margin: 50px 0;
  text-align: center;
}
@media (max-width: 600px) {
  #faq-filter {
    margin: 30px 0 30px -10px;
  }
}
#faq-filter button {
  margin: 0 10px;
  display: inline-block;
}
@media (max-width: 600px) {
  #faq-filter button {
    width: calc(50% - 10px);
    margin: 0 0 10px 10px;
  }
}

.woocommerce-error,
.woocommerce-message {
  margin: 0 auto 50px;
  padding: 20px 30px;
  width: calc(100% - 60px);
  max-width: 1100px;
  background-color: #72d422;
  border-left: 5px solid #2B500D;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 200;
}
@media (max-width: 1300px) {
  .woocommerce-error,
  .woocommerce-message {
    max-width: 1140px;
  }
}
@media (max-width: 600px) {
  .woocommerce-error,
  .woocommerce-message {
    margin: 0;
    padding: 20px;
    width: 100%;
    border: 0;
    text-align: center;
  }
}
.woocommerce-error li,
.woocommerce-message li {
  margin: 0;
  display: block;
}
.woocommerce-error .button, .woocommerce-error .frm_prev_page, .woocommerce-error .frm_button_submit, .woocommerce-error #reply-title,
.woocommerce-message .button,
.woocommerce-message .frm_prev_page,
.woocommerce-message .frm_button_submit,
.woocommerce-message #reply-title {
  margin-right: 2em;
}
@media (max-width: 600px) {
  .woocommerce-error .button, .woocommerce-error .frm_prev_page, .woocommerce-error .frm_button_submit, .woocommerce-error #reply-title,
  .woocommerce-message .button,
  .woocommerce-message .frm_prev_page,
  .woocommerce-message .frm_button_submit,
  .woocommerce-message #reply-title {
    margin: 0 0 1em;
    display: block;
  }
}

.woocommerce-error {
  border-left-color: crimson;
}

.cart-empty {
  padding: 50px 50px 0;
  text-align: center;
}

.return-to-shop {
  padding: 0 50px 50px;
  text-align: center;
}

.post-type-archive-product .hero, .page-template-products-archive-template .hero {
  margin-bottom: -150px;
  padding: 100px 0 200px;
}
@media (max-width: 1100px) {
  .post-type-archive-product .hero, .page-template-products-archive-template .hero {
    margin-bottom: -80px;
    padding: 50px 0 100px;
  }
}
.post-type-archive-product .leaves:before, .page-template-products-archive-template .leaves:before {
  background-image: url("../images/leaves-one.png");
  background-repeat: no-repeat;
  top: 80px;
}
.post-type-archive-product .products, .page-template-products-archive-template .products {
  padding-bottom: 100px;
}
@media (max-width: 1100px) {
  .post-type-archive-product .products, .page-template-products-archive-template .products {
    padding-bottom: 50px;
  }
}

.products {
  margin: -20px 0 0 -20px;
  padding-left: 0;
}
@media (max-width: 600px) {
  .products {
    margin: 0;
  }
}
.products li {
  margin: 20px 0 0 20px;
  padding: 30px;
  width: calc(33.3333% - 20px);
  display: block;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  position: relative;
  text-align: center;
  float: left;
  transition: 200ms;
}
@media (max-width: 900px) {
  .products li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .products li {
    margin: 0 0 20px;
    padding: 20px;
    width: auto;
    float: none;
  }
}
.products li:hover {
  border-color: transparent;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
}
@media (max-width: 1100px) {
  .products li:hover {
    border-color: #e2e2e2;
    box-shadow: none;
  }
}
.products .star-rating {
  margin: 0 auto 20px;
}
.products .added_to_cart {
  display: none;
}

.woocommerce-loop-product__link {
  display: block;
}

.woocommerce-loop-product__title, .product-title {
  margin: 0 auto;
  padding: 0.3em 0;
  min-width: 200px;
  display: inline-block;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.woocommerce-loop-product__image, .product-image {
  margin-bottom: 20px;
  padding: 20px 0;
  height: 200px;
  background: url("../images/product-shadow.jpg") no-repeat center bottom;
}
.woocommerce-loop-product__image img, .product-image img {
  margin: 0 auto;
  width: auto;
  max-width: 220px;
  max-height: 100%;
  display: block;
}

.product-info {
  padding: inherit;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: auto;
}
.product-info.active {
  display: block;
}
.product-info p {
  margin-bottom: 1em;
}
.product-info .woocommerce-loop-product__title {
  margin-bottom: 20px;
}
.product-info .woocommerce-product-details__short-description {
  font-size: 13px;
}
.product-info .price {
  margin-top: 15px;
  display: block;
  color: #2B500D;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
.product-info .kolli {
  margin: 0;
}

.product-showinfo {
  margin-left: 10px;
}

.product-hideinfo {
  width: 60px;
  height: 60px;
  background: url("../images/icons/close.svg") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
  transition: 200ms;
  cursor: pointer;
}
@media (max-width: 900px) {
  .product-hideinfo {
    width: 32px;
    height: 32px;
    background-color: #ddd;
  }
}
.product-hideinfo:hover {
  opacity: 1;
}

.woocommerce-cart .woocommerce-message {
  display: none;
}
.woocommerce-cart .woocommerce {
  background-color: #fff;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .woocommerce-cart .woocommerce {
    box-shadow: none;
  }
}

.cart {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-transform: uppercase;
}
.cart thead {
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 600px) {
  .cart thead {
    display: none;
  }
}
.cart th,
.cart td {
  padding: 30px;
  text-align: left;
}
.cart th {
  color: #595857;
  font-weight: 400;
}
@media (max-width: 600px) {
  .cart .product-name {
    margin-bottom: 10px;
    width: 100%;
  }
  .cart tr {
    display: block;
  }
  .cart tbody tr {
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
  }
  .cart td {
    padding: 0;
    display: block;
    float: left;
  }
  .cart .product-quantity {
    width: 80px;
    line-height: 42px;
  }
  .cart .product-quantity input {
    width: 100%;
  }
  .cart .product-subtotal {
    padding: 10px;
  }
  .cart .product-remove {
    padding-top: 8px;
    float: right;
  }
}
.cart .product-quantity {
  text-align: center;
}
.cart .screen-reader-text {
  display: none;
}
.cart .button-ghost:disabled, .cart .frm_prev_page:disabled, .cart .widget_shopping_cart .woocommerce-mini-cart__buttons .button:disabled:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .cart .button:disabled:first-child, .cart .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:disabled:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .cart .frm_prev_page:disabled:first-child, .cart .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:disabled:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .cart .frm_button_submit:disabled:first-child, .cart .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:disabled:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .cart #reply-title:disabled:first-child {
  opacity: 0;
}
@media (max-width: 900px) {
  .cart .product-thumbnail,
  .cart .product-price {
    display: none;
  }
}

.actions .button-ghost, .actions .frm_prev_page, .actions .widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .actions .button:first-child, .actions .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .actions .frm_prev_page:first-child, .actions .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .actions .frm_button_submit:first-child, .actions .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .actions #reply-title:first-child {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}
.actions .button-ghost:hover, .actions .frm_prev_page:hover, .actions .widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .actions .button:hover:first-child, .actions .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .actions .frm_prev_page:hover:first-child, .actions .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .actions .frm_button_submit:hover:first-child, .actions .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:hover:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .actions #reply-title:hover:first-child {
  color: #2B500D;
}

.product-name a {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.product-name a:hover {
  color: #2B500D;
}

.cart-collaterals {
  margin-top: -80px;
}
@media (max-width: 600px) {
  .cart-collaterals {
    margin-top: 0;
  }
}
.cart-collaterals h2 {
  display: none;
}

.cart_totals .shop_table {
  border-bottom: 1px solid #e2e2e2;
  color: #595857;
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
  overflow: hidden;
}
@media (max-width: 600px) {
  .cart_totals .shop_table {
    padding: 20px 0;
    text-transform: none;
  }
}

.cart-subtotal,
.cart-shippingbox {
  padding: 30px;
  display: block;
  float: right;
}
@media (max-width: 600px) {
  .cart-subtotal,
  .cart-shippingbox {
    padding: 0;
    float: none;
  }
}

@media (max-width: 600px) {
  .cart-shippingbox {
    margin-top: 20px;
  }
}

.wc-proceed-to-checkout {
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .wc-proceed-to-checkout {
    padding: 20px 0;
  }
  .wc-proceed-to-checkout .button, .wc-proceed-to-checkout .frm_prev_page, .wc-proceed-to-checkout .frm_button_submit, .wc-proceed-to-checkout #reply-title {
    width: 50%;
    float: right;
  }
  .wc-proceed-to-checkout .button-ghost, .wc-proceed-to-checkout .frm_prev_page, .wc-proceed-to-checkout .widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .wc-proceed-to-checkout .button:first-child, .wc-proceed-to-checkout .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .wc-proceed-to-checkout .frm_prev_page:first-child, .wc-proceed-to-checkout .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .wc-proceed-to-checkout .frm_button_submit:first-child, .wc-proceed-to-checkout .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .wc-proceed-to-checkout #reply-title:first-child {
    width: 45%;
    margin-right: 0 !important;
    float: left;
  }
}

.checkout-button {
  float: left;
}

.order-total {
  float: right;
  font-weight: 700;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .order-total {
    margin-bottom: 20px;
    width: 100%;
    text-align: right;
    float: none;
  }
}
.order-total .amount {
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}

.product-quantity input {
  width: 120px;
  text-align: center;
}

.product-remove a {
  width: 20px;
  display: block;
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.woocommerce-NoticeGroup-checkout {
  margin-bottom: 2em;
  padding: 20px;
  border: 1px solid #e2e2e2;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
  list-style-position: inside;
}
.woocommerce-NoticeGroup-checkout li {
  margin-bottom: 0.5em;
  display: list-item;
}
.woocommerce-NoticeGroup-checkout li:last-child {
  margin-bottom: 0;
}

.checkout {
  overflow: hidden;
}
@media (max-width: 600px) {
  .checkout {
    padding-top: 60px;
    position: relative;
  }
}
.checkout h3 {
  margin-bottom: 1em;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .checkout h3 {
    font-size: 26px;
  }
}
.checkout .woocommerce-additional-fields h3 {
  display: none;
}

.col-1,
.col-2 {
  overflow: hidden;
}

#customer_details {
  padding-right: 40px;
  width: 60%;
  float: left;
}
@media (max-width: 900px) {
  #customer_details {
    padding-right: 30px;
    width: 50%;
  }
}
@media (max-width: 600px) {
  #customer_details {
    margin-bottom: 50px;
    padding-right: 0;
    width: auto;
    float: none;
  }
}

#order_review {
  width: 40%;
  float: left;
}
@media (max-width: 900px) {
  #order_review {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #order_review {
    width: auto;
    float: none;
  }
}
#order_review .cart-id-signage__img {
  margin-top: 40px;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 900px) {
  .woocommerce-checkout-review-order-table {
    font-size: 14px;
  }
}
.woocommerce-checkout-review-order-table thead {
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-checkout-review-order-table th {
  padding: 20px;
  color: #595857;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-checkout-review-order-table td {
  padding: 20px;
}
.woocommerce-checkout-review-order-table tbody {
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-checkout-review-order-table .cart-subtotal {
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .order-total {
  display: table-row;
  float: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-transform: none;
}
.woocommerce-checkout-review-order-table .order-total .amount {
  margin-left: 0;
  line-height: normal;
}

@media (max-width: 600px) {
  .woocommerce-shipping-fields {
    margin-top: 20px;
  }
}

.woocommerce-invalid input {
  border-color: crimson;
}

.woocommerce-validated input {
  border-color: lightgreen;
}

.payment_methods {
  margin-bottom: 30px;
  padding-left: 0;
}
.payment_methods li {
  margin-bottom: 0;
  display: block;
}

#stripe-card-number.unknown {
  border-color: crimson;
}
#stripe-card-number.identified {
  border-color: lightgreen;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 40px;
  line-height: 40px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
  border-color: #e2e2e2;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 38px;
}

.form-row-first {
  padding-right: 15px;
  width: 50%;
  float: left;
}
@media (max-width: 600px) {
  .form-row-first {
    padding-right: 0;
    width: auto;
    float: none;
  }
}

.form-row-last {
  padding-left: 15px;
  width: 50%;
  float: right;
}
@media (max-width: 600px) {
  .form-row-last {
    padding-left: 0;
    width: auto;
    float: none;
  }
}

.form-row-wide {
  clear: both;
}

#order_comments_field {
  clear: both;
}

.woocommerce-terms-and-conditions {
  padding: 50px;
  width: 100%;
  max-width: 900px;
  max-height: 90% !important;
  background-color: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 300;
  transform: translateX(-50%);
  display: none !important;
}
.woocommerce-terms-and-conditions h2 {
  font-size: 30px;
}
.woocommerce-terms-and-conditions h3 {
  font-size: 18px;
}

@media (max-width: 600px) {
  .place-order .button, .place-order .frm_prev_page, .place-order .frm_button_submit, .place-order #reply-title {
    margin: 0;
    width: 100%;
    display: block;
  }
  .place-order .button-ghost, .place-order .frm_prev_page, .place-order .widget_shopping_cart .woocommerce-mini-cart__buttons .button:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .place-order .button:first-child, .place-order .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_prev_page:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .place-order .frm_prev_page:first-child, .place-order .widget_shopping_cart .woocommerce-mini-cart__buttons .frm_button_submit:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .place-order .frm_button_submit:first-child, .place-order .widget_shopping_cart .woocommerce-mini-cart__buttons #reply-title:first-child, .widget_shopping_cart .woocommerce-mini-cart__buttons .place-order #reply-title:first-child {
    position: absolute;
    top: 0;
  }
}
.woocommerce-notice {
  margin-bottom: 50px;
  padding: 20px 30px;
  border-left: 5px solid #2B500D;
  background-color: #72d422;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 16px;
}

.woocommerce-order h2 {
  text-transform: uppercase;
}
.woocommerce-order table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 16px;
}
@media (max-width: 900px) {
  .woocommerce-order table {
    font-size: 14px;
  }
}
.woocommerce-order th,
.woocommerce-order td {
  padding: 15px 0;
}
.woocommerce-order th {
  font-weight: 400;
  color: #595857;
  text-transform: uppercase;
}
.woocommerce-order address {
  font-style: normal;
  line-height: 1.3;
}
.woocommerce-order address p {
  margin: 0;
  line-height: inherit;
}
.woocommerce-order tbody {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.woocommerce-order .product-name a {
  font-size: 18px;
}
@media (max-width: 900px) {
  .woocommerce-order .product-name a {
    font-size: 14px;
  }
}

.woocommerce-order-overview {
  margin-left: 50px;
  padding: 0;
  width: 440px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  float: right;
}
@media (max-width: 900px) {
  .woocommerce-order-overview {
    width: 300px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .woocommerce-order-overview {
    margin: 0 0 50px;
    width: auto;
    float: none;
  }
}
.woocommerce-order-overview li {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #e2e2e2;
  display: block;
  color: #595857;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-order-overview li:first-child {
  border-top: 0;
}
.woocommerce-order-overview strong {
  display: block;
  float: right;
  color: #333;
  font-weight: 400;
  text-transform: none;
}

.woocommerce-order-details,
.woocommerce-customer-details {
  overflow: hidden;
}

.woocommerce-order-details {
  margin-bottom: 50px;
}

.woocommerce-customer-details {
  padding-top: 50px;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
.woocommerce-customer-details .woocommerce-column--billing-address {
  float: left;
}
@media (max-width: 600px) {
  .woocommerce-customer-details .woocommerce-column--billing-address {
    float: none;
  }
}
.woocommerce-customer-details .woocommerce-column--shipping-address {
  margin-left: 100px;
  float: left;
}
@media (max-width: 600px) {
  .woocommerce-customer-details .woocommerce-column--shipping-address {
    margin-top: 50px;
    margin-left: 0;
    float: none;
  }
}

.hero-image {
  padding-bottom: 40%;
  background: no-repeat center top/cover;
}
.hero-image.about-us {
  padding-bottom: 20%;
  background: no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .hero-image.about-us {
    padding-bottom: 30%;
  }
}

.about-intro {
  max-width: 900px;
}

.about-content {
  max-width: 450px;
}

#about-tabs {
  padding: 80px 0;
}
@media (max-width: 1100px) {
  #about-tabs {
    padding: 50px 0;
  }
}
@media (max-width: 900px) {
  #about-tabs {
    padding: 20px 0;
  }
}
@media (max-width: 600px) {
  #about-tabs {
    text-align: center;
  }
}
#about-tabs .col33 {
  padding: 40px 50px;
}
@media (max-width: 1100px) {
  #about-tabs .col33 {
    padding: 30px;
  }
}
@media (max-width: 900px) {
  #about-tabs .col33 {
    padding: 30px 0;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid rgba(153, 153, 153, 0.3);
  }
  #about-tabs .col33:first-child {
    border-top: 0;
  }
}
#about-tabs .col33:nth-child(2) {
  border-left: 1px solid rgba(153, 153, 153, 0.3);
  border-right: 1px solid rgba(153, 153, 153, 0.3);
}
#about-tabs h2 {
  font-size: 34px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  #about-tabs h2 {
    font-size: 20px;
  }
}

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