.lis {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0 0;
}
.lis  i {
    margin: 0 20px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.411);
}

.lis li a {
    color: rgba(0, 0, 0, 0.411);
    font-weight: 800;
    font-size: 16px;
}
.lis li .active {
    color: black;
}



.checkout-section {
    width: 100%;
}
.checkout-section .container {
    display: flex;
    flex-direction: row;
    padding-top: 0;
}
.checkout-section .container #your-order {
    width: 38%;
    margin-top: 255px;
}
.checkout-section .container form .your-order {
    border: 1px solid rgba(0, 0, 0, 0.185);
    padding: 20px;
    color: rgba(34, 37, 41, 1);

}
.checkout-section .container .your-order .your-order-title {
    font-size: 15px;
    margin-bottom: 30px;
}

.checkout-section .container .your-order  .checkout-product-title {
    font-size: 15px;
    font-weight: 600;
}
.checkout-section .container .your-order hr {
    opacity: .3;
    margin: 10px 0;
}


.checkout-section .container .your-order .products-info .prod-info .left {
    display: flex;
    align-items: center;
}
.checkout-section .container .your-order .products-info .prod-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.checkout-section .container .your-order .products-info .prod-info .prod-name,
.checkout-section .container .your-order .products-info .prod-info .prod-total-price{
    font-size: 14.5px;
    color: rgb(34, 37, 41, 1);
}



.checkout-section .container .your-order .products-info .subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.checkout-section .container .your-order .products-info .subtotal-title {
    font-weight: 600;
}
.checkout-section .container .your-order .products-info .subtotal-num {
    font-weight: 100;
    font-size: 15px;
}

.checkout-section .container .your-order .products-info .shipping {
    display: flex;
    flex-direction: column;
}


.checkout-section .container .your-order .products-info .shipping .shipping-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}


.checkout-section .container .your-order .products-info .shipping .shipping-option {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.checkout-section .container .your-order .products-info .shipping .shipping-option input[type="radio"] {
    margin-right: 8px;
    accent-color: #007aff; /* أزرق مثل الصورة */
    width: 16px;
    height: 16px;
    margin-top: 9px;
}



.checkout-section .container .your-order .products-info .total {
    padding: 15px 0 20px 0;
}
.checkout-section .container .your-order .products-info .total .total-num {
    font-size: 18px;
}


.checkout-section .container .your-order .products-info .payment-methods-title {
    margin-top: 20px; 
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

.checkout-section .container .your-order .products-info .payment-methods-text {
    color: rgb(47, 100, 115, 1);
    font-size: 12px;
    font-weight: 600;
}
.checkout-section .container .your-order .products-info .payment-methods-text i {
    color: rgb(91, 192, 222, 1);
    font-size: 13px;
}

.checkout-section .container .your-order .place-order-button {
    background-color: rgb(34, 37, 41, 1);
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    margin: 40px 0 5px 0;
    cursor: pointer;
}
.checkout-section input {
    width: 100%;
}
.checkout-section .container .form {
    width: 60%;
}
.returning-customer {
    margin-top: 40px;
}
.returning-customer,
.coupon {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.562);
    margin-right: 15px;
    margin-bottom: 15px;

}
.returning-customer a,
.coupon a {
    font-weight: 600;
    color: black;
    font-size: 14px;
}
.title {
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 20px;
}
label {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.61);
    line-height: 3;
}

.logoutBtn {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
}
select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;

    
    background-color: #fff;
    font-size: 16px;
    color: #333;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    cursor: pointer;
    transition: border 0.3s ease;
    border-radius: 3px;
}

    

select:focus {
    border-color: #007BFF;
    outline: none;
}

.payment-methods {
    border-top: 1px solid rgba(0, 0, 0, 0.144);
}
.payment-methods .title {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
}
.info {
    color: rgb(48, 100, 212);
    font-size: 13px;
}

.checkoutTotalPrice {
    border-top: 1px solid rgba(0, 0, 0, 0.144);
    padding: 30px 0;
}
.product {
    border-bottom: 1px solid rgba(0, 0, 0, 0.144);
    padding: 15px 0;
    margin-bottom: 20px;
}
tbody {
    padding: 10px 0;
    margin-top: 10px;
}
.total {
    font-weight: 600;
}
#checkoutTotalPrice {
    padding-bottom: 20px;
}
.place-order, 
.save-details {
    background-color: rgba(34, 37, 41, 1);
    color: white;
    width: 100%;
    border: none;
    padding: 15px;
    margin-top: 20px;
    cursor: pointer;
}

.save-details {
    width: 300px;
}

.create-account a,
.different-address a {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.568);
}
.order-notes {
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.651);
    font-size: 14px;
}
.orderNotes {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.247);
    margin-top: 10px;
}
 textarea {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    resize: vertical;
    font-weight: 100;
}
@media (max-width: 768px) {
    .checkout-section .container {
        flex-direction: column;
    }

    .checkout-section .container #your-order {
        width: 100%;
        margin-top: 20px;
    }
    .checkout-section .container .form {
        width: 100%;
    }
    .your-order {
        width: 100%;
        margin-top: 30px;
    }
    .save-details {
        width: 100%;
    }
    .lis {
        margin-bottom: 20px;
        margin-top: -40px;
    }
    .lis li a {
        font-size: 12px;
    }
    .lis i {
        margin: 0 10px;
    }
    
    * {
        cursor: default;
    }

}


