.checkout-details {
    margin-bottom: 20px;
    ;
}

/* start shipping style */
.shipping-box {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fff;
    padding: 0;
    direction: rtl;
}

.shipping-box .shipping-container {
    /* max-width: 400px; */
    margin: auto;

}

.shipping-box .shipping-option {
    display: flex;
    align-items: center;
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
}

.shipping-box .shipping-option input[type="radio"] {
    margin-left: 10px;
}

.shipping-box .shipping-option.selected {
    border-color: #c9a600;
    background-color: #fffbe6;
}

.shipping-box .logo {
    width: 50px;
    height: 30px;
    object-fit: contain;
    margin-left: 10px;
}

.shipping-box .details {
    flex: 1;
}

.shipping-box .details p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}

.shipping-box .price {
    text-align: center;
}

.shipping-box .old-price {
    text-decoration: line-through;
    color: #888;
    display: block;
}

.shipping-box .free {
    background-color: #27ae60;
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 14px;
}

.shipping-box .note-section {
    margin-top: 15px;
}

.shipping-box .note-section label {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.shipping-box .note-section textarea {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 8px;
    resize: none;
}


.shipping-box .confirm-button:hover {
    background-color: #b08d00;
}

.shipping-box .note-section input[type=checkbox] {
    margin-left: 10px;
    width: 15px;
    height: 15px;
}

/* end shipping style */

input.custom-radio {
    width: 18px;
    height: 18px;
}

.details-title {
    text-align: center;
    font-size: 1rem;
    padding: 20px 0;
}

.payment-options .payment-label,
.payment-options .payment-option {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.payment-options .payment-option {
    margin-bottom: 10px !important;
    border: 1px solid #CCc;
    padding: 10px;
    border-radius: 8px;
}

.payment-options .payment-name {
    font-size: 13px;
    padding: 0 5px;
}

.payment-options .payment-option input {
    margin-left: 10px;
}

.payment-options .payment-label>i {
    margin-left: 10px;
    font-size: 15px;
}

.payment-options .payment-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-options .payment-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 3px;
}

.payment-options .payment-icon i {
    font-size: 18px;
}

.phone-field-control  label{
    display: none;
}
