/* Produktråd sida */

.custompage-8926547 #post-186 td {
  width: 30%;
  text-align: left;
}

.custompage-8926547 #post-186 td, 
.custompage-8926547 #post-186 th {
  padding-left: 16px;
}

.custompage-8926547 #post-186 tr {
  line-height: 2.4;
}
.custompage-8926547 #post-186 thead {
  background: #748361;
  color: white;
}

.custompage-8926547 #post-186 tbody tr:nth-child(odd) {
  background: #f8f8f8;
}

.custompage-8926547 #post-186 .hvdtitle {
  font-weight: 600;
  padding-left: 6px;
  margin: 18px 0px;
  display: block;
  font-size: 18px;
}

/*-----------PERSONALSIDA-----------*/
.articlegroup-7838663 .pull-right {
	display: none;
}
.articlegroup-7838663 .customPageArticleList .tws-list--grid-item {
	box-shadow: none;
	padding: 0 40px;
  pointer-events: none;
}
.articlegroup-7838663 .customPageArticleList .tws-article-list--list .tws-list--type-grid .thumbnail,
.articlegroup-7838663 .customPageArticleList .tws-article-list--list .tws-list--type-grid .caption,
.articlegroup-7838663 .customPageArticleList .tws-article-list--list .tws-list--type-grid .thumbnail:hover {
	box-shadow: none;
}
.articlegroup-7838663 .customPageArticleList .thumbnail .no-image .tws-article-list--product-image {
	display: none;
}
.articlegroup-7838663 .customPageArticleList .tws-article-list--list .tws-article-list--buy-button {
	display: none;
}
.articlegroup-7838663 .tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a:hover,
.articlegroup-7838663 .tws-article-list--list .tws-list--type-grid .thumbnail:hover .tws-article-list--article-name .tws-util-heading--heading a,
.articlegroup-7838663 .tws-article-list--list .tws-article-list--introduction-text {
	color: #000;
}

/*--------VARUMÄRKEN--------*/
.articlegroup-7813613 .tws-list--list-item {
	pointer-events: none;
  cursor: inherit;
  box-shadow: none;
}
.articlegroup-7813613 .tws-article-list--buy-button {
	display: none;
}
.articlegroup-7813613 .tws-article-list--list .tws-list--type-list .tws-list--list-item .tws-img {
	width: 100px;
  height: 100px;
  margin: 0 auto;
}
.articlegroup-7813613 .tws-article-list--list .tws-list--type-list .tws-list--list-item .tws-img .tws-img--wrapper {
	border: none;
}
.articlegroup-7813613 .tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading {
	font-size: 18px;
}
.articlegroup-7813613 .tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a {
	font-weight: bold;
}
.articlegroup-7813613 .tws-list--type-list .tws-list--list-item>* {
	width: 25%;
}

table.fl-table {
	width: 100%;
}

table.fl-table th {
  text-align: left;
}

/*-----TA BORT PRIS------
.tws-article-list--price,
.slot--article-price {
  display: none;
} */

/*-----TA BORT VARUKORG + KÖPKNAPP------*/
.slot--header-cart,
.bountiful--buy-button-group,
.tws-article-list--buy-button,
.slot--top-bar-audience-selector {
display: none !important;
}


.medlemsblock .hdr {
    background: #71845E !important;
    color: #fff;
    font-weight: bold;
}
.medlemsblock {
    margin: 1px 0;
    font-size: 13px;
    padding: 9px;
}

.medlemsblock div {
    display: inline-block;
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 19.8%;
    word-break: break-word;
}

/* ----- Kampanjskylt på produkter under "Kampanjer"-produktgruppen */
.articlegroup-9139853 .tws-list--grid-item::after {
  content: "Nu i säsong!";
  position: absolute;
  z-index: 45;
  background: #9D2B14;
  padding: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.articlegroup-9139853 .tws-list--grid-item .tws-api--price-current {
	color: #9D2B14;
}

.article-primary-group-9139853 .tws-api--price-current,
.article-secondary-group-9139853 .tws-api--price-current {
	color: #9D2B14;
}

.article-primary-group-9139853 .bountiful--article-images::after,
.article-secondary-group-9139853 .bountiful--article-images::after {
  content: "Nu i säsong!";
  position: absolute;
  z-index: 45;
  background: #9D2B14;
  padding: 5px;
  border-radius: 5px;
  color: #ffffff;
  top: 0;
}

/* Ramen runt menyn*/
.slot--header-horizontal-menu {
  border-top: 1px solid #004030; /* Toppen på menyns ram-färg, ändra var(--Main) till en hex-kod var(--Main)*/
  border-bottom: 1px solid #004030; /* Botten på menyns ram-färg, ändra var(--Main) till en hex-kod */
  background: #f1f1f1; /* Här är bakgrundsfärgen i menyfältet */
}

/* Färgen som visas vid hover i menyobjekt */
.slot--header-horizontal-menu .navbar-nav > li a:hover,
.slot--header-horizontal-menu .navbar-nav > li a:active {
  background: #5E9B8C; /* Ändra var(--Main) till en hex-kod */
}

/* Menyknappar */
.tws-articlegroups .thumbnail .caption, .tws-articlegroup-list .thumbnail .caption {
  background: #5E9B8C; /* Ändra var(--Secondary) till en hex-kod */
}

/* Rubriker */
h1, h2, h3 {
  color: #5E9B8C; /* Ändra var(--Accent) till en hex-kod */
}

/* Länkar */
body a {
  color: #5E9B8C; /* Ändra var(--Main) till en hex-kod */
}