.wc-block-checkout__use-address-for-billing {
    display: none !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0;
    font-weight: 800;
    font-size: 21px;
}
.kyc-toast-notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6b6b;
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    z-index: 999999;
    font-size: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.wc-block-components-radio-control__label {
    line-height: unset!important;
}
.kyc-toast-warning { background: #ff6b6b; }
.kyc-toast-success { background: #51cf66; }
.kyc-toast-info { background: #339af0; }
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
    float: right;
    font-size: 1em;
    margin-top: -24px;
    padding: 10px;
    border: 1px solid var(--kyc-accent);
    border-radius: 8px;
    background: var(--kyc-accent);
    color: var(--kyc-btn-text, #fff);
    font-size: 22px!important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    max-height: unset!important;
}
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
    border-radius: 30px!important;
}
.wc-block-checkout__shipping-option {
 margin:unset!important;
}
.kyc-checkout_important_notice_3 {
    margin: 40px 0 48px 0;
    text-align: center;
}
.bnf_cart_text {
    font-weight:700;
}
.kyc_free_gift_item {
    text-align: center;font-weight: 700;
}
.kyc-free_gift_progress_bar{
    padding:8px;text-align:center;background-color:#bcc8b8;border-radius:8px
}
.kyc-progress-bar-foreground {
    background-color: var(--kyc-accent)!important;
}
.kyc-progress-bar-background {
    background-color: #c30000!important;
}
.kyc-checkout_important_notice_2 {
    padding: 20px 20px 0px 20px;
    text-align: center;
}
.kyc-free_shipping_progress_bar {
    padding: 20px !important;
    text-align: center;
    background-color: unset!important;
    margin-top: 0px!important;
    margin-bottom: 10px!important;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block > span {
    display: block;
    padding-top: 18px!important;
}
.wc-block-components-product-name, .wc-block-components-order-summary-item__description {
    font-size: .9em !important;
}
.wc-block-components-order-summary-item__quantity {
    font-size: .7em!important;
}
.kyc-checkout-navigation {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.checkout-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    padding: 0 20px;
}
.checkout-step {
    display: flex;
    align-items: center;
    position: relative;
}
.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}
.step-circle.completed {
    background-color: var(--kyc-accent);
    color: var(--kyc-btn-text, #fff);
}
.step-circle.active {
    background-color: var(--kyc-accent);
    color: var(--kyc-btn-text, #fff);
    box-shadow: 0 0 0 4px rgba(var(--kyc-accent-rgb, 0,168,107), 0.2);
}
.step-circle.pending {
    background-color: var(--kyc-surface-border);
    color: var(--kyc-text-muted);
}
.step-label {
    margin-left: 10px;
    font-size: 16px;
    color: var(--kyc-text-muted);
    font-weight: 500;
}
.step-label.completed {
    color: var(--kyc-text);
}
.step-label.active {
    color: var(--kyc-text);
    font-weight: 600;
}
.step-connector {
    width: 60px;
    height: 2px;
    background-color: var(--kyc-surface-border);
    margin: 0 20px;
    position: relative;
}
.step-connector.completed {
    background-color: var(--kyc-accent);
}
.wp-block-woocommerce-checkout, .wp-block-woocommerce-cart {
    margin: 0 10% 10% 10% !important;
    width: unset !important;
}
.wc-block-components-address-form__metorik-opt-in, .wc-block-components-product-metadata__description {
    display:none!important;
}
.wc-block-components-checkout-place-order-button {
    margin-right:0!important;
}
.kyc-checkout-sections {
    margin-bottom: 30px;
    border-radius: 4px;
    padding: 0;
}

.kyc-section {
    padding: 10px 0 0 0 !important;
}

.kyc-section-header {
    display: flex; 
    margin-bottom: 10px; 
}

.kyc-section-header > img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/* Block-style radio buttons for P.O. Box section */
.kyc-radio-group {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--kyc-surface-border);
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}

/* Style the label as a block */
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label, .wc-block-components-formatted-money-amount {
    font-weight: 600!important;
}
.kyc-radio-label {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    background-color: var(--kyc-bg-alt);
    cursor: pointer;
    font-size: inherit;
    font-weight: 500;
    position: relative;
    color: var(--kyc-text);
    border: 1px solid transparent;
    margin: 0;
}

/* Add divider between options */
.kyc-radio-label:not(:last-child) {
    border-bottom: 1px solid var(--kyc-surface-border);
}

/* Hide the default radio button but keep it focusable */
.kyc-radio-label input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* Focus state - add ring around the custom circle when input is focused */
.kyc-radio-label:focus-within::before {
    box-shadow: 0 0 0 2px var(--kyc-bg), 0 0 0 3px var(--kyc-accent);
}

/* Create custom radio circle */
.kyc-radio-label::before {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid var(--kyc-surface-border);
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    background-color: var(--kyc-bg-alt);
    display: inline-block;
}

/* Create inner dot for checked state */
.kyc-radio-label::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: var(--kyc-accent);
    border-radius: 50%;
    left: 26px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform 0.15s ease;
}

/* Checked state - accent border inside the option */
.kyc-radio-label:has(input[type="radio"]:checked) {
    border: 1px solid var(--kyc-accent);
    border-radius: 4px;
}

/* Accent circle when checked */
.kyc-radio-label:has(input[type="radio"]:checked)::before {
    border-color: var(--kyc-accent);
}

.kyc-radio-label:has(input[type="radio"]:checked)::after {
    transform: translateY(-50%) scale(1);
}

/* Remove bottom border on checked items */
.kyc-radio-label:has(input[type="radio"]:checked):not(:last-child) {
    border-bottom: 1px solid var(--kyc-accent);
}

/* Money amounts inside KYC radio labels */
.kyc-radio-label .wc-block-components-formatted-money-amount {
    color: var(--kyc-accent);
    font-weight: 600;
}

.kyc-delivery-instruction-heading {
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--kyc-text);
}

.wp-block-woocommerce-smart-coupons-available-coupons {
    margin: 1.25em 0;
    padding-top: .25em;
    padding-bottom: .25em;
    display: flex;
    align-items: flex-start;
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-block > .wc-block-components-checkout-order-summary__title {
    display: none!important;
    }

.wc-block-components-title.kyc-order-summary-heading {
    margin-bottom:16px!important;
}

h1.kyc-checkout-title, h1.kyc-cart-title {
    font-style: normal;
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
}

.nav>li>a {
    font-size: 20px !important;
}

@media only screen and (max-width: 699px) {
    h1.kyc-checkout-title {
    font-size: 40px;
}
    .wc-block-components-title.kyc-order-summary-heading {
    display:none!important;
}
    .desktop_content {
        display:none;
    }
    .step-connector {
         width: 10px;
    margin: 0 10px;
    }
   .kyc-delivery-instructions-section {
        padding-top: 30px!important;
    }
    .wp-block-woocommerce-checkout {
        margin: 0 24px 24px 24px!important;
    }
}