@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800&display=swap");
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, sub, sup, tt, var,
b, u, 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: inherit;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  -webkit-text-size-adjust: none;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Fonts */
/* Colors */
/* Widths */
/* Breakpoints */
/* Media Queries */
.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.image-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.caption,
figcaption {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  font-size: 9px;
  line-height: 10px;
  color: #fff;
}

.woocommerce-breadcrumb,
#breadcrumbs, .hiking-content, .wp-block-group.alignfull .wp-block-group__inner-container, .wp-block-group, .container {
  position: relative;
  max-width: calc(1600px + 10%);
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .woocommerce-breadcrumb,
#breadcrumbs, .hiking-content, .wp-block-group.alignfull .wp-block-group__inner-container, .wp-block-group, .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-template-default #site-content .wp-block-group, .post-template-default #site-content .wp-block-group, .container-default {
  position: relative;
  max-width: calc(1020px + 10%);
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  text-align: left;
}
.page-template-default #site-content .container-center.wp-block-group, .post-template-default #site-content .container-center.wp-block-group, .container-center.container-default {
  text-align: center;
}

.block-stages-wrapper:before, .banner-wrapper:before, .highlight-page-wrapper:before, .block-banner-2col--col1:before, .overview-map-wrapper .overview-map:before, .hiking-intro-wrapper:before, #site-footer:before, .page-template-alt-subpage:before, .flyout:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/pattern.svg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1600px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.21;
  position: absolute;
  top: 0;
  width: 100%;
}

body {
  top: 0 !important;
}

main {
  position: relative;
}

* {
  scroll-behavior: smooth;
}
*:focus {
  outline: none;
}

.hidden {
  display: none !important;
}

iframe {
  max-width: 100%;
}

.mb-3 {
  margin-bottom: 3rem;
}

.post {
  margin-bottom: 60px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
img.alignleft {
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  img.alignleft {
    float: none;
    margin-right: auto;
  }
}
img.alignright {
  float: right;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  img.alignright {
    float: none;
    margin-left: auto;
  }
}

.info-point-wrapper {
  height: 100px;
}
@media only screen and (max-width: 1023px) {
  .info-point-wrapper {
    height: 70px;
  }
}
.info-point-wrapper .info-point {
  background: #E46B45;
  color: #ffffff;
  padding: 2px 18px 2px 18px;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 37px;
}
.info-point-wrapper .info-point:after {
  display: block;
  content: "";
  top: 0px;
  right: -21px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 21px solid #E46B45;
  transition: all 0.3s ease;
}

.img-offset {
  position: relative;
  margin-top: -90px;
}
@media only screen and (max-width: 1023px) {
  .img-offset {
    margin-top: 0px;
  }
}
.img-offset img {
  aspect-ratio: 21/9;
  object-fit: cover;
}

.img-no-offset {
  position: relative;
  margin-top: 60px;
}
.img-no-offset img {
  aspect-ratio: 21/9;
  object-fit: cover;
}

main ol {
  text-align: left;
  list-style: decimal;
  padding-left: 30px;
}
main ol li {
  margin: 0;
}
main ol li p {
  margin: 0 auto;
}
main ul {
  text-align: left;
  list-style: disc;
  padding-left: 24px;
}
main ul li {
  margin: 0;
}
main ul li p {
  margin: 0 auto;
}

.bg-arrow {
  width: fit-content;
  font-weight: bold;
  padding: 8px 16px;
  background-color: #E46B45;
  text-decoration: none;
  border-radius: 3px 0 0 3px;
}
.bg-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #E46B45;
  border-top: 21px solid transparent;
  position: absolute;
  top: 0px;
  right: -21px;
}
.bg-arrow--orange {
  background-color: #E46B45;
  color: #fff;
  white-space: nowrap;
}
.bg-arrow--orange:after {
  border-left-color: #E46B45;
}
.bg-arrow--small {
  padding: 4px 12px;
}
@media only screen and (max-width: 767px) {
  .bg-arrow--small {
    font-size: 14px;
  }
}
.bg-arrow--small:after {
  border-bottom: 17px solid transparent;
  border-left: 19px solid #E46B45;
  border-top: 17px solid transparent;
  right: -18px;
}
@media only screen and (max-width: 767px) {
  .bg-arrow--small:after {
    font-size: 14px;
    border-bottom: 16px solid transparent;
    border-left: 18px solid #E46B45;
    border-top: 15px solid transparent;
    right: -17px;
  }
}

.bg-box {
  width: fit-content;
  font-weight: bold;
  padding: 8px 16px;
  background-color: #E46B45;
  text-decoration: none;
  border-radius: 3px;
}
.bg-box--orange {
  background-color: #E46B45;
  color: #fff;
  white-space: nowrap;
}
.bg-box--orange:after {
  border-left-color: #E46B45;
}
.bg-box--small {
  padding: 4px 12px;
}
@media only screen and (max-width: 767px) {
  .bg-box--small {
    font-size: 14px;
  }
}

.flex-box {
  display: flex;
  gap: 12px;
}

ul.checklist {
  list-style: none;
  padding-left: 0px;
  margin-top: 30px;
}
ul.checklist--green-check li {
  padding-left: 40px;
}
@media only screen and (max-width: 1279px) {
  ul.checklist--green-check li {
    padding-left: 34px;
  }
}
ul.checklist--green-check li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/ionic-checkmark.svg");
  background-size: cover;
}

.sun-calendar {
  display: flex;
  border-radius: 4px;
  height: 58px;
  padding: 6px;
}
.sun-calendar.sun-calendar-header {
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  font-size: 12px;
  color: #555555;
  margin-right: 20px;
}
.sun-calendar.sun-calendar-header .sun-calendar--col1 {
  background-size: 35px;
  background-position: 8px 4px;
  padding: 4px 12px 0px 62px;
  border-right: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.sun-calendar.sun-calendar-header .sun-calendar--col2 {
  background-size: 28px;
  background-position: 10px 9px;
  padding: 4px 12px 0px 62px;
}
.sun-calendar.sun-calendar-header span.up-arrow:before {
  top: 5px;
}
.sun-calendar.sun-calendar-header span.down-arrow:before {
  top: 5px;
}
@media only screen and (max-width: 1023px) {
  .sun-calendar.sun-calendar-header {
    display: none;
  }
}
.sun-calendar.sun-calendar-block {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  color: #9b9b9b;
  padding: 4px 8px 8px 8px;
  height: 80px;
}
.sun-calendar.sun-calendar-block .sun-calendar--col1 {
  background-position: 22px 5px;
  background-size: 43px;
  padding: 4px 12px 0px 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.0509803922);
  flex: 1;
  margin-top: 6px;
}
.sun-calendar.sun-calendar-block .sun-calendar--col2 {
  background-position: 24px 9px;
  background-size: 38px;
  padding: 4px 12px 0px 100px;
  flex: 1;
  margin-top: 6px;
}
.sun-calendar.sun-calendar-block span.up-arrow:before {
  top: 7px;
  border-width: 0 4px 5px;
  left: -13px;
}
.sun-calendar.sun-calendar-block span.down-arrow:before {
  top: 7px;
  border-width: 5px 4px 0;
  left: -13px;
}
.sun-calendar--col1 {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-feather-sun.svg");
  background-repeat: no-repeat;
  padding: 4px 12px 0px 62px;
  border-right: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.sun-calendar--col2 {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-feather-moon.svg");
  background-repeat: no-repeat;
  padding: 4px 12px 0px 62px;
}
.sun-calendar span.up-arrow:before {
  border-color: transparent transparent #E46B45 transparent;
  border-style: solid;
  border-width: 0 3px 4px;
  content: "";
  left: -10px;
  position: absolute;
}
.sun-calendar span.down-arrow:before {
  border-color: #E46B45 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 3px 0;
  content: "";
  left: -10px;
  position: absolute;
}

.has-white-background-color {
  background-color: white;
}

.has-white-color {
  color: white;
}

.has-font-color-background-color {
  background-color: #000000;
}

.has-font-color-color {
  color: #000000;
}

.has-light-grey-background-color {
  background-color: #707070;
}

.has-light-grey-color {
  color: #707070;
}

.has-grey-background-color {
  background-color: #EDEDE7;
}

.has-grey-color {
  color: #EDEDE7;
}

.has-dark-grey-background-color {
  background-color: #555555;
}

.has-dark-grey-color {
  color: #555555;
}

.has-primary-background-color {
  background-color: #E46B45;
}

.has-primary-color {
  color: #E46B45;
}

.has-primary-light-background-color {
  background-color: #FF7048;
}

.has-primary-light-color {
  color: #FF7048;
}

.has-primary-white-background-color {
  background-color: #F4F4F0;
}

.has-primary-white-color {
  color: #F4F4F0;
}

.has-primary-dark-background-color {
  background-color: #AD442B;
}

.has-primary-dark-color {
  color: #AD442B;
}

.has-primary-shade-background-color {
  background-color: #FDF4EF;
}

.has-primary-shade-color {
  color: #FDF4EF;
}

.has-secondary-background-color {
  background-color: #134B8B;
}

.has-secondary-color {
  color: #134B8B;
}

.has-secondary-light-background-color {
  background-color: #538ED1;
}

.has-secondary-light-color {
  color: #538ED1;
}

.has-secondary-dark-background-color {
  background-color: #092648;
}

.has-secondary-dark-color {
  color: #092648;
}

.has-secondary-shade-background-color {
  background-color: #F2F6FD;
}

.has-secondary-shade-color {
  color: #F2F6FD;
}

.has-secondary-yellow-background-color {
  background-color: #FCEA2B;
}

.has-secondary-yellow-color {
  color: #FCEA2B;
}

.has-secondary-yellow-light-background-color {
  background-color: #F8EA9C;
}

.has-secondary-yellow-light-color {
  color: #F8EA9C;
}

.has-secondary-green-background-color {
  background-color: #6D9D6F;
}

.has-secondary-green-color {
  color: #6D9D6F;
}

.has-secondary-green-light-background-color {
  background-color: #D1F2BD;
}

.has-secondary-green-light-color {
  color: #D1F2BD;
}

.has-secondary-green-dark-background-color {
  background-color: #4D5C4E;
}

.has-secondary-green-dark-color {
  color: #4D5C4E;
}

.has-secondary-purple-background-color {
  background-color: #8040CB;
}

.has-secondary-purple-color {
  color: #8040CB;
}

.has-secondary-purple-light-background-color {
  background-color: #C8A2F4;
}

.has-secondary-purple-light-color {
  color: #C8A2F4;
}

.has-secondary-pink-background-color {
  background-color: #C74687;
}

.has-secondary-pink-color {
  color: #C74687;
}

.has-secondary-pink-light-background-color {
  background-color: #F5C4D3;
}

.has-secondary-pink-light-color {
  color: #F5C4D3;
}

.has-secondary-blue-light-background-color {
  background-color: #BAE5E3;
}

.has-secondary-blue-light-color {
  color: #BAE5E3;
}

body.page-template-startpage:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/pattern.svg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1600px;
  content: "";
  display: block;
  height: 100vh;
  opacity: 0.11;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
body.page-template-startpage:after {
  background: #fff;
  background: linear-gradient(0deg, hsla(155deg, 0%, 100%, 0) 60%, #fff 100%);
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.graphic-wrapper {
  display: flex;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .graphic-wrapper {
    padding-bottom: 30px;
  }
}

.graphic {
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
  align-self: baseline;
}
.graphic--hiking {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/grapic-hiking.svg");
  width: 52px;
  height: 91px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .graphic--hiking {
    width: 32px;
    height: 65px;
  }
}
.graphic--mountain {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/grapic-mountain.svg");
  width: 154px;
  height: 154px;
}
@media only screen and (max-width: 767px) {
  .graphic--mountain {
    background-size: contain;
    height: 124px;
    flex: 0 1 140px;
  }
}
.graphic--reading {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/grapic-reading.svg");
  width: 60px;
  height: 91px;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .graphic--reading {
    width: 32px;
    height: 65px;
  }
}

.box--green {
  background-color: #6D9D6F;
  color: #fff;
  border-radius: 4px;
}
.box--card-grey {
  background-color: #EDEDE7;
  border-radius: 4px;
}
.box--card-grey h4 {
  color: #E46B45;
}
.box--padding {
  padding: 62px 69px;
  font-size: 18px;
  margin-bottom: 37px;
}
.box--padding h4 {
  font-size: 24px;
  font-weight: 600;
}
.box--padding ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 24px;
}
.box--padding ul li {
  font-size: 16px;
}

@media only screen and (max-width: 1279px) {
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1439px) {
  .hide-desktop--xl {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@font-face {
  font-family: "Cocogoose Letterpress";
  src: url("/wp-content/themes/sormlandsleden.se/static/fonts/CocogooseProLetterpressRegular/font.woff") format("woff"), url("/wp-content/themes/sormlandsleden.se/static/fonts/CocogooseProLetterpressRegular/font.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cocogoose Pro";
  src: url("/wp-content/themes/sormlandsleden.se/static/fonts/CocogooseProTextBold/font.woff") format("woff"), url("/wp-content/themes/sormlandsleden.se/static/fonts/CocogooseProTextBold/font.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

p, main ul, main ol {
  margin: 15px 0;
}
p:first-child, main ul:first-child, main ol:first-child {
  margin-top: 0;
}
p:last-child, main ul:last-child, main ol:last-child {
  margin-bottom: 0;
}
p.has-small-font-size, main ul.has-small-font-size, main ol.has-small-font-size {
  font-size: 14px;
}
p.has-normal-font-size, main ul.has-normal-font-size, main ol.has-normal-font-size {
  font-size: 100%;
}
p.has-medium-font-size, main ul.has-medium-font-size, main ol.has-medium-font-size {
  font-size: 125%;
}
p.has-large-font-size, main ul.has-large-font-size, main ol.has-large-font-size {
  font-size: 150%;
}
p.has-huge-font-size, main ul.has-huge-font-size, main ol.has-huge-font-size {
  font-size: 175%;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
}

h1 {
  font-family: "Cocogoose Letterpress", sans-serif;
}

h2, h3 {
  font-family: "Cocogoose Pro", sans-serif;
}

h4, h5 {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  margin: 15px 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1 i, h1 em, h2 i, h2 em, h3 i, h3 em, h4 i, h4 em, h5 i, h5 em, h6 i, h6 em {
  font-family: "Px Grotesk Screen", Arial, sans-serif;
  font-weight: 900;
}

.title-font-header {
  font-family: "Cocogoose Letterpress", sans-serif;
  color: #624E48;
  font-size: 36px;
}
@media only screen and (max-width: 1023px) {
  .title-font-header {
    font-size: 18px;
  }
}

.title-font-header-xl {
  font-family: "Cocogoose Letterpress", sans-serif;
  color: #624E48;
  font-size: 56px;
}
@media only screen and (max-width: 1023px) {
  .title-font-header-xl {
    font-size: 24px;
  }
}

p + h1,
p + h2,
p + h3,
p + h4 {
  margin-top: 30px;
}

.wp-block-columns + h1,
.wp-block-columns + h2,
.wp-block-columns + h3,
.wp-block-columns + h4 {
  margin-top: 30px;
}

.wp-block-group.has-background + h1,
.wp-block-group.has-background + h2,
.wp-block-group.has-background + h3,
.wp-block-group.has-background + h4 {
  margin-top: 30px;
}

h1 {
  font-size: 52px;
}
@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?tc10ry");
  src: url("fonts/icomoon.eot?tc10ry#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?tc10ry") format("woff2"), url("fonts/icomoon.ttf?tc10ry") format("truetype"), url("fonts/icomoon.woff?tc10ry") format("woff"), url("fonts/icomoon.svg?tc10ry#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: top;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-digitala:before {
  content: "\e915";
}

.icon-store:before {
  content: "\e916";
}

.icon-angle:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e901";
}

.icon-cart-add:before {
  content: "\e902";
}

.icon-cart-filled:before {
  content: "\e903";
}

.icon-cart:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e905";
}

.icon-chevron:before {
  content: "\e906";
}

.icon-close:before {
  content: "\e907";
}

.icon-delivery:before {
  content: "\e908";
}

.icon-email:before {
  content: "\e909";
}

.icon-filter:before {
  content: "\e90a";
}

.icon-heart-filled:before {
  content: "\e90b";
}

.icon-heart:before {
  content: "\e90c";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90f";
}

.icon-plus:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-sort:before {
  content: "\e912";
}

.icon-trash:before {
  content: "\e913";
}

.icon-user:before {
  content: "\e914";
}

textarea,
select,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 24px;
}

button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: top;
  cursor: pointer;
}

input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}

::-webkit-input-placeholder {
  color: #4d4d4d;
}

:-moz-placeholder {
  color: #4d4d4d;
}

::-moz-placeholder {
  color: #4d4d4d;
}

:-ms-input-placeholder {
  color: #4d4d4d;
}

input[type=submit] {
  cursor: pointer;
  background: #E46B45;
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding: 16px 48px;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  line-height: 24px;
  min-width: 100%;
}
@media only screen and (max-width: 767px) {
  input[type=submit] {
    padding: 16px;
    font-size: 16px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px white inset;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background-color: #c8c8c8;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTQzMzAyNzc3NzM1MTFFQUIwODU5QjlCMTNBQjdGRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTQzMzAyNzg3NzM1MTFFQUIwODU5QjlCMTNBQjdGRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNDMzMDI3NTc3MzUxMUVBQjA4NTlCOUIxM0FCN0ZFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNDMzMDI3Njc3MzUxMUVBQjA4NTlCOUIxM0FCN0ZFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiBxCKMAAABbSURBVHjaYvj///97KDYAYgYisQFMHwOU8Z8EQwyQ9WAIEDAEQy1OCWI0g8QJKiAkR4wteF1HjD/xeo2YwMIbuEwMlAJqe4GiQKQoGilKSBQnZYozE0XZGSDAAMxwJgyouDp8AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  cursor: pointer !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
input[type=time],
textarea,
select {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  border: 1px solid #707070;
  border-radius: 4px;
  background: rgba(77, 92, 78, 0.0588235294);
  font-family: "Roboto", sans-serif;
  color: #000000;
  height: 64px;
  font-size: 20px;
  line-height: 24px;
  padding: 8px 20px !important;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus,
select:focus {
  border: 1px solid #E46B45;
}
@media only screen and (max-width: 1023px) {
  input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=date],
input[type=time],
textarea,
select {
    height: 52px;
    font-size: 18px;
  }
}

input[type=search] {
  height: 58px;
  border: 0px;
  background-color: #f5f5f5;
  font-size: 16px;
  width: 100%;
}

select {
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 20px;
  line-height: 24px;
  background: rgba(77, 92, 78, 0.0588235294);
}

textarea {
  font-size: 14px;
  padding: 15px;
  height: auto;
}

label {
  color: #000000;
}

.gfield input, .gfield select {
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: bold;
}

.ginput_complex select {
  font-size: 16px !important;
  line-height: 20px !important;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold !important;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  display: block;
  font-family: "icomoon";
  content: "\e900";
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 1;
  font-size: 15px;
}
@media only screen and (max-width: 1023px) {
  .ginput_container_select:after {
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ginput_container_select:after {
    right: 20px;
    top: 15px;
  }
}

.event-date-box {
  background-color: white;
  max-width: 3.4rem;
  font-weight: 500;
  border-radius: 3px;
  overflow: hidden;
}
.event-date-box--absolute {
  position: absolute;
  z-index: 1;
  top: 0px;
  margin: 1rem;
}
.event-date-box--day {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 1rem;
  font-weight: bold;
  line-height: 1.4rem;
}
.event-date-box--month {
  background-color: #E46B45;
  text-align: center;
  color: #fff;
}

.hiking-intro-wrapper.event-intro-wrapper {
  padding-top: 2.8rem;
}

#anmalan .title-font-header {
  margin-bottom: 1rem;
  color: #624E48;
}

.event-intro {
  max-width: calc(1600px + 10%);
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  margin: 0 auto 2rem auto;
  z-index: 1;
  text-align: left;
}
.event-intro .title-font-header {
  color: #624E48;
}
@media only screen and (max-width: 1023px) {
  .event-intro .title-font-header {
    font-size: 24px;
    word-wrap: break-word;
  }
}
.event-intro .go-back {
  color: #E46B45;
  font-weight: 500;
  padding-bottom: 2rem;
  display: flex;
}
.event-intro .go-back:before {
  content: "";
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/arrow-primary.svg");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  transform: rotate(180deg);
  position: relative;
  margin-right: 3px;
  top: 5px;
}

.block-events-wrapper {
  padding: 4rem 0;
}

.block-events {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, 1fr);
  color: #555555;
  gap: 2rem;
  z-index: 1;
  margin: 0 auto;
  padding: 2rem 0 4rem 0;
}
@media only screen and (max-width: 1439px) {
  .block-events {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1279px) {
  .block-events {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .block-events {
    grid-template-columns: repeat(1, 1fr);
  }
}

.block-events .block-events-item, .block-events-swiper .block-events-item {
  background-color: #EDEDE7;
  top: 0px;
  border-radius: 4px;
  overflow: hidden;
  max-width: 440px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1439px) {
  .block-events .block-events-item, .block-events-swiper .block-events-item {
    flex-basis: 320px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .block-events .block-events-item, .block-events-swiper .block-events-item {
    flex-basis: 100%;
  }
}
.block-events .block-events-item:hover, .block-events-swiper .block-events-item:hover {
  -webkit-box-shadow: 0px 35px 55px rgba(0, 0, 0, 0.1450980392);
  -moz-box-shadow: 0px 35px 55px rgba(0, 0, 0, 0.1450980392);
  box-shadow: 0px 35px 55px rgba(0, 0, 0, 0.1450980392);
  top: -5px;
}
@media only screen and (max-width: 1520px) {
  .block-events .block-events-item:hover, .block-events-swiper .block-events-item:hover {
    box-shadow: none;
    top: 0px;
  }
}
.block-events .block-events-item--img figure, .block-events-swiper .block-events-item--img figure {
  height: 223px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.block-events .block-events-item .block-events-item-facts, .block-events-swiper .block-events-item .block-events-item-facts {
  position: absolute;
  bottom: 12px;
  height: 40px;
  margin-left: 14px;
}
.block-events .block-events-item .block-events-item-facts div, .block-events-swiper .block-events-item .block-events-item-facts div {
  margin: 0 6px;
}
.block-events .block-events-item .block-events-item-facts .btn, .block-events-swiper .block-events-item .block-events-item-facts .btn {
  font-size: 14px;
  padding: 8px 12px;
}
.block-events .block-events-item .block-events-item-facts .btn-point:after, .block-events-swiper .block-events-item .block-events-item-facts .btn-point:after {
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 18px;
  right: -18px;
}
.block-events .block-events-item .block-events-item-facts .btn--orange:hover, .block-events-swiper .block-events-item .block-events-item-facts .btn--orange:hover {
  background-color: #E46B45;
}
.block-events .block-events-item .block-events-item-lock, .block-events-swiper .block-events-item .block-events-item-lock {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/lock-alt.svg");
  display: block;
  background-color: #fff;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.block-events .block-events-item .block-events-item-inner, .block-events-swiper .block-events-item .block-events-item-inner {
  padding: 18px;
  display: flex;
  flex-direction: column;
}
.block-events .block-events-item .block-events-item-inner--info, .block-events-swiper .block-events-item .block-events-item-inner--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.block-events .block-events-item .block-events-item-inner--title, .block-events-swiper .block-events-item .block-events-item-inner--title {
  margin-top: 4px;
  min-height: 80px;
  flex: 1;
}
.block-events .block-events-item .block-events-item-inner--title h4, .block-events-swiper .block-events-item .block-events-item-inner--title h4 {
  font-size: 22px;
  font-weight: 600;
}
.block-events .block-events-item .block-events-item-inner .event-date-box, .block-events-swiper .block-events-item .block-events-item-inner .event-date-box {
  margin-right: 24px;
}
.block-events .block-events-item .block-events-item-inner .archive-event-time, .block-events-swiper .block-events-item .block-events-item-inner .archive-event-time {
  flex: 1;
  line-height: 1.3rem;
}
.block-events .block-events-item .block-events-item-inner .archive-event-time .label, .block-events-swiper .block-events-item .block-events-item-inner .archive-event-time .label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #707070;
}
.block-events .block-events-item .block-events-item-inner .archive-event-time .item, .block-events-swiper .block-events-item .block-events-item-inner .archive-event-time .item {
  font-weight: 700;
}
.block-events .block-events-item .block-events-item-inner .archive-event-price, .block-events-swiper .block-events-item .block-events-item-inner .archive-event-price {
  flex: 1;
  line-height: 1.3rem;
}
.block-events .block-events-item .block-events-item-inner .archive-event-price .label, .block-events-swiper .block-events-item .block-events-item-inner .archive-event-price .label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #707070;
}
.block-events .block-events-item .block-events-item-inner .archive-event-price .item, .block-events-swiper .block-events-item .block-events-item-inner .archive-event-price .item {
  font-weight: 700;
}

.content-gradient-hide:after {
  content: "";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 75%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: block;
}

.login-box {
  background-color: #f4f4f0;
  color: #5f4f49;
  padding: 3rem;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  min-height: 486px;
}
@media only screen and (max-width: 1439px) {
  .login-box {
    padding: 2rem;
  }
}
@media only screen and (max-width: 1279px) {
  .login-box {
    min-height: auto;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .login-box {
    padding: 2rem;
  }
}
.login-box .title-font-header {
  font-size: 32px;
}
.login-box .button-list {
  display: flex;
  justify-content: space-between;
  max-width: 336px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .login-box .button-list {
    flex-direction: column;
  }
}
.login-box .button-list .btn {
  border-radius: 4px;
  min-width: 160px;
}
@media only screen and (max-width: 1439px) {
  .login-box .button-list .btn {
    min-width: 140px;
  }
}
@media only screen and (max-width: 1279px) {
  .login-box .button-list .btn {
    min-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .login-box .button-list .btn {
    margin-bottom: 1rem;
  }
}
.login-box .button-list .btn--grey:hover {
  background-color: #555555;
}
.login-box .lock-img {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  background-color: #e46b45;
  margin-top: 1.3rem;
  margin-bottom: 2rem;
  border-radius: 100%;
}
.login-box .lock-img .img-item {
  width: 16px;
  padding-top: 18px;
}
.login-box .title-font-header {
  color: #5f4f49;
}
.login-box p {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 32px;
}

.ticket_warning {
  background-color: #fff;
  border-radius: 3px;
  color: #E46B45;
  width: fit-content;
  position: absolute;
  top: 27rem;
  left: 1rem;
  z-index: 100;
  font-weight: 600;
  padding: 0px 12px;
  line-height: 42px;
}
.ticket_warning:before {
  content: "";
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/ionic-md-alert.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
  margin-right: 8px;
  position: relative;
  top: 6px;
}

.participant {
  font-weight: 100;
  margin-right: auto;
}
.participant:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #E46B45;
  position: relative;
  border-radius: 100%;
  margin-right: 12px;
  top: -2px;
}

#anmalan {
  padding-top: 3rem;
  display: block;
}

.swiper-block-events .events-top .wp-block-group-inner {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .swiper-block-events .events-top .wp-block-group-inner {
    flex-direction: column;
  }
}
.swiper-block-events .events-top .btn-point--orange {
  height: fit-content;
  margin-right: 24px;
  top: 5px;
}

.page-template-alt-subpage .gform_wrapper .gform_validation_errors > h2 .gform-icon, .to_card_wrapper .gform_validation_errors > h2 .gform-icon {
  left: -32px !important;
  top: -1px !important;
}

.to_card_wrapper .gfield_validation_message {
  padding: 1rem !important;
}

.create_event .gform_confirmation_message {
  padding: 2em;
}
.create_event .gform_confirmation_message a {
  text-decoration: underline;
  color: #e46b45;
}

.fact-title-mobile {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .fact-title-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .type-event .topbar-icon-share {
    order: 3;
  }
}

.event-participant-list {
  border-radius: 4px;
  background-color: #EDEDE7;
  padding: 24px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 26px;
  color: #333333;
}
.event-participant-list h4 {
  font-weight: bold;
  color: #4d5c4e;
  font-size: 24px;
  width: 100%;
}
.event-participant-list .list-item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px 0;
  font-size: 18px;
  color: #707070;
  width: 100%;
}
.event-participant-list .list-item:last-child {
  border-bottom: 0;
}

.flyout-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 580px;
  right: -580px;
  transform: translateX(0%);
  z-index: 31;
}
@media only screen and (max-width: 767px) {
  .flyout-wrapper {
    width: 100%;
    right: -100%;
  }
}
.flyout-wrapper .lang-select {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  margin: 20px 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .flyout-wrapper .lang-select {
    margin: 15px 0;
  }
}
.flyout-wrapper .lang-select i {
  width: 31px;
  height: 31px;
  margin-right: 15px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icon-language.svg");
  top: 1px;
  position: relative;
}

.flyout-toggle {
  cursor: pointer;
}

.hiking-content-col2 .flyout-toggle--href, .hero-boxes .flyout-toggle--href {
  cursor: pointer;
  color: #E46B45;
  text-decoration: underline;
}
.hiking-content-col2 .flyout-toggle--href:hover, .hero-boxes .flyout-toggle--href:hover {
  color: #F87D57;
}

.flyout {
  height: 100%;
  background-color: #EDEDE7;
  z-index: 31;
  padding: 72px;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
}
.flyout:before {
  opacity: 0.11;
}
@media only screen and (max-width: 767px) {
  .flyout {
    padding: 24px;
  }
}
.flyout h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.flyout--title {
  font-family: "Cocogoose Letterpress", sans-serif;
  font-weight: 100;
  color: #000;
}
.flyout .flyout-close {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/close-x.svg");
  height: 32px;
  position: absolute;
  margin-top: 22px;
  right: 26px;
  width: 32px;
  padding: 20px;
  background-size: 32px;
  background-position: center;
  z-index: 32;
}
.flyout .flyout-close.flyout-close-L {
  height: 52px;
  width: 52px;
  background-size: 52px;
}

.flyout-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.15);
  transition: opacity 0.1s ease;
  pointer-events: none;
}

.flyout-wrapper.open + .flyout-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 30;
  opacity: 1;
  pointer-events: auto;
}

/* Error flyout */
.flyout--error .flyout {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 45px;
}
.flyout--error .error-item {
  background-color: #fff;
  padding: 24px 32px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 32px;
  max-width: 464px;
}
.flyout--error .error-item--date {
  font-size: 16px;
  color: #969694;
  font-weight: bold;
}
.flyout--error .error-item--title {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin: 0;
}
.flyout--error .error-item--text {
  font-size: 18px;
  color: #707070;
  font-weight: 100;
}
.flyout--error .error-item--repport-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: sticky;
  bottom: -45px;
}
.flyout--error .error-item--repport-wrapper .error-item {
  background-color: #F4F4F0;
  border: 2px solid #F4F4F0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0588235294);
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
}
.flyout--error .error-item--repport-wrapper .error-item:hover {
  border: 2px solid #E46B45;
}
.flyout--error .error-item--repport-wrapper .error-item:hover a:hover {
  color: #F87D57;
}
.flyout--error .flyout--title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.flyout--error .flyout--title:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/ionic-md-alert.svg");
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 24px;
  width: 32px;
  position: relative;
  top: 6px;
}
.flyout--news .flyout {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 45px;
}
.flyout--news .news-item {
  background-color: #fff;
  padding: 24px 32px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 32px;
  max-width: 464px;
}
.flyout--news .news-item--date {
  font-size: 16px;
  color: #969694;
  font-weight: bold;
}
.flyout--news .news-item--title {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin: 0;
}
.flyout--news .news-item--text {
  font-size: 18px;
  color: #707070;
  font-weight: 100;
  margin-bottom: 12px;
}
.flyout--news .flyout--title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.flyout--news .flyout--title:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icon-bell.svg");
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 24px;
  width: 32px;
  position: relative;
  top: 6px;
}
.flyout .info-icon.flyout--title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}
.flyout .info-icon.flyout--title:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-question.svg");
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 24px;
  width: 32px;
  position: relative;
  top: 6px;
  background-size: cover;
}

body {
  position: relative;
  transition: padding-top 0.5s ease;
}
body .page-template-membership-application {
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  body .page-template-membership-application {
    padding-top: 140px;
  }
}
body.menu--visible, body.wishlist--visible {
  overflow: hidden;
}
body.disabled {
  pointer-events: none;
}

#site-content,
#main {
  text-align: center;
}

