/*---------------------------------------------------------------------------------
   Site: 
   COPYRIGHT (c) ASKÅS INTERNET- & REKLAMBYRÅ AB 1997-2019. ALL RIGHTS RESERVED.
---------------------------------------------------------------------------------*/
/* CANVAS */
/* CANVAS ACTIVE */
/*body {opacity: 0.1 !important}*/

#SubmitFalt.inactive{
  cursor: not-allowed !important;
  background-color: #6a6a6a !important;
}
#SubmitFalt.inactive .buy-button{
  pointer-events: none !important;
  background-color: #6a6a6a !important;

}

/* CANVAS ACTIVE */
/* SAFARI SCROLL FIX */
html[class*="modal-open"] {
	height: calc(var(--window-inner-height) - 1px)
}

body[class*="modal-open"] {
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
}
/* SAFARI SCROLL FIX ^^ */
.canvas-right-module {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.canvas-right-module, .canvas-left-module, .canvas-right-module-xs, .canvas-left-module-xs{
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.mobilenav.active, .mobilenav.canvas-left-module-xs {
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}

.canvas-module.active,
.canvas-module-xs.active {
	display: block;
}

.checkout-modal-open-right #AIRvarukorg-Wrap.canvas-right-module.active,
.checkout-modal-open-right #AIRvarukorg-Wrap.canvas-right-module.active-hr,
.canvas-right-module.active,
.canvas-left-module.active,
.canvas-right-module-xs.active,
.canvas-left-module-xs.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body[class*="modal-open"] {
  position: fixed;
  height: 100vh;
  width: 100%;
}

body[class*="checkout-modal-open-right"]{
  position: initial;
  overflow-y: auto;
}

body[class*="filter-modal-open"] {
  position: unset;
  height: unset;
  width: unset;
}


.close-header::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-size: 1.9em;
  text-align: center;
  cursor: pointer;
  width: 1.8em;
  width: 100%;
  font-weight: 300;
  line-height: 200%;
}

.close-header::after {
  position: absolute;
  top: 0;
  right: 10px;
  width: auto;
}

.cm-img-wrapper a+.cm-img-txt-wrap {
  pointer-events: none;
}
/*
body.show_cart #AIRvarukorg-Wrap,
body.show_cart #AIRvarukorg-Wrap.active {
  display: block !important;
}

#AIRvarukorg-Wrap,
#AIRvarukorg-Wrap.active {
  display: none !important;
}*/


.BWrap .Footer {
  display: flex;
  flex-direction: column;
}

.HTML_infogad_over_checkout {
  order: -1;
  background: white;
}
.HTML_infogad_over_checkout span.empty-text{
  display: none;
}

/*------------------------
   START PAGE
-------------------------
.Start .breadcrumb {
  display: none;
}
.banner,
.bannerMobil {
  position: relative;
}
.banner > img,
.bannerMobil > img {
  display: block;
}
.banner > a,
.bannerMobil > a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}
.banner > div,
.bannerMobil > div {
  font-size: 32px;
  text-align: center;
  color: #fff;
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.banner > div > span,
.bannerMobil > div > span {
  display: block;
  text-transform: uppercase;
  font-size: 130px;
}

.bannerMobil {
  display: none;
}

.startwrapper > .section {
  padding-top: 4%;
}
.puffar1 {
  margin-bottom: 2%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.puffar1 > div {
  width: 49%;
  position: relative;
}
.puffar1 > div > div {
  border-radius: var(--border-radius);
  background: rgba(180, 211, 194, 0.8);
  font-size: 25px;
  color: #fff;
  width: 90%;
  position: absolute;
  bottom: 4%;
  left: 5%;
  text-align: center;
  padding: 15px;
}
.puffar1 > div > div:empty {
  display: none;
}

.puffar1 > div > img,
.puffar2 > div > img {
  display: block;
  border-radius: var(--border-radius);
}
.puffar1 > div > a,
.puffar2 > div > a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
}

.puffar2 {
  margin-bottom: 5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.puffar2 > div {
  width: 32%;
  position: relative;
}
.puffar2 > div > div {
  text-align: center;
  font-size: 20px;
  padding-top: 30px;
}
.puffar2 > div > div:empty {
  display: none;
}

.seo {
  text-align: center;
  margin: 10% 0;
  padding: 6% 0;
  position: relative;
}
.seo::before {
  width: 270px;
  position: absolute;
  left: 50%;
  content: " ";
  display: block;
  bottom: 100%;
  height: 10px;
  border-bottom: 1px solid #e8e8e8;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.seo::after {
  width: 270px;
  position: absolute;
  left: 50%;
  content: " ";
  display: block;
  top: 100%;
  height: 10px;
  border-bottom: 1px solid #e8e8e8;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.seo h2 {
  font-size: 45px;
  font-weight: 300;
}
.seo > ul {
  font-size: 26px;
  text-transform: uppercase;
  list-style: none;
}
.seo > ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.seo > ul li::after {
  content: "\f111";
  font-size: 5px;
  position: absolute;
  top: 10px;
  right: -17px;
}
.seo > ul li:last-of-type {
  margin-right: 0;
}
.seo > ul li:last-of-type::after {
  display: none;
}
.seo > p {
  margin: 4% auto;
  max-width: 770px;
  line-height: 22px;
}
.seo > span {
  font-family: "poppinsmedium";
  font-size: 20px;
}

.instagram {
  text-align: center;
}
.instagram > a {
  padding: 15px 50px;
  background: #b8d0c3;
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  display: inline-block;
  margin-top: 20px;
  border-radius: var(--border-radius);
}
TESTAR ATT KOMMENTERA UT DETTA EFTERESOM ACE ANVÄNDS NU */
/*------------------------
   START PAGE ACE
-------------------------*/
@media screen and (min-width: 751px) {
  .checkout-modal-open-right .dimmer-header:after{
    content: '';
      width: 100%;
      background: rgba(100, 100, 100, 0.6);
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4;
  }

  .cm .textbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cm .textbox .cm_content_wrapper {
    max-width: 75%;
  }

  /*Sortiment*/
  .cm .sortiment .cm-img-txt-wrap h2 {
    font-size: 35px;
  }

  .cm .sortiment .cm-img-txt-wrap h4 {
    font-size: 22px;
  }
}

/* Slut på desktop */

/* Utvalda produkter */
.produktslider .PT_Wrapper_All .PT_Wrapper {
  width: calc(100% - 10px) !important;
}


/* Padding fullbredd */
.cm .full-width.fw-wrap {
  padding: 0px calc(50% - (1355px) / 2);
}

/*Extra padding*/











.cm .cm-section.padding-top,
.cm .cm-section.padding-top.full-width.fw-wrap {
  padding-top: 50px !important;
}

.cm h1 {
  text-align: left;
  line-height: 110%;
  font-size: 25px;
}

.cm h2 {
  line-height: 110%;
}

.cm h3 {
  font-size: 25px;
  line-height: 140%;
}
.cm p {
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}






.cm .cm-section.wrap {
  box-sizing: border-box;
  max-width: 1355px;
  margin: 0 auto;
}

/*Test för bilder i rätt höjd*/
.cm-img-wrapper {
  height: auto;
}

/* Bildtexter */
/* Generellt */













/*Inställnignar för texten på bannerbild fryttad till critical_custom.css*/

/* Övriga bilder */

































/* Justering Center */



.cm-img-wrapper.ce_alignment_center .cm-img-txt-wrap {
  text-align: center;
}

.ce_alignment_center .cm-img-txt,
.ce_alignment_center .cm-img-txt>a {
  margin: 0 auto;
}
















.cm-img-wrapper.ce_alignment_left .cm-img-txt-wrap h2 {
  font-size: 21px;
  /*23,42*/
}












.ce_alignment_right .cm-img-cta {
  text-align: right;
}

.cm-img-wrapper.ce_alignment_right .cm-img-txt-wrap,
.cm-img-wrapper.ce_alignment_right .cm-img-txt-wrap h2,
.cm-img-wrapper.ce_alignment_right .cm-img-txt-wrap h4 {
  text-align: left;
}

.cm-img-wrapper.ce_alignment_right .cm-img-txt-wrap h2 {
  font-size: 23px;
  /*42*/
}

/* Populära kategorier */























.cm .kategorier ul li a:hover {
  filter: brightness(0.85);
}

/* Textbox */
.cm .textbox .cm_content_wrapper,
.cm .textbox .cm_content_wrapper h2 {
  text-align: left;
}

.cm .textbox .cm_content_wrapper {
  line-height: 22px;
}

.cm .textbox .cm_content_wrapper a {
  display: inline-block;
  border-radius: var(--border-radius);
  background: #b9d1c3;
  text-align: center;
  padding: 10px 20px;
  font-family: "poppinslight", Arial, Helvetica, sans-serif !important;
}

.cm .textbox .cm_content_wrapper a:after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  margin-left: 3px;
}

