.ppv-area.preflight-wrap .file-btn > a {
    line-height: normal;
}

.au-upload-artwork {
    overscroll-behavior-y: contain;
}

span.missing-orders-count {
    color: #444444;
}

.copies-num {
    display: flex;
    align-items: center;
    gap: 10px;
}

.copies-num > span {
    font-weight: bold;
}

.copies-num > input {
    max-width: 100px;
}

#colorbox {
    top: 5% !important;
    height: 100vh !important;
    max-height: calc(100vh - 10%);
    position: fixed !important;

#cboxWrapper {
    height: 100% !important;

> div:nth-child(2) {
    height: calc(100% - 50px) !important;

> div {
    height: 100% !important;
}
}
}

#cboxLoadedContent {
    height: 100% !important;

#au-upload-artwork {
    min-height: calc(100% - 50px) !important;
    margin-bottom: 10px !important;
}
}
}

.woocommerce-cart .entry-content table.cart td.product-quantity .quantity-simple {
    display: inline-block;
    padding-left: 10px;
}

#kad-head-my-account-menu .missing-orders-count {
    color: #FFFFFF;
}

.woosg-item-product .product-attributes-list{
    list-style: none;
    max-width: 90%;
    margin: 10px 0;
    padding: 0;
    clear:both;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
    width: 14%;
    text-align: center;
    word-wrap: break-word;
}
.woocommerce-orders-table th.woocommerce-orders-table__header.woocommerce-orders-table__header-po-number,
.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-po-number{
    width: 8%;
}
.woocommerce-orders-table th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number,
.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number{
    width: 8%;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number,
.woocommerce-orders-table th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number{
    text-align: start;
}

.orders-awaiting-approval-details.my-account-orders-missing-files ul.product-attributes-list li{
    margin-bottom: 2px;
}

#aucontainer.dropzone {
    width: 100%;
    height: 200px;
    border: 2px dashed #ccc;
    /*border-radius: 10px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f9;
    position: relative;
    transition: background 0.3s ease-in-out;
}
#aucontainer.dropzone:hover {
    background-color: #f0f0f0;
}
#aucontainer .dropzone-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.print-products-area.order-upload-pdf .artwork-upload-form{
    margin-bottom: 12px;
}
.print-products-area.order-upload-pdf .dbn-link-file-example:hover{
    color: #ff4500;
}
.print-products-area.order-upload-pdf .dbn-link-file-example{
    color: #444; text-decoration: underline;
}
.print-products-area.order-upload-pdf .item_text1{
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(193, 193, 193);
}

@media screen and (min-width: 991px) {
    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number,
    th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-number{
        width: 10% !important;
    }
}

.awcdp-deposit-checkout-button {
    display: none;
}
.column-approval mark.uploaded {
    background: url(../img/admin/check_2.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}

.myaccount-text-fedex {
    font-size: 16px !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}

/* ---- Area product add-to-cart form ---- */
.novodek-area-product-form .novodek-area-fields {
    margin-bottom: 1.2em;
}

.novodek-area-product-form .novodek-area-row {
    margin-bottom: 0.9em;
}

.novodek-area-product-form .novodek-area-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.novodek-area-unit {
    font-weight: normal;
    color: #777;
}

.novodek-area-product-form .novodek-area-row .input-text {
    width: 100%;
    max-width: 180px;
}

.novodek-area-field-error {
    display: block;
    color: #e2401c;
    font-size: 0.85em;
    margin-top: 0.2em;
}

.novodek-area-field-error span + span::before {
    content: ' · ';
}

.novodek-area-transpose-note {
    color: #777;
    font-size: 0.875em;
    margin: 0 0 0.5em;
}

/* Attribute radios with optional colour swatch / term thumbnail — Ascend chip style */
.novodek-area-attr-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.novodek-area-radio {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    line-height: 1.4;
    background: #fff;
    color: #60646c;
    font-weight: 600;
    margin: 0;
}

.novodek-area-radio input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.novodek-area-radio.has-thumb {
    flex-direction: column;
    padding: 6px 8px;
    text-align: center;
}

.novodek-area-radio:has(input:checked),
.novodek-area-radio.is-selected {
    border-color: #ff4500;
    background: #ff4500;
    color: #fff;
    box-shadow: none;
}

.novodek-area-swatch {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.novodek-area-thumb {
    display: block;
    width: 48px;
    height: 36px;
    object-fit: cover;
    border-radius: 0;
}

.novodek-area-price-row {
    font-size: 1.25em;
    margin: 12px 0 4px;
}

.novodek-area-price {
    font-weight: 700;
    color: #0e1999;
}

.novodek-area-weight-row {
    color: #888;
    font-size: 0.95em;
    margin-bottom: 12px;
}

.novodek-area-submit .single_add_to_cart_button {
    margin-top: 0.5em;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
}