/* Regular */
@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraPro-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Black Italic */
@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Light Italic */
@font-face {
    font-family: 'CeraPro';
    src: url('../fonts/CeraPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
body,
label,
input#wpsl-search-btn,
input#wpsl-search-input,
p.wpsl-contact-details strong
{
    font-family: 'CeraPro', sans-serif !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

a{
    font-family: 'CeraPro', sans-serif !important;
}
p{
    font-size: 15px !important;
    line-height: 19px;
}

#Content{
    z-index: 3;
}

.content_wrapper{
    background:  #F7F7F7 ;
}

.has_content .the_content_wrapper {
    margin-bottom: 0px;
}

    /*#section1*/
#section1{
    padding-top: 155px;
    padding-bottom: 150px;
    background: #fff;
}

.imgs-absolute  .wpb_wrapper{
    display: flex;
}

.imgs-absolute .p-absolute{
    position: relative;
    right: 74px;
    bottom: -210px;
}

.imgs-absolute{
    padding-left: 85px;
}

.mw-577{
    position: relative;
    right: -20px;
}

.mw-577 .wpb_wrapper{
    width: 100%;
    max-width:577px;
    margin-left: auto;
    text-align: right;
}

#section1 .text-section{
    padding-top: 100px;
}

#section1 .text-section h2{
    font-size: 42px;
    line-height: 45px;
    font-weight: bold !important;
    text-align: right !important;
}

#section1 .text-section h5{
    font-size: 15px;
    line-height: 19px;
    font-weight: 500 !important;
    text-align: right;
}

.black-button{
    padding-top: 35px;
}

.black-button button{
    color: #fff !important;
    background-color: #000000 !important;
    font-size: 16px !important;
    padding: 13px 24px !important;
    border-radius: 5px !important;
    line-height: 16px !important;
    transition: all 0.2s ease-in-out;
}

.black-button button:hover, #wpsl-search-btn:hover {
    background-color: #0d0d0d !important;
    transform: scale(1.009);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
/*end #section1*/

/*#section2*/
#section2{
    background:  #F7F7F7 ;
    border-bottom: 0.2px solid #AFAFAF;
}

#section2 .text-center:has(h4){
    padding-top: 75px;
    margin-bottom: 18px;
}

.wpb_text_column h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #000;
}

.wpb_text_column h5 {
    font-size: 33px;
    font-weight: 500;
    line-height: 41px;
    color: #000;
}

.mw-827{
    width: 100%;
    margin-left:auto;
    margin-right: auto;
    max-width: 827px;
}

.mw-1594 {
    width: 100%;
    margin-left:auto;
    margin-right: auto;
    max-width: calc(1594px + 30px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-box{
    background: #f1f1f1;
    padding: 15px 35px;
    position: relative;
    border-radius: 10px;
    margin-right: 7px;
    margin-left: 7px;
    max-height: 350px;
    height: 350px;

}

.text-boxes{
    padding-top: 30px;
    margin-bottom: 0 !important;
    padding-bottom: 75px;
}

.text-boxes.first{
    padding-bottom: 0 !important;
}

.text-boxes.second .text-box{
    margin-right: 50px;
}

.text-box ul{
    margin: 0 0 15px 15px;
}

.text-box .wpb_wrapper:has(h5){
    /*margin-bottom: 60px;*/
}

.text-box h5{
    position: relative;
}

.text-box h5:after{
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #000000;
    transform-origin: left;
    transition: transform 0.3s ease;
    z-index: 1;
}

.text-box li{
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px;
    color: #000;
    padding-left: 4px
}

.text-box p{
    font-size: 14px !important;
    line-height: 15px !important;
}

.text-box .wpb_single_image {
    position: relative;
    right: -15px;
    bottom: 0;
    margin-bottom: 0px;
}

.vc_single_image-wrapper{
    margin-bottom: 0 !important;
}

.box-text-icon .ult-content-box{
    display: flex;
}

.box-text-icon{
    margin-bottom: 20px !important;
}

.centered-text .wpb_wrapper{
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-image .vc_single_image-wrapper{
    width: 120px;
}

/*end #section2*/

/* #section3 */

#section3{
    padding-top: 80px;
    padding-bottom: 80px;
    background:  #F7F7F7 !important;
    border-bottom: 0.2px solid #AFAFAF;
}

#section3.mw-1594{
  max-width: 100%;
}

.mw-1594 > .vc_column_container{
    max-width: calc(1594px + 30px);
}

.text-left.mw-827{
    margin-left: 0;
}

.wpsl-search{
    background: #f7f7f7 !important;
}

#wpsl-search-wrap div label {
    float: left;
    margin-right: 10px;
    line-height: 32px;
    font-size: 15px;
    width: 250px !important;
    margin-left: 4px;
    font-weight: 500;
    font-family: 'CeraPro' !important;
    color: #000;
    line-height: 16px;
    margin-bottom: 5px;
}

