<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow:wght@700&amp;display=swap');

body {
    font-weight: 300;
}

@media(max-width:480px) {
	.slot--logo.tws-logo--extra-padding-when-favorites-active {
    padding: 0;
}
}

/*dölj lagersaldo i popup efter köp*/
.tws-article-stock-shipping--delivery-message {
    display: none;
}


/*linje igenom rubrik h2 snabblänkar startsida mobil*/
.tws-articlegroups-title h2 {
  overflow: hidden;
  text-align: center;
text-transform: uppercase;
font-weight: bold;
}

.tws-articlegroups-title h2:before,
.tws-articlegroups-title h2:after {
  background-color: #e1e1e1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.tws-articlegroups-title h2:before {
  right: 0.8em;
  margin-left: -50%;
}

.tws-articlegroups-title h2:after {
  left: 0.8em;
  margin-right: -50%;
}


/*Favorite button*/
.startpage .tws-article-favoritebutton--container,
.articlegroup .tws-article-favoritebutton--container  {
    top: 42px;
    right: 0px;
}

/*Redigera instagram widget*/
.tws-instagram--posts-container {
  max-width: 1400px;
margin: auto;
}


/*Hjärta favorit toppen*/
.fabrikk--header .slot--header-favorites .tws-favorite-list--header-favorite-button {
  margin-right: -3px;
font-size: 20px;
padding-top: 12px;
}

/* Hjärta favorit på artikelsida*/
.tws-article-favoritebutton {
  padding-top:0px;
}

/* Hjärta favorit på artikellista artikelgruppssida */
.tws-list--grid-item .tws-article-favoritebutton {
  background: transparent;
}

.tws-article-favoritebutton {
width: 30px;
height: 30px;
padding-top: 0px;
font-size: 18px;
color: #fafafa;
}

/*Flytta kundkorg*/
.tws-mini-cart .tws-mini-cart--header-cart-button {
  padding: 10px 20px 10px 10px;
}
  

/* Gör rea produktgrupp röd */
#top &gt; header &gt; div.slot--horizontal-menu &gt; nav &gt; div &gt; div.navbar-collapse.collapse &gt; ul &gt; li.tws-top-menu-item-4.tws-top-menu--item-4.tws-top-menu--dropdown-menu-li &gt; a {
    color: #cc0000 !important;
    font-weight: 600;
}

/* Bredare ram i toppmeny*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form.navbar-default .navbar-collapse, .navbar-default .navbar-form {
padding-left: 40px;
padding-right: 40px;
}

/*Layout på text artiklar och content*/
@media (min-width:810px) {
.text-article-layout {
  width: 800px;
  margin: auto;
  background-color: #fafafa;
  padding: 40px;
  margin-top: 0px;
  }
}

@media (min-width:810px) {
.text-article-layout p {
  font-size: 14pt;
  }
}

@media (max-width:810px) {
.text-article-layout {
  padding: 10px;
  }
}

@media (max-width:810px) {
.text-article-layout p {
  font-size: 12pt;
  }
}

/*Förminska avstånd mellan artikelgrupppstabeller*/
@media (max-width:992px) {
.tws-articlegroup-list .tws-list--grid-item .caption {
    margin-bottom: -18px !important;
}
}

/* Popup dialog nyhetsbrev */
@media (min-width: 768px) {
.modal-dialog {
margin: 100px auto;
}
}

/* Nyhetsbrev egen sida, Mailchimp formulär */
#mc_embed_signup { border: none; text-align: center; width: 100%; } /* Signup form container */

.mc-field-group { display: inline-block; } /* positions input field horizontally */

#mce-EMAIL { font-size: 1em; border: 2px solid #ABB0B2 ; color: #343434; background-color: #fff; padding: .7em 9em .7em 1em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; margin: 0; } /* Input Styles */
#mce-FNAME { font-size: 1em; border: 2px solid #ABB0B2 ; color: #343434; background-color: #fff; padding: .7em 9em .7em 1em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; margin: 0; } /* Input Styles */
#mce-LNAME { font-size: 1em; border: 2px solid #ABB0B2 ; color: #343434; background-color: #fff; padding: .7em 9em .7em 1em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; margin: 0; } /* Input Styles */

.clear { display: inline-block; } /* positions button horizontally in line with input */

.button { font-size: 1em; letter-spacing: .03em; color: #fff; background-color: #d0682c ; padding: .7em 2em; border: 2px solid #d0682c ; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; margin: 0; } /* Button Styles */

:-webkit-input-placeholder { color: #ABB0B2 ; } /* WebKit browsers */ 
:-moz-placeholder { color:&nbsp;#ABB0B2 ; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #ABB0B2 ; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #ABB0B2 ; } /* Internet Explorer 10+ */

@media (max-width: 768px) { /* positions input field and button underneath each other with 100% width for tablet and mobile */
  
.mc-field-group { display: block; max-width: 100%; }
#mce-EMAIL { padding: .7em 0 .7em 1em; width: 96%; margin: 0; }
.clear { display: block; width: 100% }
.button { width: 100%; margin: .5em 0 0 0; }
  
#mce-FNAME { padding: .7em 0 .7em 1em; width: 96%; margin: 0; }
.clear { display: block; width: 100% }
.button { width: 100%; margin: .5em 0 0 0; }

#mce-LNAME { padding: .7em 0 .7em 1em; width: 96%; margin: 0; }
.clear { display: block; width: 100% }
.button { width: 100%; margin: .5em 0 0 0; }
  
}

#mce-success-response {
  font-weight: 600;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}


/*cookie-banner botten*/
.slot--cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1500;
    width:100%
}

@media only screen and (min-width: 500px) {
    .slot--cookies {
        max-width:400px
    }
}

.slot--cookies .tws-accept-cookies {
    display:block
}

@media only screen and (min-width: 500px) {
    .slot--cookies .tws-accept-cookies {
        padding:15px
    }
}

.slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper {
    max-height: none !important;
    color: #000;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    font-size:12px
}

.slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper .col-sm-9 {
    width: 100%;
    padding: 0;
    float:none
}

.slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper .tws-accept-cookies--accept {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom:0 !important
}

.slot--cookies .tws-accept-cookies .tws-accept-cookies--wrapper .tws-accept-cookies--accept .row {
    margin: 0;
    width:100%
}

.tws-accept-cookies--accept .btn.btn-default {
    margin: 0px 80px 0px -50px;
}

/*Usp i mobil*/
@media (max-width:812px) {
.topbarmobile {
background: #2a3e44;
text-align: center;
width: 100%;
color: #fafafa ;
font-size: 10px;
padding: 10px;
}
  
.topbarmobile p{
display: inline;
}
  
.topbarmobile .fa-check-top::before {
  color: #fafafa;
  margin-left: 5px;
  margin-right: 0px;
  }
  
.tws-container--tws-custom-html.top-bar-mobile {
    padding: 0px;
}
.startpage .slot--component-container .fabrikk--component-container .top-bar-mobile {
    padding: 0px;
  margin-bottom: 0px;
  }
  
}


@media (min-width: 813px) {
.top-bar-mobile {
display: none;
}
}
/*END usp i mobil*/

/*Collapse SIZE*/
.collapsible-size label {
  display: block;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 700;
  background: url('https://shop.textalk.se/shop/ws88/48688/files/STAND_TALL/icons/plus.jpg') no-repeat left center;
  padding: 0px 0px 0px 15px;
  display: inline;
  background-size: 11px 12px;
color: #7A8E8D;
border-bottom: 2px solid #7A8E8D;
}

#size:checked +label {
  background: url('https://shop.textalk.se/shop/ws88/48688/files/STAND_TALL/icons/minus.jpg') no-repeat left center;
  padding: 0px 0px 0px 15px;
  display: inline;
  background-size: 11px 12px;
}

input#size {
    display: none;
}

