@crm-market/template-shared 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/assets/css/custom.css +70 -0
  2. package/assets/css/remixicon.css +2782 -0
  3. package/assets/css/satoshi-font.css +31 -0
  4. package/assets/fonts/flaticon.css +463 -0
  5. package/assets/fonts/flaticon.eot +0 -0
  6. package/assets/fonts/flaticon.html +2153 -0
  7. package/assets/fonts/flaticon.svg +441 -0
  8. package/assets/fonts/flaticon.ttf +0 -0
  9. package/assets/fonts/flaticon.woff +0 -0
  10. package/assets/fonts/flaticon.woff2 +0 -0
  11. package/assets/fonts/remixicon.eot +0 -0
  12. package/assets/fonts/remixicon.svg +8230 -0
  13. package/assets/fonts/remixicon.ttf +0 -0
  14. package/assets/fonts/remixicon.woff +0 -0
  15. package/assets/fonts/remixicon.woff2 +0 -0
  16. package/assets/scss/_variables.scss +31 -0
  17. package/assets/scss/components/_about.scss +58 -0
  18. package/assets/scss/components/_authentication.scss +124 -0
  19. package/assets/scss/components/_backtoptop.scss +27 -0
  20. package/assets/scss/components/_banner.scss +396 -0
  21. package/assets/scss/components/_best-deals.scss +74 -0
  22. package/assets/scss/components/_blank.scss +40 -0
  23. package/assets/scss/components/_blog.scss +193 -0
  24. package/assets/scss/components/_cart.scss +108 -0
  25. package/assets/scss/components/_categories.scss +82 -0
  26. package/assets/scss/components/_checkout.scss +110 -0
  27. package/assets/scss/components/_dashboard.scss +388 -0
  28. package/assets/scss/components/_faq.scss +22 -0
  29. package/assets/scss/components/_filter-rang.scss +109 -0
  30. package/assets/scss/components/_footer.scss +270 -0
  31. package/assets/scss/components/_global.scss +550 -0
  32. package/assets/scss/components/_header.scss +587 -0
  33. package/assets/scss/components/_hurry.scss +52 -0
  34. package/assets/scss/components/_navbar.scss +1008 -0
  35. package/assets/scss/components/_offers.scss +689 -0
  36. package/assets/scss/components/_pagination.scss +71 -0
  37. package/assets/scss/components/_popup.scss +172 -0
  38. package/assets/scss/components/_preloader.scss +108 -0
  39. package/assets/scss/components/_products.scss +1147 -0
  40. package/assets/scss/components/_rtl.scss +806 -0
  41. package/assets/scss/components/_services.scss +16 -0
  42. package/assets/scss/components/_sidebar.scss +259 -0
  43. package/assets/scss/style.css +6676 -0
  44. package/assets/scss/style.css.map +1 -0
  45. package/assets/scss/style.scss +40 -0
  46. package/assets/webfonts/Satoshi-Bold.eot +0 -0
  47. package/assets/webfonts/Satoshi-Bold.woff +0 -0
  48. package/assets/webfonts/Satoshi-Bold.woff2 +0 -0
  49. package/assets/webfonts/Satoshi-Medium.eot +0 -0
  50. package/assets/webfonts/Satoshi-Medium.woff +0 -0
  51. package/assets/webfonts/Satoshi-Medium.woff2 +0 -0
  52. package/assets/webfonts/Satoshi-Regular.eot +0 -0
  53. package/assets/webfonts/Satoshi-Regular.woff +0 -0
  54. package/assets/webfonts/Satoshi-Regular.woff2 +0 -0
  55. package/components/AboutUs/AboutUsTuan.vue +25 -0
  56. package/components/AboutUs/Statistics.vue +42 -0
  57. package/components/AboutUs/SubscribeToTheNewsletter.vue +57 -0
  58. package/components/AddAddress/index.vue +70 -0
  59. package/components/BestSellers/Products.vue +1562 -0
  60. package/components/BestSellers/RecentlyViewed.vue +304 -0
  61. package/components/Cart/ProductQuantity.vue +29 -0
  62. package/components/Cart/index.vue +167 -0
  63. package/components/Categories/index.vue +305 -0
  64. package/components/ChangePassword/index.vue +71 -0
  65. package/components/Checkout/index.vue +192 -0
  66. package/components/Common/DashboardNavigation.vue +37 -0
  67. package/components/Common/PageBanner.vue +28 -0
  68. package/components/Common/ProductCard.vue +152 -0
  69. package/components/Common/Services.vue +58 -0
  70. package/components/Contact/ContactForm.vue +91 -0
  71. package/components/Contact/ContactInfo.vue +74 -0
  72. package/components/Dashboard/RecentOrder.vue +173 -0
  73. package/components/Dashboard/index.vue +79 -0
  74. package/components/EditAddress/index.vue +119 -0
  75. package/components/EditProfile/index.vue +97 -0
  76. package/components/FAQ/index.vue +121 -0
  77. package/components/FeaturedProduct/FeaturedProducts.vue +304 -0
  78. package/components/FeaturedProduct/Products.vue +1562 -0
  79. package/components/ForgotPassword/index.vue +51 -0
  80. package/components/Layout/BackToUp.vue +38 -0
  81. package/components/Layout/Copyright.vue +25 -0
  82. package/components/Layout/Footer.vue +183 -0
  83. package/components/Layout/FooterTwo.vue +165 -0
  84. package/components/Layout/LocationOption.vue +178 -0
  85. package/components/Layout/MiddleHeader.vue +229 -0
  86. package/components/Layout/MiddleHeaderThree.vue +204 -0
  87. package/components/Layout/MiddleHeaderTwo.vue +240 -0
  88. package/components/Layout/Navbar.vue +185 -0
  89. package/components/Layout/NavbarStyleFour.vue +334 -0
  90. package/components/Layout/NavbarStyleThree.vue +188 -0
  91. package/components/Layout/NavbarStyleTwo.vue +108 -0
  92. package/components/Layout/Preloader.vue +18 -0
  93. package/components/Layout/RTLSwitchBtn.vue +40 -0
  94. package/components/Layout/ResponsiveNavbar.vue +431 -0
  95. package/components/Layout/TopHeader.vue +130 -0
  96. package/components/Login/index.vue +94 -0
  97. package/components/MyAccount/index.vue +154 -0
  98. package/components/NewArrivals/Products.vue +1969 -0
  99. package/components/NewArrivals/RecentlyViewed.vue +304 -0
  100. package/components/OrderDetails/index.vue +77 -0
  101. package/components/OrderHistory/index.vue +197 -0
  102. package/components/PrivacyPolicy/index.vue +112 -0
  103. package/components/ProductDetails/ProductDetailsTab.vue +343 -0
  104. package/components/ProductDetails/ProductQuantity.vue +29 -0
  105. package/components/ProductDetails/RecentlyViewed.vue +304 -0
  106. package/components/ProductDetails/index.vue +268 -0
  107. package/components/Products/RecentlyViewed.vue +304 -0
  108. package/components/Products/index.vue +292 -0
  109. package/components/Register/index.vue +88 -0
  110. package/components/TermsConditions/index.vue +112 -0
  111. package/components/TrendingProducts/FeaturedProducts.vue +304 -0
  112. package/components/TrendingProducts/Products.vue +1564 -0
  113. package/components/Wishlist/ProductQuantity.vue +29 -0
  114. package/components/Wishlist/index.vue +128 -0
  115. package/composables/useCart.ts +149 -0
  116. package/composables/useCategories.ts +87 -0
  117. package/composables/useCheckout.ts +131 -0
  118. package/composables/useProducts.ts +162 -0
  119. package/composables/useSiteConfig.ts +236 -0
  120. package/composables/useTemplateSections.ts +74 -0
  121. package/e2e/cart.spec.ts +71 -0
  122. package/e2e/fixtures/mock-api.ts +166 -0
  123. package/e2e/homepage.spec.ts +65 -0
  124. package/e2e/layout.spec.ts +73 -0
  125. package/e2e/navigation.spec.ts +61 -0
  126. package/e2e/pages/cart.page.ts +44 -0
  127. package/e2e/pages/homepage.page.ts +46 -0
  128. package/e2e/playwright.config.ts +32 -0
  129. package/e2e/products.spec.ts +33 -0
  130. package/layouts/default.vue +94 -0
  131. package/layouts/inner.vue +70 -0
  132. package/nuxt.config.ts +86 -0
  133. package/package.json +38 -0
  134. package/pages/about-us.vue +12 -0
  135. package/pages/address.vue +10 -0
  136. package/pages/cart.vue +10 -0
  137. package/pages/categories.vue +10 -0
  138. package/pages/change-password.vue +10 -0
  139. package/pages/checkout.vue +10 -0
  140. package/pages/contact.vue +11 -0
  141. package/pages/dashboard.vue +10 -0
  142. package/pages/edit-address.vue +10 -0
  143. package/pages/edit-profile.vue +10 -0
  144. package/pages/faq.vue +10 -0
  145. package/pages/forgot-password.vue +10 -0
  146. package/pages/login.vue +10 -0
  147. package/pages/my-account.vue +10 -0
  148. package/pages/order-details.vue +10 -0
  149. package/pages/order-history.vue +10 -0
  150. package/pages/privacy-policy.vue +10 -0
  151. package/pages/product-details.vue +10 -0
  152. package/pages/products.vue +10 -0
  153. package/pages/register.vue +10 -0
  154. package/pages/terms-conditions.vue +10 -0
  155. package/pages/wishlist.vue +10 -0
  156. package/plugins/site-init.client.ts +24 -0
  157. package/plugins/vuetify.ts +18 -0
  158. package/types/index.ts +121 -0
  159. package/utils/image.ts +13 -0
  160. package/utils/store.ts +21 -0
