/* Container styles */
.progress-bar-container {
    text-align: center;
    margin: 20px auto;
}

/* Progress bar styles */
.progress-bar {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    position: relative;
}

.progress-step {
    position: relative;
    text-align: center;
    flex: 1;
}

.progress-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(50%);
    width: 50%;
    height: 2px;
    background-color: #fff;
    z-index: 1;
}

.step-number {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #202030;
    background-color: #ffc406;
    color: #202030;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.progress-step:not(._complete):not(._active) .step-number {
    background-color: #fff;
    /* Gray for inactive steps */
    color: #202030;
    border: 1px solid #202030;
}

.step-label {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #202030;
    font-weight: 500;
}

.progress-step._active .step-label {
    font-weight: bold;
    color: #202030;
}

/* Link styles */
.signin-link {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px;
    margin-left: 0;
    text-decoration: underline;
    color: #202030;
}

a.signin-link:visited,
.alink.signin-link:visited {
    color: #202030;
}

.signin-link-container {
    text-align: left;
}

.signin-link:hover {
    color: #368F8B;
}

/* Register page checkout */
.account .legend {
    border: none;
}

.account .legend>span {
    font-size: 2.2rem;
    font-weight: 600;
}

/* panel */

.panel .header {
    display: none;
}

.logo {
    align-items: center;
}

/* @media screen and (min-width: 768px) {
    @media (min-width: 769px),
    print {
        .page-main {
            width: 50% !important;
        }
    }
} */

.create-account .primary {
    width: 100%;
}

.page-header {
    margin-bottom: 1px !important;
    border-bottom: 1px solid #12263a !important;
}

.copyright {
    display: none;
}

.page-header .header.content {
    display: flex;
    justify-content: center;
    /* Centers the logo horizontally */
    align-items: center;
    /* Centers the logo vertically (if necessary) */
    height: 100%;
    /* Ensures the header takes up the full height */
}

.page-header .logo {
    display: block;
    margin: 0 auto;
    /* Centers the logo inside its container */
    margin-bottom: 20px;
}

.page-footer {
    display: none;
}

#shipping-method-buttons-container .primary .button {
    text-align: center;
    /* Centers the text inside the button */
    margin: 0 auto;
    /* Optional: Centers the button horizontally */
    background-color: #ffc406;
    color: #202030;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border: none;
}

#shipping-method-buttons-container .primary .button:hover {
    background-color: #202030;
    color: #fff;
}

#shipping-method-buttons-container .primary {
    display: block;
    /* Ensures the parent container behaves properly */
    width: 100%;
    /* Makes the container full width as well */
}

.create-account .primary {
    text-align: center;
    /* Centers the text inside the button */
    margin: 0 auto;
    /* Optional: Centers the button horizontally */
    background-color: #ffc406;
    color: #202030;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border: none;
}

.create-account .primary:hover {
    background-color: #202030;
    color: #fff;
}

.actions-toolbar .primary.create-account {
    display: block;
    /* Ensures the parent div behaves as a block element */
    width: 100%;
    /* Makes the parent div full width */
}

.actions-toolbar .primary.create-account .action.submit {
    display: block;
    /* Allows the button to take up the full width */
    width: 100%;
    /* Makes the button span the full width of its parent */
    text-align: center;
    /* Centers the text inside the button */
    margin: 0;
    /* Removes any default margins */
    padding-top: 15px;
    padding-bottom: 15px;
}

.fieldset {
    margin: 0 0 10px !important;
}

.fieldset .field {
    margin-bottom: 20px;
}

.fieldset .label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.fieldset .input-text,
.fieldset .select select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    height: 45px;
}

.fieldset .checkbox {
    margin-right: 10px;
}

.form-create-account {
    width: 100% !important;
    min-width: 200px !important
}

.checkout-shipping-address .step-title {
    border-bottom: none !important;
}

.opc-summary-wrapper .opc-block-summary {
    background: transparent !important;
}

.checkout-shipping-method .step-title {
    border-bottom: none !important;
}

#co-shipping-form,
#opc-shipping_method {
    max-width: 100% !important;
    width: 90% !important;
}

.step-title {
    border-bottom: none !important;
}

#shipping-method-buttons-container {
    width: 100% !important;
}

/* Hide the default radio button */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #6C6C6C;
    /* Border color */
    border-radius: 50%;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Custom checked effect */
input[type="radio"]:checked {
    border-color: #ffc406;
    /* Change border color when checked */
    background-color: #ffc406;
    /* Fill with primary color */
}