.size-content {
  max-height: 0;
  overflow: hidden;
}

.size-content img {
  width: 100%;
}

input:checked ~ .size-content {
  max-height: 100%;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #e1e1e1;
}

/*End Collapse*/

/*Collapse Question*/
.collapsible-question label {
  display: block;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 700;
  background: url('https://shop.textalk.se/shop/ws88/48688/files/STAND_TALL/icons/plus.jpg') no-repeat left center;
  padding: 0px 0px 0px 15px;
  display: inline;
  background-size: 11px 12px;
color: #7A8E8D;
border-bottom: 2px solid #7A8E8D;
line-height: 2.1;
}

#question:checked +label {
  background: url('https://shop.textalk.se/shop/ws88/48688/files/STAND_TALL/icons/minus.jpg') no-repeat left center;
  padding: 0px 0px 0px 15px;
  display: inline;
  background-size: 11px 12px;
}

input#question {
  display: none;
}

.question-content {
  max-height: 0;
  overflow: hidden;
}

input:checked ~ .question-content {
  max-height: 100%;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #e1e1e1;
}

/*End Collapse*/

/*Collapse CARE - Ligger under läs mer artikelgruppen*/
.collapsible-care label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 700;
  background: url('https://shop.textalk.se/shop/ws88/48688/files/STAND_TALL/icons/plus.jpg') no-repeat left center;
  padding: 0px 0px 0px 15px;
  display: inline;
  background-size: 11px 12px;
color: #7A8E8D;
border-bottom: 2px solid #7A8E8D;
}

#care:checked +label {
  background: url('https://shop.textalk.se/shop/ws88/48688/files/STAND_TALL/icons/minus.jpg') no-repeat left center;
  padding: 0px 0px 0px 15px;
  display: inline;
  background-size: 11px 12px;
}

input#care {
  display: none;
}

.care-content {
  max-height: 0;
  overflow: hidden;
}

input:checked ~ .care-content {
  max-height: 100%;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #e1e1e1;
}

/*End Collapse*/

/*Filter*/
@media (min-width:1100px) {
.tws-article-filter:before {
   content: "Produktfilter:";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  	color: #333333;
  	padding-left: 7px;
}
}

.tws-article-filter .filter-select-name{
  color: #333333;
  letter-spacing: 0.5px;
}

.tws-article-filter--filter-control-container.above-list .filter-select-name {
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
border: 0;
padding: 12px 30px 12px 8px;
text-align: center;
background-color: #fafafa;
}

.tws-custom-page--article-list .open-filter-button {
  padding: 5px 10px;
  font-size: 19px;
  font-weight: 400;
  color: rgba(51,51,51,0.8);
  /* color: black; */
  border: 2px solid #ccc9c9;
  background: white;
  /* border: 1px solid black; */
  border-radius: 0px;
  margin-right: 20px;
  margin-top: 10px;
}

.tws-custom-page--article-list .open-filter-button:active {
  padding: 5px 10px;
  font-size: 19px;
  font-weight: 400;
  color: rgba(51,51,51,0.8);
  /* color: black; */
  border: 2px solid #ccc9c9;
  background: white;
  /* border: 1px solid black; */
  border-radius: 0px;
  margin-right: 20px;
  margin-top: 10px;
}

.tws-article-filter--active-filters-container button {
  font-weight: 200;
  border: 1px solid #d3d3d3;
  background: #f2f2f2;
  transition: none !important;
}

.tws-article-filter--active-filters-container .btn-primary:focus:hover:active {
  font-weight: 200;
  border: 1px solid #d3d3d3;
  background: #f2f2f2 !important;
  color: #736f69;
}

.tws-article-filter--active-filters-container .btn-primary:focus {
  font-weight: 200;
  border: 1px solid #d3d3d3;
  background: #f2f2f2 !important;
  color: #736f69;
}

.tws-article-filter--active-filters-container .btn-primary:active {
  font-weight: 200;
  border: 1px solid #d3d3d3;
  background: #f2f2f2 !important;
  color: #736f69;
}

.tws-article-filter--active-filters-container .btn-primary:hover {
  font-weight: 200;
  border: 1px solid #d3d3d3;
  background: #f2f2f2 !important;
  color: #736f69;
}

.tws-article-filter--sidemenu-body {
  height: auto;
}

/*Artikelfiltrering mobil*/
.filter-select-name {
       background: #fafafa;
  }
.btn.open-filter-button {
  background: #d0682c;
  width: 100%;
  border-color: #d0682c!IMPORTANT;
  border-width:2px;
  color: #FFFFFF!IMPORTANT;
  padding: 10px 20px;
  font-size:30vm;
  font-weight:bold;
  text-transform:uppercase;
  margin-left: initial;
  display:block!IMPORTANT;
    }
.tws-article-filter .btn.open-filter-button:hover {
color: #000000!IMPORTANT;
}

.btn.open-filter-button div {
display:none;
  }
 .btn.open-filter-button:after {
  content: 'Filtrera efter';
   display:inline;
 }

.tws-article-filter--sidemenu.open {
  overflow: scroll;
}

/* END Filter */


/* Avstånd på sidan */
.fabrikk--content {
padding: 10px 5px 40px;
}

/* Fullbredd produktgrupper produktlista*/
@media (min-width: 1200px) {
    .container {
        max-width: none;
        width: 100%;
    }
}

/*Varukorg*/
.slot--custom-cart {
  position: relative;
  display: inline-block;
  float: right;
  top: -10px;
}
.slot--custom-cart .tws-micro-cart a {
  height: 38px;
  line-height: 38px;
  padding-left: 5px;
  padding-right: 0px;
}
.tws-micro-cart--counter::before {
  content: url('//shop.textalk.se/shop/ws88/48688/files/STAND_TALL/Responsiv/Symboler/shopping_cart.svg');
  margin-right: 1px;
  display: block;
  width: 25px;
  height: auto;
}
.slot--custom-cart .tws-micro-cart--counter {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  padding-top: 9px;
  padding-left: 10px;
  top: 8px;
}
.tws-micro-cart--label {
  display: none;
}
.tws-micro-cart--counter {
  height: 31px;
  width: 61px;
}

@media (max-width: 767px)  {
.tws-micro-cart a {
padding-left: 5px;
padding-top: 5px;
}
}

/* Meny i mobil*/

@media (max-width: 767px) {
.tws-top-menu .navbar-nav li {
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ededed;
}
}


/*Bakgrundsfärg i menyns undergrupp*/

.tws-top-menu .navbar-nav .tws-top-menu--sub-item, .tws-top-menu .navbar-nav .tws-top-menu--sub-item:hover {
  background: #fafafa !important;
}
.dropdown-menu&gt;li&gt;a:hover, .dropdown-menu&gt;li&gt;a:focus {
   background: #fafafa !important;
}
.tws-top-menu--dropdown-menu-li .tws-top-menu--dropdown-leaf {
  background: #fafafa !important;
}

/* Avstånd meny undergrupp */
.dropdown-menu {
    padding: 0px 0px;
}

/* Sökfält*/
@media (max-width: 767px) {
.tws-mega-menu--search-bar, .tws-mega-menu--search-bar.open {
height: 40px;
}

.tws-mega-menu--search-bar .tws-article-search span {
top: 3px;
}

.tws-mega-menu--search-bar input.form-control {
height: 40px;
}
}


/*linje igenom rubrik egen html*/

.line-heading h2 {
  overflow: hidden;
  text-align: center;
text-transform: uppercase;
font-weight: bold;
width: 100%;

}

.line-heading h2:before,
.line-heading h2:after {
  background-color: #e1e1e1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.line-heading h2:before {
  right: 0.8em;
  margin-left: -50%;
}

.line-heading h2:after {
  left: 0.8em;
  margin-right: -50%;
}

/*linje igenom rubrik h1 egen html*/