.wpsl-dropdown .wpsl-selected-item, .wpsl-selected-item, .wpsl-dropdown li,select#wpsl-category-list ,#section3 .pac-target-input, #wpsl-search-btn  {
    padding: 14px 0px 12px 14px !important;
    margin: 0 !important;
    background: #f7f7f7;
    font-size: 15px;
    border: 0.2px solid #AFAFAF !important;
    border-radius: 5px;
    max-height: 43px;
    line-height: 15px;
}

select#wpsl-category-list{
    background: #f7f7f7 !important;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus{
    color: #000 !important;
    background: #f7f7f7 !important;
}
.wpsl-dropdown li{
    border-radius: 0px;
    border: 0;
}



#wpsl-search-btn{
    background: #000;
    color: #fff !important;
    text-align: center;
    padding: 14px 12px!important;
    font-size: 16px;
    width: 205px;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    border: 1px solid #fff;
    transition: all 0.2s ease-in-out;
}

.wpsl-dropdown{
    border: 0 !important;
}

.wpsl-search-btn-wrap {
    margin-top: 21px !important;
}

.wpsl-search {
    margin-bottom: 35px;
}



.store-title strong{
    font-family: 'ivypresto-display' !important;
    font-size: 21px !important;
    line-height: 21px !important;
    text-transform: uppercase;
    font-weight: 600;

}

.store-title{
    margin-bottom: 0 !important;
}

.store-subtitle{
    font-size: 16px !important;
    line-height: 19px !important;
    margin-bottom: 12px !important;
    font-weight: bold !important;
}

.wpsl-street, .wpsl-contact-details span, wpsl-contact-details, #section3 .wpsl-contact-details span strong, #wpsl-stores a.wpsl-directions{
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 0px !important;
    color: #000;
    text-transform: capitalize !important;
}

#section3 .wpsl-contact-details span strong, #wpsl-stores a.wpsl-directions{
 font-weight: bold !important;
}


.wpsl-contact-details a{
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 0px !important;
    padding-right: 0 !important;
    color: #000;
    padding: 0 !important;
}
.wpsl-contact-details a:hover{
    color: #000;
    text-decoration: underline;
}

#wpsl-result-list li p{
    margin: 0 0 16px 0;
}

#wpsl-stores a.wpsl-directions{
    padding: 0 !important;
}

#wpsl-wrap #wpsl-result-list li {
    border-bottom: 1px solid #444444 !important;
    padding: 20px 10px 25px 10px !important;
}

#wpsl-wrap{
    margin-bottom: 0 !important;
}

#section3 .wpb_raw_code{
    margin-bottom: 0 !important;
}

/* end #section3 */


/*  #section4 */

#section4{
    padding-top: 80px;
    padding-bottom: 70px;
}

.mw-1070{
    width: 100%;
    margin-left:auto;
    margin-right: auto;
    max-width: calc(1070px + 30px);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* end #section4 */

/*  #section5 */


#section5{
    padding-top: 122px;
    padding-bottom: 150px;
    background: #000;
}

#section5 .black-button button{
    border: 1px solid #fff;
    padding: 14px !important;
    width: 333px;
    text-align: center;
    font-size: 16px !important;
    line-height: 16px !important;
}

