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

/* ΠΡΟΣΘΕΤΕΙΣ αυτό το block για την Tan Twinkle */

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  padding-top: 80px; /* ύψος navbar για να μη “σκεπάζει” το περιεχόμενο */
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}
body, h1, h2, h3, h4, h5, h6, p, a, button, input, select, textarea {
  font-family: "Montserrat", Arial, sans-serif !important;
}
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #d1c286;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #d1c286;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #d1c286;
}

::-moz-selection {
  color: #fff;
  background: #d1c286;
}

::selection {
  color: #fff;
  background: #d1c286;
}
/* Χρωμμα για το nav backround */
.fh5co-nav {
  padding: 18px 0;
  background: #fff;
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* για να είναι πάντα πάνω από άλλο περιεχόμενο */
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
}
.fh5co-nav a {  /*  χρωμμα logo*/
  padding: 5px 10px;
  color: #4E312D;
}
@media screen and (max-width: 1200px) {
  .fh5co-nav .menu-1, .fh5co-nav .menu-2 {

    display: none;
  }
}

.fh5co-nav .menu-2 li.search {
  float: left;
  width: 83%;
  font-family: "Playfair Display", serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: -5px 0 0 0;
}
.fh5co-nav .menu-2 li input[type=text] {
  padding: 6px 10px;
  width: 40%;
  border: none;
  float: right;
  font-size: 13px;
  margin-top: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-nav .menu-2 li input[type=text]:focus {
  width: 100%;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fh5co-nav .menu-2 li button {
  margin-top: 4px;
  padding: 5px;
  background: transparent;
  border: none;
}
.fh5co-nav .menu-2 li button i {
  color: rgba(0,0, 0, 0.5);
}
.fh5co-nav .menu-2 li button:hover, .fh5co-nav .menu-2 li button:focus {
  background: transparent !important;
}
.fh5co-nav .menu-2 li button:hover i, .fh5co-nav .menu-2 li button:focus i {
  color: black;
}
.fh5co-nav .menu-2 li.shopping-cart {
  float: right;
}
.fh5co-nav .menu-2 li a.cart {
  color: black;
}
.fh5co-nav .menu-2 li a.cart span {
  position: relative;
}
.fh5co-nav .menu-2 li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #d1c286;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-nav ul {
  padding: 0;
  margin: 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
}
.fh5co-nav ul li a {
  font-size: 15px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: #4E312D !important; /*χρωμμα απο γραμματα */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: black;
}
.fh5co-nav ul li a.cart {
  color: black;
}
.fh5co-nav ul li a.cart span {
  position: relative;
}
.fh5co-nav ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #d1c286;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}


.fh5co-nav ul li.active > a {
  color: #000 !important;
}
.fh5co-nav ul li .form-group {
  border: 1px solid red;
  width: 100%;
}

#fh5co-hero {
  min-height: 700px;
  background: #fff no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc .price {
  font-size: 14px;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-counter {
  height: 500px;
}
#fh5co-counter .display-t,
#fh5co-counter .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #fh5co-counter {
    height: inherit;
    padding: 7em 0;
  }
  #fh5co-counter .display-t,
  #fh5co-counter .display-tc {
    height: inherit;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-counter {
    height: inherit;
    padding: 7em 0;
  }
  #fh5co-counter .display-t,
  #fh5co-counter .display-tc {
    height: inherit;
  }
}

.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

.about-content {
  margin-bottom: 7em;
}
.about-content img {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.about-content .desc {
  margin-bottom: 3em;
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
}
.fh5co-staff img {
  width: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #d1c286;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #d1c286;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  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;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}
#fh5co-header .display-tc h2 a,
#fh5co-counter .display-tc h2 a,
.fh5co-cover .display-tc h2 a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #d1c286 !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #d1c286 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

#fh5co-counter {
  text-align: center;
}
#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 100;
  display: block;
}
#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  font-family: "Montserrat", Arial, sans-serif;
}
#fh5co-counter .feature-center {
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  #fh5co-counter .feature-center {
    margin-bottom: 50px;
  }
}
#fh5co-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #d1c286;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}
#fh5co-counter .icon i {
  height: 70px;
  color: #fff;
}
#fh5co-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-started,
#fh5co-product,
#fh5co-about,
#fh5co-contact,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-started,
  #fh5co-product,
  #fh5co-about,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

.feature-center {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #d1c286;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}

.product {
  margin-bottom: 40px;
}
.product .product-grid {            /*   αλλαγη */

  background-size: contain;        /* δείχνει όλη την εικόνα χωρίς κόψιμο */
  background-repeat: no-repeat;    /* μη δείχνει επαναλαμβανόμενες εικόνες */
  background-position: center;     /* κεντράρει την εικόνα */
  height: 300px;                   /* ή όσο ύψος θέλεις */
  width: 100%;                     /* για να γεμίζει το container */


}
.product .product-grid .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  background: #d1c286;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product .product-grid .inner {
  display: table;
  height: 350px;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .product .product-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.product .product-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.product .product-grid .inner p .icon {
  padding: 7px 10px;
  color: #fff;
  background: #d1c286;
}
.product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
  color: #d1c286;
  background: #fff;
}
.product .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}
.product .desc h3 a {
  color: #4E312D;
}
.product .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product:hover .product-grid, .product:focus .product-grid {
  -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}
.product:hover .inner, .product:focus .inner {
  opacity: 1;
}
.product:hover .desc h3 a, .product:focus .desc h3 a {
  color: #d1c286;
}

