/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/


/*************** ADD YOUR CUSTOM CSS HERE  ***************/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --main-font: 'Manrope', sans-serif;
    --dark-blue: #2a3a59;
    --dark2-blue: #172847;
    --light-black: #32384a;
    --blue: #588dd4;
    --cream: #f7f4f0;
}

/* SIMPLER */
/* .widget_shopping_cart_content .separator,
.single-product .separator{
	display:none !important;
} */
#home_2_inner_2 .term_links_wrapper {
    /* display:none; */
}

.single_variation_wrap {
    position: relative;
}

.marousi_available {
    position: absolute;
    top: -30px;
    color: var(--dark-blue);
    font-weight: 600;
}

.marousi_available p {
    margin-bottom: 0;
}

.marousi_available a {
    text-decoration: underline;
}

.marousi_item {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.marousi_item img {
    height: 22px;
    width: 22px;
}

.pososto {
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 45px !important;
    font-size: 10px;
    left: auto !important;
    text-align: center;
    right: 10px !important;
    background: var(--blue) !important;
    font-family: var(--main-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.4px !important;
    padding: 5px 11px;
}

.term-650 .archive-products .post-38637 labels,
.term-650 .archive-products .post-38637 labels {
    display: none !important;
}

.xmas {
    background-color: #07236b;
    height: 300px;
    color: #fff;
    display: flex;
    font-size: 40px;
}

.xmas_badge {
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 2;
    background-color: #172847;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 6px 18px;
}

.discount {
    position: absolute;
    right: 10px;
    top: 20px;
    background: var(--blue) !important;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    color: #fff;
    letter-spacing: 0.4px !important;
    padding: 5px 11px;
}

.single-product .xmas_badge {
    left: unset;
    right: 10px;
    top: 70px;
}

/* .postid-38637 .xmas_badge{
	top:2% !important;
} */
#home_slider_mobile {
    display: none;
}

#home_slider_mobile>div,
#home_slider_desktop>div {
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    #home_slider_desktop {
        display: none;
    }

    #home_slider_mobile {
        display: block;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: var(--main-font);
}

.no-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.no-drag {
    -webkit-user-drag: none;
}


/* .container-fluid,
.container-fluid .vc_section:not(.porto-inner-container) {
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

.w1620,
body.archive.woocommerce #main,
body.woocommerce-account #main,
body.woocommerce-wishlist #main,
.woocommerce-notices-wrapper,
.blog #main,
.single-post #main,
.archive:not(.woocommerce) #main {
    max-width: 1640px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.w1500,
body.woocommerce-cart .featured-box-primary {
    max-width: 1500px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.w1300 {
    max-width: 1300px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.w970 {
    max-width: 970px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.w1100 {
    max-width: 1100px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.woocommerce-account #main {
    margin-top: 50px;
    margin-bottom: 30px;
}

.w1620.row>*,
body.archive.woocommerce #main>.container,
.w970.row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.woocommerce-message {
    text-align: center !important;
}


/* HEADER */

#header .searchform-fields input {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 10px !important;
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px !important;
    border-radius: 1px !important;
    height: 40px !important;
}

#header .searchform .btn-close-search-form {
    color: var(--dark-blue);
}

#header {
    border: 0 !important;
    margin-bottom: 0 !important;
}

#header .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#header_top {
    background: var(--dark2-blue);
    min-height: 32px;
}

#header .top-links {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}


#header .top-links li {
    color: #fff !important;
}

#header .search-popup .searchform {
    width: 100%;
}

#header .searchform-popup .search-toggle.opened:after {
    display: none !important;
}

#header .top-links.mega-menu:after {
    display: none;
}

#header #header_top_inner .top-links>li.menu-item>a {
    font-family: var(--main-font);
    color: #fff !important;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    padding-right: 20px;
    text-transform: none;
}

#header #header_top_inner .top-links>li.menu-item>a::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
}

#header_main {
    min-height: 120px;
    padding: 0 0 10px 0 !important;
    /* border-bottom: 1px solid #bbc0c9; */
}

#header_main .vc_column-inner {
    justify-content: center;
}

#header_main_1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

#header_main_1>.vc_column_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#header_main_1 .col_left .vc_column-inner {
    justify-content: flex-start;
}

#header_main_1 .col_mid .vc_column-inner {
    justify-content: center;
}

#header_main_1 .col_right .vc_column-inner {
    justify-content: flex-end;
}

#header_main_2 {
    justify-content: center;
}

.menu-main-menu-container,
#header .main-menu,
#header_main_2,
#header .main-menu>li.menu-item {
    position: unset;
}

#header .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#header .main-menu>li.menu-item>a {
    font-family: var(--main-font) !important;
    color: var(--dark2-blue) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
    background: transparent !important;
    text-transform: none !important;
}

.header_side_menu_toggle {
    cursor: pointer;
    margin-bottom: 0 !important;
}

.header_side_menu_toggle,
.header_side_menu_toggle * {
    width: 40px !important;
    height: 40px !important;
}

.header_side_menu_toggle span.vc_icon_element-icon.fas.fa-bars {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.header_side_menu_toggle span.vc_icon_element-icon.fas.fa-bars::before {
    all: unset;
    content: url(https://www.eco-mat.gr/wp-content/uploads/2023/07/menu.png);
}

#header .my-account i::before {
    all: unset;
    content: url(https://www.eco-mat.gr/wp-content/uploads/2023/07/user.png);
}

#header .searchform-popup .search-toggle {
    width: auto !important;
}

#header .searchform-popup .search-toggle i::before {
    all: unset;
    content: url(https://www.eco-mat.gr/wp-content/uploads/2023/07/search.png);
}

.header-builder-p .vc_column-inner {
    height: 100%;
}


/* MEGA MENU */
/* .new_jet_menu ul.products:not(.owl-carousel){
	    width: 170%;
} */
.new_jet_menu .mega-menu .popup.product-cat-mega-menu li.menu-item {

    margin-left: -60%;
}

.new_jet_menu ul.products .price del::before {
    top: 40%;
}

.new_jet_menu .product_desc_out {
    display: none !important;
}

.new_jet_menu .xmas_badge {
    font-size: 11px !important;
    padding: 1px 10px;
    right: 5px;
    top: 5px;
    left: unset;

}

.new_jet_menu ul.pcols-lg-2 li.product-col {
    width: 20%;

}

.new_jet_menu .product-cat-mega-menu {
    min-height: unset !important;
}

.new_jet_menu.category-mega-menu-col.col_1 {
    width: unset;
}

.new_jet_menu.category-mega-menu-wrapper>div,
.new_jet_menu.category-mega-menu-col.col_2 {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: -50px;

}

.new_jet_menu .category-mega-menu-wrapper>div {
    max-width: 50%;
}

.mega-menu .wide .popup>.inner>ul.sub-menu {
    margin: 0 auto;
}

.mega-menu ul.products .product-content {
    min-height: unset;
    padding: unset !important;
}

.mega-menu ul.products .price,
.mega-menu ul.products .price del,
.mega-menu ul.products .woocommerce-loop-product__title {
    font-size: 15px !important;
    line-height: 22px !important;

}

.new_jet_menu.category-menu-btn {
    min-width: 220px !important;

}

.new_jet_menu .product-image {
    max-height: 158px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_jet_menu a.category-menu-link {
    font-size: 13px !important;
    text-transform: uppercase;

}

.new_jet_menu .category-menu-btn {
    margin-top: 9px !important;
    min-width: 210px !important;
    margin: auto;
    font-size: 12px !important;
    padding: unset !important;

}

.new_jet_menu .sklhrothta-sromatos-btn {
    text-align: left !important;
    margin-top: 0px !important;

}

.new_jet_menu .mega_menu_bottom_section_wrapper {
    margin: 1px auto 0 !important;
}

.new_jet_menu .sklhrothta-sromatos-btn li:first-child {
    /* margin-top: 9px!important; */
    border-bottom: 1px solid white !important;
}

.new_jet_menu ul.category-menu-link-list {
    margin-top: 9px;
}

.new_jet_menu .sklhrothta-sromatos-btn a {
    color: #fff !important;
}

.new_jet_menu .jet-menu-sklhrothta-icon {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.new_jet_menu .itsnew.my_seira-stromaton.onsale {
    font-size: 11px !important;
    top: 40px !important;
}

.new_jet_menu .my_seira-stromaton {
    font-size: 11px !important;
    top: 5px;
    right: 5px;
}

.new_jet_menu .sklhrothta-border {
    display: block;
    width: 85%;
    border-bottom: 1px solid #58657b;
    margin: auto;
}

.new_jet_menu .sklhrothta-text {
    margin-top: 10px;
}

.new_jet_menu .pososto {
    left: 5px !important;
    top: 5px !important;
    right: unset !important;
    font-size: 11px !important;
    padding: 7px 15px;
}

.new_jet_menu li:last-child .sklhrothta-border {
    display: none;

}

.new_jet_menu .product-image .labels .onsale {
    left: -195px;
    top: -40px;
    position: absolute;
    font-size: 11px !important;
}

.new_jet_menu .yith-wcwl-add-button,
.new_jet_menu ul.products li.product-awq_onimage .links-on-image .add-links,
.new_jet_menu .yith-wcwl-wishlistexistsbrowse {
    display: none;
}

.mega-menu .popup.product-cat-mega-menu .inner {
    padding-top: unset;
    padding-bottom: unset;
    padding-left: unset;
    padding-right: unset;
}

.mega-menu .product-inner {
    padding: 5px;
    max-width: 220px;
    margin: auto;
}

.popup.product-cat-mega-menu {
    left: 0 !important;
    right: 0 !important;
    border: 0 !important;
    min-height: 500px;
    padding-top: 38px;
}

.popup.product-cat-mega-menu[data-layout='b2c'],
.popup.product-cat-mega-menu[data-layout='b2c'] .inner {
    background: #f7f4f0 !important;
}

.popup.product-cat-mega-menu[data-layout='hotels'],
.popup.product-cat-mega-menu[data-layout='hotels'] .inner {
    background: #172847 !important;
}

.popup.product-cat-mega-menu[data-layout='hotels'] .mega_menu_bottom_section_wrapper {
    display: none !important;
}

.mega-menu .popup.product-cat-mega-menu li.menu-item {
    width: 100% !important;
}

.popup.product-cat-mega-menu .inner {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
}

.category-mega-menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.category-mega-menu-wrapper>div {
    flex: 1 1 auto;
    width: 25%;
    max-width: 25%;
}

.category-mega-menu-col.col_1 {
    order: 2;
    display: none;
}

.category-mega-menu-col.col_2 {
    order: 1;
}

.category-mega-menu-col.col_3 {
    order: 3;
}

.category-mega-menu-col.col_4 {
    order: 4;
}

.category-menu-hover-image {
    display: none;
}

.category-menu-hover-image.hovered {
    display: block;
}

ul.category-menu-hover-images {
    padding-left: 0 !important;
}

.category-mega-menu-wrapper i.fas.fa-arrow-right {
    transform: rotate(-45deg);
    margin-left: 10px;
}

img.category-mega-menu-col-title-icon,
[data-layout='hotels'] .col_1 .category-menu-link-icon-title img {
    margin-bottom: 0;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.category-mega-menu-col-title,
[data-layout='hotels'] .col_1 .category-menu-link {
    position: relative;
}

.category-mega-menu-col-title,
.category-mega-menu-col-title>a,
[data-layout='hotels'] .col_1 .category-menu-link {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

[data-layout='hotels'] .category-mega-menu-col-title,
[data-layout='hotels'] .category-mega-menu-col-title>a,
[data-layout='hotels'] .col_1 .category-menu-link {
    color: #fff !important;
}

.category-mega-menu-col-title i,
[data-layout='hotels'] .col_1 .category-menu-link i {
    color: inherit;
    font-size: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    translate: -4px -50%;
}

.category-mega-menu-col-title::after,
[data-layout='hotels'] .col_1 .category-menu-link::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b3b6bd;
    margin-top: 6px;
}

ul.category-menu-link-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

ul.category-menu-link-list li {
    margin: 4px 0 10px;
}

a.category-menu-link {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px !important;
}

a.category-menu-link:hover {
    color: #588dd4 !important;
}

[data-layout='hotels'] a.category-menu-link,
[data-layout='hotels'] a.category-menu-link:hover {
    color: #fff !important;
}

.category-mega-menu-image-wrapper {
    position: relative;
}

.category-mega-menu-image-wrapper,
.category-mega-menu-image-wrapper a {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 0.8px !important;
}

.category-mega-menu-image-wrapper i {
    color: inherit;
    font-size: 90%;
}

.category-mega-menu-image-wrapper span {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -20px);
    width: 100%;
    display: inline-block;
    text-align: center;
}

.category-mega-menu-image-wrapper span::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--dark-blue);
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 80%;
    transform: translate(-50%, -6px);
}

.mega_menu_bottom_section_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 30px 80px 20px;
    margin: 50px auto 0;
    border-top: 2px solid #b3b6bd;
}

.mega_menu_bottom_section_wrapper>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.mega_menu_bottom_section_wrapper>div>p {
    margin-bottom: 0;
}

.mega_menu_bottom_section_wrapper>div>img {
    max-width: 36px;
}


/* HOME */

#home_1,
#home_2 {
    padding-top: 80px;
}

#home_1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#home_2_inner_2 .col_left {
    padding-left: 150px;
}

#home_2_inner_2 .col_right {
    padding: 0;
}

#home_2_inner_2 .col_right .wpb_single_image {
    margin-bottom: 0 !important;
}

#home_2_inner_2 .col_right img {
    padding: 0;
    margin: 0;
}

#home_2_inner_2 .term_links_wrapper {
    padding-right: 205px;
}

#home_3 {
    margin-top: 130px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#home_3_inner_1,
#home_3_inner_2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#home_3_inner_1 .col_left,
#home_3_inner_2 .col_right {
    width: 40%;
    padding: 0 !important;
}

#home_3_inner_1 .col_right {
    width: 60%;
    padding-top: 60px;
    padding-right: 0;
    padding-left: 50px;
    max-width: 970px;
}

#home_3_inner_2 .col_left {
    width: 60%;
    padding-top: 80px;
    padding-left: 210px;
    padding-right: 65px;
}