#section5 h2, #section5 p, #section5 h5{
    color: #fff;
}

.duo-images{
    position: relative;
}

.p-absolute {
    position: absolute;
}
#section5 .p-absolute{
    left: 0;
    bottom: 48%;
    transform: translate(48%, 50%);
}

.text-pos-center>.vc_column-inner{
    position: relative;
    height: 500px;
}

.text-pos-center .vc_column-inner>.wpb_wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);

}

#section5 .text-pos-center .vc_column-inner>.wpb_wrapper{
    max-width: 730px;
    padding: 0 15px;
}

#section5 .duo-images{
    padding-right: 30px;
}

#section5 .text-pos-center{
    padding-left: 30px;
}

.text-pos-center h2{
    font-size: 40px;
    line-height: 47px;
    font-weight: bold !important;
    margin-bottom: 25px;
}

/* end #section5 */


/* end #section6 */

#section6{
    padding-bottom: 66px;
    padding-top: 66px;
    border-bottom: 0.2px solid #AFAFAF;
}
#section6  .wpb_single_image:not(.p-absolute){
    margin-bottom: 0 !important;
}

#section6 .text-section p{
    text-align: right;
}

#section6 .text-section h2{
    text-align: right !important;
}

#section6 .text-section{
    padding-right: 85px;
}

#section6 .text-button {
    display: flex;
    justify-content: end;
}

#section6 .duo-images{
    padding-left: 75px;
    border-left: 0.2px solid #AFAFAF;
}

#section6 .duo-images .p-absolute{
    right: 16%;
    z-index: 0;
    top: 0;
}

#section6 .wpb_single_image:not(.p-absolute){
    position: relative;
    z-index: 1;
    margin-top: 120px;
}
#section6 .text-pos-center .vc_column-inner>.wpb_wrapper{
    max-width: 650px;
    margin-left: auto;
    left: auto;
    right: 0;
}


/* end #section6 */



/* #sectio7 */

#section7{
    padding-bottom: 66px;
    padding-top: 40px;
    border-bottom: 0.2px solid #AFAFAF;
}

#section7 .slick-slider .slick-slide {
    margin: 0 !important;
}





#section7 .slick-slider{
    padding-left: 33px;
    padding-right: 33px;
}
.vc_carousel-slideline-inner .vc_item a{
    padding: 0 !important;
}
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner{
    margin: 0 !important;
}
.ult-carousel .slick-slide,
.du-carousel .owl-item { position: relative; }
/* ο wrapper του video */
.du-video-wrapper {
    position: relative;
    overflow: hidden;     /* προαιρετικό, για να μην προεξέχει κάτι */
}

/* το ίδιο το video */
.du-video-wrapper video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;    /* ώστε να «γεμίζει» το κάδρο κόβοντας πάνω/κάτω */
}

/* το overlay-link που άνοιγει το lightbox */
.du-video-wrapper .du-video-overlay {
    position: absolute;
    inset: 0;             /* top/right/bottom/left: 0 */
    z-index: 2;
    display: block;
}

/* το “play” εικαστικό στο κέντρο (προαιρετικό) */
/*.du-video-wrapper .du-video-overlay::before{*/
/*    content:"";position:absolute;left:50%;top:50%;*/
/*    transform:translate(-50%,-50%);*/
/*    width:74px;height:74px;border-radius:50%;*/
/*    background:rgba(0,0,0,.45);*/
/*}*/
/*.du-video-wrapper .du-video-overlay::after{*/
/*    content:"";position:absolute;left:50%;top:50%;*/
/*    transform:translate(-40%,-50%);*/
/*    width:0;height:0;border-left:24px solid #fff;*/
/*    border-top:14px solid transparent;border-bottom:14px solid transparent;*/
/*}*/

.du-lightbox img{
    position: relative;
    top: -26px;
}

.vc_images_carousel ol.vc_carousel-indicators {
    bottom: -35px;
}

.slick-dots li{
    padding: 0 !important;
}

.ult-carousel-wrapper{
    margin-bottom: 0 !important;
}

