tabexseriescomponents 0.0.64 → 0.0.66

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 (178) hide show
  1. package/dist/index.cjs.js +25023 -16634
  2. package/dist/index.esm.js +25033 -16645
  3. package/dist/index.umd.js +24824 -16437
  4. package/package.json +1 -1
  5. package/src1-10/Contexts/LanguageContext.jsx +347 -0
  6. package/src1-10/Contexts/ProductsCardsSectionContext.jsx +28 -0
  7. package/src1-10/StylesJS/Customstyles.js +235 -0
  8. package/src1-10/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +205 -0
  9. package/src1-10/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +239 -0
  10. package/src1-10/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +198 -0
  11. package/src1-10/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +169 -0
  12. package/src1-10/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +180 -0
  13. package/src1-10/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +162 -0
  14. package/src1-10/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  15. package/src1-10/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +149 -0
  16. package/src1-10/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  17. package/src1-10/TabexComponents/Cards/MenuCard/MenuCard.jsx +546 -0
  18. package/src1-10/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +474 -0
  19. package/src1-10/TabexComponents/Cards/Productcard6/Productcard6.jsx +290 -0
  20. package/src1-10/TabexComponents/Cards/Productcard7/Productcard7.jsx +278 -0
  21. package/src1-10/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +293 -0
  22. package/src1-10/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +278 -0
  23. package/src1-10/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +312 -0
  24. package/src1-10/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +279 -0
  25. package/src1-10/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +293 -0
  26. package/src1-10/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +456 -0
  27. package/src1-10/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +272 -0
  28. package/src1-10/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  29. package/src1-10/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +127 -0
  30. package/src1-10/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +126 -0
  31. package/src1-10/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  32. package/src1-10/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +281 -0
  33. package/src1-10/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  34. package/src1-10/TabexComponents/Footer/Footer2/Footer2.jsx +381 -0
  35. package/src1-10/TabexComponents/Footer/Footer3/Footer3.jsx +316 -0
  36. package/src1-10/TabexComponents/Footer/Footer4/Footer4.jsx +437 -0
  37. package/src1-10/TabexComponents/Footer/Footer5/Footer5.jsx +488 -0
  38. package/src1-10/TabexComponents/Footer/Footer6/Footer6.jsx +286 -0
  39. package/src1-10/TabexComponents/Footer/Footer7/Footer7.jsx +370 -0
  40. package/src1-10/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +231 -0
  41. package/src1-10/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  42. package/src1-10/TabexComponents/Generalfiles/images/noimage.png +0 -0
  43. package/src1-10/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  44. package/src1-10/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  45. package/src1-10/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  46. package/src1-10/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  47. package/src1-10/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  48. package/src1-10/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  49. package/src1-10/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  50. package/src1-10/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  51. package/src1-10/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  52. package/src1-10/TabexComponents/Generalfiles/images/usflag.png +0 -0
  53. package/src1-10/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  54. package/src1-10/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +722 -0
  55. package/src1-10/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +681 -0
  56. package/src1-10/TabexComponents/Headers/Header4/Header4.jsx +614 -0
  57. package/src1-10/TabexComponents/Headers/Header6/Header6.jsx +666 -0
  58. package/src1-10/TabexComponents/Headers/Header8/Header8.jsx +888 -0
  59. package/src1-10/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +710 -0
  60. package/src1-10/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +769 -0
  61. package/src1-10/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +666 -0
  62. package/src1-10/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +940 -0
  63. package/src1-10/TabexComponents/Headers/Modernheader/Modernheader.jsx +714 -0
  64. package/src1-10/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +833 -0
  65. package/src1-10/TabexComponents/Headers/Subheader/Subheader.jsx +239 -0
  66. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  67. package/src1-10/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +278 -0
  68. package/src1-10/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +129 -0
  69. package/src1-10/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +153 -0
  70. package/src1-10/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  71. package/src1-10/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +409 -0
  72. package/src1-10/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +793 -0
  73. package/src1-10/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +486 -0
  74. package/src1-10/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +888 -0
  75. package/src1-10/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  76. package/src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +512 -0
  77. package/src1-10/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +281 -0
  78. package/src1-10/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +166 -0
  79. package/src1-10/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +152 -0
  80. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +139 -0
  81. package/src1-10/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +146 -0
  82. package/src1-10/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +209 -0
  83. package/src1-10/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +145 -0
  84. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +252 -0
  85. package/src1-10/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +175 -0
  86. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +154 -0
  87. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +193 -0
  88. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +197 -0
  89. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +91 -0
  90. package/src1-10/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +309 -0
  91. package/src1-10/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +260 -0
  92. package/src1-10/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +459 -0
  93. package/src1-10/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +216 -0
  94. package/src1-10/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  95. package/src1-10/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  96. package/src1-10/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  97. package/src1-10/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  98. package/src1-10/TabexComponents/StaticPages/Login/Login.jsx +299 -0
  99. package/src1-10/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  100. package/src1-10/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1271 -0
  101. package/src1-10/TabexComponents/StaticPages/Policies/Policies.jsx +353 -0
  102. package/src1-10/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1456 -0
  103. package/src1-10/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +209 -0
  104. package/src1-10/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +776 -0
  105. package/src1-10/TabexComponents/StaticPages/Signup/Signup.jsx +157 -0
  106. package/src1-10/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +285 -0
  107. package/src1-10/TabexComponents/StaticPages/Viewcart/Viewcart.js +1090 -0
  108. package/src1-10/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +606 -0
  109. package/src1-10/assets/images/cod.png +0 -0
  110. package/src1-10/assets/images/egyptflag.png +0 -0
  111. package/src1-10/assets/images/fawry.png +0 -0
  112. package/src1-10/assets/images/payment.png +0 -0
  113. package/src1-10/assets/images/paymob.png +0 -0
  114. package/src1-10/assets/images/paypal.png +0 -0
  115. package/src1-10/assets/images/shoppingcart.png +0 -0
  116. package/src1-10/assets/images/usflag.png +0 -0
  117. package/src1-10/assets/images/visa.png +0 -0
  118. package/src1-10/assets/images/whatsapp.png +0 -0
  119. package/src1-10/button.jsx +40 -0
  120. package/src1-10/index.jsx +179 -0
  121. package/src1-10/styles/Home.module.css +129 -0
  122. package/src1-10/styles/cards/Categorcycard_fullimage.module.css +10 -0
  123. package/src1-10/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  124. package/src1-10/styles/cards/Categorycard_withshapes.module.css +189 -0
  125. package/src1-10/styles/cards/Productcard6.module.css +9 -0
  126. package/src1-10/styles/cards/Productcard_with_circularbg.module.css +137 -0
  127. package/src1-10/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  128. package/src1-10/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  129. package/src1-10/styles/cards/categorycard.module.css +102 -0
  130. package/src1-10/styles/cards/categorycard3.module.css +51 -0
  131. package/src1-10/styles/cards/categorycardwithtext.module.css +40 -0
  132. package/src1-10/styles/cards/productcard_animatedbuttons.module.css +104 -0
  133. package/src1-10/styles/cards/productcard_with_textonhover.module.css +12 -0
  134. package/src1-10/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  135. package/src1-10/styles/general/bootstrap.css +4415 -0
  136. package/src1-10/styles/general/dropdown.css +199 -0
  137. package/src1-10/styles/general/editorbardropdown.module.css +94 -0
  138. package/src1-10/styles/general/filter.module.css +108 -0
  139. package/src1-10/styles/general/form.module.css +273 -0
  140. package/src1-10/styles/general/general.module.css +861 -0
  141. package/src1-10/styles/general/image-gallery.css +481 -0
  142. package/src1-10/styles/general/react-accessible-accordion.module.css +52 -0
  143. package/src1-10/styles/general/react-phone-input-2.module.css +927 -0
  144. package/src1-10/styles/general/scrollbtn.module.css +22 -0
  145. package/src1-10/styles/general/slick.module.css +166 -0
  146. package/src1-10/styles/general/tabs.module.css +110 -0
  147. package/src1-10/styles/general/workplaceeditor.module.css +328 -0
  148. package/src1-10/styles/globals.css +26 -0
  149. package/src1-10/styles/headers/Allinoneheader.module.css +91 -0
  150. package/src1-10/styles/headers/Header7.module.css +50 -0
  151. package/src1-10/styles/headers/Header_threesectionslogocentered.module.css +97 -0
  152. package/src1-10/styles/headers/Sideheader.module.css +108 -0
  153. package/src1-10/styles/headers/classicheaderstyles.module.css +16 -0
  154. package/src1-10/styles/headers/dropdown.css +0 -0
  155. package/src1-10/styles/headers/header4.module.css +175 -0
  156. package/src1-10/styles/headers/header5.module.css +30 -0
  157. package/src1-10/styles/headers/header6.module.css +117 -0
  158. package/src1-10/styles/headers/header_contactinfo.module.css +78 -0
  159. package/src1-10/styles/headers/headerresturant.module.css +89 -0
  160. package/src1-10/styles/headers/headerstyles.module.css +24 -0
  161. package/src1-10/styles/headers/modernheader.module.css +78 -0
  162. package/src1-10/styles/headers/subheader.module.css +114 -0
  163. package/src1-10/styles/sections/Backgroundimage1.module.css +17 -0
  164. package/src1-10/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  165. package/src1-10/styles/sections/Section_with_rightbgcont.module.css +49 -0
  166. package/src1-10/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  167. package/src1-10/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  168. package/src1-10/styles/staticpages/accordion.module.css +9 -0
  169. package/src1-10/styles/staticpages/cart.module.css +108 -0
  170. package/src1-10/styles/staticpages/dropdown.css +196 -0
  171. package/src1-10/styles/staticpages/filter.module.css +139 -0
  172. package/src1-10/styles/staticpages/login.module.css +146 -0
  173. package/src1-10/styles/staticpages/productinfo.module.css +54 -0
  174. package/src1-10/styles/staticpages/shop.module.css +191 -0
  175. package/src1-10/styles/staticpages/signup.module.css +206 -0
  176. package/src1-10/styles/staticpages/staticroutersidenav.module.css +129 -0
  177. package/src1-10/styles/staticpages/viewcart.module.css +129 -0
  178. package/src1-10/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,206 @@
