.checkout-left {
    flex: 1;
    overflow-y: auto;
    padding: 60px 0px 20px 250px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.checkout-right {
    width: 100%;
    background: #f6f6f6;
    position: sticky;
    top: 0;
    /* right: 0; */
    height: 100vh;
    overflow-y: auto;
    padding: 40px 230px 20px 30px;
    border-left: 1px solid var(--border);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.checkout-left::-webkit-scrollbar {
    display: none;
}

.checkout-right::-webkit-scrollbar {
    display: none;
}

.check-logo {
    text-align: center;
    background: #000;
    margin-bottom: 27px;
    border-radius: 10px;
}

.check-logo img {
    width: 100px;
}

 :root {
    --border: hsl(0, 0%, 87%)
}

.check-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border);
    padding-bottom: 16px;
}

.check-header p {
    margin-bottom: 0;
}

.country-wrapper {
    position: relative;
    width: 100%;
}

.country-note {
    position: absolute;
    top: 5px;
    left: 12px;
    font-size: 11px;
    color: #666;
    pointer-events: none;
    z-index: 2;
}

.country-select {
    padding-top: 18px;
    /* DRP ke liye upar space */
}

.checkout-container .form-check-input:checked {
    background-color: #151515;
    border-color: #151515;
}

.checkout-container .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .7rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 50px;
    font-size: 14px;
}

.checkout-container .form-control::placeholder {
    font-size: 14px;
}

.country-wrapper {
    position: relative;
    width: 100%;
}

.country-note {
    position: absolute;
    top: 2px;
    left: 14px;
    font-size: 11px;
    color: #666;
    pointer-events: none;
    z-index: 2;
}

.country-select {
    padding-top: 20px;
    padding-right: 35px;
    border-radius: 10px;
    appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 12px;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 2px solid #000 !important;
}

.address-wrapper {
    position: relative;
    width: 100%;
}

.address-input {
    padding-right: 40px;
    /* icon ke liye space */
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #666;
    pointer-events: none;
}

.state-wrapper {
    position: relative;
    width: 100%;
}

.state-note {
    position: absolute;
    top: 2px;
    left: 14px;
    font-size: 10px;
    color: #666;
    pointer-events: none;
    z-index: 2;
}

.state-select {
    padding-top: 20px;
    /* upar label ke liye space */
    padding-right: 35px;
    /* chevron ke liye space */
    border-radius: 10px;
    appearance: none;
    /* default arrow hatane ke liye */
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 12px;
}

.state-select:focus {
    border: 2px solid var(--color-darkk);
    box-shadow: none;
    outline: none;
}

.phone-wrapper .input-with-icon {
    position: relative;
    width: 100%;
}

.phone-wrapper .input-with-icon input {
    padding-right: 35px;
    /* Icon ke liye space */
}

.tooltip-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.tooltip-icon .tooltip-text {
    visibility: hidden;
    max-width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 6px 8px;
    position: absolute;
    bottom: 100%;
    right: 50%;
    /* transform: translateX(50%); */
    margin-bottom: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: normal;
    font-size: 12px;
    line-height: 1.3;
    word-wrap: break-word;
    width: 100px;
}

.tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.shippin-metthod p {
    background-color: #333;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
}

.shippin-metthod h5 {
    font-size: 17px;
}

.playmentx h4 {
    margin-bottom: 10px;
}


/* --------------------------- */

.payment-card {
    background-color: #f6f6f6;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: 1px solid #f6f6f6;
}

.payment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border: 2px solid #000;
    padding: 20px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.payment-header h5 {
    margin: 0;
    font-size: 14px;
    color: #222;
}

.payment-logos img {
    height: 18px;
    margin-left: 12px;
    vertical-align: middle;
    filter: none;
}

.payment-body {
    text-align: center;
    margin-bottom: 16px;
    color: #333;
}

.wallet-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    color: #444;
}

.payment-body p {
    margin: 10px auto;
    max-width: 380px;
    font-size: 14px;
}

.payment-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 10px;
    background-color: #fff;
}

.payment-footer label {
    font-size: 14px;
    color: #222;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.payment-footer input[type="radio"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.btn-ok {
    background-color: #444;
    color: #fff;
    border: none;
    padding: 6px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-ok:hover {
    background-color: #222;
}

.zjrzY {
    width: 190px;
    height: 150px;
}

.billing_a h4 {
    margin-bottom: 10px;
}

.billing_a .billing_inner {
    background-color: #f6f6f6;
    padding: 10px 20px;
    border-radius: 10px;
}

.billing_a .billing_inner .form-check-label {
    font-size: 14px;
}


/* ------------------------------------------- */

.discount-card {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    font-family: Arial, sans-serif;
}

.discount-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
}

.discount-info {
    font-size: 13px;
    color: #666;
    margin-bottom: 45px;
}

.btn-discount {
    background-color: #f6f6f6;
    color: rgb(0, 0, 0);
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
    width: 100%;
    border: 1px solid #ddd;
    color: #656565;
}

.btn-discount:hover {
    background-color: #e9e8e8;
}


/* ----------------- */

.cart-card-check {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px 9px;
    margin-top: 20px;
    /* width: 95%; */
    gap: 13px;
}

.cart-card-check .cart-img-wrapper {
    position: relative;
    flex-shrink: 0;
}

.cart-card-check .cart-img-wrapper img {
    width: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-card-check .cart-badge {
    position: absolute;
    top: -9px;
    left: -9px;
    background-color: #ff3b30;
    color: white;
    font-weight: 700;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.cart-card-check .cart-details {
    flex: 1;
}

.cart-card-check .product-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.cart-card-check .product-name {
    font-size: 12px;
    /* font-weight: 600; */
    color: #222;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-card-check .product-price {
    font-size: 14px;
    color: #151515;
    white-space: nowrap;
}

.cart-card-check .product-size {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}


/* ------------------ */

.checkout-summary {
    color: #222;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.summary-row:last-child {
    border-bottom: none;
}

.total-row {
    font-size: 18px;
    color: #000000;
}

.coupon_apply {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.coupon_apply button {
    border-radius: 10px;
    background-color: #f1f1f1;
    color: #7a7a7a;
    border: none;
    border: 1px solid #7a7a7a;
    padding: 5px 20px;
    font-size: 15px;
    letter-spacing: 0.4;
    font-weight: 500;
}

.coupon_apply .form-control {
    height: 50px;
    font-size: 14px;
}

.policy_tab {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px 0px;
    border-top: 1px solid var(--border);
    margin-top: 50px;
}

.policy_tab a {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.logout_bar .tooltip-menu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 100;
    left: -42px;
}

.logout_bar .tooltip-menu.show {
    display: block;
}

.coupon-option {
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}

.coupon-option:hover {
    background: #f9f9f9;
}

@media screen and (min-width: 767px) {
    .padding-right {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .checkout-left {
        padding: 0px;
    }
    .checkout-right {
        height: 87%;
        margin-top: 21px;
        padding: 10px;
        border-radius: 10px;
        border: none;
        margin-bottom: 70px;
    }
    .policy_tab a {
        margin-right: 4px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .checkout-left {
        padding: 20px 0px 20px 0px;
    }
    .checkout-right {
        padding: 20px 10px 13px 10px;
    }
    .ptab {
        padding-right: 0;
        padding-left: 0;
    }
    .cart-card-check {
        display: block;
    }
    .cart-card-check .product-line {
        margin-top: 10px;
    }
}