body {
  background: #fdfcf0;
}

body .page-canvas {
    overflow: hidden;
}

@media only screen and (min-width: 1100px) {
  .brew--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li a {
    padding: 10px 1px 10px 0;
    max-width: 106px;
  }
}

.slot--sidebar .tws-vertical-menu-light-root-level .fa-chevron-right::before {
  -webkit-text-stroke: 2px #fdfcf0;
  text-stroke: 2px #fdfcf0;
}

.slot--articles .tws-list-controls .btn {
  background: #fdfcf0;
}
.tws-articlegroup-list .thumbnail {
  border: 1px solid #333;
}



/* Desktop/tablet */
.tws-articlegroup-list--col-lg-3 .tws-list--grid {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.tws-articlegroup-list--col-lg-3 .tws-list--grid-item {
	flex: 1 1 140px;
}


@media (max-width: 600px) {
  .tws-articlegroup-list--col-lg-3 .tws-list--grid-item {
    flex: 1 1 calc(50% - 10px);
    min-width: 140px;
  }
}

  @media (max-width: 360px){
    .tws-articlegroup-list--col-lg-3 .tws-list--grid-item{
      flex: 0 0 100%;
      min-width: 0;
    }
  }

.hero {
  padding-top: 8rem;
}
.manifesto {
  margin: 6rem 0rem !important;
}

/* SKYLTÖFNSTER */

.brew--start-page .brew--component-container .tws-content-box--table .tws-content-box--second-line,
.brew--start-page .brew--component-container .tws-content-box--table .tws-content-box--first-line{
  color:black;
}

.tws-container--tws-content-box-3x {
padding-bottom: 6rem;
}

.tws-container--tws-content-box-2x,
.tws-container--tws-content-box-3x {
  max-width: 1000px;
  margin: 0 auto !important;
}

.tws-container--tws-content-box-2x .tws-content-box--table,
.tws-container--tws-content-box-3x .tws-content-box--table {
  /*position: static;*/
      padding: 2px 0px 0px 1px !important;
}
.tws-container--tws-content-box-2x .tws-content-box--inner-wrapper,
.tws-container--tws-content-box-3x .tws-content-box--inner-wrapper {
 padding-bottom: 0 !important; 
 bottom: 0;
/* position: static; */
}

.brew--start-page .tws-container--tws-content-box-2x .tws-content-box-2x--box,
.brew--start-page .tws-container--tws-content-box-3x .tws-content-box-3x--box {
	padding: 0 20px;
}


.tws-container--tws-content-box-2x .tws-content-box--table .tws-content-box--first-line,
.tws-container--tws-content-box-3x .tws-content-box--table .tws-content-box--first-line {
  text-shadow: none !important;
  font-weight: normal !important;
  font-size: 16px;
}
.tws-container--tws-content-box-2x .tws-content-box--table .tws-content-box--second-line {
  text-shadow: none !important;
  font-weight: normal !important;
}
.tws-container--tws-content-box-2x {
  max-width: 800px;
  padding: 40px 10px;
}
.tws-container--tws-content-box-2x .tws-content-box--inner-wrapper {
  max-width: 300px;
  padding: 20px 0px;
  margin: 0 auto;
}

/*--New addition--*/

.tws-img--absolute-positioning {
    position: relative;
}

.tws-container--tws-content-box-2x .tws-content-box--container,
.tws-container--tws-content-box-3x .tws-content-box--container {
  display: flex;
  flex-direction: column;
}

.tws-container--tws-content-box-2x .tws-img--container,
.tws-container--tws-content-box-2x .tws-react-img--container,
.tws-container--tws-content-box-3x .tws-img--container,
.tws-container--tws-content-box-3x .tws-react-img--container {
  padding-bottom:0px !important;
  position: relative;
}

.tws-container--tws-content-box-2x .tws-content-box--inner-wrapper,
.tws-container--tws-content-box-3x .tws-content-box--inner-wrapper {
  position: static !important;
  height: auto !important;
}

.tws-container--tws-content-box-2x .tws-content-box--table,
.tws-container--tws-content-box-3x .tws-content-box--table {
  display: block !important;
  position: static !important;
  height: auto !important;
}

.tws-container--tws-content-box-2x .tws-content-box--cell,
.tws-container--tws-content-box-3x .tws-content-box--cell {
  display: block !important;
  vertical-align: top !important;
}

.tws-container--tws-content-box-2x .wrappContent,
.tws-container--tws-content-box-3x .wrappContent {
  padding-top: 16px;
}

/* Container-specific alignment */
.tws-container--tws-content-box-2x .tws-content-box--table {
  text-align: center;
}

.tws-container--tws-content-box-3x .tws-content-box--table {
  text-align: left;
}
/* --- GENERAL --- */
.brew--sidebar {
    box-shadow: none;
}
.brew--sidebar .brew--sidebar-header {
	border-bottom: none;
}
.brew--sidebar .slot--sidebar-search .tws-article-search--no-label {
    border-left: none !important;
}
.brew--top-bar {
    box-shadow: none;
}
.tws-list--list .tws-list-controls .btn {
    border: none !important;
}
.brew--sidebar .slot--sidebar-cart {
	background: transparent;
  border-left: none;
}


/* -------- STARTSIDA ---------- */
.brew--body .brew--body-wrapper {
	padding: 0 10px !important;
}
.brew--start-page .brew--component-container .bild-_verst p {
	margin: 0;
}
/* -------- ARTIKELGALLERI -------- */
.brew--main .brew--article-group .tws-article-list--list .tws-article-list--article-name {
    margin: 0 auto;
}
.brew--main .brew--article-group .tws-article-list--list .tws-article-list--price {
    margin: 0 auto !important;
}
.tws-article-list--list .tws-list--type-grid .thumbnail .tws-article-list--grid-item-link {
	  border-radius: 0;
  	border: 0;
}
.tws-article-list--list .tws-list--type-grid .thumbnail .tws-img--wrapper {
	  border-radius: 0;
}
.slot--breadcrumbs {
    margin: 20px 0px 30px 20px;
}
/* ---- ARTIKELSIDA ---- */
.brew--article-top .brew--article-right-col {
   padding: 0 20px 0 30px;
}
.brew--buy-button-group .slot--article-buy-button .btn {
   box-shadow: 4px 4px 3px 0px rgba(0,0,0,0.25);
}
/* ---- ARTIKELS YOU VISITED ---- */
.tws-container--tws-articles-two-type-carousel .thumbnail .tws-article-list--grid-item-link {
    border: 0;
    border-radius: 0;
}
.tws-container--tws-articles-two-type-carousel .thumbnail .tws-img--wrapper {
   border-radius: 0;
}


.article .brew--buy-button-group .slot--article-buy-button .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.article .brew--article-images .slot--article-images .tws-article-images--current-image,
.article .brew--article-images .tws-article-images--slick-nav .tws-img {
  border: none;
}

.caption .tws-util-heading--heading h5 {
  text-align: center;
}
.tws-util-heading.tws-article-list--article-name {
    margin: 0 auto;
}

.tws-article-list--price {
margin: 0 auto !important;
}

.tws-react-common--carousel-with-article-load .tws-list--type-carousel .slick-track .slick-slide .tws-list--grid-item .thumbnail .caption {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brew--sidebar .tws-vertical-menu-light .tws-vertical-menu-light-root-level li {
    border-bottom: none;
}
span.tws-login--login-text:after {
    content: "B2B";
    font-size: 12px;
}
span.tws-login--login-text {
    font-size: 0px;
}
/* --03/15-2021 -- */
/*.tws-article-introduction--text,
.slot--article-description*/ 
.brew--article-right-col,
.tws-article-introduction--read-more {
    text-align: center!important;
}
.tws-article-description--text-container {
    max-height: none;
    overflow: visible;
}
.tws-article-description--show-more {
		display:none; 
}  
.slot--article-description,
.tws-article-attributes ul,
.tws-article-attributes ul li {
    border: none;
}  
.btn-primary {
  		border:none; 
}
.slot--article-attributes {
    display: inline-block;
}
.tws-article-buy-button-with-modal--button {
    display: inline-block;
}

/* BUTTON */

.tws-article-list--list .tws-article-list--buy-button .btn.tws-article-buy-button-with-modal--buy-button::after,
.brew--buy-button-group .slot--article-buy-button .btn::after {
  content: "\f290";
}
.tws-article-list--list .tws-article-list--buy-button .btn {
  border: none;
  border-radius: 0px;
}
.tws-article-list--list .tws-article-list--buy-button .btn:hover {
	border: none;
}

.brew--article-images .tws-article-images--slick-nav::after,
.brew--article-images .tws-article-images--slick-nav::before {
  background-image: none;
}

.brew--buy-button-group {
	justify-content: center;
  text-align: center;
}
.slot--article-quantity {
    float: right;
}
.brew--buy-button-group .buy-button-wrapper {
    max-width: 146px;
}


.brew--footer {
  box-shadow: none;
}
.brew--footer .slot--brand-logos {
  border-top: none;
}

/*
.brew--buy-button-group .buy-button-wrapper {
    text-align: center;
    max-width: 180px;
}
*/

/*--Fix for padding--*/
.tws-article-list--list .tws-list--type-grid .thumbnail .tws-img--container {
    padding-bottom: 0px !important;
}
.tws-react-img--aspect-ratio-box {
    padding-bottom: 0px !important;
}