/* .cm .PT_Wrapper {
  border-radius: var(--border-radius);
} */





/*.produktslider .slick-prev.slick-arrow {display: none !important;}*/

/*Kod för pilar flyttat till critical_custom.css*/

/*Bildslider*/
.bildslider .col-xs-1,
.bildslider .col-xs-2,
.bildslider .col-xs-3,
.bildslider .col-xs-4,
.bildslider .col-xs-5,
.bildslider .col-xs-6,
.bildslider .col-xs-7,
.bildslider .col-xs-8,
.bildslider .col-xs-9,
.bildslider .col-xs-10,
.bildslider .col-xs-11,
.bildslider .col-xs-12 {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 1355px) {
  .cm .full-width.fw-wrap {
    padding: 0px 1rem;
  }
}

/*Ipad*/
@media all and (max-width: 1024px) and (min-width: 751px) {

  /*Bannerbild*/
  .cm .bannerbild .cm-img-txt-wrap h2,
  .cm .bannerbild .ce_alignment_left .cm-img-txt-wrap h2,
  .cm .bannerbild .ce_alignment_right .cm-img-txt-wrap h2 {
    font-size: 40px;
  }

  .cm .bannerbild .cm-img-txt-wrap h4,
  .cm .bannerbild .ce_alignment_left .cm-img-txt-wrap h4,
  .cm .bannerbild .ce_alignment_right .cm-img-txt-wrap h4 {
    font-size: 20px;
  }

  /*Övriga bilder*/
  .cm-img-txt-wrap h2,
  .cm-img-wrapper.ce_alignment_left .cm-img-txt-wrap h2,
  .cm-img-wrapper.ce_alignment_right .cm-img-txt-wrap h2 {
    font-size: 16px;
  }

  .cm-img-txt-wrap h4,
  .cm-img-wrapper.ce_alignment_left .cm-img-txt-wrap h4,
  .cm-img-wrapper.ce_alignment_right .cm-img-txt-wrap h4 {
    font-size: 13px;
  }

  .cm-img-cta a,
  .cm-form-cta {
    padding: 6px 11px;
    font-size: 14px;
  }

  /*Produktrutor*/
  .cm .PT_Tillbehor {
    height: 30px;
  }

  /*Produktslider*/
  .produktslider .slick-next.slick-arrow {
    right: -15px;
  }

  .produktslider .slick-prev.slick-arrow {
    left: -15px;
  }

  /*Sortiment*/
  .cm .sortiment .cm-img-txt-wrap h2 {
    font-size: 20px;
  }

  .cm .sortiment .cm-img-txt-wrap h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  /*.cm .row-gutter {
       padding-bottom: 1rem;
       padding-top: 1rem;
   }*/





  .cm .textbox .cm_content_wrapper {
    padding: 1rem 0;
  }

  .cm .cm-section.wrap.kategorier {
    margin-top: -8px;
  }

  .cm .sortiment .col-xs-6.col-lg-3 {
    margin-bottom: 1rem;
  }

  /*Extra padding*/
  .cm .cm-section.padding,
  .cm .cm-section.padding.full-width.fw-wrap {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }






  .cm .cm-section.padding-top,
  .cm .cm-section.padding-top.full-width.fw-wrap {
    padding-top: 1rem !important;
  }

  /*.cm-section.padding, .cm-section.padding.full-width.fw-wrap {
      padding-top: 25px !important;
      padding-bottom: 25px !important;
   }

   .cm-section.padding-bottom, .cm-section.padding-bottom.full-width.fw-wrap {
      padding-bottom: 25px !important;
   }

   .cm-section.padding-top, .cm-section.padding-top.full-width.fw-wrap {
      padding-top: 25px !important;
   }*/









  /*Bildtexter*/

  .cm-img-txt-wrap h2 {
    font-size: 18px;
  }

  /*28*/
  .cm-img-txt-wrap h4 {
    font-size: 14px;
  }

  /*15*/
  .cm-img-wrapper.ce_alignment_left .cm-img-txt-wrap h2 {
    font-size: 18px;
    /*28*/
  }

  .cm-img-wrapper.ce_alignment_right .cm-img-txt-wrap h2 {
    font-size: 18px;
    /*28*/
  }















  /*ACE produktslider*/
  .cm .full-width.fw-wrap.slider-mobile {
    padding-right: 0;
  }

  .produktslider .slick-next.slick-arrow {
    right: -20px;
    background-size: 10px;
  }

  .produktslider .PT_Wrapper .PT_Bildruta {
    min-height: auto;
    /*291px*/
    line-height: auto;
    /*291px*/
  }

  .produktslider .PT_Wrapper .PT_Beskr {
    min-height: 34px;
  }

  /*Bildslider*/
  .cm .cm-section.bildslider {
    padding: 0 0 0 1rem;
  }

  /*.cm .bildslider .slick-slide:last-child {margin-right: 10px;}
   .cm .bildslider .slick-track {min-width: calc(100% + 10px);}*/

  .sortiment>.row:nth-child(2) {
    padding-bottom: 0;
  }

  .sortiment>.row:nth-child(3) {
    padding-top: 0;
  }
}

