/*
	Theme Name: seodr.
	Description: SEO Doktorn WordPress Theme
	Version: 2.0
	Author: SEO Doktorn i Sverige AB
	Author URI: https://www.seo-doktorn.se
*/
/*-------------- Reset --------------*/

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

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 100%;
}
html {
  font-size: 16px;
}
body {
  font: 400 1em/1.7 'sofia-pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #493d36;
}
.font-sofia-regular {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-sofia-semibold {
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font-brandon {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

a:focus,
a:hover,
a:active,
input:focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
::selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #999;
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::placeholder {
  color: #999;
}

/*-------------- Structure --------------*/

.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-space {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-start {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.vert-center {
  -ms-align-items: center;
  align-items: center;
}
.horiz-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.row-reverse {
  flex-direction: row-reverse;
}
.center {
  text-align: center;
}
.wrap-xl {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.wrap-l {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.wrap {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.wrap-m {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.wrap-s {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.wrap-xs {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.wrap-overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.wrap-overflow .col-1-2 {
  height: 100%;
}

/*-------------- Cols --------------*/

.col-1-2 {
  width: 48%;
}
.col-1-3 {
  width: 31%;
}
.col-2-3 {
  width: 65%;
}
.col-1-4 {
  width: 23%;
}
.col-3-4 {
  width: 73%;
}
.col-f-1 {
  width: 100%;
}
.col-f-1-2 {
  width: 50%;
}
.col-f-1-3 {
  width: 33.33%;
}
.col-f-2-3 {
  width: 66.67%;
}
.col-f-1-4 {
  width: 25%;
}
.col-f-3-4 {
  width: 75%;
}

/*-------------- General --------------*/

.pad-l {
  padding: 100px 0;
}
.pad-b-l {
  padding-bottom: 100px;
}
.pad {
  padding: 80px 0;
}
.pad-t {
  padding-top: 80px;
}
.pad-b {
  padding-bottom: 80px;
}
.pad-m {
  padding: 60px 0;
}
.pad-b-m {
  padding-bottom: 60px;
}
.pad-s {
  padding: 40px 0;
}
.pad-b-s {
  padding-bottom: 40px;
}
.pad-xs {
  padding: 20px 0;
}
.pad-t-xs {
  padding-top: 20px;
}
.pad-b-xs {
  padding-bottom: 20px;
}
.marg-b {
  margin-bottom: 80px;
}
.marg-b-m {
  margin-bottom: 60px;
}
.marg-b-s {
  margin-bottom: 40px;
}
.marg-b-xs {
  margin-bottom: 20px;
}
.marg-t {
  margin-top: 80px;
}
.marg-t-m {
  margin-top: 60px;
}
.marg-t-s {
  margin-top: 40px;
}
.marg-t-xs {
  margin-top: 20px;
}

/*-------------- Owl Carousel Touch --------------*/
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
/*-------------- Color Scheme --------------*/
.white-bg {
  background-color: transparent;
}
.col-1-3.white-bg h2 {
  color: #4e5636;
}
.primary-bg {
  background-color: #4e5636;
  color: #fff;
}
.secondary-bg {
  background-color: #f3b547;
  color: #493d36;
}
.white-text,
.main-content a.primary-bg,
.main-content a.secondary-bg,
.main-content a.primary-bg h2 {
  color: #fff;
}

.primary-text {
  color: #333;
}
.secondary-text {
  color: #666;
}
.red-bg {
  background-color: #dd5c49;
  color: #fff;
}
.red-bg:hover {
  color: #fff;
}
.red-text {
  color: #dd5c49;
}
.yellow-bg {
  background-color: #f3b547;
  color: #4e5636;
}
.yellow-text {
  color: #f3b547;
}
.primary-bg h1,
.primary-bg h2,
.primary-bg h3,
.red-bg h1,
.red-bg h2,
.red-bg h3 {
  color: #fff;
}
.beige-bg {
  background-color: #fef7e5;
  color: #4e5636;
}
.beige-bg:hover {
  color: #4e5636;
}
.beige-bg.h2 {
  color: #4e5636;
}
.beige-text {
  color: #fef7e5;
}
.grey-bg {
  background-color: #f6f6f6;
  color: #4e5636;
}
/*-------------- Links & Buttons --------------*/

a,
.main-content p a {
  color: #493d36;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  color: #493d36;
}
.main-content p a {
  color: #f3b547;
}
.main-content p a:hover {
  color: #dca441;
}

.primary-bg a:hover {
  color: #f3b547;
}
button.btn,
a.btn,
.btn,
input[type='submit'],
#cookie-notice .cn-button {
  padding: 13px 50px 16px;
  border-radius: 30px;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 600;
}
a.btn-primary,
.btn-primary,
#cookie-notice .cn-button#cn-accept-cookie,
.wpcf7 input[type='submit'] {
  background: #f3b547;
  color: #493d36;
}
a.btn-secondary,
.btn-secondary,
#cookie-notice .cn-button#cn-more-info {
  background: #4e5636;
  color: #fef7e5;
}
a.btn-primary:hover,
.btn-primary:hover,
#cookie-notice .cn-button#cn-accept-cookie:hover,
.wpcf7 input[type='submit']:hover {
  background: #dca441;
  color: #333;
}
a.btn-secondary:hover,
.btn-secondary:hover,
#cookie-notice .cn-button#cn-more-info:hover {
  background: #3a4028;
}
.menu-productcat .primary-bg:hover {
  background-color: #3a4028;
}
.menu-productcat .secondary-bg:hover {
  background-color: #dca441;
}
.menu-productcat .red-bg:hover {
  background-color: #c75342;
}
.menu-productcat .beige-bg:hover {
  background-color: #eae4d3;
}
#desktop-productmenu .col-f-1-4 ul li a:hover {
  color: #dca441;
}

/*-------------- Typography --------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.1;
  color: #4e5636;
}
h1 {
  font-size: 2.4rem;
  line-height: 1.1;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}

.ingress {
}
.thinner {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 20px !important;
}
.small-h2 {
  font-size: 0.8em;
}

/*-------------- Cookies --------------*/

#cookie-notice {
  font: 400 16px/1.7 'sofia-pro', 'Yantramanav', Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(187, 187, 187, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(187, 187, 187, 0.3);
  box-shadow: 0px 0px 7px 1px rgba(187, 187, 187, 0.3);
  min-width: 0;
  width: 300px;
  left: unset;
  right: 10px;
  bottom: 10px;
}
#cookie-notice.cookie-notice-hidden {
  bottom: -10px;
}
.cookie-notice-container {
  padding: 30px;
}
#cn-notice-buttons {
  margin-top: 10px;
}
.cn-close-icon {
  right: 10px;
  top: 18px;
}
.cn-close-icon:after,
.cn-close-icon:before {
  background: #333;
}

/*-------------- Forms --------------*/

.input-outer {
  margin-bottom: 25px;
}
.input-outer .divide {
  float: left;
  width: 48%;
}
.input-outer .divide + .divide {
  margin-left: 4%;
}
.input-outer div {
  position: relative;
}
.input-outer label {
  color: #a4a7a8;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
  pointer-events: none;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  font-weight: 400;
}
.wpcf7-form-control-wrap {
  position: relative;
}
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  padding: 10px 5px;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 0 0 #eee;
  -moz-box-shadow: 0 2px 0 0 #eee;
  box-shadow: 0 2px 0 0 #eee;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  background: transparent;
}
input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
  width: 100%;
}
.focused label {
  transform: translateY(-120%);
  font-size: 0.75em;
}
input.filled,
textarea.filled {
  box-shadow: 0 2px 0 0 #4e5636;
}
span.wpcf7-not-valid-tip {
  font-size: 0.8em;
  margin-top: 3px;
}
textarea {
  max-height: 150px;
  resize: none;
}
.submit-outer {
  margin-top: 20px;
  float: left;
  width: 100%;
}

/* checkbox & radio buttons */

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-quiz-label {
  font-size: 0.85em;
  color: #493d36;
}
.wpcf7-acceptance a {
  color: #4e5636;
}

.wpcf7-form-control-wrap.acceptance,
.wpcf7-form-control-wrap.radio {
  float: left;
}
span.wpcf7-list-item {
  margin: 0 10px 0 0;
}
.wpcf7-acceptance .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
  padding: 0 0 1px 35px;
}

.wpcf7 input[type='checkbox'],
.wpcf7 input[type='radio'] {
  width: auto;
  display: inline-block;
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #4e5636;
  border-radius: 100%;
  height: 28px;
  width: 28px;
  top: 0;
  left: 0;
  z-index: 5;
  transition: border 0.1s linear;
  -webkit-transition: border 0.1s linear;
}
.wpcf7-acceptance .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 5px;
  left: 5px;
  margin: auto;
  transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
}
.wpcf7 input[type='checkbox']:checked ~ .wpcf7-list-item-label:after,
.wpcf7 input[type='radio']:checked ~ .wpcf7-list-item-label:after {
  background: #f3b547;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #000;
}

/*-------------- Fixed search ---------------*/

.fixed-search {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  display: none;
}
.fixed-search .wrap {
  position: relative;
}
.fixed-search .search {
  width: 100%;
  padding: 40px 0;
}
.fixed-search .search-input {
  width: 80%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.fixed-search .search-submit {
  width: 20%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
.fixed-search .icon-cross {
  position: absolute;
  top: 15px;
  right: 15px;
}

/*-------------- Pages --------------*/
.staff-sec img {
  margin: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.gardajohan-placeholder {
  width: 300px;
}
.gardajohan-placeholder-small {
  width: 160px;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-content p {
  margin-bottom: 25px;
}
.main-content ul,
.main-content ol {
  margin-bottom: 25px;
  padding-left: 1.3em;
}
.bg-img {
  object-fit: cover;
  height: 101%;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.half,
.topbanner {
  overflow: hidden;
}
.bg-img.tone {
  opacity: 0.5;
}
.bg-img ~ div,
.content {
  z-index: 2;
  position: relative;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  height: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.half a.flex {
  position: relative;
}
.half .content .col-f-1 .btn + .btn {
  margin-left: 10px;
}
.puff .col-f-1.content,
.puff .col-f-1-2,
.sidebar .content {
  padding: 100px 10%;
}
.puff p,
.utstallning p,
.white.thinner {
  font-size: 0.9em;
  line-height: 1.3;
  margin-bottom: 20px;
}
.puff .btn,
.utstallning .btn {
  margin-top: 20px;
}
.half .col-f-1-3.content {
  padding: 100px 5%;
}
.puff:hover {
  background-color: rgb(78 86 54 / 0.94);
}
.puff:hover .btn {
  background-color: #dca441;
}
#breadcrumbs {
  font-size: 0.8em;
  padding: 10px 0;
  margin-bottom: 0px;
}
#breadcrumbs a {
  color: #888888;
}
#breadcrumbs a:hover {
  color: #f3b547;
}

/*------------- Popup ------------*/
.popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fef7e5;
  color: #4e5636;
  width: 50%;
  z-index: 999;
  padding: 80px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 5px 1rem #777;
}

/*--------- News - Page ---------*/

article.news {
  margin-bottom: 30px;
}
article.news:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}
.news-post img {
  border-radius: 4px;
}
.news-img-wrapper {
  position: relative;
  padding-top: 70%;
}
.news-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cat-date {
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
}
.cat-date .post-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cat-date .cat-date-dash {
  margin: 0 5px;
  color: #f3b547;
}
.news-link h2 {
  transition: all 0.2s ease-in-out;
}
.news-link:hover h2 {
  color: #f3b547;
}
.news-post-info {
  text-align: center;
}
.news-post-info .cat-date {
  padding-top: 0;
  justify-content: center;
}
.news-post-info h1 {
  margin-bottom: 0;
}
.news-post-info img {
  border-radius: 4px;
  margin: 40px 0;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.news-post-content {
  text-align: left;
}
.news-post-link a {
  cursor: pointer;
  color: #f3b547;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-post-link a i {
  position: relative;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.news-post-link a:hover i {
  position: relative;
  left: -5px;
}

/*--------- Front - Page ---------*/
.hero-section #tns1-iw {
  margin-left: 0;
}
.hero-slide .item {
  position: relative;
}
.hero-slide-img img {
  padding-right: 20px;
}
.hero-section {
  position: relative;
  margin-bottom: 67px;
}
.hero-section .hero-slide .item,
.hero-section .owl-hero .item {
  height: 600px;
}
.hero-text {
  background-color: rgb(78 86 54 / 0.70);
  color: #fff;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 30%;
}
.hero-text .flex {
  bottom: 0px;
  padding: 40px;
  position: absolute;
  
  @media only screen and (max-width: 800px) {
    position: relative;
  }
}
.hero-text h1 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.hero-section p {
  font-size: 1em;
  line-height: 1.3;
}
.hero-text .btn {
  margin-top: 10px;
}
.hero-section .tns-outer {
  position: relative;
}
.hero-section .tns-nav,
.owl-hero .owl-dots {
  position: absolute;
  bottom: -57px;
  right: 2%;
  margin-top: 20px !important;
}
.hero-section .tns-nav button,
.owl-hero .owl-dots .owl-dot span {
  border-radius: 2px !important;
  width: 120px !important;
  background: rgba(0, 0, 0, 0.12);
  height: 4px;
  margin: 0px 7px !important;
}
.hero-section .tns-nav .tns-nav-active,
.hero-section .tns-nav button:hover,
.owl-hero .owl-dots .owl-dot.active span,
.owl-hero .owl-dots .owl-dot:hover span {
  background-color: #4e5636;
}
.owl-hero .owl-stage {
  padding-left: 0px !important;
}

/*------ Flexible Content ------*/
.inspirationcat_flow {
  margin: 0 10px;
}
.inspirationcat_flow .puff-box {
  flex: 1;
  position: relative;
  margin: 20px 10px;
}
.inspirationcat_flow .puff-box h2 {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 0px;
}
.inspirationcat_flow .puff-box .bg-img {
  /* display: block; */
  position: relative;
  height: 500px;
}
.inspirationcat_flow .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px;
  color: #fff;
}
.read-more {
  position: relative;
  display: none;
}
.read-more.active {
  display: block;
}
.read-more .arrow {
  position: absolute;
  height: 10px;
  top: 11px;
  margin-left: 22px;
}
.read-inner {
  margin-top: 10px;
  display: block;
  position: relative;
}
.inspirationcat_flow .overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}
.inspirationcat_flow .content .title {
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0.06em;
}
.inspirationcat_flow .content .title::after {
  content: '';
  display: inline-block;
  height: 0.75em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.productcat-slide-outer .wrap-xl {
  padding-bottom: 100px;
  overflow: hidden;
}
.productcat-slide .item div,
.owl-productcat .item div {
  position: absolute;
  width: 80%;
  left: 20px;
  z-index: 2;
}
.productcat-slide .item .utdrag.active,
.owl-productcat .item .utdrag.active {
  bottom: 25px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.productcat-slide-outer .tns-controls {
  position: absolute;
  bottom: 15px;
  width: 100%;
}
.productcat-slide-outer .tns-controls button,
.owl-carousel.owl-productcat .owl-nav button.owl-prev,
.owl-carousel.owl-productcat .owl-nav button.owl-next {
  position: relative;
  background: #4e5636;
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 50%;
  background: #4e5636;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 5px;
}
.productcat-slide-outer .tns-controls button:hover,
.owl-carousel.owl-productcat .owl-nav button.owl-prev:hover,
.owl-carousel.owl-productcat .owl-nav button.owl-next:hover {
  background: #3a4028;
}
.productcat-slide-outer .icon-chevron-left,
.productcat-slide-outer .icon-chevron-right,
.owl-productcat .icon-chevron-left,
.owl-productcat .icon-chevron-right {
  position: absolute;
  color: #fef7e5;
  font-size: 1.1em;
}

.productcat-slide-outer i {
  top: 11px;
  right: 11px;
}
.owl-productcat .icon-chevron-left {
  left: -9px;
  top: -8px;
}
.owl-productcat .icon-chevron-right {
  left: -7px;
  top: -8px;
}
.productcat-slide .item .upper p,
.owl-productcat .upper p {
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.productcat-slide .item .utdrag p,
.owl-productcat .utdrag p {
  margin-bottom: 0;
}
.productcat-slide .item .upper,
.owl-productcat .upper {
  top: 20px;
}
.productcat-slide .item div + div,
.owl-productcat .item div + div {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  bottom: 20px;
}
.productcat-slide .item .utdrag,
.owl-productcat .utdrag {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.2em;
}
.productcat-slide .item .overlay {
  opacity: 0.9;
  border-radius: 8px;
}
.productcat-slide .item a,
.productcat-slide .item img,
.owl-productcat .item a,
.owl-productcat .overlay,
.owl-productcat .owl-item img {
  border-radius: 8px;
  width: 100%;
  position: relative;
  height: 100%;
}
.product-slide .item .red-bg .overlay {
  opacity: 0.9;
}
.owl-productcat .item .red-bg .overlay {
  opacity: 0.9;
}
.product-slide .secondary-bg .upper,
.product-slide .secondary-bg .utdrag,
.owl-productcat .secondary-bg .upper,
.owl-productcat .secondary-bg .utdrag {
  color: #4e5636;
}
.red-bg.overlay {
  background: rgb(221 92 73 / 92%);
}
.beige-bg.overlay {
  background: rgb(254 247 229 / 92%);
}
.secondary-bg.overlay {
  background: rgb(243 181 71 / 92%);
}
.primary-bg.overlay {
  background: rgb(78 86 54 / 92%);
}
.inspirations-outer .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.owl-productcat .owl-nav span {
  position: relative;
}
.owl-productcat .owl-nav [class*='owl-']:hover {
  background: none;
}
.owl-productcat .owl-nav [class*='owl-']:hover span {
  color: #ddd;
}

.search-filter ul {
  padding-left: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.searchandfilter li {
  width: 100%;
}
.searchandfilter label {
  font-weight: 600;
}
.searchandfilter label:hover,
.filter-box a:hover {
  color: #f3b547;
  cursor: pointer;
}
.empty-filter {
  margin-bottom: 20px;
  color: #493d36 !important;
}

.searchandfilter label input[type='checkbox'] {
  margin-right: 40px;
  cursor: pointer;
}
.searchandfilter input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
}
.searchandfilter .cat-item {
  position: relative;
  margin: 3px 0px;
}
.searchandfilter input[type='submit'] {
  background: #f3b547;
  color: #493d36;
  padding: 13px 50px 16px;
  border-radius: 30px;
  font-size: 1em;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 600;
}
.searchandfilter input[type='submit']:hover {
  background: #dca441;
  color: #333;
}

.searchandfilter .cat-item input[type='checkbox']:before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  top: 2px;
  left: 0;
  z-index: 5;
  transition: border 0.1s linear;
  -webkit-transition: border 0.1s linear;
}
.searchandfilter .cat-item input[type='checkbox']:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 7px;
  left: 5px;
  margin: auto;
  transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
}
.searchandfilter .cat-item input[type='checkbox']:checked:after {
  background: #f3b547;
}
.searchandfilter .cat-item:hover input[type='checkbox']:after {
  background: #f3b547;
}

/*----------- Loop Box -----------*/
.loop-box {
  margin-bottom: 3.5%;
  border: 2px solid #ddd;
  padding: 20px;
  border-radius: 12px;
  margin-left: 0%;
}
.loop-box:hover {
  border: 2px solid #4e5636;
}
.loop-box:nth-child(3n + 2),
.loop-box:nth-child(3n + 3) {
  margin-left: 3.5%;
}
.loop-box-img {
  height: 150px;
  width: 100%;
}
.loop-box-img img {
  /* width: auto;
  max-height: 100px;
  margin: 0 auto; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* max-width: 180px; */
}
.no-cover img {
  object-fit: contain !important;
}

.post-type-archive-entreprenorer .loop-box,
.tax-entreprenorerkategori .loop-box,
.leverantorer .loop-box,
.tax-leverantor .loop-box {
  padding: 20px 30px 35px;
}

.leverantorer .loop-box:nth-child(4n + 2),
.leverantorer .loop-box:nth-child(4n + 3),
.leverantorer .loop-box:nth-child(4n + 4),
.tax-leverantor .loop-box:nth-child(4n + 2),
.tax-leverantor .loop-box:nth-child(4n + 3),
.tax-leverantor .loop-box:nth-child(4n + 4) {
  margin-left: 2.66%;
}
.leverantorer .loop-box:nth-child(4n + 1),
.tax-leverantor .loop-box:nth-child(4n + 1) {
  margin-left: 0%;
}
/*----------- Loop Produkter -----------*/
.produktloop-text span {
  margin: 20px 0;
  display: block;
  padding: 2px;
}
.produktloop-text h3 {
  margin-bottom: 0px;
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
.loop-produkter:nth-child(3n + 2),
.loop-produkter:nth-child(3n + 3) {
  margin-left: 3.5%;
}
.product-img {
  height: 150px;
}
.product-img img {
  width: auto;
  max-height: 100px;
  margin: 0 auto;
  max-width: 180px;
}
/*-------------- Single Product --------------*/
.price {
  font-size: 1.4rem;
}
.price span {
  color: #f3b547;
  font-weight: 600;
}
.bestallningsvara {
  color: #dd5c49;
  font-weight: 600;
}
.lagervara {
  color: #fef7e5;
  font-weight: 600;
}

.single-produkter .breadcrumbs-outer {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.product-slide .item,
.utvald-img,
.owl-theme.product-carousel .item,
.utvald-img {
  margin-top: 41px;
  padding: 50px;
  text-align: center;
  border-radius: 2px;
}
.product-slide .slide-inner img,
.product-slide .utvald-img img,
.owl-carousel.product-carousel .owl-item img,
.utvald-img img {
  display: block;
  /* width: 350px; */
  width: 250px;
  margin: 0 auto;
}
.product-slide #thumbs,
.owl-theme.product-carousel .owl-dots {
  margin-top: 20px !important;
  text-align: left;
  overflow-x: scroll;
  overflow-y: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-slide #thumbs .product-thumbs:hover img,
.owl-theme.product-carousel .owl-dots .owl-dot:hover,
.owl-theme.product-carousel .owl-dots .owl-dot.active {
  cursor: pointer;
  border: 2px solid #4e5636;
}
/* .product-slide #thumbs .product-thumbs{
  height: 175px;
  border: 2px solid #ddd;
  border-radius: 12px;
} */
.product-slide #thumbs .product-thumbs img {
  border: 2px solid;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 12px;
}
.product-slide .item a {
  display: block;
  position: relative;
  -webkit-transition: all 0.01s ease;
  -moz-transition: all 0.01s ease;
  -ms-transition: all 0.01s ease;
  -o-transition: all 0.01s ease;
  transition: all 0.01s ease;
}
.product-slide .item a i {
  display: none;
}
.product-slide .item a:hover i {
  color: #f4b547;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  display: block;
}
.owl-theme.product-carousel .owl-dots .owl-dot {
  margin: 0 10px;
  width: 30%;
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #fff;
}
.product-slide
  #thumbs
  .product-thumbs
  .owl-theme.product-carousel
  .icon-chevron-left {
  position: absolute;
  bottom: 69px;
  left: -13px;
  padding: 10px;
  border-radius: 50%;
  background: #4e5636;
  color: #fef7e5;
  cursor: pointer;
  font-size: 1.1em;
  border: 5px solid #fff;
}
.product-slide .tns-outer {
  position: relative;
}
.product-slide #thumbs img {
  /* width: 150px;
  height: 150px; */
  width: 75%;
}
.product-slide .tns-nav {
  display: none;
}
.product-slide .tns-controls {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  margin-bottom: 0px;
  z-index: 4;
}
.product-slide .tns-controls button {
  background: #4e5636 !important;
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.product-slide .tns-controls button i {
  color: #fef7e5;
  position: absolute;
  left: 12px;
  top: 12px;
}
.product-slide .tns-controls button:nth-of-type(2) i {
  left: 14px;
}
.product-slide .tns-controls button:nth-of-type(1) {
  position: absolute;
  left: -5%;
  background: none;
}
.product-slide .tns-controls button:nth-of-type(2) {
  position: absolute;
  right: -5%;
  background: none;
}
.owl-theme.product-carousel .icon-chevron-right {
  position: absolute;
  bottom: 69px;
  right: -13px;
  padding: 10px;
  border-radius: 50%;
  background: #4e5636;
  color: #fef7e5;
  cursor: pointer;
  font-size: 1.1em;
  border: 5px solid #fff;
}
.owl-theme.product-carousel .owl-dots .owl-dot span {
  display: none;
}
.owl-theme.product-carousel .owl-nav.disabled + .owl-dots {
  text-align: center;
}
.single-produkter .produkter .col-f-1-3 {
  padding: 100px 40px 20px;
}
.single-produkter .produkter .col-f-1-3 p {
  line-height: 1.4;
}
.white {
  color: #fff;
  display: block;
}
.form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.form-popup.active {
  display: block;
}
.form-popup .overlay {
  position: fixed;
}
.form-popup .wpcf7 {
  opacity: 0;
  padding: 60px 5%;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  position: relative;
  top: 150px;
  border-radius: 8px;
  width: 650px;
  z-index: 1001;
  background-color: #fff;
  left: 50%;
  margin-left: -325px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}

.form-popup .wpcf7 h2 {
  margin-bottom: 15px;
  color: #4e5636;
}
.form-popup .wpcf7 p {
  color: #493d36;
}

.form-popup .wpcf7 .icon-clear {
  position: absolute;
  font-size: 1.2em;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.form-popup .wpcf7.opa {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.single-produkter .show-int {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
.icon-cross {
  position: absolute;
  font-size: 1.8em;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #4e5636;
}
/*----- Tabs -----*/
.main-content ul.tab-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  overflow-x: scroll;
  overflow-y: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #f6f6f6;
}
.tab-list li:hover,
.tab-list li.current {
  background-color: #4e5636;
  color: #fff;
}
.tab-list li {
  white-space: nowrap;
  line-height: 1.3;
  padding: 14px 35px;
  font-size: 1.1em;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  color: #493d36;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tab-content-outer {
  background-color: #fff;
}
.tab-content.current {
  display: inherit;
}
.tab-content {
  display: none;
}
.tabell-head th {
  padding-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #4e5636;
  font-size: 0.8em;
  border-bottom: 1px solid #ddd;
}
.produkt_tabell {
  text-align: left;
  width: 100%;
}
.tabell-row td {
  font-size: 0.8em;
  text-align: left;
  min-width: 200px;
  width: 100%;
  padding: 10px 20px;
}
.table-outer {
  overflow-y: auto;
  overflow-x: scroll;
}
.tabell-row:nth-child(even) {
  background: #f6f6f6;
}
.tabell-row td {
  margin-right: 20px;
}
.flexible-space {
  display: block;
}
.mellanrum {
  position: relative;
}
.dokumentation a {
  position: relative;
  border: 2px solid #ddd;
  margin-bottom: 2%;
}
.dokumentation a:hover {
  position: relative;
  background: #ddd;
}
.dokumentation a:nth-child(3n + 2),
.dokumentation a:nth-child(3n + 3) {
  margin-left: 2%;
}
.dokumentation a i {
  margin-left: 20px;
}
.dokumentation a p,
.dokumentation-inner h2 {
  margin-bottom: 0;
  padding: 10px 20px;
}
.dokumentation .icon-download {
  position: absolute;
  right: 20px;
}
.dokumentation-inner h2 {
  font-size: 1em;
  font-weight: 100;
}
.product-call {
  display: block;
  color: #fff;
  padding: 20px 0px;
}
.product-call span {
  display: inline-block;
}
.produt-releated {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
/*-------------- Sidebar --------------*/
.sidebar-menu-product {
  padding: 40px 6% 20px !important;
}
.content-w-sidebar .col-f-2-3,
.content-w-sidebar .col-3-4 {
  padding: 5%;
}
.sidebar {
  margin-bottom: 40px;
}
/*------ Sidebar menu produkter ------*/
#menu-vanster-meny-produkter ul {
  padding-left: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
#menu-vanster-meny-produkter.menu {
  list-style-type: none;
  padding-left: 0;
}
#menu-vanster-meny-produkter.menu li {
  padding: 20px;
  padding-bottom: 0;
}
#menu-vanster-meny-produkter.menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu-vanster-meny-produkter.menu li.menu-item-has-children > a:after {
  content: '\e903';
  font-size: 1rem;
  font-family: 'icomoon' !important;
}
#menu-vanster-meny-produkter.menu li a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #7d806c;
}
#menu-vanster-meny-produkter.menu .sub-menu {
  list-style-type: none;
}
#menu-vanster-meny-produkter.menu > li {
  background: #4e5636;
  position: relative;
  width: 100%;
  padding: 20px 0;
  padding-bottom: 0;
}
#menu-vanster-meny-produkter.menu > li > .sub-menu,
#menu-vanster-meny-produkter.menu > li > .sub-menu > li > .sub-menu {
  background: #4e5636;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  padding-top: 0;
}
#menu-vanster-meny-produkter.menu > li > .sub-menu > li {
  background: #4e5636;
  position: relative;
  width: 100%;
}
#menu-vanster-meny-produkter.menu > li > .sub-menu,
#menu-vanster-meny-produkter.menu > li > .sub-menu > li > .sub-menu {
  display: none;
}
#menu-vanster-meny-produkter.menu > li:hover > .sub-menu,
#menu-vanster-meny-produkter.menu > li > .sub-menu > li:hover > .sub-menu {
  display: block;
}

