@font-face {
	font-family: 'sans_regular';
	src: url('../fonts/PFGrandGothikWide-Medium.otf');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'sofar';
	src: url('../fonts/SOFARMONOVF.ttf');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
:root {
    --black: #191919;
    --black_rgb: 25, 25, 25;
    --white: #EFEFEF;
    --grey: #C7C7C7;
    --blue: #0335BA;
    --blue: #0033CC;
    --orange: #FF5C00;
    --regular: 'sans_regular';
    --transition: all .5s ease;
}
BODY {
	font-family: var(--regular);
    background: var(--white);
    color: var(--black);
    font-weight: normal;
	padding-top:280px;
}
BODY#category,
BODY#index {
	padding-top: 0px;
}
A {
    color: var(--black);
}
IMG {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
HEADER {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0px 30px;
    height: 100px;
    background: none;
    position: fixed;
    left: 0px;
    color: var(--grey);
    font-size: 41px;
}
HEADER A {
    color: var(--grey);
    font-size: 41px;
}
.header-block__action-btn {
    color: var(--grey);
}
.ps-customersignin .dropdown-item {
    color: var(--black);
}
.header-block__badge {
    background: none;
    font-size: 41px;
    color: var(--grey);
}
.menu_item {
    margin-left: auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.menu_right {
    display: flex;
    align-items: center;
    gap: 30px;
}
.menu_underlay {
    background: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    transition: var(--transition);
}
.menu_underlay.openmenu {
    background: rgba(var(--black_rgb), .8);
    pointer-events: all;
}
.my_menu {
    position: fixed;
    top: 0px;
    left: -50%;
    width: 50%;
    height: 100vh;
    background: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 15px;
    overflow: auto;
    transition: var(--transition);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .my_menu {
        left: -100%;
        width: 100%;
    }
}
.my_menu.open_menu {
    left: 0px;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree {
    flex-direction: column;
    align-items: center;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link {
    color: var(--grey);
    outline: none;
    outline-offset: 0rem;
    padding: 0px;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link:focus {
    border-radius: none;;
    outline: none;
    outline-offset: 0rem;
    padding: 0px;
}
FOOTER .ps-emailsubscription {
    display: none;
}
.footer__main {
    background: none;
    padding: 50px 15px 30px 15px;
    text-align: center;
    font-size: 32px;
    color: var(--black);
}
@media screen and (max-width: 767px) {
    .footer__main {
        font-size: 18px;
    }
}
.footer_inner {
    max-width: 1720px;
    margin: auto;
}
/* .footer_inner > DIV {
    margin-bottom: 15px;
} */
.footer_inner > DIV:last-child {
    margin-bottom: 0px;
}
.footer_inner EM {
    font-style: normal;
    white-space: nowrap;
}
.sofar {
    font-family: 'sofar';
}
@layer utilities {
    .bg-body-tertiary {
      background-color: transparent !important;
    }
}
.ps-emailsubscription FORM > DIV:first-child {
    border-bottom: 1px solid var(--black);   
}
.ps-emailsubscription INPUT[type=submit] {
    background: none;
    border: none;
    color: var(--black);
    font-size: 41px;
    font-family: var(--regular);
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .ps-emailsubscription INPUT[type=submit] {
        font-size: 24px;
    }
}
.ps-emailsubscription .form-control {
    background: none;
    border: none;
    box-shadow: none;
    color: var(--black);
    font-size: 41px;
    font-family: var(--regular);
    padding: 0px;
}
@media screen and (max-width: 767px) {
    .ps-emailsubscription .form-control {
        font-size: 24px;
    }
}
.ps-emailsubscription .form-control::placeholder {
    color: var(--black);
}
.newsletter_policy {
    display: flex;
    margin-top: 10px;
}
.newsletter_policy .checkbox_field {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
}
.checkbox_field input {
    position: absolute;
    opacity: 0;
    height: 30px !important;
    width: 30px !important;
    margin: 0px;
    top: 15px;
    left: 0px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .checkmark {
        width: 20px !important;
        height: 20px !important;
        top: 6px;
    }
}
.checkmark {
    width: 30px;
    height: 30px;
    flex: 1 0 30px;
    border: 1px solid var(--black);
    display: block;
    margin-top: 15px;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .checkmark {
        width: 20px;
        height: 20px;
        flex: 1 0 20px;
        margin-top: 6px;
    }
}
.checkmark::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    left: 0px;
}
@media screen and (max-width: 767px) {
    .checkmark::after {
        width: 20px;
        height: 20px;
    }
}
.checkbox_field input:checked ~ .checkmark::after {
    background: var(--black);
}
.other_links {
    margin-bottom: 75px;
}
.close_menu {
    cursor: pointer;
}
.breadcrumb__wrapper {
    display: none;
}
.page:not(body) {
    padding-bottom: 0px;
}
.video {
    height: 100vh;
    overflow: hidden;
}
.info_content_wrap .video.mobile_view,
#index .video.mobile_view {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video_inner {
    aspect-ratio: 16/9;
    width: 100%;
}
.info_content_wrap .video_inner.mobile_view,
#index .video_inner.mobile_view {
    width: unset;
    height: 100%;
}
.video_inner IFRAME {
    width: 100%;
    height: 100%;
}
.two_panels_video {
    display: flex;
    flex-wrap: wrap;
}
.two_panels_video > DIV {
    flex: 1 0 50%;
}
@media screen and (max-width: 767px) {
    .two_panels_video > DIV {
        flex: 1 0 100%;
    }
}
.two_panels_video .video {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    position: relative;
    height: auto;
}
.two_panels_video .video_inner {
    height: 56.25vw;
    aspect-ratio: 9/16;
}
@media screen and (max-width: 767px) {
    .two_panels_video .video_inner {
        height: 112.5vw;
        aspect-ratio: 9/16;
    }
}
.elp_lvn {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    max-width: 433px;
    width: 90%;
}
#cms .columns-container.container {
    max-width: 1720px;
}
#ets_blog_page .columns-container.container {
    max-width: 100%;
}
#category .columns-container.container {
    max-width: 100%;
    padding: 0px;
}
#product .columns-container.container {
    max-width: 100%;
    padding: 0px;
}
.info_content_wrap .video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.info_title {
    filter: brightness(.2);
    margin: 0px auto 30px auto;
    max-width: 70%;
}
.info_content {
    margin-top: calc(100vh - 50px);
    margin-bottom: 200px;
    font-size: 44px;
    line-height: 55px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .info_content {
        font-size: 24px;
        line-height: 30px;
    }
}
.info_content A {
    text-decoration: none;
    color: var(--blue);
}
.info_page_footer {
    font-size: 41px;
    line-height: 58px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.info_page_footer A {
    color: var(--blue);
}
@media screen and (max-width: 767px) {
    .info_page_footer {
        font-size: 24px;
        line-height: 31px;
    }
}
.info_page_footer > * {
    flex: 1;
}
@media screen and (max-width: 767px) {
    .info_page_footer > * {
        flex: 1 0 100%;
    }
}
.info_page_footer_social {
    color: var(--blue);
}
.page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    font-size: 37px;
    margin-bottom: 205px;
}
.page_links A {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    color: var(--blue);
}
.term {
    text-align: center;
    margin-bottom: 90px;
}
.term_title {
    font-size: 37px;
}
.term_description {
    font-size: 32px;
    line-height: 45px;
}
@media screen and (max-width: 767px) {
    .term_description {
        font-size: 18px;
        line-height: 26px;
    }
}
.blog_list_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.blog_item {
    text-align: center;
    width: 100%;
}
.blog_item_title {
    text-decoration: underline;
    text-align: center;
    font-size: 46px;
}
.blog_description p {
    color: var(--black);
    font-size: 46px;
    line-height: 64px;
    text-align: center;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.blog_item_share {
    font-size: 30px;
    margin: 42px 0px 31px 0px;
    cursor: pointer;
    text-align: center;
}
.share_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(var(--black_rgb), .9);
    z-index: 1021;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}