.line-heading h1 {
  overflow: hidden;
  text-align: center;
text-transform: uppercase;
font-weight: bold;
width: 100%;

}

.line-heading h1:before,
.line-heading h1:after {
  background-color: #e1e1e1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.line-heading h1:before {
  right: 0.8em;
  margin-left: -50%;
}

.line-heading h1:after {
  left: 0.8em;
  margin-right: -50%;
}



/*Avstånd mellan produkter på startsidan*/
.startpage .slot--component-container .fabrikk--component-container &gt; div  .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: 10px;
}



/*NY CSS*/

/*Rubriker*/
h1 {
font-family: 'Pragati Narrow', sans-serif;
}

h2 {
font-family: 'Pragati Narrow', sans-serif;
}

h3 {
font-family: 'Pragati Narrow', sans-serif;
}

h4 {
font-family: 'Pragati Narrow', sans-serif;
}

/*textstorlek på meny*/
.tws-top-menu .navbar-nav{
font-size: 16px;
}

/* Redigera horisontell meny */
.navbar-default .navbar-nav&gt;li&gt;a {
color:#777;
}

.tws-top-menu li a {
color: #000000 !important;
}

/*Förminska meny på liten skärm*/
@media (max-width:1200px) {
.nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px 6px;
    font-size: 12px;
}
}

/*Gör ram under logotyp*/

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
border-top: 1px solid;
    }
}

/*Logo i mobil*/
@media (max-width:767px) {
.slot--logo .tws-logo {
max-width: 180px;
}
}

/*Varukorg symbol i mobil*/
@media (max-width: 767px) {
    .tws-micro-cart--counter {
        -webkit-transform: scale(1.222);
        transform: scale(1.0222);
    }
}


/*Gammal CSS*/

/*Effekter 1 skyltfönster*/
.tws-container--tws-content-box .tws-content-box--cell {
opacity: 1;
background: rgba(0,0,0,0.00);
}
.tws-container--tws-content-box .tws-content-box--cell:hover {
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
opacity: 1;
}

/*Effekter 2 skyltfönster*/
.tws-container--tws-content-box-2x .tws-content-box--cell {
opacity: 1;
background: rgba(0,0,0,0.00);
}
.tws-container--tws-content-box-2x .tws-content-box--cell:hover {
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
opacity: 1;
background: rgba(0,0,0,0.00);
}

/* nya effekter*/
.tws-container--tws-content-box .tws-content-box {
opacity: 1;
background: rgba(0,0,0,0.00);
}
.tws-container--tws-content-box .tws-content-box:hover {
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
opacity: 0.8;
}

.tws-container--tws-content-box-2x .tws-content-box {
opacity: 1;
background: rgba(0,0,0,0.00);
}
.tws-container--tws-content-box-2x .tws-content-box:hover {
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
opacity: 0.8;
}

/*Effekter 3 skyltfönster*/
.tws-container--tws-content-box-3x .tws-content-box--cell {
opacity: 1;
}
.tws-container--tws-content-box-3x .tws-content-box--cell:hover {
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
opacity: 1;
background: rgba(0,0,0,0.00);
}

/*Effekter 4 skyltfönster*/
.tws-container--tws-content-box-4x .tws-content-box--cell {
opacity: 1;
  background: rgba(0,0,0,0.25);
}
.tws-container--tws-content-box-4x .tws-content-box--cell:hover {
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
opacity: 1;
background: rgba(0,0,0,0.00);
}


