.slot--header-horizontal-menu .navbar-nav>li a {
  letter-spacing: 1.5px;
  font-size: 18px;
  }

.tws-article-list--list .tws-list--type-grid .thumbnail {
  
  border: 0px solid #ebebeb;
  
}

.tws-article-list--list .tws-list--type-grid .thumbnail .caption {
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0.2);
  
}

.tws-container--tws-instagram {
  margin: 4% 2% 2% 2%;
}

.tws-article-filter--filter-control-container {
  background: #a095c1;
  border-radius: 10px;
}



.tws-breadcrumbs--text {
		background: white;
    padding: 10px;
    border-radius: 20px;
  color: black;
  font-size: 18;
  font-weight: bold;
  
}

@media screen and (min-width: 601px) {
.tws-breadcrumbs a {
  color: black;
  font-size: 18px;
}
}

@media screen and (max-width: 600px) {
.tws-breadcrumbs a {
  color: black;
  font-size: 18px;
 display: grid;
}
}

.buttonboka {
  background-color: #9C79E4;
  color: white;
  border: 2px solid #664DA6;
  border-radius: 15px;
  }

.buttonboka:hover {
  background-color: #664DA6;
  }

table {
    border-collapse: seperate;
    border-spacing: 3;
}

.article .brandName a{
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #505050;
  line-height: 1.5;
  letter-spacing: 0.24px;
}