/*
@import './_main.scss';
@import './_header.scss';
@import './_footer.scss';
@import './_button.scss';
@import './_category.scss';
@import './_post.scss';
@import './_faq.scss';
@import './_form.scss';
@import './_cookies.scss'; */


/* MAIN
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@charset "UTF-8";
:root {
  /* Färger */ 
  --blue: #d3d0c7;     /* #26348C; */
  --grey:#211E31;
  --dark:#000000;
  --darkBlue:#211E31;
  --lightGrey:#F7F7FB;

  --darkGreen: #0E3A3D;
  --forestGreen: #385F60;
  --seaGreen: #258353;
  --cultured: #F5F7F5;
  --cerulean: #134F76;
  --blueYonder: #567BA2;
  --azureish: #F2F6FA;
  --orange: #DB7137;
  --vermilion: #E04815;
  --alabaster: #FBF6F2;
  --white: #fff;
  --success:#258353;
  --error: #DB7137;
  /* Typografi */
  --font: "Open Sans", sans-serif;
  --fontBody: "Open Sans", sans-serif;
  --fontXXSmall: 0.625rem;  /* 10px */
  --fontXSmall:  0.750rem;  /* 12px */
  --fontSmall:   0.875rem;  /* 14px */
  --fontRegular: 1rem;      /* 16px */
  --fontMedium:  1.125rem;  /* 18px */
  --fontLarge:   1.375rem;  /* 22px */
  --fontXLarge:  2rem;      /* 32px */
  --fontXXLarge: 2.625rem;  /* 40px */
  --fontXXXLarge: 3rem;     /* 48px */
  --fontWeightBold: 700;
  --fontWeightSemiBold: 600;
  --fontWeightMedium: 500;
  --fontWeightRegular: 300;
  --fontWeightThin: 300;
  --lineHeightLarge: 1.5;
  --lineHeightSmall: 1.25;
  --lineHeightNormal: normal;
  /* Annat */
  --borderRadius:3px;
}


body {
    font-family: var(--font);
    font-weight: var(--fontWeightRegular);
    line-height: var(--lineHeightLarge);
    margin: 0 auto;
    position: unset !important;
    top: 0 !important;
    width: 100%;
}
body p, body li {
    font-family: var(--fontBody);
    font-weight: var(--fontWeightRegular);
    line-height: var(--lineHeightLarge);
}
main {
    position: relative;
    z-index: 1;
}

main > :not(.alignfull):not(.alignwide) {
    max-width: 80rem;
    margin: auto;
}

:where(body .is-layout-flow) > * {
    margin-block-start: 1rem;
}

.container {
    margin: auto;
    padding: 0 2rem;
}


.container-xl { max-width: 90rem; }

.container-lg { max-width: 80rem; }

.container-m { max-width: 60rem; }

.container-s { max-width: 40rem; }

.row {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.gap-lg { gap: 3rem; }

.gap-s { gap: 1.5rem; }

.col-lg { flex: 0.5; }
.col-fot-l { flex: 0.5; }
.col-fot-r { flex: 0.6; }
.col-fot-l p { max-width: 28rem; }


@media screen and (max-width: 60rem) {
    .col-lg { flex: 100%; }
	.col-fot-l { flex: 100%; }
	.col-fot-r { flex: 100%; }
}

.col-m { flex: 0.3333333333; }

@media screen and (max-width: 60rem) {
    .col-m { flex: 100%; }
}

.col-s { flex: 0.25; }

.wp-block-columns {
    margin-bottom: unset;
}
.wp-block-columns .wp-block-column {
    position: relative;
}
@media screen and (max-width: 60rem) {
    .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }
    .wp-block-columns .wp-block-column.wp-block-column-image {
        order: 2;
    }
}
@media screen and (max-width: 60rem) {
    .wp-block-columns {
        display: flex;
        flex-wrap: wrap !important;
    }
}

.p-5 { padding: 5rem; }

.p-4 { padding: 4rem; }

.p-3 { padding: 3rem; }

.p-2 { padding: 2rem; }

.p-1 { padding: 1rem; }

/* Mobile hide */ 
@media screen and (max-width: 600px) {
    .mob-hide{
        display:none;
    }
}

/* Typografi */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font);
    font-weight: var(--fontWeightSemiBold);
    line-height: var(--lineHeightSmall);
    margin: 1rem 0;
}

.page-title{
    font-weight: var(--fontWeightBold);
    font-size: var(--fontXLarge);
    line-height: var(--lineHeightNormal);
}


h1,
.text-xxl {
    font-size: var(--fontXLarge);
}
@media screen and (max-width: 40rem) {
    h1,
    .text-xxl {
        font-size: var(--fontXLarge) !important;
    }
}

h2, 
.text-xl { 
    font-size: var(--fontLarge);
}

h3,
.text-lg {
    font-size: var(--fontMedium);
}

h4,
.text-m {
    font-size: var(--fontRegular);
}

h5,
.text-s {
    font-size: var(--fontSmall);
}

.text-xs {
    font-size: var(--fontXSmall);
}

.text-xxs {
    font-size: var(--fontXXSmall);
}

strong {
    font-weight: var(--fontWeightSemiBold);
}

/* MEDIA */
.wp-block-image img {
    max-width: unset;
    width: auto;
}

.is-style-full-width img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

@media screen and (max-width: 40rem) {
    .is-style-full-width img {
        height: 20rem !important;
    }
	.page-id-690 .is-style-full-width img {
        height: 25rem !important;
		object-position: top;
    }

	
}
.is-style-shadow {
    box-shadow: 0px 0px 20px rgba(33, 30, 49, 0.2);
}
.is-style-radius{
    border-radius: var(--borderRadius);
}