.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;
}
.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;
}
.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;
}
.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;
}
/*1 fönster*/
.slot--component-container .tws-container--tws-content-box .tws-content-box--first-line {
  font-size: 20px;
font-style: italic;
letter-spacing: 2px;
  font-weight: 100;
  padding: 30px;
  padding-top: 10px;
padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
background: rgba(0,0,0,0.45);
width: 450px;
}
.slot--component-container .tws-container--tws-content-box .tws-content-box--second-line {
  font-size: 25px;
letter-spacing: 2px;
text-transform: uppercase;
line-height: 1;
  padding: 15px;
  font-weight: bold;
  display: inline-block;
background: rgba(0,0,0,0.45);
width: 450px;
}
.tws-container--tws-content-box .tws-content-box--third-line {
  font-size: 13px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  line-height: 5px;
  padding: 10px;
  margin-top: 0px;
  font-weight: 100;
padding-bottom: 30px;
width: 300px;
background: rgba(0,0,0,0.45);
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tws-container--tws-content-box .tws-content-box--third-line:hover {
  background: #ffffff;
  color: #666666;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* 1 fönster i mobil */
@media (max-width: 767px) {
    .slot--component-container .tws-container--tws-content-box .tws-content-box--first-line {
        font-size: 12px;
font-style: italic;
letter-spacing: 2px;
  font-weight: 100;
  display: inline-block;
background: rgba(0,0,0,0.45);
width: 80%;
    }
}

@media (max-width: 767px) {
    .slot--component-container .tws-container--tws-content-box .tws-content-box--second-line {
  font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
padding: 10px;
line-height: 1;
  font-weight: bold;
  display: inline-block;
background: rgba(0,0,0,0.45);
width: 80%;
    }
}


/*2 fönster*/
.slot--component-container .tws-container--tws-content-box-2x .tws-content-box--first-line {
  font-size: 26px;
text-transform: uppercase;
letter-spacing: 2px;
  padding: 15px;
  font-weight: 100;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  line-height: 27px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); 
}
.slot--component-container .tws-container--tws-content-box-2x .tws-content-box--second-line {
  font-size: 25px;
letter-spacing: 2px;
text-transform: uppercase;
  padding: 30px;
  padding-top: 3px;
padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  display: inline-block;
width: 300px;
background: rgba(0,0,0,0.0);
border: 1px solid #ffffff;
}

.slot--component-container .tws-container--tws-content-box-2x .tws-content-box--second-line:hover {

}

.tws-container--tws-content-box-2x .tws-content-box--third-line {
  font-size: 13px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  line-height: 5px;
  padding: 10px;
  margin-top: 0px;
  font-weight: 100;
padding-bottom: 30px;
width: 300px;
background: rgba(0,0,0,0.45);
}

/* 2 fönster i mobil */
@media (max-width: 767px) {
    .slot--component-container .tws-container--tws-content-box-2x .tws-content-box--first-line {
  font-size: 16px;
width: 80%;
    }
}

@media (max-width: 767px) {
    .slot--component-container .tws-container--tws-content-box-2x .tws-content-box--second-line {
  font-size: 16px;
width: 80%;
    }
}

/*3 fönster*/
.slot--component-container .tws-container--tws-content-box-3x .tws-content-box--first-line {
  font-size: 34px;
  padding: 15px;
  font-weight: 100;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  line-height: 27px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}
.slot--component-container .tws-container--tws-content-box-3x .tws-content-box--second-line {
  font-size: 18px;
  padding: 20px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 100;
font-style: italic;
letter-spacing: 2px;
}
.tws-container--tws-content-box-3x .tws-content-box--third-line {
  font-size: 13px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  line-height: 15px;
  padding: 10px;
  margin-top: 0px;
  font-weight: 100;
}
/*4 fönster*/
.slot--component-container .tws-container--tws-content-box-4x .tws-content-box--first-line {
  font-size: 23px;
  padding: 15px;
  font-weight: 300;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  line-height: 27px;
}
.slot--component-container .tws-container--tws-content-box-4x .tws-content-box--second-line {
  font-size: 23px;
  padding: 23px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 100;
}
.tws-container--tws-content-box-4x .tws-content-box--third-line {
  font-size: 13px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  line-height: 15px;
  padding: 10px;
  margin-top: 0px;
  font-weight: 100;
  background-color: rgba(206,62,128,0.7);
}

/*Dölj content-innehåll på engelska sidan */
html[lang="en"] li.hidden-xs.tws-top-menu--dropdown-menu-li.tws-top-menu--item-7.tws-top-menu-item-7  {
display: none;
}

/*Artiklar content sida - redigera rubrik */
.customPageHtml h1 {
line-height: 1.0;
margin: 0 0 8px;
text-transform: uppercase;
}
.customPageHtml h1 a {
color: #000000;
}

.customPageHtml h2 {
line-height: 1.2;
margin: 0 0 8px;
text-transform: uppercase;
}
.customPageHtml h2 a {
color: #000000;
}

/* Radavstånd rubrik på egen htlml-sidor*/
.slot--article-group-custom-field .customPageItem.customPageHtml.ng-scope h2 {
line-height: 1.0;
margin: 0 0 8px;
text-transform: uppercase;
}

.slot--article-group-custom-field .customPageItem.customPageHtml.ng-scope h3 {
line-height: 1.0;
margin: 0 0 8px;
}

/*Döljer undergrupper nivå två på en särskilt menyval*/
li.hidden-xs.tws-top-menu--dropdown-menu-li.tws-top-menu-item-6.tws-top-menu--item-6.dropdown .tws-top-menu--dropdown-submenu:hover &gt; .dropdown-menu {

}

/* Döljer pilarna i undergrupp nivå två på ett särskilt menyval */
li.hidden-xs.tws-top-menu--dropdown-menu-li.tws-top-menu-item-6.tws-top-menu--item-6.dropdown .tws-top-menu--dropdown-submenu &gt; a::after {
  
}

/* Gridden till undergrupper */

.tws-article-list--list .tws-list--list .thumbnail, 
.tws-article-search-page--list .tws-list--list .thumbnail {
   border: 1px solid #efefef;
}
.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, 
.tws-article-list--list .tws-list--type-carousel .tws-article-list--product-image, 
.tws-article-search-page--list .tws-list--type-carousel .tws-article-list--product-image {
    border: none;
}

.tws-article-list--list .tws-list--type-grid .tws-api-price, 
.tws-article-search-page--list .tws-list--type-grid .tws-api-price, 
.tws-article-list--list .tws-list--type-carousel .tws-api-price, 
.tws-article-search-page--list .tws-list--type-carousel .tws-api-price {
    font-size: 16px;
}
.tws-article-list--article-name .tws-util-heading--heading {
    font-size: 16px;
}

.tws-articlegroups .thumbnail {
    border-radius: 0px;
    border: none;
margin-bottom: 0px;
}

.tws-articlegroups .tws-list--grid-item .caption a {
font-size: 14px;
font-weight: bold;
border: none;
}

.tws-articlegroups .tws-list--grid-item .caption {
padding: 0px;
}

.slot--component-container .tws-container--tws-articlegroups {
padding: 0px;
}

.tws-articlegroups .tws-list--grid-item .caption a {
    color: #fff;
}

tws-util-heading.tws-util-heading.tws-articlegroup-list--article-name h3 a {
    color: #fff!important;
}

/* Knapp info*/
.btn-info {
border: 1px solid #000000;
border-radius: 0px;
background: #ffffff;
color: #000000;
text-transform: uppercase;
letter-spacing: 1px;
padding: 10px 15px 8px 15px;
transition: 0.3s;
}

.btn-info:hover {
border: 1px solid #9d9d9d;
background-color: #e6e6e6;
color: #000000;
text-decoration: none;
}

@media (max-width: 767px) {
.btn-info {
font-size: 14px;
}
}

/*Usp på förstasidan egen html*/
div.row-usp-html {
font-style: italic;
letter-spacing: 1px;
color: #717171;
}

/* redigera usb endast i mobil */
@media (min-width: 813px) {
    .uspmobil {
        display: none;
    }
}

/* redigera sidhuvud i mobil */
@media (max-width: 813px) {
    .slot--top-bar-html {
    display: none;
    }
}



/* Ta bort ram över menyn*/
.navbar {
 border: none;
}

/* Rubrik framhävda artikelgrupper på startsidan*/
tws-util-heading.tws-articlegroups--title.tws-articlegroups-title.ng-scope.ng-isolate-scope.tws-util-heading {
text-transform: uppercase;
width: 280px;
border-bottom: 2px solid #afafaf;
text-align: center;
margin-left: auto;
margin-right: auto;
height: 35px;
margin-bottom: 30px;
margin-top: 30px;
font-size: 22px;
}

/* Framhävda artikelgrupper på startsidan*/
.tws-articlegroups .caption {
background: #2a3b44;
padding: 10px 9px;
border-radius: 0px;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-flex-grow: 2;
flex-grow: 2
}

.tws-articlegroups .caption a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.tws-articlegroups .caption a:hover {
    text-decoration: underline;
}





/*Visa endast framhävda artikelgrupper i mobil*/
@media (min-width: 767px) {
    .slot--component-container .tws-container--tws-articlegroups {
        display: none;
    }
}

/*Visa endast en usp i mobil*/
@media (max-width: 767px) {
    .usp-hide {
        display: none;
    }
}



/* Meddelandefält med ned i Specter */
div.tws-checkout--custom-fields .schema-form-textarea #comment,
div.tws-checkout--custom-fields .schema-form-textarea [for="comment"],
div.tws-checkout--custom-fields .schema-form-textarea #comment + span.help-block {
    display: block;
}

/* Ta bort ramar 1 juni*/

.using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover,
.using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover {
    border: 0px solid #e6e6e6;
    border-radius: 0px;
   padding: 0px;
  margin: 0px;
}

.using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover tws-img,
.using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover tws-img {
    border: none;
    padding: 0px;
}

.using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover .tws-article-labels,
.using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover .tws-article-labels {
    margin-top: 0px;
    margin-left: 0px;
}

.using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text,
.using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text {
    padding: 10px 4px;
}

/*Ta bort ramar på artikelbilder i artikellista */

/*NY 19nov fabrikk 1.6*/
.tws-article-list--list .tws-list--list .thumbnail, .tws-article-search-page--list .tws-list--list .thumbnail {
  border: none;
}

.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: 1px solid #e6e6e6;
  border-radius: 0px;
}

.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-radius: 0px;
padding: 0px;
}
 /* Ta bort ramar och centrera pris och produktnamn på artikelbilder startsida */
.slot--component-container .tws-container--tws-articles-two .tws-article-list--product-image {
  border: 1px solid #d2d2d2;
}

/*Plupparna på artikel karusell startsida*/
.slick-dots {
    bottom: -5px;
}

.slick-dots li button:before {
    font-size: 12px;
}

/*Justar text på startsidan*/

.slot--component-container .tws-container--tws-articles-two .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%;
}

.slot--component-container .tws-container--tws-articles-two .tws-article-list--article-name {
  text-align: left;
}

/*Priser på artikelsida*/
.tws-article-price, .tws-horizontal-flip-list--price {
    padding-top: 10px;
    padding-bottom: 10px;
}



/* Centrera priser 1.4*/

.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 {
    
}

/* artikelnamn i artikellista*/
.tws-article-list--article-name a {
    color: #4c4c4c;
}

/*Fullbreddsartikel*/

.tws-article-display .tws-article-description::before {
    display: none;
}

/* Artikelsida*/

/*Dölj attribut på aritkelsida*/

.tws-article-attributes ul {
display: none;
}

/* artikelnamn i artikelsida*/
.tws-article-name h1 {
line-height: 1.3;
font-weight: bold;
letter-spacing: 0px;
}

/* Klarna widget på artikelsida*/
.klarna-widget-frame {
height: 50px;
}

/*Produkttext artikelsida */
.fabrikk--article .fabrikk--article-top, .fabrikk--article .fabrikk--article-section {
   padding-bottom: 0px;
}

/* Linje genom rubrik till produkttext */
.slot--article-description .tws-article-description--heading {
  overflow: hidden;
  text-align: center;
}

