/*
	Theme Name: Medisera
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.5.0
	(HTML5 Blank Theme version): 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

#sortit-container {
  text-align: center;
}

.sortit-button {
  font-size: 0.8em;
  background: #dcdfeb;
  color: #182983;
  display: inline-block;
  text-align: center;
  padding: 8px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 4px 2px 0;
  cursor: pointer;
}

.sortit-button.active,
.sortit-button:hover {
  background: #182983;
  color: #fff;
}

.stackit-container {
  width: calc(100% + 30px);
  position: relative;
  margin-left: -15px;
}

.stackit-item {
  max-width: 100%;
  transition: left 0.3s, top 0.3s;
}

.sortit-item {
  transition: transform 0.5s, height 0.5s;
  height: auto;
  overflow: auto;
}

.sortit-hidden {
  transform: scale(0);
  height: 0;
  overflow: hidden;
}

.giftcard-title {
  color: #182983;
  margin-bottom: 5px;
}

.giftcard-info {
  padding: 0 15px;
}

.product-category-description {
  width: 100% !important;
  margin: 0 0 20px 0;
  height: 50px;
  background: #fc0;
}

.product .product-inner>.meta {
  margin: 20px 0;
}

.product .product-inner>.meta h3 {
  margin-bottom: 7px;
}

.product-card {
  width: 33.3333%;
  padding: 1rem;
}

/* Override for one-third class on /kop-Presentkort */

.one-third-override {
  width: 50% !important;
}

@media screen and (max-width: 1400px) and (min-width: 900px) {
  .one-third-override {
    width: 100% !important;
  }
}

@media screen and (max-width: 900px) and (min-width: 750px) {
  .one-third-override {
    width: 50% !important;
  }
}

@media screen and (max-width: 750px) {
  .one-third-override {
    width: 100% !important;
  }
}

.input-textarea {
  border: 1px solid #e3e3e3;
  padding: 15px;
  width: 100%;
  height: 150px;
  border-radius: 0;
  box-shadow: none;
  resize: none;
}

.form-row-wide {
  width: 100% !important;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*: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 {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}

body {
  font: 300 1em "Roboto", sans-serif;
  color: #222;
  background: #f8f8f8;
  line-height: 1.5;
  overflow-x: hidden;
}

/*----- bank ID -------*/

body.login .logout-item {
  display: none;
}

body.login {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background: #f8f8f8;
}

body.login .nav ul li a:hover,
body.login .nav ul li a:focus {
  text-decoration: none;
}

body.login .top-header .min-journal:hover,
body.login .top-header .feedback:hover {
  text-decoration: none;
}

.top-header .min-journal:focus,
.top-header .feedback:focus {
  text-decoration: none;
}

h1.login-h1 {
  font-family: "Montserrat", sans-serif;
  color: #182983;
  font-weight: 600;
  margin-top: 0;
}

.custom-id-text {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.custom-id-text p {
  font-size: 0.9em !important;
}

.text-center {
  font-size: 0.8em !important;
}

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

.login-screen {
  width: 200px;
  margin: 0 auto;
  display: block;
  border: 1px solid #e3e3e3;
}

.id-form {
  background: #fff;
  padding: 10px;
  margin-bottom: 6px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.form-control {
  padding: 10px 12px !important;
  font-size: 16px !important;
  height: auto !important;
}

.col-md-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#menu-journal-menu {
  margin-bottom: 0;
}

/*------ 404 ---------*/

.error404 .all-test {
  margin: 30px 0;
}

#post-404 {
  text-align: center;
  padding: 40px 0 80px;
}

#post-404 h1 {
  margin-bottom: 20px;
}

#post-404 p {
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 30px;
}

#post-404 .button {
  margin: 5px;
}

#post-404 .error-img {
  width: 300px;
  margin-bottom: 30px;
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/*------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}

h1 {
  font-size: 2.2em;
  color: #182983;
  margin-bottom: 10px;
  line-height: 1.2;
}

h2 {
  font-size: 1.7em;
}

.h2-pad {
  margin-bottom: 50px;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.home .clear {
  clear: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.faq-list a {
  color: #182983;
}

.faq-list a:hover {
  color: #182983;
  text-decoration: underline;
}

a:hover {
  color: #222;
}

.page-template-page-landningpage article a:hover,
.single-product .produktbeskrivning a:hover {
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
}

article li,
.term-description li {
  margin-bottom: 8px;
}

article ul,
article ol,
.term-description ul {
  padding-left: 1.4em;
  margin-bottom: 20px;
}

article h2,
article h3,
article h4,
article h5,
article h6,
.extra-instr h2,
.extra-instr h3 {
  margin: 30px 0 8px;
}

.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5 {
  margin: 30px 0 8px;
}

.term-description h2 {
  color: #182983;
}

.term-description p,
.ingress-cat p,
.archive .products {
  margin-bottom: 20px;
}

.archive .product-list-row .product .meta h3 {
  font-size: 1.6em;
}

.archive .product-list-row .product .meta a {
  font-size: unset;
}

.archive .woocommerce-products-header__title {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.archive .products .product {
  text-align: center;
}

.archive .product-list-row .product {
  float: left;
  width: 48%;
}

.product-list-row .product+.product {
  margin-left: 4%;
}

.archive .product-list-row {
  margin-top: 25px;
}

.archive .woocommerce-LoopProduct-link {
  display: block;
}

article p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.attachment-post-thumbnail {
  margin-bottom: 15px;
}

.single-blodmarkorer article a,
.single-post article a,
.single-faq article a,
.single-amne article a {
  color: #182983;
}
.single-blodmarkorer article a:hover,
.single-post article a:hover,
.single-faq article a:hover,
.single-amne article a:hover {
  text-decoration: underline;
}

.date {
  color: #808080;
  margin: 10px 0;
  display: block;
  font-size: 0.9em;
  font-weight: 400;
}

.title-sub p {
  font-size: 1.4em;
  line-height: 1.5;
}

.excerpt {
  margin-bottom: 20px;
}

.article-block div {
  padding: 30px 0 35px;
  border-top: 1px solid #e3e3e3;
}

.dot {
  cursor: pointer;
  float: left;
}

.home .breadcrumbs-outer {
  display: none;
}

.breadcrumbs-outer {
  padding: 5px 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0.8em;
  font-weight: 400;
  color: #727db3;
  font-family: sans-serif;
}

.breadcrumbs-outer a {
  color: #727db3;
}

.breadcrumbs-outer a:hover {
  color: #182983;
}

.breadcrumbs-outer .breadcrumb_last {
  color: #182983;
}

/*------------------------------------*/

.page-template-page-products .main {
  padding-bottom: 0;
}

.main.my-journal {
  margin: 50px 0 60px;
  border-bottom: none;
}

.home .main {
  margin: 0 0 50px;
  padding-bottom: 0;
}

.main {
  margin: 40px 0 50px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
}

