@charset "UTF-8";
/*
Theme Name: Fodax
Theme URI: http://fodax.se/
Description: Tema för Fodax Foder AB.
Author: Fem punkter
Author URI: https://www.fempunkter.se
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
}

html {
  text-rendering: optimizeLegibiity;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-size: 16px;
}

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

html,
body {
  height: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  background: url(assets/img/fodax-bg.png) repeat #f2f2f2;
  background-size: 159px;
  background-attachment: fixed;
  background-position: center;
}

.wow {
  visibility: hidden;
}

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

.wp-post-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

hr {
  border-color: rgba(118, 72, 25, 0.1);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
  line-height: 1.3;
}
h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong {
  color: #222222;
}

h1 {
  font-size: 2.75rem;
  margin-bottom: 0.425rem;
  font-weight: 700;
}
@media only screen and (max-width: 769px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.425rem;
}
@media only screen and (max-width: 1025px) {
  h2,
.h2 {
    font-size: 1.85rem;
  }
}
@media only screen and (max-width: 769px) {
  h2,
.h2 {
    font-size: 1.5rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 769px) {
  h3,
.h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #313131;
  line-height: 1.618;
  margin-bottom: 1em;
}
@media only screen and (max-width: 769px) {
  p {
    font-size: 0.85em;
  }
}
p.xl-copy {
  font-size: 1.25rem;
}
p.columned-text {
  column-count: 2;
  column-gap: 3.125rem;
  -moz-column-count: 2;
  -moz-column-gap: 3.125rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 3.125rem;
}
@media only screen and (max-width: 1025px) {
  p.columned-text {
    -column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}
p a:link,
p a:visited {
  color: #764819;
  text-decoration: underline;
}
p a:link:hover,
p a:visited:hover {
  color: #a06222;
}

a:link,
a:visited {
  color: #222222;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:link:hover,
a:visited:hover {
  color: #764819;
}

.link-arrow,
p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #764819;
  border-bottom: none;
}
.link-arrow:after,
p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 6px;
  right: -1rem;
  content: "";
  width: 6px;
  height: 12px;
  background: url(assets/img/arrow_primary.svg);
}
.link-arrow:hover,
p a.link-arrow:hover {
  color: #221507;
  border-bottom: none;
}

.hero-title {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  color: #764819;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem 0.875rem 1.5rem;
  background: rgba(34, 34, 34, 0.8);
}

.hero-sub {
  text-shadow: 0px 0px 16px rgba(34, 34, 34, 0.3);
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 1025px) {
  .hero-description {
    font-size: 1.225rem;
  }
}
@media only screen and (max-width: 769px) {
  .hero-description {
    font-size: 1rem;
  }
}

strong {
  font-weight: 700;
  color: #764819;
}

.italic,
em {
  font-style: italic;
}

blockquote {
  background: #f9f9f9;
  border-left: 4px solid #764819;
  color: #222222;
  margin: 1rem 0;
  padding: 1rem 10px;
  quotes: "“" "”" "‘" "’";
  line-height: 1.618;
}

blockquote:before {
  color: #222222;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.white {
  color: #ffffff;
}

p a.white {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.sm-co {
  font-size: 0.875rem;
}

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

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

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

.balance-text {
  text-wrap: balance;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-fixed-width {
  max-width: 90rem;
  margin: 0 auto;
  display: block;
}

.content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media only screen and (max-width: 769px) {
  .float-left-sm {
    width: 60%;
    float: left;
    text-align: left;
  }
}
@media only screen and (max-width: 481px) {
  .float-left-sm {
    width: 70%;
  }
}

@media only screen and (max-width: 769px) {
  .float-right-sm {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 481px) {
  .float-right-sm {
    width: 30%;
  }
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
}
.row.nested {
  padding: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row.row-header {
  padding: 1rem 0;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
  /*@include bp-sm {
    padding: 1rem 0 .625rem 0; 
  }*/
}
@media only screen and (max-width: 1025px) {
  .row.row-header {
    margin-right: 0;
    margin-left: 0;
    padding: 1.325rem 0 0.375rem 0;
  }
}
.row.no-top {
  padding-top: 0;
}
.row.hero-sub {
  padding: 5rem 0 5rem 0;
}
.row.border-bottom {
  padding-bottom: 3.875rem;
  margin-bottom: 0;
  position: relative;
}
.row.border-bottom.less-padding {
  padding-bottom: 2.875rem;
}
.row.border-bottom.onwhite-border:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(118, 72, 25, 0.08);
  bottom: 0;
  left: 1rem;
}
.row.border-bottom.onblack-border:after {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 32px);
  background: rgba(230, 230, 230, 0.2);
  bottom: 0;
  left: 1rem;
}
.row.special-padding {
  padding: 1.5rem 0 3.875rem 0;
}
.row.no-pb {
  padding-bottom: 0;
}
.row.footer-copyright {
  padding-bottom: 1.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Custom margins */
@media only screen and (max-width: 1025px) {
  .xs2 {
    margin-bottom: 2rem;
  }
  .xs2:last-of-type {
    margin-bottom: 0;
  }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.stretch-xs {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 769px) {
  .container {
    width: 49rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    width: 65rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1201px) {
  .container {
    width: 76rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 91em) {
  .container {
    width: 80rem;
  }
}
@media only screen and (max-width: 1025px) {
  .resize {
    width: 100%;
    padding: 0;
  }
}

.mt-1 {
  margin-top: 0.875rem;
}

.state--scrolled .row-header {
  height: 92px;
}
@media only screen and (max-width: 1025px) {
  .state--scrolled .row-header {
    height: 72px;
  }
}

@media (max-width: 767px) {
  .wp-block-columns {
    margin-left: -2%;
  }

  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 2%;
  }
}
.main-logo a.logo img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 178px;
}
@media only screen and (max-width: 481px) {
  .main-logo a.logo img {
    max-width: 100%;
  }
}

.main-nav--list {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 1.085em;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list {
    font-size: 0.875rem;
    letter-spacing: 1px;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 99;
    width: 100%;
    margin-top: 0.5em;
    padding-top: 0;
    -webkit-box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.08);
    -moz-box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.08);
    -ms-box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.08);
  }
}
.main-nav--list li {
  display: inline-block;
  margin-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 1201px) {
  .main-nav--list li {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li {
    display: block;
    width: calc(100% - 48px);
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  }
}
.main-nav--list li:last-child {
  margin-right: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li:last-child {
    margin-right: auto;
  }
}
.main-nav--list li.last-item {
  margin-right: 0;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li.last-item {
    margin-right: auto;
  }
}
.main-nav--list li a:link,
.main-nav--list li a:visited {
  color: #764819;
  padding: 0.5rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.main-nav--list li a:link:hover,
.main-nav--list li a:visited:hover {
  color: #764819;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li a:link,
.main-nav--list li a:visited {
    color: #222222;
    padding: 1.225rem 0;
    display: block;
  }
  .main-nav--list li a:link:hover,
.main-nav--list li a:visited:hover {
    color: rgba(34, 34, 34, 0.5);
  }
}
.main-nav--list li.main-menu__btn a {
  padding: 0.75rem 2rem;
  background: #764819;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li.main-menu__btn a {
    margin: 1rem 0;
    display: inline-block;
    color: #222222;
  }
  .main-nav--list li.main-menu__btn a:hover {
    color: rgba(34, 34, 34, 0.5);
  }
}
.main-nav--list li ul.sub-menu {
  position: absolute;
  display: none;
  background: rgba(34, 34, 34, 0.8);
  width: 242px;
  text-align: left;
  left: 50%;
  margin-left: -121px;
  margin-top: 20px;
  z-index: 1000;
  padding: 1em 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.main-nav--list li ul.sub-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(34, 34, 34, 0.8) transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  z-index: 1000;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu:before {
    display: none;
  }
}
.main-nav--list li ul.sub-menu li {
  display: block;
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu li {
    margin-left: 0;
    width: 100%;
    border-bottom: 0;
  }
}
.main-nav--list li ul.sub-menu li a:link,
.main-nav--list li ul.sub-menu li a:visited {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.618;
  padding: 0.25rem 1.5rem;
  color: #ffffff;
}
.main-nav--list li ul.sub-menu li a:link:hover,
.main-nav--list li ul.sub-menu li a:visited:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu li a:link,
.main-nav--list li ul.sub-menu li a:visited {
    color: #222222;
    padding: 0.5rem 0;
  }
  .main-nav--list li ul.sub-menu li a:link:hover,
.main-nav--list li ul.sub-menu li a:visited:hover {
    color: rgba(34, 34, 34, 0.5);
  }
}
.main-nav--list li ul.sub-menu li:first-child {
  margin-right: 0;
}
.main-nav--list li ul.sub-menu li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu li:last-child {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li ul.sub-menu {
    width: calc(100% - 1rem);
    position: relative;
    margin-top: 0;
    background: transparent;
    margin-left: 1rem;
    left: 0;
  }
}
.main-nav--list li.menu-item-has-children {
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li.menu-item-has-children:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    right: 4px;
    top: 22px;
    background: url(assets/img/has_children.svg);
    background-size: 100%;
  }
  .main-nav--list li.menu-item-has-children:hover:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.main-nav--list li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
