#button-register, #button-shipping-address {
    min-width: 215px;
}

.register-radio-wrapper {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 650px) {
    .register-radio-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    #button-confirm {
        width: 100%;
    }
}

/*register-radio-wrapper 650*/

.register-radio-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkout-radio-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.checkout-title {
    color: var(--primary-black);
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
}

.checkout-content {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

@media screen and (max-width: 1024px) {
    .checkout-content {
        display: flex;
        flex-direction: column-reverse;
    }
}

.checkout-data-card {
    background: var(--w);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.checkout-login-btn {
    height: 2.75rem;
    max-width: 220px;
}

.checkout-confirm-container {
    background: var(--w);
    border-radius: 0.5rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.4375rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.checkout-confirm-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.checkout-confirm-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.checkout-confirm-title {
    text-align: left;
    font-size: var(--h3-20-font-size, 1.25rem);
    font-weight: var(--h3-20-font-weight, 700);
    position: relative;
}

.checkout-confirm-title-name {
    color: var(--primary-black);
}

.checkout-confirm-title-value {
    color: var(--g-2);
}

.checkout-confirm-edit-link {
    color: var(--accent-blue) !important;
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
}

.checkout-left-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: inherit;
}

.checkout-right-content {
    min-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media screen and (max-width: 450px) {
    .checkout-right-content {
        min-width: unset !important;
    }
}

.checkout-reward-container {
    background: var(--w);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.checkout-reward-header {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.checkout-reward-balance {
    color: var(--accent-blue);
    text-align: left;
    font-size: var(--h2-24-font-size, 1.5rem);
    font-weight: var(--h2-24-font-weight, 700);
    position: relative;
}

.checkout-reward-checkout-amount {
    color: var(--primary-black);
    font-size: var(--h3-20-font-size, 1.25rem);
    font-weight: var(--h3-20-font-weight, 700);
    position: relative;
    flex: 1;
}

.checkout-reward-subheader {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.checkout-reward-subheader-title {
    color: var(--primary-black);
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.checkout-reward-subheader-desc {
    color: var(--g-1);
    font-size: 0.875rem;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.checkout-reward-form {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.checkout-reward-form-body {
    margin-top: 1.5rem;
}

.payment-self-pickup-container {
    margin: 1rem 0 2rem 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-self-pickup-title {
    color: var(--g-1);
    text-align: left;
    font-size: var(--h5-14-font-size, 0.875rem);
    font-weight: var(--h5-14-font-weight, 400);
}

.payment-self-pickup-address {
    color: var(--accent-blue);
    font-size: 1rem;
    font-weight: 500;
}

.payment-self-pickup-wh-container {
    color: var(--primary-black);
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    align-self: stretch;
}

.success-order-img {
    width: 150px;
    height: 150px;
}

.success-container {
    margin: 4.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.success-text-container {
    margin: 1.5rem 0;
}

.order-method-btn {
    max-width: 215px;
}

#form-payment-method {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkout-shopping-cart .cart-page-total-container {
    display: none !important;
}

.checkout-shopping-cart .cart-product-buttons-container {
    display: none !important;
}

.checkout-shopping-cart .cart-product-item-bottom-container {
    display: flex;
    flex-direction: column !important;
    justify-content: unset !important;
    align-items: unset !important;
    gap: 1rem;
}

.checkout-shopping-cart .cart-product-item-subtitle {
    display: none !important;
}

.checkout-shopping-cart .cart-page-container {
    padding: unset !important;
}

.checkout-shopping-cart .cart-product-item-count-container {
    width: fit-content !important;
}

.checkout-shopping-cart .cart-product-item-count {
    padding: 0.5rem !important;
}

.checkout-shopping-cart .cart-product-item-count-container form {
    display: none !important;
}

.checkout-shopping-cart .related-slider-content {
    display: none !important;
}

.checkout-shopping-cart .table-responsive {
    overflow-x: unset !important;
}

.boc-modal-text {
    font-weight: 500;
    color: var(--primary-black);
    font-size: 1rem;
    line-height: 20px !important;
}

.boc-modal-hint {
    font-weight: 400;
    color: var(--g-1);
    font-size: 1rem;
    line-height: 20px !important;
}