#section7 .vc_carousel-indicators li{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0.2px solid #AFAFAF;
    margin: 0 7px;
    margin-bottom: 5px;
    transition: all 0.25s ease;
    background: transparent;
}

#section7 .vc_active.vc_first_active {
    width: 27px;
    background: #AFAFAF;
    border-radius: 5px;
}

.ult-carousel-wrapper .slick-dots li i:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0.2px solid #AFAFAF;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    transition: all 0.25s ease;
}

.ult-carousel-wrapper .slick-dots li.slick-active i:before {
    content: "";
    width: 27px;
    background: #AFAFAF;
    border-radius: 5px;
}

.slick-dots li {
    height: 7px;
    width: 7px;
    margin: 0 4px;
}
.slick-dots li.slick-active{
    width: 27px;
}

.slick-slide{
    width: 100%;
    max-width: 460px;
    max-height: 460px;
}

/* end #section7 */

/* #section8 */

#section8 .wpb_text_column a:has(img){
    padding: 0 !important;
}

#section8{
    padding-top: 130px;
    padding-bottom: 130px;
}

.text-button .vc_general {
    background-color: transparent !important;
    padding: 0 0 10px 0 !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
}

.text-button .vc_btn3.vc_btn3-color-grey,.text-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat{
    background-color: transparent !important;
}

.text-button button {
    position: relative;
    overflow: hidden;
    background: transparent;
    border: none;
    cursor: pointer;
}

#section8 .text-button{
    margin-bottom: 0 !important;
}

.text-button a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #000; /* Χρώμα της γραμμής */
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.text-button a:hover::after {
    transform: scaleX(0);
    transform-origin: left;
}

.text-button a:not(:hover)::after {
    transform-origin: left;
    transform: scaleX(1);
}

#section8 h4{
    margin-bottom: 0 !important;
    font-size: 35px !important;
    line-height: 35px !important;
    font-weight: bold !important;
}

#section8 .wpb_text_column a:has(img) img{
    position: relative;
    top: -2px;
}

/* end #section8 */

/*#section2,*/
/*#section3,*/
/*#section4,*/
/*#section6,*/
/*#section7,*/
/*#section8 {*/
/*    background: transparent;*/
/*    margin-left: 20px;*/
/*    margin-right: 20px;*/
/*}*/

/*#section2 .vc_column-inner,*/
/*#section3 .vc_column-inner,*/
/*#section4 .vc_column-inner,*/
/*#section6 .vc_column-inner,*/
/*#section7 .vc_column-inner,*/
/*#section8 .vc_column-inner {*/
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/
/*}*/



#section2 {
    background: linear-gradient(180deg, #F6F6F6 0%, #F7F7F7 100%);
}

#section4 {
    background: linear-gradient(180deg, #F7F7F7 0%, #F8F8F8 100%);
}

#section3 {
    background: linear-gradient(180deg, #F8F8F8 0%, #FAFAFA 100%);
}

#section6 {
    background: linear-gradient(180deg, #FAFAFA 0%, #FCFCFC 100%);
}

#section7 {
    background: linear-gradient(180deg, #FCFCFC 0%, #FDFDFD 100%);
}

#section8 {
    background: linear-gradient(180deg, #FDFDFD 0%, #FFFFFF 100%);
}


#wpsl-wrap .wpsl-selected-item
{
    position: static;
    padding-right: 22px !important;
    font-size: 14px !important;
}

#wpsl-category li[data-value="22"] {
    display: none !important;
}

.page-id-3 .wp-block-heading{
    margin-top: 160px;
}

.page-id-3 .content_wrapper {
    background: #fff;
}

.glightbox-clean .gclose {
    width: 50px;
    height: 55px;
    top: 15px;
    right: 10px;
    position: absolute;
}


.m-465{
    max-width: 465px;
}

.m-468{
    max-width: 468px;
}

.m-457{
    max-width: 457px;
}

.m-638{
    max-width: 638px;
    margin-left: auto;
}

.m-620 {
    max-width: 620px;
}

.m-574 {
    max-width: 574px;
}