.main-nav--list li.hidden-item {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .main-nav--list li.hidden-item {
    display: block;
  }
}
.main-nav--list li.main-menu-phone {
  position: relative;
}
.main-nav--list li.main-menu-phone:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(assets/img/phone_white.svg);
  background-size: 100%;
  top: 14px;
}
.main-nav--list li.main-menu-phone a:link,
.main-nav--list li.main-menu-phone a:visited {
  margin-left: 32px;
}
.main-nav--list li.main-menu-envelope {
  position: relative;
}
.main-nav--list li.main-menu-envelope:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(assets/img/envelope_white.svg);
  background-size: 100%;
  top: 14px;
}
.main-nav--list li.main-menu-envelope a:link,
.main-nav--list li.main-menu-envelope a:visited {
  margin-left: 32px;
}
.main-nav--list li.main-menu-user {
  position: relative;
}
.main-nav--list li.main-menu-user:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url(assets/img/user_white.svg);
  background-size: 100%;
  top: 14px;
}
.main-nav--list li.main-menu-user a:link,
.main-nav--list li.main-menu-user a:visited {
  margin-left: 32px;
}

#toggle:checked ~ .main-nav--list {
  display: block;
}

#toggle:checked ~ label[for=toggle] .burger {
  background: rgba(249, 249, 249, 0);
}

#toggle:checked ~ label[for=toggle] .burger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#toggle:checked ~ label[for=toggle] .burger:after {
  top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger,
.burger:before,
.burger:after {
  position: relative;
  background: #764819;
  width: 40px;
  height: 6px;
  top: -36px;
  display: block;
  float: right;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only screen and (max-width: 481px) {
  .burger,
.burger:before,
.burger:after {
    top: -24px;
  }
}

.burger:before {
  content: "";
  width: 40px;
  height: 6px;
  top: -12px;
}

.burger:after {
  content: "";
  width: 40px;
  height: 6px;
  top: 5px;
}

.burger {
  margin-right: 1.5rem;
}

.toggle {
  display: none;
}

label[for=toggle] {
  position: relative;
  float: none;
  display: none;
  cursor: pointer;
  select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-select: none;
  z-index: 1000;
}
@media only screen and (max-width: 1025px) {
  label[for=toggle] {
    display: block;
    margin-top: 2px;
  }
}
label[for=toggle] p {
  display: none;
  position: relative;
  float: left;
}

.sub-nav--list {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.875rem;
}
.sub-nav--list li {
  display: inline-block;
  margin-right: 1.5rem;
}
.sub-nav--list li:last-child {
  margin-right: 0;
}
.sub-nav--list li a:link,
.sub-nav--list li a:visited {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sub-nav--list li a:link:hover,
.sub-nav--list li a:visited:hover {
  color: #764819;
}
@media only screen and (max-width: 769px) {
  .sub-nav--list li {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  .sub-nav--list li:last-child {
    margin-bottom: 0;
  }
}

.top-nav--list {
  font-family: "Source Sans Pro", sans-serif;
  position: absolute;
  top: -1.4rem;
  right: 1rem;
  padding: 0.875rem 2.5rem 0.65rem 2.5rem;
  font-weight: bold;
  font-size: 0.75em;
  background: #f9f9f9;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
@media only screen and (max-width: 1025px) {
  .top-nav--list {
    display: none;
    /*right: 4rem;
    top: -2.675rem;*/
  }
}
@media only screen and (max-width: 481px) {
  .top-nav--list {
    top: -1.95rem;
  }
}
.top-nav--list li {
  display: inline-block;
  margin-right: 2rem;
}
.top-nav--list li a:link,
.top-nav--list li a:visited {
  color: #764819;
}
.top-nav--list li a:link:hover,
.top-nav--list li a:visited:hover {
  color: #ca7b2b;
}
.top-nav--list li:last-child {
  margin-right: 0;
}

.social-nav--list {
  display: block;
  margin-bottom: 1.625rem;
}
.social-nav--list li {
  display: inline-block;
  margin-right: 0.625rem;
}
.social-nav--list li:last-child {
  margin-right: 0;
}
.social-nav--list .icon-size--small img {
  width: 29px;
}

.state--scrolled .main-logo a.logo img.no-scroll {
  display: none;
}
.state--scrolled .main-logo a.logo img.scrolled {
  display: block;
}
@media only screen and (max-width: 1025px) {
  .state--scrolled .main-logo a.logo img {
    width: 82px;
    margin-left: 1px;
  }
}
.state--scrolled .burger {
  margin-top: 0.6rem;
}
.state--scrolled .main-nav--list li a:link,
.state--scrolled .main-nav--list li a:visited {
  color: #764819;
}
.state--scrolled .main-nav--list li a:link:hover,
.state--scrolled .main-nav--list li a:visited:hover {
  color: rgba(118, 72, 25, 0.5);
}
.state--scrolled .main-nav--list li.main-menu__btn a {
  color: #ffffff;
  padding: 0.75rem 2rem;
  background: #764819;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
.state--scrolled .main-nav--list li.main-menu__btn a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.state--scrolled .main-nav--list li ul.sub-menu {
  background: #222222;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 1025px) {
  .state--scrolled .main-nav--list li ul.sub-menu {
    background: #ffffff;
  }
}
.state--scrolled .main-nav--list li ul.sub-menu:before {
  border-color: transparent transparent #222222 transparent;
}

#header {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100vw;
  z-index: 999;
  position: static;
  background: rgba(255, 255, 255, 0.8);
  animation-duration: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1025px) {
  #header {
    background: #ffffff;
  }
}
#header.state--scrolled {
  animation-name: stickySlideDown;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  transition: none;
}
#header a.logo {
  display: inline-block;
}
#header a.loginheader {
  color: #764819;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  margin-left: 1.5rem;
}
@media only screen and (max-width: 481px) {
  #header a.loginheader {
    font-size: 1.375rem;
    margin-left: 0.5rem;
    margin-right: 4rem;
  }
}
#header a.loginheader span {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.125rem;
}
@media only screen and (max-width: 481px) {
  #header a.loginheader span {
    font-size: 0.625rem;
  }
}

.header-bg-fix {
  z-index: -1;
  position: absolute;
  float: left;
  width: 32%;
  height: 100%;
  background: #ffffff;
}
.header-bg-fix:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 60px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
@media only screen and (max-width: 1025px) {
  .header-bg-fix:after {
    border-width: 72px 39px 0 0;
    right: -39px;
  }
}
@media only screen and (max-width: 1025px) {
  .header-bg-fix {
    width: 65%;
  }
}

.icon-size--small.user {
  margin-right: 2.5rem;
}
.icon-size--small.user:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(assets/img/user_white.svg);
  margin-left: -32px;
  margin-top: -7px;
}
.icon-size--small.phone {
  margin-right: 2.5rem;
}
.icon-size--small.phone:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(assets/img/phone_white.svg);
  margin-left: -32px;
  margin-top: -7px;
}
.icon-size--small.envelope:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(assets/img/envelope_white.svg);
  margin-left: -32px;
  margin-top: -7px;
}
.icon-size--small.file:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 18px;
  background: url(assets/img/file-icon-dark.svg);
  background-size: 100%;
  margin-left: -24px;
  margin-top: -5px;
}
.icon-size--small.file-upload:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 18px;
  background: url(assets/img/upload-icon-dark.svg);
  background-size: 100%;
  margin-left: -24px;
  margin-top: -5px;
}
.icon-size--small.login:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 18px;
  background: url(assets/img/user-icon-dark.svg);
  background-size: 100%;
  margin-left: -24px;
  margin-top: -5px;
}
.icon-size--small.paperplane:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(assets/img/contact-icon-dark.svg);
  background-size: 100%;
  margin-left: -26px;
  margin-top: -3px;
}

img.klarnalogos {
  margin: 0 auto 2rem;
  display: block;
}

