diff --git a/restaurant_website/order.css b/restaurant_website/order.css index 64041fe..d4a5dc8 100644 --- a/restaurant_website/order.css +++ b/restaurant_website/order.css @@ -116,7 +116,7 @@ body{ background: var(--minor-color); border-radius: 10px; } -.fa-heart{ +.fa-cart-plus{ font-size: 1rem; color: var(--main-color); } @@ -149,16 +149,157 @@ body{ margin: 5px 0; font-weight: 600; } - - - - - - - - - - #cart{ - background: var(--bg-color); + background: var(--bg-color); + padding-right: 30px; + overflow-y: scroll; } +.cart-header{ + padding-top: 3rem; + padding-bottom: 1rem; + position: sticky; + top: 0; + background: var(--bg-color); +} +.user i{ + font-size: 0.8rem; + border: 1px solid var(--main-color); + color: var(--main-color); + padding: 5px 10px; + border-radius: 50px; + width: 100px; + overflow: hidden; + cursor: pointer; + margin: 1rem; +} +.user i:active{ + background: var(--main-color); + color: var(--bg-color); +} +#category-list .item-menu{ + margin: 1rem; + font-size: 1.2rem; + font-weight: 600; + color:var(--main-color); +} +.fa-hotjar{ + color: rgb(255, 106, 0); + font-size: 1rem; +} +.list-menu{ + display: flex; + align-items: center; + margin-top: 15px; + border-radius: 50px; + cursor: pointer; + transition: 0.5s all ease-in-out; +} +.list-menu:hover{ + background: var(--other-color); +} +.list-menu img{ + width: 55px; + height: 55px; + border-radius: 50%; +} +.list-name{ + margin: 0 10px; + font-size: 1rem; + text-align: center; + text-decoration: none; + color: var(--main-color); + font-weight: 600; +} +/*--------------------------------------------------------------------------------------------------------------------------*/ +#food-items{ + display: none; +} +#category-list{ + display: none; +} +/*--------------------------------------------------------------------------------------------------------------------------*/ + +#cart-page{ + background: var(--other-color); + margin: 40px 10px; + margin-right: 50px; + padding: 20px 30px; + padding-bottom: 30px; + position: relative; +} +#cart-title{ + color: var(--main-color); + font-size: 1.5rem; + font-weight: 600; + margin: 0; +} +#cart-page table{ + width: 100%; + margin-top: 20px; + text-align: center; +} +#cart-total{ + display: none; +} +#cart-page table thead td{ + font-size: 1rem; + padding-bottom: 10px; + font-weight: 600; +} +#cart-page table tbody td{ + padding: 10px 0; + font-size: 1rem; +} +#cart-page table tbody button{ + outline: none; + border: none; + font-size: 1rem; + background: none; + background: var(--main-color); + color: var(--bg-color); + border-radius: 4px; + cursor: pointer; + margin: 0 5px; + padding: 3px 8px; +} +#cart-page table tbody img{ + width: 60px; + height: 60px; + border-radius: 50%; +} +#checkout{ + text-align: center; + margin: 40px auto; + background: var(--other-color); + padding: 10px 20px; +} +#checkout p{ + margin: 1rem; + float: left; +} +#total-item, #total-price{ + font-size: 1rem; + color: var(--main-color); +} +#delivery{ + color: orangered; +} +.checkout-btn{ + outline: none; + border: none; + font-size: 1rem; + font-weight: 600; + background: var(--main-color); + color: var(--bg-color); + padding: 10px 20px; + border-radius: 4px; + font-weight: 600; + bottom: 30px; + margin: 15px 0; + cursor: pointer; +} +.checkout-btn:active{ + background: var(--minor-color); + color: var(--bg-color); +} + diff --git a/restaurant_website/order.html b/restaurant_website/order.html index 814a6d4..f027be7 100644 --- a/restaurant_website/order.html +++ b/restaurant_website/order.html @@ -48,7 +48,7 @@
Edamame
@@ -58,7 +58,7 @@Spicy Edamame
@@ -68,7 +68,7 @@Gyoza
@@ -78,7 +78,7 @@Takoyaki
@@ -88,7 +88,7 @@Ebi Okonomiyaki
@@ -98,7 +98,7 @@Sake Carpaccio
@@ -108,7 +108,7 @@Hamachi Carpaccio
@@ -118,7 +118,7 @@Soft Shell Crab
@@ -128,7 +128,7 @@Shrimp Tempura
@@ -141,7 +141,7 @@Miso Soup
@@ -151,7 +151,7 @@Spicy Miso Soup
@@ -164,7 +164,7 @@House Salad
@@ -174,7 +174,7 @@Seaweed Salad
@@ -184,7 +184,7 @@Cucumber Salad
@@ -194,7 +194,7 @@Tako Su
@@ -204,7 +204,7 @@Ebi Su
@@ -214,7 +214,7 @@Mixed Sunomono
@@ -224,7 +224,7 @@Spicy maguro poke Salad
@@ -237,7 +237,7 @@Sake/Smoked Sake
@@ -247,7 +247,7 @@Maguro/Shiro Maguro
@@ -257,7 +257,7 @@Hamachi
@@ -267,7 +267,7 @@Saba
@@ -277,7 +277,7 @@Ebi
@@ -287,7 +287,7 @@Hotate
@@ -297,7 +297,7 @@Kani Kama
@@ -307,7 +307,7 @@Unagi
@@ -317,7 +317,7 @@Ikura
@@ -327,7 +327,7 @@Masago
@@ -337,7 +337,7 @@Tamago
@@ -347,7 +347,7 @@Wagyu Nigiri
@@ -360,7 +360,7 @@Sushi A (6 pcs nigiri & 1 maki)
@@ -370,7 +370,7 @@Sushi B (9 pcs nigiri & 1 maki)
@@ -380,7 +380,7 @@Sashimi A (14 pcs sashimi & 1 maki)
@@ -390,7 +390,7 @@Sashimi B (21 pcs sashimi & 1 maki)
@@ -400,7 +400,7 @@Super Sashimi (28 pcs sashimi & 1 maki)
@@ -413,7 +413,7 @@Tekka (8 pcs)
@@ -423,7 +423,7 @@Sake (8 pcs)
@@ -433,7 +433,7 @@Negi Hamachi (8 pcs)
@@ -443,7 +443,7 @@Ebi (8 pcs)
@@ -453,7 +453,7 @@Sake Avocado (8 pcs)
@@ -463,7 +463,7 @@Unagi Q (8 pcs)
@@ -473,7 +473,7 @@Spicy Scallop (8 pcs)
@@ -483,7 +483,7 @@Spicy Tako (8 pcs)
@@ -493,7 +493,7 @@Spider (8 pcs)
@@ -503,7 +503,7 @@Alaska (9 pcs)
@@ -513,7 +513,7 @@Boston (9pcs)
@@ -523,7 +523,7 @@Philadelphia (9 pcs)
@@ -533,7 +533,7 @@California (9 pcs)
@@ -543,7 +543,7 @@Chicago (9 pcs)
@@ -556,7 +556,7 @@Sake Donburi (Miso soup)
@@ -566,7 +566,7 @@Tekka Donburi (Miso soup)
@@ -576,7 +576,7 @@Hamachi Donburi (Miso soup)
@@ -586,7 +586,7 @@Chirashi Donburi (Miso soup)
@@ -596,7 +596,7 @@Unagi Donburi (Miso soup)
@@ -609,7 +609,7 @@Hot Green Tea
@@ -619,7 +619,7 @@Iced Green Tea
@@ -629,7 +629,7 @@Coke/Diet
@@ -639,9 +639,9 @@Bottled Water
$1.99
Matcha Ice Cream
@@ -662,7 +662,7 @@Mochi Ice Cream
@@ -672,7 +672,7 @@Matcha Cheesecake
@@ -682,7 +682,7 @@Dango (3 sticks)
@@ -692,34 +692,101 @@Taiyaki (2 pcs)
-$6.00
+$6.99
Cart Items
+Total Amount: $100
+Item | +Name | +Quantity | +Price | + + +
+ ![]() |
+ Edamame | ++ + 1 + + | +10 | +
Items : 5
+Total Amount: $50
+Free Delivery on $50
+ +