#home_3_inner_2 .col_right {
    margin-top: -120px;
}

#home_3_inner_1 .col_left *,
#home_3_inner_2 .col_right * {
    padding: 0 !important;
    margin: 0 !important;
}

#home_3_inner_2 {
    padding-bottom: 90px;
    background: linear-gradient(to top, var(--cream) 0px, var(--cream) 160px, #fff 160px);
}

#home_4 {
    background: var(--cream);
}

#home_4_inner_1,
#home_4_inner_2 {
    max-width: 1380px !important;
    width: 100% !important;
    margin-left: 150px !important;
    margin-right: auto !important;
}

#home_4_inner_2 {
    padding-bottom: 50px;
}

#home_4_inner_2 .col_right {
    padding-left: 190px;
    padding-right: 20px;
}

#home_5 {
    padding-top: 100px;
    padding-bottom: 130px;
}

#home_5_inner_1 .col_left .p15a,
#home_5_inner_1 .col_left .p16 {
    max-width: 400px;
}

#home_5_inner_1 .col_right {
    padding-top: 110px;
}

#home_5_inner_1 .col_right .play_img {
    position: absolute;
    bottom: -80px;
    left: -200px;
}

.play_img .vc_single_image-wrapper img {
    display: block;
    position: relative;
    width: 100%;
}

.play_img .vc_single_image-wrapper {
    position: relative;
}

.play_img .vc_single_image-wrapper::before {
    content: '';
    background-image: url(https://www.eco-mat.gr/wp-content/uploads/2023/07/PLAY.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.review_stars .fa.star_checked {
    color: #588dd4;
}

.star_checked_half {
    position: relative;
}

.star_checked_half::after {
    content: '\f005';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #777777;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.review_name {
    text-align: center;
    font-family: var(--main-font);
    color: var(--light-black);
}

.review_text {
    text-align: center;
    font-family: var(--main-font);
    color: var(--light-black);
}

.review_stars {
    text-align: center;
    margin-bottom: 25px;
}

#home_52 {
    padding-top: 130px;
    padding-bottom: 70px;
}

#home_52 .h30 {
    margin-bottom: 20px !important;
}

#home_6 {
    padding-top: 0;
    margin-bottom: 70px;
    background: linear-gradient(to right, #fff 0px, #fff 140px, var(--cream) 140px);
}

#home_6,
#home_6_inner_1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#home_6_inner_1 .col_left,
#home_6_inner_1 .col_left * {
    margin: 0 !important;
    padding: 0 !important;
}

#home_6_inner_1 .col_left {
    width: 45%;
    top: 50px;
}

#home_6_inner_1 .col_right {
    width: 55%;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 880px;
}


/* FOOTER */

#footer {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}

#above_footer_b2b,
#above_footer {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
}

#above_footer_b2b .porto-sicon-box.left-icon,
#above_footer_b2b .porto-sicon-box.right-icon,
#above_footer .porto-sicon-box.left-icon,
#above_footer .porto-sicon-box.right-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#above_footer_b2b h3.porto-sicon-title,
#above_footer h3.porto-sicon-title {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
}

#above_footer_b2b .porto-sicon-header>p:last-child,
#above_footer .porto-sicon-header>p:last-child {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    letter-spacing: 0.4px !important;
}

#above_footer_b2b .porto-sicon-img,
#above_footer_b2b .porto-sicon-img .img-icon,
#above_footer .porto-sicon-img,
#above_footer .porto-sicon-img .img-icon {
    width: 100%;
    margin: 0;
}

#actual_footer {
    background: var(--dark2-blue);
    padding-top: 50px;
}

.nsl-wrapper {
    display: flex;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 10px 0;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.nsl-wrapper input[type='email'] {
    width: 100%;
    flex: 1 1 auto;
    border: 0 !important;
    background: transparent !important;
    color: #fff;
    padding: 0;
}

.nsl-wrapper input[type='email'],
.nsl-wrapper input[type='email']::placeholder {
    color: #fff;
    font-family: var(--main-font);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}

.nsl-wrapper button[type='submit'] {
    flex: 1 1 auto;
    border: 0 !important;
    background: transparent !important;
    position: relative;
    color: #fff;
    padding: 0;
    font-size: 17px;
}

.nsl-wrapper button[type='submit'] i {
    position: relative;
    transform: rotate(-45deg);
}

#footer_top .mc4wp-response {
    margin-top: 10px;
}

#footer_top .mc4wp-response p {
    color: #fff !important;
    font-family: var(--main-font) !important;
    font-size: 13px !important;
    line-height: 23px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
}

#footer_bot {
    border-top: 1px solid #2f4265;
    padding: 20px 0;
}

#footer_bot .col-md-4 {
    padding: 0 5px;
}

#footer_mid {
    padding-top: 65px;
    padding-bottom: 70px;
}

#footer .menu {
    border: 0 !important;
    margin-top: 15px;
    padding-left: 0;
}

#footer .menu .menu-item a {
    font-family: var(--main-font);
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

#footer .menu .menu-item {
    border: 0;
    padding: 6px 0;
}

#footer .menu .menu-item::before {
    display: none;
}

#footer .share-links a {
    color: #fff !important;
    background: transparent !important;
    font-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 20px 0 0 !important;
}


/* Online Support */

#online_support {
    background: linear-gradient(to top, #fff 0, #fff 80px, var(--cream) 80px);
    padding-top: 100px;
    padding-bottom: 50px;
}


/* Refer a Friend */

#refer_a_friend_banner {
    background: linear-gradient(to top, #fff 0, #fff 80px, var(--cream) 80px);
    padding-top: 100px;
    padding-bottom: 50px;
}


/* SIZE GUIDE */

.size_guide_trigger {
    cursor: pointer;
    color: var(--dark-blue);
    font-weight: 600;
    gap: 0 5px;
    margin-bottom: 20px;
    display: flex;
}

.size_guide_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: #fff;
    border-radius: 2px;
    padding: 30px;
    width: 100%;
    max-width: 1300px;
}

.size_guide_overlay {
    z-index: 998;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.size_guide_overlay,
.size_guide_modal {
    display: none;
}

.size_guide_overlay.active,
.size_guide_modal.active {
    display: block;
}

.size_guide_close {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 26px;
}

.size_guide_modal .expand-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 22px;
    color: var(--dark-blue);
    cursor: pointer;
}


/* PAGES */

#about_1 {
    /* padding-top: 90px; */
    padding-bottom: 120px;
}

#about_2,
#about_2_inner_1,
#about_2_inner_1 .col_left,
#about_4_inner_1,
#about_4_inner_1 .col_left {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#about_2_inner_1 .wpb_single_image,
#about_2_inner_1 .h30,
#about_2_inner_1 .h210,
#about_2_inner_1 .h22,
#about_2_inner_2 .wpb_single_image,
#about_4_inner_1 .wpb_single_image,
#about_4_inner_1 .h30,
#about_4_inner_1 .h210,
#about_4_inner_1 .h22 {
    margin-bottom: 0 !important;
}

#about_2_inner_1 .h22,
#about_4_inner_1 .h22 {
    position: relative;
    left: 30px;
}

#about_2_inner_1 .col_right {
    max-width: 900px;
    padding-bottom: 150px;
}

#about_2_inner_2 {
    padding-bottom: 85px;
    margin-top: -100px;
}

#about_2_inner_2 .col_left {
    padding-left: 210px;
    padding-right: 280px;
    padding-top: 150px;
}

#about_3 {
    padding-top: 80px;
    padding-bottom: 80px;
}

#about_3 .h30 {
    margin-bottom: 10px !important;
}

#about_4 {
    padding-top: 50px;
    background: linear-gradient(to top, #fff 0, #fff 50px, var(--cream) 50px);
}

#about_4_inner_1 .col_right {
    max-width: 900px;
}

#about_5 {
    margin-bottom: 50px;
}

#about_5_inner_1 {
    padding-top: 90px;
}

#about_5_inner_1>.vc_column_container>.wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

#about_5_inner_1 .wpb_single_image {
    margin-bottom: 0 !important;
}


/* CONTACT */

#contact_1_inner_1 {
    padding-top: 100px;
    padding-bottom: 65px;
}

#contact_1_inner_2 {
    padding-bottom: 60px;
}

#contact_1_inner_2 .porto-sicon-box,
#contact_2_inner_2 .porto-sicon-box {
    margin-bottom: 35px !important;
}

#contact_1_inner_2 h3.porto-sicon-title,
#contact_2_inner_2 h3.porto-sicon-title {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

#contact_1_inner_2 .porto-sicon-header>p:last-child {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

#contact_2_inner_2 .porto-sicon-header>p:last-child {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

#contact_1_inner_2 .porto-sicon-description,
#contact_2_inner_2 .porto-sicon-description {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    margin-top: 5px !important;
}

#contact_1_inner_2 .p14a.wBorders {
    border-top: 1px solid #ced1d6;
    border-bottom: 1px solid #ced1d6;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 25px;
}

#contact_1_inner_2 .share-links a {
    background: transparent !important;
    color: var(--blue) !important;
    font-size: 17px !important;
}

.form_wrapper p {
    margin-bottom: 0;
}

.form_wrapper {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.form_wrapper>div:nth-child(1),
.form_wrapper>div:nth-child(2) {
    display: flex;
    gap: 30px;
}

.form_wrapper>div:nth-child(1)>div,
.form_wrapper>div:nth-child(2)>div {
    width: 50%;
    flex: 1 1 auto;
}

.form_wrapper label {
    font-family: var(--main-font);
    color: var(--light-black);
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.form_wrapper input:not([type='submit']),
.form_wrapper textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #aab0b9;
}

.form_wrapper input[type='submit'] {
    width: 330px;
    background: var(--dark2-blue);
    font-family: var(--main-font);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
    border: none;
    height: 50px;
}

#contact_2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

#contact_2_inner_1 {
    margin-bottom: 70px;
}


/* CAREER */

#career_1 {
    background-color: #172847;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
}

#career_1_inner_1 .col_left {
    padding-left: 210px;
}

#career_1_inner_1 .col_right .wpb_single_image.vc_align_right {
    margin-bottom: 0 !important;
}

#career_2 {
    padding-left: 0;
    padding-right: 0;
    margin-top: -90px;
}

#career_2_inner_1 .col_left {
    width: 45%;
}

#career_2_inner_1 .col_right {
    padding-top: 30px;
    padding-right: 200px;
    padding-left: 20px;
    max-width: 950px;
    width: 55%;
}

#career_3 {
    padding-top: 80px;
    padding-bottom: 80px;
}

#career_3 .wpb_single_image.vc_align_center {
    margin-bottom: 0 !important;
}

#career_4 {
    padding-top: 80px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
}


/* DECO */

#deco_1 {
    padding-top: 70px;
    padding-bottom: 80px;
}

#deco_1_inner_1 .col_left {
    width: 45%;
}

#deco_1_inner_1 .col_right {
    width: 55%;
}

.deco_email_tel>.vc_column_container>.wpb_wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.deco_email_tel .porto-sicon-box {
    margin-bottom: 0 !important;
}

.deco_email_tel .porto-sicon-box-link:first-child {
    margin-right: 70px;
    position: relative;
}

.deco_email_tel .porto-sicon-box-link:first-child::after {
    content: '/';
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(35px, -50%);
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.deco_email_tel h3.porto-sicon-title {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.8px;
    position: relative;
    padding-right: 22px;
}

.deco_email_tel h3.porto-sicon-title::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    color: var(--dark-blue);
    font-size: 12px;
}

.deco_email_tel .left-icon .porto-sicon-left .porto-icon,
.deco_email_tel .left-icon .porto-sicon-left .porto-sicon-img {
    margin-right: 10px;
}

#deco_1_inner_2 {
    padding-top: 110px;
    padding-bottom: 50px;
}

#deco_2 {
    margin-top: -85px;
    padding-bottom: 110px;
}

#deco_3 {
    background: var(--dark2-blue);
    padding-top: 100px;
    padding-bottom: 70px;
}

.deco_3_icons {
    margin-top: 80px !important;
}

#deco_4 {
    padding-top: 100px;
}

#deco_5 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.deco_5_icons h3.porto-sicon-title {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    letter-spacing: 0.8px !important;
}

.deco_5_icons .porto-sicon-header>p {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
}


/* Klarna */

#klarna_1 {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-right: 0;
    padding-left: 0;
}

#klarna_1_inner_1 .col_left {
    padding-left: 210px;
}

#klarna_1_inner_1 .col_right .wpb_single_image.vc_align_right {
    margin-bottom: 0 !important;
}

#klarna_2 {
    margin-top: -90px;
}

#klarna_2_inner_1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#klarna_2_inner_1 .col_left {
    width: 40%;
    padding: 0 !important;
}

#klarna_2_inner_1 .wpb_single_image .vc_single_image-wrapper {
    position: relative;
}

#klarna_2_inner_1 .wpb_single_image .vc_single_image-wrapper::after {
    content: url('https://www.eco-mat.gr/wp-content/uploads/2023/08/klarna.png');
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(35px, -20px);
}

#klarna_2_inner_1 .col_right {
    width: 60%;
    padding-top: 60px;
    padding-right: 0;
    padding-left: 60px;
    max-width: 750px;
}

#klarna_2_inner_2 {
    gap: 20px;
    padding-top: 120px;
    padding-bottom: 100px;
    justify-content: center;
    align-items: flex-start;
}

#klarna_2_inner_2>.col-md-4 {
    width: calc(100% / 3 - 20px);
}

#klarna_2_inner_2 h3.porto-sicon-title {
    font-family: var(--main-font);
    color: var(--blue);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

#klarna_2_inner_2 .porto-sicon-description {
    max-width: 310px;
    margin-top: 12px;
    font-family: var(--main-font);
    color: var(--light-black);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* HOTELS */

.category-mega-menu-image-wrapper img {
    width: 100%;
    object-fit: cover;
}

/* Hide all prices by default when Hotels functionality exists */