#menu-vanster-meny-produkter.menu > li > .sub-menu > li > .sub-menu {
  max-height: 550px;
  overflow-y: scroll;
}

/*-------------- Produkt Kategori --------------*/
.term-description {
  width: 90%;
}
/*-------------- Inspiration --------------*/
.sidebar .filter-box {
  padding: 100px 6% 40px;
}
.sidebar .filter-box .contact {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.post-type-archive-produkter .sidebar .filter-box,
.tax-produktkategori .sidebar .filter-box {
  padding: 0px 6% 40px;
}
.filter-box h4 {
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
}
.filter-box a {
  color: #fff;
  font-weight: 600;
}
.inspo-gallery {
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.inspiration-wrap {
  width: 46%;
  margin: 2%;
  position: relative;
  height: 500px;
}
.inspiration-outer:nth-child(odd) {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
/*
.inspiration-wrap:nth-child(odd){
  height: 300px;
}
*/
.inspiration-inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 130px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s, opacity 0.25s linear;
}
.inspiration-wrap:hover .inspiration-inner {
  visibility: visible;
  opacity: 1;
}
.inspiration-inner a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 7px;
  font-size: 0.9em;
  width: 100%;
}
.inspiration-inner a:hover {
  color: #f3b547;
}
.outline-info {
  top: 10px;
  position: absolute;
  right: 10px;
}
.inspiration-wrap .icon-info_outline {
  top: 10px;
  position: absolute;
  right: 10px;
  font-size: 1.6em;
  color: #f3b547;
}
.info-inner {
  display: none;
}
.outline-info:hover .info-inner {
  display: inline-block;
  position: relative;
  top: -39px;
  min-width: 174px;
  right: -65px;
  background: white;
  padding: 5px 10px;
  color: #4e5635;
  font-size: 0.6em;
  margin-bottom: 0px;
  border-radius: 12px;
  z-index: 2;
}

p.info-inner:after {
  content: '';
  padding: 6px;
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px;
  background: white;
  right: 82px;
  transform: rotate(45deg);
}

/*----------- Arrow Long -----------*/
.arrow-long-right {
  margin-left: 18px;
  width: 28px;
  height: 23px;
}
.arrow-long-right {
  font-size: 0.6em;
}
.produt-releated .white:hover .icon-arrow-long-right:before,
.sidebar .contact a:hover .icon-arrow-long-right:before {
  color: #f3b547;
}

/*----------- FAQ -----------*/
.post-type-archive-faq .sidebar .filter-box,
.tax-faqkategori .sidebar .filter-box,
.single-faq .sidebar .filter-box {
  padding: 60px 60px 40px;
}
.post-type-archive-faq .sidebar .filter-box .contact,
.tax-faqkategori .sidebar .filter-box .contact,
.single-faq .sidebar .filter-box .contact {
  padding-top: 20px;
}
.post-type-archive-faq .category-filter a,
.tax-faqkategori .category-filter a,
.single-faq .category-filter a {
  position: relative;
}
.category-filter li a:before {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  top: 0;
  left: -40px;
  z-index: 5;
  transition: border 0.1s linear;
  -webkit-transition: border 0.1s linear;
}
.category-filter li a::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 5px;
  left: -35px;
  margin: auto;
  transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
}
.category-filter {
  position: relative;
  padding-left: 40px !important;
  list-style: none;
}
.category-filter li .active::after,
.category-filter li a:hover::after {
  background: #f3b547;
}
.loop-faq a {
  display: block;
  padding: 20px;
  border: 1px solid #eee;
  margin-top: 25px;
  position: relative;
}
.loop-faq a:hover {
  background: #eee;
}
.loop-faq a .arrow-long-right {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -13px;
}
.loop-faq-inner {
  width: 80%;
}
.faq-cat {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.faq-cat:after {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  background: rgba(0, 0, 17, 0.1);
  content: '';
  margin-left: 20px;
}
.loop-faq h2 {
  font-size: 1.5em;
}

/*----------- Entreprenorer -----------*/
.entreprenorer-outer {
  padding-bottom: 40px;
  width: 100%;
  margin-bottom: 10px;
}
.ent-catname {
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 20px;
}
.single-ent img {
  padding: 15%;
}
/*---------- .tips-rad-loop ----------*/
.tips-rad-loop .col-1 {
  width: 15%;
  min-width: 200px;
  min-height: 160px;
}
.tips-rad-loop .col-2 {
  width: 75%;
  position: relative;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 20px 40px;
}
.tips-rad-loop h2 {
  font-size: 1.8em;
}
.tips-rad-loop a .col-1:first-child(1n + 1) {
  border-top: 1px solid #eee;
}
.tips-rad-loop a:hover .col-2 {
  background: #eee;
  color: #493d36;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.tips-rad-loop a:first-of-type .col-1 {
  border-top: 1px solid #eee;
}
.tips-rad-loop a:last-of-type .col-1,
.tips-rad-loop a:last-of-type .col-2 {
  border-bottom: 1px solid #eee;
}
.tips-rad-inner {
  width: 80%;
}
.tips-rad-inner p {
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.4;
}
.tips-rad-loop .col-2 .arrow-long-right {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -13px;
}
.tips-rad-loop .col-2 .icon-download {
  font-size: 1.8em;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -14px;
  font-size: 1.8em;
}
.single-tips.tips-rad-loop h2 {
  margin-bottom: 0px;
}
/*---------- Topbanner ----------*/
.topbanner .col-f-2-3 {
  /* padding: 60px 5%; */
  padding: 40px 15% 40px 5%;
}
.topbanner .thinner {
  margin-bottom: 20px;
}
.topbanner p {
  font-size: 0.9em;
  line-height: 1.3;
}
.tax-leverantor .topbanner .col-f-1-3 {
  background: #eee;
}
/*---------- leverantor ----------*/
.leverantor {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.leverantor::after {
  position: absolute;
  height: 1px;
  width: 100%;
  margin-top: 4px;
  top: 50%;
  background: rgba(0, 0, 17, 0.1);
  content: '';
  margin-left: 20px;
}
.tax-leverantor .loop-produkter {
  margin-left: 0;
  margin-right: 2.66%;
  margin-bottom: 2.66%;
}
.tax-leverantor .loop-produkter:nth-child(1) {
  margin-left: 0 !important;
}
.tax-leverantor .topbanner .col-f-2-3 {
  padding: 40px 20% 40px 5%;
}

/*-------------- 404 - sida --------------*/
.four-o-four {
  color: #dca441;
  font-size: 6em;
}
/*-------------- Footer --------------*/
.home .textboxes_footer {
  display: none;
}
.textboxes_footer h2,
.textboxes_footer_home h2 {
  font-size: 1.4em;
}
.textboxes_footer_home p,
.textboxes_footer p {
  font-size: 0.9em;
  line-height: 1.4;
}
.textboxes_footer_home p {
  margin-bottom: 0;
}
.main-footer .logo-img {
  width: 90px;
}
.footer-logo {
  margin-bottom: 60px;
}
.footer-social {
  margin-top: 40px;
}
.footer ul {
  list-style: none;
  font-size: 0.9em;
}
.footer p {
  font-size: 0.9em;
}
.footer ul a,
.footer a {
  color: #fff;
}
.footer ul a:hover,
footer a:hover {
  /* color: rgba(255,255,255,0.6); */
  color: #f3b547;
}
.footer h3 {
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 0.85em;
}
.footer-social a {
  padding: 25px;
  font-size: 1.5em;
  line-height: 1;
  background: #f3b547;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  position: relative;
}
.footer-social a:hover {
  background: #dca441;
}
.footer-social i {
  color: #4e5636;
  position: absolute;
  z-index: 2;
}
.footer-social .icon-instagram {
  color: #4e5636;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.icon-linkedin {
  left: 15px;
  top: 12px;
}
.icon-facebook {
  top: 14px;
  left: 18px;
}
.footer-social a:nth-child(2) {
  margin: 0 7px;
}
.sub-footer {
  font-size: 0.85em;
}
.sub-footer .wrap-l {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.sub-footer a {
  margin: 0 15px;
}
.copyright {
  font-weight: 600;
  margin-top: 20px;
}
/*-------------- Responsive --------------*/

@media only screen and (min-width: 1250px) {
  .main-content {
    margin-top: 139px;
  }
  .produktgrupp h3 {
    hyphens: auto;
  }
}

@media only screen and (max-width: 1249px) {
  .main-content {
    margin-top: 152px;
  }
  .hero-text {
    width: 50%;
  }
  .sidebar {
    margin-bottom: 0px;
  }
  /*-- Typography --*/

  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3,
  h4 {
    font-size: 1.2rem;
  }

  /*-- Cols --*/

  .sidebar .col-1-3 {
    width: 31%;
  }
  .sidebar .col-2-3 {
    width: 65%;
  }
  .sidebar .col-2-3 .col-1-3 {
    width: 48%;
  }
  .col-1-2,
  .col-1-3,
  .col-2-3,
  .col-1-4,
  .col-3-4 {
    width: 47%;
  }
  .col-f-1 {
    width: 100%;
  }
  .col-f-1-2,
  .col-f-1-3,
  .col-f-2-3,
  .col-f-1-4,
  .col-f-3-4 {
    width: 100%;
  }
  .main-footer .col-1-3 {
    width: 31%;
  }

  .wrap-overflow .col-1-2 {
    height: 100%;
  }

  .inspirationcat_flow .puff-box:last-of-type {
    margin-bottom: 20px;
  }
  .inspirationcat_flow .puff-box {
    width: 100%;
    flex: auto;
    margin: 20px 10px 0px;
    /* position: absolute; */
  }
  .utstallning {
    display: none;
  }
  .mobile-rowrev {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .single-produkter .breadcrumbs-outer {
    position: relative;
    width: 100%;
  }
  .leverantorer .loop-box {
    width: 31%;
  }
  .leverantorer .loop-box:nth-child(3n + 1) {
    margin-left: 0%;
  }
  .leverantorer .loop-box:nth-child(3n + 2),
  .tax-leverantor .loop-box:nth-child(3n + 3) {
    margin-left: 3.5%;
  }
  /* .leverantorer .loop-box:nth-child(4n+1), .tax-leverantor .loop-box:nth-child(4n+1) {
    margin-left: 3.5%;
  } */
  .entreprenorer-outer .loop-box:nth-child(3n + 2),
  .entreprenorer-outer .loop-box:nth-child(3n + 3) {
    margin-left: 0%;
  }
  .entreprenorer-outer .loop-box:nth-child(2n + 2) {
    margin-left: 4%;
  }
  .dokumentation a:nth-child(3n + 2),
  .dokumentation a:nth-child(3n + 3) {
    margin-left: 0%;
  }
  .dokumentation a:nth-child(2n + 2) {
    margin-left: 4%;
  }
  .tax-leverantor .topbanner .col-f-1-3 {
    padding: 80px;
  }
  #menu-vanster-meny-produkter.menu > li > .sub-menu,
  #menu-vanster-meny-produkter.menu > li > .sub-menu > li > .sub-menu {
    position: initial;
  }
  #menu-vanster-meny-produkter.menu > li:hover > .sub-menu,
  #menu-vanster-meny-produkter.menu > li > .sub-menu > li:hover > .sub-menu {
    display: none;
  }
  #menu-vanster-meny-produkter.menu li {
    padding-right: 0;
  }
  .sidebar-menu-product {
    display: none;
  }
  .post-type-archive-produkter .sidebar .filter-box,
  .tax-produktkategori .sidebar .filter-box {
    padding: 40px 6% 40px;
  }
}

@media only screen and (max-width: 1000px) {
  .hero-text {
    width: 100%;
  }
  .hero-slide-img img {
    position: relative;
    height: 400px;
  }
  .hero-text {
    min-height: 400px;
    display: block;
    position: relative;
  }
  .hero-section .hero-slide .item,
  .hero-section .owl-hero .item {
    height: 100%;
  }
  .hero-section .tns-outer,
  .hero-section .tns-nav {
    display: none;
  }
  .hero-section {
    margin-bottom: 0;
  }
  .half .col-f-1,
  .half .col-f-2-3,
  .half .col-1-2,
  .half .col-f-1-2,
  .half .col-f-1-3 {
    width: 100%;
  }
  .sidebar .col-1-3,
  .sidebar .col-2-3 {
    width: 100%;
  }
  .entreprenorer-outer .col-1-3 {
    width: 47%;
  }
  /*----  Produkter ----*/
  .single-produkter .produkter .col-f-1-3 {
    padding: 40px;
  }
  .product-slide .tns-controls {
    top: 115%;
  }
  .product-slide .tns-controls button:nth-of-type(1),
  .product-slide .tns-controls button:nth-of-type(2) {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 5px;
  }

  .produkt_tabell {
    width: 100%;
  }
  .owl-theme.product-carousel .owl-dots .owl-dot {
    width: 60%;
  }
  .utvald-img img .produkt_tabell {
    width: 150px;
  }
  .sidebar .filter-box {
    padding: 40px;
  }
  .sidebar .col-f-2-3 {
    padding: 5%;
  }
  .dokumentation a:nth-child(1n + 1) {
    margin-left: 0%;
  }
  .inspirationcat_flow .puff-box .bg-img {
    height: 300px;
  }
  .read-more {
    display: block;
  }
  .inspirationcat_flow .content .title {
    margin-bottom: 10px;
  }
  .three .col-1-3,
  .footer .col-1-3 {
    margin-bottom: 20px;
  }
  .footer .col-1-3 {
    margin-bottom: 40px;
    width: 100%;
  }
  .footer-social {
    margin-top: 20px;
  }
  .footer h3 {
    margin-bottom: 10px;
  }

  /*-- Typography --*/

  h1,
  h2 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
  }

  /*-- Cols --*/

  .col-1-2,
  .col-1-3,
  .col-2-3,
  .col-1-4,
  .col-3-4,
  .col-f-1-2,
  .col-f-1-3,
  .col-f-2-3,
  .col-f-1-4,
  .col-f-3-4 {
    width: 100%;
  }
  .wrap-overflow {
    position: relative;
  }
  .wrap-overflow .col-1-2.content,
  .wrap-overflow .col-f-1-2.content,
  .col-f-2-3.content {
    height: 200px;
  }
  .col-rev {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .produktloop {
    /* -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; */
  }
  .loop-box-outer .loop-box.col-1-3 {
    width: 48%;
  }
  .loop-box {
    margin-bottom: 4%;
  }
  .loop-box-outer .loop-box:nth-child(2n + 1) {
    margin-left: 0%;
  }
  .loop-box-outer .loop-box:nth-child(2n + 2) {
    margin-left: 4%;
  }
  .leverantorer .loop-box {
    width: 48%;
  }
  .leverantorer .loop-box:nth-child(4n + 3),
  .leverantorer .loop-box:nth-child(3n + 2),
  .tax-leverantor .loop-box:nth-child(3n + 3) {
    margin-left: 0%;
  }
  .leverantorer .loop-box:nth-child(2n + 2) {
    margin-left: 4%;
  }
  .tips-rad-loop .col-1,
  .tips-rad-loop .col-2 {
    width: 100%;
  }
  .tips-rad-loop .col-2 {
    margin-bottom: 40px;
    border-top: none;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
  }
  /*----- Inspiration -----*/
  .inspiration-wrap,
  .inspiration-wrap:nth-child(odd) {
    width: 100%;
    height: auto;
  }
  .single-ent img {
    padding: 5%;
  }
  .entreprenorer .flex {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .textboxes_footer .col-1-3 {
    margin-bottom: 20px;
  }
  .textboxes_footer .col-1-3:last-child {
    margin-bottom: 0px;
  }
  .puff .col-f-1.content,
  .puff .col-f-1-2,
  .sidebar .content {
    padding: 60px 10%;
  }
}

@media only screen and (max-width: 800px) {
  .term-description {
    width: 100%;
  }
  .leverantorer .loop-box {
    width: 100%;
  }
  .leverantorer .loop-box:nth-child(2n + 2) {
    margin-left: 0%;
  }
  .leverantorer .loop-box:nth-child(4n + 3) {
    margin-left: 0%;
  }
  .entreprenorer-outer .col-1-3 {
    width: 100%;
  }
  .entreprenorer-outer .loop-box:nth-child(2n + 2) {
    margin-left: 0%;
  }
  .inspiration-wrap,
  .inspiration-wrap:nth-child(odd) {
    height: 300px;
  }
  .form-popup .wpcf7 {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .input-outer .divide {
    width: 100%;
  }
  .input-outer .divide + .divide {
    margin-left: 0;
    margin-top: 15px;
  }
  .product-slide .tns-controls {
    top: 125%;
  }
  .staff-sec img {
    height: 600px;
  }
  .popup-wrapper {
    width: 90%;
    padding: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .loop-box-outer .loop-box.col-1-3 {
    width: 100%;
    margin-bottom: 4%;
  }
  .loop-box-outer .loop-box:nth-child(1n + 1) {
    margin-left: 0%;
  }
  .leverantor {
    font-size: 1.4em;
  }
  .leverantor::after {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

/*-------------- WordPress core --------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.page-id-5808 section.whole.wrap-xl .pad{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.page-id-5808 .puff {
    margin-bottom: 24px;
}
/*-------------- Print css --------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*-------------- Cookie report --------------*/
#cookie-report-code {
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  overflow: auto;

  ._CookieScriptReportPageCheckboxes {
    margin: 40px 5px !important;
    gap: 10px;
  }

  ._CookieScriptReportPageTable {
    font-family: sofia-pro, sans-serif;
    margin: 20px 0 40px;

    td {
      text-wrap: balance;
    }
  }

  ._CookieScriptReportPageSaveSettingButton {
    background-color: #4e5636;
    font-family: sofia-pro, sans-serif;
    padding: 13px 50px 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    width: 100%;
    max-width: 145px;
    align-self: center;
    font-size: 1em;
    line-height: 1;
    display: inline-block;
    color: #fef7e5;
    border-radius: 30px;
  }

  ._CookieScriptReportPageSaveSettingButton:hover { background-color: #3a4028; }

  ._CookieScriptReportPageSaveSettingButton:focus { outline: transparent; }

  ._CookieScriptReportPageCheckboxInput {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;

    color: #4e5636;
    width: 16px;
    height: 16px;
    border: 1px solid #4e5636;
    border-radius: 50%;

    transform: scale(1.2);
    transition: 50ms transform ease;

    display: grid;
    place-content: center;

    overflow: hidden;

    cursor: pointer;
  }
  ._CookieScriptReportPageCheckboxInput::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 100ms transform ease;
    box-shadow: inset 1em 1em #4e5636;
    border-radius: 50%;
  }

  ._CookieScriptReportPageCheckboxInput:checked::before {
    transform: scale(1);
  }

  ._CookieScriptReportPageCheckboxInput:checked:active {
    transform: scale(1.1);
  }
}
 /* Opacitet carousel footer */
.primary-bg.overlay {
    background:rgb(78 86 54/88%) !important;
}
html {
  scroll-behavior: smooth;
}
#vara-oppetider {
  scroll-margin-top: 170px;
}
@media (max-width:720px){

.mag-img{
float:none!important;
display:block!important;
width:92%!important;
max-width:92%!important;
height:auto!important;
margin:14px auto 16px auto!important;
transform:none!important;
}

}