.wp-block-group {
  margin-top: 60px;
  margin-bottom: 60px;
}
.wp-block-group ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wp-block-group {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.wp-block-group:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .wp-block-group:first-child {
    margin-top: 0;
  }
}
.wp-block-group.has-background {
  max-width: 1600px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .wp-block-group.has-background {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.wp-block-group.alignfull {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.page-template-default #site-content, .post-template-default #site-content {
  font-size: 20px;
  color: #555555;
}
@media only screen and (max-width: 1023px) {
  .page-template-default #site-content, .post-template-default #site-content {
    font-size: 16px;
  }
}
.page-template-default #site-content h2, .page-template-default #site-content h3, .post-template-default #site-content h2, .post-template-default #site-content h3 {
  color: #4D5C4E;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .page-template-default #site-content h2, .page-template-default #site-content h3, .post-template-default #site-content h2, .post-template-default #site-content h3 {
    font-size: 20px;
  }
}
.page-template-default #site-content .wp-block-group, .post-template-default #site-content .wp-block-group {
  margin-top: 60px;
  margin-bottom: 90px;
}
.page-template-default #site-content .wp-block-group__inner-container a, .post-template-default #site-content .wp-block-group__inner-container a {
  color: #E46B45;
  text-decoration: underline;
}
.page-template-default #site-content .wp-block-group__inner-container a:hover, .post-template-default #site-content .wp-block-group__inner-container a:hover {
  color: #F87D57;
}
.page-template-default #site-content .wp-block-group h1, .page-template-default #site-content .wp-block-group h2, .page-template-default #site-content .wp-block-group h3, .page-template-default #site-content .wp-block-group h4, .page-template-default #site-content .wp-block-group h5, .page-template-default #site-content .wp-block-group p, .post-template-default #site-content .wp-block-group h1, .post-template-default #site-content .wp-block-group h2, .post-template-default #site-content .wp-block-group h3, .post-template-default #site-content .wp-block-group h4, .post-template-default #site-content .wp-block-group h5, .post-template-default #site-content .wp-block-group p {
  max-width: 810px;
}

.site-header {
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 6;
}
.site-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 1920px;
}

.top_banner_wrapper {
  background-color: #EDEDE7;
}
.top_banner_wrapper .wp-block-group {
  margin: 0 !important;
}
.top_banner_wrapper .top_banner {
  display: flex;
  align-items: center;
  padding: 22px 0;
  color: #555555;
}
.top_banner_wrapper .top_banner:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/ionic-md-alert.svg");
  content: "";
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: inline-block;
  padding-right: 12px;
  background-repeat: no-repeat;
  background-size: 32px;
}
.top_banner_wrapper .top_banner span {
  flex: 1;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .top_banner_wrapper .top_banner span {
    font-size: 16px;
  }
}
.top_banner_wrapper .top_banner a {
  color: #E46B45;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .site-header .container {
    position: static;
  }
}
.page-intro {
  background-color: #EDEDE7;
  padding: 60px 0 120px 0;
  color: #624E48;
}
@media only screen and (max-width: 1023px) {
  .page-intro {
    padding: 30px 0 70px 0;
  }
}
.page-intro .preamble {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .page-intro .preamble {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-intro .preamble {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-intro.error-repport {
  background-color: #624E48;
  color: #EDEDE7;
  padding: 110px 0 184px;
}
@media only screen and (max-width: 767px) {
  .page-intro.error-repport {
    padding: 90px 0 110px;
  }
}

.gform-body .gsurvey-rank li.gsurvey-rank-choice {
  padding: 2px 24px !important;
  font-size: 16px;
  margin-bottom: 2px;
  color: #555;
}
.gform-body .gfield_label {
  font-size: 20px;
  font-weight: 100;
  color: #555;
}

.page-template-alt-subpage:before {
  opacity: 0.11;
  z-index: -1;
}
.page-template-alt-subpage:after {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 60%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.page-template-alt-subpage .has-background .gravity-theme {
  padding: 30px;
  border-radius: 4px;
}
.page-template-alt-subpage > .wp-block-group {
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  .page-template-alt-subpage > .wp-block-group {
    margin-top: 32px;
  }
}
.page-template-alt-subpage .has-grey-background-color {
  border-radius: 4px;
}
.page-template-alt-subpage .bubble {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/bubble.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 140px;
  line-height: 22px;
  position: absolute;
  transform: rotate(-8deg);
  width: 190px;
  z-index: 1;
  padding-top: 5px;
}
.page-template-alt-subpage .bubble .bubble-inner {
  margin-top: 28px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-template-alt-subpage .bubble .bubble-inner {
    font-size: 13px;
    line-height: 18px;
  }
}
.page-template-alt-subpage .bubble .bubble-inner span {
  display: block;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .page-template-alt-subpage .bubble .bubble-inner span {
    font-size: 18px;
  }
}
.page-template-alt-subpage .bubble .bubble-inner span {
  font-size: 32px;
  margin-top: 6px;
}
.page-template-alt-subpage .bubble--desktop {
  right: 92px;
  top: -98px;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .page-template-alt-subpage .bubble--desktop {
    display: none;
  }
}
.page-template-alt-subpage .bubble--mobile {
  right: 72px;
  top: -36px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .page-template-alt-subpage .bubble--mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-alt-subpage .bubble--mobile {
    height: 112px;
    width: 147px;
  }
}
@media only screen and (max-width: 479px) {
  .page-template-alt-subpage .bubble--mobile {
    right: 0px;
  }
}
.page-template-alt-subpage .center-block {
  margin: 0 auto;
  border-radius: 4px;
}
.page-template-alt-subpage .gform_wrapper input[type=date], .page-template-alt-subpage .gform_wrapper input[type=email], .page-template-alt-subpage .gform_wrapper input[type=number], .page-template-alt-subpage .gform_wrapper input[type=password], .page-template-alt-subpage .gform_wrapper input[type=tel], .page-template-alt-subpage .gform_wrapper input[type=text], .page-template-alt-subpage .gform_wrapper input[type=time], .page-template-alt-subpage .gform_wrapper input[type=url], .page-template-alt-subpage .gform_wrapper select, .page-template-alt-subpage .gform_wrapper textarea {
  background-color: #fff;
}
.page-template-alt-subpage .gform_wrapper .gform_title {
  font-size: 28px;
}
.page-template-alt-subpage .gform_wrapper .gform_description {
  font-size: 20px;
}
.page-template-alt-subpage .gform_wrapper form {
  margin-top: 30px;
}
.page-template-alt-subpage .gform_wrapper.gravity-theme .gfield_label {
  font-size: 20px;
  font-weight: 100;
  color: #555;
}
.page-template-alt-subpage .gform_wrapper.gravity-theme .gsection {
  border-bottom: 0px;
}
.page-template-alt-subpage .gform_footer {
  max-width: 242px;
  margin: 0 auto !important;
}
.page-template-alt-subpage .gform_footer input[type=submit] {
  padding: 16px 24px;
}

#site-footer {
  background-color: #6D9D6F;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #site-footer {
    padding: 15px 0 60px;
  }
}
#site-footer .container {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: calc(1600px + 10%);
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
}
#site-footer .container a {
  text-decoration: underline;
}
#site-footer .container div {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  flex-basis: 320px;
}
@media only screen and (max-width: 767px) {
  #site-footer .container .wp-block-group {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#site-footer .widget {
  margin-top: 30px;
  margin-right: 30px;
}
#site-footer .widget:last-child {
  margin-right: 0;
}
#site-footer h5 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}
#site-footer h4 {
  font-family: "Cocogoose Letterpress";
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0;
}
#site-footer .footer-logo {
  font-size: 26px;
  color: #134B8B;
}
@media only screen and (max-width: 767px) {
  #site-footer ul.social-list {
    line-height: 34px;
  }
}
#site-footer ul.social-list li {
  margin-bottom: 16px;
}
#site-footer ul li:last-child {
  margin-bottom: 0;
}
#site-footer ul li a {
  display: block;
  text-decoration: none !important;
}
#site-footer ul#menu-handla li a {
  font-weight: bold;
  font-size: 20px;
  color: #134B8B;
}
#site-footer .connect {
  font-weight: bold;
}
#site-footer:after {
  background: rgb(109, 157, 111);
  background: linear-gradient(0deg, rgb(109, 157, 111) 0%, rgba(109, 157, 111, 0) 50%, rgb(109, 157, 111) 100%);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
#site-footer .icon {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background-size: cover;
  top: 3px;
}
#site-footer .icon--fb {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icon-facebook.svg");
}
#site-footer .icon--insta {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icon-instagram.svg");
}
#site-footer.temp-startpage .container {
  justify-content: flex-start;
  gap: 40px;
}
#site-footer.temp-startpage .container div {
  flex: 0 1 33%;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
#site-footer.temp-startpage .container div a {
  text-decoration: underline !important;
}
#site-footer.temp-startpage .container div .social-list a {
  text-decoration: none !important;
}