/* body.hotelsFunctionality .single_variation_wrap,
body.hotelsFunctionality #table_add_to_scroll_here, */
/* body.hotelsEnabled ul.products .price,
body.hotelsFunctionality .widget_price_filter, */
/* body.hotelsFunctionality .single-product-price, */
body.hotelsFunctionality .syndyase_to_wrapper,
body.hotelsFunctionality .product-summary-wrap form:not(.wpcf7-form) {
    /* display: none !important; */
}

/* body.b2bFunctionality ul.products .price,
body.b2bFunctionality .widget_price_filter,
body.b2bFunctionality .single-product-price,
body.b2bFunctionality .syndyase_to_wrapper,
body.b2bFunctionality .product-summary-wrap form:not(.wpcf7-form) {
    display: none !important;
} */


/* Hotels Enabled */

body.hotelsFunctionality.isHotels.hotelsEnabled ul.products .price,
body.hotelsFunctionality.isHotels.hotelsEnabled .widget_price_filter,
body.hotelsFunctionality.isHotels.hotelsEnabled .single-product-price,
body.hotelsFunctionality.isHotels.hotelsEnabled .syndyase_to_wrapper,
body.hotelsFunctionality.isHotels.hotelsEnabled .product-summary-wrap form:not(.wpcf7-form) {
    display: block !important;
}

/* body.b2bFunctionality.isHotels.hotelsEnabled ul.products .price,
body.b2bFunctionality.isHotels.hotelsEnabled .widget_price_filter,
body.b2bFunctionality.isHotels.hotelsEnabled .single-product-price,
body.b2bFunctionality.isHotels.hotelsEnabled .syndyase_to_wrapper,
body.b2bFunctionality.isHotels.hotelsEnabled .product-summary-wrap form:not(.wpcf7-form) {
    display: block !important;
} */


/* Hotels Disabled */

/* body.hotelsFunctionality:not(.isHotels).hotelsDisabled ul.products .price, */
body.hotelsFunctionality:not(.isHotels).hotelsDisabled .widget_price_filter,
/* body.hotelsFunctionality:not(.isHotels).hotelsDisabled .single-product-price, */
body.hotelsFunctionality:not(.isHotels).hotelsDisabled .product-summary-wrap form:not(.wpcf7-form),
body.hotelsFunctionality:not(.isHotels).hotelsDisabled .syndyase_to_wrapper {
    /* display: block !important; */
}

/* body.b2bFunctionality:not(.isHotels).hotelsDisabled ul.products .price,
body.b2bFunctionality:not(.isHotels).hotelsDisabled .widget_price_filter,
body.b2bFunctionality:not(.isHotels).hotelsDisabled .single-product-price,
body.b2bFunctionality:not(.isHotels).hotelsDisabled .syndyase_to_wrapper,
body.b2bFunctionality:not(.isHotels).hotelsDisabled .product-summary-wrap form:not(.wpcf7-form) {
    display: block !important;
} */
body.hotelsFunctionality:not(.isHotels).hotelsDisabled ul.products .price Specificity: (0, 5, 2) {
    display: flex !important;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}

li.product-type-simple .price {
    /* flex-direction: row !important; */
}

body.hotelsFunctionality.isHotels.hotelsEnabled ul.products .price {
    display: none !important;
}

/* body.b2bFunctionality:not(.isB2b).hotelsDisabled ul.products .price {
      display: flex!important;
    justify-content: flex-start;
} */

body.hotelsFunctionality.hotelsDisabled .hotelsLogout {
    display: none !important;
}

body.b2bFunctionality.hotelsDisabled .hotelsLogout {
    display: none !important;
}

body.hotelsFunctionality.hotelsEnabled .hotelsLogout {
    display: block !important;
    margin: 10px auto;
    font-family: var(--main-font);
    color: #fff;
    border: 1px solid var(--dark-blue);
    background: var(--dark-blue);
    font-size: 17px;
    padding: 10px 20px;
}

body.b2bFunctionality.hotelsEnabled .hotelsLogout {
    display: block !important;
    margin: 10px auto;
    font-family: var(--main-font);
    color: #fff;
    border: 1px solid var(--dark-blue);
    background: var(--dark-blue);
    font-size: 17px;
    padding: 10px 20px;
}

body.hotelsFunctionality.hotelsEnabled .hotelsLogout i {
    margin-right: 10px;
}

body.b2bFunctionality.hotelsEnabled .hotelsLogout i {
    margin-right: 10px;
}

#hotel_submit {
    font-family: var(--main-font);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    border-radius: 2px;
    border: 1px solid var(--dark-blue);
    background: var(--dark-blue);
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
}

#hotel-form-wrapper input:not([type='submit']),
#hotel-form-wrapper textarea {
    background-color: transparent;
    border: 1px solid #aab0b9;
}

body.hotelsFunctionality .product-summary-wrap .wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

/* body.b2bFunctionality .product-summary-wrap .wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
} */


/* ACCOUNT */

.woocommerce-MyAccount-navigation h5 {
    font-family: var(--main-font);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: var(--main-font);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active>a {
    color: var(--dark-blue);
}


/* WISHLIST */

.shop_table.wishlist_table .price_text_product_in {
    display: none !important;
}

.back-btn {
    margin-bottom: 50px;
}

.back-btn a {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px !important;
    padding: 0.5rem 1.1rem;
    line-height: 1.3333;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border: 1px solid var(--dark-blue) !important;
    background: transparent !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}

.wishlist-title h2 {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 1 !important;
}

.shop_table.wishlist_table .add_to_cart.button,
.shop_table.wishlist_table .yith-compare,
.woocommerce table.wishlist_table .add_to_cart.button,
.woocommerce table.wishlist_table .yith-compare,
.wishlist_table a.button {
    font-family: var(--main-font) !important;
    color: #fff !important;
    border: 1px solid var(--dark-blue) !important;
    background-color: var(--dark-blue) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    min-width: 170px !important;
}

.shop_table.wishlist_table .product-add-to-cart .remove_from_wishlist {
    display: none !important;
}

.shop_table.wishlist_table .add-links .yith-compare {
    position: relative;
}

.shop_table.wishlist_table .add-links .yith-compare:not(.added):before {
    content: '' !important;
    background-image: url(https://www.eco-mat.gr/wp-content/uploads/2023/09/product-hover-compare-white.png);
    background-size: 30px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    position: relative;
    margin-right: 0 !important;
    left: 0;
    top: 50%;
    transform: translate(12px, -50%);
    float: left;
}

.wishlist-title-container {
    text-align: center;
    margin: 40px 0 20px;
}


/* SHOP TABLES */

.shop_table th,
.shop_table thead span {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    /*text-transform: uppercase !important;*/
}

.shop_table .fee {
    text-transform: capitalize !important;
}

.shop_table .product-remove .remove {
    font-size: 32px !important;
    border: 0 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    display: block !important;
    text-align: center !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    color: var(--dark-blue) !important;
}

.shop_table a:not(.button):hover {
    color: var(--dark-blue) !important;
}

.shop_table .product-name a {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
}

td.product-subtotal {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
}

.shop_table .product-price,
.wishlist_table tbody td.product-stock-status span {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
}

.shop_table .product-subtotal .woocommerce-Price-amount {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
}

.shop_table .coupon #coupon_code {
    border: 1px solid var(--dark-blue);
    padding: 10px;
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.shop_table .coupon #coupon_code::placeholder {
    font-family: var(--main-font);
    color: #858fa2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.wishlist_table .product-add-to-cart span.dateadded {
    margin-bottom: 10px !important;
}


/* MY ACCOUNT*/

#customer_login button:not(:disabled),
#customer_login [type='button']:not(:disabled),
#customer_login [type='reset']:not(:disabled),
#customer_login [type='submit']:not(:disabled) {
    font-family: var(--main-font) !important;
    color: #fff !important;
    border: 1px solid var(--dark-blue) !important;
    background-color: var(--dark-blue) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px !important;
}

#customer_login .text-v-dark {
    color: var(--light-black) !important;
}

.woocommerce-account input[type='email'],
.woocommerce-account input[type='password'],
.woocommerce-account input[type='tel'],
.woocommerce-account input[type='text'],
.woocommerce-account input[type='number'],
.woocommerce-account select,
.woocommerce-account textarea,
.woocommerce-account .select2-container .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 10px !important;
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px !important;
    border-radius: 1px !important;
    height: 40px !important;
}

#afreg_additionalshowhide_158075,
#afreg_additionalshowhide_158084,
#afreg_additionalshowhide_158082 {
    margin-left: 2% !important;
    margin-right: 0% !important;
}


/* COMPARE POPUP */

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none !important;
}

#cboxLoadedContent {
    padding-bottom: 0;
    margin-bottom: 0;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    bottom: auto;
}

#cboxClose {
    left: 10px;
    top: 10px;
    right: auto;
    transform: translate(0, 0);
    background: none !important;
}

#cboxClose::before {
    content: '×';
    position: absolute;
    color: var(--dark-blue);
    z-index: 999;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    display: block;
    text-indent: 0;
    font-size: 40px;
}


/* Deco */


/* MODAL */

.deco-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999 !important;
    width: 600px;
    height: auto;
    background-color: #fff;
    padding: 50px;
}

.deco-modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 998 !important;
}

.deco-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.deco-modal-close {
    cursor: pointer;
    color: var(--dark-blue);
    font-size: 30px;
    font-weight: 700;
}

.deco_form .wpcf7-form-control-wrap,
.deco_form .wpcf7-form-control-wrap input {
    width: 100%;
}

.deco_form .wpcf7-form-control-wrap input:not([type='file']) {
    border: 1px solid var(--dark-blue);
    color: var(--light-black);
}

.deco_form .wpcf7-form-control-wrap input::placeholder {
    color: var(--light-black);
}

.deco_form input[type='submit'] {
    width: 250px;
    background: var(--dark2-blue);
    font-family: var(--main-font);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.8px;
    border: none;
    height: 45px;
}

.deco-modal-title {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


/* REVIEWS PAGE */

#total_reviews_page_wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}

#total_reviews_page_wrapper label {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 5px !important;
}

#total_reviews_page_wrapper select {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding: 10px !important;
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.8px !important;
    border-radius: 1px !important;
    height: 40px !important;
    line-height: 1 !important;
}

#total_reviews_page_wrapper .wc_sar .wc-sar-form-control input[type='submit'] {
    font-family: var(--main-font) !important;
    color: #fff !important;
    border: 1px solid var(--dark-blue) !important;
    background: var(--dark-blue) !important;
    font-size: 16px !important;
    height: 40px !important;
    line-height: 40px !important;
    position: relative !important;
    top: -1px !important;
    margin-top: 30px !important;
}

