#product_1 {
    margin-top: 35px;
}

#product_1_inner_1 .col_left {
    width: 55%;
    padding-right: 22px !important;
}

#product_1_inner_1 .col_right {
    width: 45%;
    padding-left: 22px !important;
}

.product_title.show-product-nav {
    width: 100% !important;
}

.new_badge {
    background-color: #e48653 !important;
    top: 15px !important;
    right: 10px !important;
    font-family: var(--main-font);
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: .3px;
    text-align: center;
}

/* PRICE */

.price_text_product_in {
    font-size: 16px;
    line-height: 40px;
    font-family: var(--main-font);
    color: rgb(255, 255, 255);
    font-weight: 500;
    compareProductCol line-height: 40px;
    text-align: left;
    background: #FAA71B;
    background: linear-gradient(gold, #cea55c, #cea55c) !important;
    height: 40px;
    /* border-radius: 24px; */
    padding: 0 20px;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-left: 10px;
}

.product-summary-wrap .price_text_product_in {
    display: block !important;
}

.product.product-type-variable .product_price {
    display: none !important;
}

.installments_container {
    flex: 1 1 100%;
    margin-top: 20px;
}

.installments_trigger {
    cursor: auto;
    text-align: right;
}

.installments_trigger p {
    cursor: auto;
    font-family: var(--main-font);
    color: var(--light-black);
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.3px;
    display: inline-block;
}

.installments_trigger img {
    display: inline-block;
    margin-right: 4px;
}

.installments_trigger span.fa.fa-chevron-down {
    font-size: 14px;
    position: relative;
    top: 0px;
    left: 6px;
}

.installments_list {
    font-family: var(--main-font);
    color: var(--light-black);
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    width: 250px;
    position: absolute;
    background: white;
    z-index: 99;
    /* left: 10px; */
    box-shadow: 0px 0px 10px 0px #e1e1e1;
}

.installments_list table {
    border-collapse: collapse;
    margin: 0 !important;
}

.installments_list td,
.installments_list th {
    padding: 8px;
    border-width: 1px;
    border-color: var(--light-black);
}

.installments_list.active,
.installments_trigger:hover+.installments_list {
    display: block !important;
}

.price_diff {
    /* display: inline-block !important; */
    display: none !important;
    color: #00237e;
    font-size: 16px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}


/* RATING */

.commentlist li .comment-text .meta {
    padding-bottom: 5px !important;
}

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

.comment-form label:first-child {
    margin-bottom: 10px !important;
}

.woocommerce-product-rating {
    margin-bottom: 0 !important;
}

#rating_wrap {
    margin-bottom: 30px;
}

#rating_wrap>.vc_column_container {
    padding: 20px 10px !important;
}

.isHotelsProduct #rating_wrap>.vc_column_container {
    padding: 20px 10px !important;
    margin-bottom: 30px;
}

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

.review_count {
    display: flex;
    font-family: var(--main-font);
    color: var(--light-black) !important;
    font-size: 14px;
    line-height: unset;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-left: 10px;
    flex-direction: row-reverse;
}

.review_count::after {
    content: '';
    background-color: #d8d9db;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.woocommerce-product-rating .review-link {
    display: none !important;
}

.single-product .woocommerce-product-rating .star-rating span:before {
    color: #588dd4 !important;
}


/* SYNDYASE TO */
.syndyase_to_items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1100px) {
    .syndyase_to_items {
        flex-wrap: nowrap;
    }

    #product_1 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .syndyase_to_items {
        flex-wrap: wrap;
    }
}

.syndyase_to_wrapper {
    border-bottom: 1px solid #c0c4cd;
    padding: 15px 0 30px !important;
    margin-bottom: 50px !important;
}

.syndyase_to_title {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.syndyase_to_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    background-color: #f7f4f0;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    padding-right: 10px;
    /* width: calc(50% - 15px); */
}

.syndyase_to_items.items_simple .syndyase_to_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    background-color: #f7f4f0;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    padding-right: 10px;
    width: calc(50% - 15px);
}

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

    .syndyase_to_item {
        width: 100%;
    }

}

.syndyase_to_item>div {
    flex: 1 1 auto;
}

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

.syndyase_to_image_wrapper {
    max-width: 170px;
    width: 100%;
}

