/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.restaurant-right-details {
    padding:16px .25rem 16px
}

.restaurant-right-details > section {
    display: flex;
    margin:0 0 1rem
}

.restaurant-right-details div {
    align-self: center;
    margin:0 0 0 .5rem
}

.right-side-details-icon {
    margin: .25rem 0 0;
    flex-shrink:1
}

.right-side-header {
    font-size: 14px;
    font-weight: 700;
    line-height:20px
}

.restaurant-right-details p {
    font-size: 14px;
    font-weight: 400;
    line-height:20px
}



.qrcode-wrapper {
  width: 20.125rem;
  padding: 1.125rem;
  background-color: var(--white-qr);
  border-radius: var(--border-radius-qr);
    overflow: hidden;
}

.qrcode-wrapper .qrcode-image {
  overflow: hidden;
  border-radius: calc(var(--border-radius-qr) / 2);
}

.qrcode-image img {
  max-width: 100%;
  display: block;
  background: no-repeat center / cover;
}

.qrcode-wrapper .qrcode-text {
  text-align: center;
  padding: 1.375rem 1rem;
}

.qrcode-text h1 {
  font-size: 1.375rem;
  color: var(--dark-blue-qr);
  margin-bottom: 1rem;
}

.qrcode-text p {
  color: var(--grayish-blue-qr);
  font-size: var(--font-size-qr);
  line-height: 1.3;
}

.available-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.available-widget ul li {
    color: #858585;
    overflow: hidden;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.available-widget ul li span {
    float: left;
}
.available-widget ul li:first-child {
    padding-top: 0;
}
.available-widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}



.available-time-slots, .available-display-slots {
    display: none;
    box-sizing:border-box
}

.available-time-slots > h2, .available-display-slots > h2 {
    font-size: 18px;
    font-weight: 700;
    line-height:24px
}

.time-slots {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
    white-space:nowrap
}

.time-slot-btn {
    background-color: #da3743;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    font-weight: 300;
    font-size:14px
}

.time-slot-btn:hover {
    background-color:#B8222E
}

.show-page-time-slots {
    margin-bottom:15px
}

.show-page-time-slots > ul > li {
    padding: 3px 5px;
    width:30%
}
