tabexseriescomponents 0.0.71 → 0.0.73

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 (386) hide show
  1. package/dist/index.cjs.js +420 -218
  2. package/dist/index.esm.js +421 -219
  3. package/dist/index.umd.js +420 -218
  4. package/package.json +1 -1
  5. package/src-aya/Contexts/LanguageContext.jsx +369 -0
  6. package/{src1-10 → src-aya}/Contexts/ProductsCardsSectionContext.jsx +0 -0
  7. package/{src1-10 → src-aya}/StylesJS/Customstyles.js +0 -0
  8. package/src-aya/TabexComponents/Cards/Card20/Card20.jsx +288 -0
  9. package/src-aya/TabexComponents/Cards/Card21/Card21.jsx +386 -0
  10. package/src-aya/TabexComponents/Cards/Card22/Card22.jsx +289 -0
  11. package/src-aya/TabexComponents/Cards/Card23/Card23.jsx +355 -0
  12. package/src-aya/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +393 -0
  13. package/src-aya/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +168 -0
  14. package/src-aya/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +243 -0
  15. package/src-aya/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +202 -0
  16. package/src-aya/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +174 -0
  17. package/src-aya/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +182 -0
  18. package/src-aya/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +158 -0
  19. package/src-aya/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +189 -0
  20. package/src-aya/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +150 -0
  21. package/src-aya/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +271 -0
  22. package/src-aya/TabexComponents/Cards/MenuCard/MenuCard.jsx +538 -0
  23. package/src-aya/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +491 -0
  24. package/src-aya/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +469 -0
  25. package/src-aya/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  26. package/src-aya/TabexComponents/Cards/Productcard7/Productcard7.jsx +272 -0
  27. package/src-aya/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +295 -0
  28. package/src-aya/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +289 -0
  29. package/src-aya/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  30. package/src-aya/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +288 -0
  31. package/src-aya/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +328 -0
  32. package/src-aya/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +509 -0
  33. package/{src1-10 → src-aya}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +2 -2
  34. package/src-aya/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  35. package/src-aya/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +133 -0
  36. package/src-aya/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +125 -0
  37. package/src-aya/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +292 -0
  38. package/src-aya/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +336 -0
  39. package/src-aya/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +429 -0
  40. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer1/Footer1.jsx +21 -23
  41. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer2/Footer2.jsx +6 -6
  42. package/src-aya/TabexComponents/Footer/Footer3/Footer3.jsx +302 -0
  43. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer4/Footer4.jsx +8 -8
  44. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer5/Footer5.jsx +8 -8
  45. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer6/Footer6.jsx +4 -4
  46. package/{src1-10 → src-aya}/TabexComponents/Footer/Footer7/Footer7.jsx +5 -5
  47. package/{src1-10 → src-aya}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +2 -2
  48. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  49. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/noimage.png +0 -0
  50. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  51. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  52. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  53. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  54. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  55. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  56. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  57. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  58. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  59. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/usflag.png +0 -0
  60. package/{src1-10 → src-aya}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  61. package/src-aya/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +822 -0
  62. package/src-aya/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +841 -0
  63. package/src-aya/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +677 -0
  64. package/src-aya/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +707 -0
  65. package/{src1-10 → src-aya}/TabexComponents/Headers/Header4/Header4.jsx +0 -0
  66. package/src-aya/TabexComponents/Headers/Header6/Header6.jsx +631 -0
  67. package/{src1-10 → src-aya}/TabexComponents/Headers/Header8/Header8.jsx +103 -176
  68. package/{src1-10 → src-aya}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +105 -106
  69. package/{src1-10 → src-aya}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +99 -98
  70. package/src-aya/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +669 -0
  71. package/src-aya/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +919 -0
  72. package/src-aya/TabexComponents/Headers/Modernheader/Modernheader.jsx +687 -0
  73. package/src-aya/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +813 -0
  74. package/src-aya/TabexComponents/Headers/Subheader/Subheader.jsx +248 -0
  75. package/src-aya/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +926 -0
  76. package/src-aya/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +168 -0
  77. package/src-aya/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +346 -0
  78. package/src-aya/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +304 -0
  79. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
  80. package/src-aya/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +271 -0
  81. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +2 -1
  82. package/src-aya/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +200 -0
  83. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -0
  84. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
  85. package/{src1-10 → src-aya}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +0 -0
  86. package/src-aya/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +768 -0
  87. package/{src1-10 → src-aya}/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +1 -4
  88. package/src-aya/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.jsx +663 -0
  89. package/{src1-10 → src-aya}/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +0 -0
  90. package/src-aya/TabexComponents/Sections/Cards/Cardsection10/Arrows.js +94 -0
  91. package/src-aya/TabexComponents/Sections/Cards/Cardsection10/Cardsection10.js +741 -0
  92. package/src-aya/TabexComponents/Sections/Cards/Cardsection100/Cardsection10.js +430 -0
  93. package/src-aya/TabexComponents/Sections/Cards/Cardsection100/burger.jpg +0 -0
  94. package/src-aya/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +473 -0
  95. package/src-aya/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +523 -0
  96. package/src-aya/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +502 -0
  97. package/src-aya/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +276 -0
  98. package/src-aya/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +160 -0
  99. package/src-aya/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +176 -0
  100. package/{src1-10 → src-aya}/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1 -1
  101. package/src-aya/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +140 -0
  102. package/src-aya/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +201 -0
  103. package/src-aya/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +125 -0
  104. package/src-aya/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  105. package/src-aya/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  106. package/src-aya/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +139 -0
  107. package/src-aya/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +215 -0
  108. package/{src1-10 → src-aya}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +6 -1
  109. package/{src1-10 → src-aya}/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.js +0 -0
  110. package/src-aya/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +277 -0
  111. package/{src1-10 → src-aya}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -0
  112. package/src-aya/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +458 -0
  113. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +0 -0
  114. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Checkout/Checkout.jsx +0 -0
  115. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Filter/Filter.jsx +0 -0
  116. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
  117. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
  118. package/src-aya/TabexComponents/StaticPages/Login/Login.jsx +283 -0
  119. package/{src1-10 → src-aya}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +0 -0
  120. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -0
  121. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -0
  122. package/src-aya/TabexComponents/StaticPages/Productinfo/Iteminfo.js +1287 -0
  123. package/src-aya/TabexComponents/StaticPages/Productinfo/Productinfo.js +710 -0
  124. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +3 -2
  125. package/src-aya/TabexComponents/StaticPages/Productinfo/Serviceinfo.js +804 -0
  126. package/src-aya/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +206 -0
  127. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +15 -0
  128. package/src-aya/TabexComponents/StaticPages/Signup/Signup.jsx +155 -0
  129. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -6
  130. package/src-aya/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +1048 -0
  131. package/{src1-10 → src-aya}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -0
  132. package/src-aya/assets/images/appstore.png +0 -0
  133. package/{src1-10 → src-aya}/assets/images/cod.png +0 -0
  134. package/{src1-10 → src-aya}/assets/images/egyptflag.png +0 -0
  135. package/{src1-10 → src-aya}/assets/images/fawry.png +0 -0
  136. package/src-aya/assets/images/googleplay.png +0 -0
  137. package/{src1-10 → src-aya}/assets/images/payment.png +0 -0
  138. package/{src1-10 → src-aya}/assets/images/paymob.png +0 -0
  139. package/{src1-10 → src-aya}/assets/images/paypal.png +0 -0
  140. package/{src1-10 → src-aya}/assets/images/shoppingcart.png +0 -0
  141. package/{src1-10 → src-aya}/assets/images/usflag.png +0 -0
  142. package/{src1-10 → src-aya}/assets/images/visa.png +0 -0
  143. package/{src1-10 → src-aya}/assets/images/whatsapp.png +0 -0
  144. package/{src1-10 → src-aya}/button.jsx +0 -0
  145. package/src-aya/index.jsx +222 -0
  146. package/{src1-10 → src-aya}/styles/Home.module.css +0 -0
  147. package/{src1-10 → src-aya}/styles/cards/Categorcycard_fullimage.module.css +0 -0
  148. package/{src1-10 → src-aya}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
  149. package/{src1-10 → src-aya}/styles/cards/Categorycard_withshapes.module.css +0 -0
  150. package/src-aya/styles/cards/ModernCardWithQuantityButton.module.css +34 -0
  151. package/{src1-10 → src-aya}/styles/cards/Productcard6.module.css +0 -0
  152. package/{src1-10 → src-aya}/styles/cards/Productcard_with_circularbg.module.css +0 -0
  153. package/{src1-10 → src-aya}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
  154. package/src-aya/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  155. package/src-aya/styles/cards/categorycard.module.css +85 -0
  156. package/src-aya/styles/cards/categorycard3.module.css +50 -0
  157. package/{src1-10 → src-aya}/styles/cards/categorycardwithtext.module.css +0 -0
  158. package/src-aya/styles/cards/productcard_animatedbuttons.module.css +127 -0
  159. package/{src1-10 → src-aya}/styles/cards/productcard_with_textonhover.module.css +0 -0
  160. package/{src1-10 → src-aya}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
  161. package/src-aya/styles/general/bootstrap.css +4562 -0
  162. package/src-aya/styles/general/dropdown.css +206 -0
  163. package/{src1-10 → src-aya}/styles/general/editorbardropdown.module.css +0 -0
  164. package/{src1-10 → src-aya}/styles/general/filter.module.css +0 -0
  165. package/{src1-10 → src-aya}/styles/general/form.module.css +0 -0
  166. package/{src1-10 → src-aya}/styles/general/general.module.css +0 -0
  167. package/{src1-10 → src-aya}/styles/general/image-gallery.css +0 -0
  168. package/{src1-10 → src-aya}/styles/general/react-accessible-accordion.module.css +0 -0
  169. package/{src1-10 → src-aya}/styles/general/react-phone-input-2.module.css +0 -0
  170. package/{src1-10 → src-aya}/styles/general/scrollbtn.module.css +0 -0
  171. package/{src1-10 → src-aya}/styles/general/slick.module.css +0 -0
  172. package/{src1-10 → src-aya}/styles/general/tabs.module.css +0 -0
  173. package/{src1-10 → src-aya}/styles/general/workplaceeditor.module.css +0 -0
  174. package/{src1-10 → src-aya}/styles/globals.css +0 -0
  175. package/src-aya/styles/headers/CTAHeader.module.css +40 -0
  176. package/src-aya/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  177. package/{src1-10/styles/headers/Allinoneheader.module.css → src-aya/styles/headers/Gotoheader.module.css} +0 -0
  178. package/{src1-10 → src-aya}/styles/headers/Header7.module.css +0 -0
  179. package/src-aya/styles/headers/Header_threesectionslogocentered.module.css +96 -0
  180. package/{src1-10 → src-aya}/styles/headers/Sideheader.module.css +0 -0
  181. package/src-aya/styles/headers/classicheader.module.css +16 -0
  182. package/{src1-10 → src-aya}/styles/headers/classicheaderstyles.module.css +0 -0
  183. package/{src1-10 → src-aya}/styles/headers/dropdown.css +0 -0
  184. package/{src1-10 → src-aya}/styles/headers/header4.module.css +0 -0
  185. package/{src1-10 → src-aya}/styles/headers/header5.module.css +0 -0
  186. package/src-aya/styles/headers/header6.module.css +102 -0
  187. package/src-aya/styles/headers/header_contactinfo.module.css +66 -0
  188. package/{src1-10 → src-aya}/styles/headers/headerresturant.module.css +0 -0
  189. package/src-aya/styles/headers/modernheader.module.css +72 -0
  190. package/{src1-10/styles/headers/headerstyles.module.css → src-aya/styles/headers/stylishheader.module.css} +0 -0
  191. package/{src1-10 → src-aya}/styles/headers/subheader.module.css +0 -0
  192. package/src-aya/styles/headers/threetieredheader.module.css +91 -0
  193. package/src-aya/styles/sections/BackgroundImageWithTopContent.css +4 -0
  194. package/{src1-10 → src-aya}/styles/sections/Backgroundimage1.module.css +0 -0
  195. package/{src1-10 → src-aya}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
  196. package/{src1-10 → src-aya}/styles/sections/Section_with_rightbgcont.module.css +0 -0
  197. package/{src1-10 → src-aya}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
  198. package/{src1-10 → src-aya}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
  199. package/{src1-10 → src-aya}/styles/staticpages/accordion.module.css +0 -0
  200. package/{src1-10 → src-aya}/styles/staticpages/cart.module.css +0 -0
  201. package/{src1-10 → src-aya}/styles/staticpages/dropdown.css +0 -0
  202. package/{src1-10 → src-aya}/styles/staticpages/filter.module.css +0 -0
  203. package/src-aya/styles/staticpages/image-gallery.css +481 -0
  204. package/src-aya/styles/staticpages/login.module.css +113 -0
  205. package/{src1-10 → src-aya}/styles/staticpages/productinfo.module.css +0 -0
  206. package/{src1-10 → src-aya}/styles/staticpages/shop.module.css +0 -0
  207. package/src-aya/styles/staticpages/signup.module.css +206 -0
  208. package/{src1-10 → src-aya}/styles/staticpages/staticroutersidenav.module.css +0 -0
  209. package/{src1-10 → src-aya}/styles/staticpages/viewcart.module.css +0 -0
  210. package/{src1-10 → src-aya}/styles/staticpages/wishlist.module.css +0 -0
  211. package/src-aya/styles.rar +0 -0
  212. package/{src1-10 → srcOLD}/Contexts/LanguageContext.jsx +0 -0
  213. package/srcOLD/Contexts/ProductsCardsSectionContext.jsx +28 -0
  214. package/srcOLD/StylesJS/Customstyles.js +235 -0
  215. package/{src1-10 → srcOLD}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +9 -0
  216. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +19 -0
  217. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +8 -0
  218. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +7 -0
  219. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +72 -45
  220. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
  221. package/{src1-10 → srcOLD}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +9 -0
  222. package/{src1-10 → srcOLD}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +9 -0
  223. package/{src1-10 → srcOLD}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +15 -0
  224. package/{src1-10 → srcOLD}/TabexComponents/Cards/MenuCard/MenuCard.jsx +12 -0
  225. package/{src1-10 → srcOLD}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +12 -0
  226. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard6/Productcard6.jsx +10 -0
  227. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard7/Productcard7.jsx +10 -0
  228. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +14 -0
  229. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +17 -0
  230. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +14 -1
  231. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +11 -0
  232. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +10 -0
  233. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +10 -0
  234. package/srcOLD/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +282 -0
  235. package/{src1-10 → srcOLD}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +12 -0
  236. package/{src1-10 → srcOLD}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +12 -0
  237. package/{src1-10 → srcOLD}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +9 -0
  238. package/{src1-10 → srcOLD}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +15 -3
  239. package/{src1-10 → srcOLD}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +11 -1
  240. package/srcOLD/TabexComponents/Footer/Footer1/Footer1.jsx +418 -0
  241. package/srcOLD/TabexComponents/Footer/Footer2/Footer2.jsx +382 -0
  242. package/{src1-10 → srcOLD}/TabexComponents/Footer/Footer3/Footer3.jsx +6 -14
  243. package/srcOLD/TabexComponents/Footer/Footer4/Footer4.jsx +438 -0
  244. package/srcOLD/TabexComponents/Footer/Footer5/Footer5.jsx +495 -0
  245. package/srcOLD/TabexComponents/Footer/Footer6/Footer6.jsx +295 -0
  246. package/srcOLD/TabexComponents/Footer/Footer7/Footer7.jsx +373 -0
  247. package/srcOLD/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +238 -0
  248. package/srcOLD/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  249. package/srcOLD/TabexComponents/Generalfiles/images/noimage.png +0 -0
  250. package/srcOLD/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  251. package/srcOLD/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  252. package/srcOLD/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  253. package/srcOLD/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  254. package/srcOLD/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  255. package/srcOLD/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  256. package/srcOLD/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  257. package/srcOLD/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  258. package/srcOLD/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  259. package/srcOLD/TabexComponents/Generalfiles/images/usflag.png +0 -0
  260. package/srcOLD/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  261. package/{src1-10 → srcOLD}/TabexComponents/Headers/AllinoneHeader/AllinoneHeader.jsx +99 -97
  262. package/{src1-10 → srcOLD}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +80 -74
  263. package/srcOLD/TabexComponents/Headers/Header4/Header4.jsx +632 -0
  264. package/{src1-10 → srcOLD}/TabexComponents/Headers/Header6/Header6.jsx +76 -73
  265. package/srcOLD/TabexComponents/Headers/Header8/Header8.jsx +882 -0
  266. package/srcOLD/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +754 -0
  267. package/srcOLD/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +798 -0
  268. package/{src1-10 → srcOLD}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +23 -3
  269. package/{src1-10 → srcOLD}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +114 -116
  270. package/{src1-10 → srcOLD}/TabexComponents/Headers/Modernheader/Modernheader.jsx +92 -100
  271. package/{src1-10 → srcOLD}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +98 -110
  272. package/srcOLD/TabexComponents/Headers/Subheader/Subheader copy.jsx +228 -0
  273. package/{src1-10 → srcOLD}/TabexComponents/Headers/Subheader/Subheader.jsx +22 -10
  274. package/srcOLD/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +312 -0
  275. package/{src1-10 → srcOLD}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
  276. package/srcOLD/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +138 -0
  277. package/srcOLD/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +160 -0
  278. package/srcOLD/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +295 -0
  279. package/srcOLD/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +784 -0
  280. package/{src1-10 → srcOLD}/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +75 -7
  281. package/srcOLD/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.js +496 -0
  282. package/{src1-10 → srcOLD}/TabexComponents/Sections/Cards/CardsSection7/CardsSection7.js +0 -0
  283. package/srcOLD/TabexComponents/Sections/Cards/CardsSection8/CardsSection8.js +419 -0
  284. package/{src1-10/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx → srcOLD/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.js} +74 -34
  285. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
  286. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
  287. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -0
  288. package/srcOLD/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +284 -0
  289. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
  290. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +0 -0
  291. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -0
  292. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
  293. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
  294. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
  295. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +8 -0
  296. package/srcOLD/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +414 -0
  297. package/{src1-10 → srcOLD}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +53 -92
  298. package/srcOLD/TabexComponents/StaticPages/Aboutus/Aboutus.js +175 -0
  299. package/srcOLD/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +275 -0
  300. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
  301. package/srcOLD/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.js +146 -0
  302. package/srcOLD/TabexComponents/StaticPages/Checkout/Checkout.jsx +1220 -0
  303. package/srcOLD/TabexComponents/StaticPages/Filter/Filter.jsx +542 -0
  304. package/srcOLD/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +51 -0
  305. package/srcOLD/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  306. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
  307. package/srcOLD/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.js +192 -0
  308. package/srcOLD/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1285 -0
  309. package/srcOLD/TabexComponents/StaticPages/Policies/Policies.jsx +358 -0
  310. package/srcOLD/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1506 -0
  311. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +16 -0
  312. package/srcOLD/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +788 -0
  313. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
  314. package/srcOLD/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +295 -0
  315. package/{src1-10 → srcOLD}/TabexComponents/StaticPages/Viewcart/Viewcart.js +0 -0
  316. package/srcOLD/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +629 -0
  317. package/srcOLD/assets/images/cod.png +0 -0
  318. package/srcOLD/assets/images/egyptflag.png +0 -0
  319. package/srcOLD/assets/images/fawry.png +0 -0
  320. package/srcOLD/assets/images/payment.png +0 -0
  321. package/srcOLD/assets/images/paymob.png +0 -0
  322. package/srcOLD/assets/images/paypal.png +0 -0
  323. package/srcOLD/assets/images/shoppingcart.png +0 -0
  324. package/srcOLD/assets/images/usflag.png +0 -0
  325. package/srcOLD/assets/images/visa.png +0 -0
  326. package/srcOLD/assets/images/whatsapp.png +0 -0
  327. package/srcOLD/button.jsx +40 -0
  328. package/{src1-10 → srcOLD}/index.jsx +2 -6
  329. package/srcOLD/styles/Home.module.css +129 -0
  330. package/srcOLD/styles/cards/Categorcycard_fullimage.module.css +10 -0
  331. package/srcOLD/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  332. package/srcOLD/styles/cards/Categorycard_withshapes.module.css +189 -0
  333. package/srcOLD/styles/cards/Productcard6.module.css +9 -0
  334. package/srcOLD/styles/cards/Productcard_with_circularbg.module.css +137 -0
  335. package/srcOLD/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  336. package/{src1-10 → srcOLD}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
  337. package/{src1-10 → srcOLD}/styles/cards/categorycard.module.css +0 -0
  338. package/{src1-10 → srcOLD}/styles/cards/categorycard3.module.css +0 -0
  339. package/srcOLD/styles/cards/categorycardwithtext.module.css +40 -0
  340. package/{src1-10 → srcOLD}/styles/cards/productcard_animatedbuttons.module.css +0 -0
  341. package/srcOLD/styles/cards/productcard_with_textonhover.module.css +12 -0
  342. package/srcOLD/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  343. package/{src1-10 → srcOLD}/styles/general/bootstrap.css +73 -68
  344. package/{src1-10 → srcOLD}/styles/general/dropdown.css +0 -0
  345. package/srcOLD/styles/general/editorbardropdown.module.css +94 -0
  346. package/srcOLD/styles/general/filter.module.css +108 -0
  347. package/srcOLD/styles/general/form.module.css +273 -0
  348. package/srcOLD/styles/general/general.module.css +709 -0
  349. package/srcOLD/styles/general/image-gallery.css +481 -0
  350. package/srcOLD/styles/general/react-accessible-accordion.module.css +52 -0
  351. package/srcOLD/styles/general/react-phone-input-2.module.css +927 -0
  352. package/srcOLD/styles/general/scrollbtn.module.css +22 -0
  353. package/srcOLD/styles/general/slick.module.css +166 -0
  354. package/srcOLD/styles/general/tabs.module.css +110 -0
  355. package/srcOLD/styles/general/workplaceeditor.module.css +328 -0
  356. package/srcOLD/styles/globals.css +26 -0
  357. package/srcOLD/styles/headers/Allinoneheader.module.css +91 -0
  358. package/srcOLD/styles/headers/Header7.module.css +50 -0
  359. package/{src1-10 → srcOLD}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
  360. package/srcOLD/styles/headers/Sideheader.module.css +108 -0
  361. package/srcOLD/styles/headers/classicheaderstyles.module.css +16 -0
  362. package/srcOLD/styles/headers/dropdown.css +0 -0
  363. package/srcOLD/styles/headers/header4.module.css +175 -0
  364. package/srcOLD/styles/headers/header5.module.css +30 -0
  365. package/{src1-10 → srcOLD}/styles/headers/header6.module.css +0 -0
  366. package/{src1-10 → srcOLD}/styles/headers/header_contactinfo.module.css +0 -0
  367. package/srcOLD/styles/headers/headerresturant.module.css +89 -0
  368. package/srcOLD/styles/headers/headerstyles.module.css +24 -0
  369. package/{src1-10 → srcOLD}/styles/headers/modernheader.module.css +0 -0
  370. package/srcOLD/styles/headers/subheader.module.css +114 -0
  371. package/srcOLD/styles/sections/Backgroundimage1.module.css +17 -0
  372. package/srcOLD/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  373. package/srcOLD/styles/sections/Section_with_rightbgcont.module.css +49 -0
  374. package/srcOLD/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  375. package/srcOLD/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  376. package/srcOLD/styles/staticpages/accordion.module.css +9 -0
  377. package/srcOLD/styles/staticpages/cart.module.css +108 -0
  378. package/srcOLD/styles/staticpages/dropdown.css +196 -0
  379. package/srcOLD/styles/staticpages/filter.module.css +139 -0
  380. package/{src1-10 → srcOLD}/styles/staticpages/login.module.css +0 -0
  381. package/srcOLD/styles/staticpages/productinfo.module.css +54 -0
  382. package/srcOLD/styles/staticpages/shop.module.css +191 -0
  383. package/{src1-10 → srcOLD}/styles/staticpages/signup.module.css +0 -0
  384. package/srcOLD/styles/staticpages/staticroutersidenav.module.css +129 -0
  385. package/srcOLD/styles/staticpages/viewcart.module.css +129 -0
  386. package/srcOLD/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,91 @@
