@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');

.header_title {
    font-family: 'Geologica', sans-serif !important;
    font-weight: 100 !important;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-family: 'Geologica', sans-serif !important;

    font-weight: 300 !important;
}

.social_on_top,
.addres_link,
.play_button {
    flex: 1;
}

.top_link_btn {
    padding: 10px 40px;
    color: #fff;
    border-style: double;
    border-width: 4px;
    display: block;
    margin: 0 auto;
    width: fit-content;

}

.addres_link a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
}

.addres_link a:hover {
    color: #000;
}

.top_link_btn:hover {


    color: #fff;

}

.box-button a:hover {
    color: #fff !important;
}

#top-margin {

    height: 80vh;
}

#sp-menu .justify-content-end {
    justify-content: center !important;
}

#sp-phone-link .d-flex {
    justify-content: flex-end !important;
}

#sp-header {
    background: #ffffff;
    box-shadow: unset !important;
}

.main_page_s #sp-header {
    background: #ffffff;
    box-shadow: unset !important;
}

.jumping-img img {
    animation: jump 2s ease-in-out infinite;
    display: block;
    margin: 0 auto;
}

#sp-bottom .sp-module .sp-module-title {
    color: #000 !important;
}

.bottom-menu li {
    margin-bottom: 5px !important;
}

#sp-bottom {
    border-bottom: 1px solid #dddddd;

}

.latest_products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.latest_products .block_item {
    width: 24%;
    position: relative;
    margin-bottom: 30px !important;
}

.latest_products .block_item .name {
    bottom: 65px !important;
}

#cf_1 input {
    border-radius: 0px !important;
    padding: 15px 10px !important;
}

.latest_products .name a {
    color: #121f38 !important;
    font-size: 18px;
    text-transform: uppercase !important;
}

.latest_products .name a:hover {
    color: #818491 !important;
}

