/* hide "ALL" variant in Article choise */
.slot--article-choices .tws-react-common--options-group-buttons-content .tws-react-common--options-group-button:first-child {
	 display: none;
}

/* fixed header */
.brew--header { 
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
top: 10px;
z-index: 999; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

/* läs mer */
.tws-article-introduction--text .tws-article-introduction--read-more a {
color: #000000;
}

/* varukorgsikon */
.slot--header-cart .tws-mini-cart--header-cart-button {
    color: #000000;
}

/* info kassa */
.tws-article-buy-button-with-modal--cart-messages.alert {
display: none
}
.tws-opc-cart--item-info-deliveryInfo {
display: none
}

/* text skugga start */
.brew--start-page .brew--component-container .tws-content-box--table .tws-content-box--first-line {
	text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

.brew--start-page .brew--component-container .tws-content-box--table .tws-content-box--second-line {
	text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

.brew--start-page .brew--component-container .tws-content-box--table .tws-content-box--third-line {
	text-shadow: -1px 1px 2px #000,
				  1px 1px 2px #000,
				  1px -1px 0 #000,
				  -1px -1px 0 #000;
}

/* Color footer  */
.brew--footer .slot--brand-logos {
    background: #cfffcb;
    padding: 0px 0 0 0;
}

/* seo theme color  */
{
  "theme_color": "#86f8a2"
}

/* seo storlek  */
.tws-breadcrumbs a {
    color: #000;
    line-height: 3 ;
}

.brew--footer a {
padding: 24px 1px;
}

/*  rutor  */
.tws-articlegroups .thumbnail, .tws-articlegroup-list .thumbnail {
border: 10px outset #50ffb6;
background: #d3ffea;
}
