/*
Theme Name: Bewe3
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Bewe3
Template: hello-elementor
Version: 3.4.7
*/

/* Add your custom CSS below */




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: #313371;  
    color: #fff;              
    border-radius: 0px !important;; 
    border: none;
    font-family: "Inter", 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: #E5B73E;
  color: #FFFFFF;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

form.checkout.woocommerce-checkout {
    font-family: 'Inter';
    color: #102344;
    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;
}

.woocommerce-additional-fields {
    display: none !important;
}

.woocommerce-privacy-policy-text {
    font-size: 14px !important;
    line-height: 24px !important;
	font-weight: normal !important;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    margin-top: 10px;
}

div#customer_details h3 {
    font-size: 25px !important;
    font-weight: 600;
    font-family: 'Inter';
}

tr.wps_recurring_bifurcation_wrapper h4 a {
    color: inherit;
}

.wps_recurring_bifurcation_wrapper li {
    align-items: center;
}

.woocommerce-info a,
p.lost_password a,
div#payment a {
    color: #102344;
}
nav.woocommerce-MyAccount-navigation a:hover, 
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff;
    background-color: #313371;
}

nav.woocommerce-MyAccount-navigation a {
    width: 100%;
    background-color: #E5B73E;
    display: block;
    padding: 10px;
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

nav.woocommerce-MyAccount-navigation ul li br {
    display: none;
}

.woocommerce-account p, .woocommerce-account a {
    color: #061E3A;
    font-family: 'Inter';
    font-size: 14px
}
tr.wps_recurring_bifurcation_wrapper h4 {
    font-size: 16px;
    font-weight: 600;
}
.elementor-element.memebrbtn.elementor-widget.elementor-widget-button {
    cursor: pointer;
}