.product-carousel {
  margin-bottom: 7em;
}

.fh5co-tabs .fh5co-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.fh5co-tabs .fh5co-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 33.33%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-tabs .fh5co-tab-nav li .icon {
  font-size: 30px;
}
.fh5co-tabs .fh5co-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #b3b3b3;
}
.fh5co-tabs .fh5co-tab-nav li a:hover {
  color: #4d4d4d;
}
.fh5co-tabs .fh5co-tab-nav li.active a {
  background: #fff;
  color: #d1c286;
}
.fh5co-tabs .fh5co-tab-content-wrap {
  clear: both;
  position: relative;
  top: 70px;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.fh5co-tabs .fh5co-tab-content-wrap .tab-content .price {
  letter-spacing: 2px;
  border: 2px solid #d1c286;
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 20px 10px 20px;
}
.fh5co-tabs .fh5co-tab-content-wrap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 3em;
}
.fh5co-tabs .fh5co-tab-content-wrap ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.fh5co-tabs .fh5co-tab-content-wrap ul li:before {
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  content: '\e116';
}
.fh5co-tabs .fh5co-tab-content-wrap .feed {
  width: 100%;
  float: left;
  margin-bottom: 7em;
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div blockquote {
  border-left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.04);
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  display: inline-block;
  padding-right: 20px;
}
.fh5co-tabs .fh5co-tab-content-wrap .feed > div .rate {
  color: #ffba00;
}
.fh5co-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fh5co-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-tabs .icon-xlg {
    font-size: 200px;
  }
}
.fh5co-tabs .icon-xlg i {
  color: #d1c286;
}

.fh5co-heading {
  margin-bottom: 5em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:#4E312D  ; /* χρωμμα σε product */
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #4E312D ;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Montserrat", Arial, sans-serif;
  color: #4E312D   ; /* χρωμμα best seller */
}

#fh5co-testimonial {
  background: #efefef;
}
#fh5co-testimonial .testimony-slide {
  text-align: center;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

#fh5co-started {
  background: #DBC4A0; /* χρωμμα news lettter*/
}
#fh5co-started .fh5co-heading h2 {
  color: #4E312D;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.6);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-footer {
  background: #efefef;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li.search {
  float: left;
  width: 100%;
  font-family: "Playfair Display", serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: 5px 0 0 0;
}
#fh5co-offcanvas ul li input[type=text] {
  padding: 6px 10px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  float: right;
  font-size: 13px;
  margin-top: 4px;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-offcanvas ul li input[type=text]:focus {
  width: 100%;
  outline: none;
}
#fh5co-offcanvas ul li button {
  margin-top: 4px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 1px;
}
#fh5co-offcanvas ul li button i {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas ul li button:hover, #fh5co-offcanvas ul li button:focus {
  background: transparent !important;
}
#fh5co-offcanvas ul li button:hover i, #fh5co-offcanvas ul li button:focus i {
  color: white;
}
#fh5co-offcanvas ul li.shopping-cart {
  float: left;
}
#fh5co-offcanvas ul li a.cart {
  display: block;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas ul li a.cart span {
  position: relative;
}
#fh5co-offcanvas ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #d1c286;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  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;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #000;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  background: #fff;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  background: #fff;
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 1200px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #7d674d; /*χρωμμα κουμπι  */
  color: #fff;
  border: 2px solid #7d674d;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #7d674d !important;
  border-color: #d8cb98 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #d1c286;
  border: 2px solid #d1c286;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #d1c286;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #d1c286;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:  center no-repeat #fff;
}

.js .animate-box {

  opacity: 0;
}
.custom-bg {
  background-color: #7d674d;
}
/*# sourceMappingURL=style.css.map *------------------------------------------------------------------/


/* ===== TOOLBAR (σύνολο & ταξινόμηση) ===== */
.products-toolbar{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;
  margin:16px 0 12px;
}
.sort-select{
  min-width:220px;
  padding:6px 10px;
  border-radius:10px;
  border:1px solid #ddd;
  background:#fff;
}

/* Τιμές με έκπτωση */

.products-grid{
  display:grid;
  grid-template-columns:1fr; /* mobile */
  gap:20px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-auto-flow: row dense;   /* γεμίζει τα κενά προς τα πάνω */
  align-items: stretch;         /* ίδια ύψη κελιών */
}

