/* Global */
@font-face {
  font-family: "icomoon";
  src: url("../inc/fonts/icomoon.eot?monsq");
  src: url("../inc/fonts/icomoon.eot?monsq#iefix") format("embedded-opentype"),
    url("../inc/fonts/icomoon.ttf?monsq") format("truetype"),
    url("../inc/fonts/icomoon.woff?monsq") format("woff"),
    url("../inc/fonts/icomoon.svg?monsq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu-cart-full:before {
  content: "\e900";
  color: #585858;
}

.icon-menu-cart-point .path1:before {
  content: "\e901";
  color: rgb(88, 88, 88);
}

.icon-menu-cart-point .path2:before {
  content: "\e903";
  margin-left: -1.080078125em;
  color: rgb(0, 0, 0);
}

.icon-menu-login:before {
  content: "\e902";
  color: #585858;
}

.elementor-template-full-width #content {
  padding: 0;
}

body {
  color: #707070;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #707070;
  text-decoration: none;
}

/* Global END */

/* Header */

.navbar {
  background-color: #ffffff;
}

.navbar-expand-md .navbar-nav .nav-link {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.navbar-nav li {
  margin-right: 25px;
}

.login-button::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="21.998" viewBox="0 0 22 21.998"><path id="menu-login" d="M28.243,17.43A11,11,0,0,0,21.8,37.343l.01.007h0a11,11,0,0,0,12.867,0l.011-.008A11,11,0,0,0,28.243,17.43ZM22.451,36.794v-.712a5.356,5.356,0,0,1,5.357-5.359h.87a5.356,5.356,0,0,1,5.357,5.36v.711A10.171,10.171,0,0,1,22.451,36.794ZM28.27,29.9h-.054a3.651,3.651,0,0,1-3.636-3.647c0-.094,0-.19.012-.286a3.663,3.663,0,0,1,7.3,0q.012.141.012.282A3.651,3.651,0,0,1,28.27,29.9Zm6.589,6.255v-.073a6.178,6.178,0,0,0-4.428-5.929,4.462,4.462,0,0,0,2.3-3.9c0-.118,0-.235-.015-.349a4.487,4.487,0,0,0-8.943,0c-.01.116-.015.234-.015.353a4.46,4.46,0,0,0,2.3,3.9,6.178,6.178,0,0,0-4.428,5.929v.073a10.175,10.175,0,1,1,13.232,0Z" transform="translate(-17.242 -17.43)" fill="%23585858"/></svg>');
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.login-logout-link div {
  display: none;
  position: absolute;
  padding-top: 25px;
}

.login-logout-link:hover div {
  display: block;
}

.login-logout-link div #user_menu {
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  list-style: none;
  padding: 10px 20px 10px 30px;
}