@@ -0,0 +1,31 @@
1
+ @font-face {
2
+ font-family: 'Satoshi-Regular';
3
+ src: url('../webfonts/Satoshi-Regular.woff2') format('woff2'),
4
+ url('../webfonts/Satoshi-Regular.woff') format('woff'),
5
+ url('../webfonts/Satoshi-Regular.ttf') format('truetype');
6
+ font-weight: 400;
7
+ font-display: swap;
8
+ font-style: normal;
9
+ }
10
+
11
+
12
+ @font-face {
13
+ font-family: 'Satoshi-Medium';
14
+ src: url('../webfonts/Satoshi-Medium.woff2') format('woff2'),
15
+ url('../webfonts/Satoshi-Medium.woff') format('woff'),
16
+ url('../webfonts/Satoshi-Medium.ttf') format('truetype');
17
+ font-weight: 500;
18
+ font-display: swap;
19
+ font-style: normal;
20
+ }
21
+
22
+
23
+ @font-face {
24
+ font-family: 'Satoshi-Bold';
25
+ src: url('../webfonts/Satoshi-Bold.woff2') format('woff2'),
26
+ url('../webfonts/Satoshi-Bold.woff') format('woff'),
27
+ url('../webfonts/Satoshi-Bold.ttf') format('truetype');
28
+ font-weight: 700;
29
+ font-display: swap;
30
+ font-style: normal;
31
+ }
@@ -0,0 +1,463 @@
1
+ /*!
2
+ * ______ _ _ _
3
+ * | ____| | | | (_)
4
+ * | |__ | | __ _| |_ _ ___ ___ _ __
5
+ * | __| | |/ _` | __| |/ __/ _ \| '_ \
6
+ * | | | | (_| | |_| | (_| (_) | | | |
7
+ * |_| |_|\__,_|\__|_|\___\___/|_| |_|
8
+ *
9
+ * https://www.flaticon.com
10
+ */
11
+
12
+ @font-face {
13
+ font-family: "flaticon";
14
+ src: url("./flaticon.woff2?766fcb46050eac32d35e335e61960abb") format("woff2"),
15
+ url("./flaticon.woff?766fcb46050eac32d35e335e61960abb") format("woff"),
16
+ url("./flaticon.eot?766fcb46050eac32d35e335e61960abb#iefix")
17
+ format("embedded-opentype"),
18
+ url("./flaticon.ttf?766fcb46050eac32d35e335e61960abb") format("truetype"),
19
+ url("./flaticon.svg?766fcb46050eac32d35e335e61960abb#flaticon")
20
+ format("svg");
21
+ }
22
+
23
+ i[class^="flaticon-"]:before,
24
+ i[class*=" flaticon-"]:before {
25
+ font-family: flaticon !important;
26
+ font-style: normal;
27
+ font-weight: normal !important;
28
+ font-variant: normal;
29
+ text-transform: none;
30
+ line-height: 1;
31
+ -webkit-font-smoothing: antialiased;
32
+ -moz-osx-font-smoothing: grayscale;
33
+ }
34
+
35
+ .flaticon-facebook-app-symbol:before {
36
+ content: "\f101";
37
+ }
38
+ .flaticon-check:before {
39
+ content: "\f102";
40
+ }
41
+ .flaticon-minus-sign:before {
42
+ content: "\f103";
43
+ }
44
+ .flaticon-search-interface-symbol:before {
45
+ content: "\f104";
46
+ }
47
+ .flaticon-drop-down:before {
48
+ content: "\f105";
49
+ }
50
+ .flaticon-bookmark:before {
51
+ content: "\f106";
52
+ }
53
+ .flaticon-left-arrow:before {
54
+ content: "\f107";
55
+ }
56
+ .flaticon-right-arrow:before {
57
+ content: "\f108";
58
+ }
59
+ .flaticon-phone-call:before {
60
+ content: "\f109";
61
+ }
62
+ .flaticon-down-chevron:before {
63
+ content: "\f10a";
64
+ }
65
+ .flaticon-down-arrow:before {
66
+ content: "\f10b";
67
+ }
68
+ .flaticon-telephone:before {
69
+ content: "\f10c";
70
+ }
71
+ .flaticon-facebook:before {
72
+ content: "\f10d";
73
+ }
74
+ .flaticon-pinterest:before {
75
+ content: "\f10e";
76
+ }
77
+ .flaticon-whatsapp:before {
78
+ content: "\f10f";
79
+ }
80
+ .flaticon-youtube:before {
81
+ content: "\f110";
82
+ }
83
+ .flaticon-united-states:before {
84
+ content: "\f111";
85
+ }
86
+ .flaticon-linkedin:before {
87
+ content: "\f112";
88
+ }
89
+ .flaticon-twitter:before {
90
+ content: "\f113";
91
+ }
92
+ .flaticon-down-arrow-1:before {
93
+ content: "\f114";
94
+ }
95
+ .flaticon-next:before {
96
+ content: "\f115";
97
+ }
98
+ .flaticon-previous:before {
99
+ content: "\f116";
100
+ }
101
+ .flaticon-shipped:before {
102
+ content: "\f117";
103
+ }
104
+ .flaticon-user:before {
105
+ content: "\f118";
106
+ }
107
+ .flaticon-email:before {
108
+ content: "\f119";
109
+ }
110
+ .flaticon-mobile-phone:before {
111
+ content: "\f11a";
112
+ }
113
+ .flaticon-down-arrow-2:before {
114
+ content: "\f11b";
115
+ }
116
+ .flaticon-left-arrow-1:before {
117
+ content: "\f11c";
118
+ }
119
+ .flaticon-right-arrow-1:before {
120
+ content: "\f11d";
121
+ }
122
+ .flaticon-mail:before {
123
+ content: "\f11e";
124
+ }
125
+ .flaticon-down-arrow-3:before {
126
+ content: "\f11f";
127
+ }
128
+ .flaticon-laptop:before {
129
+ content: "\f120";
130
+ }
131
+ .flaticon-next-1:before {
132
+ content: "\f121";
133
+ }
134
+ .flaticon-view:before {
135
+ content: "\f122";
136
+ }
137
+ .flaticon-checked:before {
138
+ content: "\f123";
139
+ }
140
+ .flaticon-pinterest-1:before {
141
+ content: "\f124";
142
+ }
143
+ .flaticon-whatsapp-1:before {
144
+ content: "\f125";
145
+ }
146
+ .flaticon-user-1:before {
147
+ content: "\f126";
148
+ }
149
+ .flaticon-plus:before {
150
+ content: "\f127";
151
+ }
152
+ .flaticon-trophy:before {
153
+ content: "\f128";
154
+ }
155
+ .flaticon-placeholder:before {
156
+ content: "\f129";
157
+ }
158
+ .flaticon-pin:before {
159
+ content: "\f12a";
160
+ }
161
+ .flaticon-up-arrow:before {
162
+ content: "\f12b";
163
+ }
164
+ .flaticon-location:before {
165
+ content: "\f12c";
166
+ }
167
+ .flaticon-check-1:before {
168
+ content: "\f12d";
169
+ }
170
+ .flaticon-call:before {
171
+ content: "\f12e";
172
+ }
173
+ .flaticon-check-2:before {
174
+ content: "\f12f";
175
+ }
176
+ .flaticon-heart:before {
177
+ content: "\f130";
178
+ }
179
+ .flaticon-instagram:before {
180
+ content: "\f131";
181
+ }
182
+ .flaticon-shopping-cart:before {
183
+ content: "\f132";
184
+ }
185
+ .flaticon-linkedin-1:before {
186
+ content: "\f133";
187
+ }
188
+ .flaticon-chevron:before {
189
+ content: "\f134";
190
+ }
191
+ .flaticon-instagram-1:before {
192
+ content: "\f135";
193
+ }
194
+ .flaticon-facebook-1:before {
195
+ content: "\f136";
196
+ }
197
+ .flaticon-whatsapp-2:before {
198
+ content: "\f137";
199
+ }
200
+ .flaticon-youtube-1:before {
201
+ content: "\f138";
202
+ }
203
+ .flaticon-skype:before {
204
+ content: "\f139";
205
+ }
206
+ .flaticon-instagram-2:before {
207
+ content: "\f13a";
208
+ }
209
+ .flaticon-click:before {
210
+ content: "\f13b";
211
+ }
212
+ .flaticon-badge:before {
213
+ content: "\f13c";
214
+ }
215
+ .flaticon-arrow-right:before {
216
+ content: "\f13d";
217
+ }
218
+ .flaticon-back-in-time:before {
219
+ content: "\f13e";
220
+ }
221
+ .flaticon-chevron-1:before {
222
+ content: "\f13f";
223
+ }
224
+ .flaticon-electronics:before {
225
+ content: "\f140";
226
+ }
227
+ .flaticon-tap:before {
228
+ content: "\f141";
229
+ }
230
+ .flaticon-star:before {
231
+ content: "\f142";
232
+ }
233
+ .flaticon-star-1:before {
234
+ content: "\f143";
235
+ }
236
+ .flaticon-bubble-chat:before {
237
+ content: "\f144";
238
+ }
239
+ .flaticon-heart-1:before {
240
+ content: "\f145";
241
+ }
242
+ .flaticon-email-1:before {
243
+ content: "\f146";
244
+ }
245
+ .flaticon-email-2:before {
246
+ content: "\f147";
247
+ }
248
+ .flaticon-facebook-2:before {
249
+ content: "\f148";
250
+ }
251
+ .flaticon-whatsapp-3:before {
252
+ content: "\f149";
253
+ }
254
+ .flaticon-twitter-1:before {
255
+ content: "\f14a";
256
+ }
257
+ .flaticon-twitter-2:before {
258
+ content: "\f14b";
259
+ }
260
+ .flaticon-pinterest-2:before {
261
+ content: "\f14c";
262
+ }
263
+ .flaticon-customer-satisfaction:before {
264
+ content: "\f14d";
265
+ }
266
+ .flaticon-calendar:before {
267
+ content: "\f14e";
268
+ }
269
+ .flaticon-headphones:before {
270
+ content: "\f14f";
271
+ }
272
+ .flaticon-left:before {
273
+ content: "\f150";
274
+ }
275
+ .flaticon-wallet:before {
276
+ content: "\f151";
277
+ }
278
+ .flaticon-up-arrow-1:before {
279
+ content: "\f152";
280
+ }
281
+ .flaticon-search:before {
282
+ content: "\f153";
283
+ }
284
+ .flaticon-magnifying-glass:before {
285
+ content: "\f154";
286
+ }
287
+ .flaticon-shopping-cart-1:before {
288
+ content: "\f155";
289
+ }
290
+ .flaticon-location-1:before {
291
+ content: "\f156";
292
+ }
293
+ .flaticon-check-mark:before {
294
+ content: "\f157";
295
+ }
296
+ .flaticon-smart-home:before {
297
+ content: "\f158";
298
+ }
299
+ .flaticon-down-arrow-4:before {
300
+ content: "\f159";
301
+ }
302
+ .flaticon-left-chevron:before {
303
+ content: "\f15a";
304
+ }
305
+ .flaticon-chevron-2:before {
306
+ content: "\f15b";
307
+ }
308
+ .flaticon-up-arrow-2:before {
309
+ content: "\f15c";
310
+ }
311
+ .flaticon-next-2:before {
312
+ content: "\f15d";
313
+ }
314
+ .flaticon-close:before {
315
+ content: "\f15e";
316
+ }
317
+ .flaticon-search-1:before {
318
+ content: "\f15f";
319
+ }
320
+ .flaticon-phone-call-1:before {
321
+ content: "\f160";
322
+ }
323
+ .flaticon-telephone-call:before {
324
+ content: "\f161";
325
+ }
326
+ .flaticon-map:before {
327
+ content: "\f162";
328
+ }
329
+ .flaticon-twitter-3:before {
330
+ content: "\f163";
331
+ }
332
+ .flaticon-linkedin-2:before {
333
+ content: "\f164";
334
+ }
335
+ .flaticon-skype-1:before {
336
+ content: "\f165";
337
+ }
338
+ .flaticon-comment:before {
339
+ content: "\f166";
340
+ }
341
+ .flaticon-drone:before {
342
+ content: "\f167";
343
+ }
344
+ .flaticon-time:before {
345
+ content: "\f168";
346
+ }
347
+ .flaticon-time-1:before {
348
+ content: "\f169";
349
+ }
350
+ .flaticon-award:before {
351
+ content: "\f16a";
352
+ }
353
+ .flaticon-down:before {
354
+ content: "\f16b";
355
+ }
356
+ .flaticon-whatsapp-4:before {
357
+ content: "\f16c";
358
+ }
359
+ .flaticon-linkedin-3:before {
360
+ content: "\f16d";
361
+ }
362
+ .flaticon-skype-2:before {
363
+ content: "\f16e";
364
+ }
365
+ .flaticon-pinterest-3:before {
366
+ content: "\f16f";
367
+ }
368
+ .flaticon-quotes:before {
369
+ content: "\f170";
370
+ }
371
+ .flaticon-instagram-3:before {
372
+ content: "\f171";
373
+ }
374
+ .flaticon-youtube-2:before {
375
+ content: "\f172";
376
+ }
377
+ .flaticon-skype-3:before {
378
+ content: "\f173";
379
+ }
380
+ .flaticon-instagram-4:before {
381
+ content: "\f174";
382
+ }
383
+ .flaticon-control-system:before {
384
+ content: "\f175";
385
+ }
386
+ .flaticon-up-down:before {
387
+ content: "\f176";
388
+ }
389
+ .flaticon-back-to-top:before {
390
+ content: "\f177";
391
+ }
392
+ .flaticon-facebook-logo:before {
393
+ content: "\f178";
394
+ }
395
+ .flaticon-credit-card:before {
396
+ content: "\f179";
397
+ }
398
+ .flaticon-linkedin-4:before {
399
+ content: "\f17a";
400
+ }
401
+ .flaticon-check-mark-1:before {
402
+ content: "\f17b";
403
+ }
404
+ .flaticon-check-mark-2:before {
405
+ content: "\f17c";
406
+ }
407
+ .flaticon-up-down-1:before {
408
+ content: "\f17d";
409
+ }
410
+ .flaticon-customer-service:before {
411
+ content: "\f17e";
412
+ }
413
+ .flaticon-save-instagram:before {
414
+ content: "\f17f";
415
+ }
416
+ .flaticon-adapter:before {
417
+ content: "\f180";
418
+ }
419
+ .flaticon-vr:before {
420
+ content: "\f181";
421
+ }
422
+ .flaticon-flash-sale:before {
423
+ content: "\f182";
424
+ }
425
+ .flaticon-video:before {
426
+ content: "\f183";
427
+ }
428
+ .flaticon-arrow-up:before {
429
+ content: "\f184";
430
+ }
431
+ .flaticon-time-2:before {
432
+ content: "\f185";
433
+ }
434
+ .flaticon-up-arrow-3:before {
435
+ content: "\f186";
436
+ }
437
+ .flaticon-left-arrow-2:before {
438
+ content: "\f187";
439
+ }
440
+ .flaticon-approved:before {
441
+ content: "\f188";
442
+ }
443
+ .flaticon-arrow-down:before {
444
+ content: "\f189";
445
+ }
446
+ .flaticon-arrow-left:before {
447
+ content: "\f18a";
448
+ }
449
+ .flaticon-up-and-down-arrow:before {
450
+ content: "\f18b";
451
+ }
452
+ .flaticon-check-3:before {
453
+ content: "\f18c";
454
+ }
455
+ .flaticon-review:before {
456
+ content: "\f18d";
457
+ }
458
+ .flaticon-headphones-1:before {
459
+ content: "\f18e";
460
+ }
461
+ .flaticon-verified:before {
462
+ content: "\f18f";
463
+ }
Binary file