/* BUTTONS & LINKS
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
a {
  color: inherit;
  font-family: var(--font);
  font-weight: var(--fontWeightSemiBold);
  font-size: var(--fontSmall);
  text-decoration: none;
  transition: all 0.25s;
}
a:hover {
  opacity: 0.7;
}

button:not(.scroll-up), 
.wp-block-button a,
.btn, 
.product a.button, 
.woocommerce div.product form.cart .button,
.woocommerce-message a.button, 
.wc-block-cart__submit-container a {
  align-items: center;
  background-image: linear-gradient(135deg, var(--blue), var(--blue));
  border: none;
  border-radius: var(--borderRadius); /* 100vw; */
  color: var(--dark);
  cursor: pointer;
  display: inline-flex;
  font-weight: var(--fontWeightSemiBold);
  font-family: var(--font);
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-top: 1rem;
  /* min-height: 2rem; */
  padding: 0.75rem 1.2rem;
  transition: all 0.25s;
  width: -moz-fit-content;
  width: fit-content;
}
button:not(.scroll-up):not(.btn):not(.search-submit), .btn:not(.btn):not(.search-submit) {
  height: 2.5rem;
}
button:not(.scroll-up):hover, .btn:hover {
  opacity: 0.7;
}

.product a.button{
    padding: 1rem 1.5rem;
}
.woocommerce div.product form.cart .button {
  min-height: 3rem;
  margin: 0 0 0 10px!important;
}

.btn-arrow .wp-element-button {
  gap: 2rem;
}
.btn-arrow .wp-element-button::after {
  background: url(images/arrow-right-long-regular.svg) no-repeat;
  content: "";
  height: 1rem;
  width: 1rem;
}

.btn-outline {
  background-image: unset;
  border: 0.125rem solid var(--white);
  min-height: 1.75rem;
}

.wp-element-button,
.woocommerce div.product form.cart .button {
  align-items: center;
  border-radius:var(--borderRadius)!important; /* 100vw; */
  display: inline-flex;
  font-size: var(--fontSmall);
  font-weight: var(--fontWeightBold)!important;
  background-color: var(--blue);
  color:#000;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-top: 1rem;
  height: 2.5rem;
  padding: 1.25rem 1.75rem;
  transition: all 0.25s;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background), .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){
  padding: 0.5rem 1.2rem!important;
  background-color: transparent;
  border-radius: var(--borderRadius)!important;
}



/* HEADER 
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.topbar {
  background-color: var(--blue);
  text-align: center;
  padding: 0.65rem;
}

header {
  position: relative;
  padding:.875rem 0;
  z-index: 99;
  background-color: #fff;
}
header.sticky {
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(33, 30, 49, 0.2); /* --darkBlue */
  position: sticky;
  padding: 0.55rem 0!important;
  top: 0;
}
header.header-light.sticky {
  background-color: rgba(33, 30, 49, 0.95);       /* --darkBlue */
  box-shadow: 0px 0px 20px rgba(33, 30, 49, 0.2); /* --darkBlue */
  position: sticky;
  padding: 0.55rem 0!important;
  top: 0;
}