.wc_sar .total-reviews {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 20px !important;
    line-height: 28px !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.wc-sar-product-title a {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 19px !important;
    line-height: 29px !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.wc-sar-review-date {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.5px !important;
    font-weight: 500 !important;
}

.wc-sar-review-content .quote {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0.3px !important;
    font-weight: 400 !important;
}

.wc-sar-review-content .wc-sar-review-author {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
}

.wc-sar-review-content .readmorelink {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 15px !important;
    line-height: 25px !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
}

.subcategories-list {
    display: flex;
    max-width: 1640px;
    margin: auto;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.subcategory-item {
    width: 25%;
    padding: 10px;
}

@media only screen and (max-width: 1800px) {
    #home_2_inner_2 .col_left {
        padding-left: 75px;
    }

    #home_4_inner_2 .col_right {
        padding-left: 140px;
    }

    #home_3_inner_2 .col_right {
        margin-top: -60px;
    }

    #home_4_inner_1,
    #home_4_inner_2 {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

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

    .w1620,
    body.archive.woocommerce #main,
    body.woocommerce-wishlist #main,
    .woocommerce-notices-wrapper,
    .blog #main,
    .single-post #main,
    .archive:not(.woocommerce) #main {
        max-width: 1480px !important;
    }

    .w1500,
    body.woocommerce-cart .featured-box-primary {
        max-width: 1400px !important;
    }
}

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

    .h30,
    .h30 * {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .h230,
    .h230 * {
        font-size: 200px !important;
        line-height: 210px !important;
    }

    .h180,
    .h180 * {
        font-size: 160px !important;
        line-height: 170px !important;
    }

    .h210,
    .h210 * {
        font-size: 190px !important;
        line-height: 200px !important;
    }

    .h40,
    .h40 * {
        font-size: 38px !important;
        line-height: 46px !important;
    }

    .h150,
    .h150 * {
        font-size: 130px !important;
        line-height: 140px !important;
    }

    #home_2_inner_2 .col_left {
        padding-left: 40px;
    }

    #home_3_inner_1 .col_right {
        max-width: 875px;
    }

    #home_4_inner_2 .col_right {
        padding-left: 70px;
    }

    #home_6_inner_1 .col_right {
        max-width: 800px;
    }

    #about_2_inner_1 .col_right {
        max-width: 850px;
        padding-left: 50px;
    }

    #about_4_inner_1 .col_right {
        max-width: 812px;
        padding-left: 50px;
    }

    #about_4_inner_1 .h22 {
        left: 0;
    }

    #about_2_inner_2 .col_left {
        padding-left: 150px;
        padding-right: 150px;
    }

    #contact_2_inner_2 .porto-sicon-header>p:last-child {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    #contact_1_inner_2 .porto-sicon-box,
    #contact_2_inner_2 .porto-sicon-box {
        margin-bottom: 15px !important;
    }

    #contact_2_inner_2 .left-icon .porto-sicon-left .porto-icon,
    #contact_2_inner_2 .left-icon .porto-sicon-left .porto-sicon-img {
        margin-right: 12px;
    }

    #contact_2_inner_2 .p14a {
        margin-bottom: 20px !important;
    }

    #klarna_1 {
        padding-top: 50px;
    }

    #klarna_2_inner_1 .col_right {
        max-width: 653px;
    }

    #klarna_1_inner_1 .col_left {
        padding-left: 100px;
        padding-right: 40px;
    }

    #home_2_inner_2 .term_links_wrapper {
        padding-right: 135px;
    }
}

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

    .w1620,
    body.archive.woocommerce #main,
    body.woocommerce-wishlist #main,
    .woocommerce-notices-wrapper,
    .blog #main,
    .single-post #main,
    .archive:not(.woocommerce) #main {
        max-width: 1380px !important;
    }

    .w1500,
    body.woocommerce-cart .featured-box-primary {
        max-width: 1300px !important;
    }
}

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

    .h230,
    .h230 *,
    .h210,
    .h210 * {
        font-size: 160px !important;
        line-height: 170px !important;
    }

    .h180,
    .h180 * {
        font-size: 130px !important;
        line-height: 140px !important;
    }

    .h40,
    .h40 * {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    #home_3_inner_1 .col_right {
        max-width: 717px;
    }

    #home_6_inner_1 .col_right {
        max-width: 690px;
    }

    #above_footer_b2b .w1500,
    #above_footer .w1500 {
        max-width: 100% !important;
    }

    #about_2_inner_1 .col_right {
        max-width: 733px;
    }

    #about_4_inner_1 .col_right {
        max-width: 707px;
    }

    #about_2_inner_1 .h22,
    #about_4_inner_1 .h22 {
        left: 0;
    }

    #career_2_inner_1 .col_right {
        padding-left: 50px;
        padding-right: 100px;
        max-width: 675px;
    }

    #klarna_2_inner_1 .col_right {
        max-width: 535px;
    }
}

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

    .w1620,
    body.archive.woocommerce #main,
    body.woocommerce-wishlist #main,
    .woocommerce-notices-wrapper,
    .blog #main,
    .single-post #main,
    .archive:not(.woocommerce) #main {
        max-width: 1280px !important;
    }

    .w1500,
    body.woocommerce-cart .featured-box-primary {
        max-width: 1200px !important;
    }

    #home_3_inner_2 .col_right {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .post-meta *:not(i) {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.2px;
    }

    article.post .post-meta>.post-views,
    article.post .post-meta>span {
        padding-right: 18px !important;
    }

    .post-meta-wrapper,
    .post-meta-wrapper .post-meta {
        flex-wrap: wrap;
    }

    article.post a.btn-readmore {
        font-size: 13px !important;
        line-height: 21px;
        letter-spacing: 0.6px;
    }

    article.post .post-meta,
    .blog-posts .post .entry-title {
        margin-bottom: 12px !important;
    }

    #klarna_2_inner_2 {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #klarna_2_inner_2 .porto-sicon-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #home_2_inner_2 .term_links_wrapper {
        padding-right: 130px;
    }
}

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

    .w1620,
    body.archive.woocommerce #main,
    body.woocommerce-wishlist #main,
    .woocommerce-notices-wrapper,
    .blog #main,
    .single-post #main,
    .archive:not(.woocommerce) #main {
        max-width: 1180px !important;
    }

    .w1500,
    body.woocommerce-cart .featured-box-primary {
        max-width: 1100px !important;
    }

    #header .main-menu {
        gap: 12px;
    }

    #header .main-menu>li.menu-item>a {
        padding: 9px 12px 9px 12px !important;
    }

    .mega-menu .wide .popup>.inner>ul.sub-menu {
        margin: 0 auto;
    }

    .size_guide_modal {
        max-width: calc(100% - 50px);
    }
}

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

    .h150,
    .h150 * {
        font-size: 120px !important;
        line-height: 130px !important;
    }

    #home_2_inner_1.w1620 {
        max-width: 100% !important;
    }

    #home_5_inner_1 .col_left .p15a,
    #home_5_inner_1 .col_left .p16 {
        max-width: 260px;
    }

    #career_1 {
        padding-top: 60px;
    }

    #career_1_inner_1 .col_left {
        padding-left: 140px;
    }

    #career_2 {
        margin-top: -30px;
    }

    #career_3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #career_4 {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .job-title {
        font-size: 18px !important;
        line-height: 26px !important;
        letter-spacing: 0.5px !important;
    }

    .job-header {
        gap: 10px;
    }

    .job-header img {
        max-width: 42px !important;
    }

    .job-body .p16a,
    .job-body .p16a * {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .job-body .p14a,
    .job-body .p14a * {
        font-size: 13px !important;
    }

    #klarna_2 {
        margin-top: 20px;
    }

    #home_2_inner_2 .term_links_wrapper {
        padding-right: 80px;
    }
}

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

    .h230,
    .h230 *,
    .h210,
    .h210 * {
        font-size: 140px !important;
        line-height: 150px !important;
    }

    .h180,
    .h180 * {
        font-size: 120px !important;
        line-height: 130px !important;
    }

    .h150,
    .h150 * {
        font-size: 110px !important;
        line-height: 120px !important;
    }

    #home_6_inner_1 .col_right {
        max-width: 605px;
    }

    #above_footer_b2b .porto-sicon-box,
    #above_footer .porto-sicon-box {
        margin-bottom: 0 !important;
    }

    #about_2_inner_1 .col_right {
        max-width: 650px;
    }

    #about_2_inner_2 .col_left {
        padding-left: 80px;
        padding-right: 80px;
    }

    #about_4_inner_1 .col_right {
        max-width: 625px;
    }

    #career_2_inner_1 .col_right {
        padding-left: 40px;
        padding-right: 70px;
        max-width: 600px;
    }

    #klarna_2_inner_1 .col_right {
        max-width: 500px;
    }

    #home_3_inner_1 .col_right {
        max-width: 667px;
    }
}

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

    .h230,
    .h230 *,
    .h210,
    .h210 * {
        font-size: 130px !important;
        line-height: 140px !important;
    }

    .w1620,
    body.archive.woocommerce #main,
    body.woocommerce-wishlist #main,
    .woocommerce-notices-wrapper,
    .blog #main,
    .single-post #main,
    .archive:not(.woocommerce) #main {
        max-width: calc(100% - 50px) !important;
    }

    .w1500,
    body.woocommerce-cart .featured-box-primary {
        max-width: calc(100% - 50px) !important;
    }

    .category-mega-menu-wrapper {
        gap: 35px;
    }

    #header .main-menu>li.menu-item>a {
        letter-spacing: 0 !important;
    }

    .category-menu-btn {
        min-width: 0 !important;
        width: 100% !important;
        font-size: 15px !important;
        letter-spacing: 0.4px !important;
        padding: 0 20px !important;
    }

    .category-mega-menu-col-title,
    .category-mega-menu-col-title>a,
    [data-layout='hotels'] .col_1 .category-menu-link {
        font-size: 15px !important;
        letter-spacing: 0.6px !important;
    }

    a.category-menu-link,
    .category-mega-menu-image-wrapper,
    .category-mega-menu-image-wrapper a {
        font-size: 14px !important;
        letter-spacing: 0.6px !important;
    }

    .category-mega-menu-col-title i,
    [data-layout='hotels'] .col_1 .category-menu-link i {
        translate: -4px -11px;
    }

    .single_variation_wrap {
        gap: 20px;
    }

    .product-summary-wrap .single_add_to_cart_button {
        font-size: 14px !important;
        letter-spacing: 0.5px !important;
        padding: 0 25px !important;
    }

    #about_2_inner_1 .col_right {
        max-width: 575px;
    }

    #about_4_inner_1 .col_right {
        max-width: 585px;
    }

    #compare_1 {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }

    .page_compare_table_wrapper {
        padding-top: 60px !important;
        padding-bottom: 70px !important;
    }

    #home_6_inner_1 .col_right {
        max-width: 564px;
    }
}

@media only screen and (max-width: 1200px) {
    #header .main-menu>li.menu-item>a {
        font-size: 15px !important;
    }

    .category-menu-btn {
        letter-spacing: 0.2px !important;
        padding: 0 10px !important;
    }

    #home_3_inner_1 .col_right {
        max-width: 640px;
        padding-left: 20px;
    }

    #home_6_inner_1 .col_right {
        max-width: 650px;
    }

    .winning_products_btn>img {
        max-width: 80px;
    }

    #home_3_inner_2 .col_left {
        padding-top: 60px;
        padding-left: 100px;
        padding-right: 60px;
    }

    #home_6_inner_1 .col_right {
        max-width: 565px;
    }

    #above_footer_b2b,
    #above_footer {
        padding: 40px 0;
    }

    #above_footer_b2b h3.porto-sicon-title,
    #above_footer h3.porto-sicon-title,
    #above_footer_b2b .porto-sicon-header>p:last-child,
    #above_footer .porto-sicon-header>p:last-child {
        font-size: 15px !important;
        letter-spacing: 0.2px !important;
    }

    #above_footer_b2b .porto-sicon-box.left-icon,
    #above_footer .porto-sicon-box.left-icon,
    #above_footer_b2b .porto-sicon-box.right-icon,
    #above_footer .porto-sicon-box.right-icon {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .syndyase_to_data_wrapper {
        max-width: calc(100% - 120px);
    }

    .syndyase_to_image_wrapper {
        max-width: 120px;
    }

    .syndyase_to_image_wrapper img {
        width: 120px;
        height: 90px;
    }

    .combo_product_price_wrapper {
        left: 145px;
    }

    .table_head.table_value,
    .table_label,
    .table_value {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .product_reviews_faqs_tabs>button {
        font-size: 26px;
        line-height: 34px;
    }

    .h26,
    .h26 * {
        font-size: 25px !important;
        line-height: 33px !important;
    }
}

