.container.fabrikk--footer--made-by {

    display: none;

}

/* Längd på fält artikelsida */
.slot--article-buy-button {
    width: 80%!important;
}

.tws-article-quantity .input-group input {
width:150px;
}

.fabrikk--footer {
    background: #1ea31e;
}

.fabrikk--footer {
    color: hsl(0, 0%, 100%);
}

.fabrikk--footer a {
    color: hsl(0, 0%, 100%);
}

.tws-articlegroups .tws-list--grid-item {
    margin: 0 auto;
}

h2.tws-util-heading--heading.undefined {
    text-align: center;
}

.tws-list--grid-item.tws-list--item-5220439 {
    margin-right: 0px;
}

.tws-list--grid-item.tws-list--item-5220441 {
    margin-left: 20px;
}
.tws-article-list--list .tws-list--type-list .tws-article-list--quantity, .tws-article-search-page--list .tws-list--type-list .tws-article-list--quantity {
	width: 80px;
}
@media (max-width: 767px) {
  .tws-article-list--buy-button {
  	display: flex;
  }
  .tws-article-list--list .tws-list--type-list .tws-article-list--quantity, .tws-article-search-page--list .tws-list--type-list .tws-article-list--quantity {
	width: 57px;
}
}
/*----Antalfält i kassan. -----*/
.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-quantity {
	width: 130px;
}
@media (min-width: 768px) {
.tws-opc-cart--rows .tws-opc-cart--item .tws-opc-cart--item-wrapper .tws-opc-cart--item-price {
	width: calc(54% - 140px);
}
}