:root {
    --oh-primary: var(--wp--preset--color--primary-500);
    --oh-hover: var(--wp--preset--color--primary-600);
    --oh-radius: var(--wp--custom--border-radius);
}

.bit_openinghours_wrap {
    position: relative;
    cursor: pointer;
    display: inline-block;
    user-select: none;
}

.bit_openinghours_wrap .info_bar {
    display: flex;
    align-items: center;

    gap: var(--wp--preset--spacing--20);
}

.bit_openinghours_wrap .info_bar_text {
    font-size: var(--wp--preset--font-size--normal);
}

.bit_openinghours_wrap .info_bar_opening {
    font-size: var(--wp--preset--font-size--small);
    text-align: right;
}


.bit_openinghours_wrap--sm .info_bar_text {
    font-size: var(--wp--preset--font-size--x-small);
}

.bit_openinghours_wrap .info_bar_icon {
    position: relative;
    display: flex;
    justify-content: center;
}


.bit_openinghours_wrap .info_bar i {
    font-size: 2.5rem;
    color: var(--oh-primary);
}

.bit_openinghours_wrap--sm .info_bar i {
    font-size: 1.5rem;
}

.bit_openinghours_wrap .info_bar>i,
.bit_openinghours_wrap .contact_number i {
    color: var(--oh-primary);
}

.bit_openinghours_wrap .menu_decoration {
    white-space: nowrap;
}

@media (min-width: 992px) {

    .bit_openinghours_wrap .menu_decoration,
    .bit_openinghours_wrap .info_bar_icon,
    .bit_openinghours_info_head {
        display: none;

    }
}

@media (max-width: 991px) {

    .bit_openinghours_wrap .info_bar {
        flex-direction: column;
    }

    .bit_openinghours_wrap .info_bar .info_bar_text {
        display: none;
    }
}

.bit_openinghours_wrap .bit_openinghours_number a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

.bit_openinghours_marker {
    width: 0.75em;
    height: 0.75em;
    border-radius: 100%;
    display: inline-block;
}

.bit_openinghours_wrap .info_bar_icon .bit_openinghours_marker {
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    bottom: 0.25em;
    right: 0.25em;
    border-radius: 100%;
    vertical-align: middle;
}

.bit_openinghours_marker.open {
    background: var(--wp--preset--color--green-600, #13e06c);

}

.bit_openinghours_marker.closed {
    background: var(--wp--preset--color--red-600, #ff0000);
}

.bit_openinghours_wrap>span {
    vertical-align: middle;
}

.bit_openinghours_state {
    text-transform: capitalize;
}

.bit_openinghours_info_wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.4s;
    right: 0;
}

.bit_openinghours_info {
    margin-top: 10px;
    background: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    padding: 15px;
    color: #555;
    border-radius: 12px;
}

.bit_openinghours_wrap:hover .bit_openinghours_info_wrap,
.bit_openinghours_wrap:focus .bit_openinghours_info_wrap {
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
}

.bit_openinghours_table {
    margin-bottom: var(--wp--preset--spacing--30);
}

.bit_openinghours_table .bit_openinghours_day {
    padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
}

.bit_openinghours_table .today {
    font-weight: bold;
}

.bit_openinghours_table .bit_openinghours_time {
    white-space: nowrap;
    padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20)
}


.bit_openinghours_info_head {
    padding-bottom: var(--wp--preset--spacing--30);
    border-bottom: 1px solid var(--wp--preset--color--grey-300);
    margin-bottom: var(--wp--preset--spacing--30);
    text-align: center;
}

.bit_openinghours_info_number {
    font-size: var(--wp--preset--font-size--medium);
    text-decoration: none;
    color: var(--wp--preset--color--grey-1000);
}

.bit_openinghours_info_number:hover {
    text-decoration: underline;
    text-decoration-color: var(--wp--preset--color--green-600);
}

.bit_openinghours_wrap .menu_decoration {
    line-height: normal;
    white-space: nowrap;
}