.custom-cut-display-wrapper form{
    display: flex;
    flex-direction: column;
}

.custom-cut-display-wrapper .add-to-cart-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.custom-cut-display-wrapper .add-to-cart-wrapper .draft-dropdown, .custom-cut-display-wrapper .add-to-cart-wrapper .quantity {
    height: 46px;
}

.popupOverlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.customPopup {
    display: none;
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    z-index: 1000;
    width: 600px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.closePopup {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

.custom_finish_warning {
    display: none;
}

.custom_finish_warning_style {
    font-style: italic;
}

.stock_made_to_order {
    font-weight: 600;
}