.grid,
.grid_slides,
.products,
.dokan-seller-wrap {
  list-style: none;
  margin: 0 -13px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .grid,
.grid_slides,
.products,
.dokan-seller-wrap {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .grid,
.grid_slides,
.products,
.dokan-seller-wrap {
    margin: 0 -5px;
  }
}
.grid.grid_slides,
.grid_slides.grid_slides,
.products.grid_slides,
.dokan-seller-wrap.grid_slides {
  display: block;
  margin: 0 auto;
}
.grid .grid-item,
.grid_slides .grid-item,
.products .grid-item,
.dokan-seller-wrap .grid-item {
  margin: 13px;
  overflow: hidden;
  min-height: calc(100% - 26px);
}
@media only screen and (max-width: 1023px) {
  .grid .grid-item,
.grid_slides .grid-item,
.products .grid-item,
.dokan-seller-wrap .grid-item {
    margin: 10px;
    min-height: calc(100% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .grid .grid-item,
.grid_slides .grid-item,
.products .grid-item,
.dokan-seller-wrap .grid-item {
    margin: 5px;
    min-height: calc(100% - 10px);
  }
}
.grid.columns-2 .grid-item,
.grid_slides.columns-2 .grid-item,
.products.columns-2 .grid-item,
.dokan-seller-wrap.columns-2 .grid-item {
  flex-basis: calc(50% - 26px);
  width: calc(50% - 26px);
}
@media only screen and (max-width: 1023px) {
  .grid.columns-2 .grid-item,
.grid_slides.columns-2 .grid-item,
.products.columns-2 .grid-item,
.dokan-seller-wrap.columns-2 .grid-item {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .grid.columns-2 .grid-item,
.grid_slides.columns-2 .grid-item,
.products.columns-2 .grid-item,
.dokan-seller-wrap.columns-2 .grid-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
.grid.columns-3 .grid-item,
.grid_slides.columns-3 .grid-item,
.products.columns-3 .grid-item,
.dokan-seller-wrap.columns-3 .grid-item {
  flex-basis: calc(33% - 26px);
  width: calc(33% - 26px);
}
@media only screen and (max-width: 1023px) {
  .grid.columns-3 .grid-item,
.grid_slides.columns-3 .grid-item,
.products.columns-3 .grid-item,
.dokan-seller-wrap.columns-3 .grid-item {
    flex-basis: calc(33% - 20px);
    width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .grid.columns-3 .grid-item,
.grid_slides.columns-3 .grid-item,
.products.columns-3 .grid-item,
.dokan-seller-wrap.columns-3 .grid-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
.grid.columns-4 .grid-item,
.grid_slides.columns-4 .grid-item,
.products.columns-4 .grid-item,
.dokan-seller-wrap.columns-4 .grid-item {
  flex-basis: calc(25% - 26px);
  width: calc(25% - 26px);
}
@media only screen and (max-width: 1279px) {
  .grid.columns-4 .grid-item,
.grid_slides.columns-4 .grid-item,
.products.columns-4 .grid-item,
.dokan-seller-wrap.columns-4 .grid-item {
    flex-basis: calc(33% - 26px);
    width: calc(33% - 26px);
  }
}
@media only screen and (max-width: 1023px) {
  .grid.columns-4 .grid-item,
.grid_slides.columns-4 .grid-item,
.products.columns-4 .grid-item,
.dokan-seller-wrap.columns-4 .grid-item {
    flex-basis: calc(33% - 20px);
    width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .grid.columns-4 .grid-item,
.grid_slides.columns-4 .grid-item,
.products.columns-4 .grid-item,
.dokan-seller-wrap.columns-4 .grid-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
.grid.columns-5 .grid-item,
.grid_slides.columns-5 .grid-item,
.products.columns-5 .grid-item,
.dokan-seller-wrap.columns-5 .grid-item {
  flex-basis: calc(20% - 26px);
  width: calc(20% - 26px);
}
@media only screen and (max-width: 1439px) {
  .grid.columns-5 .grid-item,
.grid_slides.columns-5 .grid-item,
.products.columns-5 .grid-item,
.dokan-seller-wrap.columns-5 .grid-item {
    flex-basis: calc(25% - 26px);
    width: calc(25% - 26px);
  }
}
@media only screen and (max-width: 1279px) {
  .grid.columns-5 .grid-item,
.grid_slides.columns-5 .grid-item,
.products.columns-5 .grid-item,
.dokan-seller-wrap.columns-5 .grid-item {
    flex-basis: calc(33% - 26px);
    width: calc(33% - 26px);
  }
}
@media only screen and (max-width: 1023px) {
  .grid.columns-5 .grid-item,
.grid_slides.columns-5 .grid-item,
.products.columns-5 .grid-item,
.dokan-seller-wrap.columns-5 .grid-item {
    flex-basis: calc(33% - 20px);
    width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .grid.columns-5 .grid-item,
.grid_slides.columns-5 .grid-item,
.products.columns-5 .grid-item,
.dokan-seller-wrap.columns-5 .grid-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
.grid.columns-6 .grid-item,
.grid_slides.columns-6 .grid-item,
.products.columns-6 .grid-item,
.dokan-seller-wrap.columns-6 .grid-item {
  flex-basis: calc(16% - 26px);
  width: calc(16% - 26px);
}
@media only screen and (max-width: 1439px) {
  .grid.columns-6 .grid-item,
.grid_slides.columns-6 .grid-item,
.products.columns-6 .grid-item,
.dokan-seller-wrap.columns-6 .grid-item {
    flex-basis: calc(25% - 26px);
    width: calc(25% - 26px);
  }
}
@media only screen and (max-width: 1279px) {
  .grid.columns-6 .grid-item,
.grid_slides.columns-6 .grid-item,
.products.columns-6 .grid-item,
.dokan-seller-wrap.columns-6 .grid-item {
    flex-basis: calc(33% - 26px);
    width: calc(33% - 26px);
  }
}
@media only screen and (max-width: 1023px) {
  .grid.columns-6 .grid-item,
.grid_slides.columns-6 .grid-item,
.products.columns-6 .grid-item,
.dokan-seller-wrap.columns-6 .grid-item {
    flex-basis: calc(33% - 20px);
    width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .grid.columns-6 .grid-item,
.grid_slides.columns-6 .grid-item,
.products.columns-6 .grid-item,
.dokan-seller-wrap.columns-6 .grid-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1279px) {
  .grid.grid_slides .grid-item,
.grid_slides.grid_slides .grid-item,
.products.grid_slides .grid-item,
.dokan-seller-wrap.grid_slides .grid-item {
    flex-basis: calc(30% - 26px);
    width: calc(30% - 26px);
  }
}
@media only screen and (max-width: 1023px) {
  .grid.grid_slides .grid-item,
.grid_slides.grid_slides .grid-item,
.products.grid_slides .grid-item,
.dokan-seller-wrap.grid_slides .grid-item {
    flex-basis: calc(47% - 20px);
    width: calc(47% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .grid.grid_slides .grid-item,
.grid_slides.grid_slides .grid-item,
.products.grid_slides .grid-item,
.dokan-seller-wrap.grid_slides .grid-item {
    flex-basis: calc(47% - 10px);
    width: calc(47% - 10px);
  }
}

.hiking-intro-wrapper {
  background-color: #EDEDE7;
  padding: 60px 0px 180px 0px;
}
@media only screen and (max-width: 1439px) {
  .hiking-intro-wrapper {
    overflow: hidden;
    padding: 80px 0px 180px 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper {
    padding: 20px 0px 180px 0px;
  }
}
.hiking-intro-wrapper:before {
  opacity: 0.11;
}
.hiking-intro-wrapper:after {
  content: "";
  background-color: red;
  height: 20vh;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #EDEDE7;
  background: linear-gradient(180deg, rgba(237, 237, 231, 0) 0%, #edede7 100%);
}
.hiking-intro-wrapper.archive-intro {
  padding-top: 128px;
  padding-bottom: 112px;
}
@media only screen and (max-width: 767px) {
  .hiking-intro-wrapper.archive-intro {
    padding: 72px 0;
  }
}
.hiking-intro-wrapper.archive-intro .button-list {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
.hiking-intro-wrapper .hiking-intro {
  z-index: 1;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
}
@media only screen and (max-width: 1279px) {
  .hiking-intro-wrapper .hiking-intro {
    padding: 0 30px;
    pointer-events: none;
  }
}
.hiking-intro-wrapper .hiking-intro--stage {
  padding-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper .hiking-intro--stage {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .hiking-intro-wrapper .hiking-intro--stage .bg-arrow {
    margin: 0 auto;
    left: 10px;
  }
}
.hiking-intro-wrapper .hiking-intro--title {
  flex-basis: 100%;
  color: #624E48;
  padding: 60px 0px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper .hiking-intro--title {
    padding: 0px 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-intro-wrapper .hiking-intro--title {
    padding: 0px 0 20px 0;
  }
}
.hiking-intro-wrapper .hiking-intro--title .area-name {
  flex-basis: 100%;
  font-size: 24px;
  font-weight: 500;
}
.hiking-intro-wrapper .hiking-intro--title .extra-title {
  flex-basis: 100%;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper .hiking-intro--title .extra-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-intro-wrapper .hiking-intro--title .extra-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.hiking-intro-wrapper .hiking-intro--title h1 {
  margin-top: 0px;
  font-size: 54px;
  line-height: 64px;
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper .hiking-intro--title h1 {
    font-size: 42px;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-intro-wrapper .hiking-intro--title h1 {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.hiking-intro-wrapper .hiking-intro--title span {
  margin-left: 26px;
}
@media only screen and (max-width: 767px) {
  .hiking-intro-wrapper .hiking-intro--title span {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper .hiking-intro--title span img {
    height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-intro-wrapper .hiking-intro--title span img {
    height: 25px;
  }
}
.hiking-intro-wrapper .hiking-intro--length {
  font-weight: bold;
  color: #624E48;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper .hiking-intro--length {
    flex-basis: 100%;
  }
}
.hiking-intro-wrapper .hiking-intro--to-arrow {
  width: 46px;
  margin: 12px 18px;
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper .hiking-intro--to-arrow {
    left: 3px;
    top: 5px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-intro-wrapper .hiking-intro--to-arrow {
    width: 24px;
    margin: 0 12px 0 6px;
  }
}
.hiking-intro-wrapper .hiking-nav-pretitle {
  max-width: 1100px;
  font-family: "Cocogoose Letterpress", sans-serif;
  text-align: left;
  margin: 0 auto;
  color: #624E48;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 20px;
}
@media only screen and (max-width: 1279px) {
  .hiking-intro-wrapper .hiking-nav-pretitle {
    display: none;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  max-width: 1360px;
  margin: 0 auto;
  padding: 10px 0px;
  color: #707070;
  font-weight: 600;
  font-size: 18px;
  height: 210px;
  left: 0px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 1439px) {
  .hiking-intro-wrapper .hiking-nav-wrapper {
    width: 1360px;
    max-width: 100%;
    padding: 119px 0px;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper {
  display: flex;
  justify-content: space-between;
  top: 90px;
  height: 38px;
  position: absolute;
  left: 208px;
  width: 952px;
}
@media only screen and (max-width: 1439px) {
  .hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper {
    left: 98px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper {
    left: 60px;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item {
  border-radius: 100%;
  content: "";
  display: block;
  height: 38px;
  width: 38px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-hiking-nav-dot-green.svg");
  z-index: 1;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item img {
  top: 6px;
  width: 56px;
  height: 63px;
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item img {
    height: 58px;
    top: 18px;
    width: 52px;
    left: 3px;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--start, .hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--end {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-hiking-nav-dot-orange.svg");
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--start div.marker-item--under, .hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--end div.marker-item--under {
  color: #E46B45;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--start div.marker-item--over, .hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--end div.marker-item--over {
  padding-left: 64px;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--start div.marker-item--over:before, .hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--end div.marker-item--over:before {
  content: "";
  display: block;
  height: 77px;
  left: -4px;
  position: absolute;
  width: 64px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-hiking-nav-dot-start-end.svg");
}
@media only screen and (max-width: 1023px) {
  .hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--start div.marker-item--over:before, .hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--end div.marker-item--over:before {
    background-size: 52px;
    background-position: bottom;
    background-repeat: no-repeat;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item--end .marker-item--over {
  width: 0px;
  pointer-events: none;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  left: 6px;
  z-index: 1;
  top: 6px;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item div.marker-item--over {
  position: absolute;
  top: -90px;
  width: 230px;
  line-height: 60px;
  left: -8px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  height: 64px;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item div.marker-item--over span {
  margin: 0 auto;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item div.marker-item--over.span_1 {
  width: 460px;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item div.marker-item--over.span_2 {
  width: 690px;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item div.marker-item--over.span_3 {
  width: 920px;
}
.hiking-intro-wrapper .hiking-nav-wrapper .marker-wrapper .marker-item div.marker-item--under {
  top: 46px;
  line-height: 22px;
  position: absolute;
  width: 200px;
  left: -83px;
  font-size: 16px;
  text-align: center;
}
.hiking-intro-wrapper .hiking-nav-wrapper .hiking-prev, .hiking-intro-wrapper .hiking-nav-wrapper .hiking-next {
  top: 30px;
  color: #555555;
  cursor: pointer;
}
.hiking-intro-wrapper .hiking-nav-wrapper .hiking-prev--disable, .hiking-intro-wrapper .hiking-nav-wrapper .hiking-next--disable {
  cursor: default;
  opacity: 0;
}
@media only screen and (max-width: 1439px) {
  .hiking-intro-wrapper .hiking-nav-wrapper .hiking-prev, .hiking-intro-wrapper .hiking-nav-wrapper .hiking-next {
    display: none;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .hiking-next {
  padding-right: 30px;
}
.hiking-intro-wrapper .hiking-nav-wrapper .hiking-next:after {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-next-prev.svg");
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0px;
  top: -1px;
}
.hiking-intro-wrapper .hiking-nav-wrapper .hiking-next:hover:after {
  animation-name: righthover;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes righthover {
  0% {
    right: 0px;
  }
  25% {
    right: 2px;
  }
  50% {
    right: 0px;
  }
  85% {
    right: 3px;
  }
  100% {
    right: 0px;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .hiking-prev {
  padding-left: 30px;
}
.hiking-intro-wrapper .hiking-nav-wrapper .hiking-prev:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-next-prev.svg");
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  transform: rotate(180deg);
}
.hiking-intro-wrapper .hiking-nav-wrapper .hiking-prev:hover:before {
  animation-name: lefthover;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes lefthover {
  0% {
    left: 0px;
  }
  25% {
    left: 2px;
  }
  50% {
    left: 0px;
  }
  85% {
    left: 3px;
  }
  100% {
    left: 0px;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .canvas {
  width: 1360px;
  font-size: 0;
  display: flex;
  align-items: center;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/hike-dots.png");
  background-size: contain;
  height: 24.5px;
  background-position: 165px;
  position: absolute;
  top: 96px;
}
@media only screen and (max-width: 1439px) {
  .hiking-intro-wrapper .hiking-nav-wrapper .canvas {
    background-position: 175px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-intro-wrapper .hiking-nav-wrapper .canvas {
    background-position: 138px;
    width: 870px;
    margin-left: 100px;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .canvas:before {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  height: 30px;
  background: linear-gradient(90deg, #edede7 0%, rgba(237, 237, 231, 0) 100%);
  z-index: 1;
}
@media only screen and (max-width: 1439px) {
  .hiking-intro-wrapper .hiking-nav-wrapper .canvas:before {
    display: none;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .canvas:after {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  right: 0px;
  height: 30px;
  background: linear-gradient(270deg, #edede7 0%, rgba(237, 237, 231, 0) 100%);
  z-index: 1;
}
@media only screen and (max-width: 1439px) {
  .hiking-intro-wrapper .hiking-nav-wrapper .canvas:after {
    display: none;
  }
}
.hiking-intro-wrapper .hiking-nav-wrapper .canvas i {
  display: inline-block;
  border-radius: 100%;
  position: relative;
  background-color: #624e48;
}

.hiking-nav-mobile {
  position: absolute;
  display: flex;
  width: 100%;
  z-index: 1;
  justify-content: space-between;
  padding: 28px 24px;
}
.hiking-nav-mobile .hiking-prev, .hiking-nav-mobile .hiking-next {
  color: #555555;
  cursor: pointer;
  display: none;
  font-weight: 500;
  text-decoration: underline;
  flex: 1;
}
.hiking-nav-mobile .hiking-prev--disable, .hiking-nav-mobile .hiking-next--disable {
  cursor: default;
  opacity: 0;
}
@media only screen and (max-width: 1439px) {
  .hiking-nav-mobile .hiking-prev, .hiking-nav-mobile .hiking-next {
    display: block;
  }
}
.hiking-nav-mobile .hiking-next {
  padding-right: 30px;
  text-align: right;
}
@media only screen and (max-width: 1439px) {
  .hiking-nav-mobile .hiking-next {
    padding-right: 20px;
  }
}
.hiking-nav-mobile .hiking-next:after {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-next-prev.svg");
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0px;
  top: -1px;
}
@media only screen and (max-width: 1439px) {
  .hiking-nav-mobile .hiking-next:after {
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 6px;
  }
}
.hiking-nav-mobile .hiking-prev {
  padding-left: 30px;
  text-align: left;
}
.hiking-nav-mobile .hiking-prev:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-next-prev.svg");
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 1439px) {
  .hiking-nav-mobile .hiking-prev:before {
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 6px;
  }
}
@media only screen and (max-width: 1439px) {
  .hiking-nav-mobile .hiking-prev {
    padding-left: 20px;
  }
}

.hiking-content {
  top: -160px;
  margin-bottom: -160px;
  padding-bottom: 120px;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1279px) {
  .hiking-content {
    flex-direction: column;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .hiking-content {
    padding-bottom: 30px;
  }
}
.hiking-content #splide-gallery .splide__pagination {
  display: block;
  bottom: 0.25rem;
}
@media only screen and (max-width: 1023px) {
  .hiking-content #splide-gallery .splide__pagination {
    bottom: 0;
  }
}
.hiking-content #splide-gallery .splide__pagination .is-active {
  background: #E46B45;
  opacity: 1;
}
.hiking-content #splide-gallery .splide__caption {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  z-index: 1;
  color: #fff;
  left: auto;
  padding: 0.5rem;
  width: fit-content;
  font-size: 13px;
  line-height: 17px;
  margin-left: 10rem;
  background-color: rgba(0, 0, 0, 0.5019607843);
}
@media only screen and (max-width: 1023px) {
  .hiking-content #splide-gallery .splide__caption {
    bottom: 2rem;
    left: 0.75rem;
    margin-left: 0px;
  }
}
.hiking-content .hiking-box-title {
  font-weight: bold;
  color: #4D5C4E;
  font-size: 24px;
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-box-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-box-title {
    font-size: 18px;
  }
}
.hiking-content .hiking-box-title-mobile {
  font-weight: bold;
  color: #4D5C4E;
  font-size: 24px;
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-box-title-mobile {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-box-title-mobile {
    font-size: 18px;
  }
}
.hiking-content .hiking-box-bubble {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/pratbubbla.svg");
  position: absolute;
  width: 190px;
  height: 150px;
  z-index: 1;
  color: #fff;
  text-align: center;
  right: -52px;
  top: 30px;
}
@media only screen and (max-width: 1560px) {
  .hiking-content .hiking-box-bubble {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .hiking-content .hiking-box-bubble {
    display: none;
  }
}
.hiking-content .hiking-box-bubble span {
  font-size: 24px;
  font-weight: 800;
  transform: rotate(-6deg);
  display: block;
  margin-top: 46px;
}
.hiking-content .hiking-content-tip {
  margin-top: 32px;
  background-color: #EDEDE7;
  padding: 32px 52px 32px 32px;
  color: #4D5C4E;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-tip {
    padding: 24px;
  }
}
.hiking-content .hiking-content-tip h4 {
  font-size: 24px;
}
.hiking-content .hiking-content-tip div {
  margin-bottom: 20px;
  font-weight: 500;
  font-style: italic;
}
.hiking-content .hiking-content-col1 {
  flex: 4;
}
.hiking-content .hiking-content-col1 .featured-media {
  height: 486px;
  overflow: hidden;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 .featured-media {
    aspect-ratio: 16/9;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .featured-media {
    aspect-ratio: 16/11;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar {
  border-radius: 4px;
  background-color: #EDEDE7;
  padding: 24px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 26px;
  color: #333333;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar {
    font-size: 16px;
    padding: 20px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar {
    font-size: 15px;
    padding: 15px;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar a, .hiking-content .hiking-content-col1 .hiking-content-topbar button {
  color: #E46B45;
  text-decoration: underline;
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .divider {
  display: none;
  flex-basis: 100%;
  height: 1px;
  background: #707070;
  opacity: 0.15;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .divider {
    display: block;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img {
  position: relative;
}
.hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img .profile-name {
  position: absolute;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  top: -5px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img .profile-name {
    width: 25px;
    height: 25px;
    left: 10px;
    top: -1px;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img .profile-name:nth-child(1) {
  background-color: #E46B45;
  left: 0;
}
.hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img .profile-name:nth-child(2) {
  background-color: #2B5D97;
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img .profile-name:nth-child(2) {
    left: 10px;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img .profile-name:nth-child(3) {
  background-color: #6D9D6F;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img .profile-name:nth-child(3) {
    left: 20px;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img span {
  margin-left: 76px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img span {
    margin-left: 52px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img {
    order: 3;
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar--profile-img {
    flex-basis: auto;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon {
  color: #333;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 60px;
}
@media screen and (max-width: 1600px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon {
    font-size: 18px;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon {
    font-size: 15px;
    margin-left: 0;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon:before {
  content: "";
  display: block;
  width: 20px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  margin-right: 10px;
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-heart {
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-heart {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-heart {
    flex-basis: auto;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-heart:before {
  width: 40px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-heart-main.svg");
  background-size: 40px 40px;
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-heart:hover:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-heart-hover.svg");
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-heart.remove-favorite:before {
  width: 40px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-heart-fill.svg");
  background-size: 40px 40px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-walk {
    order: 3;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-walk:before {
  background-size: 16px 22px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-orange-walk.svg");
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-walk.remove-visited {
  color: #999999;
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-walk.remove-visited:before {
  background-size: 20px 20px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/ionic-checkmark.svg");
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-find:before {
  margin-right: 13px;
  background-size: 19px 19px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-orange-find.svg");
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-find.add-visited {
    margin-left: 20px;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-find.add-visited:before {
  margin-right: 13px;
  background-size: 17px 22px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/remove-visited");
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-share {
  margin-left: 1rem;
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-share:before {
  margin-right: 13px;
  background-size: 19px 19px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-orange-share.svg");
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-comments {
  margin-right: 1rem;
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-comments:before {
  margin-right: 13px;
  background-size: 19px 19px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-orange-comments.svg");
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-comments {
    order: 3;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-register:before {
  margin-right: 13px;
  background-size: 19px 19px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/button_check_orange_white.svg");
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon.topbar-icon-register {
    order: 3;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-topbar .topbar-icon:hover {
  color: #F87D57;
}
.hiking-content .hiking-content-col1 .hiking-content-inner {
  font-size: 20px;
  color: #555555;
  max-width: 820px;
  margin-bottom: 60px;
  min-height: 80px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 .hiking-content-inner {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col1 .hiking-content-inner {
    font-size: 16px;
  }
}
.hiking-content .hiking-content-col1 .hiking-content-inner h1, .hiking-content .hiking-content-col1 .hiking-content-inner h2, .hiking-content .hiking-content-col1 .hiking-content-inner h3, .hiking-content .hiking-content-col1 .hiking-content-inner h4, .hiking-content .hiking-content-col1 .hiking-content-inner h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #4D5C4E;
}
.hiking-content .hiking-content-col1 .hiking-content-inner h1, .hiking-content .hiking-content-col1 .hiking-content-inner h2, .hiking-content .hiking-content-col1 .hiking-content-inner h3 {
  font-size: 22px;
  line-height: 28px;
}
.hiking-content .hiking-content-col1 .hiking-content-inner a {
  color: #E46B45;
  text-decoration: underline;
}
.hiking-content .hiking-content-col1 .hiking-content-inner a:hover {
  color: #F87D57;
}
.hiking-content .hiking-content-col1 ul.accessibility-tabs {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 ul.accessibility-tabs {
    display: block;
    list-style: none;
    display: flex;
    margin: 0 -15px 0 -15px;
    padding: 0;
  }
  .hiking-content .hiking-content-col1 ul.accessibility-tabs li {
    margin: 0;
    flex: 1;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
  }
  .hiking-content .hiking-content-col1 ul.accessibility-tabs li a {
    padding: 12px 6px;
    display: block;
    width: 100%;
    color: #E46B45;
    background-color: #EDEDE7;
    border-radius: 6px 6px 0 0;
  }
  .hiking-content .hiking-content-col1 ul.accessibility-tabs li a.inactive {
    background-color: #fff;
    color: #555555;
  }
  .hiking-content .hiking-content-col1 ul.accessibility-tabs li a.inactive:hover {
    background-color: #F4F4F0;
  }
}
.hiking-content .hiking-content-col1 .accessibility-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hiking-content .hiking-content-col1 .accessibility-list:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 .accessibility-list {
    background-color: #EDEDE7;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 0px;
    display: none;
  }
  .hiking-content .hiking-content-col1 .accessibility-list h5 {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .hiking-content .hiking-content-col1 .accessibility-list {
    display: flex !important;
  }
}
.hiking-content .hiking-content-col1 .accessibility-list h5 {
  margin-bottom: 20px;
  font-size: 24px;
  flex-basis: 100%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #4D5C4E;
}
.hiking-content .hiking-content-col1 .accessibility-list .accessibility-list-item {
  flex: 1 1 50%;
  margin-bottom: 24px;
  font-weight: 500;
  color: #707070;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 .accessibility-list .accessibility-list-item {
    line-height: 32px;
    margin-bottom: 15px;
  }
  .hiking-content .hiking-content-col1 .accessibility-list .accessibility-list-item:last-child {
    margin-bottom: 6px;
  }
}
.hiking-content .hiking-content-col1 .accessibility-list .accessibility-list-item span {
  margin-right: 14px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col1 .accessibility-list .accessibility-list-item span {
    margin-right: 12px;
  }
  .hiking-content .hiking-content-col1 .accessibility-list .accessibility-list-item span img {
    width: 32px;
    height: 32px;
  }
}
.hiking-content .hiking-content-col2 {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 {
    gap: unset;
  }
}
.hiking-content .hiking-content-col2 .example-big-map {
  text-align: center;
  margin-top: 0px;
  background-color: #f4f4f0;
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .example-big-map {
    order: 4;
    margin-top: 15px;
  }
}
.hiking-content .hiking-content-col2 .example-big-map a {
  color: #E46B45;
  text-decoration: underline;
}
.hiking-content .hiking-content-col2 .hiking-mapbox {
  background-color: #f4f4f0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 486px;
  border-radius: 4px;
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-mapbox {
    margin-bottom: 24px;
  }
}
.hiking-content .hiking-content-col2 .hiking-mapbox .mapboxgl-canvas-container {
  z-index: 1;
}
.hiking-content .hiking-content-col2 .hiking-mapbox .mapboxgl-control-container {
  height: 100%;
  width: 100%;
}
.hiking-content .hiking-content-col2 .hiking-mapbox .mapboxgl-ctrl-top-right .mapboxgl-ctrl-group {
  background-color: transparent;
  box-shadow: none;
}
.hiking-content .hiking-content-col2 .hiking-mapbox .mapboxgl-ctrl-top-right button {
  background-color: #EDEDE7;
  border: none;
  margin-bottom: 10px;
  height: 42px;
  width: 42px;
}
.hiking-content .hiking-content-col2 .hiking-mapbox .mapboxgl-ctrl-top-right button:hover {
  background-color: #F4F4F0;
}
.hiking-content .hiking-content-col2 .hiking-mapbox .mapboxgl-ctrl-top-right button span {
  opacity: 0.8;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper {
  background-color: #F4F4F0;
  padding: 32px;
  color: #707070;
  font-weight: 500;
  border-radius: 4px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper {
    padding: 20px;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .hiking-box-title {
  margin-bottom: 32px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-inner {
  background-color: #fff;
  margin-bottom: 25px;
  border-radius: 3px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-inner a {
  border-radius: 5px;
  display: flex;
  padding: 24px;
  color: #555555;
  text-decoration: none;
  justify-content: stretch;
  border: 2px solid #fff;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-inner a:hover {
  border: 2px solid #E46B45;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-inner .related-stages-inner--col1 {
  flex-basis: 130px;
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-inner .related-stages-inner--col1 {
    display: none;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-inner .related-stages-inner--col2 .flex-box {
  margin-bottom: 10px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-inner .related-stages-inner--col2 .pretitle {
  margin-bottom: 3px;
  color: #707070;
  font-size: 14px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-inner .related-stages-inner--col2 h4 {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-inner:last-child {
  margin-bottom: 0px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.related-stages .related-stages-bgimage {
  margin-right: 24px;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper--green {
  background-color: #6D9D6F;
  color: #EDEDE7;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper--green a {
  color: #EDEDE7;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper--center {
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-map {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-map {
    order: 3;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-map .hiking-map-text {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 18px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-map .hiking-map-text.no-map {
  font-style: italic;
  margin-top: 30px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-map .hiking-map-example {
  margin-top: 10px;
  font-size: 14px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-map .map-buttons {
  text-align: center;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-map .map-buttons .btn {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px 30px;
  font-size: 16px;
  flex: 1;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  padding: 26px 19px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #F4F4F0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error {
    padding: 19px;
    font-size: 18px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error {
    font-size: 16px;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error a {
  color: #E46B45;
  text-decoration: underline;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error a:hover {
  color: #F87D57;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error:hover {
  border: 2px solid #F87D57;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error .hiking-error--text {
  flex-grow: 1;
  margin-right: 10px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error .hiking-error--dark-green {
  color: #4D5C4E;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error .icon-error_report {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error .icon-error_report {
    margin-right: 8px;
    height: 26px;
    width: 26px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error .icon-error_report--error {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/ionic-md-alert.svg");
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-error .icon-error_report--check {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/ionic-checkmark.svg");
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact {
    display: none;
    border-radius: 0 0 4px 4px;
    padding: 0 32px 32px 32px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact {
    padding: 0 20px 20px 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-box-title {
    display: none;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-length, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-location, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-leader, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-calendar, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-price, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-time {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 20px 0;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-length, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-location, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-leader, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-calendar, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-price, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-time {
    padding: 15px 0;
    font-size: 16px;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-length span, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-location span, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start span, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-leader span, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-calendar span, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-price span, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-time span {
  margin-left: 40px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-length:before, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-location:before, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start:before, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-leader:before, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-calendar:before, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-price:before, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-time:before {
  width: 26px;
  height: 26px;
  display: block;
  content: "";
  position: absolute;
  background-size: 26px;
  margin-top: 2px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-length:last-child, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-location:last-child, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start:last-child, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-leader:last-child, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-calendar:last-child, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-price:last-child, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-time:last-child {
  border-bottom-width: 0;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-length:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-fact-length.svg");
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-location:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-fact-location.svg");
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start {
  text-align: right;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-fact-start.svg");
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-leader:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-fact-leader.svg");
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-calendar:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-fact-calendar.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-time:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-fact-time.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-price:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-fact-price.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact div:last-child {
  padding-bottom: 0px;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact.show-mobile {
  display: block;
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-packing {
  font-size: 16px;
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-packing {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-packing .checklist {
    margin: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-packing .hiking-box-title {
    display: none;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-packing ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-packing ul li {
    margin-bottom: 15px;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-shadow {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0588235294);
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-shadow {
    box-shadow: none;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-title-mobile {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .hiking-content .hiking-content-col2 .hiking-box-title-mobile {
    margin-top: 24px;
    border-radius: 4px 4px 0px 0px;
    display: block;
    padding: 20px;
    background-color: #F4F4F0;
    cursor: pointer;
    border: 2px solid #F4F4F0;
    transition: all 0.3s ease;
  }
  .hiking-content .hiking-content-col2 .hiking-box-title-mobile:hover {
    border: 2px solid #E46B45;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-title-mobile .hiking-box-title {
  padding-left: 40px;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .hiking-box-title-mobile .hiking-box-title {
    padding-left: 32px;
    font-size: 18px;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-title-mobile .hiking-box-title:before {
  content: "";
  background-size: contain;
  display: block;
  position: absolute;
  left: 0px;
  width: 28px;
  height: 28px;
  top: -2px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-grey-info.svg");
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .hiking-box-title-mobile .hiking-box-title:before {
    width: 20px;
    height: 20px;
    top: 1px;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-title-mobile .hiking-box-title.packing:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-grey-tip.svg");
  width: 21px;
}
@media only screen and (max-width: 1023px) {
  .hiking-content .hiking-content-col2 .hiking-box-title-mobile .hiking-box-title.packing:before {
    width: 15px;
  }
}
.hiking-content .hiking-content-col2 .hiking-box-title-mobile .hiking-box-title:after {
  content: "";
  right: 0px;
  top: 9px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #4D5C4E;
  border-width: 6px;
  -webkit-transform: rotate(270deg);
}

.accessibility_wrapper {
  background-color: rgba(237, 237, 231, 0.6705882353);
}

.accessibility_wrapper {
  padding: 60px 0;
}
.accessibility_wrapper .wp-block-group {
  padding-left: 0px;
  padding-right: 0px;
}
.accessibility_wrapper .accessibility_public_transport-wrapper {
  max-width: 100%;
  left: 0px;
  position: absolute;
}
.accessibility_wrapper .accessibility_public_transport {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(112, 112, 112, 0.09);
  width: 1080px;
  margin: 120px auto;
}
.accessibility_wrapper .accessibility_public_transport--item {
  flex: 1;
  height: 60px;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item {
  text-align: center;
  min-height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item .first-item {
  margin-left: 22px;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item .last-item {
  margin-right: 20px;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item .grey-icon {
  margin: 0 10px;
  max-height: 24px;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item--first {
  justify-content: left;
  text-align: left;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item--first .accessibility-item--over {
  justify-content: left;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item--last {
  justify-content: right;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item--last .accessibility-item--over {
  justify-content: right;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item--over {
  position: absolute;
  top: -80px;
}
@media only screen and (max-width: 1023px) {
  .accessibility_wrapper .accessibility_public_transport--item .accessibility-item--over img {
    max-width: 50px;
    top: 10px;
  }
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item--middle {
  left: -18px;
}
.accessibility_wrapper .accessibility_public_transport--item .accessibility-item--under {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  position: absolute;
  top: 70px;
  min-height: auto;
  text-align: center;
}
.accessibility_wrapper .accessibility_public_transport-title {
  font-family: "Cocogoose Letterpress", sans-serif;
  color: #707070;
  font-size: 46px;
  line-height: 66px;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .accessibility_wrapper .accessibility_public_transport-title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .accessibility_wrapper .accessibility_public_transport-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.accessibility-car {
  background-color: rgba(112, 112, 112, 0.11);
  padding: 24px 32px;
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .accessibility-car {
    padding: 15px;
    margin: 0 20px;
  }
}
.accessibility-car--text {
  font-size: 24px;
  line-height: 60px;
  color: #555555;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .accessibility-car--text {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-right: 24px;
  }
}
.accessibility-car--text img {
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  .accessibility-car--text img {
    margin-top: 6px;
    margin-right: 15px;
    width: 48px;
    height: 48px;
  }
}
.accessibility-car--link {
  margin-top: 3px;
}
.accessibility-car--link .btn {
  padding: 12px 24px;
}

.hiking-sponsor-wrapper {
  background-color: rgba(237, 237, 231, 0.6705882353);
  padding: 60px 0;
}
.hiking-sponsor-wrapper h4 {
  color: #555555;
  font-family: "Cocogoose Letterpress", sans-serif;
  font-size: 46px;
  line-height: 66px;
  text-align: center;
}
.hiking-sponsor-wrapper .btn {
  margin: 0 12px;
}
.hiking-sponsor-wrapper .hiking-sponsor .splide_sponsor {
  margin-bottom: 60px;
  margin-top: 45px;
}
.hiking-sponsor-wrapper .hiking-sponsor-gold {
  background: transparent linear-gradient(270deg, rgba(209, 137, 0, 0.1215686275) 0%, rgba(204, 136, 0, 0.3411764706) 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  text-align: left;
  margin-bottom: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 123;
  width: 3000px;
}
.hiking-sponsor-wrapper .hiking-sponsor-gold .gold-title {
  color: #936916;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 20px;
  line-height: 24px;
}
.hiking-sponsor-wrapper .splide__slide {
  margin-top: 60px;
  width: 188px;
  height: 120px;
  background-color: #e3e3dd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiking-sponsor-wrapper .splide__slide img {
  max-width: 135px;
}

.comments_wrapper {
  max-width: 1080px;
  margin: 120px auto;
}
.comments_wrapper .must-log-in {
  text-align: center;
}
.comments_wrapper .must-log-in a {
  color: #E46B45;
}
.comments_wrapper .comments-title {
  text-align: center;
  font-family: "Cocogoose Letterpress", sans-serif;
  color: #555555;
  font-size: 46px;
  line-height: 52px;
  margin-bottom: 45px;
}
.comments_wrapper .comment-meta {
  position: absolute;
  right: 30px;
  top: 17px;
  font-weight: 500;
}
.comments_wrapper .comment-meta a.comment-edit-link {
  color: #E46B45;
  text-decoration: underline;
}
.comments_wrapper .comment-reply-link {
  color: #E46B45;
  text-decoration: underline;
  font-weight: 500;
}
.comments_wrapper .comment-list {
  list-style: none;
}
.comments_wrapper .comment-list .comment {
  margin-bottom: 30px;
  font-size: 16px;
}
.comments_wrapper .comment-list .comment p {
  margin-bottom: 15px;
}
.comments_wrapper .comment-list .comment .comment-author {
  margin-left: -52px;
  padding: 20px 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
}
.comments_wrapper .comment-list .comment .comment-author img {
  border-radius: 100%;
  max-width: 50px;
  position: absolute;
  left: -22px;
}
.comments_wrapper .comment-list .comment .comment-body {
  background-color: #EDEDE7;
  padding: 30px 50px;
}
.comments_wrapper .comment-list .comment .children {
  list-style: none;
}
.comments_wrapper .comment-list .comment .children .comment-author {
  font-size: 18px;
}
.comments_wrapper .comment-list .comment .children .comment-body {
  background-color: #F4F4F0;
}
.comments_wrapper .comment-reply-title {
  font-size: 24px;
  text-align: center;
  color: #555555;
  font-family: "Cocogoose Letterpress", sans-serif;
}
.comments_wrapper .comment-reply-title small a {
  color: #E46B45;
}
.comments_wrapper .comment-form-comment label {
  display: none;
}
.comments_wrapper .comment-form-comment textarea {
  font-size: 14px;
  height: auto;
  background-color: #fff;
  border-radius: 0;
}
.comments_wrapper .form-submit {
  max-width: 320px;
  margin: 0 auto;
}

.hiking-planner-search-wrapper {
  max-width: 520px;
  margin: 0 auto;
}
.hiking-planner-search-wrapper:before {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
  font-size: 16px;
}
.hiking-planner-search-wrapper.processing:before, .hiking-planner-search-wrapper.processing:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.hiking-planner-search-wrapper.processing:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.hiking-planner-search-wrapper.processing:after {
  z-index: 1;
  border-top-color: black;
  animation: loading 1.4s infinite linear;
}
@media only screen and (max-width: 767px) {
  .hiking-planner-search-wrapper {
    margin: 0 20px;
  }
}
.hiking-planner-search-wrapper .hiking-planner-search {
  box-sizing: border-box;
  height: 56px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 50px;
  padding-right: 20px;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
}
.hiking-planner-search-wrapper .hiking-planner-search ::placeholder {
  color: #707070;
}
.hiking-planner-search-wrapper .hiking-planner-search ::-webkit-input-placeholder {
  color: #707070;
}
.hiking-planner-search-wrapper .hiking-planner-search :-moz-placeholder {
  color: #707070;
}
.hiking-planner-search-wrapper .hiking-planner-search ::-moz-placeholder {
  color: #707070;
}
.hiking-planner-search-wrapper .hiking-planner-search :-ms-input-placeholder {
  color: #707070;
}

.hiking-planner-tabs {
  bottom: 0;
  position: absolute;
  display: flex;
}
.hiking-planner-tabs .tab-item {
  padding: 12px 52px;
  margin: 0 10px;
  background-color: #F2F2F3;
  border-radius: 4px 4px 0px 0px;
  color: #707070;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hiking-planner-tabs .tab-item {
    padding: 12px 17px;
    margin: 0 5px;
    font-size: 14px;
    line-height: 20px;
  }
}
.hiking-planner-tabs .tab-item.active {
  color: #E46B45;
  background-color: #fff;
}
.hiking-planner-tabs .tab-item.active:hover {
  color: #F87D57;
}
.hiking-planner-tabs .tab-item:hover {
  color: #E46B45;
}

.tab-content {
  margin-bottom: 60px;
  max-width: 100%;
  overflow: hidden;
  z-index: 0;
}
.tab-content.loading:before, .tab-content.loading:after {
  top: 90px;
}

.hike-list-wrapper .hike-list-title {
  font-size: 24px;
  color: #624E48;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.hike-list-wrapper i {
  margin-top: 7px;
  position: absolute;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header.hike-list-header, .hike-list-wrapper .hike-list-content.hike-list-header {
    display: none;
  }
}
.hike-list-wrapper .hike-list-header.hike-list-header .hike-list-item, .hike-list-wrapper .hike-list-content.hike-list-header .hike-list-item {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3019607843);
  font-weight: bold;
  color: #707070;
}
.hike-list-wrapper .hike-list-header.hike-list-content, .hike-list-wrapper .hike-list-content.hike-list-content {
  margin-bottom: 45px;
}
.hike-list-wrapper .hike-list-header.hike-list-content .hike-list-item, .hike-list-wrapper .hike-list-content.hike-list-content .hike-list-item {
  cursor: pointer;
  border-radius: 4px;
}
.hike-list-wrapper .hike-list-header.hike-list-content .hike-list-item:hover, .hike-list-wrapper .hike-list-content.hike-list-content .hike-list-item:hover {
  border: 2px solid #E46B45;
}
.hike-list-wrapper .hike-list-header .hike-list-item, .hike-list-wrapper .hike-list-content .hike-list-item {
  position: relative;
  overflow: hidden;
  background-color: #F4F4F0;
  display: flex;
  align-items: center;
  padding: 11px 13px;
  margin-bottom: 16px;
  border: 2px solid #F4F4F0;
  border-radius: 4px;
  color: #707070;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 1439px) {
  .hike-list-wrapper .hike-list-header .hike-list-item, .hike-list-wrapper .hike-list-content .hike-list-item {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 1279px) {
  .hike-list-wrapper .hike-list-header .hike-list-item, .hike-list-wrapper .hike-list-content .hike-list-item {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header .hike-list-item, .hike-list-wrapper .hike-list-content .hike-list-item {
    display: block;
    padding-left: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .hike-list-wrapper .hike-list-header .hike-list-item, .hike-list-wrapper .hike-list-content .hike-list-item {
    padding-left: 13px;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item .col-item, .hike-list-wrapper .hike-list-content .hike-list-item .col-item {
  box-sizing: border-box;
  padding-right: 25px;
}
@media only screen and (max-width: 1279px) {
  .hike-list-wrapper .hike-list-header .hike-list-item .col-item, .hike-list-wrapper .hike-list-content .hike-list-item .col-item {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header .hike-list-item .col-item, .hike-list-wrapper .hike-list-content .hike-list-item .col-item {
    display: inline-block;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .hike-list-wrapper .hike-list-header .hike-list-item .col-item, .hike-list-wrapper .hike-list-content .hike-list-item .col-item {
    padding-right: 0;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item .col-item .area-br, .hike-list-wrapper .hike-list-content .hike-list-item .col-item .area-br {
  display: none;
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header .hike-list-item .col-item .area-br, .hike-list-wrapper .hike-list-content .hike-list-item .col-item .area-br {
    display: inline-block;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item .col-item .sub-title, .hike-list-wrapper .hike-list-content .hike-list-item .col-item .sub-title {
  flex-basis: 100%;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header .hike-list-item .col-item .sub-title, .hike-list-wrapper .hike-list-content .hike-list-item .col-item .sub-title {
    display: inline-block;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item--img, .hike-list-wrapper .hike-list-content .hike-list-item--img {
  display: block;
  flex-basis: 90px;
}
.hike-list-wrapper .hike-list-header .hike-list-item--img div, .hike-list-wrapper .hike-list-content .hike-list-item--img div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 100%;
  border-radius: 2px;
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--img, .hike-list-wrapper .hike-list-content .hike-list-item--img {
    position: absolute;
    top: 11px;
    left: 13px;
    width: 117px;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--img, .hike-list-wrapper .hike-list-content .hike-list-item--img {
    position: relative;
    top: auto;
    left: auto;
    float: left;
    width: 72px;
    padding-right: 13px !important;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item--number, .hike-list-wrapper .hike-list-content .hike-list-item--number {
  flex-basis: calc(21% - 80px);
}
.hike-list-wrapper .hike-list-header .hike-list-item--number.etapp, .hike-list-wrapper .hike-list-content .hike-list-item--number.etapp {
  flex-basis: calc(10% - 70px);
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--number, .hike-list-wrapper .hike-list-content .hike-list-item--number {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--number, .hike-list-wrapper .hike-list-content .hike-list-item--number {
    width: calc(100% - 72px);
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item--start-stop, .hike-list-wrapper .hike-list-content .hike-list-item--start-stop {
  flex-basis: calc(25% - 80px);
}
.hike-list-wrapper .hike-list-header .hike-list-item--start-stop.etapp, .hike-list-wrapper .hike-list-content .hike-list-item--start-stop.etapp {
  flex-basis: calc(30% - 80px);
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--start-stop, .hike-list-wrapper .hike-list-content .hike-list-item--start-stop {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--start-stop, .hike-list-wrapper .hike-list-content .hike-list-item--start-stop {
    width: calc(100% - 72px);
    font-size: 14px;
    line-height: 18px;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item--start-stop span, .hike-list-wrapper .hike-list-content .hike-list-item--start-stop span {
  color: #E46B45;
  font-weight: 100;
}
.hike-list-wrapper .hike-list-header .hike-list-item--area, .hike-list-wrapper .hike-list-content .hike-list-item--area {
  flex-basis: calc(20% - 80px);
}
@media only screen and (max-width: 767px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--area, .hike-list-wrapper .hike-list-content .hike-list-item--area {
    width: 100%;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item--length, .hike-list-wrapper .hike-list-content .hike-list-item--length {
  flex-basis: 110px;
}
.hike-list-wrapper .hike-list-header .hike-list-item--map, .hike-list-wrapper .hike-list-content .hike-list-item--map {
  flex-basis: 150px;
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--map, .hike-list-wrapper .hike-list-content .hike-list-item--map {
    float: right;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item--map .map-download, .hike-list-wrapper .hike-list-content .hike-list-item--map .map-download {
  color: #E46B45;
  text-decoration: underline;
  cursor: pointer;
}
.hike-list-wrapper .hike-list-header .hike-list-item--map .map-download:hover, .hike-list-wrapper .hike-list-content .hike-list-item--map .map-download:hover {
  color: #F87D57;
}
.hike-list-wrapper .hike-list-header .hike-list-item--accessibility, .hike-list-wrapper .hike-list-header .hike-list-item--facilities, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility, .hike-list-wrapper .hike-list-content .hike-list-item--facilities {
  flex-basis: calc(17% - 70px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hike-list-wrapper .hike-list-header .hike-list-item--accessibility.etapp, .hike-list-wrapper .hike-list-header .hike-list-item--facilities.etapp, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility.etapp, .hike-list-wrapper .hike-list-content .hike-list-item--facilities.etapp {
  flex-basis: calc(20% - 70px);
}
@media only screen and (max-width: 1279px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--accessibility, .hike-list-wrapper .hike-list-header .hike-list-item--facilities, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility, .hike-list-wrapper .hike-list-content .hike-list-item--facilities {
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--accessibility, .hike-list-wrapper .hike-list-header .hike-list-item--facilities, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility, .hike-list-wrapper .hike-list-content .hike-list-item--facilities {
    float: left;
    width: 50%;
    display: flex !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
  .hike-list-wrapper .hike-list-header .hike-list-item--accessibility .sub-title, .hike-list-wrapper .hike-list-header .hike-list-item--facilities .sub-title, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility .sub-title, .hike-list-wrapper .hike-list-content .hike-list-item--facilities .sub-title {
    margin-bottom: 3px;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item--accessibility .accessibility-list-item, .hike-list-wrapper .hike-list-header .hike-list-item--facilities .accessibility-list-item, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility .accessibility-list-item, .hike-list-wrapper .hike-list-content .hike-list-item--facilities .accessibility-list-item {
  flex-basis: 26px;
  height: 26px;
  margin: 5px;
}
@media only screen and (max-width: 1279px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--accessibility .accessibility-list-item, .hike-list-wrapper .hike-list-header .hike-list-item--facilities .accessibility-list-item, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility .accessibility-list-item, .hike-list-wrapper .hike-list-content .hike-list-item--facilities .accessibility-list-item {
    margin: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .hike-list-wrapper .hike-list-header .hike-list-item--accessibility .accessibility-list-item, .hike-list-wrapper .hike-list-header .hike-list-item--facilities .accessibility-list-item, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility .accessibility-list-item, .hike-list-wrapper .hike-list-content .hike-list-item--facilities .accessibility-list-item {
    flex-basis: 22px;
    height: 22px;
  }
}
.hike-list-wrapper .hike-list-header .hike-list-item--accessibility .accessibility-list-item span, .hike-list-wrapper .hike-list-header .hike-list-item--facilities .accessibility-list-item span, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility .accessibility-list-item span, .hike-list-wrapper .hike-list-content .hike-list-item--facilities .accessibility-list-item span {
  display: block;
}
.hike-list-wrapper .hike-list-header .hike-list-item--accessibility .accessibility-list-item span img, .hike-list-wrapper .hike-list-header .hike-list-item--facilities .accessibility-list-item span img, .hike-list-wrapper .hike-list-content .hike-list-item--accessibility .accessibility-list-item span img, .hike-list-wrapper .hike-list-content .hike-list-item--facilities .accessibility-list-item span img {
  display: block;
  position: relative;
  border-radius: 2px;
}

.overview-map-wrapper {
  display: none;
}
.overview-map-wrapper.active {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1279px) {
  .overview-map-wrapper.active {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-map-wrapper.active {
    margin-top: 15px;
  }
}
.overview-map-wrapper .overview-map {
  overflow: hidden;
  display: block;
  justify-content: center;
  height: 100%;
  background-color: #6D9D6F;
}
.overview-map-wrapper .overview-map:before {
  background-position: top;
}
.overview-map-wrapper .overview-map .overview-map-inner {
  padding: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: grab;
  cursor: -o-grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  display: flex;
}
.overview-map-wrapper .overview-map .overview-map-inner img {
  width: 100%;
  max-width: none;
  height: auto;
}
.overview-map-wrapper #navbar {
  position: absolute;
  right: 2vw;
  top: 32px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .overview-map-wrapper #navbar {
    right: 25px;
    top: 25px;
  }
}
.overview-map-wrapper #navbar button {
  background-color: #EDEDE7;
  width: 56px;
  height: 56px;
  border: none;
  margin-bottom: 16px;
  color: #555555;
  cursor: pointer;
  transition: all 0.1s ease;
}
@media screen and (max-width: 1024px) {
  .overview-map-wrapper #navbar button {
    display: none;
  }
  .overview-map-wrapper #navbar button:last-child {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .overview-map-wrapper #navbar button {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }
}
.overview-map-wrapper #navbar button:after {
  content: "";
  display: block;
  height: 3px;
  width: 26px;
  margin: 0 auto;
  background-color: #555555;
}
.overview-map-wrapper #navbar button.button--in:before {
  content: "";
  display: block;
  height: 26px;
  width: 3px;
  margin: 0 auto;
  background-color: #555555;
  position: absolute;
  top: 15px;
  left: 27px;
}
.overview-map-wrapper #navbar button:hover {
  background-color: #E46B45;
}
.overview-map-wrapper #navbar button:hover:before, .overview-map-wrapper #navbar button:hover:after {
  background-color: #fff;
}
.overview-map-wrapper #navbar button:active {
  background-color: #F87D57;
}
.overview-map-wrapper #navbar button.button--print:after {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/printer.svg");
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-size: contain;
}
.overview-map-wrapper #navbar button.button--print:hover:after {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/printer-w.svg");
}
.multiselect-wrapper {
  width: 180px;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.multiselect-wrapper .multiselect-input {
  width: 100%;
  padding-right: 50px;
}

.multiselect-wrapper label {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.multiselect-wrapper .multiselect-list {
  z-index: 1;
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid grey;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: -2px;
}

.multiselect-wrapper .multiselect-list.active {
  display: block;
}

.multiselect-wrapper .multiselect-list > span {
  font-weight: bold;
}

.multiselect-wrapper .multiselect-list .multiselect-checkbox {
  margin-right: 2px;
}

.multiselect-wrapper .multiselect-list > span,
.multiselect-wrapper .multiselect-list li {
  cursor: default;
}

.multiselect-wrapper .multiselect-list {
  padding: 5px;
  min-width: 200px;
}

.multiselect-wrapper ul {
  list-style: none;
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.multiselect-wrapper ul li {
  padding-right: 20px;
  display: block;
}

.multiselect-wrapper ul li.active {
  background-color: rgb(0, 102, 255);
  color: white;
}

.multiselect-wrapper ul li:hover {
  background-color: rgb(0, 102, 255);
  color: white;
}

.multiselect-input-div {
  height: 34px;
}

.multiselect-input-div input {
  border: 1px solid #ababab;
  background: #fff;
  margin: 5px 0 6px 0;
  padding: 5px;
  vertical-align: middle;
}

.multiselect-count {
  position: relative;
  text-align: center;
  border-radius: 2px;
  background-color: lightblue;
  display: inline-block !important;
  padding: 2px 7px;
  left: -45px;
}

.multiselect-wrapper.disabled .multiselect-dropdown-arrow {
  border-top: 5px solid lightgray;
}

.multiselect-wrapper.disabled .multiselect-count {
  background-color: lightgray;
}

.multiselect-dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  position: absolute;
  line-height: 20px;
  text-align: center;
  display: inline-block !important;
  margin-top: 17px;
  margin-left: -42px;
}

#sb_instagram {
  width: calc(100% + 48px) !important;
  left: -24px;
}
#sb_instagram .sbi_photo_wrap {
  border-radius: 3px;
}
#sb_instagram .sbi-owl-nav {
  margin-top: 0;
  top: 0px;
  position: absolute;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 767px) {
  #sb_instagram {
    left: 0;
  }
}

.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0;
}

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0;
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right;
}

.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E %3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E %3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E %3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E %3Ccircle id='dot' cx='10' cy='10' r='2'/%3E %3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E %3C/svg%3E");
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='0.9' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23fff'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E %3Cdefs%3E %3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E %3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E %3C/defs%3E %3Cmask id='clip'%3E %3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/mask%3E %3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E %3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E %3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E %3C/g%3E %3Cg id='fill' opacity='1' fill='%23000'%3E %3Cuse xlink:href='%23logo'/%3E %3Cuse xlink:href='%23text'/%3E %3C/g%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: hsla(0deg, 0%, 100%, 0.5);
  margin: 0;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 2px 24px 2px 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 8px 2px 28px;
    border-radius: 12px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib-button {
    display: none;
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
    background-color: hsla(0deg, 0%, 100%, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px;
    outline: none;
    top: 0;
    right: 0;
    border: 0;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner, .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E %3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E %3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: hsla(0deg, 0%, 100%, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box;
}

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  will-change: transform;
  pointer-events: none;
}

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-top: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-right: none;
  border-left-color: #fff;
}

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  opacity: 1;
  transition: opacity 0.2s;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
}

.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  width: 0;
  height: 0;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after, .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  content: "";
  border-bottom: 7.5px solid #4aa1eb;
  position: absolute;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid transparent;
  transform: translateY(-28px) skewY(-20deg);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid transparent;
  transform: translate(7.5px, -28px) skewY(20deg);
}

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale:after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%;
}

.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  justify-content: center;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.75s ease-in-out;
  transition-delay: 1s;
}

.mapboxgl-scroll-zoom-blocker-show, .mapboxgl-touch-pan-blocker-show {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page, .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.slider-progress {
  background: #EDEDE7;
  bottom: -33px;
  border-radius: 2px;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  display: none;
}
@media only screen and (max-width: 1520px) {
  .slider-progress {
    display: block;
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-progress {
    margin-top: 20px;
  }
}

.slider-progress-bar {
  background: #E46B45;
  height: 5px;
  transition: width 400ms ease;
  width: 0;
  border-radius: 2px;
}

.splide__arrows {
  bottom: -45px;
  position: absolute;
  width: 100%;
  left: 0px;
  display: none;
}
@media only screen and (max-width: 1520px) {
  .splide__arrows {
    display: flex;
    justify-content: space-between;
    padding: 0px 24px;
    left: -24px;
  }
}
.splide__arrows .splide__arrow {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.splide__arrows .splide__arrow--prev {
  left: 24px;
  width: 30px;
  height: 30px;
  display: block;
  transform: rotate(180deg);
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/arrow-active.svg");
}
.splide__arrows .splide__arrow--prev:disabled, .splide__arrows .splide__arrow--prev[disabled] {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/arrow-inactive.svg");
  transform: rotate(0deg);
}
.splide__arrows .splide__arrow--next {
  left: 24px;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/arrow-active.svg");
}
.splide__arrows .splide__arrow--next:disabled, .splide__arrows .splide__arrow--next[disabled] {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/arrow-inactive.svg");
  transform: rotate(180deg);
}
.splide__pagination {
  display: none;
}

/* Block etapper */
.block-etapper .splide__track {
  margin: 0;
  padding: 30px 50px 70px 50px !important;
  width: 100%;
}
@media only screen and (max-width: 1520px) {
  .block-etapper .splide__track {
    padding: 0px 24px 0 24px !important;
  }
}

.splide_block-etapper {
  margin: 0 auto;
  position: relative;
  text-align: left;
  z-index: 9;
}
@media only screen and (max-width: 1520px) {
  .splide_block-etapper {
    padding-right: 0%;
  }
}
.splide_block-etapper .splide__slide {
  height: 443px;
  border-radius: 4px;
  background-color: #EDEDE7;
}
@media only screen and (max-width: 1023px) {
  .splide_block-etapper .splide__slide {
    width: 310px;
  }
}

/* Hike nav */
.wrapper-test {
  width: 1632px;
  background-color: yellow;
  height: 30px;
  position: absolute;
  left: 0px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/hike-dots.png");
  background-size: contain;
}

.splide_hike-nav {
  max-width: 1360px;
}
@media only screen and (max-width: 1439px) {
  .splide_hike-nav {
    max-width: 1135px;
  }
}
.splide_hike-nav .splide__arrows {
  bottom: 0;
  z-index: 12;
}
@media only screen and (max-width: 1520px) {
  .splide_hike-nav .splide__arrows {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .splide_hike-nav .splide__arrows {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .splide_block-stages .slider-progress {
    margin-top: 2px;
    margin-left: 33px;
    margin-right: 33px;
  }
}

.splide_hike-nav {
  margin: 0 auto;
  position: relative;
  text-align: left;
  z-index: 4;
}
@media only screen and (max-width: 1520px) {
  .splide_hike-nav {
    padding-right: 0%;
  }
}
@media only screen and (max-width: 1279px) {
  .splide_hike-nav {
    max-width: 1060px;
  }
}
.splide_hike-nav .splide__slide {
  width: 210px;
  height: 200px;
}
.splide_hike-nav .slider-progress {
  bottom: 12px;
  width: calc(100% - 120px);
  background-color: #F4F4F0;
}
@media only screen and (max-width: 1520px) {
  .splide_hike-nav .slider-progress {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .splide_hike-nav .slider-progress {
    display: block;
  }
}

.splide_public-transport {
  margin: 0 auto;
  position: relative;
  text-align: left;
  z-index: 9;
  max-width: 1080px;
}
@media only screen and (max-width: 1520px) {
  .splide_public-transport {
    padding-right: 0%;
  }
}
.splide_public-transport.public-alt {
  background-color: #edede7;
  padding: 30px;
  line-height: 23px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .splide_public-transport.public-alt {
    padding: 20px;
  }
}
.splide_public-transport.public-alt h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1279px) {
  .splide_public-transport {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.splide_public-transport .splide__slide {
  width: 216px;
  height: 290px;
}
.splide_public-transport .splide__arrows {
  bottom: 0;
  z-index: 12;
}
@media only screen and (max-width: 1520px) {
  .splide_public-transport .splide__arrows {
    display: none;
  }
}
@media only screen and (max-width: 1060px) {
  .splide_public-transport .splide__arrows {
    display: flex;
  }
}
.splide_public-transport .slider-progress {
  bottom: 12px;
  width: calc(100% - 120px);
  background-color: #F4F4F0;
}
@media only screen and (max-width: 1520px) {
  .splide_public-transport .slider-progress {
    display: none;
  }
}
@media only screen and (max-width: 1060px) {
  .splide_public-transport .slider-progress {
    display: block;
  }
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  font-size: 14px;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 200ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: white;
  border: 2px solid white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.0784313725);
  border-radius: 4px;
  bottom: 30px;
}

.page-template-account .tooltipster-sidetip .tooltipster-box {
  bottom: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 25px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 30px;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.page-template-account .tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: white;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: white;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: white;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: white;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: white;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: white;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: white;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: white;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.wp-block-buttons {
  margin-top: 25px;
}

.btn {
  color: #fff;
  background-color: #707070;
  display: inline-block;
  padding: 16px 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.btn--small {
  padding: 10px 16px;
}
.btn--small.btn-point:after {
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 20px;
  right: -20px;
}
.btn--grey {
  background-color: #707070;
}
.btn--orange {
  background-color: #E46B45;
}
.btn--orange:hover {
  background-color: #B04F31;
}
.btn--orange-check {
  width: 100%;
  margin-top: 1.5rem;
  font-size: 1rem;
}
.btn--orange-check span {
  content: url("/wp-content/themes/sormlandsleden.se/static/images/button_check_orange.svg");
  width: 20px;
  margin-right: 4px;
  height: 20px;
  display: inline-block;
}
.btn--white-green {
  color: #6D9D6F !important;
  background-color: #EDEDE7;
  text-decoration: none !important;
}
.btn--white-green a {
  color: #6D9D6F !important;
}
.btn--white-green:hover {
  background-color: #F4F4F0;
}
.btn--margin-top {
  margin-top: 24px;
}
.btn--min-width {
  min-width: 280px;
}

a.btn--grey:hover {
  background-color: #B04F31;
}
a.btn--orange:hover {
  background-color: #B04F31;
}

.btn-point {
  border-radius: 2px 1px 1px 2px;
}
.btn-point:after {
  display: block;
  content: "";
  top: 0px;
  right: -26px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 26px solid #707070;
  transition: all 0.3s ease;
}
.btn-point--left {
  border-radius: 1px 2px 2px 1px;
}
.btn-point--left:after {
  right: auto;
  left: -26px;
  transform: rotate(180deg);
}
.btn-point--grey {
  background-color: #707070;
}
.btn-point--grey:after {
  border-left-color: #707070;
}
.btn-point--orange {
  background-color: #E46B45;
}
.btn-point--orange:after {
  border-left-color: #E46B45;
}

a.btn-point:before {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/btn-hover-arrows.svg");
  width: 18px;
  height: 14px;
  transition: opacity 0.3s ease;
  z-index: 1;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  a.btn-point:before {
    display: none;
  }
}
a.btn-point:hover:before {
  opacity: 1;
}
a.btn-point--left:before {
  left: 0px;
  right: auto;
  transform: rotate(180deg);
}
a.btn-point--orange:hover {
  background-color: #B04F31;
}
a.btn-point--orange:hover:after {
  border-left-color: #B04F31;
}

.loading,
.removing {
  transform: translateZ(0);
}
.loading *,
.removing * {
  opacity: 0;
}
.loading:before, .loading:after,
.removing:before,
.removing:after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
}
.loading:before,
.removing:before {
  border-color: rgba(228, 107, 69, 0.15);
}
.loading:after,
.removing:after {
  z-index: 1;
  border-top-color: #e46b45;
  animation: loading 1.4s infinite linear;
}

.add_to_cart_button.loading:before, .add_to_cart_button.loading:after, .add_to_cart_button.removing:before, .add_to_cart_button.removing:after,
.single_add_to_cart_button.loading:before,
.single_add_to_cart_button.loading:after,
.single_add_to_cart_button.removing:before,
.single_add_to_cart_button.removing:after,
.woocommerce-mini-cart__buttons .checkout.loading:before,
.woocommerce-mini-cart__buttons .checkout.loading:after,
.woocommerce-mini-cart__buttons .checkout.removing:before,
.woocommerce-mini-cart__buttons .checkout.removing:after,
.name-your-price button.loading:before,
.name-your-price button.loading:after,
.name-your-price button.removing:before,
.name-your-price button.removing:after {
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  width: 20px;
  height: 20px;
}
.add_to_cart_button.loading:before, .add_to_cart_button.removing:before,
.single_add_to_cart_button.loading:before,
.single_add_to_cart_button.removing:before,
.woocommerce-mini-cart__buttons .checkout.loading:before,
.woocommerce-mini-cart__buttons .checkout.removing:before,
.name-your-price button.loading:before,
.name-your-price button.removing:before {
  border-color: rgba(255, 255, 255, 0.15);
}
.add_to_cart_button.loading:after, .add_to_cart_button.removing:after,
.single_add_to_cart_button.loading:after,
.single_add_to_cart_button.removing:after,
.woocommerce-mini-cart__buttons .checkout.loading:after,
.woocommerce-mini-cart__buttons .checkout.removing:after,
.name-your-price button.loading:after,
.name-your-price button.removing:after {
  border-top-color: white;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.overlay-popup {
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.overlay-popup.visible {
  z-index: 32;
  top: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-popup.visible .overlay-popup__content {
  opacity: 1;
}
.overlay-popup__close {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #E46B45;
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
  color: white !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.overlay-popup__close:hover {
  background-color: #FF7048;
}
.overlay-popup__content {
  box-sizing: border-box;
  opacity: 0;
  width: 400px;
  padding: 35px;
  margin: 25px;
  transition: opacity 0.3s ease;
  background-color: white;
  border-radius: 8px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .overlay-popup__content {
    width: 100%;
    padding: 25px;
  }
}
.overlay-popup__content h2 {
  margin-top: 0;
}
.overlay-popup__content a.btn, .overlay-popup__content button {
  color: white !important;
  text-decoration: none !important;
  background: #E46B45;
  border-radius: 4px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: 700;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #999;
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #212121;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.woocommerce-breadcrumb,
#breadcrumbs {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-breadcrumb a,
#breadcrumbs a {
  text-decoration: underline;
}

.search-results {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  font-family: "Roboto", sans-serif;
  z-index: 1;
}
.search-results ul {
  margin-top: 13px;
  display: block;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  padding-left: 0;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .search-results ul {
    max-height: calc(100vh - 180px);
  }
}
.search-results ul li {
  display: block;
  color: #000000;
  border-bottom: 1px solid #e2e2e2;
}
.search-results ul li:last-child {
  border-bottom: none;
}
.search-results ul li.result-item {
  padding: 15px 20px;
}
.search-results ul li.no-results {
  color: #E46B45;
  text-align: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
}
.search-results ul li a {
  color: #000000;
  display: block;
  padding: 15px 20px;
}
.search-results ul li a:hover {
  background-color: #f5f5f5;
}
.search-results ul li .result-item-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-results ul li .result-item-image {
  flex-basis: 70px;
  height: 70px;
  background-color: #ccc;
  border-radius: 4px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.search-results ul li .result-item-txt {
  flex: 1;
}
.search-results ul li .result-item-txt span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: #777;
}
.search-results ul li .result-item-txt strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.overlay-popup .woocommerce-form-login p.form-row label {
  display: none;
}
.overlay-popup .woocommerce-form-login p.form-row input {
  width: 100%;
}
.overlay-popup .woocommerce-form-login p .woocommerce-form-login__rememberme {
  font-weight: bold;
  font-size: 16px;
  display: block !important;
  cursor: pointer;
}
.overlay-popup .woocommerce-form-login p .woocommerce-form-login__rememberme input[type=checkbox] {
  display: none;
}
.overlay-popup .woocommerce-form-login p .woocommerce-form-login__rememberme input[type=checkbox] + span {
  display: flex;
  align-items: center;
}
.overlay-popup .woocommerce-form-login p .woocommerce-form-login__rememberme input[type=checkbox] + span:before {
  position: relative;
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #707070;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-popup .woocommerce-form-login p .woocommerce-form-login__rememberme input[type=checkbox] + span:after {
  display: none;
  position: absolute;
  z-index: 1;
  left: 7px;
  top: 2px;
  font-family: "icomoon" !important;
  content: "\e905";
  font-size: 17px;
  color: white;
}
.overlay-popup .woocommerce-form-login p .woocommerce-form-login__rememberme input[type=checkbox]:checked + span:before {
  border: 1px solid #E46B45;
  background: #E46B45;
}
.overlay-popup .woocommerce-form-login p .woocommerce-form-login__rememberme input[type=checkbox]:checked + span:after {
  display: block;
}
.overlay-popup .woocommerce-form-login p button {
  display: block;
  width: 100%;
  padding: 16px 48px;
  margin-top: 20px;
  background: #E46B45;
  cursor: pointer;
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.overlay-popup .woocommerce-form-login p button:hover {
  background-color: #FF7048;
}
.overlay-popup .woocommerce-form-login .lost_password {
  text-align: center;
  margin-top: 20px;
  color: #E46B45;
}

.shared-counts-wrap.style-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon-label {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon-label .shared-counts-icon {
  display: flex !important;
  float: none !important;
  width: 80px !important;
  height: 80px !important;
  line-height: 80px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #E46B45;
  background-color: white;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon-label .shared-counts-icon svg {
  fill: #E46B45 !important;
  width: 40px !important;
  height: 40px !important;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon-label .shared-counts-icon {
  background-color: #E46B45;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon-label .shared-counts-icon svg {
  fill: white !important;
}

.header-scrolled .top-header {
  max-height: 0;
}

.top-header {
  border-bottom: 1px solid #EDEDE7;
  max-height: 104px;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.0509803922);
}
.top-header .container {
  padding-top: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  max-width: calc(1600px + 10%);
}
@media only screen and (max-width: 1439px) {
  .top-header .container {
    padding-left: 25px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header .container {
    padding-left: 10px;
    padding-right: 20px;
  }
}
.top-header .top-header-navigation {
  display: flex;
  list-style: none;
  flex: 1;
  padding: 0;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .top-header .top-header-navigation {
    align-items: center;
  }
}
.top-header .top-header-navigation li {
  margin-left: 10%;
}
.top-header .top-header-navigation li:first-child {
  margin-left: 0;
}
.top-header .top-header-navigation li.search {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .top-header .top-header-navigation li {
    margin-left: 7%;
  }
  .top-header .top-header-navigation li.search {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .top-header .top-header-navigation li {
    margin-left: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .top-header .top-header-navigation li {
    margin-left: 30px;
  }
  .top-header .top-header-navigation li.contact, .top-header .top-header-navigation li.favorites, .top-header .top-header-navigation li.member, .top-header .top-header-navigation li.sign-in, .top-header .top-header-navigation li.lang {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-header .top-header-navigation li i {
    padding: 0;
    margin: 0;
  }
}
.top-header .top-header-navigation li i + span {
  font-size: 16px;
  color: #624E48;
  opacity: 0.7;
  padding: 5px 0;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 1520px) {
  .top-header .top-header-navigation li i + span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header .top-header-navigation li i + span {
    display: none;
  }
}
.top-header .top-header-navigation li a {
  transition: color 0.15s ease-in-out;
}
.top-header .top-header-navigation li a:hover {
  color: #E46B45;
}
.top-header .header-icon {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  margin: 0 auto 4px auto;
  background-repeat: no-repeat;
  padding-bottom: 4px;
}
.top-header .header-icon.icon-search {
  font-size: 26px;
  color: #624E48;
}
@media only screen and (max-width: 767px) {
  .top-header .header-icon.icon-search {
    height: 26px;
  }
}
.top-header .header-icon.icon-search:before {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .top-header .header-icon.icon-search:before {
    top: 0;
  }
}
.top-header .header-icon--favorites {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-header-favorites.svg");
}
.top-header .header-icon--contact {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-header-contact.svg");
}
.top-header .header-icon--member {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-header-member.svg");
}
.top-header .header-icon--login {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-header-login.svg");
}
.top-header .header-icon--flag {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icon-language.svg");
  top: 1px;
  position: relative;
}
.top-header .header-icon--menu {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-header-menu.svg");
  width: 34px;
  top: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-header .header-icon--menu {
    top: auto;
    width: 32px;
    height: 24px;
  }
}
.top-header .open .header-icon--flag {
  margin: 0 8px 0 0;
}

.header-logo {
  margin-right: 3%;
}
.header-logo a {
  display: block;
}
.header-logo a img {
  max-width: 160px;
  max-height: 64px;
  /* max-width: 100% !important; */
  height: auto !important;
}

@media only screen and (max-width: 1520px) {
  .header-logo {
    flex-basis: 200px;
  }
}
@media only screen and (max-width: 1439px) {
  .header-logo {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    margin-left: auto;
    margin-right: auto;
    flex-basis: 50%;
  }
  .header-logo img {
    /* width: auto; */
  }
}
.menu-toggle span {
  font-size: 16px;
  color: #624E48;
  opacity: 0.7;
  padding: 5px 0;
  font-weight: 500;
}

.burger-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.burger-navigation nav {
  position: fixed;
  top: 0;
  left: -560px;
  width: 480px;
  height: 100vh;
  padding: 100px 50px;
  background-color: white;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
  transition: left 0.5s ease;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.burger-navigation nav .menu > li {
  font-weight: bold;
}
.burger-navigation nav .menu > li a {
  display: block;
  padding: 20px 0;
}
.burger-navigation nav .menu > li.mobile {
  display: none;
  font-size: 18px;
  font-weight: bold;
}
.burger-navigation nav .menu > li.icon {
  display: none;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
}
.burger-navigation nav .menu > li.icon:before {
  display: block;
  margin-right: 15px;
  font-family: "icomoon" !important;
  font-size: 16px;
  font-weight: normal;
}
.burger-navigation nav .menu > li.menu-close {
  cursor: pointer;
  font-family: "Roboto", sans-serif !important;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDE7;
  display: flex;
  align-items: center;
}
.burger-navigation nav .menu > li.menu-close:before {
  display: block;
  margin-right: 24px;
  font-family: "icomoon" !important;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .menu-toggle {
    position: absolute;
    z-index: 1;
    left: 5%;
    top: 29px;
  }
  .burger-navigation nav {
    display: block;
    left: -100%;
    width: 80%;
    padding: 30px 20px 50px;
  }
  .burger-navigation nav .menu > li {
    font-weight: normal;
  }
  .burger-navigation nav .menu > li a {
    padding: 5px 0;
  }
  .burger-navigation nav .menu > li.mobile {
    display: block;
  }
  .burger-navigation nav .menu > li.icon {
    display: flex;
    align-items: center;
  }
  .burger-navigation nav .menu > li.icon.icon-user {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #EDEDE7;
  }
  .burger-navigation nav .menu > li.icon.icon-phone {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDE7;
  }
  .burger-navigation nav .menu > li.menu-close {
    display: block;
  }
  .burger-navigation nav .menu > li.menu-close:before {
    margin-bottom: 15px;
  }
}
.menu--visible .burger-navigation {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.menu--visible .burger-navigation nav {
  left: 0;
}

.logged-in li.not-logged-in {
  display: none !important;
}
.logged-in li.logged-in {
  display: block !important;
}

.primary-menu {
  margin-left: 0;
  margin-right: auto;
}
.primary-menu ul.menu {
  display: flex;
  font-weight: bold;
  flex-direction: column;
}
.primary-menu ul.menu li {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .primary-menu ul.menu li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.primary-menu ul.menu li.primary-menu-large {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .primary-menu ul.menu li.primary-menu-large {
    margin-bottom: 24px;
  }
}
.primary-menu ul.menu li.primary-menu-login {
  border-top: 1px solid rgba(112, 112, 112, 0.34);
  border-bottom: 1px solid rgba(112, 112, 112, 0.34);
  padding: 20px 0;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .primary-menu ul.menu li.primary-menu-login {
    margin-bottom: 24px;
  }
}
.primary-menu ul.menu li.primary-menu-login a:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-login.svg");
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  margin-right: 12px;
  top: 4px;
  position: relative;
}
.primary-menu ul.menu li.logged-in {
  display: none;
}
.primary-menu ul.menu li .nav_desc {
  font-size: 16px;
  font-weight: 100;
  color: #707070;
  display: block;
}
.primary-menu ul.menu li a:hover {
  text-decoration: underline;
}
.primary-menu ul.menu li.current-menu-item a {
  color: #E46B45;
  text-decoration: underline;
}

.primary-menu-title {
  font-family: "Cocogoose Letterpress", sans-serif;
  font-weight: 100;
  font-size: 24px;
  border-bottom: 2px solid #E46B45;
  margin-bottom: 48px;
  width: fit-content;
  margin-top: 28px;
}

.menu-info {
  color: #707070;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
}

.icon-navigation {
  display: flex;
}
.icon-navigation button {
  font-size: 13px;
  margin-left: 24px;
  font-family: "Roboto", sans-serif !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-navigation button:before {
  font-size: 22px;
  font-family: "icomoon" !important;
}
.icon-navigation button:after {
  display: block;
  margin-top: 8px;
  font-weight: bold;
}
.icon-navigation button span {
  position: absolute;
  top: -8px;
  left: calc(50% - 5px);
  transform: translateX(6px);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #E46B45;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-navigation button.wishlist-flyout-toggle:after {
  content: "Favoriter";
}
.icon-navigation button.cart-toggle:after {
  content: "Varukorg";
}

@media only screen and (max-width: 767px) {
  .icon-navigation {
    position: absolute;
    z-index: 1;
    right: 5%;
    top: 29px;
  }
  .icon-navigation button {
    margin-left: 20px;
  }
  .icon-navigation button:after {
    display: none;
  }
}
.header-search {
  flex: 1;
  margin-right: 10%;
}
.header-search .search-wrp:before {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
  font-size: 16px;
}
.header-search .search-wrp.processing:before, .header-search .search-wrp.processing:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 20px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.header-search .search-wrp.processing:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.header-search .search-wrp.processing:after {
  z-index: 1;
  border-top-color: black;
  animation: loading 1.4s infinite linear;
}
.header-search .search-wrp input {
  padding-left: 50px;
  padding-right: 15px;
  border-radius: 4px;
  font-weight: bold;
}
.header-search .search-wrp ::placeholder {
  color: #707070;
}
.header-search .search-wrp ::-webkit-input-placeholder {
  color: #707070;
}
.header-search .search-wrp :-moz-placeholder {
  color: #707070;
}
.header-search .search-wrp ::-moz-placeholder {
  color: #707070;
}
.header-search .search-wrp :-ms-input-placeholder {
  color: #707070;
}

@media only screen and (max-width: 1279px) {
  .header-search {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .header-search {
    padding: 10px 15px;
  }
}
.skiptranslate {
  display: none;
}

.overlay-popup #google_translate_element {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.overlay-popup #google_translate_element:before {
  display: block;
  transition: all 0.3s ease;
  color: #000000;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 2;
  font-size: 12px;
  pointer-events: none;
}
.overlay-popup #google_translate_element .goog-te-gadget {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.overlay-popup #google_translate_element .goog-te-gadget div {
  width: 100%;
  margin-bottom: 15px;
}
.overlay-popup #google_translate_element .goog-te-gadget div select {
  width: 100%;
  background-color: #EDEDE7;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.overlay-popup #google_translate_element .goog-te-gadget div select:focus {
  background-color: #EDEDE7;
}
@media only screen and (max-width: 767px) {
  .overlay-popup #google_translate_element .goog-te-gadget div select {
    font-size: 16px;
  }
}
.overlay-popup .clear-translate {
  display: block;
  margin-top: 10px;
  cursor: pointer;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.overlay-popup .lang-toggle {
  position: absolute;
  top: -15px;
  right: -15px;
  margin-right: 0;
  background-color: #E46B45;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
}
.overlay-popup .lang-toggle:hover {
  background-color: #E46B45;
}

.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 30px;
  color: green;
}
.woocommerce-notices-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
  color: red;
}

.swal2-container .swal2-title {
  color: black;
}
.swal2-container .swal2-html-container {
  color: black;
}
.swal2-container .swal2-icon.swal2-error {
  border-color: black;
  color: black;
}
.swal2-container .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: black;
}
.swal2-container .swal2-actions .swal2-confirm,
.swal2-container .swal2-actions .swal2-deny,
.swal2-container .swal2-actions .swal2-cancel {
  background-color: black;
  border-radius: 4px;
  color: white;
}
.swal2-container .swal2-actions .swal2-confirm:focus,
.swal2-container .swal2-actions .swal2-deny:focus,
.swal2-container .swal2-actions .swal2-cancel:focus {
  box-shadow: none;
}

.js-flickity {
  padding-bottom: 50px;
  opacity: 0;
}
.js-flickity.flickity-enabled {
  opacity: 1;
}
.js-flickity .flickity-prev-next-button {
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translateY(0);
  width: 40px;
  height: 40px;
  background-color: transparent;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-flickity .flickity-prev-next-button:hover {
  background-color: transparent;
}
.js-flickity .flickity-prev-next-button:before {
  font-family: "icomoon";
  content: "\e901";
}
.js-flickity .flickity-prev-next-button.previous {
  left: auto;
  right: 60px;
  transform: rotate(90deg);
}
.js-flickity .flickity-prev-next-button.next {
  transform: rotate(-90deg);
}
.js-flickity .flickity-prev-next-button svg {
  display: none;
}
.js-flickity .flickity-page-dots {
  display: none;
  bottom: 0;
}
.js-flickity .flickity-page-dots .dot {
  width: 18px;
  height: 18px;
  opacity: 1;
  border: 1px solid #555555;
  background: white;
}
.js-flickity .flickity-page-dots .dot.is-selected {
  background: #555555;
}

.flickity-progress-bar-wrp {
  height: 4px;
  width: 430px;
  margin: -18px auto 0;
  background-color: #EDEDE7;
}
.flickity-progress-bar-wrp .flickity-progress-bar {
  height: 4px;
  width: 0;
  background: black;
}

@media only screen and (max-width: 767px) {
  .js-flickity .flickity-prev-next-button {
    display: none;
  }
  .flickity-progress-bar-wrp {
    width: 100%;
  }
}
.grid-header,
.dokan-store-products-filter-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.grid-header h2,
.dokan-store-products-filter-area h2 {
  margin-left: 0;
  margin-bottom: 0;
}
.grid-header p,
.dokan-store-products-filter-area p {
  font-size: 22px;
}
.grid-header .product-filter,
.dokan-store-products-filter-area .product-filter {
  margin-left: 0;
}
.grid-header .product-filter button,
.dokan-store-products-filter-area .product-filter button {
  margin-right: 30px;
  font-size: 22px;
  line-height: 115%;
}
.grid-header .product-filter button:last-child,
.dokan-store-products-filter-area .product-filter button:last-child {
  margin-right: 0;
}
.grid-header a,
.dokan-store-products-filter-area a {
  margin-right: 0;
}
.grid-header form,
.dokan-store-products-filter-area form {
  display: flex;
}
.grid-header form .icon-sort:before,
.dokan-store-products-filter-area form .icon-sort:before {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 20px;
  font-size: 16px;
  pointer-events: none;
}
.grid-header form input,
.dokan-store-products-filter-area form input {
  margin-bottom: 15px;
}
.grid-header form select,
.dokan-store-products-filter-area form select {
  padding-left: 25px;
  padding-right: 45px;
  margin-bottom: 15px;
  background-color: #EDEDE7;
  font-size: 16px;
}
.grid-header form select:hover,
.dokan-store-products-filter-area form select:hover {
  background-color: #555555;
}
.grid-header form .product-filter-toggle,
.dokan-store-products-filter-area form .product-filter-toggle {
  padding: 13px 24px;
  margin: 0 0 15px 20px;
  border-radius: 24px;
  font-weight: normal;
  cursor: pointer;
  border: none !important;
}
.grid-header form .product-filter-toggle i,
.dokan-store-products-filter-area form .product-filter-toggle i {
  top: 2px;
  margin-left: 15px;
}
.grid-header .dokan-store-products-ordeby,
.dokan-store-products-filter-area .dokan-store-products-ordeby {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.grid-header .dokan-store-products-ordeby .search-store-products,
.dokan-store-products-filter-area .dokan-store-products-ordeby .search-store-products {
  display: none;
}
.grid-header .dokan-store-products-ordeby input,
.dokan-store-products-filter-area .dokan-store-products-ordeby input {
  flex-basis: 300px;
  margin-right: 15px;
}
.grid-header .dokan-store-products-ordeby select,
.dokan-store-products-filter-area .dokan-store-products-ordeby select {
  flex-basis: 300px;
}

@media only screen and (max-width: 767px) {
  .grid-header,
.dokan-store-products-filter-area {
    display: block;
    margin-bottom: 10px;
  }
  .grid-header p,
.dokan-store-products-filter-area p {
    font-size: 16px;
    text-align: center;
  }
  .grid-header .btn,
.dokan-store-products-filter-area .btn {
    display: none;
  }
  .grid-header form,
.dokan-store-products-filter-area form {
    display: block;
  }
}
.newsletter-subscription {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.newsletter-subscription__content {
  flex: 1;
}
.newsletter-subscription__content p {
  font-size: 22px;
}
.newsletter-subscription__image {
  flex-basis: 50%;
  margin-left: 15%;
}

.page-template-membership .member-header-image {
  height: 70vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #6D9D6F;
  background-image: url("https://www.sormlandsleden.se/wp-content/themes/sormlandsleden.se/static/images/xsormland-hero.jpg.pagespeed.ic.EdRbLp60OI.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-header-image {
    height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
}
.page-template-membership .member-header-image .member-header-image-content {
  position: relative;
}
.page-template-membership .member-header-image .member-header-image-content .member-header-image-speach {
  background-image: url("https://www.sormlandsleden.se/wp-content/themes/sormlandsleden.se/static/images/bubble.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: -100px;
  right: 0;
  transform: rotate(-8deg);
  width: 190px;
  height: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .page-template-membership .member-header-image .member-header-image-content .member-header-image-speach {
    right: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-header-image .member-header-image-content .member-header-image-speach {
    display: none;
  }
}
.page-template-membership .member-header-image .member-header-image-content .member-header-image-speach span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.page-template-membership .member-header-image .member-header-image-content .member-header-image-speach span:first-child {
  margin-top: -15px;
}
.page-template-membership .member-header-image .member-header-image-content .member-header-image-speach span.price {
  font-size: 24px;
  line-height: 30px;
}
.page-template-membership .member-header-image .member-header-image-content h1 {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-header-image .member-header-image-content h1 {
    margin: 0 0 5px;
  }
}
.page-template-membership .member-header-image .member-header-image-content .preamble {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .page-template-membership .member-header-image .member-header-image-content .preamble {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-header-image .member-header-image-content .preamble {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
  }
}
.page-template-membership .member-header-image .member-header-image-content ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 40px 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .page-template-membership .member-header-image .member-header-image-content ul {
    width: auto;
    margin: 20px 0 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-header-image .member-header-image-content ul {
    margin: 0 0 30px;
  }
}
.page-template-membership .member-header-image .member-header-image-content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-template-membership .member-header-image .member-header-image-content ul li i {
  background-color: #6D9D6F;
  flex-basis: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  color: white;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-membership .member-header-image .member-header-image-content ul li span {
  flex: 1;
}
.page-template-membership .member-header-image .member-header-image-content a {
  background-color: #E46B45;
}
.page-template-membership .member-header-image .member-header-image-content a:hover {
  background-color: #B04F31;
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-header-image .member-header-image-content a {
    display: block;
  }
}
.page-template-membership .member-preamble {
  overflow: hidden;
  background-color: #6D9D6F;
  padding: 120px 40px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-preamble {
    padding: 40px 20px;
  }
}
.page-template-membership .member-preamble:before {
  background-image: url(/wp-content/themes/sormlandsleden.se/static/images/pattern.svg);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1600px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-template-membership .member-preamble .member-preamble-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 40px;
  font-family: "Cocogoose Pro", sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-preamble .member-preamble-content {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-template-membership .member-col-section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 120px auto;
  padding: 0 40px;
}
.page-template-membership .member-col-section.member-swish {
  flex-direction: row-reverse;
}
.page-template-membership .member-col-section.member-swish .member-col-text {
  padding-left: 0;
  padding-right: 10%;
}
@media only screen and (max-width: 1023px) {
  .page-template-membership .member-col-section {
    display: block;
    margin: 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-col-section {
    padding: 0 20px;
  }
}
.page-template-membership .member-col-section .member-col-image {
  flex-basis: 50%;
}
.page-template-membership .member-col-section .member-col-image img {
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.page-template-membership .member-col-section .member-col-text {
  text-align: left;
  flex: 1;
  padding-left: 10%;
}
@media only screen and (max-width: 1023px) {
  .page-template-membership .member-col-section .member-col-text {
    padding: 0 !important;
    margin-top: 20px;
  }
}
.page-template-membership .member-col-section .member-col-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.page-template-membership .member-col-section .member-col-buttons a {
  background-color: #EDEDE7;
  color: #353535;
}
.page-template-membership .member-col-section .member-col-buttons a:hover {
  background-color: #ccc;
}
.page-template-membership .member-col-section .member-col-buttons a:first-child {
  background-color: #E46B45;
  color: white;
}
.page-template-membership .member-col-section .member-col-buttons a:first-child:hover {
  background-color: #B04F31;
}
.page-template-membership .member-footer {
  margin: 120px auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-footer {
    margin: 40px auto;
    padding: 0 20px;
  }
}
.page-template-membership .member-footer .member-footer-content {
  overflow: hidden;
  background-color: #5F4F49;
  padding: 90px 40px;
  margin: 0 auto;
  max-width: 1280px;
  border-radius: 4px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-footer .member-footer-content {
    padding: 40px 20px;
  }
}
.page-template-membership .member-footer .member-footer-content:before {
  background-image: url(/wp-content/themes/sormlandsleden.se/static/images/pattern.svg);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1600px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-template-membership .member-footer .member-footer-content h2 {
  font-size: 48px;
  line-height: 58px;
  font-family: "Cocogoose Letterpress", sans-serif;
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-footer .member-footer-content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.page-template-membership .member-footer .member-footer-content .preamble {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .page-template-membership .member-footer .member-footer-content .preamble {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-membership .member-footer .member-footer-content .preamble {
    font-size: 18px;
    line-height: 24px;
  }
}
.page-template-membership .member-footer .member-footer-content a {
  margin-top: 20px;
  background-color: #E46B45;
}
.page-template-membership .member-footer .member-footer-content a:hover {
  background-color: #B04F31;
}

.usp-list {
  display: flex;
  justify-content: space-between;
  max-width: 1228px;
  margin: 0 auto;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .usp-list {
    flex-direction: column;
    gap: 12px;
  }
}
.usp-list .usp-list-box {
  flex: 1;
  background-color: #F4F4F0;
  border-radius: 4px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  color: #707070;
  padding: 60px;
}
@media only screen and (max-width: 1023px) {
  .usp-list .usp-list-box {
    padding: 32px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .usp-list .usp-list-box {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    flex: auto;
  }
}
.usp-list .usp-list-box .graphic {
  margin: 0 auto;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .usp-list .usp-list-box .graphic {
    margin-bottom: 0px;
    background-position: left;
  }
}
@media only screen and (max-width: 767px) {
  .usp-list .usp-list-box span {
    text-align: left;
    flex: 5;
  }
}

.member-reg-wrapper {
  max-width: 1228px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 60px;
  margin-top: 90px;
}
@media only screen and (max-width: 1023px) {
  .member-reg-wrapper {
    margin-top: 60px;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .member-reg-wrapper {
    margin-top: 32px;
  }
}
.member-reg-wrapper .member-reg-col1 {
  flex: 1;
}
.member-reg-wrapper .member-reg-col1 .graphic--hiking {
  height: 149px;
  width: 64px;
}
.member-reg-wrapper .member-reg-col2 {
  flex: 1;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .member-reg-wrapper .member-reg-col2 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-default #site-content .wp-block-group .block-banner-2col {
    margin-top: -60px !important;
  }
}

.block-banner-2col {
  width: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  min-height: 460px;
  background-color: #EDEDE7;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1023px) {
  .block-banner-2col {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .block-banner-2col {
    flex-direction: column;
    min-height: 0;
    margin-bottom: 30px;
  }
}
.block-banner-2col--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .block-banner-2col--reverse {
    flex-direction: column-reverse;
  }
}
.block-banner-2col--col1 {
  flex: 1;
  display: flex;
  align-items: center;
}
.block-banner-2col--col1:before {
  opacity: 0.11;
}
.block-banner-2col--col1 h2, .block-banner-2col--col1 h3, .block-banner-2col--col1 h4 {
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .block-banner-2col--col1 h2, .block-banner-2col--col1 h3, .block-banner-2col--col1 h4 {
    margin-bottom: 10px;
  }
}
.block-banner-2col--col2 {
  flex: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .block-banner-2col--col2 {
    padding-bottom: 100%;
  }
}
.block-banner-2col--inner {
  text-align: left;
  max-width: 32vw;
  min-width: 320px;
  margin: 0 auto;
  padding: 60px 20px 40px 20px;
}
@media only screen and (max-width: 1023px) {
  .block-banner-2col--inner {
    max-width: 420px;
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-banner-2col--inner {
    min-width: auto;
    width: 100%;
    padding: 30px 20px;
  }
}
.block-banner-2col--inner .block-text {
  padding: 10px 0;
}
.block-banner-2col--inner .block-text a {
  color: #E46B45;
  text-decoration: underline;
}

.wp-block-latest-posts li {
  background-color: #EDEDE7;
  padding: 24px;
  margin-bottom: 24px;
}

.faq_item_wrapper {
  padding-top: 15px;
}

.faq_item {
  margin-bottom: 24px;
  position: relative;
  cursor: pointer;
  color: #707070;
}
.faq_item--q {
  font-weight: 900;
  padding: 28px 48px 28px 28px;
  border: 2px solid #EDEDE7;
  border-radius: 2px;
  background-color: #EDEDE7;
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .faq_item--q {
    padding: 18px 42px 18px 18px;
    font-size: 16px;
  }
}
.faq_item--q:hover {
  border: 2px solid #E46B45;
}
.faq_item--a {
  display: none;
  padding: 47px 42px;
  margin-top: 8px;
  background-color: #F4F4F0;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .faq_item--a {
    padding: 42px 24px 24px 24px;
    font-size: 16px;
  }
}
.faq_item--a:before {
  content: "";
  background-color: #fff;
  height: 15px;
  width: 100%;
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
}
.faq_item--a:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #F4F4F0;
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  top: 0px;
}
.faq_item--a a {
  color: #E46B45;
  text-decoration: underline;
}
.faq_item--extend {
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 32px;
  width: 24px;
  height: 24px;
}
.faq_item--extend:after {
  height: 24px;
  width: 4px;
  background-color: gray;
  content: "";
  display: block;
  left: 10px;
  position: absolute;
}
.faq_item--extend:before {
  height: 4px;
  width: 24px;
  background-color: gray;
  content: "";
  display: block;
  top: 10px;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .faq_item--extend {
    width: 18px;
    height: 18px;
    top: 24px;
    right: 18px;
  }
  .faq_item--extend:after {
    height: 18px;
    width: 3px;
    left: 8px;
  }
  .faq_item--extend:before {
    height: 3px;
    width: 18px;
    top: 8px;
  }
}
.faq_item:hover .faq_item--extend:after, .faq_item:hover .faq_item--extend:before {
  background-color: #E46B45;
}

.post_cat-wrapper {
  --gap: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
  color: #555555;
  z-index: 1;
}
.post_cat-wrapper > * {
  margin: var(--gap) 0 0 var(--gap);
}
.post_cat-wrapper .post_cat-item {
  flex: 1 1 320px;
  background-color: #EDEDE7;
  flex-wrap: wrap;
  color: #555555 !important;
  text-decoration: none !important;
}
.post_cat-wrapper .post_cat-item--bgimg {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
}
.post_cat-wrapper .post_cat-item--cat {
  color: #E46B45;
  background-color: #fff;
  width: fit-content;
  margin: 24px 24px 0px 24px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
}
.post_cat-wrapper .post_cat-item--title {
  font-size: 24px;
  font-weight: bold;
  padding: 0 24px 0 24px;
}
.post_cat-wrapper .post_cat-item--excerpt {
  padding: 0 24px 36px 24px;
  font-size: 14px;
}

.post_news-wrapper {
  padding-top: 15px;
}

.post_news-item {
  background-color: #EDEDE7;
  padding: 20px;
  margin-bottom: 24px;
  color: #707070;
  border: 2px solid #EDEDE7;
}
.post_news-item:hover {
  border: 2px solid #E46B45;
}
.post_news-item--excerpt, .post_news-item--date {
  font-size: 14px;
  margin-bottom: 12px;
}
.post_news-item--title {
  font-weight: bold;
}
.post_news-item--link {
  color: #E46B45;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 1279px) {
  .post_news-item--link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .post_news-item--link {
    font-size: 16px;
  }
}
.post_news-item--link:hover {
  color: #F87D57;
}

.highlight-page-wrapper {
  background-color: #EDEDE7;
  padding: 60px 0;
}
.highlight-page-wrapper:before {
  opacity: 0.11;
}
@media only screen and (max-width: 1023px) {
  .highlight-page-wrapper .highlight-page--icon img {
    max-width: 70px;
  }
}
.highlight-page-wrapper .highlight-page--main-title {
  font-size: 56px;
  font-family: "Cocogoose Letterpress";
  flex-basis: 100%;
  text-align: center;
  color: #624E48;
}
@media only screen and (max-width: 1023px) {
  .highlight-page-wrapper .highlight-page--main-title {
    font-size: 24px;
  }
}
.highlight-page-wrapper .highlight-page--text {
  margin-bottom: 20px;
  min-height: 69px;
  font-size: 16px;
}
.highlight-page-wrapper .highlight-page .wp-block-group__inner-container {
  --gap: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
  color: #555555;
  z-index: 1;
}
.highlight-page-wrapper .highlight-page .wp-block-group__inner-container > * {
  margin: var(--gap) 0 0 var(--gap);
}
.highlight-page-wrapper .highlight-page .highlight-page-item {
  background-color: #F4F4F0;
  padding: 32px;
  color: #555555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.0784313725);
  -moz-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.0784313725);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.0784313725);
  position: relative;
  top: 0px;
  flex: 1 1 320px;
}
.highlight-page-wrapper .highlight-page .highlight-page-item:hover {
  -webkit-box-shadow: 0px 35px 55px rgba(0, 0, 0, 0.1450980392);
  -moz-box-shadow: 0px 35px 55px rgba(0, 0, 0, 0.1450980392);
  box-shadow: 0px 35px 55px rgba(0, 0, 0, 0.1450980392);
  top: -15px;
}
.highlight-page-wrapper .highlight-page .highlight-page-item:hover .btn-point--gray {
  background-color: #AD442B;
}
.highlight-page-wrapper .highlight-page .highlight-page-item:hover .btn-point--gray:after {
  border-left: 26px solid #AD442B;
}
@media only screen and (max-width: 767px) {
  .highlight-page-wrapper .highlight-page .highlight-page-item:hover .btn-point--gray:after {
    border-left: 21px solid #AD442B;
  }
}

.banner-wrapper {
  background-color: #EDEDE7;
  margin: 120px 0;
}
.banner-wrapper:before {
  opacity: 0.11;
}
.banner-wrapper .banner {
  color: #4D5C4E;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.banner-wrapper .banner--title {
  font-size: 56px;
  font-family: "Cocogoose Letterpress";
  color: #624E48;
}
@media only screen and (max-width: 1279px) {
  .banner-wrapper .banner--title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-wrapper .banner--title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner--title {
    font-size: 24px;
  }
}
.banner-wrapper .banner--text {
  margin-bottom: 90px;
  font-size: 18px;
}
.banner-wrapper .banner--img {
  background-size: cover;
  width: 50%;
  right: 0px;
  top: 0px;
  position: absolute;
  height: 100%;
  background-position: center;
}
@media only screen and (max-width: 1279px) {
  .banner-wrapper .banner--img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner--img {
    position: static;
    width: 100%;
    height: 240px;
  }
}
.banner-wrapper .banner .wp-block-group__inner-container {
  max-width: 50%;
  padding: 90px 90px 90px 0;
}
@media only screen and (max-width: 1279px) {
  .banner-wrapper .banner .wp-block-group__inner-container {
    max-width: 60%;
    padding: 45px 45px 45px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-wrapper .banner .wp-block-group__inner-container {
    padding: 32px 32px 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper .banner .wp-block-group__inner-container {
    max-width: unset;
    padding: 24px;
  }
}
.banner-wrapper .banner:first-child .btn {
  margin-right: 24px;
  margin-bottom: 15px;
}

.startpage-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.startpage-filter h2 {
  flex-basis: 100%;
}
.startpage-filter .btn {
  position: relative;
  z-index: 1;
  margin-right: 25px;
  padding-right: 34px;
}
@media only screen and (max-width: 767px) {
  .startpage-filter .btn {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
}

.filter-hiking-filters {
  position: relative;
  z-index: 1;
  display: flex;
  width: 260px;
  background-color: #EDEDE7;
  border-radius: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .filter-hiking-filters {
    width: 100%;
    order: 2;
  }
}
.filter-hiking-filters:before {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 24px;
  pointer-events: none;
  color: #707070;
}
@media only screen and (max-width: 1023px) {
  .filter-hiking-filters:before {
    top: 20px;
  }
}
.filter-hiking-filters select {
  background-color: #EDEDE7;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  color: #707070;
  font-weight: bold;
  padding: 8px 20px !important;
}

.block-stages-wrapper {
  padding: 90px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .block-stages-wrapper {
    padding: 60px 0 68px;
  }
}
.block-stages-wrapper .wp-block-group {
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .block-stages-wrapper .wp-block-group {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .block-stages-wrapper h2 {
    margin-bottom: 15px !important;
  }
}
.block-stages-wrapper:before {
  opacity: 0.11;
}
.block-stages-wrapper:after {
  background: transparent linear-gradient(180deg, hsla(0deg, 0%, 100%, 0), #fff) 0 0 no-repeat padding-box;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.block-stages {
  display: block;
  flex-wrap: wrap;
  color: #555555;
  z-index: 1;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
  max-width: calc(1600px + 10%);
}
.block-stages .splide__track {
  overflow: unset;
}
@media only screen and (max-width: 1279px) {
  .block-stages .splide__track {
    overflow: hidden;
  }
}
.block-stages .block-stages-item {
  background-color: #EDEDE7;
  top: 0px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1439px) {
  .block-stages .block-stages-item {
    flex-basis: 320px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .block-stages .block-stages-item {
    flex-basis: 100%;
  }
}
.block-stages .block-stages-item:hover {
  -webkit-box-shadow: 0px 35px 55px rgba(0, 0, 0, 0.1450980392);
  -moz-box-shadow: 0px 35px 55px rgba(0, 0, 0, 0.1450980392);
  box-shadow: 0px 35px 55px rgba(0, 0, 0, 0.1450980392);
  top: -5px;
}
@media only screen and (max-width: 1520px) {
  .block-stages .block-stages-item:hover {
    box-shadow: none;
    top: 0px;
  }
}
.block-stages .block-stages-item--img {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/placeholder-trees.jpg");
  height: 223px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.block-stages .block-stages-item .block-stages-item-facts {
  position: absolute;
  bottom: -20px;
  height: 40px;
  margin-left: 24px;
}
.block-stages .block-stages-item .block-stages-item-facts div {
  margin-right: 12px;
}
.block-stages .block-stages-item .block-stages-item-inner {
  padding: 36px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  min-height: 210px;
}
.block-stages .block-stages-item .block-stages-item-inner--area {
  font-size: 14px;
  color: #707070;
  font-weight: 600;
  height: 22px;
  max-width: 100%;
  overflow: hidden;
}
.block-stages .block-stages-item .block-stages-item-inner--title {
  margin-top: 4px;
  min-height: 80px;
  flex: 1;
}
.block-stages .block-stages-item .block-stages-item-inner--title h4 {
  font-size: 22px;
  font-weight: 600;
}
.block-stages .accessibility-list {
  display: flex !important;
  justify-content: space-between;
}
.block-stages .accessibility-list--accessibility, .block-stages .accessibility-list--facilities {
  display: flex;
  gap: 8px;
}
.block-stages .accessibility-list h5 {
  margin-bottom: 20px;
  font-size: 24px;
  flex-basis: 100%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #4D5C4E;
}
.block-stages .accessibility-list .accessibility-list-item {
  flex: 1 1 50%;
  font-weight: 500;
  color: #707070;
}
.block-stages .accessibility-list .accessibility-list-item span img {
  width: 40px;
  height: 40px;
}

.hero-wrapper {
  height: 70vh;
  width: 100%;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/sormland-hero.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  min-height: 640px;
}
@media only screen and (max-width: 767px) {
  .hero-wrapper {
    margin-bottom: 220px;
    min-height: 480px;
  }
}
.hero-wrapper.medium {
  height: 45vh;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .hero-wrapper.medium {
    margin-bottom: 0px;
  }
}
.hero-wrapper.medium .preamble {
  font-size: 19px;
  font-family: "Cocogoose Pro", sans-serif;
  margin-bottom: 32px;
  margin-top: 12px;
}
.hero-wrapper .hero-title {
  color: #fff;
  font-size: 72px;
  line-height: 84px;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-title {
    max-width: 90%;
    font-size: 31px;
    line-height: 41px;
    margin-bottom: 10px;
  }
}
.hero-wrapper .hero-title.hero-title-medium {
  font-size: 52px;
  line-height: 72px;
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-title.hero-title-medium {
    font-size: 31px;
    line-height: 41px;
    margin-bottom: 10px;
  }
}
.hero-wrapper .preamble {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-family: Cocogoose Letterpress;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .preamble {
    max-width: 90%;
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-wrapper .hero-buttons {
  padding: 35px 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.hero-wrapper .hero-buttons .btn {
  margin: 0 12px;
  flex-basis: 190px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-buttons .btn {
    flex-basis: auto;
    margin: 0 5px;
  }
}
.hero-wrapper .hero-boxes {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  max-width: calc(1600px + 11%);
  padding-left: 5%;
  padding-right: 5%;
  --gap: 24px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
  color: #555555;
  z-index: 1;
}
@media only screen and (max-width: 1439px) {
  .hero-wrapper .hero-boxes {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-boxes {
    background-color: #fff;
    flex-direction: column-reverse;
    bottom: -172px;
    --gap: 12px;
  }
}
.hero-wrapper .hero-boxes > * {
  margin: var(--gap) 0 0 var(--gap);
}
.hero-wrapper .hero-boxes .hero-box {
  background-color: #EDEDE7;
  border-radius: 4px;
  height: 80px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-boxes .hero-box {
    height: auto;
  }
}
.hero-wrapper .hero-boxes .hero-box:hover {
  border: 2px solid #E46B45;
}
.hero-wrapper .hero-boxes .hero-box.hero-box-nohover {
  border: 2px solid #EDEDE7;
}
.hero-wrapper .hero-boxes .hero-box--events {
  flex: 2;
}
.hero-wrapper .hero-boxes .hero-box--events-inner {
  padding: 22px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  padding: 22px 16px;
}
.hero-wrapper .hero-boxes .hero-box--events-inner span {
  margin-right: 12px;
}
.hero-wrapper .hero-boxes .hero-box--events-inner:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 14px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/md-orange-walk.svg");
  background-size: 32px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1279px) {
  .hero-wrapper .hero-boxes .hero-box--events-inner:before {
    background-size: 28px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1439px) {
  .hero-wrapper .hero-boxes .hero-box--events-inner {
    padding: 22px 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--events-inner {
    background-size: 28px;
    font-size: 16px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-boxes .hero-box--events-inner {
    padding: 18px 12px;
    display: flex;
    align-items: center;
  }
}
.hero-wrapper .hero-boxes .hero-box--events-inner .events-read-more {
  color: #E46B45;
  text-decoration: underline;
  margin-left: auto;
}
.hero-wrapper .hero-boxes .hero-box--events-inner:hover .events-read-more {
  color: #F87D57;
}
.hero-wrapper .hero-boxes .hero-box--error_report-inner {
  padding: 22px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  padding: 22px 16px;
}
@media only screen and (max-width: 1439px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner {
    padding: 22px 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner {
    font-size: 16px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner {
    padding: 18px 12px;
    display: flex;
    align-items: center;
  }
}
.hero-wrapper .hero-boxes .hero-box--error_report-inner span {
  flex: 1;
  margin-right: 12px;
}
.hero-wrapper .hero-boxes .hero-box--error_report-inner span.mobile {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner span.mobile {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner span.mobile {
    display: block;
  }
}
.hero-wrapper .hero-boxes .hero-box--error_report-inner span.desktop {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner span.desktop {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner span.desktop {
    display: none;
  }
}
.hero-wrapper .hero-boxes .hero-box--error_report-inner.error:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/ionic-md-alert.svg");
}
.hero-wrapper .hero-boxes .hero-box--error_report-inner.no-error:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/ionic-checkmark.svg");
}
.hero-wrapper .hero-boxes .hero-box--error_report-inner:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  padding-right: 12px;
  background-repeat: no-repeat;
  background-size: 32px;
}
@media only screen and (max-width: 1279px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner:before {
    background-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner:before {
    width: 28px;
    height: 28px;
    padding-right: 9px;
    background-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--error_report-inner:before {
    padding-right: 12px;
  }
}
.hero-wrapper .hero-boxes .hero-box--news-inner {
  padding: 0px 16px 0px 16px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--news-inner {
    font-size: 16px;
    padding: 0px 12px 0px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-boxes .hero-box--news-inner {
    padding: 7px 12px 7px;
    min-height: 70px;
  }
}
.hero-wrapper .hero-boxes .hero-box--news-inner:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icon-bell.svg");
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  padding-right: 16px;
  background-repeat: no-repeat;
  background-size: 32px;
}
@media only screen and (max-width: 1279px) {
  .hero-wrapper .hero-boxes .hero-box--news-inner:before {
    background-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--news-inner:before {
    width: 28px;
    height: 28px;
  }
}
.hero-wrapper .hero-boxes .hero-box--news-inner .hero-box-news {
  height: 100%;
}
.hero-wrapper .hero-boxes .hero-box--news-inner .hero-box-news-item {
  flex: 1;
  margin-right: 12px;
}
.hero-wrapper .hero-boxes .hero-box--news-inner .hero-box-news-item--date {
  color: #969694;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--news-inner .hero-box-news-item--date {
    font-size: 14px;
  }
}
.hero-wrapper .hero-boxes .hero-box--news-inner .hero-box-news-item--title {
  margin: 0;
  margin-right: 28px;
}
@media only screen and (max-width: 1023px) {
  .hero-wrapper .hero-boxes .hero-box--news-inner .hero-box-news-item--title {
    font-size: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-boxes .hero-box--news-inner .hero-box-news-item--title {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .hero-boxes .hero-box--news-inner .readmore-link {
    position: absolute;
    right: 10px;
  }
}
.hero-wrapper .hero-boxes .hero-box--error_report {
  flex: 3;
}
.hero-wrapper .hero-boxes .hero-box--news {
  flex: 4;
  overflow: hidden;
}
.hero-wrapper .hero-boxes .hero-box--news .hero-box-news {
  height: 100%;
}
.hero-wrapper .hero-boxes .hero-box a {
  color: #E46B45;
  text-decoration: underline;
}
.hero-wrapper .hero-boxes .hero-box a:hover {
  color: #F87D57;
}
.hero-wrapper .hero-boxes .hero-box:hover .flyout-toggle--href {
  color: #F87D57;
}

.list_sponsors {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 1023px) {
  .list_sponsors {
    gap: 24px;
  }
}
.list_sponsors.sponsor_brons {
  gap: 0px;
}
.list_sponsors .sponsor_items {
  flex: 1;
}
.list_sponsors.sponsor_platina .sponsor-wrapper {
  background: transparent linear-gradient(270deg, rgba(229, 228, 226, 0.6509803922) 0%, #e5e4e2 100%) 0% 0% no-repeat padding-box;
}
.list_sponsors.sponsor_platina .sponsor-title {
  color: #616160;
}
.list_sponsors.sponsor_platina .sponsor_items {
  flex: 1 0 280px;
}
@media only screen and (max-width: 767px) {
  .list_sponsors.sponsor_platina .sponsor_items {
    flex: 0 0 280px;
    margin: 0 auto;
  }
}
.list_sponsors.sponsor_platina .sponsor_items img {
  max-width: 280px;
}
.list_sponsors.sponsor_guld .sponsor-wrapper {
  background: transparent linear-gradient(270deg, rgba(209, 137, 0, 0.1215686275) 0%, rgba(204, 136, 0, 0.3411764706) 100%) 0% 0% no-repeat padding-box;
}
.list_sponsors.sponsor_guld .sponsor-title {
  color: #936916;
}
.list_sponsors.sponsor_guld .sponsor_items {
  flex: 1 0 230px;
}
@media only screen and (max-width: 767px) {
  .list_sponsors.sponsor_guld .sponsor_items {
    flex: 0 0 230px;
    margin: 0 auto;
  }
}
.list_sponsors.sponsor_guld .sponsor_items img {
  max-width: 230px;
}
.list_sponsors.sponsor_silver .sponsor-wrapper {
  background: transparent linear-gradient(270deg, #eeeeee 0%, #cccccc 100%) 0% 0% no-repeat padding-box;
}
.list_sponsors.sponsor_silver .sponsor-title {
  color: #555555;
}
.list_sponsors.sponsor_silver .sponsor_items {
  flex: 1 0 178px;
}
@media only screen and (max-width: 767px) {
  .list_sponsors.sponsor_silver .sponsor_items {
    flex: 0 0 178px;
    margin: 0 auto;
  }
}
.list_sponsors.sponsor_silver .sponsor_items img {
  max-width: 178px;
}
.list_sponsors.sponsor_koppar .sponsor-wrapper {
  background: transparent linear-gradient(270deg, #cf994c 0%, #c59146 100%) 0% 0% no-repeat padding-box;
}
.list_sponsors.sponsor_koppar .sponsor-title {
  color: #4d320c;
}
.list_sponsors.sponsor_koppar .sponsor_items {
  flex: 1 0 120px;
}
@media only screen and (max-width: 767px) {
  .list_sponsors.sponsor_koppar .sponsor_items {
    flex: 0 0 120px;
    margin: 0 auto;
  }
}
.list_sponsors.sponsor_koppar .sponsor_items img {
  max-width: 140px;
}
.list_sponsors.sponsor_brons .sponsor-wrapper {
  background: transparent linear-gradient(270deg, #d2b8a6 0%, #bd9880 100%) 0% 0% no-repeat padding-box;
}
.list_sponsors.sponsor_brons .sponsor-title {
  color: #5d2d07;
}
.list_sponsors.sponsor_brons .sponsor_items {
  flex: 1 1 50%;
}
@media only screen and (max-width: 1023px) {
  .list_sponsors.sponsor_brons .sponsor_items {
    flex: 1 1 100%;
  }
}
.list_sponsors.sponsor_brons .sponsor_items a {
  text-decoration: underline;
  color: #E46B45;
}
.list_sponsors .sponsor-wrapper {
  border-radius: 4px;
  text-align: left;
  margin-bottom: 24px;
  width: 100%;
}
.list_sponsors .sponsor-wrapper .sponsor-title {
  text-transform: capitalize;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 20px;
  line-height: 24px;
}

.hiking-planer-filter .wp-block-group {
  margin-top: 60px !important;
  margin-bottom: 30px;
}
.hiking-planer-filter .wp-block-group .wp-block-group-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.hiking-planer-filter__actions {
  display: flex;
  justify-content: flex-end;
}
.hiking-planer-filter__cols-inner {
  display: flex;
}
.hiking-planer-filter h5 {
  display: none;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/close-x.svg");
  background-size: 32px;
  font-family: "Cocogoose Letterpress", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 100;
  color: #000;
}
.hiking-planer-filter__col {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 1439px) {
  .hiking-planer-filter__col {
    font-size: 15px;
  }
}
.hiking-planer-filter__col-label {
  display: block;
}
.hiking-planer-filter__select {
  position: relative;
  width: 215px;
}
@media only screen and (max-width: 1520px) {
  .hiking-planer-filter__select {
    width: 180px;
  }
}
@media only screen and (max-width: 1439px) {
  .hiking-planer-filter__select {
    width: 150px;
  }
}
.hiking-planer-filter__select-label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  margin-top: 5px;
  background-color: #EDEDE7;
  border: 2px solid #EDEDE7;
  border-radius: 2px;
}
@media only screen and (max-width: 1439px) {
  .hiking-planer-filter__select-label {
    padding: 12px 15px;
  }
}
.hiking-planer-filter__select-label input {
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: #EDEDE7 !important;
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 1439px) {
  .hiking-planer-filter__select-label input {
    font-size: 15px;
  }
}
.hiking-planer-filter__select-label:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #707070;
}
.hiking-planer-filter__select-label.active {
  border-color: #E46B45;
}
.hiking-planer-filter__select-label.active:after {
  transform: rotate(180deg);
  border-top-color: #E46B45;
}
.hiking-planer-filter__select-cats {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  box-sizing: border-box;
  width: 320px;
  margin-top: 18px;
  background-color: #F4F4F0;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.0784313725);
}
.hiking-planer-filter__select-cats:before {
  position: absolute;
  bottom: 100%;
  left: 25px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #F4F4F0;
}
.hiking-planer-filter__select-cats.visible {
  display: block;
}
.hiking-planer-filter__select-cats .hiking-planer-filter__select-cats-inner {
  padding: 15px;
  border: 10px solid #F4F4F0;
  border-radius: 4px;
  overflow: auto;
  max-height: 410px;
}
.hiking-planer-filter__select-cats .hiking-planer-filter__select-cats-inner::-webkit-scrollbar {
  width: 4px;
}
.hiking-planer-filter__select-cats .hiking-planer-filter__select-cats-inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.hiking-planer-filter__select-cats .hiking-planer-filter__select-cats-inner::-webkit-scrollbar-thumb {
  background: #E46B45;
  border-radius: 2px;
}
.hiking-planer-filter__select-cats label {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #707070;
  cursor: pointer;
}
.hiking-planer-filter__select-cats label.all {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.hiking-planer-filter__select-cats label:last-child {
  margin-bottom: 0;
}
.hiking-planer-filter__select-cats label input[type=checkbox] {
  display: none;
}
.hiking-planer-filter__select-cats label input[type=checkbox] + span {
  position: relative;
  display: flex;
  align-items: center;
}
.hiking-planer-filter__select-cats label input[type=checkbox] + span:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 2px solid #707070;
  background-color: transparent;
  border-radius: 2px;
}
.hiking-planer-filter__select-cats label input[type=checkbox] + span:after {
  font-family: "icomoon" !important;
  content: "\e905";
  display: none;
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 5px;
  font-size: 16px;
  font-weight: normal;
  color: white;
}
.hiking-planer-filter__select-cats label input[type=checkbox] + span.icon:before, .hiking-planer-filter__select-cats label input[type=checkbox] + span.icon:after {
  display: none !important;
}
.hiking-planer-filter__select-cats label input[type=checkbox] + span.icon img {
  margin-right: 10px;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  opacity: 0.3;
}
.hiking-planer-filter__select-cats label input[type=checkbox]:checked + span:before {
  border-color: #E46B45;
  background-color: #E46B45;
}
.hiking-planer-filter__select-cats label input[type=checkbox]:checked + span:after {
  display: block;
}
.hiking-planer-filter__select-cats label input[type=checkbox]:checked + span.icon img {
  opacity: 1;
}
.hiking-planer-filter__clear {
  padding: 15px 0;
  background-color: white;
  border: 2px solid white;
  color: #E46B45;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1439px) {
  .hiking-planer-filter__clear {
    padding: 12px 0;
    font-size: 15px;
  }
}
.hiking-planer-filter__filter {
  padding: 15px 25px;
  background-color: #E46B45;
  border: 2px solid #E46B45;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1439px) {
  .hiking-planer-filter__filter {
    padding: 12px 20px;
    font-size: 15px;
  }
}
.hiking-planer-filter .overview-map-button {
  padding: 15px 25px;
  background-color: #E46B45;
  border: 2px solid #E46B45;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.hiking-planer-filter .overview-map-button:before {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/icons/icon-map-white.svg");
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 15px;
  background-size: cover;
  position: relative;
  top: 2px;
}
.hiking-planer-filter button.hiking-planer-filter__open {
  display: none;
  height: auto !important;
  padding: 12px 20px;
  background-color: #F4F4F0;
  border: 2px solid #F4F4F0;
  border-radius: 2px;
  color: #707070;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.hiking-planer-filter .ui-widget-content {
  border-color: #EDEDE7;
  background: rgba(228, 107, 69, 0.2);
  height: 0.4em;
}
.hiking-planer-filter .ui-widget-content .ui-widget-header {
  background: #E46B45;
}
.hiking-planer-filter .ui-widget-content .ui-slider-handle {
  border-width: 3px;
  border-color: #E46B45 !important;
  background: white !important;
  border-radius: 100%;
  box-shadow: 0 0 0 6px rgba(228, 107, 69, 0.2);
  width: 1em;
  height: 1em;
  top: -0.4em;
}

@media only screen and (max-width: 1279px) {
  .hiking-planer-filter .wp-block-group {
    margin-top: 45px !important;
    margin-bottom: -30px;
    z-index: 4;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter .wp-block-group {
    margin-top: 30px !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__actions {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter__actions {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__cols {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.2s ease;
  }
  .hiking-planer-filter__cols.visible {
    opacity: 1;
    visibility: visible;
    z-index: 101;
  }
  .hiking-planer-filter__cols.visible .hiking-planer-filter__cols-inner {
    right: 0;
  }
  .hiking-planer-filter__cols.visible .hiking-planer-filter__cols-inner.closed {
    right: -580px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter__cols.visible .hiking-planer-filter__cols-inner.closed {
    right: -100%;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__cols-inner {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -580px;
    width: 580px;
    height: 100vh;
    box-sizing: border-box;
    padding: 72px 0 190px;
    background-color: #EDEDE7;
    transition: right 0.5s ease;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter__cols-inner {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    right: -100%;
    width: 100%;
    padding: 24px 0 190px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter h5 {
    display: block;
    margin-left: 72px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter h5 {
    margin-left: 24px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__col {
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 72px;
    padding-right: 72px;
    border-bottom: 1px solid #bbb;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter__col {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__col.hpf-button {
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 15px;
    position: fixed;
    z-index: 999;
    bottom: 82px;
    width: 580px;
    background-color: #EDEDE7;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter__col.hpf-button {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__col.hpf-button:before {
    display: block;
    content: "";
    height: 7px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__col.hpf-button:last-child {
    bottom: 0;
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter__col.hpf-button:last-child {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__col.hpf-button:last-child:before {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__col-label {
    color: black;
    font-size: 18px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__select {
    width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__select-label {
    padding: 0;
    margin-top: 0;
  }
  .hiking-planer-filter__select-label input {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
  .hiking-planer-filter__select-label:after {
    position: relative;
    top: -10px;
  }
  .hiking-planer-filter__select-label.active {
    border-color: #EDEDE7;
  }
  .hiking-planer-filter__select-label.active:after {
    border-top-color: #707070;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__select-cats {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 0;
    background-color: #EDEDE7;
    box-shadow: 0 0 0 #F4F4F0;
  }
  .hiking-planer-filter__select-cats:before {
    display: none;
  }
  .hiking-planer-filter__select-cats .hiking-planer-filter__select-cats-inner {
    max-height: none;
    overflow: visible;
    padding: 25px 15px;
    border: none;
  }
  .hiking-planer-filter__select-cats .hiking-planer-filter__select-cats-inner.lenght {
    padding-top: 40px;
  }
  .hiking-planer-filter__select-cats label span {
    font-weight: 500;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__clear {
    border: none;
    padding: 30px 0;
    background-color: #EDEDE7;
    border-radius: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter__filter {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter .overview-map-button {
    border-radius: 4px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter .overview-map-button {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 1279px) {
  .hiking-planer-filter button.hiking-planer-filter__open {
    border-radius: 4px;
    display: block !important;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .hiking-planer-filter button.hiking-planer-filter__open {
    padding: 10px 15px;
  }
}
.page-intro.shop {
  padding-top: 120px;
  background-color: #6D9D6F;
  color: white;
}
@media only screen and (max-width: 767px) {
  .page-intro.shop {
    padding-top: 40px;
  }
}
.page-intro.shop:before {
  background-image: url(/wp-content/themes/sormlandsleden.se/static/images/pattern.svg);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1600px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-intro.shop .payment-info {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-intro.shop .payment-info .payment-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-intro.shop .payment-info .payment-info-item i {
  background-color: white;
  flex-basis: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #6D9D6F;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-intro.shop .payment-info .payment-info-item span {
  flex: 1;
}
.page-intro.shop + .container {
  text-align: right;
}

.woocommerce-shop .mini-cart {
  margin: 20px 0;
  width: 250px;
  padding: 20px 24px;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E46B45;
  color: white;
  font-size: 18px;
  line-height: 24px;
}
.woocommerce-shop .mini-cart i {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/cart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}
.woocommerce-shop a.mini-cart:hover {
  background-color: #B04F31;
}
.woocommerce-shop .products {
  position: relative;
  max-width: calc(1600px + 10%);
  padding: 0 5% 100px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.woocommerce-shop .products li {
  flex-basis: calc(25% - 18px);
}
@media only screen and (max-width: 1279px) {
  .woocommerce-shop .products li {
    flex-basis: calc(33.33% - 16px);
  }
}
@media only screen and (max-width: 1023px) {
  .woocommerce-shop .products li {
    flex-basis: calc(50% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-shop .products li {
    flex-basis: 100%;
  }
}
.woocommerce-shop .products li img {
  display: block;
  background-color: #F4F4F0;
  width: 100%;
  box-sizing: border-box;
  padding: 10%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
.woocommerce-shop .products li .product-image-link {
  display: block;
}
.woocommerce-shop .products li .product-title-link {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-right: 60px;
}
.woocommerce-shop .products li h2 {
  font-size: 20px;
  line-height: 26px;
  color: #353535 !important;
}
.woocommerce-shop .products li .price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: inline-flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  gap: 7px;
}
.woocommerce-shop .products li .price del {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #aaaaaa;
}
.woocommerce-shop .products li .price ins {
  text-decoration: none;
}
.woocommerce-shop .products li .price ins bdi {
  color: #E46B45;
}
.woocommerce-shop .products li .price .bos4w-or-subscribe {
  display: none;
}
.woocommerce-shop .products li.product-type-subscription .price {
  flex-direction: row;
}
.woocommerce-shop .products li .short-description {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.woocommerce-shop .products li a.add_to_cart_button {
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  line-height: 200px;
  height: 48px;
  width: 48px;
  background-color: #E46B45;
  color: white;
  border-radius: 4px;
  position: absolute;
  right: 0;
  margin-top: 15px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/add-to-cart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.woocommerce-shop .products li a.add_to_cart_button.added_to_cart {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/cart.svg");
}
.woocommerce-shop .products li a.add_to_cart_button:hover {
  background-color: #B04F31;
}
.woocommerce-shop .wc-block-components-notice-banner {
  display: none !important;
}

.single-product .product {
  display: flex;
  max-width: 1280px;
  margin: 120px auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .single-product .product {
    display: block;
    margin: 40px auto;
  }
}
.single-product .product .woocommerce-product-gallery {
  flex-basis: 50%;
}
.single-product .product .woocommerce-product-gallery img {
  display: block;
  background-color: #F4F4F0;
  width: 100%;
  box-sizing: border-box;
  padding: 10%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
.single-product .product .summary {
  flex: 1;
  text-align: left;
  padding-left: 10%;
}
@media only screen and (max-width: 767px) {
  .single-product .product .summary {
    padding-left: 0;
    margin-top: 30px;
  }
}
.single-product .product .price {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  display: inline-flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  gap: 7px;
}
.single-product .product .price del {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #aaaaaa;
}
.single-product .product .price ins {
  text-decoration: none;
}
.single-product .product .price ins bdi {
  color: #E46B45;
}
.single-product .product .price .bos4w-or-subscribe {
  display: none;
}
.single-product .product .nyp {
  margin: 0 !important;
}
.single-product .product .nyp .nyp-input {
  margin-top: 5px;
  text-align: left;
}
.single-product .product .nyp .woocommerce-nyp-message {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.single-product .product .nyp .wc-nyp-error {
  list-style: none;
  padding: 0;
  color: #AD442B;
}
.single-product .product.product-type-subscription .price {
  flex-direction: row;
}
.single-product .product .quantity {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.single-product .product .quantity input {
  border: none;
  height: 48px;
  width: 60px;
  padding: 0 !important;
  text-align: center;
  background: #EDEDE7;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .single-product .product .quantity input {
    height: 40px;
    width: 40px;
    font-size: 13px;
  }
}
.single-product .product .quantity .plus {
  font-size: 20px;
}
.single-product .product .quantity .minus {
  font-size: 24px;
  margin-right: 5px;
}
.single-product .product .bos4w-display-wrap .bos4w-display-plan-text {
  display: none;
}
.single-product .product .bos4w-display-wrap ul {
  padding: 0;
  margin: 5px 0 7px;
}
.single-product .product .bos4w-display-wrap ul li {
  padding: 0;
  margin: 0 0 8px;
}
.single-product .product .bos4w-display-wrap ul li label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.single-product .product .bos4w-display-wrap ul li label input[type=radio] {
  display: none;
}
.single-product .product .bos4w-display-wrap ul li label input[type=radio] + span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.single-product .product .bos4w-display-wrap ul li label input[type=radio] + span:before {
  display: block;
  content: "";
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #B3B3B3;
  border-radius: 100%;
  background-color: #fff;
}
.single-product .product .bos4w-display-wrap ul li label input[type=radio] + span:after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 6px;
  background-color: #E46B45;
}
.single-product .product .bos4w-display-wrap ul li label input[type=radio]:checked + span:before {
  border-color: #E46B45;
}
.single-product .product .bos4w-display-wrap ul li label input[type=radio]:checked + span:after {
  display: block;
}
.single-product .product .bos4w-display-wrap .bos4w-display-dropdown {
  display: none !important;
}
.single-product .product .single_add_to_cart_button {
  color: #fff;
  background-color: #E46B45;
  display: inline-block;
  padding: 16px 24px;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 2px;
}
.single-product .product .single_add_to_cart_button:hover {
  background-color: #B04F31;
}
@media only screen and (max-width: 767px) {
  .single-product .product .single_add_to_cart_button {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.single-product .product .limited-subscription-notice {
  color: #E46B45;
}

.woocommerce-checkout #site-header,
.woocommerce-checkout #site-footer {
  display: none !important;
}
.woocommerce-checkout .checkout-wrp {
  min-height: 100vh;
  display: flex;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout .checkout-wrp {
    display: block;
  }
}
.woocommerce-checkout .checkout {
  margin-top: 50px;
}
.woocommerce-checkout .checkout-info {
  position: relative;
  box-sizing: border-box;
  flex-basis: 40%;
  padding: 10% 30px;
  background-color: #6D9D6F;
  color: white;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout .checkout-info {
    padding: 15% 30px 10%;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-info {
    display: block;
    padding: 0 20px 10%;
  }
}
.woocommerce-checkout .checkout-info:before {
  background-image: url(/wp-content/themes/sormlandsleden.se/static/images/pattern.svg);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1600px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.woocommerce-checkout .checkout-info .checkout-back {
  display: flex;
  gap: 30px;
  position: absolute;
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  top: 40px;
}
.woocommerce-checkout .checkout-info .checkout-back i {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/back-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.woocommerce-checkout .checkout-info .checkout-back img {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .woocommerce-checkout .checkout-info .checkout-back {
    padding-left: 0;
    gap: 0;
  }
  .woocommerce-checkout .checkout-info .checkout-back i {
    left: -50px;
  }
  .woocommerce-checkout .checkout-info .checkout-back img {
    left: -20px;
  }
}
@media screen and (max-width: 1599px) {
  .woocommerce-checkout .checkout-info .checkout-back {
    gap: 30px;
    padding-left: 30px;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-info .checkout-back {
    position: relative;
    gap: 0;
    top: auto;
    padding-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .woocommerce-checkout .checkout-info .checkout-back img {
    max-height: 30px;
  }
}
.woocommerce-checkout .checkout-info .checkout-info-content {
  max-width: 480px;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout .checkout-info .checkout-info-content {
    max-width: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-info .checkout-info-content {
    max-width: 100%;
  }
}
.woocommerce-checkout .checkout-info .checkout-info-content .preamble {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .woocommerce-checkout .checkout-info .checkout-info-content .preamble {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-info .checkout-info-content .preamble {
    font-size: 18px;
    line-height: 22px;
  }
}
.woocommerce-checkout .checkout-info .checkout-info-content .checkout-info-list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-checkout .checkout-info .checkout-info-content .checkout-info-list .checkout-info-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-checkout .checkout-info .checkout-info-content .checkout-info-list .checkout-info-list-item i {
  background-color: white;
  flex-basis: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #6D9D6F;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-checkout .checkout-info .checkout-info-content .checkout-info-list .checkout-info-list-item span {
  flex: 1;
}
.woocommerce-checkout .checkout-content {
  box-sizing: border-box;
  flex: 1;
  padding: 10% 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content {
    padding: 10% 20px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce {
  max-width: 540px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce {
    max-width: 100%;
  }
}
.woocommerce-checkout .checkout-content .woocommerce > .woocommerce-notices-wrapper {
  /* display: none;*/
}
.woocommerce-checkout .checkout-content h2 {
  margin: 0;
}
.woocommerce-checkout .checkout-content .preamble {
  margin-top: 8px;
  margin-bottom: 30px;
  color: #707070;
}
.woocommerce-checkout .checkout-content .member-reminder {
  margin-top: -10px;
  margin-bottom: 30px;
  padding: 16px;
  background-color: #f2f2f2;
  border-radius: 8px;
  font-size: 14px;
}
.woocommerce-checkout .checkout-content .member-reminder a {
  color: #E46B45;
  text-decoration: underline;
}
.woocommerce-checkout .checkout-content #order_review_heading {
  display: none;
}
.woocommerce-checkout .checkout-content .woocommerce-info,
.woocommerce-checkout .checkout-content .woocommerce-error {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.woocommerce-checkout .checkout-content .woocommerce-info a,
.woocommerce-checkout .checkout-content .woocommerce-error a {
  color: #E46B45;
  font-weight: normal;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table {
  display: block;
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  margin-bottom: 30px;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tr {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tr {
    gap: 16px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody {
    padding: 20px;
    gap: 16px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-remove {
  font-size: 24px;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-thumbnail {
  flex-basis: 80px;
  min-width: 80px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-thumbnail {
    flex-basis: 64px;
    min-width: 64px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-thumbnail img {
  display: block;
  background-color: #F4F4F0;
  width: 80px;
  box-sizing: border-box;
  padding: 10px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-thumbnail img {
    width: 64px;
    padding: 8px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-name {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-name {
    font-size: 13px;
    line-height: 20px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-name strong {
  display: block;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-name strong {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-name > span {
  font-weight: 700;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-quantity {
  flex-basis: 110px;
  min-width: 110px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-quantity {
    flex-basis: 80px;
    min-width: 80px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-quantity .quantity input {
  border: none;
  height: 48px;
  width: 60px;
  padding: 0 !important;
  text-align: center;
  background: #EDEDE7;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-quantity .quantity input {
    height: 40px;
    width: 40px;
    font-size: 13px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-quantity .quantity .plus {
  font-size: 20px;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tbody td.product-quantity .quantity .minus {
  font-size: 24px;
  margin-right: 5px;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot {
  display: block;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr {
  justify-content: space-between;
  display: none;
  gap: 0;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.voucher-discount.cart-discount th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.voucher-discount.cart-discount td {
  padding: 16px 30px;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.shipping, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.cart-discount {
  display: flex;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.recurring-total {
  display: none;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr ul {
  list-style: none;
  text-align: right;
  padding: 0;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr ul li label[for=shipping_method_0_flat_rate2] {
  color: white;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr ul li label[for=shipping_method_0_flat_rate2] span {
  color: #000000;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 16px 30px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total td {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr:last-child th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.shipping + .order-total th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.shipping + .order-total td {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 24px 30px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr:last-child th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.shipping + .order-total th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.shipping + .order-total td {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot tr.shipping + .order-total td {
  color: #E46B45;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot td {
  flex: 1;
  border-top: 1px solid #B3B3B3;
  text-align: right;
}
.woocommerce-checkout .checkout-content .woocommerce-checkout-review-order-table tfoot th {
  text-align: left;
}
.woocommerce-checkout .checkout-content .cross-sells {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout .checkout-content .cross-sells li {
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  padding: 20px 24px 20px 24px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .cross-sells li {
    padding: 16px 20px 16px 20px;
  }
}
.woocommerce-checkout .checkout-content .cross-sells img {
  display: none;
}
.woocommerce-checkout .checkout-content .cross-sells .product-image-link {
  display: none;
}
.woocommerce-checkout .checkout-content .cross-sells .product-title-link {
  display: block;
  margin-bottom: 5px;
  margin-right: 60px;
}
.woocommerce-checkout .checkout-content .cross-sells h2 {
  font-size: 20px;
  line-height: 26px;
  color: #353535 !important;
}
.woocommerce-checkout .checkout-content .cross-sells .price {
  display: none;
}
.woocommerce-checkout .checkout-content .cross-sells.product-type-subscription .price {
  flex-direction: row;
}
.woocommerce-checkout .checkout-content .cross-sells .short-description {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.woocommerce-checkout .checkout-content .cross-sells .name-your-price {
  order: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-top: 15px;
}
.woocommerce-checkout .checkout-content .cross-sells .name-your-price input {
  flex: 1;
  height: auto;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
}
.woocommerce-checkout .checkout-content .cross-sells a.add_to_cart_button {
  display: none;
}
.woocommerce-checkout .checkout-content .cross-sells button {
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  line-height: 200px;
  flex-basis: 48px;
  height: 48px;
  width: 48px;
  background-color: #E46B45;
  color: white;
  border-radius: 4px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/add-to-cart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.woocommerce-checkout .checkout-content .cross-sells button.added_to_cart {
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/cart.svg");
}
.woocommerce-checkout .checkout-content .cross-sells button:hover {
  background-color: #B04F31;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login {
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login ::-webkit-input-placeholder {
  color: transparent;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login :-moz-placeholder {
  color: transparent;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login ::-moz-placeholder {
  color: transparent;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login :-ms-input-placeholder {
  color: transparent;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login > p:first-child {
  display: none;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .form-row {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #B3B3B3;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .form-row .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .form-row input[type=text],
.woocommerce-checkout .checkout-content .woocommerce-form-login .form-row input[type=password] {
  background: white;
  border: none;
  border-radius: 0;
  padding: 26px 24px 10px !important;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-form-login .form-row input[type=text],
.woocommerce-checkout .checkout-content .woocommerce-form-login .form-row input[type=password] {
    padding: 26px 20px 10px !important;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .form-row label {
  pointer-events: none;
  color: #707070;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content .woocommerce-form-login .form-row label {
    left: 20px;
  }
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .form-row:focus-within label, .woocommerce-checkout .checkout-content .woocommerce-form-login .form-row.has-value label {
  font-size: 10px;
  top: 8px;
  transform: translateY(0);
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .clear + p {
  padding: 18px 24px 18px;
  border-bottom: none;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .clear + p label {
  display: none !important;
  position: relative;
  left: auto !important;
  top: auto !important;
  font-size: 14px !important;
  transform: translateY(0) !important;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .clear + p button {
  display: block;
  margin-top: 0;
  padding: 10px 20px !important;
  background-color: #E46B45;
  color: white;
  border-radius: 4px;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .clear + p button:hover {
  background-color: #B04F31;
}
.woocommerce-checkout .checkout-content .woocommerce-form-login .lost_password {
  margin: 0;
  padding: 0 24px 18px;
  border-top: none;
  font-size: 14px;
  text-decoration: underline;
}
.woocommerce-checkout .checkout-content .woocommerce-form-coupon-toggle div {
  margin-bottom: 0px;
}
.woocommerce-checkout .checkout-content form.checkout_coupon button {
  display: block;
  margin-top: 0;
  padding: 10px 20px !important;
  background-color: #E46B45;
  color: white;
  border-radius: 4px;
}
.woocommerce-checkout .checkout-content form.checkout_coupon button:hover {
  background-color: #B04F31;
}
.woocommerce-checkout .checkout-content .wc-block-components-notice-banner.is-info {
  background-color: white !important;
  border-color: #B3B3B3 !important;
  margin-bottom: 24px !important;
}
.woocommerce-checkout .checkout-content .wc-block-components-notice-banner.is-error {
  background-color: white !important;
  border-color: #B3B3B3 !important;
  margin-bottom: 24px !important;
}
.woocommerce-checkout .checkout-content .wc-block-components-notice-banner a {
  text-decoration: underline;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-NoticeGroup ul,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-NoticeGroup ul {
  margin: 0;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .mailchimp-newsletter,
.woocommerce-checkout .checkout-content form#order_review .mailchimp-newsletter {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .mailchimp-newsletter input[type=checkbox],
.woocommerce-checkout .checkout-content form#order_review .mailchimp-newsletter input[type=checkbox] {
  display: none;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .mailchimp-newsletter input[type=checkbox] + span,
.woocommerce-checkout .checkout-content form#order_review .mailchimp-newsletter input[type=checkbox] + span {
  display: block;
  position: relative;
  padding-left: 30px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .mailchimp-newsletter input[type=checkbox] + span:before,
.woocommerce-checkout .checkout-content form#order_review .mailchimp-newsletter input[type=checkbox] + span:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  background-color: #fff;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .mailchimp-newsletter input[type=checkbox] + span:after,
.woocommerce-checkout .checkout-content form#order_review .mailchimp-newsletter input[type=checkbox] + span:after {
  display: none;
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #E46B45;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .mailchimp-newsletter input[type=checkbox]:checked + span:after,
.woocommerce-checkout .checkout-content form#order_review .mailchimp-newsletter input[type=checkbox]:checked + span:after {
  display: block;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .col-1,
.woocommerce-checkout .checkout-content form#order_review .col-1 {
  margin-bottom: 15px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .col-2,
.woocommerce-checkout .checkout-content form#order_review .col-2 {
  margin-bottom: 30px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout abbr.required,
.woocommerce-checkout .checkout-content form#order_review abbr.required {
  color: #E46B45;
  border: none !important;
  text-decoration: none !important;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout input, .woocommerce-checkout .checkout-content form.woocommerce-checkout select, .woocommerce-checkout .checkout-content form.woocommerce-checkout textarea,
.woocommerce-checkout .checkout-content form#order_review input,
.woocommerce-checkout .checkout-content form#order_review select,
.woocommerce-checkout .checkout-content form#order_review textarea {
  background: white;
  border: none;
  border-radius: 0;
  padding: 26px 24px 10px !important;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout input, .woocommerce-checkout .checkout-content form.woocommerce-checkout select, .woocommerce-checkout .checkout-content form.woocommerce-checkout textarea,
.woocommerce-checkout .checkout-content form#order_review input,
.woocommerce-checkout .checkout-content form#order_review select,
.woocommerce-checkout .checkout-content form#order_review textarea {
    padding: 26px 20px 10px !important;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .select2-container,
.woocommerce-checkout .checkout-content form#order_review .select2-container {
  font-family: "Roboto", sans-serif;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .select2-container .select2-selection--single,
.woocommerce-checkout .checkout-content form#order_review .select2-container .select2-selection--single {
  height: 56px;
  border: none;
  border-radius: 0;
  margin: 0;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .checkout-content form#order_review .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000000;
  line-height: 20px;
  padding: 26px 56px 10px 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .checkout-content form#order_review .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 26px 52px 10px 20px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-checkout .checkout-content form#order_review .select2-container .select2-selection--single .select2-selection__arrow {
  height: 56px;
  width: 56px;
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  overflow: hidden;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper ::-webkit-input-placeholder,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper ::-webkit-input-placeholder,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper ::-webkit-input-placeholder,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper ::-webkit-input-placeholder {
  color: transparent;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper :-moz-placeholder,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper :-moz-placeholder,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper :-moz-placeholder,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper :-moz-placeholder {
  color: transparent;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper ::-moz-placeholder,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper ::-moz-placeholder,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper ::-moz-placeholder,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper ::-moz-placeholder {
  color: transparent;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper :-ms-input-placeholder,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper :-ms-input-placeholder,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper :-ms-input-placeholder,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper :-ms-input-placeholder {
  color: transparent;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row {
  position: relative;
  margin: 0;
  flex-basis: 50%;
  border-bottom: 1px solid #B3B3B3;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  display: block;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row label,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row label {
  pointer-events: none;
  color: #707070;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row label,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row label {
    left: 20px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:focus-within label, .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.has-value label,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row:focus-within label,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.has-value label,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row:focus-within label,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row.has-value label,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row:focus-within label,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row.has-value label {
  font-size: 10px;
  top: 8px;
  transform: translateY(0);
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field, .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field, .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#order_comments_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_country_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_address_1_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#order_comments_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#billing_country_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#order_comments_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#billing_country_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#billing_address_1_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#order_comments_field {
  flex-basis: 100%;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field, .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field, .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_first_name_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#billing_first_name_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#billing_postcode_field {
  border-right: 1px solid #B3B3B3;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field, .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field, .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#order_comments_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_city_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#order_comments_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#billing_city_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#order_comments_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#billing_city_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#order_comments_field {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field, .woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_phone_field,
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-billing-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#billing_phone_field,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-additional-fields__field-wrapper .form-row#billing_email_field {
    flex-basis: 100%;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .form-row input#coupon_code,
.woocommerce-checkout .checkout-content form#order_review .form-row input#coupon_code {
  border: 1px solid #B3B3B3;
  border-radius: 8px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #woocommerce-checkout-form-coupon .form-row label,
.woocommerce-checkout .checkout-content form#order_review #woocommerce-checkout-form-coupon .form-row label {
  pointer-events: none;
  color: #707070;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #woocommerce-checkout-form-coupon .form-row:focus-within label, .woocommerce-checkout .checkout-content form.woocommerce-checkout #woocommerce-checkout-form-coupon .form-row.has-value label,
.woocommerce-checkout .checkout-content form#order_review #woocommerce-checkout-form-coupon .form-row:focus-within label,
.woocommerce-checkout .checkout-content form#order_review #woocommerce-checkout-form-coupon .form-row.has-value label {
  font-size: 10px;
  top: 8px;
  transform: translateY(0);
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .card-information,
.woocommerce-checkout .checkout-content form#order_review #payment .card-information {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #F6EEDB;
  margin-top: -5px;
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment > ul,
.woocommerce-checkout .checkout-content form#order_review #payment > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  overflow: hidden;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #B3B3B3;
  background: #f5f5f5;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li:last-child,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li:last-child {
  border-bottom: none;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li input[type=radio],
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li input[type=radio] {
  display: none;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li input[type=radio] + label,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li input[type=radio] + label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li input[type=radio] + label,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li input[type=radio] + label {
    padding: 20px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li input[type=radio] + label:before,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li input[type=radio] + label:before {
  display: block;
  content: "";
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #B3B3B3;
  border-radius: 100%;
  background-color: #fff;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li input[type=radio] + label:after,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li input[type=radio] + label:after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-color: #E46B45;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li input[type=radio] + label:after,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li input[type=radio] + label:after {
    left: 26px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li input[type=radio] + label img,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li input[type=radio] + label img {
  margin-left: auto;
  height: 20px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li input[type=radio]:checked + label:before,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li input[type=radio]:checked + label:before {
  border-color: #E46B45;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li input[type=radio]:checked + label:after,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li input[type=radio]:checked + label:after {
  display: block;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods + #wc-stripe-cc-form,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods + #wc-stripe-cc-form {
  margin: 10px 0 15px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods,
.woocommerce-checkout .checkout-content form#order_review #payment .woocommerce-SavedPaymentMethods {
  margin: 0 24px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods,
.woocommerce-checkout .checkout-content form#order_review #payment .woocommerce-SavedPaymentMethods {
    margin: 0 20px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li,
.woocommerce-checkout .checkout-content form#order_review #payment .woocommerce-SavedPaymentMethods > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: none;
  padding: 5px 15px;
  background: #f5f5f5;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li:first-child,
.woocommerce-checkout .checkout-content form#order_review #payment .woocommerce-SavedPaymentMethods > li:first-child {
  padding-top: 10px;
  border-radius: 4px 4px 0 0;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li:last-child,
.woocommerce-checkout .checkout-content form#order_review #payment .woocommerce-SavedPaymentMethods > li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 4px 4px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li:last-child,
.woocommerce-checkout .checkout-content form#order_review #payment .woocommerce-SavedPaymentMethods > li:last-child {
    margin-bottom: 20px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li input[type=radio] + label,
.woocommerce-checkout .checkout-content form#order_review #payment .woocommerce-SavedPaymentMethods > li input[type=radio] + label {
  position: relative;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li input[type=radio] + label:after,
.woocommerce-checkout .checkout-content form#order_review #payment .woocommerce-SavedPaymentMethods > li input[type=radio] + label:after {
  left: 6px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_methods > li.payment_method_cheque,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_methods > li.payment_method_cheque {
  display: none;
  visibility: hidden;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe {
  padding: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe {
    padding: 0 0 20px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe #stripe-payment-data > p:first-child,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe #stripe-payment-data > p:first-child {
  display: none;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe #wc-stripe-cc-form {
  margin: 0 24px 24px;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe #wc-stripe-cc-form {
    margin: 0 20px 20px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form .form-row,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe #wc-stripe-cc-form .form-row {
  position: relative;
  margin: 0;
  border-top: 1px solid #B3B3B3;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form .form-row:first-child,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe #wc-stripe-cc-form .form-row:first-child {
  border-top: none;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form .form-row label,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe #wc-stripe-cc-form .form-row label {
  font-size: 10px;
  color: #707070;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  left: 24px;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form .form-row label,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe #wc-stripe-cc-form .form-row label {
    left: 20px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form .form-row .wc-stripe-elements-field,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
  border: none;
  margin: 0;
  padding: 28px 24px 10px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe #wc-stripe-cc-form .form-row .wc-stripe-elements-field,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
    padding: 28px 20px 10px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
  align-items: center;
  padding: 0 24px 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
    padding: 0 20px 20px;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox],
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  display: none;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label {
  position: relative;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label:before,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  background-color: #fff;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label:after,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label:after {
  display: none;
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #E46B45;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]:checked + label:after,
.woocommerce-checkout .checkout-content form#order_review #payment li.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]:checked + label:after {
  display: block;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_box,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_box {
  flex-basis: 100%;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_box.payment_method_stripe,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_box.payment_method_stripe {
  padding: 0 24px 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_box.payment_method_stripe,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_box.payment_method_stripe {
    padding: 0 20px 0;
  }
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_box .Input,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_box .Input {
  border: 1px solid #B3B3B3 !important;
  padding-top: 0 !important;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_box.payment_method_redlight_swish-ecommerce > p,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_box.payment_method_redlight_swish-ecommerce > p {
  display: none;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  margin: 0 24px 24px;
  background: #f5f5f5;
  border-radius: 4px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_box.payment_method_cod,
.woocommerce-checkout .checkout-content form.woocommerce-checkout #payment .payment_box.payment_method_cheque,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_box.payment_method_cod,
.woocommerce-checkout .checkout-content form#order_review #payment .payment_box.payment_method_cheque {
  padding: 0 24px 24px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-terms-and-conditions-wrapper {
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-terms-and-conditions-wrapper a {
  color: #E46B45;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-terms-and-conditions-wrapper .checkbox {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox],
.woocommerce-checkout .checkout-content form#order_review .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] {
  display: none;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] + span,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] + span {
  position: relative;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] + span:before,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] + span:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  background-color: #fff;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] + span:after,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] + span:after {
  display: none;
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #E46B45;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox]:checked + span:after,
.woocommerce-checkout .checkout-content form#order_review .woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox]:checked + span:after {
  display: block;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #ws_opt_in_field,
.woocommerce-checkout .checkout-content form#order_review #ws_opt_in_field {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 0;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #ws_opt_in_field .checkbox,
.woocommerce-checkout .checkout-content form#order_review #ws_opt_in_field .checkbox {
  position: relative;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #ws_opt_in_field .checkbox input[type=checkbox],
.woocommerce-checkout .checkout-content form#order_review #ws_opt_in_field .checkbox input[type=checkbox] {
  display: none;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #ws_opt_in_field .checkbox:before,
.woocommerce-checkout .checkout-content form#order_review #ws_opt_in_field .checkbox:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: #fff;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #ws_opt_in_field .checkbox:after,
.woocommerce-checkout .checkout-content form#order_review #ws_opt_in_field .checkbox:after {
  display: none;
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #E46B45;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout #ws_opt_in_field .checkbox:has(input:checked)::after,
.woocommerce-checkout .checkout-content form#order_review #ws_opt_in_field .checkbox:has(input:checked)::after {
  display: block;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .button,
.woocommerce-checkout .checkout-content form#order_review .button {
  width: 100%;
  margin-top: 30px;
  padding: 18px !important;
  background: #6E78AD;
  color: white;
  border-radius: 9999px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.woocommerce-checkout .checkout-content form.woocommerce-checkout .button:hover,
.woocommerce-checkout .checkout-content form#order_review .button:hover {
  background: #5c67a2;
}
.woocommerce-checkout .checkout-content form#order_review table {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
}
.woocommerce-checkout .checkout-content form#order_review table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B3B3B3;
}
.woocommerce-checkout .checkout-content form#order_review table tr th, .woocommerce-checkout .checkout-content form#order_review table tr td {
  padding: 16px 20px;
}
.woocommerce-checkout .checkout-content form#order_review table tr td {
  text-align: right;
}
.woocommerce-checkout .checkout-content form#order_review table tr td.woocommerce-table__product-name {
  text-align: left;
}
.woocommerce-checkout .checkout-content form#order_review table thead {
  display: none;
}
.woocommerce-checkout .checkout-content form#order_review table tbody {
  order: 1;
  display: block;
}
.woocommerce-checkout .checkout-content form#order_review table tbody tr td:nth-child(2) {
  display: none;
}
.woocommerce-checkout .checkout-content form#order_review table tfoot {
  order: 2;
  display: block;
}
.woocommerce-checkout .checkout-content form#order_review table tfoot tr:first-child {
  display: none;
}
.woocommerce-checkout .checkout-content form#order_review table tfoot tr:last-child {
  font-weight: bold;
  border-bottom: none;
}
.woocommerce-checkout .checkout-content form#order_review table tfoot tr:last-child .product-total {
  color: #E46B45;
}
.woocommerce-checkout .checkout-content form#order_review table tfoot tr td {
  display: flex;
  align-items: flex-end;
}
.woocommerce-checkout .checkout-content form#order_review table tfoot tr td > span {
  margin-right: 5px;
}
.woocommerce-checkout .checkout-content form#order_review table tfoot tr td small {
  color: #aaa;
  margin-right: 10px;
  top: -2px;
  font-size: 12px;
}
.woocommerce-checkout .checkout-content form#order_review table tfoot tr td small.shipped_via {
  display: none;
  margin-right: 7px;
}
.woocommerce-checkout .select2-container--open {
  border: none !important;
}
.woocommerce-checkout .select2-container--open .select2-dropdown {
  margin: 0;
  border: none;
  outline: 1px solid #B3B3B3;
  border-radius: 0 0 8px 8px;
  background-color: #f5f5f5;
}
.woocommerce-checkout .select2-container--open .select2-search--dropdown {
  padding: 8px 8px 16px;
}
.woocommerce-checkout .select2-container--open .select2-search--dropdown .select2-search__field {
  height: auto;
  padding: 10px 16px !important;
  background: white;
  font-size: 16px;
  line-height: 20px;
}
.woocommerce-checkout .select2-container--open .select2-results__option {
  padding: 6px 24px;
}
.woocommerce-checkout .select2-container--open .select2-results__option:first-child {
  padding-top: 6px;
}
.woocommerce-checkout.woocommerce-order-received {
  overflow: hidden;
}
.woocommerce-checkout.woocommerce-order-received .checkout-wrp {
  display: block;
  text-align: center;
}
.woocommerce-checkout.woocommerce-order-received .checkout-info {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.woocommerce-checkout.woocommerce-order-received .checkout-info * {
  display: none !important;
}
.woocommerce-checkout.woocommerce-order-received .checkout-content {
  position: relative;
  z-index: 1;
  color: white;
  padding: 150px 30px 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.woocommerce-order-received .checkout-content {
    padding: 80px 20px 0;
  }
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-back {
  display: block;
  position: fixed;
  z-index: 1;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-back {
    top: 30px;
  }
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .woocommerce {
  width: 100%;
  max-width: 800px;
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .woocommerce-order-overview,
.woocommerce-checkout.woocommerce-order-received .checkout-content .woocommerce-order-overview + p,
.woocommerce-checkout.woocommerce-order-received .checkout-content .woocommerce-order-details,
.woocommerce-checkout.woocommerce-order-received .checkout-content .woocommerce-customer-details {
  display: none !important;
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .success-icon {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: white;
  margin: 0 auto 25px;
  background-image: url("/wp-content/themes/sormlandsleden.se/static/images/success-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.woocommerce-order-received .checkout-content .success-icon {
    width: 64px;
    height: 64px;
    background-size: 30px;
    margin: 0 auto 15px;
  }
}
.woocommerce-checkout.woocommerce-order-received .checkout-content h1 {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.woocommerce-order-received .checkout-content h1 {
    font-size: 26px;
    line-height: 36px;
  }
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .woocommerce-notice {
  font-size: 18px;
  line-height: 24px;
  max-width: 600px;
  margin: 15px auto;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.woocommerce-order-received .checkout-content .woocommerce-notice {
    font-size: 16px;
    line-height: 22px;
  }
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-buttons {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-buttons {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-buttons a {
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-buttons a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-buttons a {
    font-size: 16px;
    line-height: 22px;
  }
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-buttons .btn {
  padding: 16px 30px;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E46B45;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-buttons .btn {
    width: 100%;
    display: block;
    padding: 12px 24px;
  }
}
.woocommerce-checkout.woocommerce-order-received .checkout-content .thank-you-buttons .btn:hover {
  background-color: #B04F31;
  text-decoration: none;
}

body.woocommerce-order-pay .payment_method_redlight_swish-ecommerce {
  display: none !important;
}

.page-template-account:before {
  background-image: url(/wp-content/themes/sormlandsleden.se/static/images/pattern.svg);
  background-position: 50%;
  background-repeat: repeat;
  background-size: 1600px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.11;
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-template-account .woocommerce + p {
  display: none;
}
.page-template-account .page-intro {
  padding: 60px 0 90px;
}
.page-template-account .page-intro .info-point-wrapper {
  height: 60px;
}
.page-template-account .page-intro .info-point-wrapper .info-point {
  height: 41px;
}
@media only screen and (max-width: 767px) {
  .page-template-account .page-intro {
    padding: 30px 0;
  }
  .page-template-account .page-intro .info-point-wrapper {
    height: 41px;
  }
  .page-template-account .page-intro .info-point-wrapper .info-point {
    padding: 2px 15px 2px 15px;
    font-size: 14px;
    height: 30px;
    line-height: 27px;
  }
  .page-template-account .page-intro .info-point-wrapper .info-point:after {
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #E46B45;
  }
  .page-template-account .page-intro h1 {
    font-size: 28px;
  }
}
.page-template-account .account-content {
  margin: 0 auto;
  padding: 60px 5%;
  max-width: calc(1020px + 10%);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-template-account .account-content {
    padding: 30px 5%;
  }
}
.page-template-account .admin-button {
  margin-top: 30px;
  border-radius: 0;
  background-color: #E46B45;
}
.page-template-account .account-content-2col {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .page-template-account .account-content-2col {
    flex-direction: column;
  }
}

.pending-orders-information {
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #E46B45;
  color: white;
  border-radius: 8px;
}
.pending-orders-information h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}
.pending-orders-information .btn {
  background: white;
  color: #E46B45;
  margin-top: 15px;
  border-radius: 8px;
}

.woocommerce-view-subscription .woocommerce-message,
.woocommerce-account.woocommerce-add-payment-method .woocommerce-message,
.woocommerce-account.woocommerce-payment-methods .woocommerce-message {
  margin-bottom: 0 !important;
  padding: 20px !important;
  color: white !important;
  background: #6D9D6F !important;
}
.woocommerce-view-subscription .woocommerce-message + .woocommerce-info,
.woocommerce-account.woocommerce-add-payment-method .woocommerce-message + .woocommerce-info,
.woocommerce-account.woocommerce-payment-methods .woocommerce-message + .woocommerce-info {
  margin-top: -10px !important;
  padding: 0 20px 20px !important;
  color: white !important;
  background: #6D9D6F !important;
}
.woocommerce-view-subscription .woocommerce-message + .woocommerce-info a:hover,
.woocommerce-account.woocommerce-add-payment-method .woocommerce-message + .woocommerce-info a:hover,
.woocommerce-account.woocommerce-payment-methods .woocommerce-message + .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-view-subscription .wc-block-components-notice-banner,
.woocommerce-account.woocommerce-add-payment-method .wc-block-components-notice-banner,
.woocommerce-account.woocommerce-payment-methods .wc-block-components-notice-banner {
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-view-subscription .wc-block-components-notice-banner,
.woocommerce-account.woocommerce-add-payment-method .wc-block-components-notice-banner,
.woocommerce-account.woocommerce-payment-methods .wc-block-components-notice-banner {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-view-subscription .wc-block-components-notice-banner .wc-block-components-notice-banner__content,
.woocommerce-account.woocommerce-add-payment-method .wc-block-components-notice-banner .wc-block-components-notice-banner__content,
.woocommerce-account.woocommerce-payment-methods .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  max-width: 1020px;
  margin: 0 auto;
}
.woocommerce-view-subscription .wc-block-components-notice-banner svg,
.woocommerce-account.woocommerce-add-payment-method .wc-block-components-notice-banner svg,
.woocommerce-account.woocommerce-payment-methods .wc-block-components-notice-banner svg {
  display: none !important;
}
.woocommerce-view-subscription .wc-block-components-notice-banner.is-success, .woocommerce-view-subscription .wc-block-components-notice-banner.is-error,
.woocommerce-account.woocommerce-add-payment-method .wc-block-components-notice-banner.is-success,
.woocommerce-account.woocommerce-add-payment-method .wc-block-components-notice-banner.is-error,
.woocommerce-account.woocommerce-payment-methods .wc-block-components-notice-banner.is-success,
.woocommerce-account.woocommerce-payment-methods .wc-block-components-notice-banner.is-error {
  display: none !important;
}
.woocommerce-view-subscription .wc-block-components-notice-banner.is-info,
.woocommerce-account.woocommerce-add-payment-method .wc-block-components-notice-banner.is-info,
.woocommerce-account.woocommerce-payment-methods .wc-block-components-notice-banner.is-info {
  padding: 20px !important;
  border: none !important;
  color: white !important;
  background: #6D9D6F !important;
}
.woocommerce-view-subscription .wc-block-components-notice-banner.is-info a:hover,
.woocommerce-account.woocommerce-add-payment-method .wc-block-components-notice-banner.is-info a:hover,
.woocommerce-account.woocommerce-payment-methods .wc-block-components-notice-banner.is-info a:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation {
  border-bottom: 1px solid #EDEDE7;
  background-color: white;
}
.woocommerce-MyAccount-navigation button {
  display: none;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 auto;
  padding: 0 5%;
  max-width: calc(1600px + 10%);
  display: flex;
}
.woocommerce-MyAccount-navigation ul li {
  margin-right: 30px;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 5px;
  font-size: 16px;
  color: #624E48;
}
.woocommerce-MyAccount-navigation ul li a:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -1px;
  height: 1px;
  width: 0;
  background-color: #624E48;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus {
  color: #624E48;
}
.woocommerce-MyAccount-navigation ul li a:hover:after, .woocommerce-MyAccount-navigation ul li a:focus:after {
  left: 0;
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #624E48;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li.is-active a:after {
  left: 0;
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  margin-left: auto;
  margin-right: 0;
}
.woocommerce-MyAccount-navigation ul li:nth-child(1) {
  order: 1;
}
.woocommerce-MyAccount-navigation ul li:nth-child(2) {
  order: 5;
}
.woocommerce-MyAccount-navigation ul li:nth-child(3) {
  order: 4;
}
.woocommerce-MyAccount-navigation ul li:nth-child(4) {
  order: 3;
}
.woocommerce-MyAccount-navigation ul li:nth-child(5) {
  order: 2;
}
.woocommerce-MyAccount-navigation ul li:nth-child(6) {
  order: 2;
}
.woocommerce-MyAccount-navigation ul li:nth-child(7) {
  order: 7;
}
.woocommerce-MyAccount-navigation ul li:nth-child(8) {
  order: 8;
}
.woocommerce-MyAccount-navigation ul li:nth-child(9) {
  order: 9;
}
.woocommerce-MyAccount-navigation ul li:nth-child(10) {
  order: 10;
}

@media only screen and (max-width: 1439px) {
  .woocommerce-MyAccount-navigation ul li {
    margin-right: 20px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    padding: 15px 3px;
  }
}
@media only screen and (max-width: 1279px) {
  .woocommerce-MyAccount-navigation ul li {
    margin-right: 20px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 12px;
    padding: 15px 3px;
  }
}
@media only screen and (max-width: 1023px) {
  .woocommerce-MyAccount-navigation button {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 5%;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  .woocommerce-MyAccount-navigation button:after {
    pointer-events: none;
    font-family: "icomoon" !important;
    content: "\e900";
    font-size: 12px;
  }
  .woocommerce-MyAccount-navigation button.active:after {
    transform: rotate(180deg);
  }
  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    display: none;
  }
  .woocommerce-MyAccount-navigation ul li {
    width: 100%;
    margin-right: 0;
    border-top: 1px solid #ddd;
  }
  .woocommerce-MyAccount-navigation ul li:last-child {
    margin-left: 0;
  }
  .woocommerce-MyAccount-navigation ul li a {
    position: relative;
    width: 100%;
    font-size: 16px;
  }
  .woocommerce-MyAccount-navigation ul li a:after {
    display: none;
  }
}
.woocommerce-account .lost-password-confirmaton {
  max-width: 600px;
}
.woocommerce-account .gform_required_legend {
  display: none;
}
.woocommerce-account form {
  max-width: 600px;
}
.woocommerce-account form input:-webkit-autofill,
.woocommerce-account form input:-webkit-autofill:hover,
.woocommerce-account form input:-webkit-autofill:focus,
.woocommerce-account form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px #f5f5f5 inset;
}
.woocommerce-account form div {
  text-align: left;
  margin-bottom: 15px;
}
.woocommerce-account form div label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
}
.woocommerce-account form div .required {
  color: #E46B45;
}
.woocommerce-account form .login-remember {
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce-account form .woocommerce-form-login__rememberme {
  cursor: pointer;
}
.woocommerce-account form .woocommerce-form-login__rememberme input[type=checkbox] {
  display: none;
}
.woocommerce-account form .woocommerce-form-login__rememberme input[type=checkbox] + span {
  display: flex;
  align-items: center;
}
.woocommerce-account form .woocommerce-form-login__rememberme input[type=checkbox] + span i {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #707070;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-account form .woocommerce-form-login__rememberme input[type=checkbox] + span i:before {
  display: none;
  color: white;
}
.woocommerce-account form .woocommerce-form-login__rememberme input[type=checkbox]:checked + span i {
  border: 1px solid #E46B45;
  background: #E46B45;
}
.woocommerce-account form .woocommerce-form-login__rememberme input[type=checkbox]:checked + span i:before {
  display: block;
}
.woocommerce-account form input, .woocommerce-account form select {
  background-color: #f5f5f5;
}
.woocommerce-account form button,
.woocommerce-account form input[type=submit] {
  display: block;
  width: 100%;
  padding: 16px 48px;
  background: #E46B45;
  cursor: pointer;
  color: white;
  font-size: 20px;
  line-height: 24px !important;
  font-weight: bold;
  min-height: 0 !important;
}
.woocommerce-account form button:hover,
.woocommerce-account form input[type=submit]:hover {
  background-color: #FF7048;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account form button,
.woocommerce-account form input[type=submit] {
    padding: 16px;
  }
}
.woocommerce-account form .form-actions {
  margin-top: 30px;
  text-align: center;
}
.woocommerce-account form .form-actions a {
  margin-right: 30px;
  color: #E46B45;
}
.woocommerce-account form small {
  display: block;
  font-size: 14px;
  color: #aaa;
}
.woocommerce-account form .woocommerce-password-strength {
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}
.woocommerce-account form .woocommerce-password-strength.strong {
  background-color: green;
  color: white;
}
.woocommerce-account form .woocommerce-password-strength.good {
  background-color: orange;
  color: white;
}
.woocommerce-account form .woocommerce-password-strength.bad {
  background-color: red;
  color: white;
}
.woocommerce-account form .woocommerce-password-strength.short {
  background-color: red;
  color: white;
}
.woocommerce-account form.register .vendor-customer-registration {
  display: none;
}
.woocommerce-account form.register .woocommerce-privacy-policy-text {
  font-size: 14px;
  color: #aaa;
}
.woocommerce-account form.edit-account .user-information,
.woocommerce-account form.edit-account fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account form.edit-account .user-information div,
.woocommerce-account form.edit-account fieldset div {
  flex-basis: 100%;
}
.woocommerce-account form.edit-account .user-information h3,
.woocommerce-account form.edit-account .user-information .display-name,
.woocommerce-account form.edit-account .user-information .email,
.woocommerce-account form.edit-account .user-information .old-password,
.woocommerce-account form.edit-account fieldset h3,
.woocommerce-account form.edit-account fieldset .display-name,
.woocommerce-account form.edit-account fieldset .email,
.woocommerce-account form.edit-account fieldset .old-password {
  flex-basis: 100%;
  text-align: left;
}
.woocommerce-account form.edit-account fieldset {
  margin-top: 0;
}
.woocommerce-account form.edit-account fieldset h3 {
  font-weight: bold;
}
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_subscribed],
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_unsubscribed],
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_transactional] {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_subscribed] input,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_unsubscribed] input,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_transactional] input {
  display: none;
}
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_subscribed]:before,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_unsubscribed]:before,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_transactional]:before {
  position: relative;
  content: "";
  width: 23px;
  height: 23px;
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #707070;
  background: #f5f5f5;
}
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_subscribed]:after,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_unsubscribed]:after,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_transactional]:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: white;
}
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_subscribed]:has(:checked):before,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_unsubscribed]:has(:checked):before,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_transactional]:has(:checked):before {
  border: 1px solid #E46B45;
  background: #E46B45;
}
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_subscribed]:has(:checked):after,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_unsubscribed]:has(:checked):after,
.woocommerce-account form.edit-account label[for=mailchimp_woocommerce_is_transactional]:has(:checked):after {
  display: block;
}
.woocommerce-account form.edit-account .woocommerce-Button {
  margin-top: 25px;
}
.woocommerce-account .gform_wrapper#gform_wrapper_3 .gfield:nth-child(1), .woocommerce-account .gform_wrapper#gform_wrapper_3 .gfield:nth-child(2) {
  grid-column: span 6;
}
.woocommerce-account .gform_wrapper div div {
  margin: 0;
}
.woocommerce-account .gform_wrapper div.ginput_complex label {
  font-weight: 400;
  color: #888888;
}
.woocommerce-account .gform_wrapper .address_country {
  flex-basis: 100% !important;
  padding-right: 0 !important;
}
.woocommerce-account .gform_wrapper legend {
  font-size: 22px !important;
  margin-bottom: 10px !important;
}
.woocommerce-account .gform_wrapper input {
  font-weight: 400;
  color: #000000;
}
.woocommerce-account .gform_wrapper select {
  color: #000000;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.woocommerce-account .gform_wrapper .ginput_address_country:before {
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
  font-family: "icomoon" !important;
  content: "\e900";
  font-size: 12px;
}
.woocommerce-account .gform_wrapper .gchoice {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  display: block !important;
  cursor: pointer;
}
.woocommerce-account .gform_wrapper .gchoice input[type=checkbox],
.woocommerce-account .gform_wrapper .gchoice input[type=radio] {
  display: none;
}
.woocommerce-account .gform_wrapper .gchoice input[type=checkbox] + label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.woocommerce-account .gform_wrapper .gchoice input[type=checkbox] + label:before {
  position: relative;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #707070;
  background: #f5f5f5;
}
.woocommerce-account .gform_wrapper .gchoice input[type=checkbox] + label:after {
  display: none;
  position: absolute;
  z-index: 1;
  left: 6px;
  top: 2px;
  font-family: "icomoon" !important;
  content: "\e905";
  font-size: 14px;
  color: white;
}
.woocommerce-account .gform_wrapper .gchoice input[type=checkbox]:checked + label:before {
  border: 1px solid #E46B45;
  background: #E46B45;
}
.woocommerce-account .gform_wrapper .gchoice input[type=checkbox]:checked + label:after {
  display: block;
}
.woocommerce-account .gform_wrapper .gchoice input[type=radio] + label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.woocommerce-account .gform_wrapper .gchoice input[type=radio] + label:before {
  position: relative;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #707070;
  background: #f5f5f5;
}
.woocommerce-account .gform_wrapper .gchoice input[type=radio] + label:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  left: 7px;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: white;
}
.woocommerce-account .gform_wrapper .gchoice input[type=radio]:checked + label:before {
  border: 1px solid #E46B45;
  background: #E46B45;
}
.woocommerce-account .gform_wrapper .gchoice input[type=radio]:checked + label:after {
  display: block;
}
.woocommerce-account .gform_wrapper .gfield_html {
  font-size: 14px;
}
.woocommerce-account .gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 10px 0 0 !important;
}
.woocommerce-account .gform_confirmation_wrapper {
  font-size: 18px;
  line-height: 26px;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-account .lost-password-confirmaton {
    max-width: none;
  }
  .woocommerce-account form {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-account form small {
    font-size: 12px;
  }
  .woocommerce-account form .woocommerce-password-strength {
    font-size: 12px;
  }
  .woocommerce-account form.register .woocommerce-privacy-policy-text {
    font-size: 12px;
  }
  .woocommerce-account form.edit-account .user-information,
.woocommerce-account form.edit-account fieldset {
    display: block;
  }
  .woocommerce-account .gform_wrapper#gform_wrapper_3 .gfield:nth-child(1), .woocommerce-account .gform_wrapper#gform_wrapper_3 .gfield:nth-child(2) {
    grid-column: span 12;
  }
}
.woocommerce-view-subscription .woocommerce-orders-table {
  display: none !important;
}

.woocommerce-subscriptions .account-membership + h2,
.woocommerce-subscriptions .order_details,
.woocommerce-subscriptions .account-content header,
.woocommerce-subscriptions .shop_table + header,
.woocommerce-subscriptions .woocommerce-customer-details,
.woocommerce-view-subscription .account-membership + h2,
.woocommerce-view-subscription .order_details,
.woocommerce-view-subscription .account-content header,
.woocommerce-view-subscription .shop_table + header,
.woocommerce-view-subscription .woocommerce-customer-details {
  display: none !important;
}
.woocommerce-subscriptions .orders-table,
.woocommerce-view-subscription .orders-table {
  display: block;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .woocommerce-subscriptions .orders-table,
.woocommerce-view-subscription .orders-table {
    border: none;
    border-radius: 0;
  }
}
.woocommerce-subscriptions .orders-table table,
.woocommerce-view-subscription .orders-table table {
  width: 100%;
}
.woocommerce-subscriptions .orders-table tr,
.woocommerce-view-subscription .orders-table tr {
  border-bottom: 1px solid #B3B3B3;
}
.woocommerce-subscriptions .orders-table tr th, .woocommerce-subscriptions .orders-table tr td,
.woocommerce-view-subscription .orders-table tr th,
.woocommerce-view-subscription .orders-table tr td {
  padding: 16px 20px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #B3B3B3;
}
.woocommerce-subscriptions .orders-table tr th:last-child, .woocommerce-subscriptions .orders-table tr td:last-child,
.woocommerce-view-subscription .orders-table tr th:last-child,
.woocommerce-view-subscription .orders-table tr td:last-child {
  text-align: right;
  border-right: none;
}
.woocommerce-subscriptions .orders-table tr th:nth-child(4), .woocommerce-subscriptions .orders-table tr td:nth-child(4),
.woocommerce-view-subscription .orders-table tr th:nth-child(4),
.woocommerce-view-subscription .orders-table tr td:nth-child(4) {
  border-right: none;
}
.woocommerce-subscriptions .orders-table tr th a, .woocommerce-subscriptions .orders-table tr td a,
.woocommerce-view-subscription .orders-table tr th a,
.woocommerce-view-subscription .orders-table tr td a {
  margin: 0;
}
.woocommerce-subscriptions .orders-table tr th .button, .woocommerce-subscriptions .orders-table tr td .button,
.woocommerce-view-subscription .orders-table tr th .button,
.woocommerce-view-subscription .orders-table tr td .button {
  padding: 6px 12px !important;
  background-color: #E46B45;
  color: white;
  border-radius: 4px;
}
.woocommerce-subscriptions .orders-table tr th .button:hover, .woocommerce-subscriptions .orders-table tr td .button:hover,
.woocommerce-view-subscription .orders-table tr th .button:hover,
.woocommerce-view-subscription .orders-table tr td .button:hover {
  background-color: #B04F31;
}
.woocommerce-subscriptions .orders-table thead,
.woocommerce-view-subscription .orders-table thead {
  background-color: #f5f5f5;
  font-weight: bold;
}
.woocommerce-subscriptions .orders-table tbody tr:last-child,
.woocommerce-view-subscription .orders-table tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-subscriptions .orders-table tbody tr:nth-child(even),
.woocommerce-view-subscription .orders-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.woocommerce-subscriptions .subscription_details,
.woocommerce-view-subscription .subscription_details {
  display: block;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  background-color: white;
}
.woocommerce-subscriptions .subscription_details tbody,
.woocommerce-view-subscription .subscription_details tbody {
  display: flex;
  flex-direction: column;
}
.woocommerce-subscriptions .subscription_details tbody tr,
.woocommerce-view-subscription .subscription_details tbody tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #B3B3B3;
}
.woocommerce-subscriptions .subscription_details tbody tr:first-child,
.woocommerce-view-subscription .subscription_details tbody tr:first-child {
  border-top: none;
}
.woocommerce-subscriptions .subscription_details tbody td,
.woocommerce-view-subscription .subscription_details tbody td {
  padding: 16px 20px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-subscriptions .subscription_details tbody td,
.woocommerce-view-subscription .subscription_details tbody td {
    font-size: 14px;
  }
}
.woocommerce-subscriptions .subscription-actions,
.woocommerce-view-subscription .subscription-actions {
  margin-top: 30px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-subscriptions .subscription-actions,
.woocommerce-view-subscription .subscription-actions {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }
}
.woocommerce-subscriptions .subscription-actions a,
.woocommerce-view-subscription .subscription-actions a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #624E48;
  text-align: center;
}
.woocommerce-subscriptions .subscription-actions a:hover,
.woocommerce-view-subscription .subscription-actions a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .woocommerce-subscriptions .subscription-actions a,
.woocommerce-view-subscription .subscription-actions a {
    font-size: 16px;
    line-height: 22px;
  }
}
.woocommerce-subscriptions .subscription-actions .resubscribe,
.woocommerce-subscriptions .subscription-actions .reactivate,
.woocommerce-subscriptions .subscription-actions .order-button,
.woocommerce-view-subscription .subscription-actions .resubscribe,
.woocommerce-view-subscription .subscription-actions .reactivate,
.woocommerce-view-subscription .subscription-actions .order-button {
  padding: 16px 30px;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E46B45;
  color: white;
}
@media only screen and (max-width: 767px) {
  .woocommerce-subscriptions .subscription-actions .resubscribe,
.woocommerce-subscriptions .subscription-actions .reactivate,
.woocommerce-subscriptions .subscription-actions .order-button,
.woocommerce-view-subscription .subscription-actions .resubscribe,
.woocommerce-view-subscription .subscription-actions .reactivate,
.woocommerce-view-subscription .subscription-actions .order-button {
    width: 100%;
    display: block;
    padding: 12px 24px;
  }
}
.woocommerce-subscriptions .subscription-actions .resubscribe:hover,
.woocommerce-subscriptions .subscription-actions .reactivate:hover,
.woocommerce-subscriptions .subscription-actions .order-button:hover,
.woocommerce-view-subscription .subscription-actions .resubscribe:hover,
.woocommerce-view-subscription .subscription-actions .reactivate:hover,
.woocommerce-view-subscription .subscription-actions .order-button:hover {
  background-color: #B04F31;
  text-decoration: none;
}
.woocommerce-subscriptions .subscription-actions .change_payment_method,
.woocommerce-view-subscription .subscription-actions .change_payment_method {
  display: none !important;
}

.order-again {
  display: none !important;
}

.woocommerce-orders.woocommerce-view-order .woocommerce-MyAccount-content mark,
.woocommerce-view-order.woocommerce-view-order .woocommerce-MyAccount-content mark,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content mark {
  padding: 2px 8px;
  border-radius: 11px;
  background-color: #E46B45;
  color: white;
  font-weight: bold;
}
.woocommerce-orders .woocommerce-message .button,
.woocommerce-view-order .woocommerce-message .button,
.woocommerce-account .woocommerce-message .button {
  margin-top: 30px;
}
.woocommerce-orders .orders-table,
.woocommerce-view-order .orders-table,
.woocommerce-account .orders-table {
  display: block;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .woocommerce-orders .orders-table,
.woocommerce-view-order .orders-table,
.woocommerce-account .orders-table {
    border: none;
    border-radius: 0;
  }
}
.woocommerce-orders .order-summary,
.woocommerce-view-order .order-summary,
.woocommerce-account .order-summary {
  margin-top: 30px;
}
.woocommerce-orders .woocommerce-MyAccount-orders,
.woocommerce-orders .my_account_bookings,
.woocommerce-view-order .woocommerce-MyAccount-orders,
.woocommerce-view-order .my_account_bookings,
.woocommerce-account .woocommerce-MyAccount-orders,
.woocommerce-account .my_account_bookings {
  width: 100%;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr,
.woocommerce-orders .my_account_bookings tr,
.woocommerce-view-order .woocommerce-MyAccount-orders tr,
.woocommerce-view-order .my_account_bookings tr,
.woocommerce-account .woocommerce-MyAccount-orders tr,
.woocommerce-account .my_account_bookings tr {
  border-bottom: 1px solid #B3B3B3;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th, .woocommerce-orders .woocommerce-MyAccount-orders tr td,
.woocommerce-orders .my_account_bookings tr th,
.woocommerce-orders .my_account_bookings tr td,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td,
.woocommerce-view-order .my_account_bookings tr th,
.woocommerce-view-order .my_account_bookings tr td,
.woocommerce-account .woocommerce-MyAccount-orders tr th,
.woocommerce-account .woocommerce-MyAccount-orders tr td,
.woocommerce-account .my_account_bookings tr th,
.woocommerce-account .my_account_bookings tr td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #B3B3B3;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th:last-child, .woocommerce-orders .woocommerce-MyAccount-orders tr td:last-child,
.woocommerce-orders .my_account_bookings tr th:last-child,
.woocommerce-orders .my_account_bookings tr td:last-child,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th:last-child,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td:last-child,
.woocommerce-view-order .my_account_bookings tr th:last-child,
.woocommerce-view-order .my_account_bookings tr td:last-child,
.woocommerce-account .woocommerce-MyAccount-orders tr th:last-child,
.woocommerce-account .woocommerce-MyAccount-orders tr td:last-child,
.woocommerce-account .my_account_bookings tr th:last-child,
.woocommerce-account .my_account_bookings tr td:last-child {
  text-align: right;
  border-right: none;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th:nth-child(4), .woocommerce-orders .woocommerce-MyAccount-orders tr td:nth-child(4),
.woocommerce-orders .my_account_bookings tr th:nth-child(4),
.woocommerce-orders .my_account_bookings tr td:nth-child(4),
.woocommerce-view-order .woocommerce-MyAccount-orders tr th:nth-child(4),
.woocommerce-view-order .woocommerce-MyAccount-orders tr td:nth-child(4),
.woocommerce-view-order .my_account_bookings tr th:nth-child(4),
.woocommerce-view-order .my_account_bookings tr td:nth-child(4),
.woocommerce-account .woocommerce-MyAccount-orders tr th:nth-child(4),
.woocommerce-account .woocommerce-MyAccount-orders tr td:nth-child(4),
.woocommerce-account .my_account_bookings tr th:nth-child(4),
.woocommerce-account .my_account_bookings tr td:nth-child(4) {
  border-right: none;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th a, .woocommerce-orders .woocommerce-MyAccount-orders tr td a,
.woocommerce-orders .my_account_bookings tr th a,
.woocommerce-orders .my_account_bookings tr td a,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th a,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td a,
.woocommerce-view-order .my_account_bookings tr th a,
.woocommerce-view-order .my_account_bookings tr td a,
.woocommerce-account .woocommerce-MyAccount-orders tr th a,
.woocommerce-account .woocommerce-MyAccount-orders tr td a,
.woocommerce-account .my_account_bookings tr th a,
.woocommerce-account .my_account_bookings tr td a {
  margin: 0;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th .button, .woocommerce-orders .woocommerce-MyAccount-orders tr td .button,
.woocommerce-orders .my_account_bookings tr th .button,
.woocommerce-orders .my_account_bookings tr td .button,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th .button,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td .button,
.woocommerce-view-order .my_account_bookings tr th .button,
.woocommerce-view-order .my_account_bookings tr td .button,
.woocommerce-account .woocommerce-MyAccount-orders tr th .button,
.woocommerce-account .woocommerce-MyAccount-orders tr td .button,
.woocommerce-account .my_account_bookings tr th .button,
.woocommerce-account .my_account_bookings tr td .button {
  padding: 6px 12px !important;
  margin-left: 5px;
  background-color: #E46B45;
  color: white;
  border-radius: 4px;
}
.woocommerce-orders .woocommerce-MyAccount-orders tr th .button:hover, .woocommerce-orders .woocommerce-MyAccount-orders tr td .button:hover,
.woocommerce-orders .my_account_bookings tr th .button:hover,
.woocommerce-orders .my_account_bookings tr td .button:hover,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th .button:hover,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td .button:hover,
.woocommerce-view-order .my_account_bookings tr th .button:hover,
.woocommerce-view-order .my_account_bookings tr td .button:hover,
.woocommerce-account .woocommerce-MyAccount-orders tr th .button:hover,
.woocommerce-account .woocommerce-MyAccount-orders tr td .button:hover,
.woocommerce-account .my_account_bookings tr th .button:hover,
.woocommerce-account .my_account_bookings tr td .button:hover {
  background-color: #B04F31;
}
.woocommerce-orders .woocommerce-MyAccount-orders thead,
.woocommerce-orders .my_account_bookings thead,
.woocommerce-view-order .woocommerce-MyAccount-orders thead,
.woocommerce-view-order .my_account_bookings thead,
.woocommerce-account .woocommerce-MyAccount-orders thead,
.woocommerce-account .my_account_bookings thead {
  background-color: #f5f5f5;
  font-weight: bold;
}
.woocommerce-orders .woocommerce-MyAccount-orders tbody tr:last-child,
.woocommerce-orders .my_account_bookings tbody tr:last-child,
.woocommerce-view-order .woocommerce-MyAccount-orders tbody tr:last-child,
.woocommerce-view-order .my_account_bookings tbody tr:last-child,
.woocommerce-account .woocommerce-MyAccount-orders tbody tr:last-child,
.woocommerce-account .my_account_bookings tbody tr:last-child {
  border-bottom: none;
}
.woocommerce-orders .woocommerce-MyAccount-orders tbody tr:nth-child(even),
.woocommerce-orders .my_account_bookings tbody tr:nth-child(even),
.woocommerce-view-order .woocommerce-MyAccount-orders tbody tr:nth-child(even),
.woocommerce-view-order .my_account_bookings tbody tr:nth-child(even),
.woocommerce-account .woocommerce-MyAccount-orders tbody tr:nth-child(even),
.woocommerce-account .my_account_bookings tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.woocommerce-orders .woocommerce-order-details,
.woocommerce-view-order .woocommerce-order-details,
.woocommerce-account .woocommerce-order-details {
  margin-bottom: 30px;
}
.woocommerce-orders .woocommerce-order-details table,
.woocommerce-view-order .woocommerce-order-details table,
.woocommerce-account .woocommerce-order-details table {
  display: block;
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
}
.woocommerce-orders .woocommerce-order-details table thead, .woocommerce-orders .woocommerce-order-details table tbody, .woocommerce-orders .woocommerce-order-details table tfoot,
.woocommerce-view-order .woocommerce-order-details table thead,
.woocommerce-view-order .woocommerce-order-details table tbody,
.woocommerce-view-order .woocommerce-order-details table tfoot,
.woocommerce-account .woocommerce-order-details table thead,
.woocommerce-account .woocommerce-order-details table tbody,
.woocommerce-account .woocommerce-order-details table tfoot {
  display: block;
  width: 100%;
}
.woocommerce-orders .woocommerce-order-details table tr,
.woocommerce-view-order .woocommerce-order-details table tr,
.woocommerce-account .woocommerce-order-details table tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #B3B3B3;
}
.woocommerce-orders .woocommerce-order-details table tr th, .woocommerce-orders .woocommerce-order-details table tr td,
.woocommerce-view-order .woocommerce-order-details table tr th,
.woocommerce-view-order .woocommerce-order-details table tr td,
.woocommerce-account .woocommerce-order-details table tr th,
.woocommerce-account .woocommerce-order-details table tr td {
  flex-basis: 50%;
  padding: 16px 20px;
}
.woocommerce-orders .woocommerce-order-details table tr th:last-child,
.woocommerce-view-order .woocommerce-order-details table tr th:last-child,
.woocommerce-account .woocommerce-order-details table tr th:last-child {
  text-align: right;
}
.woocommerce-orders .woocommerce-order-details table tr td,
.woocommerce-view-order .woocommerce-order-details table tr td,
.woocommerce-account .woocommerce-order-details table tr td {
  text-align: right;
}
.woocommerce-orders .woocommerce-order-details table tr td.woocommerce-table__product-name,
.woocommerce-view-order .woocommerce-order-details table tr td.woocommerce-table__product-name,
.woocommerce-account .woocommerce-order-details table tr td.woocommerce-table__product-name {
  text-align: left;
}
.woocommerce-orders .woocommerce-order-details table thead,
.woocommerce-view-order .woocommerce-order-details table thead,
.woocommerce-account .woocommerce-order-details table thead {
  display: none;
}
.woocommerce-orders .woocommerce-order-details table tbody tr td.product-name,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-name {
  font-size: 14px;
}
.woocommerce-orders .woocommerce-order-details table tbody tr td.product-name strong,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name strong,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-name strong {
  font-size: 16px;
  font-weight: bold;
}
.woocommerce-orders .woocommerce-order-details table tbody tr td.product-name a:first-child,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name a:first-child,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-name a:first-child {
  font-size: 16px;
  font-weight: bold;
}
.woocommerce-orders .woocommerce-order-details table tbody tr td.product-total,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-total,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-total {
  font-weight: bold;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr:first-child,
.woocommerce-view-order .woocommerce-order-details table tfoot tr:first-child,
.woocommerce-account .woocommerce-order-details table tfoot tr:first-child {
  display: none;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr:last-child,
.woocommerce-view-order .woocommerce-order-details table tfoot tr:last-child,
.woocommerce-account .woocommerce-order-details table tfoot tr:last-child {
  font-weight: bold;
  border-bottom: none;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr td,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td,
.woocommerce-account .woocommerce-order-details table tfoot tr td {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  white-space: nowrap;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr td > span,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td > span,
.woocommerce-account .woocommerce-order-details table tfoot tr td > span {
  color: #E46B45;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr td small,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td small,
.woocommerce-account .woocommerce-order-details table tfoot tr td small {
  color: #aaa;
  margin-right: 10px;
  top: -2px;
  font-size: 12px;
}
.woocommerce-orders .woocommerce-order-details table tfoot tr td small.shipped_via,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td small.shipped_via,
.woocommerce-account .woocommerce-order-details table tfoot tr td small.shipped_via {
  display: none;
  margin-right: 7px;
}
.woocommerce-orders .woocommerce-order-details header,
.woocommerce-view-order .woocommerce-order-details header,
.woocommerce-account .woocommerce-order-details header {
  display: none;
  margin-top: 30px;
}
.woocommerce-orders .woocommerce-order-details header + .woocommerce-MyAccount-subscriptions,
.woocommerce-view-order .woocommerce-order-details header + .woocommerce-MyAccount-subscriptions,
.woocommerce-account .woocommerce-order-details header + .woocommerce-MyAccount-subscriptions {
  display: none;
}
.woocommerce-orders .woocommerce-customer-details address,
.woocommerce-view-order .woocommerce-customer-details address,
.woocommerce-account .woocommerce-customer-details address {
  display: block;
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
  padding: 20px 24px;
}
.woocommerce-orders .woocommerce-customer-details address p,
.woocommerce-view-order .woocommerce-customer-details address p,
.woocommerce-account .woocommerce-customer-details address p {
  margin: 0;
}
.woocommerce-orders .woocommerce-customer-details .woocommerce-column--2,
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column--2,
.woocommerce-account .woocommerce-customer-details .woocommerce-column--2 {
  display: none;
  margin-top: 40px;
}

@media only screen and (max-width: 1279px) {
  .woocommerce-orders .woocommerce-MyAccount-orders tr th, .woocommerce-orders .woocommerce-MyAccount-orders tr td,
.woocommerce-orders .my_account_bookings tr th,
.woocommerce-orders .my_account_bookings tr td,
.woocommerce-view-order .woocommerce-MyAccount-orders tr th,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td,
.woocommerce-view-order .my_account_bookings tr th,
.woocommerce-view-order .my_account_bookings tr td,
.woocommerce-account .woocommerce-MyAccount-orders tr th,
.woocommerce-account .woocommerce-MyAccount-orders tr td,
.woocommerce-account .my_account_bookings tr th,
.woocommerce-account .my_account_bookings tr td {
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-orders .woocommerce-MyAccount-orders,
.woocommerce-orders .my_account_bookings,
.woocommerce-view-order .woocommerce-MyAccount-orders,
.woocommerce-view-order .my_account_bookings,
.woocommerce-account .woocommerce-MyAccount-orders,
.woocommerce-account .my_account_bookings {
    display: block;
    border: none;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders thead,
.woocommerce-orders .my_account_bookings thead,
.woocommerce-view-order .woocommerce-MyAccount-orders thead,
.woocommerce-view-order .my_account_bookings thead,
.woocommerce-account .woocommerce-MyAccount-orders thead,
.woocommerce-account .my_account_bookings thead {
    display: none;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders tbody,
.woocommerce-orders .my_account_bookings tbody,
.woocommerce-view-order .woocommerce-MyAccount-orders tbody,
.woocommerce-view-order .my_account_bookings tbody,
.woocommerce-account .woocommerce-MyAccount-orders tbody,
.woocommerce-account .my_account_bookings tbody {
    display: block;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders tr,
.woocommerce-orders .my_account_bookings tr,
.woocommerce-view-order .woocommerce-MyAccount-orders tr,
.woocommerce-view-order .my_account_bookings tr,
.woocommerce-account .woocommerce-MyAccount-orders tr,
.woocommerce-account .my_account_bookings tr {
    display: block;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid #B3B3B3 !important;
    border-radius: 4px;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders tr td,
.woocommerce-orders .my_account_bookings tr td,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td,
.woocommerce-view-order .my_account_bookings tr td,
.woocommerce-account .woocommerce-MyAccount-orders tr td,
.woocommerce-account .my_account_bookings tr td {
    display: block;
    padding: 0;
    border-right: none;
  }
  .woocommerce-orders .woocommerce-MyAccount-orders tr td:first-child,
.woocommerce-orders .my_account_bookings tr td:first-child,
.woocommerce-view-order .woocommerce-MyAccount-orders tr td:first-child,
.woocommerce-view-order .my_account_bookings tr td:first-child,
.woocommerce-account .woocommerce-MyAccount-orders tr td:first-child,
.woocommerce-account .my_account_bookings tr td:first-child {
    font-size: 20px;
    font-weight: bold;
  }
  .woocommerce-orders .woocommerce-order-details h2,
.woocommerce-view-order .woocommerce-order-details h2,
.woocommerce-account .woocommerce-order-details h2 {
    margin-bottom: 10px;
  }
  .woocommerce-orders .woocommerce-order-details table,
.woocommerce-view-order .woocommerce-order-details table,
.woocommerce-account .woocommerce-order-details table {
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tr th, .woocommerce-orders .woocommerce-order-details table tr td,
.woocommerce-view-order .woocommerce-order-details table tr th,
.woocommerce-view-order .woocommerce-order-details table tr td,
.woocommerce-account .woocommerce-order-details table tr th,
.woocommerce-account .woocommerce-order-details table tr td {
    padding: 5px 10px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr td.product-name,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-name {
    font-size: 12px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr td.product-name strong,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name strong,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-name strong {
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr td.product-name a:first-child,
.woocommerce-view-order .woocommerce-order-details table tbody tr td.product-name a:first-child,
.woocommerce-account .woocommerce-order-details table tbody tr td.product-name a:first-child {
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus {
    display: block;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus th,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus th,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus th {
    display: none;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td {
    display: block;
    font-size: 12px;
  }
  .woocommerce-orders .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:first-child,
.woocommerce-view-order .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:first-child,
.woocommerce-account .woocommerce-order-details table tbody tr.wc-local-pickup-plus td small:first-child {
    padding-top: 5px;
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr,
.woocommerce-view-order .woocommerce-order-details table tfoot tr,
.woocommerce-account .woocommerce-order-details table tfoot tr {
    flex-wrap: nowrap;
    align-items: center;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td,
.woocommerce-account .woocommerce-order-details table tfoot tr td {
    font-size: 10px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td .amount,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td .amount,
.woocommerce-account .woocommerce-order-details table tfoot tr td .amount {
    font-size: 14px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td small,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td small,
.woocommerce-account .woocommerce-order-details table tfoot tr td small {
    margin-right: 5px;
    font-size: 10px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td small.shipped_via,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td small.shipped_via,
.woocommerce-account .woocommerce-order-details table tfoot tr td small.shipped_via {
    position: relative;
    top: -3px;
    margin-right: 2px;
  }
  .woocommerce-orders .woocommerce-order-details table tfoot tr td small .amount,
.woocommerce-view-order .woocommerce-order-details table tfoot tr td small .amount,
.woocommerce-account .woocommerce-order-details table tfoot tr td small .amount {
    font-size: 10px;
  }
  .woocommerce-orders .woocommerce-customer-details address,
.woocommerce-view-order .woocommerce-customer-details address,
.woocommerce-account .woocommerce-customer-details address {
    box-shadow: 0 0 0 10px whitesmoke;
    border: 1px dashed #B3B3B3;
    padding: 15px;
    margin: 20px 10px 0;
    font-size: 12px;
  }
}
.account-favorites .account-list-item,
.account-achievements .account-list-item {
  position: relative;
  display: flex;
  background-color: #F4F4F0;
  padding: 11px 13px 11px 13px;
  margin-bottom: 16px;
  border: 2px solid #F4F4F0;
  border-radius: 4px;
  color: #707070;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 1023px) {
  .account-favorites .account-list-item,
.account-achievements .account-list-item {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .account-favorites .account-list-item,
.account-achievements .account-list-item {
    display: block;
  }
}
.account-favorites .account-list-item:hover,
.account-achievements .account-list-item:hover {
  border: 2px solid #E46B45;
}
.account-favorites .account-list-item .delete-favorite,
.account-achievements .account-list-item .delete-favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #E46B45;
  color: white;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  transition: all 0.2s ease;
}
.account-favorites .account-list-item .delete-favorite:hover,
.account-achievements .account-list-item .delete-favorite:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  transform: scale(1.2);
}
@media only screen and (max-width: 767px) {
  .account-favorites .account-list-item .delete-favorite,
.account-achievements .account-list-item .delete-favorite {
    right: -10px;
    top: -10px;
    margin-top: 0;
  }
}
.account-favorites .account-list-item strong,
.account-achievements .account-list-item strong {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .account-favorites .account-list-item strong,
.account-achievements .account-list-item strong {
    font-size: 14px;
  }
}
.account-favorites .account-list-item span,
.account-achievements .account-list-item span {
  color: #E46B45;
}
.account-favorites .account-list-item__image,
.account-achievements .account-list-item__image {
  flex-basis: 90px;
  height: 90px;
  margin-right: 25px;
}
@media only screen and (max-width: 1023px) {
  .account-favorites .account-list-item__image,
.account-achievements .account-list-item__image {
    flex-basis: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .account-favorites .account-list-item__image,
.account-achievements .account-list-item__image {
    position: absolute;
    width: 80px;
    margin-right: 0;
  }
}
.account-favorites .account-list-item__image div,
.account-achievements .account-list-item__image div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100%;
  border-radius: 4px;
}
.account-favorites .account-list-item__info,
.account-achievements .account-list-item__info {
  flex: 1;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .account-favorites .account-list-item__info,
.account-achievements .account-list-item__info {
    display: block;
  }
}
.account-favorites .account-list-item__info > div,
.account-achievements .account-list-item__info > div {
  flex-basis: 50%;
}
.account-favorites .account-list-item__facts,
.account-achievements .account-list-item__facts {
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .account-favorites .account-list-item__facts,
.account-achievements .account-list-item__facts {
    padding-left: 95px;
    padding-right: 0;
  }
}
.account-favorites .account-list-item__icons,
.account-achievements .account-list-item__icons {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .account-favorites .account-list-item__icons,
.account-achievements .account-list-item__icons {
    padding-top: 10px;
    margin-top: 13px;
    border-top: 1px solid #ddd;
  }
}
.account-favorites .account-list-item__icons > div,
.account-achievements .account-list-item__icons > div {
  flex-basis: 50%;
  padding-right: 25px;
}
.account-favorites .account-list-item__icons > div > div,
.account-achievements .account-list-item__icons > div > div {
  display: flex;
  flex-wrap: wrap;
}
.account-favorites .account-list-item__icons > div > div > div,
.account-achievements .account-list-item__icons > div > div > div {
  position: relative;
  flex-basis: 28px;
  height: 28px;
  margin-top: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .account-favorites .account-list-item__icons > div > div > div,
.account-achievements .account-list-item__icons > div > div > div {
    margin-top: 7px;
    margin-right: 7px;
  }
}
.account-favorites .account-list-item__icons > div > div > div:last-child,
.account-achievements .account-list-item__icons > div > div > div:last-child {
  margin-right: 0;
}

.account-documents .document-section {
  margin-bottom: 30px;
}
.account-documents .document-section h3 {
  margin-bottom: 5px;
}
.account-documents .document-section a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.account-documents .document-section a span {
  color: #888;
}
.account-documents .document-section a:hover {
  color: #E46B45;
}
.account-documents .education {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.account-documents .education button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.account-documents .education button i {
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  font-size: 16px;
}
.account-documents .education button.active i {
  rotate: 180deg;
}
.account-documents .education .education-content {
  display: none;
  padding: 15px 0;
}
.account-documents .education .education-content p {
  margin: 15px 0;
}
.account-documents .education .education-content iframe,
.account-documents .education .education-content video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-position: center;
  object-fit: cover;
}

.account-faq {
  background-color: white;
  border-radius: 20px;
  padding: 30px 30px 0;
  margin-top: 30px;
  display: flex;
  column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .account-faq {
    display: block;
    margin-top: 20px;
  }
}
.account-faq .account-faq-section {
  padding-bottom: 20px;
  flex: 1;
}
.faq-header {
  margin-top: 50px;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .faq-header {
    font-size: 28px;
  }
}

a + .faq-button {
  margin-left: 12px;
}

.subscription-actions .faq-button {
  margin-top: 0;
}

.faq-button {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #624E48;
  text-align: center;
  padding: 16px 30px;
  box-sizing: border-box;
  border: 1px solid #624E48;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.faq-button:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .faq-button {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    display: block;
    padding: 12px 24px;
  }
}

.woocommerce-account.woocommerce-add-payment-method form #payment div,
.woocommerce-account.woocommerce-payment-methods form #payment div {
  margin-bottom: 0 !important;
}
.woocommerce-account.woocommerce-add-payment-method .orders-table th:nth-child(2), .woocommerce-account.woocommerce-add-payment-method .orders-table td:nth-child(2),
.woocommerce-account.woocommerce-add-payment-method .woocommerce-info th:nth-child(2),
.woocommerce-account.woocommerce-add-payment-method .woocommerce-info td:nth-child(2),
.woocommerce-account.woocommerce-payment-methods .orders-table th:nth-child(2),
.woocommerce-account.woocommerce-payment-methods .orders-table td:nth-child(2),
.woocommerce-account.woocommerce-payment-methods .woocommerce-info th:nth-child(2),
.woocommerce-account.woocommerce-payment-methods .woocommerce-info td:nth-child(2) {
  border-right: none !important;
}
.woocommerce-account.woocommerce-add-payment-method .orders-table .payment-method.default-payment-method th, .woocommerce-account.woocommerce-add-payment-method .orders-table .payment-method.default-payment-method td,
.woocommerce-account.woocommerce-add-payment-method .woocommerce-info .payment-method.default-payment-method th,
.woocommerce-account.woocommerce-add-payment-method .woocommerce-info .payment-method.default-payment-method td,
.woocommerce-account.woocommerce-payment-methods .orders-table .payment-method.default-payment-method th,
.woocommerce-account.woocommerce-payment-methods .orders-table .payment-method.default-payment-method td,
.woocommerce-account.woocommerce-payment-methods .woocommerce-info .payment-method.default-payment-method th,
.woocommerce-account.woocommerce-payment-methods .woocommerce-info .payment-method.default-payment-method td {
  background-color: rgba(109, 157, 111, 0.25);
}
.woocommerce-account.woocommerce-add-payment-method .orders-table + .button,
.woocommerce-account.woocommerce-add-payment-method .woocommerce-info + .button,
.woocommerce-account.woocommerce-payment-methods .orders-table + .button,
.woocommerce-account.woocommerce-payment-methods .woocommerce-info + .button {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 16px 30px;
  margin-top: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E46B45;
  color: white;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method .orders-table + .button,
.woocommerce-account.woocommerce-add-payment-method .woocommerce-info + .button,
.woocommerce-account.woocommerce-payment-methods .orders-table + .button,
.woocommerce-account.woocommerce-payment-methods .woocommerce-info + .button {
    width: 100%;
    display: block;
    padding: 12px 24px;
  }
}
.woocommerce-account.woocommerce-add-payment-method .orders-table + .button:hover,
.woocommerce-account.woocommerce-add-payment-method .woocommerce-info + .button:hover,
.woocommerce-account.woocommerce-payment-methods .orders-table + .button:hover,
.woocommerce-account.woocommerce-payment-methods .woocommerce-info + .button:hover {
  background-color: #B04F31;
  text-decoration: none;
}
.woocommerce-account.woocommerce-add-payment-method #payment > ul,
.woocommerce-account.woocommerce-payment-methods #payment > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li.payment_method_redlight_swish-ecommerce,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li.payment_method_redlight_swish-ecommerce {
  display: none !important;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li:last-child,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li:last-child {
  border-bottom: none;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li input[type=radio],
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li input[type=radio] {
  display: none;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li input[type=radio] + label,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li input[type=radio] + label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li input[type=radio] + label,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li input[type=radio] + label {
    padding: 20px;
  }
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li input[type=radio] + label:before,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li input[type=radio] + label:before {
  display: block;
  content: "";
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
  background-color: #fff;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li input[type=radio] + label:after,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li input[type=radio] + label:after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-color: #E46B45;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li input[type=radio] + label:after,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li input[type=radio] + label:after {
    left: 26px;
  }
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li input[type=radio] + label img,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li input[type=radio] + label img {
  margin-left: auto;
  height: 20px;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li input[type=radio]:checked + label:before,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li input[type=radio]:checked + label:before {
  border-color: #E46B45;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li input[type=radio]:checked + label:after,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li input[type=radio]:checked + label:after {
  display: block;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li #wc-stripe-update-subs-payment-method-card_field,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li #wc-stripe-update-subs-payment-method-card_field {
  padding: 0 24px 24px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li #wc-stripe-update-subs-payment-method-card_field,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li #wc-stripe-update-subs-payment-method-card_field {
    padding: 0 20px 20px;
  }
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li .checkbox input[type=checkbox],
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li .checkbox input[type=checkbox] {
  display: none;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li .checkbox,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li .checkbox {
  position: relative;
  padding-left: 34px;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li .checkbox input[type=checkbox] + span,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li .checkbox input[type=checkbox] + span {
  position: static;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li .checkbox input[type=checkbox] + span:before,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li .checkbox input[type=checkbox] + span:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: #fff;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li .checkbox input[type=checkbox] + span:after,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li .checkbox input[type=checkbox] + span:after {
  display: none;
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #E46B45;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li .checkbox input[type=checkbox]:checked + span:after,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li .checkbox input[type=checkbox]:checked + span:after {
  display: block;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods + #wc-stripe-cc-form,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods + #wc-stripe-cc-form {
  margin: 10px 0 15px;
}
.woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-SavedPaymentMethods,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-SavedPaymentMethods {
  margin: 0 24px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-SavedPaymentMethods,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-SavedPaymentMethods {
    margin: 0 20px;
  }
}
.woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-SavedPaymentMethods > li,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-SavedPaymentMethods > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: none;
  padding: 5px 15px;
  background: #f5f5f5;
}
.woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-SavedPaymentMethods > li:first-child,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-SavedPaymentMethods > li:first-child {
  padding-top: 10px;
  border-radius: 4px 4px 0 0;
}
.woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-SavedPaymentMethods > li:last-child,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-SavedPaymentMethods > li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 4px 4px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-SavedPaymentMethods > li:last-child,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-SavedPaymentMethods > li:last-child {
    margin-bottom: 20px;
  }
}
.woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-SavedPaymentMethods > li.payment_method_redlight_swish-ecommerce,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-SavedPaymentMethods > li.payment_method_redlight_swish-ecommerce {
  display: none !important;
}
.woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-SavedPaymentMethods > li input[type=radio] + label,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-SavedPaymentMethods > li input[type=radio] + label {
  position: relative;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-SavedPaymentMethods > li input[type=radio] + label:after,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-SavedPaymentMethods > li input[type=radio] + label:after {
  left: 6px;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_methods > li.payment_method_cheque,
.woocommerce-account.woocommerce-payment-methods #payment .payment_methods > li.payment_method_cheque {
  display: none;
  visibility: hidden;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe #stripe-payment-data > p:first-child,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe #stripe-payment-data > p:first-child {
  display: none;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe #wc-stripe-cc-form,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe #wc-stripe-cc-form {
  margin: 0 24px 24px;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe #wc-stripe-cc-form,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe #wc-stripe-cc-form {
    margin: 0 20px 20px;
  }
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe #wc-stripe-cc-form .form-row,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe #wc-stripe-cc-form .form-row {
  position: relative;
  margin: 0;
  border-top: 1px solid #b3b3b3;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe #wc-stripe-cc-form .form-row:first-child,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe #wc-stripe-cc-form .form-row:first-child {
  border-top: none;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe #wc-stripe-cc-form .form-row label,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe #wc-stripe-cc-form .form-row label {
  font-size: 10px;
  color: #707070;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  left: 24px;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe #wc-stripe-cc-form .form-row label,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe #wc-stripe-cc-form .form-row label {
    left: 20px;
  }
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe #wc-stripe-cc-form .form-row .wc-stripe-elements-field,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
  border: none;
  margin: 0;
  padding: 28px 24px 10px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe #wc-stripe-cc-form .form-row .wc-stripe-elements-field,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
    padding: 28px 20px 10px;
  }
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
  align-items: center;
  padding: 0 24px 24px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
    padding: 0 20px 20px;
  }
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox],
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] {
  display: none;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label {
  position: relative;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label:before,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: #fff;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label:after,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox] + label:after {
  display: none;
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #E46B45;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]:checked + label:after,
.woocommerce-account.woocommerce-payment-methods #payment .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]:checked + label:after {
  display: block;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_box,
.woocommerce-account.woocommerce-payment-methods #payment .payment_box {
  flex-basis: 100%;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_box.payment_method_redlight_swish-ecommerce > p,
.woocommerce-account.woocommerce-payment-methods #payment .payment_box.payment_method_redlight_swish-ecommerce > p {
  display: none;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  margin: 0 24px 24px;
  background: #f5f5f5;
  border-radius: 4px;
}
.woocommerce-account.woocommerce-add-payment-method #payment .payment_box.payment_method_cod,
.woocommerce-account.woocommerce-add-payment-method #payment .payment_box.payment_method_cheque,
.woocommerce-account.woocommerce-payment-methods #payment .payment_box.payment_method_cod,
.woocommerce-account.woocommerce-payment-methods #payment .payment_box.payment_method_cheque {
  padding: 0 24px 24px;
}
.woocommerce-account.woocommerce-add-payment-method #payment .woocommerce-Button,
.woocommerce-account.woocommerce-payment-methods #payment .woocommerce-Button {
  border-radius: 8px !important;
}

#payment .payment_methods .payment_description {
  padding: 4px 24px 20px 24px;
}

#blisponsor .gform_wrapper .gform_heading .gform_title {
  font-size: 28px;
}
#blisponsor .gform_wrapper .gform_heading .gform_description {
  margin-bottom: 30px;
}
#blisponsor .gform_wrapper input[type=date], #blisponsor .gform_wrapper input[type=email], #blisponsor .gform_wrapper input[type=number], #blisponsor .gform_wrapper input[type=password], #blisponsor .gform_wrapper input[type=tel], #blisponsor .gform_wrapper input[type=text], #blisponsor .gform_wrapper input[type=time], #blisponsor .gform_wrapper input[type=url], #blisponsor .gform_wrapper select, #blisponsor .gform_wrapper textarea {
  background-color: #fff;
}
#blisponsor .gform_wrapper .gfield--type-checkbox .gfield_label {
  font-size: 20px;
}
#blisponsor .gform_wrapper .gfield--type-checkbox .gchoice {
  display: flex;
  align-items: self-start;
  gap: 8px;
  margin-bottom: 8px;
}
#blisponsor .gform_wrapper .gfield--type-checkbox .gfield-choice-input {
  -webkit-appearance: none;
  border: 2px solid #E46B45;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
  margin-top: 2px;
}
#blisponsor .gform_wrapper .gfield--type-checkbox .gfield-choice-input:not(:checked) {
  border: 1px solid #E46B45;
}
#blisponsor .gform_wrapper .gfield--type-checkbox .gfield-choice-input:checked {
  background-color: #E46B45;
  outline: 2px solid white;
  outline-offset: -4px;
  border-radius: 4px;
}
#blisponsor .gform_wrapper .gfield--type-checkbox .ginput_container .gform-field-label {
  font-size: 16px;
}
#blisponsor .gform_wrapper .gfield--type-checkbox .ginput_container .gform-field-label ul {
  margin: 8px 0;
}
#blisponsor .gform_wrapper .gfield--type-checkbox .ginput_container .gform-field-label ul li {
  margin-bottom: 6px;
}
#blisponsor .gform_wrapper .gfield--type-checkbox .gfield_description {
  margin-bottom: 12px;
  font-size: 16px;
}

.sponsor-btn .wp-block-button__link {
  display: inline-block;
  padding: 16px 24px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

.page-template-default #site-content .wp-block-group__inner-container .sponsor-btn a.wp-block-button__link {
  text-decoration: none;
  font-size: 18px;
  border-radius: 2px;
}

@media only print {
  body {
    /* this affects the margin on the content before sending to printer */
    margin: 25mm 25mm 25mm 25mm;
  }
  .hiking-content {
    padding: 0;
  }
  .hiking-content .hiking-content-col1 .hiking-content-topbar, .hiking-content .hiking-content-col2 .hiking-mapbox,
.hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-shadow, .hiking-content .hiking-content-col2 .hiking-box-wrapper--center,
.hiking-intro-wrapper .hiking-nav-pretitle, .splide_hike-nav, .accessibility-car, .comments_wrapper, .hiking-sponsor-wrapper, #site-footer, .hiking-nav-mobile, .site-header,
.hiking-box-wrapper.hiking-packing, .featured-media {
    display: none !important;
  }
  .hiking-intro-wrapper .hiking-intro--title h1 {
    font-size: 32px;
    line-height: 34px;
    margin-top: 0;
  }
  .hiking-intro-wrapper .hiking-intro--to-arrow {
    margin: 6px 14px;
    width: 26px;
  }
  .hiking-intro-wrapper .hiking-intro {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hiking-content .hiking-content-col1 .hiking-content-inner {
    max-width: 100%;
  }
  .hiking-content .hiking-content-tip {
    background-color: transparent;
    padding: 20px 0 0 0;
    border-top: 1px solid #555;
    font-size: 11pt;
  }
  .accessibility_wrapper {
    background-color: transparent;
  }
  .accessibility_wrapper .accessibility_public_transport-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 0px;
  }
  .hiking-content .hiking-content-col2 .hiking-box-wrapper {
    padding: 0;
    background-color: transparent;
    margin-bottom: 20px;
  }
  .hiking-content .hiking-box-title {
    font-size: 14pt;
  }
  .hiking-content .hiking-content-col2 {
    gap: 0;
    margin-bottom: 0px;
  }
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-leader, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-length, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-location, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start {
    padding: 8px 0;
    font-size: 12pt;
  }
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-leader span, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-length span, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-location span, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start span {
    margin-left: 0;
  }
  .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-location:before, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-start:before, .hiking-content .hiking-content-col2 .hiking-box-wrapper.hiking-fact .hiking-fact-length:before {
    display: none;
  }
  .hiking-intro-wrapper .hiking-intro--title {
    padding: 0;
  }
  .hiking-intro-wrapper:after {
    display: none;
  }
  .hiking-content .hiking-content-col1 .accessibility-list .accessibility-list-item span {
    margin-right: 18px;
  }
  .hiking-content {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
    top: 0;
  }
  .hiking-content {
    flex-direction: column-reverse;
  }
  .hiking-intro--stage {
    display: none;
  }
  .hiking-intro--length {
    display: none;
  }
  .hiking-intro-wrapper {
    background-color: transparent;
    padding: 20px 0 20px;
  }
  .hiking-intro-wrapper:before {
    display: none;
  }
  .accessibility_wrapper .accessibility_public_transport-wrapper {
    width: 100%;
    background-color: transparent;
  }
  .accessibility-list h5 {
    display: none;
  }
  .hiking-content .hiking-content-col1 .accessibility-list .accessibility-list-item {
    flex: 1;
    white-space: nowrap;
  }
  .accessibility_wrapper {
    display: none !important;
  }
  .hiking-content .hiking-content-col1 .accessibility-list .accessibility-list-item {
    flex: 1;
    margin-bottom: 20px;
  }
  .hiking-content .hiking-content-col1 .hiking-content-inner {
    font-size: 11pt;
    line-height: 16pt;
    margin-bottom: 20px;
  }
  .hiking-content .hiking-content-col1 .accessibility-list {
    gap: 20px;
  }
  .hiking-content .hiking-content-col1 .accessibility-list {
    display: flex !important;
  }
  .hiking-content .hiking-content-col1 .accessibility-list {
    margin-bottom: 20px;
  }
  .hiking-content .hiking-content-tip h4 {
    font-size: 14pt;
  }
}