.kb2b-checkout-wrapper {
    background: #FFF;
    border-radius: 12px;
}

.kb2b-checkout-section {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    border-radius: 10px;
    background: #F4F4F4;
}

.kb2b-checkout-section header {
    align-items: center;
}

.kb2b-checkout-section commerce_builder-checkout-section {
    width: 100%;
}

.kb2b-checkout-notification {
    --dxp-g-destructive-contrast: #5F2020;
    --dxp-g-root: #5F2020;
    --dxp-g-destructive: #F6C7C7;
}

.kb2b-checkout-title {
    color: #002B4E;

    font-family: "PTSans-Bold";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.kb2b-checkout-text > * {
    color: #002B4E;

    font-family: "PTSans-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.kb2b-checkout-step > * {
    padding-top: 8px !important;
    margin-top: 8px !important;

    border-top: 1px solid #E2E2E2;
}

.kb2b-checkout-shipping-step .shipping-address {
    padding-top: 8px !important;
    margin-top: 8px !important;

    border-top: 1px solid #E2E2E2;
}

.kb2b-checkout-shipping-step .slds-radio_faux {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 2px;
    --slds-c-checkbox-radius-border: 2px;
    --dxp-s-form-checkbox-width-border: 1px;
    --dxp-s-form-checkbox-color-border: #9B9B9B;
}

.kb2b-checkout-shipping-step .slds-radio .slds-radio_faux::after {
    background-color: #0D8853 !important;
}

.kb2b-checkout-shipping-step .slds-radio .slds-radio_faux::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12L10 17L20 7' stroke='%230D8853' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: 24px !important;
    height: 24px !important;
    left: -1px !important;
    top: -1px !important;
    -webkit-transform: none !important;
    transform: none !important;
    border: none !important;
    background: none !important;
    position: fixed;
}

.kb2b-checkout-shipping-step .shipping-address > div {
    --dxp-g-spacing-small: 0;
}

.kb2b-checkout-shipping-step .address-stretch {
    gap: 8px;
}

.kb2b-checkout-shipping-step button[data-edit],
.kb2b-checkout-shipping-step .address-card button {
    display: none;
}

.kb2b-checkout-shipping-step button[data-add-new-address] {
    display: none;
}

.kb2b-checkout-shipping-step .slds-badge {
    padding: 2px 8px;

    color: #5C5C5C !important;

    font-family: "PTSans-Regular" !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 160% !important;
    text-transform: uppercase !important;
}

.kb2b-checkout-shipping-step .slds-badge span {
    line-height: normal;
}

.kb2b-checkout-wrapper .columns-content {
    gap: 44px;
}

.kb2b-checkout-wrapper community_layout-column-spacer {
    display: none;
}

.kb2b-checkout-step.kb2b-order-comments {
    --dxp-g-spacing-medium: 0;
}

.kb2b-checkout-step.kb2b-order-comments label {
    margin-bottom: 4px;
    padding-left: 16px;
}

.kb2b-checkout-total commerce_builder-cart-summary > div,
.kb2b-checkout-total > div {
    border-radius: 12px;
    background: #e6edf4;
    padding: 20px;
}

.kb2b-checkout-total commerce_builder-cart-summary > div header,
.kb2b-checkout-total > div header {
    --dxp-g-spacing-medium: 0;
}

.kb2b-checkout-total commerce_builder-cart-summary > div header details summary,
.kb2b-checkout-total > div header details summary {
    --dxp-g-root: #E6EDF4;
}

.kb2b-checkout-total commerce_builder-cart-summary > div header details summary lightning-icon,
.kb2b-checkout-total > div header details summary lightning-icon {
    display: none;
}

.kb2b-checkout-total commerce_builder-cart-summary > div header details summary .title,
.kb2b-checkout-total > div header details summary .title {
    --dxp-g-spacing-small: 0;

    background: #E6EDF4;
    color: #002B4E;

    font-family: "PTSans-Bold";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.kb2b-checkout-total .item {
    padding-top: 8px 0 0 0;
    color: #002B4E;

    font-family: "PTSans-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.kb2b-checkout-total .total-price {
    padding-top: 8px;
    margin-top: 8px;

    border-top: 1px solid #9B9B9B;

    font-family: "PTSans-Bold";
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.kb2b-checkout-place-order-section {
    display: flex;
    gap: 20px;

    border-radius: 12px;
    background: #E6EDF4;
}

.kb2b-checkout-shipping-message,
.kb2b-checkout-shipping-message a {
    color: #5C5C5C !important;

    font-family: "PTSans-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.kb2b-checkout-shipping-message a,
.kb2b-checkout-shipping-message a:hover {
    text-decoration-line: underline !important;
}

.kb2b-checkout-terms-message {
    display: flex;
    gap: 12px;
    --dxp-g-spacing-xsmall: 0;
}

.kb2b-checkout-terms-message .slds-checkbox_faux {
    margin-top: 2px;
    height: 27px;
    width: 27px;
}

.kb2b-checkout-terms-message lightning-input[checked] .slds-checkbox_faux {
    background-color: #E7F4EF;
}

.kb2b-checkout-terms-message lightning-input[checked] .slds-checkbox_faux::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12L10 17L20 7' stroke='%230D8853' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: 24px !important;
    height: 24px !important;
    left: -1px !important;
    top: -1px !important;
    -webkit-transform: none !important;
    transform: none !important;
    border: none !important;
}

.kb2b-checkout-terms-message {
    color: #002B4E;

    font-family: "PTSans-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.kb2b-checkout-terms-message a,
.kb2b-checkout-terms-message a:hover {
    color: #11528F !important;
    text-decoration-line: underline !important;
}

.kb2b-place-order-button {
    padding-top: 20px !important;
}

@media (max-width: 78em) {
    .checkout-column {
        padding: 0px !important;
    }
}