.lf-quick-menu {
    width: 130px;
    text-align: center;
    height: auto;
    z-index: 101;
    transition: all 1s;
}

.lf-quick-menu .info {
    color: silver;
    font-size: 10px;
    line-height: 16px;
}

.lf-quick-menu .title {

    color: #4e4e4e;
    font-size: 20px;
    line-height: 26px;
}

.lf-quick-menu .quick--container {
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}


.lf-quick-menu .item {
    visibility: hidden;
    margin: 12px;
    justify-content: space-between;
    align-items: center;


}

.lf-quick-menu .quick-item:not(:last-child) {
    border-bottom: 1px solid silver;

    padding-bottom: 12px;
}

.lf-quick-menu .quick-item:last-child {
    margin: 0;
    background-color: #f3f3f3;
    padding: 12px 22px;
}


.quick-active {
    outline: 1px solid silver;
    background: white;
}

.quick-active>.item {
    visibility: visible;
}

.header .info {
    font-size: 0.7em;
    font-weight: normal;
    color: grey;
}


.phone-reservation--bottom {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.phone-reservation--bottom>div {
    display: inline-block;
    position: relative;
    background: #FFEB33;
    height: auto;
    color: #423630;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
}

.phone-reservation--bottom>div:after {
    content: '';
    position: absolute;
    border-top: 10px solid #FFEB33;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -9px;
    left: 15px;
}



@media (max-width : 1400px) {
    .lf-quick-menu {
        display: none;

    }
    .lf-wing-banner.--right ul li:first-child {
        display: none;
    }
    .phone-reservation--bottom {
        display: block;
    }
}

.phone-reservation .content .item label {
    width: 100px;
    display: inline-block;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #9e9e9e;
}

.phone-reservation .header {
    font-size: 28px !important;
}

.phone-reservation .info {
    font-size: 14px;
    color: #9e9e9e !important;
}

.phone-reservation input[type="text"],
.phone-reservation input[type="tel"],
.phone-reservation select {
    padding-left: 20px;
    border: 1px solid #dfe1e3;
    height: 56px !important;
    font-size: 18px;
    box-sizing: border-box;
    color: #5c5c5c;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 0.28571429rem;
    -webkit-appearance: none;
    position: relative;
}

.phone-reservation .content .item {
    display: flex;
    align-items: center;
}

.phone-reservation .btn-reservation {
    text-align: center;
    padding: 24px;
    font-size: 20px;
    cursor: pointer;
}

.phone-reservation .ui.checkbox.personal-information {
    left: 84px;
    margin-top: 12px;
}

.phone-reservation .ui.checkbox.personal-information .btn-more {
    margin-left: 4px;
    cursor: pointer;
    color: #0067ff;
}

.quickThumbnail{
    width: 120px;
}
.latelyViewItemListPageing_div{
    padding-bottom: 5px;
}