.cart-button::before {
  content: url('data:image/svg+xml,<svg id="menu-cart-full" xmlns="http://www.w3.org/2000/svg" width="26.999" height="25" viewBox="0 0 26.999 25"><g id="Layer_45" data-name="Layer 45" transform="translate(-2.552 -2)"><g id="menu-cart" transform="translate(2.552 2)"><path id="Path_29" data-name="Path 29" d="M24.487,20.948,21.851,8.816a3.022,3.022,0,0,0-2.945-2.4H17.384V5.86a3.86,3.86,0,0,0-7.721,0v.551H8.142a3.022,3.022,0,0,0-2.89,2.36L2.616,20.9a3,3,0,0,0,2.945,3.618H21.542a2.989,2.989,0,0,0,2.945-3.607ZM10.767,5.86a2.757,2.757,0,1,1,5.515,0v.551H10.767ZM23.031,22.746a1.9,1.9,0,0,1-1.489.706H5.506a1.9,1.9,0,0,1-1.489-.706,1.864,1.864,0,0,1-.375-1.566L6.278,9.048A1.908,1.908,0,0,1,8.142,7.515H18.906A1.908,1.908,0,0,1,20.77,9l2.636,12.132a1.864,1.864,0,0,1-.375,1.61Z" transform="translate(-2.552 -2)" fill="%23585858"/></g></g><circle id="Ellipse_32" data-name="Ellipse 32" cx="9.5" cy="9.5" r="9.5" transform="translate(7.999 6)"/></svg>');
  position: relative;
  top: 3px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.basket-item-count {
  display: inline;
  position: relative;
  bottom: -5px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.cart-items-count {
  position: relative;
  top: -2px;
  left: -12px;
  font-size: 10px;
  color: #ffffff;
}

.flags_language_selector li a {
  padding: 5px;
  color: #b5b5b5;
  border: 1px solid #b5b5b5;
}

#main-menu-left,
#main-menu-right {
  justify-content: center;
}

.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li
  ul.flags_language_selector {
  position: relative;
  top: 15px !important;
  display: block;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li
  ul.flags_language_selector
  a {
  padding: 3px;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 10px; /* Απόσταση μεταξύ των στοιχείων */
  position: absolute;
  right: 0;
  bottom: -111px;
  background: #ffffff;
  padding: 30px 20px;
}

.search-form .search-field {
  flex: 1; /* Κάνει το πεδίο αναζήτησης να προσαρμόζεται */
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 1px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.search-form .search-submit {
  padding: 10px 15px;
  background-color: #02010100;
  color: #000000;
  font-weight: 100;
  border: 1px solid #707070;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.search-form .search-submit:hover {
  background-color: #02010100;
}

/* Απόκρυψη της φόρμας εξ ορισμού */
.search-form {
  display: none;
}

/* Header END */

/* Main */
.quote-athina p::before {
  content: url("../img/quotes.png");
  position: relative;
  top: -30px;
  left: 0;
}

.quote-athina p::after {
  content: url("../img/quotes.png");
  position: relative;
  bottom: -20px;
  left: 0;
}

.quote-athina .e-q-footer {
  padding-top: 22px;
}

.related-therapies img {
  width: 100%;
}

.related-caption {
  font-size: 18px !important;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}

.fit-container {
  height: calc(100vh - 75px) !important;
  overflow: hidden !important;
}

.faqs-questions #pills-tab a {
  color: #000;
  background-color: transparent;
  padding: 20px 0;
  cursor: pointer;
}

.faqs-questions #pills-tab a:first-child {
  padding-top: 0;
}

.faqs-questions #pills-tabContent .title {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}

.faqs-questions #pills-tabContent .text {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}

.bg-img {
  background-position: center right;
  background-size: 50%;
  background-repeat: no-repeat;
}

.bg-img-l {
  background-position: center left;
  background-size: 50%;
  background-repeat: no-repeat;
}

.treatment-form .wpcf7-form-control {
  text-transform: uppercase;
}

.treatment-form .fields {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.treatment-form .fields-s {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

.treatment-form .fields-s .bsubmit input {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  padding: 10px 30px;
}

.treatment-form .fields-s .bsubmit input:hover {
  background-color: #000000;
  color: #ffffff;
}

.treatment-form .fields input {
  background-color: #ffffff;
  border-width: 0;
  line-height: 34px;
  border-radius: 7px;
  padding: 4px 10px;
}

.treatment-form .fields .fields-l {
  padding-right: 30px;
}

.treatment-form .fields .fields-r {
  padding-left: 30px;
}

.treatment-form .fields .btreatment .wpcf7-list-item {
  display: block;
}

.treatment-form .fields .btreatment .wpcf7-list-item:nth-child(2) {
  padding: 10px 0;
}

.container-fluid.related-therapy {
  overflow-x: hidden;
}

.related-therapy .col-sm-6.even-container {
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-bottom: 20px;
}

.related-therapy .even-container h3,
.related-therapy .odd-container h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 100;
}

.related-therapy .even-container .col-sm-4.even {
  background-color: #eee;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.related-therapy .even-container .col-sm-8.even {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 100px;
  line-height: 2;
  background-color: #eeeeee;
}

.related-therapy .odd-container .col-sm-8.odd {
  padding-top: 60px;
  padding-left: 53px;
  padding-right: 100px;
  line-height: 2;
  background-color: #eeeeee;
}

.related-therapy .odd-container .col-sm-4.odd {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  background-color: #eeeeee;
}

.sticky-post .sticky-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 60px;
}

.sticky-post .sticky-title {
  font-weight: 100;
  padding-bottom: 10px;
  line-height: 1.5;
}

.sticky-post .sticky-excerpt {
  padding-bottom: 35px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
}

.sticky-post .sticky-button {
  width: fit-content;
  block-size: fit-content;
  background-color: transparent;
  border: 1px solid #707070;
  color: #000000;
  padding: 20px 50px;
}

.sticky-post .sticky-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

/* WOOCOMMERCE SINGLE PRODUCT */
.woo-single p.price {
  display: flex;
  padding-right: 15px;
}

.woo-single p.price del {
  order: 1;
}

.woo-single p.price ins {
  order: 0;
  padding-right: 15px;
  text-decoration: none;
}

.woo-single .single-product-price,
.woo-single .single-product-attrs,
.woo-single .single-product-stock {
  width: fit-content;
  max-height: fit-content;
  justify-content: center;
  align-items: center;
}

.woo-single .out-of-stock {
  color: #e6161c !important;
}

.woo-single .my-single-shop-attributes {
  display: flex;
  padding: 0 15px;
}

.woo-single .my-single-shop-attributes p {
  margin: 0;
}

.woo-single .elementor-widget-woocommerce-product-stock {
  padding: 0 15px;
}

.woo-single .elementor-widget-woocommerce-product-stock p {
  margin: 0;
}

.woo-single .price-n-attribs {
  line-height: 0.8;
}

.woo-single .add-to-cart-single .price-tag {
  width: fit-content;
}

.woo-single .add-to-cart-single p.price del .woocommerce-Price-amount {
  display: none;
}

.woo-single .add-to-cart-single .stock {
  display: none;
}

.woo-single .add-to-cart-single p.price {
  padding-right: 0;
}

.woo-single .add-to-cart-single div.quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.woo-single .add-to-cart-single button.minus {
  padding: 0 !important;
  margin-right: 10px;
  line-height: 0;
  border-radius: 50% !important;
  border: none !important;
  fill: #b5b5b5;
}

.woo-single .add-to-cart-single button.minus:hover {
  fill: #ffffff !important;
}

.woo-single .add-to-cart-single button.plus {
  padding: 0 !important;
  line-height: 0;
  border-radius: 50% !important;
  border: none !important;
  fill: #b5b5b5;
}

.woo-single .add-to-cart-single button.plus:hover {
  fill: #ffffff !important;
}

.woo-single .woocommerce .woo-single .add-to-cart-single .quantity .qty {
  width: 2.5em;
  text-align: center;
}

.woo-single .sm-thumbs div.woocommerce-product-gallery__image {
  width: 100px !important;
  margin-right: 0;
  margin-bottom: 0;
  display: block !important;
}

.woo-single .woocommerce-product-gallery__wrapper {
  display: flex;
}

.woo-single
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image {
  order: 1;
  width: 80%;
}

.woo-single .woocommerce-product-gallery__wrapper .sm-thumbs {
  order: 0;
}

.woocommerce span.onsale {
  top: 1em;
  right: 8em;
  left: auto;
  background: #000000;
  padding: 0.4em 0.7em !important;
}

.wpc-filter-product_tag {
  text-transform: uppercase;
}

.wpc-edit-filter-set {
  display: none;
}

.wpc-filters-range-inputs .ui-slider-horizontal {
  height: 9px !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  top: 0 !important;
  height: 9px !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  top: -6px !important;
}

.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
}

