/*
Theme Name: Eolosolar
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body .stuck #logo img {
  max-height: 64px !important;
}

/* Currency alignment */
body .product-summary .woocommerce-Price-currencySymbol {
  vertical-align: middle;
}

/* Mailpoet form footer*/
#footer div#mailpoet_form_1 {
  background: none;
}

.woocommerce-Addresses a {
  text-decoration: underline;
}

/* home categories */
@media (max-width: 480px) {
  .home .box-category .box-image {
    height: 150px;
    width: 100% !important;
  }

  .home .box-category .box-image img {
    display: none !important;
  }

  .home .box-category .box-text {
    padding-inline: 0 !important;
  }
}

#footer div#mailpoet_form_1 .mailpoet_form {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

#footer .mailpoet-heading {
  display: none;
}

#footer .mailpoet_form input {
  font-size: 16px !important;
}

#footer .mailpoet-heading + .mailpoet_paragraph {
  width: 61%;
  margin: 0;
}

#footer .mailpoet-heading + .mailpoet_paragraph + .mailpoet_paragraph {
  width: 37%;
  margin: 0;
}

#footer #mailpoet_form_1 .mailpoet_submit {
  padding: 4px 8px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

/* Menú de categorías cooming soon */

ul#menu-coming-soon-categories {
  margin-top: -1.6em;
  border-top: 1px solid #ececec;
}

ul#menu-coming-soon-categories:empty {
  display: none;
}
