@import url("https://design.textalk.se/jonna/SvensktAvlopp.css");
.slot--component-container .tws-container--tws-content-box .tws-content-box--table {max-width:100%!important;}
/*
Svenskt Avlopp
Jimmy Alphelton
Textalk AB
Textalk Webshop
Konsult
*/

.fabrikk--header .slot--header-favorites .tws-favorite-list--header-favorite-button {
 color:#fff;
    padding-bottom:0;
}



@media (max-width: 300px) {
    .jfkewjfkwejfkwe {
        display:none;
    }
}
.fabrikk--header-right {height:60px;}
.slot--open-cookie-settings {display:none!important;}
.startpage .tws-articlegroup-list--grid-img-wrapper {
    display: block!important;
}
/* ----- Preview-bar ----- */
.tws-theme-preview {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: auto;
}
/* ----- END Preview-bar ----- */
/* ----- Cookie-bar ----- */
.slot--cookies {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}
/* ----- END Cookie-bar ----- */
/* ----- Generellt ----- */
* {
  outline: none !important;
}
body {
  color: #333;
  font-size: 15px;
  letter-spacing: normal;
  background-color:white !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
}
a {
  -webkit-transition: color .3s;
  transition: color .3s;
  outline: none;
}
label {
  color: #333;
}
.fa-check::before {
  content: '\f00c';
}
.tws-theme-foundation-content--loading .fabrikk--header:after, .tws-theme-foundation-content--finished .fabrikk--header:after {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.fabrikk--header:after, .fabrikk--header:before {
  display: none !important;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: 0;
}
/* ----- END Generellt ----- */

/*Fixering*/
@media (min-width:992px) {
  .fabrikk--top-bar.scrolled {
    display: none;
        -webkit-transition: all .3s;
    transition: all .3s;
  }
  .fabrikk--header.scrolled {
    position: fixed;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .fabrikk--header.scrolled .sa-logo {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .fabrikk--header, .sa-logo {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

/* ----- Form Control ----- */
.form-control, .has-success .form-control {
  height: 40px !important;
  box-shadow: none !important;
  border: 1px solid #eee;
  border-radius: 0 !important;
  font-size: 14px;
}
.form-control:focus {
  border: 1px solid #000;
  box-shadow: none !important;
}
.has-success .form-control:focus {
  border: 1px solid #000;
}
/* ----- END Form Control ----- */
/* ----- Knappar ----- */
.btn:focus {
  transform: none !important;
}
.btn .ladda-label:hover, .tws-articles-connected--show-more-button .ladda-label:hover, .tws-articles--show-more-button .ladda-label:hover, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active .ladda-label:hover, .slot--my-pages-logout div.tws-login a .ladda-label:hover, .btn .ladda-label:active, .tws-articles-connected--show-more-button .ladda-label:active, .tws-articles--show-more-button .ladda-label:active, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active .ladda-label:active, .slot--my-pages-logout div.tws-login a .ladda-label:active, .btn .ladda-label:focus, .tws-articles-connected--show-more-button .ladda-label:focus, .tws-articles--show-more-button .ladda-label:focus, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active .ladda-label:focus, .slot--my-pages-logout div.tws-login a .ladda-label:focus, .btn .ladda-label, .tws-articles-connected--show-more-button .ladda-label, .tws-articles--show-more-button .ladda-label, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active .ladda-label, .slot--my-pages-logout div.tws-login a .ladda-label {
  font-weight: 700;
}
/* Primary button */
.btn-primary, a.btn-primary {
  background: #FF6629 !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
  line-height: 1.42857143 !important;
  box-shadow: none !important;
}
.btn-primary:hover, a.btn-primary:hover, .btn-primary:focus, a.btn-primary:focus, .btn-primary.focus, a.btn-primary.focus, .btn-primary:active, a.btn-primary:active, .btn-primary.active, a.btn-primary.active {
  background: #FF7F4C !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
/* Default button */
.btn-default, a.btn-default {
  background: #3642B3 !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  /*padding: 10px 15px !important;*/
  line-height: 1.42857143 !important;
  box-shadow: none !important;
}
.btn-default:hover, a.btn-default:hover, .btn-default:focus, a.btn-default:focus, .btn-default.focus, a.btn-default.focus, .btn-default:active, a.btn-default:active, .btn-default.active, a.btn-default.active {
  background: #262b89 !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Logout button */
.tws-login--logout, .slot--my-pages-logout div.tws-login a {
  background: #FCD900 !important;
  color: #2B5E93 !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
  line-height: 1.42857143 !important;
  box-shadow: none !important;
}
.tws-login--logout:hover, .slot--my-pages-logout div.tws-login a:hover, .tws-login--logout:focus, .tws-login--logout.focus, .slot--my-pages-logout div.tws-login a:focus, .slot--my-pages-logout div.tws-login a.focus, .tws-login--logout:active, .tws-login--logout.active, .slot--my-pages-logout div.tws-login a:active, .slot--my-pages-logout div.tws-login a.active {
  background: #ffe649 !important;
  color: #2B5E93 !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
/* Ladda-button */
.btn-primary .ladda-label, .btn-default .ladda-label {
  color: #FF500A !important;
}
.btn-primary:hover .ladda-label, .btn-default:hover .ladda-label {
  color: #FF7F4C !important;
}
.tws-article-buy-button-with-modal--buy-button.ladda-button::before  {
  background: #FF7F4C;
}
/* ----- END Knappar ----- */
/* ----- Modal ----- */
.modal tws-article-manually-related, .modal tws-article-related, .modal tws-article-visited {
  display: none;
}
/* ----- END Modal ----- */
/* ----- Mittensektion ----- */
.fabrikk--body {
  padding-top: 20px;
  padding-bottom: 50px;
}
.fabrikk--content-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  background: #fff;
  padding-bottom: 30px;
}
.startpage .fabrikk--content-wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
  background: transparent;
}
.fabrikk--content {
  max-width: none;
  padding: 0 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout .fabrikk--body {
    padding: 0 15px;
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
/* ----- END Mittensektion ----- */
/* ----- Toprad ----- */
.fa-globe::before {
    display: none;
}

.fabrikk--top-bar-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.slot--top-bar-html {
  padding: 0 15px;
}
.fabrikk--top-bar-right .btn {
  background: transparent !important;
  padding: 0px !important;
  font-size: 11px !important;
  color: #fff !important;
}

/* --- CUSTOM SEARCH --- */
@media (min-width:768px) {
.slot--custom-search-mobile {
    display: none;
}

}
@media (max-width:767px) {
  header .sa-header-row-2 {min-height:0px;}
.sa-header-row-1-inner,
.tws-mini-cart .tws-mini-cart--header-cart-button {padding-top:0;padding-bottom:0;}
.tws-mega-menu--search-bar .tws-article-search {border:none!important;margin-top:-2px;}
.fabrikk--header .slot--header-favorites .tws-favorite-list--header-favorite-button {color:#ffed00;padding-top: 0!important;}
.fabrikk--header-right {top:2px!important;}
.tws-top-menu .navbar-header {top: -46px!important;}
  .sa-logo img{width:100vw;}
  .tws-mega-menu--search-bar .tws-article-search .dropdown-menu {

max-height: 50vh;
display: flex!important;
flex-direction: column;
overflow: scroll;
}
  .tws-mega-menu--search-bar, .tws-mega-menu--search-bar.open {
height: 40px;
display: block!important;
}
.slot--top-bar-html {
    display: block;
}
.fabrikk--top-bar-right {
display: none; 
}
.trust {
display: none; 
}
}
/* ----- /END Top-bar ----- */
/* ----- Header ----- */
/* Generall */
.fabrikk--header {
  background: transparent;
  min-height: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fabrikk--header-wrapper {
  background: transparent;
  padding: 0;
  min-height: auto;
}
.slot--mega-menu, .fabrikk--header-right, .fabrikk--header-left, .slot--horizontal-menu, .slot--shipping-notice {
  display: none;
}

.tws-top-menu .navbar-header{
 position: absoulte; 
 right: 15px !important;
  margin-top: -10px;
}

.fabrikk--top-bar{
background-color: white !important;
}

@media screen and (max-width: 768px) {
    .sa-header-row-2 {
        background: #6676FF !important;
        color: #3642B3;
        font-size: 13px;
        font-weight: 600;
        border-top: 1px solid #ddd;
    }
}

.tws-mega-menu .tws-mega-menu--search-bar .tws-article-search>input, .tws-mega-menu .tws-article-search {
  background-color: white !important;
}
.slot--custom-search .tws-article-search input{
background-color:white !important;}
.tws-mini-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-quantity{
color: white !important;
}

@media (max-width: 768px) {
    .tws-mini-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-quantity{
color: white !important;
      background-color: #3642B3 !important;
}
}

a{
color:#6676FF;
}
@media (max-width: 768px) {
    .sa-logo {
        margin-left:0px !important;
    }
}

.navbar-toggle{
color: white !important;
}
  
.sa-contact-usps ul li a{
  color: white !important;
}
.sa-contact-usps ul li{
background-color: #3642B3 !important;
}

/* Row 1 */
.sa-header-row-1 {
  background: #3642B3;
}
.sa-header-row-1-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 8px 15px;
  position: relative;
}
.sa-header-row-1-inner:before, .sa-header-row-1-inner:after {
  content: '';
  clear: both;
  display: block;
}
/* Row 2 */
.sa-header-row-2 {
  background: #6676FF;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  min-height:47px;
}

.sa-header-row-2-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 5px 15px;
  position: relative;
}
.sa-header-row-2-inner:before, .sa-header-row-2-inner:after {
  content: '';
  clear: both;
  display: block;
}
@media (max-width:991px) {
  .sa-header-row-2-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sa-header-row-1-inner {
    padding-right: 5px;
  }
}
/* Logo */
.slot--logo {
  margin: 0;
  padding: 0;
  max-width: none;
  background: #fff;
}
.slot--logo .tws-custom-html--content {
	width: 100%;
}
.sa-logo {
  width: 180px;
  float: left;
  margin-top: 10px;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .sa-logo {
    width: 160px;
    margin-left: 40px;
    margin-top: 10px;
  }
}
.sa-logo a {
  display: block;
}
.sa-logo img {
  max-width: 100%;
}
/* Menu Desktop */
@media (min-width: 992px) {
  .startpage .utvalda-artiklar {}
  .startpage .tws-articlegroups {min-height:460px;}
  .startpage .utvalda-produkter {min-height:1000px;}
  .slot--custom-horizontal-menu {
    float: left;
  }
}

.slot--custom-horizontal-menu .tws-top-menu.navbar-default {
  background: transparent;
  border: 0;
  border-radius: 0;
}
.slot--custom-horizontal-menu .tws-top-menu .navbar-nav {
  max-width: none;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .slot--custom-horizontal-menu .tws-top-menu .navbar-nav .caret {
    display: none;
  }
  .slot--custom-horizontal-menu .tws-top-menu--mega-sub-list {
    display: none;
  }
  .slot--custom-horizontal-menu .tws-top-menu .dropdown-menu {
    padding: 10px 0;
    background: #6676FF;
    box-shadow: none;
  }
  .slot--custom-horizontal-menu .tws-top-menu .dropdown-menu>li>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 5px 10px;
    font-weight: normal;
  }
  .slot--custom-horizontal-menu .tws-top-menu .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #8A96FF !important;
    background: transparent !important;
  }
  .slot--custom-horizontal-menu .tws-top-menu>.container-fluid>.navbar-collapse {
    display: block !important;
    padding: 0;
  }
  .slot--custom-horizontal-menu .navbar-nav>li>a {
    background: transparent !important;
    color: #fff !important;
    padding: 8px 25px 8px 0;
    font-size: 13.3px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .slot--custom-horizontal-menu .navbar-nav>li>a:hover {
    color: #8A96FF !important;
  }

}
/* Meny mobil */
.slot--custom-horizontal-menu .navbar-collapse {
  border-top: 0;
  box-shadow: none;
}
.tws-top-menu .tws-top-menu--controls .tws-article-search {
  display: block;
}
.tws-top-menu .tws-top-menu--controls .tws-article-search input {
  background: transparent;
  border: 1px solid #3642B3;
  margin-top: 5px;
  color: #3642B3;
}
.tws-top-menu .tws-top-menu--controls .tws-article-search ul {
  display: none;
}
.tws-top-menu .tws-top-menu--controls .tws-article-search .form-control-feedback {
  top: 0;
  height: 40px;
  line-height: 40px;
}
.tws-top-menu .navbar-nav li {
  padding: 0;
}
.tws-top-menu .navbar-header .navbar-toggle {
  width: auto;
  height: auto;
}

.tws-top-menu .tws-top-menu--controls>div {
  display: none;
}
.tws-top-menu .tws-top-menu--controls>div:last-child {
  display: block;
}
.tws-top-menu .navbar-header .navbar-toggle::after {
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .tws-top-menu .navbar-header {
    left: 0;
  }
}
@media (max-width: 1099px) {
  .tws-top-menu--xs.open .tws-top-menu--sub-menu {
    padding: 10px 0 0 15px;
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
  .tws-top-menu .tws-top-menu--controls {
    /* display: block !important; */
  }
  .tws-top-menu>.container-fluid>.navbar-collapse {
    display: block !important;
    padding: 0;
  }
  .tws-top-menu>.container-fluid>.navbar-collapse.collapse {
    display: none !important;
  }
  .tws-top-menu li.hidden-xs {
    display: none !important;
  }
  .tws-top-menu li.visible-xs {
    display: block !important;
  }
  .tws-top-menu .navbar-header .navbar-toggle {
    display: block !important;
  }
  .tws-top-menu .navbar-nav li {
    border-bottom: 1px solid #5365FF !important;
  }
  .tws-top-menu li a {
    color: #3642B3 !important;
    padding: 8px 0;
  }
  .tws-top-menu li a:hover {
    color: #3642B3 !important;
  }
  .tws-top-menu .navbar-nav li:last-child {
    border-bottom: 0 !important;
  }
  .slot--custom-horizontal-menu .tws-top-menu .navbar-nav {
    padding: 15px 0;
  }
}


@media (min-width:992px) and (max-width:1149px) {
  .slot--custom-search .tws-article-search input {
    width: 200px !important;
  }
  .sa-logo {
    width: 140px;
  }
  .slot--custom-horizontal-menu .navbar-nav>li>a {
    font-size: 12.4px;
  }
}

.slot--custom-search .tws-article-search {
  margin-bottom: 0;
}
.slot--custom-search .tws-article-search input {
  border: 1px solid #c8c8c8;
  color: #3642B3;
  width: 300px;
  font-weight: 400;
  font-size: 11px;
  border-radius: 2px !important;
  background: #F0F0F3;
}
.slot--custom-search .form-control-feedback {
  top: 0;
  height: 40px;
  line-height: 40px;
  color: #3642B3;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.slot--custom-search .form-control-feedback:hover {
  color: #3f85cf;
}
.slot--custom-search .tws-article-search ul {
  display: none;
}
.tws-article-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #aeaeae;
  text-transform: uppercase;
}
.tws-article-search input:-moz-placeholder {
  opacity: 1;
  color: #aeaeae;
  text-transform: uppercase;
}
.tws-article-search input::-moz-placeholder {
  opacity: 1;
  color: #aeaeae;
  text-transform: uppercase;
}
.tws-article-search input:-ms-input-placeholder {
  opacity: 1;
  color: #aeaeae;
  text-transform: uppercase;
}
/* Emblem */
.sa-emblem {
  float: left;
}
@media (max-width: 991px) {
  .sa-emblem {
    display: none;
  }
}
.sa-emblem span {
  margin-right: 10px;
  font-size: 11px;
  color: #2B5E93;
  font-weight: 600;
}
.sa-trustpilot {
  max-width: 210px;
  margin-right: 10px;
}
.sa-tryggehandel {
  max-width: 120px;
  margin-left: 10px;
}



/*USPs mobil*/
@media (min-width:992px) {
  .usp-mobile {
    display: none;
  }
}
.usp-mobile {
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  text-align: center;
}
.sa-mobile-usps  {
  background: #237FC4;
  padding: 5px;
}
.sa-mobile-usps ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sa-mobile-usps ul li {
  margin-right: 15px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: #237FC4;
  letter-spacing: 0.5px;
  line-height: 19px;
}
.sa-mobile-usps ul li:last-child {
  border-right: 0;
  margin-right: 0;
}
.sa-mobile-usps ul li i {
  font-size: 12px;
  margin-right: 5px;
}
.sa-mobile-usps ul li span {
  display: block;
  font-size: 10px;
}


/* Väljare */
.slot--custom-vat, .slot--custom-login, .slot--custom-language, .slot--custom-currency {
  float: right;
}
.slot--custom-login {
  margin-top: -2px;
}
.slot--custom-lanuage .tws-language.btn-group,
.slot--custom-login .tws-login--login,
.slot--custom-login .tws-login--my-pages,
.slot--custom-vat .tws-vat-selector.btn-group {
  margin-left: 15px;
}
.slot--custom-lanuage .btn-group, .slot--custom-login .btn-group, .slot--custom-vat .btn-group, .slot--custom-currency .btn-group {
  vertical-align: baseline;
  z-index: 10;
}
.sa-valjare .btn-default, .sa-valjare .btn-primary {
  background: transparent !important;
  font-size: 11px !important;
  text-transform: uppercase;
  color: #3642B3 !important;
  padding: 0 !important;
  font-weight: 600;
  display: block !important;
}
.sa-valjare .btn-default:hover, .sa-valjare .btn-primary:hover,
.sa-valjare .btn-default:focus, .sa-valjare .btn-primary:focus,
.sa-valjare .btn-default:active, .sa-valjare .btn-primary:active {
  background: transparent !important;
  color: #3f85cf !important;
}
.sa-valjare .btn-default .caret:after, .sa-valjare .btn-primary .caret:after {
  top: 6px;
}
.tws-login--login, .tws-login--my-pages {
  color: #333 !important;
  font-size: 12px;
  font-weight: Normal;
  text-transform: uppercase;
}
.tws-login--login:hover, .tws-login--my-pages:hover {
  color: #3f85cf !important;
}
.sa-valjare {
  float: right;
}
.sa-valjare .dropdown-menu {
  padding: 0;
  min-width: auto;
}
.sa-valjare .dropdown-menu>li>a {
  padding: 8px 10px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  color: #333;
}
.sa-valjare .dropdown-menu>.active>a,
.sa-valjare .dropdown-menu>.active>a:hover,
.sa-valjare .dropdown-menu>.active>a:focus,
.sa-valjare .dropdown-menu>li>a:hover,
.sa-valjare .dropdown-menu>li>a:focus {
  color: #aaa;
  background: transparent;
}
/* ----- /END Header ----- */
/* ----- Breadcrumbs ----- */
.tws-breadcrumbs {
  padding: 10px 15px;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 1200px;
  width: 100%;
  background: #fff;
}
.tws-breadcrumbs a {
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.tws-breadcrumbs a:hover {
  text-decoration: none;
  color: #aaa;
}
/* ----- /END Breadcrumbs ----- */
/* ----- Startsida ----- */
.slot--component-container .tws-container--tws-article-display,
.slot--component-container .tws-container--tws-articles,
.slot--component-container .tws-container--tws-articles-two,
.slot--component-container .tws-container--tws-articles-connected,
.slot--component-container .tws-container--tws-newsletter-subscribe {
  background: transparent !important;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slot--component-container .tws-container--tws-content-box-2x, .slot--component-container .tws-container--tws-content-box-3x, .slot--component-container .tws-container--tws-content-box-4x {
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.slot--component-container .tws-container--tws-content-box {
  /*padding: 0 15px;
  max-width: 1200px;*/
  padding:0px;
  max-width:100%;
  margin-left: auto;
  margin-right: auto;
}
/* ----- /END Startsida ----- */

/* ----- Ett skyltfönster ----- */
.tws-container--tws-content-box .tws-content-box--first-line:empty, .tws-container--tws-content-box .tws-content-box--second-line:empty, .tws-container--tws-content-box .tws-content-box--third-line:empty {
  display: none !important;
}
.tws-container--tws-content-box-2x .tws-content-box--first-line:empty, .tws-container--tws-content-box-2x .tws-content-box--second-line:empty, .tws-container--tws-content-box-2x .tws-content-box--third-line:empty {
  display: none !important;
}
.tws-container--tws-content-box-3x .tws-content-box--first-line:empty, .tws-container--tws-content-box-3x .tws-content-box--second-line:empty, .tws-container--tws-content-box-3x .tws-content-box--third-line:empty {
  display: none !important;
}
.tws-container--tws-content-box-4x .tws-content-box--first-line:empty, .tws-container--tws-content-box-4x .tws-content-box--second-line:empty, .tws-container--tws-content-box-4x .tws-content-box--third-line:empty {
  display: none !important;
}
.slot--component-container .tws-container--tws-content-box .tws-content-box--table {
  max-width: 1200px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.slot--component-container .tws-container--tws-content-box .tws-content-box--first-line,
.slot--component-container .tws-container--tws-content-box .tws-content-box--second-line,
.slot--component-container .tws-container--tws-content-box .tws-content-box--third-line {
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.slot--component-container .tws-container--tws-content-box .tws-content-box--first-line {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  text-shadow: 1px 0px 1px rgba(0,0,0,0.7);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
}
.slot--component-container .tws-container--tws-content-box.bla .tws-content-box--first-line {
  color: #2B5E93 !important;
}
.slot--component-container .tws-container--tws-content-box .tws-content-box--second-line {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-shadow: 1px 0px 1px rgba(0,0,0,0.7);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}
.slot--component-container .tws-container--tws-content-box .tws-content-box--third-line {
  font-size: 25px;
  line-height: 25px;
  background: #3642B3;
  padding: 8px 10px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 8px;
  border-radius: 3px;
}
.slot--component-container .tws-container--tws-content-box .tws-content-box--third-line:hover {
  background: #3f85cf;
}
@media (min-width: 768px) and (max-width: 992px) {
  .slot--component-container .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 40px;
    line-height: 40px;
    padding: 0px 10px 0 10px;
  }
  .slot--component-container .tws-container--tws-content-box .tws-content-box--second-line {
    font-size: 30px;
    line-height: 30px;
    padding: 0px 7px 0 7px;
  }
  .slot--component-container .tws-container--tws-content-box .tws-content-box--third-line {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .slot--component-container .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 20px;
    line-height: 20px;
    padding: 0px 10px 0 10px;
  }
  .slot--component-container .tws-container--tws-content-box .tws-content-box--second-line {
    font-size: 15px;
    line-height: 15px;
    padding: 1px 7px 0 7px;
  }
  .slot--component-container .tws-container--tws-content-box .tws-content-box--third-line {
    font-size: 13px;
    line-height: 13px;
  }
}
/* ----- /END Ett skyltfönster ----- */
/* ----- Nyhetsbrev ----- */
.tws-newsletter-subscribe--inline-form {
  border: 1px solid #eee;
  padding: 15px;
}
  .tws-newsletter-subscribe--html-before p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
		display: block;
    color: #fff;
		text-transform: uppercase;
		font-style: italic;
  }
  .tws-newsletter-subscribe--html-before {
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 0;
  }
@media (min-width: 992px) {
  .slot--component-container .tws-container--tws-newsletter-subscribe .input-group .form-control {
    width: 300px;
  }
  .tws-newsletter-subscribe--before-sending:before, .tws-newsletter-subscribe--before-sending:after {
    content: '';
    display: block;
    clear: both;
  }

  .tws-newsletter-subscribe--before-sending .form-inline {
    width: 50%;
    float: left;
    text-align: right;
  }
}
/* ----- END Nyhetsbrev ----- */
/* ----- Extrapriser ----- */
.tws-article-list--list .tws-list--type-grid .tws-api-price .tws-api--price-regular+.tws-api--price-current, .tws-article-search-page--list .tws-list--type-grid .tws-api-price .tws-api--price-regular+.tws-api--price-current, .tws-article-price .tws-api-price .tws-api--price-regular+.tws-api--price-current, .tws-horizontal-flip-list--price .tws-api-price .tws-api--price-regular+.tws-api--price-current, .tws-article-buy-button-with-modal--price .tws-api--price-regular+.tws-api--price-current {
  color: #ed4444;
}
/* ----- /END Extrapriser ----- */
/* ----- Back to top ----- */
.fabrikk--back-to-top {
  position: fixed;
  right: 15px;
  bottom: 0px;
  margin: 0px;
  z-index: 1000;
}
.fabrikk--back-to-top-link-text {
  font-size: 0px;
}
.fabrikk--back-to-top-link-text:after {
  font-size: 35px;
  content: '\f106';
  font-family: FontAwesome;
  background: rgba(43,94,147,0.5);
  padding: 0px 5px;
}
.fabrikk--back-to-top-link {
  color: #fff;
}
.fabrikk--back-to-top-link:hover {
  color: #fff;
  text-decoration: none;
}
/* ----- /END Back to top ----- */

/*Eget innehåll blogg startsida*/
.customPageItem.customPageHtml .blogg {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 20px;
}
.customPageItem.customPageHtml .blogg h2 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.customPageItem.customPageHtml .blogg p {
  font-size: 14px;
}
.customPageItem.customPageHtml .blogg .btn-info {
  padding: 10px;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #375E8F !important;
  border: 1px solid #375E8F;
}

/*Eget innehåll blogg post*/
.customPageItem.customPageHtml .blogg-post {
  padding-bottom: 20px;
  padding-top: 20px;
}
.customPageItem.customPageHtml .blogg-post h2 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.customPageItem.customPageHtml .blogg-post p {
  font-size: 15px;
}

/*Kontakt info*/
.customPageItem.customPageHtml .contact-info {
  background: #375E8F;
  display: inline-block;
  border-radius: 6px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
.customPageItem.customPageHtml .contact-info-inner {
  padding: 6px;
  padding-left: 30px;
  padding-right: 15px;
}
.customPageItem.customPageHtml .contact-info p {
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 19px;
}
.fa-comment:before {
  font-family: FontAwesome !important;
  position: absolute;
  bottom: 18px;
  left: -10px;
  font-size: 43px;
  color: #3a8bd2;
}
.custompage-8588737 .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
   min-height: 1000px;
}
.custompage-8588737 .resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   min-height: 800px;
    border: 0;
}
/* ----- Sidfot ----- */

/* Nyhetsbrev */
.fabrikk--footer .slot--custom-newsletter .form-inline .form-group,
.fabrikk--footer .slot--custom-newsletter .form-inline .input-group {
  width: 100%;
}
.fabrikk--footer .tws-newsletter-subscribe--inline-form {
  padding: 0;
  border: 0;
}
.fabrikk--footer .tws-newsletter-subscribe--html-before {
  float: none;
  font-size: 13px !important;
  width: auto;
}
.fabrikk--footer .tws-newsletter-subscribe--success-icon {
  height: 30px;
  width: 30px;
}
.fabrikk--footer .tws-newsletter-subscribe--before-sending .form-inline {
  float: none;
  width: 100%;
  text-align: left;
}
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button.btn-primary {
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
  line-height: 1.42857143 !important;
  box-shadow: none !important;
  height: auto !important;
  font-weight: 600;
}
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button.btn-primary:hover,
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button.btn-primary:focus,
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button.btn-primary.focus,
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button.btn-primary:active,
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button.btn-primary.active {
  background: #FF7F4C !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button.btn-primary .ladda-label {
  color: #fff !important;
  font-weight: 500;
}
.fabrikk--footer .tws-newsletter-subscribe--form-wrapper input {
  border: 0;
}
/* ----- END Sidfot ----- */
/* ----- Framhävda artikelgrupper ----- */
@media (min-width: 992px) {
  .tws-articlegroups--articlegroup {
    width: 33.33333333%;
  }
}
.tws-articlegroups-title>div>.tws-util-heading--heading {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tws-articlegroups-title>div>.tws-util-heading--heading {
    font-size: 20px;
  }
}
.tws-articlegroups .thumbnail {
  margin-bottom: 15px;
}
.tws-articlegroups .caption {
  background: #fff;
  border: 0px solid #eee;
  border-radius: 0;
  padding: 5px 10px;
}


.tws-articlegroups .tws-list--grid-item .caption {

    background: rgba(0,0,0,0.2)!important;
    border-radius: 10px;
    margin: 5px!important;
}
.tws-articlegroups .tws-list--grid-item .caption a {
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}
.tws-articlegroups .caption:hover a {
  color: #2B5E93;
}
/* ----- /END Framhävda artikelgrupper ----- */
/* ----- Artikelgruppstabell ----- */
.fabrikk--article-group .tws-articlegroup-list--info>div {
  margin-top: 0;
}
.tws-artgrp-info>div>.tws-util-heading--heading, .fabrikk--article-group .tws-articlegroup-list--info h1 {
  font-size: 30px;
  text-align: center !important;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 767px) {
  .tws-artgrp-info>div>.tws-util-heading--heading, .fabrikk--article-group .tws-articlegroup-list--info h1 {
    font-size: 25px;
  }
}
.tws-articlegroup-list .tws-list--grid-item .thumbnail {
  border-radius: 0;
  border: 1px solid #eee;
  padding: 5px 10px;
  background: #fff;
  text-align: center;
  height: auto;
  margin: 0;
}
.tws-articlegroup-list--grid-img-wrapper {
  display: none;
}
.tws-articlegroup-list .tws-list--grid-item .caption {
  padding: 0;
}
.tws-articlegroup-list .tws-list--grid-item .thumbnail .caption a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  word-wrap: normal;
}
.tws-articlegroup-list .tws-list--grid-item .thumbnail:hover .caption a {
  color: #2B5E93;
}
/* ----- /END Artikelgruppstabell ----- */
/* ----- Framhävda artiklar ----- */
.tws-util-heading.tws-articles-two--heading>div>.tws-util-heading--heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .tws-util-heading.tws-articles-two--heading>div>.tws-util-heading--heading {
    font-size: 20px;
  }
}

.tws-list--grid-item .tws-article-favoritebutton {
    position: absolute;
    bottom: auto;
    top: 10px;
    right: 10px;
    transform: scale(0.8);
    padding: 7px;
    border-radius: 50%;
    background: white;
}
/* ----- /END Framhävda artiklar ----- */
/* ----- Artikeltabell ----- */
.tws-list--list .tws-list--type-grid {
  margin-left: -5px;
  margin-right: -5px;
}
.tws-article-list--list .tws-list--list .thumbnail, .tws-article-search-page--list .tws-list--list .thumbnail {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  border:none!important;
  background: #fff;
      box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.08);
}
.tws-article-list--list .tws-list--type-grid .caption {  border-radius: 10px !important;padding:10px 20px!important;
}
.tws-article-list--list .tws-list--type-grid .tws-article-list--product-image, .tws-article-search-page--list .tws-list--type-grid .tws-article-list--product-image {
  padding: 0px !important;
  border-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #ddd !important;
}
.tws-article-list--list .tws-list--type-grid .tws-article-list--product-image *, .tws-article-search-page--list .tws-list--type-grid  .tws-article-list--product-image *{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
@media (min-width: 992px) {
  .tws-article-list--list .tws-list--list .thumbnail .tws-article-list--product-image .tws-img--container,
  .tws-article-search-page--list .tws-list--list .thumbnail .tws-article-list--product-image .tws-img--container {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  /*.tws-article-list--list .tws-list--list .thumbnail:hover .tws-article-list--product-image .tws-img--container,
  .tws-article-search-page--list .tws-list--list .thumbnail:hover .tws-article-list--product-image .tws-img--container {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }*/
}
.tws-article-list--labels {
  top: 13px !important;
  left: 10px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.visually-hidden {display:none!important;}
.tws-article-labels .tws-article-labels--label .tws-article-labels--label-text {
  padding: 2px 5.5px !important;
  border-width: 0;
  border-radius: 5px!important;
  font-size: 14px;
  font-weight: 600;
  min-height: 20px;
  min-width: 70px;
  display: block;
}
@media (max-width: 400px) {
  .tws-article-labels .tws-article-labels--label .tws-article-labels--label-text {
    min-height: 20px;
    min-width: 20px;
    font-size: 14px;
  }
}
.tws-article-labels .tws-article-labels--label.tws-article-labels--special-offer .tws-article-labels--label-text {
  background: #ed4444;
  border-color: #ed4444;
  border: 0;
  color: #fff;
  padding:5px !important;
  text-align: center;
}
@media (max-width: 400px) {
  .tws-article-labels .tws-article-labels--label.tws-article-labels--special-offer .tws-article-labels--label-text {
    padding: 5px !important;
  }
}
.tws-article-labels .tws-article-labels--label.tws-article-labels--new .tws-article-labels--label-text {
  background: #2B5E93;
  border-color: #2B5E93;
  border: 0;
  color: #fff;
  padding: 5px !important;
  text-align: center;
}
@media (max-width: 400px) {
  .tws-article-labels .tws-article-labels--label.tws-article-labels--new .tws-article-labels--label-text {
    padding: 5px !important;
  }
}
.tws-article-list--article-name a {
    display: block;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 900;
    line-height: 26px;
}
.tws-article-list--list .tws-list--type-grid .tws-article-list--price, .tws-article-search-page--list .tws-list--type-grid .tws-article-list--price {
  width: 100%;
}
.recose {
    padding: 0 15px;
    max-width: 1170px;
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
    border-radius: 10px;
  min-height:326px;
}
.tws-article-list--list .tws-list--type-grid .tws-api-price .tws-api--price-current, .tws-article-search-page--list .tws-list--type-grid .tws-api-price .tws-api--price-current {
    margin: 0;
    display: block;
    text-align: left;
    color: #3642B3;
    font-weight: 900;
    font-size: 20px;
}
.tws-article-list--list .tws-list--type-grid .tws-api-price .tws-api--price-regular, .tws-article-search-page--list .tws-list--type-grid .tws-api-price .tws-api--price-regular {
  display: block;
  text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    color: #888;
}
.tws-article-list--list .tws-list--type-grid .tws-api-price, .tws-article-search-page--list .tws-list--type-grid .tws-api-price {
    font-size: 18px;
    display: flex;
    flex-direction: row-reverse;
}

.tws-article-list--buy-button {
  text-align: center !important;
  width: 100% !important;
}
.tws-article-list--buy-button .btn-primary, .tws-article-list--buy-button .btn-default {
  background: #FF500A !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
  line-height: 1.42857143 !important;
  box-shadow: none !important;
  height: auto !important;
  font-weight: 600;
}

.tws-article-list--buy-button .btn-primary:hover, .tws-article-list--buy-button .btn-default:hover,
.tws-article-list--buy-button .btn-primary:focus, .tws-article-list--buy-button .btn-default:focus,
.tws-article-list--buy-button .btn-primary.focus, .tws-article-list--buy-button .btn-default.focus,
.tws-article-list--buy-button .btn-primary:active, .tws-article-list--buy-button .btn-default:active,
.tws-article-list--buy-button .btn-primary.active, .tws-article-list--buy-button .btn-default.active {
  background: #FFBDA3 !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.tws-article-list--buy-button .btn-primary, .tws-article-list--buy-button .btn-default {
  width:100%;border:2px solid #FF500A!important;border-radius:10px!important;
}
.tws-article-list--buy-button .btn-primary:hover, .tws-article-list--buy-button .btn-default:hover,
.tws-article-list--buy-button .btn-primary:focus, .tws-article-list--buy-button .btn-default:focus{
  border:2px solid #fe6539!important;border-radius:10px!important;background:#fe6539!important;color:#000!important;
}
.tws-article-list--buy-button .btn-primary:hover .ladda-label, .tws-article-list--buy-button .btn-default:hover .ladda-label{
  color:#fff!important;
}
.tws-article-list--buy-button .btn-primary .ladda-label, .tws-article-list--buy-button .btn-default .ladda-label {
  color: #fff !important;
}
.tws-article-list--list .tws-list--type-grid .ItemPrice:not(.ItemBuyButton) .caption, .tws-article-search-page--list .tws-list--type-grid .ItemPrice:not(.ItemBuyButton) .caption {
  padding-bottom: 32px;
}
/* ----- /END Artikeltabell ----- */
/* ----- Paginering ----- */
.tws-list .pagination>li>a {
  background: #fff;
  border: 1px solid #ebebeb !important;
  color: #333 !important;
  z-index: 1 !important;
  font-weight: 700;
}
.tws-list .pagination>li>a:hover {
  background: #fff;
  color: #aaa !important;
  text-decoration: none;
}
.pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  background: #fff !important;
  color: #aaa !important;
  border-radius: 0;
  border: 0;
  margin-left: 1px;
}
.tws-list .pagination>li:first-child a:after, .tws-list .pagination>li:last-child a:after {
  display: none;
}
.tws-list .pagination>li.active>a, .pagination>.disabled>span:hover {
  background: #fff !important;
  color: #aaa !important;
}
.tws-list .pagination>li.active>a:hover {
  background: #fff !important;
  color: #aaa !important;
}
/* ----- /END Paginering ----- */
/* ----- Mina Sidor ----- */
.fabrikk--my-pages {
  padding: 0px;
}
.fabrikk--my-pages h1 {
  top: 20px;
}
.tws-customer-details--block {
  border: 1px solid #dbdbdb;
}
.slot--my-pages-logout {
  margin-top: 85px;
}
/* ----- /END Mina Sidor ----- */
/* ----- 404 ----- */
.fabrikk--404-message {
  padding: 0px;
}
.fabrikk--404-message .tws-custom-page {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
/* ----- /END 404 ----- */
/* ----- Artikelsortering ----- */
.tws-list-controls>.btn-group:first-child {
  display: none;
}
.tws-list-controls .btn-default {
  background: transparent !important;
  border: 0px !important;
  box-shadow: none;
  color: #333 !important;
  line-height: normal !important;
  padding: 10px !important;
  box-shadow: none !important;
  font-size: 12px !important;
}
.tws-list-controls .btn-default:hover {
  color: #aaa !important;
  background: transparent !important;
  box-shadow: none !important;
}
.tws-list-controls .btn-default.active {
  color: #333 !important;
  box-shadow: none !important;
}
.tws-list-controls .btn-default.active:hover {
  color: #aaa !important;
  box-shadow: none !important;
}
.tws-list-controls .dropdown-menu {
  background-color: #fff;
}
.tws-list-controls .dropdown-menu>li>a:hover {
  background-color: transparent;
  color: #aaa;
}
.tws-list-controls .dropdown-menu>li>a {
  color: #333;
  padding: 5px 18px;
  font-size: 13px;
}
/* ----- /END Artikelsortering ----- */
/* ----- Egna sidor ----- */
.customPageItem.customPageHtml h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .customPageItem.customPageHtml .categoryImage {
  display:none;
	}
}



@media (max-width: 767px) {
  .customPageItem.customPageHtml .water-text {
  display:block;
	}
}
@media (min-width: 768px) {
  .customPageItem.customPageHtml .water-text {
  display:none !important;
	}
}

@media (min-width: 768px) {
  .customPageItem.customPageHtml .brand-table {
  display:table;
	}
}
@media (min-width: 768px) {
  .customPageItem.customPageHtml .brand-text {
  display:block;
	}
}

@media (max-width: 767px) {
  .customPageItem.customPageHtml .brand-table {
  display:none;
	}
}
@media (max-width: 767px) {
  .customPageItem.customPageHtml .brand-text {
  display:none !important;
	}
}
@media (max-width: 767px) {
  .customPageItem.customPageHtml .brand-list {
  display:flex;
	}
}
@media (min-width: 768px) {
  .customPageItem.customPageHtml .brand-list {
  display:none;
	}
}

@media (max-width: 1193px) {
  .customPageItem.customPageHtml .display-text-ipad {
  display:block;
	}
}
@media (min-width: 1194px) {
  .customPageItem.customPageHtml .display-text-ipad {
  display:none;
	}
}
@media (max-width: 1193px) {
  .customPageItem.customPageHtml .no-display-text-ipad {
  display:none;
	}
}
@media (min-width: 1194px) {
  .customPageItem.customPageHtml .no-display-text-ipad {
  display:block;
	}
}

@media (max-width: 767px) {
  .customPageItem.customPageHtml .display-flex-desktop {
  display:none;
	}
}
@media (min-width: 768px) {
  .customPageItem.customPageHtml .display-flex-desktop {
  display:flex;
	}
}
  
@media (max-width: 767px) {
  .customPageItem.customPageHtml h1 {
    font-size: 20px;
  }
}
.sa-not-full-text {
  max-width: 900px;
  margin: 0 auto;
}
.sa-line {
  margin: 20px 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #eee;
}
.sa-grey-box {
  background: #fafafa;
  padding: 15px;
  margin: 20px 0;
}
.sa-intro {
  min-height: 300px;
  background: #eee no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 30px 15px;
  position: relative;
  display: table;
  width: 100%;
}
.sa-intro:before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.3);
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sa-intro-inner {
  display: table-cell;
  vertical-align: middle;
}
.sa-intro-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.sa-intro-content .heading {
  color: #fff;
  text-shadow: 1px 0px 1px rgba(0,0,0,0.8);
  text-transform: uppercase;
  font-size: 25px;
}
.sa-intro-content p {
  text-shadow: 1px 0px 1px rgba(0,0,0,0.8);
  font-size: 14px;
}
/* ----- /END Egna sidor ----- */
/* ----- Söksida ----- */
.tws-article-search-page--heading {
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 767px) {
  .tws-article-search-page--heading {
    font-size: 20px;
  }
}
/* ----- /END Söksida ----- */
/* ----- Kontaktformulär ----- */
.slot--contact-form {
  margin-top: 20px;
}
.fabrikk--contact-heading {
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background: transparent;
  display: none;
}
.tws-contact-form--form-outer-wrapper {
  margin: 0 auto;
}
.tws-contact-form--before-text {
  margin: 0;
  text-align: left;
  padding: 0;
  max-width: none;
}
.tws-contact-form--before-text .col-sm-9 {
  padding-left: 0px;
}
/* ----- END Kontaktformulär ----- */
/* ----- Kassa ----- */
.tws-checkout--loading-overlay {
  z-index: 0;
}
.tws-checkout--pay-button.btn-default {
  background: #3642B3 !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  /*padding: 10px 15px !important;*/
  line-height: 1.42857143 !important;
  box-shadow: none !important;
}
.tws-checkout--pay-button.btn-default:hover,
.tws-checkout--pay-button.btn-default:focus,
.tws-checkout--pay-button.btn-default.focus,
.tws-checkout--pay-button.btn-default:active,
.tws-checkout--pay-button.btn-default.active {
  background: #3f85cf !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.tws-checkout--pay-button.btn-primary .ladda-label, .tws-checkout--pay-button.btn-default .ladda-label, .tws-checkout--pay-button.btn-primary:hover .ladda-label, .tws-checkout--pay-button.btn-default:hover .ladda-label {
  color: #fff !important;
}
.cart .fabrikk--content, .checkout .fabrikk--content {
  background: transparent;
}
@media (min-width: 1200px) {
  .cart .fabrikk--content, .checkout .fabrikk--content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cart .fabrikk--content-wrapper, .checkout .fabrikk--content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fabrikk--cart .tws-cart {
  margin-left: 0;
  margin-right: 0;
}
.slot--back-button {
  display: none;
}
.cart .slot--cart, .checkout .slot--cart {
  display: block;
}
.fabrikk--cart, .fabrikk--summary, .fabrikk--checkout-method {
  padding: 0px;
}
.fabrikk--summary>h2, .fabrikk--cart>h2, .fabrikk--checkout-method>h2 {
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .fabrikk--summary>h2, .fabrikk--cart>h2, .fabrikk--checkout-method>h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tws-cart--edit-quantity:before, .tws-cart--edit-quantity:after {
    content: '';
    clear: both;
    display: block;
  }
  .tws-cart--edit-remove-button-wrapper {
    clear: both;
  }
}
.tws-cart-summary .tws-cart-summary--items-count, .tws-cart-summary .tws-cart-summary--discount-row, .tws-cart-summary .tws-cart-summary--price-row {
  border-bottom: 1px solid #ddd;
}
.tws-cart-summary .tws-cart-summary--sum-row.tws-cart-summary--got-more {
  border-top: 1px solid #ddd;
}
.tws-checkout-shortcuts {
  padding: 0px;
  margin-bottom: 20px;
}
.tws-checkout-cart.table-striped>tbody>tr:nth-child(odd)>td {
  background: #fff;
}
.tws-discount-field--enter-discount-btn {
  color: #fff !important;
  font-size:14px!important;
}
.tws-cart--edit-quantity .btn {
  height: 40px !important;
}
.tws-checkout--v2 .tws-checkout--payments-expand {
  height: auto !important;
  visibility: visible !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0px;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method {
  padding: 20px 10px;
  border: 1px solid #ddd !important;
  margin-bottom: 10px;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active {
  border-radius: 0px;
  border: 1px solid #ddd !important;
  background: #fff;
  color: 1CB581;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-active.active:hover, .tws-checkout .tws-checkout--payment-methods-list a:hover {
  border-radius: 0px;
  border: 1px solid #ddd !important;
  background: #fff;
  color: #333;
}
.slot--checkout-introduction-text {
  margin-bottom: 20px;
  padding: 0;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active .list-group-item-heading {
  color: #000;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active:hover .list-group-item-heading {
  color: #000;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method:hover .list-group-item-heading {
  color: #333;
}
.tws-checkout--v2 .tws-checkout--payment-active span.fa.fa-chevron-down {
  display: none;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-active.active, .tws-checkout .tws-checkout--payment-methods-list a {
  padding: 20px 10px;
  color: #333;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method::before {
  top: auto;
  left: auto;
}
.tws-checkout .tws-checkout--payment-methods-list .list-group-item .list-group-item-heading {
  padding-left: 30px;
  color: #333;
}
.tws-checkout input[type=radio]:not(old)+label:before {
  left: 0.7em;
}
.tws-checkout--box.tws-checkout--select-delivery .btn-default, .tws-checkout--box.tws-checkout--select-delivery a.btn-default {
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  padding: 20px 10px 20px 40px !important;
  line-height: 1.42857143 !important;
  font-weight: 400;
}
.tws-checkout--box.tws-checkout--select-delivery .btn-default:hover, .tws-checkout--box.tws-checkout--select-delivery a.btn-default:hover, .tws-checkout--box.tws-checkout--select-delivery .btn-default:focus, .tws-checkout--box.tws-checkout--select-delivery a.btn-default:focus, .tws-checkout--box.tws-checkout--select-delivery .btn-default.focus, .tws-checkout--box.tws-checkout--select-delivery a.btn-default.focus {
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}
.tws-checkout--box.tws-checkout--select-delivery .btn-default:active, .tws-checkout--box.tws-checkout--select-delivery a.btn-default:active, .tws-checkout--box.tws-checkout--select-delivery .btn-default.active, .tws-checkout--box.tws-checkout--select-delivery a.btn-default.active {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  font-weight: 700;
}
.tws-checkout--show-delivery-description:hover {
  color: #333;
  text-decoration: none;
}
.tws-checkout input[type=radio]:not(old):checked+label:before {
  font-size: 18px;
  top: 20px;
  left: 10px;
}
.tws-checkout--show-delivery-description, .tws-checkout--show-payment-description {
  left: 55px;
  bottom: 0px;
  outline: none;
}
.tws-checkout--show-delivery-description:focus, .tws-checkout--show-payment-description:focus {
  outline: none;
}
.slot--checkout-shortcuts {
  margin: 0px;
}
.tws-cart .row {
  margin-left: -15px;
  margin-right: -15px;
}
.fabrikk--cart {
  padding-top: 1px;
  margin-bottom: 10px;
}
.tws-checkout--payment-description, .tws-checkout--show-payment-description {
  margin-left: 30px;
}
.tws-checkout .tws-checkout--payment-methods-list .tws-checkout--payments-expand a.list-group-item:hover {
  color: #333;
}
@media (min-width: 1220px) {
  .fabrikk--summary {
    position: absolute !important;
    top: 0 !important;
    left: auto !important;
  }
}
.tws-cart--choice {
  color: #333;
}
.tws-cart .tws-checkout-cart .tws-cart--icon i::before {
  color: #333;
}
.tws-checkout input[type=radio]:not(old):checked+label:before {
  color: #000;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active::before {
  color: #000;
}
.tws-checkout div.tws-checkout--radio a.tws-checkout--show-delivery-description>span, .tws-checkout a.list-group-item p.tws-checkout--show-payment-description>span {
  color: #333;
}
.tws-checkout .tws-checkout--payment-methods-list .tws-checkout--payments-expand a.list-group-item:hover div.tws-checkout--radio a.tws-checkout--show-delivery-description>span, .tws-checkout .tws-checkout--payment-methods-list .tws-checkout--payments-expand a.list-group-item:hover p.tws-checkout--show-payment-description>span {
  color: #333;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-active.active div.tws-checkout--radio a.tws-checkout--show-delivery-description>span, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-active.active p.tws-checkout--show-payment-description>span {
  color: #333;
  text-decoration: none;
  font-weight: 400;
}
.list-group-item.active .list-group-item-text.tws-checkout--payment-description, .list-group-item.active .list-group-item-text.tws-checkout--delivery-description, .list-group-item.active:hover .list-group-item-text.tws-checkout--payment-description, .list-group-item.active:hover .list-group-item-text.tws-checkout--delivery-description, .list-group-item.active:focus .list-group-item-text.tws-checkout--payment-description, .list-group-item.active:focus .list-group-item-text.tws-checkout--delivery-description {
  color: #000;
}
/* ----- /END Kassa ----- */
/* ----- Artikelsida ----- */
.fabrikk--article .fabrikk--article-top, .fabrikk--article .fabrikk--article-section, .slot--article-page-footer .container {
  padding: 0;
}
.fabrikk--article .fabrikk--article-left-col, .fabrikk--article .fabrikk--article-right-col {
  padding: 0;
}
@media (min-width: 992px) {
  .fabrikk--article-left-col {
    width: 40%;
  }
}

.slot--custom-trustpilot  {
  display: inline-block;
  margin-left: -20px;
}
.slot--custom-trustpilot .tp-widget-wrapper iframe .tp-widget-wrapper {
  text-align: left;
}
.slot--custom-trustpilot:before {
  content: '';
  background: url(https://www.svensktavlopp.se/shop/ws0/64300/files/designfiler/trustpilotbar.png);
  height: 16px;
  width: 241px;
  display: block;
  background-size: 241px 16px;
  margin-bottom: 8px;
  margin-left: 20px;
}

/* Bilder */
.tws-article-images--slick-big .tws-article-images--image {
  max-height: auto;
  width: 100%;
}
.tws-article-images--slick-big .slick-slide .tws-img--container {
  border: 1px solid #eee;
  border-radius: 0;
}
.slick-slider {
  margin-bottom: 10px;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.tws-article-images .slick-prev:before {
  font-size: 35px;
}
.tws-article-images .slick-next:before {
  font-size: 35px;
}
.tws-article-images--slick-nav .slick-slide .tws-img--container {
  margin: 0;
  border-radius: 0;
  border: 1px solid #eee;
}
/* Artikelnamn */
.article .tws-article-name h1 {
  line-height: normal;
  font-weight: 800;
}
/* Inledande text */
.tws-article-introduction--text {
  font-size: 13px;
}
/* Antal */
.tws-article-quantity .input-group input {
  border-radius: 0 !important;
  border: 1px solid #eee !important;
}
/* Köpknapp */
.slot--article-buy-button .btn-primary, .slot--article-buy-button .btn-default {
  background: #FF500A !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
  line-height: 1.42857143 !important;
  box-shadow: none !important;
  height: auto !important;
}
.slot--article-buy-button .btn-primary:hover, .slot--article-buy-button .btn-default:hover,
.slot--article-buy-button .btn-primary:focus, .slot--article-buy-button .btn-default:focus,
.slot--article-buy-button .btn-primary.focus, .slot--article-buy-button .btn-default.focus,
.slot--article-buy-button .btn-primary:active, .slot--article-buy-button .btn-default:active,
.slot--article-buy-button .btn-primary.active, .slot--article-buy-button .btn-default.active {
  background: #FF7F4C !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.slot--article-buy-button .btn-primary .ladda-label, .slot--article-buy-button .btn-default .ladda-label,
.slot--article-buy-button .btn-primary:hover .ladda-label, .slot--article-buy-button .btn-default:hover .ladda-label {
  color: #fff !important;
}
/* Offertknapp */
.slot--custom-offert-button {
  margin-top: 15px;
}
/* Uspar */
.slot--unique-selling-points .tws-unique-selling-points .tws-unique-selling-points--icon {
  text-align: left;
}
.slot--unique-selling-points .tws-unique-selling-points .tws-unique-selling-points--text {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .tws-unique-selling-points--wrapper {
    margin-bottom: 20px;
  }
  .tws-unique-selling-points--wrapper:before, .tws-unique-selling-points--wrapper:after {
    content: '';
    clear: both;
    display: block;
  }
  .tws-unique-selling-points--wrapper ul li {
    float:left;
    margin-right: 15px;
  }
}
/* Social */
.fabrikk--article .fabrikk--article-links {
  margin: 0;
}
.tws-article-social--share-button.ng-scope.sharer-0 .social {
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) translateY(0px);
}
.tws-article-social--share-button.ng-scope.sharer-0 .social.networks-5.left {
  margin-left: auto;
  position: relative;
}
.tws-article-social div.tws-article-social--share-button.tws-article-social--share-button>label.entypo-export {
  display: none;
}
.tws-article-social--share-button.ng-scope.sharer-0 .social ul li {
  float: right !important;
}
.tws-article-social--share-button.ng-scope.sharer-0 .social li[class*=pinterest], .tws-article-social--share-button.ng-scope.sharer-0 .social li[class*=twitter], .tws-article-social--share-button.ng-scope.sharer-0 .social li[class*=facebook], .tws-article-social--share-button.ng-scope.sharer-0 .social li[class*=gplus], .tws-article-social--share-button.ng-scope.sharer-0 .social li[class*=paper-plane] {
  background: transparent !important;
  color: #333;
  font-size: 18px;
  width: auto;
  margin: 0 0 0 15px;
  height: auto;
  padding: 0px;
  text-align: right;
}
/* Beskrivning */
.slot--article-description .tws-article-description {
  max-width: none;
  background: #fafafa;
  padding: 15px 15px 30px 15px;
}
.slot--article-description .tws-article-description--heading {
  border-bottom: 2px solid #FCD900;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.tws-article-description--article-number {
  font-size: 13px;
}
.slot--article-description .tws-article-description--text {
  line-height: normal;
  max-width: 800px;
  font-size: 13px;
  margin: 0 auto;
}
/* Bifogat */
.slot--article-attachments .tws-article-attachments {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.tws-article-attachments--title {
  display: none;
}
.tws-article-attachments--image img {
  width: 30px;
}
.tws-article-attachments--text a {
  font-size: 13px;
  color: #333;
}
.tws-article-attachments--text a:hover {
  color: #aaa;
  text-decoration: none;
}
/* Relaterade */
.tws-article-related--headline, .tws-article-visited--headline, .tws-article-manually-related--headline {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
tws-article-manually-related .tws-list--type-grid .tws-list--grid-item {
  display: none !important;
}
tws-article-manually-related .tws-list--type-grid .tws-list--grid-item:nth-child(1), tws-article-manually-related .tws-list--type-grid .tws-list--grid-item:nth-child(2), tws-article-manually-related .tws-list--type-grid .tws-list--grid-item:nth-child(3), tws-article-manually-related .tws-list--type-grid .tws-list--grid-item:nth-child(4) {
  display: flex !important;
}
tws-article-related .tws-list--type-grid .tws-list--grid-item {
  display: none !important;
}
tws-article-related .tws-list--type-grid .tws-list--grid-item:nth-child(1), tws-article-related .tws-list--type-grid .tws-list--grid-item:nth-child(2), tws-article-related .tws-list--type-grid .tws-list--grid-item:nth-child(3), tws-article-related .tws-list--type-grid .tws-list--grid-item:nth-child(4) {
  display: flex !important;
}
tws-article-visited .tws-list--type-grid .tws-list--grid-item {
  display: none !important;
}
tws-article-visited .tws-list--type-grid .tws-list--grid-item:nth-child(1), tws-article-visited .tws-list--type-grid .tws-list--grid-item:nth-child(2), tws-article-visited .tws-list--type-grid .tws-list--grid-item:nth-child(3), tws-article-visited .tws-list--type-grid .tws-list--grid-item:nth-child(4) {
  display: flex !important;
}
.tws-article-manually-related--relation-list {
  width: 100%;
}
/* ----- /END Artikelsida ----- */
/* ----- Vertikal meny artikelgruppssidor ----- */
@media (max-width: 991px) {
  .slot--custom-vertical-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  .slot--custom-vertical-menu {
    float: left;
    width: 250px;
    margin-right: 40px;
    border-right: 1px solid #eee;
    min-height: 100vh;
    height: auto;
  }
  .slot--article-group-custom-field, .slot--article-groups, .slot--articles {
    float: right;
    width: calc(100% - 290px);
  }
}

.tws-articlegroup-sidemenu--sub-heading-link {
    color: #3642B3;
    font-size: 13px;
    font-weight: 600
}
.tws-articlegroup-sidemenu--sub-heading-link:hover {
		color: #3f85cf;
		text-decoration: none;
}
.twsArticlegroupSidemenu--sub-sub::before {
  font-family: FontAwesome; 
	content: "\f111"; 
	font-size: 7px;
	color: #333 !important;
	float: left;
	position: relative;
	top: 8px;
	right: 8px;
}

.twsArticlegroupSidemenu--article-count {
  display: none;
}
.twsArticlegroupSidemenu--heading {
  font-size: 17px;
  color: #3642B3;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #fcd900;
  padding-bottom: 10px;
  margin-top: 0;
}
.twsArticlegroupSidemenu--heading span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
}
.tws-articlegroup-sidemenu a {
  font-size: 13px;
  font-weight: 600;
  color: #3642B3;
}
.tws-articlegroup-sidemenu a:hover {
  color: #3f85cf;
  text-decoration: none;
}
/* ----- /END Vertikal meny artikelgruppssidor ----- */
/* --- Chatt --- */
.zopim {
  right: 56px !important;
}
/* --- /END Chatt --- */
#celink668 {
  height: 35px !important;
  width: 35px !important;
  margin-left: 10px;
  vertical-align: middle;
}

.tws-article-price .tws-api-price .tws-api--price-current, .tws-horizontal-flip-list--price .tws-api-price .tws-api--price-current {
    display: -webkit-flex;
    display: flex;
    line-height: normal;
    color: #3642B3;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-right: 10px;
    float: left;
   font-size: 26px;
}

/* lista */ 
.slot--custom-vertical-menu ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: disc;
}


/*---------------------
OFFERTFLIK
---------------------*/
#sidenavcntact {
		width: auto;
    position: fixed;
    z-index: 99999;
    top: 30%;
    right: 0;
		color: #fff;	
}
#sidenavcntact #sidkontakt {
  background: #69B33E;
  float:left;
}

.offertform form {
  overflow: auto; 
  position:absolute; 
  background: #fff; 
  padding: 20px;  
  visibility: hidden; 
  right:-350px;
  transition: all 0.5s ease;
}
#sidenavcntact #sidkontakt {
 		transform: rotate(90deg);
    padding: 10px;
    right: -60px;
    position: absolute;
    padding-top: 13px;
  	cursor: pointer;
  	top: 55px;
	  font-weight: 800;
    transition: all 0.5s ease;
  border-radius: 0 0 10px 10px;
}

.offertform label {
display: none;
}
.offertform input,
.offertform textarea {
	color: #333;
	font-weight: normal;
  width: 100%;
  border-radius: 5px;
	border: 1px solid #e7e7e7;
	padding: 5px;
}

.offertform .btn {
width: 100%;
}
#sidenavcntact.open {
		width: auto;
    position: fixed;
    z-index: 9999;
    top: 30%;
    right: 0;
		color: #fff;	
}
#sidenavcntact.open #sidkontakt {
  background: #69B33E;
  float:left 
}
#sidenavcntact.open .offertform form {
  overflow: auto; 
  background: #fff; 
  padding: 20px;  
  visibility: visible; 
  position:relative; 
  right:0;
  transition: all 0.5s ease;
}
#sidenavcntact.open #sidkontakt { 
  right: 285px;
    position: absolute;
    padding-top: 13px;
    top: 58px;
}
#sidenavcntact.open .offertform {
    float: none;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 0;
    transition: all 0.4s ease;
  overflow: auto;
}

#sidenavcntact .offertform {
  transition: all 0.4s ease;
}
#sidenavcntact #sidkontakt {
}
.offertform form .g-recaptcha iframe {
height: 85px;
}
.offertform form .g-recaptcha > div {
height: auto;
}
@media(max-width: 320px) {
  #sidenavcntact {
  display: none;
  }
}
.tws-mini-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-info .tws-mini-cart--header-cart-img::before{
  color:#fff !important;
}
@media (max-width: 768px) {
  .sa-header-row-1-inner {
  display:flex;
  align-items:center !important;
  }
  .fabrikk--header .slot--header-favorites .tws-favorite-list--header-favorite-button {
  font-size:34px !important;
  }
  .sa-logo {
  margin-top:0px;}
  .slot--custom-cart {
    margin-left: auto;
    margin-right: 20px;}
  .fabrikk--header-right {
  top:15px;
  bottom:auto;}
  .tws-top-menu--controls {
  display:none !important;}
  #sidenavcntact #sidkontakt {
    visibility: hidden;
}

  .tws-article-introduction--read-more a{
 		font-size:13px !important; 
  }
}
 /* .tws-articlegroups .tws-list--grid-item .caption, .tws-articlegroups .tws-list--grid-item .thumbnail {
  background-color:#fbd900;
    border:2px solid #fbd900;
  color: #000 !important;
    font-weight: 500;
  font-size:14px;}*/

.tws-articlegroups .tws-list--grid-item .caption, .tws-articlegroups .tws-list--grid-item .thumbnail {
  color: #000 !important;
    font-weight: 500;
  font-size:14px;
    border: none;
    margin:0;
}

.startpage .tws-articlegroups-title > div > .tws-util-heading--heading {

    font-size: 30px;
    color: #3642B3;
    letter-spacing: 0;
}
.tws-articlegroups .tws-list--grid-item  {position:relative;}
.tws-articlegroups .tws-list--grid-item .caption {
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:transparent;
  display: flex;
  align-items: center;
}

.tws-articlegroups .tws-list--grid-item .caption h3 a{
    color:#fff;text-shadow:0px 0px 5px rgba(0,0,0,0.7);
    font-size:18px;font-weight:bold;
}

.startpage .tws-articlegroup-list--grid-img-wrapper * {border-radius:10px!important;}

a.ytp-impression-link {
display:none;
}
.fabrikk--top-bar {
z-index:3 !important;
}
.tws-article-filter>div:first-of-type {
z-index:auto !important;}

.tws-article-list--article-name .tws-util-heading--heading a, .tws-article-list--article-name a {
	text-transform: none;
  min-height:82px;
}
li.tws-top-menu-item-2 ul.dropdown-menu.mega-menu.tws-top-menu--mega-menu {
	display:none;
}
.fabrikk--footer .row-call a {
  color:#fff !important;
}
.fabrikk--footer .row-call a:hover {
  color:rgb(252, 217, 0) !important;
}
.fabrikk--footer .row-call h2 {
text-align:center;
font-weight:700;}






/*video*/


.videobg{position:relative;}
.videobg .video-container:before {
  content:"";
  background:rgba(0,0,0,0.5);
  z-index:9;
}
.video-container{
  width: 100vw; 
  height: 100vh; 
}

.video-container iframe,
  .video-container:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

#text{
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe,
  .video-container:before {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-container iframe,
  .video-container:before{
    width: 177.78vh;
  }
}
.startpage .tws-container--tws-custom-html:last-of-type{
  overflow:hidden;
    margin: 0;
    padding: 0;
}
.startpage .tws-container--tws-custom-html:last-of-type,
.startpage .tws-container--tws-custom-html:last-of-type .tws-custom-html--content,
.videobg {
    position: relative;
    max-height: 550px;
}
	.cintent {
    max-width: 1170px;
    z-index: 10;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
	.cintent h1 {
		font-size: 32px;
		color: #fff !important;
		font-family: "Open Sans", sans-serif;
	}
	.cintent h2 {
		margin-top: -10px !important;
		font-size: 32px;
		color: #fcd900 !important;
		font-family: "Open Sans", sans-serif;
	}
	.cintent .video-btn {
	background: #3642B3 !important;
    color: #fff !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 10px 15px !important;
	}
	.cintent .video-btn a {
		color: #fff !important;
		text-decoration: none !important;
	}
#footer .f-container  {
  max-width:1200px !important;
  margin-left:auto;
  margin-right:auto;
}
.fabrikk .fabrikk--component-container .tws-container--tws-custom-html:first-child{
  width:100%;
  padding:0px !important;
}
.fabrikk--top-bar-right .slot--top-bar-vat,
.fabrikk .fabrikk--component-container .tws-container--tws-content-box:first-child{
display:none !important;}



.tws-login--login:before {
    font-family:"FontAwesome";
    content:"\f007";
    margin-right:5px;
    font-size:18px;
}
.sa-usps ul{
	display:flex!important;
	align-items:center!important;
}
  .startpage .tws-articlegroups-title > div > .tws-util-heading--heading {display:block!important;
text-transform:none;font-weight:bold;}

.flex.lightblue .text h4 {color:#333;font-weight:bold;letter-spacing:0;}
.flex.lightblue {background:#e0ebf1;color:#333;}

.flex {display:flex;align-items:center;max-width:1200px; margin:0 auto;flex-wrap:wrap;}
.narrow {max-width:960px;margin:0 auto;}
.flex .text {width:50%;text-align:left;}
.flex .image {width:50%;text-align:center;}



.btn-blue {
    background:#3642B3!important;
    color:#fff!important;
    margin-left:10px;
}

.btn-white {
    background:#fff!important;
    color:#3642B3!important;
    margin-left:10px;
}
.btn-transparent {
    border:1px solid #fff!important;
    background:transparent!important;
    color:#fff!important;
    margin-right:10px;
}


  .flex .text {width:100%;text-align:center;}
  .flex .image {width:100%;text-align:left;}
.sa-header-row-2 {
    background: #3642B3;
    color: #3642B3;
    font-size: 13px;
    font-weight: 600;
    border-top: 1px solid #ddd;
}
  .navbar-collapse  li,.navbar-collapse  li a {color:#fff!important;}
}

.prefoot .sa-footer-row-2-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom:10px;
  font-size:24px;
  font-weight:700;
  background-color: #FF500A;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.btn:hover {
  background-color: #FF7F4C;
  color: #fff;
}

.fa-phone {
  font-size: 24px;
  margin-right: 10px;
}
.telefon a {color:#fff;font-size:24px;font-weight:700;text-transform:uppercase;}

.prefoot .lead p {
  font-size: 15px;
  font-weight:700;
  text-transform:uppercase;
}
.prefoot .telefon  {
  font-weight: 300;
}
.telefon a:hover {color:#FF500A!important;}

.prefoot .col-sm-4,.prefoot p {margin:0;}

.prefoot .telefon span {
  font-size:18px;font-weight:bold;text-transform:uppercase;
}

.newsl p {font-size: 16px;font-weight:700;text-transform: uppercase;color: #FF6629;margin-bottom: 10px;}


/* Nedan gör att produktgruppsbilderna blir avlånga i desktop-läge */
/*@media screen and (min-width:769px) {
.articlegroup .tws-list--grid-item {min-height:374px;}
}
/* Ovan gör att produktgruppsbilder blir avlånga i desktop-läge */

@media screen and (max-width:768px) {
  .articlegroup .tws-list--grid-item {min-height:285px;}

  .startpage .utvalda-artiklar {}
  .startpage .tws-articlegroups {}
.prefoot .sa-footer-row-2-inner .col-sm-4 {
  margin:10px 0px;
}
  .tws-article-list--list .tws-list--type-grid .tws-api-price, .tws-article-search-page--list .tws-list--type-grid .tws-api-price {
    flex-direction: column-reverse;
}
  .tws-article-list--list .tws-list--type-grid .tws-api-price .tws-api--price-regular, .tws-article-search-page--list .tws-list--type-grid .tws-api-price .tws-api--price-regular {
    text-align: left;
    margin-left: 0px;
}
  .startpage h2 {
    font-size: 20px!important;
   
}
  .tws-articlegroups .tws-list--grid-item .caption h3 a {
    font-size: 14px!important;
}
  .row.prefoot {margin:0!important;}
.fabrikk .fabrikk--component-container .tws-container--tws-custom-html.hero:first-child {
    padding: 10px !important;
}
.prefoot .sa-footer-row-2-inner {
  justify-content: center;
  align-items: center;
}
  }


.startpage h2 {
    font-size: 30px;
    color: #3642B3;
    letter-spacing: 0;
   display: block!important;
    text-transform: none;
    font-weight: bold;
}
.modal-footer button {margin-bottom:0!important;}

#tillbaka  {
            margin-top: auto;
  					width:30%;
  				background-color:rgba(43, 94, 147, 0.56);
  padding-top:14px;
  padding-bottom:14px;
  border:none; 
  color:white;
  font-weight: 700; 
  text-transform: uppercase; 
  font-size:16px;
  border-radius:10px;
        }
.guideButton {
  padding-top:14px;
  padding-bottom:14px;
  border:none; 
  width:80%;
  margin-left:auto;
  margin-right:auto;
  background-color:#3642B3;
  color:white;
  font-weight: 700; 
  text-transform: uppercase; 
  font-size:16px;
  border-radius:10px;
}
.guideButton:hover{
  color:#fcd900;
}
#tillbaka:hover{
  color:#fcd900;
}

.tws-article-attributes{
  display:none;
}
#more { 
  position:relevant;
  color:green;
z-index:9999;
  background-color:yellow;
}
.articlegroup-6999885 .tws-article-filter--filter-control-container{
  display:none;
}

.articlegroup-5956077 .tws-article-filter--filter-control-container{
  display:none;
}

 .articlegroup .tws-list--grid-item {min-height:50px;}

@media screen and (max-width:767px) {
  
.fa-heart-o{
  margin-top:20px;
  color: #3642B3;
  }
}






/*.tws-article-list--list .tws-list--type-grid .tws-api-price .tws-api--price-current, .tws-article-search-page--list .tws-list--type-grid .tws-api-price .tws-api--price-current,.tws-article-list--article-name a {
    font-weight: normal!important;
}*/

.modal-footer button {margin-bottom:10px!important;background: #3642B3 !important;color: #fff!important;border:2px solid #3642B3!important;}
.modal-footer button:hover,
.modal-footer button:focus{margin-bottom:0!important;background: #fff !important;color: #3642B3!important;border:2px solid #3642B3!important;}

.col-sm-4 a:hover{
color:white;}
.col-sm-4 a{
color:white;}


.herotitle{
  font-size:64px !important;
  font-family:'ABeeZee' !important;
  max-width:1100px;
  font-weight:bold;
    text-align:center !important;
  color:white !important;
}
.herobig{
    background: url("https://cdn.abicart.com/shop/ws0/64300/files/designfiler/HeroImgPeople1.png?_t=1725050893") !important;
  background-size: cover !important;
background-repeat: no-repeat !important;

  height:582px !important;
  display:flex !important;
  justify-content:center !important;
  border-radius: 16px !important;
  }
.hero > .tws-custom-html--content{
    padding-top:36px !important;
      padding-left:36px !important;
      padding-right:36px !important;
}

.blockTwo{
display:flex;
justify-content:center;
margin-top: -230px;
}

.korv{
    background-color:#FFBDA3;
  filter: drop-shadow(5px 5px 0px rgba(5, 5, 0, 0.3 ));
    min-height:264px;
    display:flex;
    flex-direction:column;
    max-width:826px;
  padding-top:48px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:24px;
  border-radius:16px;
  align-items:center;
  }
.h2Hero{
  font-size:40px !important;
  font-family:'ABeeZee' !important;
  font-weight:bold !important;
  color:black !important;
  line-height:26px;
}
.h2Herotext{
  text-align:center;
  font-family: 'DM Sans' !important;
  font-size: 16px !important;
}
.fabrikk--component-container{
background-color:white !important;}

.buttonsBlockTwo{
  display:flex;
  gap: 40px;
  padding-top:12px;
}
.buttonsBlockTwo div{
  background-color: #FF500A;
  padding: 8px 24px 8px 24px;
  border-radius: 100px;
  filter: drop-shadow(5px 5px 0px rgba(3, 3, 0, 0.3 ));
}

.buttonsBlockTwo div:hover{background-color:#FE6539}

.buttonsBlockTwo div a{
  color:white;
  text-decoration:none;
  text-transform: uppercase;
  font-family:"ABeeZee" !important;
  font-weight:bold;
}


@media screen and (max-width: 768px) {
 .herotitle{
  font-size:36px !important;
  text-align:center !important;
   line-height:32px;
}
  .herobig{
    background: url("https://cdn.abicart.com/shop/ws0/64300/files/designfiler/HeroMobile.png?_t=1725051695") !important;
    background-size: cover !important;
background-repeat: no-repeat !important;
    padding-left:12px !important;
    padding-right:12px !important;
    height:264px !important;
  display:flex !important;
  justify-content:center !important;
    align-items:end !important;
  }
  .hero{
  margin-bottom:0px !important;}
  .hero > .tws-custom-html--content{
    padding-top:0px !important;
      padding-left:0px !important;
      padding-right:0px !important;
}
  
  .blockTwo{
margin-top: -30px;
}

.korv{
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  }
.h2Hero{
  font-size:20px !important;
  line-height:14px;
}
.h2Herotext{
  font-size: 14px !important;
}

.buttonsBlockTwo{
  flex-direction:column;
  width:100%;
  gap: 12px;
  padding-top:0px;
}
.buttonsBlockTwo div{
  display:flex;
  justify-content:center;
	width:100%;
  padding: 6px 24px 6px 24px;
}
  
  .slot--component-container .tws-container--tws-custom-html{
  padding:12px;}


}
}


.reco{
  max-width:776px !important;
  margin:auto;
  background-color:green;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.recotext{
    max-width:776px !important;
  margin:auto;
  font-family:'Poppins';
  font-size:24px;
  text-align:center;
  line-height:140%;
  font-weight:medium;
}
.reco-img{
  display:flex;
  justify-content:center;
  gap:16px;
  padding-top: 16px;
  padding-bottom:16px;
}
.reco-spec-img{
  width:124px !important;
  height:124px !important;
}

.reco-smalltext{
      max-width:776px !important;
margin:auto;
  text-align:center;
  font-family:"DM Sans";
  font-size:16px;
  line-height:140%;
}

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

.recotext{
  font-size:16px;
}

.reco-spec-img{
  max-width:50px !important;
  max-height:50px !important;
}
  
  .reco-img{
  max-width:100vw !important;
    gap:6px;
  }

.reco-smalltext{
  font-size:12px;
}
}

.kategorier-bla{
  display:flex;
  max-width:826px;
  gap:12px;
  margin:auto;
  margin-top:-50px;
  
}
.specifik-kategori-bla{
  max-height:56px !important;
  width:33%;
  background-color:#6676FF;
  border-radius:50px;
  filter: drop-shadow(3px 3px 0px rgba(3, 3, 0, 0.2 ));
  display:flex;
  padding: 8px 8px 8px 12px;
  gap: 8px;
  cursor:pointer;
}
.specifik-kategori-bla:hover{
  background-color:#8A96FF;
}
.kategori-bla-img{
  height:32px;
}
.kategori-bla-text{
  color: #FAFAFA;
  font-family: "Poppins";
  font-size:24px;
  font-weight:medium;
}
.kategori-bla-text:hover{
  color: #FAFAFA !important;
  text-decoration:none !important;
}
@media screen and (max-width: 768px) {
.kategorier-bla{
  gap:6px;
    margin-top:-20px !important;
  
}
.specifik-kategori-bla{
  max-height:28px !important;
  padding: 4px 4px 4px 8px;
  gap: 4px;
}
.kategori-bla-img{
  width:16px;
  height:16px;
}
.kategori-bla-text{
  font-size:12px;

}


}
  
  .tws-article-list--article-name a {

  font-size:16px !important;

}

  .startpage .tws-articlegroups-title > div > .tws-util-heading--heading{
  color: #000000;
 font-family: 'ABeeZee' !important;}
  
  .startpage h2 {
    color: #000000;
 font-family: 'ABeeZee' !important;
    padding-bottom: 5px !important;
    font-size: 22px;
  }
.tws-article-labels .tws-article-labels--label.tws-article-labels--new .tws-article-labels--label-text{
background-color:#6676FF !important;}
.tws-article-labels .tws-article-labels--label .tws-article-labels--label-text {
border-radius: 50px !important;
text-transform: capitalize !important;}
.tws-article-list--list .tws-list--list .thumbnail{
  border: 1px solid #6676FF !important;}
.tws-list--grid-item .tws-article-favoritebutton{
border: 1px solid black;
  position: absolute;
    top: 2px!important;
    right: 8px !important;}
.tws-article-list--labels{
  position: absolute;
top: 8px !important; 
left: 8px !important;}
.tws-img--contain{
      
}
.tws-article-list--list .tws-list--type-grid .tws-api-price .tws-api--price-current{
color: black;}

.tws-container--tws-custom-html.custom-heading-grey{
background-color: white !important;}



@media screen and (max-width: 768px) {
      .tws-article-list--article-name a {
  font-size:14px !important;
  }

.slot--header-favorites{
display:none !important;}}


/*---------
FAQ
*/

  .faq-section {
      max-width: 700px;
      margin: 0 auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      padding: 20px;
    }

    .faq-title {
      text-align: center;
      font-size: 28px;
      margin-bottom: 20px;
      color: #333;
    }

    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
    }

    .faq-item:last-child {
      border-bottom: none;
    }

    .faq-question {
      display: block;
      cursor: pointer;
      font-weight: bold;
      color: #3642B3;
      position: relative;
      padding-right: 20px;
    }

    .faq-question::after {
      content: "+";
      position: absolute;
      right: 0;
      transition: transform 0.3s;
    }

    input[type="checkbox"] {
      display: none;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      color: #555;
      padding-left: 10px;
    }

    input[type="checkbox"]:checked ~ .faq-answer {
      max-height: 300px;
      margin-top: 10px;
    }

    input[type="checkbox"]:checked + label::after {
      content: "-";
      transform: rotate(180deg);
    }