-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcart.html
428 lines (419 loc) · 24.5 KB
/
cart.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://pisces.bbystatic.com/image2/BestBuy_US/Gallery/favicon-32-72227.png"
type="image/x-icon">
<title>Best Buy</title>
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="cart.css">
</head>
<body>
<div class="navbar">
<div>
<div>
<a href="Best_Buy.html"><img
src="https://drive.google.com/uc?export=view&id=1-lq0R9nVOAhYuEJyenu_ptS112jAPZyN"
alt="BEST BUY"></a>
</div>
<div>
<div class="menuBar">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div class="menuList">
<div>
<p><strong>Deals</strong></p>
<hr>
<p><strong>Support & Services</strong></p>
<hr>
<p><strong>Brands</strong></p>
<hr>
<p><strong>Featured</strong></p>
</div>
<div>
<p>Shop by Department</p>
<hr>
<p>Appliances</p>
<hr>
<p>TV & Home Theater</p>
<hr>
<p>Computers & Tablets</p>
<hr>
<p>Cameras, Camcorders & Drones</p>
<hr>
<p>Cell Phones</p>
<hr>
<p>Audio</p>
<hr>
<p>Video Games</p>
<hr>
<p>Movies & Music</p>
<hr>
<p>Car Electronics & GPS</p>
<hr>
<p>Wearable Technology</p>
<hr>
<p>Health & Wellness</p>
<hr>
<p>Sports, Fitness & Recreation</p>
<hr>
<p>Home, Furniture & Office</p>
<hr>
<p>Smart Home, Security & Wi-Fi</p>
<hr>
<p>Outdoor Living</p>
<hr>
<p>Toys, Games & Collectibles</p>
<hr>
<p>Sustainable Living</p>
<hr>
<p>Best Buy Outlet</p>
</div>
</div>
<p>MENU</p>
</div>
<div>
<input type="text" placeholder="Search Best Buy">
<button><img src="https://drive.google.com/uc?export=view&id=17Enw9x1flQvVnrr-GYu1vk6FCHklWKNz"
alt=""></button>
</div>
<div>
<img src="https://drive.google.com/uc?export=view&id=1PNhx6x56u2RAiZKXj4wgRQt3Ak3-BGEi" alt="">
<p>Aiea</p>
</div>
<div onclick="location.href='cart.html';">
<img src="https://drive.google.com/uc?export=view&id=1bRZVnIeiST_VhHI92Mo4JdfxYONfVlvB" alt="">
<p>Cart</p>
</div>
</div>
<div>
<div>
<a href="">Top Deals</a>
<a href="">Deal of the Day</a>
<a href="product.html">Products</a>
<a href="">Credit Cards</a>
<a href="">Gift cards</a>
<a href="">Gift Ideas</a>
<a href="">Health & Wellness</a>
<a href="">More</a>
</div>
<div>
<div id="account">
<img src="https://drive.google.com/uc?export=view&id=16mOOGdPmYahbgDcYJKnHuwzB8m9rGT2f" alt="">
<p>Account</p>
<div class="accountList">
<div>
<p>Becoming a My Best Buy® member comes with easy order tracking, rewards, offers and more.
</p>
<button onclick="location.href='login.html';">Sign In</button>
<button onclick="location.href='signup.html';">Create Account</button>
</div>
<div>
<p>Account</p>
<hr>
<p>Orders & Purchases</p>
<hr>
<p>Your Products</p>
<hr>
</div>
<div>
<p>Payment Methods</p>
<hr>
<p>Protection Plans & Subscriptions</p>
<hr>
<p>Digital Library</p>
<hr>
</div>
<div>
<p>Best Buy Totaltech™</p>
<hr>
<p>Free Home Consultation</p>
<hr>
<p>Member Offers</p>
<hr>
</div>
</div>
</div>
<div>
<p>Recently Viewed</p>
</div>
<div>
<p>Order Status</p>
</div>
<div>
<p>Saved Items</p>
</div>
</div>
</div>
</div>
<div id="div-for-content">
<div id="cart-items">
<h2 id="your-cart">Your Cart</h2>
<div>
<span><strong>Special Offers</strong></span><span>We found offers available based on items in your
cart!</span><a href="">See All</a>
</div>
</div>
<div id="order-summary">
<p class="os">Order Summary</p>
<hr>
<div>
<p class="para">Original Price</p>
<p class="para show-total">0</p>
</div>
<div>
<p class="para">Store Pickup</p>
<p class="para">FREE</p>
</div>
<hr>
<div class="total">
<p>Total</p>
<p class="show-total1">0</p>
</div>
<div>
<button class="btn-checkout">Checkout</button>
</div>
</div>
</div>
<div id="footer">
<div id="topFooter">
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16.04.73C7.64.73.8 7.57.8 15.97s6.84 15.25 15.24 15.25c8.41 0 15.25-6.84 15.25-15.25 0-8.4-6.84-15.24-15.25-15.24zm0 28.53a13.3 13.3 0 0 1 0-26.58 13.3 13.3 0 0 1 0 26.58zm1.41-5.38a1.45 1.45 0 1 1-2.9 0 1.45 1.45 0 0 1 2.9 0zm3.73-12.56c0 2.3-1.47 3.5-2.65 4.48-.94.77-1.5 1.28-1.5 1.98v1.96a.98.98 0 0 1-1.96 0v-1.96c0-1.66 1.17-2.63 2.21-3.49 1.05-.86 1.95-1.6 1.95-2.97 0-.03-.04-3.05-3.19-3.05-3.06 0-3.38 3.1-3.4 3.24a.98.98 0 1 1-1.95-.18c.17-1.74 1.5-5.02 5.35-5.02 3.77 0 5.14 3 5.14 5z">
</path>
</svg></svg>
<p><strong>Visit our Support Center</strong></p>
</div>
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M30 9.43a.92.92 0 0 1-.36-.07L16 4.07 2.36 9.36a1 1 0 0 1-1.29-.57.99.99 0 0 1 .57-1.29l13.64-5.29c.46-.18.98-.18 1.45 0L30.36 7.5A1 1 0 0 1 30 9.43z">
</path>
<path
d="M16 30a.98.98 0 0 1-.41-.09l-6.24-2.77a1 1 0 0 1-.51-1.32 1 1 0 0 1 1.32-.51l5.84 2.6 13-5.77V9.92L16.38 15.1a1 1 0 0 1-.76 0L3 9.92v12.22l2.93 1.3a1 1 0 0 1 .51 1.32 1 1 0 0 1-1.32.51L1.59 23.7a1 1 0 0 1-.59-.91V8.43a1 1 0 0 1 .44-.83c.28-.19.63-.22.94-.1L16 13.09 29.62 7.5c.31-.13.66-.09.94.09.27.19.44.5.44.84v14.36c0 .4-.23.75-.59.91l-14 6.21A.98.98 0 0 1 16 30z">
</path>
<path d="M16 29.53a1 1 0 0 1-1-1V14.17c0-.55.45-1 1-1s1 .45 1 1v14.36a1 1 0 0 1-1 1z"></path>
<path
d="M23.54 19.48a1 1 0 0 1-1-1v-6.49L8.83 6.85a1 1 0 0 1 .7-1.88l14.36 5.38a1 1 0 0 1 .65.94v7.18a1 1 0 0 1-1 1.01z">
</path>
</svg></svg>
<p><strong>Check your Order Status</strong></p>
</div>
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M29.55 17.25h-.52l-2.56-5.2a.98.98 0 0 0-.88-.55h-4.05V4.77a.98.98 0 0 0-.97-.98H4.03a.98.98 0 0 0-.98.98v2.15a.98.98 0 0 0 1.95 0V5.75h14.6v11.48H5v-.5a.98.98 0 0 0-1.95 0v5.67a2.43 2.43 0 0 0 2.43 2.43h.8a3.53 3.53 0 0 0 7.04 0h8.93a3.53 3.53 0 0 0 7.05 0h.25c1.35 0 2.45-1.1 2.45-2.45V19.7c0-1.35-1.1-2.45-2.45-2.45zm-19.75 9a1.58 1.58 0 1 1 0-3.17 1.58 1.58 0 0 1 0 3.17zm15.97 0a1.58 1.58 0 1 1 0-3.17 1.58 1.58 0 0 1 0 3.17zm4.28-3.87a.5.5 0 0 1-.5.5h-.74a3.52 3.52 0 0 0-6.06 0h-9.92a3.53 3.53 0 0 0-3.03-1.75c-1.3 0-2.42.7-3.03 1.74h-1.3A.47.47 0 0 1 5 22.4v-3.21h15.58l.1.01c.54 0 .97-.44.97-.98v-4.76H25l2.55 5.2a1 1 0 0 0 .88.54h1.13c.27 0 .5.22.5.5v2.68z">
</path>
<path
d="M8.98 13.44a.98.98 0 0 0-.98-.97l-7.02.01a.98.98 0 0 0 0 1.96L8 14.42c.54 0 .98-.44.98-.98zM4 11.15h4a.98.98 0 0 0 0-1.96H4a.98.98 0 0 0 0 1.96z">
</path>
</svg></svg>
<p> <strong>Shipping, Delivery & Store Pickup</strong>
</p>
</div>
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path d="M13.54 14.45h5.12a.98.98 0 0 0 0-1.95h-5.12a.98.98 0 0 0 0 1.95z"></path>
<path
d="M24.36 8.59H7.84a.98.98 0 0 0-.97.98V22.1c0 .54.43.97.97.97h16.52c.54 0 .98-.43.98-.97V9.57a.98.98 0 0 0-.98-.98zm-.98 12.53H8.82V10.54h14.56v10.58z">
</path>
<path
d="m31.16 4.57-2.95-2.95A.98.98 0 1 0 26.83 3l1.28 1.28H11.94a.98.98 0 0 0 0 1.95H28.1l-1.28 1.29A.98.98 0 0 0 28.2 8.9l2.95-2.95a.98.98 0 0 0 0-1.38zM18.48 25.4H3.93l1.28-1.28a.98.98 0 1 0-1.38-1.38L.88 25.69a.98.98 0 0 0 0 1.38l2.95 2.95a.97.97 0 0 0 1.38 0c.39-.38.39-1 0-1.38l-1.28-1.29h14.55a.98.98 0 1 0 0-1.95z">
</path>
</svg></svg>
<p> <strong>Returns & Exchanges</strong>
</p>
</div>
<div>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#70757D"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M15.83.7h-.07C8.64.7 3.11 6.04 1.32 11.36c-.54 1.62-1.3 4.9-.2 8.62 1.62 5.52 7.15 11.08 14.6 11.08h.11c8.23-.06 15.18-7.02 15.18-15.19C31.01 7.68 24.06.73 15.83.7zm-.01 28.41h-.1c-6.49 0-11.3-4.85-12.72-9.67-.95-3.21-.3-6.05.17-7.45 1.57-4.65 6.4-9.34 12.6-9.34h.05c7.18.03 13.24 6.1 13.24 13.23 0 7.12-6.07 13.18-13.24 13.23z">
</path>
<path
d="M16.48 15.04c-1.96-.46-2.43-.81-2.43-1.6v-.03c0-.67.61-1.2 1.66-1.2.8 0 1.56.26 2.34.77.15.08.3.13.47.13.46 0 .84-.37.84-.83a.8.8 0 0 0-.4-.72 5.46 5.46 0 0 0-2.2-.86c.02-.08.05-.15.05-.24V8.14a.98.98 0 0 0-1.95 0v2.32c0 .09.02.16.04.24-1.57.29-2.64 1.38-2.64 2.87v.03c0 1.88 1.22 2.52 3.4 3.04 1.88.44 2.29.83 2.29 1.56v.03c0 .75-.7 1.28-1.8 1.28a4.44 4.44 0 0 1-2.86-1.05.83.83 0 0 0-.52-.16.83.83 0 0 0-.5 1.51c.8.6 1.7.98 2.64 1.16a.92.92 0 0 0-.05.28v2.32a.98.98 0 0 0 1.95 0v-2.32c0-.07-.03-.13-.04-.2 1.77-.22 2.97-1.3 2.97-3v-.03c0-1.68-1.1-2.45-3.26-2.98z">
</path>
</svg></svg>
<p><strong>Price Match Guarantee</strong></p>
</div>
</div>
<hr>
<div id="footer_section">
<div>
<h3>Order & Purchases</h3>
<ul>
<li><a href="#">Check Order Status</a>
</li>
<li><a href="#">Shipping,
Delivery & Pickup</a></li>
<li><a href="#">Returns
& Exchanges</a></li>
<li><a href="#">Price
Match Guarantee</a></li>
<li><a href="#">Product
Recalls</a></li>
<li><a href="#">Trade-In
Program</a></li>
<li><a href="#">Gift
Cards</a></li>
</ul>
</div>
<div>
<h3>Support & Services</h3>
<ul>
<li><a href="#">Visit our Support Center</a></li>
<li><a href="#">Shop with an
Expert</a></li>
<li><a href="#">Schedule a Service</a>
</li>
<li><a href="#">Manage an
Appointment</a></li>
<li><a href="#">Protection & Support Plans</a></li>
<li><a href="#">Haul Away & Recycling</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div>
<h3>Partnerships</h3>
<ul>
<li><a href="#">Affiliate Program</a></li>
<li><a href="#">Advertise with
Us</a></li>
<li><a href="#">Developers</a></li>
<li><a href="#">Best Buy Health</a></li>
<li><a href="#">Best Buy Education</a></li>
<li><a href="#">Best Buy Business</a></li>
</ul>
</div>
<div>
<h3>Payment Options</h3>
<ul>
<li><a href="#">My Best Buy® Credit Card</a></li>
<li><a href="#">Pay Your Bill at Citibank</a></li>
<li><a href="#">Lease to Own</a></li>
</ul>
</div>
<div>
<h3>Rewards & Membership</h3>
<ul>
<li><a href="#">Best Buy Totaltech</a></li>
<li><a href="#">My Best Buy</a></li>
<li><a href="#">View Points
& Certificates</a></li>
<li><a href="#">Member Offers</a></li>
</ul>
</div>
<div>
<h3>About Best Buy</h3>
<ul>
<li><a href="#">Corporate
Information</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Corporate Responsibility &
Sustainability</a></li>
<li><a href="#">Discover & Learn</a></li>
</ul>
</div>
<div id="footer_signupBox">
<p><a href="#">Sign in or create account</a></p>
<hr>
<h3>Get the latest deals and more</h3>
<div>
<input type="email" placeholder="Enter your email address">
<button>Sign Up</button>
</div>
<hr>
<div id="BestBuySvg">
<div>
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
d="M21.85 22.25c.54 0 .98.43.98.97v4.67a2.95 2.95 0 0 1-2.95 2.96H7.16a2.93 2.93 0 0 1-2.93-2.93V4.09a2.95 2.95 0 0 1 2.94-2.94h12.7a2.96 2.96 0 0 1 2.96 2.95v.47a.98.98 0 1 1-1.96 0V4.1a1 1 0 0 0-1-1H7.18a1 1 0 0 0-.99 1v23.82c0 .53.44.97.98.97h12.72a1 1 0 0 0 1-1v-4.67c0-.53.43-.97.97-.97zm-7.34 3.59a.97.97 0 0 1-.98.98.97.97 0 0 1-.98-.98.98.98 0 1 1 1.96 0zM12.04 12.8c.54 0 .97.43.97.98a.98.98 0 0 1-.97.97.98.98 0 0 1-.98-.97c0-.55.43-.98.98-.98zm16.15-4.82v11.8c0 .53-.44.97-.98.97h-14.8a.98.98 0 0 1-.69-.27l-3.66-3.57a.98.98 0 0 1-.3-.7v-4.76c0-.27.11-.53.3-.71l3.68-3.47a.98.98 0 0 1 .67-.27h14.8c.54 0 .98.44.98.98zM12.8 18.8h13.43V8.96H12.8l-3.08 2.92v3.93l3.08 3z">
</path>
</svg>
</div>
<div>
<h3>Best Buy app</h3>
<p><a href="#">Learn
more</a></p>
</div>
</div>
<hr>
<div id="social_link">
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M17.3 10.9c0-.7.5-.9.8-.9h2V6.9h-2.7c-3 0-3.7 2.3-3.7 3.8v2.1H12V16h1.7v9.1h3.6V16h2.5l.3-3.2h-2.8v-1.9z">
</path>
<path
d="M31.2 16a15.2 15.2 0 1 1-30.39.01A15.2 15.2 0 0 1 31.2 16zm-1.9 0c0-7.3-6-13.3-13.3-13.3S2.7 8.7 2.7 16s6 13.3 13.3 13.3 13.3-6 13.3-13.3z">
</path>
</svg></svg>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16 .8a15.21 15.21 0 0 0-.01 30.41A15.21 15.21 0 0 0 16 .8zm0 28.46A13.26 13.26 0 1 1 29.25 16c0 7.3-5.95 13.25-13.25 13.25zm6.38-17.51c.7-.08 1.36-.27 1.97-.54a6.95 6.95 0 0 1-1.7 1.78v.44c0 4.53-3.45 9.75-9.75 9.75a9.7 9.7 0 0 1-5.26-1.54 6.99 6.99 0 0 0 5.08-1.42 3.43 3.43 0 0 1-3.2-2.38 3.4 3.4 0 0 0 1.54-.06 3.43 3.43 0 0 1-2.75-3.36v-.04c.46.26 1 .41 1.55.43a3.43 3.43 0 0 1-1.06-4.58 9.73 9.73 0 0 0 7.07 3.58 3.43 3.43 0 0 1 5.84-3.13 6.86 6.86 0 0 0 2.18-.83c-.26.8-.8 1.48-1.5 1.9z">
</path>
</svg></svg>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16 .8C7.62.8.8 7.62.8 16c0 8.38 6.82 15.2 15.2 15.2 8.38 0 15.2-6.82 15.2-15.2C31.2 7.62 24.38.8 16 .8zm0 28.44C8.7 29.24 2.76 23.3 2.76 16S8.7 2.76 16 2.76 29.24 8.7 29.24 16 23.3 29.24 16 29.24zm3.47-21.17h-7.01c-2.46 0-4.47 2-4.47 4.46v7.01c0 2.46 2 4.47 4.47 4.47h7c2.47 0 4.47-2 4.47-4.47v-7c0-2.47-2-4.47-4.46-4.47zm2.94 11.47a2.95 2.95 0 0 1-2.94 2.95h-7.01a2.95 2.95 0 0 1-2.95-2.95v-7a2.95 2.95 0 0 1 2.95-2.95h7a2.95 2.95 0 0 1 2.95 2.94v7.01zm-6.45-7.61a4.11 4.11 0 1 0 .01 8.23 4.11 4.11 0 0 0 0-8.23zm0 6.7a2.6 2.6 0 1 1 0-5.19 2.6 2.6 0 0 1 0 5.2zm5.09-6.87a.92.92 0 1 1-1.85 0 .92.92 0 0 1 1.85 0z">
</path>
</svg></svg>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16 .83a15.18 15.18 0 0 0 0 30.34A15.18 15.18 0 0 0 16 .83zm0 28.39C8.71 29.22 2.78 23.29 2.78 16S8.71 2.78 16 2.78 29.22 8.71 29.22 16 23.29 29.22 16 29.22zm6.68-16.2c0 3.9-2.17 6.81-5.37 6.81-1.07 0-2.08-.58-2.43-1.24l-.7 2.73c-.43 1.57-1.7 3.13-1.8 3.26-.06.09-.21.06-.23-.06-.03-.2-.35-2.17.03-3.78.2-.8 1.28-5.42 1.28-5.42s-.32-.63-.32-1.57c0-1.47.86-2.57 1.92-2.57.9 0 1.34.67 1.34 1.49 0 .9-.58 2.27-.88 3.53-.25 1.05.53 1.91 1.57 1.91 1.89 0 3.16-2.42 3.16-5.28 0-2.18-1.47-3.82-4.14-3.82a4.71 4.71 0 0 0-4.9 4.77c0 .86.26 1.48.66 1.95.18.22.2.3.14.55l-.2.8c-.07.25-.27.34-.5.25-1.39-.57-2.04-2.09-2.04-3.8 0-2.82 2.39-6.21 7.11-6.21 3.8 0 6.3 2.74 6.3 5.7z">
</path>
</svg></svg>
<svg aria-hidden="true" role="img" viewBox="0 0 100 100" fill="#0046BE"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" xml:space="preserve">
<path
d="M16 .71C7.57.71.71 7.57.71 16S7.57 31.29 16 31.29 31.29 24.43 31.29 16 24.43.71 16 .71zm0 28.62C8.65 29.33 2.67 23.35 2.67 16S8.65 2.67 16 2.67 29.33 8.65 29.33 16 23.35 29.33 16 29.33zm5.47-13.73H10.53a3.15 3.15 0 0 0-3.15 3.15v2.53c0 1.74 1.4 3.15 3.15 3.15h10.94a3.15 3.15 0 0 0 3.15-3.15v-2.53a3.15 3.15 0 0 0-3.15-3.15zm-8.64 1.97H11.8v5.06h-.98v-5.06H9.8v-.86h3.02v.86zm2.87 5.06h-.87v-.48a2 2 0 0 1-.5.4c-.18.1-.35.14-.51.14-.2 0-.35-.06-.46-.2-.1-.13-.15-.32-.15-.58v-3.65h.87v3.35c0 .1.02.18.06.22.03.05.1.07.18.07a.5.5 0 0 0 .24-.09c.1-.06.19-.14.27-.23v-3.32h.87v4.37zm3.17-.9c0 .3-.07.54-.2.7a.74.74 0 0 1-.6.25 1.03 1.03 0 0 1-.83-.39v.34h-.88V16.7h.88v1.9c.12-.13.24-.23.37-.3.14-.07.27-.1.4-.1.28 0 .5.1.64.28.14.18.22.46.22.81v2.43zm3.02-1.18h-1.67v.82c0 .23.03.4.09.48.06.09.15.13.3.13.14 0 .24-.03.3-.11.05-.08.08-.24.08-.5v-.2h.9v.23c0 .44-.1.78-.33 1-.21.23-.54.35-.98.35-.39 0-.7-.12-.92-.36a1.4 1.4 0 0 1-.34-1v-1.95c0-.38.13-.7.37-.93.25-.24.57-.36.96-.36.4 0 .7.11.92.33.21.23.32.54.32.96v1.1zm-.99-1.51c.06.08.1.2.1.39v.44h-.78v-.44c0-.18.03-.31.1-.4.05-.07.15-.11.3-.11.12 0 .22.04.28.12zm-3.02-.02c.06.07.09.18.09.33v2.26c0 .14-.03.23-.08.3-.05.06-.13.09-.23.09a.5.5 0 0 1-.21-.05.76.76 0 0 1-.21-.15v-2.72c.06-.06.12-.1.18-.14a.44.44 0 0 1 .18-.04c.12 0 .21.04.28.12zm-5.92-7.52-1.32-3.93h1.12l.72 2.6h.06l.69-2.6h1.12l-1.28 3.81v2.7h-1.1V11.5zm3.9 2.7c.44 0 .79-.11 1.04-.34.26-.24.38-.56.38-.97V10.4c0-.36-.13-.66-.38-.9-.27-.23-.6-.34-1-.34-.45 0-.8.1-1.07.33-.26.22-.4.51-.4.89v2.49c0 .4.13.73.39.97s.6.37 1.03.37zm-.42-3.86c0-.1.04-.19.11-.26a.5.5 0 0 1 .3-.1.5.5 0 0 1 .31.1c.08.07.12.15.12.26v2.62a.4.4 0 0 1-.12.3.44.44 0 0 1-.31.11c-.13 0-.23-.03-.3-.1a.42.42 0 0 1-.1-.31v-2.62zm2.81 3.6a1.04 1.04 0 0 1-.17-.64V9.28h.98v3.68c0 .12.02.2.06.25.04.05.11.08.2.08.08 0 .17-.04.28-.1.1-.07.2-.16.3-.26V9.28h.98v4.8h-.98v-.53c-.18.2-.37.35-.56.45-.2.1-.39.16-.57.16a.65.65 0 0 1-.52-.22z">
</path>
</svg></svg>
</div>
<hr>
<p><a href="#">Forums, blogs & more</a></p>
</div>
</div>
<div id="feedback-section">
<p>How was your experience? <a href="#">Give feedback about our website</a>
</p>
<div>
<p><a href="#">Mobile Site</a></p>
<p><a href="#">Best Buy Canada</a></p>
</div>
</div>
<hr>
<div id="footer-end">
<div>
<p>Accessibility</p>
<p>Terms & Conditions</p>
<p>Privacy</p>
<p>Interest-Based Ads</p>
<p>California Privacy Rights
</p>
<p>Do Not Sell My Personal Information</p>
<p>
California Supply Chain Transparency Act</p>
</div>
</div>
<p>In-store pricing may vary. Prices and offers are subject to change. © 2022 Best Buy. All rights reserved.
BEST BUY, the BEST BUY logo, the tag design, and MY BEST BUY are trademarks of Best Buy and its affiliated
companies.</p>
</div>
</body>
</html>
<script src="navbar.js"></script>
<script src="cart.js"></script>