/*------------------------
   FLOWBOX
-------------------------*/
/* Fet text */
.bzfy-t-feed-tile-grid .bzfy-c-tilegrid-button--dark,
.bzfy-gate-product-title-label,
.bzfy-gate-product-buy-button {
  font-family: 'poppinsmedium', Arial, Helvetica, sans-serif !important;
}

/* Rektangulära bilder */
.bzfy-t-feed-tile-grid .bzfy-c-tilegrid-post-container__inner {
  padding-top: 40%;
}

.bzfy-feed-gate-modal__profile-image {
  display: none !important;
}

/* Center text in gate! */
}

.bzfy-o-context * {
  box-sizing: border-box;
  text-align: center;
}

.bzfy-feed-gate-modal__profile-image {
  display: none !important;
}

/* .bzfy-gate-user-holder.with-products {
  flex-direction: column;
} */

/* Rundade hörn */
.bzfy-t-feed-tile-grid .bzfy-c-tilegrid-post__minimalistic-overlay-commerce-icon {
  display: none;
}

.bzfy-t-feed-tile-grid .bzfy-c-tilegrid-post__minimalistic-overlay-commerce-text {
  display: none;
}

.bzfy-o-post-image {
  border-radius: 10px;
}

.bzfy-feed p,
.bzfy-feed h1,
.bzfy-feed h2,
.bzfy-feed h3,
.bzfy-feed h4,
.bzfy-feed h5,
.bzfy-feed h6,
.bzfy-feed ul,
.bzfy-feed ol,
.bzfy-feed li {
  font-size: 12px;
  font-family: inherit !important;
  font-weight: bold;
}

/* Pilar i slider */
.bzfy-feed-gate-control,
.hasArrowBackground {
  background-color: #B9D1C3 !important;
}

.bzfy-icon polygon {
  fill: #FFF !important;
}

.bzfy-t-feed-carousel .bzfy-c-carousel-control {
  background-color: transparent !important;
}

.bzfy-t-feed-carousel .bzfy-c-carousel-control polygon {
  fill: #000 !important;
}

/* Popup instashop */
.bzfy-feed-gate-modal {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.bz-gate-media,
#bz-gate-image {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  background-image: none !important;
}

/*------------------------
   ARTICLE GROUPS
-------------------------*/


.Artgrp_VisaFler {
  opacity: 0;
  display: none;
}




























.b-c {
  min-height: 65px;
}

.b-c .breadcrumb {
  display: block;
  float: left;
}