.syndyase_to_image_wrapper img {
    width: 170px;
    object-fit: cover;
    display: block;
    height: 120px;
}

.comboProduct__add_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    color: var(--dark-blue) !important;
}

.comboName {
    font-family: var(--main-font);
    color: var(--dark-blue) !important;
    font-size: clamp(14px, 1vw + 5px, 20px);
    line-height: clamp(22px, 1vw + 13px, 28px);
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

.product_attr_wrapper {
    margin-bottom: 15px;
}

.product_attr_wrapper .product__term {
    font-family: var(--main-font);
    color: var(--light-black) !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 3px;
}

.combo_product_price_wrapper {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 180px;
}

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

    .combo_product_price_wrapper {
        left: 195px;
    }

}

.combo_product_price,
.combo_product_sale_price {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0;
    margin-right: 12px;
}

.combo_product_price.combo_product_has_sale {
    font-weight: 400;
}

.product_badges_wrapper {
    border-bottom: 1px solid #c0c4cd;
    padding: 0px 0 20px !important;
    margin-bottom: 20px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.product_badges_wrapper>* {
    flex: 1 1 auto;
    max-width: 33.33333333%;
}

.product_badge {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    gap: 10px;
}

.product_badge>span {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
}


/* TITLE */

.single-product .product_title {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: clamp(22px, 1.5vw + 10px, 38px) !important;
    line-height: clamp(30px, 1.5vw + 18px, 46px) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    margin-bottom: 20px !important;
}


/* PRICE */

.single-product .single-product-price .price,
.single-product .product-summary-wrap .price {
    font-family: var(--main-font) !important;
    margin-bottom: 20px !important;
    letter-spacing: 0 !important;
}

.single-product .single-product-price ins,
.single-product .single-product-price .price ins,
.single-product .product-summary-wrap .price ins {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none !important;
    /* flex-direction: column; */
    gap: 20px;
}

.single-product .single-product-price del,
.single-product .single-product-price .price del,
.single-product .product-summary-wrap .price del {
    font-family: var(--main-font) !important;
    color: #8f8e8e !important;
    color: #32384A !important;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    /* margin-left: 20px; */
    text-decoration: none;
    width: max-content;
}

.single-product .single-product-price .price .price_diff,
.single-product .product-summary-wrap .price .price_diff {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 15px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    background-color: #d1e5fc !important;
    padding: 0 10px !important;
    margin: 0 7px 0 12px !important;
    border-radius: 20px !important;
    height: 34px !important;
}

.single-product .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; */
    display: none !important;
    position: relative;
}

.single-product .cart_list .seira-stromaton {
    /* display: none !important; */
}

.single-product .single-product-price .price,
.single-product .product-summary-wrap .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    /* align-items: baseline; */
    /* flex-direction: row-reverse; */

}

.single_variation_wrap .variations_button {
    flex-wrap: nowrap;
}

.product-summary-wrap .single_add_to_cart_button {
    background: var(--dark2-blue) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important;
    letter-spacing: 0.8px !important;
    padding: 0 30px !important;
    height: 45px !important;
    line-height: 45px !important;
    margin: 0 !important;
}

.single-add-to-cart .type-product .view-cart-btn,
.product-summary-wrap .single_add_to_cart_button::before,
.single-add-to-cart .type-product .single_add_to_cart_button:after,
a.added_to_cart.wc-forward {
    display: none !important;
}

.ajax_add_to_cart {
    position: relative;
}

