/* theme color */
/* rgb(217, 161 , 64) */
:root{
    /* theme colours */
    /* #95C141 */
    /* form label
    707070 */
    /* 40 62 111 */
    /* 173 207 219 */
    /* 162 124 77 */
    --main-color:  rgb(217, 161 , 64);
    --secondary-color:  rgb(213, 160, 68);
    --tertiary-color: rgb(162, 124, 77);
    --blue-color: rgb(40,62,111);
    --teal-color: rgb(173,207,219);
    --white-color: var(--teal-color);
}
html,body{
    color: var(--blue-color);
}
li.tab.active{
    font-weight: bold;
    color: #fff;
    background-color: var(--tertiary-color);
}
.restaurant-img-name{
    margin-top: 0;
    padding-top: 10px;
}
.restaurant-img-name.open{
    position: relative;
}
.restaurant-img-name.open::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url('https://zavedenia.com/apps/qrmenu/resources/custom/4002/Sante-Elements_4.png');
    opacity: 0.1;
}
.bottom-part{
    display: flex;
    justify-content: space-between;
    padding: 12px 6px;
}
.bottom-part .price-container{
    position: relative;
}
.row.food-item{
    display: flex;
    flex-direction: column;
}
.row.food-item a{
    display: flex;
    width: 100%;
    height: 100%;
}
.food-image{
    width: 100%;
    height: 256px;
    position: relative;
    margin-left: 5px;
    overflow: hidden;
    border-radius: 6px;
}
.food-image .food-picture{
    object-fit: none;
    height: 256px;
    width: 100%;
    border-radius: 12px;
}
.open {
    height: auto;
}
.restaurant-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 80px;
    margin: 18px auto;
}
.restaurant-logo .logo__small{
    width: 285px;
    height: 150px;
}
.category.swiper-slide.active .main-categories-link{
    background-color: var(--tertiary-color);
    /* color: var(--blue-color) !important; */
    font-weight: 700;
}
.section-container .section-title::after{
    width: 100%;
    background-color: transparent;
    background-image: url(https://zavedenia.com/apps/qrmenu/resources/custom/4002/Sante-Elements_1.png);
    background-position: top;
    background-size: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 290px 0px;
}
.section-title h4{
    color: var(--blue-color);
}
#intro{
    position: relative;
    height: 525px;
    margin: 24px auto;
    padding: 12px;
    background-color: var(--white-color);
}
#intro.close{
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    /* transition: height ease-in 0.2s; */
}
#intro h2{
    margin: 0px auto;
}
#intro .close-button{
    position: absolute;
    top: 1%;
    right: 12px;
    font-weight: bold;
    font-size: 20px;
}
.image-with-text{
    display: flex;
    flex-direction: column;
}
.image-with-text .sante-picture{
    width: 100%;
    border-radius: 2px;
}
.image-with-text p{
    font-size: 18px;
    line-height: 1.2;

}
.bottom-part{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.image-divider{
    display: flex;
    justify-content: center;
}