/* --- COOKIES --- */
.emporium--top-bar .slot--open-cookie-settings,
.slot--header-horizontal-menu .slot--open-cookie-settings,
.emporium--footer-left .tws-accept-cookies--icon {
  display: none;
}
.emporium--footer-left .slot--open-cookie-settings a {
 font-size: 16px;
  font-weight: 400;
}

.checkout .slot--checkout .tws-checkout--pay .tws-checkout--pay-button::hover {
    background: #88ddc7;
}
.checkout .slot--checkout .tws-checkout--pay .tws-checkout--pay-button .ladda-label {
    color: #000 !important;
  font-weight: 400;
}

 .customPageItem.customPageHtml {
    background: #fff;
    padding: 25px 15px;
    box-shadow: none;
}

/* Tar bort linjer runt produtker i produktrutnät */
.tws-container--tws-articles-two-type-carousel .thumbnail,
.tws-article-list--list .tws-list--type-grid .thumbnail {
  border: 0;
}
.tws-container--tws-articles-two-type-carousel .thumbnail .caption,
.tws-article-list--list .tws-list--type-grid .thumbnail .caption {
	border-top: 0;
}

/* Byt färg extrapris + etikett */
/*Produktsida */

.slot--article-price .tws-api--price-current.tws-api--price-both-shown {
    color: #000;
}
.emporium--article-images .slot--article-labels .tws-article-labels--special-offer .tws-article-labels--label-text {
    background: #000;
}

/*Produktgruppsida */
.tws-article-list--list .tws-article-list--labels .tws-article-labels--special-offer .tws-article-labels--label-text {
    background: #000;
}
.tws-article-list--list .tws-article-list--price .tws-api--price-both-shown {
    color: #000;
}