.t-store__prod-popup__text a[href*="room-type="] {
    color: #fffefa !important;
    border: 1px solid #ffb640;
    background-color: #ffb640;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Roboto;
    display: flex;
    width: 125px;
    padding: 10px 20px;
    justify-content: center;
    font-weight: 500;
}

.t-store__prod-popup__text a[href*="room-type="]:hover {
    background: transparent;
    color: #ffb640 !important;
}

.t-store__prod-popup__container .t-store__prod-popup__btn-wrapper, .t-store__prod-popup__btn {
    display: none;
}
