product-details.html 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <!-- fonts -->
  8. <link rel="preconnect" href="https://fonts.googleapis.com">
  9. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  10. <link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
  11. <!-- bootstrap css -->
  12. <link rel="stylesheet" href="./css/bootstrap.min.css">
  13. <!-- swiper slider css -->
  14. <link rel="stylesheet" href="./css/swiper-bundle.min.css">
  15. <!-- lightbox css -->
  16. <link rel="stylesheet" href="./css/simple-lightbox.css">
  17. <!-- custom css -->
  18. <link rel="stylesheet" href="./css/style.css">
  19. <title>Product Details</title>
  20. </head>
  21. <body>
  22. <!-- nav header -->
  23. <section id="header">
  24. <!-- offrer -->
  25. <div class="offer bg-pink text-white py-1">
  26. <div class="container">
  27. <p class="text-center px-2 py-1">
  28. free delivery over dhaka over 999 Delivery policy (Inside Dhaka delivery within 24hrs, Outside Dhaka delivery within 72hrs)
  29. </p>
  30. </div>
  31. </div>
  32. <!-- upper nav -->
  33. <div id="uper-nav" class="bg-white">
  34. <div class="container py-1">
  35. <div class="d-flex justify-content-between align-items-center w-100">
  36. <!-- brand logo -->
  37. <div class="brand-logo">
  38. <img src="./images/navbar/brand-logo.svg" alt="">
  39. </div>
  40. <!-- search box -->
  41. <div class="search flex-fill px-5">
  42. <div class=" form-group position-relative ">
  43. <label for="search-box" class="search-icon position-absolute">
  44. <img src="./images/icon/search.svg" alt="">
  45. </label>
  46. <input type="text" id="search-box" class=" form-control rounded-pill" placeholder="search" >
  47. </div>
  48. </div>
  49. <!-- link -->
  50. <div class="link-box d-flex align-items-center">
  51. <a href="#" class="link d-flex align-items-center px-1 py-1" >
  52. <img class="link-icon" src="./images/navbar/group.png" alt="">
  53. </a>
  54. <a href="#" class="link d-flex align-items-center px-1 py-1 text-decoration-none" >
  55. <img class="link-icon" src="./images/navbar/face.png" alt="">
  56. <div>
  57. <h4 class="name fw-bold text-nowrap text-black">Hi Human</h4>
  58. <h5 class="fw-bold text-no-wrap text-black">Vip: 0 points</h5>
  59. </div>
  60. </a>
  61. <a href="#" class="link d-flex align-items-center px-1 py-1" >
  62. <img class="link-icon" src="./images/navbar/message.png" alt="">
  63. </a>
  64. <a href="#" class="link d-flex align-items-center px-1 py-1" >
  65. <img class="link-icon" src="./images/navbar/heart.png" alt="">
  66. </a>
  67. <a href="#" class="link d-flex align-items-center px-1 py-1" >
  68. <img class="link-icon" src="./images/navbar/bascket.png" alt="">
  69. </a>
  70. </div>
  71. </div>
  72. </div>
  73. </div>
  74. <!-- main navigation -->
  75. <div class="main-nav bg-black text-white">
  76. <div class="container py-2">
  77. <ul class="d-flex align-items-center justify-content-between px-1">
  78. <li>Makeup</li>
  79. <li>Skincare</li>
  80. <li>K beauty</li>
  81. <li>Heir</li>
  82. <li>Man</li>
  83. <li>Baby</li>
  84. <li>Fragnance</li>
  85. <li>Healthcare</li>
  86. <li>Lifestyle</li>
  87. <li>pet</li>
  88. <li>Gifts</li>
  89. <li>Brands</li>
  90. <li>Makeup</li>
  91. <li>
  92. <button class="btn btn-sm btn-pink px-3">Blog</button>
  93. </li>
  94. <li>
  95. <button class="btn btn-sm btn-orange-vivid px-3">Buy 1 Get 1</button>
  96. </li>
  97. <li>
  98. <button class="btn btn-sm btn-orange-vivid px-3">Sale</button>
  99. </li>
  100. </ul>
  101. </div>
  102. </div>
  103. </section>
  104. <!-- top add -->
  105. <section id="top-add" class="mt-3">
  106. <div class="container">
  107. <div class="row justify-content-between">
  108. <div class="add-container col-12 col-lg-8 mb-4">
  109. <div class="add text-center fs-3 p-2 h-100">Add</div>
  110. </div>
  111. <div class="add-container col-12 col-lg-4 mb-4">
  112. <div class="add text-center fs-3 p-2 h-100">Add</div>
  113. </div>
  114. </div>
  115. </div>
  116. </section>
  117. <!-- product details -->
  118. <section id="product-details">
  119. <div class="container">
  120. <div class="row">
  121. <!-- product carousel -->
  122. <div class="col-12 col-lg-7 col-xl-7 ">
  123. <div class="product-carousel d-flex flex-column flex-lg-row align-items-center">
  124. <!-- thumb slider -->
  125. <div class="thumb-container border-lg-end border-lg-2 border-extralight-black order-1 order-lg-0">
  126. <div class="swiper productThumb px-2">
  127. <div class="swiper-wrapper">
  128. <div class="swiper-slide ">
  129. <img src="./images/product_details/product image.png" />
  130. </div>
  131. <div class="swiper-slide ">
  132. <img src="./images/product_details/product.jpg" />
  133. </div>
  134. <div class="swiper-slide ">
  135. <img src="./images/product_details/product image.png" />
  136. </div>
  137. <div class="swiper-slide ">
  138. <img src="./images/product_details/product.jpg" />
  139. </div>
  140. <div class="swiper-slide ">
  141. <img src="./images/product_details/product image.png" />
  142. </div>
  143. <div class="swiper-slide ">
  144. <img src="./images/product_details/product.jpg" />
  145. </div>
  146. </div>
  147. </div>
  148. </div>
  149. <!-- main slider -->
  150. <div class="main-carousel flex-fill w-100 px-3 order-0 order-lg-1" >
  151. <div class="swiper productSlider h-100">
  152. <div class="swiper-wrapper gallery ">
  153. <div class="swiper-slide">
  154. <a href="./images/product_details/product image.png"><img src="./images/product_details/product image.png" alt="" title=""/></a>
  155. </div>
  156. <div class="swiper-slide">
  157. <a href="./images/product_details/product.jpg"><img src="./images/product_details/product.jpg" alt="" title=""/></a>
  158. </div>
  159. <div class="swiper-slide">
  160. <a href="./images/product_details/product image.png"><img src="./images/product_details/product image.png" alt="" title=""/></a>
  161. </div>
  162. <div class="swiper-slide">
  163. <a href="./images/product_details/product.jpg"><img src="./images/product_details/product.jpg" alt="" title=""/></a>
  164. </div>
  165. <div class="swiper-slide">
  166. <a href="./images/product_details/product image.png"><img src="./images/product_details/product image.png" alt="" title=""/></a>
  167. </div>
  168. <div class="swiper-slide">
  169. <a href="./images/product_details/product.jpg"><img src="./images/product_details/product.jpg" alt="" title=""/></a>
  170. </div>
  171. <div class="clear"></div>
  172. </div>
  173. <div class="swiper-button-next "></div>
  174. <div class="swiper-button-prev"></div>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. <!-- product detail -->
  180. <div class="product-details-contaioner col-12 col-lg-5 col-xl-4">
  181. <div class="details px-2 px-md-3 py-4 rounded-1 mb-4">
  182. <!-- product rattings -->
  183. <div class="d-flex justify-content-between align-items-center w-100">
  184. <div class="d-flex align-items-center w-100">
  185. <div class="title fw-bold fs-5">Clear</div>
  186. <div class="ms-2 rating d-flex align-items-start">
  187. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  188. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  189. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  190. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  191. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  192. <div class="ms-1">(15)</div>
  193. </div>
  194. </div>
  195. <div class="social d-flex align-items-center">
  196. <a class="ms-2" href="#">
  197. <img class="social-icon" src="./images/icon/instragram.svg" alt="">
  198. </a>
  199. <a class="ms-2" href="#">
  200. <img class="social-icon" src="./images/icon/massenger.svg" alt="">
  201. </a>
  202. <a class="ms-2" href="#">
  203. <img class="social-icon" src="./images/icon/whats app.svg" alt="">
  204. </a>
  205. <a class="ms-2" href="#">
  206. <img class="social-icon" src="./images/icon/link.svg" alt="">
  207. </a>
  208. </div>
  209. </div>
  210. <!-- product titile -->
  211. <div class="mt-2 title-full fs-5">
  212. Clear Men Cool Sport Menthol Shampoo 450ml
  213. </div>
  214. <!-- product price -->
  215. <div class="mt-2 price fs-5">
  216. <span class="text-decoration-line-through">৳600</span>
  217. <span class="ms-3 fw-semibold">৳510 </span>
  218. </div>
  219. <!-- product price in app -->
  220. <div class="mt-2 app-price fs-5 text-deep-red">
  221. <span class="fw-semibold">App Price : </span>
  222. <span class="ms-3 fw-semibold">৳ 484 </span>
  223. </div>
  224. <!-- product count size color -->
  225. <div class="mt-2 row align-items-center justify-content-between flex-wrap w-100">
  226. <!-- product count -->
  227. <div class="col-12 col-md-6 col-lg-4 count-container ">
  228. <div class="d-flex align-items-center border border-1">
  229. <div class="btn border-0 outline-0">
  230. <img class="count-btn-icon" src="./images/icon/minus.svg" alt="">
  231. </div>
  232. <div class="mx-1 count">1</div>
  233. <div class="btn border-0 outline-0">
  234. <img class="count-btn-icon" src="./images/icon/plus.svg" alt="">
  235. </div>
  236. </div>
  237. </div>
  238. <!-- product color -->
  239. <div class="col-12 col-md-6 col-lg-4 color-container">
  240. <div class="sm text-center">Color</div>
  241. <form class="color-btn-container d-flex justify-content-center align-items-center">
  242. <div class="form-check ">
  243. <input class="form-check-input color-btn" type="radio" name="flexRadioDefault" style="background-color: red;">
  244. </div>
  245. <div class="form-check ms-1">
  246. <input class="form-check-input color-btn" type="radio" name="flexRadioDefault" checked style="background-color: green;">
  247. </div>
  248. <div class="form-check ms-1">
  249. <input class="form-check-input color-btn" type="radio" name="flexRadioDefault" style="background-color: yellow;">
  250. </div>
  251. <div class="form-check ms-1">
  252. <input class="form-check-input color-btn" type="radio" name="flexRadioDefault" style="background-color: blue;">
  253. </div>
  254. </form>
  255. </div>
  256. <!-- product size -->
  257. <div class="col-12 col-md-6 col-lg-4 size-container">
  258. <div class="sm text-center">Size</div>
  259. <form class="d-flex justify-content-center align-items-center">
  260. <div class="ms-1">
  261. <input type="radio" class="btn-check" name="options" id="option1" autocomplete="off" checked>
  262. <label class="btn btn-outline-dark size-btn fw-semibold" for="option1">36</label>
  263. </div>
  264. <div class="ms-1">
  265. <input type="radio" class="btn-check" name="options" id="option2" autocomplete="off" checked>
  266. <label class="btn btn-outline-dark size-btn fw-semibold" for="option2">38</label>
  267. </div>
  268. <div class="ms-1">
  269. <input type="radio" class="btn-check" name="options" id="option3" autocomplete="off" checked>
  270. <label class="btn btn-outline-dark size-btn fw-semibold" for="option3">40</label>
  271. </div>
  272. <div class="ms-1">
  273. <input type="radio" class="btn-check" name="options" id="option4" autocomplete="off" checked>
  274. <label class="btn btn-outline-dark size-btn fw-semibold" for="option4">42</label>
  275. </div>
  276. </form>
  277. </div>
  278. </div>
  279. <!-- discount offer and voucher -->
  280. <div class="mt-3 d-flex px-2">
  281. <!-- offer -->
  282. <div class="offer bg-violet text-white text-center py-2 px-3">
  283. <div class="title">FREE Gift & DELIVERY </div>
  284. <div class="details">on min order tk 1500</div>
  285. </div>
  286. <!-- voucher -->
  287. <div class="voucher mt-3 mt-md-0 ms-0 ms-md-3">
  288. <img src="./images/product_details/Voucher.png" alt="">
  289. </div>
  290. </div>
  291. <!-- add cart and love button -->
  292. <div class="mt-3 d-flex">
  293. <button class="flex-grow-1 btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-2">
  294. <span>
  295. <img src="./images/icon/Cart_white.svg" alt="">
  296. </span>
  297. <span class="ms-3 fs-5">Add to Cart</span>
  298. </button>
  299. <button class="ms-3 btn border-dark rounded-0">
  300. <img class="bg-light" src="./images/icon/heart_hollow.svg" alt="">
  301. </button>
  302. </div>
  303. <!-- product detail -->
  304. <div class="mt-3 text-gray fw-light">
  305. <p>
  306. This is the ultimate anti-dandruff shampoo made specially for men.
  307. Clear Cool Sport Menthol comes with Icy Menthol Blast, provides intense cooling power...
  308. </p>
  309. </div>
  310. </div>
  311. </div>
  312. <!-- side add -->
  313. <div class="d-none d-xl-block col-xl-1">
  314. <div class="add text-center fs-3 p-2 h-100">Add</div>
  315. </div>
  316. </div>
  317. </div>
  318. </section>
  319. <!-- product details tab -->
  320. <section id="product-details-tab" class="mt-4">
  321. <div class="container">
  322. <!-- tab button -->
  323. <ul class="nav nav-tabs" id="myTab" role="tablist" >
  324. <li class="nav-item" role="presentation">
  325. <button class="btn rounded-0 border-0 fs-5 fw-normal me-2 me-md-5 py-3 px-3 active" id="detail-tab" data-bs-toggle="tab" data-bs-target="#detail" type="button" role="tab" aria-controls="detail" aria-selected="true">Detail</button>
  326. </li>
  327. <li class="nav-item" role="presentation">
  328. <button class="btn rounded-0 border-0 fs-5 fw-normal me-2 me-md-5 py-3 px-3" id="video-tab" data-bs-toggle="tab" data-bs-target="#video" type="button" role="tab" aria-controls="video" aria-selected="false">Video</button>
  329. </li>
  330. <li class="nav-item" role="presentation">
  331. <button class="btn rounded-0 border-0 fs-5 fw-normal me-2 me-md-5 py-3 px-3" id="review-tab" data-bs-toggle="tab" data-bs-target="#review" type="button" role="tab" aria-controls="review" aria-selected="false">Review</button>
  332. </li>
  333. </ul>
  334. <!-- tab container -->
  335. <div class="tab-content py-3 " id="myTabContent">
  336. <!-- details -->
  337. <div class="details tab-pane fade show active" id="detail" role="tabpanel" aria-labelledby="detail-tab">
  338. <div class="px-3 py-4 shadow-black text-gray">
  339. <div class="sm fs-5 fw-bold">
  340. How To Use :
  341. </div>
  342. <ul class="mt-3 ps-4 fs-5 fw-light text-gray ">
  343. <li>
  344. <p>
  345. Massage onto wet hair & scalp and rinse thoroughly.
  346. </p>
  347. </li>
  348. <li>
  349. <p>
  350. For best results, apply twice in every wash and use daily.
  351. </p>
  352. </li>
  353. </ul>
  354. <div class="mt-4 fs-5 fw-semibold">
  355. Warning: Avoid contact with eyes. If eye contact occurs, rinse immediately.
  356. </div>
  357. <div class="mt-4 fs-5 fw-bold">
  358. Ingredients :
  359. </div>
  360. <div class="mt-4 mb-5 fs-5 fw-light text-gray">
  361. Water, Sodium Laureth Sulfate, Cocamidopropyl Betaine, Dimethiconol and TEA-Dodecylbenzenesulfonate, Zinc Pyrithione, Propylene Glycol, Dimethicone, Laureth-4, Laureth-23 and Poloxamer 407, Perfume, Carbomer, Climbazole, Sodium Chloride, Phenoxyethanol, Menthol, Sodium Hydroxide, Sodium Salicylate, Guar Hydroxypropyltrimonium Chloride, Zinc Sulfate, Citric Acid, Glycerin, PEG-45M, PPG-9, Helianthus Annuus (Sunflower) Seed Oil, Lysine MonoHydrochloride, Panthenol, Tocopheryl Acetate, Pyridoxine Hydrochloride, Sodium Ascorbyl Phosphate, Panax Ginseng Root Extract, Tea Tree Oil, Peppermint Leaf Extract, CI 42051, CI 60730.
  362. </div>
  363. </div>
  364. </div>
  365. <!-- video -->
  366. <div class="tab-pane fade" id="video" role="tabpanel" aria-labelledby="video-tab">
  367. <div class="p-3 shadow-black">video</div>
  368. </div>
  369. <!-- review -->
  370. <div class="tab-pane fade" id="review" role="tabpanel" aria-labelledby="review-tab">
  371. <div class="p-3 shadow-black">review</div>
  372. </div>
  373. </div>
  374. </div>
  375. </section>
  376. <!-- product details tab end -->
  377. <!-- related product -->
  378. <section id="related-product" class="my-4">
  379. <div class="container">
  380. <div class="display-6 border-bottom border-1 py-3 text-black-light">Related Products</div>
  381. <!-- products -->
  382. <div class="d-flex flex-wrap mt-5">
  383. <div class="product-single p-1 p-md-2 ">
  384. <div class=" product rounded-1 px-3 py-3 text-start">
  385. <!-- product image -->
  386. <a href="./product-details.html">
  387. <div class="image-container text-center">
  388. <img class="h-100" src="./images/product_details/product image.png" alt="">
  389. </div>
  390. </a>
  391. <!-- product brand and ratting -->
  392. <div class="my-2 d-flex flex-wrap align-items-center ">
  393. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  394. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  395. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  396. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  397. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  398. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  399. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  400. <div class="rating-count ms-1 ms-md-2">(15)</div>
  401. </div>
  402. </div>
  403. <!-- product name -->
  404. <a href="./product-details.html" class="title text-gray ">
  405. Clear Kind to skin refreshing
  406. shampoo
  407. </a>
  408. <!-- offer -->
  409. <p class="offer pt-2 pt-xl-3 text-deep-red">
  410. Buy 2 Get 1 free
  411. </p>
  412. <!-- product price -->
  413. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  414. <span class="text-decoration-line-through text-light-gray">৳600</span>
  415. <span class="ms-3 fw-semibold">৳510 </span>
  416. </div>
  417. <!-- product price in app -->
  418. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  419. <span class="fw-semibold">App Price : </span>
  420. <span class="ms-3 fw-semibold">৳ 484 </span>
  421. </div>
  422. <!-- add to cart -->
  423. <div class="text-center pt-2 pt-lg-3">
  424. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  425. <span>
  426. <img src="./images/icon/Cart_white.svg" alt="">
  427. </span>
  428. <span class="add-cart-text ms-2">Add to Cart</span>
  429. </button>
  430. </div>
  431. </div>
  432. </div>
  433. <div class="product-single p-1 p-md-2 ">
  434. <div class=" product rounded-1 px-3 py-3 text-start">
  435. <!-- product image -->
  436. <a href="./product-details.html">
  437. <div class="image-container text-center">
  438. <img class="h-100" src="./images/product_details/product image.png" alt="">
  439. </div>
  440. </a>
  441. <!-- product brand and ratting -->
  442. <div class="my-2 d-flex flex-wrap align-items-center ">
  443. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  444. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  445. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  446. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  447. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  448. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  449. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  450. <div class="rating-count ms-1 ms-md-2">(15)</div>
  451. </div>
  452. </div>
  453. <!-- product name -->
  454. <a href="./product-details.html" class="title text-gray ">
  455. Clear Kind to skin refreshing
  456. shampoo
  457. </a>
  458. <!-- offer -->
  459. <p class="offer pt-2 pt-xl-3 text-deep-red">
  460. Buy 2 Get 1 free
  461. </p>
  462. <!-- product price -->
  463. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  464. <span class="text-decoration-line-through text-light-gray">৳600</span>
  465. <span class="ms-3 fw-semibold">৳510 </span>
  466. </div>
  467. <!-- product price in app -->
  468. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  469. <span class="fw-semibold">App Price : </span>
  470. <span class="ms-3 fw-semibold">৳ 484 </span>
  471. </div>
  472. <!-- add to cart -->
  473. <div class="text-center pt-2 pt-lg-3">
  474. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  475. <span>
  476. <img src="./images/icon/Cart_white.svg" alt="">
  477. </span>
  478. <span class="add-cart-text ms-2">Add to Cart</span>
  479. </button>
  480. </div>
  481. </div>
  482. </div>
  483. <div class="product-single p-1 p-md-2 ">
  484. <div class=" product rounded-1 px-3 py-3 text-start">
  485. <!-- product image -->
  486. <a href="./product-details.html">
  487. <div class="image-container text-center">
  488. <img class="h-100" src="./images/product_details/product image.png" alt="">
  489. </div>
  490. </a>
  491. <!-- product brand and ratting -->
  492. <div class="my-2 d-flex flex-wrap align-items-center ">
  493. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  494. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  495. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  496. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  497. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  498. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  499. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  500. <div class="rating-count ms-1 ms-md-2">(15)</div>
  501. </div>
  502. </div>
  503. <!-- product name -->
  504. <a href="./product-details.html" class="title text-gray ">
  505. Clear Kind to skin refreshing
  506. shampoo
  507. </a>
  508. <!-- offer -->
  509. <p class="offer pt-2 pt-xl-3 text-deep-red">
  510. Buy 2 Get 1 free
  511. </p>
  512. <!-- product price -->
  513. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  514. <span class="text-decoration-line-through text-light-gray">৳600</span>
  515. <span class="ms-3 fw-semibold">৳510 </span>
  516. </div>
  517. <!-- product price in app -->
  518. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  519. <span class="fw-semibold">App Price : </span>
  520. <span class="ms-3 fw-semibold">৳ 484 </span>
  521. </div>
  522. <!-- add to cart -->
  523. <div class="text-center pt-2 pt-lg-3">
  524. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  525. <span>
  526. <img src="./images/icon/Cart_white.svg" alt="">
  527. </span>
  528. <span class="add-cart-text ms-2">Add to Cart</span>
  529. </button>
  530. </div>
  531. </div>
  532. </div>
  533. <div class="product-single p-1 p-md-2 ">
  534. <div class=" product rounded-1 px-3 py-3 text-start">
  535. <!-- product image -->
  536. <a href="./product-details.html">
  537. <div class="image-container text-center">
  538. <img class="h-100" src="./images/product_details/product image.png" alt="">
  539. </div>
  540. </a>
  541. <!-- product brand and ratting -->
  542. <div class="my-2 d-flex flex-wrap align-items-center ">
  543. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  544. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  545. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  546. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  547. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  548. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  549. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  550. <div class="rating-count ms-1 ms-md-2">(15)</div>
  551. </div>
  552. </div>
  553. <!-- product name -->
  554. <a href="./product-details.html" class="title text-gray ">
  555. Clear Kind to skin refreshing
  556. shampoo
  557. </a>
  558. <!-- offer -->
  559. <p class="offer pt-2 pt-xl-3 text-deep-red">
  560. Buy 2 Get 1 free
  561. </p>
  562. <!-- product price -->
  563. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  564. <span class="text-decoration-line-through text-light-gray">৳600</span>
  565. <span class="ms-3 fw-semibold">৳510 </span>
  566. </div>
  567. <!-- product price in app -->
  568. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  569. <span class="fw-semibold">App Price : </span>
  570. <span class="ms-3 fw-semibold">৳ 484 </span>
  571. </div>
  572. <!-- add to cart -->
  573. <div class="text-center pt-2 pt-lg-3">
  574. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  575. <span>
  576. <img src="./images/icon/Cart_white.svg" alt="">
  577. </span>
  578. <span class="add-cart-text ms-2">Add to Cart</span>
  579. </button>
  580. </div>
  581. </div>
  582. </div>
  583. <div class="product-single p-1 p-md-2 d-none d-xl-block">
  584. <div class=" product rounded-1 px-3 py-3 text-start">
  585. <!-- product image -->
  586. <a href="./product-details.html">
  587. <div class="image-container text-center">
  588. <img class="h-100" src="./images/product_details/product image.png" alt="">
  589. </div>
  590. </a>
  591. <!-- product brand and ratting -->
  592. <div class="my-2 d-flex flex-wrap align-items-center ">
  593. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  594. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  595. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  596. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  597. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  598. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  599. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  600. <div class="rating-count ms-1 ms-md-2">(15)</div>
  601. </div>
  602. </div>
  603. <!-- product name -->
  604. <a href="./product-details.html" class="title text-gray ">
  605. Clear Kind to skin refreshing
  606. shampoo
  607. </a>
  608. <!-- offer -->
  609. <p class="offer pt-2 pt-xl-3 text-deep-red">
  610. Buy 2 Get 1 free
  611. </p>
  612. <!-- product price -->
  613. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  614. <span class="text-decoration-line-through text-light-gray">৳600</span>
  615. <span class="ms-3 fw-semibold">৳510 </span>
  616. </div>
  617. <!-- product price in app -->
  618. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  619. <span class="fw-semibold">App Price : </span>
  620. <span class="ms-3 fw-semibold">৳ 484 </span>
  621. </div>
  622. <!-- add to cart -->
  623. <div class="text-center pt-2 pt-lg-3">
  624. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  625. <span>
  626. <img src="./images/icon/Cart_white.svg" alt="">
  627. </span>
  628. <span class="add-cart-text ms-2">Add to Cart</span>
  629. </button>
  630. </div>
  631. </div>
  632. </div>
  633. </div>
  634. </div>
  635. </section>
  636. <!-- related product end -->
  637. <!-- also like this product -->
  638. <section id="also-like-product" class="my-4">
  639. <div class="container">
  640. <div class="display-6 border-bottom border-1 py-3 text-black-light">You May Also like this</div>
  641. <!-- products -->
  642. <div class="d-flex flex-wrap mt-5">
  643. <div class="product-single p-1 p-md-2 ">
  644. <div class=" product rounded-1 px-3 py-3 text-start">
  645. <!-- product image -->
  646. <a href="./product-details.html">
  647. <div class="image-container text-center">
  648. <img class="h-100" src="./images/product_details/product.jpg" alt="">
  649. </div>
  650. </a>
  651. <!-- product brand and ratting -->
  652. <div class="my-2 d-flex flex-wrap align-items-center ">
  653. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  654. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  655. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  656. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  657. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  658. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  659. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  660. <div class="rating-count ms-1 ms-md-2">(15)</div>
  661. </div>
  662. </div>
  663. <!-- product name -->
  664. <a href="./product-details.html" class="title text-gray ">
  665. Clear Kind to skin refreshing
  666. shampoo
  667. </a>
  668. <!-- offer -->
  669. <p class="offer pt-2 pt-xl-3 text-deep-red">
  670. Buy 2 Get 1 free
  671. </p>
  672. <!-- product price -->
  673. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  674. <span class="text-decoration-line-through text-light-gray">৳600</span>
  675. <span class="ms-3 fw-semibold">৳510 </span>
  676. </div>
  677. <!-- product price in app -->
  678. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  679. <span class="fw-semibold">App Price : </span>
  680. <span class="ms-3 fw-semibold">৳ 484 </span>
  681. </div>
  682. <!-- add to cart -->
  683. <div class="text-center pt-2 pt-lg-3">
  684. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  685. <span>
  686. <img src="./images/icon/Cart_white.svg" alt="">
  687. </span>
  688. <span class="add-cart-text ms-2">Add to Cart</span>
  689. </button>
  690. </div>
  691. </div>
  692. </div>
  693. <div class="product-single p-1 p-md-2 ">
  694. <div class=" product rounded-1 px-3 py-3 text-start">
  695. <!-- product image -->
  696. <a href="./product-details.html">
  697. <div class="image-container text-center">
  698. <img class="h-100" src="./images/product_details/product.jpg" alt="">
  699. </div>
  700. </a>
  701. <!-- product brand and ratting -->
  702. <div class="my-2 d-flex flex-wrap align-items-center ">
  703. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  704. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  705. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  706. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  707. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  708. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  709. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  710. <div class="rating-count ms-1 ms-md-2">(15)</div>
  711. </div>
  712. </div>
  713. <!-- product name -->
  714. <a href="./product-details.html" class="title text-gray ">
  715. Clear Kind to skin refreshing
  716. shampoo
  717. </a>
  718. <!-- offer -->
  719. <p class="offer pt-2 pt-xl-3 text-deep-red">
  720. Buy 2 Get 1 free
  721. </p>
  722. <!-- product price -->
  723. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  724. <span class="text-decoration-line-through text-light-gray">৳600</span>
  725. <span class="ms-3 fw-semibold">৳510 </span>
  726. </div>
  727. <!-- product price in app -->
  728. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  729. <span class="fw-semibold">App Price : </span>
  730. <span class="ms-3 fw-semibold">৳ 484 </span>
  731. </div>
  732. <!-- add to cart -->
  733. <div class="text-center pt-2 pt-lg-3">
  734. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  735. <span>
  736. <img src="./images/icon/Cart_white.svg" alt="">
  737. </span>
  738. <span class="add-cart-text ms-2">Add to Cart</span>
  739. </button>
  740. </div>
  741. </div>
  742. </div>
  743. <div class="product-single p-1 p-md-2 ">
  744. <div class=" product rounded-1 px-3 py-3 text-start">
  745. <!-- product image -->
  746. <a href="./product-details.html">
  747. <div class="image-container text-center">
  748. <img class="h-100" src="./images/product_details/product.jpg" alt="">
  749. </div>
  750. </a>
  751. <!-- product brand and ratting -->
  752. <div class="my-2 d-flex flex-wrap align-items-center ">
  753. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  754. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  755. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  756. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  757. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  758. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  759. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  760. <div class="rating-count ms-1 ms-md-2">(15)</div>
  761. </div>
  762. </div>
  763. <!-- product name -->
  764. <a href="./product-details.html" class="title text-gray ">
  765. Clear Kind to skin refreshing
  766. shampoo
  767. </a>
  768. <!-- offer -->
  769. <p class="offer pt-2 pt-xl-3 text-deep-red">
  770. Buy 2 Get 1 free
  771. </p>
  772. <!-- product price -->
  773. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  774. <span class="text-decoration-line-through text-light-gray">৳600</span>
  775. <span class="ms-3 fw-semibold">৳510 </span>
  776. </div>
  777. <!-- product price in app -->
  778. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  779. <span class="fw-semibold">App Price : </span>
  780. <span class="ms-3 fw-semibold">৳ 484 </span>
  781. </div>
  782. <!-- add to cart -->
  783. <div class="text-center pt-2 pt-lg-3">
  784. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  785. <span>
  786. <img src="./images/icon/Cart_white.svg" alt="">
  787. </span>
  788. <span class="add-cart-text ms-2">Add to Cart</span>
  789. </button>
  790. </div>
  791. </div>
  792. </div>
  793. <div class="product-single p-1 p-md-2 ">
  794. <div class=" product rounded-1 px-3 py-3 text-start">
  795. <!-- product image -->
  796. <a href="./product-details.html">
  797. <div class="image-container text-center">
  798. <img class="h-100" src="./images/product_details/product.jpg" alt="">
  799. </div>
  800. </a>
  801. <!-- product brand and ratting -->
  802. <div class="my-2 d-flex flex-wrap align-items-center ">
  803. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  804. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  805. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  806. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  807. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  808. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  809. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  810. <div class="rating-count ms-1 ms-md-2">(15)</div>
  811. </div>
  812. </div>
  813. <!-- product name -->
  814. <a href="./product-details.html" class="title text-gray ">
  815. Clear Kind to skin refreshing
  816. shampoo
  817. </a>
  818. <!-- offer -->
  819. <p class="offer pt-2 pt-xl-3 text-deep-red">
  820. Buy 2 Get 1 free
  821. </p>
  822. <!-- product price -->
  823. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  824. <span class="text-decoration-line-through text-light-gray">৳600</span>
  825. <span class="ms-3 fw-semibold">৳510 </span>
  826. </div>
  827. <!-- product price in app -->
  828. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  829. <span class="fw-semibold">App Price : </span>
  830. <span class="ms-3 fw-semibold">৳ 484 </span>
  831. </div>
  832. <!-- add to cart -->
  833. <div class="text-center pt-2 pt-lg-3">
  834. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  835. <span>
  836. <img src="./images/icon/Cart_white.svg" alt="">
  837. </span>
  838. <span class="add-cart-text ms-2">Add to Cart</span>
  839. </button>
  840. </div>
  841. </div>
  842. </div>
  843. <div class="product-single p-1 p-md-2 d-none d-xl-block">
  844. <div class=" product rounded-1 px-3 py-3 text-start">
  845. <!-- product image -->
  846. <a href="./product-details.html">
  847. <div class="image-container text-center">
  848. <img class="h-100" src="./images/product_details/product.jpg" alt="">
  849. </div>
  850. </a>
  851. <!-- product brand and ratting -->
  852. <div class="my-2 d-flex flex-wrap align-items-center ">
  853. <a href="#" class="brand-title text-deep-red fw-bold fs-6">Clear</a>
  854. <div class="ms-1 ms-lg-2 rating d-flex align-items-start">
  855. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  856. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  857. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  858. <img class="ms-0 rating-icon" src="./images/icon/star_full.svg" alt="">
  859. <img class="ms-0 rating-icon" src="./images/icon/star_empty.svg" alt="">
  860. <div class="rating-count ms-1 ms-md-2">(15)</div>
  861. </div>
  862. </div>
  863. <!-- product name -->
  864. <a href="./product-details.html" class="title text-gray ">
  865. Clear Kind to skin refreshing
  866. shampoo
  867. </a>
  868. <!-- offer -->
  869. <p class="offer pt-2 pt-xl-3 text-deep-red">
  870. Buy 2 Get 1 free
  871. </p>
  872. <!-- product price -->
  873. <div class=" pt-md-2 pt-xl-3 price fs-6 text-center ">
  874. <span class="text-decoration-line-through text-light-gray">৳600</span>
  875. <span class="ms-3 fw-semibold">৳510 </span>
  876. </div>
  877. <!-- product price in app -->
  878. <div class=" pt-md-2 pt-xl-3 app-price text-center fs-6 text-deep-red">
  879. <span class="fw-semibold">App Price : </span>
  880. <span class="ms-3 fw-semibold">৳ 484 </span>
  881. </div>
  882. <!-- add to cart -->
  883. <div class="text-center pt-2 pt-lg-3">
  884. <button class="checkout-btn mx-auto btn-sm btn btn-dark rounded-0 d-flex justify-content-center align-items-center py-1 px-2">
  885. <span>
  886. <img src="./images/icon/Cart_white.svg" alt="">
  887. </span>
  888. <span class="add-cart-text ms-2">Add to Cart</span>
  889. </button>
  890. </div>
  891. </div>
  892. </div>
  893. </div>
  894. </div>
  895. </section>
  896. <!-- also like this product end -->
  897. <!-- footer -->
  898. <section id="footer" class=" bg-dark text-white mt-5">
  899. <div class="container py-5">
  900. <div class="row footer-border-bottom justify-content-evenly">
  901. <div class="col-12 col-lg-4">
  902. <div class="py-2 footer-comp-title h3 text-center">
  903. BECOME AN INSIDER
  904. </div>
  905. <form class="mt-2 text-center" action="">
  906. <input class="footer-input px-3 py-3 py-md-3 px-md-5 mx-auto text-center" type="text" placeholder="ENTER YOUR EMAIL ADDRESS">
  907. </form>
  908. <div class="social mt-5 mb-5">
  909. <div class="footer-comp-title h3 text-center">
  910. FOLLOW US ON
  911. </div>
  912. <ul class="mt-4 d-flex justify-content-center align-items-center">
  913. <li>
  914. <a href="#">
  915. <img class="social-icon mx-3 mx-md-4" src="./images/icon/footer-facebook.svg" alt="">
  916. </a>
  917. </li>
  918. <li>
  919. <a href="#">
  920. <img class="social-icon mx-3 mx-md-4" src="./images/icon/footer-twitter.svg" alt="">
  921. </a>
  922. </li>
  923. <li>
  924. <a href="#">
  925. <img class="social-icon mx-3 mx-md-4" src="./images/icon/footer-insta.svg" alt="">
  926. </a>
  927. </li>
  928. <li>
  929. <a href="#">
  930. <img class="social-icon mx-3 mx-md-4" src="./images/icon/footer-pinterest.svg" alt="">
  931. </a>
  932. </li>
  933. <li>
  934. <a href="#">
  935. <img class="social-icon mx-3 mx-md-4" src="./images/icon/footer-youtube.svg" alt="">
  936. </a>
  937. </li>
  938. </ul>
  939. <p class="mt-4 fw-light fs-5 text-center">hr@themallbd.com</p>
  940. </div>
  941. </div>
  942. <div class="col-12 col-lg-6">
  943. <div class="row justify-content-between">
  944. <div class="col-6 col-md-5 mb-5">
  945. <div class="py-2 mb-3 footer-comp-title footer-border-bottom h3 ">HELP</div>
  946. <ul>
  947. <li class="mb-2"><a href="#">ORDER</a></li>
  948. <li class="mb-2"><a href="#">DELIVERY</a></li>
  949. <li class="mb-2"><a href="#">RETUTRNS</a></li>
  950. <li class="mb-2"><a href="#">COOKIE POLICY</a></li>
  951. <li class="mb-2"><a href="#">CUSTOMER SUPPORT</a></li>
  952. <li class="mb-2"><a href="#">VIP PRIVILEGES</a></li>
  953. <li class="mb-2"><a href="#">HOW TO BECOME A VIP</a></li>
  954. <li class="mb-2"><a href="#">THE MALL GLOBAL</a></li>
  955. </ul>
  956. </div>
  957. <div class="col-6 col-md-5 mb-5">
  958. <div class="py-2 mb-3 footer-comp-title footer-border-bottom h3">OUR COMPANY</div>
  959. <ul>
  960. <li class="mb-2"><a href="#">ABOUT US</a></li>
  961. <li class="mb-2"><a href="#">CONTACT US</a></li>
  962. <li class="mb-2"><a href="#">PRIVACY POLICY</a></li>
  963. <li class="mb-2"><a href="#">COOKIE POLICY</a></li>
  964. <li class="mb-2"><a href="#">PAYMENTS</a></li>
  965. <li class="mb-2"><a href="#">SITEMAP</a></li>
  966. <li class="mb-2"><a href="#">TERMS & CONDITIONS</a></li>
  967. </ul>
  968. </div>
  969. </div>
  970. </div>
  971. </div>
  972. <div class="copyright mt-4 text-center fw-light">
  973. &copy 2022 THE MALL ALL RIGHT RESERVED
  974. </div>
  975. </div>
  976. </section>
  977. <!-- footer end-->
  978. <!-- bootstrap js -->
  979. <script src="./js/bootstrap.bundle.min.js"></script>
  980. <!-- swiper slider js -->
  981. <script src="./js/swiper-bundle.min.js"></script>
  982. <!-- lightbox js -->
  983. <script src="./js/simple-lightbox.js"></script>
  984. <!-- custom js -->
  985. <script src="./js/app.js"></script>
  986. </body>
  987. </html>