.checkout-index-index .checkout-logo-container .checkout-logo-wrapper {
    width: fit-content;
    margin: 30px auto;
}
.checkout-index-index .checkout-logo-container .checkout-logo-wrapper img {
    max-width: 125px;
}

.checkout-index-index #checkout .opc-progress-bar {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active:before,
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active span:before {
    background: var(--primary);
}

.checkout-index-index #checkout .authentication-wrapper {
    display: none;
}

.checkout-index-index #checkout #checkout-step-shipping_method button.action.continue.primary,
.checkout-index-index #checkout #checkout-step-payment button.action.primary.checkout {
    background: var(--button-gradient);
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--typo);
    transition: opacity .25s ease;
    position: relative;
    padding: 10px 15px;
    line-height: 1.6rem;
}
.checkout-index-index #checkout #checkout-step-shipping_method button.action.continue.primary::before,
.checkout-index-index #checkout #checkout-step-payment button.action.primary.checkout::before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--reverse-button-gradient);
    transition: opacity 0.5s linear;
    opacity: 0;
}
.checkout-index-index #checkout #checkout-step-shipping_method button.action.continue.primary:hover::before,
.checkout-index-index #checkout #checkout-step-payment button.action.primary.checkout:hover::before {
    opacity: 1;
}
.checkout-index-index #checkout #checkout-step-shipping_method button.action.continue.primary span,
.checkout-index-index #checkout #checkout-step-payment button.action.primary.checkout span {
    position: relative;
}

.checkout-index-index #checkout #checkout-step-payment a,
.checkout-index-index #checkout #opc-sidebar a {
    color: var(--primary);
}

.checkout-index-index #checkout #checkout-step-shipping form.form-login .secondary a.action.remind,
.checkout-index-index #checkout #checkout-step-payment .payment-option .payment-option-title .action.action-toggle {
    color: var(--primary);
}

.checkout-index-index #checkout #checkout-step-shipping form.form-login button.action.login.primary,
.checkout-index-index #checkout #checkout-step-payment .payment-option #discount-form button.action.action-apply {
    background: var(--primary);
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    line-height: 1.6rem;
    position: relative;
}
.checkout-index-index #checkout #checkout-step-shipping form.form-login button.action.login.primary::before,
.checkout-index-index #checkout #checkout-step-payment .payment-option #discount-form button.action.action-apply::before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--primary-background);
    transition: opacity 0.5s linear;
    opacity: 0;
}
.checkout-index-index #checkout #checkout-step-shipping form.form-login button.action.login.primary:hover::before,
.checkout-index-index #checkout #checkout-step-payment .payment-option #discount-form button.action.action-apply:hover::before {
    opacity: 1;
}
.checkout-index-index #checkout #checkout-step-shipping form.form-login button.action.login.primary span,
.checkout-index-index #checkout #checkout-step-payment .payment-option #discount-form button.action.action-apply span {
    position: relative;
}

.checkout-index-index #checkout .opc-estimated-wrapper .action.showcart {
    border-radius: 0;
}

.checkout-index-index #checkout .opc-estimated-wrapper .action.showcart span.counter.qty {
    background: var(--primary);
    border-radius: 0;
}