.breadcrumb {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
















































.noAfter.Egen_Infogad_HTML:after {
  display: none;
}

.Egen_Infogad_HTML.active {
  max-height: 100%;
  height: 100%;
}

.Egen_Infogad_HTML.active:after {
  display: none;
}












.artgr_text .visaMer div i {
  color: #000;
  /*#a5a5a5;*/
  position: relative;
  top: 1px;
  /* 3px;*/
}

/* .artgr_text {
  margin-bottom: 25px;
} */

.Artgrp_VisaFlerArtiklar_Markerad {
  display: inline-block;
  padding: 3px 7px;
  background: #f1f1f1;
}

.Artgrp_VisaFler a {
  display: inline-block;
  padding: 3px 7px;
}

.Artgrp_VisaFler a,
.Artgrp_VisaFler span {
  font-size: 12px;
}

.Artgrp_VisaFler a:hover {
  background: #f1f1f1;
}

.Artgrp_VisaFler .piper_at_the_gates_of_dawn {
  display: none;
}

.Artgrp_VisaFler .AVFAM {
  margin: 0 5px 0 0;
}

/* SORT */

.Sortering.open:after {
  content: "\f102";
}

.Sortering .sort_active {
  text-transform: lowercase;
  color: #f7b284;
}

.Sortering .ValjSortordning {
  z-index: 4;
  background: #fff;
  list-style: none;
  border: 1px solid #f1f1f1;
  position: absolute;
  top: 35px;
  left: 0;
  padding: 0 10px;
  width: 100%;
}

.Sortering.open .ValjSortordning {
  display: block;
}
.Sortering .ValjSortordning > li {
  margin-block: 0.5rem;
  font-weight: 400;
}

.Sortering .ValjSortordning > li.sort_selected {
  font-weight: 700;
}
.Sortering .ValjSortordning > li.sort_selected:before {
  content: "\f00c";
  speak: never;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  margin-right: 0.5em;
  font-size: 12px;
  color: #000;
}

.Sortering .ValjSortordning a {
  font-size: 13px;
}

.ValjSortordning {
  list-style: none;
  color: rgba(255, 255, 255, 0);
}

/* STD */


/* Colors */

.PT_Color div {
  position: relative;
  height: 60px;
  min-width: 60px;
  display: inline-block;
  font-size: 14px;
  padding-top: 32px;
  text-align: center;
  margin-right: 10px;
}

/*.PT_Tillbehor .PT_Color div {width: 30px;}*/
.PT_Color div::before {
  content: "\f111";
  font-size: 28px;
  top: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.imgLink {
  display: none;
}

.PT_Color div span {
  position: relative;
  top: 3px;
}

/*A
.PT_Color div.Antracit::before {color:#7f8181; background:#7f8181; border: 1px solid #7f8181; border-radius: 100%;}
.PT_Color div.Antik.brons::before {color:#837970;  background: #837970; border: 1px solid #837970; border-radius: 100%;}
.PT_Color div.Antik::before {color:#826d58; background:#826d58; border: 1px solid #826d58; border-radius: 100%;}
.PT_Color div.Antik.tenn::before {color:#797e81; background:#797e81; border: 1px solid #797e81; border-radius: 100%;}
.PT_Color div.Antik.grå::before {color:#626768; background:#626768; border: 1px solid #626768; border-radius: 100%;}
.PT_Color div.Antik.svart::before {color:#313433; background:#313433; border: 1px solid #313433; border-radius: 100%;}
.PT_Color div.Antik.mässing::before {color:#925e42; background:#925e42; border: 1px solid #925e42; border-radius: 100%;}
.PT_Color div.Alu-look::before {color:#d1d0cf; background:#d1d0cf; border: 1px solid #d1d0cf; border-radius: 100%;}
.PT_Color div.Antik.koppar::before {color:#cf8454; background:#cf8454; border: 1px solid #cf8454; border-radius: 100%;}*/
/*B
.PT_Color div.Bok::before {color:#e8d3a4; background:#e8d3a4; border: 1px solid #e8d3a4; border-radius: 100%;}
.PT_Color div.Björk::before {color:#e8d3a4; background:#e8d3a4; border: 1px solid #e8d3a4; border-radius: 100%;}
.PT_Color div.Brunt::before {color:#bd8151; background:#bd8151; border: 1px solid #bd8151; border-radius: 100%;}*/
/*E
.PT_Color div.Ek::before {color:#d0b48e; background:#d0b48e; border: 1px solid #d0b48e; border-radius: 100%;}*/
/*F
.PT_Color div.Förnicklad::before {color:#a1a3a5; background:#a1a3a5; border: 1px solid #a1a3a5; border-radius: 100%;}*/
/*G
.PT_Color div.Gjutjärn::before{ color:#1a1911; background:#1a1911; border: 1px solid #1a1911; border-radius: 100%;}*/
/*K
.PT_Color div.Koppar::before {color:#f09860; background:#f09860; border: 1px solid #f09860; border-radius: 100%;}
.PT_Color div.Krom::before {color:#d1d0cf; background:#d1d0cf; border: 1px solid #d1d0cf; border-radius: 100%;}*/
/*M
.PT_Color div.Mässing::before {color:#e0c27d; background:#e0c27d; border: 1px solid #e0c27d; border-radius: 100%;}
.PT_Color div.Mässing.obeh::before {color:#ead5a7; background:#ead5a7; border: 1px solid #ead5a7; border-radius: 100%;}*/
/*N
.PT_Color div.Natur::before {color:#e2c298; background:#e2c298; border: 1px solid #e2c298; border-radius: 100%;}*/
/*R
.PT_Color div.Rostfritt::before {color:#d1d0cf; background:#d1d0cf; border: 1px solid #d1d0cf; border-radius: 100%;}
.PT_Color div.Rostfri.look::before {color:#a7a6a4; background:#a7a6a4; border: 1px solid #a7a6a4; border-radius: 100%;}*/
/*S
.PT_Color div.Svart::before, .PT_Color div.Mattsvart::before {color:#1d1d1b; background:#1d1d1b; border: 1px solid #1d1d1b; border-radius: 100%;}*/
/*V
.PT_Color div.Valnöt::before {color:#845938; background:#845938; border: 1px solid #845938; border-radius: 100%;}
.PT_Color div.Vit::before {color:#faf9f9; border: 1px solid #ddd; border-radius: 100%;}*/

.PT_Wrapper .PT_Color {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.PT_Wrapper .PT_Color div {
  height: 30px;
  min-width: 30px;
  margin-right: 0px;
  /*background: red;*/
}

.PT_Wrapper .PT_Color div span {
  display: none;
}

.PT_Wrapper .PT_Color div::before {
  font-size: 20px;
}

.instagram.section {
  margin-top: 100px;
}

/* LISTA1 */
.PT_WrapperLista {
  float: left;
  border: 1px solid #f1f1f1;
  position: relative;
  margin: 0.6%;
  width: 48.8%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.PT_WrapperLista .PT_Bildruta {
  min-height: inherit;
  line-height: inherit;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
}

.PT_WrapperLista .PT_Bildruta a {
  height: 60px;
  line-height: 60px;
}

.PT_WrapperLista .PT_Beskr {
  height: inherit;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.PT_WrapperLista .PT_Pris {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 15px;
}

.PT_WrapperLista .PT_Pris span {
  font-size: 15px;
  display: block;
}

.PT_WrapperLista .PT_Knappar {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.PT_WrapperLista .PT_Status {
  margin: 5px 0 0;
}

/* TOP OFFER */
.PT_Topoffer_Wrapper {
  float: left;
  position: relative;
  margin: 0 0.6% 1.2% 0.6%;
  width: 48.8%;
}

/* IF ARTICLES ARE MISSING */
.Artgrp_Lista {
  width: 100%;
  display: block;
  border: 1px solid #f1f1f1;
  padding: 4px;
  margin: 1px;
}

#ListaOmArtiklarSaknas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#ListaOmArtiklarSaknas li a {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 0 5px;
  background: #f1f1f1;
  padding: 8px;
}

#ListaOmArtiklarSaknas li a:hover {
  background: #eee;
}

/* SEARCH RESULT */
.matched-group {
  background: #f1f1f1;
  text-align: center;
  padding: 15px;
}

.matched-group-title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 5px;
}

.matched-group-item {
  display: inline-block;
  padding: 5px 10px;
}

/*------------------------
   PRODUCT PAGE
-------------------------*/





.flex-td .new-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-td .new-wrap>div {
  width: 100%;
}

.egenskapsfalt-ejvald-text {
  font-size: 14px;
  color: red;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.egenskapsfalt-ejvald-text>div {
  display: none !important;
}
/*
#Produktinfo {
  display: block !important;
}*/
/* PICTURE COLUMN */

/*.ProduktBild::before {position: absolute; top: 0; left:0; height: 100%; width: 100%; content: ' '; background: rgba(0, 0, 0, 0.02); z-index: 2}*/
.ProduktBild figure,
.mz-figure:hover {
  background: #fff !important;
}

.mz-figure.mz-active>img {
  filter: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}

.mobile-magic .mz-expand .mz-image-stage>figure .mz-caption {
  display: block !important;
}


@media screen and (min-width: 1251px) {}


.ProduktBildtext {
  width: 100%;
  margin: 10px 0;
}

/*.mz-expand {background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;}
.mz-expand {filter:blur(0px) !important;}*/

/* PRODUCT COLUMN */

.TextKort.active {
  max-height: 100%;
  height: 100%;
}


.noShow .TextKort:after,
.TextKort.active::after {
  display: none;
}

.prodText .visaMer::before {
  display: none;
}


#KundBetyg a {
  pointer-events: none;
}

#Avbetalning {
  background: #f2f2f2;
  padding: 10px;
}

#FaltRader,
#KundBetygRad {
  margin: 10px 0;
}

#KampanjFalt {
  display: none !important;
  border: 1px solid #f1f1f1;
  padding: 20px;
}
/*
#Produktinfo li {
  margin: 0 15px;
}

#Produktinfo iframe {
  max-width: 100%;
  height: auto;
}

#Produktinfo table {
  max-width: 100%;
  text-align: left;
}*/

#ProduktinfoOvrigt table {
  width: 100%;
}

