.merchant-wrapper
.main-tvr-wrapper {
    margin: 25px 0 0 0;
    padding: 0 15px;
}



.merchant-wrapper
.main-tvr-wrapper
.divider {
    border-top: 1px solid #eee;
}



.merchant-wrapper
.main-tvr-wrapper
.select-datetime-wrapper {
    margin: 24px 0 0 0;
}



.merchant-wrapper
.main-tvr-wrapper
.select-datetime-wrapper
.selector {
    position: relative;
    float: left;
    margin: 0 15px 10px 0;
    padding: 0 20px 0 34px;
}

.merchant-wrapper
.main-tvr-wrapper
.select-datetime-wrapper
.selector.time {
    padding-left: 31px;
    margin-right: 0;
    margin-bottom: 0;
}



.merchant-wrapper
.main-tvr-wrapper
.select-datetime-wrapper
.selector
.icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 24px;
}



.merchant-wrapper
.main-tvr-wrapper
.select-datetime-wrapper
.selector
.arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 15px;
}



.merchant-wrapper
.main-tvr-wrapper
.select-datetime-wrapper
.selector
span {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper {
    position: relative;
    margin: 32px 0 0 0;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window {
    position: relative;
    margin: 0 0 20px 0;
    height: 114px;
    overflow-y: hidden;
    overflow-x: hidden;
    //overflow-x: scroll;
    //scroll-snap-type: x mandatory;
    //scroll-behavior: smooth;
    //-webkit-overflow-scrolling: touch;
    //scrollbar-width: none;
    //-ms-overflow-style: none;
}

.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window::-webkit-scrollbar {
    display: none;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.slide-cta {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 36px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    background: #fff;
    z-index: 100;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.slide-cta
img {
    display: block;
    position: absolute;
    width: auto;
    height: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.slide-cta.left {
    left: -10px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.slide-cta.right {
    right: -10px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.slide-cta.left
img {
    transform: translate(-50%, -50%) scaleX(-1);
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider {
    position: relative;
    padding-top:3px;
    height: 117px;
    //scroll-snap-type: x mandatory;
    //scroll-behavior: smooth;
    //-webkit-overflow-scrolling: touch;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot {
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 0 0 0 12px;
    margin-left: 12px;
    height: 92px;
    border: 1px solid #aaa;
    border-radius: 8px;
    //scroll-snap-align: start;
    //scroll-snap-stop: always;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot:first-child {
    //margin-left: 0;
}

.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot.selected {
    border-color: #25c662;
    box-shadow: 0px 0px 0px 3px #C8EABE;
    box-shadow: 0px 0px 0px 3px #E2F4DD;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.down-arrow {
    display: none;
    position: absolute;
    width: auto;
    height: 14px;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%)
}

.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot.selected
.down-arrow {
    display: block;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
h1 {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.details {
    display: none;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot.details
.details {
    display: block;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.details
h2 {
    margin: 2px 0 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
    text-align: center;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.details
h3 {
    display: inline-block;
    position: relative;
    margin: 4px 0 0 0;
    padding: 1px 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    background: #e2f8e3;
    font-size: 12px;
    font-weight: 700;
    color: #25c662;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.unavailable {
    display: none;
    margin: 3px 0 0 0;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    color: #f76b6b;
    text-align: center;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot.unavailable
.unavailable {
    display: block;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.no-longer-available {
    display: none;
    margin: 3px 0 0 0;
    padding: 0 5px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    color: #f76b6b;
    color: #adadad;
    text-align: center;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot.no-longer-available
.no-longer-available {
    display: block;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.closed {
    display: none;
    position: relative;
    margin: 3px 0 0 0;
    padding: 1px 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    background: #f2f3f4;
    font-size: 12px;
    font-weight: 700;
    color: #919191;
    text-align: center;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot.closed
.closed {
    display: inline-block;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.sold-out {
    display: none;
    position: relative;
    margin: 3px 0 0 0;
    padding: 1px 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    background: #f8e2e2;
    font-size: 12px;
    font-weight: 700;
    color: #c62525;
    color: #e35353;
    text-align: center;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot.sold-out
.sold-out {
    display: inline-block;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.loader {
    display: none;
    position: absolute;
    width: 100%;
    top: 40px;
    background: #fff;
    z-index: 10;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.loader
span {
    display: block;
    margin: 0 auto;
    height: 14px;
    border-radius: 40px;
    background: #eee;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.loader
span.quantity {
    margin-top: 0;
    width: 70px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot
.loader
span.discount {
    margin-top: 9px;
    width: 40px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.window
.slider
.timeslot.loading
.loader {
    display: block;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper {
    display: none;
    //margin: 20px 0 0 0;
    overflow: hidden;
}

.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper.open {
    display: block;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper {
    padding: 10px 12px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper.customize
.customization-wrapper {
    //display: block;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head {
    text-align: center;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
img {
    display: inline-block;
    width: auto;
    height: 60px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
h1 {
    margin: 6px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #888;
}




.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
.included-wrapper {
    margin: 20px 0 0 0;
    text-align: center;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
.included-wrapper
.item {
    display: inline-block;
    position: relative;
    padding: 0 0 0 28px;
    width: 194px;
    height: 24px;
    line-height: 24px;
    text-align: left;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
.included-wrapper
.item
img {
    display: block;
    position: absolute;
    width: auto;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
.included-wrapper
.item
span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
.suggestion-wrapper {
    display: inline-block;
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 0 34px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
.suggestion-wrapper
img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 24px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
.suggestion-wrapper
p {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.head
.suggestion-wrapper
span {
    margin: 0 0 0 7px;
    padding: 5px 10px;
    border-radius: 10px;
    background: #f4f0ff;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.customize-tvr-wrapper {
    margin: 30px 0 0 0;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.customize-tvr-wrapper
.party-size {
    margin: 0 auto;
    width: 120px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.customize-tvr-wrapper
.party-size
select {
    width: 100%;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.customize-tvr-wrapper
.amount-needed {
    //margin: 0 auto;
    //width: 165px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.customize-tvr-wrapper
.customize-divider {
    position: relative;
    margin: 24px 0;
    height: 1px;
    background: #000;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.customize-tvr-wrapper
.customize-divider
span {
    position: absolute;
    padding: 0 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 800;
    background: #fff;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.tvr-wrapper {
    display: grid;
    grid-template-columns: auto 115px;
    column-gap: 15px;
    margin: 33px 0 0 0;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.tvr-wrapper
.tvr {
    position: relative;
    padding: 0 0 0 51px;
    height: 55px;
    border: 1px solid #979797;
    border-radius: 40px;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.tvr-wrapper
.tvr
.icon {
    display: block;
    position: absolute;
    width: auto;
    height: 31px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.tvr-wrapper
.tvr
h1 {
    margin: 6px 0 0 0;
    font-size: 17px;
    font-weight: 800;
    color: #000;
}

@media all and (max-width: 330px) {
    .ccsubview.restaurants
    .search-results-wrapper
    .merchant-wrapper
    .main-tvr-wrapper
    .timeslot-wrapper
    .main-customize-tvr-wrapper
    .customization-wrapper
    .tvr-wrapper
    .tvr
    h1 {
        margin-top: 9px;
        font-size: 15px;
    }
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.tvr-wrapper
.tvr
h2 {
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #3bbb4a;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.tvr-wrapper
.reserve-button-wrapper
.button {
    display: block;
    position: relative;
    padding: 0 0 0 43px;
    height: 55px;
    line-height: 55px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #25c662;
}



.merchant-wrapper
.main-tvr-wrapper
.timeslot-wrapper
.main-customize-tvr-wrapper
.customization-wrapper
.tvr-wrapper
.reserve-button-wrapper
.button
.icon {
    display: block;
    position: absolute;
    width: auto;
    height: 23px;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}



