.quickorders-basic-order-forms-area {
    width: 100%;
    padding: 20px;
}
.quickorders-product-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.quickorders-product-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.quickorders-basic-order-form-header h2 {
    font-size: 20px;
    font-weight: 600;
}
.quickorders-basic-order-form-product-details {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
}
.quickorders-product-table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .8em;
    border-spacing: 0;
    border-collapse: collapse;
}
.quickorders-product-table tbody>tr:nth-child(odd)>td, .quickorders-product-table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}
.quickorders-product-table td, .quickorders-product-table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}
.quickorders-product-table th {
    font-weight: 700;
}
.quickorders-product-table tfoot th, .quickorders-product-table thead th {
    font-size: 1em;
}
.quickorders-product-table caption+thead tr:first-child td, .quickorders-product-table caption+thead tr:first-child th, .quickorders-product-table colgroup+thead tr:first-child td, .quickorders-product-table colgroup+thead tr:first-child th, .quickorders-product-table thead:first-child tr:first-child td, .quickorders-product-table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}
.quickorders-product-table input[type=date], .quickorders-product-table input[type=email], .quickorders-product-table input[type=number], .quickorders-product-table input[type=password], .quickorders-product-table input[type=search], .quickorders-product-table input[type=tel], .quickorders-product-table input[type=text], .quickorders-product-table input[type=url], .quickorders-product-table select, .quickorders-product-table textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}
.quickorders-product-unit-price, .quickorders-product-price {
    min-width: 110px;
}
.quickorders-product-name, .quickorders-product-unit-price, .quickorders-product-quantity, .quickorders-product-price {
    flex-basis: 20%;
    text-align: left;
}
.quickorders-product-item td {
    vertical-align: middle;
}
.quickorders-product-item .quickorders-product-name {
    font-size: 16px;
    font-weight: 600;
    width: 70%;
}
.uickorders-product-table {
    width: 100%;
    border-collapse: collapse;
}
.quickorders-product-table tr {
    text-align: left;
}
.quickorders-product-quantity {
    text-align: center;
}
input.quickorders-product-quantity-input {
    width: 80px;
}
.quickorders-product-price {
    text-align: right;
}
.quickorders-basic-order-form-product-order-form-area {
    padding: 15px;
    background: #f0f0f0;
    margin-top: 20px;
    border-radius: 5px;
}

.quickorders-basic-order-form-product-order-form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.quickorders-basic-order-form, .quickorders-basic-order-checkout-area {
    flex-basis: 48%;
}
.quickorders-shipping-methods-option > label {
    margin-bottom: 2px !important;
}
.quickorders-order-input-fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quickorders-order-input-fields input, .quickorders-order-input-fields select, .quickorders-order-input-fields textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.quickorders-order-summary {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
}

.quickorders-summary-product, .quickorders-summary-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}

.quickorders-summary-details.quickorders-total {
    font-weight: bold;
}

.quickorders-checkout-button {
    background-color: #f53;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.quickorders-checkout-button:hover {
    background-color: #e33;
}

.quickorders-privacy-policy {
    margin-top: 15px;
    font-size: 12px;
    color: #666;
}

.quickorders-payment-method {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.quickorders-payment-method img {
    max-width: 20px;
}
.quickorders-payment-method h4 {
    margin: 0 0 5px 0;
}
.quickorders-payment-option {
    margin-bottom: 10px;
}

.quickorders-payment-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

.quickorders-payment-description {
    margin: 5px 0;
    font-size: 0.9em;
    color: #555;
}

.quickorders-payment-additional-info {
    font-size: 0.8em;
    color: #777;
}

.quickorders-basic-order-form h3, .quickorders-basic-order-checkout-area h3 {
    font-size: 20px;
}
.quickorders-order-input-fields label {
    font-weight: 300;
    font-size: 13px;
    margin-bottom: -8px;
}
.quickorders-payment-method h4 {
    font-size: 15px;
    font-weight: 600;
}
.quickorders-payment-method p {
    font-size: 13px;
}
.quickorders-summary-product {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.quickorders-summary-details {
    font-size: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.quickorders-pre-loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: relative;
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    box-sizing: border-box;
    animation: shadowPulse 2s linear infinite;
    display: none;
  }
  
  @keyframes shadowPulse {
    33% {
      background: #FFF;
      box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;
    }
    66% {
      background: #FF3D00;
      box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }
    100% {
      background: #FFF;
      box-shadow: -24px 0 #FFF, 24px 0 #FF3D00;
    }
  }
@media (max-width: 768px) {
    .quickorders-basic-order-form-product-order-form {
        flex-direction: column;
    }

    .quickorders-basic-order-form, .quickorders-basic-order-checkout-area {
        flex-basis: 100%;
    }
    .quickorders-product-name, .quickorders-product-unit-price, .quickorders-product-quantity, .quickorders-product-price {
        flex-basis: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .quickorders-product-item {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* Container styling */
.quickorders-payment-option {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: background-color 0.3s, box-shadow 0.3s;
    flex-direction: column;
    justify-content: flex-start;
}

/* Radio button styling */
.quickorders-selected-payment-method {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #0073e6;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: background-color 0.2s, border-color 0.2s;
}

/* Checked state */
.quickorders-selected-payment-method:checked {
    background-color: #0073e6;
    border-color: #0073e6;
}

/* Checked state - inner dot */
.quickorders-selected-payment-method:checked::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

/* Label styling */
.quickorders-payment-option label {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Hover effect for the container */
.quickorders-payment-option:hover {
    background-color: #f9f9f9;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.2);
}
.quickorders-payment-option-info {
    padding-left: 30px;
}

/* Responsive styling */
@media (max-width: 600px) {
    .quickorders-product-table thead {
        display: none; /* Hide table headers */
    }
    .quickorders-product-table tr {
        display: block;
        margin-bottom: 10px;
        border-bottom: 2px solid #ddd;
    }
    .quickorders-product-table td {
        display: block;
        text-align: right;
        padding: 8px;
        position: relative;
    }
    .quickorders-product-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 8px;
        font-weight: bold;
        text-align: left;
    }
    .quickorders-product-item .quickorders-product-name {
        width: 100%;
    }
    /* Add labels for each cell */
    .quickorders-product-name[data-label="Product"]::before {
        content: "Product";
    }
    .quickorders-product-unit-price[data-label="Price"]::before {
        content: "Price";
    }
    .quickorders-product-quantity-input[data-label="Quantity"]::before {
        content: "Quantity";
    }
    .quickorders-product-price[data-label="Total"]::before {
        content: "Total";
    }
    select.quickorders-shipping-dropdown.quickorders-shipping-method option {
        font-size: 15px;
    }
    span.quickorders-product-subtotal {
        display: flex;
        flex-basis: 111px;
        justify-content: flex-end;
    }
    span.quickorders-product-quantity {
        flex-basis: 58px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .quickorders-payment-option-info {
        padding-left: 0px;
    }

    .quickorders-product-table input[type=date], .quickorders-product-table input[type=email], .quickorders-product-table input[type=number], .quickorders-product-table input[type=password], .quickorders-product-table input[type=search], .quickorders-product-table input[type=tel], .quickorders-product-table input[type=text], .quickorders-product-table input[type=url], .quickorders-product-table select, .quickorders-product-table textarea {
        width: 80px;       
        padding: 5px 9px;
        transition: all .3s;
        font-size: 1rem;
        line-height: 1;
        margin: 0;
    }
    
}
