@charset "UTF-8";
/* Thin 100 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* ExtraLight 200 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
/* Light 300 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* Regular 400 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Medium 500 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* SemiBold 600 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* Bold 700 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* ExtraBold 800 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
/* Black 900 */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --wd-main-bgcolor: #F8F8F8;
  --wd-text-font: Fira Sans, sans-serif;
  --wd-text-font-weight: 400;
  --wd-text-color: #333;
  --wd-text-font-size: 13px;
  --wd-title-font: Fira Sans, sans-serif;
  --wd-title-font-weight: 600;
  --wd-title-transform: none;
  --wd-title-color: #000000;
  --wd-entities-title-font: Fira Sans, sans-serif ;
  --wd-entities-title-font-weight: 500;
  --wd-entities-title-transform: none;
  --wd-entities-title-color: #000000;
  --wd-entities-title-color-hover: rgb(51 51 51 / 65%);
  --wd-alternative-font: Fira Sans, sans-serif;
  --wd-widget-title-font: Fira Sans, sans-serif;
  --wd-widget-title-font-weight: 600;
  --wd-widget-title-transform: none;
  --wd-widget-title-color: #333;
  --wd-widget-title-font-size: 16px;
  --wd-header-el-font: Fira Sans, sans-serif;
  --wd-header-el-font-weight: 700;
  --wd-header-el-transform: none;
  --wd-header-el-font-size: 13px;
  --wd-primary-color: rgb(0, 0, 0);
  --wd-alternative-color: rgb(238, 28, 37);
  --wd-link-color: #222222;
  --wd-link-color-hover: #242424;
  --btn-default-bgcolor: #efefef;
  --btn-default-bgcolor-hover: rgb(213.5, 213.5, 213.5);
  --btn-accented-bgcolor: #efefef;
  --btn-accented-bgcolor-hover: rgb(213.5, 213.5, 213.5);
  --wd-form-brd-width: 1px;
  --notices-success-bg: rgb(69, 150, 71);
  --notices-success-color: #fff;
  --notices-warning-bg: #e0b252;
  --notices-warning-color: #fff;
  --wd-container-w: 1600px;
  --wd-form-brd-radius: 0px;
  --btn-default-color: #000;
  --btn-default-color-hover: #000;
  --btn-accented-color: #000;
  --btn-accented-color-hover: #000;
  --btn-default-brd-radius: 20px 0 20px 20px;
  --btn-default-box-shadow: none;
  --btn-default-box-shadow-hover: none;
  --btn-default-box-shadow-active: none;
  --btn-default-bottom: 0px;
  --btn-accented-bottom-active: -1px;
  --btn-accented-brd-radius: 20px 0 20px 20px;
  --btn-accented-box-shadow: unset;
  --btn-accented-box-shadow-hover: unset;
  --wd-brd-radius: 0px;
  --wd-pagin-brd: #fff;
  --wd-pagin-brd-color: #fff;
  --invalid-red: #e11d48;
}

body *:not(i):not(span) {
  font-family: "Fira Sans", sans-serif;
}
body {
  line-height: normal;
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif !important;
}

.capsule-frame {
  border-radius: 20px 20px 0 20px;
  background-color: linear-gradient(to bottom, #ea1c24 0%, #871015 100%);
  color: #ffffff;
}

.red-capsule {
  background: #ea1c24;
  border-radius: 20px;
  padding: 2px 7px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .red-capsule {
    font-size: 15px;
  }
}
.red-capsule a {
  color: inherit;
  font: inherit;
}
.red-capsule a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.color-white {
  color: #ffffff;
}

.color-red {
  color: #ea1c24;
}
.color-red * {
  color: inherit;
}

.ea-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #e0e4f6;
  padding: 15px 0;
}
.ea-breadcrumb .container {
  max-width: 100%;
  width: clamp(var(--wd-container-w), 95%, 100%);
}
.ea-breadcrumb nav.woocommerce-breadcrumb {
  text-transform: uppercase;
  border-bottom: none;
  padding: 0;
  margin: 0;
  color: #a0a6c5;
}
.ea-breadcrumb nav.woocommerce-breadcrumb a {
  color: #18202e;
  font-weight: 600;
  display: inline-block;
}
.ea-breadcrumb nav.woocommerce-breadcrumb span {
  font-weight: 600;
  color: #a0a6c5;
}