footer {
  position: relative;
  width: 100%;
  background: #222222;
}
footer img.branded-symbol {
  max-height: 100px;
}
footer a:link,
footer a:visited {
  color: #ffffff;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
  padding: 1px 1px 0;
  text-decoration: none;
}
footer a:link.fodax-email,
footer a:visited.fodax-email {
  border-bottom: 0.5px solid #ffffff;
}
footer a:link:hover,
footer a:visited:hover {
  color: #764819;
}
footer p {
  color: #ffffff;
  font-size: 1em;
  margin-bottom: 0.25rem;
}
footer .fodax-footer-meny ul li {
  line-height: 1.618;
  font-size: 1em;
  margin-bottom: 0.25rem;
}
footer strong {
  color: #ffffff;
}

.social-icon {
  width: 28px;
  height: 28px;
}
.social-icon path {
  fill: #222222;
}

.editable {
  /*ul {
    line-height: 1.618;
    color: $copy-color;
    margin-top: -0.5em;
    margin-bottom: 1em;

    li {
      padding-left: 1em;
      text-indent: -0.5em;

      &:before {
        content: "•";
        padding-right: .5em;
        color: $secondary-color;
      }
    }
  }*/
}
.editable table {
  color: #313131;
  width: 100%;
}
.editable table tr:nth-child(even) {
  background: rgba(244, 244, 238, 0.5);
}
.editable table tr td {
  width: 10%;
  padding: 0.75rem 0.5rem;
}
.editable h3 {
  margin-top: 2rem;
}
.editable h4 {
  margin-top: 1.75rem;
}
.editable ul {
  font-weight: 300;
  line-height: 1.618;
  color: #313131;
  margin-bottom: 1em;
  margin-left: 1em;
}
.editable ul li {
  padding-left: 1em;
  text-indent: -0.5em;
  position: relative;
}
.editable ul li:before {
  position: absolute;
  left: -0.25em;
  color: #764819;
}
.editable ol {
  line-height: 1.618;
  color: #313131;
  margin-top: -0.5em;
  margin-bottom: 1em;
  margin-left: 1em;
}
.editable ol li {
  padding-left: 1em;
  counter-increment: li;
  position: relative;
}
.editable ol li:before {
  content: counter(li) ".";
  position: absolute;
  left: -0.5em;
  color: #764819;
}
.editable a:link,
.editable a:visited {
  color: #764819;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.editable a:link:hover,
.editable a:visited:hover {
  color: #764819;
}
.editable a.link-arrow,
.editable p a.link-arrow {
  font-size: 1rem;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #764819;
  border-bottom: none;
}
.editable a.link-arrow:after,
.editable p a.link-arrow:after {
  position: absolute;
  float: right;
  top: 7px;
  right: -1rem;
  content: "";
  width: 6px;
  height: 12px;
  background: url(assets/img/arrow_primary.svg);
}
.editable a.link-arrow:hover,
.editable p a.link-arrow:hover {
  color: #221507;
  border-bottom: none;
}
.editable .gallery {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.editable .gallery a:link,
.editable .gallery a:visited {
  border-bottom: none;
}
.editable .gallery a:link:hover,
.editable .gallery a:visited:hover {
  border-bottom: none;
}
.editable .gallery-item {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 0.5rem 0.75rem 0.5rem;
}
@media only screen and (max-width: 1025px) {
  .editable .gallery-item {
    width: 50%;
  }
}
.editable .gallery-item img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.editable .gform_wrapper ul {
  line-height: 1.618;
  color: #313131;
  margin-top: -0.5em;
  margin-bottom: 1em;
}
.editable .gform_wrapper ul li {
  padding-left: 0;
  text-indent: 0em;
}
.editable .gform_wrapper ul li:before {
  content: "";
  padding-right: 0;
  color: #764819;
}
.editable img {
  width: auto;
  height: auto;
}
.editable .full {
  width: 100%;
  height: auto;
}
.editable .wp-caption {
  max-width: 100%;
}

body input[type=text],
body input[type=date],
body input[type=datetime],
body input[type=email],
body input[type=number],
body input[type=search],
body input[type=time],
body input[type=url],
body input[type=tel],
body input[type=password],
body textarea,
body select {
  background: #f9f9f9;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}
body input[type=text]:focus,
body input[type=date]:focus,
body input[type=datetime]:focus,
body input[type=email]:focus,
body input[type=number]:focus,
body input[type=search]:focus,
body input[type=time]:focus,
body input[type=url]:focus,
body input[type=tel]:focus,
body input[type=password]:focus,
body textarea:focus,
body select:focus {
  background: rgba(118, 72, 25, 0.07);
}
body input {
  height: 50px;
}
body button[type=submit] {
  background: transparent;
  border: 1.5px solid #40693d;
  font-weight: 600;
  height: 40px;
  color: #40693d;
  font-size: 0.85rem;
  padding: 0.6rem 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
body button[type=submit]:focus {
  background: rgba(118, 72, 25, 0.07);
}
body button[type=submit]:hover {
  background: #40693d;
  color: #ffffff;
}

body .gform_wrapper {
  font-family: "Source Sans Pro", sans-serif;
}
body .gform_wrapper .ginput_container_select:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  right: 1.65rem;
  top: 2.3rem;
  color: #764819;
}
body .gform_wrapper li.gfield div.ginput_container {
  margin-top: 0;
}
body .gform_wrapper li.gfield div.ginput_container.ginput_container_text,
body .gform_wrapper li.gfield div.ginput_container.ginput_container_email,
body .gform_wrapper li.gfield div.ginput_container.ginput_container_phone {
  margin-top: 0 !important;
}
body .gform_wrapper li.gfield select {
  border: 1px solid #313131;
  display: block;
  padding: 0.25em 1em 0.17em;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
body .gform_wrapper li.gfield select:focus {
  background: #f6f6f6;
}
body .gform_wrapper li.gfield input {
  border: 1px solid #f1f1f1;
  background: #f9f9f9;
}
body .gform_wrapper li.gfield input:focus {
  background: #f6f6f6;
}
body .gform_wrapper li.gfield textarea {
  display: block;
  border: 1px solid #f1f1f1;
  background: #f9f9f9;
}
body .gform_wrapper li.gfield textarea:focus {
  background: #f6f6f6;
}
body .gform_wrapper li.gfield .gfield_radio input[type=text] {
  color: #313131;
  font-size: 0.875rem !important;
  border-color: rgba(49, 49, 49, 0.25);
  line-height: 1;
}
body .gform_wrapper fieldset.gform_fieldset {
  border: 1px solid #e6e6e6;
  padding: 0rem 1rem 1rem 2rem;
  margin-bottom: 1rem;
}
body .gform_wrapper fieldset.gform_fieldset legend {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0 1em;
  letter-spacing: 0.1em;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 1px;
}
body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper legend.gfield_label {
  color: #764819;
}
body .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
body .gform_wrapper .gform_footer input.button {
  color: #ffffff;
  margin-top: 0;
  text-align: center;
  background: #764819;
  font-weight: 600;
  height: 40px;
  font-size: 0.85rem;
  margin-top: 1rem;
  padding: 0.6rem 3rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
body .gform_wrapper .gform_footer input.button:focus {
  background: rgba(118, 72, 25, 0.07);
}
body .gform_wrapper .gform_footer input.button:hover {
  background: rgba(118, 72, 25, 0.7);
  color: #ffffff;
}
body .gform_wrapper .checkbox_button .gfield_checkbox li input[type=checkbox] {
  display: none;
}
body .gform_wrapper .checkbox_button .gfield_checkbox li label {
  display: block;
  border: 2px solid #222222;
  text-align: center;
  text-transform: uppercase;
  padding: 1em;
  margin: 0;
  max-width: unset;
  font-weight: 700;
  letter-spacing: 0.1em;
}
body .gform_wrapper .checkbox_button .gfield_checkbox li label:after {
  content: " +";
  font-weight: 400;
}

body .module.beratta_om .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, div.ginput_container {
  margin: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 30px;
}

.btn,
a.btn {
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after,
a.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-1,
a.btn-1,
p a.btn-1 {
  z-index: 98;
  border: 2px solid #764819;
  color: #ffffff;
  min-width: 310px;
  padding: 20px 60px;
  background: #764819;
}
@media only screen and (max-width: 1025px) {
  .btn-1,
a.btn-1,
p a.btn-1 {
    padding: 20px 40px;
    min-width: auto;
  }
}

a.btn-1e {
  overflow: hidden;
}

a.btn-1e:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

a.btn-1e:hover,
a.btn-1e:active,
p a.btn-1e:hover,
p a.btn-1e:active {
  color: #764819;
}

a.btn-1e:hover:after {
  height: 320%;
  opacity: 1;
}

a.btn-1e:active:after {
  height: 500%;
  opacity: 1;
}

.btn-2,
a.btn-2,
p a.btn-2,
.gform_button {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 98;
  border: 2px solid #764819;
  color: #764819;
  background: transparent;
  padding: 10px 36px;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.gform_button {
  cursor: pointer;
}
.gform_button:hover {
  color: #ffffff;
  background: #764819;
}

a.btn-1d {
  overflow: hidden;
}

a.btn-1d:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #764819;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

a.btn-1d:hover,
a.btn-1d:active,
p a.btn-1d:hover,
p a.btn-1d:active,
.gform_button:hover,
.gform_button:active {
  color: #ffffff;
}

a.btn-1d:hover:after {
  height: 320%;
  opacity: 1;
}

a.btn-1d:active:after {
  height: 500%;
  opacity: 1;
}

.wp-block-button__link {
  border: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  outline: none;
  position: relative;
  border-radius: 0;
}

a.wp-block-button__link:link,
a.wp-block-button__link:visited {
  color: #764819;
  border: 2px solid #764819;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a.wp-block-button__link:link:hover,
a.wp-block-button__link:visited:hover {
  background: #764819;
  color: #ffffff;
}

.box {
  width: 100%;
  padding: 0.5rem 1.25rem;
}

.top-fade {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.137) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.137) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.63) 0%, rgba(9, 9, 121, 0) 50%, rgba(0, 0, 0, 0.521) 100%);
}

.hide-desktop {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .hide-desktop {
    display: block;
  }
}

.relative {
  position: relative;
}

.aboslute {
  position: absolute;
}

.cta-item img {
  margin-bottom: 0.875rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.cta-item p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1025px) {
  .order-first {
    order: 1;
  }
}

@media only screen and (max-width: 1025px) {
  .order-last {
    order: 2;
  }
}

@media only screen and (max-width: 1025px) {
  .puffar img {
    width: 100%;
  }
}

.stor-puff h3 {
  font-size: 1.25em;
  font-weight: bold;
}

.kontakt-item {
  padding: 0.5rem;
}
.kontakt-item h4 {
  font-weight: bold;
  font-size: 1rem;
}
.kontakt-item p {
  margin-bottom: 0.3em;
}
.kontakt-item a:link,
.kontakt-item a:visited {
  display: block;
  margin-bottom: 0.4em;
}
.logo-item img {
  max-width: 65%;
  filter: grayscale(100%);
  opacity: 0.35;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -ms-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@media only screen and (max-width: 1025px) {
  .logo-item {
    margin-bottom: 2rem;
  }
}

.fodax-singel-page {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 4rem;
  margin-top: -198px;
}

.store-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 150px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.store-item img {
  width: 100%;
}

.widget {
  padding: 1rem;
  background: #f9f9f9;
  margin-bottom: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.widget h4 {
  color: #764819;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid rgba(118, 72, 25, 0.2);
}
.widget p:last-of-type {
  margin-bottom: 0;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget ul li {
  padding: 0.125rem 0;
}
.widget a:link,
.widget a:visited {
  color: #764819;
  line-height: 1.618;
}
.widget a:link:hover,
.widget a:visited:hover {
  color: #221507;
}
.widget input[type=text],
.widget input[type=password] {
  padding: 0.75rem;
  width: 94%;
  outline: none;
  border: none;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media only screen and (max-width: 1025px) {
  .widget {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

#wrapper-Bwbl {
  margin: 0 auto;
  padding-top: 0 !important;
}

.content-item,
.file-item {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.content-item h3,
.file-item h3 {
  margin-top: 0.5rem;
}
.content-item small,
.file-item small {
  font-size: 0.75rem;
  color: #313131;
  position: relative;
  top: -0.5rem;
}

.content-item__img {
  width: 152px;
  position: relative;
  float: left;
  margin-right: 2rem;
}
@media only screen and (max-width: 1025px) {
  .content-item__img {
    display: none;
  }
}

.file-item {
  padding: 1rem 1rem 0.75rem 1rem;
}
.file-item:nth-child(odd) {
  background: rgba(118, 72, 25, 0.12);
}

a.file-pdf {
  position: relative;
  padding-left: 1.5rem;
  border-bottom: none;
  color: #d89b2b;
}
a.file-pdf:hover {
  color: #764819;
}
a.file-pdf:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 14px;
  height: 18px;
  background: url(assets/img/file-icon-pdf.svg);
}

.gallery-link-item {
  padding: 0 0.5rem 1rem 0.5rem;
}
.gallery-link-item img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gallery-link-item h5 {
  margin-top: 0.5rem;
}

.hero-intro {
  overflow: auto;
}

.hero-slider {
  width: 100%;
  height: 60vh;
}
@media only screen and (max-width: 1025px) {
  .hero-slider {
    height: 77vh;
  }
}

@media only screen and (max-width: 769px) {
  figure.wp-block-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .wp-block-column {
    margin-bottom: 0.5rem;
  }
}

.hero-sub-page {
  background: #764819;
}
.hero-sub-page h1 {
  margin-bottom: calc(198px / 2);
}

.hero-woo-page h1 {
  font-size: 1.75em;
  color: #ffffff;
}
.hero-woo-page h2 {
  font-size: 1.5em;
  color: #ffffff;
}
.hero-woo-page p {
  color: #ffffff;
}
.hero-woo-page p strong {
  color: #ffffff;
}

.hero-slider,
.hero-slider-sub {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

.hero-slider-sub img {
  display: block;
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  color: #ffffff;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: rtranslate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 1201px) {
  .hero-content {
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) {
  .hero-content {
    max-width: 70%;
    top: 70%;
  }
}
@media only screen and (max-width: 769px) {
  .hero-content {
    max-width: 90%;
  }
}
.hero-content .hero-intro-text {
  padding: 0.5em 2em;
  border-radius: 0.25em;
}
.hero-content .hero-intro-text h1 {
  display: inline-block;
  font-size: 2.75em;
  max-width: 50%;
  font-weight: 600;
  margin: auto;
  padding-right: 1rem;
}
@media only screen and (max-width: 1025px) {
  .hero-content .hero-intro-text h1 {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .hero-content .hero-intro-text h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 481px) {
  .hero-content .hero-intro-text h1 {
    font-size: 1.85em;
  }
}
.hero-content .hero-intro-text img {
  max-width: 357px;
  height: auto;
  object-fit: contain;
  width: 40%;
  display: inline-block;
  padding-left: 1rem;
}
@media only screen and (max-width: 1025px) {
  .hero-content .hero-intro-text img {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  .hero-content {
    width: 100%;
  }
}

.slick-slider {
  float: left;
  height: auto;
}

.map-wrapper {
  width: 100%;
  height: 500px;
}

#map {
  height: 100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.label-wrap .label-yellow.product-label.woocommerce-advanced-product-label {
  background-color: #d89b2b;
  color: #ffffff;
}
.label-wrap .label-red.product-label.woocommerce-advanced-product-label {
  background-color: #b43b26;
}
.label-wrap .label-green.product-label.woocommerce-advanced-product-label {
  background-color: #40693d;
}
.label-wrap .label-blue.product-label.woocommerce-advanced-product-label {
  background-color: #504f98;
}
.label-wrap.wapl-flash.wapl-alignnone, .label-wrap.wapl-flash.wapl-alignright {
  right: 1rem;
}
.label-wrap.wapl-flash .product-label {
  line-height: 1;
  font-size: 1.125rem;
  width: 72px;
  height: 72px;
}
.label-wrap.wapl-flash .product-label .wapl-label-text {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
}
.label-wrap.wapl-label .product-label {
  padding: 0.3em 0.6em 0.3em;
  font-size: 1.125rem;
}
.single-product .label-wrap.wapl-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.label-wrap.wapl-corner .product-label {
  font-size: 1.225rem;
  height: 90px;
  left: -40px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button {
  margin-bottom: 0.375rem;
  border-radius: 0.25rem;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button:last-of-type {
  margin-bottom: 0;
}

span.fodaxlevinfo {
  font-weight: 400;
}
span.fodaxlevinfo a {
  display: inline-block;
  border-radius: 4px;
  background-color: #764819;
  color: white;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.75em 1em;
}
span.fodaxlevinfo a:hover {
  background: #e6e6e6;
}

table#sort_customizable_table {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
table#sort_customizable_table th, table#sort_customizable_table td {
  text-align: left;
  padding: 0.5em 0.75em;
  border: 1px solid #e6e6e6;
  color: #313131;
}
table#sort_customizable_table th {
  font-weight: 700;
}

div.awdr_discount_bar.awdr_row_0 {
  display: none;
}

div.awdr_discount_bar {
  display: inline-block;
  padding: 1em 2em;
}
body.woocommerce-checkout div#customer_login {
  background: #ffffff;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-MyAccount-content address {
  margin-top: 2rem;
  border: 1px solid #e6e6e6;
  padding: 1rem 2rem;
  font-family: monospace;
  max-width: 400px;
  line-height: 1.3;
}

.woocommerce-form-register p {
  position: relative;
}

.fodax-cart-contents {
  position: relative;
  background: url(assets/img/fodax-bil.svg?new) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100px;
  height: 40px;
  color: #764819;
}
@media only screen and (max-width: 481px) {
  .fodax-cart-contents {
    width: 70px;
    height: 25px;
  }
}
.fodax-cart-contents span.fodax-cart-contents-count {
  position: absolute;
  top: -9px;
  right: -17px;
  color: #ffffff;
  background: #764819;
  border: 1px solid #ffffff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  font-weight: bold;
}

body.woocommerce .fodax-sorting-filter,
body.woocommerce-page .fodax-sorting-filter,
.woocommerce .fodax-sorting-filter,
.woocommerce-page .fodax-sorting-filter {
  margin-top: -140px;
  width: 100%;
  height: 54px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 1rem;
}
body.woocommerce .fodax-sorting-filter p,
body.woocommerce-page .fodax-sorting-filter p,
.woocommerce .fodax-sorting-filter p,
.woocommerce-page .fodax-sorting-filter p {
  line-height: 54px;
}
body.woocommerce .fodax-sorting-filter form.woocommerce-ordering,
body.woocommerce-page .fodax-sorting-filter form.woocommerce-ordering,
.woocommerce .fodax-sorting-filter form.woocommerce-ordering,
.woocommerce-page .fodax-sorting-filter form.woocommerce-ordering {
  margin-top: 13px;
}
body.woocommerce .woocommerce-shipping-totals.shipping,
body.woocommerce .cart-subtotal,
body.woocommerce-page .woocommerce-shipping-totals.shipping,
body.woocommerce-page .cart-subtotal,
.woocommerce .woocommerce-shipping-totals.shipping,
.woocommerce .cart-subtotal,
.woocommerce-page .woocommerce-shipping-totals.shipping,
.woocommerce-page .cart-subtotal {
  display: none;
}
body.woocommerce ul.products,
body.woocommerce-page ul.products,
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 5px;
  /* this */
  text-indent: 0;
}
body.woocommerce ul.products li.product:nth-last-child(-n+3),
body.woocommerce-page ul.products li.product:nth-last-child(-n+3),
.woocommerce ul.products li.product:nth-last-child(-n+3),
.woocommerce-page ul.products li.product:nth-last-child(-n+3) {
  margin-top: 11rem;
}
body.woocommerce ul.products li.product:nth-child(1), body.woocommerce ul.products li.product:nth-child(2), body.woocommerce ul.products li.product:nth-child(3),
body.woocommerce-page ul.products li.product:nth-child(1),
body.woocommerce-page ul.products li.product:nth-child(2),
body.woocommerce-page ul.products li.product:nth-child(3),
.woocommerce ul.products li.product:nth-child(1),
.woocommerce ul.products li.product:nth-child(2),
.woocommerce ul.products li.product:nth-child(3),
.woocommerce-page ul.products li.product:nth-child(1),
.woocommerce-page ul.products li.product:nth-child(2),
.woocommerce-page ul.products li.product:nth-child(3) {
  margin-top: 10rem;
}
@media only screen and (max-width: 769px) {
  body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-top: 5rem;
  }
  body.woocommerce ul.products li.product:nth-child(1),
body.woocommerce-page ul.products li.product:nth-child(1),
.woocommerce ul.products li.product:nth-child(1),
.woocommerce-page ul.products li.product:nth-child(1) {
    margin-top: 12rem;
  }
  body.woocommerce ul.products li.product:nth-child(2), body.woocommerce ul.products li.product:nth-child(3),
body.woocommerce-page ul.products li.product:nth-child(2),
body.woocommerce-page ul.products li.product:nth-child(3),
.woocommerce ul.products li.product:nth-child(2),
.woocommerce ul.products li.product:nth-child(3),
.woocommerce-page ul.products li.product:nth-child(2),
.woocommerce-page ul.products li.product:nth-child(3) {
    margin-top: 14rem;
  }
  body.woocommerce ul.products li.product:nth-last-child(-n+3),
body.woocommerce-page ul.products li.product:nth-last-child(-n+3),
.woocommerce ul.products li.product:nth-last-child(-n+3),
.woocommerce-page ul.products li.product:nth-last-child(-n+3) {
    margin-top: 14rem;
  }
}
body.woocommerce ul.products li.product .fodax-produkt,
body.woocommerce-page ul.products li.product .fodax-produkt,
.woocommerce ul.products li.product .fodax-produkt,
.woocommerce-page ul.products li.product .fodax-produkt {
  vertical-align: top;
  background: #ffffff;
  padding: 2rem;
  padding-bottom: 150px;
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  height: 100%;
}
body.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper,
body.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper,
.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper,
.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper {
  margin-top: -175px;
  position: relative;
}
body.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper img,
body.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper img,
.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper img,
.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper img {
  height: 350px;
  width: auto;
  margin-bottom: 0;
  margin-left: 1rem;
  -webkit-filter: drop-shadow(0px 0px 4px 10px rgba(0, 0, 0, 0.14));
  filter: url(#drop-shadow);
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='black')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='black')";
}
@media only screen and (max-width: 481px) {
  body.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper img,
body.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper img,
.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper img,
.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper img {
    height: 300px;
  }
}
body.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper .fodax-product-badge,
body.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper .fodax-product-badge,
.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper .fodax-product-badge,
.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper .fodax-product-badge {
  position: absolute;
  top: 30%;
  right: 0;
  width: 152px;
  height: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 6px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 6px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 2px 5px rgba(0, 0, 0, 0.06);
}
body.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper .fodax-product-badge .fodax-product-label,
body.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper .fodax-product-badge .fodax-product-label,
.woocommerce ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper .fodax-product-badge .fodax-product-label,
.woocommerce-page ul.products li.product .fodax-produkt a.woocommerce-loop-product__link .fodax-product-thumbnail-wrapper .fodax-product-badge .fodax-product-label {
  flex: 0 0 152px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 0;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body.woocommerce ul.products li.product .fodax-produkt .fodax-product-title,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-title,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-title,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-title {
  font-weight: bold;
  font-size: 27px;
  display: inline-block;
}
body.woocommerce ul.products li.product .fodax-produkt .fodax-product-title h3,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-title h3,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-title h3,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-title h3 {
  padding-bottom: 0;
  margin-right: 1.5rem;
  line-height: 1.2;
}
body.woocommerce ul.products li.product .fodax-produkt span.price,
body.woocommerce-page ul.products li.product .fodax-produkt span.price,
.woocommerce ul.products li.product .fodax-produkt span.price,
.woocommerce-page ul.products li.product .fodax-produkt span.price {
  display: inline-block;
  color: #764819;
  font-size: 2em;
  font-weight: 400;
}
body.woocommerce ul.products li.product .fodax-produkt .fodax-short-desc p,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-short-desc p,
.woocommerce ul.products li.product .fodax-produkt .fodax-short-desc p,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-short-desc p {
  color: #606060;
}
body.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section {
  position: absolute;
  bottom: 30px;
  padding-right: 2rem;
}
body.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info {
  margin: 1.5rem 0;
  padding: 0;
  float: right;
}
body.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info a:link,
body.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info a:visited,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info a:link,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info a:visited,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info a:link,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info a:visited,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info a:link,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section span.fodax-more-info a:visited {
  padding: 0.4rem 2rem;
  border: 2px solid #764819;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #606060;
  font-size: 1em;
}
body.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart {
  display: inline-flex;
  /* or inline-flex */
}
@media only screen and (max-width: 769px) {
  body.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart {
    float: right;
  }
}
body.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart .quantity,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart .quantity,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart .quantity,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart .quantity {
  width: 28%;
  margin-right: -8px;
}
body.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart .quantity input,
body.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart .quantity input,
.woocommerce ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart .quantity input,
.woocommerce-page ul.products li.product .fodax-produkt .fodax-product-add-to-cart-section .fodax-cart .quantity input {
  height: 40px;
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-right: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
body.woocommerce ul.products li.product .fodax-produkt #respond input#submit, body.woocommerce ul.products li.product .fodax-produkt a.button, body.woocommerce ul.products li.product .fodax-produkt button.button, body.woocommerce ul.products li.product .fodax-produkt input.button,
body.woocommerce-page ul.products li.product .fodax-produkt #respond input#submit,
body.woocommerce-page ul.products li.product .fodax-produkt a.button,
body.woocommerce-page ul.products li.product .fodax-produkt button.button,
body.woocommerce-page ul.products li.product .fodax-produkt input.button,
.woocommerce ul.products li.product .fodax-produkt #respond input#submit,
.woocommerce ul.products li.product .fodax-produkt a.button,
.woocommerce ul.products li.product .fodax-produkt button.button,
.woocommerce ul.products li.product .fodax-produkt input.button,
.woocommerce-page ul.products li.product .fodax-produkt #respond input#submit,
.woocommerce-page ul.products li.product .fodax-produkt a.button,
.woocommerce-page ul.products li.product .fodax-produkt button.button,
.woocommerce-page ul.products li.product .fodax-produkt input.button {
  color: #ffffff;
  margin-top: 0;
  text-align: center;
  background: #764819;
  height: 40px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
body.woocommerce ul.products li.product .fodax-produkt #respond input#submit:hover, body.woocommerce ul.products li.product .fodax-produkt a.button:hover, body.woocommerce ul.products li.product .fodax-produkt button.button:hover, body.woocommerce ul.products li.product .fodax-produkt input.button:hover,
body.woocommerce-page ul.products li.product .fodax-produkt #respond input#submit:hover,
body.woocommerce-page ul.products li.product .fodax-produkt a.button:hover,
body.woocommerce-page ul.products li.product .fodax-produkt button.button:hover,
body.woocommerce-page ul.products li.product .fodax-produkt input.button:hover,
.woocommerce ul.products li.product .fodax-produkt #respond input#submit:hover,
.woocommerce ul.products li.product .fodax-produkt a.button:hover,
.woocommerce ul.products li.product .fodax-produkt button.button:hover,
.woocommerce ul.products li.product .fodax-produkt input.button:hover,
.woocommerce-page ul.products li.product .fodax-produkt #respond input#submit:hover,
.woocommerce-page ul.products li.product .fodax-produkt a.button:hover,
.woocommerce-page ul.products li.product .fodax-produkt button.button:hover,
.woocommerce-page ul.products li.product .fodax-produkt input.button:hover {
  background: rgba(118, 72, 25, 0.85);
}
body.woocommerce ul.products li.product .fodax-produkt .added_to_cart.wc-forward,
body.woocommerce-page ul.products li.product .fodax-produkt .added_to_cart.wc-forward,
.woocommerce ul.products li.product .fodax-produkt .added_to_cart.wc-forward,
.woocommerce-page ul.products li.product .fodax-produkt .added_to_cart.wc-forward {
  display: none;
}

body.single-product .fodax-single-product {
  background: #ffffff;
  padding: 3rem;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 769px) {
  body.single-product .fodax-single-product {
    padding: 1.4rem;
  }
}
body.single-product .fodax-single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  padding: 0.3rem;
}
body.single-product .fodax-single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(1), body.single-product .fodax-single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(2), body.single-product .fodax-single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(3), body.single-product .fodax-single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(4) {
  margin-top: 1rem;
}
body.single-product .fodax-single-product div.images {
  float: left;
  width: 30%;
}
@media only screen and (max-width: 769px) {
  body.single-product .fodax-single-product div.images {
    width: 100%;
    float: none;
  }
}
body.single-product .fodax-single-product div.summary {
  float: right;
  width: 60%;
  clear: none;
}
body.single-product .fodax-single-product div.summary .fodax-femp-title {
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 769px) {
  body.single-product .fodax-single-product div.summary {
    width: 100%;
    float: none;
  }
}
body.single-product .fodax-single-product p.price {
  color: #764819;
  font-size: 1.5em;
  font-weight: 400;
}
body.single-product .fodax-single-product .cart .quantity {
  display: inline-block;
  width: 15%;
  margin-right: -8px;
}
@media only screen and (max-width: 769px) {
  body.single-product .fodax-single-product .cart .quantity {
    width: calc(30% - 8px);
  }
}
body.single-product .fodax-single-product .cart .quantity input {
  height: 40px;
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border: 1px solid #c6c6c6;
  border-right: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
body.single-product .fodax-single-product button.single_add_to_cart_button {
  color: #ffffff;
  margin-top: 0;
  text-align: center;
  background: #764819;
  height: 40px;
  font-weight: 600;
  width: 40%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
body.single-product .fodax-single-product button.single_add_to_cart_button:hover {
  background: rgba(118, 72, 25, 0.85);
}
@media only screen and (max-width: 769px) {
  body.single-product .fodax-single-product button.single_add_to_cart_button {
    width: 70%;
  }
}
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs {
  margin: 0;
}
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs::before {
  display: none;
}
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs li {
  border: none;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0;
  padding: 0 1em;
  background: rgba(118, 72, 25, 0.5);
  color: #ffffff;
}
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs li a:link,
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs li a:visited {
  color: #ffffff;
}
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs li.active {
  background: #764819;
  color: #ffffff;
}
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs li:hover {
  background: #764819;
}
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs li:hover a:link,
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs li:hover a:visited {
  color: #ffffff;
}
body.single-product .fodax-single-product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
body.single-product .fodax-single-product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  background: #f7f7f7;
  padding: 2rem;
}
@media only screen and (max-width: 1025px) {
  body.single-product .fodax-single-product .woocommerce-tabs .panel {
    padding: 1rem;
    padding-top: 2rem;
  }
}
body.single-product .fodax-single-product .woocommerce-tabs .panel table {
  color: #313131;
  width: 100%;
}
body.single-product .fodax-single-product .woocommerce-tabs .panel table tr:nth-child(even) {
  background: rgba(244, 244, 238, 0.7);
}
body.single-product .fodax-single-product .woocommerce-tabs .panel table tr th {
  text-align: left;
  padding: 0.75rem 0.5rem;
  font-weight: bold;
}
body.single-product .fodax-single-product .woocommerce-tabs .panel table tr td {
  text-align: left;
  width: 10%;
  padding: 0.4rem 0.5rem;
}
body.single-product .fodax-single-product .woocommerce-tabs .panel .fodax-recommended-dosage {
  padding: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 769px) {
  body.single-product .fodax-single-product .woocommerce-tabs .panel .fodax-recommended-dosage {
    padding: 0;
  }
}
body.single-product .fodax-single-product .woocommerce-tabs .panel .fodax-recommended-dosage table {
  color: #313131;
  width: 50%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 769px) {
  body.single-product .fodax-single-product .woocommerce-tabs .panel .fodax-recommended-dosage table {
    width: 100%;
  }
}
body.single-product .fodax-single-product .woocommerce-tabs .panel .fodax-frystfoder-instruction .fodax-instruction-singel {
  border-bottom: 1px solid #dadada;
  min-height: 100px;
}
body.single-product .fodax-single-product .woocommerce-tabs .panel .fodax-frystfoder-instruction .fodax-instruction-singel:nth-last-child(n+2) {
  margin-bottom: 40px;
}
body.single-product .fodax-single-product .woocommerce-tabs .panel .fodax-frystfoder-instruction h4 {
  font-size: 1em;
  font-weight: bold;
}
body.single-product .fodax-single-product .related {
  margin-top: 100px;
}
body.single-product .fodax-single-product .related h2 {
  margin-bottom: 200px;
  text-align: center;
}

body .fodax-cart-page,
body .fodax-account {
  background: #ffffff;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul {
  border: 1px solid #efefef;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 1rem;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li a:link,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li a:visited,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li a:link,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li a:visited {
  display: block;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li a:link:hover,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li a:visited:hover,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li a:link:hover,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li a:visited:hover {
  color: rgba(118, 72, 25, 0.85);
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li a:link::before,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li a:visited::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li a:link::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li a:visited::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.6rem;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:link::before,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:visited::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:link::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:visited::before {
  content: "";
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:link::before,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:visited::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:link::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:visited::before {
  content: "";
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:link::before,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:visited::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:link::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:visited::before {
  content: "";
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:link::before,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:visited::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:link::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:visited::before {
  content: "";
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:link::before,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:visited::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:link::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:visited::before {
  content: "";
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:link::before,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:visited::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:link::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:visited::before {
  content: "";
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  background: #f4f4f4;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:link::before,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:visited::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:link::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:visited::before {
  content: "";
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:link,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:link,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited {
  color: rgba(118, 72, 25, 0.85);
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:link::before,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:link::before,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited::before {
  color: rgba(118, 72, 25, 0.85);
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-navigation ul li:hover,
body .fodax-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
  background: #f4f4f4;
}
body .fodax-cart-page .woocommerce .woocommerce-Message,
body .fodax-account .woocommerce .woocommerce-Message {
  border-top-color: #40693d;
}
body .fodax-cart-page .woocommerce .woocommerce-Message:before,
body .fodax-account .woocommerce .woocommerce-Message:before {
  color: #40693d;
}
body .fodax-cart-page .woocommerce .woocommerce-Message a:link,
body .fodax-cart-page .woocommerce .woocommerce-Message a:visited,
body .fodax-account .woocommerce .woocommerce-Message a:link,
body .fodax-account .woocommerce .woocommerce-Message a:visited {
  background: transparent;
  border: 1.5px solid #40693d;
  font-weight: 600;
  color: #40693d;
  font-size: 0.85rem;
  padding: 0.6rem 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
body .fodax-cart-page .woocommerce .woocommerce-Message a:link:hover,
body .fodax-cart-page .woocommerce .woocommerce-Message a:visited:hover,
body .fodax-account .woocommerce .woocommerce-Message a:link:hover,
body .fodax-account .woocommerce .woocommerce-Message a:visited:hover {
  background: rgba(64, 105, 61, 0.85);
  color: #ffffff;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a:link,
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a:visited,
body .fodax-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a:link,
body .fodax-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a:visited {
  background: rgba(118, 72, 25, 0.85);
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
body .fodax-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  background: rgba(249, 249, 249, 0.7);
  padding: 0.6rem;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset,
body .fodax-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  padding: 1rem;
  padding-top: 1.6rem;
  background: rgba(249, 249, 249, 0.7);
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend,
body .fodax-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
  font-size: 1.25em;
  font-weight: 600;
  display: block;
  padding-top: 4rem;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit],
body .fodax-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit] {
  float: right;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: #764819;
  padding: 0.7rem 1.4rem;
  color: #ffffff;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body .fodax-cart-page .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit]:hover,
body .fodax-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit]:hover {
  background: rgba(118, 72, 25, 0.85);
}

.woocommerce .quantity .qty {
  width: 50px;
  text-align: left;
  height: 30px;
}

.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item td.product-quantity  {
  top: 10px;
}
.woocommerce table.shop_table .product-remove a:link.remove,
.woocommerce table.shop_table .product-remove a:visited.remvove {
  color: #b43b26 !important;
}
.woocommerce table.shop_table .product-remove a:link.remove:hover,
.woocommerce table.shop_table .product-remove a:visited.remvove:hover {
  background: #b43b26;
  color: #ffffff !important;
}
.woocommerce table.shop_table .coupon input[type=text] {
  height: 40px;
  width: 150px;
  text-align: center;
  font-size: 0.85rem;
}
.woocommerce table.shop_table .coupon button[type=submit] {
  background: transparent;
  border: 1.5px solid rgba(118, 72, 25, 0.85);
  font-weight: 600;
  height: 40px;
  color: #313131;
  font-size: 0.85rem;
  padding: 0.6rem 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce table.shop_table .coupon button[type=submit]:hover {
  background: #764819;
  color: #ffffff;
}
.woocommerce table.shop_table button[type=submit] {
  background: transparent;
  border: 1.5px solid rgba(118, 72, 25, 0.85);
  font-weight: 600;
  height: 40px;
  color: #313131;
  font-size: 0.85rem;
  padding: 0.6rem 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce table.shop_table button[type=submit]:hover {
  background: #764819;
  color: #ffffff;
}
.woocommerce table.shop_table tfoot tr td {
  font-weight: 400;
}
.woocommerce table.shop_table tfoot tr td strong {
  color: #222222;
}
.woocommerce table.shop_table tfoot tr td a {
  display: inline-block;
  margin-left: 0.25rem;
  background: #764819;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  border-radius: 4px;
}

body .fodax-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
body .fodax-cart-page .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: rgba(118, 72, 25, 0.85);
}
body .fodax-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:link,
body .fodax-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:visited,
body .fodax-cart-page .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:link,
body .fodax-cart-page .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:visited {
  color: rgba(118, 72, 25, 0.85);
}
body .fodax-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
body .fodax-cart-page .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before {
  color: rgba(118, 72, 25, 0.85);
}
body .fodax-checkout .woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error,
body .fodax-cart-page .woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
  border-color: #b43b26;
  border: 4px solid #b43b26;
  font-size: 1.5em;
  background: #fdf7f6;
}
body .fodax-checkout .woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error:before,
body .fodax-cart-page .woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error:before {
  content: "";
  color: #b43b26;
}
body .fodax-checkout .woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li,
body .fodax-cart-page .woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li {
  margin: 0.4rem 0;
}
body .fodax-checkout .woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li strong,
body .fodax-cart-page .woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li strong {
  color: #b43b26;
}
body .fodax-checkout .woocommerce form.checkout_coupon.woocommerce-form-coupon,
body .fodax-cart-page .woocommerce form.checkout_coupon.woocommerce-form-coupon {
  background: #ffffff;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
body .fodax-checkout .woocommerce form.checkout_coupon.woocommerce-form-coupon input[type=text],
body .fodax-cart-page .woocommerce form.checkout_coupon.woocommerce-form-coupon input[type=text] {
  border: 1px solid lightgray;
  height: 40px;
  text-align: center;
  background: #f9f9f9;
  font-size: 0.85rem;
}
body .fodax-checkout .woocommerce form.checkout_coupon.woocommerce-form-coupon input[type=text]:focus,
body .fodax-cart-page .woocommerce form.checkout_coupon.woocommerce-form-coupon input[type=text]:focus {
  background: rgba(249, 249, 249, 0.07);
}
body .fodax-checkout .woocommerce form.checkout_coupon.woocommerce-form-coupon button[type=submit],
body .fodax-cart-page .woocommerce form.checkout_coupon.woocommerce-form-coupon button[type=submit] {
  background: transparent;
  border: 1.5px solid rgba(118, 72, 25, 0.85);
  font-weight: 600;
  height: 40px;
  color: rgba(118, 72, 25, 0.85);
  font-size: 0.85rem;
  padding: 0.6rem 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
body .fodax-checkout .woocommerce form.checkout_coupon.woocommerce-form-coupon button[type=submit]:focus,
body .fodax-cart-page .woocommerce form.checkout_coupon.woocommerce-form-coupon button[type=submit]:focus {
  background: rgba(118, 72, 25, 0.07);
}
body .fodax-checkout .woocommerce form.checkout_coupon.woocommerce-form-coupon button[type=submit]:hover,
body .fodax-cart-page .woocommerce form.checkout_coupon.woocommerce-form-coupon button[type=submit]:hover {
  background: #764819;
  color: #ffffff;
}
body .fodax-checkout .woocommerce div.wc-proceed-to-checkout a.checkout-button,
body .fodax-cart-page .woocommerce div.wc-proceed-to-checkout a.checkout-button {
  background: #764819;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
body .fodax-checkout .woocommerce div.wc-proceed-to-checkout a.checkout-button:hover,
body .fodax-cart-page .woocommerce div.wc-proceed-to-checkout a.checkout-button:hover {
  background: rgba(118, 72, 25, 0.85);
}
body .fodax-checkout .woocommerce .woocommerce-billing-fields h3,
body .fodax-cart-page .woocommerce .woocommerce-billing-fields h3 {
  display: none;
}
body .fodax-checkout .woocommerce .woocommerce-billing-fields #before-billing-form h3,
body .fodax-cart-page .woocommerce .woocommerce-billing-fields #before-billing-form h3 {
  display: block;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields {
  display: none;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields__field-wrapper,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields__field-wrapper,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  overflow: auto;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields__field-wrapper p#leveransplats_field,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#leveransplats_field,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields__field-wrapper p#leveransplats_field,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields__field-wrapper p#leveransplats_field {
  display: none;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields {
  background: #ffffff;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox] {
  margin-right: 6px;
  margin-bottom: 0;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 0.5px solid rgba(118, 72, 25, 0.85);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  height: unset;
  outline: none;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox]:active, body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox]:checked:active,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox]:active,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox]:checked:active,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox]:active,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox]:checked:active,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox]:active,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox]:checked:active,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox]:active,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox]:checked:active,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:active,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:active,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox]:active,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox]:checked:active,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox]:active,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox]:checked:active,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox]:active,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox]:checked:active,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox]:active,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox]:checked:active,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox]:active,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox]:checked:active,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:active,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox]:checked,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox]:checked,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox]:checked,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox]:checked,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox]:checked,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox]:checked,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox]:checked,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox]:checked,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox]:checked,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox]:checked,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked {
  background-color: rgba(253, 250, 247, 0.85);
  border: 0.5px solid rgba(118, 72, 25, 0.85);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox]:checked:after,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox]:checked:after,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox]:checked:after,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox]:checked:after,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=checkbox]:checked:after,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=checkbox]:checked:after,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=checkbox]:checked:after,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=checkbox]:checked:after,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: rgba(118, 72, 25, 0.85);
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields textarea,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields textarea,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields textarea,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields textarea,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields textarea,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields textarea,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields textarea,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields textarea,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields textarea,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields textarea,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields textarea,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields textarea {
  padding: 0 0.5rem;
  font-size: 0.85rem;
  min-height: 150px;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=text],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=text],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=text],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=text],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=text],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=text],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=text],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=text],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=text],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=text],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=text],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=text] {
  height: 40px;
  padding: 0 0.5rem;
  font-size: 0.85rem;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields .form-row,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields .form-row,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields .form-row,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields .form-row,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields .form-row,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields .form-row,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields .form-row,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields .form-row,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields .form-row {
  padding: 0;
  margin: 0;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields #billing_country_field,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields #billing_country_field,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields #billing_country_field,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_country_field,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields #billing_country_field,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_country_field,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields #billing_country_field,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields #billing_country_field,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields #billing_country_field,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields #billing_country_field,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields #billing_country_field,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields #billing_country_field {
  display: none;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=text],
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=date],
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=datetime],
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=email],
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=number],
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=search],
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=time],
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=url],
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=tel],
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields textarea,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields select,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=text],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=date],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=datetime],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=email],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=number],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=search],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=time],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=url],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=tel],
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields textarea,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields select,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=text],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=date],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=datetime],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=email],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=number],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=search],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=time],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=url],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=tel],
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields textarea,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields select,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=text],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=date],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=datetime],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=email],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=number],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=search],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=time],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=url],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=tel],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields textarea,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields select,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=text],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=date],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=datetime],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=email],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=number],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=search],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=time],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=url],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=tel],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields textarea,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields select,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=text],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=date],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=datetime],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=email],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=number],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=search],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=time],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=url],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=tel],
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields textarea,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields select,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=text],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=date],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=datetime],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=email],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=number],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=search],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=time],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=url],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=tel],
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields textarea,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields select,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=text],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=date],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=datetime],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=email],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=number],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=search],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=time],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=url],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=tel],
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields textarea,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields select,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=text],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=date],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=datetime],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=email],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=number],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=search],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=time],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=url],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=tel],
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields textarea,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields select,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=text],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=date],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=datetime],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=email],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=number],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=search],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=time],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=url],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=tel],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields textarea,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields select,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=text],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=date],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=datetime],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=email],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=number],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=search],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=time],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=url],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=tel],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields textarea,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields select,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=text],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=date],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=datetime],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=email],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=number],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=search],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=time],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=url],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=tel],
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields textarea,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields select {
  background: #f9f9f9;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px;
}
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=text]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=date]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=datetime]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=email]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=number]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=search]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=time]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=url]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields input[type=tel]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields textarea:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-billing-fields select:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=text]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=date]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=datetime]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=email]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=number]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=search]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=time]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=url]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields input[type=tel]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields textarea:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-additional-fields select:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=text]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=date]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=datetime]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=email]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=number]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=search]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=time]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=url]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields input[type=tel]:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields textarea:focus,
body .fodax-checkout .woocommerce .checkout .woocommerce-shipping-fields select:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=text]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=date]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=datetime]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=email]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=number]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=search]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=time]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=url]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=tel]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields textarea:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields select:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=text]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=date]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=datetime]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=email]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=number]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=search]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=time]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=url]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=tel]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields textarea:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields select:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=text]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=date]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=datetime]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=email]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=number]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=search]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=time]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=url]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=tel]:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields textarea:focus,
body .fodax-checkout .woocommerce .woocommerce-checkout .woocommerce-shipping-fields select:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=text]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=date]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=datetime]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=email]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=number]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=search]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=time]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=url]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields input[type=tel]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields textarea:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-billing-fields select:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=text]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=date]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=datetime]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=email]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=number]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=search]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=time]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=url]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields input[type=tel]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields textarea:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-additional-fields select:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=text]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=date]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=datetime]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=email]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=number]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=search]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=time]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=url]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields input[type=tel]:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields textarea:focus,
body .fodax-cart-page .woocommerce .checkout .woocommerce-shipping-fields select:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=text]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=date]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=datetime]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=email]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=number]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=search]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=time]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=url]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields input[type=tel]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields textarea:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-billing-fields select:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=text]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=date]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=datetime]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=email]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=number]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=search]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=time]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=url]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields input[type=tel]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields textarea:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-additional-fields select:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=text]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=date]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=datetime]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=email]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=number]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=search]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=time]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=url]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type=tel]:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields textarea:focus,
body .fodax-cart-page .woocommerce .woocommerce-checkout .woocommerce-shipping-fields select:focus {
  background: #f8f8f8;
}
body .fodax-checkout .woocommerce h3#order_review_heading,
body .fodax-cart-page .woocommerce h3#order_review_heading {
  display: none;
}
body .fodax-checkout .woocommerce #order_review,
body .fodax-cart-page .woocommerce #order_review {
  margin-top: 2.5rem;
  background: #ffffff;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
