/* --- SEARCH FIELD --- */
.slot--header-search .tws-article-search {
    background: #fff;
}
.slot--header-search input.form-control {
    border: 0;
}

.slot--header-search input.form-control::placeholder {
color: #000 !important;
}
.slot--header-horizontal-menu .navbar-nav>li a, .slot--header-horizontal-menu .navbar-nav .dropdown-menu li a {
    font-size: 20px;
}

/* --- KASSA --- */

.checkout .tws-discount-field--closed .tws-discount-field--form {
    display: block;
}
.checkout .tws-discount-field--enter-discount-btn {
    font-size: 0px;
}
.checkout .tws-discount-field--enter-discount-btn::after {
    content: "Skriv ditt medlemsnummer här:";
		font-size: 13px;
		text-transform: uppercase;
}


.tws-articlegroups .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a, 
.tws-articlegroup-list .thumbnail .caption .tws-articlegroup-list--article-name .tws-util-heading--heading a {
    word-break: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}