@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,587 @@
|
|
|
1
|
+
/* Header Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.ptb-12 {
|
|
4
|
+
padding-top: 7px;
|
|
5
|
+
padding-bottom: 7px;
|
|
6
|
+
}
|
|
7
|
+
.ptb-20 {
|
|
8
|
+
padding-top: 20px;
|
|
9
|
+
padding-bottom: 20px;
|
|
10
|
+
}
|
|
11
|
+
.info-link {
|
|
12
|
+
li {
|
|
13
|
+
margin-right: 30px;
|
|
14
|
+
a {
|
|
15
|
+
text-decoration: none;
|
|
16
|
+
font-family: var(--fontFamilyMedium);
|
|
17
|
+
color: var(--secondary);
|
|
18
|
+
font-size: var(--fontSize14);
|
|
19
|
+
&:hover {
|
|
20
|
+
color: var(--primary);
|
|
21
|
+
}
|
|
22
|
+
i {
|
|
23
|
+
font-size: 17px;
|
|
24
|
+
position: relative;
|
|
25
|
+
top: 2px;
|
|
26
|
+
margin-right: 5px;
|
|
27
|
+
}
|
|
28
|
+
span {
|
|
29
|
+
position: relative;
|
|
30
|
+
top: 0;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
&:last-child {
|
|
34
|
+
margin-right: 0;
|
|
35
|
+
}
|
|
36
|
+
.flag-wrap {
|
|
37
|
+
.flag {
|
|
38
|
+
font-family: var(--fontFamilyMedium);
|
|
39
|
+
img {
|
|
40
|
+
position: relative;
|
|
41
|
+
top: -2px;
|
|
42
|
+
margin-right: 5px;
|
|
43
|
+
}
|
|
44
|
+
span {
|
|
45
|
+
color: var(--secondary);
|
|
46
|
+
}
|
|
47
|
+
&::after {
|
|
48
|
+
border: 0;
|
|
49
|
+
content: "\ea4e";
|
|
50
|
+
font-family: remixicon !important;
|
|
51
|
+
font-size: 18px;
|
|
52
|
+
margin-left: 0;
|
|
53
|
+
vertical-align: 0;
|
|
54
|
+
position: relative;
|
|
55
|
+
top: 2px;
|
|
56
|
+
right: -5px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
.dropdown-menu {
|
|
60
|
+
box-shadow: var(--boxShadow);
|
|
61
|
+
border: 0;
|
|
62
|
+
padding: 10px 0;
|
|
63
|
+
|
|
64
|
+
&.toggler {
|
|
65
|
+
display: block;
|
|
66
|
+
}
|
|
67
|
+
li {
|
|
68
|
+
margin-right: 0;
|
|
69
|
+
margin-bottom: 8px;
|
|
70
|
+
&:last-child {
|
|
71
|
+
margin-bottom: 0;
|
|
72
|
+
}
|
|
73
|
+
.dropdown-item {
|
|
74
|
+
&:focus {
|
|
75
|
+
background-color: transparent;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
.currency {
|
|
82
|
+
padding-right: 30px;
|
|
83
|
+
padding-right: 20px !important;
|
|
84
|
+
background-position: right 0 center;
|
|
85
|
+
background-size: 11px 11px;
|
|
86
|
+
cursor: pointer;
|
|
87
|
+
font-family: var(--fontFamilyMedium);
|
|
88
|
+
&:focus {
|
|
89
|
+
box-shadow: none;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
&.info-right {
|
|
94
|
+
li {
|
|
95
|
+
&:first-child {
|
|
96
|
+
margin-right: 57px;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
.middle-header-left {
|
|
102
|
+
.middle-logo {
|
|
103
|
+
margin-right: 122px;
|
|
104
|
+
&.style-two {
|
|
105
|
+
margin-right: 42px;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
.all-categories {
|
|
109
|
+
height: 45.5px;
|
|
110
|
+
padding-right: 40px;
|
|
111
|
+
padding-left: 20px;
|
|
112
|
+
padding-top: 9px;
|
|
113
|
+
padding-bottom: 10px;
|
|
114
|
+
font-family: var(--fontFamilyBold);
|
|
115
|
+
font-size: var(--fontSize14);
|
|
116
|
+
border-color: #e7e9eb;
|
|
117
|
+
border-radius: 4px 0 0 4px;
|
|
118
|
+
border-right: 0 !important;
|
|
119
|
+
border-width: 2px !important;
|
|
120
|
+
color: var(--secondary) !important;
|
|
121
|
+
&::after {
|
|
122
|
+
border: 0;
|
|
123
|
+
content: "\ea4e";
|
|
124
|
+
font-family: remixicon !important;
|
|
125
|
+
margin-left: 0;
|
|
126
|
+
vertical-align: 0;
|
|
127
|
+
position: absolute;
|
|
128
|
+
right: -4px;
|
|
129
|
+
top: 10px;
|
|
130
|
+
font-size: 18px;
|
|
131
|
+
}
|
|
132
|
+
&::before {
|
|
133
|
+
content: "";
|
|
134
|
+
position: absolute;
|
|
135
|
+
top: 50%;
|
|
136
|
+
transform: translateY(-50%);
|
|
137
|
+
right: -20px;
|
|
138
|
+
width: 1px;
|
|
139
|
+
height: 15px;
|
|
140
|
+
background-color: #e7e9eb;
|
|
141
|
+
z-index: 1;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
.form-control {
|
|
145
|
+
height: 45.5px;
|
|
146
|
+
border-radius: 0 4px 4px 0;
|
|
147
|
+
border-left: 0;
|
|
148
|
+
border-color: var(--borderColor);
|
|
149
|
+
padding-left: 40px;
|
|
150
|
+
width: 485px;
|
|
151
|
+
&::placeholder {
|
|
152
|
+
font-size: 14px;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
.btn {
|
|
156
|
+
font-family: "Satoshi-Bold";
|
|
157
|
+
padding: 10px 23px;
|
|
158
|
+
i {
|
|
159
|
+
margin-right: 5px;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
.btn-primary {
|
|
163
|
+
padding: 8px 23px;
|
|
164
|
+
i {
|
|
165
|
+
font-size: 18px;
|
|
166
|
+
position: relative;
|
|
167
|
+
top: 1px;
|
|
168
|
+
margin-right: 9px;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
.dropdown-menu {
|
|
172
|
+
box-shadow: var(--boxShadow);
|
|
173
|
+
border: 0;
|
|
174
|
+
padding: 10px 0;
|
|
175
|
+
width: 638px;
|
|
176
|
+
position: absolute;
|
|
177
|
+
inset: 0px auto auto 0px;
|
|
178
|
+
margin: 0px;
|
|
179
|
+
transform: translate(0px, 48px);
|
|
180
|
+
&.toggler {
|
|
181
|
+
display: block;
|
|
182
|
+
}
|
|
183
|
+
li {
|
|
184
|
+
margin-right: 0;
|
|
185
|
+
margin-bottom: 8px;
|
|
186
|
+
&:last-child {
|
|
187
|
+
margin-bottom: 0;
|
|
188
|
+
}
|
|
189
|
+
.dropdown-item {
|
|
190
|
+
color: var(--secondary);
|
|
191
|
+
font-family: var(--fontFamilyMedium);
|
|
192
|
+
font-size: 14px;
|
|
193
|
+
white-space: unset;
|
|
194
|
+
&:focus {
|
|
195
|
+
background-color: transparent;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
.search-style-two {
|
|
201
|
+
.form-control {
|
|
202
|
+
height: 45.5px;
|
|
203
|
+
border-radius: 4px 4px;
|
|
204
|
+
border-left: 1px solid var(--borderColor);
|
|
205
|
+
border-color: var(--borderColor);
|
|
206
|
+
padding-left: 20px;
|
|
207
|
+
width: 638px;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
.middle-header-right {
|
|
212
|
+
.buy-info {
|
|
213
|
+
margin-right: 20px;
|
|
214
|
+
a {
|
|
215
|
+
i {
|
|
216
|
+
width: 40px;
|
|
217
|
+
height: 40px;
|
|
218
|
+
line-height: 40px;
|
|
219
|
+
text-align: center;
|
|
220
|
+
display: inline-block;
|
|
221
|
+
background: var(--gray1);
|
|
222
|
+
border-radius: 50%;
|
|
223
|
+
font-size: 22px;
|
|
224
|
+
color: var(--secondary);
|
|
225
|
+
transition: var(--transition);
|
|
226
|
+
}
|
|
227
|
+
span {
|
|
228
|
+
font-size: 13px;
|
|
229
|
+
color: var(--bodyColor);
|
|
230
|
+
}
|
|
231
|
+
h3 {
|
|
232
|
+
font-size: 14px;
|
|
233
|
+
margin-bottom: 0;
|
|
234
|
+
}
|
|
235
|
+
.count {
|
|
236
|
+
font-size: 12px;
|
|
237
|
+
font-family: var(--fontFamilyMedium);
|
|
238
|
+
display: inline-block;
|
|
239
|
+
width: 20px;
|
|
240
|
+
height: 20px;
|
|
241
|
+
line-height: 20px;
|
|
242
|
+
text-align: center;
|
|
243
|
+
background-color: var(--warning);
|
|
244
|
+
color: var(--white);
|
|
245
|
+
border-radius: 50px;
|
|
246
|
+
position: absolute;
|
|
247
|
+
top: -5px;
|
|
248
|
+
left: 28px;
|
|
249
|
+
}
|
|
250
|
+
&:hover {
|
|
251
|
+
i {
|
|
252
|
+
background-color: var(--primary);
|
|
253
|
+
color: var(--white);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
.me-9 {
|
|
257
|
+
margin-right: 9px;
|
|
258
|
+
margin-inline-end: 9px !important;
|
|
259
|
+
}
|
|
260
|
+
.ms-10 {
|
|
261
|
+
margin-left: 10px;
|
|
262
|
+
margin-inline-start: 10px !important;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
&:nth-child(2) {
|
|
266
|
+
position: relative;
|
|
267
|
+
top: 4px;
|
|
268
|
+
}
|
|
269
|
+
&:last-child {
|
|
270
|
+
margin-right: 0;
|
|
271
|
+
position: relative;
|
|
272
|
+
top: 4px;
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
.info {
|
|
276
|
+
margin-right: 68px;
|
|
277
|
+
a {
|
|
278
|
+
i {
|
|
279
|
+
width: 40px;
|
|
280
|
+
height: 40px;
|
|
281
|
+
line-height: 40px;
|
|
282
|
+
text-align: center;
|
|
283
|
+
display: inline-block;
|
|
284
|
+
background: var(--gray1);
|
|
285
|
+
border-radius: 50%;
|
|
286
|
+
font-size: 22px;
|
|
287
|
+
color: var(--bodyColor);
|
|
288
|
+
transition: var(--transition);
|
|
289
|
+
position: relative;
|
|
290
|
+
top: 2px;
|
|
291
|
+
&.bg-danger-10 {
|
|
292
|
+
color: #e1397d;
|
|
293
|
+
background-color: #ffe0ec;
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
span {
|
|
297
|
+
font-size: 13px;
|
|
298
|
+
color: var(--bodyColor);
|
|
299
|
+
}
|
|
300
|
+
h3 {
|
|
301
|
+
font-size: 14px;
|
|
302
|
+
margin-bottom: 0;
|
|
303
|
+
}
|
|
304
|
+
&:hover {
|
|
305
|
+
i {
|
|
306
|
+
background-color: var(--primary);
|
|
307
|
+
color: var(--white);
|
|
308
|
+
}
|
|
309
|
+
.bg-danger-10 {
|
|
310
|
+
color: var(--white);
|
|
311
|
+
background-color: #e1397d;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
.ms-10 {
|
|
315
|
+
margin-left: 10px;
|
|
316
|
+
margin-inline-start: 10px !important;
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
.cart-dropdown {
|
|
321
|
+
box-shadow: var(--boxShadow);
|
|
322
|
+
border: none;
|
|
323
|
+
padding: 20px;
|
|
324
|
+
transform: translate(0px, 58px) !important;
|
|
325
|
+
transition: var(--transition);
|
|
326
|
+
position: absolute;
|
|
327
|
+
inset: 0px 0px auto auto;
|
|
328
|
+
margin: 0px;
|
|
329
|
+
max-height: 450px;
|
|
330
|
+
overflow: auto;
|
|
331
|
+
&.toggler {
|
|
332
|
+
display: block;
|
|
333
|
+
}
|
|
334
|
+
&::before {
|
|
335
|
+
content: "";
|
|
336
|
+
position: absolute;
|
|
337
|
+
top: -8px;
|
|
338
|
+
right: 74px;
|
|
339
|
+
background-color: var(--white);
|
|
340
|
+
width: 20px;
|
|
341
|
+
height: 20px;
|
|
342
|
+
transform: rotate(45deg);
|
|
343
|
+
}
|
|
344
|
+
.cart-item {
|
|
345
|
+
margin-bottom: 15px;
|
|
346
|
+
border-bottom: 1px solid var(--borderColor);
|
|
347
|
+
padding-bottom: 15px;
|
|
348
|
+
&:last-child {
|
|
349
|
+
margin-bottom: 0;
|
|
350
|
+
padding-bottom: 0;
|
|
351
|
+
border: 0;
|
|
352
|
+
}
|
|
353
|
+
img {
|
|
354
|
+
width: 60px;
|
|
355
|
+
border: 1px solid var(--borderColor);
|
|
356
|
+
padding: 5px;
|
|
357
|
+
}
|
|
358
|
+
.text-truncate {
|
|
359
|
+
max-width: 250px;
|
|
360
|
+
span {
|
|
361
|
+
font-size: 16px;
|
|
362
|
+
}
|
|
363
|
+
h3 {
|
|
364
|
+
margin-top: 5px;
|
|
365
|
+
font-size: 12px;
|
|
366
|
+
margin-bottom: 0;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
.dropdown-item {
|
|
370
|
+
background-color: transparent;
|
|
371
|
+
}
|
|
372
|
+
.delete-btn {
|
|
373
|
+
font-size: 20px;
|
|
374
|
+
color: var(--danger);
|
|
375
|
+
i {
|
|
376
|
+
color: var(--danger);
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
/* Max width 767px */
|
|
384
|
+
@media only screen and (max-width: 767px) {
|
|
385
|
+
.info-link {
|
|
386
|
+
li {
|
|
387
|
+
margin-right: 15px;
|
|
388
|
+
}
|
|
389
|
+
&.info-right {
|
|
390
|
+
li {
|
|
391
|
+
&:first-child {
|
|
392
|
+
margin-right: 10px;
|
|
393
|
+
i {
|
|
394
|
+
display: none;
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
.middle-header-right {
|
|
401
|
+
.buy-info {
|
|
402
|
+
margin-right: 10px;
|
|
403
|
+
}
|
|
404
|
+
.info {
|
|
405
|
+
margin-right: 0;
|
|
406
|
+
a {
|
|
407
|
+
h3 {
|
|
408
|
+
font-size: 12px;
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
.cart-dropdown {
|
|
413
|
+
width: 290px;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
.middle-header-left {
|
|
417
|
+
.form-control {
|
|
418
|
+
width: 100%;
|
|
419
|
+
}
|
|
420
|
+
.all-categories {
|
|
421
|
+
padding-right: 15px;
|
|
422
|
+
}
|
|
423
|
+
.btn-primary {
|
|
424
|
+
padding: 8px 13px;
|
|
425
|
+
}
|
|
426
|
+
.search-style-two {
|
|
427
|
+
.form-control {
|
|
428
|
+
width: 300px;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
.dropdown-menu {
|
|
432
|
+
width: 295px;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
@media only screen and (min-width: 576px) and (max-width: 767px) {
|
|
438
|
+
.info-link {
|
|
439
|
+
&.info-right {
|
|
440
|
+
li {
|
|
441
|
+
&:first-child {
|
|
442
|
+
i {
|
|
443
|
+
display: inline-block;
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.middle-header-left {
|
|
451
|
+
.search-style-two {
|
|
452
|
+
.form-control {
|
|
453
|
+
width: 500px;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
.dropdown-menu {
|
|
457
|
+
width: 358px;
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
.middle-header-right {
|
|
461
|
+
.info {
|
|
462
|
+
margin-right: 10px;
|
|
463
|
+
a {
|
|
464
|
+
h3 {
|
|
465
|
+
font-size: 12px;
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
/* Min width 768px to Max width 992px */
|
|
473
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
474
|
+
.info-link {
|
|
475
|
+
&.info-right {
|
|
476
|
+
li {
|
|
477
|
+
&:first-child {
|
|
478
|
+
margin-right: 30px;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
.middle-header-left {
|
|
484
|
+
.form-control {
|
|
485
|
+
width: 315px;
|
|
486
|
+
}
|
|
487
|
+
.dropdown-menu {
|
|
488
|
+
width: 467px;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
/* Min width 600px to Max width 960px */
|
|
494
|
+
@media only screen and (min-width: 600px) and (max-width: 960px) {
|
|
495
|
+
.top-header-area {
|
|
496
|
+
.v-row {
|
|
497
|
+
.v-col-md-5,
|
|
498
|
+
.v-col-lg-6,
|
|
499
|
+
.v-col-12 {
|
|
500
|
+
width: auto;
|
|
501
|
+
}
|
|
502
|
+
.v-col-12 {
|
|
503
|
+
flex: auto;
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
/* Min width 960px to Max width 1280px */
|
|
510
|
+
@media only screen and (min-width: 960px) and (max-width: 1280px) {
|
|
511
|
+
.top-header-area {
|
|
512
|
+
.v-row {
|
|
513
|
+
.v-col-md-5,
|
|
514
|
+
.v-col-lg-6,
|
|
515
|
+
.v-col-12 {
|
|
516
|
+
width: auto;
|
|
517
|
+
}
|
|
518
|
+
.v-col-12 {
|
|
519
|
+
flex: auto;
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
/* Min width 992px to Max width 1199px */
|
|
526
|
+
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
|
527
|
+
.middle-header-left {
|
|
528
|
+
.form-control {
|
|
529
|
+
width: 315px;
|
|
530
|
+
}
|
|
531
|
+
.middle-logo {
|
|
532
|
+
margin-right: 33px;
|
|
533
|
+
&.mr-15 {
|
|
534
|
+
margin-right: 15px;
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
.search-style-two {
|
|
538
|
+
.form-control {
|
|
539
|
+
width: 410px;
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
.dropdown-menu {
|
|
543
|
+
width: 468px;
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
.middle-header-right {
|
|
547
|
+
.info {
|
|
548
|
+
margin-right: 20px;
|
|
549
|
+
a {
|
|
550
|
+
h3 {
|
|
551
|
+
font-size: 12px;
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
/* Min width 1200px to Max width 1399px */
|
|
559
|
+
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
|
|
560
|
+
.middle-header-left {
|
|
561
|
+
.form-control {
|
|
562
|
+
width: 420px;
|
|
563
|
+
}
|
|
564
|
+
.middle-logo {
|
|
565
|
+
margin-right: 68px;
|
|
566
|
+
}
|
|
567
|
+
.search-style-two {
|
|
568
|
+
.form-control {
|
|
569
|
+
width: 580px;
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
.dropdown-menu {
|
|
573
|
+
width: 574px;
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
.middle-header-right {
|
|
577
|
+
.info {
|
|
578
|
+
margin-right: 20px;
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
@media only screen and (max-width: 991px) {
|
|
584
|
+
.middle-header-area {
|
|
585
|
+
border-bottom: 1px solid var(--borderColor);
|
|
586
|
+
}
|
|
587
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/* Hurry Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.hurry-conetnt {
|
|
4
|
+
padding: 61px 80px;
|
|
5
|
+
.top-title {
|
|
6
|
+
font-size: var(--fontSize15);
|
|
7
|
+
color: var(--dangerdiv);
|
|
8
|
+
font-family: var(--fontFamilyMedium);
|
|
9
|
+
display: block;
|
|
10
|
+
}
|
|
11
|
+
h2 {
|
|
12
|
+
font-size: 28px;
|
|
13
|
+
margin-bottom: 10px;
|
|
14
|
+
}
|
|
15
|
+
p {
|
|
16
|
+
margin-bottom: 25px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* Max width 767px */
|
|
21
|
+
@media only screen and (max-width: 767px) {
|
|
22
|
+
.hurry-conetnt {
|
|
23
|
+
padding: 25px;
|
|
24
|
+
.top-title {
|
|
25
|
+
display: block;
|
|
26
|
+
margin-bottom: 5px;
|
|
27
|
+
}
|
|
28
|
+
h2 {
|
|
29
|
+
font-size: 20px;
|
|
30
|
+
}
|
|
31
|
+
p {
|
|
32
|
+
margin-bottom: 15px;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/* Min width 768px to Max width 992px */
|
|
38
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
39
|
+
.hurry-conetnt {
|
|
40
|
+
padding: 30px;
|
|
41
|
+
.top-title {
|
|
42
|
+
display: block;
|
|
43
|
+
margin-bottom: 5px;
|
|
44
|
+
}
|
|
45
|
+
h2 {
|
|
46
|
+
font-size: 22px;
|
|
47
|
+
}
|
|
48
|
+
p {
|
|
49
|
+
margin-bottom: 15px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|