#mural-image-editor {
    margin-bottom: 2em
}

#mural-cropper-image {
    display: block
}

.cropper-modal {
    opacity: 0
}

.pewc-product-extra-groups .pewc-field-count-4 {
    display: none
}

.woocommerce-cart-form .variation-Areasqft,
.woocommerce-checkout-review-order .variation-Areasqft {
    display: none !important
}

.woocommerce-table--order-details tr td.product-name ul li:nth-child(5) {
    display: none
}

.single_add_to_cart_button {
    display: none !important;
}

/* Dropzone */
.dropzone {
    border: 3px dashed #ffc060;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fffaf2;
    margin: 20px 0;
}

.dropzone:hover {
    border-color: #007cba;
    background: #f0f8ff;
}

.upload-requirements {
    color: #888;
    font-size: 12px;
    line-height: 1.4;
}

#start-over-button {
    background: #00000017;
    border: none;
    border-radius: 10px;
    padding: .5em 1.5em;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 600;
    margin-top: 1em;
}

#start-over-button:hover {
    background: #000000c9;
    color: #fff;
}