/* @font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeueLTStd-BlkEx.otf');
    font-weight: normal;
    font-style: normal;
} */

.products .product-box .product-box-detail h5 {
    /* font-family: 'Helvetica Neue', sans-serif !important; */
    font-size: 16px;
    overflow: visible;
    /* text-transform: uppercase; */
    color: #00a3e8;
}

.cat-initial h6 {
    color: #fff;
}

.cat-initial .col-4 {
    margin-top: var(--bs-gutter-x);
}

.categories .food-categories.food {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    width: 90px;
    height: 90px;
}

.product-box {
    height: 100%;
}

.products .product-box-bg {
    padding-bottom: 40px;
}

.products .product-box .product-box-img {
    margin-top: 0px;
    display: block;
}

.btn.add {
    position: relative;
    display: inline-block;
    padding: 2px 20px 2px 20px;
    border-radius: 4px;
    background-color: #fbc040;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    border-radius: 20px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.product-badges.product-badges-position {
    position: absolute;
    left: -10px;
    top: 10px;
    z-index: 9;
}

.product-badges span {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    border-radius: 15px;
    color: #fff;
    padding: 9px 10px 8px 10px;
    background-color: #c91010;
    font-weight: 600;
}

.filter-modal .filter-footer {
    margin-top: 75px;
    padding: 20px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

.categories .food-categories {

    background: transparent;
    color: #fff;

}
.categories .food-categories h6 {

    color: #fff;

}
.categories .food-categories.selected {
  
    background-color: #00a3e8;
    border-radius: 50px;

}

.header-section-custom, .header-section-custom .custom-container {
    background-color: #2c8eca;
}

.curva {
    background-color: #2c8eca;
    border-radius: 83%;
    margin-top: -26px;
    height: 50px;
    transform: rotateX(45deg);
    z-index: 0;
    position: relative;
}
.header-section-custom {
    z-index: 1;
    position: relative;
}
.search-section .form-group .form-input {
    position: relative;
    width: calc(100% - 10px);
}
.search-section .form-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
}

.search {
    border-radius: 50px;
    padding: 10px !important;
}

.img-card {
    background-image: url(https://www.yallayalla.it/static/scroller/dntguctpgrhgtxrc.jpg);
    height: 200px;
    margin-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.products .product-box-bg {
    padding: 0;
    
}

.price-box {
    position: absolute;
    right: 15px;
    top: 10px;
    background-color: #2c8eca;
    padding: 2px 20px 0;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.text-primary {
    color: #00a3e8 !important;
}

p {
  
    font-size: 14px;
   
}

.form-input select {
    border-radius: 50px;
}

.theme-btn {
    background-color: rgb(44 142 202);
    color: #ffffff;
    font-weight: 500;
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
    border-radius: 50px;
    border: 2px solid;
    width: 80%;
    margin-top: 0;
}
.btn-1 {
    color: #fff;
    font-size: 15px;
}
.btn-1.selected {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    background-image: linear-gradient(0deg, white, transparent, transparent, transparent, transparent);
    border-top: 0;
}
.sidebar-offcanvas {
    width: 100% !important;
   
}
.offcanvas {
 
    --bs-offcanvas-border-width: 0;

}

.price-box-result {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2c8eca;
    padding: 2px 0 5px;
    /* border-radius: 0; */
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-top-left-radius: 10px;
}
.fares-box {
    
        background-color: #dbf1f8;
        padding: 1em 0;
}

.fare .food-categories {
    background-color: #fff;
    margin-right: 0;
    margin-left: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fare .food-categories h6, .fare .food-categories span{
    color: #333 !important;
}

.fare .food-categories.selected {
    background-color: #368fc7;
    border-radius: 10px;
}
.fare .food-categories.selected h6, .fare .food-categories.selected span{
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
}