.slot--article-description .tws-article-description--heading:before,
.slot--article-description .tws-article-description--heading:after {
  background-color: #e1e1e1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.slot--article-description .tws-article-description--heading:before {
  right: 0.8em;
  margin-left: -50%;
}

.slot--article-description .tws-article-description--heading:after {
  left: 0.8em;
  margin-right: -50%;
}

/* Avstånd ovan produkttext artikelsida*/
.fabrikk--article .fabrikk--article-links {
margin-bottom: 0px;
}

/* END Artikelsida */

/* Ny börjar*/

/*Redigera rea-symbol startsida*/
.using-mouse .tws-articles-two--article:hover {
    border: none;
    margin: 0px;
    padding: 0px;
}

.using-mouse .tws-articles-two--article:hover tws-img {
    border: none;
    padding: 0px;
}

.using-mouse .tws-articles-two--article:hover .tws-article-labels {
    margin-top: 0px;
    margin-left: 0px;
}

.using-mouse .tws-articles-two--article:hover .tws-article-labels--label .tws-article-labels--label-text {
    padding: 12px 3px;
}

/* Regiera reasymbol alla andra sidor*/

.using-mouse .tws-article-list .tws-list--type-grid &gt; .row .thumbnail:hover,
.using-mouse .tws-article-search-page--list .tws-list--type-grid &gt; .row .thumbnail:hover {
    border: none;
    margin: 0px;
    padding: 0px
}

.using-mouse .tws-article-list .tws-list--type-grid &gt; .row .thumbnail:hover tws-img,
.using-mouse .tws-article-search-page--list .tws-list--type-grid &gt; .row .thumbnail:hover tws-img {
    border: none;
    padding: 0px;
}

.using-mouse .tws-article-list .tws-list--type-grid &gt; .row .thumbnail:hover .tws-article-labels,
.using-mouse .tws-article-search-page--list .tws-list--type-grid &gt; .row .thumbnail:hover .tws-article-labels {
    margin-top: 0px;
    margin-left: 0px;
}

.using-mouse .tws-article-list .tws-list--type-grid &gt; .row .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text,
.using-mouse .tws-article-search-page--list .tws-list--type-grid &gt; .row .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text {
    padding: 12px 3px;
}

.using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text,
.using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text {
  padding: 12px 3px;
}

.using-mouse .tws-article-list .tws-list--type-grid &gt; .row .thumbnail:hover, .using-mouse .tws-article-search-page--list .tws-list--type-grid &gt; .row .thumbnail:hover {
border: none;
margin: 0px;
padding: 0px;
}

/* Redigera reasymbol*/

.tws-article-labels .tws-article-labels--label .tws-article-labels--label-text {
    padding: 15px 4px;
border-width: 1px;
border-style: solid;
border-radius: 30px;
}

.using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text, .using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text  {
    padding: 15px 4px;
border-width: 1px;
border-style: solid;
border-radius: 30px;
}

.tws-article-list--labels {
  top: 15px;
}

@media (max-width: 767px) {
    .tws-article-labels .tws-article-labels--label .tws-article-labels--label-text {
padding: 8px 3px;
border-width: 1px;
border-style: solid;
border-radius: 30px;
font-size: 10px;
letter-spacing: -1px;
    }

  .using-mouse.not-ie .tws-article-list--list .tws-list--list .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text, .using-mouse.not-ie .tws-article-search-page--list .tws-list--list .thumbnail:hover .tws-article-labels--label .tws-article-labels--label-text {
padding: 8px 3px;
border-width: 1px;
border-style: solid;
border-radius: 30px;
font-size: 10px;
letter-spacing: -1px;
}
  
  .tws-article-list--labels {
    top: 5px;
}
}

/* Leveransland och företag i kassan */

.tws-checkout-shortcuts {
margin-top: 30px;
padding: 10px 20px 10px 20px;
border-bottom: 1px solid #f6f6f6;
text-align: left !important;
}

.tws-checkout-shortcuts--purchase-as {
    display: none;
}

.tws-checkout-shortcuts--ship-to {
    font-size: 14px;
}

.tws-checkout-shortcuts--ship-to a {
    font-size: 16px;
font-weight: bold;
}