.capsule-bg {
  background: linear-gradient(to bottom, #ea1c24 0%, #871015 100%);
  border-radius: 20px 20px 0 20px;
  padding: 5px 15px;
  color: #ffffff;
  font-weight: bold;
  display: inline-flex;
}
.capsule-bg.home-title {
  max-width: -moz-fit-content;
  max-width: fit-content;
  justify-content: center;
  font-size: 24px;
  margin: auto;
}
.capsule-bg.home-title * {
  color: #ffffff;
}

.box-item {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
  padding: 15px !important;
  background: #fff !important;
}
.box-item.high {
  border-radius: 30px !important;
}
.box-item.low {
  border-radius: 8px !important;
}

.bg-light {
  background-color: #f7f7f7;
}

.ea-p {
  padding: 20px !important;
}

.ea-p-x {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ea-p-y {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ea-p-l {
  padding-left: 20px !important;
}

.ea-p-r {
  padding-right: 20px !important;
}

.ea-p-t {
  padding-top: 20px !important;
}

.ea-p-b {
  padding-bottom: 20px !important;
}

.ea-p-5 {
  padding: 5px !important;
}

.ea-p-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ea-p-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ea-p-l-5 {
  padding-left: 5px !important;
}

.ea-p-r-5 {
  padding-right: 5px !important;
}

.ea-p-t-5 {
  padding-top: 5px !important;
}

.ea-p-b-5 {
  padding-bottom: 5px !important;
}

.wd-page-title.page-title {
  padding-top: 0;
  margin: 15px 0 0px 0;
  padding-bottom: 0px !important;
}
.wd-page-title.page-title .container {
  max-width: 100%;
  width: clamp(var(--wd-container-w), 95%, 100%) !important;
  margin: auto;
}

.wd-notice.wd-success,
.wpcf7 form.sent .wpcf7-response-output,
.mc4wp-success,
.woocommerce-message {
  border-radius: 8px;
}

.woocommerce-notices-wrapper a.button {
  background-color: #000 !important;
  border-radius: 20px 0 20px 20px !important;
  color: #fff !important;
  padding: 5px 20px !important;
  box-shadow: unset !important;
  min-height: var(--btn-height, 42px) !important;
}
.woocommerce-notices-wrapper a.button:hover {
  background-color: #ea1c24 !important;
}

.ea-card {
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #dbdbdb;
  padding: 15px;
  margin-bottom: 20px;
}

.order-title {
  font-style: normal;
  font-size: 18px;
  margin-bottom: 24px;
}

.cs-info-bar.cs-public-cookie-bar.bar_small,
.cs-modal-content.cs-bar-popup {
  background-color: rgba(0, 0, 0, 0.85) !important;
  padding: 20px 30px !important;
  border: unset !important;
}
.cs-info-bar.cs-public-cookie-bar.bar_small .btn-row,
.cs-modal-content.cs-bar-popup .btn-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.cs-info-bar.cs-public-cookie-bar.bar_small .btn-row button,
.cs-info-bar.cs-public-cookie-bar.bar_small .btn-row a,
.cs-modal-content.cs-bar-popup .btn-row button,
.cs-modal-content.cs-bar-popup .btn-row a {
  margin: 0 !important;
  text-transform: none;
}

.cs-info-sticky.bottom.show_button {
  align-content: flex-end;
}
.cs-info-sticky.bottom.show_button span.cs-info-sticky-button {
  padding: 5px 8px 5px 8px !important;
  border-radius: 20px 20px 20px 0px !important;
  bottom: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.gradient-title .title {
  font-weight: bolder !important;
  text-transform: uppercase !important;
  position: relative !important;
  color: transparent !important;
  font-size: 30px !important;
  background: linear-gradient(101.63deg, #ea1c24 8.53%, #871015 107.27%);
  animation: 3s linear 0s infinite normal none running sparkle !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-bg {
  background: linear-gradient(90deg, #ea1c24 0%, #871015 93.6%);
}

.wd-content-layout.container, .wd-content-layout.container-fluid {
  max-width: 100%;
  width: clamp(var(--wd-container-w), 95%, 100%);
}

html.no-cookie-choice a.scrollToTop.button-show {
  display: none;
}

#cs_preview_popup_button .cs-info-sticky {
  display: flex !important;
  bottom: 0 !important;
  padding: 0;
  flex-direction: column;
  justify-content: flex-end;
}
#cs_preview_popup_button .cs-info-sticky span.cs-info-sticky-button {
  padding: 5px 8px 5px 8px !important;
  border-radius: 20px 20px 20px 0px !important;
  bottom: 0;
  margin-bottom: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.wd-arrow-inner {
  opacity: 1;
  color: #fff;
}
.wd-arrow-inner:hover {
  color: #ea1c24;
}

.wd-nav-pagin-wrap li.wd-active span {
  border-color: #ea1c24 !important;
  background-color: #ea1c24 !important;
}
.wd-nav-pagin-wrap li span {
  border: 2px solid #fff !important;
}
.wd-nav-pagin-wrap li:not(.wd-active):hover span {
  border: 2px solid #ea1c24 !important;
}

@media screen and (max-width: 1650px) {
  .wd-nav-arrows:not(.product-images *) {
    position: absolute;
    top: calc(2% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px)));
    inset-inline-end: calc(var(--wd-arrow-offset-h, 0px) / -1);
    display: flex;
    gap: var(--wd-arrow-gap, 0.001px);
    z-index: 250;
    --wd-arrow-size: 30px;
    --wd-arrow-icon-size: 16px;
    --wd-arrow-offset-h: 0px;
    right: 30px;
  }
  .wd-nav-arrows:not(.product-images *):not(:where(.wd-custom-style)) {
    --wd-arrow-gap: 10px;
  }
  .wd-nav-arrows:not(.product-images *)[class*=wd-hover].wd-pos-sep .wd-btn-arrow {
    opacity: 1 !important;
    transform: unset !important;
  }
}
input[type=email],
input[type=date],
input[type=search],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
:root textarea,
:root select {
  border-radius: 30px;
  border: 1px solid #dbdbdb;
}

.form-control.borderless {
  border: unset !important;
}

a.button.wd-wtl-subscribe,
.lost_reset_password .button,
.return-to-shop .button {
  background: #000 !important;
  color: #fff !important;
}
a.button.wd-wtl-subscribe:hover,
.lost_reset_password .button:hover,
.return-to-shop .button:hover {
  background: #ea1c24 !important;
  color: #fff !important;
}

.wd-page-title.text-center {
  margin: 30px 0 0px 0;
}
.wd-page-title.text-center .container {
  align-items: center;
}

a:hover {
  color: #ea1c24;
}

span.optional {
  display: none;
}

.wd-notice,
.woocommerce-error {
  border-radius: 8px;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-pirx-compact.dgwt-wcas-style-pirx.js-dgwt-wcas-layout-icon.dgwt-wcas-layout-icon.js-dgwt-wcas-mobile-overlay-enabled.dgwt-wcas-search-darkoverl-mounted.js-dgwt-wcas-search-darkoverl-mounted.dgwt-wcas-mobile-overlay-trigger-active.dgwt-wcas-suggestions-wrapp-initialized.dgwt-wcas-layout-icon-open.dgwt-wcas-search-darkoverl-on.dgwt-wcas-search-filled.dgwt-wcas-active .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-pirx-compact.dgwt-wcas-style-pirx.js-dgwt-wcas-layout-icon.dgwt-wcas-layout-icon.js-dgwt-wcas-mobile-overlay-enabled.dgwt-wcas-search-darkoverl-mounted.js-dgwt-wcas-search-darkoverl-mounted.dgwt-wcas-mobile-overlay-trigger-active.dgwt-wcas-suggestions-wrapp-initialized.dgwt-wcas-layout-icon-open.dgwt-wcas-search-darkoverl-on.dgwt-wcas-search-filled.dgwt-wcas-active .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-pirx-compact.dgwt-wcas-style-pirx.js-dgwt-wcas-layout-icon.dgwt-wcas-layout-icon.js-dgwt-wcas-mobile-overlay-enabled.dgwt-wcas-search-darkoverl-mounted.js-dgwt-wcas-search-darkoverl-mounted.dgwt-wcas-mobile-overlay-trigger-active.dgwt-wcas-suggestions-wrapp-initialized.dgwt-wcas-layout-icon-open.dgwt-wcas-search-darkoverl-on.dgwt-wcas-search-filled.dgwt-wcas-active .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  color: #000 !important;
}

.page-content .e-con {
  width: 100% !important;
}
.page-content section[data-element_type=container] .e-con-inner {
  width: 100% !important;
  padding-right: var(--bs-gutter-x, 0.75rem) !important;
  padding-left: var(--bs-gutter-x, 0.75rem) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .page-content section[data-element_type=container] .e-con-inner {
    max-width: 1320px !important;
  }
}

header {
  font-size: 15px !important;
}
header .whb-row {
  background-color: #000 !important;
}
header .whb-row.whb-header-bottom {
  padding: 2px 0 15px;
}
header .wd-header-nav .menu.wd-nav {
  font-weight: bold;
}
header .wd-header-nav .menu.wd-nav a {
  font: inherit;
}
header .wd-header-nav .menu.wd-nav .header-menu-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
header .wd-header-nav .menu.wd-nav .header-menu-button a {
  background: linear-gradient(to bottom, #871015 0%, #ea1c24 100%);
  color: #000;
  height: -moz-fit-content;
  height: fit-content;
  padding: 8px 12px;
  font-weight: bold;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  line-height: normal;
  text-transform: uppercase;
}
header .wd-header-nav .menu.wd-nav .header-menu-item-with-icon a {
  text-transform: unset;
}
header .wd-header-nav .menu.wd-nav .header-menu-item-with-icon a::before {
  content: "";
  background-image: url("https://staging.dileris.gr/wp-content/themes/dileris-wd/assets/images/search-order-header.svg");
  height: 20px;
  width: 30px;
  background-repeat: no-repeat;
}
header .popover {
  color: black;
  text-align: center;
}
header .popover .popover-title {
  color: #F8F8F8;
  font-weight: bold;
  text-align: center;
}
header .wd-search-form {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
header .wd-search-form form {
  max-width: 80%;
  width: 100%;
}
header .wd-search-form form input {
  background: #fff;
  color: #000;
  border-radius: 20px 20px 0 20px;
}
header .wd-search-form form .searchsubmit {
  color: #ea1c24;
}
header .wd-header-search-form {
  padding-right: 0;
}
header .wd-header-search-form .dgwt-wcas-search-form {
  width: 100%;
  margin: auto;
}
header .wd-header-search-form .dgwt-wcas-search-form .dgwt-wcas-search-input {
  background: #333 !important;
  color: white !important;
  box-shadow: unset !important;
  border-color: #333 !important;
  padding: 13px 48px 13px 24px !important;
  font-size: 17px !important;
}
header .wd-header-search-form .dgwt-wcas-search-form .dgwt-wcas-search-input::-moz-placeholder {
  color: #fff !important;
  font-weight: bold !important;
}
header .wd-header-search-form .dgwt-wcas-search-form .dgwt-wcas-search-input::placeholder {
  color: #fff !important;
  font-weight: bold !important;
}
header .wd-header-search-form .dgwt-wcas-search-form .dgwt-wcas-search-submit {
  right: 15px;
  left: unset !important;
  top: 11px !important;
}
header .wd-header-search-form .dgwt-wcas-search-form .dgwt-wcas-search-submit svg {
  fill: #fff !important;
}
header .wd-header-search-form .dgwt-wcas-preloader.dgwt-wcas-close svg path {
  fill: rgb(255, 255, 255) !important;
}
header .dgwt-wcas-search-wrapp.dgwt-wcas-active form .dgwt-wcas-sf-wrapp {
  background: transparent !important;
}
header .dgwt-wcas-search-wrapp.dgwt-wcas-active.dgwt-wcas-search-focused form .dgwt-wcas-sf-wrapp {
  background: #333 !important;
}
header .whb-col-right .wd-tools-element a,
header .whb-col-left .wd-tools-element a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .whb-col-right .wd-tools-element .wd-tools-icon,
header .whb-col-left .wd-tools-element .wd-tools-icon {
  margin-bottom: 0px;
  color: rgb(255, 255, 255) !important;
  background-color: #333 !important;
  border-radius: 50%;
  width: 42px !important;
  line-height: 42px !important;
  height: 42px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .whb-col-right .col-auto .wd-tools-icon,
header .whb-col-left .col-auto .wd-tools-icon {
  margin-bottom: 0px;
}
header .whb-col-right .col-auto .wd-tools-icon img,
header .whb-col-left .col-auto .wd-tools-icon img {
  width: 25px;
}
header .whb-col-right .wd-header-my-account .wd-tools-text,
header .whb-col-left .wd-header-my-account .wd-tools-text {
  display: block !important;
  color: #fff !important;
}
header .whb-col-right .wd-header-my-account .wd-dropdown a,
header .whb-col-left .wd-header-my-account .wd-dropdown a {
  align-items: flex-start;
}
header .whb-col-right .wd-header-my-account .wd-dropdown a::after,
header .whb-col-left .wd-header-my-account .wd-dropdown a::after {
  content: unset !important;
}
header .whb-col-right .wd-header-my-account .wd-dropdown a:hover,
header .whb-col-left .wd-header-my-account .wd-dropdown a:hover {
  color: #ea1c24;
}
header .whb-col-right .wd-header-wishlist .wd-tools-text,
header .whb-col-left .wd-header-wishlist .wd-tools-text {
  display: block !important;
  color: #fff !important;
}
header .whb-col-right .wd-tools-element .wd-tools-text,
header .whb-col-left .wd-tools-element .wd-tools-text {
  color: #bbb;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}
header .whb-col-right .wd-header-cart a:lang(el)::after,
header .whb-col-left .wd-header-cart a:lang(el)::after {
  content: "Καλάθι";
  font-family: "Fira Sans", sans-serif;
  font-size: #fff;
  color: #bbb;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  color: #fff !important;
  font-size: 13px;
}
header .whb-col-right .wd-header-my-account,
header .whb-col-right .wd-header-wishlist,
header .whb-col-right .wd-header-cart,
header .whb-col-left .wd-header-my-account,
header .whb-col-left .wd-header-wishlist,
header .whb-col-left .wd-header-cart {
  min-width: 115px;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 0 15px;
  margin: 0;
  gap: 0;
}
header .whb-col-right .wd-header-my-account a,
header .whb-col-right .wd-header-wishlist a,
header .whb-col-right .wd-header-cart a,
header .whb-col-left .wd-header-my-account a,
header .whb-col-left .wd-header-wishlist a,
header .whb-col-left .wd-header-cart a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .whb-col-right .wd-header-my-account .wd-tools-icon:before,
header .whb-col-right .wd-header-wishlist .wd-tools-icon:before,
header .whb-col-right .wd-header-cart .wd-tools-icon:before,
header .whb-col-left .wd-header-my-account .wd-tools-icon:before,
header .whb-col-left .wd-header-wishlist .wd-tools-icon:before,
header .whb-col-left .wd-header-cart .wd-tools-icon:before {
  line-height: 50px;
}
header .whb-col-right .wd-header-my-account:hover a .wd-tools-text,
header .whb-col-right .wd-header-wishlist:hover a .wd-tools-text,
header .whb-col-right .wd-header-cart:hover a .wd-tools-text,
header .whb-col-left .wd-header-my-account:hover a .wd-tools-text,
header .whb-col-left .wd-header-wishlist:hover a .wd-tools-text,
header .whb-col-left .wd-header-cart:hover a .wd-tools-text {
  color: #ea1c24 !important;
}
header .whb-col-right .wd-header-my-account:hover a::after,
header .whb-col-right .wd-header-wishlist:hover a::after,
header .whb-col-right .wd-header-cart:hover a::after,
header .whb-col-left .wd-header-my-account:hover a::after,
header .whb-col-left .wd-header-wishlist:hover a::after,
header .whb-col-left .wd-header-cart:hover a::after {
  color: #ea1c24 !important;
}
header .wd-header-cats {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
header .wd-header-cats .menu-opener {
  background: linear-gradient(to bottom, #ea1c24 0%, #871015 100%) !important;
  color: #fff !important;
  border-radius: 20px 20px 0 20px !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content;
  width: fit-content;
  min-width: unset !important;
}
header .wd-header-cats .menu-opener span.menu-opener-icon {
  display: none;
}
header .wd-header-cats .menu-opener::after {
  display: none;
}
header .hour-clock {
  padding: 0;
}
header .hour-clock:after {
  content: "";
  position: relative;
  inset-inline-end: calc(var(--nav-gap) / 2 * -1);
  border-right: 1px solid rgba(0, 0, 0, 0.105);
  height: 18px;
  border-color: rgba(255, 255, 255, 0.25);
}
header .hour-clock img {
  padding: 0 7px;
  width: auto;
  height: 20px;
}
header .accessibility-icon img {
  width: auto;
  height: 20px;
}
header .wd-header-nav.wd-header-main-nav {
  text-align: center;
}
header .wd-tools-count {
  background-color: #ea1c24 !important;
  color: #fff !important;
}
header span.tel-text {
  color: #bbb;
  font-size: 17px;
  font-style: italic;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: -0.38px;
}
header span.header-phones a {
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
header span.header-phones a:hover {
  color: #ea1c24;
}

@media screen and (max-width: 576px) {
  .contact-info-head .tel-text {
    display: none;
  }
  .wd-logo img {
    max-width: 120px;
  }
}
.mymenucontainer .bar1,
.mymenucontainer .bar2,
.mymenucontainer .bar3 {
  width: 20px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  margin: 4px 0;
  transition: 0.4s;
  border-radius: 5px;
}

.whb-column.whb-column_mobile2, .whb-column.whb-column_mobile3 {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.whb-column.whb-column_mobile4 .wd-tools-element .dgwt-wcas-search-wrapp {
  position: unset;
  line-height: unset;
  display: unset;
  color: unset;
  min-width: unset;
  width: unset;
  text-align: unset;
  margin: unset;
  box-sizing: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: var(--wd-header-el-color);
  line-height: 1;
  padding-inline: 10px;
}

#dl-menu {
  display: none;
}

@media screen and (min-width: 1024.98px) {
  .mymenucontainer {
    padding: 12px 14px;
  }
}
.mymenucontainer {
  border-radius: 26px;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  cursor: pointer;
}

.wd-header-secondary-nav span.nav-link-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 5px;
}

.wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) .wd-tools-count {
  line-height: 20px !important;
}
@media screen and (max-width: 1024px) {
  .wd-tools-element:is(.wd-design-6, .wd-design-7, .wd-design-8) .wd-tools-count {
    line-height: 20px !important;
  }
}

.wpmm-menu {
  z-index: 9999999999;
}
.wpmm-menu button.mm-tabend {
  display: none;
}
.wpmm-menu .mm-navbar a {
  color: #000;
  font-weight: bold;
  opacity: 1;
}
.wpmm-menu .mm-listview .mm-listitem {
  padding-left: 10px;
}
.wpmm-menu .mm-listview .mm-listitem a {
  margin: 0;
  color: #000;
  font-weight: bold;
  opacity: 1;
  padding: 10px 10px 10px 10px;
}
.wpmm-menu .mm-listview .mm-listitem:hover a {
  color: #ea1c24;
}
.wpmm-menu .mm-listview .mm-listitem:hover a span {
  color: inherit;
}
.wpmm-menu .mm-listview .mm-listitem::after {
  left: 0;
}
.wpmm-menu .mm-listview .mm-listitem img.wd-nav-img {
  width: 20px !important;
  max-height: 20px;
  margin-right: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wpmm-menu .mm-listview .mm-listitem .mm-btn_next::before {
  border: unset;
}
.wpmm-menu .mm-navbars_top {
  background: #000000;
  color: #fff;
}
.wpmm-menu .mm-navbars_top a {
  color: inherit;
}
.wpmm-menu .mm-navbars_top .mm-btn_close {
  background: #ea1c24;
  padding-right: 48px;
}
.wpmm-menu .mm-navbars_top .mm-btn_close::after, .wpmm-menu .mm-navbars_top .mm-btn_close::before {
  border-color: rgb(255, 255, 255);
}
.wpmm-menu .mm-navbars_top .mm-btn_close:hover::after, .wpmm-menu .mm-navbars_top .mm-btn_close:hover::before {
  border-color: #000;
}
.wpmm-menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns a.mm-btn.mm-btn_prev.mm-navbar__btn:before {
  border-color: rgb(255, 255, 255);
}
.wpmm-menu .mm-navbars_top .mm-navbar.mm-navbar_has-btns a.mm-btn.mm-btn_prev.mm-navbar__btn:hover:before {
  border-color: #ea1c24;
}
@media screen and (max-width: 576px) {
  .wpmm-menu.mm-menu_offcanvas {
    width: 100%;
  }
}

.dgwt-wcas-suggestion span.dgwt-wcas-si svg {
  fill: #fff;
}
.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more {
  transition: all 0.25s ease !important;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: transparent !important;
}
.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more:hover, .dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more:focus, .dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more:active {
  background-color: transparent !important;
}
.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more:hover .dgwt-wcas-st-more, .dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more:focus .dgwt-wcas-st-more, .dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-more:active .dgwt-wcas-st-more {
  background-color: #000000 !important;
}
.dgwt-wcas-suggestion .dgwt-wcas-st-more {
  background-color: #ea1c24 !important;
  border-radius: 20px 0 20px 20px !important;
  color: #fff !important;
  padding: 5px 20px !important;
  box-shadow: unset !important;
  min-height: var(--btn-height, 42px) !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.dgwt-wcas-overlay-mobile {
  background: #333 !important;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-om-return,
.dgwt-wcas-overlay-mobile .dgwt-wcas-sf-wrapp {
  background: #333 !important;
}
.dgwt-wcas-overlay-mobile .dgwt-wcas-om-return svg path,
.dgwt-wcas-overlay-mobile .dgwt-wcas-sf-wrapp svg path {
  fill: #fff !important;
}

.whb-column.whb-col-right .wd-tools-element {
  padding-left: 0;
  padding-right: 0;
}
.whb-column.whb-col-right .wd-tools-element * {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account {
  margin-left: 0;
  margin-right: calc(var(--nav-gap, 0.001px) / 2 * -1);
  margin-top: 0;
  padding-bottom: 0;
}
.wd-dropdown.wd-dropdown-menu.wd-dropdown-my-account ul li {
  margin-bottom: 10px;
  padding-left: var(--li-pl);
  --list-mb: 20px;
  --li-mb: 10px;
  --li-pl: 17px;
}

@media screen and (max-width: 576px) {
  .site-logo {
    padding: 0 0px 0 10px;
  }
  .site-logo img {
    max-width: 120px !important;
  }
}
.mobile-top-header-content .contact-info-head {
  margin-right: 15px;
}
@media screen and (max-width: 400px) {
  .mobile-top-header-content .contact-info-head .red-capsule {
    font-size: 13.2px;
  }
}
.mobile-top-header-content ul#menu-top-header-phone-menu {
  gap: 20px;
}
@media screen and (max-width: 400px) {
  .mobile-top-header-content ul#menu-top-header-phone-menu {
    gap: 15px;
  }
  .mobile-top-header-content ul#menu-top-header-phone-menu img {
    height: 15px;
  }
}
.mobile-top-header-content ul#menu-top-header-phone-menu img {
  height: 20px;
  width: auto;
}

ul#menu-top-header-menu li a:hover {
  color: #ea1c24;
}

.dgwt-wcas-suggestion-tax-product_brand img {
  display: none;
}
.dgwt-wcas-suggestion-tax-product_brand .dgwt-wcas-si {
  position: relative;
}
.dgwt-wcas-suggestion-tax-product_brand .dgwt-wcas-si::before {
  content: "•";
  display: block;
  color: #fff;
  position: absolute;
  left: 20px;
  font-size: 27px;
  top: -5px;
}

.dgwt-wcas-suggestion-product .dgwt-wcas-si {
  background-color: #fff;
  border-radius: 8px;
}
.dgwt-wcas-suggestion-product .dgwt-wcas-si img {
  height: 48px;
  width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  border: unset;
}

.language-btn .wd-dropdown-menu {
  background: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px;
  margin-top: -6px;
}
.language-btn .wd-dropdown-menu .gtranslate_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 1024px) {
  /* Διόρθωση για το Bootstrap Dropdown στο Mobile */
  .phone-screen .dropdown-menu {
    position: absolute !important;
    margin-top: 10px !important;
    z-index: 9999 !important;
    background-color: #ffffff;
    width: -moz-fit-content;
    width: fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: unset;
    padding: 5px;
    border-radius: 0;
    border-radius: 0;
    max-width: fit-content;
    padding: 10px !important;
  }
  .language-btn .dropdown-toggle::after {
    margin-left: 4px;
    font-weight: normal;
    font-style: normal;
    font-size: clamp(9px, 50%, 18px);
    order: 3;
    content: "\f129";
    font-family: "woodmart-font";
    position: relative;
    border: unset;
    top: 4px;
  }
  /* Ευθυγράμμιση του GTranslate widget */
  .phone-screen .gtranslate_wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .phone-screen .gtranslate_wrapper img {
    height: 23px !important;
    width: auto;
    max-width: unset;
  }
  /* Αν το dropdown κρύβεται πίσω από άλλα στοιχεία */
  .contact-info-head {
    overflow: visible !important;
  }
  #menu-top-header-phone-menu {
    position: relative;
  }
}
footer .footer-column .widget-title {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  display: inline-flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .footer-column .widget-title::before {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: linear-gradient(101.63deg, #ea1c24 8.53%, #871015 107.27%);
}
footer .footer-column .footer-widget.wd-opened .widget-title::after {
  background-color: transparent;
  color: var(--color-gray-800);
}
footer ul li {
  color: #ffffff;
  margin-bottom: 10px !important;
}
footer .wd-widget.widget_nav_menu ul {
  list-style: disc;
  padding-left: var(--li-pl);
  margin-bottom: var(--list-mb);
  --list-mb: 20px;
  --li-mb: 10px;
  --li-pl: 17px;
}
footer .wd-widget.widget_nav_menu ul li {
  display: list-item;
}
footer .wd-widget.widget_nav_menu ul li a {
  display: block;
}
footer .color-red a {
  font-size: 15px;
}
footer .color-red a:hover {
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ea1c24;
}

.wd-social-icons a:hover {
  color: #ea1c24 !important;
}

.footer-logo {
  max-width: 150px;
  width: 100%;
}

.woodmart-archive-shop .wd-page-content {
  background-color: #F8F8F8;
}
.woodmart-archive-shop:not(.single-product) .wd-page-title {
  --wd-title-sp: 20px;
}
.woodmart-archive-shop:not(.single-product) .wd-page-title .container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woodmart-archive-shop:not(.single-product) .wd-page-title .wd-title-wrapp {
  border-bottom: unset !important;
  width: 100%;
  flex-wrap: wrap;
}
.woodmart-archive-shop:not(.single-product) .wd-page-title .category-banner {
  width: 100%;
  margin: 5px 0 10px 0;
}
.woodmart-archive-shop:not(.single-product) .wd-content-layout {
  padding-top: 30px;
}
@media screen and (max-width: 576px) {
  .woodmart-archive-shop:not(.single-product) .wd-content-layout {
    padding-top: 7px;
  }
}
.woodmart-archive-shop .wd-products-element .category-grid-item {
  height: 100%;
}
.woodmart-archive-shop .wd-products-element .category-grid-item .wd-cat-wrap {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 30px 30px 0 30px;
  padding: 0;
  overflow: hidden;
  border: unset !important;
  height: 100%;
}
.woodmart-archive-shop .wd-products-element .category-grid-item .wd-cat-wrap .wd-cat-inner {
  display: flex;
  flex-direction: column;
  gap: var(--wd-prod-gap);
  align-items: stretch !important;
  overflow: hidden;
  transform: unset !important;
  height: 100%;
}
.woodmart-archive-shop .wd-products-element .category-grid-item .wd-cat-wrap .wd-cat-thumb {
  box-shadow: unset;
  margin-inline: unset;
  background-color: #181c22;
}
.woodmart-archive-shop .wd-products-element .category-grid-item .wd-cat-wrap .wd-cat-thumb a {
  max-width: unset;
  height: unset;
  position: relative;
  width: 101%;
  padding-bottom: 70%;
  transform: unset;
}
.woodmart-archive-shop .wd-products-element .category-grid-item .wd-cat-wrap .wd-cat-thumb a img {
  position: absolute;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%; /* Τοποθέτηση στο κέντρο */
  left: 50%;
  transform: translate(-50%, -50%);
}
.woodmart-archive-shop .wd-products-element .category-grid-item .wd-cat-wrap .wd-cat-content {
  background-color: #181c22;
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  text-align: start;
  padding: 17px;
  flex: 1 1 auto;
}
.woodmart-archive-shop .wd-products-element .category-grid-item .wd-cat-wrap .wd-cat-content * {
  color: inherit;
  font: inherit;
}

.wd-sidebar .wd-widget {
  margin-bottom: 0px;
  border: unset;
}
.wd-sidebar .wd-widget:first-child {
  padding-bottom: 0;
}
.wd-sidebar .widget_premmerce_filter_active_filters_widget {
  font-weight: 500;
  border: 1px solid #c7c7c7;
  border-radius: 20px 0 20px 20px;
  padding: 12px;
}
.wd-sidebar [class*=widget_premmerce_filter] {
  font-size: 14px;
  color: #000;
}
.wd-sidebar [class*=widget_premmerce_filter] a {
  font: inherit;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__slider-control-group input[name=min_price] {
  border-radius: 20px 0 20px 20px;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__slider-control-group input[name=max_price] {
  border-radius: 0px 20px 20px 20px;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__header {
  border-bottom: unset;
  cursor: pointer;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__header .filter__title {
  font-size: 14px;
  color: #000;
  font-style: normal;
  font-weight: bold;
  text-transform: none !important;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__item {
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__item.filter__item--type-submit-button {
  border: unset !important;
}
.wd-sidebar [class*=widget_premmerce_filter] .pc-active-filter {
  margin-top: 5px;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__slider-form input.filter__slider-control {
  background-color: #fff;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__slider-form .filter__range-slider .ui-slider-range.ui-corner-all.ui-widget-header {
  background: linear-gradient(101.63deg, #ea1c24 8.53%, #871015 107.27%);
}
.wd-sidebar [class*=widget_premmerce_filter] .pc-active-filter__list .pc-active-filter__list-item {
  margin-bottom: 5px;
  display: inline-flex;
  background: #fff;
  padding: 2px 7px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  display: inline-flex;
}
.wd-sidebar [class*=widget_premmerce_filter] .pc-active-filter__list .pc-active-filter__list-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  font-weight: normal;
  color: #000;
}
.wd-sidebar [class*=widget_premmerce_filter] .pc-active-filter__list .pc-active-filter__list-item .pc-active-filter__item-delete {
  border: unset;
  line-height: normal;
  color: #000000;
}
.wd-sidebar [class*=widget_premmerce_filter] .pc-active-filter__list .pc-active-filter__list-item:last-child {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: unset;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.wd-sidebar [class*=widget_premmerce_filter] .pc-active-filter__list .pc-active-filter__list-item:last-child a,
.wd-sidebar [class*=widget_premmerce_filter] .pc-active-filter__list .pc-active-filter__list-item:last-child .pc-active-filter__item-delete {
  color: #000000;
  font-style: italic;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__checkgroup-title {
  padding-left: 10px;
  color: #000000;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__checkgroup-title:hover {
  color: #ea1c24;
}
.wd-sidebar [class*=widget_premmerce_filter] label.filter__checkgroup-check::before {
  background: #000;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__icon-minus {
  position: relative;
  transition: all 0.2s linear;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__icon-minus::after {
  content: "";
  position: absolute;
  left: -2px;
  z-index: 11;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  top: 4px;
  transform: rotate(45deg);
  background: transparent;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__icon-minus::before {
  display: none;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__icon-plus {
  position: relative;
  transition: all 0.2s linear;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__icon-plus::after {
  content: "";
  position: absolute;
  position: absolute;
  left: -2px;
  z-index: 11;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  top: 0px;
  transform: rotate(225deg);
  background: transparent;
}
.wd-sidebar [class*=widget_premmerce_filter] .filter__icon-plus::before {
  display: none;
}

.shop-loop-head .premmerce-filter-ajax-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  width: 100%;
  justify-content: inherit;
}
@media (max-width: 768.98px) {
  .shop-loop-head .premmerce-filter-ajax-container {
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
}
.shop-loop-head .wd-shop-tools .woocommerce-result-count {
  display: flex;
}
.shop-loop-head .wd-shop-tools select option {
  color: #000;
}
.shop-loop-head .woocommerce-productsperpage.wd-style-underline select {
  max-width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-radius: 0;
  background-color: unset;
  background-position: right 0 top 50%;
  color: var(--color-gray-900);
  font-weight: 600;
  font-size: inherit;
  line-height: 1.2;
  padding-inline-start: 2px;
  padding-inline-end: 20px;
}

:is(.btn, .button, button, [type=submit], [type=button]) {
  border-radius: var(--btn-accented-brd-radius);
  background-color: #000;
  color: #fff;
  font-size: 14px !important;
  font-weight: bold !important;
  box-shadow: unset !important;
  border: unset !important;
}
:is(.btn, .button, button, [type=submit], [type=button]):hover {
  color: #ffffff;
  background-color: #ea1c24;
}

.woocommerce-mini-cart__buttons .checkout {
  color: #fff !important;
  background-color: #000 !important;
}

.filter-title {
  margin: 18px 0 0 0;
}
.filter-title .title {
  font-size: 18px !important;
  color: #000;
  text-transform: none;
}

.woocommerce-pagination .page-numbers li .current {
  background-color: #ea1c24;
  border-radius: 20px;
}
.woocommerce-pagination .page-numbers li a {
  border-radius: 20px;
}
.woocommerce-pagination .page-numbers li a:hover {
  background-color: #ea1c24;
  color: #fff;
}

.subcategories-content {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .subcategories-content {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .subcategories-content {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .subcategories-content {
    width: 1170px;
  }
}
.subcategories-content .wd-title-wrapp {
  justify-content: center;
}
.subcategories-content .subcategories-title h1 {
  margin-bottom: 40px !important;
}

.wd-empty-compare {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wd-empty-compare:before {
  /* content: "\f128"; */
  /* font-family: "woodmart-font"; */
  content: "";
  width: 100px;
  height: 100px;
  /* display: inline-block; */
  position: relative;
  background: url(../images/compare-icon.svg) center center/100px 100px no-repeat;
}

@media screen and (max-width: 576px) {
  .products.wd-products.wd-grid-g {
    --wd-col-sm: 1 !important;
  }
}
@media screen and (max-width: 1024px) {
  .wd-sidebar.sidebar-container .widget-area {
    padding-block: 0;
  }
  .wd-sidebar.sidebar-container .sidebar-widget.widget_premmerce_filter_active_filters_widget {
    margin-inline: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 5px 15px;
  }
}
.category-banner {
  margin: 30px auto 0px;
  padding: 0 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1058823529);
  text-align: center;
}
.category-banner img.category-banner-img {
  border-radius: 30px;
}

.wd-after-shop-tools {
  display: none;
}
@media screen and (max-width: 1024px) {
  .wd-after-shop-tools {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .wd-after-shop-tools b {
    margin-bottom: 8px;
  }
  .wd-after-shop-tools .pc-active-filter .pc-active-filter__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .wd-after-shop-tools .pc-active-filter .pc-active-filter__list .pc-active-filter__list-item {
    margin-bottom: 5px;
    display: inline-flex;
    background: #fff;
    padding: 2px 7px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    display: inline-flex;
  }
  .wd-after-shop-tools .pc-active-filter .pc-active-filter__list .pc-active-filter__list-item .pc-active-filter__item-delete {
    border: unset;
    line-height: normal;
    color: #000000;
  }
  .wd-after-shop-tools .pc-active-filter .pc-active-filter__list .pc-active-filter__list-item:last-child {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: unset;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    color: #000000;
    font-style: italic;
  }
}

.wd-sidebar-opener.wd-burger-icon {
  background: #fff;
  border-radius: 0 0 8px 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #dbdbdb;
}

.wd-product .product-element-top {
  border-radius: 0 !important;
  margin-bottom: 7.5px;
}
.wd-product .product-element-top a.product-image-link {
  max-width: unset;
  height: unset;
  position: relative;
  width: 100%;
  padding-bottom: 180px;
}
.wd-product .product-element-top img {
  position: absolute;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%; /* Τοποθέτηση στο κέντρο */
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.wd-product .desc-content-wrap .desc-content-inner {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Περιορισμός στις 4 γραμμές */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* ΑΛΛΑΓΕΣ ΕΔΩ: */
  font-size: 14px;
  line-height: 1.4; /* Ορίζουμε σταθερό ύψος γραμμής (περίπου 19.6px) */
  max-height: 5.6em; /* 4 γραμμές x 1.4 line-height = 5.6em */
  height: auto; /* Αφαιρούμε το σταθερό 64px */
}
.wd-product:hover .hover-img {
  transform: scale(1) !important;
}
.wd-product .wd-buttons {
  visibility: visible !important;
  opacity: 1 !important;
  background: transparent;
  box-shadow: unset;
  transform: unset !important;
  z-index: 2;
  right: 0;
}
.wd-product .wd-buttons .wd-action-btn {
  border: 1px solid rgba(220, 220, 220, 0.6196078431);
  border-radius: 50%;
  background: #ffffff;
  width: 35px;
  height: 35px;
  margin: 8px 5px 0;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.wd-product .wd-buttons .wd-action-btn a::after, .wd-product .wd-buttons .wd-action-btn a::before {
  font-size: 17px !important;
}
.wd-product .wd-buttons .wd-action-btn a.added, .wd-product .wd-buttons .wd-action-btn a:hover {
  color: #ea1c24;
}
@media screen and (max-width: 576px) {
  .wd-product .wd-buttons .wd-action-btn a:hover {
    color: #333 !important;
  }
}
.wd-product .wd-add-btn a.button {
  background-color: #000 !important;
  border-radius: 20px 0 20px 20px !important;
  color: #fff !important;
  padding: 5px 20px !important;
  box-shadow: unset !important;
  min-height: var(--btn-height, 42px) !important;
}
.wd-product .wd-add-btn a.button:hover {
  background-color: #ea1c24 !important;
}
.wd-product .wd-add-btn a.button span {
  padding: 0px !important;
  min-height: unset !important;
}
.wd-product .wd-add-btn a.button span:after {
  content: "\f126";
  font-family: "woodmart-font";
  margin-left: 5px;
}
.wd-product .wd-entities-title a {
  font-size: 18px;
  font-weight: bold !important;
  line-height: 20px;
}
.wd-product .wd-entities-title a:hover {
  color: #ea1c24 !important;
}
.wd-product .wd-product-sku {
  font-size: 13px;
}
.wd-product.wd-hover-tiled .product-wrapper {
  box-shadow: unset !important;
}
.wd-product .wd-entities-title a {
  font-weight: normal;
}
.wd-product .product-element-bottom .wd-product-detail {
  margin: 0 !important;
  margin-bottom: -5px !important;
}
.wd-product .product-element-bottom .wd-product-detail span {
  color: #333 !important;
  font-size: 13px !important;
  font-style: italic !important;
  font-weight: normal !important;
}
.wd-product .product-element-bottom span.woocommerce-Price-currencySymbol {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 1;
  top: -0.25em;
  color: #ea1c24;
}

.wd-product.product-type-simple.outofstock .product_type_simple:before,
.wd-product .product_type_grouped:before {
  font-family: "woodmart-font";
}

.product-list-item .product-wrapper {
  padding: 0 !important;
}
.product-list-item .wd-buttons {
  width: -moz-fit-content;
  width: fit-content;
  right: -15px;
  top: -10px;
}
.product-list-item .product-labels {
  top: -10px !important;
}
.product-list-item .product-labels .product-label {
  position: relative;
  top: unset;
  left: unset;
}
.product-list-item .product-labels .product-label .dilareto-label {
  right: 30px;
  top: -10px;
}
.product-list-item .product-labels .product-label.energy-class {
  bottom: -15px !important;
}
.product-list-item .product-list-card {
  width: 100%;
}
.product-list-item .product-list-card .product-list-card-inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
.product-list-item .product-list-card .product-list-card-inner .product-image {
  flex: 1 1 20%;
  padding: 1rem;
  max-width: 460px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  position: relative;
}
.product-list-item .product-list-card .product-list-card-inner .product-image a.product-image-link {
  padding-bottom: 50%;
  max-width: unset;
  height: unset;
  position: relative;
  width: 100%;
}
.product-list-item .product-list-card .product-list-card-inner .product-image a.product-image-link img {
  position: absolute;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list-item .product-list-card .product-list-card-inner .products-info-section {
  flex: 1 1 60%;
  border-left: 1px solid #ebebeb;
  height: 100%;
}
.product-list-item .product-list-card .product-list-card-inner .products-price-section {
  flex: 1 1 20%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background: #f7f7f7;
}
@media screen and (min-width: 92.5rem) {
  .product-list-item .product-list-card .product-list-card-inner .product-image {
    width: 460px;
  }
}
@media screen and (min-width: 75rem) {
  .product-list-item .product-list-card .product-list-card-inner .product-image {
    padding: 1rem;
  }
}
@media (min-width: 43.75rem) {
  .product-list-item .product-list-card .product-list-card-inner .product-image {
    padding: 1rem 0 1rem 1rem;
  }
}
.product-list-item .products-info-section * {
  margin-bottom: 5px !important;
}
.product-list-item .products-info-section .wd-product-detail span {
  color: #222222 !important;
  font-size: 13px !important;
  font-style: italic !important;
  font-weight: normal !important;
}
.product-list-item .products-info-section .desc-content-wrap {
  border-bottom: 1px solid #ebebeb;
}
.product-list-item .products-info-section .desc-content-wrap .desc-content-inner {
  max-width: 100%;
  font-size: 13px;
  line-height: normal;
}
.product-list-item .price {
  margin-bottom: 10px !important;
  font-size: 25px !important;
}
.product-list-item .price .int-part,
.product-list-item .price .decimal-part {
  color: #ea1c24;
}

.product-grid-item .product-wrapper {
  align-items: stretch !important;
  overflow: hidden;
  transform: unset !important;
  height: 100%;
}
.product-grid-item .product-element-bottom .wd-entities-title,
.product-grid-item .product-element-bottom .wd-product-detail,
.product-grid-item .product-element-bottom .desc-content-wrap,
.product-grid-item .product-element-bottom .shipping-availability {
  padding-left: 10px;
  padding-right: 10px;
}
.product-grid-item .product-element-bottom .wd-entities-title {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
}
.product-grid-item .product-element-bottom .wd-entities-title a {
  font-size: 18px;
  line-height: normal;
  color: #000;
}
.product-grid-item .product-element-bottom .desc-content .desc-content-inner {
  font-size: 13px;
  line-height: normal;
}
.product-grid-item .product-element-bottom .wrap-price {
  background: #f7f7f7;
  padding: 10px 15px 0 15px;
  justify-content: center !important;
  width: 100%;
  align-content: center;
  border-radius: 20px 20px 0 0;
}
.product-grid-item .product-element-bottom .wrap-price .price {
  text-align: center;
}
.product-grid-item .product-element-bottom .shipping-availability {
  background: #f7f7f7;
  padding: 5px 15px 5px 15px;
  width: 100%;
  align-content: center;
  margin-top: -13px !important;
  border-radius: 0 0 0px 20px;
}
.product-grid-item .wrap-price {
  margin: auto;
  font-size: 25px !important;
}
.product-grid-item .wrap-price .int-part,
.product-grid-item .wrap-price .decimal-part {
  color: #ea1c24;
}
.product-grid-item .wrap-price del {
  text-decoration: unset;
  position: relative;
}
.product-grid-item .wrap-price del .int-part,
.product-grid-item .wrap-price del .decimal-part {
  color: #8f9194;
}
.product-grid-item .wrap-price del::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  right: 0;
  border-top: 2px solid #ea1c24;
  transform: rotate(-15deg);
}

.product-list-item .product-wrapper {
  padding: 0 !important;
}
.product-list-item .product-element-top a.product-image-link {
  padding-bottom: 70%;
}
.product-list-item .product-element-top {
  flex: 0 0 460px;
}
.product-list-item .products-info-section * {
  margin-bottom: 5px !important;
}
.product-list-item .products-info-section .desc-content-wrap {
  border-bottom: 1px solid #ebebeb;
}
.product-list-item .price {
  margin-bottom: 10px !important;
  font-size: 25px !important;
}
.product-list-item .price .int-part,
.product-list-item .price .decimal-part {
  color: #ea1c24;
}

.wd-product.wd-hover-tiled .product-wrapper {
  box-shadow: unset !important;
}
.wd-product .wd-entities-title a {
  font-weight: normal;
}
.wd-product .product-labels .product-label .dilareto-label {
  right: 20px;
  top: -10px;
}
.wd-product .product-labels .product-label.energy-class {
  position: absolute;
  left: 0;
  bottom: 15px;
}

@media screen and (max-width: 576px) {
  .product-grid-item .product-element-bottom .wd-entities-title a {
    font-size: 14px;
  }
  .product-grid-item .price .amount {
    font-size: 20px;
  }
  .product-grid-item .shipping-availability {
    font-size: 11px;
  }
}
.banner-section .promo-banner-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  .keypoints-section .elementor-container.elementor-column-gap-default {
    max-width: 365px;
    margin: auto;
  }
}
@media screen and (min-width: 761.8px) {
  .ea-box-icon .elementor-icon-box-wrapper {
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 350px;
    margin: auto;
  }
}
.ea-box-icon .elementor-icon-box-wrapper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 350px;
}
.ea-box-icon .elementor-icon-box-icon {
  margin-right: 7px !important;
}
.ea-box-icon .elementor-icon-box-icon svg {
  max-height: 42px;
}
.ea-box-icon .elementor-icon-box-content .elementor-icon-box-title {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.ea-box-icon .elementor-icon-box-content .elementor-icon-box-description {
  font-size: 13px;
  font-weight: normal;
}
.ea-box-icon .elementor-icon-box-content .elementor-icon-box-wrapper {
  align-items: center;
}

.product-tabs-section .tabs-name.title {
  color: #fff;
  text-transform: unset;
  margin: 25px 0 10px;
  font-weight: 500;
}
.product-tabs-section .wd-nav-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product-tabs-section .wd-nav-wrapper {
    margin-bottom: 50px;
  }
}
.product-tabs-section .wd-nav-wrapper * {
  color: #fff;
  text-transform: none;
  font-weight: 500;
}
.product-tabs-section .wd-nav[class*=wd-style-underline] .nav-link-text:after {
  background-color: #ea1c24;
}

@media screen and (max-width: 1024px) {
  .ea-product-carousel {
    padding: 0 25px 25px;
  }
}
.ea-product-carousel .wd-product .product-wrapper {
  height: 100%;
}
.ea-product-carousel .wd-carousel-container .title {
  color: #fff;
  text-transform: unset;
  margin: 30px 0 25px;
  font-weight: 500;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .ea-product-carousel .wd-carousel-container .title {
    margin-bottom: 50px;
  }
}

.more-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.more-btn a {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin: 25px 0 0;
  letter-spacing: 2px;
}
.more-btn a:hover {
  color: #ea1c24;
}
.more-btn.blog a {
  border: 1px solid #ea1c24;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 50px;
  border-radius: 20px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .more-btn.blog a {
    margin: 60px auto 25px;
  }
}
.more-btn.blog a span {
  color: #000;
  font-size: 11.625px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.more-btn.blog a:hover {
  background: linear-gradient(to bottom, #ea1c24 0%, #871015 100%);
}
.more-btn.blog a:hover span {
  color: #fff;
}

.dilareto-section .dilareto-img {
  padding: 25px;
}
.dilareto-section .dilareto-quote {
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.dilareto-section .dilareto-quote .title {
  color: #ea1c24;
  font-size: 45px;
}
@media screen and (max-width: 1440px) {
  .dilareto-section .dilareto-quote .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .dilareto-section .dilareto-quote .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .dilareto-section .dilareto-quote .title {
    font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
  .dilareto-section .dilareto-quote .title {
    font-size: 28px;
  }
}
.dilareto-section .dilareto-quote .title-after_title {
  font-size: 30px;
  color: #212121;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
}
@media screen and (max-width: 1440px) {
  .dilareto-section .dilareto-quote .title-after_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .dilareto-section .dilareto-quote .title-after_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .dilareto-section .dilareto-quote .title-after_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .dilareto-section .dilareto-quote .title-after_title {
    font-size: 19px;
  }
}
.dilareto-section .dilareto-quote .title-after_title p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .dilareto-section .dilareto-img img {
    max-width: 80%;
  }
  .dilareto-section .dilareto-quote {
    padding: 0 25px 55px;
  }
}
@media screen and (max-width: 576px) {
  .dilareto-section .dilareto-img img {
    max-width: 90%;
  }
}

.categories-section {
  padding-bottom: 50px !important;
}

.red-title .title {
  text-align: center;
}

.blog-section {
  background: #fff;
}
.blog-section .wd-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  height: 100% !important;
  position: relative !important;
  margin-top: 50px;
  padding: 0 20px;
}
.blog-section .wd-posts article.wd-post:not(:nth-of-type(1)) .wd-post-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.blog-section .wd-posts article.wd-post:not(:nth-of-type(1)) .wd-post-inner .wd-post-thumb {
  flex: 1 1 40%;
}
.blog-section .wd-posts article.wd-post:not(:nth-of-type(1)) .wd-post-inner .wd-post-content {
  flex: 1 1 60%;
}
.blog-section .wd-posts article.wd-post:not(:nth-of-type(1)) .wd-post-inner .wd-post-content * {
  color: #000;
}
.blog-section .wd-posts article.wd-post:not(:nth-of-type(1)) .wd-post-inner .wd-post-content {
  justify-content: space-evenly;
}
.blog-section .wd-posts article.wd-post:nth-of-type(1) {
  grid-row: 1/span 2;
  grid-column: 1;
}
.blog-section .wd-posts article.wd-post:nth-of-type(1) .wd-post-inner {
  flex-direction: column;
}
.blog-section .wd-posts article.wd-post:nth-of-type(1) .article-body-container {
  background-color: #181c22;
}
.blog-section .wd-posts article.wd-post:nth-of-type(1) .wd-post-content * {
  color: #ffffff;
}
.blog-section .wd-posts article.wd-post:nth-of-type(1) .wd-post-read-more a {
  padding: 10px 0;
}
.blog-section .wd-posts article.wd-post:nth-of-type(1) .wd-post-read-more a::after {
  background-color: rgb(255, 255, 255);
}
.blog-section .wd-posts article.wd-post:nth-of-type(2) {
  grid-row: 1;
  grid-column: 2;
}
.blog-section .wd-posts article.wd-post:nth-of-type(2) .article-body-container {
  background-color: #b3b2b2;
}
.blog-section .wd-posts article.wd-post:nth-of-type(3) {
  grid-row: 2;
  grid-column: 2;
}
.blog-section .wd-posts article.wd-post:nth-of-type(3) .article-body-container {
  background-color: #bcc6cc;
}
@media screen and (max-width: 768px) {
  .blog-section .wd-posts {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .blog-section .wd-posts article.wd-post:nth-of-type(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .blog-section .wd-posts article.wd-post:nth-of-type(1) .wd-post-inner {
    display: block;
  }
  .blog-section .wd-posts article.wd-post:nth-of-type(1) .wd-post-inner .wd-post-thumb {
    flex: 1 1 40%;
  }
  .blog-section .wd-posts article.wd-post:nth-of-type(1) .wd-post-inner .wd-post-content {
    flex: 1 1 60%;
  }
  .blog-section .wd-posts article.wd-post:nth-of-type(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .blog-section .wd-posts article.wd-post:nth-of-type(3) {
    grid-row: 3;
    grid-column: 1;
  }
}

.blog-section {
  background: #fff;
}
.blog-section .blog-grid.temp .wd-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
  margin-top: 50px;
  padding: 0 20px;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post {
  height: 100%;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post .wd-post-title {
  line-height: 20px !important;
  margin-bottom: 5px !important;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post .wd-post-title a {
  font-size: 18px !important;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post .wd-post-content {
  gap: 0px !important;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post .wd-post-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post .wd-post-inner .wd-post-thumb {
  flex: 0 0 auto;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post .wd-post-inner .wd-post-content {
  flex: unset !important;
  flex-grow: 1 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  padding: 15px;
  gap: 0px !important;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post .wd-post-inner .wd-post-img {
  padding-bottom: 45% !important;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post .wd-post-inner .wd-post-content * {
  color: #000;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post .wd-post-inner .wd-post-content {
  justify-content: space-evenly;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1) {
  grid-row: 1/span 2;
  grid-column: 1/span 2;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1) .wd-post-inner {
  flex-direction: column;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1) .article-body-container {
  background-color: #181c22;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1) .wd-post-content * {
  color: #ffffff;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1) .wd-post-read-more a {
  padding: 10px 0;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1) .wd-post-read-more a::after {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 1024.1px) {
  .blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1) .wd-post-img {
    padding-bottom: 65% !important;
  }
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(2) {
  grid-column: 3;
  grid-row: 1;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(2) .article-body-container {
  background-color: #b3b2b2;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(3) {
  grid-column: 4;
  grid-row: 1;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(3) .article-body-container {
  background-color: #b3b2b2;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(4) {
  grid-column: 3;
  grid-row: 2;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(4) .article-body-container {
  background-color: #bcc6cc;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(5) {
  grid-column: 4;
  grid-row: 2;
}
.blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(5) .article-body-container {
  background-color: #bcc6cc;
}
@media screen and (max-width: 1024px) {
  .blog-section .blog-grid.temp .wd-posts {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
  }
  .blog-section .blog-grid.temp .wd-posts article.wd-post {
    grid-row: auto !important;
    grid-column: span 2 !important;
  }
  .blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1), .blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(2) {
    grid-column: span 3 !important;
    grid-row: span 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .blog-section .blog-grid.temp .wd-posts {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: auto !important;
  }
  .blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1) {
    grid-column: span 2 !important;
  }
  .blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(n + 2) {
    grid-column: span 1 !important;
    grid-row: auto !important;
  }
}
@media screen and (max-width: 576px) {
  .blog-section .blog-grid.temp .wd-posts {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: auto !important;
  }
  .blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(1), .blog-section .blog-grid.temp .wd-posts article.wd-post:nth-of-type(n + 2) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

.help-banners-section {
  max-width: 1500px;
  margin: auto;
  margin-bottom: 50px;
  background: #fff;
}
.help-banners-section .elementor-container {
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}
.help-banners-section .help-banner {
  background: #231f20;
  border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .help-banners-section .help-banner {
    width: 50% !important;
    max-width: 650px;
    max-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .help-banners-section .help-banner {
    max-width: 45%;
    padding: 20px 30px;
    max-height: 250px;
  }
}
@media screen and (max-width: 425px) {
  .help-banners-section .help-banner {
    padding: 20px !important;
  }
}
.help-banners-section .help-banner {
  overflow: visible;
  padding: 36px 50px;
  display: flex;
}
.help-banners-section .help-banner.vertical {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.help-banners-section .help-banner.vertical .help-banner-image {
  flex: 1 1 100%;
}
.help-banners-section .help-banner.vertical .help-banner-text,
.help-banners-section .help-banner.vertical .help-banner-btn {
  flex: 1 1 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
}
.help-banners-section .help-banner.vertical .help-banner-btn {
  justify-content: flex-end;
}
.help-banners-section .help-banner.horizontal .help-banner-image {
  height: 100%;
  padding-bottom: 100%;
}
.help-banners-section .help-banner.horizontal .help-banner-image img {
  position: absolute;
  bottom: 0;
  left: -10px;
  min-height: 350px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.help-banners-section .help-banner.horizontal .help-banner-cloud-text {
  position: absolute;
  top: -60px;
  left: 20%;
  margin-bottom: 0;
}
.help-banners-section .help-banner.horizontal .help-banner-cloud-text img {
  max-width: 200px;
}
.help-banners-section .help-banner.horizontal .help-banner-text {
  margin-top: 15px;
}
.help-banners-section .help-banner .help-banner-text {
  justify-content: flex-start;
}
.help-banners-section .help-banner .help-banner-text p {
  color: #bbb;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 1024px) {
  .help-banners-section .help-banner .help-banner-text p {
    font-size: 16px;
  }
}
.help-banners-section .help-banner .help-banner-inner-col {
  max-width: 50%;
}
.help-banners-section .help-banner .help-banner-inner-row .elementor-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.help-banners-section .help-banner .help-banner-btn {
  justify-content: flex-start;
}
.help-banners-section .help-banner .help-banner-btn a {
  margin-top: 0;
  font-size: 12px !important;
  font-style: normal;
  line-height: normal;
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.help-banners-section .help-banner .help-banner-btn a::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 80%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.help-banners-section .help-banner .help-banner-btn a:hover {
  color: #ea1c24 !important;
}
.help-banners-section .help-banner .help-banner-btn a:hover::after {
  width: 100%;
  background-color: #ea1c24;
}
@media screen and (max-width: 1024px) {
  .help-banners-section .elementor-container {
    align-items: stretch;
    height: 100%;
  }
  .help-banners-section .help-banner.horizontal {
    display: flex;
    align-items: center;
  }
  .help-banners-section .help-banner.horizontal .help-banner-text {
    margin-top: 35px;
  }
  .help-banners-section .help-banner.horizontal .help-banner-cloud-text {
    top: -40px;
    left: 40%;
  }
  .help-banners-section .help-banner.horizontal .help-banner-image {
    padding-bottom: unset;
  }
  .help-banners-section .help-banner.horizontal .help-banner-image img {
    position: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
    min-width: unset;
  }
  .help-banners-section .help-banner.vertical .help-banner-text,
  .help-banners-section .help-banner.vertical .help-banner-btn {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 768px) {
  .help-banners-section .help-banner.horizontal .help-banner-text {
    margin: 0;
  }
  .help-banners-section .help-banner.horizontal .help-banner-text p {
    margin-bottom: 0;
  }
  .help-banners-section .help-banner.horizontal .help-banner-cloud-text {
    top: -50px;
    left: 100%;
  }
  .help-banners-section .help-banner.horizontal .help-banner-cloud-text img {
    max-width: 171px;
  }
}
@media screen and (max-width: 576px) {
  .help-banners-section .elementor-container {
    gap: 45px;
  }
  .help-banners-section .help-banner {
    max-width: 100%;
  }
  .help-banners-section .help-banner.horizontal .help-banner-cloud-text {
    top: -16px;
    left: 0%;
  }
  .help-banners-section .help-banner.horizontal .help-banner-image img {
    max-width: 90%;
  }
  .help-banners-section .help-banner.horizontal .help-banner-text {
    margin-top: 55px;
  }
}
@media screen and (max-width: 425px) {
  .help-banners-section .help-banner {
    max-width: 100%;
  }
  .help-banners-section .help-banner .help-banner-inner-row .elementor-container {
    gap: 0;
  }
  .help-banners-section .help-banner.horizontal .help-banner-cloud-text {
    top: -45px;
    left: 0%;
  }
  .help-banners-section .help-banner.horizontal .help-banner-text {
    margin-top: 15px;
  }
}

.about-us-section {
  padding: 100px 10px 150px;
  margin-top: 300px;
  overflow: visible;
  margin-bottom: -40px;
}
.about-us-section .elementor-container {
  background: #f2f3f5;
  margin: auto;
  padding: 50px 70px;
  border-radius: 30px;
  position: relative;
  margin-top: -300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.about-us-section .elementor-container img {
  width: 85%;
}
.about-us-section .about-text-col .elementor-widget-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.about-us-section .about-text-col .about-text {
  flex: 1 1 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.about-us-section .about-text-col .about-text * {
  color: #000;
}
.about-us-section .about-text-col .about-btn {
  flex: 1 1 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-us-section .about-text-col .about-btn a {
  margin-top: 0;
  font-size: 12px !important;
  font-style: normal;
  line-height: normal;
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #000 !important;
}
.about-us-section .about-text-col .about-btn a::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 80%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.about-us-section .about-text-col .about-btn a:hover {
  color: #ea1c24 !important;
}
.about-us-section .about-text-col .about-btn a:hover::after {
  width: 100%;
  background-color: #ea1c24;
}
@media screen and (max-width: 767px) {
  .about-us-section .about-text-col .about-text,
  .about-us-section .about-text-col .about-btn {
    flex: 1 1 100%;
    justify-content: flex-start;
    align-items: self-start;
  }
  .about-us-section .elementor-container {
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 576px) {
  .about-us-section .elementor-container {
    padding: 30px 15px;
  }
}

.home .wd-page-content {
  background-color: #fff;
}

.newsletter-section .elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.newsletter-section .elementor-widget-wrap .newsletter-title,
.newsletter-section .elementor-widget-wrap .newsletter-form {
  flex: 1 1 50%;
  margin: 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .newsletter-section .elementor-widget-wrap .newsletter-title,
  .newsletter-section .elementor-widget-wrap .newsletter-form {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
}
.newsletter-section .newsletter-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.newsletter-section .newsletter-title::before {
  background: url(../images/newsletter-mail.svg) center no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  content: "";
  position: relative;
  top: 6px;
  margin-left: -15px;
}
.newsletter-section .newsletter-title .title-wrapper {
  font-weight: bold;
}
.newsletter-section .newsletter-title .title-wrapper .liner-continer {
  margin-bottom: 0px;
}
.newsletter-section .newsletter-title .title-wrapper h4 {
  font-size: 125%;
}
.newsletter-section .newsletter-title .title-wrapper p {
  font-size: 13px;
}
.newsletter-section .newsletter-form {
  max-width: 30%;
  min-width: 350px;
}
.newsletter-section .newsletter-form .newsletter-inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #000;
}
.newsletter-section .newsletter-form input[type=email] {
  border: 0;
}
.newsletter-section .newsletter-form input[type=submit] {
  background: url(../images/newsletter-send.svg) center no-repeat;
  background-size: 30px 30px;
  width: 40px;
  height: 40px;
  display: inline-block;
  content: "";
  position: relative;
}

@media (min-width: 576px) and (max-width: 768px) {
  #product-carousel-simple .wd-carousel-container .wd-carousel.wd-grid,
  #product-carousel-tabs .wd-carousel-container .wd-carousel.wd-grid {
    --wd-col-sm: 2 !important;
  }
}
.slider-section {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .slider-section .slider-section-col {
    padding: 8px 8px 8px 8px;
  }
}
.slider-section .metaslider {
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #efefef;
}

.wd-posts.wd-blog-holder article.wd-post {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  border-radius: border-radius;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-inner {
  height: 100%;
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-inner .wd-post-img {
  transform: unset !important;
  max-width: unset;
  height: unset;
  position: relative;
  width: 100%;
  padding-bottom: 52%;
  height: 100%;
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-inner .wd-post-img img {
  position: absolute;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  top: 50%; /* Τοποθέτηση στο κέντρο */
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-content {
  text-align: start !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-title a {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 115.315% */
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-excerpt {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-read-more {
  width: 100%;
  text-align: end;
  font-size: 12.594px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-read-more a {
  position: relative;
  transition: none;
  display: inline-flex;
  justify-content: center;
  padding: 10px 0;
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-read-more a::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 80%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-read-more a:hover {
  color: #ea1c24 !important;
}
.wd-posts.wd-blog-holder article.wd-post .wd-post-read-more a:hover::after {
  width: 100%;
  background-color: #ea1c24;
}

.woodmart-archive-blog .wd-content-area {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768.1px) {
  .woodmart-archive-blog .wd-content-area {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .woodmart-archive-blog .wd-content-area {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .woodmart-archive-blog .wd-content-area {
    width: 1170px;
  }
}

.single .wd-page-title.page-title .container {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.single .wd-page-title.page-title .entry-title {
  text-align: center;
  display: inline-flex;
  overflow: hidden;
  padding-inline: 10px;
  height: 2em;
  border-radius: calc(var(--wd-brd-radius) / 1.5);
  background-color: var(--wd-primary-color);
  color: #fff !important;
  line-height: 2em;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  background-clip: unset;
  background: var(--wd-primary-color);
  animation: unset;
  -webkit-text-fill-color: unset;
}
.single .post-single-page {
  max-width: 1024px;
  margin: auto;
}
.single .post-single-page .wd-post-title {
  font-weight: bolder !important;
  text-transform: uppercase !important;
  position: relative !important;
  color: transparent !important;
  font-size: 30px !important;
  background: linear-gradient(101.63deg, #ea1c24 8.53%, #871015 107.27%);
  animation: 3s linear 0s infinite normal none running sparkle !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single .wd-single-footer {
  flex-direction: row;
  align-content: center;
  margin-top: 30px;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .cart-content-wrapper {
    margin: auto;
    max-width: 85%;
  }
}
.cart-content-wrapper .woocommerce-cart-form,
.cart-content-wrapper .cart_totals .cart-totals-inner {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
  background: #fff !important;
  border: 1px solid #dbdbdb !important;
  border-radius: 8px !important;
  overflow: hidden;
}
.cart-content-wrapper .cart-totals-inner {
  padding: 20px;
}
.cart-content-wrapper .cart-totals-inner * {
  text-transform: unset !important;
}
.cart-content-wrapper .cart-totals-inner .button {
  width: 100%;
  background-color: #efefef;
  color: #000;
}
.cart-content-wrapper .cart-totals-inner .button:hover {
  background-color: #ea1c24;
  color: #fff;
}
.cart-content-wrapper .cart-totals-inner .button.wc-forward {
  background-color: #000;
  color: #fff;
}
.cart-content-wrapper .cart-totals-inner .button.wc-forward:hover {
  background-color: #ea1c24;
  color: #fff;
}
.cart-content-wrapper .woocommerce-cart-form table.shop_table thead tr {
  background-color: #000;
}
.cart-content-wrapper .woocommerce-cart-form table.shop_table thead tr th {
  color: #fff;
}
.cart-content-wrapper .woocommerce-cart-form table.shop_table th:first-child,
.cart-content-wrapper .woocommerce-cart-form table.shop_table td:first-child {
  padding-left: 15px !important;
}
.cart-content-wrapper .woocommerce-cart-form table.shop_table th:last-child,
.cart-content-wrapper .woocommerce-cart-form table.shop_table td:last-child {
  padding-right: 15px !important;
}
.cart-content-wrapper .woocommerce-cart-form table.shop_table td {
  padding: 25px 12px;
}
.cart-content-wrapper .woocommerce-cart-form table.shop_table .product-quantity {
  min-width: 120px;
}
.cart-content-wrapper .woocommerce-cart-form .wd-cart-action-row button.button {
  background-color: #efefef !important;
  color: #000 !important;
}
.cart-content-wrapper .woocommerce-cart-form .wd-cart-action-row button.button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.cart-content-wrapper .woocommerce-cart-form .wd-cart-action-row .cart-actions {
  margin-top: 0;
}
@media (max-width: 768.98px) {
  .cart-content-wrapper .woocommerce-cart-form .product-remove {
    top: -25px;
    inset-inline-end: -18px;
  }
}
.cart-content-wrapper .woocommerce-cart-form .product-remove .remove::before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #ea1c24 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  padding: 4px;
  color: #000000 !important;
  background: #ffffff;
}
.cart-content-wrapper .woocommerce-cart-form .product-remove .remove:hover::before {
  color: #fff !important;
  background: #ea1c24;
}
.cart-content-wrapper .woocommerce-cart-form .product-name .wd-product-detail span {
  font-weight: bold;
}
.cart-content-wrapper .woocommerce-cart-form .product-name .wd-product-detail .wd-label {
  font-weight: normal;
}
.cart-content-wrapper .woocommerce-cart-form .product-thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 90px;
}

.product-quantity .quantity,
.cart .quantity {
  border-color: #dddddd;
  border-width: 1px !important;
}
.product-quantity .btn,
.cart .btn {
  background-color: #ddd !important;
  border: unset !important;
}
.product-quantity .btn:hover,
.cart .btn:hover {
  background-color: rgb(195.5, 195.5, 195.5) !important;
}
.product-quantity .btn.minus,
.cart .btn.minus {
  border-radius: 4px 0 0 4px !important;
}
.product-quantity .btn.plus,
.cart .btn.plus {
  border-radius: 0 4px 4px 0 !important;
}

.woocommerce-mini-cart__buttons .btn-cart:hover,
.woocommerce-mini-cart__buttons .checkout:hover {
  color: #fff !important;
  background-color: #ea1c24 !important;
}

.wd-checkout-steps a:hover {
  color: #ea1c24;
}

@media screen and (max-width: 992px) {
  .cart-content-wrapper {
    width: 100%;
  }
  .cart-content-wrapper .row {
    width: 100%;
    margin: 0;
  }
  .cart-content-wrapper .row .col-12 {
    padding: 0;
  }
}
.single-product .wd-page-content {
  background-color: #F8F8F8;
}
.single-product .single_add_to_cart_button {
  background-color: #000 !important;
  border-radius: 20px 20px 0 20px !important;
  color: #fff !important;
  padding: 5px 20px !important;
  box-shadow: unset !important;
  min-height: var(--btn-height, 42px) !important;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  flex: 1 1 auto;
}
.single-product .single_add_to_cart_button:hover {
  background-color: #ea1c24 !important;
}
.single-product .single_add_to_cart_button.loading {
  font-size: 0 !important;
}
.single-product .single_add_to_cart_button.loading::before {
  opacity: 0;
}
.single-product .single_add_to_cart_button::before {
  content: "\f126";
  font-family: "woodmart-font";
  margin-left: 5px;
  position: relative;
  opacity: 1;
}
.single-product .product-tabs-wrapper {
  border: unset;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.single-product .product-tabs-wrapper #tab-description ul {
  padding: 0;
  border-top: 2.4px solid #ea1c24;
}
.single-product .product-tabs-wrapper #tab-description ul li {
  list-style-type: none;
  padding: 15px 10px;
  min-height: 50px;
  font-weight: bold;
  background: #fff;
}
.single-product .product-tabs-wrapper #tab-description ul li strong {
  font-size: 17px;
}
.single-product .product-tabs-wrapper #tab-description ul li:nth-child(odd) {
  background: #e9e9e9;
}
.single-product .product-tabs-wrapper .wd-nav-wrapper {
  border-radius: 30px;
  background: #cccccc;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 8px;
}
.single-product .product-tabs-wrapper .wd-nav-wrapper ul {
  --nav-gap: 8px;
}
.single-product .product-tabs-wrapper .wd-nav-wrapper li a {
  padding: 8px 20px;
  text-transform: none;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  border-radius: 21px;
  color: #000;
}
.single-product .product-tabs-wrapper .wd-nav-wrapper li a span:after {
  content: unset !important;
}
.single-product .product-tabs-wrapper .wd-nav-wrapper li.active a, .single-product .product-tabs-wrapper .wd-nav-wrapper li:hover a {
  color: #fff;
  background: #1b1b1b;
}
@media screen and (min-width: 1024px) {
  .single-product .product-tabs-wrapper .wd-accordion-item {
    margin: auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media screen and (min-width: 576px) {
  .single-product .product-tabs-wrapper .wd-accordion-item {
    padding: 0px 30px;
  }
}
.single-product .product-tabs-wrapper .wd-accordion-item * {
  margin-block: unset;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab img.tab_inner_icon {
  width: 48px;
  height: 34px;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab img.tab_inner_icon {
  width: 48px;
  height: 36px;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab {
  background: #252525 !important;
  max-width: 800px;
  margin: auto;
  padding: 30px !important;
  border-radius: 30px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab.wd-active,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab.wd-active {
  margin-bottom: 25px !important;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab .tab_inner_header,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab .tab_inner_header {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px !important;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab .tab_inner_header .col,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab .tab_inner_header .col {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab .tab_inner_header img.tab_inner_icon,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab .tab_inner_header img.tab_inner_icon {
  margin-right: 11px;
  /* margin-top: 18px !important; */
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab .tab_inner_header .tab_inner_title,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab .tab_inner_header .tab_inner_title {
  color: #fff;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab .tab_inner_header p.tab_desc,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab .tab_inner_header p.tab_desc {
  width: 100%;
  color: white;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab .form-group .control-label,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab .form-group .control-label {
  color: #fff;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab input[type=email],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab input[type=date],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab input[type=search],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab input[type=number],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab input[type=text],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab input[type=tel],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab input[type=url],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab input[type=password],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab textarea,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab select,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab input[type=email],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab input[type=date],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab input[type=search],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab input[type=number],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab input[type=text],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab input[type=tel],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab input[type=url],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab input[type=password],
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab textarea,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab select {
  background-color: #333;
  color: #fff;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-shipping_tab select option,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-installments_tab select option {
  background-color: #333;
}
.single-product .product-tabs-wrapper .wd-accordion-item select#prod-installments-select {
  background: #fff;
}
.single-product .product-tabs-wrapper .wd-accordion-item .loadbeeTabContent {
  border-radius: 30px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 20px;
}
.single-product .product-tabs-wrapper .wd-accordion-item form.form-horizontal {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
}
.single-product .product-tabs-wrapper .wd-accordion-item form.form-horizontal .form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  min-height: 42px;
}
@media screen and (max-width: 576px) {
  .single-product .product-tabs-wrapper .wd-accordion-item form.form-horizontal .form-group {
    min-height: 65px;
  }
}
.single-product .product-tabs-wrapper .wd-accordion-item form.form-horizontal .form-group .control-label {
  text-align: left !important;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .single-product .product-tabs-wrapper .wd-accordion-item form.form-horizontal .form-group .control-label {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 576px) {
  .single-product .product-tabs-wrapper .wd-accordion-item form.form-horizontal .form-group label,
  .single-product .product-tabs-wrapper .wd-accordion-item form.form-horizontal .form-group div {
    width: 100%;
  }
}
.single-product .product-tabs-wrapper .wd-accordion-item div#shipping_cost,
.single-product .product-tabs-wrapper .wd-accordion-item .shipping-cost-label,
.single-product .product-tabs-wrapper .wd-accordion-item div#prod-installments-fee,
.single-product .product-tabs-wrapper .wd-accordion-item div#prod-installments-result {
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: var(--wd-form-height);
  background-color: var(--wd-form-bg);
  box-shadow: none;
  color: var(--wd-form-color);
  vertical-align: middle;
  font-size: 14px;
  transition: border-color 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background-color: #333;
  color: #fff;
}
.single-product .product-tabs-wrapper .wd-accordion-item .shipping_desc {
  font-size: 13px;
  font-style: italic;
  color: #fff;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-manual_url_tab .ea-flex-container,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-warranty_tab .ea-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-manual_url_tab i,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-warranty_tab i {
  background: linear-gradient(90deg, #ea1c24 0%, #841014 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  margin-right: 5px;
  padding: 2px;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-manual_url_tab a,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-warranty_tab a {
  color: #000;
  font-weight: bold;
}
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-manual_url_tab a:hover,
.single-product .product-tabs-wrapper .wd-accordion-item div#tab-warranty_tab a:hover {
  color: #ea1c24;
}
.single-product .product-tabs-wrapper .woocommerce-Tabs-panel--product_video .wc-tab-inner iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .single-product .product-tabs-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
}
.single-product .wd-product-detail {
  margin-bottom: 10px;
}
.single-product .wd-product-detail .wd-label {
  font-weight: normal !important;
  color: #333;
}
.single-product .wd-product-detail span {
  font-weight: bold !important;
  font-style: normal;
  font-size: 13px !important;
  color: #333;
}

.availability-icon {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 5px 15px;
  border-radius: 55px;
  gap: 5px;
}
.availability-icon * {
  color: #fff;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.availability-icon img {
  width: auto;
  height: 18px;
}
.availability-icon p {
  margin: 0;
}
.availability-icon.not-available {
  background-color: #8b5bb9;
}
.availability-icon.available {
  background-color: #29b173;
}
.availability-icon.warning {
  background-color: #ea1c24;
}

.product-icons-wrap {
  position: relative;
  overflow: hidden;
}
.product-icons-wrap .wave-top {
  position: relative;
  background: rgba(255, 255, 255, 0);
  margin-top: 0px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.product-icons-wrap .wave-top svg {
  display: block;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .product-icons-wrap .wave-top svg {
    height: 50px;
  }
}
.product-icons-wrap .product-icons-wrap-inner {
  background: #000000;
  padding: 190px 0 85px;
  margin-bottom: 0px;
  overflow: hidden;
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  .product-icons-wrap .product-icons-wrap-inner {
    padding: 100px 0 55px;
  }
}
.product-icons-wrap .product-icons-wrap-inner::before, .product-icons-wrap .product-icons-wrap-inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  animation: ea-fade-in-custom-smaller 1s 1 forwards;
  background-color: #ea1c24;
  box-shadow: 0 0 90px 90px #ea1c24;
}
.product-icons-wrap .product-icons-wrap-inner::before {
  top: 6%;
  right: 4%;
  animation: ea-fade-in-custom-smaller 0.8s 1 forwards, ea-bg-mini-top-right-smaller 7s 0.8s linear infinite;
}
.product-icons-wrap .product-icons-wrap-inner::after {
  bottom: 6%;
  left: 6%;
  animation: ea-fade-in-custom-smaller 0.8s 1 forwards, ea-bg-mini-bottom-left-smaller 7s 0.8s linear infinite;
}
.product-icons-wrap .container,
.product-icons-wrap .container-lg {
  position: relative;
  z-index: 2;
}
.product-icons-wrap .row {
  justify-content: space-around;
  flex-flow: row;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .product-icons-wrap .row {
    padding: 0 15px;
  }
}
.product-icons-wrap .product-icons-col {
  flex: 1 1 auto !important;
}
.product-icons-wrap .free-shipping-icon,
.product-icons-wrap .delivery-icon,
.product-icons-wrap .faq-icon,
.product-icons-wrap .warranty-icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 32px;
  padding: 20px 20px;
  height: 100%;
  gap: 7px;
  background: linear-gradient(90deg, #303030 2%, #000000 100%);
  border-radius: 32px 32px 0 32px;
}
.product-icons-wrap .free-shipping-icon img,
.product-icons-wrap .delivery-icon img,
.product-icons-wrap .faq-icon img,
.product-icons-wrap .warranty-icon img {
  max-width: 42px;
  width: auto;
}
.product-icons-wrap .free-shipping-icon p,
.product-icons-wrap .delivery-icon p,
.product-icons-wrap .faq-icon p,
.product-icons-wrap .warranty-icon p {
  color: #fff;
}
.product-icons-wrap .info-wrap {
  display: inline-block;
  margin-left: 10px;
  text-align: left;
}
.product-icons-wrap .info-wrap h4 {
  font-weight: bold;
  max-width: 230px;
  margin-bottom: 0;
}
.product-icons-wrap .info-wrap p {
  margin-bottom: 0;
  font-size: 16px;
}
.product-icons-wrap .delivery-icon .info-wrap h4 {
  margin-top: 0px;
}

.gradient-text {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #ea1c24 0%, #841014 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 991px) {
  .product-icons-wrap {
    flex-flow: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .product-icons-wrap .product-icons-col {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 556px) {
  .product-icons-wrap {
    flex-flow: column !important;
  }
  .product-icons-wrap .free-shipping-icon,
  .product-icons-wrap .delivery-icon,
  .product-icons-wrap .faq-icon,
  .product-icons-wrap .warranty-icon {
    min-height: 118px;
    flex-flow: row;
  }
}
@media screen and (min-width: 992px) {
  .product-template-default .brand-logo {
    margin-top: 0;
  }
  .product-template-default .product-icons-wrap {
    justify-content: space-around;
    flex-flow: row wrap;
  }
}
.single-product-page .product-images {
  border-radius: 32px 32px 32px 0;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 23px 15px;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 1024px) {
  .single-product-page .product-images .wd-gallery-thumb {
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
}
.single-product-page .woocommerce-product-gallery,
.single-product-page .woocommerce-product-gallery__wrapper {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .single-product-page .woocommerce-product-gallery .wd-carousel-container.wd-gallery-images {
    height: 100%;
  }
}
.single-product-page .wd-gallery-thumb .wd-carousel-item {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
}
.single-product-page .wd-gallery-thumb .wd-carousel-item img {
  margin-bottom: 0;
}
.single-product-page .wd-gallery-thumb .wd-carousel-item {
  margin: 5px 0;
}
.single-product-page .wd-carousel-inner {
  height: 100%;
}
.single-product-page .wd-carousel-inner .product-labels {
  top: 5px;
  left: 0 !important;
}
.single-product-page .wd-carousel-inner .product-labels img {
  max-width: 80px;
}
.single-product-page .wd-carousel-inner .wd-carousel-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.single-product-page .wd-carousel-inner .wd-carousel-item a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.single-product-page .wd-carousel-inner .wd-carousel-item img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  max-height: 500px;
  width: auto;
}
@media screen and (max-width: 576px) {
  .single-product-page .wd-carousel-inner .wd-carousel-item img {
    max-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .single-product-page .wd-carousel-inner .wd-carousel-item.wd-slide-visible {
    padding: 5px;
    max-width: unset;
    height: unset;
    position: relative;
    width: 100%;
    padding-bottom: 100px !important;
  }
  .single-product-page .wd-carousel-inner .wd-carousel-item.wd-slide-visible img {
    position: absolute;
    max-height: 100px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    top: 50%; /* Τοποθέτηση στο κέντρο */
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    padding: 3px;
  }
}
@media screen and (max-width: 576px) {
  .single-product-page .wd-gallery-thumb .wd-carousel-item {
    padding-bottom: 16px;
  }
  .single-product-page .wd-gallery-thumb img {
    max-height: 120px !important;
  }
}
.single-product-page .product-additional-galleries {
  top: 0;
  right: 0;
  bottom: unset;
  align-items: flex-end;
  inset-inline-start: unset;
}
.single-product-page .summary-inner {
  height: 100%;
  background: linear-gradient(179deg, #fff 34.08%, #f8f8f8 99.51%);
  border-radius: 30px 30px 0 30px;
  padding: 17px 33px;
  text-align: center;
}
.single-product-page .summary-inner .wd-product-brands {
  align-content: flex-start;
  margin: 0;
}
.single-product-page .summary-inner .wd-product-brands a {
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
  border: unset;
}
.single-product-page .summary-inner .wd-product-brands a:hover {
  box-shadow: unset;
}
.single-product-page .summary-inner .wd-product-brands a .brand-text {
  color: #ea1c24;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
}
.single-product-page .summary-inner .wd-product-brands a img {
  max-width: 100px;
}
.single-product-page .summary-inner h1.product_title {
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 576px) {
  .single-product-page .summary-inner h1.product_title {
    font-size: 25px;
  }
}
.single-product-page .summary-inner .wd-social-icons,
.single-product-page .summary-inner .wd-wishlist-btn,
.single-product-page .summary-inner .wd-compare-btn {
  display: inline-flex;
  color: #222;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 5px 5px 0px;
  padding: 5px 10px;
  height: 30px !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  border: 1px solid #ccc;
  background: #fff;
}
.single-product-page .summary-inner .wd-social-icons a,
.single-product-page .summary-inner .wd-wishlist-btn a,
.single-product-page .summary-inner .wd-compare-btn a {
  color: #666;
  font-size: 13px;
}
.single-product-page .summary-inner .wd-social-icons a:hover,
.single-product-page .summary-inner .wd-wishlist-btn a:hover,
.single-product-page .summary-inner .wd-compare-btn a:hover {
  color: #ea1c24;
}
.single-product-page .summary-inner .wd-social-icons .wd-label,
.single-product-page .summary-inner .wd-wishlist-btn .wd-label,
.single-product-page .summary-inner .wd-compare-btn .wd-label {
  color: #666;
  font-size: 13px;
}
.single-product-page .summary-inner .wd-compare-btn a:before {
  background-size: 19px 19px;
}
.single-product-page .summary-inner .wd-compare-btn {
  position: relative;
  z-index: 2;
}
.single-product-page .product-card .price .price-area {
  border-radius: 19px 19px 0 19px;
  border: 1px solid rgba(220, 220, 220, 0.62);
  padding: 9px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.single-product-page .product-card .price .price-area .regular-price,
.single-product-page .product-card .price .price-area .deleted-price {
  position: relative;
}
.single-product-page .product-card .price .price-area .deleted-price span,
.single-product-page .product-card .price .price-area .deleted-price sup {
  color: #8f9194;
}
.single-product-page .product-card .price .price-area .deleted-price:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  right: 0;
  border-top: 2px solid #ea1c24;
  transform: rotate(-15deg);
}
.single-product-page .product-card .price .price-area #dilareto-price {
  font-weight: bold;
  color: #ea1c24;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 34px !important;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.single-product-page .product-card .price .price-area #dilareto-price .int-part,
.single-product-page .product-card .price .price-area #dilareto-price .decimal-part {
  color: #ea1c24;
}
.single-product-page .product-card .price .regular-price-wrap {
  display: inline-block;
  color: #8f9194;
  font-size: 18px;
  margin-left: 10px;
}
.single-product-page .product-card .price .regular-price-wrap .regular-price:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  right: 0;
  border-top: 2px solid #ea1c24;
  transform: rotate(-15deg);
}
.single-product-page .product-card .price span.woocommerce-Price-currencySymbol {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 1;
  top: -0.25em;
  color: #ea1c24;
}
.single-product-page .product-card span.price-text {
  width: 100%;
  text-align: center;
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.single-product-page .product-card bdi {
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.single-product-page .product-card bdi span.int-part,
.single-product-page .product-card bdi .decimal-part {
  color: #ea1c24;
}
.single-product-page .product-card .vat-note {
  width: 100%;
  font-size: 11px;
  font-style: italic;
  color: #2e2e2e;
  text-align: center;
}
.single-product-page .product-card form.cart {
  width: 100%;
}
.single-product-page .product-card form.cart .quantity {
  border-radius: 55px;
  border: 1px solid #d9d9d9;
  border: 1px solid #000;
  background: #fff;
  overflow: hidden;
}
.single-product-page .product-card form.cart .quantity input {
  background: #fff !important;
  color: #222 !important;
  border: unset;
}
.single-product-page .product-card div#dilareto-btn {
  margin-bottom: 12px;
  border-radius: 19px 19px 0 19px;
  border: 1px solid rgba(220, 220, 220, 0.62);
  cursor: pointer;
}
.single-product-page .product-card div#dilareto-btn img {
  padding: 9px 18px;
  width: 400px;
  height: auto;
}
.single-product-page .product-card div#dilareto-btn.active img {
  filter: grayscale(100%);
}
.single-product-page .product-more-info-wrapper .product-more-info-inner-wrapper {
  border-radius: 19px 19px 0 19px;
  background: #eee;
  padding: 13px 28px;
}
@media screen and (max-width: 576px) {
  .single-product-page .product-more-info-wrapper .product-more-info-inner-wrapper {
    padding: 13px 15px;
  }
}
.single-product-page .product-more-info-wrapper .shipping-availability {
  margin-bottom: 7.5px;
}
.single-product-page .product-more-info-wrapper .product-more-info-inner {
  border-radius: 6px;
  background: #f9f9f9;
  padding: 10px;
}
.single-product-page .product-more-info-wrapper .product-more-info-inner .product-more-info {
  margin-right: auto;
  margin-left: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.single-product-page .product-more-info-wrapper .product-more-info-inner .product-more-info-shipping {
  margin-bottom: 5px;
}
.single-product-page .product-more-info-wrapper .product-more-info-inner .product-more-info-shipping img {
  margin-right: 5px;
  width: 18px;
  height: auto;
}
.single-product-page .product-more-info-wrapper .product-more-info-inner .product-more-info-pickup img {
  margin-right: 5px;
  width: 15px;
  height: auto;
}

.wd-compare-icon a:before {
  content: "";
  background: url(../images/compare-icon.svg) center no-repeat;
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: relative;
}
.wd-compare-icon a.added:before, .wd-compare-icon a:hover:before {
  content: "";
  background: url(../images/compare-icon-hover.svg) center no-repeat;
  background-size: 23px 23px;
}
@media screen and (max-width: 576px) {
  .wd-compare-icon a:hover:before {
    background: url(../images/compare-icon.svg) center no-repeat;
  }
  .wd-compare-icon a.added:hover:before {
    background: url(../images/compare-icon-hover.svg) center no-repeat;
  }
}

.shipping-availability {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
.shipping-availability.not-available {
  color: #8b5bb9;
}
.shipping-availability.not-available::before {
  margin-inline-end: 5px;
  color: #8b5bb9;
  content: "\f100";
  font-family: "woodmart-font";
}
.shipping-availability.available {
  color: #29b173;
}
.shipping-availability.available::before {
  margin-inline-end: 5px;
  color: #29b173;
  content: "\f107";
  font-family: "woodmart-font";
}

.wd-wishlist-icon a:before {
  content: "\f106" !important;
}
.wd-wishlist-icon a.added:before {
  color: #ea1c24 !important;
}

.related-and-upsells .wd-btn-arrow,
.wd-gallery-images .wd-btn-arrow {
  opacity: 1 !important;
  transform: unset !important;
}
.related-and-upsells .wd-btn-arrow .wd-arrow-inner,
.wd-gallery-images .wd-btn-arrow .wd-arrow-inner {
  color: #cccccc;
}
.related-and-upsells .wd-btn-arrow .wd-arrow-inner:hover,
.wd-gallery-images .wd-btn-arrow .wd-arrow-inner:hover {
  color: #ea1c24;
}
.related-and-upsells .wd-btn-arrow.wd-disabled,
.wd-gallery-images .wd-btn-arrow.wd-disabled {
  opacity: 0.5 !important;
}
.related-and-upsells .wd-btn-arrow.wd-disabled:hover,
.wd-gallery-images .wd-btn-arrow.wd-disabled:hover {
  color: #cccccc;
}
.related-and-upsells .wd-nav-pagin-wrap li.wd-active span,
.wd-gallery-images .wd-nav-pagin-wrap li.wd-active span {
  border-color: #ea1c24 !important;
  background-color: #ea1c24 !important;
}
.related-and-upsells .wd-nav-pagin-wrap li span,
.wd-gallery-images .wd-nav-pagin-wrap li span {
  border: 2px solid #cccccc !important;
}
.related-and-upsells .wd-nav-pagin-wrap li:not(.wd-active):hover span,
.wd-gallery-images .wd-nav-pagin-wrap li:not(.wd-active):hover span {
  border: 2px solid #ea1c24 !important;
}

.related-and-upsells .title span {
  font-weight: bold !important;
  position: relative !important;
  color: transparent !important;
  background: linear-gradient(101.63deg, #ea1c24 8.53%, #871015 107.27%);
  animation: 3s linear 0s infinite normal none running sparkle !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 576px) {
  .related-and-upsells .wd-carousel {
    --wd-col-sm: 1 !important;
  }
}

.wd-wtl-form {
  border-radius: 30px 0 30px 30px !important;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.wd-wtl-form .wd-wtl-unsubscribe:hover {
  background-color: #ea1c24;
  color: #fff;
}

fieldset.hidden-fields-container {
  display: none;
}

.sgpb-content form.wpcf7-form {
  border-top: 1px solid rgba(204, 204, 204, 0.8);
  padding-top: 19px;
}
.sgpb-content form.wpcf7-form .form-group {
  margin-bottom: 15px;
}
.sgpb-content form.wpcf7-form.init .wpcf7-response-output {
  display: none;
}
.sgpb-content form.wpcf7-form span.label-text,
.sgpb-content form.wpcf7-form label {
  margin-left: 15px;
}
.sgpb-content form.wpcf7-form input {
  margin-bottom: 15px;
  text-transform: none;
}
.sgpb-content h2 {
  text-transform: none !important;
}
.sgpb-content .sg-popup-builder-content {
  overflow: hidden;
  padding: 5px;
}
.sgpb-content .sg-popup-builder-content div#wpcf7-f1696-o1 {
  margin-bottom: -15px;
}
.sgpb-content .popup_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.sgpb-content .popup_header img.popup_icon {
  width: 34px;
}
.sgpb-content .popup_header h2.popup_title {
  font-weight: bolder !important;
  position: relative !important;
  color: transparent !important;
  background: linear-gradient(101.63deg, #ea1c24 8.53%, #871015 107.27%);
  animation: 3s linear 0s infinite normal none running sparkle !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.sgpb-content .popup_product .popup_product_img {
  flex: 1 1 20%;
  padding: 10px;
}
.sgpb-content .popup_product .popup_product_title {
  flex: 1 1 70%;
  font-weight: bold;
}

.product-labels {
  font-style: italic;
  position: absolute;
  left: 20px;
  z-index: 3;
  inset-inline: unset !important;
  gap: 5px;
  align-items: flex-start !important;
  top: 0px;
  height: 100%;
}
.product-labels .product-label {
  width: 100px;
  font-style: italic;
  text-transform: unset;
  text-align: start;
  padding: 0;
}
.product-labels .product-label span {
  font-size: 10px;
  font-weight: bold;
  padding: 5px 9px;
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 0 8px;
  display: inline-block;
}
.product-labels .product-label .dilareto-label {
  padding: 0;
}
.product-labels .product-label .dilareto-label img {
  position: relative !important;
  top: unset;
  left: unset !important;
  max-height: unset !important;
  min-width: unset !important;
  height: 60px;
  width: auto;
  transform: unset !important;
}
.product-labels .product-label .mint-label {
  background: #05d5bc;
}
.product-labels .product-label .red-label {
  background: #ec1c24;
}
.product-labels .product-label .purple-label {
  background: #8b5bb9;
}
.product-labels .product-label.energy-class {
  position: relative;
  padding: 0;
  font-weight: bold;
  width: auto;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-width: unset;
  inline-size: -moz-max-content;
  inline-size: max-content;
}
.product-labels .product-label.energy-class .energy-class-label {
  background: #29b173;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 10px;
}
.product-labels .product-label.energy-class .energy-class-label::after {
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 11px solid #29b173;
  border-bottom: 10px solid transparent;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
}

.separator-after-product-tabs {
  border-top: 1px solid rgb(204, 204, 204);
}

.ea-product-brand-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 22px;
  border-radius: 10px 10px 0 10px;
  border: 1px solid rgba(220, 220, 220, 0.62);
}
.ea-product-brand-image span {
  font-size: 13px;
}
.ea-product-brand-image img {
  margin-left: 5px;
  width: 55px;
  height: auto;
}

div#tab-description h2 {
  font-weight: bold;
  position: relative;
  color: transparent;
  background: linear-gradient(90deg, #ea1c24 0%, #841014 100%);
  animation: 3s linear 0s infinite normal none running sparkle;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  margin: 15px 0 2px;
  width: -moz-fit-content;
  width: fit-content;
}
div#tab-description table.style2 {
  border-top: 2.4px solid;
  border-color: #ea1c24;
}
div#tab-description table.style2 th {
  color: #000;
  background: #e9e9e9 !important;
}
div#tab-description table.style2 td {
  background: #fff !important;
}
div#tab-description table.style2 th,
div#tab-description table.style2 td {
  border: unset;
  border-bottom: 1px solid #bfc0c2;
}
div#tab-description table.style3 {
  border-top: 2.4px solid;
}
div#tab-description table.style3 th {
  color: #000;
  background: #e9e9e9 !important;
}
div#tab-description table.style3 td {
  background: #fff !important;
}
div#tab-description table.style3 th,
div#tab-description table.style3 td {
  border: unset;
  border-bottom: 1px solid #bfc0c2;
}
div#tab-description table.style4 {
  border-top: 2.4px solid;
  border-color: #ea1c24;
}
div#tab-description table.style4 th {
  color: #000;
  background: #000;
  background: linear-gradient(90deg, #000000 0%, #303030 100%);
  color: #fff;
}
div#tab-description table.style4 td {
  background: #fff !important;
}
div#tab-description table.style4 th,
div#tab-description table.style4 td {
  border: unset;
  border-bottom: 1px solid #bfc0c2;
}
div#tab-description table.style5 {
  border-top: 2.4px solid;
  border-color: #ea1c24;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
div#tab-description table.style5 th {
  color: #000;
  background: #e9e9e9 !important;
}
div#tab-description table.style5 td {
  background: #fff !important;
}
div#tab-description table.style5 th,
div#tab-description table.style5 td {
  border: unset;
  border-bottom: 1px solid #bfc0c2;
}
div#tab-description table.style6 th {
  background: #000; /* fallback */
  background: linear-gradient(90deg, #000000 0%, #303030 100%);
  color: #fff;
  border-color: #333;
}
div#tab-description table.style7 th,
div#tab-description table.style7 td {
  border: unset;
  border-bottom: 1px solid #bfc0c2;
}
div#tab-description table.style7 th {
  font-weight: normal;
}
div#tab-description table.style7 th,
div#tab-description table.style7 td {
  border: unset;
  border-bottom: 1px solid #bfc0c2;
}
div#tab-description table.style7 th {
  font-weight: normal;
}
div#tab-description table.style8 th,
div#tab-description table.style8 td {
  background: transparent;
  border: unset !important;
}
div#tab-description table.style8 tr {
  background: #ffffff;
  background: linear-gradient(90deg, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1px solid #333;
}
div#tab-description table.style9 th,
div#tab-description table.style9 td {
  background: transparent !important;
  border: unset !important;
}
div#tab-description table.style9 tr:nth-child(even) {
  background: #ffffff;
}
div#tab-description table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
}
div#tab-description table th,
div#tab-description table td {
  border: 1px solid #ccc;
  vertical-align: top;
}
div#tab-description table th {
  width: 40%;
  text-align: left;
}
div#tab-description table td {
  font-weight: bold;
}

/* animations “μαζεμένες” για μικρό μέγεθος */
@keyframes ea-fade-in-custom-smaller {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0.95;
    visibility: visible;
  }
}
@keyframes ea-bg-mini-top-right-smaller {
  0% {
    transform: rotate(-25deg) translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(155deg) translate(6vw, 3vh) scale(1.08);
    opacity: 0.6;
  }
  100% {
    transform: rotate(335deg) translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes ea-bg-mini-bottom-left-smaller {
  0% {
    transform: rotate(0deg) translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg) translate(-5vw, -2vh) scale(1.06);
    opacity: 0.55;
  }
  100% {
    transform: rotate(360deg) translate(0, 0) scale(1);
    opacity: 1;
  }
}
/* optional: σβήνουμε animation σε χρήστες με reduced motion */
@media (prefers-reduced-motion: reduce) {
  .product-icons-wrap-inner::before,
  .product-icons-wrap-inner::after {
    animation: none;
    opacity: 0.8;
  }
}
.page-template-default.woocommerce-checkout {
  counter-reset: checkout-heading;
}
.page-template-default.woocommerce-checkout .inactive {
  display: none;
}
.page-template-default.woocommerce-checkout .checkout-section-heading-login {
  font-weight: bold;
  color: #000;
  margin: 20px 0;
}
.page-template-default.woocommerce-checkout .checkout-section-heading {
  font-weight: bold;
  padding: 20px 20px;
  color: #fff;
  background: #000;
  margin-bottom: 10px;
  border-radius: 8px;
}
.page-template-default.woocommerce-checkout .checkout-section-heading:before {
  counter-increment: checkout-heading;
  content: counter(checkout-heading);
  margin-right: 10px;
  background: #ea1c24;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
}
.page-template-default.woocommerce-checkout .checkbox input[type=checkbox] {
  margin: 0;
}
.page-template-default.woocommerce-checkout .radio input[type=radio] {
  margin: 0 0 0 20px;
}

@media screen and (min-width: 1024px) {
  div#checkout_process {
    max-width: 85%;
    margin: auto;
  }
}
#newuser {
  margin-top: 25px;
}

.checkout-card {
  border: 1px solid #dbdbdb !important;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
  padding: 20px;
}
.checkout-card ul.nav.nav-tabs {
  padding: 6px 8px;
}
.checkout-card ul.nav.nav-tabs li.nav-item {
  margin: 0;
}
.checkout-card ul.nav.nav-tabs li.nav-item .nav-link {
  color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #222222;
}

#billing_country_field,
#shipping_country_field {
  display: none;
}

.shipping_method_desc {
  color: #efefef;
  font-style: italic;
  font-size: 13px;
}

.login-register-section {
  margin-bottom: 20px;
  padding: 0 20px;
}
.login-register-section .woocommerce-form-login .form-row {
  width: 100%;
}
.login-register-section .col-md-6:last-of-type {
  border-left: 1px solid #ddd;
}

.info_note_dileri {
  border: 1px solid #efefef !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  padding: 20px;
}
.info_note_dileri .alert p {
  font-size: 14px;
}

.info_note_dileri .alert.alert-danger .woocommerce-thankyou-order-failed {
  color: #ea1c24;
  border-color: #ea1c24;
}
.info_note_dileri p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a {
  color: #fff;
  background-color: #000;
}
.info_note_dileri p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a:hover {
  color: #fff;
  background: #ea1c24;
}

ul.order_details {
  margin: 0;
  margin-top: 20px;
}
ul.order_details li {
  text-align: left !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  display: none;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details li {
  text-align: left;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

form.woocommerce-form-login {
  border: none;
}
form.woocommerce-form-login .form-row label.inline {
  display: block;
  margin-top: 10px;
}
form.woocommerce-form-login .lost_password a {
  font-size: 13px;
  color: #777;
  font-style: italic;
}
form.woocommerce-form-login button.show-password-input {
  color: #000;
}

.create-account-question a.btn.create-account-button::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 80%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.create-account-question a.btn.create-account-button:hover::after {
  width: 100%;
}

.showcoupon {
  color: #000;
  font-weight: bold;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  padding: 20px 0;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  margin: 0 auto;
  max-width: 900px;
}

.shipping th {
  padding-right: 20px;
  border-right: 1px solid #ddd;
  border-bottom: unset;
}
.shipping td {
  padding-left: 20px;
  border-bottom: unset;
}

.woocommerce-checkout-review-order-table thead tr:first-child {
  color: #fff;
  background: #000;
}
.woocommerce-checkout-review-order-table thead th {
  color: #fff;
}
.woocommerce-checkout-review-order-table .order-total {
  background: #efefef;
}
.woocommerce-checkout-review-order-table .product-quantity {
  min-width: unset;
  text-align: center;
}

#ship-to-different-address {
  margin-left: 20px;
}

#customer_details input[type=text],
#customer_details input[type=tel],
#customer_details input[type=email],
#customer_details select,
#customer_details textarea {
  border: 1px solid #dddddd;
  color: #333;
}
@media screen and (min-width: 1200px) {
  #customer_details input[type=text],
  #customer_details input[type=tel],
  #customer_details input[type=email],
  #customer_details select,
  #customer_details textarea {
    max-width: 600px;
  }
}
#customer_details textarea {
  min-height: 150px;
  resize: none;
}

@media screen and (min-width: 1200px) {
  #billing_city_field .woocommerce-input-wrapper,
  .select2-container {
    max-width: 600px;
  }
}
.select2-container {
  color: #333;
  height: 45px;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
  width: 100% !important;
}
.select2-container span.select2-selection {
  border-radius: 30px !important;
  background-color: #fff;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 20px;
}

.shipping_address .select2-container {
  max-width: none;
}

.form-row label {
  color: #000000;
  font-weight: bold;
  display: inline-block !important;
  margin-right: 10px;
  min-width: 180px;
}

.required {
  font-weight: normal;
  border-bottom: none;
  text-decoration: none;
}

table td {
  border-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout {
  gap: 0 !important;
}
.woocommerce-checkout .responsive-table {
  border: 1px solid #efefef;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.woocommerce-checkout table.shop_table {
  position: sticky;
  top: 50px;
  z-index: 1000;
}
.woocommerce-checkout table.shop_table .wd-checkout-prod-cont .wd-product-sku span {
  font-weight: bold;
}
.woocommerce-checkout table.shop_table .wd-checkout-prod-cont .wd-product-sku .wd-label {
  font-weight: normal;
}
.woocommerce-checkout table.shop_table thead tr:first-child {
  color: #fff;
  background: #000;
}
.woocommerce-checkout table.shop_table thead tr:first-child th {
  color: inherit;
}
.woocommerce-checkout table.shop_table tfoot tr:last-child {
  background: #efefef;
}
.woocommerce-checkout table.shop_table tr :is(td, th) {
  padding: 9px 12px !important;
  line-height: 1.5em;
  text-transform: unset;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: 1px solid #efefef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .wd-checkout-prod-img img {
  max-height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}

#payment {
  background-color: #eaeaea;
}
#payment img {
  display: inline-block;
  max-width: 100px;
  height: auto;
}
#payment div.payment_box {
  background: #ddd;
}
#payment div.payment_box:before {
  border-bottom-color: #ddd;
}
#payment ul.payment_methods {
  background-color: #fff;
  border: unset;
}

#place_order {
  background: #000;
  color: #fff;
}
#place_order:hover {
  color: #fff;
  background: #ea1c24;
}

.payment_method_piraeusbank_gateway img {
  max-width: 120px !important;
}

@media (min-width: 768px) {
  .login-register-section .nav-tabs {
    display: none !important;
  }
  .login-register-section .tab-content > .tab-pane {
    display: block !important; /* ακυρώνει το display:none των tabs */
    opacity: 1 !important; /* ακυρώνει το .fade */
  }
}
.login-form-wrap h3 {
  font-size: 115%;
  font-weight: normal;
  margin-bottom: 10px;
}
.login-form-wrap p {
  margin-bottom: 12px;
}
.login-form-wrap input {
  background-color: #fff !important;
}

.form.woocommerce-checkout {
  gap: 0;
}

.shipping_address {
  background-color: #efefef;
}
.shipping_address input[type=email],
.shipping_address input[type=date],
.shipping_address input[type=search],
.shipping_address input[type=number],
.shipping_address input[type=text],
.shipping_address input[type=tel],
.shipping_address input[type=url],
.shipping_address input[type=password],
.shipping_address :root textarea {
  background: #fff;
  min-width: unset;
}
.shipping_address #shipping_city_field .woocommerce-input-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}
.shipping_address #shipping_city_field .woocommerce-input-wrapper select {
  background: #fff;
}

.woocommerce-shipping-methods li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
.woocommerce-shipping-methods li input {
  margin-inline-end: 7px !important;
  margin-inline-start: 0px !important;
}
.woocommerce-shipping-methods li label {
  font-weight: bold;
}
.woocommerce-shipping-methods li .shipping-method-description {
  margin-top: 5px;
}
.woocommerce-shipping-methods li .shipping-method-description p {
  font-weight: bold;
  color: #a0a6c5;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 5px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details.ea-card {
  margin-top: 0 !important;
  overflow: hidden;
}

.ea-bg-input {
  background: #efefef;
  margin-bottom: 0;
  padding: 15px 20px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.ea-bg-input input {
  background-color: #fff;
  color: #000;
}
.ea-bg-input.first {
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
  border-radius: 8px 8px 0 0;
}
.ea-bg-input.last {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0 0 8px 8px;
  margin-bottom: 1rem;
}

/* Όταν δεν περνάει validation (HTML5) */
.woocommerce-invalid input,
.woocommerce-invalid select,
.woocommerce-invalid textarea {
  border-color: var(--invalid-red) !important;
  outline: none;
}

/* Required αλλά κενό (για καλύτερη συμβατότητα) */
.installment-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.installment-row .credit-card-label {
  width: 100%;
}
.installment-row p {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
}
.installment-row label {
  margin: 0;
}
.installment-row div#installment-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.installment-row #piraeusbank_gateway-card-doseis {
  font-weight: bold;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  max-width: 50%;
  height: var(--wd-form-height);
  background-color: #fff;
  box-shadow: none;
  color: var(--wd-form-color);
  vertical-align: middle;
  font-size: 14px;
  transition: border-color 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.installment-row .credit-card-label {
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .mobile-checkout-row {
    margin: auto;
    padding: 0;
  }
}
.wc-bacs-bank-details-account-name {
  text-transform: uppercase;
}

li.beneficiary_name {
  text-transform: uppercase;
}

.invoice-wrap {
  display: none;
}

:is(.register, .woocommerce-form-login) .button {
  border-radius: var(--btn-accented-brd-radius);
  background-color: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: bold !important;
  box-shadow: unset !important;
  border: unset !important;
}
:is(.register, .woocommerce-form-login) .button:hover {
  background-color: #ea1c24 !important;
  color: #fff !important;
}

.create-account-question .btn {
  background-color: transparent;
  color: #333;
}
.create-account-question .btn:hover {
  color: #ea1c24;
}
.create-account-question .btn:hover::after {
  background-color: #ea1c24 !important;
}

.wd-registration-page div#customer_login {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  gap: 5px;
  justify-content: space-evenly;
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .wd-registration-page div#customer_login .ea-card {
    max-width: 45% !important;
    margin-top: 0 !important;
  }
}

.wd-my-account-links a:before {
  position: relative !important;
  color: transparent !important;
  background: linear-gradient(101.63deg, #ea1c24 8.53%, #871015 107.27%);
  animation: 3s linear 0s infinite normal none running sparkle !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

div#alreadyuser .ea-card {
  background: #f8f8f8;
}

.woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account,
.woocommerce-MyAccount-content form .woocommerce-address-fields,
.woocommerce-MyAccount-content table.wd-wtl-table.shop_table {
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #dbdbdb;
  padding: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.woocommerce-MyAccount-content .woocommerce-orders-table td,
.woocommerce-MyAccount-content .woocommerce-orders-table th,
.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account td,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account th,
.woocommerce-MyAccount-content form .woocommerce-address-fields td,
.woocommerce-MyAccount-content form .woocommerce-address-fields th,
.woocommerce-MyAccount-content table.wd-wtl-table.shop_table td,
.woocommerce-MyAccount-content table.wd-wtl-table.shop_table th {
  padding: 15px 15px !important;
}
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-orders-table button,
.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-button,
.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details button,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .woocommerce-button,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account button,
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-button,
.woocommerce-MyAccount-content form .woocommerce-address-fields button,
.woocommerce-MyAccount-content table.wd-wtl-table.shop_table .woocommerce-button,
.woocommerce-MyAccount-content table.wd-wtl-table.shop_table button {
  background: #000;
  color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-button:hover,
.woocommerce-MyAccount-content .woocommerce-orders-table button:hover,
.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-button:hover,
.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details button:hover,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account .woocommerce-button:hover,
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account button:hover,
.woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-button:hover,
.woocommerce-MyAccount-content form .woocommerce-address-fields button:hover,
.woocommerce-MyAccount-content table.wd-wtl-table.shop_table .woocommerce-button:hover,
.woocommerce-MyAccount-content table.wd-wtl-table.shop_table button:hover {
  color: #fff;
  background: #ea1c24;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account legend {
  padding: 0;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account fieldset {
  background: #efefef;
  border-radius: 8px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account fieldset input {
  background-color: #fff;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account fieldset button {
  color: #000;
}
.woocommerce-MyAccount-content p#shipping_state_field {
  display: none !important;
}
.woocommerce-MyAccount-content mark {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-MyAccount-content .woocommerce-address-fields p#cardholder_name_field,
.woocommerce-MyAccount-content .woocommerce-address-fields p#shipping_state_field,
.woocommerce-MyAccount-content .woocommerce-address-fields p#billing_state_field {
  display: none !important;
}

.wd-wishlist-bulk-action a:hover {
  color: #ea1c24;
}

.woocommerce-MyAccount-navigation li a:hover {
  color: #ea1c24;
}

a.woocommerce-LostPassword.lost_password:hover {
  color: #ea1c24;
}

.woocommerce .order-info mark {
  padding: 0;
}

.page-template-about-page .ea-breadcrumb {
  display: none;
}
.page-template-about-page main#main-content {
  background-color: #0f100f;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page-template-about-page main#main-content .about-us-page::before {
  animation: ea-fade-in-custom 1s 1, ea-bg-gradient-top-right 7s 1s linear infinite;
  content: "";
  display: block;
  width: 1px;
  height: 11%;
  position: absolute;
  top: 0;
  transform: rotate(-25deg);
  right: 0;
  border-radius: 50%;
  transform-origin: 50% 50%;
  background-color: #ea1c24;
  color: #ea1c24;
  box-shadow: 0 0 300px 302px currentColor;
  opacity: 0;
  z-index: 0;
}
.page-template-about-page main#main-content .about-us-page::after {
  animation: ea-fade-in-custom 1s 1, ea-bg-gradient-bottom-left 7s 1s linear infinite;
  content: "";
  display: block;
  width: 4%;
  height: 1px;
  position: absolute;
  bottom: -1%;
  left: 2%;
  border-radius: 50%;
  transform-origin: 50% 50%;
  background-color: #d33a35;
  color: #d33a35;
  box-shadow: 0 30px 200px 350px currentColor;
  opacity: 0;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .page-template-about-page .about-us-page {
    width: 970px;
  }
}
@media screen and (min-width: 768.1px) {
  .page-template-about-page .about-us-page {
    width: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-page .about-us-page {
    width: 1170px;
  }
}
.page-template-about-page .about-us-page {
  margin-left: auto;
  margin-right: auto;
}
.page-template-about-page .about-us-page * {
  color: #fff;
}
.page-template-about-page .about-us-page .company-title .woodmart-title-container {
  color: #fff;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  text-align: start;
  line-height: normal;
}
.page-template-about-page .about-us-page .company-main-row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-template-about-page .about-us-page .company-featured-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-about-page .about-us-page .company-featured-text .elementor-heading-title {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.page-template-about-page .about-us-page .company-featured-text p {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-about-page .about-us-page .company-keypoint-section .company-keypoint-item:last-child .title-wrapper {
  border-bottom: 1px solid #fff;
}
.page-template-about-page .about-us-page .company-keypoint-section .company-keypoint-item .title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 20px;
  border-top: 1px solid #fff;
  z-index: 1;
  position: relative;
}
.page-template-about-page .about-us-page .company-keypoint-section .company-keypoint-item .title-wrapper .liner-continer {
  margin-bottom: 0;
  flex: 1 1 50%;
  max-width: 50%;
}
.page-template-about-page .about-us-page .company-keypoint-section .company-keypoint-item .title-wrapper .title-after_title {
  flex: 1 1 50%;
  max-width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.page-template-about-page .about-us-page .company-keypoint-section .company-keypoint-item .title-wrapper .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-about-page .about-us-page .company-keypoint-section .company-keypoint-item .title-wrapper p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 90%;
}
.page-template-about-page .company-profile-info-row {
  margin-top: 250px;
  z-index: 1;
}
.page-template-about-page .company-profile-info-row * {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.page-template-about-page .company-profile-info-row div {
  gap: 5px;
}
.page-template-about-page .company-profile-info-row .company-profile span {
  font-weight: 200;
}

section.bg-company-element {
  min-height: 300px;
  margin-bottom: -40px;
  background-image: url("https://staging.dileris.gr/wp-content/uploads/2025/07/appliances.png");
  background-position: center center;
  background-size: cover;
}

@keyframes ea-fade-in-custom {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0.95;
    visibility: visible;
  }
}
@keyframes ea-bg-gradient-top-right {
  0% {
    opacity: 1;
    transform: rotate(-25deg);
  }
  50% {
    opacity: 0.5;
    transform: rotate(155deg) scaleX(1.8) scaleY(1.4) translateX(20vw) translateY(10vh);
  }
  100% {
    opacity: 1;
    transform: rotate(335deg);
  }
}
@keyframes ea-bg-gradient-bottom-left {
  0% {
    opacity: 1;
    transform: rotate(0) scale(1, 1) translateX(0vw);
  }
  50% {
    opacity: 0.4;
    transform: rotate(180deg) scaleX(1.3) scaleY(1) translateX(-13vw) translateY(-5vh);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1, 1) translateX(0vw);
  }
}
@media screen and (max-width: 1024px) {
  .page-template-about-page main#main-content .about-us-page .company-title .woodmart-title-container {
    font-size: 50px;
  }
  .page-template-about-page main#main-content .about-us-page .company-featured-image {
    width: 100%;
  }
  .page-template-about-page main#main-content .about-us-page .company-featured-text {
    width: 100%;
  }
  .page-template-about-page main#main-content .about-us-page .company-featured-text .elementor-heading-title {
    font-size: 40px;
  }
  .page-template-about-page main#main-content .about-us-page .company-featured-text p {
    font-size: 19px;
  }
  .page-template-about-page main#main-content .about-us-page .company-main-row {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .page-template-about-page .company-profile-info-row {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-about-page main#main-content .company-keypoint-section .company-keypoint-item .title-wrapper {
    gap: 7px;
  }
  .page-template-about-page main#main-content .company-keypoint-section .company-keypoint-item .title-wrapper .liner-continer,
  .page-template-about-page main#main-content .company-keypoint-section .company-keypoint-item .title-wrapper .title-after_title {
    flex: 1 1 100%;
    justify-content: flex-start;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .page-template-about-page main#main-content .about-us-page .company-title .woodmart-title-container {
    font-size: 35px;
  }
  .page-template-about-page main#main-content .about-us-page .company-featured-text .elementor-heading-title {
    font-size: 32px;
  }
  .page-template-about-page main#main-content .about-us-page .company-featured-text p {
    font-size: 18px;
  }
  .page-template-about-page main#main-content .company-keypoint-section .company-keypoint-item .title-wrapper .title {
    font-size: 25px;
  }
}
.narrow-page {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768.1px) {
  .narrow-page {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .narrow-page {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .narrow-page {
    width: 1170px;
  }
}

.info-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 15px 0px;
}
.info-row .info-col-1 {
  align-items: flex-start;
}
.info-row .info-col-1 .elementor-widget-heading {
  margin: 0px 0px 5px 0px;
}
.info-row .info-col-1 .elementor-icon-wrapper {
  display: inline;
  margin-bottom: 5px;
}
.info-row .info-col-1 .elementor-icon-wrapper .elementor-icon svg {
  width: 40px !important;
}
.info-row .info-col-2 .wd-text-block {
  line-height: 1.5;
}
.info-row .oroi-title {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  font-style: italic;
  margin-bottom: 10px;
}
.info-row:last-child {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .info-row:last-child {
    margin-bottom: 50px;
  }
}
.info-row.first-border {
  border-top: 1px solid rgba(0, 0, 0, 0.1215686275);
  margin-top: 20px;
}

a.page-link {
  color: #ea1c24;
  display: inline;
}

.bank-section .elementor-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.bank-section .bank-col-item {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  flex: 1 1 50%;
  padding: 10px;
  align-items: stretch;
}
.bank-section .bank-col-item img {
  max-width: 250px;
}
@media screen and (max-width: 576px) {
  .bank-section .bank-col-item {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.bank-section .bank-col-item .elementor-widget-wrap {
  border: 1px solid #ccc;
  height: 100%;
  padding: 15px;
  background: #fff;
}
.bank-section .bank-col-item .elementor-widget-wrap p {
  margin-bottom: 0 !important;
}
.bank-section .bank-col-item.bank-col-1 .elementor-widget-wrap {
  border-radius: 30px 30px 0 30px;
}
.bank-section .bank-col-item.bank-col-2 .elementor-widget-wrap {
  border-radius: 30px 30px 30px 0;
}
.bank-section .bank-col-item.bank-col-3 .elementor-widget-wrap {
  border-radius: 30px 0 30px 30px;
}
.bank-section .bank-col-item.bank-col-4 .elementor-widget-wrap {
  border-radius: 0 30px 30px 30px;
}

.contact-info-wrapper .elementor-widget-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.contact-info-wrapper .elementor-widget-wrap .contact-col {
  flex: 1 1 50%;
}
@media screen and (max-width: 576px) {
  .contact-info-wrapper .elementor-widget-wrap .contact-col {
    flex: 1 1 100%;
  }
}
.contact-info-wrapper .elementor-widget-wrap .contact-col a.text-link {
  background: linear-gradient(101.63deg, #ea1c24 8.53%, #871015 107.27%);
  animation: 3s linear 0s infinite normal none running sparkle !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  position: relative;
}
.contact-info-wrapper .elementor-widget-wrap .contact-col a.text-link:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #ea1c24;
  transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (min-width: 768px) {
  .contact-item-wrapper .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    align-items: stretch;
  }
  .contact-item-wrapper .elementor-widget-wrap .ea-card {
    margin-top: 0;
  }
  .contact-item-wrapper .contact-item-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .contact-item-wrapper .contact-item-2 {
    grid-column: 1;
    grid-row: 2/span 2;
    height: 93.3%;
    /* τέντωσε wrappers & iframe */
  }
  .contact-item-wrapper .contact-item-2 .ea-card,
  .contact-item-wrapper .contact-item-2 .elementor-widget-container,
  .contact-item-wrapper .contact-item-2 .elementor-custom-embed,
  .contact-item-wrapper .contact-item-2 .map-wrapper {
    height: 100%;
  }
  .contact-item-wrapper .contact-item-2 iframe {
    display: block;
    width: 100%;
    height: 100% !important;
    border: 0;
  }
  .contact-item-wrapper .contact-item-3 {
    grid-column: 2;
    grid-row: 1/span 2;
    height: 100%;
  }
}
.contact-item-wrapper .contact-item-1 {
  order: 1;
}
.contact-item-wrapper .contact-item-2 {
  order: 3;
}
.contact-item-wrapper .contact-item-3 {
  order: 2;
}
.contact-item-wrapper form.wpcf7-form label {
  margin-bottom: 15px;
  font-weight: bold;
}
.contact-item-wrapper form.wpcf7-form label .form-group {
  margin-top: 5px;
}
.contact-item-wrapper form.wpcf7-form input.wpcf7-submit {
  text-transform: none;
  color: #fff;
  background-color: #000;
}
.contact-item-wrapper form.wpcf7-form input.wpcf7-submit:hover {
  color: #fff;
  background-color: #ea1c24;
}

a.wd-wishlist-remove {
  color: #000;
  text-transform: unset;
}
a.wd-wishlist-remove:hover {
  color: #ea1c24;
}

.wd-compare-actions .wd-compare-remove-cat {
  background: #000 !important;
  color: #fff !important;
}
.wd-compare-actions .wd-compare-remove-cat:hover {
  background: #ea1c24 !important;
  color: #fff !important;
}

.ea-compare-ribbon,
.ea-wishlist-ribbon {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  z-index: 50;
  width: calc(100% - 24px);
  padding: 10px 14px;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: opacity 0.18s ease, transform 0.18s ease;
  opacity: 0;
}
.ea-compare-ribbon.show,
.ea-wishlist-ribbon.show {
  display: flex;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.ea-compare-ribbon.ea-compare-ribbon,
.ea-wishlist-ribbon.ea-compare-ribbon {
  background: #459647;
  top: 10px;
}
.ea-compare-ribbon.ea-wishlist-ribbon,
.ea-wishlist-ribbon.ea-wishlist-ribbon {
  background: #ea1c24;
  top: 12px;
}
.ea-compare-ribbon__check,
.ea-wishlist-ribbon__check {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  flex: 0 0 22px;
}
.ea-compare-ribbon__text,
.ea-wishlist-ribbon__text {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  align-items: center;
  font-size: 13px;
}
.ea-compare-ribbon__text a,
.ea-compare-ribbon__text button,
.ea-wishlist-ribbon__text a,
.ea-wishlist-ribbon__text button {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  background: transparent;
  border: none;
  padding: 0;
}
.ea-compare-ribbon__text a:hover,
.ea-compare-ribbon__text button:hover,
.ea-wishlist-ribbon__text a:hover,
.ea-wishlist-ribbon__text button:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.single-product .summary .wd-wishlist-btn,
.single-product .summary .wd-compare-btn,
.single-product .summary .product-compare-button {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  vertical-align: middle;
}

.ea-toasts-stack {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ea-toasts-stack .ea-compare-ribbon,
.ea-toasts-stack .ea-wishlist-ribbon {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  margin: 0 !important;
  gap: 5px;
  padding: 5px !important;
}

/* ΣΤΟΧΕΥΜΕΝΟ TOOLTIP ΜΕΣΑ ΣΤΟ SUMMARY-INNER */
.summary-inner .wd-wishlist-btn,
.summary-inner .wd-compare-btn,
.summary-inner .product-compare-button {
  position: relative !important;
  overflow: visible !important;
  display: inline-flex !important;
  vertical-align: middle;
}

.ea-compare-ribbon--inside-btn,
.ea-wishlist-ribbon--inside-btn {
  position: absolute !important;
  top: calc(100% + 5px) !important;
  z-index: 1000 !important;
  display: none; /* Ξεκινάει κρυφό για το JS */
  opacity: 0;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 10px 14px;
  border-radius: 12px;
  color: #fff;
  gap: 5px !important;
  white-space: nowrap !important;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: opacity 0.18s ease, transform 0.18s ease;
  /* Λεκτικό στυλ */
}
.ea-compare-ribbon--inside-btn .ea-compare-ribbon__text,
.ea-compare-ribbon--inside-btn .ea-wishlist-ribbon__text,
.ea-wishlist-ribbon--inside-btn .ea-compare-ribbon__text,
.ea-wishlist-ribbon--inside-btn .ea-wishlist-ribbon__text {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  font-size: 13px;
}
.ea-compare-ribbon--inside-btn .ea-compare-ribbon__text a,
.ea-compare-ribbon--inside-btn .ea-wishlist-ribbon__text a,
.ea-wishlist-ribbon--inside-btn .ea-compare-ribbon__text a,
.ea-wishlist-ribbon--inside-btn .ea-wishlist-ribbon__text a {
  color: #fff !important;
}
.ea-compare-ribbon--inside-btn .ea-compare-ribbon__text a::before,
.ea-compare-ribbon--inside-btn .ea-wishlist-ribbon__text a::before,
.ea-wishlist-ribbon--inside-btn .ea-compare-ribbon__text a::before,
.ea-wishlist-ribbon--inside-btn .ea-wishlist-ribbon__text a::before {
  display: none;
}
.ea-compare-ribbon--inside-btn .ea-compare-ribbon__text a:hover,
.ea-compare-ribbon--inside-btn .ea-wishlist-ribbon__text a:hover,
.ea-wishlist-ribbon--inside-btn .ea-compare-ribbon__text a:hover,
.ea-wishlist-ribbon--inside-btn .ea-wishlist-ribbon__text a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.ea-compare-ribbon--inside-btn .ea-compare-ribbon__text button,
.ea-compare-ribbon--inside-btn .ea-wishlist-ribbon__text button,
.ea-wishlist-ribbon--inside-btn .ea-compare-ribbon__text button,
.ea-wishlist-ribbon--inside-btn .ea-wishlist-ribbon__text button {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}
.ea-compare-ribbon--inside-btn.show,
.ea-wishlist-ribbon--inside-btn.show {
  display: flex !important;
  opacity: 1;
}
.ea-compare-ribbon--inside-btn,
.ea-wishlist-ribbon--inside-btn {
  /* Close Button (X) */
}
.ea-compare-ribbon--inside-btn .ea-compare-ribbon__close,
.ea-compare-ribbon--inside-btn .ea-wishlist-ribbon__close,
.ea-wishlist-ribbon--inside-btn .ea-compare-ribbon__close,
.ea-wishlist-ribbon--inside-btn .ea-wishlist-ribbon__close {
  margin: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* Ειδικά χρώματα ανάλογα με την ενέργεια για να ταιριάζουν με τα κουμπιά */
.ea-compare-ribbon--inside-btn {
  border-color: #459647 !important; /* Πράσινο border */
}
.ea-compare-ribbon--inside-btn .ea-compare-open {
  color: #459647 !important;
}

.ea-wishlist-ribbon--inside-btn {
  border-color: #e31e24 !important; /* Κόκκινο border */
}
.ea-wishlist-ribbon--inside-btn .ea-wishlist-open {
  color: #e31e24 !important;
}

/* Καθαρίζουμε το summary wrapper */
.summary-inner .wd-wishlist-btn,
.summary-inner .wd-compare-btn {
  position: relative !important;
  overflow: visible !important;
}

/* Close icon styling */
.ea-compare-ribbon__close,
.ea-wishlist-ribbon__close {
  margin: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.wd-compare-table .compare-basic .product-image {
  text-align: center;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  flex-direction: column;
  padding: 8px;
}
.wd-compare-table .compare-basic .product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.woocommerce-my-account-wrapper {
  flex-wrap: wrap;
}

.woocommerce-my-account-wrapper .wd-wishlist-reset-section {
  flex: 1 0 75%;
  max-width: 75%;
  width: 75%;
  padding: 10px 30px;
  margin-left: 25%;
}
@media (max-width: 1024px) {
  .woocommerce-my-account-wrapper .wd-wishlist-reset-section {
    flex-basis: 65%;
    max-width: 65%;
    width: 65%;
    margin-left: 35%;
  }
}
@media (max-width: 768.98px) {
  .woocommerce-my-account-wrapper .wd-wishlist-reset-section {
    flex-basis: 100%;
    padding-block: 0;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
  }
}

.wd-wishlist-reset-section {
  text-align: center;
  margin: 20px 0;
  clear: both;
  width: 100%;
}
.wd-wishlist-reset-section .wd-reset-btn {
  background-color: #ea1c24 !important;
  color: white !important;
  border: none;
  padding: 10px 20px;
  transition: opacity 0.3s ease;
}
.wd-wishlist-reset-section .wd-reset-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wd-wishlist-reset-section .wd-reset-btn:hover {
  background-color: #000 !important;
}
.wd-wishlist-reset-section .wd-reset-status-msg {
  color: #ea1c24;
  margin-top: 10px;
  font-weight: bold;
}

.wd-debug-wishlist-container .wd-debug-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 15px;
  font-family: monospace;
  font-size: 14px;
  margin-bottom: 20px;
}
.wd-debug-wishlist-container .wd-debug-box h3 {
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.wd-debug-wishlist-container .wd-debug-box .error {
  color: #ea1c24;
}/*# sourceMappingURL=dileris.css.map */