<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL CSS */
body{
    font-family:'Ubuntu', sans-serif;
}

.w-80 {
    width:80%;
}

.menu-categories li button {
    text-align: left;
}

.custom-btn:hover{
    background-color:#fff;
    color:#a5102e;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;
}
.copyright{
    background-color:#000;
    padding:20px;
    color:#fff;
}
.copyright a{
    color:#fff;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;
}
.copyright a:hover{
    box-shadow:0 2px 0 0 rgb(255,255,255);
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;
}

.mobile-menu{
    display:none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align:left;
    color:#fff;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;
  }
  .sidenav a:hover{
      color:rgba(82,82,82,.79) !important;
      transition:0.5s ease;
      -webkit-transition:0.5s ease;
      -o-transition:0.5s ease;
      -moz-transition:0.5s ease;
      text-decoration:none;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .mobile-menu{
      background-color:#fff;
      color:#fff;
  }
  .mobile-menu-btn{
      margin:10px !important;
	  color:#000;
  }
  .img-logo{
      width:150px;
  }
   /* Social icons */
   .navbar-nav.sm-icons {
    margin-left: 100px;
   }
  .sm-icons.nav-item {
      width: auto;
  }


@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.phone-btn{
    position: absolute;
    top: 75%;
    left: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 30px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.phone-btn p{
    margin-bottom:0 !important;
}
.phone-btn img{
    width:15px;
}
.phone-btn:hover{
    text-decoration:none;
    color:#fff;
}
.account-btn{
    position: absolute;
    top: 75%;
    right: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    padding: 12px 30px;
    border-radius: 25px;
}
.account-btn img{
    width:15px;
}
.account-btn a{
    margin:0 10px 0 5px;
}
.mobile-menu-acc img{
    width:20px;
}
.mobile-menu-acc .user{
    padding:8px 8px 8px 32px;
}
.mobile-menu-acc .bag{
    padding:8px 8px 8px 15px;
}
.phone img{
    width:20px;
}
.main-links {
    font-family:'Lato', sans-serif;
}
.main-links a{
    border-bottom:1px solid rgba(82,82,82,.79);
}
.main-links li{
    list-style:none;
}
.dropdown-menu{
    top:80% !important;
}
.mobile-dropdown {
    width: 320px;
    background-color: #000000;
}

/* Home Page */

.menu-section, .main-nav{
    background-color:#fff !important;
	/* padding-bottom: 40px; */
}
.main-nav,.navbar-nav{
    width:100%;
}
.navbar-nav{
    justify-content: space-between;
    align-items: center;
}
.navbar-nav.mr-auto {
    font-family: 'Tahoma', sans-serif;
}
.nav-link img{
    max-width:100%;
}
.main-nav .nav-link{
    text-transform: uppercase;
    color:#000 !important;
    /* width:170px; */
    text-align:center;
    max-width:170px;
    font-size: 11px;
    font-weight: 700;
}

.bg-light{
    background-color:#ffffff73 !important;
}
.slider-section{
    /*background-image:url("../images/slider-back-2.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.order-now-btn{
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 20px;
    margin: 5px 0 0 0;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;

}
.order-now-btn:hover{
    color: #fff;
    background-color: rbga(82,82,82,.79);
    text-decoration:none;
}

.main-carousel {
    position: relative;
}

.main-carousel .slide-item.item {
    position: relative;
}

.main-carousel .slide-item.item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.main-carousel .slide-item.item .slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-carousel .slide-item.item .slide-text span {
    color: #fff;
    font-size: 45px;
    text-align: center;
    font-weight: 600;
}

@media only screen and (max-width:1300px) {
    .main-carousel .slide-item.item .slide-text span {
        font-size: 40px;
    }
}

@media only screen and (max-width:992px) {
    .main-carousel .slide-item.item .slide-text span {
        font-size: 25px;
    }
}

@media only screen and (max-width:768px) {
    .main-carousel .slide-item.item .slide-text span {
        display: none;
    }
    .food-preparing {
        padding: 20px;
    }   
    .bg-thank-you {
        height: 700px;
    } 
}

.main-carousel .slide-item.item .slide-text span:nth-child(2) {
    font-weight: 100;
}

.main-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    width: 100%;
}

.main-carousel button.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.75);
    position: relative;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.main-carousel button.owl-dot:focus {
    outline: none!important;
}

.main-carousel .owl-dot:before {
    content :"";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    background: transparent;
    opacity: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.main-carousel .active.owl-dot {
    background: #fff;
}


.main-carousel .active.owl-dot:before {
    transform: translate(-50%,-50%) scale(1.8) ;
    opacity: 1;
}

@media (max-width:500px) {
	.order-now-btn {
		font-size: 11px;
	}
}

.promo-section h1 span, .promo-2-section h1 span{
    font-weight:700;
}
.promo-para{
    color: #a5102e;
    text-transform: uppercase;
    font-weight: bold;
}
.days-section{
    background-color:#f9c744;
}
.day{
    height:450px;
}
.day-para{
    color:#fff;
    font-style:italic;
}
.margin-days-top{
    margin-top:60px;
}
.saturday{
    padding: 30px 0;
    margin: 10px 0;
    border-radius: 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}

.saturday:hover{
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.sunday{
    padding: 30px 0;
    margin: 10px 0;
    border-radius: 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}

.sunday:hover{
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.monday{
    padding: 30px 0;
    margin: 10px 0;
    border-radius: 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}

.monday:hover{
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}

.tuesday{
    padding: 30px 0;
    margin: 10px 0;
    border-radius: 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.tuesday:hover{
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.days-margin{
    margin-top:100px;
}
.wednesday{
    padding: 30px 0;
    margin: 10px 0;
    border-radius: 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.wednesday:hover{
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}

.thursday{
    padding: 30px 0;
    margin: 10px 0;
    border-radius: 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.thursday:hover{
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}

.friday{
    padding: 30px 0;
    margin: 10px 0;
    border-radius: 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.friday:hover{
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.current{
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,0.75);
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.current p{
    color:#000;
}
.current-day{
    color: #fff !important;
    background-color: #000;
    padding: 19px 3px;
    font-size: 15px;
    border-radius: 50px;
    position: absolute;
    top: -5%;
    right: -5%;
    display:none;
    text-decoration:none !important;
}
.current .current-day{
    display:block !important;
}
.fresh-text h1{
    font-size:80px;
}
.monday:hover a, .tuesday:hover a, .wednesday:hover a, .thursday:hover a, .friday:hover a, .saturday:hover a, .sunday:hover a{
    text-decoration:none;
}
.monday:hover p, .tuesday:hover p, .wednesday:hover p, .thursday:hover p, .friday:hover p, .saturday:hover p, .sunday:hover p{
    text-decoration:underline;
}
.menu-btn-marg{
    margin:90px 0 80px 0;
}
.menu-btn{
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #a5102e;
    padding: 10px 25px;
    border-radius: 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}
.promo-2-section{
    background-image:url("../images/medium-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:1020px;

}
.promo-btn{
    color: #fff;
    background-color: #a5102e;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 20px;
    margin: 40px 0 0 0;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;
}
.h-100{
    height:100%;
}
.app-section{
    background-color:#565656;
}
.app-marg{
    margin:80px 0 20px 0;
}
.app-text{
    font-weight:400;
    color:#fff;
}
.app-text span{ 
    font-weight:700;
}
.home-days-bot-pad{
    padding-bottom:50px;
}



/* MAIN SLIDER HOmE PAGE */


@media (max-width:992px) {
	.slider-section {
		padding-top:0;
	}
}

.slider-section h4{
    color:#000;
}
.nextSlide{
    position:absolute;
    top:45%;
    right:0%;
    font-size:50px;
    z-index:2;
}
.prevSlide{
    position: absolute;
    top:45%;
    font-size:50px;
    left:0%;
    z-index:2;
}
.slider-btn{
    background-color: #a5102e;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    font-weight:500;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
}

/* ORDERING PAGE */
.ordering-section{
    margin-top:30px;
}
.active-day{
    margin-bottom: 0;
    padding-top: 40px;
	 font-size: 50px;
    font-weight:200;
    color: #000;
}
.online-ordering-headline{
    color:#a7804e;
    font-size:40px;
}
.categories {
    font-size: 18px;
    font-weight: 700;
    margin-bottom:40px;
}
.menu-categories {
    padding: 0;
    margin-bottom:40px;
}
.menu-categories li {
    list-style: none;
    border-bottom: 1px solid #a7804e;
    margin-bottom: 5px;
}

.menu-categories li .filterBtn.active {
   font-weight: 600;
}


.menu-categories li a {
    font-size: 16px;
    color: #a7804e;
    padding: 0 0 5px 0 ;
}
.menu-categories li a:hover{
    text-decoration:none;
}
.menu-categories li:last-child{
    border-bottom:none !important;
}
.active-category{
    color:#000 !important;
}
.allergies{
    font-size:10px !important;
    color:#a7804e;
}
.day-menu{
    padding:1em;
}
.day-menu form{
    width:100%;
}
.day-menu input{
    width: 90% !important;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid;
    color: #a7804e;
    font-style: italic;
    font-size: 16px;
}
.daily-menu{
    margin-top:30px;
    padding:0;
}
.daily-menu .menu-item{
    padding:25px 0 25px 0;
    border-bottom:1px solid #b3abd0;
}
.menu-item:last-child{
    border-bottom:none;
}
.plate-name {
    font-size: 16px;
    margin-bottom: 0;
}
.plate-description{
    font-size: 12px;
    color: rgba(82,82,82,.79);
}
.plate-price{
    font-size:25px;
}
.price-btn{
    font-size: 14px;
    color: #fff;
    background-color: #000;
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: 500;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;
}
.price-btn:hover{
    color:#000;
    background-color:#fff;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;
}
.paragelia{
    font-size:28px;
    padding:0 0 10px 0;
    margin-bottom:20px;
    border-bottom:1px solid #b3abd0;
}
.delete-order input{
    border: none;
    font-weight: bold;
    font-size: 18px;
    background-color: transparent; 
}
.cart-item{
    border-bottom:1px solid rgba(153,153,153,0.3);
    margin-bottom:10px;
    padding-bottom:10px !important;
}
.cart-item:last-child{
    border-bottom:none;
}
.nice-number{
    display:flex;
    flex-direction:row;
}
.nice-number button {
    color: #fff;
    background-color: #999;
    border: none;
    height: 22px;
    width: 22px;
    font-size: 14px;
    border-radius:25px;
}
.nice-number input{
    border: none;
    padding:0 10px;
}
.image-paragelia{
    width:35px;
    height:35px;
}
.paragelia-plate-name{
    font-weight:bold;
    font-size:11px;
    margin-bottom:0;
}
.paragelia-plate-price{
    font-size:18px;
}
.position{
    right:0;
}
.address-order {
    font-size: 18px;
    padding: 0 0 10px 0;
    margin-top: 35px;
    border-bottom: 1px solid #b3abd0;
}
.customer-address {
    font-style: italic;
    color: rgba(82,82,82,.79);
    font-size: 13px;
}
.address-change {
    font-size: 10px;
    text-decoration: underline;
    color: rgba(82,82,82,.79);
}
.col_7{
    width: 56% !important;
    flex: 0 0 56% !important;
    margin-right:auto !important;
}
.order-button{
    margin-top:40px;
}
.order-btn {
    /* background-color: #000; */
    background-color: #ff9900;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;
}
.order-btn:hover{
    color:#000;
    background-color:#fff;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    text-decoration:none;

}

.custom-modal-btn img{
    width:40px;
}
.buttons-mobile{
    right:10px;
    display:none;
    bottom: 0;
	z-index:99;
}
.buttons-mobile button{
    margin:5px 0 10px 0;
}

/* THANKS PAGE */


.bg-thank-you {
    background-image: url("/assets/images/bg-thank-you.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 1400px;
    width: 100%;
}
.thanks-section {
    background-color: #fff;
}
.thank-you {
    padding: 40px 0 0 0;
    color: #000;
    margin-bottom: 0;
    font-size: 40px;
}
.food-preparing{
    margin-bottom:80px;
    padding-top: 50px;
}
.prepare-headline {
    margin-top: 50px;
    margin-bottom:25px;
}
.preparing.text-center {
    font-size: 26px;
}
.products{
    width: 60%;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b3abd0;
}
.product-name{
    font-size:16px;
    font-weight:500;
}
.paralavei{
    margin-bottom:0;
    align-self:center;
}
.order-minutes{
    font-size: 90px;
    color: rgb(39, 38, 38);
    margin-left: 30px;
    font-weight:500;
}

/* ADDRESS FORM PAGE */
.address-label{
    font-weight:bold;
}
.address-form{
    margin-bottom:50px;
}
.address-form .row{
    max-width:100%;
    margin:auto;
}
.top-form-title{
    text-align:center;
    background-color: #fff; 
    padding:30px 0 10px 0;
    /* color: #c59c5e; */
}
.top-form-title h2{
    /* color:#fff; */
    color: #000;
    font-size:40px;
    font-weight:bold;
}
.top-form-title p{
    /* color:#fff; */
    color: rgba(82,82,82,.79);
    font-size:18px;
}
.address-form input[type="submit"] {
    color: #000;
    transition:0.5s ease;
    -o-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.address-form input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.menu-del-text-top {
    font-size: 15px !important;
    padding: 0 10px;
}

.menu-deliv-page, .address-form input[type="submit"] {
    background-color: #ff9900;
    color: #fff !important;
    border-radius: 0.25rem;
    border-color: #ff9900;
}

/* CHECKOUT PAGE */
.top-checkout-title{
    background-color:#fff;
    padding:30px 0 10px 0;
}
.top-checkout-title h2{
    color:#000;
    font-size:40px;
    font-weight:bold;
}
.checkout-form-section svg{
    font-size: 25px;
}
.checkout-form-section{
    margin:50px 0;
}
.checkout-form-section .half{
    padding:30px 15px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
}

.delete-from-cart{
    color:#000 !important;
    font-weight:bold !important;
}
.delete-from-cart:hover{
    text-decoration:none !important;

}
.input{
    max-width: 35px;
    text-align: center;
    border: none;
}

input#decreaseQuantity, input#increaseQuantity {
    background-color: #999;
    border: none;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
button.filterBtn:focus{
    outline:none;
}
.order-button input{
    border:none;
}


.dropdown:hover .dropdown-menu{
    display:block !important;
}
.mobile-menu-btn{
    position:absolute;
    left:2%;
}



/* ABOUT PAGE */
.about-text{
    margin:80px 0;
}

.about-text p {
    font-weight: 100;
    font-size: 18px;
    line-height: 180%;
}
.about-text span{
    padding:0 20px;
}

.about__parallax {
    background-attachment: fixed;
    padding: 30px 0;
    position: relative;
}

.about__parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.62);
}


.about__parallax {
    display: flex;
    flex-direction: column;
    padding: 70px 0;
}

.about__parallax img {
    margin: 20px auto 15px auto;
    width: 286px;
    z-index: 10;
    position: relative;
}

.about__parallax &gt; span,
.about__parallax &gt; p {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
}

.about__parallax &gt; span {    
    font-size: 35px;
    font-weight: 400;
}

.about__parallax &gt; p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 180%;
    font-size: 18px;
}





.owl-dots{
    display:none;                                                                                   
}
.about-img-margin{
    margin-bottom:10px;
}


.menu-section {
	position: sticky;
	top: 0;
	z-index: 99;
	
}

/* MEDIA QUERIES */
@media screen and (max-width: 1540px) { 
    
}
@media screen and (min-width: 1201px){
    .online-del-mobile{
        display: none;
    }
    
}
@media screen and (max-width: 1200px){
    .stickyColumn{
        display:none;
    }
    .address-form{
        background-color: white;
    }
    .col_7{
        width: 100% !important;
        flex: 0 0 100% !important;
        margin-right:auto !important;
    }
    .buttons-mobile{
        display:flex;
	flex-direction:column;
    }
    .bg-thank-you {
        background-image: url("/assets/images/bg-thank-you.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 1395px;
        width: 100%;
    }
} 


@media screen and (max-width: 1000px){

} 

@media screen and (max-width: 992px){
    .day{
        height:250px;
    }
    .fresh-text h1{
        font-size:50px;
    }
    .menu-section{
        display:none;
    }
    .mobile-menu{
        display:block;
		position:sticky;
		top:0;
		z-index:99;
    }
    .half:last-child{
        margin-top:50px;
    }
    .navbar-nav.sm-icons {
        margin-left: 0px;
        display: ruby;
    }    
    .navbar-nav.sm-icons a {
        color:black;
        font-size: 18px;
        padding: 2px 2px 6px 10px;
        margin-top: 5px;
    }
    .navbar-nav.sm-icons a:hover {
    color: gray;
    }
} 

@media screen and (max-width: 768px){
    .days-margin{
        margin-top:0;
    }
    .customNav{
        display:none !important;
    }
    .thank-you{
        font-size:50px;
    }
    .about-text .d-flex{
        flex-wrap: wrap;
    }
    .about-text span{
        padding:0;
    }
    .about-text p, .about-text span {
        margin-bottom:10px;
    }
}

@media screen and (max-width: 600px){
    .menu-item{
        align-items:center;
        flex-direction:column;
        text-align:center;
    }
    .daily-menu .menu-item{
        padding:20px 0 20px 0;
    }
    .half{
        max-width:320px;
        margin:auto;
    }
    .half .form-row{
        align-items:flex-end;
    }
    .about-img{
        display:flex;
        flex-direction: column;
    }
    .about-img img{
        margin:0;
    }
}
@media screen and (max-width:500px) {
    .active-day{
        font-size:30px;
    }    
    .address-form .row .col-12{
        max-width:300px;
        margin:auto;
    }
}
@media screen and (max-width: 450px){
    .thank-you{
        font-size:35px;
    }
}

@media screen and (max-width: 400px){
    .promo-para{
        font-size:13px;
    }
}




/*  Aggelos   */

.food-options {

    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding: 15px;
}
.food-options-choice {
    flex: 0 0 48%;
    max-width: 48%;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 10px;
    margin: 10px 10px 10px 0;
    border: 1px solid #f4f4f4;
    min-height: 60px;
}




.food-modal-image {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;


}

.flex-center {
    align-items: center;
    justify-content: space-between;
}

.food-options-choice label { 
    font-size: 12px;
    margin-bottom: 0!important;
}


.food-options-price {
    font-size: 12px;
    display: flex;
    align-items: center;
    flex: 0 0 43px;
}

.food-option-title {
    width: 100%;
    font-weight: 600;
    

}

.modal-submit-btn {
   
    border:none!important;
}

.modal-footer {
    justify-content: center!important;
}

.custom-radio[type="radio"]:checked,
.custom-radio[type="radio"]:not(:checked),
.custom-radio[type="checkbox"]:checked,
.custom-radio[type="checkbox"]:not(:checked){
    position: absolute;
    /* left: -9999px; */
    z-index: 10;
    opacity: 0;
    width:230px;
    height: 30px;
    cursor: pointer;
}
.custom-radio[type="radio"]:checked + label,
.custom-radio[type="radio"]:not(:checked) + label,
.custom-radio[type="checkbox"]:checked + label,
.custom-radio[type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.custom-radio[type="radio"]:checked + label:before,
.custom-radio[type="radio"]:not(:checked) + label:before,
.custom-radio[type="checkbox"]:checked + label:before,
.custom-radio[type="checkbox"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    transform: translateY(-50%);
}
.custom-radio[type="radio"]:checked + label:after,
.custom-radio[type="radio"]:not(:checked) + label:after,
.custom-radio[type="checkbox"]:checked + label:after,
.custom-radio[type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 12px;
    height: 12px;
    background: #a5102e;
    position: absolute;
    top: 50%;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
.custom-radio[type="radio"]:not(:checked) + label:after,
.custom-radio[type="checkbox"]:not(:checked) + label:after{
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
}
.custom-radio[type="radio"]:checked + label:after,
.custom-radio[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}

.modal-dialog {
    max-width: 570px!important;
    margin: 1.75rem auto;
}


button.close.x-mark {
    text-align: end;
padding-right: 1rem;
}

@media (max-width:500px) {
    .food-options-choice {
        flex: 0 0 98%;
        max-width: 98%;
        
    }  

    .custom-radio[type="radio"]:checked,
    .custom-radio[type="radio"]:not(:checked) {
        position: absolute;
        /* left: -9999px; */
        z-index: 10;
        opacity: 0;
        width: 80%;
        height: 30px;
        cursor: pointer;
    }
}



@media (min-width: 576px) {

    .modal-dialog {
        max-width: 570px!important;
        margin: 1.75rem auto;
    }

}


#offerWeeklyModal .modal-body {
    padding: 0;
}
#offerWeeklyModal .modal-content {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}



.polis-popup-close {
    position: absolute;
    top: -1px;
    right: 31px;
    opacity: 1;

}

.polis-popup-close:hover {
    
    opacity: 1;
    
}


@media (max-width:600px) {

    .polis-popup-close {
      
        top: 0px;
        right: 0px;
        opacity: 1;
    
    }

}





    .header-top {display: none;}

    .review-mobile {
        display: block;
        position: fixed;
        top:33%;
        right: 0;
        z-index: 100;

    }


@media(max-width:992px) {
    
    .review-mobile {
        display: none;
    }  

    .header-top {
        background-color: #333;
        position: relative;
        top:unset;
        right:unset;
        border-radius: 0;
        display: block;
        z-index: 100;
      
    
     }
    .header-top a {color:#fff; text-decoration: none; font-weight: 600; font-size: 14px; }
    
    .header-top a img {height:20px;}
    
     .review-cta {
        display: flex;
        border-radius: 15px;
        padding: 4px 15px;
        max-width: 220px;
        align-items: center;
        justify-content: center;
        flex-flow: row nowrap;
        margin: 0 auto;
    } 
    
}



/* Contact Info Homepage */
.contact-info {
    margin-top: 65px;
}
.contact-info__box {
    display: flex;
    /* box-shadow: #110c2e26 0px 48px 100px 0px; */
    padding: 20px 0;
    flex-direction: column;
    background: rgba(82,82,82,.79);
}

.contact-info__heading {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.contact-info__box &gt; img {
    margin: 20px auto 15px auto;
    width: 286px;
}

.contact-info__box &gt; .d-flex &gt; p  {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
}

@media only screen and (max-width:1200px) {
    .contact-info__box &gt; .d-flex &gt; p:first-of-type  { 
        margin: 15px 0;
    }
}

.contact-info__box &gt; .d-flex &gt; p &gt; a  {
    color: #fff;
    font-size: 21px;
}

.contact-info__box &gt; span:last-of-type {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 18px;
}

.map {
    display: flex;
}

.map iframe {
    width: 100%;
    height: 500px;
    filter: grayscale(1);
}

.delivery-link-mobile {
	position:absolute;
	right:15px;top:15px;
	text-align:right;
	color:#000;
	line-height:1.1;
}

.delivery-link-mobile:hover {
	text-decoration:none;
	color:#000;
}
</pre></body></html>