@charset "UTF-8";
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Add your custom styles here */
/* 
$acid-green: #8DBE25;
$fucsia: #D71675;
$fucsia-dark: #850F49;
$fucsia-light: #F777B6;
$white: #ffffff;
$dark: #2D2725;
$grey: #979797;
$light-grey: #F6F6F6;
$lightninig-grey: #E0E0E0;
$azure: #86AFEE;
$yellow-light: #FFFEF3;
$green-light: #F0FFD1;
*/
/* COLORS VARIABLES */
/* END COLOR VARIABLES */
#ecofesta_custom {
  /* WOOCOMMERCE ACCOUNT */
  /* Woocommerce user account navigation */
  /* WOOCOMMERCE INFO BOX */
  /* PRODUCT PAGE */
}
#ecofesta_custom .woocommerce-MyAccount-navigation {
  background-color: #F6F6F6;
  border: 1px solid #979797;
  border-radius: 25px;
  padding: 15px;
}
#ecofesta_custom .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ecofesta_custom .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 15px;
  padding: 0;
}
#ecofesta_custom .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 20px;
  background-color: #ffffff;
  color: #8DBE25;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #8DBE25;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
#ecofesta_custom .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #F0FFD1;
  color: #D71675;
  padding-left: 30px;
}
#ecofesta_custom .woocommerce-MyAccount-navigation ul li a br {
  display: none;
}
#ecofesta_custom .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #D71675;
  padding-left: 30px;
  border: 1px solid #D71675;
}
#ecofesta_custom .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
#ecofesta_custom .woocommerce-MyAccount-content h2 {
  font-family: "Zine Slab Display";
  font-weight: bold;
}
#ecofesta_custom .woocommerce-MyAccount-content .shop-table {
  width: 80%;
  background-color: transparent;
  border-collapse: collapse;
  border: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  #ecofesta_custom .woocommerce-MyAccount-content .shop-table {
    width: 100%;
  }
}
#ecofesta_custom .woocommerce-MyAccount-content .shop-table tbody {
  width: 100%;
  border: 1px solid #8DBE25;
  padding: 25px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
}
#ecofesta_custom .woocommerce-MyAccount-content .shop-table tbody tr {
  border-bottom: 1px solid #8DBE25;
  margin-bottom: 10px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  #ecofesta_custom .woocommerce-MyAccount-content .shop-table tbody tr {
    flex-direction: column;
  }
}
#ecofesta_custom .woocommerce-MyAccount-content .shop-table tbody tr th,
#ecofesta_custom .woocommerce-MyAccount-content .shop-table tbody tr td {
  background-color: transparent;
  border: 0;
}
#ecofesta_custom .woocommerce-MyAccount-content .shop-table tbody tr:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#ecofesta_custom .woocommerce {
  /* FORMS */
}
#ecofesta_custom .woocommerce input,
#ecofesta_custom .woocommerce select,
#ecofesta_custom .woocommerce .woocommerce-Input {
  border-radius: 25px;
  padding: 12px 16px;
  border: none;
  background-color: #eeeeee;
}
#ecofesta_custom .woocommerce .select2-selection {
  border-radius: 25px;
  padding: 12px 16px;
  border: none;
  background-color: #eeeeee;
}
#ecofesta_custom .woocommerce .select2-selection .select2-selection__rendered {
  line-height: 1;
  padding: 0;
}
#ecofesta_custom .woocommerce a.edit,
#ecofesta_custom .woocommerce .button,
#ecofesta_custom .woocommerce .woocommerce-Button {
  margin: 10px 0;
  border-radius: 25px;
  padding: 12px 36px;
  border: none;
  transition: background-color 0.3s, color 0.3s;
  background-color: #ffffff;
  color: #D71675;
  border: 1px solid #D71675;
  text-transform: uppercase;
}
#ecofesta_custom .woocommerce a.edit:hover,
#ecofesta_custom .woocommerce .button:hover,
#ecofesta_custom .woocommerce .woocommerce-Button:hover {
  background-color: #D71675;
  color: #ffffff;
}
#ecofesta_custom .wpcf7-form .iti__country-container {
  display: flex;
  align-items: center;
}
#ecofesta_custom .wpcf7-form .iti__country-container button.iti__selected-country {
  padding: 6px;
  margin-left: 10px;
  border-radius: 10px;
  height: 35px;
}
#ecofesta_custom .select2-container .select2-dropdown {
  border: 1px solid #8DBE25;
  border-radius: 25px;
  padding: 10px;
}
#ecofesta_custom .select2-container .select2-dropdown .select2-search input {
  border-radius: 25px;
  padding-left: 12px;
}
#ecofesta_custom .woocommerce-info {
  padding: 25px;
  border-radius: 25px;
  border: 1px solid #D71675;
  background-color: #F0FFD1;
  color: #D71675;
}
#ecofesta_custom .woocommerce-info::before {
  display: none;
  color: #D71675;
}
#ecofesta_custom .woocommerce-product-gallery__image a img {
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
}
#ecofesta_custom .entry-summary .price bdi {
  color: #8DBE25;
  font-size: 1.5rem;
  font-weight: bold;
}
#ecofesta_custom div#wc-appointments-appointment-form {
  border-radius: 25px;
}
#ecofesta_custom .button.alt.wc-appointments-appointment-form-button {
  background-color: #D71675 !important;
  color: #ffffff;
  border-radius: 25px;
  padding: 12px 36px;
}