#ProduktinfoOvrigt table input,
#ProduktinfoOvrigt table select,
#ProduktinfoOvrigt table textarea {
  max-width: 100% !important;
}

#ProduktinfoOvrigt table table tr td:nth-child(1n + 1) {
  width: 50% !important;
  white-space: normal;
}

#ProduktinfoOvrigt #omdome_epost {
  display: none;
}

#ProduktinfoOvrigt .satt_betyg table table tr:nth-child(6) {
  display: none;
}

.TeknSpec_Tabell {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}

.TeknSpec_Rad1_Vanster,
.TeknSpec_Rad1_Hoger,
.TeknSpec_Rad2_Vanster,
.TeknSpec_Rad2_Hoger {
  padding: 5px;
}

.TeknSpec_Rad1_Vanster,
.TeknSpec_Rad1_Hoger {
  background: #fff;
}

.TeknSpec_Rad2_Vanster,
.TeknSpec_Rad2_Hoger {
  background: #fff;
}

.pdf a:before,
.externlank a:before,
.storleksguideToggle:before {
  font-size: 16px;
  padding: 0 5px 0 0;
}

.pdf a:before {
  content: "\f1c1";
}

.externlank a:before {
  content: "\f08e";
}

.storleksguideToggle:before {
  content: "\f05a";
}

#more-text {
  display: none;
}




.Find {
  display: none;
  width: 50%;
  float: right;
}

.Find a {
  background: #b8d0c3;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}

.Find a:hover {
  background: #a8c7b6;
}

#kund1 .Find {
  display: block;
}



ul.tabs li.tab.prodbladTab {
  display: none;
}

ul.tabs li.tab.prodbladTab.show {
  display: inline-block;
}

.artgrp_wrapper {
  display: block;
}

.Artgrp_Visningsformat {
  font-size: 0;

  text-align: right;
  margin-bottom: 10px;
}

.Artgrp_Visningsformat a {
  margin-right: 10px;
}

.Artgrp_Visningsformat a:first-child:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f009";
  font-size: 20px;
  font-weight: 700;
  color: #c1c1c1;
}

.Artgrp_Visningsformat a:last-child:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c8";
  font-size: 20px;
  font-weight: 700;
  color: #c1c1c1;
}

.Artgrp_Visningsformat.std a:first-child:before {
  color: #f7b284;
}

.Artgrp_Visningsformat.lista1 a:last-child:before {
  color: #f7b284;
}

.Artgrp_Visningsformat_Markerad {
  font-weight: 700;
}

/* Läs mer/mindre */



















/* + och - */
.Laggikorgen_Antalsrad>td,
.ProduktbeskrAntalvalFalt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.Laggikorgen_Antalsrad>td {
  float: left;
}

.Laggikorgen_Antalsrad>td:nth-child(1) {}

@media screen and (max-width: 37.5em) {
  /* .ProduktbeskrAntalvalFalt {
    float: right;
  } */

  .artikel_antal {
    margin-right: auto;
  }

}



.dec-inc {
  position: relative;
}

.dec-inc i {
  font-size: 20px;
  line-height: 42px;
  /*39*/
  font-style: normal;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#OrderFalt .dec-inc button{
  color: #000;
}

#OrderFalt .dec-inc .inc,
#OrderFalt .dec-inc .dec,
.ProduktbeskrAntalvalFalt .dec-inc .inc,
.ProduktbeskrAntalvalFalt .dec-inc .dec{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.dec-inc.minus {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  float: left;
  border: 1px solid #f2f2ef;
  background: #f2f2ef;
  margin-right: -1px;
  width: 45px;
  /*37*/
  height: 45px;
  min-width: 45px;
  line-height: 45px;
  text-align: center;
  order: -1;
}

.dec-inc.plus {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  float: left;
  border: 1px solid #f2f2ef;
  background: #f2f2ef;
  margin-left: -1px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  line-height: 45px;
  text-align: center;
  order: 2;
  z-index: 1;
}




#OrderFalt {
  position: relative;
  margin-bottom: 14px;
  /*62*/
}

#OrderFalt .buttons {
  display: flex;
  flex-flow: row;
  gap: 10px;
  order: 4;
  grid-column: 1/-1;
}

#OrderFalt .buttons .faveBuy {
  width: 45px;
  height: 45px;
  order: 3;
  background-color: rgb(241, 241, 241);
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: var(--border-radius);
}

.buy-button .label {
  display: flex;
  justify-content: center;
}

.buy-button .feedback {
	display: none;
}

.buy-button .label {
	font-size: 0;
}

.buy-button[data-state='default'] .label {
	font-size: 16px;
}

/* fill content with default value to keep auto width of element same as default-state */
.buy-button:not([data-state='default']) .label:before {
	content: attr(data-default);
	color: transparent;
	font-size: 16px;
}

.buy-button:not([data-state='default']) .label {
  font-size: 0;
}

/* icons for states */
.buy-button:not([data-state='default']) .label:after {
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	line-height: normal;
	font-size: 14px;
	color: var(--cta-color1);
}

/* icon for processing */
.buy-button[data-state='processing'] .label:after {
	content: '\f1ce';
	transform: none;
	-webkit-animation: air-loading 1s linear infinite;
	animation: air-loading 1s linear infinite;
	margin: -.5rem 0 0 -.5rem;
}

/* icon for success */
.buy-button[data-state='success'] .label:after {
	content: '\f00c';
}

/* icon for success */
.buy-button[data-state='error'] .label:after {
	content: '\f321';
}


#OrderFalt .buttons .faveBuy .wishlist-button {
  padding: 0;
  line-height: 2;
  color: #000;
}

#OrderFalt .buttons .faveBuy .wishlist-button::after {
  font-size: 20px;
  padding-left: 4px;
}

.ProduktbeskrAntalvalText {
    display: none;
}

.ProduktbeskrAntalvalFalt {
  width: 140px;
}


.Egenskaper_Tabell {
  width: 100%;
  grid-column: 1/-1;
}

.Egenskaper_Tabell tbody {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  flex-flow: row;
}

.Egenskaper_Tabell tbody tr {
  display: flex;
  justify-content: space-between;
}

.Egenskaper_Tabell tbody tr td:nth-child(1) {
  min-width: 75px;
  line-height: 35px;
  min-width: 108px;
  display: none;
}

.Egenskaper_Tabell tbody tr td:nth-child(2) {
  width: 170px!important;
}


#SubmitFalt .Knapp_Kop a::after {
  content: "\f101";
  margin-left: 5px;
  font-size: 15px;
}



.show_button {
  width: 18.7%;
  background: rgba(0, 0, 0, 0.02);
  text-align: center;
  /* line-height: 125px; */
  margin: 0 0.6% 1.2% 0.6%;
  cursor: pointer;
  font-weight: bold;
}

