.custom-opening2-div-p p {
    color: black;
}

.custom-opening2-div-p-mb-0 p {
    margin-bottom: 0 !important;
}

.custom-opening2-ls {
    letter-spacing: 0.2px !important;
}

.custom-opening2-menu-item .custom-opening2-menu-item-details {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.custom-opening2-menu-item .custom-opening2-menu-item-details .custom-opening2-menu-item-title {
    position: relative;
    padding-bottom: 10px;
}

.custom-opening2-menu-item .custom-opening2-menu-item-details .custom-opening2-menu-item-price {
    position: relative;
    top: -5px;
}

.custom-opening2-menu-item .custom-opening2-menu-item-details .custom-opening2-menu-item-price strong {
    font-size: 20.8px;
    font-size: 1.3rem;
}

.custom-opening2-menu-item .custom-opening2-menu-item-details .custom-opening2-menu-item-price strong > span {
    font-size: 0.6em;
}

.custom-opening2-menu-item .custom-opening2-menu-item-details .custom-opening2-menu-item-line {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: dashed 1px #777;
}

.custom-opening2-menu-item .custom-opening2-menu-item-desc {
    position: relative;
    margin-top: 5px;
}

.custom-opening2-menu-item + .custom-opening2-menu-item {
    margin-top: 25px;
}

.custom-opening2-divider-size-1 {
    height: 2px;
}

.custom-opening2-dotted-border {
    border-bottom: 1px dashed var(--primary);
}