@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/anton/v23/1Ptgg87LROyAm3Kz-Co.ttf) format("truetype")}@font-face{font-family:Lato;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USew8.ttf) format("truetype")}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHvxk.ttf) format("truetype")}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVew8.ttf) format("truetype")}@font-face{font-family:Lato;font-style:normal;font-weight:900;font-display:swap;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50Xew8.ttf) format("truetype")}body{margin:auto}h1{font-weight:900;font-size:60px;color:#e9192c}h1,h2{font-family:Lato,Arial,sans-serif;font-style:normal}h2{font-weight:700;font-size:40px;color:#a0111e;margin:40px auto 10px}h3{font-weight:400;font-size:30px;margin:0}h3,p{font-family:Lato,Arial,sans-serif;font-style:normal}p{font-weight:300;font-size:24px}label{font-family:Lato,Arial,sans-serif;font-style:normal;font-weight:400;font-size:20px}@media screen and (max-width:1000px){h1{font-size:40px}h2{font-size:30px}h3{font-size:24px}p{font-size:20px}label{font-size:15px}}.no-margin{margin:0!important}.img-bg{background-repeat:no-repeat;background-position:50%}.img-bg h1{color:#fff}.img-bg.darken{background-color:rgba(0,0,0,.5);background-blend-mode:darken}.img-bg.fill-screen{width:100vw;height:100vh;background-size:auto 110vh}@media (min-aspect-ratio:16/9){.img-bg.fill-screen.aspect-16-9{background-size:110vw auto!important}}@media (min-aspect-ratio:8/5){.img-bg.fill-screen.aspect-8-5{background-size:110vw auto!important}}.comic-strip{margin:100px auto;display:flex;flex-direction:row;justify-content:space-between;width:100%}.comic-strip img{width:24%;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;border-radius:10px;box-shadow:10px 10px 10px gray}@media screen and (max-width:1300px){.comic-strip{margin:80px 0}.comic-strip>:first-child{display:none}.comic-strip img{width:32%}}@media screen and (max-width:1000px){.comic-strip{margin:50px 0}.comic-strip>:nth-child(2){display:none}.comic-strip img{width:48%}}@media screen and (max-width:500px){.comic-strip{margin:20px 0;flex-direction:column}.comic-strip img{width:96%;margin:10px 0}}main{width:80vw;margin:auto;padding:100px 0}.times,main{text-align:center}.times{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:5px;-moz-column-gap:5px;column-gap:5px}.times :nth-child(3){grid-area:2/1/end/end}.button{color:#fff;background-color:#a0111e;font-family:Lato,Arial,sans-serif;font-size:24px;text-decoration:none;text-align:center;padding:10px 30px;border-radius:20px}.button:hover{background-color:#ce1627;cursor:pointer}.button.circle{width:50px;height:50px;border-radius:50%}.button.no-bg{background-color:transparent;color:#a0111e}.button.no-bg:hover{color:#ce1627}.menu-content{padding-bottom:40px}.menu-content .category-selector{position:sticky;top:60px;background-color:#fff}.menu-content .category-selector h2{height:40px}.menu-content .category-selector i:hover{cursor:pointer;color:#e92e3f}.menu-content .category-selector i{transition:.5s;transform:rotate(0)}.menu-content .category-selector i.up{transition:.5s;transform:rotate(-180deg)}.menu-content .category-selector .list.show{animation:showCategories .5s ease-in-out 0s forwards}@keyframes showCategories{0%{height:0}to{height:200px}}.menu-content .category-selector .list{text-align:center;display:flex;flex-direction:column;background-color:#fff;overflow-y:scroll;animation:hideCategories .5s ease-in-out 0s forwards;border-top:1px solid #000;border-bottom:1px solid #000}@keyframes hideCategories{0%{height:200px}to{height:0}}.menu-content .category-selector .list div:hover{cursor:pointer;background-color:#eee}.menu-content .category-selector .list div.selected{background-color:#d3d3d3}@media screen and (max-width:1300px){.menu-content .category-selector{padding:40px 0 0}}.menu-content .menu-container{display:flex;flex-direction:column;width:50vw;margin:0 auto 50px}@media screen and (max-width:1000px){.menu-content .menu-container{width:95vw}}.menu-content .menu-container h2,.menu-content .menu-container h3{text-align:center}.menu-content .menu-container h3{font-size:24px}.menu-content .menu-container .section{margin-top:10px}.menu-content .menu-container .section .fa-pepper-hot{margin-left:1pc;color:#e9192c}.menu-content .menu-container .section .large,.menu-content .menu-container .section .qty{font-style:italic}.menu-content .menu-container .section .large{color:#a0111e}.menu-content .menu-container .section .entry-container{display:flex;flex-direction:column}.menu-content .menu-container .section .entry-container .entry{margin:0 0 5px;display:grid;text-align:left;border-bottom:1px dotted gray}.menu-content .menu-container .section .entry-container .entry span{font-family:Lato,Arial,sans-serif;font-size:24px;font-weight:300}.menu-content .menu-container .section .entry-container .entry .number{grid-area:1/1/2/2}.menu-content .menu-container .section .entry-container .entry.regular{grid-template-columns:4pc 1fr 3fr 7pc}.menu-content .menu-container .section .entry-container .entry.regular .desc{grid-area:1/2/2/4}.menu-content .menu-container .section .entry-container .entry.regular .price{grid-area:1/4/2/5;text-align:right}.menu-content .menu-container .section .entry-container .entry.regular .note{grid-area:2/2/3/4;font-size:20px}.menu-content .menu-container .section .entry-container .entry.regular .variant-list{grid-area:3/3/4/5;text-align:right}.menu-content .menu-container .section .entry-container .entry.regular .variant-list .variant{margin-bottom:5px}.menu-content .menu-container .section .entry-container .entry.regular .variant-list .price{display:inline-block;width:6pc;margin-left:5px}.menu-content .menu-container .section .entry-container .entry.set{grid-template-columns:4pc 1fr 7pc}.menu-content .menu-container .section .entry-container .entry.set .persons{text-align:center;font-weight:400}.menu-content .menu-container .section .entry-container .entry.set .price{grid-area:1/3/2/4;text-align:right}.menu-content .menu-container .section .entry-container .entry.set .dish-list{grid-area:2/2/3/3;text-align:center}.menu-content .menu-container .section .entry-container .entry.set .note{font-style:italic}.menu-content .allergies{text-align:center}.menu-content .allergies .allergy{display:inline-block!important;vertical-align:middle;color:#fff;width:24px;height:24px;padding:0;margin:0 5px 8px;text-align:center}.menu-content .allergy-container.show{animation:showAllergyChart .3s ease-in 0s normal forwards}@keyframes showAllergyChart{0%{transform:translateX(calc(25vw + 6px))}to{transform:translateX(0)}}@keyframes hideAllergyChart{0%{transform:translateX(0)}to{transform:translateX(calc(25vw + 6px))}}.menu-content .allergy-container{right:0;top:80px;position:fixed;width:calc(25vw + 6px + 25px);display:grid;grid-template:1fr 12pc 1fr/25px calc(25vw + 6px);transform:translateX(calc(25vw + 6px));animation:hideAllergyChart .3s ease-out 0s normal forwards;z-index:2}@media (max-height:250px),screen and (max-width:1000px){.menu-content .allergy-container{display:none!important}}.menu-content .allergy-container .allergy-tab{grid-area:2/1/3/2;background-color:#a0111e;border-radius:10px 0 0 10px;box-shadow:5px 5px 2px 2px rgba(0,0,0,.486)}.menu-content .allergy-container .allergy-tab label{height:100%;white-space:nowrap;-ms-writing-mode:sideways-lr;writing-mode:sideways-lr;color:#fff;text-align:center}.menu-content .allergy-container .allergy-tab :hover{cursor:pointer}.menu-content .allergy-container .allergy-tab:hover{cursor:pointer;background-color:#ce1627}.menu-content .allergy-container .allergy-chart{grid-area:1/2/4/3;border-radius:20px;border:3px solid #a0111e;background-color:#fff;text-align:center;box-shadow:5px 5px 2px 2px rgba(0,0,0,.486)}.menu-content .allergy-container .allergy-chart p{font-size:15px;margin:0}.menu-content .allergy-container .allergy-chart .table-container{display:grid;grid-template-columns:repeat(3,1fr);font-family:Lato,Arial,sans-serif;border-top:3px solid #a0111e;border-bottom:3px solid #a0111e}.menu-content .allergy-container .allergy-chart .table-container .cell{display:flex;flex-direction:column;align-items:center;margin:5px 0}@media screen and (max-height:550px){.menu-content .allergy-container .allergy-chart{border-radius:0}.menu-content .allergy-container .allergy-chart p{display:none}.menu-content .allergy-container .allergy-chart .table-container{border:0}}.order{position:fixed;bottom:calc(100vh - 80px - 58px);transition:transform .5s;left:0;width:25vw;max-height:50vh;background-color:#fff;border-right:3px solid #a0111e;border-radius:0 0 30px 0;display:grid;grid-template-columns:100px 1fr 85px;grid-template-rows:1fr 35px 25px;font-family:Lato,Arial,sans-serif;font-size:20px;font-weight:300;box-shadow:-2px 5px 2px 2px rgba(0,0,0,.486)}@media screen and (max-width:1300px){.order{width:50vw}}@media screen and (max-width:1000px){.order{width:70vw;font-size:15px}}@media screen and (max-width:500px){.order{width:100vw}}.order .clear{grid-area:2/1/3/2}.order .total{grid-area:2/3/3/4;border-top:2px solid #000;text-align:right;padding-right:5px}.order .tab{background-color:#a0111e;text-align:center;grid-area:3/1/4/4;border-radius:0 0 30px 0;color:#fff}.order .tab i{transition:transform .5s}.order .tab:hover{cursor:pointer;background-color:#e92e3f}.order .order-items{width:100%;grid-area:1/1/2/4;max-height:50vh;overflow-y:scroll}.order .order-items .item{display:grid;grid-template-columns:3pc 2fr 24px 2pc 24px 85px;border-bottom:1px dashed gray;margin-top:5px}.order .order-items .item .add,.order .order-items .item .sub{font-size:20px;padding:0!important;border-radius:50%}.order .order-items .item .qty{text-align:center}.order .order-items .item .price{text-align:right;padding-right:5px}.order.show{transform:translateY(calc(100% - 60px))}.order.show .tab i{transform:rotate(-180deg)}.contact-container{display:flex;flex-direction:column;padding:50px 15vw}.contact-container>div{display:grid;grid-template-columns:1fr 2fr;justify-content:space-between;padding:10px;background-color:#fbd3d7;border-radius:10px;margin:10px 0}.contact-container p{margin:auto}.contact-container .map iframe{margin:auto 0 auto auto;border:0;width:100%;aspect-ratio:4/3}@media screen and (max-width:1000px){.contact-container{padding:50px 3vw}.contact-container>div{display:flex;flex-direction:column}.contact-container .map iframe{margin-right:auto;width:100%}}header.brand-head{background-color:#792c93;position:sticky;left:0;top:0;width:100vw;height:60px;padding:10px 0;display:grid;grid-template-columns:1fr 1fr;align-content:center;grid-gap:30vw;gap:30vw;z-index:999}header.brand-head .logo{margin-left:20px;display:flex;flex-direction:row;justify-content:center;align-items:center}header.brand-head .logo img{height:60px}header.brand-head .logo .short{display:none;height:45px}header.brand-head .nav{display:flex;flex-direction:row;margin-right:20px}header.brand-head .nav .nav-button{text-align:center;font-family:Anton,Arial,Helvetica,sans-serif;font-style:normal;text-decoration:none;font-weight:400;font-size:40px;color:#fff;flex-grow:1;border-radius:10px}header.brand-head .nav :hover{background-color:#af58cd}@media screen and (max-width:1300px){header.brand-head{gap:0}header.brand-head .logo{margin-left:10px}header.brand-head .nav{margin-right:10px}}@media screen and (max-width:1000px){header.brand-head{grid-template-columns:1fr 3fr}header.brand-head .logo .long{display:none}header.brand-head .logo .short{display:block}}@media screen and (max-width:500px){header.brand-head .logo{margin-left:0}header.brand-head .logo img{height:45px}header.brand-head .nav{margin-right:0}header.brand-head .nav .nav-button{font-size:30px!important}}header.brand-head.light{position:fixed;background-color:rgba(121,44,147,.5)}footer.brand-foot{position:sticky;background-color:#a0111e;color:#fff;font-family:Lato,Arial,sans-serif}footer.brand-foot .ship.large{position:absolute;width:15vw;height:13.275vw;z-index:1;transform:translate(calc(99vw - 15vw),-13.275vw)}footer.brand-foot .ship.small{position:absolute;width:7vw;height:6.195vw;z-index:1;transform:translate(.5vw,-6.195vw) scaleX(-1)}footer.brand-foot .ship.xsmall{position:absolute;width:5vw;height:4.425vw;z-index:1;transform:translate(calc(84vw - 5vw),-4.425vw)}@media screen and (max-width:1000px){footer.brand-foot .ship{display:none}}footer.brand-foot .content{padding:50px 5vw 30px;display:grid;grid-template-columns:50% 30% 20%}footer.brand-foot .content h3,footer.brand-foot .content p{margin:5px 0 10px}footer.brand-foot .content i{font-size:40px;margin:auto!important}footer.brand-foot .content .payment{text-align:center}footer.brand-foot .content .contact{grid-column:3/end;display:grid;grid-template-columns:40px auto;grid-column-gap:10px;-moz-column-gap:10px;column-gap:10px;align-self:flex-start}footer.brand-foot .content .small-text{grid-area:2/1/end/end;display:flex;flex-direction:row;justify-content:space-between;font-weight:300;font-size:15px}@media screen and (max-width:1000px){footer.brand-foot .content{padding-top:10px;grid-template-columns:50% 20% 30%}footer.brand-foot .content .payment{display:none}footer.brand-foot .content .times{grid-area:1/1/2/3}footer.brand-foot .content .contact{grid-column:3/end}footer.brand-foot .content .small-text{font-size:10px}}@media screen and (max-width:500px){footer.brand-foot .content{grid-template-columns:50% 20% 30%}footer.brand-foot .content .times{display:none}footer.brand-foot .content .contact{text-align:center;grid-area:1/1/2/end;row-gap:20px;margin-bottom:10px}}