:root {
  --primary-color: #40bf4f;
  --shadow-color: #00875d;
  --primary-text-color: #00723f;
}

.wp_main_attribute_wrap {
  display: block;
}
.wp_main_attribute_wrap .elementor_dhc_widget_button {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: white;
  margin-bottom: 6px;
  padding: 10px;
}
.wp_main_attribute_wrap .elementor_dhc_widget_button:hover {
  background-color: var(--primary-color);
  color: white;
}
.wp_main_attribute_wrap .dhc_button_selected {
  background-color: var(--primary-color) !important;
  color: white !important;
}

@media only screen and (max-width: 768px) {
  .wp_main_attribute_wrap {
    display: flex !important;
    flex-direction: column !important;
  }
}
:root {
  --primary-color: #40bf4f;
}

.dhc_text_field {
  resize: none;
  border-radius: 8px !important;
}
.dhc_text_field:focus {
  border: 1px solid var(--primary-color) !important;
}

:root {
  --primary-color: #40bf4f;
}

.update-nag {
  display: none;
}

.e-notice {
  display: none;
}

.create_field_button {
  margin-top: 20px;
  padding: 12px;
  border: 1px solid black;
  border-radius: 5px;
  background-color: transparent;
  color: black;
  cursor: pointer;
}

.create_field_button:hover {
  background-color: black;
  color: white;
}

.dhc-header {
  display: flex;
  align-items: center;
  background-color: #13131c;
  box-shadow: 0 8px 16px 0 rgba(85, 93, 102, 0.3);
  position: fixed;
  top: 32px;
  box-sizing: border-box;
  right: 0;
  left: 160px;
  height: 60px;
}
.dhc-header .img-logo {
  padding: 10px;
  width: 65px;
  margin-left: 15px;
}
.dhc-header .wpuladmin_header {
  display: inline-block;
  list-style-type: none;
}
.dhc-header .wpuladmin_header a {
  margin-top: auto;
  padding: 15px;
  font-size: 1.2em;
  color: white;
  text-decoration: none;
}

.wp_main_attribute_wrap .elementor_dhc_widget_button {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding-right: 10px;
  margin-right: 5px;
}
.wp_main_attribute_wrap .elementor_dhc_widget_button.elementor_dhc_widget_button:hover {
  background-color: var(--primary-color);
  color: white;
}
.wp_main_attribute_wrap .elementor_dhc_widget_button .dhc_button_selected {
  background-color: var(--primary-color);
  color: white;
}

.variations {
  display: none;
}

.dhc-whitespace-block {
  height: 71.7px;
}

.woocommerce ul.products li.product a, .woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
  color: #00723f;
}

/*# sourceMappingURL=style.css.map */
