/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Text Domain: hello-elementor-child
*/

.alfabetwellness_product_tab_list {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
}

.alfabetwellness_product_tab_content_inner>h2:first-child {
    display: none;
}

.alfabetwellness_product_tab_content {
    height: 0;
    overflow: hidden;
}

.alfabetwellness_product_tab_content_inner {
    margin-top: 15px;
}

.alfabetwellness_product_tab_btn {
    position: relative;
    width: 100% !important;
}

.alfabetwellness_product_tab_btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  top: 50%;
  left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='11' viewBox='0 0 21 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.725964 0.709794C0.797411 0.643292 0.882286 0.59053 0.975729 0.554531C1.06917 0.518531 1.16935 0.5 1.27052 0.5C1.37168 0.5 1.47186 0.518531 1.5653 0.554531C1.65875 0.59053 1.74362 0.643292 1.81507 0.709794L10.5002 8.77488L19.1853 0.709794C19.3298 0.575705 19.5256 0.500375 19.7299 0.500375C19.9341 0.500375 20.13 0.575705 20.2744 0.709794C20.4189 0.843884 20.5 1.02575 20.5 1.21538C20.5 1.40501 20.4189 1.58687 20.2744 1.72096L11.0448 10.2902C10.9733 10.3567 10.8884 10.4095 10.795 10.4455C10.7015 10.4815 10.6014 10.5 10.5002 10.5C10.399 10.5 10.2989 10.4815 10.2054 10.4455C10.112 10.4095 10.0271 10.3567 9.95565 10.2902L0.725964 1.72096C0.654337 1.65463 0.597508 1.57583 0.558734 1.48907C0.519959 1.40232 0.5 1.30931 0.5 1.21538C0.5 1.12145 0.519959 1.02844 0.558734 0.941688C0.597508 0.854931 0.654337 0.776128 0.725964 0.709794Z' fill='%23000'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.4s ease-in-out;
}

.alfabetwellness_product_tab_btn.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.alfabetwellness_quantity_input {
    appearance: textfield;
}

.alfabetwellness_quantity_input::-webkit-outer-spin-button,
.alfabetwellness_quantity_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.alfabetwellness_quantity_input_wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

button.alfabetwellness_quantity_input_btn {
    padding: 0;
    font-size: 0;
    border: none;
    background-color: transparent !important;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
}

.alfabetwellness_product_qty_add_wrapper {
    display: flex;
    gap: 20px;
}

.summary form.cart button[type="submit"] {
    width: 100%;
}

#content .page-header {
    display: none;
}