/*--Kassa NY--*/
.fabrikk--cart h2:first-child, .fabrikk--summary h2, .fabrikk--checkout-method h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  color: #000000;
  border-bottom: 2px solid;
}
.tws-checkout--checkout-heading {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  color: #000000;
}
.tws-checkout .tws-checkout--payment-methods-list .list-group-item .list-group-item-heading {
  font-size: 14px;
}
.tws-checkout--radio .btn-default {
  border-radius: 0px;
   border: 1px solid #a9a9a9;
}
.tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active {
  border-radius: 0px;
  border: 1px solid #a9a9a9;
}
.fabrikk--cart {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.fabrikk--cart, .fabrikk--checkout-method {
  padding: 15px;
}
.tws-checkout-shortcuts {
  text-align: center;
  font-weight: 600;
}
.tws-checkout-back-button button {
  border: 0px;
  font-size: 13px;
  background: #a9a9a9;
}
.tws-checkout-back-button button:hover {
  background: #6b6b6b;
}
.tws-checkout-back-button button:hover .tws-checkout-back-button--text {
  color: #fff;
}
.tws-checkout-back-button--text {
  color: #fff;
}
.slot--checkout-introduction-text {
  padding: 15px;
  font-size: 15px;
  background: #2a3e44;
  color: #fff;
}
.slot--shipping-notice .tws-free-shipping-notice--wrapper {
  border-radius: 0px;
  background: #6b6b6b;
  color: #fff;
  font-size: 14px;
}
.slot--checkout-cart .tws-discount-field .tws-discount-field--enter-discount-btn {
  font-size: 16px;
  text-transform: none;
  padding-left: 15px;
  border: 1px solid #a9a9a9;
  border-radius: 0px;
  color: #a9a9a9;
}
.slot--checkout-cart .tws-discount-field .tws-discount-field--add {
  border-radius: 0px !important;
  border: 1px solid #a9a9a9;
  background: #a9a9a9;
}
.slot--checkout-cart .tws-discount-field .tws-discount-field--add .ladda-label {
  color: #fff !important;
}

/*Knappar*/
a.btn-default:hover, a.tws-articles-connected--show-more-button:hover, a.tws-articles--show-more-button:hover, a.tws-checkout--address-lookup-btn:hover, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active:hover, a.tws-newsletter-subscribe--subscribe-button:hover, .slot--my-pages-logout div.tws-login a:hover, .btn-default:hover, .tws-articles-connected--show-more-button:hover, .tws-articles--show-more-button:hover, .tws-checkout--address-lookup-btn:hover, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active:hover, .tws-newsletter-subscribe--subscribe-button:hover, .slot--my-pages-logout div.tws-login a:hover {
border-radius: 0px;
border: 1px solid #000000;
}

a.btn-default, a.tws-articles-connected--show-more-button, a.tws-articles--show-more-button, a.tws-checkout--address-lookup-btn, .tws-checkout--radio a.btn-default, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active, a.tws-newsletter-subscribe--subscribe-button, .slot--my-pages-logout div.tws-login a, .btn-default, .tws-articles-connected--show-more-button, .tws-articles--show-more-button, .tws-checkout--address-lookup-btn, .tws-checkout--radio .btn-default, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active, .tws-newsletter-subscribe--subscribe-button, .slot--my-pages-logout div.tws-login a {
border-radius: 0px;
border: 1px solid #000000;
}

.btn-primary {
  background: #d0682c;
  border-radius: 5px;
  color: #ffffff;
  border-bottom: 0px;
  border: 1px solid #d0682c;
}
.btn-primary:hover {
  background: #d0682c;
  border-radius: 5px;
  color: #ffffff;
  border-bottom: 0px;
  border: 1px solid #d0682c;
}

.btn-warning {
  background: #d0682c;
  border-radius: 0px;
  color: #ffffff;
  border-bottom: 0px;
  border: 0px;
  border-radius: 0px
}
.btn-warning:hover {
  background: #2a3e44;
  border-radius: 0px;
  color: #ffffff;
  border-bottom: 0px;
  border: 0px;
}

/* Bakgrundsfärg i kassa*/
.cart .fabrikk--content-container, .checkout .fabrikk--content-container {
    background: #f6f6f6;
}

/* rabattkod knapp i kassa*/
.btn.btn-default.tws-discount-field--add.ladda-button {
background-color: #000000;
}

/*Linje genom rubriker på samlade artiklar förstasida */

.tws-articles-two--heading h2 {
  overflow: hidden;
  text-align: center;
text-transform: uppercase;
font-weight: bold;

}

.tws-articles-two--heading h2:before,
.tws-articles-two--heading h2:after {
  background-color: #e1e1e1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.tws-articles-two--heading h2:before {
  right: 0.8em;
  margin-left: -50%;
}

.tws-articles-two--heading h2:after {
  left: 0.8em;
  margin-right: -50%;
}


/*Fullbredd bildspel */

.fabrikk--start-page .tws-container--tws-custom-html, .fabrikk--start-page .tws-container--tws-articles-connected, .tws-container--tws-articlegroups, .tws-container--tws-article-display, .tws-container--tws-articles, .tws-container--tws-articles-two {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.slot--component-container .tws-container--tws-content-box, .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, .fabrikk--start-page .tws-container--tws-newsletter-subscribe {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* Trustpilot*/

.tws-container--tws-trustpilot {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 0px;
padding: 0px 15px;
}

.rebranding .tp-widget-wrapper {
margin: 0px;
}

/*Redigera Fullbredd Startsida*/
.startpage .fabrikk--content-wrapper {
    width: 100%;
    padding: 0px;
}

.startpage .fabrikk--content {
    max-width: none;
}

.fabrikk--start-page .tws-container--tws-custom-html,
.fabrikk--start-page .tws-container--tws-articles-connected, .tws-container--tws-articlegroups,
.tws-container--tws-article-display, .tws-container--tws-articles {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Tidigare CSS:en*/

/*Centrera priser*/
.tws-article-list .tws-list--type-grid .tws-api--price-current {
    justify-content: center;
}

.tws-articles-two .tws-api-price .tws-api--price-current,
.tws-articles-two .tws-api-price .tws-api--price-regular {
justify-content: center;
}

/* Header */
.fabrikk--header-wrapper {
padding: 11.5px 0;
height: 40px;
}

/*Topprad*/
.fabrikk--top-bar-wrapper {
  text-align: center;
  height: 20px;
    width: 100%;
}

/*-Topprad-*/
.fabrikk--top-bar {
  background: #fafafa;
  border-bottom: 1px solid #ebebeb;
}
.slot--top-bar-html {
  color: #333333;

}
.slot--top-bar-html .usp {
  font-size: 12px;
  text-transform: uppercase;
  border-right: 1px solid #a4a4a4;
  padding-right: 10px;
  padding-left: 10px;
}
.fa-check-top::before {
 content: "\f00c";
  font-size: 15px;
  margin-right: 5px;
  color: #3f3f3f;
}

/* Redigera topprad höger */
.fabrikk--top-bar-right {
    top: 8px;
    position: absolute;
    right: 26px;
}
.fabrikk--top-bar-right a {
color: #565656;
font-weight: bold;
}

.fabrikk--top-bar-right a:hover {
color: #565656;
font-weight: bold;
}

.fabrikk--top-bar-right .btn {
color: #565656;
font-weight: bold;
}

.slot--top-bar-vat {
 color: #565656; 
 font-weight: bold;
}

/*Dölj målgruppsväljare namn i mobil */
.modal-header {
  display:none;
}

/*Dölj topprad i mobil*/

@media (max-width: 812px) {
.fabrikk--top-bar {
display: none;
}
}

/*END topprad*/

/* Valuta/språk i mobilmeny*/
.tws-top-menu .tws-top-menu--controls .tws-audience-selector {
  color: #565656; 
 font-weight: bold;
}


/* Textbanner*/
#texbar-button {
    display: inline-block;
    padding: 12px 14px;
    border-radius: 0px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 1em;
    line-height: 16px;
    cursor: pointer;
text-transform: uppercase;
}

/*Textbanner i mobil*/
@media (max-width: 812px) {
#texbar {
font-size: 12px;
}
#texbar span {
  line-height: 1.42857143;
  margin-top: 8px;
  padding: 8px 0;
}
  
#texbar-button {
display: inline-block;
padding: 5px 10px;
border-radius: 0px;
margin-left: 10px;
text-decoration: none;
font-size: 1em;
line-height: 16px;
}
}

/*Dölj krysset i textbannern*/
.tws--texbar-hide {
display: none;
}

/* Logo-plats startsida*/
.slot--logo .tws-img--image {
    height: auto !important;
    width: auto !important;
    padding: 0 0 px;
}

.slot--logo .tws-logo img {
    margin: 0 auto;
    max-width: auto;
    max-height: 50px;
  	margin-top: 10px;
}

/* Fri frakt-meddelande startsida */
.slot--shipping-notice {
    text-transform: uppercase;
    font-size: 14px;
font-weight: bold;
color: #5c5c5c;
border: solid 1px;
}

/* Nyhetsbrev Startsida siggnup */

.tws-container--tws-newsletter-subscribe.ng-scope.nyhetsbrev {
    background-color: #f2f2f2;
}
.tws-newsletter-subscribe--before-sending {
  display: inline;
}
.tws-newsletter-subscribe--html-before {
  margin-bottom: 0px;
  max-width: 100%;
  text-align: center;
}
.tws-newsletter-subscribe--html-before h2 {
  font-size: 20px;
  margin-bottom: 0px !important;
}
.tws-newsletter-subscribe--form-wrapper {
  padding: 30px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #2a3e44;
}
.slot--component-container .tws-container--tws-newsletter-subscribe .form-inline .form-group {
  padding-left: 30px;
  padding-top: 25px;
}
.slot--component-container .tws-container--tws-newsletter-subscribe .input-group .form-control {
  width: 400px;
  box-shadow: none;
  border-radius: 0px;
}
.tws-newsletter-subscribe--subscribe-button {
  background: #d0682c;
}

button#submit.tws-newsletter-subscribe--subscribe-button.btn.btn-primary.ladda-button {
background-color: #000000;
}

@media (max-width:1199px) {
  .tws-newsletter-subscribe--before-sending {
    display: block;
  }
  .tws-newsletter-subscribe--html-before {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .tws-newsletter-subscribe--form-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    padding: 30px !important;
  }
.slot--component-container .tws-container--tws-newsletter-subscribe .input-group .form-control {
width: 100%;
}
}

/* Bottenrad */
.fabrikk--footer .container:last-child {
    text-align: left;
    padding-top: 0px;
}


.tws-newsletter-subscribe--link-modal&gt;a {
    font-family: "PT Sans Narrow";
    letter-spacing: 0.5px;
    font-size: 16px;
    padding: 8px 8px;
    border: 2px solid #fafafa;
    color: #fafafa;
    border-radius: 0px;
    display: inline-block;
text-transform: uppercase;
}
.tws-newsletter-subscribe--link-modal&gt;a:hover {
    border-color: #38c4b3;
    text-decoration: none !important
}




/* Ta bort ram hover på artikelbilder */
.tws-articles-two .tws-img {
    border: none;
}

.tws-list--type-grid .tws-article-list--product-image {
   border: none;
}

/* Ta bort ram hover på artikelbilder*/
.using-mouse .tws-articles-two .thumbnail:hover {
    border: none;
}

.using-mouse .tws-articles-two .thumbnail:hover tws-img {
    border: none;
    padding: 0px;
}

.tws-articles .tws-img {
    border: none;
}