.share_outer.open {
    opacity: 1;
    pointer-events: all;
}
.share {
    position: relative;
    background: var(--white);
    padding: 100px;
}
.share A {
    display: block;
    text-align: center;
    color: var(--black);
    font-size: 24px;
    margin: 10px 0px;
}
.share .exit {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.share .exit DIV {
    position: absolute;
    width: 30px;
    height: 3px;
    top: 14px;
    background: var(--black);
}
.share .exit DIV:first-child {
    transform: rotate(45deg);
}
.share .exit DIV:last-child {
    transform: rotate(-45deg);
}
.blog_post .blog_item_title {
    text-decoration: none;
}
.back_to_articles {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}
.elp_lvn_wrap .elp_lvn {
    position: static;
    margin-top: 20px;
}
.blog_post .blog_item_share {
    font-size: 30px;
    margin: 30px 0px 150px 0px;
}
@media screen and (max-width: 767px) {
    .blog_post .blog_item_share {
        margin: 30px 0px 50px 0px;
    }
}
.blog_post .blog_description {
    column-count: 2;
    column-gap: 80px;
}
@media screen and (max-width: 767px) {
    .blog_post .blog_description {
        column-count: 1;
    }
}
.blog_post .blog_description p {
    font-size: 32px;
    line-height: 43px;
    text-align: left;
    -webkit-box-orient: unset;
    break-inside: avoid;
}
@media screen and (max-width: 767px) {
    .blog_post .blog_description p {
        font-size: 18px;
        line-height: 24px;
    }
}
.blog_pics {
    margin: 195px -12px 100px -12px;
}
.blog_pics P,
.blog_pics {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .blog_pics {
        margin: 50px 0px;
    }
}
.blog_pics > P *,
.blog_pics > * {
    flex: 1 0 50%;
    margin: 0px;
}
@media screen and (max-width: 767px) {
    .blog_pics > P *,
    .blog_pics > * {
        flex: 1 0 100%;
    }
}
.blog_text {
    max-width: 1760px;
    margin: auto;
}
.blog_list {
    max-width: 1440px;
    margin: auto;
}
.layout-full-width .products {
    display: block;
}
.page-product .product__container {
    display: block;
}
.top_text {
    padding: 0px 15px 165px 15px;
    text-align: center;
    max-width: 1720px;
    margin: auto;
}
.product__name {
    font-size: 133px;
    line-height: 162px;
    margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
    .product__name {
        font-size: 60px;
    }
}
.product_short_description {
    font-size: 44px;
    line-height: 55px;
}
@media screen and (max-width: 767px) {
    .product_short_description {
        font-size: 24px;
        line-height: 30px;
    }
}
.two_panels {
    display: flex;
    flex-wrap: wrap;
    gap: 75px;
    padding: 85px 15px;
    max-width: 1800px;
    margin: auto;
}
.statements_product .two_panels {
    padding: 85px 15px 0px 15px;
}
.two_panels > DIV {
    flex: 1;
}
@media screen and (max-width: 767px) {
    .two_panels > DIV {
        flex: 1 0 100%;
    }
}
.feature_name {
    font-size: 44px;
}
@media screen and (max-width: 767px) {
    .feature_name {
        font-size: 24px;
    }
}
.feature_value {
    font-size: 143px;
}
@media screen and (max-width: 767px) {
    .feature_value {
        font-size: 60px;
    }
}
.description {
    font-size: 32px;
    line-height: 44px;
}
@media screen and (max-width: 767px) {
    .description {
        font-size: 18px;
        line-height: 25px;
    }
}
.page-product .product__images {
    margin-bottom: 0px;
}
.product__thumbnails {
    margin: 0px;
}
.product__thumbnails-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
.product__thumbnails-list > PICTURE {
    flex: 1 0 50%;
    max-width: 50%;
    width: 100%;
}
@media screen and (max-width: 575px) {
    .product__thumbnails-list > PICTURE {
        flex: 1 0 100%;
        max-width: 100%;
    }
}
.product__thumbnails-list > PICTURE:first-child {
    display: none;
}
.page-product .product__thumbnail-image {
    border-radius: 0px;
}
.short_description {
    padding: 50px;
    font-size: 24px;
    line-height: 33px;
}
@media screen and (max-width: 767px) {
    .short_description {
        font-size: 16px;
        line-height: 22px;
        padding: 50px 15px;
    }
}
.statements_product .product__thumbnails-list > PICTURE:first-child {
    display: block;
    flex: 1 0 100%;
    max-width: 100%;
}
.statements_product .short_description {
    padding: 0px;
}
.product__price {
    font-size: 144px;
    line-height: 134px;
}
@media screen and (max-width: 767px) {
    .product__price {
        font-size: 60px;
        line-height: 56px;
    }
}
.product__price SPAN {
    font-size: 44px;
    line-height: 55px;
}
@media screen and (max-width: 767px) {
    .product__price SPAN {
        font-size: 32px;
        line-height: 40px;
    }
}
.product__add-to-cart-container {
    margin-top: 100px;
}
.product__add-to-cart-button {
    font-size: 44px;
    padding: 24px 12px;
    background: var(--blue);
    border: none;
}
@media screen and (max-width: 767px) {
    .product__add-to-cart-button {
        font-size: 24px;
    }
}
HTML[lang=en-US] .statements_product .add .product__add-to-cart-button:disabled:before {
    content: "Sold Out";
}
HTML[lang=el-GR] .statements_product .add .product__add-to-cart-button:disabled:before {
    content: "Πωλήθηκε";
}
.add .product__add-to-cart-button:disabled {
    background: var(--orange);
}
.form-select,
.product-variant__legend,
.product-variant__selected {
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    .form-select,
    .product-variant__legend,
    .product-variant__selected {
        font-size: 18px;
    }
}
.form-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--black);
    border-radius: 0px;
    padding-left: 0px;
}
.form-select:focus {
    box-shadow: none;
}
.product-miniature__inner:hover .product-miniature__image {
    transform: none;
}
.cms_pages {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 100px;
}
.cms_pages UL {
    padding-left: 40px;
}
.cms_pages H2,
.cms_pages H3 {
    font-weight: normal;
    color: var(--black);
}
.cms_pages H3 {
    font-size: 40px;
}
.cms_pages H2 {
    font-size: 48px;
    margin-top: 100px;
}