body {
	background-attachment: fixed;
	background-size: cover;
}
@media only screen and (min-width: 768px) {
  body {
    background-image: url(https://shop.textalk.se/shop/ws9/86209/files/designfiler/workinteambackground.jpg)
  }
}
.bountiful--body .bountiful--body-wrapper {
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .bountiful--body .bountiful--body-wrapper {
    padding: 10px 30px;
  }
}

.slot--header-shipping-notice {
	z-index: 99999;
}

@media (max-width: 768px) {
  .slot--header-shipping-notice {
	z-index: 999 !important;
}
}

.bountiful--footer {
	margin: 10px 0 0 0;
}