@charset "UTF-8";

/**
Theme Name: MedFam
**/
.disabled {
    opacity: .5;
    pointer-events: none;
    filter: blur(1px);
}

.fancybox-image, .fancybox-spaceball {
    border-radius: 30px;
}

.show {
    display: block;
}

.grecaptcha-badge {
    display: none !important;
}

.align-center {
    text-align: center;
    display: block;
    margin: auto;
}
.no-teacher-products {
    width: 100%;
    margin-bottom: 10px;
}
.search-button-stop {
    margin-top: 20px;
} 

.hidden {
    display: none;
}

.btn.out-of-stock {
    background: #fff;
    color: #9c759b;
    pointer-events: none;
}

.loading {
    pointer-events: none;
}

/* acf */
.compensate-for-scrollbar {
    margin-right: 0px !important;
}

.print-status {
    display: block;
    max-width: 50px;
    text-align: right;
    margin-left: auto;
}

span.out-of-stock {
    background-color: #9c759b;
    color: white;
    padding: 4px 8px;
    width: fit-content;
    border-radius: 4px;
}