#wpc-filter-range-form-1869 {
  display: flex;
  flex-direction: column;
  max-width: 200px;
}

.wpc-filters-range-wrapper {
  order: 1;
  padding-top: 20px;
  justify-content: center !important;
}

.wpc-filters-range-slider-wrapper {
  order: 0;
}

.wpc-filters-range-wrapper input {
  border: none;
  color: inherit;
  max-width: 25px;
  margin: 0;
  padding: 0;
}

.wpc-filters-range-min-column {
  margin-right: 0 !important;
}

.wpc-filters-range-max-column {
  margin-left: 5px;
}

.woocommerce div.product div.images {
  margin-bottom: 0;
}

.elementor-lightbox .elementor-lightbox-image {
  background: #ffffff;
}

.pr-cat-02 .elementor-widget-container {
  display: flex;
  justify-content: center;
}

.product-category-acf-01,
.product-subcategory-acf-01 {
  text-align: left;
  max-width: 468px;
}

.product-category-acf-02,
.product-subcategory-acf-02 {
  text-align: center;
  max-width: 468px;
}

.product-category-acf-03,
.product-subcategory-acf-03 {
  text-align: right;
  max-width: 468px;
}

.product-category-acf-01 img,
.product-category-acf-02 img,
.product-category-acf-03 img {
  max-width: 468px;
}