@media only screen and (max-width: 1600px) {
    .syndyase_to_items.items_simple {
        flex-direction: column;

    }

    .syndyase_to_item {
        width: 100%;
    }
}

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

    .h230,
    .h230 *,
    .h210,
    .h210 * {
        font-size: 120px !important;
        line-height: 130px !important;
    }

    .h180,
    .h180 *,
    .h150,
    .h150 * {
        font-size: 90px !important;
        line-height: 100px !important;
    }

    .h36,
    .h36 * {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .h40,
    .h40 * {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .btn_arrow button,
    .btn_arrow a {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    #header_main {
        min-height: 0 !important;
    }

    #header_main_2,
    #side-nav-panel .share-links {
        display: none !important;
    }

    .accordion-menu li.menu-item {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #header .mobile-toggle {
        display: block !important;
        background: transparent !important;
        padding: 0;
        margin: 0;
        top: 5px;
        position: relative;
    }

    #header .mobile-toggle i::before {
        content: url(https://www.eco-mat.gr/wp-content/uploads/2023/07/menu.png);
    }

    #side-nav-panel .accordion-menu li.menu-item>a,
    #side-nav-panel .menu-custom-block a {
        font-family: var(--main-font) !important;
        color: var(--dark2-blue) !important;
        font-size: 17px !important;
        line-height: 25px !important;
        font-weight: 600 !important;
        letter-spacing: 0.4px !important;
        background: transparent !important;
        text-transform: none !important;
    }

    #side-nav-panel .side-nav-panel-close {
        color: var(--dark2-blue) !important;
        font-size: 20px !important;
    }

    html.panel-opened .page-wrapper,
    html.panel-opened #header.sticky-header .header-main.sticky,
    html.sidebar-opened #header.sticky-header .header-main.sticky,
    .filter-sidebar-opened #header.sticky-header .header-main.sticky {
        left: auto !important;
        right: auto !important;
    }

    #side-nav-panel .searchform {
        padding: 0 10px;
        max-width: 100%;
        margin: 10px auto 20px;
    }

    #side-nav-panel .searchform-fields .btn.btn-special {
        height: 38px;
        width: 38px;
        padding: 0;
        background-color: var(--dark-blue) !important;
        border-color: var(--dark-blue) !important;
        color: #ffffff !important;
    }

    #side-nav-panel .searchform-fields input {
        border: 1px solid var(--dark-blue) !important;
    }

    #home_2_inner_1 {
        padding-left: 0;
        padding-right: 0;
    }

    #home_2_inner_2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #home_2_inner_2 .col_left {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    #home_2_inner_2 .col_right {
        width: 100%;
    }

    #home_3 {
        margin-top: 0;
    }

    #home_3_inner_1 {
        flex-direction: column-reverse;
        padding-left: 25px !important;
        padding-right: 25px !important;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #home_3_inner_1 .col_left,
    #home_3_inner_1 .col_right {
        width: 100%;
    }

    #home_3_inner_1 .col_right .h30 * {
        text-align: left !important;
    }

    #home_3_inner_1 .col_right {
        max-width: 100%;
        padding-left: 0;
    }

    #home_3_inner_2 {
        padding-left: 25px !important;
        padding-right: 25px !important;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #home_3_inner_2 .col_left {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    #home_3_inner_2 .col_left,
    #home_3_inner_2 .col_right {
        width: 100%;
    }

    #home_3_inner_2 .col_left .h40 {
        margin-bottom: 15px !important;
    }

    #home_6_inner_1 {
        flex-direction: column-reverse;
        padding-top: 50px;
        padding-left: 25px !important;
        padding-right: 25px !important;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #home_6_inner_1 .col_left,
    #home_6_inner_1 .col_right {
        max-width: 100%;
        width: 100%;
    }

    #home_6_inner_1 .col_left {
        top: 0;
    }

    #home_6_inner_1 .col_right {
        margin-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    #home_6_inner_1 .col_right * {
        text-align: left !important;
    }

    #home_5_inner_1 .col_left .p15a,
    #home_5_inner_1 .col_left .p16 {
        max-width: 230px;
    }

    #home_2_inner_2 .term_links_wrapper {
        padding-right: 50px;
    }

    .mobile-sidebar .sidebar-toggle i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 19px;
    }

    .mobile-sidebar .sidebar-toggle {
        display: block !important;
        width: 44px !important;
        height: 44px !important;
        position: fixed !important;
        left: auto !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(0, -50%) !important;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 9998 !important;
        color: #fff !important;
        background: var(--dark2-blue) !important;
        transition: all ease 1s !important;
    }

    .mobile-sidebar.left-sidebar .sidebar-toggle {
        left: 0 !important;
        border-left-width: 0;
        border-right-width: 1px;
    }

    .mobile-sidebar.right-sidebar .sidebar-toggle {
        right: 0 !important;
        border-left-width: 1px;
        border-right-width: 0;
    }

    .sidebar.mobile-sidebar {
        position: fixed !important;
        z-index: 9999 !important;
        left: auto !important;
        right: auto !important;
        top: 0 !important;
        background: white !important;
        transition: all ease 1s !important;
        transform: none !important;
    }

    .sidebar.left-sidebar.mobile-sidebar {
        left: -300px !important;
    }

    .sidebar.right-sidebar.mobile-sidebar {
        right: -300px !important;
    }

    html.sidebar-opened .sidebar.mobile-sidebar {
        transition: all ease 1s !important;
    }

    html.sidebar-opened .sidebar.left-sidebar.mobile-sidebar {
        left: 0 !important;
    }

    html.sidebar-opened .sidebar.right-sidebar.mobile-sidebar {
        right: 0 !important;
    }

    html.sidebar-opened .mobile-sidebar .sidebar-toggle {
        transition: all ease 1s !important;
    }

    html.sidebar-opened .mobile-sidebar.left-sidebar .sidebar-toggle {
        left: 300px !important;
    }

    html.sidebar-opened .mobile-sidebar.right-sidebar .sidebar-toggle {
        right: 300px !important;
    }

    html.sidebar-opened .mobile-sidebar .sidebar-toggle i::before {
        content: '\f00d';
    }

    body.archive.woocommerce #main .left-sidebar.col-lg-3,
    body.archive.woocommerce #main .right-sidebar.col-lg-3,
    body.search-results #main .left-sidebar.col-lg-3,
    body.search-results #main .right-sidebar.col-lg-3,
    body.blog #main .left-sidebar.col-lg-3,
    body.blog #main .right-sidebar.col-lg-3,
    body.single-post #main .left-sidebar.col-lg-3,
    body.single-post #main .right-sidebar.col-lg-3 {
        width: 300px !important;
        max-width: 300px !important;
        height: 100vh;
    }

    body.archive.woocommerce #main .main-content.col-lg-9,
    body.search-results #main .main-content.col-lg-9,
    body.blog #main .main-content.col-lg-9,
    body.single-post #main .main-content.col-lg-9 {
        width: 100% !important;
    }

    .woocommerce-page.archive .sidebar-content,
    .search-results .sidebar-content,
    .blog .sidebar-content {
        height: 100%;
        max-height: 99vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .blog .main-content.col-lg-9,
    .single-post .main-content.col-lg-9,
    .archive:not(.woocommerce) .main-content.col-lg-9 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #home_2_inner_2 .h26 {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    #product_1_inner_1 {
        flex-direction: column;
    }

    #product_1_inner_1 .col_left {
        width: 100%;
        padding-right: 0 !important;
    }

    #product_1_inner_1 .col_right {
        width: 100%;
        padding-left: 0 !important;
    }

    .porto-sticky,
    [data-plugin-sticky] {
        position: relative !important;
        width: 100% !important;
        inset: auto !important;
        will-change: unset !important;
        padding-bottom: 0 !important;
        border: 0 !important;
    }

    .pin-wrapper {
        height: 100% !important;
    }

    .custom_product_images_wrapper iframe {
        width: 100% !important;
    }

    .product_attr_wrapper .product__term {
        font-size: 13px;
        line-height: 22px;
    }

    .product_carousel_item>.product_carousel.col_left {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hotspot_section>.col_right {
        padding: 0 50px 0 25px;
    }

    .hotspot_title {
        font-size: 30px;
        line-height: 38px;
    }

    .hotspot_subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .product_section_inner>.col_1 {
        padding-left: 40px;
        padding-right: 30px;
    }

    .compareProductCol.first>div {
        padding-right: 10px;
        padding-left: 4px;
    }

    #about_1 {
        /* padding-top: 70px; */
        padding-bottom: 70px;
    }

    #about_3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #about_2_inner_1,
    #about_4_inner_1 {
        flex-direction: column-reverse;
    }

    #about_2_inner_2 {
        padding-bottom: 50px;
        margin-top: 20px !important;
    }

    #about_2_inner_1,
    #about_2_inner_2,
    #about_4_inner_1 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    #about_2_inner_1 .col_right,
    #about_2_inner_1 .col_left,
    #about_2_inner_2 .col_right,
    #about_2_inner_2 .col_left,
    #about_4_inner_1 .col_left,
    #about_4_inner_1 .col_right {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    #about_2_inner_1 *,
    #about_4_inner_1 * {
        text-align: left !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    #about_5_inner_1>.vc_column_container>.wpb_wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }

    #about_5_inner_1>.vc_column_container>.wpb_wrapper::before,
    #about_5_inner_1>.vc_column_container>.wpb_wrapper::after {
        display: none;
    }

    #about_5_inner_1>.vc_column_container>.wpb_wrapper>div {
        flex: 1 1 auto;
        width: calc(100% / 3 - 20px);
    }

    #about_4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #career_2_inner_1 .col_right {
        max-width: 473px;
    }

    #klarna_1_inner_1 .col_left,
    #klarna_1_inner_1 .col_right,
    #klarna_2_inner_1 .col_left,
    #klarna_2_inner_1 .col_right {
        width: 100%;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    #klarna_2_inner_1 .col_right {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    #klarna_1_inner_1 .col_right .wpb_single_image.vc_align_right,
    #klarna_2_inner_1 .wpb_single_image.vc_align_left {
        text-align: center;
    }

    #klarna_2_inner_1 {
        flex-direction: column-reverse;
    }

    #klarna_2_inner_1 .col_right * {
        text-align: left !important;
    }

    .pageCompareProduct_table .table_label,
    .pageCompareProduct_table .table_value {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .pageCompareProduct_table .table_value .compareProduct_shortDesc {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .online_support_wrapper .row .col-md-6 {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    #online_support {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }

    #compare_1 .sectionButtons>.vc_column_container>.wpb_wrapper {
        justify-content: space-evenly !important;
        gap: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .w970 {
        max-width: 96% !important;
    }

    .single-post #main {
        max-width: 96% !important;
    }

    .single-post #main>.container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .product-category-top-section-wrapper-inner .col-md-4,
    .product-category-top-section-wrapper-inner .col-md-8 {
        width: 100%;
    }

    .product-category-top-section-wrapper-inner .col-md-8 {
        margin-top: 40px;
    }

    .cts_image_wrapper,
    .cts_video_wrapper {
        margin-bottom: 25px;
        text-align: left;
    }

    .cts_link_wrapper {
        text-align: left;
        display: flex;
        justify-content: flex-start;
        gap: 30px;
    }

    .cts_link_wrapper span {
        text-align: left;
        padding: 0;
    }

    #contact_2_inner_2>.col-md-6 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .shop-loop-after .woocommerce-pagination .woocommerce-viewing {
        display: none !important;
    }

    .shop-loop-before {
        background: transparent !important;
    }

    .shop-loop-before.sticky {
        position: relative !important;
        z-index: 9 !important;
        left: auto !important;
        width: 100% !important;
        border-bottom: none !important;
        top: auto !important;
    }

    #header_top {
        display: none;
    }

    html.sidebar-opened .page-wrapper {
        left: auto !important;
    }

    #refer_a_friend_banner {
        padding-top: 60px;
    }

    .refer_a_friend_banner_wrapper .col-md-6 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #home_2_inner_1 .col_left,
    #home_2_inner_1 .col_right {
        width: 100%;
    }

    .winning_products_btn {
        position: relative;
        bottom: auto;
        right: auto;
        justify-content: flex-start;
        gap: 0;
    }

    .winning_products_btn>img {
        display: none;
    }

    .product-category-top-section-wrapper {
        padding-top: 40px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    ul.products .woocommerce-loop-product__title {
        font-size: 19px !important;
    }

    ul.products .price,
    ul.products .price del {
        font-size: 18px !important;
    }

    ul.products .price del {
        font-size: 14px !important;
    }

    ul.products li.product-awq_onimage .add-links .button {
        text-indent: -9999px !important;
    }

    ul.products .add-links .add_to_cart_button:before,
    ul.products .add-links .add_to_cart_read_more:before,
    ul.products .add-links .yith-compare:before {
        position: absolute !important;
        left: 50% !important;
        transform: translate(-50%, 0) !important;
    }

    #home_5_inner_1 .col_left,
    #home_5_inner_1 .col_right {
        width: 100%;
    }

    #home_5_inner_1 .col_right .play_img {
        left: 0;
    }

    #home_52 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    #home_5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #home_5_inner_1 .col_right {
        padding-top: 60px;
    }

    #home_5_inner_1 .col_right>.wpb_wrapper.vc_column-inner {
        position: relative;
    }

    #home_5_inner_1 .col_right .wpb_single_image {
        margin-bottom: 0;
    }

    #home_5_inner_1 .col_right .play_img {
        bottom: auto;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        margin-bottom: 0 !important;
    }

    #home_5_inner_1 .col_left .p15a,
    #home_5_inner_1 .col_left .p16 {
        max-width: 70%;
    }

    .woo-page-header {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .woo-page-header.page-header-8 li a {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .featured-box .shop_table .pt-left,
    .featured-box .shop_table .pt-right {
        text-align: left;
    }

    #customer_details>div {
        width: 100% !important;
    }

    #contact_1_inner_2>.col-md-6 {
        width: 100%;
    }

    #contact_1_inner_2 .share-links {
        margin-bottom: 40px;
    }

    #career_1_inner_1 .col_left,
    #career_1_inner_1 .col_right,
    #career_2_inner_1 .col_left,
    #career_2_inner_1 .col_right {
        padding-left: 50px !important;
        padding-right: 50px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #career_1_inner_1 .wpb_single_image,
    #career_2_inner_1 .wpb_single_image {
        text-align: center;
    }

    #career_2_inner_1 .col_right>.wpb_wrapper.vc_column-inner {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
}

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

    .h30,
    .h30 * {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    #home_1,
    #home_2 {
        padding-top: 50px;
    }

    .products-filter ul.product-categories {
        gap: 30px;
    }

    #footer_mid {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer_mid .col-md-3:nth-child(1) {
        width: 100%;
        margin-bottom: 30px;
    }

    #footer_mid .col-md-3:not(:nth-child(1)) {
        width: calc(100% / 3);
    }

    #footer_bot .col-md-4 {
        width: 100%;
        text-align: center;
    }

    #footer_bot .col-md-4:nth-child(1),
    #footer_bot .col-md-4:nth-child(3) {
        display: none;
    }

    .product_carousel_item {
        flex-wrap: wrap;
    }

    .product_carousel_item>div {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .product_carousel_item>.product_carousel.col_left {
        padding-left: 0;
        padding-right: 0;
    }

    .hotspot_section>div {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .hotspot_section>.col_right {
        padding: 0;
    }

    .hotspot_section {
        gap: 20px;
        padding-top: 50px;
        padding-bottom: 30px;
        flex-direction: column;
    }

    .product_section {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 20px;
    }

    .product_section_inner {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column !important;
    }

    .product_section_inner>.col_half {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .product_section_inner>.col_1 {
        padding-left: 0;
        padding-right: 0;
    }

    .single_product_compare_table_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .table_head.table_value,
    .table_label,
    .table_value {
        font-size: 16px;
        line-height: 24px;
    }

    .compareProduct_table_outer {
        width: calc(100% - 50px);
        max-width: 100%;
        overflow-x: auto;
        border: 1px solid var(--dark-blue);
    }

    .compareProduct_table {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        border: none;
    }

    .compareProductCol {
        grid-template-rows: 60px;
        grid-template-columns: 120px;
        max-width: 120px;
    }

    .compareProductCol>div {
        min-height: 40px;
    }

    .product_reviews .avg_rating {
        font-size: 36px;
        line-height: 44px;
    }

    .single-product .product_reviews .avg_stars .woocommerce-product-rating .star-rating {
        font-size: 16px;
        top: -5px;
    }

    .product_reviews_faqs_tabs {
        max-width: 150px;
    }

    .product_reviews_faqs_content {
        max-width: calc(100% - 150px);
        padding-left: 20px;
    }

    .product_reviews_faqs_tabs>button {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 15px 20px 0;
        margin-bottom: 15px;
        text-align: right;
    }

    .product_reviews_faqs_tabs>button.active::after {
        height: 85px;
    }

    ul.pcols-md-3 li.product-col {
        width: 50%;
    }
}

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

    .h40,
    .h40 * {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .h32,
    .h32 * {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    #home_4_inner_2 .col_left,
    #home_4_inner_2 .col_right {
        width: 100%;
    }

    #home_4_inner_2 .col_right {
        padding-left: 20px;
    }

    .product_reviews_faqs_wrapper {
        padding: 50px 20px;
        min-height: 0;
        flex-direction: column;
    }

    .product_reviews_faqs_tabs {
        max-width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
    }

    .product_reviews_faqs_content {
        max-width: 100%;
        padding-left: 0 !important;
        border-left: none;
    }

    .product_reviews_faqs_tabs>button {
        padding: 10px 0;
        margin-bottom: 10px;
        text-align: left;
    }

    .product_reviews_faqs_tabs>button.active::after {
        height: 1px;
        width: 100%;
        left: 0;
        right: auto;
        bottom: 0;
        top: auto;
        transform: translate(0, 0);
    }

    #comments>div {
        margin-bottom: 20px;
    }

    #grapse_mia_kritiki {
        font-size: 14px;
    }

    #rating_wrap {
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .product_badge {
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .shop_table .product-thumbnail img {
        max-width: 175px;
    }

    .w1620:not(.product-category-top-section-wrapper-inner,
        #header_main_1,
        .product_carousel_inner,
        .hotspot_section,
        .product_section_inner),
    .w1500 {
        max-width: 100% !important;
    }

    #footer .container-fluid .top-row,
    #home_4>div {
        padding-left: 0;
        padding-right: 0;
    }

    .h30,
    .h30 *,
    .h26,
    .h26 *,
    .h30b,
    .h30b * {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .h40,
    .h40 * {
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .h36,
    .h36 * {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .h32,
    .h32 * {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    ul.products .woocommerce-loop-product__title {
        font-size: 18px !important;
    }

    .products-filter ul.product-categories>li>a {
        font-size: 14px;
        line-height: 24px;
    }

    #above_footer_b2b h3.porto-sicon-title,
    #above_footer h3.porto-sicon-title,
    #above_footer .porto-sicon-header>p:last-child,
    #above_footer .porto-sicon-header>p:last-child {
        font-size: 14px !important;
        letter-spacing: 0px !important;
    }

    .btn_border_arrow button,
    .btn_border_arrow a {
        font-size: 14px !important;
        letter-spacing: 0.6px !important;
        padding: 0 25px !important;
    }
}

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

    #header_main .col-md-4 {
        width: 33.333333% !important;
    }

    #above_footer_b2b .porto-sicon-box.left-icon,
    #above_footer .porto-sicon-box.left-icon,
    #above_footer_b2b .porto-sicon-box.right-icon,
    #above_footer .porto-sicon-box.right-icon {
        gap: 0;
        margin-bottom: 20px !important;
    }

    #contact_2_inner_1 {
        margin-bottom: 0;
    }

    #contact_2_inner_2 .vc_row .col-md-6 {
        width: 50%;
    }

    #contact_1_inner_1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 680px) {
    .term_links_wrapper {
        gap: 20px;
    }

    .term_links_wrapper a,
    .term_links_wrapper span {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .products-filter ul.product-categories {
        gap: 15px;
    }

    #contact_2 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    #contact_2_inner_2 .vc_row .col-md-6 {
        width: 100%;
    }

    #contact_2_inner_2>.col-md-6 {
        margin-bottom: 40px;
    }
}

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

    .p15a,
    .p15a * {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .h230,
    .h230 *,
    .h210,
    .h210 * {
        font-size: 80px !important;
        line-height: 90px !important;
    }

    .h180,
    .h180 *,
    .h150,
    .h150 * {
        font-size: 60px !important;
        line-height: 70px !important;
    }

    #header .my-account,
    #header .searchform-popup {
        display: none !important;
    }

    #header_main_1 .col_left,
    #header_main_1 .col_right {
        width: 60px !important;
    }

    #header_main_1 .col_mid {
        width: calc(100% - 120px) !important;
    }

    #header .logo .standard-logo {
        max-width: 200px !important;
    }

    .btn_border_arrow button,
    .btn_border_arrow a {
        font-size: 13px !important;
        letter-spacing: 0.4px !important;
        padding: 0 20px !important;
    }

    .cts_link_wrapper {
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .cts_link_wrapper a {
        display: block;
        font-size: 14px;
        line-height: 22px;
    }

    .cts_link_wrapper span {
        display: none;
    }

    .cts_title {
        margin-bottom: 20px;
    }

    #footer_mid .col-md-3:not(:nth-child(1)) {
        width: 100%;
    }

    .products-filter ul.product-categories {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .custom_product_images_wrapper iframe {
        height: 350px;
    }

    .product_carousel_wrapper {
        padding: 40px 0 0px;
    }

    .product_carousel_wrapper .owl-carousel.custom-dots .owl-dots {
        flex-direction: row;
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translate(-50%, 50px);
    }

    .product_carousel_wrapper .owl-carousel .owl-dots .owl-dot.active span {
        height: 14px;
        width: 28px;
    }

    .woo-page-header.page-header-8 li {
        line-height: 1.6;
    }

    .woo-page-header.page-header-8 li a {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .woo-page-header.page-header-8 li .delimiter.delimiter-2 {
        font-size: 21px;
        margin: 0 15px !important;
        position: relative;
        top: -5px;
    }

    #about_2_inner_1,
    #about_2_inner_2,
    #about_4_inner_1 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    /* #header_main_1.w1620 {
    max-width: 100% !important;
  } */
    .form_wrapper>div:nth-child(1),
    .form_wrapper>div:nth-child(2) {
        gap: 15px;
        flex-wrap: wrap;
    }

    .form_wrapper>div:nth-child(1)>div,
    .form_wrapper>div:nth-child(2)>div {
        width: 100%;
    }

    .form_wrapper {
        gap: 15px;
    }

    #contact_2_inner_1 {
        margin-bottom: 30px;
    }

    #contact_2_inner_2 .wpb_single_image.vc_align_left {
        margin-bottom: 20px !important;
    }

    #contact_2_inner_2 {
        gap: 20px;
    }

    #contact_2_inner_2 .vc_row .col-md-6:nth-child(2) {
        padding-left: 18px;
        padding-right: 18px;
    }

    #klarna_2_inner_2>.col-md-4 {
        width: 100%;
    }

    #klarna_1_inner_1 .col_left,
    #klarna_1_inner_1 .col_right,
    #klarna_2_inner_1 .col_left,
    #klarna_2_inner_1 .col_right {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    ul.pcols-md-3 li.product-col {
        width: 100%;
    }

    .commentlist li .comment-text .meta {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .commentlist li .comment-text .meta strong {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 520px) {
    .filter-item-list:not([data-name='attribute_pa_xroma']):not([data-name='attribute_pa_ep-apothikeutikou-xorou'])>li {
        min-width: 112px;
    }
}

@media only screen and (max-width: 507px) {
    .single-product .seira-stromaton {
        /* display: block !important; */
        /* margin-top: 15px !important; */
        top: 0;
    }

    .fancybox-skin .single-product .seira-stromaton {
        display: none !important;
    }

    .single-product .single-product-price .price,
    .single-product .product-summary-wrap .price {
        justify-content: flex-start;
        align-items: flex-start;
        /* flex-direction: column; */
    }

    #compare_1 .sectionButtons>.vc_column_container>.wpb_wrapper {
        flex-direction: column;
    }
}