.using-mouse .tws-article-list .tws-list--type-grid &gt; .row .thumbnail:hover,
.using-mouse .tws-article-search-page--list .tws-list--type-grid &gt; .row .thumbnail:hover {
    border: none;
    margin: 0px;
    padding: 0px;
}

/*Dölj artikelgruppsbilder i artikellistor */
.tws-articlegroup-list--grid-img-wrapper {
display: none;
}

.tws-list--grid-item {
    margin: 2px 5px;
}

/* Läs mer knapp javascript artikelgruppssida */
div.text-container {
    margin: 0 auto;
    width: 100%;    
}

.hideContent {
    overflow: hidden;
    line-height: 1.4em;
    height: 40px;
}

.showContent {
    line-height: 1.4em;
    height: auto;
}
.showContent{
    height: auto;
padding-bottom: 20px;
}
.show-more {
    padding: 15px 0px 6px 0px;
    text-align: center;
font-size: 14px;
text-transform: uppercase;
}

.show-more a {
padding-left: 18px;
padding-right: 18px;
padding-top: 5px;
padding-bottom: 3px;
    border: 1px solid #000000;
}

/* ram artikelgruppssidor */

.tws-articlegroup-list .tws-list--type-grid {
border-top: 1px solid #bababa;
}

/* artikelgruppssidor mellanrum till sorteringsväljare*/
div.customPageItem.customPageArticleSelection.ng-scope {
padding-top: 10px;
}

/* Brand varumärke rubrik över bild*/
.container-brand {
  position: relative;
  text-align: center;
  color: #ffffff;
  
}

.centrerad-h1-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width:992px) {
.centrerad-h1-brand h1 {
    font-size: 18px;
  margin: 0px;
  width: 300px;
}
}

@media (max-width:992px) {
.centrerad-h1-brand h3 {
    font-size: 8px;
  width: 300px;
}
}
@media (max-width:992px) {
.centrerad-h1-brand img {
    width: 80px;
}
}

/* Dölj lagersaldo*/
div.slot--article-stock-shipping {
display: none;
}
div.tws-article-stock-shipping--stock-info {
display: none;
}

/* Dölj momsväljare */
.tws-vat-selector {
    display:none;
}

.tws-top-menu .tws-top-menu--controls div .tws-vat-selector {
    display: none;
}

/* Rubriker på artikelgrupp på artikelsidor */
.tws-articlegroup-list h5 {
    text-transform: uppercase;
color: #ffffff;
}

.tws-articlegroup-list .caption {
background-color: #2a3e44;
border: none;
border-radius: 0px;
}

.tws-articlegroup-list .caption a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
text-align: center;
color: #ffffff;
}

.tws-articlegroup-list .thumbnail {
border: none;
}

.tws-top-menu--mega-menu.dropdown-menu &gt; li &gt; a, .tws-top-menu--mega-menu.dropdown-menu &gt; li &gt; a:focus, .tws-top-menu--mega-menu.dropdown-menu &gt; li &gt; a:hover {
text-transform: uppercase;
}

/* Ta bort pilarna i menyn*/
@media (min-width: 767px) {
    .tws-top-menu .navbar-nav .caret::after {
        content: none;
    }
}

/* Redigera drop down meny*/
.dropdown-menu li a {
    text-transform: uppercase;
    font-weight: bold;
}

/* meny i mobilen*/

.tws-top-menu--xs-item {
    text-transform: uppercase;
font-weight: bold;
}
.tws-top-menu--sub-menu {
font-weight: bold;
}

  .tws-top-menu--xs-toggle {
    border: 0px;
  }


/* Redigera länkarna i menyraden */
li.tws-top-menu--dropdown-menu-li.tws-top-menu--item-5.tws-top-menu-item-5 {
  font-size: 14px;
  font-weight: bold;
}

li.hidden-xs.tws-top-menu--dropdown-menu-li.tws-top-menu--item-5.tws-top-menu-item-5 {
font-size: 14px;
font-weight: bold;
}

li.visible-xs.tws-top-menu--item-5 {
font-size: 14px;
font-weight: bold;
}

li.tws-top-menu--dropdown-menu-li.tws-top-menu--item-6.tws-top-menu-item-6 {
  font-size: 14px;
  font-weight: bold;
}

li.hidden-xs.tws-top-menu--dropdown-menu-li.tws-top-menu--item-6.tws-top-menu-item-6 {
font-size: 14px;
font-weight: bold;
}

li.visible-xs.tws-top-menu--item-6 {
font-size: 14px;
font-weight: bold;
}

li.tws-top-menu--dropdown-menu-li.tws-top-menu--item-7.tws-top-menu-item-7 {
font-size: 14px;
font-weight: bold;
}

li.visible-xs.tws-top-menu--item-7 {
font-size: 14px;
font-weight: bold;
}

.tws-top-menu .navbar-nav li.tws-top-menu-item-last {
    font-size: 14px;
font-weight: bold;
}

/* Versaler på Huvudartikelgrupper */
.tws-mega-menu--navigation .tws-mega-menu--articlegroup.has-children&gt;a {
        text-transform: uppercase;
}

/* Hover-effect på startsida */
.slot--component-container .tws-container--tws-custom-html img {
opacity:1;
transition: opacity 0.2s ease-in-out;
}
.slot--component-container .tws-container--tws-custom-html img:hover  {
transition: opacity 0.2s ease-in-out;
opacity:0.7;
}


/* Förminska ordinarie pris på reaartiklar*/

.tws-article-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: inline;
}
@media only screen and (max-width: 767px) {
    .tws-article-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 {
        font-size: 10px;
    }
}

/* Förminska ordinarie pris på artiklar du besökt */
@media only screen and (max-width: 767px) {
    .tws-article-price .tws-api--price-regular, .tws-horizontal-flip-list .tws-horizontal-flip-list--price .tws-api--price-regular
 {
        font-size: 10px;
    }
}

/*Priserna på artiklar du besökt på artikelsida */
.tws-horizontal-flip-list--price {
    bottom: 50px;
}

/* Centrera namn artikelgruppssidor */
.tws-articles-two--name {
    text-align: center;
}

.tws-articles-two .tws-api-price .tws-api--price-current,
.tws-articles-two .tws-api-price .tws-api--price-regular {
width: 100%
}

.tws-article-list .tws-list--type-grid .tws-api-price .tws-api--price-regular {
width: 100%;
}

.tws-article-list .tws-list--type-grid .tws-api-price .tws-api--price-regular+.tws-api--price-current {
width: 100%;
}

.tws-articles-connected .tws-api-price .tws-api--price-current,
.tws-articles-connected--name {
    text-align: center;
    float: none;
}

.tws-articles-connected .tws-api-price .tws-api--price-current {
    margin-right: 0px;
}

.tws-articles-connected .caption&gt;div {
    width: 100%;
    text-align: center;
}

.tws-articles-connected .tws-api-price .tws-api--price-regular {
    float: none;
}

.tws-article-list--article-name {
    text-align: left;
}

.tws-article-list .tws-list--type-grid .tws-api-price, .tws-article-search-page--list .tws-list--type-grid .tws-api-price {
    width: 100%;
}

.tws-article-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 {
    float: none;
}

.tws-article-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 {
    float: none;
}

.tws-article-list .tws-list--type-grid .tws-api-price .tws-api--price-current {
    margin-right: 0px;
}

.tws-articles--article-name .tws-util-heading--heading {
    text-align: center;
}

/*Hover kategoribilder startsida*/
div.tws-articlegroups--articlegroup img {
opacity:1;
transition: opacity 0.2s ease-in-out;
}
div.tws-articlegroups--articlegroup img:hover  {
transition: opacity 0.2s ease-in-out;
opacity:0.7;
}

.tws-articlegroups .caption a {
text-transform: uppercase;
}
.tws-articlegroups-children .caption a {
text-transform: none;
}