1
+ @media screen and (max-width: 800px) {
2
+ .rightContainer,
3
+ .rightContainerTrans {
4
+ border-top-right-radius: 0 !important;
5
+ border-bottom-right-radius: 15px !important;
6
+ border-bottom-left-radius: 15px !important;
7
+ }
8
+ .rightContainerText {
9
+ font-size: 23px !important;
10
+ }
11
+ }
12
+ .form_control:focus {
13
+ -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
14
+ animation: anim-shadow 0.5s ease-in-out forwards;
15
+ }
16
+ .form_control:focus + .login_input_icon {
17
+ padding-left: 20px;
18
+ }
19
+ /* Forms */
20
+ .form_control {
21
+ display: block;
22
+ width: 100%;
23
+ height: 35px;
24
+ /* font-size: 1rem; */
25
+ /* color: var(--cardtitle); */
26
+ background: no-repeat center bottom, center calc(100% - 1px);
27
+ background-size: 0 100%, 100% 100%;
28
+ background-clip: padding-box;
29
+ /* font-size: 14px; */
30
+ transition: background 0s ease-out;
31
+ border: 0;
32
+ padding: 0 15px;
33
+ font-weight: 500;
34
+ display: flex;
35
+ align-items: center;
36
+ position: relative;
37
+ }
38
+ @media screen and (prefers-reduced-motion: reduce) {
39
+ .form_control {
40
+ transition: none;
41
+ }
42
+ }
43
+ .form_control::-ms-expand {
44
+ background-color: transparent;
45
+ border: 0;
46
+ }
47
+ .form_control:focus {
48
+ outline: 0;
49
+ }
50
+ .form_control::placeholder {
51
+ opacity: 1;
52
+ }
53
+ .form_control:disabled,
54
+ .form_control[readonly] {
55
+ background-color: #e9ecef;
56
+ opacity: 1;
57
+ cursor: not-allowed;
58
+ }
59
+ textarea.form_control {
60
+ height: auto;
61
+ }
62
+ .form_control:focus {
63
+ background-size: 100% 100%, 100% 100%;
64
+ transition-duration: 0.3s;
65
+ box-shadow: none;
66
+ }
67
+ .form_control::-moz-placeholder {
68
+ color: #aaaaaa;
69
+ font-weight: 400;
70
+ font-size: 14px;
71
+ }
72
+ .form_control:-ms-input-placeholder {
73
+ color: #aaaaaa;
74
+ font-weight: 400;
75
+ font-size: 14px;
76
+ }
77
+ .form_control::-webkit-input-placeholder {
78
+ color: #aaaaaa;
79
+ font-weight: 400;
80
+ font-size: 14px;
81
+ }
82
+ .form_control {
83
+ background-image: linear-gradient(to top, #000 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
84
+ }
85
+ .form_control_border_none {
86
+ background-image: none;
87
+ }
88
+ .form_control.disabled,
89
+ .form_control:disabled,
90
+ .form_control[disabled] {
91
+ background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);
92
+ background-repeat: repeat-x;
93
+ background-size: 3px 1px;
94
+ cursor: not-allowed;
95
+ }
96
+ @media screen and (max-width: 500px) {
97
+ .form_control {
98
+ /* padding: 0 5px !important; */
99
+ }
100
+ .login_input_icon {
101
+ padding-left: 0 !important;
102
+ }
103
+ .rightContainer {
104
+ border-radius: 15px 15px 0 0 !important;
105
+ }
106
+ .leftcontainer {
107
+ border-radius: 15px 15px 0 0 !important;
108
+ }
109
+ }
110
+ .form_controltextarea{
111
+ min-height: 10vh !important;
112
+ }
113
+ .checkbox {
114
+ --border: #022648;
115
+ --border-hover: #959ed0;
116
+ --tick: #fff;
117
+ position: relative;
118
+ /* color: var(--cardheader); */
119
+ }
120
+ .checkbox_label {
121
+ font-size: 16px;
122
+ text-transform: capitalize;
123
+ font-weight: 500;
124
+ cursor: pointer;
125
+ }
126
+ .checkbox:hover {
127
+ /* color: var(--border-hover); */
128
+ }
129
+ .checkbox input,
130
+ .checkbox svg {
131
+ width: 16px;
132
+ height: 16px;
133
+ display: block;
134
+ }
135
+ .checkbox_sub input {
136
+ width: 15px;
137
+ height: 15px;
138
+ }
139
+ .checkbox input {
140
+ -webkit-appearance: none;
141
+ -moz-appearance: none;
142
+ position: relative;
143
+ outline: none;
144
+ background: white;
145
+ border: none;
146
+ margin: 0;
147
+ padding: 0;
148
+ cursor: pointer;
149
+ border-radius: 4px;
150
+ transition: box-shadow 0.3s;
151
+ box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
152
+ }
153
+ .checkbox input:disabled {
154
+ cursor: not-allowed;
155
+ }
156
+ .checkbox input:hover {
157
+ /* --s: 2px; */
158
+ /* --b: var(--border-hover); */
159
+ }
160
+ .checkbox input:checked {
161
+ /* --b: var(--secondary); */
162
+ }
163
+ .checkbox svg {
164
+ pointer-events: none;
165
+ fill: none;
166
+ stroke-width: 2px;
167
+ stroke-linecap: round;
168
+ stroke-linejoin: round;
169
+ /* stroke: var(--stroke, var(--secondary)); */
170
+ position: absolute;
171
+ top: 0;
172
+ left: 0;
173
+ width: 16px;
174
+ height: 21px;
175
+ transform: scale(var(--scale, 1)) translateZ(0);
176
+ }
177
+ .checkbox_sub svg {
178
+ pointer-events: none;
179
+ fill: none;
180
+ stroke-width: 2px;
181
+ stroke-linecap: round;
182
+ stroke-linejoin: round;
183
+ stroke: var(--stroke, var(--secondary));
184
+ position: absolute;
185
+ top: 0;
186
+ left: 0;
187
+ width: 16px;
188
+ height: 21px;
189
+ transform: scale(var(--scale, 1)) translateZ(0);
190
+ }
191
+ .checkboxtranslated svg {
192
+ right: 0;
193
+ }
194
+ .checkbox input:checked {
195
+ --s: 2px;
196
+ transition-delay: 0.4s;
197
+ }
198
+ .checkbox input:checked + svg {
199
+ --a: 16.1 86.12;
200
+ --o: 102.22;
201
+ }
202
+ .checkbox svg {
203
+ stroke-dasharray: var(--a, 86.12);
204
+ stroke-dashoffset: var(--o, 86.12);
205
+ transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
206
+ }
@@ -0,0 +1,129 @@
1
+ /* Side Nav */
2
+ .vertical_nav_menu {
3
+ margin: 0;
4
+ padding: 0;
5
+ position: relative;
6
+ list-style: none;
7
+ transition: 0.3s ease-in-out;
8
+ border-radius: 20px;
9
+ }
10
+ .vertical_nav_menu li.sidebar_item {
11
+ transition: 0.3s !important;
12
+ display: flex;
13
+ align-items: center;
14
+ justify-content: center;
15
+ text-align: center;
16
+ flex-direction: row;
17
+ padding: 5px !important;
18
+ position: relative;
19
+ }
20
+ .vertical_nav_menu .sidebar_item::after {
21
+ content: '';
22
+ position: absolute;
23
+ bottom: -3px;
24
+ display: block;
25
+ border-radius: 100px 0 100px 0;
26
+ width: 0;
27
+ height: 0;
28
+ transition: 0.2s !important;
29
+ }
30
+ .vertical_nav_menu .sidenav_page_name {
31
+ transition: 0.3s;
32
+ }
33
+ .vertical_nav_menu li .sidenav_icon_cont {
34
+ display: flex;
35
+ justify-content: center;
36
+ align-items: center;
37
+ text-align: center;
38
+ /* width: 35px; */
39
+ /* height: 35px; */
40
+ /* background-color: rgba(0, 28, 105); */
41
+ /* border-radius: 10px; */
42
+ /* color: white; */
43
+ transition: all 0.3s;
44
+ position: relative;
45
+ }
46
+ .vertical_nav_menu i.metismenu_icon {
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ color: #022648;
51
+ transition: 0.3s;
52
+ opacity: 1;
53
+ font-size: 16px;
54
+ }
55
+ /* active */
56
+ .vertical_nav_menu .sidenav_active::after {
57
+ content: '';
58
+ position: absolute;
59
+ bottom: -3px;
60
+ /* right: -5%; */
61
+ display: block;
62
+ border-radius: 100px 0 100px 0;
63
+ width: 10px;
64
+ height: 100%;
65
+ /* background: red !important; */
66
+ }
67
+ .vertical_nav_menu .sidenav_active .sidenav_page_name {
68
+ font-weight: 600;
69
+ }
70
+ .vertical_nav_menu .sidenav_active .sidenav_icon_cont {
71
+ /* background-color: rgba(249, 128, 100) !important; */
72
+ box-shadow: none !important;
73
+ }
74
+ /* hover */
75
+ .vertical_nav_menu .sidebar_item:hover {
76
+ cursor: pointer;
77
+ transition: 0.3s;
78
+ }
79
+ .vertical_nav_menu .sidebar_item:hover::after {
80
+ width: 10px;
81
+ height: 100%;
82
+ }
83
+
84
+ .horizontal_nav_menu{
85
+ display: flex;
86
+ flex-direction: row;
87
+ }
88
+ .horizontal_nav_menu li.sidebar_item {
89
+ transition: 0.3s !important;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ text-align: center;
94
+ padding: 5px !important;
95
+ position: relative;
96
+ }
97
+ @media screen and (max-width:800px) {
98
+ .horizontal_nav_menu{
99
+ width: 100%;
100
+ display: block !important;
101
+ white-space: nowrap;
102
+ position: relative;
103
+ overflow-x: scroll;
104
+ overflow-y: hidden;
105
+ -webkit-overflow-scrolling: touch;
106
+ }
107
+ .sidebar_item{
108
+ width: 30% !important;
109
+ float: none;
110
+ display: inline-block;
111
+ zoom: 1;
112
+ }
113
+ }
114
+ @media screen and (max-width:700px) {
115
+ .sidebar_item{
116
+ min-width: 40% !important;
117
+ }
118
+ }
119
+ @media screen and (max-width:500px) {
120
+ .sidebar_item{
121
+ min-width: 60% !important;
122
+ }
123
+ }
124
+
125
+
126
+ .sidebar_itemlastchild{
127
+ margin-right: 0 !important;
128
+ margin-left: 0 !important;
129
+ }
@@ -0,0 +1,129 @@
1
+ .cartslider_container {
2
+ position: fixed;
3
+ height: 100vh;
4
+ width: 25vw;
5
+ background-color: #f7f1ee;
6
+ z-index: 1000;
7
+ top: 0;
8
+ right: 0;
9
+ transform: translateX(150%);
10
+ transition: 0.3s;
11
+ border-left: 2px solid #e6e6e6;
12
+ }
13
+ .cartslider_container_opened {
14
+ transform: translateX(0) !important;
15
+ }
16
+ .close_menu_icon_cont {
17
+ width: 4.5vh;
18
+ height: 4.5vh;
19
+ background-color: var(--danger);
20
+ border-radius: 50%;
21
+ color: white;
22
+ position: absolute;
23
+ top: 20px;
24
+ left: -17px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: center;
28
+ transition: 0.3s;
29
+ cursor: pointer;
30
+ z-index: 1000;
31
+ }
32
+ .close_menu_icon_cont:hover {
33
+ background-color: var(--dangerhover);
34
+ }
35
+ .cart_slider_imagecont {
36
+ /* width: 100%; */
37
+ height: 12vh;
38
+ background-color: #eee;
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: center;
42
+ border-radius: 10px;
43
+ background-repeat: no-repeat;
44
+ background-size: cover;
45
+ background-position: center;
46
+ position: relative;
47
+ }
48
+ .cart_slider_imagecont img {
49
+ max-width: 98%;
50
+ max-height: 98%;
51
+ }
52
+
53
+ .checkout_quantity_cont {
54
+ position: absolute;
55
+ top: -7px;
56
+ right: -7px;
57
+ min-width: 2.5vh;
58
+ height: 2.5vh;
59
+ background-color: var(--danger);
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: center;
63
+ border-radius: 50%;
64
+ color: white;
65
+ font-size: 10px !important;
66
+ padding: 2px;
67
+ }
68
+ .btn_circle {
69
+ border-radius: 100%;
70
+ width: 20px;
71
+ height: 20px;
72
+ line-height: 20px;
73
+ padding: 10px;
74
+ display: flex;
75
+ justify-content: center;
76
+ align-items: center;
77
+ }
78
+ .cart_progress_card {
79
+ opacity: 0.7 !important;
80
+ transition: 0.3s;
81
+ cursor: pointer;
82
+ }
83
+ .cart_progress_card:hover {
84
+ opacity: 1 !important;
85
+ }
86
+ .cart_progress_card_active {
87
+ opacity: 1 !important;
88
+ }
89
+ .trash_btn {
90
+ width: 4vh !important;
91
+ height: 4vh !important;
92
+ border-radius: 10px !important;
93
+ padding: 0 !important;
94
+ }
95
+ /* .btn_apply {
96
+ width: 100% !important;
97
+ height: 40px !important;
98
+ border-radius: 10px !important;
99
+ } */
100
+ .checkout_card_card {
101
+ max-height: 58vh;
102
+ overflow-y: auto;
103
+ }
104
+ @media screen and (max-width: 800px) {
105
+ .checkout_card_card {
106
+ max-height: 100% !important;
107
+ }
108
+ }
109
+ .checkout_card_card::-webkit-scrollbar {
110
+ width: 5px;
111
+ }
112
+ .checkout_card_card::-webkit-scrollbar-track {
113
+ box-shadow: inset 0 0 5px grey;
114
+ border-radius: 10px;
115
+ }
116
+ .checkout_card_card::-webkit-scrollbar-thumb {
117
+ background: #022648;
118
+ border-radius: 10px;
119
+ }
120
+ .checkout_card_card::-webkit-scrollbar-thumb:hover {
121
+ background: #343a40;
122
+ }
123
+
124
+ @media screen and (max-width:500px) {
125
+ .cart_slider_imagecont{
126
+ height: 8vh;
127
+ }
128
+
129
+ }
@@ -0,0 +1,29 @@
1
+ .wishlist_card .image_container {
2
+ height: 300px;
3
+ border-radius: 10px;
4
+ background-size: cover !important;
5
+ background-repeat: no-repeat;
6
+ background-position: center;
7
+ background-color: #e6e6e6;
8
+ width: 100% !important;
9
+ box-shadow: 0 0 10px #e6e6e6;
10
+ }
11
+ .floatbtn {
12
+ position: absolute;
13
+ top: 10px;
14
+ right: 10px;
15
+ display: flex;
16
+ align-items: center;
17
+ justify-content: center;
18
+ cursor: pointer;
19
+ transition: 0.3s;
20
+ opacity: 0;
21
+ }
22
+ .wishlist_card:hover .floatbtn {
23
+ opacity: 1;
24
+ }
25
+ @media screen and (max-width: 800px) {
26
+ .floatbtn {
27
+ opacity: 1 !important;
28
+ }
29
+ }