@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.
- package/assets/css/custom.css +70 -0
- package/assets/css/remixicon.css +2782 -0
- package/assets/css/satoshi-font.css +31 -0
- package/assets/fonts/flaticon.css +463 -0
- package/assets/fonts/flaticon.eot +0 -0
- package/assets/fonts/flaticon.html +2153 -0
- package/assets/fonts/flaticon.svg +441 -0
- package/assets/fonts/flaticon.ttf +0 -0
- package/assets/fonts/flaticon.woff +0 -0
- package/assets/fonts/flaticon.woff2 +0 -0
- package/assets/fonts/remixicon.eot +0 -0
- package/assets/fonts/remixicon.svg +8230 -0
- package/assets/fonts/remixicon.ttf +0 -0
- package/assets/fonts/remixicon.woff +0 -0
- package/assets/fonts/remixicon.woff2 +0 -0
- package/assets/scss/_variables.scss +31 -0
- package/assets/scss/components/_about.scss +58 -0
- package/assets/scss/components/_authentication.scss +124 -0
- package/assets/scss/components/_backtoptop.scss +27 -0
- package/assets/scss/components/_banner.scss +396 -0
- package/assets/scss/components/_best-deals.scss +74 -0
- package/assets/scss/components/_blank.scss +40 -0
- package/assets/scss/components/_blog.scss +193 -0
- package/assets/scss/components/_cart.scss +108 -0
- package/assets/scss/components/_categories.scss +82 -0
- package/assets/scss/components/_checkout.scss +110 -0
- package/assets/scss/components/_dashboard.scss +388 -0
- package/assets/scss/components/_faq.scss +22 -0
- package/assets/scss/components/_filter-rang.scss +109 -0
- package/assets/scss/components/_footer.scss +270 -0
- package/assets/scss/components/_global.scss +550 -0
- package/assets/scss/components/_header.scss +587 -0
- package/assets/scss/components/_hurry.scss +52 -0
- package/assets/scss/components/_navbar.scss +1008 -0
- package/assets/scss/components/_offers.scss +689 -0
- package/assets/scss/components/_pagination.scss +71 -0
- package/assets/scss/components/_popup.scss +172 -0
- package/assets/scss/components/_preloader.scss +108 -0
- package/assets/scss/components/_products.scss +1147 -0
- package/assets/scss/components/_rtl.scss +806 -0
- package/assets/scss/components/_services.scss +16 -0
- package/assets/scss/components/_sidebar.scss +259 -0
- package/assets/scss/style.css +6676 -0
- package/assets/scss/style.css.map +1 -0
- package/assets/scss/style.scss +40 -0
- package/assets/webfonts/Satoshi-Bold.eot +0 -0
- package/assets/webfonts/Satoshi-Bold.woff +0 -0
- package/assets/webfonts/Satoshi-Bold.woff2 +0 -0
- package/assets/webfonts/Satoshi-Medium.eot +0 -0
- package/assets/webfonts/Satoshi-Medium.woff +0 -0
- package/assets/webfonts/Satoshi-Medium.woff2 +0 -0
- package/assets/webfonts/Satoshi-Regular.eot +0 -0
- package/assets/webfonts/Satoshi-Regular.woff +0 -0
- package/assets/webfonts/Satoshi-Regular.woff2 +0 -0
- package/components/AboutUs/AboutUsTuan.vue +25 -0
- package/components/AboutUs/Statistics.vue +42 -0
- package/components/AboutUs/SubscribeToTheNewsletter.vue +57 -0
- package/components/AddAddress/index.vue +70 -0
- package/components/BestSellers/Products.vue +1562 -0
- package/components/BestSellers/RecentlyViewed.vue +304 -0
- package/components/Cart/ProductQuantity.vue +29 -0
- package/components/Cart/index.vue +167 -0
- package/components/Categories/index.vue +305 -0
- package/components/ChangePassword/index.vue +71 -0
- package/components/Checkout/index.vue +192 -0
- package/components/Common/DashboardNavigation.vue +37 -0
- package/components/Common/PageBanner.vue +28 -0
- package/components/Common/ProductCard.vue +152 -0
- package/components/Common/Services.vue +58 -0
- package/components/Contact/ContactForm.vue +91 -0
- package/components/Contact/ContactInfo.vue +74 -0
- package/components/Dashboard/RecentOrder.vue +173 -0
- package/components/Dashboard/index.vue +79 -0
- package/components/EditAddress/index.vue +119 -0
- package/components/EditProfile/index.vue +97 -0
- package/components/FAQ/index.vue +121 -0
- package/components/FeaturedProduct/FeaturedProducts.vue +304 -0
- package/components/FeaturedProduct/Products.vue +1562 -0
- package/components/ForgotPassword/index.vue +51 -0
- package/components/Layout/BackToUp.vue +38 -0
- package/components/Layout/Copyright.vue +25 -0
- package/components/Layout/Footer.vue +183 -0
- package/components/Layout/FooterTwo.vue +165 -0
- package/components/Layout/LocationOption.vue +178 -0
- package/components/Layout/MiddleHeader.vue +229 -0
- package/components/Layout/MiddleHeaderThree.vue +204 -0
- package/components/Layout/MiddleHeaderTwo.vue +240 -0
- package/components/Layout/Navbar.vue +185 -0
- package/components/Layout/NavbarStyleFour.vue +334 -0
- package/components/Layout/NavbarStyleThree.vue +188 -0
- package/components/Layout/NavbarStyleTwo.vue +108 -0
- package/components/Layout/Preloader.vue +18 -0
- package/components/Layout/RTLSwitchBtn.vue +40 -0
- package/components/Layout/ResponsiveNavbar.vue +431 -0
- package/components/Layout/TopHeader.vue +130 -0
- package/components/Login/index.vue +94 -0
- package/components/MyAccount/index.vue +154 -0
- package/components/NewArrivals/Products.vue +1969 -0
- package/components/NewArrivals/RecentlyViewed.vue +304 -0
- package/components/OrderDetails/index.vue +77 -0
- package/components/OrderHistory/index.vue +197 -0
- package/components/PrivacyPolicy/index.vue +112 -0
- package/components/ProductDetails/ProductDetailsTab.vue +343 -0
- package/components/ProductDetails/ProductQuantity.vue +29 -0
- package/components/ProductDetails/RecentlyViewed.vue +304 -0
- package/components/ProductDetails/index.vue +268 -0
- package/components/Products/RecentlyViewed.vue +304 -0
- package/components/Products/index.vue +292 -0
- package/components/Register/index.vue +88 -0
- package/components/TermsConditions/index.vue +112 -0
- package/components/TrendingProducts/FeaturedProducts.vue +304 -0
- package/components/TrendingProducts/Products.vue +1564 -0
- package/components/Wishlist/ProductQuantity.vue +29 -0
- package/components/Wishlist/index.vue +128 -0
- package/composables/useCart.ts +149 -0
- package/composables/useCategories.ts +87 -0
- package/composables/useCheckout.ts +131 -0
- package/composables/useProducts.ts +162 -0
- package/composables/useSiteConfig.ts +236 -0
- package/composables/useTemplateSections.ts +74 -0
- package/e2e/cart.spec.ts +71 -0
- package/e2e/fixtures/mock-api.ts +166 -0
- package/e2e/homepage.spec.ts +65 -0
- package/e2e/layout.spec.ts +73 -0
- package/e2e/navigation.spec.ts +61 -0
- package/e2e/pages/cart.page.ts +44 -0
- package/e2e/pages/homepage.page.ts +46 -0
- package/e2e/playwright.config.ts +32 -0
- package/e2e/products.spec.ts +33 -0
- package/layouts/default.vue +94 -0
- package/layouts/inner.vue +70 -0
- package/nuxt.config.ts +86 -0
- package/package.json +38 -0
- package/pages/about-us.vue +12 -0
- package/pages/address.vue +10 -0
- package/pages/cart.vue +10 -0
- package/pages/categories.vue +10 -0
- package/pages/change-password.vue +10 -0
- package/pages/checkout.vue +10 -0
- package/pages/contact.vue +11 -0
- package/pages/dashboard.vue +10 -0
- package/pages/edit-address.vue +10 -0
- package/pages/edit-profile.vue +10 -0
- package/pages/faq.vue +10 -0
- package/pages/forgot-password.vue +10 -0
- package/pages/login.vue +10 -0
- package/pages/my-account.vue +10 -0
- package/pages/order-details.vue +10 -0
- package/pages/order-history.vue +10 -0
- package/pages/privacy-policy.vue +10 -0
- package/pages/product-details.vue +10 -0
- package/pages/products.vue +10 -0
- package/pages/register.vue +10 -0
- package/pages/terms-conditions.vue +10 -0
- package/pages/wishlist.vue +10 -0
- package/plugins/site-init.client.ts +24 -0
- package/plugins/vuetify.ts +18 -0
- package/types/index.ts +121 -0
- package/utils/image.ts +13 -0
- package/utils/store.ts +21 -0
|
@@ -0,0 +1,806 @@
|
|
|
1
|
+
/* RTL Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.settings-btn {
|
|
4
|
+
background-color: var(--warning);
|
|
5
|
+
padding: 8px 10px;
|
|
6
|
+
display: inline-block;
|
|
7
|
+
color: var(--white);
|
|
8
|
+
font-size: 14px;
|
|
9
|
+
border-radius: 5px;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
border: none;
|
|
12
|
+
transition: var(--transition);
|
|
13
|
+
position: fixed;
|
|
14
|
+
top: 50%;
|
|
15
|
+
right: 0;
|
|
16
|
+
transform: translateY(-50%);
|
|
17
|
+
z-index: 1;
|
|
18
|
+
input {
|
|
19
|
+
width: 0;
|
|
20
|
+
height: 0;
|
|
21
|
+
opacity: 0;
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
}
|
|
24
|
+
.slider {
|
|
25
|
+
position: relative;
|
|
26
|
+
&:before {
|
|
27
|
+
content: "Click To RTL";
|
|
28
|
+
cursor: pointer;
|
|
29
|
+
}
|
|
30
|
+
&:after {
|
|
31
|
+
content: "Click To LTR";
|
|
32
|
+
cursor: pointer;
|
|
33
|
+
position: absolute;
|
|
34
|
+
top: 0;
|
|
35
|
+
left: 0;
|
|
36
|
+
opacity: 0;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
.rtl {
|
|
41
|
+
direction: rtl;
|
|
42
|
+
.settings-btn {
|
|
43
|
+
background-color: var(--primary);
|
|
44
|
+
.slider {
|
|
45
|
+
&:before {
|
|
46
|
+
opacity: 0;
|
|
47
|
+
}
|
|
48
|
+
&:after {
|
|
49
|
+
opacity: 1;
|
|
50
|
+
top: -2px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
.banner-slide {
|
|
55
|
+
direction: ltr !important;
|
|
56
|
+
}
|
|
57
|
+
.product-slide {
|
|
58
|
+
direction: ltr !important;
|
|
59
|
+
}
|
|
60
|
+
.swiper-wrapper {
|
|
61
|
+
.single-product-telemobile-item {
|
|
62
|
+
.product-content {
|
|
63
|
+
text-align: right;
|
|
64
|
+
.review {
|
|
65
|
+
justify-content: end;
|
|
66
|
+
}
|
|
67
|
+
.sold-stock {
|
|
68
|
+
justify-content: end;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
.single-product-telemobile-item {
|
|
74
|
+
.end-0 {
|
|
75
|
+
right: 0 !important;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
.info-link {
|
|
79
|
+
li {
|
|
80
|
+
margin-right: 0;
|
|
81
|
+
margin-left: 30px;
|
|
82
|
+
|
|
83
|
+
.flag-wrap {
|
|
84
|
+
.flag {
|
|
85
|
+
img {
|
|
86
|
+
margin-right: 0;
|
|
87
|
+
margin-left: 5px;
|
|
88
|
+
}
|
|
89
|
+
&::after {
|
|
90
|
+
right: auto;
|
|
91
|
+
left: -5px;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
&:last-child {
|
|
96
|
+
margin-left: 0;
|
|
97
|
+
}
|
|
98
|
+
&:first-child {
|
|
99
|
+
margin-left: 30px;
|
|
100
|
+
margin-right: 0;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
ul {
|
|
105
|
+
padding-right: 0;
|
|
106
|
+
}
|
|
107
|
+
.ms-2 {
|
|
108
|
+
margin-left: 0 !important;
|
|
109
|
+
margin-right: 0.5rem !important;
|
|
110
|
+
}
|
|
111
|
+
.ms-1 {
|
|
112
|
+
margin-left: 0 !important;
|
|
113
|
+
margin-right: 0.25rem !important;
|
|
114
|
+
}
|
|
115
|
+
.ms-auto {
|
|
116
|
+
margin-inline-start: initial !important;
|
|
117
|
+
}
|
|
118
|
+
.middle-header-right {
|
|
119
|
+
.buy-info {
|
|
120
|
+
margin-right: 0;
|
|
121
|
+
margin-left: 20px;
|
|
122
|
+
&:last-child {
|
|
123
|
+
margin-left: 0;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
.middle-header-right {
|
|
128
|
+
.buy-info {
|
|
129
|
+
a {
|
|
130
|
+
.ms-10 {
|
|
131
|
+
margin-left: 0;
|
|
132
|
+
margin-right: 10px;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
.end-0 {
|
|
138
|
+
right: auto !important;
|
|
139
|
+
left: 0 !important;
|
|
140
|
+
}
|
|
141
|
+
.middle-header-left {
|
|
142
|
+
.form-control {
|
|
143
|
+
border-radius: 4px 0 0 4px;
|
|
144
|
+
border-left: 2px solid var(--borderColor);
|
|
145
|
+
border-right: none;
|
|
146
|
+
}
|
|
147
|
+
.all-categories {
|
|
148
|
+
border-radius: 0 4px 4px 0;
|
|
149
|
+
border-right: 2px solid var(--borderColor) !important;
|
|
150
|
+
border-left: none !important;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
.middle-header-left {
|
|
154
|
+
.all-categories {
|
|
155
|
+
padding-right: 20px !important;
|
|
156
|
+
padding-left: 40px !important;
|
|
157
|
+
&::after {
|
|
158
|
+
right: auto;
|
|
159
|
+
left: -4px;
|
|
160
|
+
}
|
|
161
|
+
&::before {
|
|
162
|
+
left: -9px;
|
|
163
|
+
right: auto;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
.dropdown-menu {
|
|
167
|
+
right: 0 !important;
|
|
168
|
+
left: auto !important;
|
|
169
|
+
}
|
|
170
|
+
.middle-logo {
|
|
171
|
+
margin-right: 0;
|
|
172
|
+
margin-left: 122px;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
.navbar {
|
|
176
|
+
.others-options {
|
|
177
|
+
.info {
|
|
178
|
+
margin-right: 0;
|
|
179
|
+
margin-left: 20px;
|
|
180
|
+
a {
|
|
181
|
+
.ms-10 {
|
|
182
|
+
margin-left: 0;
|
|
183
|
+
margin-right: 10px;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
&:last-child {
|
|
187
|
+
margin-left: 0;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
.navbar-nav {
|
|
192
|
+
.nav-item {
|
|
193
|
+
&:last-child {
|
|
194
|
+
margin-left: 0;
|
|
195
|
+
margin-right: 11.5px;
|
|
196
|
+
}
|
|
197
|
+
&:first-child {
|
|
198
|
+
margin-left: 11.5px;
|
|
199
|
+
margin-right: 0;
|
|
200
|
+
}
|
|
201
|
+
.dropdown-menu {
|
|
202
|
+
left: auto;
|
|
203
|
+
right: 0;
|
|
204
|
+
}
|
|
205
|
+
&.mega-menu {
|
|
206
|
+
.dropdown-menu {
|
|
207
|
+
left: 0;
|
|
208
|
+
right: 0;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
.sub-menu {
|
|
215
|
+
padding: 0;
|
|
216
|
+
list-style: unset;
|
|
217
|
+
}
|
|
218
|
+
.categories-nav {
|
|
219
|
+
.categories-item {
|
|
220
|
+
.categories-link.dropdown-toggle::after {
|
|
221
|
+
right: auto;
|
|
222
|
+
left: 14px;
|
|
223
|
+
}
|
|
224
|
+
.dropdown-menu {
|
|
225
|
+
li {
|
|
226
|
+
.dropdown-item {
|
|
227
|
+
&.dropdown-toggle {
|
|
228
|
+
text-align: right;
|
|
229
|
+
&::after {
|
|
230
|
+
right: auto;
|
|
231
|
+
left: 15px;
|
|
232
|
+
transform: rotate(90deg);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
span {
|
|
236
|
+
margin-left: 0;
|
|
237
|
+
margin-right: 9px;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
.categories-nav .dropdown-menu.dropdown-menu-sub {
|
|
245
|
+
left: auto !important;
|
|
246
|
+
right: 100% !important;
|
|
247
|
+
ul {
|
|
248
|
+
padding: 0 !important;
|
|
249
|
+
list-style: none;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
.middle-header-right {
|
|
253
|
+
.cart-dropdown {
|
|
254
|
+
left: 0 !important;
|
|
255
|
+
right: auto !important;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
.ms-3 {
|
|
259
|
+
margin-left: 0 !important;
|
|
260
|
+
margin-right: 1rem !important;
|
|
261
|
+
}
|
|
262
|
+
.banner-wrap {
|
|
263
|
+
margin-left: 0;
|
|
264
|
+
margin-right: auto;
|
|
265
|
+
}
|
|
266
|
+
.banner-controller {
|
|
267
|
+
margin-right: auto;
|
|
268
|
+
margin-left: 0;
|
|
269
|
+
right: 0;
|
|
270
|
+
left: 165px;
|
|
271
|
+
}
|
|
272
|
+
.banner-content {
|
|
273
|
+
text-align: right;
|
|
274
|
+
}
|
|
275
|
+
.single-offer-item {
|
|
276
|
+
img {
|
|
277
|
+
transform: scaleX(-1);
|
|
278
|
+
}
|
|
279
|
+
.read-more {
|
|
280
|
+
&::before {
|
|
281
|
+
display: none;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
.discover-month-tabs {
|
|
286
|
+
.nav-item {
|
|
287
|
+
margin-right: 0;
|
|
288
|
+
margin-left: 30px;
|
|
289
|
+
&:last-child {
|
|
290
|
+
margin-left: 0;
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
.discover-new-deals-content {
|
|
295
|
+
margin-right: 0;
|
|
296
|
+
margin-left: 25px;
|
|
297
|
+
}
|
|
298
|
+
.discover-new-deals-wrap {
|
|
299
|
+
margin-right: -34px;
|
|
300
|
+
margin-left: 0;
|
|
301
|
+
}
|
|
302
|
+
.clockdiv {
|
|
303
|
+
.time {
|
|
304
|
+
margin-right: 0;
|
|
305
|
+
margin-left: 10px;
|
|
306
|
+
&:last-child {
|
|
307
|
+
margin-left: 0;
|
|
308
|
+
}
|
|
309
|
+
&::before {
|
|
310
|
+
right: auto;
|
|
311
|
+
left: -11px;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
.discover-new-deals-content {
|
|
316
|
+
.clockdiv {
|
|
317
|
+
.time {
|
|
318
|
+
margin-right: 0;
|
|
319
|
+
margin-left: 10px;
|
|
320
|
+
&:last-child {
|
|
321
|
+
margin-left: 0;
|
|
322
|
+
}
|
|
323
|
+
&::before {
|
|
324
|
+
right: auto;
|
|
325
|
+
left: -11px;
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
.best-product-slide {
|
|
331
|
+
direction: ltr;
|
|
332
|
+
}
|
|
333
|
+
.flash-products-slide {
|
|
334
|
+
direction: ltr;
|
|
335
|
+
}
|
|
336
|
+
.ms-sm-3 {
|
|
337
|
+
margin-left: 0 !important;
|
|
338
|
+
margin-right: 1rem !important;
|
|
339
|
+
}
|
|
340
|
+
.single-footer-widget {
|
|
341
|
+
.call-info {
|
|
342
|
+
a {
|
|
343
|
+
margin-left: 0;
|
|
344
|
+
margin-right: 12px;
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
.footer-area {
|
|
349
|
+
.col-lg-3 {
|
|
350
|
+
&:nth-child(2) {
|
|
351
|
+
.single-footer-widget {
|
|
352
|
+
margin-left: 0;
|
|
353
|
+
margin-right: 111px;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
&:nth-child(3) {
|
|
357
|
+
.single-footer-widget {
|
|
358
|
+
margin-left: 0;
|
|
359
|
+
margin-right: 99px;
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
&:nth-child(4) {
|
|
363
|
+
.single-footer-widget {
|
|
364
|
+
margin-left: 0;
|
|
365
|
+
margin-right: 100px;
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
.single-footer-bottom-item {
|
|
371
|
+
.app-link {
|
|
372
|
+
li {
|
|
373
|
+
margin-right: 0;
|
|
374
|
+
margin-left: 5px;
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
.social-link {
|
|
378
|
+
li {
|
|
379
|
+
margin-right: 0;
|
|
380
|
+
margin-left: 5px;
|
|
381
|
+
.titles {
|
|
382
|
+
margin-right: 0;
|
|
383
|
+
margin-left: 5px;
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
.text-center.text-md-end {
|
|
389
|
+
text-align: left !important;
|
|
390
|
+
}
|
|
391
|
+
p.mb-2.mb-md-0.text-center.text-md-start {
|
|
392
|
+
text-align: right !important;
|
|
393
|
+
}
|
|
394
|
+
#backtotop {
|
|
395
|
+
right: auto;
|
|
396
|
+
left: 30px;
|
|
397
|
+
}
|
|
398
|
+
.swiper-pagination-banner {
|
|
399
|
+
margin-right: auto;
|
|
400
|
+
margin-left: 0;
|
|
401
|
+
right: 0;
|
|
402
|
+
left: 165px;
|
|
403
|
+
}
|
|
404
|
+
.product-controller {
|
|
405
|
+
.prev {
|
|
406
|
+
transform: scaleX(1);
|
|
407
|
+
}
|
|
408
|
+
.next {
|
|
409
|
+
transform: scaleX(-1);
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
.banner-area {
|
|
413
|
+
img.shape.position-absolute.top-0.end-0 {
|
|
414
|
+
right: 0 !important;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
.banner-slide2 {
|
|
418
|
+
direction: ltr;
|
|
419
|
+
}
|
|
420
|
+
ul.navbar-nav.me-auto {
|
|
421
|
+
margin-right: 0 !important;
|
|
422
|
+
margin-left: auto !important;
|
|
423
|
+
}
|
|
424
|
+
.location-option {
|
|
425
|
+
.location-list {
|
|
426
|
+
li {
|
|
427
|
+
.form-check-input {
|
|
428
|
+
right: auto;
|
|
429
|
+
left: 15px;
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
.modal-header .btn-close {
|
|
435
|
+
margin-left: 0;
|
|
436
|
+
margin-right: 50px;
|
|
437
|
+
}
|
|
438
|
+
.popular-categories-slide {
|
|
439
|
+
direction: ltr;
|
|
440
|
+
}
|
|
441
|
+
.single-offer-grocery-item {
|
|
442
|
+
margin-bottom: 25px;
|
|
443
|
+
padding-right: 200px;
|
|
444
|
+
padding-left: 10px;
|
|
445
|
+
.read-more {
|
|
446
|
+
&::before {
|
|
447
|
+
display: none;
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
.this-month-tabs .nav-item {
|
|
452
|
+
margin-right: 0;
|
|
453
|
+
margin-left: 10px;
|
|
454
|
+
}
|
|
455
|
+
.this-month-tabs {
|
|
456
|
+
margin-left: 0;
|
|
457
|
+
margin-right: 100px;
|
|
458
|
+
}
|
|
459
|
+
.year-ending-offer-content {
|
|
460
|
+
max-width: 600px;
|
|
461
|
+
margin-left: 0;
|
|
462
|
+
margin-right: auto;
|
|
463
|
+
}
|
|
464
|
+
.discover-style-two {
|
|
465
|
+
.discover-new-deals-content {
|
|
466
|
+
.clockdiv {
|
|
467
|
+
.title {
|
|
468
|
+
margin-right: 0;
|
|
469
|
+
margin-left: 20px;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
.top-selling-slide {
|
|
475
|
+
direction: ltr;
|
|
476
|
+
}
|
|
477
|
+
.navbar .navbar-nav.ms-68 {
|
|
478
|
+
margin-left: 0;
|
|
479
|
+
margin-right: 68px !important;
|
|
480
|
+
}
|
|
481
|
+
.middle-header-right .info a .ms-10 {
|
|
482
|
+
margin-left: 10px;
|
|
483
|
+
margin-right: 10px;
|
|
484
|
+
}
|
|
485
|
+
.search-style-two {
|
|
486
|
+
.form-control {
|
|
487
|
+
border-right: 2px solid var(--borderColor) !important;
|
|
488
|
+
border-radius: 6px;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
.navbar {
|
|
492
|
+
.navbar-nav {
|
|
493
|
+
.nav-item {
|
|
494
|
+
.dropdown-menu {
|
|
495
|
+
.sub-menu-title {
|
|
496
|
+
text-align: right;
|
|
497
|
+
}
|
|
498
|
+
.sub-menu-title {
|
|
499
|
+
&::before {
|
|
500
|
+
left: auto;
|
|
501
|
+
right: 0;
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
li {
|
|
505
|
+
.dropdown-item {
|
|
506
|
+
text-align: right;
|
|
507
|
+
&.dropdown-toggle {
|
|
508
|
+
&::after {
|
|
509
|
+
right: auto;
|
|
510
|
+
left: 19px;
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
.banner-slide3 {
|
|
520
|
+
direction: ltr;
|
|
521
|
+
}
|
|
522
|
+
.specials-slide {
|
|
523
|
+
direction: ltr;
|
|
524
|
+
}
|
|
525
|
+
.banner-controller3 {
|
|
526
|
+
.prev {
|
|
527
|
+
transform: scaleX(1);
|
|
528
|
+
}
|
|
529
|
+
.next {
|
|
530
|
+
transform: scaleX(-1);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
.single-offer-grocery-item {
|
|
534
|
+
&.style-three {
|
|
535
|
+
.content-wrap {
|
|
536
|
+
margin-right: auto;
|
|
537
|
+
margin-left: 0;
|
|
538
|
+
&.mw-600 {
|
|
539
|
+
margin-right: 0;
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
.recommended-slide {
|
|
545
|
+
direction: ltr;
|
|
546
|
+
}
|
|
547
|
+
.monthly-slide {
|
|
548
|
+
direction: ltr;
|
|
549
|
+
}
|
|
550
|
+
.login-tabs {
|
|
551
|
+
.nav-item {
|
|
552
|
+
margin-right: 0;
|
|
553
|
+
margin-left: 30px;
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
.grid-list-tabs {
|
|
557
|
+
margin-left: 0;
|
|
558
|
+
margin-right: 15px;
|
|
559
|
+
}
|
|
560
|
+
.grid-list-tabs .nav-item {
|
|
561
|
+
margin-right: 0;
|
|
562
|
+
margin-left: 5px;
|
|
563
|
+
&:last-child {
|
|
564
|
+
margin-left: 0;
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
.sidebar.product-sidebar {
|
|
568
|
+
padding-right: 0;
|
|
569
|
+
padding-left: 24px;
|
|
570
|
+
border-right: none;
|
|
571
|
+
border-left: 1px solid var(--borderColor);
|
|
572
|
+
}
|
|
573
|
+
.add-to-cart-counter {
|
|
574
|
+
.minusBtn {
|
|
575
|
+
border-radius: 0 50px 50px 0 !important;
|
|
576
|
+
}
|
|
577
|
+
.plusBtn {
|
|
578
|
+
border-radius: 50px 0 0 50px !important;
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
.coupon-wrap .form-control {
|
|
582
|
+
margin-right: 0;
|
|
583
|
+
margin-left: 10px;
|
|
584
|
+
}
|
|
585
|
+
.form-check .form-check-input {
|
|
586
|
+
float: right;
|
|
587
|
+
margin-left: 0;
|
|
588
|
+
margin-right: 0;
|
|
589
|
+
}
|
|
590
|
+
.form-select {
|
|
591
|
+
background-position: left 0.75rem center;
|
|
592
|
+
}
|
|
593
|
+
.product-details-content {
|
|
594
|
+
margin-left: 0;
|
|
595
|
+
margin-right: 47px;
|
|
596
|
+
}
|
|
597
|
+
.product-details-content .services-list li i {
|
|
598
|
+
margin-right: 0;
|
|
599
|
+
margin-left: 6px;
|
|
600
|
+
}
|
|
601
|
+
.me-2 {
|
|
602
|
+
margin-right: 0 !important;
|
|
603
|
+
margin-left: 0.5rem !important;
|
|
604
|
+
}
|
|
605
|
+
.billing-address-bar ul li {
|
|
606
|
+
padding-left: 0;
|
|
607
|
+
padding-right: 80px;
|
|
608
|
+
span {
|
|
609
|
+
left: auto;
|
|
610
|
+
right: 0;
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
.order-details-area {
|
|
614
|
+
.cart-totals {
|
|
615
|
+
.read-more {
|
|
616
|
+
right: auto;
|
|
617
|
+
left: 30px;
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
.pe-3 {
|
|
622
|
+
padding-right: 0 !important;
|
|
623
|
+
padding-left: 1rem !important;
|
|
624
|
+
}
|
|
625
|
+
.sidebar.ms-78 {
|
|
626
|
+
margin-left: 0;
|
|
627
|
+
margin-right: 78px;
|
|
628
|
+
}
|
|
629
|
+
.authentication-content .form-wrap {
|
|
630
|
+
padding-left: 10px;
|
|
631
|
+
padding-right: 36px;
|
|
632
|
+
}
|
|
633
|
+
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list:after {
|
|
634
|
+
right: auto !important;
|
|
635
|
+
left: 15px !important;
|
|
636
|
+
}
|
|
637
|
+
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a {
|
|
638
|
+
padding-right: 15px;
|
|
639
|
+
}
|
|
640
|
+
.mobile-navbar
|
|
641
|
+
.offcanvas-body
|
|
642
|
+
ul.mobile-menu
|
|
643
|
+
.mobile-menu-list
|
|
644
|
+
.mobile-menu-items
|
|
645
|
+
.mobile-menu-list::after {
|
|
646
|
+
left: 15px !important;
|
|
647
|
+
right: auto !important;
|
|
648
|
+
}
|
|
649
|
+
.form-check {
|
|
650
|
+
padding-left: 0;
|
|
651
|
+
padding-right: 15px !important;
|
|
652
|
+
}
|
|
653
|
+
.form-check-input {
|
|
654
|
+
position: relative;
|
|
655
|
+
right: -14px;
|
|
656
|
+
}
|
|
657
|
+
.banner-controller2 {
|
|
658
|
+
.prev {
|
|
659
|
+
transform: scaleX(1);
|
|
660
|
+
}
|
|
661
|
+
.next {
|
|
662
|
+
transform: scaleX(-1);
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
.ms-4 {
|
|
666
|
+
margin-left: 0 !important;
|
|
667
|
+
margin-right: 1.5rem !important;
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
/* Max width 767px */
|
|
672
|
+
@media only screen and (max-width: 767px) {
|
|
673
|
+
.rtl {
|
|
674
|
+
.info-link {
|
|
675
|
+
li {
|
|
676
|
+
margin-left: 15px;
|
|
677
|
+
&:first-child {
|
|
678
|
+
margin-left: 10px !important;
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
.middle-header-right {
|
|
683
|
+
.buy-info {
|
|
684
|
+
margin-right: 0;
|
|
685
|
+
margin-left: 10px;
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
.navbar {
|
|
689
|
+
.navbar-brand {
|
|
690
|
+
margin-right: 0;
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
.swiper-pagination-banner {
|
|
694
|
+
left: 0;
|
|
695
|
+
right: auto;
|
|
696
|
+
margin-bottom: 0;
|
|
697
|
+
}
|
|
698
|
+
.this-month-tabs {
|
|
699
|
+
margin-right: 0;
|
|
700
|
+
}
|
|
701
|
+
.discover-new-deals-content {
|
|
702
|
+
margin-left: 0;
|
|
703
|
+
}
|
|
704
|
+
.discover-new-deals-wrap {
|
|
705
|
+
margin-right: 0;
|
|
706
|
+
}
|
|
707
|
+
.single-offer-grocery-item {
|
|
708
|
+
padding-right: 115px;
|
|
709
|
+
}
|
|
710
|
+
.single-offer-grocery-item {
|
|
711
|
+
padding: 20px;
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
/* Min width 576px to Max width 767px */
|
|
717
|
+
@media only screen and (min-width: 576px) and (max-width: 767px) {
|
|
718
|
+
.rtl {
|
|
719
|
+
.single-offer-grocery-item {
|
|
720
|
+
padding-right: 290px;
|
|
721
|
+
}
|
|
722
|
+
.single-offer-grocery-item {
|
|
723
|
+
padding: 30px;
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
/* Min width 768px to Max width 992px */
|
|
729
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
730
|
+
.rtl {
|
|
731
|
+
.single-offer-grocery-item {
|
|
732
|
+
padding: 30px;
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
/* Min width 992px to Max width 1199px */
|
|
738
|
+
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
|
739
|
+
.rtl {
|
|
740
|
+
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
|
|
741
|
+
right: -100%;
|
|
742
|
+
left: auto;
|
|
743
|
+
}
|
|
744
|
+
.middle-header-left .middle-logo {
|
|
745
|
+
margin-left: 30px;
|
|
746
|
+
}
|
|
747
|
+
.single-offer-grocery-item {
|
|
748
|
+
padding-right: 100px;
|
|
749
|
+
}
|
|
750
|
+
.single-offer-grocery-item {
|
|
751
|
+
padding: 30px;
|
|
752
|
+
}
|
|
753
|
+
.this-month-tabs {
|
|
754
|
+
margin-left: 0;
|
|
755
|
+
margin-right: 10px;
|
|
756
|
+
}
|
|
757
|
+
.this-month-tabs .nav-item .nav-link {
|
|
758
|
+
padding: 8px 7px;
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
/* Min width 1200px to Max width 1399px */
|
|
764
|
+
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
|
|
765
|
+
.rtl {
|
|
766
|
+
.middle-header-left {
|
|
767
|
+
.middle-logo {
|
|
768
|
+
margin-left: 30px;
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
.single-offer-grocery-item {
|
|
772
|
+
padding: 50px;
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
@media only screen and (max-width: 1199px) {
|
|
778
|
+
.rtl {
|
|
779
|
+
.footer-area {
|
|
780
|
+
.col-lg-3 {
|
|
781
|
+
&:nth-child(2) {
|
|
782
|
+
.single-footer-widget {
|
|
783
|
+
margin-right: 0;
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
&:nth-child(3) {
|
|
787
|
+
.single-footer-widget {
|
|
788
|
+
margin-right: 0;
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
&:nth-child(4) {
|
|
792
|
+
.single-footer-widget {
|
|
793
|
+
margin-right: 0;
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
.sidebar.product-sidebar {
|
|
799
|
+
border-left: none;
|
|
800
|
+
margin: 0;
|
|
801
|
+
}
|
|
802
|
+
.product-details-content {
|
|
803
|
+
margin-right: 0;
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
}
|