@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,689 @@
1
+ /* Offers Area Style
2
+ ============================================*/
3
+ .single-offer-item {
4
+ background-color: #d7e7ff;
5
+ border-radius: var(--borderRadius6);
6
+ padding: 42px;
7
+ padding-bottom: 112px;
8
+ margin-bottom: 25px;
9
+ overflow: hidden;
10
+ &.bg-fff4e7 {
11
+ background-color: #fff4e7;
12
+ }
13
+ &.bg-eaffd9 {
14
+ background-color: #eaffd9;
15
+ }
16
+ &.bg-ffeeef {
17
+ background-color: #ffeeef;
18
+ }
19
+ .top-title {
20
+ color: var(--danger);
21
+ font-size: var(--fontSize15);
22
+ font-family: var(--fontFamilyMedium);
23
+ display: block;
24
+ margin-bottom: 5px;
25
+ }
26
+ h3 {
27
+ font-size: 24px;
28
+ color: var(--primary);
29
+ }
30
+ p {
31
+ font-size: var(--fontSize15);
32
+ font-family: var(--fontFamilyMedium);
33
+ margin-bottom: 5px;
34
+ }
35
+ &.style-two {
36
+ padding: 70px 60px;
37
+ h3 {
38
+ color: var(--secondary);
39
+ }
40
+ p {
41
+ margin-bottom: 25px;
42
+ }
43
+ .offer-content {
44
+ max-width: 275px;
45
+ }
46
+ }
47
+ }
48
+ .single-offer-grocery-item {
49
+ padding: 75px 42px;
50
+ border-radius: var(--borderRadius6);
51
+ margin-bottom: 25px;
52
+ .top-title {
53
+ display: block;
54
+ font-size: var(--fontSize15);
55
+ font-family: var(--fontFamilyMedium);
56
+ color: var(--dangerdiv);
57
+ margin-bottom: 5px;
58
+ }
59
+ h3 {
60
+ font-size: 24px;
61
+ margin-bottom: 8px;
62
+ }
63
+ p {
64
+ font-size: var(--fontSize15);
65
+ font-family: var(--fontFamilyMedium);
66
+ margin-bottom: 8px;
67
+ }
68
+ &.px-60 {
69
+ padding-left: 60px;
70
+ padding-right: 60px;
71
+ }
72
+ &.style-three {
73
+ .content-wrap {
74
+ max-width: 490px;
75
+ padding-left: 68px;
76
+ padding-top: 25px;
77
+ padding-bottom: 25px;
78
+ &.mw-600 {
79
+ max-width: 600px;
80
+ .time {
81
+ font-size: var(--fontSize16);
82
+ width: 30px;
83
+ height: 30px;
84
+ line-height: 30px;
85
+ }
86
+ }
87
+ }
88
+ h3 {
89
+ font-size: 28px;
90
+ margin-bottom: 10px;
91
+ line-height: 1.3;
92
+ }
93
+ p {
94
+ margin-bottom: 25px;
95
+ }
96
+ }
97
+ }
98
+ .discover-new-deals-content {
99
+ border-radius: var(--borderRadius6);
100
+ border: 1px solid #e7e9eb;
101
+ background-color: #ffeeef;
102
+ padding: 60px 30px;
103
+ margin-right: 25px;
104
+ h3 {
105
+ font-size: 20px;
106
+ margin-bottom: 20px;
107
+ }
108
+ .offer {
109
+ font-style: 18px;
110
+ display: block;
111
+ margin-bottom: 10px;
112
+ }
113
+ .discover-img {
114
+ margin-bottom: 30px;
115
+ }
116
+ .mw-345 {
117
+ max-width: 345px;
118
+ }
119
+ .title {
120
+ font-size: 18px;
121
+ font-family: var(--fontFamilyMedium);
122
+ color: var(--secondary);
123
+ text-decoration: none;
124
+ display: block;
125
+ margin-bottom: 15px;
126
+ &:hover {
127
+ color: var(--primary);
128
+ }
129
+ }
130
+ .review {
131
+ margin-bottom: 20px;
132
+ i {
133
+ color: #ffc107;
134
+ font-size: var(--fontSize13);
135
+ }
136
+ span {
137
+ position: relative;
138
+ top: -1px;
139
+ margin-left: 5px;
140
+ font-size: var(--fontSize13);
141
+ }
142
+ }
143
+ .price {
144
+ font-size: var(--fontSize18);
145
+ margin-bottom: 25px;
146
+ del {
147
+ font-family: var(--fontFamilyRegular);
148
+ color: var(--bodyColor);
149
+ }
150
+ }
151
+ .v-progress-linear {
152
+ margin-bottom: 12px;
153
+ border-radius: 10px;
154
+ .v-progress-linear__background {
155
+ background-color: #d9d9d9;
156
+ opacity: 100%;
157
+ }
158
+ .v-progress-linear__determinate {
159
+ background-color: var(--dangerdiv);
160
+ }
161
+ }
162
+ .sold-stock {
163
+ margin-bottom: 0;
164
+ .sold {
165
+ color: var(--danger);
166
+ font-family: var(--fontFamilyMedium);
167
+ font-size: var(--fontSize14);
168
+ }
169
+ .stock {
170
+ color: var(--success);
171
+ font-family: var(--fontFamilyMedium);
172
+ font-size: var(--fontSize14);
173
+ i {
174
+ font-size: var(--fontSize18);
175
+ position: relative;
176
+ top: 2px;
177
+ }
178
+ }
179
+ }
180
+ &.style-two {
181
+ padding: 30px;
182
+ margin-right: 0;
183
+ border: 0;
184
+ .pe-58 {
185
+ padding-right: 58px;
186
+ }
187
+ .clockdiv {
188
+ border-top: 1px solid var(--borderColor);
189
+ padding: 20px;
190
+ }
191
+ }
192
+ .clockdiv {
193
+ .time {
194
+ width: 38px;
195
+ height: 38px;
196
+ line-height: 38px;
197
+ font-size: 20px;
198
+ &::before {
199
+ font-size: 25px;
200
+ }
201
+ }
202
+ }
203
+ }
204
+ .discover-style-two {
205
+ background-color: var(--gray3);
206
+ padding: 30px;
207
+ padding-bottom: 20px;
208
+ border-radius: var(--borderRadius6);
209
+ margin-bottom: 25px;
210
+ .discover-new-deals-content {
211
+ padding: 0;
212
+ margin-right: 0;
213
+ border: 0;
214
+ background-color: var(--gray3);
215
+ margin-bottom: 0;
216
+ .pe-58 {
217
+ padding-right: 58px;
218
+ padding-top: 15px;
219
+ padding-bottom: 30px;
220
+ }
221
+ .title {
222
+ margin-bottom: 10px;
223
+ }
224
+ .clockdiv {
225
+ border-top: 1px solid var(--borderColor);
226
+ padding: 20px;
227
+ padding-bottom: 0;
228
+ margin-bottom: 0 !important;
229
+ .title {
230
+ font-size: var(--fontSize18);
231
+ color: var(--bodyColor);
232
+ font-family: var(--fontFamilyRegular);
233
+ margin-bottom: 0;
234
+ margin-right: 20px;
235
+ }
236
+ .time {
237
+ font-size: var(--fontSize16);
238
+ width: 30px;
239
+ height: 30px;
240
+ line-height: 30px;
241
+ }
242
+ }
243
+ }
244
+ .discover-new-deals-img {
245
+ position: relative;
246
+ .discount {
247
+ width: 60px;
248
+ height: 60px;
249
+ line-height: 60px;
250
+ text-align: center;
251
+ display: inline-block;
252
+ font-family: var(--fontFamilyBold);
253
+ background-color: var(--danger);
254
+ color: var(--white);
255
+ border-radius: 50px;
256
+ position: absolute;
257
+ top: 0;
258
+ left: 0;
259
+ }
260
+ }
261
+ }
262
+ .discover-style-three {
263
+ padding: 45px 100px;
264
+ background-color: var(--gray3);
265
+ border-radius: var(--borderRadius6);
266
+ .discover-new-deals-content {
267
+ background-color: var(--gray3);
268
+ border: none;
269
+ padding: 0;
270
+ .discover-new-wraps {
271
+ max-width: 277px;
272
+ .time {
273
+ font-size: var(--fontSize16);
274
+ width: 30px;
275
+ height: 30px;
276
+ line-height: 30px;
277
+ }
278
+ }
279
+ }
280
+ }
281
+ .discover-new-deals-three {
282
+ position: relative;
283
+ .offer-tag {
284
+ position: absolute;
285
+ top: 95px;
286
+ right: -30px;
287
+ .offer {
288
+ position: absolute;
289
+ top: 50%;
290
+ left: 0;
291
+ right: 0;
292
+ transform: translateY(-50%);
293
+ h3 {
294
+ margin-bottom: -5px;
295
+ color: var(--white);
296
+ font-size: 30px;
297
+ transform: rotate(6.193deg);
298
+ }
299
+ span {
300
+ font-size: 20px;
301
+ font-family: var(--fontFamilyMedium);
302
+ color: var(--white);
303
+ transform: rotate(6.193deg);
304
+ display: inline-block;
305
+ }
306
+ }
307
+ }
308
+ }
309
+ .discover-new-deals-area {
310
+ .v-card-text {
311
+ .v-window {
312
+ margin-left: -40px;
313
+ .v-window__container {
314
+ padding: 1px;
315
+ }
316
+ }
317
+ }
318
+ .single-product-telemobile-item {
319
+ margin: -0.5px -0.5px;
320
+ padding: 22.5px;
321
+ }
322
+ }
323
+ .discover-month-tabs {
324
+ display: inline-flex;
325
+ &.v-tabs {
326
+ .v-tab.v-tab.v-btn {
327
+ font-size: 22px;
328
+ font-family: var(--fontFamilyBold);
329
+ padding: 0;
330
+ color: #b6b6b6;
331
+ border: 0;
332
+ margin-right: 30px;
333
+ &:last-child {
334
+ margin-right: 0;
335
+ }
336
+ &.v-tab-item--selected,
337
+ &.v-tab--selected {
338
+ color: var(--secondary);
339
+ .v-tab__slider {
340
+ display: none;
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+ .clockdiv {
347
+ margin-bottom: 50px;
348
+ .time {
349
+ width: 25px;
350
+ height: 25px;
351
+ line-height: 25px;
352
+ text-align: center;
353
+ background-color: var(--danger);
354
+ display: inline-block;
355
+ color: var(--white);
356
+ font-family: var(--fontFamilyBold);
357
+ font-size: 13px;
358
+ border-radius: var(--borderRadius6);
359
+ position: relative;
360
+ margin-right: 10px;
361
+ &::before {
362
+ content: ":";
363
+ position: absolute;
364
+ top: -1px;
365
+ right: -11px;
366
+ color: var(--bodyColor);
367
+ font-size: 19px;
368
+ }
369
+ &:last-child {
370
+ margin-right: 0;
371
+ &::before {
372
+ display: none;
373
+ }
374
+ }
375
+ }
376
+ }
377
+ .weekend-bg {
378
+ border-radius: var(--borderRadius6);
379
+ padding: 58px;
380
+ padding-bottom: 100px;
381
+ .weekend-content {
382
+ max-width: 420px;
383
+ margin-left: auto;
384
+ margin-right: 270px;
385
+ .top-title {
386
+ color: var(--dangerdiv);
387
+ font-family: var(--fontFamilyMedium);
388
+ font-size: var(--fontSize15);
389
+ display: block;
390
+ margin-bottom: 5px;
391
+ }
392
+ h3 {
393
+ font-size: 28px;
394
+ margin-bottom: 5px;
395
+ }
396
+ p {
397
+ margin-bottom: 20px;
398
+ font-family: var(--fontFamilyMedium);
399
+ font-size: var(--fontSize15);
400
+ }
401
+ }
402
+ }
403
+ .offer-seafood-content {
404
+ border-radius: var(--borderRadius6);
405
+ padding: 35px 45px;
406
+ .top-title {
407
+ display: block;
408
+ font-size: var(--fontSize15);
409
+ font-family: var(--fontFamilyMedium);
410
+ color: var(--dangerdiv);
411
+ margin-bottom: 5px;
412
+ }
413
+ h3 {
414
+ font-size: 24px;
415
+ margin-bottom: 8px;
416
+ color: var(--gray3);
417
+ }
418
+ p {
419
+ font-size: var(--fontSize15);
420
+ font-family: var(--fontFamilyMedium);
421
+ margin-bottom: 8px;
422
+ color: var(--gray3);
423
+ }
424
+ }
425
+ .year-ending-offer-bg {
426
+ border-radius: var(--borderRadius6);
427
+ }
428
+ .year-ending-offer-content {
429
+ padding: 61px 80px;
430
+ .top-title {
431
+ display: block;
432
+ font-size: var(--fontSize15);
433
+ font-family: var(--fontFamilyMedium);
434
+ color: var(--dangerdiv);
435
+ margin-bottom: 5px;
436
+ }
437
+ h3 {
438
+ font-size: 28px;
439
+ margin-bottom: 8px;
440
+ color: var(--secondary);
441
+ }
442
+ p {
443
+ font-size: var(--fontSize15);
444
+ font-family: var(--fontFamilyMedium);
445
+ margin-bottom: 25px;
446
+ }
447
+ }
448
+
449
+ /* Max width 767px */
450
+ @media only screen and (max-width: 767px) {
451
+ .single-offer-item {
452
+ padding: 25px;
453
+ h3 {
454
+ font-size: 20px;
455
+ }
456
+ &.style-two {
457
+ padding: 25px;
458
+ .position-absolute {
459
+ position: unset !important;
460
+ margin-top: 20px;
461
+ text-align: center;
462
+ }
463
+ }
464
+ img {
465
+ width: 130px;
466
+ }
467
+ }
468
+ .single-offer-grocery-item {
469
+ padding: 25px;
470
+ h3 {
471
+ font-size: 22px;
472
+ }
473
+ p {
474
+ font-size: 14px;
475
+ }
476
+ &.px-60 {
477
+ padding-left: 25px;
478
+ padding-right: 25px;
479
+ }
480
+ &.style-three {
481
+ .content-wrap {
482
+ background-color: var(--white);
483
+ padding: 20px;
484
+ border-radius: var(--borderRadius6);
485
+ h3 {
486
+ font-size: 20px;
487
+ }
488
+ }
489
+ }
490
+ }
491
+ .discover-new-deals-wrap {
492
+ margin-left: 0;
493
+ .col-xl-4 {
494
+ overflow: unset;
495
+ }
496
+ .single-product-telemobile-item {
497
+ margin-bottom: 25px;
498
+ }
499
+ }
500
+ .discover-new-deals-content {
501
+ margin-right: 0;
502
+ margin-bottom: 25px;
503
+ }
504
+ .discover-month-tabs {
505
+ &.v-tabs {
506
+ .v-tab.v-tab.v-btn {
507
+ font-size: 18px;
508
+ margin-right: 15px;
509
+ }
510
+ }
511
+ }
512
+ .weekend-bg {
513
+ padding: 30px;
514
+ .weekend-content {
515
+ margin-right: 0;
516
+ h3 {
517
+ font-size: 24px;
518
+ }
519
+ }
520
+ }
521
+ .year-ending-offer-content {
522
+ background-color: rgba(255, 255, 255, 0.6);
523
+ padding: 20px;
524
+ h3 {
525
+ font-size: 22px;
526
+ }
527
+ }
528
+ .discover-style-two {
529
+ .discover-new-deals-content {
530
+ .pe-58 {
531
+ padding-right: 0;
532
+ }
533
+ }
534
+ }
535
+ .offer-shape-img {
536
+ position: unset !important;
537
+ margin-top: 20px;
538
+ }
539
+ .discover-style-three {
540
+ padding: 30px;
541
+ }
542
+ .discover-new-deals-three {
543
+ .offer-tag {
544
+ right: 0;
545
+ }
546
+ }
547
+ }
548
+
549
+ /* Max width 767px */
550
+ @media only screen and (max-width: 991px) {
551
+ .discover-new-deals-area {
552
+ .v-card-text {
553
+ .v-window {
554
+ margin-left: 0;
555
+ }
556
+ }
557
+ }
558
+ }
559
+
560
+ /* Min width 768px to Max width 992px */
561
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
562
+ .single-offer-item {
563
+ h3 {
564
+ font-size: 22px;
565
+ }
566
+ img {
567
+ width: 200px;
568
+ }
569
+ }
570
+ .single-offer-grocery-item {
571
+ padding: 30px;
572
+ h3 {
573
+ font-size: 22px;
574
+ }
575
+ p {
576
+ font-size: 14px;
577
+ }
578
+ &.px-60 {
579
+ padding-left: 30px;
580
+ padding-right: 30px;
581
+ }
582
+ &.style-three {
583
+ .content-wrap {
584
+ background-color: var(--white);
585
+ padding: 24px;
586
+ border-radius: var(--borderRadius6);
587
+ h3 {
588
+ font-size: 20px;
589
+ }
590
+ }
591
+ }
592
+ }
593
+ .discover-new-deals-wrap {
594
+ margin-left: 0;
595
+ .col-xl-4 {
596
+ overflow: unset;
597
+ }
598
+ .single-product-telemobile-item {
599
+ margin-bottom: 25px;
600
+ }
601
+ }
602
+ .discover-new-deals-content {
603
+ margin-right: 0;
604
+ margin-bottom: 25px;
605
+ }
606
+ .discover-month-tabs {
607
+ &.v-tabs {
608
+ .v-tab.v-tab.v-btn {
609
+ font-size: 20px;
610
+ margin-right: 15px;
611
+ }
612
+ }
613
+ }
614
+ .weekend-bg .weekend-content {
615
+ margin-right: 0;
616
+ }
617
+ .year-ending-offer-content {
618
+ background-color: rgba(255, 255, 255, 0.6);
619
+ padding: 40px;
620
+ h3 {
621
+ font-size: 22px;
622
+ }
623
+ }
624
+ .discover-style-two {
625
+ .discover-new-deals-content {
626
+ .pe-58 {
627
+ padding-right: 0;
628
+ }
629
+ }
630
+ }
631
+ .offer-shape-img {
632
+ position: unset !important;
633
+ margin-top: 20px;
634
+ }
635
+ .discover-style-three {
636
+ padding: 50px;
637
+ }
638
+ }
639
+
640
+ /* Min width 992px to Max width 1199px */
641
+ @media only screen and (min-width: 992px) and (max-width: 1199px) {
642
+ .discover-new-deals-wrap {
643
+ margin-left: -36px;
644
+ }
645
+ .single-offer-grocery-item {
646
+ padding: 30px;
647
+ &.px-60 {
648
+ padding-left: 30px;
649
+ padding-right: 30px;
650
+ }
651
+ }
652
+ .weekend-bg {
653
+ .weekend-content {
654
+ margin-right: 100px;
655
+ }
656
+ }
657
+ .discover-style-two {
658
+ .discover-new-deals-content {
659
+ .pe-58 {
660
+ padding-right: 0;
661
+ }
662
+ }
663
+ }
664
+ .offer-shape-img {
665
+ position: unset !important;
666
+ margin-top: 20px;
667
+ }
668
+ }
669
+
670
+ /* Min width 1200px to Max width 1399px */
671
+ @media only screen and (min-width: 1200px) and (max-width: 1399px) {
672
+ .discover-new-deals-wrap {
673
+ margin-left: -35px;
674
+ .single-product-telemobile-item {
675
+ padding: 10px;
676
+ }
677
+ }
678
+ .single-offer-grocery-item {
679
+ padding: 35px;
680
+ &.px-60 {
681
+ padding-left: 35px;
682
+ padding-right: 35px;
683
+ }
684
+ }
685
+ .offer-shape-img {
686
+ position: unset !important;
687
+ margin-top: 20px;
688
+ }
689
+ }