body .fodax-checkout .woocommerce #order_review button[type=submit],
body .fodax-cart-page .woocommerce #order_review button[type=submit] {
  background: rgba(118, 72, 25, 0.85);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}
body .fodax-checkout .woocommerce #order_review button[type=submit]:hover,
body .fodax-cart-page .woocommerce #order_review button[type=submit]:hover {
  background: rgba(118, 72, 25, 0.85);
}

.fodax-related-products section.related.products h2 {
  margin: 0 auto;
  text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top: none;
  border-left: 3px solid #764819;
  padding: 0.7em 2em 0.7em 3.5em;
  line-height: 2.5;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  top: 17%;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.6rem;
  content: "";
  color: rgba(118, 72, 25, 0.85);
}
.woocommerce-notices-wrapper .woocommerce-message a:link,
.woocommerce-notices-wrapper .woocommerce-message a:visited {
  color: #ffffff;
  border: 1.5px solid #764819;
  background: #764819;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: #ffffff;
  margin-top: 0;
  text-align: center;
  background: #764819;
  height: 40px;
  line-height: calc(40px - 1.236em);
  font-weight: 600;
  width: 100%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

#levid_field, #leveransplats_field {
  display: none;
}

#kco-order-review {
  background: #ffffff;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
#kco-order-review .woocommerce-additional-fields {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#klarna-checkout-container {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

