tabexseriescomponents 0.2.1069 → 0.2.1071

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 (389) hide show
  1. package/dist/index.cjs.js +854 -484
  2. package/dist/index.esm.js +854 -484
  3. package/dist/index.umd.js +854 -484
  4. package/package.json +1 -1
  5. package/srcbefore27-11/Contexts/LanguageContext.jsx +408 -0
  6. package/srcbefore27-11/Contexts/ProductsCardsSectionContext.jsx +36 -0
  7. package/srcbefore27-11/Imagekitconfig copy.jsx +46 -0
  8. package/srcbefore27-11/Imagekitconfig.jsx +178 -0
  9. package/srcbefore27-11/StylesJS/Customstyles.js +456 -0
  10. package/srcbefore27-11/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +538 -0
  11. package/srcbefore27-11/TabexComponents/Cards/Card20/Card20.jsx +299 -0
  12. package/srcbefore27-11/TabexComponents/Cards/Card21/Card21.jsx +388 -0
  13. package/srcbefore27-11/TabexComponents/Cards/Card22/Card22.jsx +288 -0
  14. package/srcbefore27-11/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
  15. package/srcbefore27-11/TabexComponents/Cards/Card23/Card23.jsx +733 -0
  16. package/srcbefore27-11/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
  17. package/srcbefore27-11/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
  18. package/srcbefore27-11/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
  19. package/srcbefore27-11/TabexComponents/Cards/Cardwithdetailsshowonhover/Cardwithdetailsshowonhover.jsx +1074 -0
  20. package/srcbefore27-11/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
  21. package/srcbefore27-11/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +293 -0
  22. package/srcbefore27-11/TabexComponents/Cards/Categorycard_details_onhover/Categorycard_details_onhover.jsx +512 -0
  23. package/srcbefore27-11/TabexComponents/Cards/Categorycard_details_onhover copy/Categorycard_details_onhover.jsx +513 -0
  24. package/srcbefore27-11/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
  25. package/srcbefore27-11/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
  26. package/srcbefore27-11/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
  27. package/srcbefore27-11/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +184 -0
  28. package/srcbefore27-11/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
  29. package/srcbefore27-11/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +208 -0
  30. package/srcbefore27-11/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
  31. package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
  32. package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +145 -0
  33. package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
  34. package/srcbefore27-11/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
  35. package/srcbefore27-11/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +605 -0
  36. package/srcbefore27-11/TabexComponents/Cards/MenuCard/MenuCard.jsx +817 -0
  37. package/srcbefore27-11/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
  38. package/srcbefore27-11/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
  39. package/srcbefore27-11/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
  40. package/srcbefore27-11/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
  41. package/srcbefore27-11/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
  42. package/srcbefore27-11/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
  43. package/srcbefore27-11/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  44. package/srcbefore27-11/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
  45. package/srcbefore27-11/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
  46. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
  47. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  48. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
  49. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
  50. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
  51. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +731 -0
  52. package/srcbefore27-11/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
  53. package/srcbefore27-11/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  54. package/srcbefore27-11/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +138 -0
  55. package/srcbefore27-11/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +611 -0
  56. package/srcbefore27-11/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +600 -0
  57. package/srcbefore27-11/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
  58. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
  59. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +2321 -0
  60. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +1311 -0
  61. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcardlastversion15-9.jsx +1292 -0
  62. package/srcbefore27-11/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
  63. package/srcbefore27-11/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
  64. package/srcbefore27-11/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
  65. package/srcbefore27-11/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
  66. package/srcbefore27-11/TabexComponents/Cards/Variants_J_Cards/Variants_J_Cards.jsx +660 -0
  67. package/srcbefore27-11/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +759 -0
  68. package/srcbefore27-11/TabexComponents/Footer/Footer1/Footer1.jsx +551 -0
  69. package/srcbefore27-11/TabexComponents/Footer/Footer2/Footer2.jsx +731 -0
  70. package/srcbefore27-11/TabexComponents/Footer/Footer3/Footer3.jsx +414 -0
  71. package/srcbefore27-11/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
  72. package/srcbefore27-11/TabexComponents/Footer/Footer5/Footer5.jsx +776 -0
  73. package/srcbefore27-11/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
  74. package/srcbefore27-11/TabexComponents/Footer/Footer7/Footer7.jsx +430 -0
  75. package/srcbefore27-11/TabexComponents/Footer/Footer8/Footer8 copy.jsx +1970 -0
  76. package/srcbefore27-11/TabexComponents/Footer/Footer8/Footer8.jsx +2015 -0
  77. package/srcbefore27-11/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
  78. package/srcbefore27-11/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +582 -0
  79. package/srcbefore27-11/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +1165 -0
  80. package/srcbefore27-11/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +646 -0
  81. package/srcbefore27-11/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
  82. package/srcbefore27-11/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +332 -0
  83. package/srcbefore27-11/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  84. package/srcbefore27-11/TabexComponents/Generalfiles/images/noimage.png +0 -0
  85. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  86. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  87. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  88. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  89. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  90. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  91. package/srcbefore27-11/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  92. package/srcbefore27-11/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  93. package/srcbefore27-11/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  94. package/srcbefore27-11/TabexComponents/Generalfiles/images/usflag.png +0 -0
  95. package/srcbefore27-11/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  96. package/srcbefore27-11/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1264 -0
  97. package/srcbefore27-11/TabexComponents/Headers/CategoriesComponent/CategoriesComponent.jsx +375 -0
  98. package/srcbefore27-11/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1056 -0
  99. package/srcbefore27-11/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1498 -0
  100. package/srcbefore27-11/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1289 -0
  101. package/srcbefore27-11/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
  102. package/srcbefore27-11/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +907 -0
  103. package/srcbefore27-11/TabexComponents/Headers/FloatingIcons/FloatingIcons.jsx +358 -0
  104. package/srcbefore27-11/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +875 -0
  105. package/srcbefore27-11/TabexComponents/Headers/Header4/Header4.jsx +622 -0
  106. package/srcbefore27-11/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
  107. package/srcbefore27-11/TabexComponents/Headers/Header8/Header8.jsx +3414 -0
  108. package/srcbefore27-11/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +777 -0
  109. package/srcbefore27-11/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +933 -0
  110. package/srcbefore27-11/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +710 -0
  111. package/srcbefore27-11/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
  112. package/srcbefore27-11/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +1347 -0
  113. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1566 -0
  114. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
  115. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
  116. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
  117. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +7199 -0
  118. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
  119. package/srcbefore27-11/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +941 -0
  120. package/srcbefore27-11/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +80 -0
  121. package/srcbefore27-11/TabexComponents/Headers/Minimalheader/Minimalheader.jsx +846 -0
  122. package/srcbefore27-11/TabexComponents/Headers/Modernheader/Modernheader.jsx +1198 -0
  123. package/srcbefore27-11/TabexComponents/Headers/ParentCollectionsComponent/ParentCollectionsComponent.jsx +385 -0
  124. package/srcbefore27-11/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +784 -0
  125. package/srcbefore27-11/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1186 -0
  126. package/srcbefore27-11/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +3711 -0
  127. package/srcbefore27-11/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +266 -0
  128. package/srcbefore27-11/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +860 -0
  129. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader copy.jsx +950 -0
  130. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader.jsx +1052 -0
  131. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
  132. package/srcbefore27-11/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
  133. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
  134. package/srcbefore27-11/TabexComponents/Headers/SubheaderDropdown/SubheaderDropdown.jsx +610 -0
  135. package/srcbefore27-11/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1049 -0
  136. package/srcbefore27-11/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1095 -0
  137. package/srcbefore27-11/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +979 -0
  138. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
  139. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
  140. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +872 -0
  141. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContentrecent.jsx +895 -0
  142. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
  143. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
  144. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
  145. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
  146. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
  147. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +421 -0
  148. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
  149. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
  150. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +822 -0
  151. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm19-8beforeattach.jsx +789 -0
  152. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm22-7.jsx +787 -0
  153. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
  154. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
  155. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
  156. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +295 -0
  157. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/PopupCountryComponent/PopupCountryComponent.jsx +120 -0
  158. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +119 -0
  159. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
  160. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
  161. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +489 -0
  162. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
  163. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
  164. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +633 -0
  165. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +509 -0
  166. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
  167. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
  168. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
  169. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +2323 -0
  170. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
  171. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
  172. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx +1891 -0
  173. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
  174. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSectionwithanomation12-1.jsx +2065 -0
  175. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
  176. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
  177. package/srcbefore27-11/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
  178. package/srcbefore27-11/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +966 -0
  179. package/srcbefore27-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
  180. package/srcbefore27-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +1577 -0
  181. package/srcbefore27-11/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +596 -0
  182. package/srcbefore27-11/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
  183. package/srcbefore27-11/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
  184. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
  185. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +394 -0
  186. package/srcbefore27-11/TabexComponents/Sections/Slideshow/CountDownSection/CountDownSection.jsx +174 -0
  187. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
  188. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +651 -0
  189. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
  190. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection20-2.jsx +1017 -0
  191. package/srcbefore27-11/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
  192. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +3027 -0
  193. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
  194. package/srcbefore27-11/TabexComponents/Sections/Slideshow/MarqueeSection/MarqueeSection.jsx +103 -0
  195. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Preloaderone/Preloaderone.jsx +49 -0
  196. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
  197. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +384 -0
  198. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards copy.jsx +1576 -0
  199. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +1989 -0
  200. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  201. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  202. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
  203. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
  204. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +474 -0
  205. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
  206. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +665 -0
  207. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
  208. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
  209. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
  210. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
  211. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
  212. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +741 -0
  213. package/srcbefore27-11/TabexComponents/Sections/Slideshow/TableSection/TableSection.jsx +423 -0
  214. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
  215. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +636 -0
  216. package/srcbefore27-11/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
  217. package/srcbefore27-11/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +234 -0
  218. package/srcbefore27-11/TabexComponents/StaticPages/AddReview/AddReview.jsx +306 -0
  219. package/srcbefore27-11/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +364 -0
  220. package/srcbefore27-11/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +1000 -0
  221. package/srcbefore27-11/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
  222. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
  223. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout.jsx +2506 -0
  224. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
  225. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout12-12beforeextras.jsx +1999 -0
  226. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
  227. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
  228. package/srcbefore27-11/TabexComponents/StaticPages/Compare/Compare.jsx +79 -0
  229. package/srcbefore27-11/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
  230. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
  231. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
  232. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter.jsx +3337 -0
  233. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
  234. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
  235. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
  236. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
  237. package/srcbefore27-11/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
  238. package/srcbefore27-11/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
  239. package/srcbefore27-11/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
  240. package/srcbefore27-11/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  241. package/srcbefore27-11/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
  242. package/srcbefore27-11/TabexComponents/StaticPages/Login/Login.jsx +616 -0
  243. package/srcbefore27-11/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +693 -0
  244. package/srcbefore27-11/TabexComponents/StaticPages/OrderSuccess/OrderSuccess2.jsx +173 -0
  245. package/srcbefore27-11/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1831 -0
  246. package/srcbefore27-11/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
  247. package/srcbefore27-11/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
  248. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
  249. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
  250. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +268 -0
  251. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +190 -0
  252. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
  253. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +224 -0
  254. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductFileUploader.jsx +136 -0
  255. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +347 -0
  256. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +262 -0
  257. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +5566 -0
  258. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
  259. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
  260. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
  261. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
  262. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtypeeuro.jsx +3101 -0
  263. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +3047 -0
  264. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo13-5.jsx +2103 -0
  265. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo_28_6.jsx +2189 -0
  266. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfotoday.jsx +2166 -0
  267. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtype.js +2714 -0
  268. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +2206 -0
  269. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtypetill28-4-2025.jsx +1158 -0
  270. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +1117 -0
  271. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabs4-5.jsx +1043 -0
  272. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabstill28-4-2025.jsx +1040 -0
  273. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +905 -0
  274. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
  275. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
  276. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
  277. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
  278. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
  279. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
  280. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
  281. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
  282. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
  283. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
  284. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
  285. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
  286. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
  287. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
  288. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +928 -0
  289. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
  290. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
  291. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
  292. package/srcbefore27-11/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
  293. package/srcbefore27-11/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +346 -0
  294. package/srcbefore27-11/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +367 -0
  295. package/srcbefore27-11/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +222 -0
  296. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
  297. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
  298. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1505 -0
  299. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm12-5beforeemailrequired.jsx +1476 -0
  300. package/srcbefore27-11/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
  301. package/srcbefore27-11/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
  302. package/srcbefore27-11/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +219 -0
  303. package/srcbefore27-11/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
  304. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
  305. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
  306. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
  307. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
  308. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
  309. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
  310. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
  311. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
  312. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
  313. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
  314. package/srcbefore27-11/button.jsx +40 -0
  315. package/srcbefore27-11/index.jsx +353 -0
  316. package/srcbefore27-11/styles/Home.module.css +129 -0
  317. package/srcbefore27-11/styles/cards/Categorcycard_fullimage.module.css +14 -0
  318. package/srcbefore27-11/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  319. package/srcbefore27-11/styles/cards/Categorycard_withshapes.module.css +189 -0
  320. package/srcbefore27-11/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
  321. package/srcbefore27-11/styles/cards/Productcard6.module.css +9 -0
  322. package/srcbefore27-11/styles/cards/Productccard_with_zoominonhover.module.css +94 -0
  323. package/srcbefore27-11/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  324. package/srcbefore27-11/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
  325. package/srcbefore27-11/styles/cards/card23.module.css +60 -0
  326. package/srcbefore27-11/styles/cards/categorycard.module.css +84 -0
  327. package/srcbefore27-11/styles/cards/categorycard3.module.css +50 -0
  328. package/srcbefore27-11/styles/cards/categorycardwithtext.module.css +40 -0
  329. package/srcbefore27-11/styles/cards/generalCardsStyles.module.css +79 -0
  330. package/srcbefore27-11/styles/cards/productcard_animatedbuttons.module.css +139 -0
  331. package/srcbefore27-11/styles/cards/productcard_with_textonhover.module.css +18 -0
  332. package/srcbefore27-11/styles/cards/productcard_withtextonimage.module.css +0 -0
  333. package/srcbefore27-11/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  334. package/srcbefore27-11/styles/general/bootstrap.css +4763 -0
  335. package/srcbefore27-11/styles/general/dropdown.css +206 -0
  336. package/srcbefore27-11/styles/general/editorbardropdown.module.css +94 -0
  337. package/srcbefore27-11/styles/general/filter.module.css +108 -0
  338. package/srcbefore27-11/styles/general/form.module.css +255 -0
  339. package/srcbefore27-11/styles/general/general.module.css +872 -0
  340. package/srcbefore27-11/styles/general/image-gallery.css +531 -0
  341. package/srcbefore27-11/styles/general/react-accessible-accordion.module.css +52 -0
  342. package/srcbefore27-11/styles/general/react-phone-input-2.module.css +927 -0
  343. package/srcbefore27-11/styles/general/scrollbtn.module.css +22 -0
  344. package/srcbefore27-11/styles/general/slick.module.css +166 -0
  345. package/srcbefore27-11/styles/general/tabs.module.css +119 -0
  346. package/srcbefore27-11/styles/general/workplaceeditor.module.css +328 -0
  347. package/srcbefore27-11/styles/globals.css +26 -0
  348. package/srcbefore27-11/styles/headers/CTAHeader.module.css +40 -0
  349. package/srcbefore27-11/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  350. package/srcbefore27-11/styles/headers/Gotoheader.module.css +87 -0
  351. package/srcbefore27-11/styles/headers/Header7.module.css +50 -0
  352. package/srcbefore27-11/styles/headers/HeaderWithAdSlider.module.css +86 -0
  353. package/srcbefore27-11/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
  354. package/srcbefore27-11/styles/headers/HeaderWithUtilityBar.module.css +46 -0
  355. package/srcbefore27-11/styles/headers/Header_threesectionslogocentered.module.css +84 -0
  356. package/srcbefore27-11/styles/headers/NewHeader.module.css +101 -0
  357. package/srcbefore27-11/styles/headers/SearchFocusedHeader.module.css +62 -0
  358. package/srcbefore27-11/styles/headers/Sideheader.module.css +108 -0
  359. package/srcbefore27-11/styles/headers/Simpleheader.module.css +102 -0
  360. package/srcbefore27-11/styles/headers/classicheader.module.css +16 -0
  361. package/srcbefore27-11/styles/headers/classicheaderstyles.module.css +9 -0
  362. package/srcbefore27-11/styles/headers/dropdown.css +0 -0
  363. package/srcbefore27-11/styles/headers/header4.module.css +175 -0
  364. package/srcbefore27-11/styles/headers/header5.module.css +30 -0
  365. package/srcbefore27-11/styles/headers/header_contactinfo.module.css +53 -0
  366. package/srcbefore27-11/styles/headers/headerresturant.module.css +89 -0
  367. package/srcbefore27-11/styles/headers/modernheader.module.css +45 -0
  368. package/srcbefore27-11/styles/headers/stylishheader.module.css +24 -0
  369. package/srcbefore27-11/styles/headers/subheader.module.css +114 -0
  370. package/srcbefore27-11/styles/headers/threetieredheader.module.css +91 -0
  371. package/srcbefore27-11/styles/sections/BackgroundImageWithTopContent.css +4 -0
  372. package/srcbefore27-11/styles/sections/Backgroundimage1.module.css +17 -0
  373. package/srcbefore27-11/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  374. package/srcbefore27-11/styles/sections/Freetext.module.css +18 -0
  375. package/srcbefore27-11/styles/sections/Section_with_rightbgcont.module.css +49 -0
  376. package/srcbefore27-11/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  377. package/srcbefore27-11/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  378. package/srcbefore27-11/styles/staticpages/accordion.module.css +9 -0
  379. package/srcbefore27-11/styles/staticpages/cart.module.css +108 -0
  380. package/srcbefore27-11/styles/staticpages/dropdown.css +196 -0
  381. package/srcbefore27-11/styles/staticpages/filter.module.css +139 -0
  382. package/srcbefore27-11/styles/staticpages/image-gallery.css +481 -0
  383. package/srcbefore27-11/styles/staticpages/login.module.css +155 -0
  384. package/srcbefore27-11/styles/staticpages/productinfo.module.css +54 -0
  385. package/srcbefore27-11/styles/staticpages/shop.module.css +191 -0
  386. package/srcbefore27-11/styles/staticpages/signup.module.css +250 -0
  387. package/srcbefore27-11/styles/staticpages/staticroutersidenav.module.css +129 -0
  388. package/srcbefore27-11/styles/staticpages/viewcart.module.css +129 -0
  389. package/srcbefore27-11/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,784 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import Dropdown from 'react-bootstrap/Dropdown';
