/* Συμπληρωματικοί κανόνες για τον PHP κλώνο (αντικαθιστούν τα DNN scripts).
   Χρώμα σήματος petalouda: #FF5619 (πορτοκαλί) */

/* ---------- Dropdown μενού με CSS hover (2ο + 3ο επίπεδο) ---------- */
.dnnMenu .topLevel > li.haschild { position: relative; }
/* Θέση μόνο· το πλάτος (min-width:305px) το ορίζει το StandardMenu.css του skin
   ώστε να εφάπτεται με το 3ο επίπεδο που ανοίγει στο left:305px */
.dnnMenu .topLevel > li > .subLevel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.dnnMenu .topLevel > li.haschild:hover > .subLevel,
.dnnMenu .topLevel > li.haschild:focus-within > .subLevel { display: block; }

.dnnMenu .subLevel ul { list-style: none; margin: 0; padding: 0; }
.dnnMenu .subLevel li { position: relative; }

/* 3ο επίπεδο: χρησιμοποιεί το .subLevelRight του skin (θέση/χρώματα από StandardMenu.css)
   — εδώ μόνο το άνοιγμα με CSS hover, αφού δεν τρέχει το DNN script που βάζει την .hover */
.dnnMenu .subLevel li:hover > .subLevelRight,
.dnnMenu .subLevel li:focus-within > .subLevelRight { display: block; }

/* Το βελάκι υπομενού το δίνει το ίδιο το skin (StandardMenu.css, content \f0da
   με position:absolute) — δεν προσθέτουμε δικό μας. */
.dnnMenu li.haschild > a.nolink { cursor: default; }

/* ---------- Mobile menu ---------- */
.MobileMenu { display: none; }
.MobileMenu.open { display: block; }
.MobileMenu .mm-group { display: block; padding: 8px 15px; font-weight: bold; }
.MobileMenu ul { list-style: none; }

/* ---------- Sitemap ---------- */
.sitemap-list ul { list-style: disc; margin: 0 0 10px 25px; padding: 0; }
.sitemap-list li { margin: 4px 0; }

.Normal img { max-width: 100%; height: auto; }

/* ---------- Αριστερό μενού κατηγοριών ----------
   Τα στυλ (borders, πορτοκαλί ενεργό #ff5619, εσοχές υπο-επιπέδων) έρχονται αυτούσια
   από το TreeView/jquery.treeview.css του skin μέσω της κλάσης .treeview στο <ul>. */
.LeftMenu .treeview li a { text-decoration: none; }
.LeftMenu .treeview li a:not([href]) { cursor: default; }

@media (max-width: 767px) {
  .LeftBar.left, .RightBar.right { float: none; width: 100%; }
}

/* ---------- Breadcrumb (το padding το δίνει το skin) ---------- */
.breadcrumb-header .clear { clear: both; }

/* ---------- Search box ---------- */
.skin-search .searchform { display: flex; align-items: center; }
.skin-search .searchform .searchInputContainer { flex: 1; }
.skin-search .searchform input {
  width: 100%;
  height: 40px;
  border: 1px dashed #999;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: transparent;
  padding: 0 5px 0 10px;
  font-size: 14px;
  color: #999;
  outline: none;
}
.skin-search .searchform .search-btn {
  width: 45px;
  height: 40px;
  flex: 0 0 45px;
  border: 0;
  background: #ff5619;
  color: #fff;
  font-size: 16px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .skin-search { display: none; width: 100%; padding: 5px 15px; }
  .skin-search.open { display: block; }
}

/* ---------- Αρχική: κολώνες προϊόντων ----------
   Η εμφάνιση (μπλε/πορτοκαλί κουτιά) και οι αποστάσεις έρχονται αυτούσιες από το
   container.css του πρωτοτύπου (.NoTitle_Home_Biomixanika / .NoTitle_Home_Katanalwtika).
   Δεν προσθέτουμε δικά μας margins εδώ. */