.single-wish-compare {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.ajax_add_to_cart .ajax-spinner {
    font-size: 17px;
    position: absolute;
    right: 4px;
    top: 15px;
}

.ajax-spinner {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.single_variation_wrap {
    padding-top: 20px !important;
    border-bottom: 0 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    max-width: 700px;
}

.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist {
    margin: 0 !important;
}

.single-product .product-summary-wrap .added_to_cart {
    display: none !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 span:not(.yith-wcwl-tooltip):not(.separator) {
    width: 34px !important;
    height: 30px !important;
    border: 0 !important;
}

.product-summary-wrap .quantity {
    margin-bottom: 0 !important;
}

.shop_table.cart-table .quantity .minus,
.shop_table.cart-table .quantity .plus,
.single-product .product-summary-wrap .quantity .minus,
.single-product .product-summary-wrap .quantity .plus,
.shop_table.cart-table .quantity .qty,
.single-product .product-summary-wrap .quantity .qty {
    height: 45px !important;
}

.single-product .product-summary-wrap .yith-compare {
    width: 34px !important;
    height: 30px !important;
    margin: 0 !important;
    visibility: hidden;
}

.single-product .product-summary-wrap .yith-compare:before {
    content: url(https://www.eco-mat.gr/wp-content/uploads/2023/07/compare-1.png) !important;
    visibility: visible;
    display: block;
    width: 34px !important;
    height: 30px !important;
}

.single-product .product-summary-wrap .wishlist-nolabel:not(.entry-summary) .yith-wcwl-add-to-wishlist a:before {
    content: url(https://www.eco-mat.gr/wp-content/uploads/2023/07/wishlist.png) !important;
    display: block;
    width: 34px;
    height: 30px;
}

.variation_stock_status {
    border-bottom: 1px solid #c0c4cd;
    padding: 15px 0 0px !important;
    margin-bottom: 20px !important;
}

.stock_status_text {
    font-family: var(--main-font);
    color: #588DD4;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.stock_status_text img {
    height: 20px;
}

/* IMAGES */

.custom_product_images_wrapper {
    position: relative;
}

.custom_product_images_wrapper img {
    display: block;
    /* margin-bottom: 15px; */
}

.custom_onsale {
    min-width: 85px;
    position: absolute;
    top: 15px;
    left: 15px;
    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;
}


/* ACCORDION */

.p_accordion_item_wrapper {
    box-shadow: 0px 2px 10px 3px rgb(204 195 178 / 30%);
    margin-bottom: 18px;
    border-radius: 3px;
}

.p_accordion {
    font-family: var(--main-font);
    background-color: #fff;
    color: var(--dark-blue);
    cursor: pointer;
    padding: 12px 18px;
    width: 100%;
    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;
}

.p_accordion::after {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    transition: all ease 0.4s;
}

.p_active .p_accordion::after {
    transform: translate(0, -50%) rotate(90deg);
}

.p_active .p_panel {
    padding: 16px 18px 0;
    max-height: 500px !important;
    overflow: auto;
}

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

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

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

.p_panel {
    font-family: var(--main-font);
    background-color: #fff;
    color: var(--dark-blue);
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.p_panel>div div {
    margin-bottom: 20px;
}

.product_payments_wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 18px 20px;
    background: #f7f4f0;
    border-radius: 4px;
}

.product_payments_wrapper img {
    max-width: 42px;
    display: inline-block;
}


/* DESCRIPTION */

.single-product .product-summary-wrap .description {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #c0c4cd;
    border-bottom: 1px solid #c0c4cd;
    margin-bottom: 15px;
}

.description.woocommerce-product-details__short-description,
.single-product .product-summary-wrap .description,
.single-product .product-summary-wrap .description p {
    width: 100%;
    border-top: 1px solid #000;
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px !important;
    border-bottom: solid 1px #32384A !important;
    border-top: solid 1px #32384A !important;
    padding-top: 20px;
    margin-bottom: 20px;
}


#comments .star-rating {
    display: flex;
    cursor: pointer;
    float: none;
    position: relative;
    font-size: 11px;
    position: relative;
    width: 100%;
    letter-spacing: 0.1em;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    flex-direction: column;
}



.second_price .installments_container {
    /* display: none !important; */
}


.product-type-variable .description.woocommerce-product-details__short-description {
    display: none !important;
}


.description_variable.woocommerce-product-details__short-description_variable {
    width: 100%;
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px !important;
    border-top: solid 1px #32384A !important;
    border-bottom: solid 1px #32384A !important;
    padding-top: 20px;
    margin-bottom: 20px;
}

/* VARIATIONS */
/* .product_size_guide_text .size_guide_text{
    color: var(--dark-blue);
    font-weight: 500;
    padding-left: 5px;
} */

.single-product .variations {
    margin-bottom: 10px !important;
}

.single-product .variations tr td {
    padding: 0 !important;
}

.single-product .variations .label,
.single-product .variations .value {
    display: block !important;
}

.single-product .variations .label {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.single-product .variations .label label,
.connectedProductsOuter label {
    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.5px !important;
}

.connectedProductsOuter label {
    margin-bottom: 15px !important;
    display: block;
}

.filter-item-list:not([data-name='attribute_pa_xroma']):not([data-name='attribute_pa_ep-apothikeutikou-xorou'])>li {
    width: calc(100% / 6);
    min-width: 117px;
}

.filter-item-list[data-name='attribute_pa_xroma']>li {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.filter-item-list[data-name='attribute_pa_xroma']>li>a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.filter-item-list .filter-item {
    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;
    padding: 5px 10px !important;
    border: 1px solid var(--light-black) !important;
}

.filter-item-list li:hover .filter-item,
.filter-item-list .active .filter-item {
    color: #fff !important;
    background-color: #588dd4 !important;
    border: 1px solid #588dd4 !important;
}

.reset_variations {
    display: none !important;
}


/* PRODUCT BELOW SECTION */

#below_main_data_section {
    margin-top: 10px;
}


/* PRODUCT CAROUSEL */

.product_carousel_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-bottom: 50px;
}

.not-allowed {
    cursor: not-allowed;
}

.owl-item:nth-of-type(2n)>.product_carousel_item {
    flex-direction: row-reverse;
}

.product_carousel_new .owl-stage {
    width: unset !important;
}

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

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

.product_carousel_wrapper {
    padding: 90px 0;
}

.product_carousel_wrapper .owl-carousel.custom-dots .owl-dots {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    margin-top: 0 !important;
    left: 0;
    top: 50%;
    display: none;
}

.product_carousel_wrapper .owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid var(--dark-blue);
    width: 14px;
    height: 14px;
}

.product_carousel_wrapper .owl-carousel .owl-dots .owl-dot:hover span,
.product_carousel_wrapper .owl-carousel .owl-dots .owl-dot.active span {
    background: var(--dark-blue);
}

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


/* PRODUCT HOTSPOT */

.hotspot_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 115px;
    padding-top: 100px;
    padding-bottom: 80px;
}

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

.hotspot_section>.col_left {
    padding: 0;
}

.hotspot_section>.col_right {
    padding: 0 100px 0 45px;
}

.hotspot_trigger {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    box-shadow: 1px 3px 10px 5px rgb(189 174 143 / 30%);
}

.hotspot_trigger[data-active='true'] {
    background-color: #172847;
    color: #fff;
}

.hotspot_trigger[data-active='false'] {
    background-color: #fff;
    color: #172847;
    cursor: pointer;
}

.hotspot_trigger i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hotspot_content[data-active='true'] {
    display: block;
}

.hotspot_content[data-active='false'] {
    display: none;
}

.hotspot_title {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
}

.hotspot_subtitle {
    font-family: var(--main-font);
    color: #5189d3;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
}


/* PRODUCT SECTION */

.product_section {
    background: #efebe1;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 50px;
}

.product_section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

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

.product_section .m18 {
    margin-bottom: 10px !important;
}

.product_section .h36 {
    margin-bottom: 30px !important;
}


/* COMPARE TABLE */

.single_product_compare_table_wrapper {
    padding-top: 70px;
    padding-bottom: 80px;
}

.single_product_compare_table_wrapper .h40 {
    margin-bottom: 45px;
}

.compareProduct_table_outer {
    width: 100%;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}

.compareProduct_table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid var(--dark-blue);
    position: relative;
}

.compareProductCol:last-child .table_head.table_value {
    position: relative;
}

.compareProductCol:last-child .table_head.table_value::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    background: var(--dark-blue);
}