p.woocommerce-thankyou-order-received, ul.woocommerce-thankyou-order-details {
  display: none;
}

.woocommerce .woocommerce-order-details, .woocommerce .woocommerce-customer-details {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 2rem;
  margin-top: 2rem;
}

.woocommerce a.remove {
  display: inline-block;
  color: #b43b26 !important;
}

@media only screen and (max-width: 769px) {
  .woocommerce .products li.product {
    width: 100% !important;
    float: none !important;
  }
}
@media only screen and (max-width: 481px) {
  .woocommerce .products li.product {
    width: 100% !important;
  }
}
.select2-container .select2-choice {
  padding: 5px 10px;
  height: 40px;
  width: 132px;
  font-size: 1.2em;
}

.leveransplats {
  background: #ffffff;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 9px -3px rgba(0, 0, 0, 0.15);
  margin-bottom: 3rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  display: none;
  float: left;
  height: 600px;
  min-height: 1px;
}
@media only screen and (max-width: 1025px) {
  .slick-slide {
    height: 500px;
  }
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media only screen and (max-width: 1025px) {
  .slick-slide img {
    height: 500px;
  }
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 15px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  z-index: 98;
  -webkit-transition: opacity, 0.2s;
  -moz-transition: opacity, 0.2s;
  -ms-transition: opacity, 0.2s;
  -o-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

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

.slick-prev {
  left: 32px;
}

.slick-next {
  right: 32px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 1.5rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 98;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: transparent;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background: #ffffff;
}

.map-wrapper .levarns-rubrik {
  margin-bottom: 0.2rem;
}
.map-wrapper button {
  float: left;
  clear: both;
  margin-top: 0.125rem;
}
.map-wrapper input {
  height: unset;
}
.map-wrapper label {
  margin-left: 0.4rem;
}
.map-wrapper p.levitem {
  margin-bottom: 0;
}
.map-wrapper h4 {
  margin-top: 0;
}

#btnAction {
  margin-bottom: 1rem;
}

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