.product-subcategory-acf-01 img,
.product-subcategory-acf-02 img,
.product-subcategory-acf-03 img {
  max-width: 468px;
  background: #fafafa;
}

.product-category-acf-01 h2,
.product-category-acf-02 h2,
.product-category-acf-03 h2 {
  text-align: center;
  font-size: 21px !important;
  font-weight: 500;
  color: #000000;
  padding: 20px 0 0 0;
}

.product-subcategory-acf-01 h2,
.product-subcategory-acf-02 h2,
.product-subcategory-acf-03 h2 {
  text-align: left;
  font-size: 1em !important;
  font-weight: 500;
  color: #000000;
  padding: 20px 0 0 0;
  margin-bottom: 0;
}

.product-category-acf-01 div p,
.product-category-acf-02 div p,
.product-category-acf-03 div p {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}

.product-subcategory-acf-01 div,
.product-subcategory-acf-02 div,
.product-subcategory-acf-03 div {
  color: #00a9a0;
  font-size: 16px;
}
.elementor-widget-image a img[src$=".svg"] {
  width: auto !important;
}

.product-tags div {
  color: #00a9a0;
  font-size: 14px;
  font-weight: normal;
}

.my-archive-products ul.products li img {
  background: #fafafa;
}
/* Main END */
/* Footer */
.copy-menu nav ul li:first-child a {
  padding-left: 0;
}

.copy-menu nav ul li:first-child a:hover {
  padding-left: 0;
}

form[name="newsletter-footer"] .elementor-field-option {
  display: flex !important;
  align-items: center !important;
}

form[name="newsletter-footer"] #form-field-field_d7d7b52 {
  margin-right: 5px;
}

form[name="newsletter-footer"] .elementor-field-type-html {
  margin-bottom: 20px !important;
}

#elementor-popup-modal-14567 {
  right: -100%;
  transition: right 0.5s ease-in-out;
}

#elementor-popup-modal-14567.elementor-active {
  right: 0;
}

header,
.elementor-7326,
footer,
.elementor-14687 {
  transition: transform 0.5s ease-in-out;
}

/* body.popup-open-14567 header,
body.popup-open-14567 .elementor-7326,
body.popup-open-14567 .elementor-14687,
body.popup-open-14567 footer,*/
body.popup-open-14567 .search-movement {
  transform: translateX(-60px);
}

a[href] {
  color: red !important;
}

/* Εξαίρεσε τα links που είναι μέσα σε header και footer */
#elementor-popup-modal-14567 a[href],
.search-movement a[href],
#wpadminbar a[href],
header a[href],
footer a[href] {
  color: inherit !important;
}

/* Footer END*/

/* Media Queries */

@media (max-width: 1278px) {
  .page-id-7326 .dialog-widget-content #sidebar-container-menu,
  .single-post .dialog-widget-content #sidebar-container-menu {
    order: 2;
  }

  .page-id-7326 .dialog-widget-content #sidebar-container-banner,
  .single-post .dialog-widget-content #sidebar-container-banner {
    order: 3;
  }

  .page-id-7326 .dialog-widget-content #sidebar-container-search,
  .single-post .dialog-widget-content #sidebar-container-search {
    order: 0;
  }

  .page-id-7326 .dialog-widget-content #sidebar-container-blog-categories,
  .single-post .dialog-widget-content #sidebar-container-blog-categories {
    order: 1;
  }

  .page-id-7326 .dialog-widget-content #sidebar-container-social,
  .single-post .dialog-widget-content #sidebar-container-social {
    order: 4;
  }
}

@media (min-width: 1279px) and (max-width: 1359px) {
  #time-widget {
    width: 16%;
  }
}

@media (min-width: 1441px) {
  .kitchenhub-widget.right {
    margin: 0 0 0 50px !important;
  }
  .kitchenhub-widget.left {
    margin: 0 50px 0 0 !important;
  }
  .contact-heading .e-con-inner {
    margin: 0 !important;
  }
  .contact-heading .e-con-inner .elementor-widget-heading {
    padding: 80px 110px 40px 100px !important;
  }
  .contact-heading .e-con-inner .elementor-widget-heading h2 {
    font-size: 100px !important;
  }
  .elementor-7357 .elementor-element.elementor-element-ff9da75 iframe {
    height: 120vh !important;
  }
}
