.slot--header-horizontal-menu .navbar .container-fluid {
    border-bottom: 1px solid #497ebd;
    border-top: 1px solid #497ebd;
}
.slot--header-logo .tws-logo {
	max-width: 300px;
}
/*-------Custom buy button--------*/
.custom-article-button span {
  display: block;
  max-width: 400px;
  background: #497ebd;
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-article-button span:hover {
	background: #3f71ae;
	color: #fff;
}
.custom-article-button a {
	text-decoration: none;
  color: #fff;
}
.custom-article-button a:hover {
	color: #fff;
}


/* --- CHECKOUT --- */
.checkout .tws-checkout--delivery-address .tws-checkout--field-id-address2 .tws-checkout--field-label-text{
	font-size: 0px;
}
.checkout .tws-checkout--delivery-address .tws-checkout--field-id-address2 .tws-checkout--field-label-text::after{
	font-size: 14px;
  content:"Mobilnummer";
  color: #000;
}
.checkout .tws-checkout--delivery-address .tws-checkout--field-id-address2 .tws-checkout--field-optional-label {
	display: none;
}