body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ececec;color:#3b3b3b;font-family:Hanken-Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}header{background-color:#ffb700;height:100px;position:fixed;top:0;width:100%}header .wrapper{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;width:80%}header .wrapper .leftSide{display:flex}header .wrapper .leftSide h3{margin-left:20px}header .wrapper .rightSide{align-items:center;display:flex}header .wrapper .rightSide p{font-weight:700;margin-right:20px}header .wrapper button{background-color:rgba(255,0,0,0);border:0}.welcomePage{background-color:#ffb700;display:flex;flex-direction:column;height:100vh;padding-top:100px;width:100%}.welcomePage h2{color:#000;font-size:32px;margin:60px auto}.welcomePage ul{display:flex;flex-wrap:wrap;justify-content:space-between;list-style-type:none;margin:0 auto;width:500px}.welcomePage ul a{color:#000;text-decoration:none}.welcomePage ul li{align-items:center;background-color:#fff;border-radius:100%;box-shadow:0 5px 5px rgba(0,0,0,.6);display:flex;flex-direction:column;height:150px;justify-content:center;width:150px}.welcomePage ul li img{margin-bottom:10px}.welcomePage ul .disabled{color:gray}.content{background-color:#fff;display:flex;height:1000px;margin:0 auto;padding-top:150px;width:80%}.content .navigation{border-right:1px solid #e3e3e3;height:100%;width:20%}.content .navigation ul{margin:0;padding:30px}.content .navigation li{align-items:center;border-bottom:.1px solid #e0e0e0;display:flex;list-style-type:none;margin-bottom:20px;padding:7px}.content .navigation li img{background-color:#e8e8e8;border-radius:50%;margin-right:10px}.content .menuList{height:100%;padding:0 40px;width:80%}.content .menuList h3{margin:0}.content .menuList .menuItems{display:flex;flex-wrap:wrap}.content .menuList .menuItems .card{align-items:center;border:1px solid #e3e3e3;border-radius:20px;display:flex;flex-direction:column;height:210px;margin-bottom:20px;margin-right:14px;width:250px}.content .menuList .menuItems .card .topPart{align-items:center;border-bottom:1px solid #e3e3e3;border-radius:20px 20px 0 0;display:flex;height:130px;justify-content:center;width:100%}.content .menuList .menuItems .card .topPart img{max-height:100%;max-width:100%}.content .menuList .menuItems .card .bottomPart{display:flex;height:70px;justify-content:space-between;width:100%}.content .menuList .menuItems .card .bottomPart .price{align-items:center;display:flex;flex-direction:column;flex-grow:0;height:100%;justify-content:space-between;margin-right:5px;width:60px}.content .menuList .menuItems .card .bottomPart p{height:100%;margin:5px;width:150px}.content .menuList .menuItems .card .bottomPart button{background:none;border:0}.content .menuList .menuItems .focused{box-shadow:2px 2px 5px rgba(89,89,89,.59)}.cart{background-color:#fff;border:1px solid #d7d7d7;display:flex;flex-direction:column;height:100%;padding:0 20px;position:fixed;right:-350px;top:100px;transition:.5s;width:300px}.cart ul{margin:0;max-height:50vh;overflow-y:auto;padding:10px}.cart li{border-bottom:1px solid #efefef;display:flex;flex-direction:column;margin:0;padding:15px 0}.cart li .info{display:flex;justify-content:space-between;margin-bottom:10px}.cart li .info b{margin-right:20px;white-space:nowrap}.cart li .buttons{display:flex;justify-content:space-between}.cart li button{background-color:#ffb700;border:none;border-radius:50%;height:25px;width:25px}.cart .topCart{display:flex;justify-content:space-between}.cart .bottomCart{display:flex;flex-direction:column;margin-top:10px}.cart .bottomCart a{align-self:center}.cart .bottomCart button{align-self:center;background-color:#52e060;border:0;border-radius:30px;height:40px;margin-top:10px;width:100px}.cart button{background-color:transparent;border:0}.cartOpen{right:0}.account{background-color:#fff;flex-direction:column;height:100vh;margin:0 auto;padding-top:110px;width:80%}.account,.account .accountNavigation{display:flex}.account .accountNavigation li{border-bottom:1px solid #ccc;list-style-type:none;margin-right:10px;padding-bottom:10px}.account .accountNavigation li .active{border-bottom:1px solid #adff2f}.account .accountContent{margin:0 auto}.account .contactInfo{width:40%}.account .contactInfo input,.account .contactInfo select{border:1px solid #c2c2c2;border-radius:10px;margin-bottom:15px;margin-top:10px;padding:10px;width:80%}.account .contactInfo button{background-color:#52e060;border:0;border-radius:10px;height:auto;padding:10px;width:auto}.account .contactInfo .address{display:flex;justify-content:space-between;margin-bottom:10px;width:90%}.account .contactInfo .address button{background-color:#c2c2c2;border-radius:100%;height:20px;padding:5px;width:20px}.account .contactInfo ul{padding:0}.account .orderList{margin-top:20px;overflow-y:auto;width:80%}.account .orderList table{border-collapse:collapse;width:100%}.account .orderList table th{text-align:left}.account .orderList table td{border-bottom:1px solid #d2d2d2;padding:20px 0;text-align:left}.account .orderList table #cancel{background-color:#ff5454;border:1px solid #dcdcdc;border-radius:5px;color:#fff;width:100%}.confirmationOrder{background-color:#fff;height:100%;margin:0 auto;padding:150px 0;width:80%}.confirmationOrder .return{align-items:center;display:flex;flex-direction:row}.confirmationOrder .return img{margin-right:5px}.confirmationOrder a{color:#000;text-decoration:none}.confirmationOrder .contentConf{display:flex;flex-direction:column;margin:0 70px}.confirmationOrder .contentConf #price{align-self:end;font-size:22px;margin-bottom:30px}.confirmationOrder .contentConf h2{margin-bottom:40px}.confirmationOrder .contentConf .list li{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.confirmationOrder .contentConf .list li .left{align-items:center;display:flex}.confirmationOrder .contentConf .list li .left img{margin-right:20px}.confirmationOrder .contentConf .list li .left p{margin-right:10px}.confirmationOrder .contentConf .list li .left .count{font-size:22px}.confirmationOrder .contentConf .list li .right{align-items:center;display:flex}.confirmationOrder .contentConf .list li .right .price{margin-right:20px}.confirmationOrder .contentConf .list li .right button{background-color:#ffb700;border:none;border-radius:50%;height:35px;margin-right:5px;padding:10px;width:35px}.confirmationOrder .contentConf .list li .right .deleteButton{background-color:rgba(255,183,0,0);margin-left:10px}.confirmationOrder .contentConf .chooseAddress{margin-bottom:40px}.confirmationOrder .contentConf .chooseAddress .inputAddress{display:flex}.confirmationOrder .contentConf .chooseAddress .inputAddress input{border:1px solid #cbcbcb;border-radius:10px 0 0 10px;font-size:22px;padding:10px;width:100%}.confirmationOrder .contentConf .chooseAddress .inputAddress button{background-color:#13dc98;border:1px solid #cbcbcb;border-radius:0 10px 10px 0;width:10%}.confirmationOrder .contentConf .chooseAddress .readyAddress li{border-bottom:1px solid #e8e8e8;display:flex;font-size:20px;justify-content:space-between;list-style-type:none;margin-bottom:10px;padding:10px}.confirmationOrder .contentConf .chooseAddress .readyAddress li button{background-color:#13dc98;border:1px solid #cbcbcb;border-radius:10px}.confirmationOrder .contentConf .contactInfo{font-size:22px;margin-left:20px}.confirmationOrder .contentConf #confirmOrder{background-color:#ffb700;border:1px solid #cbcbcb;border-radius:10px;height:40px;margin:30px auto;width:30%}.disable{button:disable}@-webkit-keyframes ldio-bwr06vgawvp{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes ldio-bwr06vgawvp{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.ldio-bwr06vgawvp div{-webkit-animation:ldio-bwr06vgawvp 1s linear infinite;animation:ldio-bwr06vgawvp 1s linear infinite;border:5px solid #ffb700;border-radius:50%;border-top-color:transparent;height:20px;left:50%;position:absolute;top:50%;width:20px}.loadingio-spinner-rolling-b5r1h5c8y1e{background:none;display:inline-block;height:100%;overflow:hidden;width:100%}.ldio-bwr06vgawvp{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:50px;margin:0 auto;position:relative;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-transform-origin:0 0;transform-origin:0 0;width:50px}.ldio-bwr06vgawvp div{box-sizing:initial}
/*# sourceMappingURL=main.bd30e2ba.css.map*/