@media only screen and (min-width: 1100px) {
.slot--header-horizontal-menu .navbar {
    background-color: #D99300;
}}

.tws-top-menu .navbar-collapse .navbar-nav {
    background-color: #D99300;
}

.slot--header-horizontal-menu .navbar-nav>li a {
    color: white;
}

.tws-checkout--field-id-phone .tws-checkout--field-label-text, .tws-checkout--field-id-phone .tws-checkout--field-optional-label  {
    visibility: hidden; /* Hide the original text */
    position: relative; /* Needed for pseudo-elements */
}

 .tws-checkout--field-id-phone .tws-checkout--field-label-text::before {
    content: "Mobiltelefon (vänligen fyll i detta, behövs för leveransavisering)"; /* Add the new text */
    visibility: visible;
  
   
}

.tws-checkout--delivery-address .tws-checkout--field-id-address .tws-checkout--field-label-text::after {
    
    content: " (ej boxadress)"; /* Add the new text */
    visibility: visible;
    color: #727272;
}