1
+ .header_container {
2
+ width: 100% !important;
3
+ display: flex;
4
+ align-items: center;
5
+ align-content: center;
6
+ transition: all 0.2s;
7
+ padding: 0 !important;
8
+ margin: 0 !important;
9
+ }
10
+ .header_container .navbar ul {
11
+ margin: 0;
12
+ padding: 0;
13
+ display: flex;
14
+ list-style: none;
15
+ align-items: center;
16
+ }
17
+ .topbar_item_container {
18
+ width: 100%;
19
+ height: 100%;
20
+ margin: 0;
21
+ padding: 0;
22
+ display: flex;
23
+ flex-direction: column;
24
+ align-items: center;
25
+ justify-content: center;
26
+ position: relative;
27
+ }
28
+ .topbar_item {
29
+ cursor: pointer;
30
+ position: relative;
31
+ white-space: nowrap;
32
+ }
33
+ .topbar_item::before {
34
+ content: '';
35
+ position: absolute;
36
+ width: 100%;
37
+ height: 1px;
38
+ top: 100%;
39
+ left: 0;
40
+ pointer-events: none;
41
+ transform-origin: 50% 100%;
42
+ transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
43
+ clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
44
+ }
45
+ .topbar_item:hover::before {
46
+ transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
47
+ clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
48
+ }
49
+ .topbar_item span {
50
+ display: inline-block;
51
+ transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
52
+ }
53
+ .topbar_item:hover span {
54
+ transform: translate3d(0, -2px, 0);
55
+ }
56
+ .badge_counter_header_notifications {
57
+ position: absolute;
58
+ transform: scale(0.3);
59
+ transform-origin: top right;
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: center;
63
+ }
64
+ .header_divider {
65
+ overflow: hidden;
66
+ }
67
+ /* */
68
+ .searchbar {
69
+ display: inline-block;
70
+ border: none;
71
+ outline: none;
72
+ width: 0px;
73
+ position: absolute;
74
+ top: 0;
75
+ /* right: 0; */
76
+ background: none;
77
+ z-index: 3;
78
+ transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
79
+ cursor: pointer;
80
+ }
81
+ .searchbar:focus {
82
+ width: 400px !important;
83
+ z-index: 1;
84
+ cursor: text;
85
+ }
86
+ .searchbaractive {
87
+ display: inline-block;
88
+ z-index: 2;
89
+ cursor: pointer;
90
+ cursor: pointer;
91
+ }
@@ -0,0 +1,50 @@
1
+ .headercont{
2
+ padding-top:15px;
3
+ padding-bottom:15px;
4
+ }
5
+ .imgcont{
6
+ width:80px;
7
+ height:80px;
8
+ }
9
+ .imgcont img{
10
+ max-width:100%;
11
+ max-height:100%;
12
+ }
13
+ .navitems p{
14
+ cursor:pointer;
15
+
16
+ }
17
+ .navitems p:hover{
18
+ color:#eac435;
19
+ transition: 0.3s;
20
+
21
+ }
22
+
23
+ .iconcont{
24
+ position: relative;
25
+ height: 35px;
26
+ width:80px;
27
+ border-radius: 10px;
28
+ background-color: white;
29
+ box-shadow:0 0 9px #ccc;
30
+ }
31
+
32
+ .hl{
33
+ width:100%;
34
+ margin-bottom:30px;
35
+ border-top: 2px dotted #ccc;
36
+ }
37
+ .iconcont .nbadge{
38
+ width:15px;
39
+ height: 15px;
40
+ border-radius: 50%;
41
+ background-color: #022648;
42
+ display:flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ color:white;
46
+ position: absolute;
47
+ right:0px;
48
+ top:-7.5px;
49
+ font-size:11px;
50
+ }
@@ -0,0 +1,108 @@
1
+ .sideheader {
2
+ -webkit-transition-duration: 500ms;
3
+ transition-duration: 500ms;
4
+ position: relative;
5
+ width: 300px;
6
+ width: 280px !important;
7
+ /* position: fixed; */
8
+ /* height: 100vh; */
9
+ padding: 10px 0;
10
+ z-index: 2000;
11
+ background-color: transparent !important;
12
+ }
13
+ .sideheader .sideheader_items_list {
14
+ height: 100%;
15
+ }
16
+ .topheader{
17
+ padding-left:20px;
18
+ padding-right:20px;
19
+ }
20
+ .sideheader .sideheader_items_list li span {
21
+ /* font-size: 20px;
22
+ text-transform: uppercase; */
23
+ position: relative;
24
+ z-index: 1;
25
+ padding: 30px 0;
26
+ display: block;
27
+ line-height: 0.9;
28
+ /* color: #022648; */
29
+ font-weight: normal;
30
+ /* font-weight: 600; */
31
+ cursor: pointer;
32
+ }
33
+ .header_logo{
34
+ width:100px;
35
+ height:100px;
36
+ border-radius:50%;
37
+
38
+ }
39
+ .header_logo img{
40
+ max-width:100%;
41
+ max-height: 100%;
42
+ }
43
+
44
+ .sideheader .sideheader_items_list li span::after {
45
+ content: '';
46
+ width: 30px;
47
+ height: 3px;
48
+ position: absolute;
49
+ top: 50%;
50
+ margin-top: -1.5px;
51
+ left: -150px;
52
+ /* background-color: #eac435; */
53
+ z-index: 10;
54
+ -webkit-transition-duration: 500ms;
55
+ transition-duration: 500ms;
56
+ }
57
+ .sideheader .sideheader_items_list li span:hover,
58
+ .sideheader .sideheader_items_list li span:focus {
59
+ /* color: #eac435; */
60
+ }
61
+ .sideheader .sideheader_items_list li:hover span::after,
62
+ .sideheader .sideheader_items_list li:focus span::after {
63
+ left: -38px;
64
+ }
65
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
66
+ .main-content-wrapper .sideheader .sideheader_items_list li:hover span::after,
67
+ .main-content-wrapper .sideheader .sideheader_items_list li:focus span::after {
68
+ left: -50px;
69
+ }
70
+ }
71
+ .sideheader .sideheader_items_list li.sideheader_item_active span {
72
+ color: #eac435;
73
+ }
74
+ .sideheader .sideheader_items_list li.sideheader_item_active span::after {
75
+ left: -38px;
76
+ }
77
+ @media only screen and (min-width: 768px) and (max-width: 991px) {
78
+ .sideheader .sideheader_items_list li.active span::after {
79
+ left: -50px;
80
+ }
81
+ }
82
+ /* .searchbarcont input{
83
+
84
+ height:55px;
85
+ width:100%;
86
+ padding-left:35px;
87
+ background-color:#e6e6e6;
88
+ border-radius: 25px;
89
+ font-size: 16px;
90
+
91
+ } */
92
+ .nav_link {
93
+ background-color:transparent;
94
+ }
95
+ .topnavitem{
96
+ width:40px;
97
+ height:40px;
98
+ border-radius: 50%;
99
+ background-color: #e6e6e6;
100
+ display:flex;
101
+ align-items:center;
102
+ justify-content:center;
103
+ }
104
+ .topnavitem img{
105
+ max-width:100%;
106
+ max-height: 100%;
107
+ border-radius: 50%;
108
+ }
@@ -0,0 +1,16 @@
1
+ .headercontainer {
2
+ display: flex;
3
+ align-items: center;
4
+ align-content: center;
5
+ z-index: 10;
6
+ transition: all 0.2s;
7
+ top: 0;
8
+ z-index: 1000;
9
+ }
10
+ .navbar ul {
11
+ margin: 0;
12
+ padding: 0;
13
+ display: flex;
14
+ list-style: none;
15
+ align-items: center;
16
+ }
File without changes
@@ -0,0 +1,175 @@
1
+ .top_wrap_inner_icon span {
2
+ font-size: 25px;
3
+ line-height: 1;
4
+ }
5
+ .top_wrap_inner_text {
6
+ padding-left: 10px;
7
+ }
8
+ .top_wrap_inner_text span {
9
+ display: block;
10
+ }
11
+ .navbar {
12
+ position: relative;
13
+ display: -webkit-box;
14
+ display: -ms-flexbox;
15
+ display: flex;
16
+ -ms-flex-wrap: wrap;
17
+ flex-wrap: wrap;
18
+ -webkit-box-align: center;
19
+ -ms-flex-align: center;
20
+ align-items: center;
21
+ -webkit-box-pack: justify;
22
+ -ms-flex-pack: justify;
23
+ justify-content: space-between;
24
+ /* background: #fff !important; */
25
+ padding: 0;
26
+ z-index: 1;
27
+ }
28
+ .navbar > .container_xl {
29
+ width: 100% !important;
30
+ margin-right: auto;
31
+ margin-left: auto;
32
+ /* background: #ef8c86; */
33
+ position: relative;
34
+ display: -webkit-box;
35
+ display: -ms-flexbox;
36
+ display: flex;
37
+ -ms-flex-wrap: inherit;
38
+ flex-wrap: inherit;
39
+ -webkit-box-align: center;
40
+ -ms-flex-align: center;
41
+ align-items: center;
42
+ -webkit-box-pack: justify;
43
+ -ms-flex-pack: justify;
44
+ justify-content: space-between;
45
+ }
46
+ .navbar_nav {
47
+ display: -webkit-box;
48
+ display: -ms-flexbox;
49
+ display: flex;
50
+ -webkit-box-orient: vertical;
51
+ -webkit-box-direction: normal;
52
+ -ms-flex-direction: column;
53
+ flex-direction: column;
54
+ padding: 0 0 0 30px;
55
+ margin: 0;
56
+ list-style: none;
57
+ }
58
+ .nav_item {
59
+ height: 100%;
60
+ margin: 0;
61
+ padding: 0;
62
+ position: relative;
63
+ /* margin-right: 30px; */
64
+ }
65
+ .navbar_nav .nav_link {
66
+ padding-right: 0;
67
+ padding-left: 0;
68
+ cursor: pointer;
69
+ position: relative;
70
+ }
71
+ .nav_link::before {
72
+ position: absolute;
73
+ width: 100%;
74
+ height: 1px;
75
+ top: 100%;
76
+ left: 0;
77
+ pointer-events: none;
78
+ }
79
+ .nav_link:before {
80
+ content: '';
81
+ transform-origin: 50% 100%;
82
+ transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
83
+ clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
84
+ }
85
+ .nav_link:hover::before {
86
+ transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
87
+ clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
88
+ }
89
+
90
+ .navbar_nav > .nav_item > .nav_link span {
91
+ position: relative;
92
+ display: block;
93
+ padding-bottom: 2px;
94
+ }
95
+ @media (min-width: 992px) {
96
+ .navbar {
97
+ -ms-flex-wrap: nowrap;
98
+ flex-wrap: nowrap;
99
+ -webkit-box-pack: start;
100
+ -ms-flex-pack: start;
101
+ justify-content: flex-start;
102
+ }
103
+ .navbar_nav {
104
+ -webkit-box-orient: horizontal;
105
+ -webkit-box-direction: normal;
106
+ -ms-flex-direction: row;
107
+ flex-direction: row;
108
+ }
109
+ }
110
+
111
+ @media (max-width: 991.98px) {
112
+ .nav_link span {
113
+ display: inline-block;
114
+ }
115
+ .nav_link {
116
+ /* padding-left: 10px;
117
+ padding-right: 10px; */
118
+ /* padding-bottom: 1rem; */
119
+ padding-top: 0;
120
+ /* color: #fff; */
121
+ }
122
+ }
123
+ .navbar .btns_container {
124
+ /* background: rgba(255, 255, 255, 0.3); */
125
+ background: #fff;
126
+ padding: 0.6rem;
127
+ position: relative;
128
+ display: inline-block;
129
+ width: 700px;
130
+ z-index: 0;
131
+ text-align: center;
132
+ border: 1px solid transparent;
133
+ }
134
+
135
+ .navbar .btns_container:before {
136
+ position: absolute;
137
+ top: -1px;
138
+ bottom: -2px;
139
+ left: -30px;
140
+ width: 100px;
141
+ background: #fff;
142
+ -webkit-transform: skewX(-35deg);
143
+ -ms-transform: skewX(-35deg);
144
+ transform: skewX(-35deg);
145
+ z-index: -1;
146
+ content: '';
147
+ }
148
+ @media (max-width: 575.98px) {
149
+ .navbar .btns_container {
150
+ width: 250px;
151
+ }
152
+ }
153
+
154
+ @media (max-width: 767.98px) {
155
+ .aside-stretch:after {
156
+ display: none;
157
+ }
158
+ }
159
+
160
+ .badge_counter_header_notifications {
161
+ position: absolute;
162
+ transform: scale(0.3);
163
+ transform-origin: top right;
164
+ /* right: 8px;
165
+ top: -5px; */
166
+ /* background-color: red;
167
+ color: #fff;
168
+ width: 3vh !important;
169
+ height: 3vh !important; */
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ /* font-size: 25px !important;
174
+ border-radius: 50%; */
175
+ }
@@ -0,0 +1,30 @@
1
+ .header5container {
2
+ display: flex;
3
+ align-items: center;
4
+ align-content: center;
5
+ position: relative;
6
+ z-index: 10;
7
+ transition: all 0.2s;
8
+ top: 0;
9
+ z-index: 1000;
10
+ }
11
+ .header5container .navbar {
12
+ padding-left: 40px;
13
+ padding-right: 40px;
14
+ padding-top: 10px;
15
+ padding-bottom: 10px;
16
+ }
17
+
18
+ .header5container .navbar img {
19
+ max-height: 10%;
20
+ max-width: 10%;
21
+ }
22
+ .header5container .navbar .vl {
23
+ margin-bottom: 1rem;
24
+ height: 25px;
25
+ overflow: hidden;
26
+ background: #e6e6e6;
27
+ width: 1px;
28
+ margin-left: 10px;
29
+ margin-right: 10px;
30
+ }
@@ -0,0 +1,89 @@
1
+ .header_innercontainer {
2
+ display: flex;
3
+ align-items: center;
4
+ align-content: center;
5
+ z-index: 10;
6
+ }
7
+ .header_innercontainer .navbar ul {
8
+ margin: 0;
9
+ padding: 0;
10
+ display: flex;
11
+ list-style: none;
12
+ align-items: center;
13
+ }
14
+ .header_innercontainer .navbar ul li {
15
+ position: relative !important;
16
+ }
17
+ .header_innercontainer .navbar_item {
18
+ position: relative;
19
+ cursor: pointer;
20
+ white-space: nowrap;
21
+ display: flex;
22
+ align-items: center;
23
+ }
24
+ .header_innercontainer .navbar_item .navbar_item_text {
25
+ transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
26
+ transition: 0.3s;
27
+ padding: 0;
28
+ }
29
+ .header_innercontainer .navbar_item .navbar_item_text:after {
30
+ content: '';
31
+ width: 7px;
32
+ height: 7px;
33
+ position: absolute;
34
+ left: -10px !important;
35
+ bottom: 0;
36
+ top:0;
37
+ margin: auto !important;
38
+ border-radius: 50%;
39
+ margin: 0 auto;
40
+ opacity: 0;
41
+ -webkit-transition: all, 0.3s;
42
+ -moz-transition: all, 0.3s;
43
+ -ms-transition: all, 0.3s;
44
+ -o-transition: all, 0.3s;
45
+ transition: all, 0.3s;
46
+ }
47
+ .header_innercontainer .navbar_item:hover .navbar_item_text:after {
48
+ opacity: 1;
49
+ }
50
+ .navbar_item_active .navbar_item_text:after{
51
+ opacity: 1 !important;
52
+ }
53
+ /* Side Nav Active */
54
+ .header_innercontainer .navbar_item_active .navbar_item_text:after {
55
+ opacity: 1;
56
+ }
57
+
58
+ /* Search Bar */
59
+ .header_innercontainer .searchbarcont input::placeholder {
60
+ color: #8c8c8c;
61
+ font-weight: normal;
62
+ }
63
+
64
+ /* Language Container */
65
+ .language_cont {
66
+ display: flex;
67
+ justify-content: center;
68
+ align-items: center;
69
+ text-align: center;
70
+ width: 3.5vh;
71
+ height: 3.5vh;
72
+ border-radius: 5px;
73
+ /* color: #022648; */
74
+ /* background-color: white; */
75
+ font-size: 13px;
76
+ line-height: 4vh;
77
+ transition: 0.3s ease, color 0.3s ease;
78
+ font-weight: 600;
79
+ }
80
+
81
+ /* Badge */
82
+ .badge_counter_header_notifications {
83
+ position: absolute;
84
+ transform: scale(0.3);
85
+ transform-origin: top right;
86
+ display: flex;
87
+ align-items: center;
88
+ justify-content: center;
89
+ }
@@ -0,0 +1,24 @@
1
+ .headercontainer {
2
+ display: flex;
3
+ align-items: center;
4
+ align-content: center;
5
+ z-index: 10;
6
+ transition: all 0.2s;
7
+ top: 0;
8
+ z-index: 1000;
9
+ }
10
+ .navbar ul {
11
+ margin: 0;
12
+ padding: 0;
13
+ display: flex;
14
+ list-style: none;
15
+ align-items: center;
16
+ }
17
+ .badge_counter_header_notifications {
18
+ position: absolute;
19
+ transform: scale(0.3);
20
+ transform-origin: top right;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: center;
24
+ }
@@ -0,0 +1,114 @@
1
+ .sub_outercontainer {
2
+ position: relative;
3
+ }
4
+ @media screen and (max-width: 800px) {
5
+ .sub_outercontainer {
6
+ position: relative !important;
7
+ top: 0 !important;
8
+ }
9
+ }
10
+ .nav__item {
11
+ width: 100%;
12
+ height: 100%;
13
+ margin: 0;
14
+ padding: 0;
15
+ display: flex;
16
+ flex-direction: column;
17
+ align-items: center;
18
+ justify-content: center;
19
+ position: relative;
20
+ }
21
+ .nav__item::before {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ }
26
+ .nav__item .link {
27
+ cursor: pointer;
28
+ position: relative;
29
+ white-space: nowrap;
30
+ }
31
+
32
+ .nav__item .link::before {
33
+ position: absolute;
34
+ width: 100%;
35
+ height: 1px;
36
+ background: currentColor;
37
+ top: 100%;
38
+ left: 0;
39
+ pointer-events: none;
40
+ transform-origin: 100% 50%;
41
+ transform: scale3d(0, 1, 1);
42
+ transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
43
+ }
44
+
45
+ .nav__item .link::after {
46
+ position: absolute;
47
+ width: 100%;
48
+ height: 1px;
49
+ background: currentColor;
50
+ top: 100%;
51
+ left: 0;
52
+ pointer-events: none;
53
+ content: '';
54
+ top: calc(100% + 4px);
55
+ transform-origin: 0% 50%;
56
+ transform: scale3d(0, 1, 1);
57
+ transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
58
+ }
59
+
60
+ .nav__item .link::before {
61
+ content: '';
62
+ }
63
+
64
+ .nav__item .link:hover::before {
65
+ transform-origin: 0% 50%;
66
+ transform: scale3d(1, 1, 1);
67
+ transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
68
+ }
69
+
70
+ .nav__item .link:hover::after {
71
+ transform-origin: 100% 50%;
72
+ transform: scale3d(1, 1, 1);
73
+ transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
74
+ }
75
+ .dropmenu {
76
+ display: none;
77
+ margin-top: 20px !important;
78
+ }
79
+ .link:hover .dropmenu {
80
+ display: inline-block;
81
+ width: 100%;
82
+ height: 300px;
83
+ top: 55px;
84
+ bottom: 0px;
85
+ position: absolute;
86
+ transition: 0.3s;
87
+ }
88
+ .active {
89
+ display: inline-block !important ;
90
+ height: 300px;
91
+ top: 45px;
92
+ bottom: 0px;
93
+ position: absolute;
94
+ transition: 0.3s;
95
+ }
96
+
97
+ @media screen and (max-width: 800px) {
98
+ .subheader {
99
+ width: 100%;
100
+ display: block;
101
+ white-space: nowrap;
102
+ position: relative;
103
+ overflow-x: scroll;
104
+ overflow-y: hidden;
105
+ -webkit-overflow-scrolling: touch;
106
+ }
107
+ .nav__item {
108
+ width: 50% !important;
109
+ float: none;
110
+ display: inline-block;
111
+ zoom: 1;
112
+ border-right: 0 !important;
113
+ }
114
+ }