.show_button span {
  display: none;
}

.show_button span.active {
  display: block;
}

/* VARIANTARTIKLAR */
/*}*/

.Egenskaper_Tabell td {
  line-height: 40px;
  padding: 0;
}

.ProduktbeskrAntalvalText,
.Laggikorgen_Antalsfalt {
  height: 35px;
  line-height: 35px;
  width: 100%!important;
}

.ProduktbeskrAntalvalTabell td {
  padding: 0;
}

.Set_Falt_Wrap select {
  width: 100%;
}

/* SET */
.SET_link .ListaSetArtnr {
  display: none;
}

.startflikwrapper li {
  margin-left: 15px;
}

/* SIZE GUIDE */
.select-warning .property-header-label{
  color: red;
}
/* #SubmitFalt.disabled .buy-button{
  background: hsl(0deg 0% 9.95% / 42%);
  color: #ffffff80;
  cursor: not-allowed;
} */

.storleksguideToggle {
  cursor: pointer;
}

.storleksguide {
  display: none;
}

.storleksguide.active {
  display: block;
  width: 70%;
  max-width: 800px;
  position: absolute;
  padding: 30px 20px;
  margin: 0;
  z-index: 6;
  top: 215px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
}

/* BEVAKA */
#artikelbevakning .bevakningsrubrik {
  display: none;
}

#artikelbevakning {
  width: 100%;
  margin: 10px 0;
}

#bevakning p br {
  display: none;
}

#epost_bevaka {
  max-width: 230px;
}

p#status {
  display: block;
  width: 100%;
  margin: 10px 0 0 !important;
  color: #cb0000 !important;
}

#bevakning table,
#bevakning table * {
  display: inline-block;
}

a#Knapp_Bevaka_Produkt {
  background: #999;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  text-align: center;
}

a#Knapp_Bevaka_Produkt:hover {
  background: #777;
}

.MoreProds h3 {
  text-align: left !important;
  /*font-family: 'poppinsthin';*/
}

/* FAVORITES */
.Onskelista {
  margin: 5px 0 0 10px;
  cursor: pointer;
}

.Onskelista a {
  border-left: 1px solid #ddd;
  padding-left: 10px;
}

.Onskelista a i {
  color: #333;
}

.onskelista_lagg_till_knapp.remove i {
  color: #49c070;
}

.Onskelista_artnr {
  display: none;
}

.Onskelista_artgr {
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.Onskelista_icon img {
  max-height: 15px;
  max-width: 15px;
}

/* .wishlist-button {
  padding: 5px;
  line-height: 29px;
} */

.wishlist-button.remove:after {
  content: "\f004";
}

.wishlist-button.add:after {
  content: "\f004";
}

/* REVIEWS */
h3#betyg {
  text-align: center;
  text-transform: capitalize;
}

.grades-submitwrapper .Knapp_Generell_Tabell_Artikel {
  width: 100%;
}

.grades-submitwrapper {
  background: #f1f1f1;
  padding: 20px;
}

.grades-submitwrapper.disabled {
  pointer-events: none !important;
  opacity: 0.47;
}

#article-grades-form input,
#article-grades-form select,
#article-grades-form textarea {
  width: 100%;
  margin-bottom: 10px;
}

#article-grades-form label {
  font-size: 13px;
  margin-left: 5px;
}

.grades-form-label {
  min-width: 140px;
}

.grade-wrap {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

#article-grades-list .grade-wrap:last-of-type {
  border-bottom: none;
}

.b_kundkort {
  text-align: center;
}

.b_namn,
.b_datum {
  display: block;
}

.b_bild i {
  font-size: 50px;
}

.b_namn {
  font-weight: bold;
  margin-top: 3px;
}

.b_namn a {
  display: none;
}

.b_betyg {
  margin-bottom: 5px;
}

.b_datum,
.svar_datum {
  color: #636363;
}

.b_grade {}

.b_kommentar {}

.b_admincomment {
  background: #f1f1f1;
  padding: 10px;
  font-size: 0.85em;
}

.b_admincomment_img img {
  max-height: 50px;
}

.b_admincomment_name {
  font-weight: bold;
}

.b_admincomment_text {
  display: block;
}

.b_svar {
  padding: 10px;
  background: #f1f1f1;
  margin-top: 10px;
}

.svar_datum {
  font-size: 10px;
}

.b_summering {
  font-weight: bold;
  font-size: 1.1em;
}

label.error {
  color: #d54747;
  display: block;
  margin: -7px 0 6px 5px;
  font-size: 12px;
}

.b_votes {
  font-size: 0.8em;
  width: 100%;
  text-align: right;
  margin: 0 0 5px;
  cursor: pointer;
}

.b_votes_delimeter {
  padding: 0 5px;
  color: #ccc;
}

#get_additional_grades {
  float: right;
  margin: 15px 0 0 0;
  cursor: pointer;
}

#reset_grades {
  float: right;
  margin: 15px 0 0 15px;
  cursor: pointer;
}

.upvote::before {
  content: "\f164";
}

.downvote::before {
  content: "\f165";
}

.betyg_siffra {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 4px;
}

.betyg0:after {
  content: "\f005\f005\f005\f005\f005";
  color: #c3c3c3;
}

.betyg1:before {
  content: "\f005";
  color: #fad149;
}

.betyg1:after {
  content: "\f005\f005\f005\f005";
  color: #c3c3c3;
}

.betyg2:before {
  content: "\f005\f005";
  color: #fad149;
}

.betyg2:after {
  content: "\f005\f005\f005";
  color: #c3c3c3;
}

.betyg3:before {
  content: "\f005\f005\f005";
  color: #fad149;
}

.betyg3:after {
  content: "\f005\f005";
  color: #c3c3c3;
}

.betyg4:before {
  content: "\f005\f005\f005\f005";
  color: #fad149;
}

.betyg4:after {
  content: "\f005";
  color: #c3c3c3;
}

.betyg5:before {
  content: "\f005\f005\f005\f005\f005";
  color: #fad149;
}

/*------------------------
   LOGIN
-------------------------*/
.inloggningsruta {
  width: 300px;
  display: none;
  position: fixed;
  padding: 30px 20px;
  margin: 0;
  z-index: 6;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.inloggningsruta.active {
  display: block;
}

.inloggningwrapper .button:first-child {
  margin-right: 5px;
}

#AdressblockLoggain table {
  float: left;
}

.close {
  position: absolute;
  right: -25px;
  top: 0;
  cursor: pointer;
}

.close:before {
  content: "\f00d";
  font-size: 20px;
  color: #fff;
}