.dropdown_list {
  margin: 15px auto;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.dropdown_list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown_list span.dropdown {
  display: block;
  margin: 0;
  padding: 0 10px;
  width: auto;
  height: 40px;
  line-height: 38px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #a1c4e5;
  cursor: pointer;
  overflow: hidden;
}
.dropdown_list span.dropdown:hover {
  background: #f1f1f1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dropdown_list span.dropdown:active {
  background: #f1f1f1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dropdown_list span.dropdown:after {
  float: right;
  margin-top: 0;
  margin-left: 10px;
  width: 15px;
  height: 100%;
  content: "\e817";
  color: #8DBE25;
  font-family: "icons";
  text-align: center;
  font-size: inherit;
  vertical-align: top;
}
.dropdown_list span.dropdown.is-active {
  border-radius: 3px 3px 0 0;
}
.dropdown_list span.dropdown.is-active:after {
  content: "\e816";
}
.dropdown_list a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.dropdown_list .woocommerce-MyAccount-navigation ul {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
  max-height: 0;
  position: absolute;
  background: #fff;
  top: 40px;
  border-radius: 0 0 3px 3px;
  z-index: 10;
  overflow-y: auto;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0, 0.6, 0, 1), opacity 0.3s cubic-bezier(0, 0.6, 0, 1);
}
.dropdown_list .woocommerce-MyAccount-navigation ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
  border-top: 1px dotted #ccc;
}
.dropdown_list .woocommerce-MyAccount-navigation ul li:first-child {
  border-top: 0;
}
.dropdown_list .woocommerce-MyAccount-navigation ul li a {
  float: none;
  display: block;
  margin: 0;
  padding: 6px 10px 6px 25px;
  height: auto;
  width: auto;
  text-transform: none;
  color: #D71675;
  background: #fff;
  text-align: left;
  border-radius: 0;
  border: 0;
}
.dropdown_list .woocommerce-MyAccount-navigation ul li a:hover {
  background: #f1f1f1;
}
.dropdown_list .woocommerce-MyAccount-navigation ul li a:active {
  background: #f1f1f1;
}
.dropdown_list .woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  margin-left: -15px;
  margin-right: 5px;
  width: 10px;
  height: inherit;
  content: "»";
  color: #D71675;
  font-family: "icons";
  text-align: center;
  font-size: inherit;
  vertical-align: top;
}
.dropdown_list span.is-active + .drop {
  max-height: 350px;
  border: 1px solid #a1c4e5;
  border-top: 0;
  opacity: 1;
  transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}/*# sourceMappingURL=style.css.map */