@media only screen and (max-width: 480px) {
    .cookie_box {
        display: none !important;
    }

    .h40,
    .h40 * {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .h30,
    .h30 *,
    .h26,
    .h26 *,
    .h30b,
    .h30b * {
        font-size: 21px !important;
        line-height: 30px !important;
    }

    .h36,
    .h36 * {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    #home_2_inner_2 .term_links_wrapper {
        padding-right: 0;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .term_links_wrapper span {
        display: none;
    }

    .single-product .single-product-price .price .price_diff,
    .single-product .product-summary-wrap .price .price_diff {
        font-size: 13px !important;
    }

    .single-product .single-product-price .price ins,
    .single-product .product-summary-wrap .price ins,
    .single-product .single-product-price .price del,
    .single-product .product-summary-wrap .price del {
        font-size: 26px !important;
        line-height: 40px !important;
    }

    .single-product .product-summary-wrap .price del {
        font-size: 14px !important;
        line-height: 40px !important;
    }

    .seira-stromaton {
        font-family: var(--main-font) !important;
        color: #fff !important;
        font-size: 16px !important;
        line-height: 40px !important;
        font-weight: 700 !important;
        letter-spacing: 0.3px !important;
        background-color: #172847 !important;
        padding: 0 10px !important;
        margin: 0 0 0 8px !important;
        border-radius: 20px !important;
        height: 40px !important;
        display: inline-block !important;
        position: relative;
    }

    .single-product .seira-stromaton {
        font-size: 13px !important;
    }

    .syndyase_to_image_wrapper {
        max-width: 100px;
    }

    .syndyase_to_data_wrapper {
        max-width: calc(100% - 100px);
    }

    .syndyase_to_image_wrapper img {
        width: 100px;
        height: 75px;
    }

    #comments>div {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .product_reviews_faqs_tabs>button {
        font-size: 18px;
        line-height: 28px;
    }

    .product_reviews .avg_rating {
        font-size: 30px;
        line-height: 40px;
    }

    .custom_product_images_wrapper iframe {
        height: 300px;
    }

    .product_carousel_inner.w1620 {
        max-width: 100% !important;
    }

    .hotspot_trigger {
        width: 28px;
        height: 28px;
    }

    .hotspot_title {
        font-size: 28px;
        line-height: 36px;
    }

    .hotspot_subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .single_variation_wrap {
        gap: 15px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .product-type-variable .single_variation_wrap {
        gap: 0px;
        flex-direction: column;
        align-items: flex-start;
    }

    body.woocommerce-page .main-content .featured-box {
        max-width: 100% !important;
    }

    .woocommerce-cart .featured-box-primary .box-content {
        padding: 0;
        border: 0;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .shop_table.responsive td,
    .shop_table.responsive th,
    .shop_table.shop_table_responsive td,
    .shop_table.shop_table_responsive th {
        width: 300px;
        margin: 0 auto;
    }

    .shop_table.responsive td.product-remove,
    .shop_table.responsive th.product-remove,
    .shop_table.shop_table_responsive td.product-remove,
    .shop_table.shop_table_responsive th.product-remove {
        right: 10px;
        width: 30px;
    }

    .cart-actions button.btn.btn-default.btn-lg,
    .cart-actions .wc-proceed-to-checkout a.checkout-button {
        width: 100%;
    }

    .porto-checkbox .porto-control-label,
    .woocommerce-checkout h4,
    .shop_table .fee,
    table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,
    .cart_totals .order-total .amount,
    .review-order.shop_table .order-total .amount {
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }

    table.shop_table.woocommerce-checkout-review-order-table tr>th:not(.porto-checkbox) {
        flex: 1 1 auto;
        width: calc(100% - 90px);
    }

    table.shop_table.woocommerce-checkout-review-order-table tr:not(.woocommerce-shipping-totals.shipping,
        .orofos-select)>td:last-child {
        width: 90px;
        max-width: 90px;
    }

    .checkout-order-review .featured-boxes {
        padding: 10px !important;
    }

    table.shop_table.woocommerce-checkout-review-order-table tr>td:first-child {
        max-width: 69%;
    }

    #home_2_inner_2 .term_links_wrapper {
        /* display: none !important; */
    }

    .filter-item-list:not([data-name='attribute_pa_xroma']):not([data-name='attribute_pa_ep-apothikeutikou-xorou'])>li {
        min-width: 105px;
    }
}

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

    .h40,
    .h40 * {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    .h30,
    .h30 *,
    .h26,
    .h26 *,
    .h30b,
    .h30b *,
    .h32,
    .h32 * {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .h22,
    .h22 * {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .h36,
    .h36 * {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .syndyase_to_item {
        /* flex-direction: column;*/
        align-items: flex-start;
        justify-content: flex-start;
    }

    .syndyase_to_data_wrapper {
        max-width: 100%;
    }
}

@media only screen and (max-width: 390px) {
    .single_variation_wrap .variations_button {
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
    }

    .single-product .product-summary-wrap .quantity {
        margin-right: 0;
        margin-bottom: 15px !important;
    }

    .product-summary-wrap .single_add_to_cart_button {
        width: 100%;
    }

    .single-product .product-summary-wrap .quantity .minus,
    .single-product .product-summary-wrap .quantity .plus {
        width: 70px;
    }

    .single-product .product-summary-wrap .quantity .qty {
        width: 100%;
    }

    .single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist a,
    .single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist span:not(.yith-wcwl-tooltip):not(.separator),
    .single-product .product-summary-wrap .yith-compare {
        text-indent: 0 !important;
        visibility: visible !important;
    }

    .single-wish-compare {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        width: 100%;
    }

    .single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist a:before {
        position: relative;
    }

    .single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist a,
    .single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist,
    .single-product .product-summary-wrap .yith-compare {
        width: 50% !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        gap: 15px;
        color: var(--light-black) !important;
    }
}

@media only screen and (max-width: 385px) {
    #header .logo .standard-logo {
        max-width: 170px !important;
    }

    .h30,
    .h30 *,
    .h26,
    .h26 *,
    .h30b,
    .h30b *,
    .h32,
    .h32 * {
        font-size: 19px !important;
        line-height: 27px !important;
    }
}

@media only screen and (max-width: 365px) {
    #place_order {
        font-size: 13px !important;
    }

    .single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist a,
    .single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist,
    .single-product .product-summary-wrap .yith-compare {
        gap: 10px;
    }
}


/* Remove Sales */

body.removeSales .price del:not(.show-del),
body.removeSales .custom_onsale,
body.removeSales .combo_product_price.combo_product_has_sale,
body.removeSales ul.products .price del:not(.show-del),
body.removeSales .product-image .labels .onsale,
body.removeSales .live-search-list .search-price del:not(.show-del),
body.removeSales #yith-woocompare .price del:not(.show-del),
body.removeSales:not(.woocommerce-cart) .shop_table .product-price del:not(.show-del),
body.removeSales:not(.woocommerce-cart) .shop_table .product-price .priceDel {
    /* display: none !important; */
}

#rev_slider_2_1_wrapper .custom.tparrows::before {
    font-family: 'revicons' !important;
    font-size: 15px !important;
    color: #fff !important;
    display: block !important;
    line-height: 40px !important;
    text-align: center !important;
}

.price_text_product_in {
    display: none;
}

.product-cat-mega-menu .product-type-simple .price ins {
    display: flex;
    text-decoration: none;
    vertical-align: baseline;
    justify-content: space-between;
}

#rev_slider_2_1_wrapper .custom.tparrows {
    cursor: pointer !important;
    background: #000 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    position: absolute !important;
    z-index: 1000 !important;
    height: 70px !important;
    width: 70px !important;
    border-radius: 35px !important;
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
}

#rev_slider_2_1_wrapper .custom.tparrows.rs-touchhover {
    background: rgba(0, 0, 0, 0.9) !important;
}

.tparrows.tp-leftarrow::before {
    content: '\e824' !important;
}

.timi_katalogou {
    display: flex;
    width: 100%;
    margin-top: 5px;
}

.timi_katalogou_list {
    display: flex;
    margin-bottom: -1px;
}

.price {
    display: flex !important;
    justify-content: space-between;
    flex-direction: row-reverse;
}

/* @media only screen and (max-width: 1580px) {
    body.hotelsFunctionality:not(.isHotels).hotelsDisabled ul.products .price {
        flex-direction: column; 
    }
} */
/* PRODUCT BANNER */
.banner_inner {
    padding: 30px 25px 40px;
    text-align: center;
}

.timi_katalogou_list {
    display: none;
}

.timi_katalogou {
    display: none;
}

/*FAQS*/
.faq_tabs {
    display: flex;
    margin: 40px 0;
}

.tabs {
    flex: 0 0 25%;
    margin: 30px 0;
}

.tabs_content {
    flex: 0 0 75%;
    padding: 0 30px;
    margin: 30px 0;
}

.tabs ul {
    list-style: none;
    padding: 0;
}

.tabs li:not(:last-child) {
    margin-bottom: 15px;
}

.tabs li a {
    border: none !important;
    padding: 0;
    text-align: center;
    font-size: 16px !important;
    line-height: 16px !important;
    letter-spacing: 1px;
    font-weight: 700 !important;
    color: #2A3A59;
    background-color: #F7F4EF;
    padding: 25px 15px 20px;
    display: block;
}