tws-mega-menu--articlegroup-children a {
text-transform: none;
}

/* Avstånd mellan blocken på startsidan*/
.slot--component-container .tws-container--tws-custom-html, .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, .slot--component-container .tws-container--tws-event-countdown {
padding: 0px 15px;
}

/* Html-blocken på startsida*/

.startpage .slot--component-container .fabrikk--component-container &gt; div {
    margin-top: 0px;
    margin-bottom: 25px;
}

/* list-block html på startsidan*/
.slot--component-container .tws-container--tws-custom-html li {
  display: inline;
}

/* list-block html på startsidan/ Avstånd i tabeller*/
.slot--component-container .tws-container--tws-custom-html img {
  padding-bottom: 0px;
}

/*Artikelrubriker nyheter startsida*/
.tws-articles-connected--name h3 {
		font-size: 16px;
margin: 3px 0;
}


/* Rubrik på artikelsida */
h3.tws-article-visited--headline.ng-binding.ng-scope {
text-transform: uppercase;
width: 280px;
border-bottom: 2px solid #e1e1e1;
text-align: center;
margin-left: auto; 
margin-right: auto;
font-weight: bold;
font-size: 20px;
}

h3.tws-article-related--headline.ng-binding.ng-scope {
text-transform: uppercase;
width: 280px;
border-bottom: 2px solid #e1e1e1;
text-align: center;
margin-left: auto; 
margin-right: auto;
font-weight: bold;
font-size: 20px;
}

/*Redigera köpknapp och antalväljare på artikelsida*/

.btn-primary .ladda-label, .btn-default .ladda-label {
  color: #fff !important;
 font-weight: 100 !important;
}
.btn-primary:hover .ladda-label, .btn-default:hover .ladda-label {
  color: #fff !important;
}
.tws-article-buy-button-with-modal--buy-button.ladda-button::before  {
  background: #040404;
}
.tws-article-buy-button-with-modal--buy-button.ladda-button  {
border-radius: 0px;
border: 0px;
box-shadow: none;
font-size: 20px;
font-weight: 100;
letter-spacing: 1px;
height: 50px;
background: #d0682c;
}

.tws-article-quantity .input-group input {
height: 50px;
  border-radius: 0px !important;
  box-shadow: none;
}

/* USP på artikelsida*/
.slot--unique-selling-points .tws-unique-selling-points .tws-unique-selling-points--text {
  font-size: 12px;
  color: #777777;
  line-height: 1.6875;
}

.slot--unique-selling-points .tws-unique-selling-points--wrapper {
   margin-top:0px;
}

.tws-unique-selling-points ul {
    margin-top: 0px !important;
}


 /* Redigera länkar i produkttexten */
.tws-article-description--text a {
    border-bottom: 3px solid;
}

/*visa hela artikelbeskrivningen på artikel*/
.slot--article-description .tws-article-description--text-container {
  max-height: none !important;
}

/*Radavstånd i artikelbeskrivning*/
.slot--article-description .tws-article-description--text {
    line-height: 1.46875;
}

/* Produktvideo responsiv*/
.container-produktvideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-produkt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Introtext på produkt */
.tws-article-introduction--text img {
	padding: 5px;
}

.tws-article-introduction--text {
    padding: 0;
    font-size:16px
}

/* Länk tillbaka till toppen */
a.fabrikk--back-to-top-link {
text-transform: uppercase;
border: 1px solid #000000;
padding: 10px;
color: #000000;
font-weight: bold;
}

/* Förminska avståndet i botten*/
.fabrikk--back-to-top {
    text-align: center;
    margin: 20px;
}

/* Knapp nyhetsbrev startsida*/
.input-group .input-group-btn .btn, .input-group .input-group-btn .tws-list--type-list .tws-article-list--show-more-button,
.tws-list--type-list .input-group .input-group-btn .tws-article-list--show-more-button,
.input-group .input-group-btn .tws-list--type-grid .tws-article-list--show-more-button,
.tws-list--type-grid .input-group .input-group-btn .tws-article-list--show-more-button,
.input-group .input-group-btn .tws-articles-connected--show-more-button,
.input-group .input-group-btn .tws-articles--show-more-button, .input-group .input-group-btn .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-active.active,
.tws-checkout .tws-checkout--payment-methods-list .input-group .input-group-btn a.tws-checkout--payment-active.active,
.input-group .input-group-btn .slot--my-pages-logout div.tws-login a,
.slot--my-pages-logout div.tws-login .input-group .input-group-btn a {
    min-height: 40px;
    border-radius: 0px;
}

/* Knapp nyhetsbrev bottenrad */
.input-group .input-group-btn .btn .input-group .input-group-btn .tws-list--type-list .tws-article-list--show-more-button
.tws-list--type-list .input-group .input-group-btn .tws-article-list--show-more-button
.input-group .input-group-btn .tws-list--type-grid .tws-article-list--show-more-button
.tws-list--type-grid .input-group .input-group-btn .tws-article-list--show-more-button
.input-group .input-group-btn .tws-articles-connected--show-more-button
.input-group .input-group-btn .tws-articles--show-more-button .input-group .input-group-btn .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-active.active
.tws-checkout .tws-checkout--payment-methods-list .input-group .input-group-btn a.tws-checkout--payment-active.active
.input-group .input-group-btn .slot--my-pages-logout div.tws-login a
.slot--my-pages-logout div.tws-login .input-group .input-group-btn a {
    min-height: 40px;
    border-radius: 0px;
}

.tws-container--tws-articles .tws-articles .tws-api-price {
    text-align: center;
    width: 100% !important;
}

/* Dölj svenska bildspelet på engelska sidan.*/
html[lang="en"] .tws-container--tws-image-carousel.bildspelsvenska {
    display: none;
}
html[lang="en"] .tws-container--tws-image-carousel.bildspelsvenskamobil {
    display: none;
}

/* Dölj engelska bildspelet på svenska sidan. */
html[lang="sv"] .tws-container--tws-image-carousel.bildspelengelska {
    display: none;
}

/*Dölj bildspel för stora skärmar och i mobil*/
@media (max-width:812px) {
.tws-container--tws-image-carousel.bildspelsvenska {
display: none;
}
}

@media (min-width:812px) {
.tws-container--tws-image-carousel.bildspelsvenskamobil {
display: none;
}
}

.tws-articlegroup-list .tws-list--grid-item .caption a {
    color: #fff;
}

.customPageHtml:after {
  content: "";
  display: table;
  clear: both;
}

.customPageHtml {
    position: relative;
    padding: 0 0 20px;
}

.show-more {
position: absolute;
right: 50%;
transform: translateX(50%);
bottom: 0;
background: #FFFFFF;
width: 100%;
}

/*Filtrering - tar bort understräck*/
.tws-article-filter-select-value-all-mountain-freeride .tws-article-filter--select-name  { font-size:0; }
.tws-article-filter-select-value-all-mountain-freeride .tws-article-filter--select-name:after { content: "All Mountain Freeride"; font-size:14px;}

.tws-article-filter-select-value-all-mountain .tws-article-filter--select-name  { font-size:0; }
.tws-article-filter-select-value-all-mountain .tws-article-filter--select-name:after { content: "All Mountain"; font-size:14px;}

.tws-article-filter-select-value-mid-wide .tws-article-filter--select-name  { font-size:0; }
.tws-article-filter-select-value-mid-wide .tws-article-filter--select-name:after { content: "Mid-Wide"; font-size:14px;}


.fabrikk--article-right-col .buy-button-wrapper {
  flex: 1;
}
.fabrikk--article-right-col .buy-button-wrapper .slot--article-buy-button{
  display: block;
  width: 100%;
}

.tws-article-images--current-image .tws-img--absolute-positioning {
   right: 0;
}

.tws-article-images--slick-big .tws-article-images--image {
   width: 100%;
}</pre></body></html>