/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/





/*Cucstom Stavros*/

/*Αλλαγή Μεγέθους Κειμένου ή Padding*/
@media screen and (max-width: 768px) {
    .class-name {
        font-size: 20px;
        padding: 16px;
    }
}

@media screen and (max-width: 768px) {
    .main-navigation {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
}

/*Αφαίρεση του πλήθους των προϊόντων στις κατηγορίες*/
.product-category .count {
    display: none !important;
}


/* Mobile – το μενού ξεκινά πιο κάτω */
@media (max-width: 767px) {
  .navbar-fixed-top {
    top: 75px !important;
    transition: top 0.3s ease;
  }

  .navbar-fixed-top.scrolled {
    top: 0 !important;
  }
}


  .navbar-toggle {
    position: fixed !important;
    top: 85px !important;
    right: 20px;
    z-index: 10001 !important; /* Πιο πάνω και από banners */
    opacity: 1 !important;     /* Σιγουρευόμαστε ότι δεν είναι κρυφό */
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .navbar-fixed-top.scrolled .navbar-toggle {
    top: 10px !important;
  }
}






/*MOBILE CSS*/