.compareProductCol {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 60px;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    max-width: 180px;
    text-align: center;
}

.compareProductCol:not(:last-child) {
    border-right: 1px solid var(--dark-blue);
}

.compareProductCol.first {
    text-align: right;
}

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

.compareProductCol>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.compareProductCol.first>div {
    justify-content: flex-end;
    padding-right: 22px;
}

.compareProductCol.first>div:first-child {
    border-bottom: 1px solid var(--dark-blue);
}

.compareProductCol .bottom_td {
    border-top: 1px solid var(--dark-blue);
}

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

.table_value {
    font-family: var(--main-font);
    color: var(--light-black);
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.table_head.table_value {
    font-family: var(--main-font);
    color: #fff;
    /* font-size: 20px; */
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--dark-blue);
}

.table_value>span.yes {
    font-size: 26px;
    color: #2e9e18;
}

.table_value>span.no {
    font-size: 29px;
    color: #b53434;
}

.compareProductCol:nth-child(2) .table_head.table_value,
.compareProductCol:nth-child(3) .table_head.table_value {
    background-color: #617498;
}

.compareProductCol:nth-child(4) .table_head.table_value,
.compareProductCol:nth-child(5) .table_head.table_value,
.compareProductCol:nth-child(6) .table_head.table_value {
    background-color: #3d4f71;
}

