tr.rtx-checkout-field td {
    text-align: left !IMPORTANT;
}

tr.rtx-checkout-field ul {
    padding: 0;
}

tr.rtx-checkout-field li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

tr.rtx-checkout-field td {
    width: 100%;
}

/* Payment methods styling */
.wc_payment_methods.payment_methods.methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 15px 0 !important;
}

.wc_payment_methods.payment_methods.methods li {
    margin: 10px 0 !important;
    padding: 12px 15px !important;
    border: 2px solid #e1e1e1 !important;
    border-radius: 8px !important;
    background: #fafafa !important;
    transition: all 0.3s ease !important;
}

.wc_payment_methods.payment_methods.methods li:hover {
    border-color: #007cba !important;
    background: #f0f8ff !important;
}

.wc_payment_methods.payment_methods.methods li input[type="radio"] {
    margin-right: 10px !important;
    transform: scale(1.2) !important;
}

.wc_payment_methods.payment_methods.methods li label {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.wc_payment_methods.payment_methods.methods li.payment_method_dobirka-ceska-posta {
    border-color: #28a745 !important;
}

.wc_payment_methods.payment_methods.methods li.payment_method_platba-predem {
    border-color: #007cba !important;
}

.payment-price {
    font-weight: bold !important;
    color: #e74c3c !important;
}

/* cart css */
.upsell td.action-button a.button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNMjU2IDgwYzAtMTcuNy0xNC4zLTMyLTMyLTMycy0zMiAxNC4zLTMyIDMydjE0NEg0OGMtMTcuNyAwLTMyIDE0LjMtMzIgMzJzMTQuMyAzMiAzMiAzMmgxNDR2MTQ0YzAgMTcuNyAxNC4zIDMyIDMyIDMyczMyLTE0LjMgMzItMzJWMjg4aDE0NGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMkgyNTZ6Ii8+PC9zdmc+);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    background-color: var(--e-a-color-primary) !important;
    float: right;
}

td.product-thumbnail.upsell-product-thumbnail img {
    width: 60px !important;
    height: auto !important;
    float: right;
}

tr.woocommerce-cart-form__cart-item.cart_item.upsell .product-name {
    font-size: 14px;
}




@media only screen and (max-width: 575.98px) {
    td.rtx-empty-tag {
        display: none !important;
    }

    td.action-button a,
    td.action-button:before {
        float: none !important;
        display: block;
    }

    table.shop_table.shop_table_responsive tr td.action-button {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    tr.woocommerce-cart-form__cart-item.cart_item.upsell {
        padding-left: 20px !IMPORTANT;
        border-left: 5px solid #fed700;
        margin-left: 20px;
    }
}