header .row {
  height: 100%;
  /* Sökformulär */
}
header .row .logo {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 99;
}
header .row .logo a {
  display: flex;
}
header .row .logo a img {
  height: 2.5rem;
  opacity: 1;
  /* padding: 2rem 0; */
  width: auto;
}
@media screen and (max-width: 30rem) {
  header .row .logo a img {
    height: 2rem !important;
  }
}
header .row .logo a:hover {
  opacity: 1;
}
header .row .gap-s{
  align-items: center;
}
header .row.gap-lg {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 60rem) {
  header .row.gap-lg {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 40rem) {
  header .row.gap-s {
    gap: 1rem;
  }
}
@media screen and (max-width: 25rem) {
  header .row.gap-s {
    gap: 0.5rem;
  }
}
header .row .menu {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  /* Hamburgermeny */
}
header .row .menu ul {
  display: flex;
  justify-content: center;
  height: 100%;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
header .row .menu ul li {
  align-items: center;
  display: flex;
  list-style-type: none;
  position: relative;
}
header .row .menu ul:nth-child(1) {
  height: 3rem;
}
header .row .menu ul ul {
  height: inherit;
}
header .row .menu ul li a {
  font-weight:var(--fontWeightMedium);
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
header .row .menu ul li a:hover, header .row .menu ul li a.hover, header .row .menu ul li a[aria-current=page] {
  opacity: 0.7;
}
@media screen and (max-width: 80rem) {
  header .row .menu ul li a {
    height: auto;
    padding: 0 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--grey)
  }
}


@media screen and (min-width: 80rem) {
  /* WPML flags in menu */
  .menu-header li.wpml-ls-item ul.sub-menu{
	  min-width: 3.25rem!important;
  }
}


header .row .menu ul li .sub-menu{
  background-color: var(--white);
  border-radius: 0.5rem;
  box-shadow: 0 0px 10px 0px rgba(33, 30, 49, 0.1);
  display: none;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  left: 50%;
  margin-top: -3rem;
  min-width: 15rem;
  padding: 1rem 0;
  position: absolute;
  top: 200%;
  transform: translate(-50%, 0);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}
header .row .menu ul li .sub-menu li {
  display: block;
}

header .row .menu ul li:hover .sub-menu{
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}

/* subsubmeny */
header .row .menu ul.sub-menu ul.sub-menu { 
  display: none;
  left: 150%;
  top: 180%;
}
header .row .menu ul ul li:hover .sub-menu{
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}

/* Nav Icon instead of text "FAVORITER" */
.woosw-menu-item .woosw-menu-item-inner {
	/* hides text visually */
  font-size: 0;      
  /* needed because ::after is absolute */
  position: relative;   
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: -4px;
}
.woosw-menu-item .woosw-menu-item-inner::before {
  content: "♡";    /* or "♥" */
  font-size: 28px!important; /* icon size */
  line-height: 1;
}

/* WooCommerce FAVORITER menu */
.woosw-menu-item .woosw-menu-item-inner:after {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 10px;
  background-color: #000;
}

/*
.woosw-menu-item .woosw-menu-item-inner::after {
  content: attr(data-count);
  display: block;
  background-color: #e94b35;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  top: -10px;
  right: -10px;
} */





@media screen and (max-width: 80rem) {
  header .row .menu ul li .sub-menu, 
  header .row .menu ul ul li .sub-menu {
    background-color: unset;
    border-radius: unset;
    box-shadow: unset;
    display: none !important;
    flex-direction: column;
    gap: 0.5rem 0;
    left: unset;
    min-width: unset;
    padding: 0.5rem 0 0;
    position: relative;
    top: unset;
    transform: unset;
  }
  header .row .menu ul li .sub-menu.active, 
  header .row .menu ul ul li .sub-menu.active {
    display: flex !important;
  }
}
@media screen and (max-width: 80rem) {
  header .row .menu ul li,
  header .row .menu ul ul li {
    display: block;
    width: 100%;
  }

  header .row .menu ul li .toggle-link {
    background: url(images/chevron-down-regular.svg) no-repeat;
    background-size: 1rem 1rem;
    background-position: center;
    height: 1.5rem;
    position: absolute;
    right: 2rem;
    top: 0;
    width: 1rem;
  }
  header .row .menu ul li .toggle-link.active {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 80rem) {
  header .row .menu ul:not(.sub-menu) {
    align-items: flex-end;
    flex-direction: column;
    gap: 1rem 0;
    height: 100vh;
    justify-content: unset;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem 0 0;
    position: absolute;
    right: -20rem;
    top: 7rem;
    transition: all 0.4s;
    width: 0;
  }
  header .row .menu ul:not(.sub-menu)::before {
    background-color: var(--white) !important;
    content: "";
    position: inherit;
    top: 0;
    width: 100%;
    height: 100%;
  }
  header .row .menu ul:not(.sub-menu).active {
    right: 0;
    width: 20rem;
  }
  /* Mobile Menu > submeny */ 
  header .row .menu ul.active ul.active {
    height: inherit;
    top: -1rem !important;
    position: relative !important;
    padding: 1.25rem 0 0 0.75rem;
    gap: 0.25rem;
  }
}
@media screen and (max-width: 80rem) and (max-width: 40rem) {
  header .row .menu ul:not(.sub-menu).active {
    width: 100vw;
  }
}

@media screen and (max-width: 40rem) {
    header{ padding-top:0.70rem; }
    header div.container:first-child{ padding:0 1.5rem; }
}  

header .row .menu .menu-burger-toggle {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  font-size: var(--fontXSmall);
  gap: 0.25rem 0;
  justify-content: center;
  z-index: 99;
}
header .row .menu .menu-burger-toggle .menu-burger {
  display: flex;
  height: 1.25rem;
  margin-top: 0.25rem;
  position: relative;
  width: 1.5rem;
}
header .row .menu .menu-burger-toggle .menu-burger .menu-burger-line {
  background-color: var(--darkGreen);
  border-radius: 0.0625rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity, left;
  transition-property: transform, opacity, left;
  transition-duration: 0.25s;
  width: 100%;
}
header .row .menu .menu-burger-toggle .menu-burger .menu-burger-line.menu-burger-line-top {
  top: 0;
}
header .row .menu .menu-burger-toggle .menu-burger .menu-burger-line.menu-burger-line-middle {
  top: 50%;
  transform: translate(0, -50%);
}
header .row .menu .menu-burger-toggle .menu-burger .menu-burger-line.menu-burger-line-bottom {
  bottom: 0;
  width: 50%;
}
header .row .menu .menu-burger-toggle.active .menu-burger-line-top {
  transform: rotate(40deg) translate3d(5.5px, 7px, 0);
}
header .row .menu .menu-burger-toggle.active .menu-burger-line-middle {
  display: none;
}
header .row .menu .menu-burger-toggle.active .menu-burger-line-bottom {
  transform: rotate(-40deg) translate3d(5.5px, -7px, 0);
  width: 100% !important;
}
@media screen and (max-width: 40rem) {
  header .row .menu .menu-burger-toggle {
    font-size: var(--fontXSmall);
  }
}


/* SEARCH */
/*
header .row .search {
  align-items: center;
  display: flex;
}
header .row .search form {
  display: flex;
  position: relative;
}
header .row .search form label {
  color: var(--darkGreen);
}
header .row .search form label input {
  padding-right: 3.75rem;
  height: 2.25rem;
  margin: 0;
  width: 9.25rem;
}
@media screen and (max-width: 80rem) {
  header .row .search form label input {
    width: calc(100% - 5.5rem - 0.25rem);
  }
}
header .row .search form button {
  background-color: transparent;
  background-image: none;
  height: 2.5rem;
  margin: 0;
  padding: 0 1.75rem 0 1rem;
  position: absolute;
  right: 0;
}
header .row .search form button::before {
  background: url(images/magnifying-glass-regular.svg) no-repeat;
  content: "";
  height: 1rem;
  width: 1rem;
}
@media screen and (max-width: 80rem) {
  header .row .search form {
    width: 100%;
  }
}
@media screen and (max-width: 80rem) {
  header .row .search {
    padding: 0 1.5rem;
    margin-top: 2rem;
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 40rem) {
  header .row .search {
    margin-bottom: 1rem;
  }
}
header .row .tel a {
  font-size: var(--fontXSmall);
}

header .row .search {
  align-items: center;
  display: flex;
  height: 100%;
  z-index: 99;
}
header .row .search a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: var(--fontXSmall);
  gap: 0.25rem 0;
  padding:0.75rem;
  border-radius: 50%;
  background-color: var(--blue);
}
header .row .search a::before {
  background: url(images/magnifying-glass-regular-white.svg) no-repeat;
  content: "";
  height: 1rem;
  width: 1rem;
}
@media screen and (max-width: 40rem) {
  header .row .search a {
    font-size: var(--fontXSmall);
  }
}
*/

@media screen and (max-width: 80rem) {
  header .header-desktop {
    display: none;
  }
}
header .header-mobile {
  display: none;
}
@media screen and (max-width: 80rem) {
  header .header-mobile {
    display: block;
  }
}

header ul:not(.sub-menu) li li a{
  padding: 0 1rem;
}

/* Header-light */ 
.header-light ul:not(.sub-menu) li a, .header-light .btn-outline {
  color: white;
}
.header-light ul:not(.sub-menu) li li a{
  color:var(--darkBlue)!important;
  padding: 0 1rem;
}
.header-light .btn-outline{
  border-color:white!important;
}

header .row .menu.header-light-mob a.menu-burger-toggle{
  color:white;
}
header .row .menu.header-light-mob .menu-burger-toggle .menu-burger .menu-burger-line{
  color:white;
  background-color:white;
}








/* FOOTER 
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

footer{
  z-index:1;
}

footer .f-title {
  font-weight: var(--fontWeightSemiBold);
}
footer .bottombar {
  background-color: var(--blue);
  text-align: center;
  padding: 0.65rem;
}


footer a {
  font-weight: var(--fontWeightRegular);
}

footer .footer-heading{
  font-family: var(--font);
  font-weight: var(--fontWeightMedium);
  font-size: var(--fontMedium);
}
footer .logo {
  display: block;
  height: 2rem;
  margin-bottom: 2rem;
  width: auto;
}

@media screen and (max-width: 40rem) {
  footer .logo {
    margin: 0 auto 3rem;
  }
}
footer ul {
  display: flex;
  flex-direction: column;
  font-size: var(--fontRegular);
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style-type: none;
}
footer .line {
  border: 0.0625rem solid;
}
footer .container:last-of-type {
  display: grid;
  grid-template-columns: auto auto;
}
@media screen and (max-width: 80rem) {
  footer .container:last-of-type {
    grid-template-columns: auto;
  }
}
footer .contact {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: flex-end;
  padding: 2rem 0;
}
@media screen and (max-width: 80rem) {
  footer .contact {
    justify-content: center;
  }
}
@media screen and (max-width: 60rem) {
  footer .contact {
    align-items: center;
    flex-direction: column;
  }
  footer .contact .separate {
    display: none;
  }
}
@media screen and (max-width: 40rem) {
  footer {
    text-align: center;
  }
}
footer .social-media {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
  margin-top:1.5rem;
}
footer .social-media li a {
  background-color: var(--blue);  
  display: flex;
  padding:10px;
  border-radius: 50%;
}
footer .social-media li a:hover {
  opacity: 0.7;
}
footer .social-media li a::before {
  background-position: center !important;
  content: "";
  height: 1rem;
  width: 1rem;
}
footer .social-media li a.facebook::before {
  background: url(images/facebook-f-brands.svg) no-repeat;
}
footer .social-media li a.instagram::before {
  background: url(images/instagram-brands.svg) no-repeat;
}
footer .social-media li a.linkedin::before {
  background: url(images/linkedin-brands.svg) no-repeat;
}
footer .social-media li a.twitter::before {
  background: url(images/twitter-brands.svg) no-repeat;
}
footer .social-media li a.youtube::before {
  background: url(images/youtube-brands.svg) no-repeat;
}
@media screen and (max-width: 40rem) {
  footer .social-media {
    justify-content: center;
    padding: 0 0 2rem;
  }
}

/* SCROLL UP - BUTTON */
.scroll-up {
  align-items: center;
  background: var(--blue);
  bottom: 4rem;
  border: none;
  border-radius: 1.5rem;
  box-shadow: 0px 0px 20px rgba(33, 30, 49, 0.2);
  cursor: pointer;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: 2rem;
  transition: all 0.25s;
  width: 2.5rem;
  z-index: 2;
}
.scroll-up::before {
  background: url(images/arrow-up-long-regular-white.svg) no-repeat;
  background-position: center;
  content: "";
  height: 1.5rem;
  width: 1rem;
}
.scroll-up:hover {
  opacity: 0.7;
}



/* Hero?
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.filters {
  display: flex;
  gap: 3rem;
}
.filters p {
  margin: 0;
}
.filters .subcategory-filters {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.filters .subcategory-filters li {
  list-style-type: none;
}
.filters .subcategory-filters li a.btn-outline {
  border-color: var(--grey) !important;
  color: var(--grey);
  min-height: 2.25rem;
  margin-top: 0;
  padding: 0 1rem;
}


.category .latest-posts .col-post {
  display:flex;
  flex-direction: row;
  padding: 0;
}
.category .latest-posts .col-post .col-img {
  height: 15rem;
  width: 45%;
}
.category .latest-posts .col-post .col-img img {
  /* border-radius: var(--borderRadius) var(--borderRadius) 0 0; */
  height: 100%;
  left: unset;
  margin-left: 0 !important;
  position: unset;
  top: unset;
  width: 100%;
}
.category .latest-posts .col-post .col-content {
  padding: 0.5rem;
  width: calc(100% - 2rem);
}
.category .filters {
  display: flex;
  gap: 3rem;
}
.category .filters p {
  margin: 0;
  /* text-transform: uppercase; */
}
.category .filters .subcategory-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
.category .filters .subcategory-filters li {
  list-style-type: none;
}
.category .filters .subcategory-filters li a.btn-outline {
  border-color: var(--grey) !important;
  color: var(--blue);
  min-height: 2.25rem;
  margin-top: 0;
  padding: 0 1rem;
}
@media screen and (max-width: 60rem) {
  .category .latest-posts .col-post .col-img {
	height: 100%;
  }
  ul.inlaggsmall img {
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0rem !important;
  }
  .inlaggsmall .wp-block-columns {
    gap: 1.5rem;
    padding-bottom: 1.5rem !important;
  }
  .inlaggsmall h3 {	
	padding: 0 1rem;
	font-size: var(--fontMedium);
  }
}
@media screen and (max-width: 40rem) {
  .category .filters .subcategory-filters li a.btn-outline {
    font-size: var(--fontXSmall);
    min-height: 1.75rem;
  }
}
.category .filters .subcategory-filters li a.active {
  background-color: var(--blue);
  border-color: var(--blue) !important;
  color: var(--white);
}
@media screen and (max-width: 40rem) {
  .category .filters {
    flex-direction: column;
    gap: 1.5rem;
  }
  .container-mob {
    padding: 0 1rem!important;
  }
  .puff-post-cat {
    font-weight: var(--fontWeightThin)!important;
    font-size: var(--fontXXSmall) !important;
    padding: 0.3rem 0.3rem !important;
	border-radius: 0 0 0 var(--borderRadius) !important;
	width: 92%;
	text-align: center;
  }
  h2.mobil{
	font-size: var(--fontLarge);
  }
  h1.mobil{
	font-size: var(--fontXLarge)!important;
  }
  .wp-block-media-text>.wp-block-media-text__content{
	padding:0 2%;
  }
  .scroll-up {
	  bottom:1.5rem;
  }
}

.pagination .pagination-row {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.pagination .pagination-row .prev,
.pagination .pagination-row .next {
  align-items: center;
  border: solid 0.125rem var(--darkGreen);
  border-radius: 1rem;
  display: inline-flex;
  gap: 0.5rem;
  font-size: var(--fontXSmall);
  font-weight: var(--fontWeightSemiBold);
  height: 0.75rem;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 40rem) {
  .pagination .pagination-row .prev,
  .pagination .pagination-row .next {
    font-size: 0;
    gap: 0;
  }
}
.pagination .pagination-row .prev:before {
  background: url(images/arrow-right-long-regular.svg) no-repeat;
  background-position: center !important;
  content: "";
  display: flex;
  height: 1rem;
  transition: all 0.125s;
  transform: rotate(180deg);
  width: 1rem;
}
.pagination .pagination-row .next:after {
  background: url(images/arrow-right-long-regular.svg) no-repeat;
  background-position: center !important;
  content: "";
  display: flex;
  height: 1rem;
  transition: all 0.125s;
  width: 1rem;
}
.pagination .pagination-row .prev {
  margin-right: 0.5rem;
}
.pagination .pagination-row .next {
  margin-left: 0.5rem;
}


.wp-block-latest-posts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.wp-block-latest-posts li {
  display: flex;
  background-color: var(--white);
  border-radius: 1rem;
  box-shadow: 0px 0px 20px rgba(33, 30, 49, 0.2);
  flex-direction: column;
  justify-content: center;
  min-height: 9rem;
  padding: 3rem 3rem 3rem calc(33.3333333333% + 3rem);
  position: relative;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 33.3333333333%;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
  display: flex;
  height: 100%;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image a img {
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wp-block-latest-posts .wp-block-latest-posts__post-title {
  font-size: var(--fontMedium);
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  margin: 1rem 0 0;
}

.latest-posts .col-post:hover {
  opacity: 1;
  transform: translate(0, -0.5rem);
}
.latest-posts .col-post:hover .col-content .text-m {
  opacity: 0.7;
}

.posts .col-post {
  background-color: var(--white);
  box-shadow: 0px 0px 20px rgba(33, 30, 49, 0.2);
  border-radius: 1rem;
}
.posts .col-post:hover {
  opacity: 1;
  transform: translate(0, -0.5rem);
}
.posts .col-post:hover .col-content .text-m {
  opacity: 0.7;
}
.posts .col-post .col-img {
  display: flex;
}
.posts .col-post .col-img img {
  border-radius: 1rem 1rem 0 0;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
}
.posts .col-post .col-content {
  font-weight: var(--fontWeightRegular);
  padding: 2rem 2rem 3rem;
}
.posts .col-post .col-content .cat {
  background-color: var(--gainsboro);
  border-radius: 1rem;
  display: inline-flex;
  font-size: var(--fontRegular);
  font-weight: var(--fontWeightSemiBold);
  height: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
}
.posts .col-post .col-content .text-m {
  font-weight: var(--fontWeightSemiBold);
}


/* FAQ 
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.rank-math-block .rank-math-list {
  padding: 0;
}
.rank-math-block .rank-math-list .rank-math-list-item {
  border-bottom: 0.125rem solid var(--cultured);
  cursor: pointer;
  padding-bottom: 0.5rem;
}
.rank-math-block .rank-math-list .rank-math-list-item:first-child .rank-math-question {
  margin-top: 0;
}
.rank-math-block .rank-math-list .rank-math-list-item .rank-math-question {
  font-size: var(--fontRegular);
  font-weight: var(--fontWeightSemiBold);
  margin-bottom: 0;
  padding-right: 1.5rem;
  position: relative;
}
.rank-math-block .rank-math-list .rank-math-list-item .rank-math-question::after {
  background: url(images/plus-regular.svg) no-repeat;
  background-position: right !important;
  content: "";
  display: flex;
  height: 1rem;
  position: absolute;
  right: 0;
  transition: all 0.125s;
  top: 0.25rem;
  width: 1rem;
}
.rank-math-block .rank-math-list .rank-math-list-item .rank-math-question.active::after {
  background: url(images/minus-regular.svg) no-repeat;
}
.rank-math-block .rank-math-list .rank-math-list-item .rank-math-answer {
  display: none;
  font-size: var(--fontSmall);
}
.rank-math-block .rank-math-list .rank-math-list-item .rank-math-answer.active {
  display: block;
}
.rank-math-block .rank-math-list .rank-math-list-item .rank-math-answer > * {
  margin: 0.5rem 0;
}


/* Formulär 
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 40rem) {
  form .row {
    gap: 0;
  }
}
form label {
  font-weight: var(--fontWeightBold);
  font-size: var(--fontSmall);
  display: block;
  width: 100%;
}
form label.hidden {
  display: none;
}
form label.active {
  display: block;
}
form input,
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.125rem solid var(--darkBlue);
  border-radius: 3px;
  box-shadow: none;
  color: var(--darkBlue);
  height: 2.75rem;
  font-family: var(--font);
  font-size: var(--fontRegular);
  font-weight: var(--fontWeightRegular);
  margin-bottom: 1rem;
  padding: 0 0.75rem;
  width: calc(100% - 3.5rem - 0.25rem);
}
form input::-moz-placeholder, form select::-moz-placeholder {
  color: var(--darkBlue);
  font-family: var(--font);
  font-size: var(--fontRegular);
}
form input::placeholder,
form select::placeholder {
  color: var(--darkGreen);
  font-family: var(--font);
  font-size: var(--fontRegular);
}
form input[type=file],
form select[type=file] {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 0 0;
  width: 100%;
}

form input[type=checkbox], form input[type=radio],
form select[type=checkbox],
form select[type=radio] {
  background-color: transparent;
  border: 0.125rem solid var(--darkBlue);
  border-radius: 0.5rem;
  box-sizing: border-box;
  cursor: pointer;
  height: 1rem;
  margin: 0 0.25rem 0 0;
  padding: 0;
  position: relative;
  vertical-align: text-bottom;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1rem;
}
form input[type=checkbox]:checked, form input[type=radio]:checked,
form select[type=checkbox]:checked,
form select[type=radio]:checked {
  background-color: var(--darkBlue);
  color: var(--white) !important;
}
form input[type=checkbox]:checked::after, form input[type=radio]:checked::after,
form select[type=checkbox]:checked::after,
form select[type=radio]:checked::after {
  color: var(--white) !important;
  content: "✔";
  font-size: 0.5rem;
  left: calc(50% + 0.0625rem);
  position: absolute;
  top: calc(50% + 0.0625rem);
  transform: translate(-50%, -50%);
}
form input[type=submit],
form select[type=submit] {
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(135deg, var(--blue), var(--blue));
  border: none;
  color: var(--dark);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font);
  font-size: var(--fontSmall);
  font-weight: var(--fontWeightBold);
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin: 0.75rem 0 0;
  height: 2.75rem;
  padding: 0 1.5rem;
  transition: all 0.25s;
  -webkit-appearance: button;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
}
form input[type=submit]:hover,
form select[type=submit]:hover {
  opacity: 0.7;
}
form input input[type=submit]:hover,
form select input[type=submit]:hover {
  background-color: var(--white);
  color: var(--blue);
}
form select {
  background: url(images/chevron-down-regular.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1rem);
  background-position-y: 1rem;
  background-size: auto 0.75rem;
  width: calc(100% - 0.25rem);
}
form textarea {
  background-color: transparent;
  border: 0.125rem solid var(--darkBlue);
  border-radius: 3px;
  box-shadow: none;
  font-family: var(--font);
  font-weight: var(--fontWeightRegular);
  font-size: var(--fontRegular);
  height: 9.75rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 3.5rem - 0.25rem);
}
form textarea::-moz-placeholder {
  color: var(--darkBlue);
  font-family: var(--font);
  font-size: var(--fontSmall);
}
form textarea::placeholder {
  color: var(--darkblue);
  font-family: var(--font);
  font-size: var(--fontSmall);
}
form .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-radio {
  display: flex;
  gap: 1rem;
  margin: 0.5rem 0 1rem;
}
form .wpcf7-not-valid-tip {
  color: var(--vermilion) !important;
  font-size: var(--fontSmall) !important;
  margin: -0.75rem 0 1rem;
}
form .wpcf7-radio.formArende{
  display: flex;
  justify-content: center;
  border: 2px solid;
  padding: 0.5rem;
  border-radius: 100vw;
}

form .valid .wpcf7-response-output,
form .sent .wpcf7-response-output {
  border: 0 !important;
  color: var(--success) !important;
  font-weight: var(--fontWeightBold);
  margin: 1rem 0 0 !important;
  padding: 0 !important;
}
form .invalid .wpcf7-response-output {
  color: var(--error) !important;
  font-size: var(--fontSmall) !important;
}

p.integrity-read-more {
  padding-top: 0 !important;
  margin-top: 0.25rem;
}


/* COOKIES 
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#moove_gdpr_cookie_info_bar {
  background-color: rgba(33, 30, 49, 0.95) !important;
  border: none !important;
}
#moove-gdpr-menu button{
  color: var(--white) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  margin: auto;
  max-width: 80rem;
  padding: 0 !important;
  width: calc(100% - 4rem) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  justify-content: center;
  padding: 2rem 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  padding: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  font-size: var(--fontSmall) !important;
  line-height: var(--lineHeightLarge) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
  color: var(--white) !important;
  font-size: var(--fontSmall) !important;
  font-weight: var(--fontWeightSemiBold) !important;
  text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a:hover {
  color: inherit !important;
  opacity: 0.7;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  gap: 1rem;
  margin-left: 3rem;
  padding: 0 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button {
  align-items: center;
  background: none!important;
  border: 2px solid white !important;
  border-radius: 100vw !important;
  box-shadow: unset !important;
  color: var(--white) !important;
  display: inline-flex !important;
  font-size: var(--fontSmall) !important;
  font-weight: var(--fontWeightSemiBold) !important;
  justify-content: center;
  line-height: var(--lineHeightLarge) !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0.5rem 1.75rem !important;
  transition: all 0.25s !important;
  width: -moz-fit-content;
  width: fit-content;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button:hover {
  opacity: 0.7 !important;
}
button.change-settings-button {
  background: none;
  margin:0;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
  background-color: var(--blue) !important;
  border:none;
}

@media screen and (max-width: 768px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 440px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    width: calc(100% - 2rem) !important;
  }
}/*# sourceMappingURL=style.css.map */


.under-header{
  margin-top: -9rem;
}



/* PUFFAR 
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.puffar-start{
  margin-top: -8rem!important;
}
.puff-start{
  min-height: 25rem!important;
}
.puff-start-vit {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.puff-start-blue{
  min-height: 28rem;
}

.puff-start-blue .puff-ikon{
  width: 4rem!important;
  height: 4rem!important;
  border-radius: 50%;
  padding-top: 0.85rem!important;
  padding-bottom: 0.85rem!important;
  background-color: rgba(255, 255, 255, 0.25);
}
.puff-start-blue .puff-ikon img{
  object-fit: contain;
  width: 2rem;
  height: 2rem;
}

.puff-post img, 
.puff-tjanster img {
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}

.puff-post-img, 
.puff-tjanster-img{
  position: relative;
}
.puff-post-cat{
  font-family: var(--font);
  font-weight: var(--fontWeightMedium);
  font-size: var(--fontXSmall);
  border-radius: var(--borderRadius) 0 0 0;
  padding: 0.75rem 1.5rem;
  position: absolute;
  bottom:0; right:0;
}

.puff-tjanster{
  min-height: 34rem!important;
}

.puff-tjanster-ikon{
  border-radius: 0 var(--borderRadius) 0 var(--borderRadius);
  padding: 1.5rem 1.5rem!important;
  margin:0;
  position: absolute;
  top:0; right:0;
}
.puff-tjanster-ikon figure.wp-block-image{
  margin:0;
}

.puff-kontor {
  min-height: 28rem!important;
  position: relative;
}
.puff-kontor-title {
  font-family: var(--font);
  font-weight: var(--fontWeightMedium);
  font-size: var(--fontXSmall)!important;
  border-radius: var(--borderRadius) 0 var(--borderRadius) 0;
  margin:0;
  padding: 0.75rem 1.5rem!important;
  position: absolute;
  top:0; left:0;
}
@media (max-width: 960px) {
	.puff-kontor {         
		min-height: inherit !important;
        padding: 4rem 0 !important; 
	}
}


/* Sociala Medier (block)  */
ul.wp-block-social-links.social-icons-kontakt span:not(.screen-reader-text) {
  font-family: var(--fontBody);
  font-weight: var(--fontWeightMedium);
  font-size: 1.1em;
  color:var(--darkBlue);
}

ul.wp-block-social-links.social-icons-kontakt .wp-social-link svg {
  height: 2.5em;
  width: 2.5em;
}


.logo-opacity{
  opacity: 0.3;
  transition: all 0.4s;
}
.logo-opacity:hover{
  opacity: 1;
}


/* CTA footer
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.cta-footer{
  margin-bottom: -7.25rem!important;
}

/* ACF CTA footer */
.cta-acf-footer {
  margin-bottom: -7.25rem !important;
  padding: 2rem 0 0 1rem;
}
.cta-acf-container {
  max-width: 65rem;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--borderRadius);
}
.cta-acf-block {
  padding: 5rem 1rem;
  max-width: 40rem;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.cta-acf-block h2 {
  margin: 0 0 1.5rem 0;
}
.cta-acf-block p.ingress {
  margin: 0 0 1.5rem 0;
}
.cta-acf-block a.cta-acf-btn {
  padding: 0.5rem 1.5rem !important;
  background: transparent none;
  border-color: currentColor;
  border-width: 2px;
  border-style: solid;
  border-radius: 100vw;
  display: inline-flex;
  font-weight: var(--fontWeightSemiBold);
  font-family: var(--font);
  margin-top: 0.5rem;
}



/* PROJEKT 
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Hide post-meta och använd Gutenberg blocks istället */
body.post-template-default.single.single-post section.posts {
  display: none;
}

.projekt-bild {
  right: 10px;
  display: grid;
  align-items: end;
  justify-content: end;
}
.projekt-bild img {
  max-height: 480px;
  max-width: 550px;
  margin-right: 30px;
}



/* Projekt Beskrivnings-ruta */
.projekt-desc {
  width: 270px;
  position: absolute;
  padding: 30px 10px 30px 25px !important;
  margin:0px;
  right: 0px;
  bottom:-40px;
  border-radius: 8px;
}

.projekt-desc h2 {
  font-weight: var(--fontWeightMedium);
  font-size: var(--fontMedium);
  margin-bottom:5px;
}
.projekt-desc p {
  margin: 0;
  padding-top: 10px;
  font-size: var(--fontSmall);
}


.p-uppgifter {
  padding: 1.5rem 0.25rem!important;
}
.p-namn {
  font-size: var(--fontMedium)!important;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.p-position, .p-avdelning {
  margin-top: 0.4rem;
  font-size: var(--fontSmall)!important;
}
.p-position {
  font-size: var(--fontXSmall)!important;
}

.p-contact {
  margin-top: 0.885rem;
  font-size: var(--fontSmall)!important;
}


.p-tel, {
  margin: 0.20rem 0 0.20rem 0;
}
.p-tel, .p-tel a {
  font-size: var(--fontRegular)!important;
}

.p-email {
  margin-top: 0.20rem;
}
.p-email, .p-email a {
  font-size: var(--fontXSmall)!important;
  font-weight: var(--fontWeightMedium)!important;
}



/* BLOGG related-posts */
/*
ul.rel-posts{
	padding:0;
}
li.rel-posts-item{
	display: list-item;
    list-style: none;
	margin-bottom:2.5rem;
}
li.rel-posts-item img{
	border-top-left-radius:0.5rem;
	border-top-right-radius:0rem;
	border-bottom-left-radius:0.5rem;
	border-bottom-right-radius:0rem;
	height:150px;
	object-fit:cover;
}
li.rel-post{
	display:flex;
}

li.rel-posts-img{
	flex: 30%;
}
li.rel-posts-title{
	flex: 70%;
} */


/* BLOGG (single post)
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a[data-subcategory="import-blogg"] {
    display: none;
}

.post_h1 {
    max-width: 40rem !important;
    padding: 5rem 0.5rem 8rem 0.5rem;
    text-align: center;
}
.post_h1 h1 {
	font-weight: var(--fontWeightMedium);
}
.post_date {
    font-family: var(--fontBody);
    font-weight: var(--fontWeightRegular);
	font-size: var(--fontSmall);
}


/* BLOGG related-posts */
ul.rel-posts{
	padding:0;
}
li.rel-posts-item{
	display: list-item;
    list-style: none;
	margin-bottom:2.5rem;
}
/* Flexbox only applies to the inner <a> wrapping the two columns */
.rel-post > a {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: center;
  flex-wrap: nowrap; /* Keeps it side by side on desktop */
}

/* Fixed width for image column */
.rel-post-img {
  width: 30%;
  height: 15rem;
  overflow: hidden;
  flex: 0 0 30%; /* Don't grow or shrink */
  border-radius: 0.5rem 0 0 0.5rem;
}

/* Image fits the container nicely */
.rel-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content takes the remaining space */
.rel-post-content {
  flex: 1; /* Takes remaining width */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.85rem;
}
.rel-posts-title{
	font-size: var(--fontMedium);
}

/* Stack image and content on smaller screens */
@media (max-width: 560px) {
  .rel-post > a {
    flex-direction: column;
    gap:1rem;
  }

  .rel-post-img {
    width: 100%;
    height: 15rem;
    border-top-right-radius: 0.5rem;
  }
  .rel-post-img img {
    height: 18rem;
  }

  .rel-post-content {
    padding: 0 0 1.5rem 0;
    width: 100%;
  }
  .rel-post-content .rel-posts-title, .rel-post-content p, .rel-post-content strong { 
    padding:0 1rem; 
  }

}



.nav-btn {
	float:left;
	margin-left:1rem;
}



/* Sök - Search
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.search-nav {
    padding: .5rem;
    background-color: var(--blue);
    border-radius: 25px;
}
 /*
.search-icon-container, .tel-icon-container {
    position: relative;
    display: flex;
    border-radius: 50%;
    background-color: var(--blue);
}
.search-icon, .tel-icon {
    cursor: pointer;
    display: flex;
    padding: 0.75rem;
    border-radius: 50%;
    background-color: var(--blue);
}
span.search-icon::before {
    background: url(images/magnifying-glass-regular.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 1rem;
    width: 1rem;
}
*/

a.tel-icon::before {
    background: url(https://allblastring.se/wp-content/themes/allblastring/scss/images/tel-vit.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 1rem;
    width: 1rem;
}


.search-bar {
    display: none;
    position: absolute;
	top: -3px;
    right: -3px;
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 0;
    width: 40rem;
    height: 2.15rem;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.search-bar.active {
  display: block;
}
input[type=text].search-bar:focus {
    border: 2px solid lightgrey !important;
}


/* Trust index - Google omdöme
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Trutindex Google Reviews */
.ti-widget, 
.ti-widget.ti-goog{
    margin: 0!important;
}

.ti-widget.ti-goog .ti-widget-container{
	margin-top:1rem;
    margin-bottom: 0!important;
    text-align: right!important;
}

.ti-widget.ti-goog .ti-header{
    padding:0!important;
}

.ti-widget.ti-goog .ti-rating{
    font-size: var(--fontXSmall)!important;
    color:white!important;
}
.ti-widget.ti-goog .ti-text{
    font-size: var(--fontXXSmall)!important;
    color:white!important;
}

.ti-fade-container{
	display:flex;
}
@media (max-width: 960px) {
	.hero-btns a {
 	   margin:0;
	}
	.ti-widget.ti-goog .ti-widget-container{
		text-align: center !important;
		/* margin: 0 0 0.5rem 0!important; */
	}
	.hero-btn {
 	   justify-content: center !important;
	}
	
	.wp-block-columns .hero-btns {
		gap:1rem;
	}
	
	.hero-btn-cert{
		float: none !important;
        margin-inline-start: 0 !important;
        display: flex !important;
        justify-content: center;
	}
	.wp-block-columns .wp-block-column.wp-block-column-image{
		order:0;
	}
	
}

/* Move reCAPTCHA v3 badge to the left
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}


/* Smash Baloons */
button.sbi_load_btn, 
.sbi_follow_btn a {
  font-weight: var(--fontWeightBold);
  height: 2.5rem!important;
  border-radius: var(--borderRadius)!important;
  background-color: var(--blue) !important;
  color: black !important;
}
.sbi_follow_btn a {
  padding: 10px 14px!important;
}
.sbi_follow_btn a:hover{
  opacity: 0.7!important;
  box-shadow: inset 0 0 20px 20px rgba(207, 207, 207, 0.32)!important;
  outline:none;
}

/* WOO */
@media (max-width: 1300px) { 
  .site-main {
    padding: 0 .85rem !important;
  }
}

/*  Product archive page  */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    font-size: var(--fontSmall);
    font-weight: var(--fontWeightBold);
}
.woocommerce ul.products li.product .price {
    text-align: center;
    font-size: var(--fontSmall);
    font-weight: var(--fontWeightBold);
    color:black
}
/* Center Add to cart button on archive product cards */
.woocommerce ul.products li.product .woocommerce-loop-product__link + .button,
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .button.product_type_simple {
  margin-left: auto;
  margin-right: auto;
  display: table;
  text-align: center;
}


/* Product Single Page */

/* Dolj lagersaldo på produktsidan */
.single-product .stock {
    display: none !important;
}


button.woosw-btn, .woosw-btn-has-icon {
    margin:0 0 10px 0!important;
    min-height: 0;
    background:none!important;
    font-size: 2rem;
    border: none;
    padding: 0;
}


/* Wishlist page */
input#woosw_copy_url {
    min-height: 2rem;
}
button#woosw_copy_btn {
    font-weight: var(--fontWeightBold);
    margin: 0 0 0 10px!important;
}

/* Artikelnr & Kategorier */
.product_meta .sku_wrapper, .product_meta .posted_in {
    display: block;
}
/* Related products */
section.related.products {
    display: inline-block;
}

/* Product image and gallery images */
.woocommerce div.product div.images .flex-control-thumbs {
  margin: 10px 0 0 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 19.35%;
    float: left;
    margin: 0 5px 0 0;
    list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(5n) {
    margin: 0;
}