/* Inner dot effect */
input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Hover effect */
input[type="radio"]:hover {
    box-shadow: 0 0 5px #6C6C6C;
}

@media screen and (min-width: 769px) {
    #co-payment-form {
        width: 80%;
    }

    .page-main {
        max-width: 1400px !important;
    }

    .table-checkout-shipping-method {
        width: 100%;
    }

    .opc-block-summary {
        padding: 0px !important;
    }

    .opc-summary-wrapper {
        margin-top: -75rem !important;
        margin-right: 3rem !important;
    }

    #opc-shipping_method .step-title {
        max-width: 25% !important;
        position: absolute !important;
        right: -36% !important;
        top: -83rem !important;
    }

    #checkout-shipping-method-load {
        margin: 46px 0 20px;
        max-width: 25% !important;
        position: absolute !important;
        top: -82rem !important;
        right: -37% !important;
    }

    #co-shipping-method-form table tr,
    table td {
        border: none !important;
    }

}

@media only screen and (max-width: 768px) {
    .form-shipping-address {
        background: none !important;
    }

    /* #shipping-method-buttons-container {
        position: absolute;
        margin-top: 180px;
    } */

    #co-shipping-method-form table tr,
    table td {
        border: none !important;
    }

    #co-shipping-method-form {
        background: none !important;
        border: none !important;
    }
}

@media only screen and (max-width: 649px) {
    #checkout-step-shipping_method {
        margin-top: -45px;
    }
}

.customer-account-create .form-create-account,
.customer-account-create .signin-link-container {
    width: 75% !important;
    margin: 0 auto !important;
}

.checkout-container select {
    height: 45px !important;
}


.p-PaymentAccordionButtonView {
    color: #ffc406 !important;
}

.stripe-payments-card-form .action.primary.checkout {
    border: none;
    background: #ffc406;
    color: #202030;
}

.stripe-payments-card-form .action.primary.checkout:hover {
    border: none;
    background: #202030;
    color: white;
}

.stripe-payments-card-form .action.primary.checkout span {
    visibility: hidden;
    position: relative;
}

/* Add the new text "PAY" */
.stripe-payments-card-form .action.primary.checkout span::after {
    content: "PAY";
    visibility: visible;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .opc-payment-additional .payment-option-title {
    display: none !important;
}

.opc-payment-additional .payment-option-content {
    display: block !important;
} */

.stripe-payments-card-form .actions-toolbar .primary:first-child {
    width: 100%;
}

#Field-cvcInput,
#Field-expiryInput,
#Field-numberInput {
    border-color: #ffc406 !important;
}


.checkout-billing-address .billing-address-same-as-shipping-block {
    display: none !important;
}

@media screen and (min-width: 769px) {
    .opc-sidebar .opc-block-summary {
        margin-top: 150px;
    }

    .payment-method-billing-address .billing-address-details {
        margin-top: -75px;
    }
}

.form-discount .action-apply {
    height: 45px !important;
    margin-left: 10px !important;
}

@media only screen and (max-width: 767px) {
    .payment-method-billing-address .billing-address-details {
        margin-top: -50px !important;
    }
}

.opc-payment-additional.discount-code .payment-option-title.field {
    margin-bottom: 4px;
}

.customer-account-createpassword .nav-sections-item-content {
    display: none;
}

.customer-account-createpassword form button {
    background-color: #FFC406 !important;
    color: #000 !important;
    border: none !important;
    width: 330px !important;
    height: 48px;
    border-radius: 2px !important;
    padding: 0px 24px;
}

.customer-account-createpassword form button span {
    text-transform: uppercase;
}

.customer-account-createpassword #maincontent {
    padding-top: 20px;
}

/*
.cart-form.membership_scope .cart-summary .cart-totals .subtotal {
    display: none;
} */

.customer-account-create .messages {
    margin-top: 20px;
}

.customer-account-create .message.error {
    display: flex !important;
    margin: 0 auto !important;
    background: #fff !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1300px) {
    .customer-account-create .message.error {
        width: 70% !important;
    }
}

/* .opc-block-summary .table-totals {
    border-top: 2px solid #cccccc;
}

.opc-block-summary .items-in-cart>.title {
    border-bottom: 2px solid #cccccc;
} */

.opc-block-summary .table-totals tbody tr {
    border-top: 1px solid #cccccc;
}

.opc-block-summary .table-totals tbody tr th,
.opc-block-summary .table-totals tbody tr td {
    padding: 12px 12px !important;
}

.opc-block-summary .table-totals tbody .wuup_savings th,
.opc-block-summary .table-totals tbody .wuup_savings td {
    background: #B3DEC1;
}