*:not(i) {
    /*font-weight: 400;*/
    font-family: var(--font-family-config), sans-serif;
}
@media (max-width: 767px) {
    .call-to-action.style-2 h2 {
        font-size: 14px;
        font-weight: 500;
    }
}

.call-to-action.style-2 h2 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 25px;
    font-weight: 500;
}

h1,h2,h3,h4,h5,h6 {
    text-transform:none;
    font-weight: 500;

}

.home-logo-image {
    max-width: 400px;
    max-height: 250px;
}

@media(max-width:765px) {
    .home-logo-image {
        max-width: 70%;
    }
    
    footer {
        text-align: center;
    }
    
    
    .footer-widgets {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

label {
  font-size: 14px;
  text-transform: none;
}


.btn {
    min-width: 220px;
    max-width: 100%;
    border-radius: 5px;
    text-transform: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  color: black; }

body {
    color: #333;
}


.contact-item, .contact-item:first-of-type {
    margin-top: 0px;
    margin-bottom: 15px;
}

.contact-section-title {
    color: black;
    font-weight: 500;margin-bottom: 20px;margin-top: 30px;font-size: 18px;
}

.page-title.style-2 {
    /*padding: 50px 0px 30px 0px;*/
}

input[type="checkbox"] + label, input[type="radio"] + label {
    font-family: inherit;
}

.menu-list-order-types-availability-box {
   height: 60px;

   font-size: 12px;
    font-family: var(--font-family-config), sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: normal;
    color: #111;
}

.menu-list-order-type-name {
  display: inline-block;width: 110px;
    font-weight: bold;
}

.menu-list-order-type-availability {
   display: inline-block; 
   
}


@media(max-width:765px) {
    

.menu-list-order-types-availability-box {
   height: auto;
}
.menu-list-order-type-name {
  width: 100%;
}
.menu-list-order-type-availability {
    margin-bottom: 10px;
}
}

.welcome-message {
    color: white;
    line-height: 1.5;
    font-size: 20px;
}

.welcome-tagline {
    color: white;
    line-height: 1.5;
    font-size: 16px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
  border: 1px solid #e3e3e3;;
  margin-bottom: 7px; }


.pair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.pair > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}


.prevent-top-message{
    margin-top:0px;
    /*margin-top:40px;*/
}
.market-alert{
    background-color: #FF0000;
    height: auto;
    min-height: 45px;
    /*position: fixed;*/
    /*top: 0px;*/
    /*z-index: 990;*/
    width: 100%;
    text-align: center;
    color:#fff;
    font-size: 18px;
    /*font-weight: bold;*/
    padding: 8px;
}

.market-alert.warning{
    background-color: #ff9719;
}

.market-alert.checkout-mode{
    margin-top:21px;
}

@media(max-width:767px) {
    .market-alert{
        font-size: 16px;
    }

    .market-alert.checkout-mode{
        min-height: 45px;
        margin-top: 32px;
    }
}

@media(max-width:400px) {
    .market-alert{
        font-size: 14px;
    }
    .market-alert.checkout-mode{
        min-height: 45px;
        margin-top: 32px;
    }
}