/*------------------------
   BUTTONS
-------------------------*/
.Knapp_Kop_Tabell tr td,
.PT_Knappar .Knapp_Info {
  display: none;
}

.Knapp_Kop_Tabell .Knapp_Kop {
  display: block;
}

.Knapp_Kop_Tabell,
.PT_Knappar table {
  float: right;
}

.Knapp_Kop_Tabell .Knapp_Info_Hoger {
  margin: 0 5px 0 0;
  float: left;
}

.PT_KnapparKampanj tabell {
  width: 135px;
}

.inloggningsruta .primbutton a,
.inloggningsruta .primbutton a:hover,
.login-btn .primbutton a,
.login-btn .primbutton a:hover {
  background: #bdcfc4;
}

/*------------------------
   MISC
-------------------------*/
/* NEWS LETTER */
.nyhetsbrev input {
  border: 3px solid #b8d0c3 !important;
  background: #333 !important;
  height: 50px !important;
  line-height: 50px !important;
  color: #fff;
  padding-left: 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.nyhetsbrev .Knapp_Anmalan a {
  border: 3px solid #b8d0c3;
  background: #b8d0c3;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 -1px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.nyhetsbrev input::-moz-placeholder {
  color: #fff !important;
  font-size: 15px !important;
  opacity: 1 !important;
}

.nyhetsbrev input::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 15px !important;
  opacity: 1 !important;
}

.nyhetsbrev input:-ms-input-placeholder {
  color: #fff !important;
  font-size: 15px !important;
  opacity: 1 !important;
}

/* BRANDS */
.Varum_Grupperad div {
  width: 24%;
  padding: 1%;
  vertical-align: top;
  display: inline-block;
}

.Varum_Grupperad div h2 {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 25px;
  border-bottom: 1px solid #000;
}

.Varum_Grupperad div ul {
  width: 100%;
  float: left;
}

.Varum_Grupperad div ul li {
  width: 100%;
  line-height: 25px;
  float: left;
  list-style: none;
}

/* OVERLAY */
#dialogruta {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 3005;
  background: rgba(100, 100, 100, 0.6);
  width: 100%;
  height: 100%;
}

#Felmeddelande {
  width: 400px;
  top: 7%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background: #fff;
  text-align: center;
}

#Felmeddelande img {
  display: none;
}

#Felmeddelande h1 {
  font-size: 1.5em;
}

#Felmeddelande h1:before {
  content: "\f071";
}

/* MAGICZOOM  
.mz-button.mz-button-close {background:#fff !important; color:#231f20 !important;}
:root:not(.mobile-magic) button.mz-button {color:rgba(255, 255, 255, 0.85) !important;}*/

/*------------------------
  MY PAGE
-------------------------*/
#mypages-container {
  max-width: 850px;
  max-width: 1353px;
}

.Dinsida_Topprubrik,
#mypages-container>h1 {
  font-size: 1.7em;
  text-align: center;
}

.din_sida_text {
  text-align: center;
}

#minsidaDrop ul,
div#minsidaDrop {
  list-style: none;
  width: 100%;
  display: inline-block;
}

#minsidaDrop ul {
  margin: 5px 0 0;
}

#minsidaDrop a {
  float: left;
  width: 100%;
  color: #777;
}

#minsidaDrop a:hover {
  color: #111;
}

#minsidaDrop ul ul {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  margin: 5px 0 15px;
  padding: 0 0 10px;
  text-align: center;
}

#minsidaDrop>ul>li>h2 {
  display: none;
}

#minsidaDrop ul li ul li {
  margin: 1px;
  display: inline-block;
}

#minsidaDrop ul li ul li span a {
  font-size: 11px;
}

#minsidaDrop ul li ul li.m_selected a {
  color: #000;
}

#minsidaDrop li span a:before {
  font-size: 20px;
  display: inline-block;
  margin: 0 7px 5px;
}

li#hem span a::before {
  content: "\f015";
  font-weight: 900;
}

li#andraprofil span a:before {
  content: "\f007";
}

li#dinsida_returhantering span a:before {
  content: "\f3e5";
}

li#dinsida_order span a:before {
  content: "\f09d";
}

li#dinsida_fakturor span a:before {
  content: "\f2b6";
}

li#dinsida_abonnemang span a:before {
  content: "\f01e";
}

li#dinsida_bevakningar span a:before {
  content: "\f1e5";
}

li#logout span a:before {
  content: "\f011";
}

li#Onskelista span a:before {
  content: "\f004";
}

li#dinsida_betyg span a:before {
  content: "\f005";
}

li#dinsida_returer span a:before {
  content: "\f3e5";
}

li#dinsida_presentkort span a:before {
  content: "\f09d";
}

li#dinsida_reklamationer span a:before {
  content: "\f122";
}

li#dinsida_lojalitetsprogram span a:before {
  content: "\f0d6";
}

li#dinsida_vardebevis span a:before {
  content: "\f022";
}

li#dinsida_betalkort span a:before {
  content: "\f283";
}

li#dinsida_rabatter span a:before {
  content: "\f295";
}

li#restArtiklar span a:before {
  content: "\f073";
}

.OrderTable tr:nth-child(odd) td {
  background: #f1f1f1;
}

.OrderTable tr td {
  padding: 5px;
}

.OrderTable {
  background: #eee !important;
}

.PS_Tabell select {
  min-width: 90px;
}

.Din_Sida_Onskelista_Wrapper {
  text-align: center;
}

.DS_OL_Table_Wrap tr:nth-child(even) td,
.DS_OL_Table_Wrap tr td {
  background: #fff;
}

.DS_OL_Table_ToppFlik .Flik_Normal a {
  display: none;
}

.DS_OL_Table_Artiklar .PrisBOLD,
.DS_OL_Table_Artiklar .PrisREA {
  font-weight: 400;
}

.DS_OL_Table_Wrap .DS_OL_Table_Knappar i {
  font-style: normal;
}

.OrderHuvud,
.OrderRader {
  border: 1px solid #eee !important;
}

.OrderHuvud tr:nth-child(odd) td,
.OrderTable tr:nth-child(odd) td {
  background: #f1f1f1;
}

.OrderHuvud tr:nth-child(even) td,
.OrderTable tr:nth-child(even) td {
  background: #fff;
}

.OrderRader tr:nth-child(odd) td {
  background: #f1f1f1;
}

.OrderRader tr:nth-child(even) td {
  background: #fff;
}

.OrderTable img,
.OrderHuvud img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-height: 20px;
}

.LojSammanfattningDiv {
  background: #f1f1f1 !important;
  border: none !important;
  padding: 5px !important;
}

.BevakaTabell,
form[name="AIR_Rek_Ret"] table {
  width: 100%;
}