.jshop_list_product .block_product:hover {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.btn-primary {
    padding: 0px;
    border: none;
    border-bottom: 1px solid;
    border-color: #000;
    color: #000;
    border-radius: 0px;
    background: unset;
    padding-bottom: 10px;
}

.btn-primary:hover {
    color: #000 !important;
    background-color: unset !important;
    border-color: #000;
}

.jshop_price {
    font-size: 14px !important;
}

@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

.mouse_jumping {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.top_link_btn_dark {
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    width: fit-content;

}

.top_link_btn_dark:hover {
    background: #fff;
    color: #000;
}

.item {
    position: relative;
}

.item img {
    display: block;
}

.w-100 {
    width: 100% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.item .category-info {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.item .category-info .image {
    position: absolute;
    right: 30px;
    width: 150px;
}

.item .sub-title {
    font-family: Jost;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: 25px;
    text-transform: uppercase;
}

.item .box-info {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.item .box-info .title-banner {
    font-family: Jost;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: #111;
    transition: all .3s;
}

.item .box-info .button-main1 {
    margin-top: 20px;
}

.button-main1 {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #111;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 40px;
    transition: all .3s;
    display: inline-block;
    position: relative;
    margin-top: 30px;
}

.item .category-info .image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.item:hover .category-info {
    background: #f5f5f5cc;
}

.sppb-carousel-extended-item {
    padding: 30px 33px;
    position: relative;
    background: #fff;
    box-shadow: 0 9px 18px #00000014, 0 5px 7px #0000000d;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 30px;
    transition: .45s;
    border: 2px dashed #fff;
}

.sppb-carousel-extended-item:hover {
    transform: translateY(-20px);
    border: 2px dashed #d26800;
}

.social_on_top {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.social_on_top li {
    display: inline-block !important;
    margin-right: 30px;
}

.social_on_top li a {
    font-size: 18px;
    color: #fff !important;
}

.social_on_top li span {
    padding-left: 8px;
}

#cf_2 {
    -webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
}

#cf_2 input,
#cf_2 select {
    padding: 20px 15px !important;
    border-radius: 0px !important;
}

.top_social_video {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px !important;
}

.insta_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.insta_item {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}

.insta_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.insta_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay i {
    color: #fff;
    font-size: 48px;
}

.insta_item:hover .overlay {
    opacity: 1;
}

.why_us_block {
    margin-bottom: 30px;
    border: 1px solid #eaeaea;
    padding: 25px 15px;
    align-items: center;
    -webkit-transition: border .25s linear .25s;
    -moz-transition: border .25s linear .25s;
    -ms-transition: border .25s linear .25s;
    -o-transition: border .25s linear .25s;
    transition: border .25s linear .25s;
    text-align: center;
}

.why_us_block:hover {
    border-color: #000;
}

.title_s_line {
    font-weight: 400;
    color: #000;
    font-size: 18px;

    position: relative;
    padding-bottom: 18px;
    margin-bottom: 22px;
    display: block;
}

.title_s_line:after {
    content: "";
    height: 1px;
    width: 42px;
    border-bottom: 1px solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.why_us_block p {
    color: #979797;
    font-size: 14px;
    line-height: 28px;

}

.jshop_oiproduct {
    display: flex;
    gap: 30px;
}

.special_offer {

    font-size: 14px;
    color: #505050;
    line-height: 20px;
    font-weight: 400;
    margin-top: 40px;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
}

span.s_ptitle {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.right_block1 {
    width: 70%;
}

.right_block2 {
    width: 55%;
}

.right_block1 h1 {

    font-size: 26px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    padding-right: 40px;
}

.details {
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 30px;
    margin-top: 25px;

}

.details span {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    transition: .3s;
    padding-bottom: 5px;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.details span:after {
    content: "";
    height: 1px;
    width: 163px;
    border-bottom: 1px solid #d26800;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.jshop_prod_description {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
}

.jshop_prod_description h3 {
    margin-bottom: 0.5rem;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
}

.jshop_prod_description p {

    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #a8a8a8;
}

.vinteo_b_s {

    transition: all .3s ease;
    padding: 18px 30px;
    font-size: 14px;
    background: #d26800;
    letter-spacing: .1em;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: .3s;
    text-align: center;
}

.vinteo_b_s:hover {
    background: #000;
    transition: .3s;
    color: #fff;
}

.jshop_list_product .list_related .sblock3 {
    width: 25% !important;
}

.related_header {

    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    letter-spacing: 2px;
    text-transform: none;
    position: relative;
    text-align: center;
    border-bottom: 0px solid;
    margin-bottom: 50px;
}

.product_buttons {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    justify-content: flex-start;
}

span.extra_fields_name {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid black;
    padding-bottom: 4px;
    letter-spacing: .1em;
    display: inline-block;
    margin-bottom: 17px;
    margin-right: 10px;
    text-transform: uppercase;
}

.size {
    line-height: unset;
    padding: 10px 15px;
    border: 1px solid #d7d7d7 !important;
    color: #979797;
    margin: 0 10px 10px 0 !important;
    text-align: center;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.size:hover {
    border: 1px solid #000 !important;
    color: #fff !important;
    background: black;
}

.extra_fields_el {
    margin-bottom: 20px;
}

.details_b_s {
    transition: all .3s ease;
    padding: 18px 30px;
    font-size: 14px;
    background: #000;
    letter-spacing: .1em;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: .3s;
    text-align: center;
}

.details_b_s:hover {
    background: #d26800;
    transition: .3s;
    color: #fff;
}

.free_apoiments {
    margin-top: 30px;
    text-align: center;
}

.free_apoiments p {
    color: #979797;
    font-size: 14px;
    line-height: 28px;
}

#cf_3 input,
#cf_3 select {
    padding: 16px 15px !important;
    border-radius: 0px !important;
}

#cf_3 {
    border: 1px solid #eaeaea;
    margin-top: 30px;
}

.block_product .image_block img.jshop_img {
    /*max-height: 400px;
    width: 300px;*/
    object-fit: cover;
}

.block_product .image_block .jshop_img {
    /*height: 400px;
    width: 300px;*/
    object-fit: cover;

}

.medium {
    font-size: 18px;
}




.burger-icon>span {
    background-color: #121f38;
}

.title_line {
    position: relative;
}

.title_line:before {
    content: "";
    width: 50%;
    height: 2px;
    background: #c78665;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    bottom: 15px;
}

.breadcrumb {
    background: none !important;
    border: 1px solid #eaeaea;
    margin-top: 30px;
}

.breadcrumb-item a {
    color: #000 !important;
}

.list_product .name a {
    color: #000 !important;
}

.jshop_list_category {
    display: none !important;
}

.phone-link {
    color: #121f38;
    text-decoration: none;
    font-size: 17px;
    padding-top: 27px;
    display: block;
}

.phone-link:hover {
    color: #cccccc;
    /* Optional hover effect */
}

.jshop_list_product .product .image {
    position: relative;
}



.sppb-panel-custom button {
    color: #000;
}

.mobile_show {
    display: none !important;
}

.mobile_show a {
    text-decoration: none;
    display: block !important;
    margin-top: 26px;
}

.mobile_show a:hover {
    color: #fff;
}

.social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.social-links ul li a:hover {
    color: #000 !important;
}

.main_top_cat_block {
    position: relative;
    /* ΑΠΑΡΑΙΤΗΤΟ */
    display: block;
    
    /* άλλαξέ το */
   
    /* ΑΠΑΡΑΙΤΗΤΟ για να πατήσει το overlay */
    overflow: hidden;
    text-decoration: none;
    
}

.main_top_cat_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.main_top_cat_block .overlay2 {
    position: absolute;

    background: rgb(255 255 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    z-index: 2;
    bottom: 50px;
    width: 50%;
    padding: 15px 10px;
        color: #000;
        
}

.main_top_cat_block h2 {
    margin: 0;
    font-size: 24px;
}

.main_top_cat_block h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: normal;
}




@media screen and (max-width: 600px) {
    .latest_products .block_item {
        width: 50%;
    }



    .mobile_show {
        display: block !important;
        text-align: center;
    }

    .social_on_top {
        text-align: left;
    }

    .phone-link {
        color: #121f38;
        text-decoration: none;
        font-size: 20px;
        padding-top: 15px;
        display: block;
    }

    .right_block1 {
        width: 100%;
    }

    .right_block2 {
        width: 100%;
    }

    .jshop_oiproduct {
        flex-wrap: wrap;
    }

    .product_buttons {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #sp-header {
        height: 60px !important;
    }

    .insta_item {
        width: 46%;
        height: auto;
    }
}