3
+ import headerstyles from '../../../styles/headers/modernheader.module.css';
4
+ import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
5
+ import { css } from 'glamor';
6
+ import Searchlist from '../../StaticPages/Searchlist/Searchlist.jsx';
7
+ import Headerresponsive from '../Headerresponsive/Headerresponsive.jsx';
8
+ import HeaderresponsiveStyle2 from '../Headerresponsive/HeaderresponsiveStyle2.jsx';
9
+ import Subheader from '../Subheader/Subheader.jsx';
10
+ import { BsBag } from '@react-icons/all-files/bs/BsBag';
11
+ import { BsSearch } from '@react-icons/all-files/bs/BsSearch';
12
+ import { HiOutlineShoppingBag } from '@react-icons/all-files/hi/HiOutlineShoppingBag';
13
+ import { BiLogOutCircle } from '@react-icons/all-files/bi/BiLogOutCircle';
14
+ import { BiUser } from '@react-icons/all-files/bi/BiUser';
15
+ import { FiCalendar } from '@react-icons/all-files/fi/FiCalendar';
16
+ import { AiOutlineSecurityScan } from '@react-icons/all-files/ai/AiOutlineSecurityScan';
17
+ import { MdAddShoppingCart } from '@react-icons/all-files/md/MdAddShoppingCart';
18
+ import { FaRegHeart } from '@react-icons/all-files/fa/FaRegHeart';
19
+ import { CgShoppingBag } from '@react-icons/all-files/cg/CgShoppingBag';
20
+ import { AiFillStar } from '@react-icons/all-files/ai/AiFillStar';
21
+ import { AiOutlineLogin } from '@react-icons/all-files/ai/AiOutlineLogin';
22
+ import { AiOutlineUserAdd } from '@react-icons/all-files/ai/AiOutlineUserAdd';
23
+ import { FiShoppingBag } from '@react-icons/all-files/fi/FiShoppingBag';
24
+ import { FiShoppingCart } from '@react-icons/all-files/fi/FiShoppingCart';
25
+ import { IoBagHandleOutline } from '@react-icons/all-files/io5/IoBagHandleOutline';
26
+ import MarqueeHeader from '../MarqueeHeader/MarqueeHeader.jsx';
27
+ import DownloadApp from '../DownloadApp/DownloadApp.jsx';
28
+ import { VscGlobe } from '@react-icons/all-files/vsc/VscGlobe';
29
+
30
+ const SearchCenteredHeader = (props) => {
31
+ const [sectionproperties, setsectionproperties] = useState('');
32
+ const LogoutMutationContext = props.actions.LogoutMutationContext;
33
+ const fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
34
+ const setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
35
+ const setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
36
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
37
+ const lang = props.actions.lang;
38
+ const langdetect = props.actions.langdetect;
39
+ const setlang = props.actions.setlang;
40
+ const templatepropcontext = props.actions.templatepropcontext;
41
+ const authdetailsContext = props.actions.authdetailsContext;
42
+ const templateproperties_context = props.actions.templateproperties_context;
43
+ const favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
44
+ const routingcountext = props.actions.routingcountext;
45
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
46
+ const history = props.actions.history;
47
+ const ikimagecredcontext = props.actions.ikimagecredcontext;
48
+ const actions = props.actions;
49
+ useEffect(() => {
50
+ var secpropobj = {};
51
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
52
+ if (sectionitem.sectionid == props.sectionidprops) {
53
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
54
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
55
+ });
56
+ }
57
+ });
58
+ if (Object.keys(secpropobj).length === 0) {
59
+ props.defaultproperties.forEach(function (defaultpropobj, defaultpropindex) {
60
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
61
+ });
62
+ }
63
+
64
+ setsectionproperties({ ...secpropobj });
65
+ }, [StatePagePropertiesContext]);
66
+ const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
67
+ useEffect(() => {
68
+ if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
69
+ var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
70
+ if (Array.isArray(logoarrayofobjectsparsed)) {
71
+ setlogoarrayofobjects([...logoarrayofobjectsparsed]);
72
+ }
73
+ }
74
+ }, [templateproperties_context]);
75
+ const subtotalcart = () => {
76
+ var totalprice = parseFloat(fetchcustomercartQueryContext?.data?.data?.customercart?.totalprice).toFixed(2);
77
+ return totalprice;
78
+ };
79
+ const header_cssstyles = {
80
+ wishlist_btn: css({
81
+ width: sectionproperties.favBtnWidth + 'px',
82
+ height: sectionproperties.favBtnHeight + 'px',
83
+ background: sectionproperties.favBtnbgColor,
84
+ borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
85
+ color: sectionproperties.favBtniconcolor,
86
+ border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
87
+ transition: '.3s',
88
+ ':hover': {
89
+ background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
90
+ color: sectionproperties.favBtnTextcoloronhover,
91
+ },
92
+ }),
93
+ cart_btn: css({
94
+ minWidth: fetchcustomercartQueryContext?.data?.data?.customercart?.totalprice != 0 ? '150px' : sectionproperties.cartBtnWidth + 'px',
95
+ height: sectionproperties.cartBtnHeight + 'px',
96
+ background: sectionproperties.cartBtnbgColor,
97
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
98
+ color: sectionproperties.cart_iconcolor,
99
+ border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
100
+ transition: '.3s',
101
+ ':hover': {
102
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
103
+ color: sectionproperties.cartBtnTextcoloronhover,
104
+ },
105
+ }),
106
+ user_btn: css({
107
+ background: sectionproperties.userBtnbgColor,
108
+ width: sectionproperties.userBtnWidth + 'px',
109
+ height: sectionproperties.userBtnHeight + 'px',
110
+ borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
111
+ color: sectionproperties.userBtniconcolor,
112
+ fontSize: sectionproperties.userBtniconfontsize + 'px',
113
+ border: sectionproperties.userbtnborderwidth + 'px solid ' + sectionproperties.userbtnbordercolor,
114
+ cursor: 'pointer',
115
+ transition: '.3s',
116
+ ':hover': {
117
+ color: sectionproperties.userBtnTextcoloronhover,
118
+ background: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColoronhover,
119
+ borderColor: sectionproperties.userBtnTextcoloronhover,
120
+ },
121
+ }),
122
+ loggedinusername: css({
123
+ fontWeight: sectionproperties.userBtnTextfontweight,
124
+ textTransform: sectionproperties.userBtnTexttransform,
125
+ color: sectionproperties.userBtnTextcolor,
126
+ fontSize: sectionproperties.userBtntextfontsize + 'px',
127
+ lineHeight: sectionproperties.userBtntextfontsize + 'px',
128
+ transition: '.3s',
129
+ }),
130
+ loggedinuserbtn: css({
131
+ width: sectionproperties.loggedinuserbtn_width + 'px',
132
+ height: sectionproperties.loggedinuserbtn_height + 'px',
133
+ border: sectionproperties.userlogginbtnborderwidth + 'px solid ' + sectionproperties.userlogginbtnbordercolor,
134
+ borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
135
+ background: sectionproperties.userBtnbgColor_loggedin,
136
+ color: sectionproperties.userBtniconcolor_loggedin,
137
+ transition: '.3s',
138
+ }),
139
+ userBtnLoggedinContainer: css({
140
+ transition: '.3s',
141
+ ':hover .loggedinuserbtn': {
142
+ transition: '.3s',
143
+ color: sectionproperties.userBtnTextcoloronhover_loggedin,
144
+ borderColor: sectionproperties.userBtnTextcoloronhover_loggedin,
145
+ },
146
+ ':hover .loggedinuserbtnbg': {
147
+ backgroundColor: sectionproperties.userBtnbgColoronhover_loggedin,
148
+ color: sectionproperties.userbtn_loggedin_iconcoloronhover,
149
+ },
150
+ }),
151
+ dropdownitemcontainer: css({
152
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
153
+ color: sectionproperties.dropdown_color,
154
+ fontWeight: sectionproperties.dropdown_fontweight,
155
+ textTransform: sectionproperties.dropdown_texttransform,
156
+ padding: '0.3rem 0.8rem',
157
+ display: 'flex',
158
+ alignItems: 'center',
159
+ transition: '.3s',
160
+ ':hover': {
161
+ color: sectionproperties.dropdown_hovercolor,
162
+ },
163
+ }),
164
+ top_bar: css({
165
+ background: sectionproperties.uppersection_bgcolor,
166
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_btlradius + 'px' : sectionproperties.uppersection_btrradius + 'px',
167
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.uppersection_btrradius + 'px' : sectionproperties.uppersection_btlradius + 'px',
168
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_bblradius + 'px' : sectionproperties.uppersection_bbrradius + 'px',
169
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.uppersection_bbrradius + 'px' : sectionproperties.uppersection_bblradius + 'px',
170
+ paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
171
+ paddingRight: langdetect == 'en' ? sectionproperties.uppersection_paddingright + 'px' : sectionproperties.uppersection_paddingleft + 'px',
172
+ paddingTop: sectionproperties.uppersection_paddingtop + 'px',
173
+ paddingBottom: sectionproperties.uppersection_paddingbottom + 'px',
174
+ }),
175
+ navbar_nav: css({
176
+ background: sectionproperties.lowersection_backgroundColor,
177
+ paddingTop: sectionproperties.lowersection_paddingtop + 'px',
178
+ paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
179
+ paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
180
+ paddingRight: langdetect == 'en' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px',
181
+ }),
182
+ topbar_item: css({
183
+ marginLeft: '30px',
184
+ marginRight: '30px',
185
+ ':hover:before': {
186
+ background: sectionproperties.lowersection_fontColoronhover,
187
+ },
188
+ }),
189
+ topbar_item_text: css({
190
+ color: sectionproperties.lowersection_fontColor,
191
+ fontSize: sectionproperties.lowersection_fontsize + 'px',
192
+ textTransform: sectionproperties.lowersection_textTransform,
193
+ fontWeight: sectionproperties.lowersection_textfontweight,
194
+ transition: '.3s',
195
+ ':hover': {
196
+ color: sectionproperties.lowersection_fontColoronhover,
197
+ },
198
+ }),
199
+ topbar_item_active: css({
200
+ ':before': {
201
+ background: sectionproperties.lowersection_fontColoronhover,
202
+ },
203
+ }),
204
+ topbar_item_text_active: css({
205
+ color: sectionproperties.lowersection_fontColoronhover,
206
+ }),
207
+ header_divider: css({
208
+ height: sectionproperties.vl_height + 'px',
209
+ background: sectionproperties.vl_bg,
210
+ width: sectionproperties.vl_width + '%',
211
+ }),
212
+ header_logo: css({
213
+ width: templateproperties_context.logo_width + 'px',
214
+ height: templateproperties_context.logo_height + 'px',
215
+ }),
216
+ searchbarcont: css({
217
+ position: 'relative',
218
+ width: sectionproperties.searchbarcont_width + '%',
219
+ height: sectionproperties.searchbarcont_height + 'px',
220
+ border: sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor,
221
+ background: sectionproperties.searchbarcont_bgcolor,
222
+ borderRadius: sectionproperties.searchbarcont_borderRadius + 'px',
223
+ transition: '.3s',
224
+ }),
225
+ searchbar_icon_cont: css({
226
+ position: 'absolute',
227
+ right: langdetect == 'en' ? sectionproperties.searchbaricon_right + 'px' : '',
228
+ left: langdetect == 'en' ? '' : sectionproperties.searchbaricon_right + 'px',
229
+ transform: langdetect == 'en' ? 'scale(1)' : 'scaleX(-1)',
230
+ bottom: sectionproperties.searchbaricon_bottom + 'px',
231
+ margin: 'auto',
232
+ display: 'flex',
233
+ justifyContent: 'center',
234
+ alignItems: 'center',
235
+ textAlign: 'center',
236
+ width: sectionproperties.searchbaricon_width + 'px',
237
+ height: sectionproperties.searchbaricon_height + 'px',
238
+ borderRadius: sectionproperties.searchbaricon_borderBottomLeftRadius + 'px',
239
+ color: sectionproperties.searchbaricon_color,
240
+ backgroundColor: sectionproperties.searchbaricon_bgcolor,
241
+ }),
242
+ searchbarcont_input: css({
243
+ width: '100%',
244
+ background: sectionproperties.searchbarcont_bgcolor,
245
+ color: sectionproperties.searchbarcontinput_color,
246
+ fontWeight: sectionproperties.searchbarcont_inputfontweight,
247
+ fontSize: sectionproperties.searchbarcontinput_fontsize + 'px',
248
+ borderRadius: sectionproperties.searchbarcont_borderRadius + 'px',
249
+ borderBottom: sectionproperties.searchbarcontinput_borderBottom + 'px solid ' + sectionproperties.searchbarcontinput_borderBottomcolor,
250
+ paddingLeft: langdetect == 'en' ? sectionproperties.searchbarcont_paddingLeft + 'px' : sectionproperties.searchbarcont_paddingRight + 'px',
251
+ paddingRight: langdetect == 'en' ? sectionproperties.searchbarcont_paddingRight + 'px' : sectionproperties.searchbarcont_paddingLeft + 'px',
252
+ paddingBottom: sectionproperties.searchbarcont_paddingBottom + 'rem',
253
+ outline: 'none',
254
+ transition: '0.3s',
255
+ ':focus': {
256
+ borderColor: sectionproperties.searchbarcontinput_bordercoloronfocus,
257
+ },
258
+ }),
259
+ badge_counter_header_notifications: css({
260
+ background: sectionproperties.badge_bgcolor,
261
+ width: sectionproperties.badge_width + 'px',
262
+ height: sectionproperties.badge_height + 'px',
263
+ color: sectionproperties.badge_color,
264
+ borderRadius: sectionproperties.badge_borderradius + 'px',
265
+ fontSize: sectionproperties.badge_fontsize + 'px',
266
+ }),
267
+ languagecontainer: css({
268
+ width: sectionproperties.language_container_width + 'px',
269
+ height: sectionproperties.language_container_height + 'px',
270
+ color: sectionproperties.language_container_color,
271
+ fontSize: sectionproperties.language_container_fontsize + 'px',
272
+ fontWeight: 600,
273
+ cursor: 'pointer',
274
+ transition: '.3s',
275
+ ':hover': {
276
+ color: sectionproperties.language_container_coloronhover,
277
+ },
278
+ }),
279
+ currencystyles: css({
280
+ color: sectionproperties.card_secondarycolor,
281
+ fontSize: sectionproperties.secondaryfontsize + 'px',
282
+ fontWeight: sectionproperties.secondaryfontweight,
283
+ }),
284
+ loginbtn: css({
285
+ width: sectionproperties.login_btn_width + '%',
286
+ height: sectionproperties.login_btn_height + 'px',
287
+ borderRadius: sectionproperties.login_btn_borderBottomLeftRadius + 'px',
288
+ border: sectionproperties.login_btn_borderwidth + 'px solid ' + sectionproperties.login_btn_bordercolor,
289
+ backgroundColor: sectionproperties.login_btn_background,
290
+ color: sectionproperties.login_btn_color,
291
+ fontSize: sectionproperties.login_btn_fontSize + 'px',
292
+ fontWeight: sectionproperties.login_btn_fontweight,
293
+ transition: '.3s',
294
+ ':hover': {
295
+ color: sectionproperties.login_btn_coloronhover,
296
+ borderColor: sectionproperties.login_btn_coloronhover,
297
+ background: sectionproperties.login_btn_backgroundonhover,
298
+ },
299
+ }),
300
+ };
301
+ return (
302
+ <div class={`${headerstyles.header_container}` + ' row m-0 w-100 d-flex justify-content-center '} style={{ position: 'relative' }}>
303
+ <div
304
+ class="row m-0 d-md-none"
305
+ style={{
306
+ position: sectionproperties.headerstyles_position,
307
+ marginTop: sectionproperties.header_marginTop + 'px',
308
+ marginBottom: sectionproperties.header_marginBottom + 'px',
309
+ width: sectionproperties.header_width + 'vw',
310
+ zIndex: 1000,
311
+ top: 0,
312
+ }}
313
+ >
314
+ <div class="row m-0 w-100">
315
+ {sectionproperties.showtextslider == 'Show' && <MarqueeHeader sectionpropertiesprops={sectionproperties} actions={actions} />}
316
+ {sectionproperties.showdownloadapp == 'Show' && <DownloadApp sectionpropertiesprops={sectionproperties} actions={actions} />}
317
+
318
+ <div class={`${header_cssstyles.top_bar}` + ' row m-0 w-100 d-flex align-items-center px-1025-1 '}>
319
+ <div class="col-lg-3 col-md-6 col-sm-12 d-flex aligm-items-center justify-content-start p-0">
320
+ <div
321
+ class={`${header_cssstyles.header_logo}` + ' d-flex aligm-items-center justify-content-start '}
322
+ style={{ cursor: 'pointer' }}
323
+ onClick={() => {
324
+ routingcountext('home');
325
+ }}
326
+ >
327
+ <Imagekitimagecomp
328
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
329
+ publicKey={ikimagecredcontext?.ikimagepublickey}
330
+ path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
331
+ style={{
332
+ maxWidth: '100%',
333
+ maxHeight: '100%',
334
+ objectFit: 'contain',
335
+ }}
336
+ />
337
+ </div>
338
+ </div>
339
+
340
+ <div class="col-lg-9 col-md-6 col-sm-12 p-0 d-flex align-items-center justify-content-end">
341
+ <div
342
+ class={header_cssstyles.searchbarcont}
343
+ style={{
344
+ marginRight: langdetect == 'en' ? 'auto' : '50px',
345
+ marginLeft: langdetect == 'ar' ? 'auto' : '50px',
346
+ }}
347
+ >
348
+ <input
349
+ type="text"
350
+ placeholder={langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar}
351
+ class={`${header_cssstyles.searchbarcont_input}` + ' h-100 '}
352
+ onChange={(event) => {
353
+ setSearchHeaderInputContext(event.target.value);
354
+ }}
355
+ />
356
+ <span class={header_cssstyles.searchbar_icon_cont + ' m-0 pr-0 '}>
357
+ <i class="h-100 allcentered">
358
+ <BsSearch size={sectionproperties.searchbaricon_fontsize} />
359
+ </i>
360
+ </span>
361
+ <Searchlist sectionpropertiesprops={sectionproperties} srcfromprops={'fullheader'} actions={actions} />
362
+ </div>
363
+ {sectionproperties.ShowUserBtn == 'Show' && (
364
+ <div style={{ marginRight: langdetect == 'en' ? '15px' : 0, marginLeft: langdetect == 'en' ? 0 : '15px' }} class="searchfocusedheaderdropdown">
365
+ <Dropdown>
366
+ <Dropdown.Toggle>
367
+ {!authdetailsContext.loggedin && (
368
+ <div class={` ${header_cssstyles.user_btn}` + ' d-flex align-items-center justify-content-center '} sytle={{ position: 'relative' }}>
369
+ <i class={' h-100 d-flex align-items-center '}>
370
+ <BiUser size={sectionproperties.userBtnTextfontsize} />
371
+ </i>
372
+ </div>
373
+ )}
374
+ {authdetailsContext.loggedin && (
375
+ <div class={header_cssstyles.userBtnLoggedinContainer + ' allcentered '} sytle={{ position: 'relative' }}>
376
+ <div class={header_cssstyles.loggedinuserbtn + ' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '}>
377
+ <i class={' h-100 allcentered '}>
378
+ <BiUser size={sectionproperties.loggedinusericonfontsize} />
379
+ </i>
380
+ </div>
381
+ <div
382
+ class="m-0 p-0 loggedinuserbtn flex-column"
383
+ style={{
384
+ textAlign: langdetect == 'en' ? 'left' : 'right',
385
+ }}
386
+ >
387
+ <p
388
+ class="m-0 p-0 mb-1"
389
+ style={{
390
+ color: sectionproperties.greetingtextcolor,
391
+ fontSize: sectionproperties.greetingtextfontsize + 'px',
392
+ lineHeight: sectionproperties.greetingtextfontsize + 'px',
393
+ fontWeight: 400,
394
+ }}
395
+ >
396
+ {lang.hello}
397
+ {langdetect == 'en' ? ',' : '،'}
398
+ </p>
399
+ <p
400
+ class={header_cssstyles.loggedinusername + ' loggedinuserbtn m-0 p-0 text-overflow '}
401
+ style={{
402
+ maxWidth: '120px',
403
+ }}
404
+ >
405
+ {authdetailsContext?.customerinfo?.name}
406
+ </p>
407
+ </div>
408
+ </div>
409
+ )}
410
+ </Dropdown.Toggle>
411
+ {!authdetailsContext.loggedin && (
412
+ <Dropdown.Menu>
413
+ <Dropdown.Header>
414
+ <div
415
+ class="row m-0 w-100 px-3 py-4"
416
+ style={{
417
+ background: sectionproperties.dropdownbgcolor,
418
+ borderTopLeftRadius: '0.25rem',
419
+ borderTopRightRadius: '0.25rem',
420
+ }}
421
+ >
422
+ <div class="col-lg-12 allcentered">
423
+ <button
424
+ class={`${header_cssstyles.loginbtn}`}
425
+ onClick={() => {
426
+ routingcountext(StaticPagesLinksContext.Login);
427
+ }}
428
+ >
429
+ {lang.loginregister}
430
+ </button>
431
+ </div>
432
+ </div>
433
+ </Dropdown.Header>
434
+ <Dropdown.Item
435
+ onClick={() => {
436
+ routingcountext(StaticPagesLinksContext.Policies);
437
+ }}
438
+ >
439
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0'}>
440
+ <i class="h-100 allcentered">
441
+ <AiOutlineSecurityScan class={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={sectionproperties.dropdowniconfontsize} />
442
+ </i>
443
+ <p class={' allcenetered m-0 p-0 '}>{lang.policies}</p>
444
+ </div>
445
+ </Dropdown.Item>
446
+ <Dropdown.Item
447
+ onClick={() => {
448
+ if (langdetect == 'en') {
449
+ setlang('ar');
450
+ } else {
451
+ setlang('en');
452
+ }
453
+ }}
454
+ >
455
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 w-100 py-2 '}>
456
+ <div class="row m-0 w-100">
457
+ <div class="col-lg-6 d-flex align-items-center justify-content-start p-0">
458
+ <i class="h-100 allcentered">
459
+ <VscGlobe class={langdetect == 'en' ? 'mr-2' : 'ml-2'} size={sectionproperties.dropdowniconfontsize} />
460
+ </i>
461
+ <p class={' allcenetered m-0 p-0 '}>{langdetect == 'en' ? 'Language' : 'اللغة'}</p>
462
+ </div>
463
+ <div class="col-lg-6 d-flex align-items-center justify-content-end p-0">
464
+ {langdetect == 'en' && (
465
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center justify-content-end m-0 p-0 '}>
466
+ <i class="h-100 allcentered">
467
+ <img src={'https://tabex-co.com/storage/StaticImages/egyptflag.png'} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} />
468
+ </i>
469
+ <p class={' allcenetered m-0 p-0 mx-2 '}>ع</p>
470
+ </div>
471
+ )}
472
+ {langdetect == 'ar' && (
473
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center justify-content-end m-0 p-0 '}>
474
+ <i class="h-100 allcentered">
475
+ <img src={'https://tabex-co.com/storage/StaticImages/usflag.png'} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} />
476
+ </i>
477
+ <p class={' allcenetered m-0 p-0 mx-2 '}>En</p>
478
+ </div>
479
+ )}
480
+ </div>
481
+ </div>
482
+ </div>
483
+ </Dropdown.Item>
484
+ </Dropdown.Menu>
485
+ )}
486
+ {authdetailsContext.loggedin && (
487
+ <Dropdown.Menu style={{ minWidth: '200px' }}>
488
+ <Dropdown.Item
489
+ onClick={() => {
490
+ routingcountext(StaticPagesLinksContext.Ordershistory);
491
+ }}
492
+ >
493
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
494
+ <i class="h-100 allcentered">
495
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
496
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
497
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
498
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
499
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
500
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
501
+ {sectionproperties.carticonstyle == 'Calendar 1' && <FiCalendar class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
502
+ </i>
503
+ <p class={' allcenetered m-0 p-0 '}>
504
+ {langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear}
505
+ </p>
506
+ </div>
507
+ </Dropdown.Item>
508
+ <Dropdown.Divider></Dropdown.Divider>
509
+ <Dropdown.Item
510
+ onClick={() => {
511
+ routingcountext(StaticPagesLinksContext.Wishlist);
512
+ }}
513
+ >
514
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
515
+ <i class="h-100 allcentered">
516
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
517
+ {sectionproperties.faviconshape == 'Star Shape' && <AiFillStar class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />}
518
+ </i>
519
+ <p class={' allcenetered m-0 p-0 '}>{lang.wishlist}</p>
520
+ </div>
521
+ </Dropdown.Item>
522
+ <Dropdown.Divider></Dropdown.Divider>
523
+ <Dropdown.Item
524
+ onClick={() => {
525
+ routingcountext(StaticPagesLinksContext.Policies);
526
+ }}
527
+ >
528
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' allcenetered m-0 p-0 '}>
529
+ <i class="h-100 allcentered">
530
+ <AiOutlineSecurityScan class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
531
+ </i>
532
+ <p class={' allcenetered m-0 p-0 '}>{lang.policies}</p>
533
+ </div>
534
+ </Dropdown.Item>
535
+ <Dropdown.Divider></Dropdown.Divider>
536
+ <Dropdown.Item
537
+ onClick={() => {
538
+ LogoutMutationContext.mutate();
539
+ }}
540
+ >
541
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
542
+ <i class="h-100 allcentered">
543
+ <BiLogOutCircle class={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
544
+ </i>
545
+ <p class={' allcenetered m-0 p-0 '}>{lang.logout}</p>
546
+ </div>
547
+ </Dropdown.Item>
548
+ </Dropdown.Menu>
549
+ )}
550
+ </Dropdown>
551
+ </div>
552
+ )}
553
+ {sectionproperties.favBtnShow == 'Show' && (
554
+ <div
555
+ class={`${header_cssstyles.wishlist_btn}` + ' cursor-pointer allcentered '}
556
+ onClick={() => {
557
+ routingcountext(StaticPagesLinksContext.Wishlist);
558
+ }}
559
+ style={{ position: 'relative', marginRight: langdetect == 'en' ? '15px' : 0, marginLeft: langdetect == 'en' ? 0 : '15px' }}
560
+ >
561
+ <i class="allcentered">
562
+ {sectionproperties.faviconshape == 'Heart Shape' && (
563
+ <FaRegHeart
564
+ style={{
565
+ fontSize: sectionproperties.favBtnIconfontsize + 'px',
566
+ }}
567
+ />
568
+ )}
569
+ {sectionproperties.faviconshape == 'Star Shape' && (
570
+ <AiFillStar
571
+ style={{
572
+ fontSize: sectionproperties.favBtnIconfontsize + 'px',
573
+ }}
574
+ />
575
+ )}
576
+ </i>
577
+ </div>
578
+ )}
579
+ {sectionproperties.cartBtnShow == 'Show' && (
580
+ <div
581
+ class={`${header_cssstyles.cart_btn}` + ' cursor-pointer d-flex align-items-center '}
582
+ onClick={() => {
583
+ setsidecartnavshowcontext(true);
584
+ }}
585
+ style={{
586
+ justifyContent: fetchcustomercartQueryContext?.data?.data?.customercart?.totalprice != 0 ? 'start' : 'center',
587
+ }}
588
+ >
589
+ <span style={{ position: 'relative' }} class={fetchcustomercartQueryContext?.data?.data?.customercart?.totalprice != 0 ? 'mx-2' : 0}>
590
+ <div
591
+ class={' allcentered '}
592
+ style={{
593
+ position: 'relative',
594
+ }}
595
+ >
596
+ <i class="h-100 allcentered">
597
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
598
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
599
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
600
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag class="" size={sectionproperties.cartBtn_iconFontSize} />}
601
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart class="" size={sectionproperties.cartBtn_iconFontSize} />}
602
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
603
+ {sectionproperties.carticonstyle == 'Calendar 1' && <FiCalendar size={sectionproperties.cartBtn_iconFontSize} />}
604
+ </i>
605
+ {fetchcustomercartQueryContext?.data?.data?.customercart?.totalprice != 0 && (
606
+ <div
607
+ className={
608
+ `${headerstyles.badge_counter_header_notifications} ${header_cssstyles.badge_counter_header_notifications}` +
609
+ ' d-flex justify-content-center text-center '
610
+ }
611
+ style={{
612
+ top: sectionproperties.cartbadgetop + 'px',
613
+ right: sectionproperties.cartbadgeright + 'px',
614
+ }}
615
+ >
616
+ {fetchcustomercartQueryContext?.data?.data?.customercart != null
617
+ ? fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.length >= 10
618
+ ? '+9'
619
+ : fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.length
620
+ : 0}
621
+ </div>
622
+ )}
623
+ </div>
624
+ </span>
625
+ {fetchcustomercartQueryContext?.data?.data?.customercart?.totalprice != 0 && (
626
+ <div class={langdetect == 'en' ? 'ml-auto px-3' : 'mr-auto px-3'}>
627
+ <p
628
+ class="m-0"
629
+ style={{
630
+ color: sectionproperties.cartBtnTextcolor,
631
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
632
+ fontWeight: sectionproperties.cartBtnTextfontweight,
633
+ }}
634
+ >
635
+ <sup class={header_cssstyles.currencystyles}>{langdetect == 'en' ? authdetailsContext?.currencyname_en : ''}</sup> {subtotalcart()}{' '}
636
+ <sup class={header_cssstyles.currencystyles}>{langdetect == 'en' ? '' : authdetailsContext?.currencyname_ar}</sup>
637
+ </p>
638
+ </div>
639
+ )}
640
+ </div>
641
+ )}
642
+ {/* <div class={langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'}>
643
+ <Dropdown>
644
+ <Dropdown.Toggle>
645
+ <li class={`${headerstyles.header_menu}` + ' allcentered '}>
646
+ {langdetect == 'ar' && (
647
+ <div class={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
648
+ <img src={'https://tabex-co.com/storage/StaticImages/egyptflag.png'} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} />
649
+ <div style={{ height: '20px', width: '1.5px', background: '#e6e6e6' }} class="ml-2 mr-2"></div>
650
+ <p class="m-0 p-0">ع</p>
651
+ </div>
652
+ )}
653
+ {langdetect == 'en' && (
654
+ <div class={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
655
+ <img src={'https://tabex-co.com/storage/StaticImages/usflag.png'} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} />
656
+ <div style={{ height: '20px', width: '1.5px', background: '#e6e6e6' }} class="ml-2 mr-2"></div>
657
+ <p class="m-0 p-0">En</p>
658
+ </div>
659
+ )}
660
+ </li>
661
+ </Dropdown.Toggle>
662
+ <Dropdown.Menu>
663
+ <Dropdown.Item
664
+ class={`${header_cssstyles.dropdownitem}`}
665
+ onClick={() => {
666
+ setlang('ar');
667
+ }}
668
+ >
669
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
670
+ <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
671
+ <img src={'https://tabex-co.com/storage/StaticImages/egyptflag.png'} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
672
+ <span class="ml-2 mr-2">{lang.arabic}</span>
673
+ </p>
674
+ </div>
675
+ </Dropdown.Item>
676
+ <Dropdown.Divider></Dropdown.Divider>
677
+ <Dropdown.Item
678
+ class={`${header_cssstyles.dropdownitem}`}
679
+ onClick={() => {
680
+ setlang('en');
681
+ }}
682
+ >
683
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
684
+ <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
685
+ <img src={'https://tabex-co.com/storage/StaticImages/usflag.png'} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
686
+ <span class="ml-2 mr-2">{lang.english}</span>
687
+ </p>
688
+ </div>
689
+ </Dropdown.Item>
690
+ </Dropdown.Menu>
691
+ </Dropdown>
692
+ </div> */}
693
+ </div>
694
+ </div>
695
+ {sectionproperties.showlowerheadersection == 'Show' && (
696
+ <div class="col-lg-12 allcentered p-0">
697
+ <div class={header_cssstyles.header_divider}></div>
698
+ </div>
699
+ )}
700
+ {sectionproperties.showlowerheadersection == 'Show' && (
701
+ <div
702
+ class={
703
+ sectionproperties.lowersection_paddingleft != 0 && sectionproperties.lowersection_paddingright != 0
704
+ ? `${header_cssstyles.navbar_nav} ` + ' row w-100 m-0 d-flex align-items-center px-1025-1 '
705
+ : `${header_cssstyles.navbar_nav} ` + ' row w-100 m-0 d-flex align-items-center '
706
+ }
707
+ >
708
+ <div
709
+ class="col-lg-12 col-md-12 justify-content-center align-items-center m-auto p-0"
710
+ style={{
711
+ display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'block' : 'flex',
712
+ }}
713
+ >
714
+ <nav
715
+ class={headerstyles.navbar + ' justify-content-center align-items-center'}
716
+ style={{
717
+ display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
718
+ }}
719
+ >
720
+ <ul>
721
+ {templatepropcontext.pagesnprop.map((item, index) => {
722
+ if (item.isnavigation == 1 && item.isactive == 1) {
723
+ return (
724
+ <div
725
+ class="cursor-pointer"
726
+ onClick={() => {
727
+ routingcountext(item.navigationroute, false, '');
728
+ }}
729
+ >
730
+ <li class={`${headerstyles.topbar_item_container}` + ' nav-item '}>
731
+ <div class={`${headerstyles.topbar_item} ${header_cssstyles.topbar_item} ${header_cssstyles.nav_link}`}>
732
+ <span class={`${headerstyles.topbar_item_text} ${header_cssstyles.topbar_item_text}`}>
733
+ {langdetect == 'en' ? item.pagename : item.pagename_ar}
734
+ </span>
735
+ </div>
736
+ </li>
737
+ </div>
738
+ );
739
+ }
740
+ })}
741
+ </ul>
742
+ </nav>
743
+ {sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && (
744
+ <Subheader
745
+ sectionpropertiesprops={sectionproperties}
746
+ actions={actions}
747
+ subheaderpropertiesprops={{
748
+ subheaderpositionprops: 'in nav',
749
+ paddingLeftprops: '30px',
750
+ paddingRightprops: '30px',
751
+ subheadercontentpositionprops: 'center',
752
+ }}
753
+ />
754
+ )}
755
+ </div>
756
+ </div>
757
+ )}
758
+ </div>
759
+ <div class="col-lg-12 p-0">
760
+ {sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && (
761
+ <Subheader
762
+ sectionpropertiesprops={sectionproperties}
763
+ actions={actions}
764
+ subheaderpropertiesprops={{
765
+ subheaderpositionprops: 'Full Width',
766
+ paddingLeftprops: '30px',
767
+ paddingRightprops: '30px',
768
+ subheadercontentpositionprops: 'center',
769
+ }}
770
+ />
771
+ )}
772
+ </div>
773
+ </div>
774
+ {sectionproperties.responsiveheaderstyle == 'Style 1' && <Headerresponsive sectionpropertiesprops={sectionproperties} actions={actions} />}
775
+ {sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && <Headerresponsive sectionpropertiesprops={sectionproperties} actions={actions} />}
776
+ {sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && <HeaderresponsiveStyle2 sectionpropertiesprops={sectionproperties} actions={actions} />}
777
+ {sectionproperties.responsiveheaderstyle == 'Style 2' && <HeaderresponsiveStyle2 sectionpropertiesprops={sectionproperties} actions={actions} />}
778
+ {sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && <HeaderresponsiveStyle2 sectionpropertiesprops={sectionproperties} actions={actions} />}
779
+ {sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader Only' && <HeaderresponsiveStyle2 sectionpropertiesprops={sectionproperties} actions={actions} />}
780
+ </div>
781
+ );
782
+ };
783
+
784
+ export default SearchCenteredHeader;