table.variations .label>label {
    width: 195px !important;
    margin: 0;
}

.file-upload {
    position: relative;
    width: 100%;
    margin: 20px auto;
    border: 2px dashed #ccc;
    text-align: center;
    padding: 20px;
    transition: border-color 0.3s ease;
}

.file-upload:hover {
    border-color: #0073aa;
}

.file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.upload-icon svg {
    fill: #888;
    margin-bottom: 10px;
    transition: fill 0.3s ease;
}

.file-upload:hover .upload-icon svg {
    fill: #0073aa;
}

.file-upload-label p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.file-list {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}

dt.variation-GoogleMapSnapshot {
    margin-bottom: 5px;
    float: none !IMPORTANT;
}

tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    display: none;
}

.download-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.download-list-item h4 {
    font-size: 16px !important;
    text-align: left;
}

td.download-order-id {
    vertical-align: baseline;
}

.woocommerce-page.woocommerce-downloads .woocommerce-info.message-wrapper:not(.rtx) {
    display: none;
}

.reset_variations {
    display: none !important;
}

form.variations_form.cart {
    gap: 0;
}

section.woocommerce-order-details {
    display: flex;
    flex-direction: column;
}

h2.woocommerce-order-details__title {
    order: -1;
}

/* small.woocommerce-password-hint, .woocommerce-password-strength {
    margin-bottom: 15px;
} */

input#account_password {
    margin-bottom: 5px;
}

label[for="rtx-address-input"]:after,
label[for="name_or_claim"]:after,
label[for="roof-report-type"]:after,
label[for="primary-pitch"]:after,
label[for="number-of-facets"]:after {
    content: " *";
    color: red;
}

select#secondary-pitch>option[value=""] {
    display: none;
}

tr.woocommerce-cart-form__cart-item.cart_item .product-name a:not(.variation a):after {
    content: "Edit Order";
    margin-left: 10px;
    color: #000 !IMPORTANT;
    font-style: italic;
    font-size: 13px;
}

#rtx-confirm-location-wrapper {
    padding-left: 8px;
}

div#rtx-confirm-location-address {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

#rtx-confirm-location-title {
    margin-top: 5px;
    font-size: 12px;
    color: #555;
}

#rtx-confirm-location-button {
    background: #10588c;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 1120px) {
    table.variations tr {
        display: flex;
        flex-direction: column;
    }

    .file-upload,
    textarea#notes {
        margin-top: 4px;
    }

    .file-upload-label p {
        text-wrap: auto;
        font-size: 12px;
    }
}