@media (min-width: 768px) {
    .ds-checkout-payment {
        height: 100%
    }
}
.ds-cart-column-total-item>:first-child {
    color: #000000;
    text-align: left;
}


.ds-sticky-column .form-check {
    padding-left: 0;
}
.ds-checkout .ds-cart-item:last-child {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    border-bottom: none
}

.ds-checkout .form-check-input:checked+.form-check-label {
    color: var(--ds-secondary-dark-color)
}

.ds-checkout .content-block:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.oct-checkout-block.payment-method .form-check-item,.oct-checkout-block.shipping-method .form-check-item {
    border: var(--ds-dashed-border);
    background-color: var(--ds-light-color)
}

.form-check-item .form-check + .form-check {
    margin-top: 1rem;
}

.oct-checkout-block.payment-method .form-check-item:has(:checked),.oct-checkout-block.shipping-method .form-check-item:has(:checked) {
    background-color: var(--ds-body-bg-color)
}

.oct-checkout-block.payment-method .form-check-item p,.oct-checkout-block.shipping-method .form-check-item p {
    line-height: 1
}

.oct-checkout-block .payment-method-check-item,.oct-checkout-block.payment-method .form-check-item label,.oct-checkout-block.shipping-method .form-check-item label {
    cursor: pointer
}

.oct-checkout-block ul.dropdown-address {z-index:10000}

.oct-checkout-block ul.dropdown-address li:hover {
    background-color: var(--ds-border-color);
    color: var(--ds-dark-text-color)

}

.oct-checkout-block ul.dropdown-address {
    background: var(--ds-white-color);
}

.oct-checkout-block ul.dropdown-address li a {
    color: var(--ds-dark-text-color);
}

.oct-checkout-block #button-confirm {
    background-color: var(--ds-primary-color);
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    color: var(--ds-white-color);
    border: 0;
}

.oct-checkout-actions .button,.oct-checkout-actions [type=submit] {
    width: 100%
}

.oct-checkout-actions-card {
    background: #ffffff;
    border: 1px solid #e6ebf0;
    box-shadow: 0 8px 22px rgba(14, 35, 55, 0.08);
    padding: 20px 18px;
}

.oct-checkout-actions-card .ds-cart-column-total {
    margin-bottom: 14px !important;
}

.oct-checkout-actions-card .ds-cart-column-total-item {
    font-size: 15px;
    line-height: 1.35;
    color: #1f2c39;
    margin-bottom: 6px !important;
}

.oct-checkout-actions-card .ds-total-regular .text-decoration-line-through {
    color: #475a6c;
    font-weight: 500;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(31, 44, 57, 0.45);
}

.oct-checkout-actions-card .ds-total-saving .fw-500 {
    color: #12253a;
    font-size: 15px;
}

.oct-checkout-actions-card .ds-total-saving-box {
    top: -4px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.oct-checkout-actions-card .ds-total-saving-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 27px;
    padding: 5px 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, #46bf65 0%, #1ea84f 100%);
    color: #fff;
    font-size: 14px;
    /* font-weight: 700 !important; */
    line-height: 1;
}

.oct-checkout-actions-card .ds-total-saving-percent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 5px 11px;
    border-radius: 18px;
    background: linear-gradient(180deg, #46bf65 0%, #1ea84f 100%);
    font-weight: 700;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    letter-spacing: -0.01em;
}

.oct-checkout-actions-card .ds-checkout-service-info {
    border-top: 1px solid #d7dee5;
    border-bottom: 1px solid #d7dee5;
    padding: 10px 0;
    margin-bottom: 16px !important;
}

.oct-checkout-actions-card .ds-checkout-service-info-item {
    margin-bottom: 8px;
    color: #202f3f;
    font-size: 13px;
    line-height: 1.3;
}

.oct-checkout-actions-card .ds-checkout-service-info-item:last-child {
    margin-bottom: 0;
}

.oct-checkout-actions-card .ds-checkout-service-info-icon {
    width: 19px;
    height: 19px;
    margin-top: 1px;
    margin-right: 8px;
    color: #6f7782;
}

.oct-checkout-actions-card .ds-checkout-service-info-title {
    color: #15263d;
    font-weight: 700;
}


.oct-checkout-actions-card .ds-checkout-service-info-link {
    color: #2579a9;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity .2s ease;
}

.oct-checkout-actions-card .ds-checkout-service-info-link:hover {
    opacity: .85;
}

.oct-checkout-actions-card .ds-total-pay {
    margin-bottom: 14px !important;
    align-items: flex-end !important;
}

.oct-checkout-actions-card .ds-total-pay > span:first-child {
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    color: #11253c;
}

.oct-checkout-actions-card .ds-total-pay .ds-cart-column-total-item-text {
    font-size: 17px !important;
    line-height: 1;
    font-weight: 700 !important;
    color: #0f2339 !important;
    letter-spacing: -0.02em;
    text-align: right;
}

.oct-checkout-actions-card .ds-checkout-option {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px !important;
}