.compareProductCol:nth-child(9) .table_head.table_value,
.compareProductCol:nth-child(8) .table_head.table_value,
.compareProductCol:nth-child(7) .table_head.table_value {
    background-color: #162e5c;
}

.table_add_to_cart {
    font-family: var(--main-font);
    color: var(--dark-blue);
    background-color: transparent;
    border: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.table_add_to_cart img {
    position: relative;
    top: -2px;
    margin-right: 4px;
}


/* RELATED PRODUCTS */

.products.related {
    background: #f7f6f2;
    padding-top: 70px;
    padding-bottom: 70px !important;
}

.products.related .slider-title {
    font-family: var(--main-font) !important;
    color: var(--dark-blue) !important;
    font-size: 40px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    text-transform: none !important;
    padding: 0 !important;
    border: 0 !important;
}

.products.related .products-slider.owl-carousel .owl-nav.disabled+.owl-dots {
    top: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    right: auto !important;
    border: 0 !important;
    transform: translate(-50%, 50px) !important;
    padding: 0 !important;
}


/* .eco_related_products .slider-wrapper {
  margin-left: 15px !important;
  margin-right: 15px !important;
} */


/* PRODUCT REVIEWS & FAQS */

.product_reviews_faqs_tabs>div,
.product_reviews_faqs_content>div {
    display: none;
}

.product_reviews_faqs_tabs>div.active,
.product_reviews_faqs_content>div.active {
    display: block;
}

.product_reviews .review-link,
.single-product .woocommerce-product-rating:after {
    display: none !important;
}

.product_reviews_faqs_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 90px 20px;
    min-height: 800px;
}

.product_reviews_faqs_wrapper>div {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.product_reviews_faqs_tabs {
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.product_reviews_faqs_content {
    max-width: calc(100% - 300px);
    padding-left: 40px;
    padding-right: 0;
    border-left: 2px solid #ced2da;
    padding-top: 30px;
}

.product_reviews_faqs_tabs>button {
    border: 0;
    background: transparent;
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 30px 25px 30px 0;
    margin-bottom: 20px;
    position: relative;
}

.product_reviews_faqs_tabs>button.active {
    font-weight: 700;
}

.product_reviews_faqs_tabs>button.active::after {
    content: '';
    background: var(--dark-blue);
    display: block;
    width: 2px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(2px, 0);
}

.product_reviews .avg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 15px;
    margin-bottom: 8px;
}

.product_reviews .avg_rating {
    font-family: var(--main-font);
    color: var(--dark-blue);
    font-size: 42px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 0;
}

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

.commentlist {
    border-top: 1px solid #bbc0c9;
}

#reviews .commentlist li {
    padding-left: 0 !important;
    border-bottom: 1px solid #bbc0c9;
    background: transparent !important;
}

.commentlist li .comment-text {
    background: transparent !important;
    padding: 30px 0 !important;
}

#reviews .commentlist .comment-text:before {
    display: none !important;
}

.woocommerce-Reviews-title {
    font-family: var(--main-font);
    color: var(--light-black);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 40px !important;
}

#reviews .commentlist .star-rating {
    float: none !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
}

.star-rating span:before {
    color: #588dd4 !important;
}

.commentlist li .comment-text .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-review__dash {
    display: none !important;
}

