.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header h2 {
    margin: 0;
}

.close-btn {
    cursor: pointer;
    font-size: 20px;
    background: none;
    border: none;
}

.popup-body {
    margin-top: 20px;
    text-align: left;
}

.popup-body h3 {
    margin: 0 0 10px;
}

.popup-body table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.popup-body table, .popup-body th, .popup-body td {
    border: 1px solid #ddd;
}

.popup-body th, .popup-body td {
    padding: 8px;
    text-align: center;
}

.popup-footer {
    display: flex;
    justify-content: space-between;
}

.edit-btn, .close-btn {
    background-color: #39847B;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color:#fff;
}

.edit-btn:hover, .close-btn:hover {
    background-color: #39847B;
}

#productdetailsall .modify_prescription_wrap {
    display: none;
}

table#productdetailsall {
    border: none !important;
}

table#productdetailsall dd.variation-usage,
table#productdetailsall dd.variation-lensType,
table#productdetailsall dd.variation-index

{
    margin-left: 0;
}

table#productdetailsall > a,
table#productdetailsall > ins
 {
    font-weight: 700;
    font-size: 18px;
}
table#productdetailsall  del {
display: none;
}
table#productdetailsall > ins{
    margin-left: 10px;
}
.price-box.handicon {
    position: relative;
}
.price-box.handicon::after {
    content: "";
    background: url(https://woocommerce-1280304-4633526.cloudwaysapps.com/wp-content/uploads/2025/01/hand_icon_small.png) no-repeat center / cover;
    width: 25px;
    height: 25px;
    display: block;
}