.wrap {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap-small {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap-xsmall {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.wrap-fixed {
  max-width: 600px;
  width: 90%;
  position: relative;
}

.one-second {
  float: left;
  width: 48%;
}

.wrap .one-second+.one-second {
  margin-left: 4%;
}

.two-third {
  float: left;
  width: 60%;
}

.one-third-one {
  float: left;
  width: 30%;
  margin-left: 10%;
}

.one-third {
  float: left;
  width: 30%;
  margin-left: 5%;
}

.one-third:first-child {
  margin-left: 0;
}

.usp ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0 0 0 30px;
  text-indent: -30px;
}

.usp .button {
  margin-top: 30px;
}

.sidebar .check-section-horizontal .button {
  margin-bottom: 30px;
}

.usp ul li {
  margin-bottom: 8px;
}

.usp ul li i {
  color: #182983;
  margin-right: 10px;
  font-weight: 400;
  font-size: 1.15em;
}

a.button,
button.button {
  background: #182983;
  border: 1px solid #182983;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  padding: 11px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

button.button {
  padding: 13px 25px 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0;
}

a.button:hover,
button.button:hover,
a.button.add-to-basket:hover,
a.button.order_fixed_button:hover,
.callout a.button:hover,
.wp-embedded-content a.button:hover {
  background: #dcdfeb;
  border: 1px solid #dcdfeb;
  color: #182983 !important;
  text-decoration: none !important;
}

a.button.add-to-basket,
a.button.order_fixed_button,
.callout a.button,
a.button-all,
.wp-embedded-content a.button {
  background: #f07372;
  border: 1px solid #f07372;
}

a.button.button-google {
  background: transparent;
  border: 1px solid #182983;
  color: #182983 !important;
}

#place_order,
.form-wrap input[type="submit"],
.checkout_coupon input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#place_order:hover,
.form-wrap input[type="submit"]:hover,
.checkout_coupon input[type="submit"]:hover {
  background: #dcdfeb;
  color: #182983;
}

a.read-more {
  border: 1px solid #e3e3e3;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding: 11px 25px;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

a.read-more:hover {
  background: #eee;
}

/*------------ Header / Menu ------------*/

.top-header {
  border-bottom: 1px solid #e3e3e3;
  text-align: right;
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
}

.top-header .min-journal {
  display: inline-block;
  color: #182983;
  font-size: 0.9em;
  background: #dcdfeb;
  padding: 5px 18px;
}

.desktop-hidden-menu-option {
  display: none;
}

@media screen and (max-width: 1200px) {
  .top-header .min-journal-btn {
    display: flex;
    height: 90%;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }

  .desktop-hidden-menu-option {
    display: block;
  }
}

.top-header .kop-presentkort {
  display: inline-block;
  background: #f07372;
  color: #fff;
  font-size: 0.9em;
  height: 100%;
  margin-right: 4px;
}

.top-header-logo {
  display: none;
  flex: 33%;
}

.top-header-logo .logo-img {
  width: 120px;
}

@media screen and (max-width: 400px) {
  .top-header-logo .logo-img {
    width: 90px;
  }
}

.top-header .buttons {
  flex: 33%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .top-header .kop-presentkort {
    display: none;
  }

  .main-header .logo {
    display: none;
  }

  .top-header-logo {
    display: inline-block;
    margin-right: 10px;
    display: flex;
  }

  .top-header-logo .logo-img {
    margin-top: 5.5px;
    margin-bottom: 8px;
    margin-left: 12px;
  }

  .top-header .min-journal {
    padding: 0px 10px;
  }

  .top-header .buttons {
    justify-content: center;
  }
}

@media screen and (max-width: 400px) {
  .top-header .min-journal {
    font-size: 11px;
  }
}

.top-header .feedback {
  display: inline-block;
  padding: 5px 10px;
  color: #182983;
  font-size: 0.9em;
  background: #dcdfeb;
}

.top-header .min-journal:hover,
.top-header .feedback:hover {
  background: #182983;
  color: #fff;
}

.top-header .min-journal i,
.top-header .feedback i {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.header {
  font-size: 0.95em;
  font-weight: 400;
  background: #fff;
}

.main-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
}


@media screen and (max-width: 1200px) {
  .main-header .log-cart {
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
  }
}


.main-header .logo {
  float: left;
}

.main-header .nav {
  font-size: 1em;
  position: relative;
  font-family: sans-serif;
}

.main-header .cart-contents,
.top-header .cart-contents {
  color: #182983;
  padding: 15px 0 15px 10px;
  position: relative;
  font-size: 1.2em;
  width: 31px;
  display: flex;
  margin-right: 15px;
  align-items: center;
  padding-top: 19px;
}

.top-header .cart-contents {
  padding: 0;
  padding-right: 15px;
  margin-top: -13px;
  justify-content: flex-end;
}

.main-header .cart-contents i,
.top-header .cart-contents i {
  top: 5px;
  position: relative;
}

.main-header .cart-contents-count,
.top-header .cart-contents-count {
  background: #dcdfeb;
  color: #fff;
  position: absolute;
  top: -15px;
  right: -22px;
  width: 27px;
  height: 27px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  line-height: 1.7;
}

@media screen and (min-width: 1200px) {
  .top-header .cart-contents {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .main-header .cart-contents {
    display: none !important;
  }
}

.top-header .cart-contents-count {
  right: -22px;
  top: 1px;
}

.nav ul,
.custom-sub-menu-prod ul {
  list-style-type: none;
}

.nav ul li {
  float: left;
  position: relative;
}

@media only all and (min-width: 1150px) {
  .nav>ul>li:hover .sub-menu {
    display: block;
  }

  .nav ul li a:hover {
    color: #182983;
    background: #f8f8f8;
  }

  .custom-sub-menu ul:nth-child(2),
  .custom-sub-menu ul:nth-child(3),
  .custom-sub-menu-faq ul:nth-child(2),
  .custom-sub-menu-faq ul:nth-child(3),
  .custom-sub-menu-places ul:nth-child(2),
  .custom-sub-menu-places ul:nth-child(3) {
    border-right: 1px solid #e3e3e3;
  }

  .custom-sub-menu ul li+li,
  .custom-sub-menu-faq ul li+li,
  .custom-sub-menu-places ul li+li,
  .custom-sub-menu-prod ul li+li {
    border-top: 1px solid #e3e3e3;
  }
}

.nav>ul>li>.sub-menu {
  background: #f8f8f8;
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  z-index: 999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 0.95em;
}

.nav ul li .sub-menu li a:hover,
.nav .custom-sub-menu ul li a:hover,
.nav .custom-sub-menu-faq ul li a:hover,
.nav .custom-sub-menu-prod ul li a:hover,
.nav .custom-sub-menu-places ul li a:hover {
  background: #eee;
  color: #182983;
}

.nav .custom-sub-menu-faq ul>li:first-child a {
  font-weight: 600;
  color: #182983;
}

.nav .show-all {
  color: #182983;
}

.sub-menu .see-all {
  color: #182983;
}

.sub-menu .show-more-products {
  width: 100%;
  display: none;
}

.menu-category-products .show-more-products {
  display: none;
  width: 100%;
}

/*
.nav .custom-sub-menu-prod ul>li:first-child a {
  font-weight: 600;
  color: #182983;
  background: #eee;
}
*/

.nav .custom-sub-menu-prod .menu-category-products {
  display: none;
  margin-left: 10px;
  width: 100%;
}

.nav .custom-sub-menu-prod .menu-category > a {
  width: 90%;
}

.nav .custom-sub-menu-prod .menu-category {
  display: flex;
  flex-wrap: wrap;
}

.nav .custom-sub-menu-prod .menu-category-arrow {
  text-align: center;
    cursor: pointer;
    flex-grow: 1;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.nav .custom-sub-menu-prod .menu-category-arrow span {
  margin-top: -4px;
}

.nav .custom-sub-menu-prod .menu-category-arrow .icon-arrow-active {
  margin-top: -7px;
}

.nav .custom-sub-menu-prod .menu-category-arrow:hover {
  background: #eee;
  color: #182983;
}

.menu-category-arrow {
  position: absolute;
  right: 10px;
  top: 3px;
}

.menu-category-arrow .icon-arrow-active {
  display: none;
}

.menu-category-arrow.active .icon-arrow-active {
  display: block;
  font-size: 1.4em;
}

.menu-category-arrow.active .icon-arrow-inactive {
  display: none;
}

@media only all and (min-width: 1150px) {
  .nav .custom-sub-menu-prod ul li.menu-item-object-product_cat a {
    font-weight: 600;
    color: #182983;
    background: #eee;
  }
}

.nav .custom-sub-menu-prod ul li.menu-item-object-product_cat>a:after {
  content: "\e607";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  left: 5px;
  font-size: 0.7em;
  font-weight: 600;
}

.nav>ul>li .sub-menu li.highlight-cat>a {
  font-weight: 600;
  color: #182983;
}

.highlight-cat .sub-menu {
  display: none;
}

.nav .custom-sub-menu-faq ul li.current-menu-item a,
.nav .custom-sub-menu-prod ul li.current-menu-item a,
.nav .custom-sub-menu-places ul li.current-menu-item a {
  color: #182983;
  background: #eee;
}

.nav ul li .sub-menu li {
  float: none;
}

.nav ul li .sub-menu li+li {
  border-top: 1px solid #ebebeb;
}

.nav ul li .sub-menu li a {
  padding: 8px 10px;
}

.nav ul li a {
  display: block;
  padding: 20px 10px;
  color: #333;
}

.nav>ul li a {
  font-weight: 500;
  font-size: 1.05em;
}

.nav ul li.current-menu-item>a {
  color: #182983;
  background: #f8f8f8;
}

.logo-img {
  width: 127px;
  margin-top: 10px;
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .logo-img {
    margin-top: 20px;
    width: 135px;
  }
}

@media (min-width: 0px) and (max-width: 400px) {
  .logo-img {
    width: 110px;
  }
}

/*------- FAQ sub menu ---------*/

.rub-menu-kunskapsbank a {
  color: #182983 !important;
  font-weight: bold !important;
  background-color: #efefef !important;
}

.nav ul li.vara-halsokontroller .sub-menu,
.nav ul li.kunskapsbank .sub-menu,
.nav ul li.provtagningsstallen .sub-menu {
  display: none;
}

/*------------ Table -----------*/

.button-compare {
  text-align: center;
  margin: 40px 0;
}

.compare-section {
  display: none;
  max-width: 900px;
  margin: 0 auto;
}

.analyze-table {
  margin-bottom: 40px;
  font-size: 0.9em;
  border-top: 1px solid #e3e3e3;
  width: 100%;
}

.analyze-table th:first-child {
  text-align: left;
}

.analyze-table td {
  width: 20%;
  text-align: center;
  padding: 5px 10px;
}

.analyze-table td.analys {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  width: auto;
}

.analyze-table td .icon-check {
  background: #d5d9e8;
  color: #fff;
  padding: 4px;
  display: inline-block;
  border-radius: 50%;
  font-weight: 600;
  font-size: 0.9em;
}

.analyze-table td .icon-cross {
  color: #c8ccde;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.analyze-table tr td+td {
  border-left: 1px solid #e3e3e3;
}

.analyze-table thead th {
  font-size: 1.2em;
}

.analyze-table thead th.name {
  color: #182983;
  padding-top: 10px;
}

.analyze-table thead th+th {
  border-left: 1px solid #e3e3e3;
}

.analyze-table tr.tr-price th {
  padding-bottom: 10px;
}

.analyze-table tr:nth-child(odd) {
  background: #eee;
}

.analyze-table thead tr {
  background: none !important;
}

td.markor {
  text-align: left;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.markor-tr td:first-child {
  background: #dcdfeb;
}

thead th {
  padding: 0 10px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.tr-price th+th {
  font-weight: 300;
  font-family: "Roboto", "Montserrat", sans-serif;
  letter-spacing: 0.02em;
}

.analyze-table-single {
  margin-top: 30px;
  border-collapse: collapse;
}

.analyze-table.analyze-table-single th:first-child {
  width: 20%;
}

.analyze-table-single thead th+th {
  text-align: left;
  width: 80%;
}

.analyze-table-single td.markor {
  vertical-align: top;
  padding: 0;
}

.analyze-table-single .markor-tr td:first-child {
  background: none;
}

.analyze-table-single .markor span {
  background: #dcdfeb;
  padding: 5px 10px;
  display: block;
}

.analyze-table-single tr td+td {
  border-left: none;
}

.analyze-table-single tr:nth-child(odd) {
  background: none;
}

.analyze-table-single .markor-tr {
  border-top: 1px solid #182983;
}

.analyze-table-single td.analys {
  padding: 0;
}

.analyze-table-single td.analys p {
  padding: 5px 10px;
}

/*.analyze-table-single td.analys p:nth-child(odd) {
	background: #eee;
}

.analyze-table-single tr td:nth-child(even) + td {
	background: #eee;
}

.analyze-table-single td.analys:nth-child(2) {

}*/

.analyze-table-single tr:nth-child(2) td .analys_subject:nth-child(1) {
  background: #eee;
}

.analyze-table-single tr:nth-child(2) td .analys_subject:nth-child(2) {
  background: none;
}

.analyze-table-single .analys_subject:nth-child(even) {
  background: #eee;
}

.analyze-table-single th {
  padding: 10px;
}

.extra-instr {
  margin-bottom: 30px;
}

.extra-instr p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.extra-instr ul {
  padding-left: 1.4em;
  margin-bottom: 20px;
  margin-top: 10px;
}

/*------*/

.custom-sub-menu-prod,
.custom-sub-menu-faq,
.custom-sub-menu-places {
  width: 150% !important;
}

.custom-sub-menu-prod {
  background: #f8f8f8;
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0px 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  display: none;
}

.custom-sub-menu-prod>h2 {
  display: none;
}

.custom-sub-menu {
  background: #f8f8f8;
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  display: none;
}

.custom-sub-menu-footer a {
  font-weight: 600;
  color: #182983;
  padding: 7px 6px;
  background: #eee;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

.custom-sub-menu-footer a:after {
  content: "\e607";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  left: 5px;
  font-size: 0.7em;
  font-weight: 600;
}

.custom-sub-menu-faq,
.custom-sub-menu-places {
  background: #f8f8f8;
  position: absolute;
  top: 63px;
  width: 100%;
  z-index: 999;
  padding: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
}

.custom-sub-menu ul,
.custom-sub-menu-faq ul,
.custom-sub-menu-places ul {
  float: left;
  width: 33.333%;
  font-size: 0.95em;
}

.custom-sub-menu-prod .row {
  float: left;
  width: 33.333%;
  font-size: 0.95em;
}

.custom-sub-menu-prod .row+.row {
  border-left: 1px solid #e3e3e3;
}

.nav .custom-sub-menu ul li,
.nav .custom-sub-menu-faq ul li,
.nav .custom-sub-menu-prod ul li,
.nav .custom-sub-menu-places ul li {
  float: none;
}

.nav .custom-sub-menu ul li a,
.nav .custom-sub-menu-faq ul li a,
.nav .custom-sub-menu-prod ul li a,
.nav .custom-sub-menu-places ul li a {
  padding: 6px 7px;
}

.custom-sub-menu-prod .clear {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.custom-sub-menu h2,
.custom-sub-menu-faq h2,
.custom-sub-menu-prod h2,
.custom-sub-menu-places h2 {
  color: #182983;
  font-size: 1.1em;
  border-bottom: 2px solid #182983;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.custom-sub-menu-prod h2 a,
.custom-sub-menu-faq h2 a,
.custom-sub-menu-places h2 a {
  color: #182983;
}

.custom-sub-menu-prod h3 {
  color: #182983;
  font-size: 1em;
  margin: 0;
  padding: 5px 8px;
  background: #eee;
  position: relative;
}

.custom-sub-menu.active,
.custom-sub-menu-faq.active,
.custom-sub-menu-prod.active,
.custom-sub-menu-places.active {
  display: block;
}

/*----------- Startsida --------------*/

.front-section {
  padding: 80px 0 120px;
}

.front-section h1 {
  text-transform: uppercase;
  font-size: 2.8em;
  font-weight: 700;
  margin: 20px 0 50px;
  line-height: 1.4;
}

.front-section a.button {
  font-size: 1.1em;
  padding: 14px 25px;
}

.front-section a.button + .button {
  margin-top: 5px;
}

.front-section h1 span {
  font-size: 0.85em;
  font-weight: 400;
}

.front-section p {
  font-size: 1.3em;
  line-height: 1.6;
  margin-bottom: 50px;
}

.front-section .usp {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 20px 20px;
}

.front-section .one-third-one {
  width: 36%;
  margin-left: 4%;
}

/*----------- Startsida -------------- Popular Products section--------- */

.see-more-popular {
  display: flex;
  justify-content: flex-end;
}

.see-more-popular a {
  position: relative;
}

.see-more-popular a::before {
  position: absolute;
  background-color: currentColor;
  bottom: -5px;
  content: "";
  height: 1px;
  width: 100%;
}

.see-more-popular .icon-arrow-straight {
  display: inline-block;
  margin-left: 13px;
  transform: translateY(2px);
}

.home .all-test {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
  margin: 30px auto 0;
}

.home .all-test button.button-compare-popular {
  position: relative;
  font-weight: 400;
  width: auto;
  background: white;
  color: #182983 !important;
  border-color: rgb(220, 223, 235);
  margin: 0 50px;
}

.home .all-test .button.see-all-test-button {
  text-transform: uppercase;
  padding-right: 80px;
  padding-left: 80px;
  margin-bottom: 15px;
}

/*-------- 1 2 3 -----------*/

.check-section {
  margin-top: -50px;
}

.check-section .one-third {
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 30px;
  display: block;
}

.check-section .one-third:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.check-section .one-third h3 {
  font-size: 1.3em;
}

.check-section-horizontal .one-third h3 {
  font-size: 1.2em;
}

.check-section .one-third i {
  background: #dcdfeb;
  padding: 10px;
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  border-radius: 50%;
  margin-bottom: 15px;
}

.check-section .one-third p {
  margin-top: 10px;
  font-size: 0.95em;
}

.check-section-horizontal .one-third p {
  line-height: 1.4;
  margin-top: 5px;
  font-size: 0.85em;
}

.check-section-horizontal .one-third i {
  background: #dcdfeb;
  padding: 10px;
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  border-radius: 50%;
}

.check-section-horizontal .one-third div {
  float: left;
  width: 18%;
}

.check-section-horizontal .one-third div+div {
  width: 82%;
}

.check-section-horizontal {
  margin: 50px 0;
}

.check-section-horizontal .wrap {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0;
}

.check-section-horizontal .one-third {
  display: block;
}

aside .link-block {
  display: block;
}

/*------- info section ---------*/

.info-section {
  margin: 40px 0 60px;
  text-align: center;
  padding: 20px;
  background: #eee;
}

.info-section p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto;
}

/*--------- Omdömen -------------*/

.reference-section .one-second {
  padding: 40px 0;
}

.reference-section .one-second img {
  float: left;
  width: 20%;
  border-radius: 50%;
}

.reference-section .one-second .quote {
  float: left;
  width: 75%;
  margin-left: 5%;
  font-size: 0.95em;
  position: relative;
  line-height: 1.6;
}

.reference-section .one-second .quote i {
  position: absolute;
  top: -15px;
  left: -25px;
  color: #dcdfeb;
  font-size: 1.6em;
}

.reference-section .one-second .quote cite span {
  display: block;
  font-weight: 400;
}

.reference-section .one-second .quote cite {
  font-weight: 700;
  font-style: normal;
}

.reference-section .one-second blockquote {
  font-style: italic;
  margin-bottom: 10px;
}

/*-------- samarbetspartners ----------*/

.partners-section {
  padding: 50px 0;
  background: #fff;
  text-align: center;
}

.partners-section h2,
.about-section h2 {
  margin-bottom: 15px;
}

.partners-section .logos {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partners-section .logos img {
  max-height: 60px;
  margin: 20px !important;
  max-width: 245px;
  object-fit: contain;
  object-position: center;
  display: block;
}

/*---------- seo section ----------*/

.about-section {
  padding: 50px 0;
  line-height: 1.7;
  font-size: 93%;
}

.about-section .wrap {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.about-section .wrap p {
  margin-bottom: 15px;
}

.about-section h2 {
  margin: 20px 0 10px;
}

.about-section h2:first-child {
  margin: 0 0 15px;
}

.about-section h3,
.about-section h4,
.about-section h5,
.about-section h6 {
  margin: 20px 0 10px;
}

.about-section a {
  color: #182983;
}

/*---------------- Products -----------------*/

.feedback-info {
  text-align: center;
  margin: 0 auto 20px;
  width: 90%;
}

.feedback-info h2 {
  color: #182983;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 10px;
  font-weight: 600;
  line-height: 1.4;
}

#fixed-form .wrap-xsmall {
  background: #fff;
  padding: 30px 20px 20px;
  border: 1px solid #e3e3e3;
  position: relative;
  top: 60px;
}

.feedback-img {
  text-align: center;
  padding: 10px 0;
}

.feedback-img img {
  width: 150px;
}

#fixed-video,
#fixed-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  bottom: 0;
  background: rgba(241, 241, 241, 0.9);
  display: none;
}

#fixed-video .icon-cross,
#fixed-form .icon-cross {
  color: #182983;
  right: 30px;
  top: 30px;
  position: absolute;
  font-size: 1.6em;
  cursor: pointer;
}

.middle-video {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.video-section {
  margin-top: 30px;
}

.video-section h2 {
  margin-bottom: 20px;
}

.video-embed-container video {
  background: #fff;
  padding: 10px;
  border: 1px solid #e3e3e3;
}

.our-products {
  text-align: center;
  margin-bottom: 30px;
}

.our-cart {
  margin-bottom: 30px;
}

.categories {
  margin-bottom: 50px;
}

.categories .clear {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}

.categories ul {
  list-style-type: none;
}

.all-categories-btn {
  text-align: center;
  color: #182983;
  font-weight: bold;
  margin-top: -19px;
  font-size: 15px;
  margin-bottom: 10px;
}

.all-categories-btn:hover {
  color: #182983;
  text-decoration: underline;
  cursor: pointer;
}

.all-categories {
  display: none;
}

.filter-button,
.category-button {
  font-size: 0.8em;
  background: #dcdfeb;
  color: #182983;
  display: inline-block;
  text-align: center;
  padding: 7px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  float: left;
  margin: 4px 2px 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (max-width: 700px) {

  .filter-button,
  .category-button {
    margin: 10px 5px 0;
  }
}

.filter-button.active,
.filter-button:hover,
.category-button.active,
.category-button:hover,
.category-button:hover a,
.category-button.active a {
  background: #182983;
  color: #fff;
}


/*--------*/
.product-search-container {
  float: none !important;
  margin: 0 auto;
  margin-bottom: 20px;
  z-index: 0 !important;
  padding: 0px 20px;
  width: 100% !important;
}

.product-search-container button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-search-container .search-css-icon {
  margin-top: -3px;
  margin-left: -2px;
}

.search-loading {
  color: #182983;
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.search-result-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

section.product-category-container {
  width: calc(50% - 35px);
  margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
  section.product-category-container {
    width: 100%;
  }
}

.product-category-container h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.product-section-category-cards-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product-section-category-cards-container .product-card {
  width: 50%;
}

.product-card-small {
  width: 100%;
  background-color: white;
  margin-bottom: 5px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

.product-card-small a {
  color: black !important;
  display: flex;
  align-items: center;
  align-content: center;
}

.product-card-small a .title {
  margin-left: 5px;
  color: #182983;
  font-weight: bold;
}

.product-card-small .add-to-cart a {
  background: #f07372;
  color: white !important;
  border: none;
}

.product-card-small .add-to-cart a:hover {
  border: none !important;
}

.filtr-container .one-third {
  margin-left: 0;
  float: none;
  width: 33.333333%;
  padding: 20px;
}

.all-product-regular .product .meta h3.popular-title {
  font-size: 2em;
}

.all-product-regular .one-third:nth-child(-n + 3) .meta h3 {
  font-size: 2em;
}

.shop-content {
  margin-bottom: 50px;
}

.home .product-section {
  padding: 40px 0 40px;
}

.home .product-section .clear {
  padding-bottom: 40px;
}

.product-section .all-test,
.page-template-page-products .all-test {
  text-align: center;
}

.product-section .all-test,
.page-template-page-tillaggsanalyser .all-test {
  text-align: center;
}

.page-template-page-products .all-test,
.page-template-page-tillaggsanalyser .all-test {
  margin: 50px 0;
}

.product-section .all-test .button,
.page-template-page-tillaggsanalyser .all-test .button {
  margin: 5px;
  display: inline-block;
}

.page-template-page-products .all-test .button {
  margin: 5px;
}

.product-section .all-test button.button i,
.page-template-page-products .all-test button.button i,
.page-template-page-tillaggsanalyser .all-test button.button i {
  margin-right: 10px;
  font-weight: 700;
}

.product {
  border: 1px solid #e3e3e3;
  font-size: 0.9em;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.product:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.product header {
  text-align: center;
  background: #eee;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.product header p {
  padding: 12px 0;
  font-size: 0.95em;
}

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

.product .meta {
  margin: 20px;
}

.product .meta a {
  color: #182983;
}

.product .meta i {
  font-size: 3.8em;
  color: #f07373;
}

.product .meta h3 {
  font-size: 2em;
  color: #182983;
}

.product .price {
  font-size: 1.8em;
  line-height: 1.3;
  background: #dcdfeb;
  color: #182983;
  padding: 12px 20px;
}

.product ul {
  list-style-type: none;
}

.product ul li {
  padding: 10px 20px;
  border-top: 1px solid #e3e3e3;
}

.product .callout {
  margin: 20px;
}

.product .callout a {
  display: inline-block;
}

.all-product-regular .product .meta h3 {
  font-size: 1.6em;
}

.present-banner {
  background: #f07373;
  text-align: center;
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  display: block;
  position: absolute;
  padding: 9px 80px;
  top: 30px;
  left: -85px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popular-banner {
  background: #182983;
  text-align: center;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  display: block;
  position: absolute;
  padding: 9px 15px;
  top: 40px;
  left: -40px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 1;
}

.onsale {
  position: absolute;
  z-index: 10;
  top: 44px;
  right: 0;
  padding: 2px 10px;
  background-color: #f07372;
  color: white;
  font-weight: 700;
  border-radius: 2px;
  font-size: 13px;
}

.product .price ins, .cart-product .price ins  {
  color: #ec4444;
  text-decoration: none;
}

.page-template-page-start .onsale {
  top: 5px;
  right: 5px;
  border-radius: 2px;
  padding: 6px 13px;
}

/*-------- Cookie notice ----------*/

#cookie-notice {
  font-size: 0.9em;
  line-height: 1.6;
  background: rgba(24, 41, 131, 0.9) !important;
  font-family: "Roboto", sans-serif;
}

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

#cookie-notice .button {
  background: #dcdfeb;
  border: none;
  color: #182983;
  padding: 9px 23px;
}

/*------------ Main sidebar -----------*/

.sidebar .check-section-horizontal {
  margin: 0;
}

.sidebar .check-section-horizontal .check-wrap {
  padding: 0 0 30px;
}

.sidebar .check-section-horizontal .check-wrap .clear i {
  background: #dcdfeb;
  padding: 10px;
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  border-radius: 50%;
}

.sidebar .check-section-horizontal .check-wrap .clear p {
  line-height: 1.4;
  margin-top: 5px;
  font-size: 0.85em;
}

.sidebar .check-section-horizontal .check-wrap .clear h3 {
  font-size: 1.2em;
}

.sidebar .check-section-horizontal .check-wrap .clear+.clear {
  margin-top: 30px;
}

.sidebar .check-section-horizontal .check-wrap .clear div {
  float: left;
  width: 18%;
}

.sidebar .check-section-horizontal .check-wrap .clear div+div {
  width: 82%;
}

.payoff-outer {
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
}

.payoff-header {
  color: #182983;
  line-height: 1.3;
  margin-bottom: 10px;
}

.sidebar .usp {
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
}

.sidebar .reference-section .one-second {
  float: none;
  width: 100%;
  padding: 20px 0;
  margin-left: 0;
}

.sidebar .reference-section {
  padding: 30px 0;
}

.sidebar .faq {
  margin-bottom: 30px;
}

.sidebar .faq ul {
  list-style-type: none;
  font-family: sans-serif;
}

.sidebar .faq ul li a {
  display: block;
  padding: 5px 10px;
  border-top: 1px solid #e3e3e3;
}

.sidebar .faq ul li a:hover {
  background: #eee;
}

.sidebar .faq ul li a i {
  margin-right: 10px;
}

.sidebar .faq ul li.current a {
  background: #eee;
  font-weight: 500;
}

.sidebar .products .product {
  text-align: center;
}

/*------------- Min Journal ------------*/

.page-template-page-bankid .main,
.page-template-page-minjournal .main,
.page-template-page-minaprovsvar .main,
.page-template-page-mittlakarutlatande .main {
  margin: 40px 0 80px;
  border-bottom: none;
  padding-bottom: 0;
}

.journal-hero {
  padding: 40px 0;
}

.journal-hero-title {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #182983;
  font-weight: 500;
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
}

.journal-hero-title:hover {
  color: #182983;
}

.journal-hero h1 {
  margin-top: 30px;
}

.journal-hero .hero-sub {
  font-size: 1.4em;
}

.my-journal h2,
.report-section h2,
.utlatande-section h2,
.overall-section h2 {
  color: #182983;
  margin-bottom: 10px;
  font-size: 1.6em;
}

.my-journal h2 a {
  color: #182983;
}

.my-journal h2 i {
  color: #f07373;
  font-size: 1.3em;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.my-journal .one-third-one a {
  color: #182983;
  font-weight: 400;
}

.my-journal .one-third-one a:hover,
.my-journal h2 a:hover {
  text-decoration: underline;
}

.my-journal .two-third p {
  margin-bottom: 40px;
}

.my-journal .two-third div+div {
  margin-top: 35px;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}

.my-journal .two-third div h2 {
  margin-bottom: 20px;
}

.my-journal .two-third div ul {
  padding-left: 1.4em;
}

.my-journal .two-third div ul li {
  margin-bottom: 8px;
}

.my-journal .doctor-button {
  margin-left: 20px;
}

.my-journal .one-third-one .order {
  padding: 15px;
  border: 1px solid #e3e3e3;
  background: #f4f4f4;
}

.my-journal .one-third-one .order h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.my-journal .one-third-one .order+.order {
  margin-top: 10px;
}

/*------*/

.my-results article {
  margin-bottom: 0;
}

.my-results h1 {
  margin-bottom: 20px;
}

.my-results h1 i {
  color: #f07373;
  font-size: 1em;
  margin-right: 15px;
  position: relative;
  top: 1px;
}

/*-------- Reminder -----------*/

.reminder {
  border: 1px solid #e3e3e3;
  padding: 50px 30px;
  text-align: center;
  background: #fff;
  position: relative;
}

.sidebar .reminder {
  margin-bottom: 40px;
}

/*.reminder i {
	font-size: 2.6em;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    position: absolute;
    top: -25px;
    right: -25px;
    background: #182983;
    border-radius: 50%;
    padding: 10px;
}*/

.reminder h3 {
  margin-bottom: 10px;
  color: #182983;
}

.reminder p {
  font-size: 0.9em;
  margin-bottom: 25px;
}

.reminder .reminder_func {
  background: #f07373;
  color: #fff;
  padding: 16px 25px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  line-height: 1;
  width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.overlay.active {
  opacity: 1;
  bottom: 0;
}

.reminder-form {
  position: fixed;
  top: 10%;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  background: #fff;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
}

.reminder-form.active {
  display: block;
}

.reminder-form .icon-cross {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  color: #fff;
  background: #182983;
  padding: 10px;
  border-radius: 50%;
}

.reminder-inputs {
  padding: 40px;
  background: #f1f1f1;
}

.reminder-submit {
  background: #fff;
  padding: 40px 40px 20px;
}

.reminder-inputs .text-help {
  text-align: center;
  margin-bottom: 20px;
}

span.wpcf7-not-valid-tip {
  font-size: 0.9em;
}

.reminder-inputs h3 {
  margin-bottom: 5px;
  color: #182983;
  font-size: 1.6em;
}

.reminder-inputs h4 {
  font-size: 1.4em;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.reminder-inputs .select-outer i {
  z-index: 1;
}

.reminder-inputs input,
.spot-selector input {
  border: 1px solid #e3e3e3;
}

.reminder-inputs input[type="email"],
.reminder-inputs input[type="tel"],
.reminder-inputs .select-outer {
  margin-top: 15px;
}

.reminder-form input[type="submit"] {
  background: #f07373;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

div.wpcf7-response-output {
  margin: 0;
}

/*----------------*/

i.icon-result {
  margin-right: 6px;
  font-size: 0.9em;
}

.normal-result .icon-result {
  color: #40b363;
}

.abnormal-result .icon-result {
  color: #f44249;
}

.result-expl {
  margin-bottom: 35px;
}

.referensValue {
  margin-bottom: 35px;
}

.referensValue .referens-title {
  font-weight: 500;
  font-size: 0.95em;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 7px;
}

.referensValue .referens-block {
  font-size: 0.9em;
}

.result-expl span+span {
  margin-left: 30px;
}

.analyze-sample .select-outer {
  width: 64%;
  float: left;
}

.analyze-sample button {
  width: 33%;
  margin-left: 3%;
  float: left;
  padding: 15px 0;
}

.report-main-wrap {
  border-top: 1px solid #e3e3e3;
  padding-top: 25px;
  margin-top: 25px;
}

.analysis-sample-occasion {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 400;
}

/*----------- Report -------------*/

.report-section .report-card+.report-card {
  margin-top: 30px;
}

.report-card header {
  background: #e9e9e9;
  padding: 15px 20px;
}

.report-card header h2 {
  color: #121212;
  font-size: 1.1em;
  margin-bottom: 0;
}

.report-card .analysis h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.breakdown-header h3 {
  font-size: 1em;
}

.breakdown .cell,
.breakdown-header .cell {
  float: left;
  padding: 12px 20px;
}

.breakdown-header {
  background: #fff;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  margin-top: 25px;
}

.breakdown {
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
  display: flex;
}

.breakdown-section {
  margin-bottom: 10px;
}

.report-card .analysis,
.breakdown-header .analysis {
  width: 23%;
}

.report-card .result-value,
.breakdown-header .result-value {
  width: 23%;
  border-left: 1px solid #e3e3e3;
}

.report-card .reference-value,
.breakdown-header .reference-value {
  width: 23%;
  border-left: 1px solid #e3e3e3;
}

.report-card .result,
.breakdown-header .result {
  width: 23%;
  border-left: 1px solid #e3e3e3;
}

.report-card .breakdown-result-act,
.breakdown-header .breakdown-result-act {
  width: 8%;
  text-align: center;
  border-left: 1px solid #e3e3e3;
  padding: 12px 10px;
}

.report-card .breakdown-result-act {
  background: #182983;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.report-card .breakdown-result-act:hover {
  background: #dcdfeb;
  color: #182983;
}

.report-card .breakdown-result-act i {
  font-size: 1.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -6px;
}

.breakdown.bg-active .breakdown-result-act {
  background: #dcdfeb;
  color: #182983;
}

.report-card .breakdown:hover {
  background: #e9e9e9;
}

.bg-active {
  background: #e9e9e9;
}

.breakdown-result {
  background: #eee;
  padding: 30px 20px 40px;
  display: none;
}

.breakdown-result .result-box {
  float: left;
  width: 35%;
}

.breakdown-result .result-box+.result-box {
  width: 55%;
  margin-left: 10%;
}

.result-box h3 {
  font-size: 1em;
}

.result-box h2 {
  font-size: 1.4em;
}

.result-box .normal,
.result-box .high,
.result-box .low {
  border-bottom: 1px solid #e3e3e3;
}

.result-box .normal h3,
.result-box .high h3,
.result-box .low h3 {
  padding: 15px 0;
  font-size: 1.1em;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}

.result-box .normal h3:hover,
.result-box .high h3:hover,
.result-box .low h3:hover {
  background: #e9e9e9;
}

.result-box .normal div,
.result-box .high div,
.result-box .low div {
  display: none;
  padding-top: 10px;
}

.breakdown-result .result-box+.result-box .high,
.breakdown-result .result-box+.result-box .low {
  font-size: 0.9em;
}

.result-box .normal div.active,
.result-box .high div.active,
.result-box .low div.active {
  display: block;
}

.result-box .normal div p,
.result-box .high div p,
.result-box .low div p {
  margin-bottom: 15px;
}

.breakdown-result .result-box+.result-box h3 i.icon-arrow-up,
.breakdown-result .result-box+.result-box h3 i.icon-arrow-down {
  padding: 8px;
  border-radius: 50%;
  margin-right: 10px;
}

.result-box .normal h3 i {
  color: #fff;
  background: #40b363;
}

.result-box .high h3 i.icon-arrow-up,
.result-box .low h3 i.icon-arrow-down {
  color: #fff;
  background: #f44249;
}

.result-box .high h3 i.icon-angle-down,
.result-box .low h3 i.icon-angle-down,
.result-box .normal h3 i.icon-angle-down {
  position: relative;
  left: 20px;
  top: 1px;
}

.result-box .high h3 i.icon-angle-up,
.result-box .low h3 i.icon-angle-up,
.result-box .normal h3 i.icon-angle-up {
  position: relative;
  left: 20px;
  top: 1px;
}

.structure {
  font-size: 0.9em;
  margin-bottom: 25px;
}

.structure h2 {
  margin-top: 20px;
}

.structure p {
  margin-bottom: 15px;
}

.structure ul,
.structure ol {
  padding-left: 1.4em;
  margin-bottom: 20px;
}

.result-box .button {
  margin-top: 40px;
}

.result-check p {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.jamfor {
  margin-top: 40px;
}

.jamfor .test {
  border: 1px solid #e3e3e3;
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 10px;
}

.jamfor h4 {
  font-size: 1em;
  margin-top: 15px;
}

.result-box .jamfor h3 {
  font-size: 1.2em;
}

.result-box .jamfor h2 {
  margin-bottom: 15px;
}

.post-type-archive .article-block h2 {
  margin-bottom: 20px;
}

.pagination {
  margin-top: 30px;
}

.page-numbers {
  background: #dcdfeb;
  color: #182983;
  padding: 10px 14px;
  line-height: 3.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  list-style: none;
  align-items: center;
  align-content: center;
}

.page-numbers.current {
  background: #182983;
  color: #f1f1f1;
  margin: 0;
}

.woocommerce-pagination {
  margin-bottom: 10px;
}

/*------------- result animation -------------*/

.result-chart-outer {
  margin-bottom: 40px;
}

.enhet,
.range {
  font-size: 0.8em;
  position: relative;
}

.result-chart {
  background: #fff;
  position: relative;
  width: 100%;
  height: 55px;
}

.result-chart span {
  position: absolute;
  bottom: 0;
  border-bottom: none;
  height: 5px;
}

.result-chart .low {
  left: 0;
  width: 30%;
  background: #f44249;
}

.result-chart .normal {
  left: 30%;
  width: 20%;
  background: #40b363;
}

.result-chart .normal {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.result-chart .high {
  right: 0;
  width: 50%;
  background: #f44249;
}

.range .start {
  position: absolute;
  left: 0;
  top: 0;
}

.range .normal-low {
  position: absolute;
  left: 30%;
  top: 0;
}

.range .normal-high {
  position: absolute;
  left: 50%;
  top: 0;
}

.range .end {
  position: absolute;
  right: 0;
  top: 0;
}

.result-chart .my-result {
  background: #dcdfeb;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
  max-width: 100%;
}

.result-chart .my-result.zero {
  width: 0 !important;
}

.result-chart .my-result.resultfL {
  width: 40%;
}

/*--------- Läkarutlåtande -------------*/

.vardguide-comments {
  font-size: 0.9em;
  margin-top: 50px;
}

.utlatande-section {
  margin-top: 30px;
}

.doctor {
  text-align: center;
}

.print-button-box {
  margin: 40px auto 0;
}

.print {
  margin-right: 10px;
}

.utlatande:after {
  content: "";
  position: absolute;
  top: 180px;
  left: 100%;
  border: 30px solid transparent;
  border-left-color: white;
  -webkit-filter: drop-shadow(1px 0 0 rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(1px 0 0 rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.utlatande {
  background: #fff;
  padding: 30px;
  border: 1px solid #e3e3e3;
  position: relative;
  min-height: 300px;
}

.utlatande-text {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.utlatande-text p {
  margin-bottom: 8px;
}

.utlatande a {
  color: #182983;
  text-decoration: underline;
}

.utlatande-date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.doctor-info span {
  display: block;
}

.doctor-info {
  font-weight: 400;
}

.doctor-name {
  font-weight: 500;
  margin-bottom: 5px;
}

.doctor-title {
  font-style: italic;
}

.doctor-box {
  max-width: 300px;
  margin: 60px auto 0;
}

.w900max {
  display: none !important;
}

.w900min {
  display: initial !important;
}

.doctor-img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 155px;
}

/*--------- Overall section --------------*/

.overall-section {
  margin: 50px 0;
}

.overall {
  margin-top: 25px;
  border: 1px solid #e3e3e3;
}

.overall-nav {
  list-style-type: none;
  background: #eee;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.overall-nav li {
  width: 16.6666666%;
  float: left;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.overall-nav li.active {
  background: #fff;
}

.overall-nav li:hover {
  background: #fff;
}

.overall-nav li+li {
  border-left: 1px solid #e3e3e3;
}

.overall-content {
  background: #fff;
}

.overall-content h3 {
  color: #182983;
  margin-bottom: 10px;
}

.overall-content p {
  margin-bottom: 20px;
}

.overall-content .cell p {
  margin-bottom: 0;
}

.overall-content .tab-content {
  display: none;
  padding: 30px;
}

.overall-content .tab-content.sjukdom {
  padding: 0;
}

.overall-content .tab-content.sjukdom .text-area {
  padding: 30px;
}

.overall-content .report-card {
  border: none;
  border-top: 1px solid #e3e3e3;
}

.overall-content .report-card h3 {
  margin-bottom: 0;
  color: #121212;
}

.overall-content .tab-content.show {
  display: block;
}

.tab-content .one-third-one {
  font-size: 0.9em;
}

.tab-content .one-third-one h4 {
  margin-bottom: 6px;
}

.tab-content .one-third-one a {
  color: #182983;
}

.tab-content .one-third-one a:hover {
  text-decoration: underline;
}

.tab-content .one-third-one div {
  padding: 15px 0;
}

.tab-content .one-third-one div+div {
  border-top: 1px solid #e3e3e3;
}

.tab-content .column-count {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.tab-content .back a {
  border-bottom: 1px solid #e3e3e3;
  font-size: 0.8em;
  padding: 5px 30px;
  display: block;
  font-weight: 400;
}

.tab-content .back a:hover {
  background: #f8f8f8;
}

.tab-content .back a i {
  font-size: 0.8em;
}

#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label {
  background: #182983 !important;
}

/*----------- Produkt landningssida ------------*/

.fixedBuy {
  width: inherit;
  max-width: inherit;
  position: fixed !important;
  top: 175px;
  z-index: 99;
}

.fixedTop {
  top: 125px;
}

.product-sidebar {
  margin: 400px 0 0 !important;
}

.sidebar-product-outer {
  width: 100%;
  max-width: 360px;
}

.produktbeskrivning h1 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.produktbeskrivning h2 {
  color: #182983;
}

.produktbeskrivning a {
  color: #182983;
}

/*.sidebar-product-outer .product .meta h3 {
	margin: 0;
}*/

.sidebar-product-outer .product {
  text-align: center;
}

.sidebar-product-outer .product .meta {
  margin: 10px 10px 6px;
}

.sidebar-product-outer .product .meta div {
  font-size: 0.9em;
}

.single-product-text {
  padding: 0 20px 10px;
}

/*.sidebar-product-outer .product .product-inner {
	padding: 20px;
}*/

/*.sidebar-product-outer .product .callout {
	margin-top: 15px;
}*/

.sidebar-product-outer .product .callout a {
  font-size: 1.15em;
  width: 100%;
  padding: 11px 15px;
}

.sku {
  display: block;
  letter-spacing: 0.1em;
  color: #808080;
  font-size: 0.8em;
  margin-top: 15px;
  font-weight: 400;
}

/*----------- Omdömen -------------*/

.page-template-page-opinion .main {
  margin: 40px 0 0;
  border-bottom: none;
}

.page-template-page-opinion .sidebar .reference-section {
  display: none;
}

.omdomen-section .clear {
  padding: 35px 0 30px;
  border-top: 1px solid #e3e3e3;
}

.omdomen-section .clear img {
  float: left;
  width: 20%;
  border-radius: 50%;
}

.omdomen-section .clear .quote {
  float: left;
  width: 75%;
  margin-left: 5%;
  position: relative;
}

.omdomen-section .clear .quote i {
  position: absolute;
  top: -15px;
  left: -30px;
  color: #dcdfeb;
  font-size: 1.6em;
}

.omdomen-section .clear .quote blockquote {
  font-style: italic;
  margin-bottom: 10px;
  line-height: 1.7;
}

.omdomen-section .clear .quote cite {
  font-weight: 700;
  font-style: normal;
}

.omdomen-section .clear .quote cite span {
  display: block;
  font-weight: 400;
}

/*--------------- Konatkta oss -------------*/

.contact-section h3 {
  margin: 40px 0 10px;
}

.contact-puff {
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.contact-puff span {
  display: block;
  float: left;
  width: 33.33333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-size: 1.2em;
}

.contact-puff span i {
  color: #f07373;
  font-size: 1.8em;
  position: relative;
  top: -4px;
  margin-right: 15px;
}

#map {
  height: 400px;
}

/*------------- Provtagningsställe ------------*/

.spot-section-main article a,
.page-template-default .main-section article a,
.shop-content a,
.faq-template-default .main-section article a {
  color: #182983;
}

.spot-section-main article a:hover,
.page-template-default .main-section article a:hover,
.shop-content a:hover,
.faq-template-default .main-section article a:hover {
  text-decoration: underline;
}

.spot-section-main .one-third-one {
  text-align: right;
}

.select-spot-outer {
  margin-top: 30px;
}

.select-block {
  float: left;
  width: 35%;
}

.map-block {
  float: left;
  width: 60%;
  margin-left: 5%;
}

.map-block #map {
  height: 800px;
  margin-top: 30px;
}

.show-all-button {
  text-align: center;
  margin-top: 1.5rem;
}

.spots-outer {
  border: 1px solid #e3e3e3;
  margin-top: 20px;
  position: relative;
}

.page-template-page-spot .spots-outer:after {
  background-image: linear-gradient(to bottom,
      rgba(248, 248, 248, 0),
      rgba(248, 248, 248, 1));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  height: 10%;
  width: 100%;
}

.spot-selector input {
  float: left;
  width: 64%;
}

.spot-selector .button {
  float: left;
  width: 33%;
  margin-left: 3%;
  padding: 14px 20px 14px;
}

.health-button-prov {
  width: 100%;
}

.spots-header {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 7px 15px;
  font-weight: 500;
  font-size: 0.95em;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}

.spots-header i {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 1.1em;
}

.spots {
  overflow: scroll;
  height: 650px;
  font-size: 0.9em;
}

.spot {
  display: block;
  padding: 15px 40px 15px 15px;
  position: relative;
}

.spot p:last-child {
  text-decoration: underline;
  color: #182983;
}

.spot i {
  position: absolute;
  top: 45px;
  right: 15px;
  font-size: 2em;
  color: #999;
}

.spots .spot {
  border-bottom: 1px solid #e3e3e3;
}

.spot:hover {
  background: #eee;
}

.spot h3 {
  color: #182983;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.single-provtagningsstalle h1 i {
  color: #f07373;
  position: relative;
  top: 1px;
  font-size: 1em;
  margin-right: 15px;
}

.single-provtagningsstalle .map-block #map {
  margin-top: 0;
  height: 500px;
}

.spot-info {
  padding: 20px 20px 30px;
  font-size: 0.97em;
}

.spot-info a {
  text-decoration: underline;
  color: #182983;
}

.spot-info h2 {
  border-bottom: 2px solid #182983;
  padding-bottom: 10px;
  color: #182983;
}

.spot-info h3 {
  font-size: 1.2em;
  margin: 25px 0 7px;
}

.spot-info h3:first-child {
  margin: 0 0 7px;
}

.opening-hours {
  list-style-type: none;
  margin-bottom: 20px;
}

.opening-hours li {
  padding: 5px 0;
}

.opening-hours li+li {
  border-top: 1px solid #e3e3e3;
}

.opening-hours strong {
  font-weight: 500;
}

/*-------------- Kassa & varukorg --------------*/

.mailchimp-newsletter {
  display: none;
}

.start-here-icon {
  position: absolute;
  top: 20px;
  right: 0;
  width: 150px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  transform: rotate(3deg);
}

.page-template-page-companycart.woocommerce-order-received .start-here-icon,
.page-template-page-cart.woocommerce-order-received .start-here-icon,
.page-template-page-companycart.woocommerce-order-received .our-cart,
.page-template-page-cart.woocommerce-order-received .our-cart,
.page-template-page-companycart.woocommerce-order-received .pplink {
  display: none;
}

.page-template-page-companycart.page-template-page-companycart-php .one-second-coupon {
  display: none;
}

@media only all and (max-width: 700px) {
  .start-here-icon {
    display: none;
  }
}

.cart-product {
  background: #fff;
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
}

.cart-product-info {
  padding: 20px;
}

.cart-product ul {
  list-style-type: none;
  font-size: 0.9em;
  padding-left: 1.4em;
}

.cart-product ul li {
  position: relative;
  margin-bottom: 3px;
}

.cart-product ul li:before {
  color: #182983;
  font-size: 1.9em;
  content: "\e904";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: -2px;
  left: -25px;
}

.cart-product header {
  border-bottom: 1px solid #e3e3e3;
  padding: 8px 20px;
  position: relative;
}

.cart-product header div i {
  color: #dcdfeb;
  font-size: 1.6em;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: relative;
  top: 3px;
}

.cart-product header .icon-cross {
  position: absolute;
  right: 18px;
  top: 15px;
  color: #182983;
  cursor: pointer;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid transparent;
}

.cart-product header .icon-cross:hover {
  color: #182983;
  border: 1px solid #182983;
}

.cart-product header div i:hover {
  color: #182983;
}

.cart-product header div span a {
  display: inline-block;
  position: relative;
  top: 2px;
}

.cart-product header .quantity {
  display: inline-block;
  width: 40px;
}

.cart-product header .quantity input {
  text-align: center;
  padding: 8px 10px;
}

.cart-product-title {
  margin-bottom: 15px;
}

.cart-sections h2 {
  font-size: 1.5em;
  color: #182983;
}

.cart-product-title .price {
  font-size: 1.8em;
}

.cart-product-title i {
  font-size: 3.8em;
  color: #f07373;
}

.cart-product-title div {
  display: inline-block;
  margin-left: 20px;
}

.cart-section .cart-product+.cart-product {
  margin-top: 20px;
}

/*------ checkout --------*/

.returning-visitor {
  margin: 5px 0 15px;
}

.returning-visitor a {
  color: #182983;
  text-decoration: underline;
}

.social-security {
  background: #eee;
  padding: 20px;
  margin-bottom: 30px;
}

.social-security input {
  margin-bottom: 15px;
}

.woocommerce-order-received .cart-sections .wrap {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.woocommerce-order-received .cart-sections .wrap li {
  margin-bottom: 5px;
}

.woocommerce-order-received .cart-sections .wrap li:after,
.custom-selected-clinic ul li:after {
  content: ".";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.woocommerce-order-received .cart-sections .wrap .important-note ul,
.custom-happens-health ul {
  padding-left: 1.4em;
  margin-bottom: 20px;
}

.custom-selected-clinic {
  margin-bottom: 20px;
  font-weight: 400;
}

.custom-selected-clinic ul li+li {
  border-top: 1px solid #eee;
  padding-top: 5px;
}

.custom-thanks-health,
.custom-happens-health,
.custom-after-health {
  background: #fff;
  padding: 30px 30px 10px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

.custom-order-details,
.custom-selected-clinic {
  background: #fff;
  padding: 30px 30px 25px;
  border: 1px solid #e3e3e3;
  text-align: left !important;
}

.custom-order-details span.det-ails,
.custom-selected-clinic span.det-ails {
  float: left;
}

.custom-order-details strong,
.custom-selected-clinic strong {
  float: right;
}

.custom-selected-clinic ul {
  list-style-type: none;
}

.custom-selected-clinic strong {
  font-weight: 400;
}

.important-note {
  background: #fff;
  padding: 30px;
  margin: 20px 0;
  border: 2px dashed #e3e3e3;
}

.woocommerce-thankyou-order-details {
  font-weight: 300 !important;
  text-align: center;
}

.woocommerce-order-received .cart-sections .wrap .woocommerce-thankyou-order-details ul {
  padding-left: 0 !important;
}

.woocommerce-thankyou-order-details strong,
.woocommerce-thankyou-order-details .date {
  color: #222 !important;
  margin: auto;
  font-size: 1em;
  font-weight: 300 !important;
}

.one-second-info {
  margin-top: 15px;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 20px 30px 30px;
  width: 100%;
  position: relative;
}

.one-second.one-second-info:before {
  content: "";
  height: 100%;
  width: 10px;
  background: #182983;
  position: absolute;
  top: 0;
  left: 0;
}

.one-second-info h3 {
  color: #182983;
  margin-bottom: 5px;
}

.one-second-info ul {
  list-style: none;
}

.one-second-info i {
  margin-right: 5px;
  color: #44aa44;
}

.one-second.one-second-coupon {
  float: right;
  background: #fff;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 20px 20px 30px;
  margin-top: 15px;
  position: relative;
}

.one-second.one-second-coupon:before {
  content: "";
  height: 100%;
  width: 10px;
  background: #f07373;
  position: absolute;
  top: 0;
  left: 0;
}

.one-second-coupon h3 {
  color: #182983;
  margin-bottom: 5px;
}

/*----------*/

.checkout-section-form,
.provtagning {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 20px 20px 25px;
  margin-bottom: 30px;
}

.provtagning .visitinformation a {
  color: #182983;
}

.checkout-stockholm3-questions {
  margin: 2em 0;
}

.checkout-stockholm3-question {
  margin: 2em 0;
}

abbr[title] {
  display: none;
}

#billing_clinic_field {
  margin-top: 20px;
}

.checkout_coupon .input-text {
  margin: 10px 0;
}

/*--------*/

.woocommerce-order-received .cart-sections .wrap p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.woocommerce-order-received .cart-sections .wrap a {
  text-decoration: underline;
}

.woocommerce-order-received .cart-sections .wrap h2,
.woocommerce-order-received .cart-sections .wrap h3 {
  margin-bottom: 15px;
  text-align: center;
  color: #182983;
}

.woocommerce-order-received .cart-sections .wrap .custom-thanks-health h2 {
  margin-bottom: 8px;
}

.woocommerce-order-received .cart-sections .wrap h3 {
  font-size: 1.1em;
}

.checkout-section-title {
  margin-bottom: 10px;
}

.checkout-section-title span.nr {
  background: #182983;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.checkout-section-title span.nr1:before {
  content: "1";
  position: relative;
  left: 13px;
}

.checkout-section-title span.nr2:before {
  content: "2";
  position: relative;
  left: 12px;
}

.checkout-section-title span.nr3:before {
  content: "3";
  position: relative;
  left: 12px;
}

.checkout-section-title span.nr4:before {
  content: "4";
  position: relative;
  left: 10px;
}

.checkout-section-title span.nr5:before {
  content: "5";
  position: relative;
  left: 10px;
}

.checkout-section-title span.smaller {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 400;
}

.checkout-section input,
.checkout_coupon .input-text {
  border: 1px solid #e3e3e3;
}

.checkout-code {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 0 20px;
  margin: 10px 0 30px;
}

.checkout-code input[type="submit"] {
  border: none;
  background: #eee;
  font-family: "Montserrat", sans-serif;
  color: #999;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.checkout-code input[type="submit"]:hover {
  background: #182983;
  color: #fff;
}

.cart-total {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
  text-align: right;
  margin: 30px 0;
}

.cart-total .price {
  font-size: 1.3em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-left: 15px;
}

.payment-checkout {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 20px 30px 30px;
}

.payment-method {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.payment-method div:first-child img {
  width: 110px;
}

.payment-method div {
  padding: 10px 0 0;
  font-size: 0.95em;
}

.payment_methods li+li {
  padding-top: 10px;
}

.payment-method input {
  width: auto;
}

.payment-method label {
  display: inline;
  margin-left: 6px;
  font-weight: 700;
}

.cart-pay .price {
  font-size: 1.3em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-left: 15px;
}

.approve {
  margin: 20px 0;
  background: #f5f5f5;
  padding: 10px;
  position: relative;
  border: 1px solid #ccc;
}

.approve label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

.approve label a {
  color: #182983;
  text-decoration: underline;
}

/*.approve .check {
	display: block;
    position: absolute;
    border: 1px solid #333;
    border-radius: 100%;
    height: 28px;
    width: 28px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .1s linear;
    -webkit-transition: border .1s linear;
}

.approve .check:before {
	display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
}

.approve input[type="checkbox"]:checked ~ .check:before {
    background: #3b99fc;
}

.wc-terms-and-conditions .woocommerce-form__input-checkbox {
    display: none !important;
}*/

.cart-pay input {
  width: auto;
  margin-right: 8px;
}

.cart-pay .button {
  width: 100%;
}

/*-------- Checkout new ----------*/

.woocommerce-billing-fields input {
  border: 1px solid #e3e3e3;
}

.woocommerce-additional-fields textarea {
  border: 1px solid #e3e3e3;
}

#place_order,
.checkout_coupon input[type="submit"] {
  background: #182983;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/*---------- input, textarea, label, formulär ------------*/

label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.95em;
  display: block;
  margin-bottom: 7px;
}

.select-outer {
  position: relative;
}

.select-outer i {
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 15px;
}

select {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 15px 15px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
}

.provtagning select {
  border: 1px solid #182983;
  color: #182983;
}

select#billing_country {
  height: 51px;
}

input,
textarea {
  padding: 15px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  margin-bottom: 20px;
}

.input-outer {
  margin: 20px 0;
}

.input-outer div {
  width: 48%;
  float: left;
}

.input-outer div+div {
  margin-left: 4%;
}

.form-section {
  padding: 40px 0 20px;
  background: #dcdfeb;
}

.form-wrap {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

.form-wrap h2 {
  text-align: center;
  margin-bottom: 25px;
}

.form-wrap [data-name="epost"],
.form-wrap [name="email"] {
  display: block;
  float: left;
  width: 70%;
}

.form-wrap input[type="submit"] {
  width: 30%;
  float: left;
  background: #182983;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.contact-section .wpcf7 {
  margin-top: 30px;
}

#fixed-form .wpcf7 input[type="email"],
.contact-section .wpcf7 input[type="text"],
.contact-section .wpcf7 input[type="email"],
.contact-section .wpcf7 input[type="tel"],
.contact-section .wpcf7 textarea,
#fixed-form .wpcf7 textarea {
  border: 1px solid #e3e3e3;
}

#fixed-form .wpcf7 textarea {
  margin-top: 20px;
  height: 150px;
  margin-bottom: 20px !important;
}

.contact-section .wpcf7 input[type="submit"] {
  background: #182983;
  color: #fff;
  width: 200px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 input[type="submit"]:hover,
#fixed-form .wpcf7 input[type="submit"]:hover {
  background: #dcdfeb;
  color: #182983;
}

#fixed-form .wpcf7 input[type="submit"] {
  background: #182983;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}

::-moz-placeholder {
  color: #999;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}

:-moz-placeholder {
  color: #999;
  font-weight: 400;
}

/*------------- Footer -------------*/

.footer {
  font-size: 0.85em;
  padding: 50px 0 0;
  background: #eee;
  background: #182983;
  color: #dcdfeb;
}

.footer a {
  color: #dcdfeb;
}

.footer .widget_nav_menu a:hover {
  text-decoration: underline;
}

.footer ul {
  list-style-type: none;
}

.footer .widget_nav_menu li,
.security-footer li {
  margin-bottom: 4px;
}

.footer .widget_nav_menu {
  float: left;
  width: 20%;
}

.footer h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #f1f1f1;
}

/*----- Disclaimers frågor & svar -------*/

.page-template-page-faq .disclaimers-section {
  margin-top: 0;
}

.disclaimers-section {
  padding: 20px 20px 0;
  border: 2px dashed #e3e3e3;
  margin-top: 35px;
}

.disclaimers-section p {
  font-size: 0.9em;
  margin-bottom: 20px;
}

.disclaimers-section h5 {
  margin-bottom: 15px;
}

/*----- Disclaimers Min Journal -------*/

.disclaimer-footer {
  background: #182983;
  color: #dcdfeb;
  font-size: 0.9em;
  text-align: center;
  padding: 40px 0;
}

.disclaimer-footer p {
  margin-bottom: 0;
}

/*--------*/

.security-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.security-footer .one-fourth {
  float: left;
  width: 25%;
  font-weight: 400;
}

.security-footer .bet-logo {
  height: 35px;
  margin-right: 8px;
}

.security-footer .lmv-logo {
  height: 100px;
  margin-top: 8px;
}

.security-footer .bet-logo.bet-logo-payex {
  height: 30px;
}

.security-footer .trygg-logo {
  height: 35px;
}

.online-shopping li {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 1.05em;
}

.online-shopping li i {
  font-size: 1.6em;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.bottom-footer {
  padding: 35px 0 30px;
  margin-top: 40px;
  text-align: center;
  background: #182983;
  color: #dcdfeb;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-footer .copyright {
  float: left;
  margin-top: 12px;
}

.bottom-footer a {
  color: #fff;
}

.bottom-footer .social {
  float: right;
}

.social a+a {
  margin-left: 7px;
}

.social a i {
  font-size: 1.6em;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.social a i:hover {
  background: rgba(255, 255, 255, 0.4);
}

.social a .icon-facebook:before {
  position: absolute;
  top: 10px;
  left: 13px;
}

.social a .icon-linkedin:before {
  position: absolute;
  top: 9px;
  left: 11px;
}

.social a .icon-twitter:before {
  position: absolute;
  top: 10px;
  left: 10px;
}

/*---------- hamburger -----------*/

.burger-outer {
  display: none;
  float: right;
  cursor: pointer;
}

.c-hamburger {
  position: relative;
  overflow: hidden;
  margin: 0;
  z-index: 99;
  padding: 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: unset;
  border: none;
  background: transparent;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  background: #182983;
}

.c-hamburger span:before,
.c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background: #182983;
  content: "";
  border-radius: 2px;
}

.c-hamburger span:before {
  top: -8px;
}

.c-hamburger span:after {
  bottom: -8px;
}

/*------- active hamburger --------*/

.c-hamburger--htx span:before,
.c-hamburger--htx span:after {
  transition-duration: 0.3s, 0.3s;
  /*transition-delay: 0.3s, 0s;*/
}

.c-hamburger--htx span:before {
  transition-property: top, transform;
}

.c-hamburger--htx span:after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span:before,
.c-hamburger--htx.is-active span:after {
  transition-delay: 0s, 0.3s;
}

.to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #dcdfeb;
  color: #182983;
  padding: 10px 15px 11px;
  font-size: 1.4em;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.active-scroll {
  opacity: 1;
}

.expander {
  display: none;
}

.product-section-all,
.all-product-regular {
  display: flex;
  flex-wrap: wrap;
}

.all-product-regular.addons {
  gap: 70px;
  max-width: 1080px;
  margin: 0 auto;
}

/* Related Products on product page */
  .related {
    margin-top: 50px;
  }

  .related h2 {
    margin-bottom: 30px;
  }

  .related .meta {
    min-height: 60px;
    display: flex;
    justify-content: center;
  }

  .related .meta i {
    display: none;
  }

  .related .meta h3 {
    font-size: 1.4em;
    align-self: center;
  }

  .related ul.products {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    text-align: center;
    margin-bottom: 70px;
  }

  .related ul.products.slick-initialized {
    visibility: visible;
    opacity: 1;
  }

  .related li.product {
    margin: 0 2.5px;
    width: auto !important;
    height: 100%;
    display: flex !important;
    flex-direction: column;
  }

  #related {
    width: auto;
  }

  .related .clickable-card ul {
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0 5px;
  }

  .related .clickable-card li {
    padding: 0;
    border-top: 0;
    width: 100%
  }

  .related .price {
    margin-top: auto;
  }

  .related .callout {
    margin: 0 20px 20px;
  }

  .related .product .price {
    background: none;
    margin-bottom: 20px;
  }

  .related .callout .add-to-basket, .related .callout a.read-more {
    padding: 7px 17px;
  }

  .related .product header {
    font-size: 10px;
  }


  .slick-track {
    display: flex !important;
 }

  .slick-slide {
      height: inherit !important;
  }

  .slick-slide > div {
    height: 100%;
  }

  .slick-list{
    padding:0 10% 0 0 !important;
  }

  .slick-list>div:only-child {
    margin-left: unset;
    margin-right: unset;
  }


  /* Related Articles on product page */
  .related_articles {
    margin: 30px 0 55px;
  }

  .related_articles h2 {
    margin-bottom: 15px;
  }

  .related_articles li {
    padding: 0 2.5px;
    display: flex;
  }

  .single-product .produktbeskrivning .related_articles li a:hover{
    text-decoration: none;
  }

  .related_articles .slick-next, .related_articles .slick-prev {
    top: 37%;
  }

  .slick-disabled {
    opacity: 0 !important;
  }

  .related_articles li .img_container {
    height: 250px;
    overflow: hidden;
  }

  .related_articles li img {
    height: -webkit-fill-available;
    object-fit: cover;
    transition: transform .3s ease;
  }

  .related_articles li .img_container .attachment-post-thumbnail {
    margin-bottom: 0;
  }

  .related_articles li img:hover {
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }

  .related_article_title {
    font-size: 20px;
    margin: 10px 12px 0 9px;
  }

  /* Slider "Tests containing marker" on marker page */
  article .tests-containing-marker ul {
    padding-left: 0;
  }

/* Slick sliders Arrows for Related products and Related articles on Product page */
  .related.products .icon-arrow-right, .related.products .icon-arrow-left {
    position: absolute;
    top: 45%;
  }

  .related_articles .icon-arrow-right, .related_articles .icon-arrow-left {
    position: absolute;
    top: 38%;
  }

  .related.products .icon-arrow-right:hover, .related.products .icon-arrow-left:hover, .related_articles .icon-arrow-right:hover, .related_articles .icon-arrow-left:hover {
    cursor: pointer;
  }

  .related.products .icon-arrow-right.slick-disabled:hover, .related.products .icon-arrow-left.slick-disabled:hover {
    pointer-events: none;
  }

  .related.products .icon-arrow-right:before, .related.products .icon-arrow-left:before,   .related_articles .icon-arrow-right:before, .related_articles .icon-arrow-left:before {
    font-size: 19px;
  }

 .related.products .icon-arrow-left, .related_articles .icon-arrow-left {
    left: -50px;
  }

  .related.products .icon-arrow-right, .related_articles .icon-arrow-right {
    right: -50px;
  }

  .markor_comments {
    display: flex;
  }

  .analyze-table td.markor_comments {
    width: 100%;
  }

  .markor_comments span {
    color: grey;
    text-align: left;
    padding-left: 10px;
    font-style: italic;
    font-size: 13px;
  }

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (max-width: 1350px) {
  .product-card {
    width: 50%;
  }
}

@media only all and (max-width: 1150px) and (min-width: 900px) {
  .result-expl span {
    display: block;
  }

  .result-expl span+span {
    margin-left: 0;
  }
}

@media only all and (max-width: 1200px) {
  #cn-notice-text {
    display: block;
    margin-bottom: 10px;
  }

  .expander.active-expand {
    background: #f8f8f8;
  }

  .contact-puff span {
    display: block;
    text-align: center;
    height: auto;
  }

  .contact-puff span i {
    display: block;
  }

  .expander {
    position: absolute;
    font-size: 1.6em;
    top: 1px;
    right: 0;
    padding: 18px 18px 20px;
    background: #fff;
    color: #182983;
    display: block;
    bottom: 0;
  }

  .menu-item-has-children .menu-item-has-children .expander:before {
    top: -4px;
    display: block;
    position: relative;
  }

  .menu-item-has-children .products-sub-menu {
    margin-left: 20px;
  }

  .nav>ul>li .sub-menu li a {
    padding: 12px 10%;
  }

  .nav ul li .sub-menu {
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
  }

  .nav ul li .sub-menu li+li {
    border-top: none;
  }

  .custom-sub-menu,
  .custom-sub-menu-faq,
  .custom-sub-menu-prod,
  .custom-sub-menu-places {
    display: none;
  }

  .custom-sub-menu.active,
  .custom-sub-menu-faq.active,
  .custom-sub-menu-prod.active,
  .custom-sub-menu-places.active {
    display: none;
  }

  /*------------*/
  .fixedBuy {
    width: auto;
    max-width: auto;
    position: relative !important;
    top: 0;
    z-index: 1;
    margin-bottom: 30px;
  }

  .sidebar-product-outer {
    max-width: 100%;
  }

  .fixedBuy {
    right: 0;
  }

  .product-sidebar {
    margin: 0 !important;
  }

  .burger-outer {
    display: block;
    padding: 25px;
  }

  .top-header .wrap {
    width: 100%;
  }

  .main-header .cart-contents {
    padding: 27px 28px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
  }

  .main-header .cart-contents-count {
    top: -15px;
    right: 7px;
  }

  .main-header .nav {
    float: none;
    display: none;
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    position: absolute;
    z-index: 50000;
    background-color: white;
    top: 90px;
  }

  .nav ul li {
    float: none;
  }

  .nav ul li a {
    padding: 20px 5%;
    border-top: 1px solid #e3e3e3;
  }

  .nav ul li.current-menu-item a {
    background: #fff;
  }

  .main-header .wrap {
    width: 100%;
  }

  .logo {
    margin-left: 5%;
  }

  .log-cart:after {
    content: ".";
    visibility: hidden;
    clear: both;
    height: 0;
    display: block;
  }
}

@media only all and (max-width: 1100px) {
  .filtr-container .one-third {
    margin-left: 0;
    float: none;
    width: 50%;
    padding: 20px;
  }

  .breakdown-header .breakdown-result-act {
    width: 13%;
  }

  .breakdown-header .result {
    width: 18%;
  }

  .product-section .one-third,
  .check-section .one-third {
    float: left;
    width: 32%;
    margin-left: 2%;
  }

  .product-section-all .one-third:first-child,
  .product-section .one-third:first-child,
  .check-section .one-third:first-child {
    margin-left: 0;
  }

  .sidebar .reference-section .one-second img {
    float: none;
    width: 80px;
  }

  .sidebar .reference-section .one-second .quote {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .check-section-horizontal .one-third div {
    float: none;
    display: inline-block;
    width: auto;
  }

  .check-section-horizontal .one-third div+div {
    width: auto;
  }

  .check-section-horizontal .one-third i {
    margin-bottom: 10px;
  }

  footer .link-footer .widget_nav_menu {
    width: 33%;
  }

  footer .wrap .divider:after {
    content: ".";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
  }

  footer .wrap .divider+.divider {
    margin-top: 30px;
  }

  .security-footer .one-fourth {
    width: 50%;
  }

  .related.products .icon-arrow-left, .related_articles .icon-arrow-left {
    left: -40px;
  }

  .related.products .icon-arrow-right, .related_articles .icon-arrow-right {
    right: -40px;
  }
}

@media only all and (max-width: 950px) {
  .about-section .wrap {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

@media only all and (max-width: 900px) {
  .doctor-box {
    margin: 40px auto 0;
  }
  .w900max {
    display: block !important;
  }

  .w900min {
    display: none !important;
  }

  .utlatande:after {
    content: none;
  }

  .my-journal .two-third div+div {
    margin-top: 40px;
  }

  .my-journal .one-third-one {
    margin-top: 40px;
  }

  .spot-section-main .one-third-one {
    text-align: left;
  }

  .single-provtagningsstalle .map-block #map {
    margin-top: 30px;
    height: 300px;
  }

  .select-block {
    float: none;
    width: 100%;
  }

  .map-block {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .map-block #map {
    height: 800px;
  }

  .omdomen-section .clear {
    padding: 35px 0 20px;
  }

  a.button.order_fixed_button,
  .faq .button,
  .sidebar-reg .check-section-horizontal .button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 22px 15px;
    margin-bottom: 0;
  }

  .sidebar .faq {
    margin-bottom: 0;
  }

  .sidebar-foretag {
    display: none;
  }

  .shop-content {
    margin-bottom: 30px;
  }

  .payoff-outer {
    background: #fff;
    padding: 15px;
    border: 1px solid #e3e3e3;
  }

  .home .product-section {
    padding: 30px 0;
  }

  .page-template-page-opinion .main {
    margin: 30px 0 0;
  }

  .main.spot-section-main {
    border-bottom: none;
    padding-bottom: 0;
  }

  .home .product-section .clear {
    padding-bottom: 30px;
  }

  .product-section .one-third+.one-third {
    margin-top: 25px;
  }

  .product-section .one-third {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .sidebar .reference-section,
  .front-section .usp {
    display: none;
  }

  .sidebar .usp {
    border-bottom: none;
    padding: 30px 0 0;
  }

  .sidebar {
    margin-top: 30px;
  }

  .sidebar .check-section-horizontal .check-wrap .clear div {
    float: left;
    width: 60px;
  }

  .reference-section .one-second {
    padding: 25px 0;
  }

  .two-third {
    float: none;
    width: 100%;
  }

  .one-third-one,
  .front-section .one-third-one {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .one-third-one.reminder {
    margin-top: 30px;
  }

  .check-section-horizontal {
    margin: 30px 0;
  }

  .check-section-horizontal .one-third div {
    float: left;
    width: 60px;
  }

  .check-section-horizontal .one-third div+div {
    width: 82%;
  }

  .check-section-horizontal .one-third+.one-third,
  .sidebar .check-section-horizontal .check-wrap .clear+.clear {
    margin-top: 15px;
  }

  .check-section-horizontal .one-third i {
    margin-bottom: 0;
  }

  .check-section-horizontal .one-third {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .single-product .sidebar .check-section-horizontal {
    border-bottom: none;
    padding-bottom: 0;
  }

  .bottom-footer {
    padding-bottom: 30px;
  }

  .product-card {
    width: 100%;
  }
}

@media only all and (max-width: 800px) {
  .filtr-container .one-third {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .filtr-container .one-third {
    padding: 12px 0;
  }

  .feedback-info {
    font-size: 0.9em;
    width: 100%;
  }

  .info-section {
    margin: 10px 0 60px;
  }

  .breakdown-result .result-box {
    float: none;
    width: 100%;
  }

  .breakdown-result .result-box+.result-box {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .main {
    margin: 30px 0;
  }

  .home .main {
    margin: 0 0 30px;
  }

  .partners-section,
  .about-section {
    padding: 30px 0;
  }

  .form-section {
    padding: 30px 0 20px;
  }

  .check-section .one-third {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .front-section {
    padding: 60px 0 100px;
  }

  .custom-order-details span.det-ails,
  .custom-selected-clinic span.det-ails {
    float: none;
  }

  .custom-order-details strong,
  .custom-selected-clinic strong {
    float: none;
  }

  .custom-thanks-health,
  .custom-happens-health,
  .custom-after-health {
    padding: 20px 20px 0;
  }

  .custom-order-details,
  .custom-selected-clinic,
  .important-note {
    padding: 20px 20px 15px;
  }

  .custom-selected-clinic strong {
    font-weight: 300;
  }
}

@media only all and (max-width: 700px) {
  .archive .product-list-row .product {
    float: none;
    width: 100%;
    margin-top: 25px;
  }

  .product-list-row .product+.product {
    margin-left: 0;
  }

  .archive .product-list-row {
    margin-top: 0;
  }

  .disclaimers-section,
  .partners-section {
    text-align: left;
  }

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

  .woocommerce-order-received .cart-sections .wrap .woocommerce-order {
    padding: 20px;
  }

  .woocommerce-order-received .cart-sections .wrap .woocommerce-order.thankyou-outer {
    padding: 0;
  }

  .utlatande {
    padding: 30px 20px;
  }

  .result-expl span {
    display: block;
  }

  .result-expl span+span {
    margin-left: 0;
  }

  .input-outer div {
    width: 100%;
    float: none;
  }

  .input-outer div+div {
    margin-left: 0;
    margin-top: 20px;
  }

  .about-section .wrap {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }

  .one-second {
    float: none;
    width: 100%;
  }

  .wrap .one-second+.one-second {
    margin-left: 0;
  }

  .front-section h1 {
    font-size: 2.5em;
  }

  .front-section {
    background-position: 26% 50% !important;
    background: url(/wp-content/uploads/doctorsmall-medisera-health.jpg) no-repeat !important;
    background-size: cover !important;
  }
}

@media only all and (max-width: 650px) {
  .table-remove {
    display: none;
  }

  #fixed-form .icon-cross {
    right: 5%;
    top: 10px;
  }

  #fixed-form .wpcf7 textarea {
    margin-top: 10px;
    height: 100px;
    margin-bottom: 10px !important;
    padding: 10px;
  }

  #fixed-form .wpcf7 input[type="email"] {
    padding: 10px;
  }

  #fixed-form .wrap-xsmall {
    padding: 20px 10px 10px;
    top: 40px;
  }

  .report-card .analysis {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    background: #fff;
  }

  .report-card .analysis:after {
    content: "\f107";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: #182983;
    color: #fff;
    padding: 16px 20px;
  }

  .report-card .result-value {
    border-left: 0;
  }

  .report-card .result-value,
  .report-card .reference-value,
  .report-card .result {
    width: 33.333%;
  }

  .report-card .reference-value {
    border-right: 1px solid #e3e3e3;
  }

  .report-card .result {
    border-left: 0;
  }

  .report-card .breakdown-result-act,
  .breakdown-header .breakdown-result-act {
    display: none;
  }

  .breakdown-header .analysis {
    display: none;
  }

  .breakdown-header .result-value {
    border-left: 0;
  }

  .breakdown-header .result-value,
  .breakdown-header .reference-value,
  .breakdown-header .result {
    width: 33.333%;
  }

  footer .link-footer .widget_nav_menu {
    width: 100%;
  }

  footer .wrap .divider+.divider {
    margin-top: 0;
  }

  footer h3 {
    margin-top: 20px;
  }

  .footer {
    padding: 20px 0 0;
  }

  .bottom-footer .copyright,
  .bottom-footer .social {
    float: none;
    margin-top: 0;
  }

  .bottom-footer .social {
    margin-top: 15px;
  }

  .security-footer .one-fourth {
    width: 100%;
    float: none;
  }

  .breakdown {
    display: block;
  }

  /* Related Products on product page */

  .related .product .meta {
    margin: 15px;
  }

  .related ul.products {
    display: flex;
    flex-wrap: wrap;
  }

  .related .clickable-card header {
    display: none;
  }

  .related .clickable-card ul {
    font-size: 15px;
    padding: 0;
  }

  .related .product .price {
    background: #dcdfeb;
    margin-bottom: 20px;
  }

  .slick-list>div>div:only-child {
    width: 100% !important;
  }

  .slick-list:has(div:only-child) {
    width: 100%;
    padding: 0 !important;
  }

  .related.products .icon-arrow-left, .related_articles .icon-arrow-left {
    left: -20px;
  }

  .related.products .icon-arrow-right, .related_articles .icon-arrow-right {
    right: -20px;
  }

    /* Related Articles on product page */
  .related_articles {
    margin: 15px 0 20px;
  }

  .related_article_title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .print-button-box .button {
    width: 100%;
    margin-right: 0;
  }

  .print-button-box .print {
    margin-bottom: 10px;
  }

  .contact-puff span {
    float: none;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-puff span+span {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
  }

  .contact-section .wpcf7 {
    margin-top: 0;
  }

  .contact-section h3 {
    margin: 25px 0 10px;
  }

  .contact-puff {
    padding: 20px 0 15px;
  }

  .partners-section .logos {
    text-align: center;
  }

  .partners-section .logos img {
    display: block;
    margin: 0;
  }

  .partners-section .logos img+img {
    margin: 30px 0 0;
  }

  .reminder-form {
    top: 5%;
    width: 90%;
    left: 50%;
    margin-left: -45%;
  }

  .reminder-inputs {
    padding: 40px 20px 30px;
  }

  .reminder-submit {
    padding: 30px 20px 10px;
  }

  .text-help p {
    display: none;
  }

  .reminder-inputs h4 {
    font-size: 1.2em;
    margin-bottom: 0;
  }

  .reminder-inputs .text-help {
    margin-bottom: 10px;
  }

  .reminder-form .icon-cross {
    top: 0;
    right: 0;
    border-radius: 0;
  }

  .form-section .form-wrap [data-name="epost"] {
    margin-bottom: 15px;
  }

  .form-section .form-wrap [data-name="epost"],
  .form-section .form-wrap [name="email"],
  .form-section .form-wrap input[type="submit"] {
    float: none;
    width: 100%;
  }

  .my-journal .two-third p {
    margin-bottom: 30px;
  }
}

@media only all and (max-width: 500px) {
  .breakdown-header h3 {
    font-size: 0.8em;
  }

  .page-template-page-products .all-test .button {
    margin: 10px 0;
  }

  .home .all-test {
    width: 100%;
    margin-top: 50px;
  }

  #billing_country_field label:before {
    top: 52px !important;
  }

  #customer_details .form-row {
    width: 100% !important;
    float: none !important;
    padding: 5px 0 !important;
  }

  div#payex_ssn {
    margin: 0 0 5px !important;
    padding: 10px 10px !important;
  }

  .cart-sections .small {
    margin: 0 0 20px !important;
  }

  .provtagning {
    padding: 10px;
  }

  .payment-checkout {
    padding: 20px;
  }

  .cart-product-title div {
    display: block;
    margin-left: 0;
  }

  h1 {
    font-size: 1.8em;
  }

  .reminder {
    padding: 30px 20px;
  }

  .result-box .normal h3 span {
    display: none;
  }

  .analyze-sample .select-outer {
    width: 100%;
    float: none;
  }

  .analyze-sample button {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-top: 10px;
  }

  .front-section h1 {
    font-size: 2.2em;
  }

  .front-section p {
    font-size: 1.2em;
    margin-bottom: 25px;
  }

  .journal-hero .hero-sub {
    font-size: 1.2em;
  }

  .front-section {
    padding: 40px 0 90px;
  }

  .front-section .button,
  .all-test .button,
  .sidebar .button,
  .spot-section-main .button,
  .my-journal .two-third .button {
    width: 100%;
    display: block;
  }

  .product-section .all-test .button {
    margin: 5px 0;
  }

  .product-section .all-test .button.see-all-test-button {
    padding-right: inherit;
    padding-left: inherit;
  }

  .my-journal .doctor-button {
    margin-left: 0;
    margin-top: 15px;
  }

  .spot-selector .button {
    margin-left: 0;
    float: none;
    margin-top: 10px;
  }

  .spot-selector input {
    float: none;
    width: 100%;
  }

  .omdomen-section .clear img,
  .reference-section .one-second img {
    margin-top: 20px;
  }

  .check-section .one-third {
    padding: 20px 15px;
  }

  .product .meta {
    margin: 10px;
  }

  .product .meta h3 {
    font-size: 1.5em;
    }

  .popular-banner {
    padding: 8px 10px;
    top: 36px;
    left: -25px;
  }
}

@media only all and (max-width: 400px) {
  .front-section h1 {
    font-size: 2em;
  }

  .my-results h1 {
    font-size: 1.8em;
  }

  .front-section p,
  .journal-hero .hero-sub {
    font-size: 1.1em;
  }

  .header-journal .top-header .min-journal {
    float: right;
  }

  .header-journal .top-header .feedback {
    float: left;
  }

  .breakdown-header .result-value,
  .breakdown-header .reference-value,
  .breakdown-header .result {
    padding: 12px 10px;
    text-align: center;
  }

  .breakdown-header h3 {
    font-size: 0.75em;
  }

  .kunskapsfilter li.filter-button {
    width: 33%;
    margin: 0;
    padding: 7px 4px;
    font-size: 0.75em;
  }

  .kunskapsfilter li+li {
    margin-left: 0.5% !important;
  }
}

@media only all and (max-width: 340px) {

  .front-section h1,
  .my-results h1 {
    font-size: 1.6em;
  }

  .logo-img {
    width: 130px;
  }

  .header-journal .top-header .min-journal,
  .header-journal .top-header .feedback {
    padding: 10px 24px;
  }

  .kunskapsfilter li.filter-button {
    font-size: 0.7em;
  }
}

@media only all and (max-width: 320px) {
  .analyze-table {
    font-size: 0.8em;
  }

  .analyze-table td {
    padding: 5px;
  }

  button.button {
    padding: 13px 15px 14px;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    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;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  @page {
    size: landscape;
  }

  .fixed {
    position: initial !important;
  }

  .print-button-box {
    display: none !important;
  }

  html {
    min-width: 1000px;
    /*
        zoom: 0.5;
        -moz-transform: scale(0.5);
        -moz-transform-origin: 0 0;
        */
  }

  .breakdown-header>div,
  .breakdown>div {
    width: 20% !important;
  }

  .report-card .analysis {
    border-bottom: none;
    position: initial;
    background: none;
    border-right: 1px solid #e3e3e3;
    min-height: 48px;
  }

  .icon-angle-up,
  .breakdown-result-act,
  .report-card .analysis:after,
  .breakdown-result-act.cell {
    display: none !important;
  }

  .report-card .analysis,
  .breakdown-header .analysis {
    width: 18%;
    font-size: 12px !important;
  }

  /*
    @page { size: landscape; }

   .journal-body main{ padding: 0px !important;
   margin: 0px !important; }

   .journal-body .wrap {
       max-width: 100%;
       width: 100%;
   }

   .journal-body  .report-main-wrap {

       margin: 0px;
       font-size: 11px;
   }


   .journal-body .main-section,
   .journal-body header,
   .journal-body .journal-hero,
   .journal-body .wrap.clear,
   .journal-body .print-button-box{display: none;}
   * {
       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;
   }

   */
}

.woocommerce-checkout-review-order-table {
  text-align: left;
}

.wc_payment_methods {
  list-style: none;
  padding: 0px;
}

.wc_payment_methods img {
  height: 22px;
  margin-left: 6px;
}

li.payment_method_fortnox_invoice {
  border: 1px solid #e3e3e3;
  padding: 10px;
}

.wc_payment_methods input[type="radio"] {
  display: inline-block;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  box-sizing: border-box;
  background: #fff;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
}

.wc_payment_methods label {
  display: inline;
  margin-left: 0.7em;
}

#fortnox_invoice input {
  border: 1px solid #e3e3e3;
}

#fortnox_invoice p {
  margin-bottom: 1.5em;
}

.payment_box .woocommerce-input-wrapper {
  display: block;
}


/* Checkout */

#billing_clinic {
  text-overflow: ellipsis;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding: 15px 30px 15px 15px;
}

#billing_phone_ver_field,
#billing_em_ver_field {
  background: #f5f5f5;
}

#billing_phone_ver_field.filled,
#billing_em_ver_field.filled {
  background: transparent;
}

#billing_company_field,
#billing_address_2,
#billing_address_2_field {
  display: none !important;
}

.woocommerce-billing-fields h3 {
  display: none;
}

#customer_details .form-row {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}

#customer_details abbr {
  display: none;
}

#customer_details #billing_address_1_field,
#customer_details #billing_clinic_field,
#customer_details #billing_clinic_city_field {
  width: 100%;
  float: none;
  box-sizing: border-box;
  padding: 10px;
  overflow: auto;
}

#billing_clinic_field,
#billing_clinic_city_field,
#billing_country_field {
  position: relative;
}

#customer_details #billing_country_field.form-row {
  float: none;
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper:after {
  content: ".";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
  list-style-type: none;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  border-left: 4px solid #f07373;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li:before {
  content: "\e116";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  font-weight: 700;
  color: #f07373;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li {
  font-weight: 500;
}

.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error li strong {
  font-weight: 500;
}

@media only all and (max-width: 1050px) and (min-width: 700px) {

  #customer_details #billing_phone_field.form-row,
  #customer_details #billing_email_field.form-row,
  #customer_details #billing_phone_ver_field.form-row,
  #customer_details #billing_em_ver_field.form-row {
    float: none;
    width: 100%;
  }
}

#billing_country_field label:before {
  display: block;
  content: "\f107";
  pointer-events: none;
  position: absolute;
  top: 58px;
  right: 30px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

#billing_clinic_field label:before,
#billing_clinic_city_field label:before {
  display: block;
  content: "\f107";
  pointer-events: none;
  position: absolute;
  top: 48px;
  right: 20px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-account-fields,
.woocommerce-additional-fields {
  display: none;
}

.wc-terms-and-conditions .woocommerce-form__input-checkbox,
.medisera-recurring-terms .woocommerce-form__input-checkbox {
  -webkit-appearance: checkbox;
  display: inline-block;
  width: auto;
  margin-right: 7px;
  margin-left: 3px;
}

.medisera-recurring-terms {
  margin-bottom: 1.7em;
}

#payex_ssn_country_field {
  display: none !important;
}

div#payex_ssn .form-row {
  padding: 5px 0px;
  float: unset;
}

.cart-sections .one-second-coupon a {
  text-decoration: underline;
}

.cart-sections .small {
  font-weight: 400;
  font-size: 0.95em;
  color: #666;
  margin: 0 10px 20px;
  font-style: italic;
}

div#payex_ssn {
  background: #f5f5f5;
  padding: 10px 20px;
  margin: 0 10px 5px;
  padding-bottom: 25px;
}

div#payex_ssn .button {
  background: #182983;
  border: none;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 15px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

div#payex_ssn .button:hover {
  background: #dcdfeb;
  color: #182983;
}

#customer_details {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 20px 10px;
  margin-bottom: 30px;
}

div#payex_ssn input {
  width: 100%;
}

div#payex_ssn .form-row {
  width: 100%;
}

.woocommerce-order-received .woocommerce-order-details {
  display: none;
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
  list-style: none;
  margin-top: 20px;
  margin-left: 0px;
}

.result-box div.normal {
  display: none;
}

/* Temp removal */
.cart-product header>div {
  display: none;
}

.cart-product header {
  border: 0px;
}

.disclamer {
  font-size: 22px;
  text-align: center;
}

/* Hide unwanted results */
.group-q-uncategorised {
  display: none !important;
}

div[data-hasrange="false"] .cell.result:after,
div[data-hasrange="false"] .cell.result-value:after {
  content: "-";
  display: inline-block;
}

div[data-hasrange="false"] .cell.result p,
div[data-hasrange="false"] .cell.result-value p {
  display: none;
}

div[data-hasrange="false"] .result-check .icon-result {
  display: none;
}

.group-Allergi .res_info {
  display: none;
}

#payex_ssn .optional {
  display: none;
}

.provtagning .optional {
  display: none;
}

.mobile-usps {
  display: none;
}

@media screen and (max-width: 900px) {
  .mobile-usps {
    display: block;
    margin: 30px 0;
  }

  .mobile-usps .usp {
    background: #fff;
    padding: 24px 20px;
    border: 1px solid #e3e3e3;
  }
}

.comparing-section {
  margin: 50px 0;
}

.compare-table {
  width: 100%;
}

.compare-table tr:nth-child(odd) {
  background-color: #eee;
}

.compare-table th {
  background: #dcdfeb;
  color: #182983;
  font-size: 19px;
  font-weight: 300;
  padding: 10px 0;
}

.compare-table th:nth-child(2) {
  background: #f07372;
  color: white;
  border-left: 1px solid #f07372;
  border-right: 1px solid #f07372;
}

.compare-table td {
  text-align: center;
  padding: 6px 10px;
  font-size: 14px;
  width: 20%;
  word-break: break-word;
}

.compare-table td:nth-child(1) {
  text-align: left;
  width: 40%;
}

.compare-table td:nth-child(2) {
  border-left: 1px solid #f07372;
  border-right: 1px solid #f07372;
}

.compare-table tr:last-of-type td:nth-child(2) {
  border-bottom: 1px solid #f07372;
}

@media screen and (max-width: 600px) {

  .compare-table,
  .compare-table tbody {
    width: 100%;
    display: block;
  }

  .compare-table tr {
    display: flex;
    flex-wrap: wrap;
  }

  .compare-table td:nth-child(1) {
    width: 100%;
    border-left: 1px solid #f07372;
    background: #eee;
  }

  .compare-table td,
  .compare-table th {
    width: 33.333%;
  }

  .compare-table th {
    font-size: 16px;
  }

  .compare-table td {
    font-size: 12px;
  }

  .compare-table th:first-of-type {
    display: none;
  }

  .compare-table tr:nth-child(odd) {
    background-color: #fff;
  }
}

.section-cities {
  margin: 30px 0;
}

.section-cities__title {
  display: block;

  text-align: center;

  margin: 0 0 20px;
}

.section-cities__row {
  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  justify-content: center;

  margin: 0 -16px;
}

.section-cities__city {
  flex: 1;
  margin: 16px;
  padding: 22px;
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  display: block;
  min-width: 350px;
  max-width: calc(100% / 3);
}

.section-cities__name {
  margin: 0 0 8px;
}

.section-cities__description {
  margin: 8px 0 12px;
}

.fixed-cta-button {
  display: none;
}

@media screen and (max-width: 700px) {
  .fixed-cta-button {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
  }

  .fixed-cta-button .button {
    padding: 22px 15px;
    width: 100%;
    margin: 0;
  }
}

.the-content-wrap {
  margin: 0 auto 20px;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.justify-end {
  justify-content: end;
}

.doctors-comment-template {
  padding-bottom: 2rem;
}

.doctors-comment-template input[type="checkbox"] {
  appearance: checkbox;
  display: inline-block;
  width: auto;
  margin-right: 7px;
  margin-left: 3px;
}

p.test-fee-information {
  margin-top: 8px;
}

.not-available-products-information {
  margin-top: 8px;
  color: #182983;
  font-weight: bold;
}

.report-card.group-Okategoriserat {
  display: none;
}

.notice {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  max-width: 1260px;
  padding: 8px 16px;
}

.notice-success {
  background-color: #d1fae5;
  color: #065f46;
}

.notice-error {
  background-color: #fee2e2;
  color: #991b1b;
}

.doctors-comment-templates {
  margin-top: 20px;
}

.template-header {
  padding-bottom: 8px;
  cursor: pointer;
}

.template-body {
  padding: 16px;
  font-size: 14px;
  margin-bottom: 16px;
  background-color: #ffffff;
}

.template-body p {
  margin-bottom: 8px;
  font-size: 16px;
  color: #000000;
}

.template-body a {
  color: #182983;
  text-decoration: underline;
}


.template-body.hide {
  display: none;
}

/*
    Start - styles for quicksearch component
*/

.search-modal {
  position: relative;
  z-index: 200;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.search-modal .results {
  width: 100% !important;
}

@media (min-width: 1197px) {
  .search-modal {
    width: 90%;
    position: relative;
  }
}

.search-css-icon-wrapper {
  float: right;
  width: 64px;
  height: 63px;
  padding: 22px;
  background: #182983;
  cursor: pointer;
  display: none;
}

@media (max-width: 1200px) {
  .search-css-icon-wrapper {
    display: block;
  }
}

@media (max-width: 339px) {
  .search-css-icon-wrapper {
    display: none !important;
  }
}

@media (max-width: 1197px) {
  .search-css-icon-wrapper {
    height: 83px;
    width: 83px;
    padding: 32px;
  }
}

.search-css-icon {
  color: #fff;
  position: absolute;
  margin-top: 2px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-css-icon:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  height: 6px;
  width: 1px;
  background-color: currentColor;
}

.search {
  display: flex;
  position: relative;
  z-index: 999;
  max-width: 100%;
  float: right;
  height: 50px;
  width: 340px;
  margin-top: 7px;
  flex: 1;
}

.search .button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search .button .search-css-icon {
  margin-top: -1px;
  margin-left: 0px;
}

.search input {
  border: 1px solid blue;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .search input {
    border: none;
  }
}

.main-header .results,
.search .results {
  position: absolute;
  max-width: 48%;
  right: 0;
  top: 95px;
  background: hsl(0deg 0% 100% / 95%);
  z-index: 100;
  width: 100%;
}

@media screen and (min-width: 1350px) {

  .main-header .results,
  .search .results {
    margin-right: 100px;
    top:90px;
  }
}

@media screen and (max-width: 1200px) {

  .main-header .results,
  .search .results {
    right: auto;
    max-width: 80%;
  }
}

@media screen and (max-width: 600px) {

  .main-header .results,
  .search .results {
    max-width: 95%;
  }
}

.main-header .results .search-result,
.search .results .search-result {
  padding: 5px 10px;
}

.main-header .results ul,
.search .results ul {
  list-style: none;
}

.main-header .search-result a,
.search .search-result a {
  display: flex;
}

.main-header .search-result a i,
.search .search-result a i {
  color: #f07373;
  font-size: 25px;
  width: 40px;
  text-align: center;
  flex-shrink: 0;
  align-self: center;
}

.main-header .search-result .search-title,
.search .search-result .search-title {
  font-size: 20px;
  line-height: 40px;
  color: #182983;
  flex-grow: 1;
  overflow: hidden;
  max-height: 90px;
  line-height: 30px;
}

.search-result-header {
  color: #182983;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 35px;
}

.search ul li {
  float: none;
}

.results .read-more--btn {
  background: #f07372;
  border: 1px solid #f07372;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  padding: 11px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  flex-shrink: 0;
  align-self: center;
  max-height: 45px;
}

@media (max-width: 1200px) {
  .search-header {
    order: 1;
  }

  .main-header .log-cart {
    order: 2;
  }

  .main-header .search {
    margin-top: 0;
  }

  .search {
    display: flex;
    position: relative;
    z-index: 999;
    width: 980px;
    max-width: 100%;
    float: right;
    flex: 100%;
  }

  .main-header .results {
    position: absolute;
    width: 100%;
    top: 93px;
    background: hsl(0deg 0% 100% / 95%);
  }
}

/*
    End - styles for quicksearch component
*/

/*
 Loading icon
*/

.lds-ring {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 4px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #182983 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pos-fixed {
  position: fixed;
}



.marker-colors {
  display: flex;
  margin-top: 16px;
}

.marker-drop-in {
  margin-right: 16px;
}

.marker-drop-in::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin-right: 4px;
  background-color: #182983;
}

.marker-appointment-required::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin-right: 4px;
  background-color: red;
}

/*
Add to cart popop
*/

.add-to-cart-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: -10;
}

.add-to-cart-popup.open {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

.add-to-cart-popup__inner {
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
  max-width: 400px;
  text-align: center;
  top: 20%;
}

.add-to-cart-popup .add-to-cart-popup__icon {
  margin-bottom: 10px;
}

.add-to-cart-popup .icon-check {
  color: white;
  font-size: 2em;
  background-color: #c6c8d3;
  border-radius: 100%;
  padding: 10px;
}

.add-to-cart-popup .add-to-cart-popup__buttons {
  margin-top: 10px;
}

@media screen and (max-width: 385px) {

  .add-to-cart-popup .add-to-cart-popup__buttons :first-child {
    margin-bottom: 4px;
  }
}

.mc4wp-response {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

/* Hide desktop CTA button for sampling locations pages on mobile */
@media screen and (max-width: 700px) {
  #page-spot-cta-button {
    display: none;
  }
}

/* Make Product card clickable */
.clickable-card {
  position: relative;
}

.clickable-card a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

/* Screen-reader only, fix to improve SEO on "Read more" buttons */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}


.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  cursor: pointer;
}

.modal_cont {
  position: absolute;
  width: 400px;
  height: 100%;
  top: 0;
  right: -400px;
  padding: 23px 50px 30px 30px;
  background-color: #fff;
  transition: right 0.3s ease-out;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
  font-size: 1.5em;
}

.modal-close:hover {
  color: #777;
}

.modal_text {
  margin-top: 20px;
  color: #000;
}

.analyze-table-single td.analys p.modal_text {
  padding: 30px 0 0;
}

.modal_text .read-more {
  margin-top: 20px;
}

.read-more-marker {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.read-more-marker a {
  position: relative;
  color: black;
}

.single-product .produktbeskrivning .read-more-marker a:hover {
  text-decoration: none;
  color: #635f5c;
}

.read-more-marker a::before {
  position: absolute;
  background-color: currentColor;
  bottom: -5px;
  content: "";
  height: 1px;
  width: 100%;
}

.read-more-marker .icon-arrow-straight {
  display: inline-block;
  margin-left: 13px;
  transform: translateY(2px);
}

.modal.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.modal.is-show .modal_cont {
  right: 0px;
}

@media screen and (min-width: 1350px) {
  .modal__cont {
    max-width: 400px;
    margin-left: 10px;
  }
}
