/*
Theme Name: Iwaf World
Author: Iwaf World
Description: Internationale Stärke. Globale Gleichstellung. Die neue Plattform für weibliche Athletinnen weltweit.
Version: 3.3.6
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


p#billing_dob_field {
    clear: both;
}

.checkout_heading {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #061E3A;
    margin: 30px 0 15px!important;
	    border-top: 1px solid #061E3A;
    padding-top: 20px !important;
}

span.woocommerce-input-wrapper {
    display: flex;
    gap: 10px;
}

/* WooCommerce main buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
a.checkout-button.button.alt.wc-forward,
#place_order,
.membership-ad-btn,
.woocommerce-orders-table__cell-order-actions a{
    background-color: #BEA53D;  
    color: #061E3A;              
    border-radius: 0px !important;; 
    border: none;
    font-family: "Neue Haas Grotesk Text Pro", Sans-serif;
    font-size: 14px;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
	font-weight: bold;
	cursor: pointer;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
a.checkout-button.button.alt.wc-forward:hover,
#place_order:hover,
.woocommerce-orders-table__cell-order-actions a:hover,
.membership-ad-btn:hover{
  background-color: #061E3A;
  color: #FFFFFF;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

form.checkout.woocommerce-checkout {
    font-family: 'Neue Haas Grotesk Text Pro';
    color: #061e3a;
    font-weight: 500;
}


input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
    border-color: #061e3a !important;
    border-radius: 0 !important;
    padding: 13px 10px!important;
    font-size: 13px;
	line-height: 1;
}

span.select2-selection.select2-selection--single {
    border-color: #061e3a !important;
    border-radius: 0 !important;
    padding: 5px;
}

form.checkout.woocommerce-checkout ::placeholder {
    font-size: 13px;
    color:#444;
}

div#order_review {
    padding: 20px;
    background-color: #061e3a;
}

.woocommerce table.shop_table {
    background-color: #fff;
}

div#payment {
    background-color: #fff !important;
}
.woocommerce-info {
    border-top-color: #BEA53D;
}

.woocommerce-info::before {
    color: #BEA53D;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    position: sticky;
    top: 0;
}
.add_custom a.elementor-button {
    cursor: pointer;
}
.wps_recurring_bifurcation_wrapper a {
    pointer-events: none;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0;
/*     background: #061e3a; */
/*     max-width: fit-content; */
/*     color: #fff; */
}

.woocommerce ul.order_details li strong {
    margin-top: 10px;
}

.wps_recurring_bifurcation_wrapper ul {
    padding: 0;
}
span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
p#billing_other_sport_field {
    display: none;
}
p#billing_other_sport_field .optional, #billing_sport_field .optional {
    display: none;
}

.thankyou .e-con-inner {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: fit-content;
    border-radius: 15px;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
p.order-again {
    display: none;
}

.home_bannerbuttons button a {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    border-radius: 0px 0px 0px 0px;
    padding: 16px 28px;
    transition: all .3s linear;
	border-radius: 100px;
    border: 1px solid;
	    font-size: 18px;
}

.home_bannerbuttons button {
    background: none !important;;
    border: 0 !important;;
    box-shadow: none !important;;
    padding: 0 !important;
    
}
.home_bannerbuttons{
    display: flex;
    gap: 10px
}
.home_bannerbuttons button a:hover, .home_bannerbuttons button:nth-child(2) a:hover {
    background-color: #061E3A;
    color: #fff;
	border-color: #061E3A;
}
.home_bannerbuttons button:nth-child(2) a {
    padding: 16px 36px !important;
    background-color: transparent;
    color: #bea53d;
}