.fme-hpatc-custom-button-wrapper-shop{
    text-align: center;
}
.fme-hpatc-hide-add-to-cart-button-product{
    margin-bottom: 1.5rem;
    cursor: pointer !important;
}
/* Basic modal styling */
.fme-hpatc-custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.34);
    z-index: 999999;
}

.fme-hpatc-root-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.34);
    z-index: 999999;
}

.fme-hpatc-custom-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: fit-content;
    height: 80%;
    width: 50%;
    overflow-y:auto;
    margin-top: 20px;
}

.fme-hpatc-custom-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px;
    cursor: pointer;
}