#reset-timer{
    display: none;
}
.product-item-timer-end{
    display:none;
}
.start-reserve-time{
    display:none;
}

.reservation-popup-modal .modal-inner-wrap {
    width: 50%;
}

.reservation-popup-modal button.action-close {
    display: none;
}

.reservation-popup-modal .modal-inner-wrap {
    width: 15%;
    text-align: center;
}

.reservation-popup-modal h1{
    font-weight: 600 !important;
}
.reserve-trigger{
    display:none;
}
.reserve-popup-message{
    padding-bottom: 20px;
    font-size: 17px;
}
.reserve-secondary{
    color: black;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #000 !important;
}

.reserve-primary{
    background: #DA1984 !important;
    border: 1px solid #DA1984 !important;
    color: #fff !important;
}

.reserve-btn{
    width: 150px;
    height: auto;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
    margin-right: 10px;
}