.fabrikk--top-bar {
   
  background: #333 !important;
  color: #ddd;
}
.slot--top-bar-html span {
    padding: 1vh;
    display: inline-block;
    white-space: nowrap;
}

.tws-unique-selling-points--wrapper li {
    font-size: 18px;
    padding: 7px 0;
}

.tws-article-name h1 {
  letter-spacing: 0px;}

.slot--unique-selling-points .tws-unique-selling-points .tws-unique-selling-points--icon, 
.slot--checkout-cart-usps .tws-unique-selling-points li .fa{
    width: 30px;
  text-align: left;}

h1, .h1 {
    font-size: 27px;
  line-height: 1.1; }

.slot--article-name {
    margin-bottom: 15px;
}

ul.check {
    list-style: none;
    padding-left: 0;
}

ul.check li {margin-bottom: 5px; padding-left: 25px;}

 ul.check li:before {
   
   font: normal normal normal 14px/1 FontAwesome;
   content: "\f00c";
   color: #1ed49b;
       margin-left: -25px;
    display: inline-block;
    width: 25px;
   
}

.tws-article-introduction--read-more {
    text-align: left;
    font-size: 100%;
  margin-top: 15px}


/*--- CLS ---*/
@media all and (max-width: 767px) {
.fabrikk--top-bar {
  min-height: 150px;
  } }

.fabrikk--header {
  min-height: 120px;
    }

.tws-breadcrumbs {
  min-height: 50px;
    }

 /* CSS som korrigerar iframe (kartan) så att den inte sticker ut utanför bodyn i mobil */   
iframe{       
        height: 50vh; 
        width: 90vw;  
  			max-width: 900px;
        border: none; 
    }