form[name="AIR_Rek_Ret"] table input[type="text"],
form[name="AIR_Rek_Ret"] table textarea,
form[name="AIR_Rek_Ret"] table select {
  width: 100% !important;
}

/*------------------------
   SPECIFIC PROPERTIES
-------------------------*/
.PT_Wrapper,
.Artgrp_VisaFler a,
.primbutton a,
.secbutton a,
.Knapp_Generell a,
.Knapp_Info a,
.Knapp_Kop a,
.centerpuff h3 a:hover,
.centerpuff h4 a:hover,
#Felmeddelande a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

select {
  float: left;
  width: auto;
  background-color: #fff;
  background-image: url("/themes/assets/bilder/pil.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: right 10px center;
  border: 1px solid #f1f1f1;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  font-size: 13px;
  height: 35px;
  line-height: normal;
  padding: 0 0 0 5px;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea,
#nyhetsbrev input[type="submit"],
#kontaktformular input[type="submit"],
.cm-form input[type="number"] {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #111;
  display: inline-block;
  font-size: 13px;
  height: 35px;
  line-height: normal;
  padding: 6px 5px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle;
  -webkit-appearance: none;
}

textarea {
  min-height: 100px;
  line-height: normal;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgb(0, 0, 0);
  border-color: rgba(0, 0, 0, 0.8);
  outline: 0 none;
}

.dimmer.active,
.dimmer2.active,
.sokrutan.active,
.soktoggle::after,
.stangsok::after,
.inloggningsruta.active,
.Artgrp_VisaFler a:hover {
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.Egenskaper_Tabell .egenskapsfalt-wrapper select[name*="Egenskap"] {
  width: 170px !important;
  padding-right: 27px;
  height: 45px;
  background-image: url("data:image/svg+xml,<svg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/></svg>");
  background-color: #f2f2ef;
  border-radius: var(--border-radius);
  padding-left: 18px;
  color: #2f2f2f;
}


.Knapp_Generell a:hover,
.Knapp_Info a:hover,
#Adressblock .LankLoggain a:hover,
#Felmeddelande a:hover,
a#vu_sok:hover {
  background: #444;
}


.Knapp_Kop a:hover {
  background: #eda575;
}

/*
--------------------------------------------------------------------------------------------------
  Cookiebar
--------------------------------------------------------------------------------------------------
*/
#topbar {
  padding-top: 0 !important;
}

/*Kan behöva bytas ut till ett annat id/class beroende på. Diven där id="topbar" läggs kommer få en padding-top på 82 px när cookiebar är synlig.*/

.cc-overlay {
  height: 100%;
  padding-top: 25%;
}


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

  .cm-form-group label {
    width: 100%;
  }

  .Egenskaper_Tabell tbody tr td:nth-child(2) {
    width: 100%!important;
  }

  .Egenskaper_Tabell .egenskapsfalt-wrapper select[name*="Egenskap"] {
    width: 100%!important;
  }
}

@media screen and (max-width: 865px) {
  .Egenskaper_Tabell tbody tr { width: 100%; }
}

.footer .section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.footer .col {
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-flow: column;
}

.footer_top_brand img {
  margin-bottom: 10px;
}

.footer ul {
  list-style: none !important;
}

.footer ul li {
  padding-block: 5px;
}

.footer h4 {
  width: 100%;
}
.footer .col.s_3_of_12.f4 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
}

.footer button {
  height: 45px;
  line-height: 45px;
  padding: 0;
  max-width: max-content;
  font-size: 16px;
  border-radius: var(--border-radius);
  margin: 0;
  background: #f7b284;
  color: #fff;
  display: inline-block;
  font-family: "poppinslight", Arial, Helvetica, sans-serif;
  justify-content: center;
  cursor: pointer;
  border: 0px;
  padding-inline: 20px;
  text-align: left;
}

.footer .footer-items a,
.footer a {
  font-weight: 300;
  font-size: 14px;
}

.footer .social-items {
  display: flex;
  flex-flow: row;
  gap: 10px;
  margin-top: 10px;
}

.footer .social-items a img {
  max-width: 40px;
  max-height: inherit;
}

.footer button::after {
  content: "\f178";
  font-family: 'Font Awesome 5 Pro';
  padding-left: 10px;
}

.footer .footer-address {
  margin-top: 30px;
  padding-inline: 10px;
  width: 100%;
  text-align: center;
}

.footer .footer_bottom_bar {
  margin-top: 20px;
}

.footer .footer_bottom_bar svg {
  max-width: 65px;
  margin: 0;
  padding: 0 !important;
}

.footer .trustpilot-footer {
  margin-top: 30px;
  margin-left: -50px;
}

.footer .trustpilot-footer-mobile {
  margin-top: 20px;
  display: none;
}

.footer .service-btn {
  height: 45px;
  line-height: 45px;
  padding: 0;
  max-width: max-content;
  font-size: 16px;
  font-weight: 500;
  border-radius: var(--border-radius);
  margin: 0;
  background: #f7b284;
  color: #fff;
  display: inline-block;
  justify-content: center;
  cursor: pointer;
  border: 0px;
  padding-inline: 20px;
  text-align: left;
}

@media screen and (max-width: 1316px) {
  .footer .footer_bottom_bar {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
  }

  .footer .trustpilot-footer {
    margin-left: -80px !important;
  }
}

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

  .footer .mobile-tab h4 {
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    line-height: 1;
    height: 55px;
    padding-top: 10px;
    padding-inline: 10px;
  }

  .footer .mobile-tab h4::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: inline-block;
    transition: all 0.1s ease;
  }

  .footer .mobile-tab h4.show::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    display: inline-block;
    transition: all 0.1s ease;
  }

  .footer .footer-items {
    display: none;
    padding-inline: 10px;
  }

  .footer .footer-items.show {
    display: block;
  }

  .footer .trustpilot-footer-mobile {
    display: block;
  }

  .footer .trustpilot-footer {
    display: none !important;
  }

  .footer .footer_bottom_bar {
    padding-block: 20px;
    flex-flow: row;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-top: 30px;
    justify-content: unset !important;
    padding-inline: 20px;
  }

  .footer .footer_bottom_bar > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .footer .footer_bottom_bar div:nth-of-type(1) {
    display: flex;
    flex-direction: column;
  }

  .footer .footer_bottom_bar div img {
    width: 65px;
  }

  .footer .f4 {
    padding-inline: 10px;
  }

  .footer .social-items {
    margin-top: 30px;
    padding-inline: 10px;
  }
}
#AIRvarukorg-Wrap{display: block;}


.mobilenav-icon, #kundvagn{
  -webkit-tap-highlight-color: transparent;
}

/* #celink955, #celink589, #celink624, #celink24 {margin-top:auto; margin-bottom:10px;} */