@media (min-width:768px){      /* tablet */
  .products-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (min-width:992px){      /* desktop */
  .products-grid{ grid-template-columns:repeat(4,1fr); }
}

/* ===== Κάρτα προϊόντος ===== */
.product-card{
  display:block;
  text-decoration:none;
  color:inherit;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  height:100%;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
  transition:transform .15s ease, box-shadow .15s ease;
}
.product-card:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 24px rgba(0,0,0,.10);
}
.product-card h3{
  margin:10px 0 0;
  transition:color .25s ease;
  color: #4E312D;
}
.product-card:hover h3{ color:#d1c286; }

/* ===== Τιμές & έκπτωση ===== */
.price-wrap{
  display:flex;
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}
.price-new{
  font-weight:800;
  font-size:1.6rem;
  transition:color .25s ease;
}
.product-card:hover .price-new{ color:#d1c286; }


/* ===== Εναλλαγή εικόνας στο hover ===== */
.thumb-wrap{
  position:relative;
  width:100%;
  padding-top:125%;
  overflow:hidden;
  background:#f7f7f7;
}
.thumb-wrap img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:opacity .25s ease, transform .25s ease;
  display:block;
}
.thumb-front{ opacity:1; }
.thumb-back{ opacity:0; transform:scale(1.02); }
.product-card:hover .thumb-front{ opacity:0; }
.product-card:hover .thumb-back{ opacity:1; transform:scale(1); }


/* contact ---------------------------------------------------- -->
 /* Hero λωρίδα τίτλου */


  /* Κάρτες & layout */
  .contact-wrap{ margin:28px 0 40px; }
  .card{
    background:#fff; border-radius:16px; overflow:hidden;
    box-shadow:0 6px 28px rgba(0,0,0,.08);
  }
  .card-body{ padding:22px; }
  @media (min-width:992px){
    .card-body{ padding:26px; }
  }

  /* Contact info λίστα */
  .contact-info h3{ margin:0 0 14px; font-weight:800; }
  .contact-info ul{ list-style:none; margin:0; padding:0; display:grid; gap:10px; }
  .contact-info li{ display:flex; gap:10px; align-items:flex-start; color:#444; }
  .contact-info i{ font-size:18px; line-height:1; color:#DBC4A0; margin-top:3px; }

  /* Social */
  .socials{ display:flex; gap:12px; margin-top:14px; }
  .socials a{
    width:42px; height:42px; border-radius:50%;
    display:inline-flex; align-items:center; justify-content:center;
    background:#f5f5f5; color:#222; text-decoration:none;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
    transition:transform .15s ease, box-shadow .15s ease, background .2s ease;
  }
  .socials a:hover{ transform:translateY(-2px); box-shadow:0 8px 22px rgba(0,0,0,.12); background:#fff; }

  /* Φόρμα */
  .form-title{ margin:0 0 12px; font-weight:800; }
  .form-control{
    border-radius:12px; border:1px solid #ddd; box-shadow:none;
    height:44px;
  }
  textarea.form-control{ height:auto; min-height:130px; }
  .form-control:focus{
    border-color:#d1c286; box-shadow:0 0 0 3px rgba(209,194,134,.25);
  }
  .btn-primary{
    border-radius:12px; padding:10px 16px; font-weight:700; border:none;
  }
  .required:after{
    content:" *"; color:#d33; font-weight:700;
  }

/* =====================================================================
   🔧 Προσθήκες & διορθώσεις (ΧΩΡΙΣ αλλαγές στο .fh5co-nav)
   - Τα παρακάτω μπαίνουν στο ΤΕΛΟΣ, ώστε να υπερισχύουν όπου χρειάζεται.
   - Περιλαμβάνουν: hero banner, εναλλαγή εικόνας, grid προϊόντων,
     και την τελική ρύθμιση για την κόκκινη γραμμή στην παλιά τιμή.
===================================================================== */

/* 🎫 HERO banner για όλες τις σελίδες */
.page-hero {
  background: #7d674d; /*  χρωμμα banner*/
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 40px;
  padding-top: 70px;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 8px;
  background: #fff;
}
.page-hero h2 { margin: 0; font-weight: 800; letter-spacing: .3px; text-align: center; color: #4E312D !important;}

/* Alias για παλιά χρήση (.contact-hero) */
.contact-hero {
  background: #7d674d;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 40px;
  padding-top: 70px;
}
.contact-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 8px;
  background: #fff;
}
.contact-hero h2 { margin: 0; font-weight: 800; letter-spacing: .3px; text-align: center; color:#4E312D; }

/* 🖼️ Εναλλαγή εικόνας σε κάρτες προϊόντων (front/back) */
.thumb-wrap{
  position:relative; width:100%;
  padding-top:125%;
  overflow:hidden; background:#f7f7f7;
}
.thumb-wrap img{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; transition:opacity .25s ease, transform .25s ease;
  display:block;
}
.thumb-front{ opacity:1; }
.thumb-back{ opacity:0; transform:scale(1.02); }
.product-card:hover .thumb-front{ opacity:0; }
.product-card:hover .thumb-back{ opacity:1; transform:scale(1); }

/* 🧩 Grid προϊόντων – γεμίζει σειρές, ίσα ύψη */
.products-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:20px;
  grid-auto-flow: row dense;
  align-items: stretch;
}
@media (min-width:768px){ .products-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:992px){ .products-grid{ grid-template-columns:repeat(4,1fr); } }

.product-card{
  display:flex; flex-direction:column; height:100%;
  text-decoration:none; color:inherit; border-radius:14px; overflow:hidden;
  background:#fff; box-shadow:0 2px 10px rgba(0,0,0,.06);
  transition:transform .15s ease, box-shadow .15s ease;
}
.product-card .desc{ padding:10px 12px; margin-top:auto; }

/* Προαιρετικά: σταθερό ύψος τίτλων για τέλεια στοίχιση πλεγμάτων */
.product-card h3{
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  overflow:hidden; min-height:2.6em;
}

/* 🏷️ Τελική & μοναδική ρύθμιση για την διαγώνια γραμμή στην παλιά τιμή (ΚΟΚΚΙΝΟ) */
.price-old{
  position:relative; display:inline-block; color:#8a8a8a; font-weight:700; padding:0 4px;
}
.price-old::after{
  content:''; position:absolute; left:-6%; top:50%; width:112%; height:2px;
  background:#000000;  /*  χρωμμα πλαγια γραμμη transform:rotate(-16deg); */
  transform-origin:center;
}
/* === ΜΟΝΟ BURGER ΣΤΟ ΚΙΝΗΤΟ === */
@media (max-width: 1200px){
  .fh5co-nav .menu-2{
    display: block !important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .fh5co-nav .menu-1{
    display: none !important;
  }

  /* σχεδίαση burger */
  .fh5co-nav .nav-toggle,
  .fh5co-nav .js-fh5co-nav-toggle{
    display:inline-block;
    cursor:pointer;
    padding:0;
    line-height:1;
  }
  .fh5co-nav .nav-toggle i,
  .fh5co-nav .js-fh5co-nav-toggle i{
    position: relative;
    display:block;
    width:24px;
    height:2px;
    background:#000;
    transform: translateY(-2px);
  }
  .fh5co-nav .nav-toggle i::before,
  .fh5co-nav .nav-toggle i::after,
  .fh5co-nav .js-fh5co-nav-toggle i::before,
  .fh5co-nav .js-fh5co-nav-toggle i::after{
    content:"";
    position:absolute;
    left:0;
    width:24px;
    height:2px;
    background:#000;
    transition:.3s;
  }
  .fh5co-nav .nav-toggle i::before,
  .fh5co-nav .js-fh5co-nav-toggle i::before{ top:-7px; }
  .fh5co-nav .nav-toggle i::after,
  .fh5co-nav .js-fh5co-nav-toggle i::after{ top:7px; }
}

/* === DESKTOP: ΜΟΝΟ ΤΟ ΚΕΝΤΡΙΚΟ ΜΕΝΟΥ === */
@media (min-width: 1201px){
  .fh5co-nav .menu-2{ display:none !important; }
  .fh5co-nav .menu-1{ display:block !important; }
}

@media (max-width: 1200px){
  .fh5co-nav .menu-1{ display: none !important; }
  .fh5co-nav .menu-2{ display: block !important; }
}
@media (min-width: 1201px){
  .fh5co-nav .menu-1{ display: block !important; }
  .fh5co-nav .menu-2{ display: none !important; }
}
/* ===== GRID προϊόντων (με το δικό σου markup) ===== */
.products-grid{
  display: grid;
  grid-template-columns: 1fr;                 /* κινητό */
  gap: 24px;                                  /* απόσταση καρτών */
  grid-auto-flow: row dense;                  /* γεμίζει πρώτα πάνω-πάνω */
  align-items: stretch;                       /* ίσο ύψος κελιών */
  justify-items: stretch;
}
@media (min-width: 576px){
  .products-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (min-width: 992px){
  .products-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }  /* 4/σειρά */
}

/* ===== Grid Best Seller (4/σειρά σε desktop) ===== */
.products-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  grid-auto-flow: row dense;
  align-items: stretch;
}

@media (min-width:576px){
  .products-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (min-width:992px){
  .products-grid{ grid-template-columns:repeat(4,1fr); }
}

.products-grid > div{ display:flex; }

.products-grid > div > .product-card{
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
}

.product-card .thumb-wrap{
  position:relative;
  width:100%;
  padding-top:125%; /* ίδιο ύψος εικόνων */
  overflow:hidden;
  background:#f7f7f7;
}
.product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-card .thumb-wrap img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
}

.product-card .desc{ margin-top:auto; padding:10px 12px; }

.product-card h3{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.6em;
}
/* Social icons στο navbar */
.nav-icons {
  left 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 100% !important;       /* ΣΠΡΩΧΝΕΙ όλα δεξιά */
  justify-content: flex-end !important; ; /* τα κρατάει κολλημένα στη δεξιά άκρη */
}
.nav-icons a{
  font-size:18px;
  color:#000;
  transition:color .2s ease;
}
.nav-icons a:hover{
  color:#d1c286; /* hover χρώμα */
}
/* Desktop ≥992px: social εμφανή, burger κρυφό */
@media (min-width: 992px){
  .fh5co-nav .menu-2{ display:block !important; }
  .fh5co-nav .menu-2 .nav-icons{ display:flex !important; gap:15px; justify-content:flex-end; align-items:center; }
  .fh5co-nav .menu-2 .nav-toggle{ display:none !important; }  /* burger κρυφό */
}

/* Tablet & Mobile <992px: burger εμφανές, social κρυφά */
@media (max-width: 991px){
  .fh5co-nav .menu-2{ display:block !important; }
  .fh5co-nav .menu-2 .nav-icons{ display:none !important; }   /* social off */
  .fh5co-nav .menu-2 .nav-toggle{ display:inline-block !important; } /* burger on */
}

/* Στυλ icons */
.nav-icons a{
  font-size:18px;
  color:#000;
  transition:color .2s ease;
}
.nav-icons a:hover{ color:#d1c286; }

.fh5co-nav-toggle {
  position: fixed;
  top: 20px;   /* απόσταση από πάνω */
  right: 20px; /* απόσταση από δεξιά */
  z-index: 10000;
}


.fh5co-nav-toggle i,
.fh5co-nav-toggle i:before,
.fh5co-nav-toggle i:after {
  content: '';
  display: block;
  background: #000; /* χρώμα γραμμών */
  height: 3px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.fh5co-nav-toggle i {
  top: 50%;
  transform: translateY(-50%);
}
.fh5co-nav-toggle i:before {
  top: -8px;
}
.fh5co-nav-toggle i:after {
  top: 8px;
}

/* Όταν είναι ενεργό (ανοικτό μενού) */
.fh5co-nav-toggle.active i {
  background: transparent;
}
.fh5co-nav-toggle.active i:before {
  transform: rotate(45deg);
  top: 0;
}
.fh5co-nav-toggle.active i:after {
  transform: rotate(-45deg);
  top: 0;
}

/* Απόκρυψη μενού στο κινητό */
@media (max-width: 1200px) {
  .menu-1 {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px; /* κάτω από το navbar */
    left: 0;
    width: 100%;
    padding: 20px;
  }

  .menu-1.open {
    display: flex;
  }
}

      /* === Navbar fixed === */
      .navbar-fixed-top {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
      }
      body {
        padding-top: 80px; /* Για να μην καλύπτεται το περιεχόμενο */
      }

      /* === Χρώματα === */
      .fh5co-nav {
        background-color: #DBC4A0  !important; /* EFDBB2 DBC4A0 7d674d χρωμμα nav bar*/
      }

      .fh5co-nav a:hover {
        color: #EFDFBB !important;
      }
      .fh5co-footer-links a {
        color: #ccc !important;
      }
      .fh5co-footer-links a:hover {
        color: #fff !important;
      }

      /* === Burger icon fix === */
      .fh5co-nav .nav-toggle a {
        cursor: pointer;
      }
/* sale μορφοποιηση  */
.sale-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #000000;   /* κόκκινο  7d674d */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 50%;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
  z-index: 10;
}
.thumb-wrap {
  position: relative; /* για να “κάθεται” σωστά το badge */
}
.products-hero {
    background: #DBC4A0 ;       /* χρώμα φόντου */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 180px;
    margin-top: 40px;
    display: flex;
    justify-content: center;   /* οριζόντια στο κέντρο */
    align-items: flex-start;   /* στοίχιση προς τα πάνω */
    padding-top: 40px;
    position: relative;
}

/* Λευκή γραμμή full-width πάνω */
.products-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #fff;
}

.products-hero .col-md-8 {
    margin: 0 auto;
    float: none;
}

.products-hero h2 {
    margin-top: 20px;
    text-align: center;
    font-weight: 800;
    letter-spacing: .3px;
    color: #4E312D;  /* Γραματα λευκό για να φαίνεται στο σκούρο φόντο */
}




/* =======================
   NAV / BURGER FINAL FIXES
   (Appended by ChatGPT)
   ======================= */

/* Mobile & tablets ≤991px: show burger (menu-2 .nav-toggle), hide main menu (menu-1) & social icons */
@media (max-width: 1200px){
  .fh5co-nav .menu-1{ display:none !important; }
  .fh5co-nav .menu-2{ display:flex !important; align-items:center; justify-content:flex-end; }
  .fh5co-nav .menu-2 .nav-icons{ display:none !important; }         /* hide socials */
  .fh5co-nav .menu-2 .nav-toggle{ display:inline-block !important; } /* show burger */
}

/* Desktop ≥992px: show main menu, hide burger */
@media (min-width: 1201px){
  .fh5co-nav .menu-1{ display:block !important; }
  .fh5co-nav .menu-2{ display:flex !important; }
  .fh5co-nav .menu-2 .nav-toggle{ display:none !important; }
}

/* Keep burger positioned within navbar (no fixed) */
.fh5co-nav .nav-toggle,
.fh5co-nav .js-fh5co-nav-toggle{
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2001;
  padding: 6px 0 0 0;
  height: 44px;
  width: 44px;
  display: inline-block;
}

/* Burger bars white (contrast on dark navbar) */
.fh5co-nav-toggle i,
.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after{
  background:#fff !important;
}
.fh5co-nav-toggle.active i{ background:transparent !important; }
.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after{
  background:#fff !important;
}

/* Ensure offcanvas is enabled on mobile */
#fh5co-offcanvas{ display:block; }

.outofstock-badge {
  display:inline-block;
  background:#000;
  color:#fff;
  font-weight:700;
  font-size:12px;
  padding:2px 6px;
  border-radius:4px;
  margin-left:8px;
}
 /* Κάρτες προτάσεων */
  .product-card{ display:block; text-decoration:none; color:inherit; border-radius:14px; overflow:hidden; box-shadow:0 2px 10px rgba(0,0,0,.06); transition:transform .15s ease, box-shadow .15s ease; background:#fff; }
  .product-card:hover{ transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,0,0,.10); }
  .product-card .body{ padding:10px 12px; }
  .product-card .title{ margin:6px 0 4px; font-size:15px; font-weight:700; line-height:1.3; }


  /* Hover image swap στα cards προτάσεων */
  .thumb-wrap{ position:relative; width:100%; padding-top:125%; overflow:hidden; background:#f7f7f7; }
  .thumb-wrap img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:opacity .25s ease, transform .25s ease; display:block; }
  .thumb-front{ opacity:1; }
  .thumb-back{ opacity:0; transform:scale(1.02); }
  .product-card:hover .thumb-front{ opacity:0; }
  .product-card:hover .thumb-back{ opacity:1; transform:scale(1); }

  /* Badges */
  .sale-badge{
    position:absolute; top:8px; left:8px; background:#000; color:#fff; font-size:12px; font-weight:700;
    padding:6px 10px; border-radius:50%; text-transform:uppercase; box-shadow:0 2px 6px rgba(0,0,0,.2); z-index:10;
  }

  /* Swatches */
  .swatch{width:32px; height:32px; border-radius:50%; cursor:pointer; border:2px solid #fff; box-shadow:0 0 2px rgba(0,0,0,.3);}
  .swatch.active{ border-color:#000; }


/* Γεμίσεις ανά κωδικό */
.swatch[data-color="gold"]   { background: gold; }
.swatch[data-color="silver"] { background: silver; }
.swatch[data-color="black"]  { background: black; }
.swatch[data-color="blue"]   { background: blue; }
.swatch[data-color="green"]  { background: green; }
.swatch[data-color="purple"] { background: purple; }
.swatch[data-color="yellow"] { background: yellow; }
.swatch[data-color="pink"]   { background: pink; }

/* White: να φαίνεται σε λευκό φόντο */
.swatch[data-color="white"]{
  background:#fff;
  border-color:#ddd;
  box-shadow:0 0 0 1px #ccc inset, 0 0 2px rgba(0,0,0,.3);
}

/* Multi-color */
.swatch[data-color="multi"]{
  background: conic-gradient(#e33, #fc0, #3c3, #39f, #a3f, #e33);
}
  /* Size buttons */
  #sizeGroup .size-btn{
    border:1px solid #ddd;
    border-radius:10px;
    padding:8px 12px;
    background:#fff;
    color:#222;
    transition:background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
  }
  #sizeGroup .size-btn:hover{
    border-color:#bbb;
    box-shadow:0 1px 6px rgba(0,0,0,.06);
  }
  #sizeGroup .size-btn.active{
    background:#111;
    color:#fff;
    border-color:#111;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
  }


.filters-form select,
.filters-form input[type=checkbox]{
  margin:0 8px 8px 0;
  padding:6px 10px;
  border:1px solid #ddd;
  border-radius:8px;
}
/* ======= Catalog two-column layout (sidebar + products) ======= */
/* ===== Διάταξη: sidebar φίλτρων + προϊόντα ===== */
.catalog-layout{
  display:grid;
  grid-template-columns: 250px 1fr; /* 260px sidebar + υπόλοιπο */
  gap:0px;
  align-items:start;
  justify-content:start; /* σπρώχνει το grid πιο αριστερά */
}
@media (max-width: 991px){
  .catalog-layout{ grid-template-columns: 1fr; }
}

/* Sidebar */
/* ✦ Βασικό (κινητό / tablet): κρατάει την «κανονική» μορφοποίηση  φιλτρο */
.filters-card {
  background:#fff;
  border-radius:14px;
  box-shadow:0 2px 10px rgba(0,0,0,.06);
  padding:14px;
  position:sticky;
  top:90px;
  height:max-content;
  /* χωρίς extra margin */
  margin-left:0;
  width:auto;
}

/* ✦ Μόνο για desktop (>= 992px πλάτος οθόνης) */
@media (min-width: 992px) {
  .filters-card {
    margin-left:0px;
    width:250px;
  }
}
.filters-title{ margin:0 0 10px; font-weight:800; text-transform:uppercase; }
.filter-block{ margin-bottom:12px; }
.filter-block.two-cols{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.checkline{ display:flex; gap:8px; align-items:center; margin:6px 0; font-weight:600; }

/* Accordion .filter-panel{ padding:10px 0 0; display:none; }
.filter-panel.open{ display:block; } */
.filter-accordion{ /* χρωμμα φιλτρα*/
  width:100%; text-align:left; background:#f7f7f7; border:1px solid #eee;
  border-radius:10px; padding:8px 10px; font-weight:700; cursor:pointer;
}


.filter-actions { /* κουμπι εφαρμογη καθαρισμος*/
  display: flex;
  gap: 8px;
  margin-top: 6px;
  align-items: flex-start;
  margin-left:-20px;
}

/* Κύρια στήλη */
.catalog-content{ width: 100%; }

:root{
  --banner-radius: 18px;
  --banner-pad-x: clamp(16px, 4vw, 48px);
  --banner-pad-y: clamp(18px, 4vw, 56px);
}

.mb-24{ margin-bottom:24px; }

.banner-hero{
  position: relative;
  border-radius: var(--banner-radius);
  overflow: hidden;
  aspect-ratio: 16 / 7;       /* ωραία αναλογία, γίνεται 16/9 αν προτιμάς */
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.banner-link{ display:block; color:inherit; text-decoration:none; }
.banner-media, .banner-img{ width:100%; height:100%; display:block; }
.banner-img{ object-fit: cover; transform: scale(1.02); transition: transform .6s ease; }
.banner-hero:hover .banner-img{ transform: scale(1.06); }

.banner-overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.24) 55%, rgba(0,0,0,0) 85%);
}

.banner-content{
  position:absolute; left: var(--banner-pad-x); bottom: var(--banner-pad-y);
  color:#fff; max-width:min(720px, 90%);
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.banner-eyebrow{
  display:inline-block; font-weight:700; letter-spacing:.3px;
  font-size:clamp(12px, 1.6vw, 14px);
  padding:.25rem .5rem; border-radius:999px; background:rgba(255,255,255,.16);
  backdrop-filter: blur(2px);
}
.banner-title{
  margin:10px 0 6px; font-size:clamp(24px, 4.4vw, 40px); line-height:1.08;
}
.banner-sub{
  margin:0 0 12px; font-size:clamp(14px, 2vw, 16px); opacity:.95;
}
.banner-cta{
  display:inline-block; font-weight:700; border-radius:999px; padding:.55rem 1rem;
  background:#fff; color:#222; transition: transform .2s ease, box-shadow .2s ease;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
}
.banner-cta:hover{ transform: translateY(-1px); box-shadow:0 8px 22px rgba(0,0,0,.2); }

/* Μικρές οθόνες */
@media (max-width: 1200px){
  .banner-hero{ aspect-ratio: 16 / 10; }
  .banner-overlay{
    background: linear-gradient(180deg, rgba(0,0,0,.4), rgba(0,0,0,0) 40%, rgba(0,0,0,.5) 100%);
  }
  .banner-content{ left: 12px; right: 12px; bottom: 14px; }
}
/* Κάνει οποιοδήποτε block να απλώνει σε όλο το πλάτος του viewport */
.full-bleed{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;         /* κόβει τυχόν υπερχείλιση από το stage */
}

/* Καθαρό look για full-width hero */
.hero-carousel .carousel-item{
  position: relative;
  border-radius: 0;         /* full-width συνήθως χωρίς γωνίες */
  overflow: hidden;
}
.hero-carousel .carousel-img{
  width: 100%;
  height: clamp(280px, 41.7vw, 800px); /* desktop: μεγαλώνει με το πλάτος */
  object-fit: cover;
  display: block;
}
.hero-carousel .carousel-layer{
  position:absolute; inset:auto auto 22px 22px;
  color:#fff; text-shadow:0 1px 2px rgba(0,0,0,.25);
}
.hero-carousel .eyebrow{
  font-weight:700; background:rgba(0,0,0,.25);
  padding:.25rem .5rem; border-radius:999px;
}
.btn-primary{
  display:inline-block; background:#7d674d; color:#fff;
  padding:.6rem 1.1rem; border-radius:999px; text-decoration:none; font-weight:700;
}
.cover-link{ position:absolute; inset:0; z-index:1; }

/* Κινητό: μικρότερο ύψος για να φαίνεται "κανονικά" */
@media (max-width: 1200px){
  .hero-carousel .carousel-img{
    height: clamp(220px, 55vw, 380px);
  }
  .hero-carousel .carousel-layer{
    inset: auto 12px 14px 12px;
  }
}

/* Fallback: δείξε τα carousels ακόμη κι αν δεν γίνει init */
#collection-carousel:not(.owl-loaded),
#seasonal-carousel:not(.owl-loaded){ display:block; }

/* Απενεργοποίηση loader του Owl που ζητάει loader.gif */
.owl-carousel .owl-item.loading,
.owl-carousel .owl-video-play-icon{ background-image:none !important; }

/* Desktop: δείξε το mega menu, κρύψε burger */
@media (min-width: 1201px) {
  #fh5co-offcanvas { display: none ; }
  .menu-1 { display: block !important; }
}

/* Mobile: δείξε burger, κρύψε mega menu */
@media (max-width: 1200px) {
  #fh5co-offcanvas { display: block ; }
  .menu-1 { display: none !important; }
}
.menu-1 >ul> li >a { /* γραμματα*/
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 8px;
  transition: color .2s ease;
  font-size: 14px;

}
/* Μη σπάει το μενού σε 2 γραμμές */
.menu-1 > ul {
  display: flex;
  flex-wrap: nowrap;     /* όλα σε μία γραμμή */
  justify-content: center;
  gap: 18px;             /* απόσταση ανάμεσα στα κουμπιά */
}

.menu-1 > ul > li {
  white-space: nowrap;   /* απαγορεύει το line break */
}
/* Dropdown */
.has-dropdown.mega-menu .dropdown {
  position: absolute;
  left: -220%; /* παει αριστερα το μενου */
  top: 100%;
  width: 80vw;           /* πιάνει 80% της οθόνης */
  max-width: 1200px;     /* όριο στο desktop */
  background: #fff;
  padding: 30px 40px;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  display: none;
  z-index: 9999;
  border-top: 2px solid #d1c286;
}

/* Hover για εμφάνιση */
.has-dropdown.mega-menu:hover .dropdown {
  display: block;
}

/* Στήλες για τις μαμά κατηγορίες */
.mega-row {
  display: flex;
  gap: 0px;              /* απόσταση ανάμεσα στις στήλες */
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

/* Κάθε στήλη = μια μαμά κατηγορία */
.mega-col {
  flex: 1;
  min-width: 160px;
}

/* Τίτλος μαμάς κατηγορίας */
.mega-col h4 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  color: #4E312D;
}

/* Υποκατηγορίες κάθετα */
.mega-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;          /* ✅ κάθετη στοίχιση */
}

.mega-col ul li {
  display: block !important; /* ✅ κάθε υποκατηγορία σε νέα γραμμή */
  margin: 4px 0;
}

.mega-col ul li a {
  display: block;           /* ✅ ώστε όλο το link να πιάνει τη γραμμή */
  padding: 2px 0;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;      /* να μην σπάνε οι μεγάλες λέξεις */
  transition: color .2s ease;
}

.mega-col ul li a:hover {
  color: #d1c286;
}

/* Desktop μόνο: κάνε το κεντρικό μενού flex για έξυπνη στοίχιση */
@media (min-width: 992px) {
  .fh5co-nav .menu-1 > ul{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start; /* φυσική ροή */
    gap: 18px;
  }
  /* Σπρώξε ΜΟΝΟ το τελευταίο (Επικοινωνία) στην άκρη του δικού του col */
  .fh5co-nav .menu-1 > ul > li:last-child{
    margin-left: auto;
  }
}

/* Δώσε προτεραιότητα στο κεντρικό μενού πάνω από το δεξί */
@media (min-width: 992px) {
  .fh5co-nav .menu-1 { position: relative; z-index: 2; }
  .fh5co-nav .menu-2 { position: relative; z-index: 1; }
}

/* Optional trick: το κενό της menu-2 να ΜΗΝ μπλοκάρει κλικ,
   αλλά τα ίδια τα εικονίδια/links να δουλεύουν κανονικά */
@media (min-width: 992px) {
  .fh5co-nav .menu-2 { pointer-events: none; }
  .fh5co-nav .menu-2 a,
  .fh5co-nav .menu-2 i,
  .fh5co-nav .menu-2 li { pointer-events: auto; }
}
/* === Catalog listing: ίδιο layout με την αρχική (2 στήλες mobile, 4 desktop) === */
.catalog-content .products-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:14px;
}
@media (min-width: 992px){
  .catalog-content .products-grid{ grid-template-columns: repeat(4, 1fr); }
}
/* ===== Δομή καταλόγου: sidebar + περιεχόμενο με CSS Grid ===== */
.catalog-layout{
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

/* Κεντρική στήλη: επιτρέπουμε να μικρύνει σωστά */
.catalog-content{
  min-width: 0;       /* κρίσιμο για να μη σπάει το grid */
}

/* Mobile: 1 στήλη layout, φίλτρα πάνω από τα προϊόντα και χωρίς sticky */
@media (max-width: 991.98px){
  .catalog-layout{
    grid-template-columns: 1fr;
  }
  .filters-card{
    position: static;
    top: auto;
    max-height: none;
    order: -1;        /* εμφανίζει τα φίλτρα πριν την λίστα προϊόντων */
    margin-bottom: 12px;

  }
}

/* Το grid των προϊόντων: 2 στήλες σε κινητό, 4 σε desktop */
.catalog-content .products-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
@media (min-width: 992px){
  .catalog-content .products-grid{
    grid-template-columns: repeat(4, 1fr);
  }
}
.filter-actions { /* κουμπι εφαρμογη καθαρισμος*/
  display: flex;
  gap: 8px;
  margin-top: 6px;
  align-items: flex-start;
  margin-left:-20px;
}
/* ΜΟΝΟ κινητό */
@media (max-width: 767.98px) {
  .filter-actions{
    justify-content: flex-end; /* πάνε δεξιά */
    margin-left: 0;            /* ακύρωση του -20px στο mobile */
    padding-right: 12px;       /* λίγο “χώρο” δεξιά */
  }
}
/* Accordion των φίλτρων να μην “πιάνει” χώρο όταν είναι κλειστό */
.filter-panel{ max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.filter-panel.open{ max-height: 1000px; } /* αρκετά μεγάλο για τα περιεχόμενα */
/* ===== Mobile: σπάσε την toolbar σε 3 γραμμές ===== */
@media (max-width: 1200px){
  .products-toolbar{
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }

  /* override του inline style="display:flex" */
  .products-toolbar > div:last-child{
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  /* κάνει το κείμενο "9 προϊόντα" δική του γραμμή */
  .products-toolbar .text-muted{
    width: 100%;
    margin-bottom: 2px;
  }

  /* dropdowns full-width το ένα κάτω από το άλλο */
  .products-toolbar form{ width: 100%; }
  .products-toolbar select,
  .products-toolbar .sort-select{
    width: 100%;
  }

.new-badge {
  right: 8px;
  left: auto;
}


.btn.disabled,
.btn[aria-disabled="true"]{
  pointer-events:none;
  opacity:.55;
}

@media (max-width:930px){
  .toolbar-right{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  /* πρώτο row: Φίλτρα + Ταξινόμηση */
  #openFiltersBtn{grid-column:1/2;}
  #sortForm{grid-column:2/3;}
  /* δεύτερο row: Ανά σελίδα */
  #perPageForm{grid-column:1/3;}
}

@media (max-width:400px){
  .toolbar-right{
    grid-template-columns:1fr;
  }
  #openFiltersBtn,
  #sortForm,
  #perPageForm{
    grid-column:1/2; /* όλα full width */
  }
}
/* Off-canvas ΚΑΤΩ από το fixed header (mobile & tablet) */
/* === OFFCANVAS: κλειστό by default, ανοίγει μόνο με body.offcanvas === */
@media (max-width: 1200px){
  #fh5co-offcanvas{
    position: fixed;
    /* ΑΚΥΡΩΝΟΥΜΕ το left:0 από πριν */
    left: auto !important;
    right: 0 !important;

    /* Κρατάμε στενό panel */
    width: 270px !important;

    /* Κάτω από το fixed header */
    top: var(--header-h, 70px) !important;
    height: calc(100vh - var(--header-h, 70px)) !important;
    overflow-y: auto;

    /* ΚΛΕΙΣΤΟ από προεπιλογή */
    transform: translateX(270px) !important;
    display: block;           /* ώστε να υπάρχει στο DOM στο mobile */
    z-index: 10001;           /* πάνω από τη μπάρα */
    padding: 16px 24px 24px;
    background: #000;
  }

  /* ΑΝΟΙΧΤΟ μόνο όταν το body έχει την κλάση .offcanvas */
  body.offcanvas #fh5co-offcanvas{
    transform: translateX(0) !important;
  }