@font-face {
    font-family: "CFAstyPlaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.otf") format("opentype");
    font-weight: normal;
}
@font-face {
    font-family: "CFAstyPlaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.otf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "CFAstyPlaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.otf") format("opentype");
    font-weight: light;
}
html {
    scroll-behavior: smooth;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rkpt-body {
    margin: 0;
    overflow-x: hidden;
    font-family: CFAstyPlaisio;
    text-align: unset;
}
.rkpt-body .rkpt-h1 {
    position: absolute;
    z-index: -1;
}
.rkpt-body img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.rkpt-body a {
    text-decoration: none;
}
.rkpt-body .rkpt-container {
    max-width: 1420px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
.rkpt-body .rkpt-only-desk {
    display: block;
}
@media only screen and (max-width: 768px) {
    .rkpt-body .rkpt-only-desk {
        display: none;
    }
}
.rkpt-body .rkpt-till-tab {
    display: none;
}
@media only screen and (max-width: 768px) {
    .rkpt-body .rkpt-till-tab {
        display: block;
    }
}
@-webkit-keyframes rkpt-bounce {
    0% {
        -webkit-transform: translateY(12.5%) scale(1.1, 0.7);
        transform: translateY(12.5%) scale(1.1, 0.7);
    }
    10% {
        -webkit-transform: translateY(-2.5%) scale(0.9, 1.2);
        transform: translateY(-2.5%) scale(0.9, 1.2);
    }
    20% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    40% {
        -webkit-transform: translateY(-12.5%);
        transform: translateY(-12.5%);
    }
    50% {
        -webkit-transform: translateY(-12.5%);
        transform: translateY(-12.5%);
    }
    55% {
        -webkit-transform: translateY(-8.5%);
        transform: translateY(-8.5%);
    }
    60% {
        -webkit-transform: translateY(-7.5%);
        transform: translateY(-7.5%);
    }
    65% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    70% {
        -webkit-transform: translateY(-2.5%);
        transform: translateY(-2.5%);
    }
    90% {
        -webkit-transform: translateY(12.5%) scale(1.2, 0.7);
        transform: translateY(12.5%) scale(1.2, 0.7);
    }
    100% {
        -webkit-transform: translateY(12.5%) scale(1.4, 0.7);
        transform: translateY(12.5%) scale(1.4, 0.7);
    }
}
@keyframes rkpt-bounce {
    0% {
        -webkit-transform: translateY(12.5%) scale(1.1, 0.7);
        transform: translateY(12.5%) scale(1.1, 0.7);
    }
    10% {
        -webkit-transform: translateY(-2.5%) scale(0.9, 1.2);
        transform: translateY(-2.5%) scale(0.9, 1.2);
    }
    20% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    40% {
        -webkit-transform: translateY(-12.5%);
        transform: translateY(-12.5%);
    }
    50% {
        -webkit-transform: translateY(-12.5%);
        transform: translateY(-12.5%);
    }
    55% {
        -webkit-transform: translateY(-8.5%);
        transform: translateY(-8.5%);
    }
    60% {
        -webkit-transform: translateY(-7.5%);
        transform: translateY(-7.5%);
    }
    65% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    70% {
        -webkit-transform: translateY(-2.5%);
        transform: translateY(-2.5%);
    }
    90% {
        -webkit-transform: translateY(12.5%) scale(1.2, 0.7);
        transform: translateY(12.5%) scale(1.2, 0.7);
    }
    100% {
        -webkit-transform: translateY(12.5%) scale(1.4, 0.7);
        transform: translateY(12.5%) scale(1.4, 0.7);
    }
}
.rkpt-hero {
    position: relative;
}
.rkpt-hero .rkpt-hero-image {
    width: 100%;
    display: block;
}
.rkpt-hero .rkpt-logo {
    position: absolute;
    top: 50px;
    left: 6%;
}
@media only screen and (max-width: 1024px) {
    .rkpt-hero .rkpt-logo {
        top: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-hero .rkpt-logo {
        top: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 500px) {
    .rkpt-hero .rkpt-logo {
        top: 20px;
    }
}
.rkpt-steps .rkpt-steps-main {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.rkpt-steps .rkpt-steps-cta {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 850px) {
    .rkpt-steps .rkpt-steps-cta {
        max-width: 60%;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-steps .rkpt-steps-cta {
        max-width: 100%;
    }
}
.rkpt-steps .rkpt-steps-cta:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.rkpt-boxes {
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/ev-zin-lunch/images/boxes-bg.png);
    background-repeat: no-repeat;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}
@media only screen and (max-width: 1024px) {
    .rkpt-boxes {
        background-size: 300%;
    }
}
@media only screen and (max-width: 630px) {
    .rkpt-boxes {
        margin-top: -70px;
    }
}
@media only screen and (max-width: 600px) {
    .rkpt-boxes {
        background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/ev-zin-lunch/images/boxes-bg-mob.png);
        min-height: 80vh;
        background-size: cover;
        margin-top: -20px;
        z-index: 1;
        position: relative;
    }
}
@media only screen and (max-width: 450px) {
    .rkpt-boxes {
        min-height: 73vh;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
@media only screen and (max-width: 420px) {
    .rkpt-boxes {
        min-height: 69vh;
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.rkpt-boxes__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .rkpt-boxes__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.rkpt-boxes__wrapper--left {
    width: 45%;
}
@media only screen and (max-width: 1024px) {
    .rkpt-boxes__wrapper--left {
        width: 100%;
    }
}
.rkpt-boxes__wrapper--left .rkpt-section-title {
    margin: 0;
    font-size: 74px;
    line-height: normal;
    color: #0c1e2c;
    padding: 0;
}
@media only screen and (max-width: 1024px) {
    .rkpt-boxes__wrapper--left .rkpt-section-title {
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-boxes__wrapper--left .rkpt-section-title {
        font-size: 44px;
    }
}
.rkpt-boxes__wrapper--left .rkpt-section-subtitle {
    margin: 0;
    font-size: 40px;
    line-height: normal;
    color: #0c1e2c;
    padding: 0;
}
@media only screen and (max-width: 1024px) {
    .rkpt-boxes__wrapper--left .rkpt-section-subtitle {
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-boxes__wrapper--left .rkpt-section-subtitle {
        font-size: 22px;
    }
}
.rkpt-boxes__wrapper--left .rkpt-section-text {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    color: #0c1e2c;
    padding: 10px 0 0;
    max-width: 430px;
}
@media only screen and (max-width: 1024px) {
    .rkpt-boxes__wrapper--left .rkpt-section-text {
        text-align: center;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-boxes__wrapper--left .rkpt-section-text {
        max-width: unset;
    }
}
.rkpt-boxes__wrapper--right {
    width: 55%;
}
@media only screen and (max-width: 1024px) {
    .rkpt-boxes__wrapper--right {
        width: 100%;
        padding-top: 30px;
    }
}
.rkpt-boxes__wrapper--right .rkpt-images-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
@media only screen and (max-width: 1024px) {
    .rkpt-boxes__wrapper--right .rkpt-images-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media only screen and (max-width: 440px) {
    .rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item {
        width: 30%;
    }
}
.rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item:before {
    content: "";
    width: 0;
    height: 100%;
    background: rgba(229, 132, 106, 0.4784313725);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item:hover:before {
    width: 100%;
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    .rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item:hover:before {
        width: 0;
    }
}
.rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item:hover .rkpt-title {
    opacity: 1;
}
.rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item img {
    display: block;
}
.rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item .rkpt-title {
    position: absolute;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item .rkpt-title {
        color: #0c1e2c;
        padding-top: 10px;
        position: relative;
        top: unset;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        opacity: 1;
        font-size: 18px;
    }
}
@media only screen and (max-width: 440px) {
    .rkpt-boxes__wrapper--right .rkpt-images-wrapper .rkpt-images-item .rkpt-title {
        font-size: 14px;
    }
}
.rkpt-meal-prep-container {
    position: relative;
}
.rkpt-meal-prep-container:before {
    content: "";
    background: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/ev-zin-lunch/images/meal-prep-bef.png);
    position: absolute;
    left: -50px;
    bottom: 0;
    top: 100%;
    width: 0;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.rkpt-meal-prep-container.rkpt-animate:before {
    width: 400px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.rkpt-meal-prep-container .rkpt-meal-prep {
    max-width: 1720px;
    margin: 0 auto;
    padding-top: 100px;
    margin-bottom: 150px;
    position: relative;
}
.rkpt-meal-prep-container .rkpt-meal-prep:after {
    content: "";
    background-color: #c5c5c5;
    position: absolute;
    width: 100%;
    height: 405px;
    left: 0;
    bottom: 0;
    border-radius: 0 0 0 200px;
}
@media only screen and (max-width: 1024px) {
    .rkpt-meal-prep-container .rkpt-meal-prep:after {
        top: 0;
        left: unset;
        right: 0;
        width: 95%;
        top: 0;
        bottom: unset;
        border-radius: 0 0 0 350px;
        height: 550px;
    }
}
.rkpt-meal-prep-container .rkpt-meal-prep.rkpt-animate .rkpt-meal-prep__wrapper--right {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        gap: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper.rkpt-container {
        padding: 0;
    }
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    z-index: 1;
    padding-left: 40px;
}
@media only screen and (max-width: 1400px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left {
        width: 50%;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        padding-left: unset;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left {
        max-width: 70%;
    }
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left .rkpt-meal-prep-overtitle {
    font-size: 37px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left .rkpt-meal-prep-overtitle {
        font-size: 30px;
    }
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left .rkpt-meal-prep-title {
    font-size: 80px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left .rkpt-meal-prep-title {
        font-size: 54px;
    }
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left .rkpt-meal-prep-cta {
    display: block;
    background-color: #0c1e2c;
    color: #fff;
    font-weight: bold;
    height: 60px;
    font-size: 25px;
    line-height: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 20px;
    margin-top: 40px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left .rkpt-meal-prep-cta {
        height: 74px;
        font-size: 20px;
        max-width: 300px;
        bottom: 30px;
        text-align: center;
        line-height: normal;
    }
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--left .rkpt-meal-prep-cta:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right {
    width: 60%;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}
@media only screen and (max-width: 1400px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right {
        width: 50%;
    }
}
@media only screen and (max-width: 1024px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right {
        width: 100%;
    }
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right iframe {
    border-radius: 0 200px 0 0;
}
@media only screen and (max-width: 1024px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right iframe {
        border-radius: 0 300px 0 0;
        text-align: right;
        margin-left: auto;
        display: block;
        max-width: 80%;
    }
}
@media only screen and (max-width: 500px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right iframe {
        height: 380px;
    }
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right video {
    border-radius: 0 200px 0 0;
}
@media only screen and (max-width: 1024px) {
    .rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right video {
        border-radius: 0 300px 0 0;
        max-width: 450px;
        text-align: right;
        margin-left: auto;
    }
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right video::-webkit-media-controls-panel {
    display: none !important;
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right video::-moz-media-controls-panel {
    display: none !important;
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right video::-moz-media-controls {
    display: none !important;
}
.rkpt-meal-prep-container .rkpt-meal-prep__wrapper--right.rkpt-plays:after {
    background-image: unset;
}
.rkpt-weekdays-slider {
    background-color: #f9f6ef;
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container {
    width: 100%;
    position: relative;
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .swiper-slide {
    height: auto !important;
    position: relative;
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .swiper-slide .rkpt-canvas {
    width: 100%;
    margin: 0 auto;
    z-index: -1;
}
@media only screen and (max-width: 768px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .swiper-slide .rkpt-canvas {
        min-height: unset;
    }
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-lunchbox {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-lunchbox {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-lunchbox img {
    max-width: 27vw;
}
@media only screen and (max-width: 768px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-lunchbox img {
        padding: 30px 30px 0;
        max-width: 100%;
    }
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-lunchbox.rkpt-animate {
    top: 59%;
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-lunchbox.rkpt-animate {
        top: 65%;
    }
}
@media only screen and (max-width: 500px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-lunchbox.rkpt-animate {
        top: 63%;
    }
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    z-index: 2;
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-icons.rkpt-animate {
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-icons {
        display: none;
    }
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-icons img {
    min-width: 56vw;
}
@media only screen and (max-width: 850px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-weekdays-icons img {
        min-width: 80vw;
    }
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-cta {
    padding-top: 20px;
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-scroll-down {
    position: absolute;
    z-index: 99;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0c1e2c;
    color: #fff;
    font-weight: bold;
    height: 60px;
    font-size: 25px;
    line-height: 25px;
    min-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1400px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-scroll-down {
        bottom: 50px;
    }
}
@media only screen and (max-width: 850px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-scroll-down {
        height: 50px;
        font-size: 16px;
        line-height: 16px;
        min-width: 230px;
        bottom: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-scroll-down {
        height: 74px;
        font-size: 20px;
        line-height: 20px;
        min-width: 270px;
        bottom: 30px;
    }
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-scroll-down:hover {
    -webkit-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
}
.rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-scroll-down img {
    display: block;
    padding-left: 20px;
    -webkit-animation: rkpt-bounce 0.8s linear infinite;
    animation: rkpt-bounce 0.8s linear infinite;
}
@media only screen and (max-width: 768px) {
    .rkpt-weekdays-slider .rkpt-weekdays-swiper-container .rkpt-scroll-down img {
        padding-left: 10px;
    }
}
.rkpt-weekdays-slider .swiper-scrollbar {
    background: rgba(0, 0, 0, 0.4784313725);
}
@media only screen and (max-width: 768px) {
    .rkpt-weekdays-slider .swiper-scrollbar {
        display: none;
    }
}
.rkpt-weekdays-slider .swiper-vertical > .swiper-scrollbar {
    border-radius: 2px;
    width: 3px;
    bottom: unset;
    height: 500px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7%;
    left: unset;
}
@media only screen and (max-width: 1260px) {
    .rkpt-weekdays-slider .swiper-vertical > .swiper-scrollbar {
        top: 50%;
        height: 250px;
    }
}
.rkpt-weekdays-slider .swiper-scrollbar-drag {
    background: none;
}
.rkpt-weekdays-slider .swiper-scrollbar-drag:after {
    content: "";
    width: 7px;
    height: 99px;
    border-radius: 8px;
    background: #0c1e2c;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -4px;
}
@media only screen and (max-width: 850px) {
    .rkpt-weekdays-slider .swiper-scrollbar-drag:after {
        height: 59px;
    }
}
.rkpt-products {
    background-color: #f9f6ef;
}
.rkpt-products .products-title {
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: -200px;
}
@media only screen and (max-width: 1500px) {
    .rkpt-products .products-title {
        margin-bottom: -100px;
    }
}
@media only screen and (max-width: 850px) {
    .rkpt-products .products-title {
        margin-bottom: 0;
    }
}
.rkpt-products__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/ev-zin-lunch/images/products/products-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120%;
    max-width: 1700px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    padding-top: 250px;
    padding-bottom: 250px;
}
@media only screen and (max-width: 1630px) {
    .rkpt-products__wrapper {
        background-size: cover;
    }
}
@media only screen and (max-width: 1400px) {
    .rkpt-products__wrapper {
        background-image: unset;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 100px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 850px) {
    .rkpt-products__wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-products__wrapper {
        background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/ev-zin-lunch/images/products/products-bg-mob.png);
        background-size: 99% 100%;
    }
}
.rkpt-products__wrapper .rkpt-product {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    padding-bottom: 150px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rkpt-products__wrapper .rkpt-product:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
@media only screen and (max-width: 1400px) {
    .rkpt-products__wrapper .rkpt-product {
        padding-bottom: 30px;
        padding-top: 0;
    }
}
@media only screen and (max-width: 850px) {
    .rkpt-products__wrapper .rkpt-product {
        width: -webkit-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }
}
@media only screen and (max-width: 500px) {
    .rkpt-products__wrapper .rkpt-product {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 500px) {
    .rkpt-products__wrapper .rkpt-product.rkpt-sm img {
        max-width: 84%;
    }
}
.rkpt-products__wrapper .rkpt-product:nth-child(3),
.rkpt-products__wrapper .rkpt-product:nth-child(4) {
    margin-top: 45px;
}
.rkpt-products__wrapper .rkpt-product:nth-child(10),
.rkpt-products__wrapper .rkpt-product:nth-child(12) {
    margin-top: 90px;
}
.rkpt-products__wrapper .rkpt-product img {
    margin: 0 auto;
    display: block;
}
.rkpt-reusable {
    background-color: #f9f6ef;
    margin-top: -200px;
}
@media only screen and (max-width: 1600px) {
    .rkpt-reusable {
        margin-top: -50px;
    }
}
@media only screen and (max-width: 850px) {
    .rkpt-reusable {
        margin-top: 0;
    }
}
.rkpt-reusable--title {
    padding: 20px 10px;
}
.rkpt-reusable--title img {
    display: block;
    margin: 0 auto;
}
.rkpt-reusable__bg {
    position: relative;
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
    .rkpt-reusable__bg {
        min-height: 56vw;
    }
}
@media only screen and (max-width: 1200px) {
    .rkpt-reusable__bg {
        min-height: 59vw;
    }
}
@media only screen and (max-width: 1024px) {
    .rkpt-reusable__bg {
        min-height: 80vw;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-reusable__bg {
        min-height: unset;
    }
}
.rkpt-reusable__bg .rkpt-reusable-bg {
    width: 100%;
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
@media only screen and (max-width: 1600px) {
    .rkpt-reusable__bg .rkpt-reusable-bg {
        min-height: 56vw;
        left: -25px;
    }
}
@media only screen and (max-width: 1200px) {
    .rkpt-reusable__bg .rkpt-reusable-bg {
        min-height: 59vw;
    }
}
@media only screen and (max-width: 1024px) {
    .rkpt-reusable__bg .rkpt-reusable-bg {
        min-height: 80vw;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-reusable__bg .rkpt-reusable-bg {
        display: none;
    }
}
.rkpt-reusable__wrapper {
    z-index: 2;
    position: relative;
    padding-top: 100px;
    max-width: 1420px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
@media only screen and (min-width: 1431px) {
    .rkpt-reusable__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 1500px) {
    .rkpt-reusable__wrapper {
        padding: 100px 6% 0;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-reusable__wrapper {
        padding: 0 10px 50px;
    }
}
.rkpt-reusable__wrapper .slick-slide {
    margin-right: 10px;
}
@media only screen and (max-width: 500px) {
    .rkpt-reusable__wrapper .slick-slide {
        margin-right: 5px;
    }
}
.rkpt-reusable__wrapper .rkpt-reusable--item {
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.rkpt-reusable__wrapper .rkpt-reusable--item:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
@media only screen and (max-width: 768px) {
    .rkpt-reusable__wrapper .rkpt-reusable--item:hover {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }
}
.rkpt-reusable__wrapper .rkpt-reusable--item img {
    display: block;
    width: 100%;
}
.rkpt-reusable .slick-next {
    right: -15px;
    width: 35px;
    height: 35px;
    z-index: 10;
    top: 35%;
}
.rkpt-reusable .slick-next:before {
    content: "";
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/ev-zin-lunch/images/next-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
}
.rkpt-reusable .slick-prev {
    left: 0px;
    width: 35px;
    height: 35px;
    z-index: 10;
    top: 35%;
}
.rkpt-reusable .slick-prev:before {
    content: "";
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/ev-zin-lunch/images/prev-arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
}
.rkpt-why-plaisio {
    background-color: #f9f6ef;
    text-align: center;
    background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/ev-zin-lunch/images/why-plaisio-bg.png);
    background-repeat: no-repeat;
    min-height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: top;
}
@media only screen and (max-width: 1200px) {
    .rkpt-why-plaisio {
        min-height: 550px;
    }
}
@media only screen and (max-width: 850px) {
    .rkpt-why-plaisio {
        padding-bottom: 0;
        padding-top: 60px;
        min-height: 500px;
        background-image: url(https://res.plaisio.gr/image/upload/Campaigns/B2C-Campaigns/Core/ev-zin-lunch/images/why-plaisio-bg-mob.png);
    }
}
@media only screen and (max-width: 500px) {
    .rkpt-why-plaisio {
        min-height: unset;
        padding-bottom: 50px;
    }
}
.rkpt-why-plaisio .rkpt-title {
    margin-top: 200px;
    font-size: 50px;
    text-align: center;
    color: #0c1e2c;
}
@media only screen and (max-width: 768px) {
    .rkpt-why-plaisio .rkpt-title {
        margin-top: 90px;
    }
}
@media only screen and (max-width: 500px) {
    .rkpt-why-plaisio .rkpt-title {
        max-width: 350px;
        margin: 0 auto;
        font-size: 16px;
        margin-top: 50px;
        padding-bottom: 20px;
    }
}
.rkpt-why-plaisio__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    gap: 15px;
}
@media only screen and (max-width: 850px) {
    .rkpt-why-plaisio__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.rkpt-why-plaisio__wrapper__item {
    display: block;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    text-align: center;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 850px) {
    .rkpt-why-plaisio__wrapper__item {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    .rkpt-why-plaisio__wrapper__item img {
        max-width: 250px;
    }
}
@media only screen and (max-width: 768px) {
    .rkpt-why-plaisio__wrapper__item img {
        max-width: 200px;
    }
}
.rkpt-why-plaisio__wrapper__item:nth-child(1),
.rkpt-why-plaisio__wrapper__item:nth-child(2) {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}
@media only screen and (max-width: 500px) {
    .rkpt-why-plaisio__wrapper__item:nth-child(1) img,
    .rkpt-why-plaisio__wrapper__item:nth-child(2) img {
        max-width: 150px;
        width: unset;
    }
}
@media only screen and (max-width: 850px) {
    .rkpt-why-plaisio__wrapper__item:nth-child(3),
    .rkpt-why-plaisio__wrapper__item:nth-child(4),
    .rkpt-why-plaisio__wrapper__item:nth-child(5) {
        width: -webkit-calc(33% - 10px);
        width: calc(33% - 10px);
    }
}
.rkpt-why-plaisio__wrapper__item a {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rkpt-why-plaisio__wrapper__item a:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
@media only screen and (max-width: 850px) {
    .rkpt-why-plaisio__wrapper__item:nth-child(1) {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .rkpt-why-plaisio__wrapper__item:nth-child(1) img {
        margin-left: auto;
        margin-right: 0;
        display: block;
    }
}
@media only screen and (max-width: 850px) {
    .rkpt-why-plaisio__wrapper__item:nth-child(2) {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .rkpt-why-plaisio__wrapper__item:nth-child(2) img {
        margin-right: auto;
        margin-left: 0;
        display: block;
    }
}
.rkpt-why-plaisio__wrapper__item img {
    margin: 0 auto;
    width: 100%;
}