.oct-checkout-actions-card .ds-checkout-option .form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 12px;
    margin-left: 0;
    border: 1px solid #b8c3cf;
    border-radius: 4px;
    box-shadow: none;
    flex-shrink: 0;
}

.oct-checkout-actions-card .ds-checkout-option .form-check-input:checked {
    background-color: #2e9eef;
    border-color: #2e9eef;
}

.oct-checkout-actions-card .ds-checkout-option .form-check-label {
    margin-top: 2px;
    color: #1b2a3b;
    font-size: 13px;
    line-height: 1.28;
}

.oct-checkout-actions-card .ds-checkout-option .form-check-label a {
    color: #2f83b7;
    text-decoration: underline;
}

.oct-checkout-actions-card .oct-fastorder-payment {
    margin-top: 12px;
}

.oct-checkout-actions-card .ds-checkout-submit {
    min-height: 46px;
    border: 0;
    border-radius: 7px !important;
    background: linear-gradient(180deg, #45b4f4 0%, #1895e2 100%);
    box-shadow: 0 8px 16px rgba(30, 126, 189, 0.22);
    color: #fff;
    font-size: 26px;
    font-weight: 600 !important;
    line-height: 1.1;
    transition: filter .2s ease, transform .2s ease;
}

.oct-checkout-actions-card .ds-checkout-submit:hover {
    filter: brightness(0.97);
}

.oct-checkout-actions-card .ds-checkout-submit:active {
    transform: translateY(1px);
}

@media (max-width: 1399.98px) {
    .oct-checkout-actions-card .ds-total-saving-badge {
        font-size: 18px;
    }

    .oct-checkout-actions-card .ds-total-saving-percent {
        font-size: 14px;
    }

    .oct-checkout-actions-card .ds-total-pay > span:first-child {
        font-size: 16px;
    }

    .oct-checkout-actions-card .ds-total-pay .ds-cart-column-total-item-text {
        font-size: 34px !important;
    }

    .oct-checkout-actions-card .ds-checkout-option .form-check-label {
        font-size: 15px;
    }

    .oct-checkout-actions-card .ds-checkout-submit {
        min-height: 62px;
        font-size: 24px;
    }
}

@media (max-width: 991.98px) {
    .oct-checkout-actions-card {
        border-radius: 10px;
        padding: 16px 14px;
    }

    .oct-checkout-actions-card .ds-cart-column-total-item {
        font-size: 14px;
    }

    .oct-checkout-actions-card .ds-total-saving .fw-500 {
        font-size: 15px;
    }

    .oct-checkout-actions-card .ds-total-saving-badge {
        min-height: 30px;
        padding: 5px 11px;
        border-radius: 8px;
        font-size: 16px;
    }

    .oct-checkout-actions-card .ds-total-saving-percent {
        min-height: 30px;
        padding: 5px 9px;
        border-radius: 8px;
        font-size: 13px;
    }

    .oct-checkout-actions-card .ds-checkout-service-info-item {
        font-size: 14px;
    }

    .oct-checkout-actions-card .ds-checkout-service-info-icon {
        width: 19px;
        height: 19px;
    }

    .oct-checkout-actions-card .ds-total-pay > span:first-child {
        font-size: 16px;
    }

    .oct-checkout-actions-card .ds-total-pay .ds-cart-column-total-item-text {
        font-size: 30px !important;
    }

    .oct-checkout-actions-card .ds-checkout-option {
        min-height: 34px;
        margin-bottom: 8px !important;
    }

    .oct-checkout-actions-card .ds-checkout-option .form-check-input {
        width: 24px;
        height: 24px;
        border-radius: 6px;
        margin-right: 9px;
    }

    .oct-checkout-actions-card .ds-checkout-option .form-check-label {
        font-size: 14px;
        line-height: 1.3;
    }

    .oct-checkout-actions-card .ds-checkout-submit {
        min-height: 46px;
        border-radius: 11px !important;
        font-size: 18px;
    }
}

.strength-indicator {
    height: .5rem;
    width: 0;
    background-color: var(--ds-red-color);
    margin-top: .5rem;
    border-radius: 5px;
    -webkit-transition: width var(--ds-main-transition);
    transition: width var(--ds-main-transition)
}

.password-input-group .button-transparent {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.password-input-group .button-transparent.button-show {
    right: 1rem
}

.password-input-group .button-transparent.button-copy {
    left: 1rem
}

.password-input-group .button-transparent svg path {
    fill: var(--ds-light-text-color)
}

.button-generate {
    padding-block:.875rem}

.ds-cart-recommended-products {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto
}

.ds-cart-recommended-products-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%
}

@media (min-width: 576px) {
    .ds-cart-recommended-products-item {
        -webkit-box-flex:0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width: 768px) {
    .ds-cart-recommended-products-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px
    }
}

@media (min-width: 992px) {
    .ds-cart-recommended-products-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px
    }
}

@media (min-width: 1600px) {
    .ds-cart-recommended-products-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px
    }
}

.tooltip.show {
    z-index: 9999;
}

.payment-method-check-item a {
    color: var(--ds-links-color);
    text-decoration: underline;
}

.payment-method-check-item a:hover {
    text-decoration: none;
}