@charset "UTF-8";@import url("//fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");.homepage-cart-button-display{display:none;}@media(max-width:991px){.homepage-cart-button-display{display:block;bottom:0;animation:show-homepage-cart-btn .4s ease-in-out;position:fixed;left:0;right:0;z-index:2;top:auto;padding:10px 15px 12px;background:#fff;box-shadow:0 -3px 15px rgba(0,0,0,.06);border-top:1px solid #e6e6e6;}.homepage-cart-button-display .btn-homepage-cart-display{background-color:var(--main-color);color:#fff;text-align:center;letter-spacing:.6px;line-height:17px;text-transform:uppercase;font-weight:700;font-size:14px;border:1px solid rgba(255,255,255,.5);box-shadow:inset 4px 4px 8px rgba(255,255,255,.25);border-radius:12px;width:100%;padding:8px 15px;display:flex;justify-content:space-between;align-items:center;height:44px;}.homepage-cart-button-display .btn-homepage-cart-display span.homepage-cart-display__amount{flex-basis:25%;display:flex;justify-content:start;align-items:center;}.homepage-cart-button-display .btn-homepage-cart-display span.homepage-cart-display__view-cart{flex-grow:1;}.homepage-cart-button-display .btn-homepage-cart-display span.homepage-cart-display__quatity-box{flex-basis:25%;display:flex;justify-content:end;align-items:center;}.homepage-cart-button-display .btn-homepage-cart-display span.homepage-cart-display__quatity-box .homepage-cart-display__quatity{color:var(--main-color);display:flex;justify-content:center;align-items:center;width:24px;height:24px;background:#fff;border-radius:3px;}.homepage-cart-button-display .btn-homepage-cart-display span.custom-text-style{display:flex;justify-content:end;align-items:center;height:24px;}.open-cart .homepage-cart-button-display{display:none!important;}}@keyframes show-homepage-cart-btn{from{bottom:-100%;}to{bottom:0;}}@keyframes hide-homepage-cart-btn{from{bottom:0;}to{bottom:-100%;}}:root{--promo-code-color:#1565c0;--voucher-color:#00b900;--expired-color:#636a79;}.pcv-section{position:relative;display:flex;justify-content:space-between;align-items:center;height:100px;padding:0;border:1px solid #d9d9d9;border-radius:8px;color:#636a79;margin-top:15px;margin-bottom:10px;font-size:14px;}.pcv-section.item-disabled::before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:.4;background-color:#fff;z-index:1;border-radius:9px;}.pcv-section.item-selected{border:4px solid;border-radius:12px;}.pcv-section.item-selected::after{content:"";position:absolute;top:0;left:6px;height:18px;width:10px;border-bottom:3px solid #fff;border-right:3px solid #fff;z-index:1;transform:rotate(45deg);}.pcv-section.item-selected .pcv-icon::before{content:"";position:absolute;top:0;left:0;border-top:38px solid;border-right:38px solid transparent;z-index:1;}.pcv-section.item-selected .pcv-icon .pcv-value{top:13px;right:8px;}.pcv-section.item-selected .pcv-info .btn-view-tc{bottom:6px;right:10px;}.pcv-section .pcv-item{height:100%;}.pcv-section .pcv-status{position:relative;display:flex;justify-content:center;align-items:center;flex-basis:24px;flex-shrink:0;border-top-left-radius:8px;border-bottom-left-radius:8px;}.pcv-section .pcv-status.pcv-status-expired{background-color:#e61d2b;}.pcv-section .pcv-status.pcv-status-redeemed{background-color:#f19c23;}.pcv-section .pcv-status .pcv-status__name{position:absolute;top:50%;left:50%;color:#fff;font-size:11px;font-weight:bold;letter-spacing:.5px;transform:translate(-50%,-50%) rotate(-90deg);}.pcv-section .pcv-icon{display:flex;justify-content:center;align-items:center;padding:4px 7px 4px 6px;position:relative;}.pcv-section .pcv-icon .pcv-value{position:absolute;top:15px;right:8px;text-align:center;color:#fff;height:40px;width:40px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;letter-spacing:.2px;line-height:1;}.pcv-section .pcv-icon .pcv-value .pcv-value__number{font-size:18px;font-family:"Bebas Neue",sans-serif;}.pcv-section .pcv-icon .pcv-value .pcv-value__off{font-size:12px;font-style:italic;font-family:"Bebas Neue",sans-serif;}.pcv-section .pcv-info{display:flex;justify-content:space-between;align-items:start;flex-direction:column;flex-grow:1;border-top-right-radius:8px;border-bottom-right-radius:8px;padding:14px 8px;position:relative;}.pcv-section .pcv-info::before{content:"";position:absolute;height:65%;top:50%;left:0;transform:translateY(-50%);border-left:1px dashed;}.pcv-section .pcv-info .pcv-title__info-name{text-align:start;line-height:1.2;text-align:start;font-size:13px;}.pcv-section .pcv-info .pcv-title__promo-code{text-align:start;display:flex;}.pcv-section .pcv-info .pcv-title__promo-code span{color:#636a79;flex-shrink:0;padding-right:3px;}.pcv-section .pcv-info .pcv-title__promo-code strong{word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}.pcv-section .pcv-info .pcv-title{font-weight:bold;text-align:start;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}.pcv-section .pcv-info .pcv-time{font-size:12px;color:#636a79;}.pcv-section .pcv-info .pcv-time .pcv-time__date{font-weight:bold;}.pcv-section .pcv-info .btn-view-tc{position:absolute;bottom:12px;right:10px;font-size:12px;background-color:#636a79;color:#fff;text-transform:uppercase;border-radius:8px;height:24px;width:75px;padding:3px;z-index:1;cursor:pointer;}.pcv-section.voucher-type{color:var(--voucher-color)!important;}.pcv-section.voucher-type .btn-view-tc{background-color:var(--voucher-color)!important;}.pcv-section.voucher-type .pcv-icon svg path,.pcv-section.voucher-type .pcv-icon svg circle{fill:var(--voucher-color)!important;}.pcv-section.promo-code-type{color:var(--promo-code-color);}.pcv-section.promo-code-type .btn-view-tc{background-color:var(--promo-code-color)!important;}.pcv-section.promo-code-type .pcv-icon svg path,.pcv-section.promo-code-type .pcv-icon svg circle{fill:var(--promo-code-color)!important;}.pcv-item_action{display:flex;justify-content:start;align-items:start;flex-direction:column;font-size:12px;}.pcv-item_action .pcv-item_action-pay{display:flex;justify-content:center;align-items:center;width:100%;height:32px;border-radius:4px;letter-spacing:.2px;font-weight:700;font-size:12px;background:var(--main-color);color:#fff;text-decoration:none;margin-bottom:5px;}.pcv-item_action .pcv-item_action-pay.text-upper{text-transform:uppercase;}.pcv-item_action .pcv-item_action-message{color:#232a3e;display:flex;justify-content:start;align-items:center;text-align:start;}.pcv-item_action .pcv-item_action-message svg{align-self:start;margin-top:2px;}.pcv-item_action .pcv-item_action-message .pcv-item_action-message-err{display:flex;flex-direction:column;justify-content:center;align-items:start;padding-left:5px;line-height:1.2;}.pcv-item_action .pcv-item_action-message span{position:relative;padding-top:2px;padding-left:5px;}.pcv-item_action .pcv-item_action-message span::before{content:"•";position:absolute;top:-1px;left:-3px;font-size:18px;}.cart-rewards{border-bottom:1px solid #d7d7d7;}.cart-rewards .cart-rewards-box{background-color:#fff;}.cart-rewards .discount-title{display:flex;padding:12px 10px;font-size:16px;align-items:center;gap:10px;align-self:stretch;background-color:#fff;justify-content:space-between;border-bottom:1px solid #d7d7d7;}.cart-rewards .discount-title .discount-title__label,.cart-rewards .discount-title .discount-title__action{cursor:pointer;transition:all .5s ease-out;}.cart-rewards .discount-title.collapsed .discount-title__action{transform:rotate(180deg);}.cart-rewards .discount-content{transition:all .5s ease-out;}.cart-rewards .discount-content .discount-content-box{display:flex;flex-direction:column;padding:0 10px 0 5px;}.cart-rewards .discount-item{display:flex;flex-direction:column;padding:8px 0;}.cart-rewards .discount-item.discount-item-disabled{cursor:not-allowed;opacity:.4;}.cart-rewards .discount-item .discount-item__info{align-items:center;align-self:stretch;display:flex;gap:4px;width:100%;justify-content:space-between;}.cart-rewards .discount-item:not(:last-child){border-bottom:1px solid #d7d7d7;}.cart-rewards .discount-item.selected .discount-item__info{border:1px solid var(--main-color);background:var(--main-background-item-color);}.cart-rewards .discount-item .discount-item__label{display:flex;gap:4px;align-items:start;justify-content:center;flex-grow:1;flex-direction:column;}.cart-rewards .discount-item .discount-item__label--img{position:relative;}.cart-rewards .discount-item .discount-item__label--img.bg-after::after{content:"";position:absolute;top:10px;right:7px;width:10px;height:9px;border-radius:4px;background-color:var(--main-color);z-index:1;}.cart-rewards .discount-item .discount-item__action{display:flex;gap:8px;align-items:center;}.cart-rewards .discount-item .discount-item__action .btn{color:#fff;background-color:var(--main-color);padding:6px;border-radius:17px;width:74px;height:34px;font-weight:500;text-transform:lowercase;}.cart-rewards .discount-item .discount-item__action .btn::first-letter {text-transform:uppercase;}.cart-rewards .discount-item .discount-item__message{display:flex;padding:8px 15px;align-items:center;min-width:100%;gap:8px;justify-content:space-between;margin-left:-15px;margin-right:-15px;}.cart-rewards .discount-item .discount-item__label--text{line-height:1.2;color:#232a3e;font-weight:bold;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}.cart-rewards .discount-item .discount-item__label--text span{font-size:12px;}.cart-rewards .discount-item .btn-remove-rewards{border:unset;background:transparent;height:30px;padding:0;padding-top:2px;}.cart-rewards .discount-item.success-message .discount-item__message{background-color:#ebf6eb;}.cart-rewards .discount-item.success-message .discount-item__message--text,.cart-rewards .discount-item.success-message .discount-item__message .fa{color:#0b0;}.cart-rewards .discount-item.success-message .discount-item__label--text{color:#8c8e90;}.cart-rewards .discount-item.error-message .discount-item__info{background:unset;}.cart-rewards .discount-item.error-message .discount-item__message{background-color:#fce8ea;}.cart-rewards .discount-item.error-message .discount-item__label--text{font-weight:bold;letter-spacing:.2px;}.cart-rewards .discount-item.error-message .discount-item__message--text,.cart-rewards .discount-item.error-message .discount-item__label--text,.cart-rewards .discount-item.error-message .discount-item__message .fa{color:#e61d2b;}.cart-rewards .discount-item .discount-item__message--label{display:flex;align-items:center;gap:4px;}.cart-rewards .discount-item .discount-item__message--img img{width:100%;}.cart-rewards .discount-item .discount-item__message--text{font-size:12px;font-style:normal;font-weight:400;padding-left:32px;margin-top:3px;text-align:start;}.cart-rewards .discount-item .discount-item__message--action{cursor:pointer;}.confirm-remove-discount-rewards .modal-sm{max-width:350px;margin:auto;}.confirm-remove-discount-rewards .modal-sm .modal-content{width:100%;}.confirm-remove-discount-rewards .modal-sm .confirm-remove-discount-rewards-body{padding-top:50px;}.confirm-remove-discount-rewards .modal-sm .confirm-remove-discount-rewards-body .confirm-remove-discount-rewards-remove-icon{position:absolute;top:10px;right:10px;padding:5px;}.confirm-remove-discount-rewards .modal-sm .confirm-remove-discount-rewards-body div{color:#333;font-size:16px;margin-bottom:10px;font-weight:bold;}.confirm-remove-discount-rewards .modal-sm .confirm-remove-discount-rewards-body p{color:#636a79;font-size:12px;}.confirm-remove-discount-rewards .modal-sm .confirm-remove-discount-rewards-footer{display:flex;gap:15px;padding-top:35px;}.confirm-remove-discount-rewards .modal-sm .confirm-remove-discount-rewards-cancel-btn{display:flex;justify-content:center;align-items:center;padding:10px 15px;width:50%;height:45px;border-radius:4px;text-align:center;letter-spacing:.2px;text-transform:uppercase;font-weight:700;font-size:14px;line-height:17px;background:#fff;border:1px solid var(--main-color);color:var(--main-color);}.confirm-remove-discount-rewards .modal-sm .confirm-remove-discount-rewards-confirm-btn{display:flex;justify-content:center;align-items:center;padding:10px 15px;width:50%;height:45px;border-radius:4px;text-align:center;letter-spacing:.2px;text-transform:uppercase;font-weight:700;font-size:14px;line-height:17px;background:var(--main-color);border:1px solid var(--main-color);color:#fff;}@media(min-width:992px){.cart-rewards .discount-title{padding:10px;}.cart-rewards .discount-title .discount-title__label{font-size:14px;}.cart-rewards .discount-content .discount-item__label--text{font-size:13px;}.cart-rewards .discount-content .discount-item__action{gap:5px;}.cart-rewards .discount-content .discount-item__action .btn{padding:0 3px;width:66px;height:33px;font-size:13px;}.all-product-item .items-added .row-items{font-size:14px;padding:10px 0;}.all-product-item .items-added .row-items .clear-items{font-size:13px;}#info-total-cart .panel-body{padding:10px;}#info-total-cart .panel-body .total-price-list{font-size:12px;line-height:1.4;}#info-total-cart .panel-body .total-price-list li>div{padding-bottom:8px;}}.buffet-section{font-size:14px;border-bottom:1px solid #f5f5f7;}.buffet-section .buffet-table{display:flex;justify-content:space-between;align-items:center;padding:13px 5px 13px 15px;font-size:14px;font-weight:bold;background-color:#fff;flex-flow:wrap;flex-wrap:wrap;line-height:16px;}.buffet-section .buffet-table .buffet-table__name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding-right:5px;}.buffet-section .buffet-table .buffet-table__type{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;flex-basis:49%;text-align:end;padding-right:15px;}.buffet-section .buffet-category{background-color:#fff;}.buffet-section .buffet-category .buffet-slides{display:flex;justify-content:start;align-items:center;overflow-x:scroll;overflow-y:hidden;padding:5px;}.buffet-section .buffet-category .buffet-slides::-webkit-scrollbar{height:.5em;}.buffet-section .buffet-category .buffet-slides::-webkit-scrollbar-thumb{background-color:var(--main-scrollbar-color);opacity:.6;}.buffet-section .buffet-category .buffet-slides .buffet-slide{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:8px;position:relative;}.buffet-section .buffet-category .buffet-slides .buffet-slide.active::before{content:"";position:absolute;right:0;left:0;bottom:0;border-bottom:3px solid var(--main-color);}.buffet-section .buffet-category .buffet-slides .buffet-slide .buffet-slide__img{padding:5px;position:relative;}.buffet-section .buffet-category .buffet-slides .buffet-slide .buffet-slide__img::before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;border-radius:50%;border:3px solid #f4f4f4;}.buffet-section .buffet-category .buffet-slides .buffet-slide .buffet-slide__img img{border-radius:50%;}.buffet-section .buffet-category .buffet-slides .buffet-slide .buffet-slide__title{font-size:11px;line-height:16px;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.buffet-page{background-color:#fff;}.buffet-page .buffet-greetings{display:flex;justify-content:center;align-items:center;font-size:14px;padding:15px 0;flex-direction:column;line-height:21px;text-align:center;}.buffet-page .buffet-greetings .buffet-greetings__welcome{font-weight:bold;font-size:16px;text-align:center;}.buffet-page .buffet-greetings .buffet-greetings__table{text-align:center;}.buffet-page .buffet-card__header-action{display:flex;justify-content:space-between;align-items:center;padding:15px 0;}.buffet-page .buffet-card__header-action .btn{text-transform:uppercase;border-radius:4px;font-size:12px;font-weight:bold;height:44px;width:125px;}.buffet-page .buffet-card__header-action .btn.btn-buffet-back{background-color:#fff;color:var(--main-color);border:1px solid var(--main-color);}.buffet-page .buffet-card__header-action .btn.btn-buffet-proceed{background-color:var(--main-color);color:#fff;border:1px solid #fff;}.buffet-page .buffet-card__header-action .btn.full-w{width:100%;}.buffet-page .buffet-cards{padding:0;}.buffet-page .buffet-cards .buffet-card{position:relative;display:flex;justify-content:center;align-items:start;flex-direction:column;border-radius:4px;padding-bottom:10px;margin-bottom:20px;border-bottom:3px solid #f5f5f7;}.buffet-page .buffet-cards .buffet-card .buffet-card__popular{position:absolute;display:flex;justify-content:center;align-items:center;color:#fff;top:0;right:0;border-top-right-radius:4px;border-bottom-left-radius:4px;padding:5px;background-color:var(--main-color);font-size:14px;height:26px;width:74px;}.buffet-page .buffet-cards .buffet-card .buffet-card__img{width:100%;height:auto;border-radius:4px;}.buffet-page .buffet-cards .buffet-card .buffet-card__name{font-size:16px;font-weight:bold;line-height:24px;padding:5px 0;flex-grow:1;flex-shrink:0;width:100%;}.buffet-page .buffet-cards .buffet-card .buffet-card__price{display:flex;justify-content:start;align-items:center;color:var(--main-color);font-size:16px;font-weight:bold;line-height:24px;margin-bottom:10px;}.buffet-page .buffet-cards .buffet-card .buffet-card__price div{padding-right:10px;margin-right:10px;}.buffet-page .buffet-cards .buffet-card .buffet-card__message{color:#31708f;background-color:#d9edf7;padding:15px;border:1px solid var(--main-color);border-radius:4px;margin-bottom:10px;}.buffet-page .buffet-cards .buffet-card .buffet-card__description{font-size:12px;font-weight:400;line-height:18px;padding:5px 0;flex-grow:1;flex-shrink:0;width:100%;}.buffet-page .buffet-cards .buffet-card .buffet-card__action{text-align:end;width:100%;padding:5px 0;}.buffet-page .buffet-cards .buffet-card .buffet-card__action .btn{text-transform:uppercase;border-radius:4px;font-size:12px;font-weight:bold;height:44px;width:125px;}.buffet-page .buffet-cards .buffet-card .buffet-card__action .btn.btn-buffet-view-menu{background-color:#fff;color:var(--main-color);border:1px solid var(--main-color);}.buffet-page .buffet-cards .buffet-card .buffet-card__action .btn.btn-buffet-proceed{background-color:var(--main-color);color:#fff;border:1px solid #fff;}.buffet-page .buffet-cards .buffet-card .buffet-card__action .btn.full-w{width:100%;}@media(min-width:768px){.buffet-page.buffet-page-index .buffet-cards{display:flex;flex-wrap:wrap;gap:30px;}.buffet-page.buffet-page-index .buffet-cards .buffet-card{flex-basis:46%;border:1px solid #f5f5f7;border-bottom:3px solid #f5f5f7;}.buffet-page.buffet-page-index .buffet-cards .buffet-card .buffet-card__img{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:10px;}.buffet-page.buffet-page-index .buffet-cards .buffet-card .buffet-card__name,.buffet-page.buffet-page-index .buffet-cards .buffet-card .buffet-card__description,.buffet-page.buffet-page-index .buffet-cards .buffet-card .buffet-card__action{padding:0 15px;}}#menu-tiles-mobile.menu-iconic-mobile{height:auto;}#menu-tiles-mobile.menu-iconic-mobile ul{text-align:start;padding:0 5px;}#menu-tiles-mobile.menu-iconic-mobile ul li{position:relative;display:table-cell;padding:5px 0;line-height:30px;text-align:center;}#menu-tiles-mobile.menu-iconic-mobile ul li a{display:flex;justify-content:center;align-items:center;flex-direction:column;width:80px;white-space:initial!important;}#menu-tiles-mobile.menu-iconic-mobile ul li a .slide__title{font-size:12px;line-height:15px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:none;margin:3px 0;padding:0 8px;width:100%;}#menu-tiles-mobile.menu-iconic-mobile ul li a .buffet-slide__img{padding:2px;}#menu-tiles-mobile.menu-iconic-mobile ul li a .buffet-slide__img.b-radius{border-radius:50%;border:2px solid #f4f4f4;}#menu-tiles-mobile.menu-iconic-mobile ul li a .buffet-slide__img .img-category-iconic{width:50px;height:50px;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:50%;}#menu-tiles-mobile.menu-iconic-mobile ul li.active::after{content:"";position:absolute;bottom:1px;left:12px;right:12px;width:unset;height:4px;border-radius:10px;background-color:var(--main-color);border-bottom:0;filter:unset;}#menu-tiles-mobile.menu-iconic-mobile ul li.active a::after{display:none;content:unset;}.buffet-announcement{display:flex;justify-content:center;align-items:center;padding:15px 15px 10px;font-size:14px;line-height:22px;text-align:center;border-bottom:1px solid #f5f5f7;margin:0 -15px;}.toggle-category-description .title-group .desc p{display:contents;}.order-list .item-line-buffet{padding:5px 0 3px;}.order-list .item-line-buffet .buffet-person-type{color:#737373;display:block;}.order-list .item-line-buffet .order-price.quantity-buffet{position:relative;}