Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

shopping-cart.html 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <link rel="stylesheet" href="./libs/bootstrap/css/bootstrap.min.css" />
  8. <link rel="stylesheet" href="./dist/css/main.css" />
  9. <link rel="stylesheet" href="./styles/style.css">
  10. <link rel="stylesheet" href="./libs/Owlcarousel/Css/owl.carousel.min.css">
  11. <link rel="stylesheet" href="./libs/Owlcarousel/Css/owl.theme.default.min.css">
  12. <title>Anwi</title>
  13. </head>
  14. <body>
  15. <!-- main-body -->
  16. <main class="shopping-cart-main-container">
  17. <section class="bg-white">
  18. <header>
  19. <!-- navbar -->
  20. <div id="navbar-head" class="bg-white"></div>
  21. <!-- end-navbar -->
  22. </header>
  23. <hr class="mx-5">
  24. <div class="cart-sec-highlighter d-none d-sm-block">
  25. <div class="container">
  26. <div class="row align-items-center py-4 justify-content-around">
  27. <div class="col-md-2">
  28. <h5> 1. Shopping-cart </h5>
  29. </div>
  30. <div class="col-md-2 border-bottom border-dark"></div>
  31. <div class="col-md-2">
  32. <h5 class="text-muted">2. Check-out </h5>
  33. </div>
  34. <div class="col-md-2 border-bottom border-dark"></div>
  35. <div class="col-md-2">
  36. <h5 class="text-muted">3. Review </h5>
  37. </div>
  38. </div>
  39. </div>
  40. </div>
  41. </section>
  42. <div class="shopping-cart-details">
  43. <div class="container pt-4">
  44. <div class="row align-items-center bg-white rounded d-none d-sm-flex shopping-cart-details-row-1 ">
  45. <div class="col-md-2">
  46. <h6 class="text-center">All</h6>
  47. </div>
  48. <div class="col-md-4">
  49. <h6 class="text-center">Product Name</h6>
  50. </div>
  51. <div class="col-md-2">
  52. <h6>Price</h6>
  53. </div>
  54. <div class="col-md-2">
  55. <h6>Quantity</h6>
  56. </div>
  57. <div class="col-md-2">
  58. <h6>Total</h6>
  59. </div>
  60. </div>
  61. <div class="row bg-white mt-3 rounded py-3 d-none d-sm-flex ">
  62. <div class="col-md-2"><img src="./dist/assets/imgs/Home/Shopping-cart-item-img.png" alt="shopping-cart-item-img" class="img-fluid"></div>
  63. <div class="col-md-4">
  64. <p class="mb-0">Mi NoteBook Pro Lustrous Gray i5 11th Gen + Iris Xe Graphics 16GB RAM + 512GB NVMe SSD.</p>
  65. <small>Xiaomi Technology India Private Limited</small>
  66. <span class="badge text-bg-warning">8 Offers ></span>
  67. </div>
  68. <div class="col-md-2">
  69. <p><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16
  70. 16">
  71. <path d="M4 3.06h2.726c1.22 0 2.12.575 2.325
  72. 1.724H4v1.051h5.051C8.855 7.001 8 7.558
  73. 6.788 7.558H4v1.317L8.437 14h2.11L6.095
  74. 8.884h.855c2.316-.018 3.465-1.476
  75. 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z" />
  76. </svg> 54,999</p>
  77. </div>
  78. <div class="col-md-2">
  79. <p>Max 1 per order</p>
  80. </div>
  81. <div class="col-md-2">
  82. <div class="d-flex justify-content-between">
  83. <p class="fw-bold"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16 16">
  84. <path d="M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z"/>
  85. </svg> 54,999</p>
  86. <span>x</span>
  87. </div>
  88. </div>
  89. <div class="warrenty-sec px-3 sec-space-4">
  90. <div class="row align-items-center border
  91. py-2 mx-4">
  92. <div class="col-md-8">
  93. <p class="mb-0"> <img src="./dist/assets/imgs/Home/Anwi-cart-logo.png" alt="shopping-cart-item-img"> Anwi Extended Warranty 2 Year: Protect your Laptop for another 2 years Learn more </p>
  94. </div>
  95. <div class="col-md-3">
  96. <p class="text-end mb-0"> ₹3,200 (2 year)
  97. </p>
  98. </div>
  99. </div>
  100. <div class="row align-items-center border
  101. py-2 mx-4 mt-3">
  102. <div class="col-md-8">
  103. <p class="mb-0"> <img src="./dist/assets/imgs/Home/Anwi-cart-logo-2.png" alt="shopping-cart-item-img"> Anwi Extended Warranty 2 Year: Protect your Laptop for another 2 years Learn more </p>
  104. </div>
  105. <div class="col-md-3">
  106. <p class="text-end mb-0"> ₹2,900 (2 year)
  107. </p>
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. <div class="bg-white rounded d-block d-sm-none ">
  113. <div class="card mb-3" style="max-width: 540px;">
  114. <div class="mx-auto mobile-cart-img">
  115. <img src="./dist/assets/imgs/Home/Shopping-cart-item-img.png" alt="shopping-cart-item-img" class="img-fluid">
  116. </div>
  117. <div class="d-flex align-items-center g-0">
  118. <div class="col-md-8">
  119. <div class="card-body">
  120. <p class="mb-0"> Mi NoteBook Pro Lustrous Gray i5 11th Gen + Iris Xe Graphics 16GB RAM + 512GB NVMe SSD.</p>
  121. <small>Xiaomi Technology India Private Limited</small>
  122. <span class="badge text-bg-warning">8 Offers ></span>
  123. </div>
  124. </div>
  125. </div>
  126. <div class="card-footer bg-white border-0">
  127. <div class="d-flex justify-content-between">
  128. <p><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16
  129. 16">
  130. <path d="M4 3.06h2.726c1.22 0 2.12.575 2.325
  131. 1.724H4v1.051h5.051C8.855 7.001 8 7.558
  132. 6.788 7.558H4v1.317L8.437 14h2.11L6.095
  133. 8.884h.855c2.316-.018 3.465-1.476
  134. 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z" />
  135. </svg> 54,999</p>
  136. <p>Max 1 per order</p>
  137. <p>x</p>
  138. </div>
  139. </div>
  140. <div class="warrenty-sec sec-space-4">
  141. <div class="row align-items-center border
  142. py-2 mx-4">
  143. <div class="col-md-8">
  144. <p class="mb-0"> <img src="./dist/assets/imgs/Home/Anwi-cart-logo.png" alt="shopping-cart-item-img"> Anwi Extended Warranty 2 Year: Protect your Laptop for another 2 years Learn more </p>
  145. </div>
  146. <div class="col-md-3">
  147. <p class="text-end mb-0"> ₹3,200 (2 year)
  148. </p>
  149. </div>
  150. </div>
  151. <div class="row align-items-center border
  152. py-2 mx-4">
  153. <div class="col-md-8">
  154. <p class="mb-0"> <img src="./dist/assets/imgs/Home/Anwi-cart-logo-2.png" alt="shopping-cart-item-img"> Anwi Extended Warranty 2 Year: Protect your Laptop for another 2 years Learn more </p>
  155. </div>
  156. <div class="col-md-3">
  157. <p class="text-end mb-0"> ₹2,900 (2 year)
  158. </p>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. </div>
  164. </div>
  165. <div class="alert-display-sec position-fixed w-100 bottom-0 ">
  166. <div class="alert alert-white border
  167. border-end-0 border-start-0 mb-0 rounded-0
  168. alert-dismissible fade show" role="alert">
  169. <div class="container">
  170. <div class="row align-items-center">
  171. <div class="col-md-7">
  172. <div class="d-flex align-items-center ">
  173. <p class="mb-0 text-dark">You have selected 1 item out of all 1 item
  174. </p>
  175. <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
  176. </div>
  177. </div>
  178. <div class="col-md-5 mt-2">
  179. <div class="d-flex justify-content-end">
  180. <h2 class="fw-bold"><svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16 16">
  181. <path d="M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z"/>
  182. </svg> 54,999.00</h01>
  183. <a class="btn btn-dark button_dark" href="#">Check
  184. Out</a>
  185. </div>
  186. </div>
  187. </div>
  188. </div>
  189. </div>
  190. </div>
  191. <!-- buy-together-sec -->
  192. <div class="buy-together-sec">
  193. <div class="container">
  194. <div class="row bg-white px-4">
  195. <h5 class="py-3 border-bottom">Buy Together
  196. </h5>
  197. <div class="special-offers px-0">
  198. <div class="px-0">
  199. <h6 class="text-muted">Special Offer Exclusive with your purchase</h6>
  200. </div>
  201. <div class="row">
  202. <div class="col-md-6 col-sm-12 col-lg-auto col-xl-auto col-xxl-auto">
  203. <div class="card mb-3">
  204. <div class="row g-0 align-items-center">
  205. <div class="col-md-4 text-center">
  206. <img src="./dist/assets/imgs/Home/anwi-bag.png" class="img-fluid rounded-start h-100p " alt="shopping-cart-item-img">
  207. </div>
  208. <div class="col-md-8">
  209. <div class="card-body">
  210. <p class="card-title">Anwi Step Out Backpack Dark Blue
  211. </p>
  212. <p class="card-text"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16 16">
  213. <path d="M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z"/>
  214. </svg>199
  215. <del class="text-muted">
  216. <small class="text-muted"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16 16">
  217. <path d="M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z"/>
  218. </svg>
  219. 499</small></del>
  220. </p>
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225. </div>
  226. <div class="col-md-1 d-lg-block d-sm-none d-md-none"></div>
  227. <div class="col-md-6 col-sm-12 col-lg-auto col-xl-auto col-xxl-auto">
  228. <div class="card mb-3">
  229. <div class="row g-0 align-items-center">
  230. <div class="col-md-4 text-center">
  231. <img src="./dist/assets/imgs/Home/head-phone.png" class="img-fluid rounded-start h-100p " alt="shopping-cart-item-img">
  232. </div>
  233. <div class="col-md-8">
  234. <div class="card-body">
  235. <p class="card-title">Anwi Dark Black Earphones
  236. </p>
  237. <p class="card-text"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16 16">
  238. <path d="M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z"/>
  239. </svg>2500
  240. <del class="text-muted">
  241. <small class="text-muted"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16 16">
  242. <path d="M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z"/>
  243. </svg>
  244. 4999</small></del>
  245. </p>
  246. </div>
  247. </div>
  248. </div>
  249. </div>
  250. </div>
  251. </div>
  252. <div class="px-0">
  253. <h6 class="text-muted">Limited Period Offer Exclusive with your purchase
  254. </h6>
  255. </div>
  256. <div class="row">
  257. <div class="col-md-6 col-sm-12 col-lg-auto col-xl-auto col-xxl-auto">
  258. <div class="card mb-3">
  259. <div class="row g-0 align-items-center">
  260. <div class="col-md-4 ps-2 ">
  261. <img src="./dist/assets/imgs/Home/Anwi-keyboard.png" class="img-fluid rounded-start" alt="shopping-cart-item-img">
  262. </div>
  263. <div class="col-md-8">
  264. <div class="card-body">
  265. <p class="card-title">Anwi Ultra Keyboard
  266. </p>
  267. <p class="card-text">
  268. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-currency-rupee" viewBox="0 0 16 16">
  269. <path d="M4 3.06h2.726c1.22 0 2.12.575 2.325 1.724H4v1.051h5.051C8.855 7.001 8 7.558 6.788 7.558H4v1.317L8.437 14h2.11L6.095 8.884h.855c2.316-.018 3.465-1.476 3.688-3.049H12V4.784h-1.345c-.08-.778-.357-1.335-.793-1.732H12V2H4v1.06Z"/>
  270. </svg> 1999
  271. </small>
  272. </del>
  273. </p>
  274. </div>
  275. </div>
  276. </div>
  277. </div>
  278. </div>
  279. </div>
  280. </div>
  281. </div>
  282. </div>
  283. </div>
  284. <!-- buy-together-sec -->
  285. <!-- delivery to -->
  286. <div class=" delivery-to-sec sec-space-3 d-block d-sm-none ">
  287. <div class=" container ">
  288. <div class=" col-md-5 ">
  289. <div class=" d-flex align-items-center justify-content-around p-1">
  290. <div class=" px-0 ">
  291. <p class="mb-0">Delivery to
  292. </p>
  293. </div>
  294. <div class=" px-0 ">
  295. <input type="text" placeholder=" Input pincode to check " class="p-1">
  296. </div>
  297. <a class=" btn btn-dark button_dark " href=" # ">Delivery</a>
  298. </div>
  299. </div>
  300. </div>
  301. </div>
  302. <div class=" delivery-to-sec sec-space-3 d-none d-sm-block">
  303. <div class=" container ">
  304. <div class="col-md-7 col-lg-5">
  305. <div class=" d-flex align-items-center justify-content-around ">
  306. <div class=" px-0 ">
  307. <h6>Delivery to
  308. </h6>
  309. </div>
  310. <div class=" px-0 ">
  311. <input type="text" placeholder=" Input pincode to check " class="p-1">
  312. </div>
  313. <a class=" btn btn-dark button_dark " href=" # ">Delivery</a>
  314. </div>
  315. </div>
  316. </div>
  317. </div>
  318. <!-- delivery to -->
  319. </div>
  320. </main>
  321. <!-- footer -->
  322. <div id="footer-head"></div>
  323. <!-- end-footer -->
  324. <script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
  325. <script src="./dist/Js/jquery.min.js"></script>
  326. <script src="./libs/Owlcarousel/Js/owl.carousel.min.js"></script>
  327. <script src="./dist/Js/navbar.js"></script>
  328. <script src="./dist/Js/footer.js"></script>
  329. <script>
  330. $(window).scroll(function() {
  331. if (isScrolledIntoView('#footer-head'))
  332. $('.alert-display-sec').css('visibility', 'hidden');
  333. else {
  334. $('.alert-display-sec').css('visibility', 'visible');
  335. }
  336. });
  337. function isScrolledIntoView(elem) {
  338. let docViewTop = $(window).scrollTop();
  339. let docViewBottom = docViewTop + $(window).height();
  340. let elemTop = $(elem).offset().top;
  341. let elemBottom = elemTop + $(elem).height();
  342. return ((elemTop < docViewBottom));
  343. }
  344. </script>
  345. </body>
  346. </html>