/* Frontend Styles for Restaurant Hours Plugin */

.rhwc-disabled-button {
    background-color: #999 !important;
    border-color: #999 !important;
    color: #fff !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    width: 100%;
    text-align: center;
    padding: 15px 20px !important;
    font-size: 16px !important;
}

.rhwc-disabled-button:hover {
    background-color: #888 !important;
    border-color: #888 !important;
    color: #fff !important;
}

.rhwc-mini-cart-notice {
    background: #f8d7da;
    color: #721c24;
    padding: 8px 12px;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0;
}

.rhwc-mini-cart-notice small {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .rhwc-disabled-button {
        font-size: 14px !important;
        padding: 12px 15px !important;
    }
}