
        
 @import url("https://use.typekit.net/jtr8krr.css");

         h1,.h1,h2
 {   
        font-size: 19px;
        font-family: "neulis-neue", sans-serif;
        color: #143D23;
    }
    
    a{   
        color: #e3530d;
        text-decoration: none;
    }

/* bread */
#cssmenu
{
    
}

.btn-primary {
    color: #fff;
    background-color: #A9B207;
    border-radius: 5px !important;
    border-color: #A9B207;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c0cc00;
    border-color: #c0cc00;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #c0cc00;
    border-color: #c0cc00;
}

.btn-outline-primary {
   color: #143D23;
    background-color: transparent;
    background-image: none;
    border-color: #A9B207;
    font-family: "neulis-neue", sans-serif;
     text-transform:uppercase;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #A9B207;
    border-color: #A9B207;
   
}

#orderitemsdeliverydatetop button.btn-outline-primary{
    color: #fff!important;
    background-color: #002B23!important;
  
}
#orderitemsbasketbottom input[type=text], #orderitemsbasketbottom textarea, #orderitemsbaskettickets input[type=text], #orderitemsbaskettickets textarea, #subscriptionslogin input[type=text] {
    color: #000000;
    border-color: #909090!important;
    background-color: transparent;
    border-width: 1px;
    border-radius: .25rem !important;
    border-style: solid;
    padding: .375rem .75rem;
    width: 100%;
}
.textarea {
    color: #000000;
    border-color: #909090;
    background-color: transparent;
    border-width: 1px;
    border-radius: .25rem !important;
    border-style: solid;
    padding: .375rem .75rem;
    width: 100%;
}