/* 
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 */

header {
  background-color: transparent;
  position: fixed !important;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 1em 0;
  margin: 1em 0 0 0;
}
.elementor-location-header .e-con-inner {
  background: #fdfdf2;
  border-radius: 12px;
  padding: 1em;
}

body {
  background: #fdfdf2;
}

p {
  margin: 0;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  padding: 1em;
  margin-top: 8em;
  margin-right: 0.4em;
  background: #fdfdf2;
}
.underline {
  z-index: 1;
  position: relative;
  font-family: "Gambetta";
  font-style: italic;
}
.underline::before {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  right: 0;
  height: 0.5em;
  background-image: url("/wp-content/uploads/2024/11/Vector 11.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#wpadminbar {
  z-index: 99999999999;
}
.elementor-swiper-button {
  background: #a0db9d;
}
.elementor-swiper-button svg {
  padding: 0.1em;
  fill: #223521 !important;
}
.elementor-login .elementor-form-fields-wrapper div:nth-child(1) {
  order: 2;
}
.elementor-login .elementor-form-fields-wrapper div:nth-child(2) {
  order: 2;
}
.elementor-login .elementor-form-fields-wrapper div:nth-child(3) {
  order: 4;
}
.elementor-login .elementor-form-fields-wrapper div:nth-child(4) {
  order: 3;
  display: flex;
  justify-content: end;
}

.elementor-location-footer
  .elementor-form-fields-wrapper.elementor-labels-above {
  display: flex;
}

.elementor-location-footer
  .elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-type-text.elementor-field-group.elementor-column.elementor-field-group-name.elementor-col-100.elementor-field-required {
  width: 65% !important;
}

.elementor-location-footer
  .elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
  width: 35% !important;
}

.elementor-testimonial {
  display: flex;
  flex-direction: column;
  padding: 60px;
}
.elementor-testimonial__header {
  order: 2;
}
.elementor-testimonial__content {
  order: 1;
}
.woocommerce-MyAccount-navigation-link {
  margin-bottom: 0.5em;
}
.woocommerce-MyAccount-navigation-link a {
  background: #a0db9d;
  display: block;
  padding: 1em;
  border-radius: 5px;
  color: #0b0f0b;
  font-weight: bold;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation-link.is-active a {
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}
.woocommerce {
  margin-bottom: 5em;
}