.woocommerce-review__author,
.woocommerce-review__published-date {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

.woocommerce-review__author::before {
    content: '- ';
}

.commentlist li .comment-text .description p {
    font-family: var(--main-font) !important;
    color: var(--light-black) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
}

.commentlist li .comment-text .description p strong,
.commentlist li .comment-text .description strong {
    font-weight: 700 !important;
}

.commentlist li .comment-text .description a,
.commentlist li .comment-text .description p a {
    font-weight: 700 !important;
    color: #5189d3 !important;
    text-decoration: underline !important;
}

.product_reviews .woocommerce-pagination li a,
.product_reviews .woocommerce-pagination li span {
    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.5px !important;
    border: 0 !important;
}

.woocommerce-pagination li a:focus,
.woocommerce-pagination li a:hover,
.woocommerce-pagination li span.current {
    color: var(--blue) !important;
}

.product_reviews .woocommerce-pagination .next:before {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 17px;
    top: -2px;
}

.product_reviews .woocommerce-pagination .prev:before {
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 17px;
    top: -2px;
}

#reviews .tall {
    display: none !important;
}

#grapse_mia_kritiki {
    font-family: var(--main-font);
    background-color: var(--dark2-blue);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding: 15px 20px;
    border: 0;
    outline: none;
    box-shadow: none;
}

#review_form_wrapper {
    display: none;
}

#review_form_wrapper.active {
    display: block;
}

#review_form #submit {
    font-family: var(--main-font);
    background-color: var(--dark2-blue);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding: 15px 20px;
    border: 0;
    outline: none;
    box-shadow: none;
}

.comment-form-rating .stars span a:before {
    color: #588dd4 !important;
}

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

.section_3_columns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
}

.section_3_column_item {
    text-align: center;
    flex: 1 1 auto;
}

.section_3_columns[data-col-count='3'] .section_3_column_item {
    max-width: calc(100% / 3);
}

.section_3_columns[data-col-count='2'] .section_3_column_item {
    max-width: 50%;
}

.section_3_columns[data-col-count='1'] .section_3_column_item {
    max-width: 100%;
}

.section_3_column_item>p {
    text-align: center;
    font-size: 18px;
    font-family: 'Manrope';
    color: #2a3a59;
    font-weight: bold;
    line-height: 24px;
}

.section_3_column_item>div {
    font-size: 16px;
    font-family: 'Manrope';
    color: #32384a;
    line-height: 24px;
    text-align: center;
}


/* Connected Products */

.connectedProducts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.connectedProduct {
    display: block;
    max-width: 60px;
}

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

.seira-stromaton,
.my_seira-stromaton {
    display: none !important;
}


.ptl_container .ptl_info {
    margin-top: -30px;
    visibility: hidden;
    background-color: #172847;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    margin-left: 30px;
    font-size: 14px;
    line-height: 16px;
}

.ptl_container:hover .ptl_info {
    visibility: visible;
}

.custom-deleted-price-text {
    font-size: 14px;
    line-height: 40px;
    padding-right: 5px;
    color: #32384A !important;
    /* text-transform: uppercase; */
}

.single-product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.ptl_container img {
    filter: grayscale(1);
}




.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;
    border-top: 1px solid #000;
    width: 100%;
    display: flex !important;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: row;
}


@media screen and (max-width: 600px) {
    .syndyase_to_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .syndyase_to_items {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .star-rating {
        gap: 10px;
    }
}

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

    .single-product .single-product-price ins,
    .single-product .single-product-price .price ins,
    .single-product .product-summary-wrap .price ins {
        flex-wrap: wrap;
    }

    .price_text_product_in {
        margin-bottom: 10px;
    }

    .single-product .single-product-price ins,
    .single-product .single-product-price .price ins,
    .single-product .product-summary-wrap .price ins {
        justify-content: space-between;
    }

    .ptl_container .ptl_info {
        margin-top: 0px;
        visibility: hidden;
        background-color: #172847;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        margin-left: -100px;
        font-size: 14px;
        line-height: 16px;
    }

    .price_text_product_in {
        margin-left: 0px;
    }

    .seira-stromaton_container {
        position: absolute;
        margin-top: 40px;
        right: 0;
    }

    .price del {
        margin-right: 0;
    }

    .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: 16px !important;
        line-height: 40px !important;
    }
}




.product_reviews_faqs_content .star-rating span>* {
    display: none;
}

.product_reviews_faqs_content .star-rating span {
    color: #fff;
}