/*---CSS TEXTALK SOLUTIONS---*/
/*----Generellt utseende customPages*/
.fabrikk--custom-page .row {
margin-bottom: 50px;
margin-top: 30px;
}

.article .slot--article-attachments .tws-article-attachments--title {
    font-size: 0px;
}
.article .slot--article-attachments .tws-article-attachments--title::after {
   content:"Bilagor";
     font-size: 28px;
}

/*----Utseende på Attention-----*/
.fabrikk--custom-page .left-column img {
max-width: 300px;
width: 100%
}

/*----Utseende på Awareness----*/
.custompage-8612847 .fabrikk--custom-page .left-column img {
max-width: 170px;
width: 100%;
}
.custompage-8612847 .fabrikk--custom-page .right-column {
text-align: left;
}

@media (max-width: 768px) {
.custompage-8612847 .fabrikk--custom-page .left-column {
margin-bottom: 20px;
}

.tws-container--tws-custom-html iframe {
width: 100%;
}

}
/*----------------------------------------*/

.thumbnail:hover {
  border: initial !important;
  margin: initial !important;
  padding: initial !important;
}

.thumbnail:hover tws-img {
    border-color: rgba(0, 0, 0, 0);
  }
button.btn.btn-default.tws-login--register-button.ng-binding {

display: none;

}

.article-price-inquiry-enabled .tws-article--price-is-zero {
  display: none;
}

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