.active_link {
    background-color: var(--dark2-blue) !important;
    color: #fff !important;
}

.tab_panel {
    display: none;
}

.active_content {
    display: block;
}

.accordion {
    box-shadow: 0 2px 10px 3px rgba(204, 195, 178, .3);
    border: none !important;
    border-left: 2px solid var(--dark2-blue) !important;
    margin-bottom: 22px;
    padding: 15px 20px 15px 23px;
}

.accordion_title {
    position: relative;
    cursor: pointer;
    font-family: var(--main-font);
    color: var(--dark-blue);
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .3px;
}

.active_accordion .accordion_title:before {
    content: '-';
    position: absolute;
    right: -10px;
    font-size: 30px;
    color: var(--dark2-blue);
}

.accordion_title:before {
    content: '+';
    position: absolute;
    right: -10px;
    font-size: 24px;
    color: var(--dark2-blue);
}

.accordion_text {
    display: none;
    font-family: var(--main-font);
    color: var(--dark-blue);
    margin-top: 15px;
}

/* width */
.tabs::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.tabs::-webkit-scrollbar-track {
    background: #ececec;
}

/* Handle */
.tabs::-webkit-scrollbar-thumb {
    background: var(--dark-blue);
}

@media only screen and (max-width: 800px) and (min-width: 425px) {
    .tabs ul {
        display: flex;
        gap: 20px;
    }

    .tab_link {
        white-space: nowrap;
    }

    .tabs::-webkit-scrollbar {
        height: 7px;
    }
}

@media only screen and (max-width: 800px) {
    .faq_tabs {
        display: block;
    }

    .tabs {
        max-height: 140px;
        overflow: auto;
        padding-right: 10px;
    }

    .tabs_content {
        padding: 0;
    }

    .accordion_title {
        font-size: 16px;
        line-height: 22px;
    }
}

ul.products .price del::before {
    max-width: 60px;
}

/* BLACK FRIDAY PAGE */
.bf_container {
    max-width: 1760px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bf_header_img {
    text-align: center;
    background: linear-gradient(92deg, rgb(4, 14, 40, 1) 0%, rgb(4, 11, 36, 1) 100%);
}

.bf_gifts_container {
    margin-bottom: 50px !important;
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.bf_container.first_images .gift_image.first_image_of_type:after {

    content: "ή";
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    position: absolute;
    right: -15px;
    top: 50%;
}

.bf_gifts {
    position: relative;
}

.bf_gifts_images {
    margin-bottom: 10px;
}

.before::before {
    content: "ή";
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 45%;
    left: -20px;
    text-align: center;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    display: none;
}

.bf_gifts:before {
    content: '';
    background-color: #172847 !important;
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.bf_subtitle {
    color: var(--light-black) !important;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .5px;
}

.bf_text {
    color: #616f90;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .5px;
}

.bf_title {
    color: #2A3A59;
    text-align: center;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    /*     font-weight: 700; */
    line-height: 30px;
    /* 115.385% */
    padding-top: 35px;
    padding-bottom: 35px;
}

.bf_2025_title {
    color: #2A3A59;
    text-align: center;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    /* 142.308% */
}

.bf_2024_title {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 184.615% */
    padding-top: 200px;
    padding-bottom: 60px;
    max-width: 1160px;
    margin: auto;
}

.subtitle_bf_text {
    color: #525F77;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    /* 185% */
}

.bf_image_subtitle {
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 184.615% */
}

.bf_image_subnotice {
    color: #667CA6;
    text-align: center;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 50px;
}

.bf_image_subnotice span {
    font-weight: 700;
}

.pspace {
    padding-top: 90px;
    padding-bottom: 150px;
}

.mbspace {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1300px) {
    .first_images {
        margin-bottom: -350px !important;

    }

    .bf_2024_title {
        padding-top: 250px;
    }
}

@media only screen and (max-width: 1100px) {
    .first_images {
        margin-bottom: -300px !important;
    }

    .bf_2024_title {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    .bf_title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 900px) {
    .bf_2024_title {
        font-size: 22px;
        padding-top: 150px;
    }

    .bf_image_subtitle {
        font-size: 18px;
    }

    .first_images {
        margin-bottom: -250px !important;
        margin-top: -25px;
    }
}

@media only screen and (max-width: 768px) {
    .before::before {
        content: "ή";
        color: #172847;
        top: -55px;
        left: 47%;
    }

    .bf_image_subnotice {
        line-height: 18px;
    }

    .bf_2024_title {
        padding-top: 210px;
        line-height: 26px;
    }

    .first_images {
        gap: 30px;
    }

    .first_images .col-md-4 {
        width: 100%;

    }

    .bf_gifts_images {
        margin-bottom: 35px;
    }

    .pspace {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mbspace {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .bf_title {
        font-size: 22px;
        line-height: 30px;
    }
}

.products-slider.owl-carousel .product-type-simple .price ins {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
}

/*OFFER BANNER*/
.offer_banner_container {
    text-align: center;
    margin-bottom: 40px !important;
}

.cat_offer_banner .offer_banner_container {
    padding-right: 25px;
    padding-left: 25px;
}

.b2b_categories .thumb-info .thumb-info-wrapper {
    min-height: 75vh;
}

/*TIMER BANNER */
/* .times_banner_mobile {
	display: none;
}
@media only screen and (max-width: 1024px) {
  #eco_top_timer_mobile.timer_enabled {
    display: flex !important;
  }

  #eco_top_timer.timer_enabled {
    display: none !important;
  }

  #eco_top_timer_mobile.timer_enabled .top_timer_link {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
	.times_banner_desktop {
		display: none;
	}
	.times_banner_mobile {
		display: block;
	}
} */
/* #eco_top_timer,
#eco_top_timer_mobile {
  display: none !important;
} */

/* #eco_top_timer.timer_enabled {
  height: 100%;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  max-width: 700px;
	 font-family: var(--main-font) !important;
}

#eco_top_timer_mobile.timer_enabled {
  height: 100%;
  margin: 0 auto;
  display: none !important;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 999;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: var(--main-font) !important;
}

#eco_top_timer.timer_enabled .top_timer_link,
#eco_top_timer_mobile.timer_enabled .top_timer_link {
  font-family: var(--main-font) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-weight: 700 !important;
  gap:15px;
}

.top_timer__wrapper {
  margin: 0 5px;
}

.top_timer_text {
  margin: 0 5px; !important;
}
.header_timer{
	background-color:#588DD4;
}
.header_timer .vc_column-inner{
	justify-content:center;
}
.header_timer .wpb_raw_html{
	margin:15px 0;
	padding: 0 10px;
}
@media only screen and (max-width: 600px) {
	#eco_top_timer.timer_enabled .top_timer_link, #eco_top_timer_mobile.timer_enabled .top_timer_link{
		display:block
	}
} */
.policy_wrap {
    display: none;
}

.cs_preview_container.bar_small.bars_position_bottom .cs-info-bar {
    z-index: 1000000000;
    font-family: 'Manrope';

}

.cs_preview_container button,
.cs_preview_container .btn {
    border-radius: unset;
}

.cs-info-sticky-button {
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;

}

.cs-info-sticky.desktop_right {
    text-align: left !important;
    min-height: 40px !important;
}

.cs-wrapper {
    width: 95%;
}

.cs-modal-body,
.cs_preview_container>div>div .cs-modal .switcher-label {
    font-family: 'Manrope';
}

#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

#lightbox img {
    max-width: 80%;
    max-height: 80%;
}

#closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

.seira-stromaton,
.my_seira-stromaton {
    display: none !important;
}

.berocket_better_labels.berocket_better_labels_image {
    /* display: none !important; */
}

.width_100 :first-of-type {
    width: 60%;
}

#klarna_2_inner_1 .refer_a_friend_icon .wpb_single_image .vc_single_image-wrapper::after {
    display: none;
}

.copy_link_clipboard {
    width: 30% !important;
    border: none;
}



body.hotelsFunctionality .product-summary-wrap form:not(.wpcf7-form) {
    /* display: block !important; */
}

.woocommerce-variation-sku {
    visibility: hidden;
}


/* .wp-admin .form-row.form-row-first {
    clear: none;
}
.wp-admin .form-field  {
    font-size: 14px;
} */
.woocommerce-variation-custom_field,
.woocommerce_custom_field_telikh_timh_lianikis {
    display: none;
}


.isHotels .woocommerce-variation-custom_field,
.isHotels .woocommerce_custom_field_telikh_timh_lianikis {
    display: inline;
    font-family: var(--main-font) !important;
    color: #8f8e8e !important;
    font-size: 22px !important;
    line-height: 34px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-decoration: line-through;
}

.isHotels .owl-stage-outer .price,
.quote-li,
.page-id-122864 .cart-items,
.page-id-122864 .minicart-icon.minicart-icon-default,
.isHotels .cart-items,
.isHotels .single-product-price,
.isHotels .woocommerce-variation-price,
.isHotels .minicart-icon.minicart-icon-default,
.isHotels .product-summary-wrap .ajax_add_to_cart {
    display: none !important;
}

.page-id-122864 .quote-li,
.isHotels .quote-li {
    display: inline-block !important;
}

.isHotels .b2b_product_button_choose,
.isHotels .b2b_add_button {
    display: block !important;
}

.featured-box.align-left {
    width: 70%;
}

.timologio-check {
    align-self: end;
}

.synarmologisi_wrapper .form-check.porto-control-label.ps-1.font-size-md {
    margin-left: 20px !important;
}

#ship-to-different-address.porto-checkbox {
    padding-left: unset !important;
}

#side-nav-panel .accordion-menu .arrow {
    right: 5px;
    color: #588dd4;
    padding-top: 10px;
}

.term-krevatia .product_cat-antalaktika,
.category-menu-link-list .product_cat-antalaktika {
    display: none;
}

.product-summary-wrap .stock {
    display: none;
}

.wgb-mt30.wgb-mb30 h3,
.wgb-title.text-capitalize.font-weight-bold {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

.wgb-header-cnt:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    border-top: 3px solid #2A3A59;
}

.dataTables_paginate,
.dataTables_info,
.wgb-paging-item {
    display: none;
}

.wgb-add-gift-btn {
    color: #2A3A59;
    border: 1px #2A3A59 solid;
}

.wgb-add-gift-btn:hover {
    background-color: #2A3A59;
}

.it-gift-products-table .sorting_disabled {
    width: 163.062px;
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

/* .woocommerce-error li:before {
    content: "";
    color: var(--bs-danger);
    font-weight: 900;
    vertical-align: middle;
    background: url(https://eco-mat.gr/wp-content/uploads/2024/11/gift.png);
    background-repeat: no-repeat;
	width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -35px;
} */
.extra_message_product {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 18px 20px;
    background: #f7f4f0;
    border-radius: 4px;
}

.extra_message_product p {
    margin-bottom: 0;
    color: #2A3A59;
    font-weight: bold;
}

.extra_message_product img {
    max-width: 42px;
}

.product-type-variable .single_variation_wrap .variations_button {
    flex-wrap: wrap;
}

.product-type-variable .single-wish-compare {

    /*     margin-top: 100px; */
}

@media only screen and (max-width: 480px) {
    .product-type-variable .extra_message_product {
        margin-right: 0%;
        width: 100%;
    }

    .product-type-variable .single-wish-compare {
        margin-top: 20px;
    }
}

/* .stock_status_text {
    display: none;
} */
.extra_message_product {
    display: flex;
    align-items: center;
    gap: 10px;
}

.extra_message_product img {
    width: 24px;
    height: 24px;
}

.extra_message_product p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.stock_status_text {
    /* display: none !important; */
}

#header_top_timer_mobile {
    display: none;
}

.porto_countdown {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
    max-height: 39px;
    margin-right: 0 !important;
}

.timer_text {
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.timer_text_mobile {
    color: #fff;
    font-size: 18px;
}

.porto_countdown-div {
    max-height: 44px;
}

.countdown-label {
    font-size: 20px;
    margin-right: 20px;
}

#header_top_timer_mobile .countdown-label,
#header_top_timer_mobile .porto_countdown {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-right: 0;
}

#header_top_timer_mobile {
    display: none;
}

#header_top_timer_mobile .countdown-label {
    line-height: 22px;
}

@media only screen and (max-width: 768px) {
    #header_top_timer_mobile {
        display: block;
    }

    #header_top_timer {
        display: none;
    }
}

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

    #header_top_timer_mobile .countdown-label,
    #header_top_timer_mobile .porto_countdown {
        font-size: 16px;
    }
}

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

    #header_top_timer_mobile .countdown-label,
    #header_top_timer_mobile .porto_countdown {
        font-size: 14px;
    }
}

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

    #header_top_timer_mobile .countdown-label,
    #header_top_timer_mobile .porto_countdown {
        font-size: 12px;
    }
}

/* .extra_message_product_outer {
    margin-top: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #c0c4cd;
} */


.cart_item del,
.cart_item .ptl_container,
.cart_item .installments_container {
    display: none !important;
}

.product-category-top-section-wrapper.bg_cream {
    display: none;
}

.cat_offer_banner {
    margin-top: 65px;
}

#product-134783 .demo1111,
.product_cat-hotels .demo1111 {
    display: none;
}

.widget_shopping_cart_content .installments_container,
.widget_shopping_cart_content .show_price_ecomat {
    display: none !important;
}

.wgb-product-item-td-thumb img {
    border: 1px #e3e3e3 solid;
    background-color: #fff;
    width: 80px;
    height: auto;
    display: inline-table;
}

.woocommerce-error li:before {
    display: none;
}

.archive-products .product-type-simple .price ins {
    display: flex;
    width: 100%;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
}

.display_none {
    display: none;
}

.live-search-list .product-category-377,
.live-search-list .product-category-366 {
    display: none !important;
}

.product_new_template .product_title {
    order: -1;
    margin-bottom: 20px !important;
    color: #32384A !important;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 11px !important;
    padding-right: 30px;
}

