body{font-family:Oswald,sans-serif}.Content{margin-top:72px}.Toolbar{align-items:center;background-color:#703b09;box-sizing:border-box;display:flex;height:56px;justify-content:space-between;left:0;padding:0 20px;position:fixed;top:0;width:100%;z-index:90}.Toolbar nav{height:100%}@media only screen and (max-width:500px){.DesktopOnly{display:none}}.DrawToggle{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:10px 0;width:40px}.DrawToggle div{background-color:#fff;height:3px;width:90%}@media only screen and (min-width:500px){.DrawToggle{display:none}}.Logo{background-color:#fff;border-radius:5px;box-sizing:border-box;padding:8px}.Logo,.Logo img{height:100%}.NavigationItems{align-items:center;display:flex;height:100%;list-style:none;margin:0;padding:0}@media only screen and (max-width:500px){.NavigationItems{flex-direction:column}}.NavigationItem{align-items:center;box-sizing:border-box;display:flex;height:100%;margin:0}.NavigationItem a{border-bottom:4px solid transparent;box-sizing:border-box;color:#fff;display:block;height:100%;padding:16px 10px;text-decoration:none}.NavigationItem a.active,.NavigationItem a:active,.NavigationItem a:hover{background-color:#8f5c2c;border-bottom:4px solid #40a4c8;color:#fff}@media only screen and (max-width:500px){.NavigationItem{margin:10px 0}.NavigationItem,.NavigationItem a{box-sizing:border-box;display:block;width:100%}.NavigationItem a{color:#8f5c2c;text-decoration:none}.NavigationItem a.active,.NavigationItem a:active,.NavigationItem a:hover{background-color:initial;border-bottom:4px solid transparent;color:#40a4c8}}.SideDraw{background-color:#fff;box-sizing:border-box;height:100%;left:0;max-width:70%;padding:32px 16px;position:fixed;top:0;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;width:280px;z-index:200}.Open{-webkit-transform:translateX(0);transform:translateX(0)}.Close{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media only screen and (min-width:500px){.SideDraw{display:none}}.BackDrop{background-color:rgba(0,0,0,.5);height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.Sandwich{font-size:1.2rem;font-weight:700;height:250px;margin:auto;overflow:scroll;text-align:center;width:100%}@media only screen and (min-width:1024px) and (min-height:700px){.Sandwich{height:600px;width:700px}}@media only screen and (min-width:500px) and (min-height:400px){.Sandwich{height:300px;width:350px}}.BreadBottom{background:linear-gradient(#f08e4a,#e27b36);border-radius:0 0 30px 30px;height:13%}.BreadBottom,.BreadTop{box-shadow:inset -15px 0 #c15711;margin:2% auto;width:80%}.BreadTop{background:linear-gradient(#bc581e,#e27b36);border-radius:50% 50% 0 0;height:20%;position:relative}.Seeds-1{background-color:#fff;border-radius:40%;box-shadow:inset -2px -3px #c9c9c9;height:15%;left:30%;position:absolute;top:50%;-webkit-transform:rotate(-20deg);transform:rotate(-20deg);width:10%}.Seeds-1:after{box-shadow:inset -1px 2px #c9c9c9;left:-170%;top:-260%}.Seeds-1:after,.Seeds-1:before{background-color:#fff;border-radius:40%;content:"";height:100%;position:absolute;-webkit-transform:rotate(60deg);transform:rotate(60deg);width:100%}.Seeds-1:before{box-shadow:inset -1px -3px #c9c9c9;left:180%;top:-50%}.Seeds-2{box-shadow:inset -3px 0 #c9c9c9;height:15%;left:64%;top:50%;-webkit-transform:rotate(10deg);transform:rotate(10deg);width:10%}.Seeds-2,.Seeds-2:before{background-color:#fff;border-radius:40%;position:absolute}.Seeds-2:before{box-shadow:inset 1px 3px #c9c9c9;content:"";height:100%;left:150%;top:-130%;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:100%}.Meat{background:linear-gradient(#7f3608,#702e05);border-radius:15px;height:8%;margin:2% auto;width:80%}.Cheese{background:linear-gradient(#f4d004,#d6bb22);height:4.5%;width:90%}.Cheese,.Veg{border-radius:20px;margin:2% auto}.Veg{background:linear-gradient(#228c1d,#91ce50);height:7%;width:85%}.Chicken{background:linear-gradient(#bf3813,#c45e38);height:3%;margin:2% auto;width:80%}.BuildControls{align-items:center;background-color:#cf8f2e;border-radius:12px;box-shadow:20px 5px 35px #ccc;display:flex;flex-direction:column;margin:0 auto;padding:10px 0;width:100%}.OrderButton{background-color:#dad735;border:1px solid #966909;box-shadow:2px 2px 2px #966909;color:#966909;cursor:pointer;font-family:inherit;font-size:1.2rem;outline:none;padding:15px 30px}.OrderButton:active,.OrderButton:hover{background-color:#a0db41;border:1px solid #966909;color:#966909}.OrderButton:hover:disabled{background-color:#c7c6c6;border:1px solid #ccc;color:#888;cursor:not-allowed}.OrderButton:not(:disabled){-webkit-animation:enable .3s linear;animation:enable .3s linear}@-webkit-keyframes enable{0%{-webkit-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes enable{0%{-webkit-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}.BuildControl{align-items:center;display:flex;justify-content:center;margin:5px 0}.BuildControl button{border:none;cursor:pointer;margin-right:10px;outline:none;padding:5px 15px}.BuildControl button:disabled{background-color:#ac9980;border:1px solid #7e7365;color:#ccc;cursor:not-allowed}.Label{font-weight:700;padding:10px;text-align:center;width:80px}.BuildControl .Less{background-color:#d39952;color:#fff}.BuildControl .More{background-color:#8f5e1e;color:#fff}.BuildControl .Less:active,.BuildControl .Less:hover,.BuildControl .More:active,.BuildControl .More:hover{background-color:#daa972;color:#fff}.Modal{background-color:#fff;border:1px solid #ccc;box-shadow:1px 1px 1px #000;box-sizing:border-box;direction:rtl;left:15%;padding:16px;position:fixed;top:30%;transition:all .7s ease-out;width:70%;z-index:500}@media only screen and (max-width:600px){.Modal{left:calc(50% - 250px);width:500px}}.Button{background-color:initial;border:none;cursor:pointer;font:inherit;font-weight:700;margin:10px;outline:none;padding:10px}.Button:first-of-type{margin-left:0;padding-left:0}.Success{color:#5c9210}.Danger{color:#944317}
/*# sourceMappingURL=main.d0cd25ea.css.map*/