/* Göm nollpriser */
.tws-article-list--price-is-zero, .tws-article--price-is-zero {
  display: none;
}

/* Ändra marginaler main wrapper */
.bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
	padding: 30px 60px 60px 60px;
}

/* Bredda main wrapper */
.bountiful--body .bountiful--body-wrapper {
	max-width: 1600px;
}

/* Dölj delaknapp */
.entypo-export,
.tws-article-social {
	display: none;
}

/*Dölj knapp inlogg
.modal-footer {
  display: none;
  
}*/

/*body {
	pointer-events: none;
  overflow: hidden;
}*/