.product_new_template .variations .label label {
    color: #32384A !important;
    font-family: Manrope;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.product_new_template .product-summary-wrap .description p {
    font-size: 14px !important;
}

.product_new_template .filter-item-list {
    /* display: none; */
}

.product_new_template .variations .label,
.product_new_template .variations .value {
    display: table-cell !important;
}

.less_than_1100 {
    display: none;
}



.product_info_title {
    color: #32384A;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 200% */
}

.product_info_text {
    color: #32384A;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.border_right_product_info {
    border-right: 1px solid #32384A;
    padding-right: 15px;
    max-width: unset;
}

.product_new_template .product_badges_wrapper {
    border-top: none;
    border-bottom: none;
    padding: 0px 0 0px !important;
    gap: 15px;
}

.product_new_template .col_left .product_badges_wrapper {
    border-bottom: solid 1px #32384A !important;
    border-top: solid 1px #32384A !important;
    padding: 20px 0 20px !important;
    margin-bottom: 10px !important;
}

.ptl_container {
    display: flex;
    align-items: center;
}



.product_new_template .single_variation_wrap {
    position: relative;
    padding-bottom: 20px;
    border-bottom: solid 1px #32384A !important;
    border-top: solid 1px #32384A !important;
    margin-bottom: 40px;
    max-width: unset;
}


.product_new_template .product_badges_wrapper {
    margin-top: -25px;
    margin-bottom: 20px !important;
}

.product_new_template .product-summary-wrap .description {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #32384A;
    border-bottom: 1px solid #32384A;
    margin-bottom: 15px;
    width: 100%;
}

.product-acf-text-after-title {
    margin-bottom: 20px !important;
}

.product_info_wrapper {
    width: 100%;
    margin-bottom: 20px;
    text-align: unset;
}

.product_new_template .review_count {
    /* font-size: 12px !important; */
}

.product_new_template .product-summary-wrap .single_add_to_cart_button {
    font-size: 14px !important;

}

.product_new_template .price_text_product_in {
    background: #00C69E !important;
    font-size: 14px;
    display: none !important;
}



.product_new_template .custom_product_images_wrapper .product_badges_wrapper {
    border-top: 1px solid #32384A;
    border-bottom: 1px solid #32384A;
    padding: 20px 0 20px !important;
    margin-bottom: 20px !important;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.product-image .labels .onnew,
.product-image .labels .onsale {
    font-family: var(--main-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.4px !important;
    border-radius: 20px !important;
}

.filter-item-list.open li,
.filter-item-list.open li {
    display: block;
    /* Show all items when open */
}

.filter-item-list+select,
.filter-item-list+select {
    visibility: visible;
    width: unset;
    height: unset;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
    border: none;
    -webkit-appearance: none;
    border: 1px solid #172847;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 10px;
    min-width: 290px;
    color: #32384A;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 160% */
}

.filter-item-list,
.filter-item-list {
    display: none;
}

.installments_container,
.installments_container {
    flex: 1 1 100%;
    margin-top: -10px;
}

.single-product .single-product-price .price,
.single-product .product-summary-wrap .price,
.single-product .single-product-price .price,
.single-product .product-summary-wrap .price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    /* gap: 10px; */
    flex-direction: column;
}

#table_add_to_scroll_here .label label {
    padding: 15px 0 15px;

}


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

    .less_than_1100 {
        display: block;
    }

    .more_than_1100 {
        display: none !important;
    }

    .less_than_1100 .onnew {
        display: none !important;
    }

    .less_than_1100 .onsale {
        min-width: 125px;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 9;
        /* background-color: #e48653; */
        background: var(--blue) !important;
        display: inline-block;
        color: #fff;
        padding: 6px 18px;
        border-radius: 22px;
        font-family: var(--main-font);
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.3px;
        text-align: center;
    }

    .custom_product_images_wrapper {
        display: none;
    }


}

.product_new_template .product-image-slider.owl-carousel .owl-nav [class*=owl-],
.product_new_template .product-image-slider.owl-carousel .owl-nav [class*=owl-]:active,
.product_new_template .product-image-slider.owl-carousel .owl-nav [class*=owl-]:hover,
.product_new_template .owl-carousel.show-nav-hover .owl-next,
.product_new_template .owl-carousel.show-nav-hover .owl-prev {
    transition: opacity 0.2s, transform 0.4s;
    opacity: 1;
    background: #ffffffa1 !important;
    border-radius: 50%;
}

.product-image-slider.owl-carousel .owl-nav .owl-next {
    right: 10px;
}

.product-image-slider.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

@media only screen and (max-width: 600px) {
    .product_new_template .product_badges_wrapper {
        display: flex;
        gap: 15px;
        align-items: flex-start;
        max-width: unset;
        margin-top: 15px;

    }

    .my_display_flex {
        flex-wrap: wrap;
    }

    .product_new_template .border_right_product_info {
        border-right: none;
        max-width: 45%;
        width: 40%;
    }

    .variations .label,
    .variations .value,
    .variations .label,
    .variations .value {
        display: block !important;
        padding: 20px 0px 0px;
    }

    .product_new_template .variations .label,
    .product_new_template .variations .value {
        display: block !important;
        padding: 0;
    }

    .single-product .variations .label {
        margin-top: 10px !important;
        margin-bottom: -5px !important;
    }

    .single-product .single-product-price .price,
    .single-product .product-summary-wrap .price,
    .single-product .single-product-price .price,
    .single-product .product-summary-wrap .price {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    #table_add_to_scroll_here tr {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
}

#billing_state_field {
    display: none !important;
}

html .cm-manage-google-fonts *:not(i):not(span) {
    font-family: "Manrope" !important;
}

html .cm-manage-google-fonts .star-rating {
    font-family: "Font Awesome 6 Free" !important;

}

.isHotelsProduct .single_product_compare_table_wrapper_inner .compareProduct_table .price_row {
    display: none !important;
}

ul.products-slider.products .product-content {
    padding: 0 20px;
}


.custom_prodtab_wrapper {
    margin-top: 20px;
}

.custom_prodtab_nav {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    list-style: none;
    padding-left: 0;
}

.custom_prodtab_nav li {
    padding: 10px 15px;
    cursor: pointer;
    background: #f9f9f9;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-bottom: none;
}

.custom_prodtab_nav li.active {
    background: white;
    font-weight: bold;
}

.custom_prodtab_content {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    background: white;
}

.custom_prodtab_content.active {
    display: block;
}




.product_page_tabs {
    padding: 0px 0px;
    max-width: 1620px;
    margin: auto;
    /* background-color: #f7f4f0; */
    margin-bottom: 100px;
    width: 90%;
}

.product_page_tabs .custom_prodtab_nav {
    display: flex;
    border-bottom: solid 1px #32384A !important;
}

.product_page_tabs .custom_prodtab_nav li {
    font-family: var(--main-font);
    background-color: #fff;
    color: var(--dark-blue);
    cursor: pointer;
    padding: 12px 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: all ease 0.4s;
    position: relative;
}


.product-thumbs-slider.owl-carousel.has-ccols.ccols-4.owl-loaded.owl-drag .img-responsive {
    max-height: 120px;
    object-fit: contain;
}

.onsale {
    display: none !important;
}

.custom_prodtab_nav li.active {
    background-color: #172847 !important;
    border-top: none !important;
    color: #fff !important;
    font-weight: bold;
}

.custom_prodtab_content {
    display: none;
    padding: 20px;
    border: none !important;
    background-color: #fff;
}


.owl-carousel .img-thumbnail img {
    width: 100%;
    aspect-ratio: 5 / 4;
    /* height: 500px; */
    object-fit: contain;
}

.porto-video-thumbnail-viewer.popup-youtube img {
    height: unset;
}

.laid_man {
    margin-top: -230px;
    margin-bottom: -50px;
}

@media screen and (max-width: 1400px) {
    .filter-item-list+select {
        min-width: 240px;
    }

    .product_page_tabs .custom_prodtab_nav li {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .product_page_tabs .custom_prodtab_nav li {
        padding: 12px 12px;
    }
}

@media screen and (max-width: 1250px) {
    .product_new_template .variations .label label {
        font-size: 14px !important;
    }

    .filter-item-list+select {
        min-width: 190px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1180px) {
    .product_page_tabs .custom_prodtab_nav li {
        padding: 12px 8px;
    }
}

@media screen and (max-width: 600px) {
    .filter-item-list+select {
        min-width: 270px;
    }
}




.rtwpvg-slider .swiper-wrapper {
    align-items: center;
}


.variations .value select {
    display: block !important;
    visibility: visible;
    width: unset;
    height: unset;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
    border: none;
    -webkit-appearance: none;
    border: 1px solid #172847;
    -moz-appearance: none;
    -ms-appearance: none;
    padding: 10px;
    min-width: 290px;
    color: #32384A;
    leading-trim: both;
    text-edge: cap;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

ul.filter-item-list[data-name="attribute_pa_xroma"] {
    display: flex;
}

#pa_xroma {
    display: none !important;
}

.variations_form.cart.vf_init:first-of-type {
    /* display: none !important; */
}


.custom-tooltip {
    border-bottom: 1px dotted #333;
    cursor: help;
    position: relative;
}

.custom-tooltip:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 125%;
    left: 0;
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 1;
}


/* .iti--allow-dropdown {
    display: block;
}

.woocommerce-checkout #customer_details input[type='tel'] {
    padding-left: 50px !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    padding: 0;
    height: auto;
    width: 50px;
} */

@media screen and (max-width: 1400px) {
    .bf_container.first_images .gift_image.first_image_of_type::after {
        display: none;
    }
}




.filtered_menu.products.columns-5 li.product-col {
    width: unset;
}

.filtered_menu.products.columns-5 .price_mono_wrapper {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.woocommerce-error:focus-visible {
    border: none !important;
}

.filtered_menu.products.columns-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.popup.product-cat-mega-menu .inner.w1500 .sub-menu {
    width: unset !important;
}

.popup.product-cat-mega-menu .inner.w1500 .products.columns-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.archive-products .products.products-container,
.popup.product-cat-mega-menu .inner.w1500 .products.products-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woocommerce-widget-layered-nav:not(#woocommerce_layered_nav-5) ul.woocommerce-widget-layered-nav-list {
    display: flex;
    flex-direction: column;
}

#rev_slider_2_1 {
    width: unset !important;
}

.review_count::after,
.review_count_text:before,
.review_count_value:before {
    display: none;
}

.star-rating:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    float: left;
    position: relative;
}

.star-rating {
    display: flex;
    cursor: pointer;
    float: none;
    position: relative;
    font-size: 11px;
    position: relative;
    width: auto;
    letter-spacing: 0.1em;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 5px;
    /* margin-bottom: 30px; */
}


.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    top: 0;
}

.wp-admin .installments_container {
    display: none;
}



.wpann_notice_container {
    min-height: 64px;
    font-weight: 700 !important;
    font-size: 20px !important;
    background-image: url('https://eco-mat.gr/wp-content/uploads/2025/12/counter-1.jpg') !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: #fff;
    padding: 15px;
}


@media (max-width: 800px) {
    .wpann_notice_container {
        background-image: url('https://eco-mat.gr/wp-content/uploads/2025/12/counter-resp-1.jpg') !important;
        font-size: 16px !important;
    }
}


.wpann_notice_container a {
    background: #e10d03 !important;
}


@media (max-width: 1440px) {
    .wpann_notice_container {
        justify-content: right;
    }
}


.wpb_custom_62a00e12846b079eb829d6ad33598f3e {
    width: 100% !important;
}



.archive-products .products.products-container.grid.pcols-lg-3 li {
    width: calc(33.3333% - 13.3333px) !important;
}

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

    .archive-products .products.products-container.grid.pcols-lg-3 li,
    ul.pcols-md-3 li.product-col {
        width: 48% !important;
    }
}

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

    .archive-products .products.products-container.grid.pcols-lg-3 li,
    ul.pcols-md-3 li.product-col {
        width: 100% !important;
    }
}

.isHotelsProduct .button.btn-primay.viewcart {
    display: none !important;
}

.cart-popup.widget_shopping_cart {
    z-index: 99999999999999999999 !important;
}



.product-cat-mega-menu .show_price_ecomat_inner bdi {
    font-size: 12px !important;
    color: #8f8e8e !important
}

.mega-menu ul.products .price del bdi span,
.mega-menu ul.products .price del bdi {
    font-size: 13px !important;
    line-height: 22px !important;
    color: #8f8e8e !important;
    font-weight: 400 !important;
}



.single-product .single-product-price .price,
.single-product .product-summary-wrap .price,
.single-product .single-product-price .price,
.single-product .product-summary-wrap .price {
    height: unset;
    padding-top: 20px;
    border-top: none !important;
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    flex-direction: column;
}


.star-rating .tooltip,
.star-rating .tooltip {
    display: none !important;
}



/* Style our custom button */
.whp-login-container {
    margin: 10px 0 !important;
    clear: both;
}

.whp-login-button {
    padding: 12px 22px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--blue-dark, #182849);
    color: #fff;
    cursor: pointer;
    width: 35%;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.whp-login-button:hover {
    background-color: #182849 !important;
    color: #fff;
}

.price-hidden {
    color: #fff;
    font-style: italic;
    font-weight: bold;
}

body:not(.logged-in) .star-rating {
    margin-bottom: 30px;
}


.user-logged-out .popup.product-cat-mega-menu .price {
    display: none !important;
}

.ul.products .price del,
.products-slider .price_mono_wrapper del,
.popup.product-cat-mega-menu .price_mono_wrapper del {
    display: none !important;
}


#menu-main-menu-1 li {
    padding-top: 10px;
}

.sidebar-menu-wrap #nav-menu-item-158077 {
    display: none !important;
}

#accordion-menu-item-158077 {
    background: var(--dark2-blue);
}

#accordion-menu-item-158077 a {
    color: #fff;
}

.sub-readymain_menu_button_style {
    max-height: 42px;
    background: var(--dark2-blue);
}

.sub-readymain_menu_button_style a {
    color: #fff;
}

#side-nav-panel .accordion-menu li.menu-item.main_menu_button_style>a,
#header .main-menu>li.menu-item.sub-readymain_menu_button_style>a {
    color: #fff !important;
}
.woocommerce-MyAccount-navigation-link--request-quote{
	display: none !important;
}
.col-md-4.col-sm-6.col-12.m-b-md:nth-of-type(4){
	display:none!important;
}