/* Ta bort registreringstext */
.tws-login--register-button {
    display: none;
}

/* Dölj mina uppgifter mina sidor */
#tws-tabs--tab-mina-uppgifter {
  display: none;
}

/* Dölj glömt lösenord */
.modal .modal-dialog .modal-content .modal-body a {
    display: none;
}

/* Text inloggningssida */
.tws-login--form-group-text:before {
    content: "Denna inloggning gäller endast för personal hos Sveriges Lärare eller förtroendevalda styrelsemedlemmar i föreningarna. Du som medlem behöver inte logga in.";
    display: block;
 }

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

/* Textfärg samarbete */
.bountiful--top-bar .tws-unique-selling-points--text,
.bountiful--top-bar .fa-circle:before {
   color: #F4EFD7; 
}

/* Textfärg samarbete ikon border */
.slot--top-bar-selling-points .tws-unique-selling-points ul li i {
   border-color: #F4EFD7;
}

/* Textfärg språk/moms + logga in */
.tws-audience-selector--audience-button-icon-container,
.tws-audience-selector--audience-button-text,
.tws-audience-selector--selection-box-stateview-container,
.tws-login--login-text,
.tws-login--my-pages-text,
i.fa.fa-user:before {
 color: #F4EFD7;
}

/* Textfärg språk/moms + logga + in mobil */
.bountiful--sidebar-controls .tws-audience-selector--audience-button-icon-container,
.bountiful--sidebar-controls .tws-audience-selector--audience-button-text,
.bountiful--sidebar-controls .tws-audience-selector--selection-box-stateview-container,
.bountiful--sidebar-controls .tws-login--login-text,
.bountiful--sidebar-controls .tws-login--my-pages-text,
.bountiful--sidebar-controls i.fa.fa-user:before {
 color: #000;
}

/* Färg stängknapp mobil */
.bountiful--sidebar .bountiful--mobile-menu-button::before {
  color: #000;

}

/* Färg cookies-ikon */
.tws-accept-cookies--icon {
  filter: invert(9%) sepia(20%) saturate(284%) hue-rotate(344deg) brightness(107%) contrast(91%);
}

/* Färg sökruta ikon+hamburgerknapp mobil */
.bountiful--mobile-menu-button:before,
.bountiful--search-button:before {
 color: #F4EFD7;
}

/* Färg sökruta border */
input#search-input.form-control {
  border-color: #F4EFD7;
}

/* Färg sökruta */
.slot--header-search input.form-control {
        width: 260px;
        border: 1px solid #F4EFD7;
        color:#F4EFD7;
    }

/* Färg sökruta ikon */
    .slot--header-search .tws-article-search--no-label {
        color:#F4EFD7;
    }

/* Färg placeholdertext sökruta */
.slot--header-search .tws-article-search input::-webkit-input-placeholder {
    opacity: 1;
    color:#000
}

@media only screen and (min-width: 1100px) {
    .slot--header-search .tws-article-search input::-webkit-input-placeholder {
        color:#F4EFD7;
    }
}

.slot--header-search .tws-article-search input:-moz-placeholder {
    opacity: 1;
    color:#000
}

@media only screen and (min-width: 1100px) {
    .slot--header-search .tws-article-search input:-moz-placeholder {
        color:#000; /* */
    }
}

.slot--header-search .tws-article-search input::-moz-placeholder {
    opacity: 1;
    color:#000
}

@media only screen and (min-width: 1100px) {
    .slot--header-search .tws-article-search input::-moz-placeholder {
        color:#000; /* */
    }
}

.slot--header-search .tws-article-search input:-ms-input-placeholder {
    opacity: 1;
    color:#000
}

@media only screen and (min-width: 1100px) {
    .slot--header-search .tws-article-search input:-ms-input-placeholder {
        color:#000; /* */
    }
}

@media only screen and (max-width: 1100px) {
		.slot--header-search input.form-control {
    width: 260px;
    border: 1px solid #F4EFD7;
    color: #000;
}

}

/* Textfärg varukorg + ikon */
	.tws-mini-cart--header-cart-info {
	color: #F4EFD7;
}

/* Footer textfärg */
.tws-contact-info--address,
.tws-contact-info--contact a {
	color: #F4EFD7;
}

/* Header bakgrund */
.bountiful--header {
  background-image: url("https://cdn.abicart.com/shop/ws21/49421/files/sveriges%20larare/sl-header7_webbshop_2000x185.png");
  background-color: #042d2b;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* Dölj delaknapp */
.entypo-export,
.tws-article-social {
	display: none;
}

/* Dölj kundtyp i varukorg */
.opc-checkout--shortcuts {
  display: none;
}

/* Ändra marginaler main wrapper */
.bountiful--body .bountiful--body-wrapper .bountiful--main .bountiful--main-wrapper {
	padding: 30px 60px 60px 60px;
}

/* Bredda main wrapper */
.bountiful--body .bountiful--body-wrapper {
	max-width: 1600px;
}


/* Håll rabattkodsdiv öppen */
.tws-discount-field--closed .tws-discount-field--form {
    display: block;
}

/* Ändra färg på semestertext */
.texbar-content {
		color: #F4EFD7;
}

/* Ändra färg på bakåtknapp kassa */
.tws-checkout-back-button--text {
		color: #F4EFD7;
}

/* Ändra färg på bakåtknapp border */
.slot--header-back-button .btn.btn-default {
	border: 1px solid #F4EFD7;
  color: #F4EFD7;
}

/* Kolumner startsida text+video */
.scolumn {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.srow:after {
  content: "";
  display: table;
  clear: both;
}