@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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--bodyColor: #57636c;
|
|
3
|
+
--primary: #5093f7;
|
|
4
|
+
--secondary: #22262a;
|
|
5
|
+
--success: #4a8d16;
|
|
6
|
+
--successdiv: #75b344;
|
|
7
|
+
--warning: #f7931e;
|
|
8
|
+
--warningdiv: #ffc107;
|
|
9
|
+
--warningdiv1: #fff6e1;
|
|
10
|
+
--danger: #ff4b55;
|
|
11
|
+
--dangerdiv: #e1397d;
|
|
12
|
+
--borderColor: #e7e9eb;
|
|
13
|
+
--dark: #000000;
|
|
14
|
+
--white: #ffffff;
|
|
15
|
+
--gray1: #f7f7f7;
|
|
16
|
+
--gray2: #e9f2ff;
|
|
17
|
+
--gray3: #fff4e7;
|
|
18
|
+
--gray4: #fcfcfc;
|
|
19
|
+
--boxShadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
|
|
20
|
+
--transition: all ease 0.5s;
|
|
21
|
+
--fontFamilyRegular: "Satoshi-Regular";
|
|
22
|
+
--fontFamilyMedium: "Satoshi-Medium";
|
|
23
|
+
--fontFamilyBold: "Satoshi-Bold";
|
|
24
|
+
--fontSize13: 13px;
|
|
25
|
+
--fontSize14: 14px;
|
|
26
|
+
--fontSize15: 15px;
|
|
27
|
+
--fontSize16: 16px;
|
|
28
|
+
--fontSize17: 17px;
|
|
29
|
+
--fontSize18: 18px;
|
|
30
|
+
--borderRadius6: 6px;
|
|
31
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* About Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.about-content {
|
|
4
|
+
text-align: center;
|
|
5
|
+
h2 {
|
|
6
|
+
font-size: 25px;
|
|
7
|
+
margin-bottom: 15px;
|
|
8
|
+
}
|
|
9
|
+
p {
|
|
10
|
+
max-width: 600px;
|
|
11
|
+
margin: auto;
|
|
12
|
+
margin-bottom: 30px;
|
|
13
|
+
}
|
|
14
|
+
.about-video {
|
|
15
|
+
video {
|
|
16
|
+
width: 100%;
|
|
17
|
+
border-radius: var(--borderRadius6);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
.single-counter-item {
|
|
22
|
+
border: 1px solid var(--borderColor);
|
|
23
|
+
text-align: center;
|
|
24
|
+
border-radius: var(--borderRadius6);
|
|
25
|
+
padding: 25px;
|
|
26
|
+
margin-bottom: 25px;
|
|
27
|
+
h2 {
|
|
28
|
+
font-size: 25px;
|
|
29
|
+
color: var(--primary);
|
|
30
|
+
}
|
|
31
|
+
h3 {
|
|
32
|
+
font-size: 18px;
|
|
33
|
+
color: var(--secondary);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/* Max width 767px */
|
|
38
|
+
@media only screen and (max-width: 767px) {
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* Min width 768px to Max width 992px */
|
|
42
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* Min width 992px to Max width 1199px */
|
|
46
|
+
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/* Min width 1200px to Max width 1399px */
|
|
50
|
+
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* Min width 1400px to Max width 1799px */
|
|
54
|
+
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@media only screen and (max-width: 1199px) {
|
|
58
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
/* Authentication Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.authentication-content {
|
|
4
|
+
max-width: 856px;
|
|
5
|
+
margin: auto;
|
|
6
|
+
border: 1px solid var(--borderColor);
|
|
7
|
+
border-radius: var(--borderRadius6);
|
|
8
|
+
&.p-50 {
|
|
9
|
+
padding: 50px;
|
|
10
|
+
}
|
|
11
|
+
.form-wrap {
|
|
12
|
+
padding: 0;
|
|
13
|
+
padding-left: 36px;
|
|
14
|
+
padding-right: 10px;
|
|
15
|
+
}
|
|
16
|
+
img {
|
|
17
|
+
border-radius: var(--borderRadius6) 0 0 var(--borderRadius6);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.authentication-form {
|
|
21
|
+
padding: 50px 40px;
|
|
22
|
+
padding-left: 28px;
|
|
23
|
+
.title {
|
|
24
|
+
font-size: 18px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
.login-tabs {
|
|
28
|
+
border: none;
|
|
29
|
+
margin-bottom: 30px;
|
|
30
|
+
.nav-item {
|
|
31
|
+
margin-right: 30px;
|
|
32
|
+
&:last-child {
|
|
33
|
+
margin-right: 0;
|
|
34
|
+
}
|
|
35
|
+
.nav-link {
|
|
36
|
+
border: none;
|
|
37
|
+
font-size: 22px;
|
|
38
|
+
font-family: var(--fontFamilyBold);
|
|
39
|
+
color: var(--bodyColor);
|
|
40
|
+
padding: 4px 19px;
|
|
41
|
+
border-bottom: 2px solid var(--white);
|
|
42
|
+
&.active {
|
|
43
|
+
color: var(--secondary);
|
|
44
|
+
background-color: var(--gray1);
|
|
45
|
+
border-radius: var(--borderRadius6) var(--borderRadius6) 0 0;
|
|
46
|
+
border-bottom: 2px solid var(--warning);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
&.v-tabs {
|
|
51
|
+
.v-tab.v-tab.v-btn {
|
|
52
|
+
font-size: 22px;
|
|
53
|
+
font-family: var(--fontFamilyBold);
|
|
54
|
+
color: var(--bodyColor);
|
|
55
|
+
padding: 4px 19px;
|
|
56
|
+
border-bottom: 2px solid var(--white);
|
|
57
|
+
border: 0;
|
|
58
|
+
margin-right: 30px;
|
|
59
|
+
&:last-child {
|
|
60
|
+
margin-right: 0;
|
|
61
|
+
}
|
|
62
|
+
&.v-tab-item--selected,
|
|
63
|
+
&.v-tab--selected {
|
|
64
|
+
color: var(--secondary);
|
|
65
|
+
background-color: var(--gray1);
|
|
66
|
+
border-radius: var(--borderRadius6) var(--borderRadius6) 0 0;
|
|
67
|
+
border-bottom: 2px solid var(--warning);
|
|
68
|
+
.v-tab__slider {
|
|
69
|
+
display: none;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
.single-contact-info-item {
|
|
76
|
+
margin-bottom: 25px;
|
|
77
|
+
i {
|
|
78
|
+
font-size: 35px;
|
|
79
|
+
color: var(--warning);
|
|
80
|
+
width: 56px;
|
|
81
|
+
height: 56px;
|
|
82
|
+
line-height: 67px;
|
|
83
|
+
text-align: center;
|
|
84
|
+
display: inline-block;
|
|
85
|
+
background-color: var(--gray1);
|
|
86
|
+
border-radius: 50px;
|
|
87
|
+
}
|
|
88
|
+
h3 {
|
|
89
|
+
font-size: 18px;
|
|
90
|
+
font-family: var(--fontFamilyBold);
|
|
91
|
+
}
|
|
92
|
+
p {
|
|
93
|
+
font-size: var(--fontSize17);
|
|
94
|
+
}
|
|
95
|
+
.tell {
|
|
96
|
+
display: block;
|
|
97
|
+
font-size: 18px;
|
|
98
|
+
font-family: var(--fontFamilyBold);
|
|
99
|
+
text-decoration: none;
|
|
100
|
+
color: var(--secondary);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* Max width 767px */
|
|
105
|
+
@media only screen and (max-width: 767px) {
|
|
106
|
+
.authentication-form {
|
|
107
|
+
padding: 20px;
|
|
108
|
+
&.form-wrap {
|
|
109
|
+
padding: 25px;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
.authentication-content {
|
|
113
|
+
&.p-50 {
|
|
114
|
+
padding: 0;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
.login-tabs {
|
|
118
|
+
.nav-item {
|
|
119
|
+
.nav-link {
|
|
120
|
+
font-size: 20px;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*
|
|
2
|
+
backtoptop Area Style
|
|
3
|
+
======================================================*/
|
|
4
|
+
.backtotop {
|
|
5
|
+
position: fixed;
|
|
6
|
+
bottom: 50%;
|
|
7
|
+
right: 30px;
|
|
8
|
+
margin: auto;
|
|
9
|
+
width: 40px;
|
|
10
|
+
height: 40px;
|
|
11
|
+
border: none;
|
|
12
|
+
background-color: var(--primary);
|
|
13
|
+
color: var(--white);
|
|
14
|
+
z-index: 2;
|
|
15
|
+
transition: var(--transition);
|
|
16
|
+
visibility: hidden;
|
|
17
|
+
opacity: 0;
|
|
18
|
+
|
|
19
|
+
i {
|
|
20
|
+
color: var(--white);
|
|
21
|
+
}
|
|
22
|
+
&.active {
|
|
23
|
+
bottom: 30px;
|
|
24
|
+
visibility: visible;
|
|
25
|
+
opacity: 100%;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
/* Blank Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.banner-wrap {
|
|
4
|
+
max-width: 930px;
|
|
5
|
+
margin-left: auto;
|
|
6
|
+
padding-top: 140px;
|
|
7
|
+
padding-bottom: 148px;
|
|
8
|
+
.v-row {
|
|
9
|
+
flex-wrap: initial;
|
|
10
|
+
.v-col-12 {
|
|
11
|
+
flex: auto;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
.banner-wrap2 {
|
|
16
|
+
padding: 70px 100px;
|
|
17
|
+
padding-left: 93px;
|
|
18
|
+
padding-bottom: 86px;
|
|
19
|
+
.v-row {
|
|
20
|
+
flex-wrap: initial;
|
|
21
|
+
.v-col-12 {
|
|
22
|
+
flex: auto;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
.banner-area {
|
|
27
|
+
&.bg-warningdiv1 {
|
|
28
|
+
.v-row {
|
|
29
|
+
flex-wrap: initial;
|
|
30
|
+
.v-col-12 {
|
|
31
|
+
flex: auto;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
.banner-content {
|
|
37
|
+
max-width: 425px;
|
|
38
|
+
.top-title {
|
|
39
|
+
color: var(--danger) !important;
|
|
40
|
+
font-size: var(--fontSize15);
|
|
41
|
+
font-family: var(--fontFamilyMedium);
|
|
42
|
+
background-color: #ffebec;
|
|
43
|
+
padding: 6px 13px;
|
|
44
|
+
border-radius: 50px;
|
|
45
|
+
display: inline-block;
|
|
46
|
+
margin-bottom: 5px;
|
|
47
|
+
i {
|
|
48
|
+
position: relative;
|
|
49
|
+
top: 2px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
h2 {
|
|
53
|
+
font-size: 42px;
|
|
54
|
+
color: var(--dark);
|
|
55
|
+
line-height: 1.2;
|
|
56
|
+
margin-bottom: 15px;
|
|
57
|
+
}
|
|
58
|
+
p {
|
|
59
|
+
font-family: var(--fontFamilyMedium);
|
|
60
|
+
font-size: var(--fontSize15);
|
|
61
|
+
line-height: 1.6;
|
|
62
|
+
margin-bottom: 35px;
|
|
63
|
+
}
|
|
64
|
+
&.mw-450 {
|
|
65
|
+
max-width: 450px;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
.banner-img {
|
|
69
|
+
margin-right: -75px;
|
|
70
|
+
margin-left: -55px;
|
|
71
|
+
margin-top: -30px;
|
|
72
|
+
}
|
|
73
|
+
.banner-img-two {
|
|
74
|
+
margin-left: -24px;
|
|
75
|
+
}
|
|
76
|
+
.banner-img-three {
|
|
77
|
+
margin-left: -85px;
|
|
78
|
+
.organic {
|
|
79
|
+
position: absolute;
|
|
80
|
+
top: 20px;
|
|
81
|
+
left: -55px;
|
|
82
|
+
right: 0;
|
|
83
|
+
margin: auto;
|
|
84
|
+
z-index: -1;
|
|
85
|
+
}
|
|
86
|
+
.offer-tag {
|
|
87
|
+
position: absolute;
|
|
88
|
+
top: 95px;
|
|
89
|
+
right: -215px;
|
|
90
|
+
left: 0;
|
|
91
|
+
margin: auto;
|
|
92
|
+
&.position-1 {
|
|
93
|
+
top: 150px;
|
|
94
|
+
right: auto;
|
|
95
|
+
left: 95px !important;
|
|
96
|
+
}
|
|
97
|
+
&.position-2 {
|
|
98
|
+
top: 40px;
|
|
99
|
+
right: auto;
|
|
100
|
+
left: 70px !important;
|
|
101
|
+
}
|
|
102
|
+
.offer {
|
|
103
|
+
position: absolute;
|
|
104
|
+
top: 50%;
|
|
105
|
+
left: 0;
|
|
106
|
+
right: 0;
|
|
107
|
+
transform: translateY(-50%);
|
|
108
|
+
h3 {
|
|
109
|
+
margin-bottom: -5px;
|
|
110
|
+
color: var(--white);
|
|
111
|
+
font-size: 30px;
|
|
112
|
+
transform: rotate(6.193deg);
|
|
113
|
+
}
|
|
114
|
+
span {
|
|
115
|
+
font-size: 20px;
|
|
116
|
+
font-family: var(--fontFamilyMedium);
|
|
117
|
+
color: var(--white);
|
|
118
|
+
transform: rotate(6.193deg);
|
|
119
|
+
display: inline-block;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
.banner-controller {
|
|
125
|
+
max-width: 1100px;
|
|
126
|
+
margin-right: 0;
|
|
127
|
+
margin-left: auto;
|
|
128
|
+
position: absolute;
|
|
129
|
+
top: 42%;
|
|
130
|
+
z-index: 9;
|
|
131
|
+
left: 0;
|
|
132
|
+
right: 165px;
|
|
133
|
+
transform: translateY(-42%);
|
|
134
|
+
cursor: pointer;
|
|
135
|
+
i {
|
|
136
|
+
font-size: 24px;
|
|
137
|
+
}
|
|
138
|
+
.prev {
|
|
139
|
+
transform: scaleX(-1);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
.banner-controller2 {
|
|
143
|
+
position: absolute;
|
|
144
|
+
top: 50%;
|
|
145
|
+
z-index: 9;
|
|
146
|
+
left: -48px;
|
|
147
|
+
right: -48px;
|
|
148
|
+
transform: translateY(-50%);
|
|
149
|
+
.controller-icon {
|
|
150
|
+
cursor: pointer;
|
|
151
|
+
}
|
|
152
|
+
i {
|
|
153
|
+
font-size: 24px;
|
|
154
|
+
}
|
|
155
|
+
.prev2 {
|
|
156
|
+
transform: scaleX(-1);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
.banner-controller3 {
|
|
160
|
+
position: absolute;
|
|
161
|
+
top: 50%;
|
|
162
|
+
z-index: 9;
|
|
163
|
+
left: -134px;
|
|
164
|
+
right: -134px;
|
|
165
|
+
transform: translateY(-50%);
|
|
166
|
+
.controller-icon {
|
|
167
|
+
width: 55px;
|
|
168
|
+
height: 55px;
|
|
169
|
+
line-height: 61px;
|
|
170
|
+
text-align: center;
|
|
171
|
+
background-color: var(--white);
|
|
172
|
+
border-radius: 50%;
|
|
173
|
+
transition: var(--transition);
|
|
174
|
+
cursor: pointer;
|
|
175
|
+
&:hover {
|
|
176
|
+
background-color: var(--success);
|
|
177
|
+
color: var(--white);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
i {
|
|
181
|
+
font-size: 24px;
|
|
182
|
+
position: relative;
|
|
183
|
+
}
|
|
184
|
+
.prev {
|
|
185
|
+
transform: scaleX(-1);
|
|
186
|
+
i {
|
|
187
|
+
left: 2px;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
.next {
|
|
191
|
+
i {
|
|
192
|
+
right: -2px;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
.swiper-pagination-banner {
|
|
197
|
+
max-width: 1100px;
|
|
198
|
+
margin-right: 0;
|
|
199
|
+
margin-left: auto;
|
|
200
|
+
position: absolute;
|
|
201
|
+
z-index: 9;
|
|
202
|
+
left: 0;
|
|
203
|
+
right: 165px;
|
|
204
|
+
text-align: center;
|
|
205
|
+
margin-bottom: 120px;
|
|
206
|
+
line-height: 1;
|
|
207
|
+
}
|
|
208
|
+
.swiper-pagination-banner-grocery {
|
|
209
|
+
text-align: center;
|
|
210
|
+
position: absolute;
|
|
211
|
+
bottom: 50px !important;
|
|
212
|
+
}
|
|
213
|
+
.swiper-pagination-banner-healthy {
|
|
214
|
+
margin-top: 40px;
|
|
215
|
+
}
|
|
216
|
+
.swiper-pagination-clickable {
|
|
217
|
+
.swiper-pagination-bullet {
|
|
218
|
+
width: 5px;
|
|
219
|
+
height: 5px;
|
|
220
|
+
background-color: var(--warning);
|
|
221
|
+
opacity: 1;
|
|
222
|
+
transition: var(--transition);
|
|
223
|
+
&.swiper-pagination-bullet-active {
|
|
224
|
+
background-color: var(--primary);
|
|
225
|
+
width: 32px;
|
|
226
|
+
border-radius: 50px;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
.ptb-70 {
|
|
231
|
+
padding-top: 70px;
|
|
232
|
+
padding-bottom: 50px;
|
|
233
|
+
}
|
|
234
|
+
.page-content {
|
|
235
|
+
li {
|
|
236
|
+
margin-right: 30px;
|
|
237
|
+
position: relative;
|
|
238
|
+
&::before {
|
|
239
|
+
content: "\f134";
|
|
240
|
+
position: absolute;
|
|
241
|
+
top: 5px;
|
|
242
|
+
right: -21px;
|
|
243
|
+
font-family: flaticon !important;
|
|
244
|
+
font-size: 12px;
|
|
245
|
+
}
|
|
246
|
+
&:last-child {
|
|
247
|
+
padding-right: 0;
|
|
248
|
+
margin-right: 0;
|
|
249
|
+
&::before {
|
|
250
|
+
display: none;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
.page-banner {
|
|
256
|
+
.ri-arrow-left-s-line {
|
|
257
|
+
font-size: 20px;
|
|
258
|
+
}
|
|
259
|
+
.ri-arrow-right-s-line {
|
|
260
|
+
font-size: 20px;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/* Max width 767px */
|
|
265
|
+
@media only screen and (max-width: 767px) {
|
|
266
|
+
.banner-wrap {
|
|
267
|
+
padding-top: 60px;
|
|
268
|
+
padding-bottom: 60px;
|
|
269
|
+
.v-row {
|
|
270
|
+
flex-wrap: wrap;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
.banner-wrap2 {
|
|
274
|
+
padding: 20px;
|
|
275
|
+
.v-row {
|
|
276
|
+
flex-wrap: wrap;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
.banner-area {
|
|
280
|
+
&.bg-warningdiv1 {
|
|
281
|
+
.v-row {
|
|
282
|
+
flex-wrap: wrap;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
.banner-content {
|
|
287
|
+
text-align: center;
|
|
288
|
+
margin: auto;
|
|
289
|
+
margin-bottom: 50px;
|
|
290
|
+
.top-title {
|
|
291
|
+
font-size: 14px;
|
|
292
|
+
}
|
|
293
|
+
h2 {
|
|
294
|
+
font-size: 30px;
|
|
295
|
+
margin-bottom: 10px;
|
|
296
|
+
}
|
|
297
|
+
p {
|
|
298
|
+
margin-bottom: 15px;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
.banner-img-three {
|
|
302
|
+
margin-left: 0;
|
|
303
|
+
.offer-tag {
|
|
304
|
+
right: 0;
|
|
305
|
+
&.position-1 {
|
|
306
|
+
top: 0;
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/* Min width 768px to Max width 992px */
|
|
313
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
314
|
+
.banner-wrap {
|
|
315
|
+
padding-top: 70px;
|
|
316
|
+
padding-bottom: 70px;
|
|
317
|
+
}
|
|
318
|
+
.banner-wrap2 {
|
|
319
|
+
padding: 30px;
|
|
320
|
+
}
|
|
321
|
+
.banner-content {
|
|
322
|
+
h2 {
|
|
323
|
+
font-size: 35px;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
.banner-controller2 {
|
|
327
|
+
left: -25px;
|
|
328
|
+
right: -25px;
|
|
329
|
+
}
|
|
330
|
+
.banner-img-three {
|
|
331
|
+
margin-left: 0;
|
|
332
|
+
.offer-tag {
|
|
333
|
+
right: 0;
|
|
334
|
+
&.position-1 {
|
|
335
|
+
top: 0;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
/* Min width 992px to Max width 1199px */
|
|
342
|
+
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
|
343
|
+
.banner-wrap {
|
|
344
|
+
padding-top: 100px;
|
|
345
|
+
padding-bottom: 100px;
|
|
346
|
+
}
|
|
347
|
+
.banner-controller2 {
|
|
348
|
+
left: -20px;
|
|
349
|
+
right: -20px;
|
|
350
|
+
}
|
|
351
|
+
.banner-img-three {
|
|
352
|
+
margin-left: 0;
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
/* Min width 1200px to Max width 1399px */
|
|
357
|
+
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
|
|
358
|
+
.banner-controller2 {
|
|
359
|
+
left: -30px;
|
|
360
|
+
right: -30px;
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/* Min width 1400px to Max width 1799px */
|
|
365
|
+
@media only screen and (min-width: 1400px) and (max-width: 1799px) {
|
|
366
|
+
.banner-controller {
|
|
367
|
+
display: none;
|
|
368
|
+
}
|
|
369
|
+
.banner-controller3 {
|
|
370
|
+
left: -20px;
|
|
371
|
+
right: -20px;
|
|
372
|
+
.controller-icon {
|
|
373
|
+
width: 40px;
|
|
374
|
+
height: 40px;
|
|
375
|
+
line-height: 46px;
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
@media only screen and (max-width: 1399px) {
|
|
381
|
+
.banner-controller {
|
|
382
|
+
display: none;
|
|
383
|
+
}
|
|
384
|
+
.banner-wrap {
|
|
385
|
+
margin-left: 0;
|
|
386
|
+
min-width: 100%;
|
|
387
|
+
}
|
|
388
|
+
.banner-img {
|
|
389
|
+
margin: 0;
|
|
390
|
+
}
|
|
391
|
+
.swiper-pagination-banner {
|
|
392
|
+
right: 0;
|
|
393
|
+
margin: auto;
|
|
394
|
+
margin-bottom: 120px;
|
|
395
|
+
}
|
|
396
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/* Best Deals Area Style
|
|
2
|
+
============================================*/
|
|
3
|
+
.single-best-deals-item {
|
|
4
|
+
padding: 40px;
|
|
5
|
+
border-radius: var(--borderRadius6);
|
|
6
|
+
margin-bottom: 25px;
|
|
7
|
+
.best-deals-content {
|
|
8
|
+
margin-bottom: 26px;
|
|
9
|
+
h3 {
|
|
10
|
+
font-size: 24px;
|
|
11
|
+
line-height: 1.3;
|
|
12
|
+
margin-bottom: 15px;
|
|
13
|
+
max-width: 155px;
|
|
14
|
+
}
|
|
15
|
+
p {
|
|
16
|
+
font-family: var(--fontFamilyMedium);
|
|
17
|
+
font-size: var(--fontSize15);
|
|
18
|
+
display: block;
|
|
19
|
+
margin-bottom: 10px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* Max width 767px */
|
|
25
|
+
@media only screen and (max-width: 767px) {
|
|
26
|
+
.single-best-deals-item {
|
|
27
|
+
text-align: center;
|
|
28
|
+
padding: 20px;
|
|
29
|
+
.best-deals-content {
|
|
30
|
+
h3 {
|
|
31
|
+
max-width: 100%;
|
|
32
|
+
font-size: 20px;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/* Min width 768px to Max width 992px */
|
|
39
|
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
|
40
|
+
.single-best-deals-item {
|
|
41
|
+
text-align: center;
|
|
42
|
+
padding: 25px;
|
|
43
|
+
.best-deals-content {
|
|
44
|
+
h3 {
|
|
45
|
+
max-width: 100%;
|
|
46
|
+
font-size: 20px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* Min width 992px to Max width 1199px */
|
|
53
|
+
@media only screen and (min-width: 992px) and (max-width: 1199px) {
|
|
54
|
+
.single-best-deals-item {
|
|
55
|
+
text-align: center;
|
|
56
|
+
.best-deals-content {
|
|
57
|
+
h3 {
|
|
58
|
+
max-width: 100%;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* Min width 1200px to Max width 1399px */
|
|
65
|
+
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
|
|
66
|
+
.single-best-deals-item {
|
|
67
|
+
text-align: center;
|
|
68
|
+
.best-deals-content {
|
|
69
|
+
h3 {
|
|
70
|
+
max-width: 100%;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|