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,3414 @@
1
+ import MarqueeHeader from '../MarqueeHeader/MarqueeHeader.jsx';
2
+ import React, { useEffect, useState, useContext } from 'react';
3
+ import { css } from 'glamor';
4
+ import Dropdown from 'react-bootstrap/Dropdown';
5
+ import Searchlist from '../../StaticPages/Searchlist/Searchlist.jsx';
6
+ import Headerresponsive from '../Headerresponsive/Headerresponsive.jsx';
7
+ import HeaderresponsiveStyle2 from '../Headerresponsive/HeaderresponsiveStyle2.jsx';
8
+ import Subheader from '../Subheader/Subheader.jsx';
9
+ import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
10
+ import { FaMoneyBillWave } from '@react-icons/all-files/fa/FaMoneyBillWave';
11
+ import { BsSearch } from '@react-icons/all-files/bs/BsSearch';
12
+ import { HiOutlineShoppingBag } from '@react-icons/all-files/hi/HiOutlineShoppingBag';
13
+ import { BsBag } from '@react-icons/all-files/bs/BsBag';
14
+ import { FiPhone } from '@react-icons/all-files/fi/FiPhone';
15
+ import { AiOutlineSecurityScan } from '@react-icons/all-files/ai/AiOutlineSecurityScan';
16
+ import { MdAddShoppingCart } from '@react-icons/all-files/md/MdAddShoppingCart';
17
+ import { FaRegHeart } from '@react-icons/all-files/fa/FaRegHeart';
18
+ import { BiLogOutCircle } from '@react-icons/all-files/bi/BiLogOutCircle';
19
+ import { BiUser } from '@react-icons/all-files/bi/BiUser';
20
+ import { HiMenuAlt4 } from '@react-icons/all-files/hi/HiMenuAlt4';
21
+ import { MdKeyboardArrowDown } from '@react-icons/all-files/md/MdKeyboardArrowDown';
22
+ import { MdKeyboardArrowUp } from '@react-icons/all-files/md/MdKeyboardArrowUp';
23
+ import { AiFillStar } from '@react-icons/all-files/ai/AiFillStar';
24
+ import { CgShoppingBag } from '@react-icons/all-files/cg/CgShoppingBag';
25
+ import { FiShoppingCart } from '@react-icons/all-files/fi/FiShoppingCart';
26
+ import { FiShoppingBag } from '@react-icons/all-files/fi/FiShoppingBag';
27
+ import { BsChevronLeft } from '@react-icons/all-files/bs/BsChevronLeft';
28
+ import { BsChevronRight } from '@react-icons/all-files/bs/BsChevronRight';
29
+ import { FiCalendar } from '@react-icons/all-files/fi/FiCalendar';
30
+ import SocialMediaSection from '../SocialMediaSection/SocialMediaSection.jsx';
31
+ import FloatingIcons from '../FloatingIcons/FloatingIcons.jsx';
32
+
33
+ const Header8 = (props) => {
34
+ const actions = props.actions;
35
+ const history = props.actions.history;
36
+ const lang = props.actions.lang;
37
+ const langdetect = props.actions.langdetect;
38
+ const setlang = props.actions.setlang;
39
+ const LogoutMutationContext = props.actions.LogoutMutationContext;
40
+ const setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
41
+ const setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
42
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
43
+ const templatepropcontext = props.actions.templatepropcontext;
44
+ const authdetailsContext = props.actions.authdetailsContext;
45
+ const fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
46
+ const templateproperties_context = props.actions.templateproperties_context;
47
+ const favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
48
+ const routingcountext = props.actions.routingcountext;
49
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
50
+ const ikimagecredcontext = props.actions.ikimagecredcontext;
51
+ const [sectionproperties, setsectionproperties] = useState('');
52
+ const [dropdownselect, setdropdownselect] = useState(false);
53
+ const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
54
+ const [Choosenindex, setChoosenindex] = useState('');
55
+ const [pcollarray, setpcollarray] = useState([]);
56
+ const [servicesmenu, setservicesmenu] = useState(false);
57
+ const [isolationmenu, setisolationmenu] = useState(false);
58
+ const [isolationmenu1, setisolationmenu1] = useState(false);
59
+ const [isolationmenu2, setisolationmenu2] = useState(false);
60
+ const [isolationmenu3, setisolationmenu3] = useState(false);
61
+ const [isolationmenu4, setisolationmenu4] = useState(false);
62
+ const [isolationmenu5, setisolationmenu5] = useState(false);
63
+ const [isolationmenu6, setisolationmenu6] = useState(false);
64
+ const [isolationmenu7, setisolationmenu7] = useState(false);
65
+ const [isolationmenu8, setisolationmenu8] = useState(false);
66
+ const [isolationmenu9, setisolationmenu9] = useState(false);
67
+ const [isolationmenu10, setisolationmenu10] = useState(false);
68
+ const [flooringmenu, setflooringmenu] = useState(false);
69
+ const [flooringmenu2, setflooringmenu2] = useState(false);
70
+
71
+ const setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
72
+
73
+ useEffect(() => {
74
+ var secpropobj = {};
75
+ StatePagePropertiesContext?.pageobj?.sections?.forEach(function (sectionitem, sectionindex) {
76
+ if (sectionitem.sectionid == props.sectionidprops) {
77
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
78
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
79
+ });
80
+ }
81
+ });
82
+ if (Object.keys(secpropobj).length === 0) {
83
+ props?.defaultproperties?.forEach(function (defaultpropobj, defaultpropindex) {
84
+ secpropobj[defaultpropobj.property_css_name] = defaultpropobj.property_value;
85
+ });
86
+ }
87
+ setsectionproperties({ ...secpropobj });
88
+ }, [StatePagePropertiesContext]);
89
+ const subtotalcart = () => {
90
+ var totalprice = parseFloat(fetchcustomercartQueryContext?.data?.data?.customercart?.totalprice).toFixed(2);
91
+ // var totalpricee = 0;
92
+ // fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.forEach(function (cartitem, cartindex) {
93
+ // var finalprice = 0;
94
+ // if (cartitem.productinfo.hassale == 0) {
95
+ // finalprice = cartitem.productinfo.defaultprice;
96
+ // } else if (cartitem.productinfo.hassale == 1) {
97
+ // finalprice = cartitem.productinfo.defaultsaleprice;
98
+ // }
99
+ // var totalsingleitem = parseFloat(finalprice) * parseFloat(cartitem.quantity);
100
+ // totalpricee = totalprice + totalsingleitem;
101
+ // totalprice = parseFloat(totalpricee).toFixed(2);
102
+ // // totalprice = parseFloat(finalprice * cartitem.quantity + totalprice).toFixed(2);
103
+ // });
104
+ return totalprice;
105
+ };
106
+ useEffect(() => {
107
+ if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
108
+ var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
109
+ if (Array.isArray(logoarrayofobjectsparsed)) {
110
+ setlogoarrayofobjects([...logoarrayofobjectsparsed]);
111
+ }
112
+ }
113
+ }, [templateproperties_context]);
114
+ useEffect(() => {
115
+ var temppcollarray = [...pcollarray];
116
+ authdetailsContext?.instinfo?.instcategories?.forEach(function (arrayItem) {
117
+ arrayItem?.parentcolletions?.forEach(function (item) {
118
+ temppcollarray.push(item);
119
+ });
120
+ });
121
+ setpcollarray([...temppcollarray]);
122
+ }, [authdetailsContext]);
123
+ const ButtonDropdown = (item, index, fetchedarray) => {
124
+ var parentclassname = '';
125
+ if (sectionproperties.fetchparenttype == 'Categories') {
126
+ parentclassname = header_cssstyles.categoryname;
127
+ } else if (sectionproperties.fetchparenttype == 'Parent Collections') {
128
+ parentclassname = header_cssstyles.parentcollection;
129
+ } else {
130
+ parentclassname = header_cssstyles.collectionName;
131
+ }
132
+ return (
133
+ <li class="dropdown d-flex align-items-center w-100">
134
+ <div
135
+ class={parentclassname + ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}
136
+ onMouseEnter={() => {
137
+ setChoosenindex(index);
138
+ }}
139
+ >
140
+ <div className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}>
141
+ <p
142
+ class={' m-0 p-0 wordbreak wordbreak1 '}
143
+ onClick={() => {
144
+ if (sectionproperties.fetchparenttype == 'Categories') {
145
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
146
+ } else if (sectionproperties.fetchparenttype == 'Parent Collections') {
147
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
148
+ } else {
149
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
150
+ }
151
+ }}
152
+ >
153
+ {langdetect == 'en' ? item.title_en : item.title_ar}
154
+ </p>
155
+ </div>
156
+ {/* {sectionproperties.fetchparenttype == 'Categories' && fetchedarray[Choosenindex]?.parentcolletions.length != 0 && ( */}
157
+ {sectionproperties.fetchparenttype != 'Collections' && (
158
+ <div className={'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '}>
159
+ <i className={' p-0 h-100 allcentered '}>
160
+ {langdetect == 'en' ? (
161
+ <BsChevronRight size={sectionproperties.collectionsectioniconfontsize} />
162
+ ) : (
163
+ <BsChevronLeft size={sectionproperties.collectionsectioniconfontsize} />
164
+ )}
165
+ </i>
166
+ </div>
167
+ )}
168
+ {/* )} */}
169
+ </div>
170
+ {sectionproperties.fetchparenttype == 'Categories' && fetchedarray[Choosenindex]?.parentcolletions?.length != 0 && (
171
+ <ul>
172
+ {fetchedarray[Choosenindex]?.parentcolletions?.map((item, index) => (
173
+ <li class="dropdown d-flex align-items-center w-100">
174
+ <div
175
+ class={header_cssstyles.parentcollection + ' w-100 dropdownInnerContainer cursor-pointer '}
176
+ onClick={() => {
177
+ if (sectionproperties.fetchparenttype == 'Categories') {
178
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
179
+ } else {
180
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
181
+ }
182
+ }}
183
+ >
184
+ <div class="row m-0 w-100">
185
+ <div className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}>
186
+ <p class={' m-0 p-0 wordbreak wordbreak1 '}>{langdetect == 'en' ? item.title_en : item.title_ar}</p>
187
+ </div>
188
+ {item?.collections.length != 0 && (
189
+ <div className={'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '}>
190
+ <i className={' p-0 h-100 allcentered '}>
191
+ {langdetect == 'en' ? (
192
+ <BsChevronRight size={sectionproperties.collectionsectioniconfontsize} />
193
+ ) : (
194
+ <BsChevronLeft size={sectionproperties.collectionsectioniconfontsize} />
195
+ )}
196
+ </i>
197
+ </div>
198
+ )}
199
+ </div>
200
+ </div>
201
+ {item?.collections.length != 0 && (
202
+ <ul>
203
+ {item?.collections?.map((item, index) => {
204
+ return (
205
+ <li
206
+ class={header_cssstyles.collectionName + ' w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}
207
+ onClick={() => {
208
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
209
+ }}
210
+ >
211
+ {langdetect == 'en' ? item.title_en : item.title_ar}
212
+ </li>
213
+ );
214
+ })}
215
+ </ul>
216
+ )}
217
+ </li>
218
+ ))}
219
+ </ul>
220
+ )}
221
+ {sectionproperties.fetchparenttype == 'Parent Collections' && pcollarray[Choosenindex]?.collections.length != 0 && (
222
+ <ul>
223
+ {pcollarray[Choosenindex]?.collections?.map((item, index) => (
224
+ <li class="dropdown d-flex align-items-center w-100">
225
+ <div
226
+ class={header_cssstyles.collectionName + ' w-100 dropdownInnerContainer cursor-pointer '}
227
+ onClick={() => {
228
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
229
+ }}
230
+ >
231
+ <div className={' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start align-items-center p-0 '}>
232
+ <p class={' m-0 p-0 wordbreak wordbreak1 '}>{langdetect == 'en' ? item.title_en : item.title_ar}</p>
233
+ </div>
234
+ </div>
235
+ </li>
236
+ ))}
237
+ </ul>
238
+ )}
239
+ </li>
240
+ );
241
+ };
242
+ const header_cssstyles = {
243
+ floatingwaicon: css({
244
+ position: 'fixed',
245
+ bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
246
+ right: sectionproperties.floatingwhatsapppositionfromright + 'px',
247
+ zIndex: 999999,
248
+ transition: 'all 0.3s ease-out',
249
+ width: sectionproperties.floatingwhatsappiconwidth + 'px',
250
+ height: sectionproperties.floatingwhatappiconheight + 'px',
251
+ background: sectionproperties.floatingwhatappiconbgcolor,
252
+ borderRadius: sectionproperties.floatingwhatsappiconborderradius + 'px',
253
+ fontSize: sectionproperties.floatingwhatsappiconfontsize + 'px',
254
+ color: sectionproperties.floatingwhatsappiconcolor,
255
+ ':hover': {
256
+ color: sectionproperties.floatingwhatsappiconcoloronhover,
257
+ background: sectionproperties.floatingwhatappiconbgcoloronhover,
258
+ },
259
+ }),
260
+ fbfloatingicon: css({
261
+ position: 'fixed',
262
+ bottom: sectionproperties.floatingfbfrombottom + 'px',
263
+ right: sectionproperties.floatingfbfromright + 'px',
264
+ zIndex: 999999,
265
+ transition: 'all 0.3s ease-out',
266
+ width: sectionproperties.floatingfbiconwidth + 'px',
267
+ height: sectionproperties.floatingfbiconheight + 'px',
268
+ background: sectionproperties.floatingwhatappiconbgcolor,
269
+ borderRadius: sectionproperties.floatingfbiconborderradius + 'px',
270
+ fontSize: sectionproperties.floatingfbiconfontsize + 'px',
271
+ color: sectionproperties.floatingfbiconiconcolor,
272
+ ':hover': {
273
+ // color: 'white',
274
+ // background: '#1877F2',
275
+ color: sectionproperties.floatingfbiconiconcoloronhover,
276
+ background: sectionproperties.floatingwhatappiconbgcoloronhover,
277
+ },
278
+ }),
279
+ headercontainer: css({
280
+ position: sectionproperties.headerstyles_position,
281
+ width: sectionproperties.header_width + 'vw',
282
+ // background: sectionproperties.uppersection_bgcolor,
283
+ zIndex: 1000,
284
+ transition: 'all 0.2s',
285
+ }),
286
+ upperheadersection: css({
287
+ background: sectionproperties.uppersection_bgcolor,
288
+ paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
289
+ paddingRight: langdetect == 'en' ? sectionproperties.uppersection_paddingright + 'px' : sectionproperties.uppersection_paddingleft + 'px',
290
+ paddingTop: sectionproperties.uppersection_paddingtop + 'px',
291
+ paddingBottom: sectionproperties.uppersection_paddingbottom + 'px',
292
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_btlradius + 'px' : sectionproperties.uppersection_btrradius + 'px',
293
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.uppersection_btrradius + 'px' : sectionproperties.uppersection_btlradius + 'px',
294
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.uppersection_bblradius + 'px' : sectionproperties.uppersection_bbrradius + 'px',
295
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.uppersection_bbrradius + 'px' : sectionproperties.uppersection_bblradius + 'px',
296
+ }),
297
+ lowerheadercontainer: css({
298
+ backgroundColor: sectionproperties.lowersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.lowersection_backgroundColor,
299
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderBottomLeftRadius + 'px' : sectionproperties.lowersection_BorderBottomRightRadius + 'px',
300
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.lowersection_BorderBottomRightRadius + 'px' : sectionproperties.lowersection_borderBottomLeftRadius + 'px',
301
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopLeftRadius + 'px' : sectionproperties.lowersection_borderTopRightRadius + 'px',
302
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopRightRadius + 'px' : sectionproperties.lowersection_borderTopLeftRadius + 'px',
303
+ paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
304
+ paddingRight: langdetect == 'en' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px',
305
+ paddingTop: sectionproperties.lowersection_paddingtop + 'px',
306
+ paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
307
+ }),
308
+ header_logo: css({
309
+ width: templateproperties_context.logo_width + 'px',
310
+ height: templateproperties_context.logo_height + 'px',
311
+ }),
312
+ navbar_item_text: css({
313
+ color: sectionproperties.lowersection_fontColor,
314
+ fontSize: sectionproperties.lowersection_fontsize + 'px',
315
+ textTransform: sectionproperties.lowersection_textTransform,
316
+ fontWeight: sectionproperties.lowersection_textfontweight,
317
+ transition: '0.3s',
318
+ padding: 0,
319
+ ':hover': {
320
+ color: sectionproperties.lowersection_fontColoronhover,
321
+ },
322
+ }),
323
+ navbar_item_active: css({
324
+ color: sectionproperties.lowersection_fontColoronhover,
325
+ }),
326
+ dropdownitem: css({
327
+ padding: '0 0.1rem',
328
+ transition: '.3s',
329
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
330
+ color: sectionproperties.dropdown_color,
331
+ fontWeight: sectionproperties.dropdown_fontweight,
332
+ textTransform: sectionproperties.dropdown_texttransform,
333
+ }),
334
+ dropdownitemcontainer: css({
335
+ ':hover .dropdownitem': { color: sectionproperties.dropdown_hovercolor },
336
+ }),
337
+ divider: css({
338
+ height: sectionproperties.vl_height + 'px',
339
+ width: sectionproperties.vl_width + '%',
340
+ backgroundColor: sectionproperties.vl_bg,
341
+ zIndex: 1,
342
+ }),
343
+ searchbarcont: css({
344
+ position: 'relative',
345
+ width: sectionproperties.searchbarcont_width + 'px',
346
+ maxWidth: '100%',
347
+ height: sectionproperties.searchbarcont_height + 'px',
348
+ background: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
349
+ borderRadius: sectionproperties.searchbarcont_borderRadius + 'px',
350
+ border: sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor,
351
+ transition: '.3s',
352
+ }),
353
+ searchbar_icon_cont: css({
354
+ width: sectionproperties.searchbaricon_width + 'px',
355
+ height: sectionproperties.searchbaricon_height + 'px',
356
+ // borderRadius: sectionproperties.searchbaricon_borderRadius + 'px',
357
+ color: sectionproperties.searchbaricon_color,
358
+ backgroundColor: sectionproperties.searchbaricon_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbaricon_bgcolor,
359
+ transition: '0.3s ease',
360
+ position: 'absolute',
361
+ right: langdetect == 'en' ? sectionproperties.searchbaricon_right + 'px' : '',
362
+ left: langdetect == 'en' ? '' : sectionproperties.searchbaricon_right + 'px',
363
+ transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)',
364
+ bottom: 0,
365
+ top: 0,
366
+ margin: 'auto',
367
+ borderBottomLeftRadius: sectionproperties.searchbaricon_borderBottomLeftRadius + 'px',
368
+ borderBottomRightRadius: sectionproperties.searchbaricon_borderBottomRightRadius + 'px',
369
+ borderTopLeftRadius: sectionproperties.searchbaricon_borderTopLeftRadius + 'px',
370
+ borderTopRightRadius: sectionproperties.searchbaricon_borderTopRightRadius + 'px',
371
+ }),
372
+ searchbarcont_input: css({
373
+ height: '100%',
374
+ width: '100%',
375
+ outline: 'none',
376
+ background: 'transparent',
377
+ color: sectionproperties.searchbarcontinput_color,
378
+ fontWeight: sectionproperties.searchbarcont_inputfontweight,
379
+ fontSize: sectionproperties.searchbarcontinput_fontsize + 'px',
380
+ paddingLeft: langdetect == 'en' ? sectionproperties.searchbarcont_paddingLeft + 'px' : sectionproperties.searchbarcont_paddingRight + 'px',
381
+ paddingRight: langdetect == 'en' ? sectionproperties.searchbarcont_paddingRight + 'px' : sectionproperties.searchbarcont_paddingLeft,
382
+ transition: '0.3s',
383
+ ':focus': {
384
+ borderColor: sectionproperties.searchbarcontinput_bordercoloronfocus,
385
+ },
386
+ }),
387
+ wishlist_btn: css({
388
+ width: sectionproperties.favBtnWidth + 'px',
389
+ height: sectionproperties.favBtnHeight + 'px',
390
+ background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
391
+ borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
392
+ color: sectionproperties.favBtniconcolor,
393
+ border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
394
+ fontSize: sectionproperties.favBtnIconfontsize + 'px',
395
+ transition: '.3s',
396
+ ':hover': {
397
+ background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
398
+ color: sectionproperties.favBtnTextcoloronhover,
399
+ },
400
+ }),
401
+ wishlistbadge: css({
402
+ top: sectionproperties.wishlistbadgetop + 'px',
403
+ right: sectionproperties.wishlistbadgeright + 'px',
404
+ }),
405
+ user_btn: css({
406
+ background: sectionproperties.userbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColor,
407
+ width: sectionproperties.userBtnWidth + 'px',
408
+ height: sectionproperties.userBtnHeight + 'px',
409
+ borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
410
+ color: sectionproperties.userBtniconcolor,
411
+ border: sectionproperties.userbtnborderwidth + 'px solid ' + sectionproperties.userbtnbordercolor,
412
+ transition: '.3s',
413
+ ':hover': {
414
+ color: sectionproperties.userBtnTextcoloronhover,
415
+ background: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColoronhover,
416
+ borderColor: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.userBtnTextcoloronhover : sectionproperties.userBtnbgColoronhover,
417
+ },
418
+ }),
419
+ loggedinusername: css({
420
+ fontWeight: sectionproperties.userBtnTextfontweight,
421
+ textTransform: sectionproperties.userBtnTexttransform,
422
+ color: sectionproperties.userBtnTextcolor,
423
+ fontSize: sectionproperties.userBtntextfontsize + 'px',
424
+ lineHeight: sectionproperties.userBtntextfontsize + 'px',
425
+ transition: '.3s',
426
+ }),
427
+ user_btnContainer: css({
428
+ ':hover .user_btnbg': {
429
+ background: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColoronhover,
430
+ color: sectionproperties.userBtnTextcoloronhover,
431
+ },
432
+ ':hover .user_btn': {
433
+ color: sectionproperties.userBtnTextcoloronhover,
434
+ },
435
+ }),
436
+ loggedinuserbtn: css({
437
+ width: sectionproperties.loggedinuserbtn_width + 'px',
438
+ height: sectionproperties.loggedinuserbtn_height + 'px',
439
+ border: sectionproperties.userlogginbtnborderwidth + 'px solid ' + sectionproperties.userlogginbtnbordercolor,
440
+ borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
441
+ background: sectionproperties.userBtnbgColor_loggedin,
442
+ color: sectionproperties.userBtniconcolor_loggedin,
443
+ transition: '.3s',
444
+ }),
445
+ loggedinuserbtnContainer: css({
446
+ ':hover .loggedinuserbtn': {
447
+ borderColor: sectionproperties.userbtn_loggedin_iconcoloronhover,
448
+ color: sectionproperties.userBtnTextcoloronhover_loggedin,
449
+ },
450
+ ':hover .loggedinuserbtnbg': {
451
+ backgroundColor: sectionproperties.userBtnbgColoronhover_loggedin,
452
+ color: sectionproperties.userbtn_loggedin_iconcoloronhover,
453
+ },
454
+ }),
455
+ cart_btn: css({
456
+ width: sectionproperties.cartBtnWidth + 'px',
457
+ height: sectionproperties.cartBtnHeight + 'px',
458
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
459
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
460
+ color: sectionproperties.cartBtnTextcolor,
461
+ border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
462
+ color: sectionproperties.cart_iconcolor,
463
+ transition: '.3s',
464
+ ':hover': {
465
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
466
+ color: sectionproperties.cartBtnTextcoloronhover,
467
+ },
468
+ }),
469
+ cartbadge: css({
470
+ top: sectionproperties.cartbadgetop + 'px',
471
+ right: sectionproperties.cartbadgeright + 'px',
472
+ }),
473
+ badge_counter_header_notifications: css({
474
+ display: 'flex',
475
+ justifyContent: 'center',
476
+ alignItems: 'center',
477
+ position: 'absolute',
478
+ top: sectionproperties.badge_top + 'px',
479
+ right: sectionproperties.badge_right + 'px',
480
+ background: sectionproperties.badge_bgcolor,
481
+ width: sectionproperties.badge_width + 'px',
482
+ height: sectionproperties.badge_height + 'px',
483
+ color: sectionproperties.badge_color,
484
+ borderRadius: sectionproperties.badge_borderradius + 'px',
485
+ fontSize: sectionproperties.badge_fontsize + 'px',
486
+ }),
487
+ btntextcontainer: css({
488
+ color: sectionproperties.generalbtn_textColor,
489
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
490
+ textTransform: sectionproperties.generalbtn_texttransform,
491
+ transition: '.3s',
492
+ ':hover': {
493
+ color: sectionproperties.generalbtn_textColoronhover,
494
+ },
495
+ }),
496
+ languagecontainer: css({
497
+ cursor: 'pointer',
498
+ transition: '.3s',
499
+ color: sectionproperties.language_container_color,
500
+ fontSize: sectionproperties.language_container_fontsize + 'px',
501
+ ':hover': {
502
+ color: sectionproperties.language_container_coloronhover,
503
+ },
504
+ }),
505
+ storeinfotext: css({
506
+ color: sectionproperties.footerinfotext_color,
507
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
508
+ fontWeight: sectionproperties.footerinfotext_fontweight,
509
+ letterSpacing: '2px',
510
+ }),
511
+ storeinfocontainer: css({
512
+ ':hover .storeinfotext': {
513
+ transition: '.3s',
514
+ color: sectionproperties.footerinfotext_coloronhover,
515
+ },
516
+ }),
517
+ categorybtn: css({
518
+ background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
519
+ width: sectionproperties.generalbtn_width + 'px',
520
+ maxWidth: '100%',
521
+ height: sectionproperties.generalbtn_height + 'px',
522
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
523
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
524
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
525
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
526
+ border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
527
+ color: sectionproperties.generalbtn_textColor,
528
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
529
+ fontWeight: sectionproperties.generalbtn_fontweight,
530
+ transition: '.3s',
531
+ ':hover': {
532
+ color: sectionproperties.generalbtn_textColoronhover,
533
+ backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
534
+ },
535
+ ':hover .categorybtnicon': {
536
+ background: sectionproperties.iconcontainerbgonhover,
537
+ color: sectionproperties.iconcontainercoloronhover,
538
+ },
539
+ }),
540
+ categoryname: css({
541
+ color: sectionproperties.subheader_categorytitle_fontColor,
542
+ fontSize: sectionproperties.subheader_categorytitle_fontSize + 'px',
543
+ textTransform: sectionproperties.subheader_categorytitle_textTransform,
544
+ fontWeight: sectionproperties.subheader_categorytitle_textfontweight,
545
+ transition: '.3s',
546
+ ':hover': {
547
+ color: sectionproperties.subheader_categorytitle_coloronhover,
548
+ },
549
+ }),
550
+ parentcollection: css({
551
+ color: sectionproperties.subheader_collectiontitle_fontColor,
552
+ fontSize: sectionproperties.subheader_collectiontitle_fontSize + 'px',
553
+ textTransform: sectionproperties.subheader_collectiontitle_textTransform,
554
+ fontWeight: sectionproperties.subheader_collectiontitle_textfontweight,
555
+ transition: '.3s',
556
+ ':hover': {
557
+ color: sectionproperties.subheader_collectiontitle_coloronhover,
558
+ },
559
+ }),
560
+ collectionName: css({
561
+ color: sectionproperties.collectionsectiontextcolor,
562
+ fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
563
+ textTransform: sectionproperties.collectionsectiontexttransform,
564
+ fontWeight: sectionproperties.collectionsectiontextfontweight,
565
+ transition: '.3s',
566
+ ':hover': {
567
+ color: sectionproperties.collectionsectiontextcoloronhover,
568
+ },
569
+ }),
570
+ floatingbtn: css({
571
+ width: sectionproperties.floatingbtnwidth + '%',
572
+ height: sectionproperties.floatingbtnheight + 'px',
573
+ background: sectionproperties.floatingbtnbg,
574
+ fontSize: sectionproperties.floatingbtnfontsize + 'px',
575
+ color: sectionproperties.floatingbtncolor,
576
+ borderRadius: 10,
577
+ ':hover': {
578
+ color: sectionproperties.floatingbtncolorhover,
579
+ backgroundColor: sectionproperties.floatingbtnbghover,
580
+ transitions: '.3s',
581
+ cursor: 'pointer',
582
+ },
583
+ '@media (max-width: 800px)': {
584
+ width: '50%',
585
+ },
586
+ }),
587
+ };
588
+ const whatsappUrl = `https://wa.me/${authdetailsContext?.instinfo?.whatsappnumber}?text=${sectionproperties.directwabtnmessageen}`;
589
+
590
+ const whatsappUrl_ar = `https://wa.me/${authdetailsContext?.instinfo?.whatsappnumber}?text=${sectionproperties.directwabtnmessagear}`;
591
+
592
+ return (
593
+ <div
594
+ class="row w-100 ml-0 mr-0 d-flex justify-content-center"
595
+ style={{
596
+ marginTop: sectionproperties.header_marginTop + 'px',
597
+ marginBottom: sectionproperties.header_marginBottom + 'px',
598
+ }}
599
+ >
600
+ <FloatingIcons sectionpropertiesprops={sectionproperties} actions={actions} />
601
+
602
+ {templateproperties_context.showtextslider == 'Show' && (
603
+ <div class="col-lg-12 p-0 d-md-none d-sm-none">
604
+ <MarqueeHeader sectionpropertiesprops={sectionproperties} templateproperties_contextprops={templateproperties_context} actions={actions} />
605
+ </div>
606
+ )}
607
+ {templateproperties_context.showsocialmedia == 'Show' && (
608
+ <SocialMediaSection sectionpropertiesprops={sectionproperties} templateproperties_contextprops={templateproperties_context} actions={actions} />
609
+ )}
610
+ {/* <FloatingIcons sectionpropertiesprops={sectionproperties} actions={actions} /> */}
611
+ {/* */}
612
+ {/* {sectionproperties.showfloatingbtn == 'Show' && (
613
+ <div
614
+ style={{
615
+ position: 'fixed',
616
+ bottom: sectionproperties.floatingbtnfrombottom + 'px',
617
+ right: sectionproperties.floatingbtnfromright + 'px',
618
+ zIndex: 2000,
619
+ transition: 'all 0.3s ease-out',
620
+ width: '100%',
621
+ display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex',
622
+ }}
623
+ class="text-end"
624
+ >
625
+ <div
626
+ class={header_cssstyles.floatingbtn + ' allcentered '}
627
+ style={{}}
628
+ onClick={() => {
629
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
630
+ }}
631
+ >
632
+ <p class="m-0 p-0">{langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar}</p>
633
+ </div>
634
+ </div>
635
+ )}
636
+ {sectionproperties.showfloatingcallbtn == 'Show' && (
637
+ <a
638
+ href={'tel:' + authdetailsContext?.CuContactphonenumber}
639
+ target={'_self'}
640
+ style={{
641
+ position: 'fixed',
642
+ bottom: sectionproperties.callppositionfrombottom + 'px',
643
+ right: sectionproperties.callppositionfromright + 'px',
644
+ zIndex: 999999,
645
+ transition: 'all 0.3s ease-out',
646
+ }}
647
+ >
648
+ <i class={langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center mr-2' : 'h-100 d-flex align-items-center justify-content-center ml-2'}>
649
+ <FiPhone size={30} color={sectionproperties.uppersection_iconcolor} style={{ transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)' }} />
650
+ </i>
651
+ </a>
652
+ )} */}
653
+
654
+ <div
655
+ class={`${header_cssstyles.headercontainer}` + ' row ml-0 mr-0 d-flex d-md-none align-items-center '}
656
+ style={{
657
+ position: sectionproperties.headerstyles_position,
658
+ top: 0,
659
+ }}
660
+ >
661
+ {/* Upper Header */}
662
+ <div class={' col-lg-12 p-0 '}>
663
+ <div class={header_cssstyles.upperheadersection + ' row w-100 m-0 align-items-center px-1025-1 '}>
664
+ <div class="col-lg-2 p-0">
665
+ <div
666
+ class={`${header_cssstyles.header_logo}` + ' d-flex align-items-center justify-content-center '}
667
+ style={{ cursor: 'pointer' }}
668
+ onClick={() => {
669
+ routingcountext('home');
670
+ }}
671
+ >
672
+ <Imagekitimagecomp
673
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
674
+ publicKey={ikimagecredcontext?.ikimagepublickey}
675
+ path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
676
+ style={{
677
+ maxWidth: '100%',
678
+ maxHeight: '100%',
679
+ }}
680
+ />
681
+ </div>
682
+ </div>
683
+
684
+ <div
685
+ class={
686
+ sectionproperties.showfooterphonenumber == 'Show' ? (sectionproperties.btninsearch == 'Show' ? 'col-xl-5 col-lg-4 p-lg-0' : 'col-xl-4 col-lg-3 p-0') : 'col-lg-6 p-0'
687
+ }
688
+ style={{
689
+ position: 'relative',
690
+ }}
691
+ >
692
+ <div class="row m-0 w-100">
693
+ {sectionproperties.btninsearch == 'Show' && sectionproperties.generalbtn_show == 'Show' && (
694
+ <div
695
+ class={'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start '}
696
+ onClick={() => {
697
+ setdropdownselect(!dropdownselect);
698
+ }}
699
+ >
700
+ <div
701
+ class={`${header_cssstyles.categorybtn}` + ' categoriesdropdown d-flex w-100 align-items-center pl-2 pr-2 '}
702
+ style={{
703
+ borderTopRightRadius: langdetect == 'en' ? 0 : '',
704
+ borderBottomRightRadius: langdetect == 'en' ? 0 : '',
705
+ borderBottomLeftRadius: langdetect == 'ar' ? 0 : '',
706
+ borderTopLeftRadius: langdetect == 'ar' ? 0 : '',
707
+ zIndex: 100000,
708
+ }}
709
+ >
710
+ <li class={langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'}>
711
+ <div class={' m-0 allcentered cursor-pointer px-2 p-lg-0 '}>
712
+ <div class={'col-lg-10 d-flex justify-content-start m-0 p-0'}>
713
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
714
+ </div>
715
+ <div class="col-lg-2 p-0 h-100 d-flex align-items-center justify-content-end d-xl-flex d-lg-none">
716
+ <i class="h-100 d-flex align-items-center justify-content-end">
717
+ {dropdownselect ? <MdKeyboardArrowUp size={25} /> : <MdKeyboardArrowDown size={25} />}
718
+ </i>
719
+ </div>
720
+ </div>
721
+ <ul
722
+ class="mt-2"
723
+ sytle={{
724
+ width: '200px',
725
+ }}
726
+ >
727
+ {sectionproperties.fetchparenttype == 'Categories' &&
728
+ authdetailsContext?.instinfo?.instcategories?.map((item, index) => {
729
+ var fetchedarray = authdetailsContext?.instinfo?.instcategories;
730
+ if (item.isshowntocustomers == 1) {
731
+ return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
732
+ }
733
+ })}
734
+ {sectionproperties.fetchparenttype == 'Parent Collections' &&
735
+ pcollarray?.map((item, index) => {
736
+ var fetchedarray = pcollarray;
737
+ if (item.isshowntocustomers == 1) {
738
+ return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
739
+ }
740
+ })}
741
+ {sectionproperties.fetchparenttype == 'Collections' &&
742
+ authdetailsContext?.instinfo?.instcollections?.map((item, index) => {
743
+ var fetchedarray = authdetailsContext?.instinfo?.instcollections;
744
+ if (item.isshowntocustomers == 1) {
745
+ return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
746
+ }
747
+ })}
748
+ </ul>
749
+ </li>
750
+ </div>
751
+ </div>
752
+ )}
753
+ <div class={sectionproperties.btninsearch == 'Show' ? 'col-xl-9 col-lg-8 p-0 d-flex justify-content-start align-items-center' : 'col-xl-12 p-0 '}>
754
+ <div
755
+ class={header_cssstyles.searchbarcont}
756
+ style={{
757
+ position: 'relative',
758
+ borderTopRightRadius: sectionproperties.btninsearch == 'Show' ? (langdetect == 'ar' ? 0 : '') : '',
759
+ borderBottomRightRadius: sectionproperties.btninsearch == 'Show' ? (langdetect == 'ar' ? 0 : '') : '',
760
+ borderBottomLeftRadius: sectionproperties.btninsearch == 'Show' ? (langdetect == 'en' ? 0 : '') : '',
761
+ borderTopLeftRadius: sectionproperties.btninsearch == 'Show' ? (langdetect == 'en' ? 0 : '') : '',
762
+ }}
763
+ >
764
+ <input
765
+ type="text"
766
+ placeholder={langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar}
767
+ class={`${header_cssstyles.searchbarcont_input}`}
768
+ onChange={(event) => {
769
+ setSearchHeaderInputContext(event.target.value);
770
+ }}
771
+ />
772
+ <button class={` ${header_cssstyles.searchbar_icon_cont}` + ' d-flex align-items-center justify-content-center '}>
773
+ <BsSearch color={sectionproperties.searchbaricon_color} size={sectionproperties.searchbaricon_fontsize} />
774
+ </button>
775
+ <Searchlist sectionpropertiesprops={sectionproperties} srcfromprops={'headerfullwidth'} actions={actions} />
776
+ </div>
777
+ </div>
778
+ </div>
779
+ </div>
780
+ {sectionproperties.showfooterphonenumber == 'Show' && (
781
+ <div
782
+ class={
783
+ sectionproperties.btninsearch == 'Show'
784
+ ? 'col-xl-2 col-lg-3 d-flex flex-column align-items-center justfiy-content-center'
785
+ : 'col-lg-3 d-flex flex-column align-items-center justfiy-content-center'
786
+ }
787
+ >
788
+ <div
789
+ class={header_cssstyles.storeinfocontainer + ' row m-0 w-100 d-flex align-items-center justify-content-center cursor-pointer '}
790
+ onClick={() => {
791
+ window.open('tel:' + authdetailsContext?.CuContactphonenumber, '_blank');
792
+ }}
793
+ >
794
+ <i
795
+ class={
796
+ langdetect == 'en'
797
+ ? header_cssstyles.storeinfotext + ' storeinfotext h-100 d-flex align-items-center justify-content-center mr-2 '
798
+ : header_cssstyles.storeinfotext + ' storeinfotext h-100 d-flex align-items-center justify-content-center ml-2 '
799
+ }
800
+ >
801
+ <FiPhone size={30} style={{ transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)' }} />
802
+ </i>
803
+ <div class="d-flex align-items-center flex-column">
804
+ <p class={header_cssstyles.storeinfotext + ' m-0 storeinfotext '}>{authdetailsContext?.instinfo?.contactinfo?.mobile}</p>
805
+ <p
806
+ class="mb-0 w-100"
807
+ style={{
808
+ textAlign: langdetect == 'en' ? 'right' : 'left',
809
+ color: sectionproperties.footerinfotext_secondarycolor,
810
+ fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
811
+ fontWeight: sectionproperties.footerinfotext_secondaryfontweight,
812
+ }}
813
+ >
814
+ {langdetect == 'en' ? sectionproperties.footerinfotext_en : sectionproperties.footerinfotext_ar}
815
+ </p>
816
+ </div>
817
+ </div>
818
+ </div>
819
+ )}
820
+ <div
821
+ class={
822
+ sectionproperties.showfooterphonenumber == 'Show'
823
+ ? sectionproperties.btninsearch == 'Show'
824
+ ? 'col-xl-3 col-lg-3 d-flex align-items-center p-0 pr-0'
825
+ : langdetect == 'en'
826
+ ? 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pl-0'
827
+ : 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pr-0'
828
+ : 'col-lg-4 d-flex align-items-center'
829
+ }
830
+ >
831
+ <div
832
+ class={'row w-100 m-0 align-items-center justify-content-end plr-1025-0'}
833
+ style={{
834
+ paddingLeft:
835
+ langdetect == 'en'
836
+ ? sectionproperties.showfooterphonenumber == 'Show'
837
+ ? authdetailsContext.loggedin == true
838
+ ? '.3rem'
839
+ : '3rem'
840
+ : authdetailsContext.loggedin == true
841
+ ? '4rem'
842
+ : '6rem'
843
+ : 0,
844
+ paddingRight:
845
+ langdetect == 'en'
846
+ ? 0
847
+ : sectionproperties.showfooterphonenumber == 'Show'
848
+ ? authdetailsContext.loggedin == true
849
+ ? '1rem'
850
+ : '3rem'
851
+ : authdetailsContext.loggedin == true
852
+ ? '4rem'
853
+ : '6rem',
854
+ }}
855
+ >
856
+ <Dropdown>
857
+ <Dropdown.Toggle>
858
+ {!authdetailsContext.loggedin && (
859
+ <div
860
+ class={header_cssstyles.user_btnContainer + ' d-flex align-items-center justify-content-end p-0 cursor-pointer pt-1 '}
861
+ onClick={() => {
862
+ routingcountext(StaticPagesLinksContext.Login);
863
+ }}
864
+ >
865
+ <div class={header_cssstyles.user_btn + ' user_btnbg allcentered p-0 '}>
866
+ <BiUser size={sectionproperties.userBtniconfontsize} />
867
+ </div>
868
+ <p
869
+ class={header_cssstyles.loggedinusername + ' user_btn mb-0 p-0 '}
870
+ style={{ marginLeft: langdetect == 'en' ? '3px' : 0, marginRight: langdetect == 'en' ? 0 : '3px' }}
871
+ >
872
+ {lang.login}
873
+ </p>
874
+ </div>
875
+ )}
876
+ {authdetailsContext.loggedin && (
877
+ <div class={header_cssstyles.loggedinuserbtnContainer + ' allcentered '} sytle={{ position: 'relative' }}>
878
+ <div class={header_cssstyles.loggedinuserbtn + ' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '}>
879
+ <i class={' h-100 allcentered '}>
880
+ <BiUser size={sectionproperties.loggedinusericonfontsize} />
881
+ </i>
882
+ </div>
883
+ <div
884
+ class="m-0 p-0"
885
+ style={{
886
+ textAlign: langdetect == 'en' ? 'left' : 'right',
887
+ }}
888
+ >
889
+ <p
890
+ class="m-0 p-0"
891
+ style={{
892
+ color: sectionproperties.greetingtextcolor,
893
+ fontSize: sectionproperties.greetingtextfontsize + 'px',
894
+ lineHeight: sectionproperties.greetingtextfontsize + 'px',
895
+ fontWeight: 400,
896
+ }}
897
+ >
898
+ {lang.hello}
899
+ {langdetect == 'en' ? ',' : '،'}
900
+ </p>
901
+ <p class={header_cssstyles.loggedinusername + ' loggedinuserbtn text-overflow m-0 p-0 '} style={{ maxWidth: '100px' }}>
902
+ {authdetailsContext?.customerinfo?.name}
903
+ </p>
904
+ {authdetailsContext?.customerinfo?.cancustomerviewwallet == 1 && templateproperties_context.showwallet == 'Show' && (
905
+ <div class={' m-0 p-0 d-flex justify-content-start flex-row '} style={{}}>
906
+ <p
907
+ class="m-0 p-0"
908
+ style={{
909
+ color: templateproperties_context.walletcolor,
910
+ fontSize: templateproperties_context.walletfontize + 'px',
911
+ fontWeight: 500,
912
+ }}
913
+ >
914
+ {langdetect == 'en' ? templateproperties_context.walletcontent_en : templateproperties_context.walletcontent_ar}
915
+ </p>
916
+ <p
917
+ class="m-0 p-0 mx-1"
918
+ style={{
919
+ color: templateproperties_context.walletsecondarycolor,
920
+ fontSize: '15px',
921
+ fontWeight: 600,
922
+ }}
923
+ >
924
+ {authdetailsContext?.customerinfo?.walletpoints}{' '}
925
+ </p>
926
+ </div>
927
+ )}
928
+ </div>
929
+ </div>
930
+ )}
931
+ </Dropdown.Toggle>
932
+
933
+ {authdetailsContext.loggedin && (
934
+ <Dropdown.Menu style={{ minWidth: '200px' }}>
935
+ <Dropdown.Item>
936
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
937
+ <span
938
+ style={{
939
+ color: sectionproperties.greetingtextcolor,
940
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
941
+
942
+ fontWeight: 400,
943
+ }}
944
+ >
945
+ {lang.hello},
946
+ </span>
947
+ <p
948
+ class={`${header_cssstyles.dropdownitem}` + ' font-weight-600 ml-1 mr-1 text-overflow text-capitalize dropdownitem m-0 p-0 '}
949
+ style={{ maxWidth: '120px' }}
950
+ onClick={() => {
951
+ routingcountext(StaticPagesLinksContext.accountinfo);
952
+ }}
953
+ >
954
+ {authdetailsContext?.customerinfo?.name}
955
+ </p>
956
+ </div>
957
+ </Dropdown.Item>
958
+ {sectionproperties.showprevorder == 'Show' && <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>}
959
+ {sectionproperties.showprevorder == 'Show' && (
960
+ <Dropdown.Item
961
+ onClick={() => {
962
+ routingcountext(StaticPagesLinksContext.Ordershistory);
963
+ }}
964
+ >
965
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
966
+ <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
967
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag />}
968
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag />}
969
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag />}
970
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag />}
971
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart />}
972
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart />}
973
+ {sectionproperties.carticonstyle == 'Calendar 1' && <FiCalendar />}
974
+
975
+ <span class="ml-2 mr-2">{langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear}</span>
976
+ </p>
977
+ </div>
978
+ </Dropdown.Item>
979
+ )}
980
+ <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
981
+ <Dropdown.Item
982
+ onClick={() => {
983
+ routingcountext(StaticPagesLinksContext.Wishlist);
984
+ }}
985
+ >
986
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
987
+ <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
988
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart />}
989
+ {sectionproperties.faviconshape == 'Star Shape' && <AiFillStar />}
990
+
991
+ {authdetailsContext?.instinfo?.contactinfo.instid == '6808c6295b598' && (
992
+ <span class="ml-2 mr-2"> {langdetect == 'en' ? lang.wishlist : 'المفضلة'}</span>
993
+ )}
994
+ {authdetailsContext?.instinfo?.contactinfo.instid != '6808c6295b598' && <span class="ml-2 mr-2">{lang.wishlist}</span>}
995
+ </p>
996
+ </div>
997
+ </Dropdown.Item>
998
+ {/* <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
999
+ <Dropdown.Item
1000
+ onClick={() => {
1001
+ routingcountext(StaticPagesLinksContext.Policies);
1002
+ }}
1003
+ >
1004
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
1005
+ <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
1006
+ <AiOutlineSecurityScan />
1007
+ <span class="ml-2 mr-2">{lang.policies}</span>
1008
+ </p>
1009
+ </div>
1010
+ </Dropdown.Item> */}
1011
+ <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
1012
+ <Dropdown.Item
1013
+ onClick={() => {
1014
+ LogoutMutationContext.mutate();
1015
+ }}
1016
+ >
1017
+ <div class={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
1018
+ <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
1019
+ <BiLogOutCircle />
1020
+ <span class="ml-2 mr-2">{lang.logout}</span>
1021
+ </p>
1022
+ </div>
1023
+ </Dropdown.Item>
1024
+ </Dropdown.Menu>
1025
+ )}
1026
+ </Dropdown>
1027
+ {sectionproperties.favBtnShow == 'Show' && (
1028
+ <div class="d-flex flex-row p-0 align-items-center">
1029
+ <div
1030
+ style={{ position: 'relative' }}
1031
+ class="cursor-pointer d-flex d-flex align-items-center"
1032
+ onClick={() => {
1033
+ routingcountext(StaticPagesLinksContext.Wishlist);
1034
+ }}
1035
+ >
1036
+ <span class={`${header_cssstyles.wishlist_btn}`}>
1037
+ <i class="h-100 allcentered">
1038
+ {sectionproperties.faviconshape == 'Heart Shape' && (
1039
+ <FaRegHeart
1040
+ style={{
1041
+ position: 'relative',
1042
+ }}
1043
+ />
1044
+ )}
1045
+ {sectionproperties.faviconshape == 'Star Shape' && (
1046
+ <AiFillStar
1047
+ style={{
1048
+ position: 'relative',
1049
+ }}
1050
+ />
1051
+ )}
1052
+ </i>
1053
+ </span>
1054
+ <div class={`${header_cssstyles.badge_counter_header_notifications} ${header_cssstyles.wishlistbadge}`}>
1055
+ <span> {favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length}</span>
1056
+ </div>
1057
+ </div>
1058
+ </div>
1059
+ )}
1060
+ {sectionproperties.cartBtnShow == 'Show' && (
1061
+ <div
1062
+ class={
1063
+ sectionproperties.btninsearch == 'Show'
1064
+ ? sectionproperties.showfooterphonenumber == 'Show'
1065
+ ? 'd-flex d-lg-none flex-row justify-content-end align-items-center'
1066
+ : 'd-flex flex-row justify-content-end align-items-center'
1067
+ : 'd-flex flex-row justify-content-end align-items-center'
1068
+ }
1069
+ >
1070
+ <div
1071
+ class="row w-100 m-0 align-items-center d-flex flex-row justify-content-end"
1072
+ style={{
1073
+ position: 'relative',
1074
+ }}
1075
+ onClick={() => {
1076
+ setsidecartnavshowcontext(true);
1077
+ }}
1078
+ >
1079
+ <div style={{ position: 'relative' }} class={`${header_cssstyles.cart_btn}` + ' cursor-pointer d-flex align-items-center justify-content-center '}>
1080
+ <div class={`${header_cssstyles.badge_counter_header_notifications} ${header_cssstyles.cartbadge}`}>
1081
+ {fetchcustomercartQueryContext?.data?.data?.customercart != null ? fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.length : 0}
1082
+ </div>
1083
+ <i class="h-100 allcentered">
1084
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
1085
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
1086
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag size={sectionproperties.cartBtn_iconFontSize} />}
1087
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
1088
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
1089
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
1090
+ {sectionproperties.carticonstyle == 'Calendar 1' && <FiCalendar size={sectionproperties.cartBtn_iconFontSize} />}
1091
+ </i>
1092
+ </div>
1093
+ <div class={langdetect == 'en' ? 'ml-2 d-flex d-lg-none' : 'mr-2 d-flex d-lg-none'}>
1094
+ <div class="row m-0 w-100 d-flex align-items-center flex-column justify-content-start">
1095
+ <p
1096
+ class="m-0 p-0 w-100"
1097
+ style={{
1098
+ textAlign: langdetect == 'en' ? 'left' : 'right',
1099
+ color: sectionproperties.cartBtnTextcolor,
1100
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
1101
+ lineHeight: sectionproperties.cartBtnTextfontsize + 'px',
1102
+ fontWeight: sectionproperties.cartBtnTextfontweight,
1103
+ textTransform: sectionproperties.cartBtnTexttransform,
1104
+ cursor: 'pointer',
1105
+ }}
1106
+ >
1107
+ {lang.cart}
1108
+ </p>
1109
+ <p
1110
+ class="m-0 text-left"
1111
+ style={{
1112
+ color: sectionproperties.card_secondarycolor,
1113
+ fontSize: sectionproperties.secondaryfontsize + 'px',
1114
+ fontWeight: sectionproperties.secondaryfontweight,
1115
+ cursor: 'pointer',
1116
+ }}
1117
+ >
1118
+ {langdetect == 'en' ? authdetailsContext?.currencyname_en : ''} {subtotalcart()} {langdetect == 'en' ? '' : authdetailsContext?.currencyname_ar}
1119
+ </p>
1120
+ </div>
1121
+ </div>
1122
+ </div>
1123
+ </div>
1124
+ )}
1125
+ {sectionproperties.showlanuagecontainer == 'Show' && (
1126
+ <div
1127
+ class="d-flex flex-row justify-content-end align-items-center"
1128
+ onClick={() => {
1129
+ if (langdetect == 'en') {
1130
+ setlang('ar');
1131
+ } else {
1132
+ setlang('en');
1133
+ }
1134
+ }}
1135
+ style={{
1136
+ paddingLeft: sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Hide' ? (langdetect == 'en' ? '2rem' : 0) : 0,
1137
+ paddingRight: sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Hide' ? (langdetect == 'ar' ? '2rem' : 0) : 0,
1138
+ }}
1139
+ >
1140
+ {langdetect == 'en' && (
1141
+ <div class={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
1142
+ {/* <img src={'https://tabex-co.com/storage/StaticImages/egyptflag.png'} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} /> */}
1143
+ <span class="mx-2">{sectionproperties.arabiclanguagetext}</span>
1144
+ {/* <span class="mx-2">ع</span> */}
1145
+ </div>
1146
+ )}
1147
+ {langdetect == 'ar' && (
1148
+ <div class={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
1149
+ {/* <img src={'https://tabex-co.com/storage/StaticImages/usflag.png'} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} /> */}
1150
+ <span class="mx-2">{sectionproperties.englishlanguagetext}</span>
1151
+ {/* <span class="mx-2">En</span> */}
1152
+ </div>
1153
+ )}
1154
+ </div>
1155
+ )}
1156
+ </div>
1157
+ </div>
1158
+ </div>
1159
+ </div>
1160
+ {/* Lower Header */}
1161
+ {sectionproperties.showlowerheadersection == 'Show' && (
1162
+ <div class="col-lg-12 p-0 d-flex justify-content-center" style={{ background: sectionproperties.uppersection_bgcolor }}>
1163
+ <div class={`${header_cssstyles.divider}` + ' '}></div>
1164
+ </div>
1165
+ )}
1166
+ {sectionproperties.showlowerheadersection == 'Show' && (
1167
+ <div class={`${header_cssstyles.lowerheadercontainer}` + ' row w-100 m-0 align-items-center px-1025-1 '}>
1168
+ {sectionproperties.btninsearch != 'Show' && sectionproperties.generalbtn_show == 'Show' && (
1169
+ <div
1170
+ class={' col-xl-2 col-lg-3 d-flex align-items-center '}
1171
+ onClick={() => {
1172
+ setdropdownselect(!dropdownselect);
1173
+ }}
1174
+ >
1175
+ <li class={langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'}>
1176
+ <div class={`${header_cssstyles.categorybtn}` + ' m-0 allcentered cursor-pointer '}>
1177
+ <i class={`${header_cssstyles.categorybtnicon}` + ' categorybtnicon d-flex align-items-center justify-content-center '}>
1178
+ <HiMenuAlt4 size={sectionproperties.icontextfontsize} />
1179
+ </i>
1180
+ <p class={langdetect == 'en' ? ' m-0 p-0 ml-2' : ' m-0 p-0 mr-2 '}>
1181
+ {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
1182
+ </p>
1183
+ </div>
1184
+ <ul class="w-100 mt-2">
1185
+ {sectionproperties.fetchparenttype == 'Categories' &&
1186
+ authdetailsContext?.instinfo?.instcategories?.map((item, index) => {
1187
+ var fetchedarray = authdetailsContext?.instinfo?.instcategories;
1188
+ if (item.isshowntocustomers == 1) {
1189
+ return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
1190
+ }
1191
+ })}
1192
+ {sectionproperties.fetchparenttype == 'Parent Collections' &&
1193
+ pcollarray?.map((item, index) => {
1194
+ var fetchedarray = pcollarray;
1195
+ if (item.isshowntocustomers == 1) {
1196
+ return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
1197
+ }
1198
+ })}
1199
+ {sectionproperties.fetchparenttype == 'Collections' &&
1200
+ authdetailsContext?.instinfo?.instcollections?.map((item, index) => {
1201
+ var fetchedarray = authdetailsContext?.instinfo?.instcollections;
1202
+ if (item.isshowntocustomers == 1) {
1203
+ return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
1204
+ }
1205
+ })}
1206
+ </ul>
1207
+ </li>
1208
+ </div>
1209
+ )}
1210
+ <div
1211
+ class={
1212
+ authdetailsContext?.instinfo?.instcurrencies?.length > 1
1213
+ ? 'col-lg-8'
1214
+ : sectionproperties.btninsearch != 'Show' && sectionproperties.generalbtn_show == 'Show'
1215
+ ? 'col-xl-10 col-lg-9 flex-row d-flex align-items-center justify-content-start'
1216
+ : 'col-xl-12 col-lg-9 flex-row d-flex align-items-center justify-content-start'
1217
+ }
1218
+ >
1219
+ <div
1220
+ class={' w-100 align-items-center '}
1221
+ style={{
1222
+ display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
1223
+ flexWrap: 'wrap',
1224
+ justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
1225
+ }}
1226
+ >
1227
+ {templatepropcontext.pagesnprop.map((item, index) => {
1228
+ var activeclass = '';
1229
+ var pagedisabled = '';
1230
+ if (item.isselected) {
1231
+ activeclass = header_cssstyles.navbar_item_active;
1232
+ }
1233
+ if (authdetailsContext?.instinfo?.instid == '68c69dcc53e94') {
1234
+ if (item.isnavigation == 1 && item.isactive == 1) {
1235
+ if (item.pagename != 'Services' && item.pagename != 'Isolation' && item.pagename != 'Flooring' && item.pagename != 'Projects') {
1236
+ return (
1237
+ <div
1238
+ class={`${activeclass}` + ' cursor-pointer scrollhorizontalcard '}
1239
+ onClick={() => {
1240
+ routingcountext(item.navigationroute);
1241
+ }}
1242
+ style={{
1243
+ marginRight: langdetect == 'en' ? '25px' : 0,
1244
+ marginLeft: langdetect == 'en' ? 0 : '25px',
1245
+ }}
1246
+ >
1247
+ <div class={`${header_cssstyles.navbar_item_text}`}> {langdetect == 'en' ? item.pagename : item.pagename_ar}</div>
1248
+ </div>
1249
+ );
1250
+ } else if (item.pagename == 'Services') {
1251
+ return (
1252
+ <div
1253
+ class={`${activeclass}` + ' cursor-pointer dropdownoutersecuritykey '}
1254
+ style={{
1255
+ marginRight: langdetect == 'en' ? '25px' : 0,
1256
+ marginLeft: langdetect == 'en' ? 0 : '25px',
1257
+ }}
1258
+ onMouseEnter={() => {
1259
+ setservicesmenu(true);
1260
+ }}
1261
+ >
1262
+ <div class={`${header_cssstyles.navbar_item_text}`}> {langdetect == 'en' ? item.pagename : item.pagename_ar}</div>
1263
+ {servicesmenu == true && (
1264
+ <div class="w-100">
1265
+ <li
1266
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
1267
+ style={{
1268
+ left: langdetect == 'en' ? '10%' : '',
1269
+ right: langdetect == 'ar' ? '10%' : '',
1270
+ }}
1271
+ >
1272
+ <ul
1273
+ class="mt-2"
1274
+ sytle={{
1275
+ width: '200px',
1276
+ }}
1277
+ >
1278
+ <li class="dropdown d-flex align-items-center w-100">
1279
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1280
+ <div
1281
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1282
+ onClick={() => {
1283
+ routingcountext('substitution-layers', false, '');
1284
+ }}
1285
+ >
1286
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1287
+ {langdetect == 'en' ? 'Substitution layers' : 'طبقات الاحلال'}
1288
+ </p>
1289
+ </div>
1290
+ </div>
1291
+ </li>
1292
+ <li class="dropdown d-flex align-items-center w-100">
1293
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1294
+ <div
1295
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1296
+ onClick={() => {
1297
+ routingcountext('fawasel', false, '');
1298
+ }}
1299
+ >
1300
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1301
+ {langdetect == 'en' ? 'Fawasel' : 'فواصل'}
1302
+ </p>
1303
+ </div>
1304
+ </div>
1305
+ </li>
1306
+ <li class="dropdown d-flex align-items-center w-100">
1307
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1308
+ <div
1309
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1310
+ onClick={() => {
1311
+ routingcountext('concrete-cutting', false, '');
1312
+ }}
1313
+ >
1314
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1315
+ {langdetect == 'en' ? 'Concrete Cutting' : 'تقطيع الخرسانة'}
1316
+ </p>
1317
+ </div>
1318
+ </div>
1319
+ </li>
1320
+ <li class="dropdown d-flex align-items-center w-100">
1321
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1322
+ <div
1323
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1324
+ onClick={() => {
1325
+ routingcountext('asphalt-cutting', false, '');
1326
+ }}
1327
+ >
1328
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1329
+ {langdetect == 'en' ? 'Asphalt Cutting' : 'تقطيع الاسفلت'}
1330
+ </p>
1331
+ </div>
1332
+ </div>
1333
+ </li>
1334
+ <li class="dropdown d-flex align-items-center w-100">
1335
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1336
+ <div
1337
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1338
+ onClick={() => {
1339
+ routingcountext('groundhog', false, '');
1340
+ }}
1341
+ >
1342
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1343
+ {langdetect == 'en' ? 'Groundhog' : 'زنبرة الأرضية'}
1344
+ </p>
1345
+ </div>
1346
+ </div>
1347
+ </li>
1348
+ <li class="dropdown d-flex align-items-center w-100">
1349
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1350
+ <div
1351
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1352
+ onClick={() => {
1353
+ routingcountext('restoration', false, '');
1354
+ }}
1355
+ >
1356
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1357
+ {langdetect == 'en' ? 'Restoration' : 'الترميم'}
1358
+ </p>
1359
+ </div>
1360
+ </div>
1361
+ </li>
1362
+ <li class="dropdown d-flex align-items-center w-100">
1363
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1364
+ <div
1365
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1366
+ onClick={() => {
1367
+ routingcountext('roads', false, '');
1368
+ }}
1369
+ >
1370
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1371
+ {langdetect == 'en' ? 'Roads' : 'طرق'}
1372
+ </p>
1373
+ </div>
1374
+ </div>
1375
+ </li>
1376
+ <li class="dropdown d-flex align-items-center w-100">
1377
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1378
+ <div
1379
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1380
+ onClick={() => {
1381
+ routingcountext('finishing', false, '');
1382
+ }}
1383
+ >
1384
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1385
+ {langdetect == 'en' ? 'Finishing' : 'تشطيبات'}
1386
+ </p>
1387
+ </div>
1388
+ </div>
1389
+ </li>
1390
+ <li class="dropdown d-flex align-items-center w-100">
1391
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1392
+ <div
1393
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1394
+ onClick={() => {
1395
+ routingcountext('oil-and-gas-fields', false, '');
1396
+ }}
1397
+ >
1398
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1399
+ {langdetect == 'en' ? 'Oil and Gas Fields' : 'حقول البترول والغاز'}
1400
+ </p>
1401
+ </div>
1402
+ </div>
1403
+ </li>
1404
+ <li class="dropdown d-flex align-items-center w-100">
1405
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1406
+ <div
1407
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1408
+ onClick={() => {
1409
+ routingcountext('hospitals-labs-sterrooms', false, '');
1410
+ }}
1411
+ >
1412
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1413
+ {langdetect == 'en' ? 'Hospitals, labs and sterilization rooms' : 'المستشفيات والمعامل وغرف التعقيم'}
1414
+ </p>
1415
+ </div>
1416
+ </div>
1417
+ </li>
1418
+ <li class="dropdown d-flex align-items-center w-100">
1419
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1420
+ <div
1421
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1422
+ onClick={() => {
1423
+ routingcountext('interfaces', false, '');
1424
+ }}
1425
+ >
1426
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1427
+ {langdetect == 'en' ? 'Interfaces' : 'الواجهات'}
1428
+ </p>
1429
+ </div>
1430
+ </div>
1431
+ </li>
1432
+ <li class="dropdown d-flex align-items-center w-100">
1433
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1434
+ <div
1435
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1436
+ onClick={() => {
1437
+ routingcountext('subways', false, '');
1438
+ }}
1439
+ >
1440
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1441
+ {langdetect == 'en' ? 'Subways' : 'الانفاق'}
1442
+ </p>
1443
+ </div>
1444
+ </div>
1445
+ </li>
1446
+ <li class="dropdown d-flex align-items-center w-100">
1447
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1448
+ <div
1449
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1450
+ onClick={() => {
1451
+ routingcountext('swimming-pools', false, '');
1452
+ }}
1453
+ >
1454
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1455
+ {langdetect == 'en' ? 'Swimming Pools' : 'حمامات السباحة'}
1456
+ </p>
1457
+ </div>
1458
+ </div>
1459
+ </li>
1460
+ <li class="dropdown d-flex align-items-center w-100">
1461
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1462
+ <div
1463
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1464
+ onClick={() => {
1465
+ routingcountext('soil-drying', false, '');
1466
+ }}
1467
+ >
1468
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1469
+ {langdetect == 'en' ? 'Soil drying' : 'تجفيف التربة'}
1470
+ </p>
1471
+ </div>
1472
+ </div>
1473
+ </li>
1474
+ </ul>
1475
+ </li>
1476
+ </div>
1477
+ )}
1478
+ </div>
1479
+ );
1480
+ } else if (item.pagename == 'Isolation') {
1481
+ return (
1482
+ <div
1483
+ class={`${activeclass}` + ' cursor-pointer dropdownoutersecuritykey '}
1484
+ style={{
1485
+ marginRight: langdetect == 'en' ? '25px' : 0,
1486
+ marginLeft: langdetect == 'en' ? 0 : '25px',
1487
+ }}
1488
+ onMouseEnter={() => {
1489
+ setisolationmenu(true);
1490
+ }}
1491
+ >
1492
+ <div class={`${header_cssstyles.navbar_item_text}`}>{langdetect == 'en' ? item.pagename : item.pagename_ar}</div>
1493
+ {isolationmenu == true && (
1494
+ <div class="w-100">
1495
+ <li
1496
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
1497
+ style={{
1498
+ left: langdetect == 'en' ? '10%' : '',
1499
+ right: langdetect == 'ar' ? '10%' : '',
1500
+ }}
1501
+ >
1502
+ <ul
1503
+ class="mt-2"
1504
+ sytle={{
1505
+ width: '200px',
1506
+ }}
1507
+ >
1508
+ <li class="dropdown d-flex align-items-center w-100">
1509
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1510
+ <div
1511
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1512
+ onMouseEnter={() => {
1513
+ setisolationmenu1(true);
1514
+ }}
1515
+ onMouseLeave={() => {
1516
+ setisolationmenu1(false);
1517
+ }}
1518
+ style={{ position: 'relative' }}
1519
+ >
1520
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>عزل مائي</p>
1521
+ {isolationmenu1 == true && (
1522
+ <li
1523
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
1524
+ style={{
1525
+ left: langdetect == 'en' ? 0 : '',
1526
+ right: langdetect == 'ar' ? 0 : '',
1527
+ marginTop: '-20%',
1528
+ position: 'absolute',
1529
+ }}
1530
+ >
1531
+ <ul
1532
+ class="mt-2"
1533
+ sytle={{
1534
+ width: '200px',
1535
+ }}
1536
+ >
1537
+ <li class="dropdown d-flex align-items-center w-100">
1538
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1539
+ <div
1540
+ className={
1541
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1542
+ }
1543
+ onClick={() => {
1544
+ // routingcountext('substitution-layers', false, '');
1545
+ }}
1546
+ >
1547
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1548
+ لفائف المميزين
1549
+ </p>
1550
+ </div>
1551
+ </div>
1552
+ </li>
1553
+ <li class="dropdown d-flex align-items-center w-100">
1554
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1555
+ <div
1556
+ className={
1557
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1558
+ }
1559
+ onClick={() => {
1560
+ // routingcountext('fawasel', false, '');
1561
+ }}
1562
+ >
1563
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1564
+ بيتومين سكن و بارد
1565
+ </p>
1566
+ </div>
1567
+ </div>
1568
+ </li>
1569
+ <li class="dropdown d-flex align-items-center w-100">
1570
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1571
+ <div
1572
+ className={
1573
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1574
+ }
1575
+ onClick={() => {
1576
+ // routingcountext('concrete-cutting', false, '');
1577
+ }}
1578
+ >
1579
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1580
+ #2162
1581
+ </p>
1582
+ </div>
1583
+ </div>
1584
+ </li>
1585
+ <li class="dropdown d-flex align-items-center w-100">
1586
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1587
+ <div
1588
+ className={
1589
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1590
+ }
1591
+ onClick={() => {
1592
+ // routingcountext('concrete-cutting', false, '');
1593
+ }}
1594
+ >
1595
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1596
+ بولي اكريلك
1597
+ </p>
1598
+ </div>
1599
+ </div>
1600
+ </li>
1601
+ <li class="dropdown d-flex align-items-center w-100">
1602
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1603
+ <div
1604
+ className={
1605
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1606
+ }
1607
+ onClick={() => {
1608
+ // routingcountext('concrete-cutting', false, '');
1609
+ }}
1610
+ >
1611
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1612
+ اسمنتي
1613
+ </p>
1614
+ </div>
1615
+ </div>
1616
+ </li>
1617
+ <li class="dropdown d-flex align-items-center w-100">
1618
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1619
+ <div
1620
+ className={
1621
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1622
+ }
1623
+ onClick={() => {
1624
+ // routingcountext('concrete-cutting', false, '');
1625
+ }}
1626
+ >
1627
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1628
+ بولي يوريثان كوت
1629
+ </p>
1630
+ </div>
1631
+ </div>
1632
+ </li>
1633
+ <li class="dropdown d-flex align-items-center w-100">
1634
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1635
+ <div
1636
+ className={
1637
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1638
+ }
1639
+ onClick={() => {
1640
+ // routingcountext('concrete-cutting', false, '');
1641
+ }}
1642
+ >
1643
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1644
+ ايبوكسي
1645
+ </p>
1646
+ </div>
1647
+ </div>
1648
+ </li>
1649
+ <li class="dropdown d-flex align-items-center w-100">
1650
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1651
+ <div
1652
+ className={
1653
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1654
+ }
1655
+ onClick={() => {
1656
+ // routingcountext('concrete-cutting', false, '');
1657
+ }}
1658
+ >
1659
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1660
+ بولي يوريا
1661
+ </p>
1662
+ </div>
1663
+ </div>
1664
+ </li>
1665
+ </ul>
1666
+ </li>
1667
+ )}
1668
+ </div>
1669
+ </div>
1670
+ </li>
1671
+ <li class="dropdown d-flex align-items-center w-100">
1672
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1673
+ <div
1674
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1675
+ onMouseEnter={() => {
1676
+ setisolationmenu2(true);
1677
+ }}
1678
+ onMouseLeave={() => {
1679
+ setisolationmenu2(false);
1680
+ }}
1681
+ style={{
1682
+ position: 'relative',
1683
+ }}
1684
+ >
1685
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>عزل صوتي</p>
1686
+ {isolationmenu2 == true && (
1687
+ <li
1688
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
1689
+ style={{
1690
+ left: langdetect == 'en' ? 0 : '',
1691
+ right: langdetect == 'ar' ? 0 : '',
1692
+ marginTop: '-20%',
1693
+ position: 'absolute',
1694
+ }}
1695
+ >
1696
+ <ul
1697
+ class="mt-2"
1698
+ sytle={{
1699
+ width: '200px',
1700
+ }}
1701
+ >
1702
+ <li class="dropdown d-flex align-items-center w-100">
1703
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1704
+ <div
1705
+ className={
1706
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1707
+ }
1708
+ onClick={() => {
1709
+ // routingcountext('substitution-layers', false, '');
1710
+ }}
1711
+ >
1712
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1713
+ تجاليد
1714
+ </p>
1715
+ </div>
1716
+ </div>
1717
+ </li>
1718
+ <li class="dropdown d-flex align-items-center w-100">
1719
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1720
+ <div
1721
+ className={
1722
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1723
+ }
1724
+ onClick={() => {
1725
+ // routingcountext('fawasel', false, '');
1726
+ }}
1727
+ >
1728
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1729
+ فلين طبيعي
1730
+ </p>
1731
+ </div>
1732
+ </div>
1733
+ </li>
1734
+ <li class="dropdown d-flex align-items-center w-100">
1735
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1736
+ <div
1737
+ className={
1738
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1739
+ }
1740
+ onClick={() => {
1741
+ // routingcountext('concrete-cutting', false, '');
1742
+ }}
1743
+ >
1744
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1745
+ صوف صخري
1746
+ </p>
1747
+ </div>
1748
+ </div>
1749
+ </li>
1750
+ </ul>
1751
+ </li>
1752
+ )}
1753
+ </div>
1754
+ </div>
1755
+ </li>
1756
+ <li class="dropdown d-flex align-items-center w-100">
1757
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1758
+ <div
1759
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1760
+ onMouseEnter={() => {
1761
+ setisolationmenu3(true);
1762
+ }}
1763
+ onMouseLeave={() => {
1764
+ setisolationmenu3(false);
1765
+ }}
1766
+ style={{
1767
+ position: 'relative',
1768
+ }}
1769
+ >
1770
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>عزل حراري</p>
1771
+ </div>
1772
+ </div>
1773
+ {isolationmenu3 == true && (
1774
+ <li
1775
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
1776
+ style={{
1777
+ left: langdetect == 'en' ? 0 : '',
1778
+ right: langdetect == 'ar' ? 0 : '',
1779
+ marginTop: '-20%',
1780
+ position: 'absolute',
1781
+ }}
1782
+ >
1783
+ <ul
1784
+ class="mt-2"
1785
+ sytle={{
1786
+ width: '200px',
1787
+ }}
1788
+ >
1789
+ <li class="dropdown d-flex align-items-center w-100">
1790
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1791
+ <div
1792
+ className={
1793
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1794
+ }
1795
+ onClick={() => {
1796
+ // routingcountext('substitution-layers', false, '');
1797
+ }}
1798
+ >
1799
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1800
+ بولي استرين
1801
+ </p>
1802
+ </div>
1803
+ </div>
1804
+ </li>
1805
+ <li class="dropdown d-flex align-items-center w-100">
1806
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1807
+ <div
1808
+ className={
1809
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1810
+ }
1811
+ onClick={() => {
1812
+ // routingcountext('fawasel', false, '');
1813
+ }}
1814
+ >
1815
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1816
+ صوف صخري
1817
+ </p>
1818
+ </div>
1819
+ </div>
1820
+ </li>
1821
+ <li class="dropdown d-flex align-items-center w-100">
1822
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1823
+ <div
1824
+ className={
1825
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1826
+ }
1827
+ onClick={() => {
1828
+ // routingcountext('concrete-cutting', false, '');
1829
+ }}
1830
+ >
1831
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1832
+ صوف زجاجي
1833
+ </p>
1834
+ </div>
1835
+ </div>
1836
+ </li>
1837
+ <li class="dropdown d-flex align-items-center w-100">
1838
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1839
+ <div
1840
+ className={
1841
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1842
+ }
1843
+ onClick={() => {
1844
+ // routingcountext('concrete-cutting', false, '');
1845
+ }}
1846
+ >
1847
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1848
+ بولي يوريثان فوم
1849
+ </p>
1850
+ </div>
1851
+ </div>
1852
+ </li>
1853
+ <li class="dropdown d-flex align-items-center w-100">
1854
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1855
+ <div
1856
+ className={
1857
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1858
+ }
1859
+ onClick={() => {
1860
+ // routingcountext('concrete-cutting', false, '');
1861
+ }}
1862
+ >
1863
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1864
+ فلين طبيعي
1865
+ </p>
1866
+ </div>
1867
+ </div>
1868
+ </li>
1869
+ <li class="dropdown d-flex align-items-center w-100">
1870
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1871
+ <div
1872
+ className={
1873
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1874
+ }
1875
+ onClick={() => {
1876
+ // routingcountext('concrete-cutting', false, '');
1877
+ }}
1878
+ >
1879
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1880
+ سانودتش بانل
1881
+ </p>
1882
+ </div>
1883
+ </div>
1884
+ </li>
1885
+ <li class="dropdown d-flex align-items-center w-100">
1886
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1887
+ <div
1888
+ className={
1889
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1890
+ }
1891
+ onClick={() => {
1892
+ // routingcountext('concrete-cutting', false, '');
1893
+ }}
1894
+ >
1895
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
1896
+ ايبوكسي
1897
+ </p>
1898
+ برلايت
1899
+ </div>
1900
+ </div>
1901
+ </li>
1902
+ </ul>
1903
+ </li>
1904
+ )}
1905
+ </li>
1906
+ <li class="dropdown d-flex align-items-center w-100">
1907
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1908
+ <div
1909
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1910
+ onMouseEnter={() => {
1911
+ setisolationmenu4(true);
1912
+ }}
1913
+ onMouseLeave={() => {
1914
+ setisolationmenu4(false);
1915
+ }}
1916
+ style={{
1917
+ position: 'relative',
1918
+ }}
1919
+ >
1920
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>مقاومة الحريق</p>
1921
+ </div>
1922
+ </div>
1923
+ {isolationmenu4 == true && (
1924
+ <li
1925
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
1926
+ style={{
1927
+ left: langdetect == 'en' ? 0 : '',
1928
+ right: langdetect == 'ar' ? 0 : '',
1929
+ marginTop: '-20%',
1930
+ position: 'absolute',
1931
+ }}
1932
+ >
1933
+ <ul
1934
+ class="mt-2"
1935
+ sytle={{
1936
+ width: '200px',
1937
+ }}
1938
+ >
1939
+ <li class="dropdown d-flex align-items-center w-100">
1940
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1941
+ <div
1942
+ className={
1943
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1944
+ }
1945
+ onClick={() => {
1946
+ // routingcountext('substitution-layers', false, '');
1947
+ }}
1948
+ >
1949
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>دهان</p>
1950
+ </div>
1951
+ </div>
1952
+ </li>
1953
+ </ul>
1954
+ </li>
1955
+ )}
1956
+ </li>
1957
+ <li class="dropdown d-flex align-items-center w-100">
1958
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1959
+ <div
1960
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
1961
+ onMouseEnter={() => {
1962
+ setisolationmenu5(true);
1963
+ }}
1964
+ onMouseLeave={() => {
1965
+ setisolationmenu5(false);
1966
+ }}
1967
+ style={{
1968
+ position: 'relative',
1969
+ }}
1970
+ >
1971
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>عزل ANTNTI</p>
1972
+ </div>
1973
+ </div>
1974
+ {isolationmenu5 == true && (
1975
+ <li
1976
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
1977
+ style={{
1978
+ left: langdetect == 'en' ? 0 : '',
1979
+ right: langdetect == 'ar' ? 0 : '',
1980
+ marginTop: '-20%',
1981
+ position: 'absolute',
1982
+ }}
1983
+ >
1984
+ <ul
1985
+ class="mt-2"
1986
+ sytle={{
1987
+ width: '200px',
1988
+ }}
1989
+ >
1990
+ <li class="dropdown d-flex align-items-center w-100">
1991
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
1992
+ <div
1993
+ className={
1994
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
1995
+ }
1996
+ onClick={() => {
1997
+ // routingcountext('substitution-layers', false, '');
1998
+ }}
1999
+ >
2000
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2001
+ بلاطات
2002
+ </p>
2003
+ </div>
2004
+ </div>
2005
+ </li>
2006
+ <li class="dropdown d-flex align-items-center w-100">
2007
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2008
+ <div
2009
+ className={
2010
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2011
+ }
2012
+ onClick={() => {
2013
+ // routingcountext('substitution-layers', false, '');
2014
+ }}
2015
+ >
2016
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2017
+ داهنات
2018
+ </p>
2019
+ </div>
2020
+ </div>
2021
+ </li>
2022
+ <li class="dropdown d-flex align-items-center w-100">
2023
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2024
+ <div
2025
+ className={
2026
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2027
+ }
2028
+ onClick={() => {
2029
+ // routingcountext('substitution-layers', false, '');
2030
+ }}
2031
+ >
2032
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2033
+ فينيل
2034
+ </p>
2035
+ </div>
2036
+ </div>
2037
+ </li>
2038
+ </ul>
2039
+ </li>
2040
+ )}
2041
+ </li>
2042
+ </ul>
2043
+ </li>
2044
+ </div>
2045
+ )}
2046
+ </div>
2047
+ );
2048
+ } else if (item.pagename == 'Flooring') {
2049
+ return (
2050
+ <div
2051
+ class={`${activeclass}` + ' cursor-pointer dropdownoutersecuritykey '}
2052
+ style={{
2053
+ marginRight: langdetect == 'en' ? '25px' : 0,
2054
+ marginLeft: langdetect == 'en' ? 0 : '25px',
2055
+ }}
2056
+ onMouseEnter={() => {
2057
+ setflooringmenu(true);
2058
+ }}
2059
+ >
2060
+ <div class={`${header_cssstyles.navbar_item_text}`}>{langdetect == 'en' ? item.pagename : item.pagename_ar}</div>
2061
+ {flooringmenu == true && (
2062
+ <div class="w-100">
2063
+ <li
2064
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
2065
+ style={{
2066
+ left: langdetect == 'en' ? '10%' : '',
2067
+ right: langdetect == 'ar' ? '10%' : '',
2068
+ }}
2069
+ >
2070
+ <ul
2071
+ class="mt-2"
2072
+ sytle={{
2073
+ width: '200px',
2074
+ }}
2075
+ >
2076
+ <li class="dropdown d-flex align-items-center w-100">
2077
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2078
+ <div
2079
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
2080
+ onMouseEnter={() => {
2081
+ setisolationmenu6(true);
2082
+ }}
2083
+ onMouseLeave={() => {
2084
+ setisolationmenu6(false);
2085
+ }}
2086
+ style={{
2087
+ position: 'relative',
2088
+ }}
2089
+ >
2090
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>تحضير السطح</p>
2091
+ {isolationmenu6 == true && (
2092
+ <li
2093
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
2094
+ style={{
2095
+ left: langdetect == 'en' ? 0 : '',
2096
+ right: langdetect == 'ar' ? 0 : '',
2097
+ marginTop: '-20%',
2098
+ position: 'absolute',
2099
+ }}
2100
+ >
2101
+ <ul
2102
+ class="mt-2"
2103
+ sytle={{
2104
+ width: '200px',
2105
+ }}
2106
+ >
2107
+ <li class="dropdown d-flex align-items-center w-100">
2108
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2109
+ <div
2110
+ className={
2111
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2112
+ }
2113
+ onClick={() => {
2114
+ // routingcountext('substitution-layers', false, '');
2115
+ }}
2116
+ >
2117
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2118
+ تسوية الخرسانة
2119
+ </p>
2120
+ </div>
2121
+ </div>
2122
+ </li>
2123
+ <li class="dropdown d-flex align-items-center w-100">
2124
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2125
+ <div
2126
+ className={
2127
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2128
+ }
2129
+ onClick={() => {
2130
+ // routingcountext('fawasel', false, '');
2131
+ }}
2132
+ >
2133
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2134
+ خرسانة مختومة
2135
+ </p>
2136
+ </div>
2137
+ </div>
2138
+ </li>
2139
+ <li class="dropdown d-flex align-items-center w-100">
2140
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2141
+ <div
2142
+ className={
2143
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2144
+ }
2145
+ onClick={() => {
2146
+ // routingcountext('concrete-cutting', false, '');
2147
+ }}
2148
+ >
2149
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2150
+ خرسانة مصقولة
2151
+ </p>
2152
+ </div>
2153
+ </div>
2154
+ </li>
2155
+ <li class="dropdown d-flex align-items-center w-100">
2156
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2157
+ <div
2158
+ className={
2159
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2160
+ }
2161
+ onClick={() => {
2162
+ // routingcountext('concrete-cutting', false, '');
2163
+ }}
2164
+ >
2165
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2166
+ خرسانة ملونة
2167
+ </p>
2168
+ </div>
2169
+ </div>
2170
+ </li>
2171
+ <li class="dropdown d-flex align-items-center w-100">
2172
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2173
+ <div
2174
+ className={
2175
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2176
+ }
2177
+ onClick={() => {
2178
+ // routingcountext('concrete-cutting', false, '');
2179
+ }}
2180
+ >
2181
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2182
+ مستوى ذاتي
2183
+ </p>
2184
+ </div>
2185
+ </div>
2186
+ </li>
2187
+ <li class="dropdown d-flex align-items-center w-100">
2188
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2189
+ <div
2190
+ className={
2191
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2192
+ }
2193
+ onClick={() => {
2194
+ // routingcountext('concrete-cutting', false, '');
2195
+ }}
2196
+ >
2197
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2198
+ إصلاح الشقوق
2199
+ </p>
2200
+ </div>
2201
+ </div>
2202
+ </li>
2203
+ </ul>
2204
+ </li>
2205
+ )}
2206
+ </div>
2207
+ </div>
2208
+ </li>
2209
+ <li class="dropdown d-flex align-items-center w-100">
2210
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2211
+ <div
2212
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
2213
+ onMouseEnter={() => {
2214
+ setisolationmenu7(true);
2215
+ }}
2216
+ onMouseLeave={() => {
2217
+ setisolationmenu7(false);
2218
+ }}
2219
+ style={{
2220
+ position: 'relative',
2221
+ }}
2222
+ >
2223
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>ارضيات ايبوكسي</p>
2224
+ {isolationmenu7 == true && (
2225
+ <li
2226
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
2227
+ style={{
2228
+ left: langdetect == 'en' ? 0 : '',
2229
+ right: langdetect == 'ar' ? 0 : '',
2230
+ marginTop: '-20%',
2231
+ position: 'absolute',
2232
+ }}
2233
+ >
2234
+ <ul
2235
+ class="mt-2"
2236
+ sytle={{
2237
+ width: '200px',
2238
+ }}
2239
+ >
2240
+ <li class="dropdown d-flex align-items-center w-100">
2241
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2242
+ <div
2243
+ className={
2244
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2245
+ }
2246
+ onClick={() => {
2247
+ // routingcountext('substitution-layers', false, '');
2248
+ }}
2249
+ >
2250
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2251
+ حاجز البخار
2252
+ </p>
2253
+ </div>
2254
+ </div>
2255
+ </li>
2256
+ <li class="dropdown d-flex align-items-center w-100">
2257
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2258
+ <div
2259
+ className={
2260
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2261
+ }
2262
+ onClick={() => {
2263
+ // routingcountext('fawasel', false, '');
2264
+ }}
2265
+ >
2266
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2267
+ رقائق الايبوكسي
2268
+ </p>
2269
+ </div>
2270
+ </div>
2271
+ </li>
2272
+ <li class="dropdown d-flex align-items-center w-100">
2273
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2274
+ <div
2275
+ className={
2276
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2277
+ }
2278
+ onClick={() => {
2279
+ // routingcountext('concrete-cutting', false, '');
2280
+ }}
2281
+ >
2282
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2283
+ ايبوكسي معدنية
2284
+ </p>
2285
+ </div>
2286
+ </div>
2287
+ </li>
2288
+ <li class="dropdown d-flex align-items-center w-100">
2289
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2290
+ <div
2291
+ className={
2292
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2293
+ }
2294
+ onClick={() => {
2295
+ // routingcountext('concrete-cutting', false, '');
2296
+ }}
2297
+ >
2298
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2299
+ ايبوكسي لامعة
2300
+ </p>
2301
+ </div>
2302
+ </div>
2303
+ </li>
2304
+ <li class="dropdown d-flex align-items-center w-100">
2305
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2306
+ <div
2307
+ className={
2308
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2309
+ }
2310
+ onClick={() => {
2311
+ // routingcountext('concrete-cutting', false, '');
2312
+ }}
2313
+ >
2314
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2315
+ ثلاثية الابعاد
2316
+ </p>
2317
+ </div>
2318
+ </div>
2319
+ </li>
2320
+ <li class="dropdown d-flex align-items-center w-100">
2321
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2322
+ <div
2323
+ className={
2324
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2325
+ }
2326
+ onClick={() => {
2327
+ // routingcountext('concrete-cutting', false, '');
2328
+ }}
2329
+ >
2330
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2331
+ الارضيات المصنوعة من البولي اسبارتيك
2332
+ </p>
2333
+ </div>
2334
+ </div>
2335
+ </li>
2336
+ </ul>
2337
+ </li>
2338
+ )}
2339
+ </div>
2340
+ </div>
2341
+ </li>
2342
+ <li class="dropdown d-flex align-items-center w-100">
2343
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2344
+ <div className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}>
2345
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>تيرازو ايبوكسي</p>
2346
+ </div>
2347
+ </div>
2348
+ </li>
2349
+ <li class="dropdown d-flex align-items-center w-100">
2350
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2351
+ <div
2352
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
2353
+ onMouseEnter={() => {
2354
+ setisolationmenu8(true);
2355
+ }}
2356
+ onMouseLeave={() => {
2357
+ setisolationmenu8(false);
2358
+ }}
2359
+ style={{
2360
+ position: 'relative',
2361
+ }}
2362
+ >
2363
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2364
+ خرسانية من البولي يوريثين
2365
+ </p>
2366
+ </div>
2367
+ </div>
2368
+ {isolationmenu8 == true && (
2369
+ <li
2370
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
2371
+ style={{
2372
+ left: langdetect == 'en' ? 0 : '',
2373
+ right: langdetect == 'ar' ? 0 : '',
2374
+ marginTop: '-20%',
2375
+ position: 'absolute',
2376
+ }}
2377
+ >
2378
+ <ul
2379
+ class="mt-2"
2380
+ sytle={{
2381
+ width: '200px',
2382
+ }}
2383
+ >
2384
+ <li class="dropdown d-flex align-items-center w-100">
2385
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2386
+ <div
2387
+ className={
2388
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2389
+ }
2390
+ onClick={() => {
2391
+ // routingcountext('substitution-layers', false, '');
2392
+ }}
2393
+ >
2394
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2395
+ ارضيات Dur-A-Flex
2396
+ </p>
2397
+ </div>
2398
+ </div>
2399
+ </li>
2400
+ <li class="dropdown d-flex align-items-center w-100">
2401
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2402
+ <div
2403
+ className={
2404
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2405
+ }
2406
+ onClick={() => {
2407
+ // routingcountext('substitution-layers', false, '');
2408
+ }}
2409
+ >
2410
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2411
+ ارضيات مصانع معالجة الاغذية
2412
+ </p>
2413
+ </div>
2414
+ </div>
2415
+ </li>
2416
+ </ul>
2417
+ </li>
2418
+ )}
2419
+ </li>
2420
+ <li class="dropdown d-flex align-items-center w-100">
2421
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2422
+ <div
2423
+ className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}
2424
+ onMouseEnter={() => {
2425
+ setisolationmenu9(true);
2426
+ }}
2427
+ onMouseLeave={() => {
2428
+ setisolationmenu9(false);
2429
+ }}
2430
+ style={{
2431
+ position: 'relative',
2432
+ }}
2433
+ >
2434
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>الخرسانة الزخرفية</p>
2435
+ </div>
2436
+ </div>
2437
+ {isolationmenu9 == true && (
2438
+ <li
2439
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
2440
+ style={{
2441
+ left: langdetect == 'en' ? 0 : '',
2442
+ right: langdetect == 'ar' ? 0 : '',
2443
+ marginTop: '-20%',
2444
+ position: 'absolute',
2445
+ }}
2446
+ >
2447
+ <ul
2448
+ class="mt-2"
2449
+ sytle={{
2450
+ width: '200px',
2451
+ }}
2452
+ >
2453
+ <li class="dropdown d-flex align-items-center w-100">
2454
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2455
+ <div
2456
+ className={
2457
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2458
+ }
2459
+ onClick={() => {
2460
+ // routingcountext('substitution-layers', false, '');
2461
+ }}
2462
+ >
2463
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2464
+ الخرسانة المزخرفة
2465
+ </p>
2466
+ </div>
2467
+ </div>
2468
+ </li>
2469
+ <li class="dropdown d-flex align-items-center w-100">
2470
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2471
+ <div
2472
+ className={
2473
+ ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
2474
+ }
2475
+ onClick={() => {
2476
+ // routingcountext('substitution-layers', false, '');
2477
+ }}
2478
+ >
2479
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2480
+ تجديد سطح الممرات
2481
+ </p>
2482
+ </div>
2483
+ </div>
2484
+ </li>
2485
+ </ul>
2486
+ </li>
2487
+ )}
2488
+ </li>
2489
+ <li class="dropdown d-flex align-items-center w-100">
2490
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2491
+ <div className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}>
2492
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2493
+ ارضيات من الخشب الصلب
2494
+ </p>
2495
+ </div>
2496
+ </div>
2497
+ </li>
2498
+ <li class="dropdown d-flex align-items-center w-100">
2499
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2500
+ <div className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}>
2501
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>
2502
+ ارضيات الصالات الرياضية
2503
+ </p>
2504
+ </div>
2505
+ </div>
2506
+ </li>
2507
+ </ul>
2508
+ </li>
2509
+ </div>
2510
+ )}
2511
+ </div>
2512
+ );
2513
+ } else if (item.pagename == 'Projects') {
2514
+ return (
2515
+ <div
2516
+ class={`${activeclass}` + ' cursor-pointer dropdownoutersecuritykey '}
2517
+ style={{
2518
+ marginRight: langdetect == 'en' ? '25px' : 0,
2519
+ marginLeft: langdetect == 'en' ? 0 : '25px',
2520
+ }}
2521
+ onMouseEnter={() => {
2522
+ setflooringmenu2(true);
2523
+ }}
2524
+ >
2525
+ <div class={`${header_cssstyles.navbar_item_text}`}>{langdetect == 'en' ? item.pagename : item.pagename_ar}</div>
2526
+ {flooringmenu2 == true && (
2527
+ <div class="w-100">
2528
+ <li
2529
+ class={langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100'}
2530
+ style={{
2531
+ left: langdetect == 'en' ? '10%' : '',
2532
+ right: langdetect == 'ar' ? '10%' : '',
2533
+ }}
2534
+ >
2535
+ <ul
2536
+ class="mt-2"
2537
+ sytle={{
2538
+ width: '200px',
2539
+ }}
2540
+ >
2541
+ <li class="dropdown d-flex align-items-center w-100">
2542
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2543
+ <div className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}>
2544
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>سابقة الاعمال </p>
2545
+ </div>
2546
+ </div>
2547
+ </li>
2548
+ <li class="dropdown d-flex align-items-center w-100">
2549
+ <div class={' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '}>
2550
+ <div className={' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '}>
2551
+ <p class={`${header_cssstyles.navbar_item_text}` + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '}>بعض اعمال الشركة</p>
2552
+ </div>
2553
+ </div>
2554
+ </li>
2555
+ </ul>
2556
+ </li>
2557
+ </div>
2558
+ )}
2559
+ </div>
2560
+ );
2561
+ }
2562
+ }
2563
+ } else {
2564
+ if (item.isnavigation == 1 && item.isactive == 1) {
2565
+ return (
2566
+ <div
2567
+ class={`${activeclass}` + ' cursor-pointer scrollhorizontalcard '}
2568
+ onClick={() => {
2569
+ routingcountext(item.navigationroute);
2570
+ }}
2571
+ style={{
2572
+ marginRight: langdetect == 'en' ? '25px' : 0,
2573
+ marginLeft: langdetect == 'en' ? 0 : '25px',
2574
+ }}
2575
+ >
2576
+ <div class={`${header_cssstyles.navbar_item_text}`}> {langdetect == 'en' ? item.pagename : item.pagename_ar}</div>
2577
+ </div>
2578
+ );
2579
+ }
2580
+ }
2581
+ })}
2582
+ </div>
2583
+ {sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && (
2584
+ <Subheader
2585
+ sectionpropertiesprops={sectionproperties}
2586
+ actions={actions}
2587
+ subheaderpropertiesprops={{
2588
+ subheaderpositionprops: 'in nav',
2589
+ paddingLeftprops: '25px',
2590
+ paddingRightprops: '25px',
2591
+ subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
2592
+ }}
2593
+ />
2594
+ )}
2595
+ </div>
2596
+ {authdetailsContext != undefined && authdetailsContext?.instinfo?.instcurrencies?.length > 1 && (
2597
+ <div class={'col-lg-2 d-flex align-items-center justify-content-end '}>
2598
+ <Dropdown>
2599
+ <Dropdown.Toggle>
2600
+ <li class={' d-flex align-items-center justify-content-center '}>
2601
+ {langdetect == 'en' && (
2602
+ <div class={' row m-0 w-100 d-flex align-items-center '}>
2603
+ <FaMoneyBillWave />
2604
+ <p class="m-0 p-0 mr-2 ml-2">{authdetailsContext?.currencyname_en}</p>
2605
+ <MdKeyboardArrowDown />
2606
+ </div>
2607
+ )}
2608
+ {langdetect == 'ar' && (
2609
+ <div class={' row m-0 w-100 d-flex align-items-center '}>
2610
+ <FaMoneyBillWave />
2611
+ <p class="m-0 p-0 ml-2 mr-2">{authdetailsContext?.currencyname_ar}</p>
2612
+ <MdKeyboardArrowDown />
2613
+ </div>
2614
+ )}
2615
+ </li>
2616
+ </Dropdown.Toggle>
2617
+ <Dropdown.Menu>
2618
+ {authdetailsContext?.instinfo?.instcurrencies?.map(function (item, index) {
2619
+ return (
2620
+ <Dropdown.Item
2621
+ onClick={() => {
2622
+ setcurrencyfunccontext(item);
2623
+ }}
2624
+ >
2625
+ <div class="row m-0 w-100">
2626
+ <div class="col-lg-12 p-0 d-flex justify-content-start">
2627
+ <div class={`${header_cssstyles.dropdownitemcontainer}`}>
2628
+ <p
2629
+ class={'dropdownitem d-flex align-items-center justify-content-center m-0 p-0'}
2630
+ style={{
2631
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
2632
+ fontWeight: sectionproperties.dropdown_fontweight,
2633
+ textTransform: sectionproperties.dropdown_texttransform,
2634
+ }}
2635
+ >
2636
+ <FaMoneyBillWave />
2637
+ <span class={'ml-2 mr-2'}>{langdetect == 'en' ? item.currencyname_en : item.currencyname_ar}</span>
2638
+ </p>
2639
+ </div>
2640
+ </div>
2641
+ {index != authdetailsContext?.instinfo?.instcurrencies?.length - 1 && (
2642
+ <div class="col-lg-12 p-0">
2643
+ <hr class="m-0" />
2644
+ </div>
2645
+ )}
2646
+ </div>
2647
+ </Dropdown.Item>
2648
+ );
2649
+ })}
2650
+ </Dropdown.Menu>
2651
+ </Dropdown>
2652
+ </div>
2653
+ )}
2654
+ {sectionproperties.btninsearch == 'Show' && (
2655
+ <div
2656
+ class={'col-lg-3 d-none d-lg-flex flex-row justify-content-end align-items-center'}
2657
+ style={{
2658
+ position: 'relative',
2659
+ }}
2660
+ onClick={() => {
2661
+ setsidecartnavshowcontext(true);
2662
+ }}
2663
+ >
2664
+ <div style={{ position: 'relative' }} class={`${header_cssstyles.cart_btn}` + ' cursor-pointer d-flex align-items-center justify-content-end '}>
2665
+ <div class={`${header_cssstyles.badge_counter_header_notifications} ${header_cssstyles.cartbadge}`}>
2666
+ {fetchcustomercartQueryContext?.data?.data?.customercart != null ? fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.length : 0}
2667
+ </div>
2668
+ <i class="h-100 allcentered">
2669
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
2670
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
2671
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag size={sectionproperties.cartBtn_iconFontSize} />}
2672
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
2673
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
2674
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
2675
+ </i>
2676
+ </div>
2677
+ <div class={langdetect == 'en' ? 'ml-2' : 'mr-2'}>
2678
+ <div class="row m-0 w-100 d-flex align-items-center flex-column justify-content-start">
2679
+ <p
2680
+ class="m-0 p-0 w-100"
2681
+ style={{
2682
+ textAlign: langdetect == 'en' ? 'left' : 'right',
2683
+ color: sectionproperties.cartBtnTextcolor,
2684
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
2685
+ lineHeight: sectionproperties.cartBtnTextfontsize + 'px',
2686
+ fontWeight: sectionproperties.cartBtnTextfontweight,
2687
+ textTransform: sectionproperties.cartBtnTexttransform,
2688
+ cursor: 'pointer',
2689
+ }}
2690
+ >
2691
+ {lang.cart}
2692
+ </p>
2693
+ <p
2694
+ class="m-0 text-left"
2695
+ style={{
2696
+ color: sectionproperties.card_secondarycolor,
2697
+ fontSize: sectionproperties.secondaryfontsize + 'px',
2698
+ fontWeight: sectionproperties.secondaryfontweight,
2699
+ cursor: 'pointer',
2700
+ }}
2701
+ >
2702
+ {langdetect == 'en' ? authdetailsContext?.currencyname_en : ''} {subtotalcart()} {langdetect == 'en' ? '' : authdetailsContext?.currencyname_ar}
2703
+ </p>
2704
+ </div>
2705
+ </div>
2706
+ </div>
2707
+ )}
2708
+ </div>
2709
+ )}
2710
+
2711
+ {sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && (
2712
+ <div class="col-lg-12 p-0">
2713
+ <Subheader
2714
+ actions={actions}
2715
+ sectionpropertiesprops={sectionproperties}
2716
+ subheaderpropertiesprops={{
2717
+ subheaderpositionprops: 'Full Width',
2718
+ paddingLeftprops: '25px',
2719
+ paddingRightprops: '25px',
2720
+ subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
2721
+ }}
2722
+ />
2723
+ </div>
2724
+ )}
2725
+ </div>
2726
+ {sectionproperties.responsiveheaderstyle == 'Style 1' && <Headerresponsive sectionpropertiesprops={sectionproperties} actions={actions} />}
2727
+ {sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && <Headerresponsive sectionpropertiesprops={sectionproperties} actions={actions} />}
2728
+ {sectionproperties.responsiveheaderstyle == 'Style 2' && <HeaderresponsiveStyle2 sectionpropertiesprops={sectionproperties} actions={actions} />}
2729
+ {sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && <HeaderresponsiveStyle2 sectionpropertiesprops={sectionproperties} actions={actions} />}
2730
+ {sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && <HeaderresponsiveStyle2 sectionpropertiesprops={sectionproperties} actions={actions} />}
2731
+ {sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader Only' && <HeaderresponsiveStyle2 sectionpropertiesprops={sectionproperties} actions={actions} />}
2732
+
2733
+ {/* <Headerresponsive sectionpropertiesprops={sectionproperties} actions={actions} /> */}
2734
+ </div>
2735
+ // <div
2736
+ // class="row w-100 ml-0 mr-0 d-flex justify-content-center"
2737
+ // style={{
2738
+ // marginTop: sectionproperties.header_marginTop + 'px',
2739
+ // marginBottom: sectionproperties.header_marginBottom + 'px',
2740
+ // }}
2741
+ // >
2742
+ // {sectionproperties.youtbtn_show == 'Show' && (
2743
+ // <>
2744
+ // <a href={'tel:' + authdetailsContext?.CuContactphonenumber} target={'_self'} style={{ position: 'fixed', bottom: 60, right: 10, zIndex: 999999, transition: 'all 0.3s ease-out' }}>
2745
+ // <i class={langdetect == 'en' ? 'h-100 d-flex align-items-center justify-content-center mr-2' : 'h-100 d-flex align-items-center justify-content-center ml-2'}>
2746
+ // <FiPhone size={30} color={sectionproperties.uppersection_iconcolor} style={{ transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)' }} />
2747
+ // </i>
2748
+ // </a>
2749
+ // <a
2750
+ // href={'https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber}
2751
+ // target={'_blank'}
2752
+ // style={{ position: 'fixed', bottom: 10, right: 10, zIndex: 999999, transition: 'all 0.3s ease-out' }}
2753
+ // >
2754
+ // <img src={whatsappicon} style={{ width: '40px', height: '40px', cursor: 'pointer' }} />
2755
+ // </a>
2756
+ // </>
2757
+ // )}
2758
+ // <div
2759
+ // class={`${header_cssstyles.headercontainer}` + ' row ml-0 mr-0 d-flex d-md-none align-items-center '}
2760
+ // style={{
2761
+ // position: sectionproperties.headerstyles_position,
2762
+ // top: 0,
2763
+ // }}
2764
+ // >
2765
+ // {/* Upper Header */}
2766
+ // <div class={' col-lg-12 p-0 '}>
2767
+ // <div class={header_cssstyles.upperheadersection + ' row w-100 m-0 align-items-center px-1025-1 '}>
2768
+ // <div class="col-lg-2 p-0">
2769
+ // <div
2770
+ // class={`${header_cssstyles.header_logo}` + ' d-flex align-items-center justify-content-center '}
2771
+ // style={{ cursor: 'pointer' }}
2772
+ // onClick={() => {
2773
+ // routingcountext('home');
2774
+ // }}
2775
+ // >
2776
+ // <Imagekitimagecomp
2777
+ // urlEndpoint={ikimagecredcontext?.ikimageendpoint}
2778
+ // publicKey={ikimagecredcontext?.ikimagepublickey}
2779
+ // path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
2780
+ // style={{
2781
+ // maxWidth: '100%',
2782
+ // maxHeight: '100%',
2783
+ // }}
2784
+ // />
2785
+ // </div>
2786
+ // </div>
2787
+
2788
+ // <div
2789
+ // class={
2790
+ // sectionproperties.showfooterphonenumber == 'Show' ? (sectionproperties.btninsearch == 'Show' ? 'col-xl-5 col-lg-4 p-lg-0' : 'col-xl-4 col-lg-3 p-0') : 'col-lg-6 p-0'
2791
+ // }
2792
+ // style={{
2793
+ // position: 'relative',
2794
+ // }}
2795
+ // >
2796
+ // <div class="row m-0 w-100">
2797
+ // {sectionproperties.btninsearch == 'Show' && (
2798
+ // <div
2799
+ // class={'col-xl-3 col-lg-4 p-0 d-flex align-items-center justify-content-start '}
2800
+ // onClick={() => {
2801
+ // setdropdownselect(!dropdownselect);
2802
+ // }}
2803
+ // >
2804
+ // <div
2805
+ // class={`${header_cssstyles.categorybtn}` + ' categoriesdropdown d-flex w-100 align-items-center pl-2 pr-2 '}
2806
+ // style={{
2807
+ // borderTopRightRadius: langdetect == 'en' ? 0 : '',
2808
+ // borderBottomRightRadius: langdetect == 'en' ? 0 : '',
2809
+ // borderBottomLeftRadius: langdetect == 'ar' ? 0 : '',
2810
+ // borderTopLeftRadius: langdetect == 'ar' ? 0 : '',
2811
+ // zIndex: 100,
2812
+ // }}
2813
+ // >
2814
+ // <li class={langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'}>
2815
+ // <div class={' m-0 allcentered cursor-pointer px-2 p-lg-0 '}>
2816
+ // <div class={'col-lg-10 d-flex justify-content-start m-0 p-0'}>
2817
+ // {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
2818
+ // </div>
2819
+ // <div class="col-lg-2 p-0 h-100 d-flex align-items-center justify-content-end d-xl-flex d-lg-none">
2820
+ // <i class="h-100 d-flex align-items-center justify-content-end">
2821
+ // {dropdownselect ? <MdKeyboardArrowUp size={25} /> : <MdKeyboardArrowDown size={25} />}
2822
+ // </i>
2823
+ // </div>
2824
+ // </div>
2825
+ // <ul
2826
+ // class="mt-2"
2827
+ // sytle={{
2828
+ // width: '200px',
2829
+ // }}
2830
+ // >
2831
+ // {sectionproperties.fetchparenttype == 'Categories' &&
2832
+ // authdetailsContext?.instinfo?.instcategories?.map((item, index) => {
2833
+ // var fetchedarray = authdetailsContext?.instinfo?.instcategories;
2834
+ // if (item.isshowntocustomers == 1) {
2835
+ // return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
2836
+ // }
2837
+ // })}
2838
+ // {sectionproperties.fetchparenttype == 'Parent Collections' &&
2839
+ // pcollarray?.map((item, index) => {
2840
+ // var fetchedarray = pcollarray;
2841
+ // if (item.isshowntocustomers == 1) {
2842
+ // return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
2843
+ // }
2844
+ // })}
2845
+ // {sectionproperties.fetchparenttype == 'Collections' &&
2846
+ // authdetailsContext?.instinfo?.instcollections?.map((item, index) => {
2847
+ // var fetchedarray = authdetailsContext?.instinfo?.instcollections;
2848
+ // if (item.isshowntocustomers == 1) {
2849
+ // return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
2850
+ // }
2851
+ // })}
2852
+ // </ul>
2853
+ // </li>
2854
+ // </div>
2855
+ // </div>
2856
+ // )}
2857
+ // <div class={sectionproperties.btninsearch == 'Show' ? 'col-xl-9 col-lg-8 p-0 d-flex justify-content-start align-items-center' : 'col-xl-12 p-0 '}>
2858
+ // <div
2859
+ // class={header_cssstyles.searchbarcont}
2860
+ // style={{
2861
+ // position: 'relative',
2862
+ // borderTopRightRadius: sectionproperties.btninsearch == 'Show' ? (langdetect == 'ar' ? 0 : '') : '',
2863
+ // borderBottomRightRadius: sectionproperties.btninsearch == 'Show' ? (langdetect == 'ar' ? 0 : '') : '',
2864
+ // borderBottomLeftRadius: sectionproperties.btninsearch == 'Show' ? (langdetect == 'en' ? 0 : '') : '',
2865
+ // borderTopLeftRadius: sectionproperties.btninsearch == 'Show' ? (langdetect == 'en' ? 0 : '') : '',
2866
+ // }}
2867
+ // >
2868
+ // <input
2869
+ // type="text"
2870
+ // placeholder={lang.searchproducts}
2871
+ // class={`${header_cssstyles.searchbarcont_input}`}
2872
+ // onChange={(event) => {
2873
+ // setSearchHeaderInputContext(event.target.value);
2874
+ // }}
2875
+ // />
2876
+ // <button class={` ${header_cssstyles.searchbar_icon_cont}` + ' d-flex align-items-center justify-content-center '}>
2877
+ // <BsSearch color={sectionproperties.searchbaricon_color} size={sectionproperties.searchbaricon_fontsize} />
2878
+ // </button>
2879
+ // <Searchlist sectionpropertiesprops={sectionproperties} srcfromprops={'headerfullwidth'} actions={actions} />
2880
+ // </div>
2881
+ // </div>
2882
+ // </div>
2883
+ // </div>
2884
+ // {sectionproperties.showfooterphonenumber == 'Show' && (
2885
+ // <div
2886
+ // class={
2887
+ // sectionproperties.btninsearch == 'Show'
2888
+ // ? 'col-xl-2 col-lg-3 d-flex flex-column align-items-center justfiy-content-center'
2889
+ // : 'col-lg-3 d-flex flex-column align-items-center justfiy-content-center'
2890
+ // }
2891
+ // >
2892
+ // <div
2893
+ // class={header_cssstyles.storeinfocontainer + ' row m-0 w-100 d-flex align-items-center justify-content-center cursor-pointer '}
2894
+ // onClick={() => {
2895
+ // window.open('tel:' + authdetailsContext?.CuContactphonenumber, '_blank');
2896
+ // }}
2897
+ // >
2898
+ // <i
2899
+ // class={
2900
+ // langdetect == 'en'
2901
+ // ? header_cssstyles.storeinfotext + ' storeinfotext h-100 d-flex align-items-center justify-content-center mr-2 '
2902
+ // : header_cssstyles.storeinfotext + ' storeinfotext h-100 d-flex align-items-center justify-content-center ml-2 '
2903
+ // }
2904
+ // >
2905
+ // <FiPhone size={30} style={{ transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)' }} />
2906
+ // </i>
2907
+ // <div class="d-flex align-items-center flex-column">
2908
+ // <p class={header_cssstyles.storeinfotext + ' m-0 storeinfotext '}>{authdetailsContext?.instinfo?.contactinfo?.mobile}</p>
2909
+ // <p
2910
+ // class="mb-0 w-100"
2911
+ // style={{
2912
+ // textAlign: langdetect == 'en' ? 'right' : 'left',
2913
+ // color: sectionproperties.footerinfotext_secondarycolor,
2914
+ // fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
2915
+ // fontWeight: sectionproperties.footerinfotext_secondaryfontweight,
2916
+ // }}
2917
+ // >
2918
+ // {langdetect == 'en' ? sectionproperties.footerinfotext_en : sectionproperties.footerinfotext_ar}
2919
+ // </p>
2920
+ // </div>
2921
+ // </div>
2922
+ // </div>
2923
+ // )}
2924
+ // <div
2925
+ // class={
2926
+ // sectionproperties.showfooterphonenumber == 'Show'
2927
+ // ? sectionproperties.btninsearch == 'Show'
2928
+ // ? 'col-xl-3 col-lg-3 d-flex align-items-center p-0 pr-0'
2929
+ // : langdetect == 'en'
2930
+ // ? 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pl-0'
2931
+ // : 'col-xl-3 col-lg-4 d-flex align-items-center p-0 pr-0'
2932
+ // : 'col-lg-4 d-flex align-items-center'
2933
+ // }
2934
+ // >
2935
+ // <div
2936
+ // class={'row w-100 m-0 align-items-center justify-content-between plr-1025-0'}
2937
+ // style={{
2938
+ // paddingLeft:
2939
+ // langdetect == 'en'
2940
+ // ? sectionproperties.showfooterphonenumber == 'Show'
2941
+ // ? authdetailsContext.loggedin == true
2942
+ // ? '.3rem'
2943
+ // : '3rem'
2944
+ // : authdetailsContext.loggedin == true
2945
+ // ? '4rem'
2946
+ // : '6rem'
2947
+ // : 0,
2948
+ // paddingRight:
2949
+ // langdetect == 'en'
2950
+ // ? 0
2951
+ // : sectionproperties.showfooterphonenumber == 'Show'
2952
+ // ? authdetailsContext.loggedin == true
2953
+ // ? '1rem'
2954
+ // : '3rem'
2955
+ // : authdetailsContext.loggedin == true
2956
+ // ? '4rem'
2957
+ // : '6rem',
2958
+ // }}
2959
+ // >
2960
+ // <Dropdown>
2961
+ // <Dropdown.Toggle>
2962
+ // {!authdetailsContext.loggedin && (
2963
+ // <div class={header_cssstyles.user_btnContainer + ' d-flex align-items-center justify-content-end p-0 cursor-pointer pt-1 '}>
2964
+ // <div class={header_cssstyles.user_btn + ' user_btnbg allcentered p-0 '}>
2965
+ // <BiUser size={sectionproperties.userBtniconfontsize} />
2966
+ // </div>
2967
+ // <p
2968
+ // class={header_cssstyles.loggedinusername + ' user_btn mb-0 p-0 '}
2969
+ // style={{ marginLeft: langdetect == 'en' ? '3px' : 0, marginRight: langdetect == 'en' ? 0 : '3px' }}
2970
+ // >
2971
+ // {lang.login}
2972
+ // </p>
2973
+ // </div>
2974
+ // )}
2975
+ // {authdetailsContext.loggedin && (
2976
+ // <div class={header_cssstyles.loggedinuserbtnContainer + ' allcentered '} sytle={{ position: 'relative' }}>
2977
+ // <div class={header_cssstyles.loggedinuserbtn + ' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '}>
2978
+ // <i class={' h-100 allcentered '}>
2979
+ // <BiUser size={sectionproperties.loggedinusericonfontsize} />
2980
+ // </i>
2981
+ // </div>
2982
+ // <div
2983
+ // class="m-0 p-0"
2984
+ // style={{
2985
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
2986
+ // }}
2987
+ // >
2988
+ // <p
2989
+ // class="m-0 p-0"
2990
+ // style={{
2991
+ // color: sectionproperties.greetingtextcolor,
2992
+ // fontSize: sectionproperties.greetingtextfontsize + 'px',
2993
+ // lineHeight: sectionproperties.greetingtextfontsize + 'px',
2994
+ // fontWeight: 400,
2995
+ // }}
2996
+ // >
2997
+ // {lang.hello}
2998
+ // {langdetect == 'en' ? ',' : '،'}
2999
+ // </p>
3000
+ // <p class={header_cssstyles.loggedinusername + ' loggedinuserbtn text-overflow m-0 p-0 '} style={{ maxWidth: '100px' }}>
3001
+ // {authdetailsContext?.customerinfo?.name}
3002
+ // </p>
3003
+ // </div>
3004
+ // </div>
3005
+ // )}
3006
+ // </Dropdown.Toggle>
3007
+ // {!authdetailsContext.loggedin && (
3008
+ // <Dropdown.Menu>
3009
+ // <Dropdown.Item
3010
+ // onClick={() => {
3011
+ // routingcountext(StaticPagesLinksContext.Login);
3012
+ // }}
3013
+ // >
3014
+ // <div class={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
3015
+ // <p class={`${header_cssstyles.dropdownitem}` + ' d-flex align-items-center dropdownitem m-0 p-0 '}>
3016
+ // <AiOutlineLogin />
3017
+ // <span class="ml-2 mr-2">{lang.login}</span>
3018
+ // </p>
3019
+ // </div>
3020
+ // </Dropdown.Item>
3021
+ // <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
3022
+ // <Dropdown.Item
3023
+ // onClick={() => {
3024
+ // routingcountext(StaticPagesLinksContext.Signup);
3025
+ // }}
3026
+ // >
3027
+ // <div class={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
3028
+ // <p class={`${header_cssstyles.dropdownitem}` + ' d-flex align-items-center dropdownitem m-0 p-0 '}>
3029
+ // <AiOutlineUserAdd />
3030
+ // <span class="ml-2 mr-2">{lang.signup}</span>
3031
+ // </p>
3032
+ // </div>
3033
+ // </Dropdown.Item>
3034
+ // </Dropdown.Menu>
3035
+ // )}
3036
+ // {authdetailsContext.loggedin && (
3037
+ // <Dropdown.Menu style={{ minWidth: '200px' }}>
3038
+ // <Dropdown.Item>
3039
+ // <div class={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
3040
+ // <span
3041
+ // style={{
3042
+ // color: sectionproperties.greetingtextcolor,
3043
+ // fontSize: sectionproperties.dropdown_fontsize + 'px',
3044
+
3045
+ // fontWeight: 400,
3046
+ // }}
3047
+ // >
3048
+ // {lang.hello},
3049
+ // </span>
3050
+ // <p
3051
+ // class={`${header_cssstyles.dropdownitem}` + ' font-weight-600 ml-1 mr-1 text-overflow text-capitalize dropdownitem m-0 p-0 '}
3052
+ // style={{ maxWidth: '120px' }}
3053
+ // onClick={() => {
3054
+ // routingcountext(StaticPagesLinksContext.accountinfo);
3055
+ // }}
3056
+ // >
3057
+ // {authdetailsContext?.customerinfo?.name}
3058
+ // </p>
3059
+ // </div>
3060
+ // </Dropdown.Item>
3061
+ // <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
3062
+ // <Dropdown.Item
3063
+ // onClick={() => {
3064
+ // routingcountext(StaticPagesLinksContext.Ordershistory);
3065
+ // }}
3066
+ // >
3067
+ // <div class={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
3068
+ // <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
3069
+ // {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag />}
3070
+ // {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag />}
3071
+ // {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag />}
3072
+ // {sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag />}
3073
+ // {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart />}
3074
+ // {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart />}
3075
+ // <span class="ml-2 mr-2">{lang.orderhistory}</span>
3076
+ // </p>
3077
+ // </div>
3078
+ // </Dropdown.Item>
3079
+ // <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
3080
+ // <Dropdown.Item
3081
+ // onClick={() => {
3082
+ // routingcountext(StaticPagesLinksContext.Wishlist);
3083
+ // }}
3084
+ // >
3085
+ // <div class={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
3086
+ // <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
3087
+ // {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart />}
3088
+ // {sectionproperties.faviconshape == 'Star Shape' && <AiFillStar />}
3089
+ // <span class="ml-2 mr-2">{lang.wishlist}</span>
3090
+ // </p>
3091
+ // </div>
3092
+ // </Dropdown.Item>
3093
+ // <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
3094
+ // <Dropdown.Item
3095
+ // onClick={() => {
3096
+ // routingcountext(StaticPagesLinksContext.Policies);
3097
+ // }}
3098
+ // >
3099
+ // <div class={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
3100
+ // <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
3101
+ // <AiOutlineSecurityScan />
3102
+ // <span class="ml-2 mr-2">{lang.policies}</span>
3103
+ // </p>
3104
+ // </div>
3105
+ // </Dropdown.Item>
3106
+ // <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
3107
+ // <Dropdown.Item
3108
+ // onClick={() => {
3109
+ // LogoutMutationContext.mutate();
3110
+ // }}
3111
+ // >
3112
+ // <div class={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
3113
+ // <p class={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
3114
+ // <BiLogOutCircle />
3115
+ // <span class="ml-2 mr-2">{lang.logout}</span>
3116
+ // </p>
3117
+ // </div>
3118
+ // </Dropdown.Item>
3119
+ // </Dropdown.Menu>
3120
+ // )}
3121
+ // </Dropdown>
3122
+ // <div class="d-flex flex-row p-0 align-items-center">
3123
+ // <div
3124
+ // style={{ position: 'relative' }}
3125
+ // class="cursor-pointer d-flex d-flex align-items-center"
3126
+ // onClick={() => {
3127
+ // routingcountext(StaticPagesLinksContext.Wishlist);
3128
+ // }}
3129
+ // >
3130
+ // <span class={`${header_cssstyles.wishlist_btn}`}>
3131
+ // <i class="h-100 allcentered">
3132
+ // {sectionproperties.faviconshape == 'Heart Shape' && (
3133
+ // <FaRegHeart
3134
+ // style={{
3135
+ // position: 'relative',
3136
+ // }}
3137
+ // />
3138
+ // )}
3139
+ // {sectionproperties.faviconshape == 'Star Shape' && (
3140
+ // <AiFillStar
3141
+ // style={{
3142
+ // position: 'relative',
3143
+ // }}
3144
+ // />
3145
+ // )}
3146
+ // </i>
3147
+ // </span>
3148
+ // <div class={`${header_cssstyles.badge_counter_header_notifications} ${header_cssstyles.wishlistbadge}`}>
3149
+ // <span> {favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length}</span>
3150
+ // </div>
3151
+ // </div>
3152
+ // </div>
3153
+ // <div
3154
+ // class={
3155
+ // sectionproperties.btninsearch == 'Show'
3156
+ // ? sectionproperties.showfooterphonenumber == 'Show'
3157
+ // ? 'd-flex d-lg-none flex-row justify-content-end align-items-center'
3158
+ // : 'd-flex flex-row justify-content-end align-items-center'
3159
+ // : 'd-flex flex-row justify-content-end align-items-center'
3160
+ // }
3161
+ // >
3162
+ // <div
3163
+ // class="row w-100 m-0 align-items-center d-flex flex-row justify-content-end"
3164
+ // style={{
3165
+ // position: 'relative',
3166
+ // }}
3167
+ // onClick={() => {
3168
+ // setsidecartnavshowcontext(true);
3169
+ // }}
3170
+ // >
3171
+ // <div style={{ position: 'relative' }} class={`${header_cssstyles.cart_btn}` + ' cursor-pointer d-flex align-items-center justify-content-center '}>
3172
+ // <div class={`${header_cssstyles.badge_counter_header_notifications} ${header_cssstyles.cartbadge}`}>
3173
+ // {fetchcustomercartQueryContext?.data?.data?.customercart != null ? fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.length : 0}
3174
+ // </div>
3175
+ // <i class="h-100 allcentered">
3176
+ // {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
3177
+ // {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
3178
+ // {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag size={sectionproperties.cartBtn_iconFontSize} />}
3179
+ // {sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
3180
+ // {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
3181
+ // {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
3182
+ // </i>
3183
+ // </div>
3184
+ // <div class={langdetect == 'en' ? 'ml-2 d-flex d-lg-none' : 'mr-2 d-flex d-lg-none'}>
3185
+ // <div class="row m-0 w-100 d-flex align-items-center flex-column justify-content-start">
3186
+ // <p
3187
+ // class="m-0 p-0 w-100"
3188
+ // style={{
3189
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
3190
+ // color: sectionproperties.cartBtnTextcolor,
3191
+ // fontSize: sectionproperties.cartBtnTextfontsize + 'px',
3192
+ // lineHeight: sectionproperties.cartBtnTextfontsize + 'px',
3193
+ // fontWeight: sectionproperties.cartBtnTextfontweight,
3194
+ // textTransform: sectionproperties.cartBtnTexttransform,
3195
+ // cursor: 'pointer',
3196
+ // }}
3197
+ // >
3198
+ // {lang.cart}
3199
+ // </p>
3200
+ // <p
3201
+ // class="m-0 text-left"
3202
+ // style={{
3203
+ // color: sectionproperties.card_secondarycolor,
3204
+ // fontSize: sectionproperties.secondaryfontsize + 'px',
3205
+ // fontWeight: sectionproperties.secondaryfontweight,
3206
+ // cursor: 'pointer',
3207
+ // }}
3208
+ // >
3209
+ // {langdetect == 'en' ? authdetailsContext?.currencyname_en : ''} {subtotalcart()} {langdetect == 'en' ? '' : authdetailsContext?.currencyname_ar}
3210
+ // </p>
3211
+ // </div>
3212
+ // </div>
3213
+ // </div>
3214
+ // </div>
3215
+ // <div
3216
+ // class="d-flex flex-row justify-content-end align-items-center"
3217
+ // onClick={() => {
3218
+ // if (langdetect == 'en') {
3219
+ // setlang('ar');
3220
+ // } else {
3221
+ // setlang('en');
3222
+ // }
3223
+ // }}
3224
+ // >
3225
+ // {langdetect == 'en' && (
3226
+ // <div class={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
3227
+ // <img src={egyptflag} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} />
3228
+ // </div>
3229
+ // )}
3230
+ // {langdetect == 'ar' && (
3231
+ // <div class={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
3232
+ // <img src={usflag} style={{ maxWidth: '2.5vh', maxHeight: '2.5vh' }} />
3233
+ // </div>
3234
+ // )}
3235
+ // </div>
3236
+ // </div>
3237
+ // </div>
3238
+ // </div>
3239
+ // </div>
3240
+ // {/* Lower Header */}
3241
+ // {sectionproperties.showlowerheadersection == 'Show' && (
3242
+ // <div class="col-lg-12 p-0 d-flex justify-content-center" style={{ background: sectionproperties.uppersection_bgcolor }}>
3243
+ // <div class={`${header_cssstyles.divider}` + ' '}></div>
3244
+ // </div>
3245
+ // )}
3246
+ // {sectionproperties.showlowerheadersection == 'Show' && (
3247
+ // <div class={`${header_cssstyles.lowerheadercontainer}` + ' row w-100 m-0 align-items-center px-1025-1 '}>
3248
+ // {sectionproperties.btninsearch != 'Show' && (
3249
+ // <div
3250
+ // class={' col-xl-2 col-lg-3 d-flex align-items-center '}
3251
+ // onClick={() => {
3252
+ // setdropdownselect(!dropdownselect);
3253
+ // }}
3254
+ // >
3255
+ // <li class={langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'}>
3256
+ // <div class={`${header_cssstyles.categorybtn}` + ' m-0 allcentered cursor-pointer '}>
3257
+ // <i class={`${header_cssstyles.categorybtnicon}` + ' categorybtnicon d-flex align-items-center justify-content-center '}>
3258
+ // <HiMenuAlt4 size={sectionproperties.icontextfontsize} />
3259
+ // </i>
3260
+ // <p class={langdetect == 'en' ? ' m-0 p-0 ml-2' : ' m-0 p-0 mr-2 '}>
3261
+ // {langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar}
3262
+ // </p>
3263
+ // </div>
3264
+ // <ul class="w-100 mt-2">
3265
+ // {sectionproperties.fetchparenttype == 'Categories' &&
3266
+ // authdetailsContext?.instinfo?.instcategories?.map((item, index) => {
3267
+ // var fetchedarray = authdetailsContext?.instinfo?.instcategories;
3268
+ // if (item.isshowntocustomers == 1) {
3269
+ // return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
3270
+ // }
3271
+ // })}
3272
+ // {sectionproperties.fetchparenttype == 'Parent Collections' &&
3273
+ // pcollarray?.map((item, index) => {
3274
+ // var fetchedarray = pcollarray;
3275
+ // if (item.isshowntocustomers == 1) {
3276
+ // return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
3277
+ // }
3278
+ // })}
3279
+ // {sectionproperties.fetchparenttype == 'Collections' &&
3280
+ // authdetailsContext?.instinfo?.instcollections?.map((item, index) => {
3281
+ // var fetchedarray = authdetailsContext?.instinfo?.instcollections;
3282
+ // if (item.isshowntocustomers == 1) {
3283
+ // return <div class="w-100">{ButtonDropdown(item, index, fetchedarray)}</div>;
3284
+ // }
3285
+ // })}
3286
+ // </ul>
3287
+ // </li>
3288
+ // </div>
3289
+ // )}
3290
+ // <div
3291
+ // class={
3292
+ // sectionproperties.btninsearch != 'Show'
3293
+ // ? 'col-xl-10 col-lg-9 flex-row d-flex align-items-center justify-content-start'
3294
+ // : 'col-xl-12 col-lg-9 flex-row d-flex align-items-center justify-content-start'
3295
+ // }
3296
+ // >
3297
+ // <div
3298
+ // class={' scrollhorizontal w-100 align-items-center justify-content-start '}
3299
+ // style={{
3300
+ // display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
3301
+ // }}
3302
+ // >
3303
+ // {templatepropcontext.pagesnprop.map((item, index) => {
3304
+ // var activeclass = '';
3305
+ // var pagedisabled = '';
3306
+ // if (item.isselected) {
3307
+ // activeclass = header_cssstyles.navbar_item_active;
3308
+ // }
3309
+ // if (item.isnavigation == 1 && item.isactive == 1) {
3310
+ // return (
3311
+ // <div
3312
+ // class={`${activeclass}` + ' cursor-pointer scrollhorizontalcard '}
3313
+ // onClick={() => {
3314
+ // routingcountext(item.navigationroute);
3315
+ // }}
3316
+ // style={{
3317
+ // marginRight: langdetect == 'en' ? '25px' : 0,
3318
+ // marginLeft: langdetect == 'en' ? 0 : '25px',
3319
+ // }}
3320
+ // >
3321
+ // <div class={`${header_cssstyles.navbar_item_text}`}> {langdetect == 'en' ? item.pagename : item.pagename_ar}</div>
3322
+ // </div>
3323
+ // );
3324
+ // }
3325
+ // })}
3326
+ // </div>
3327
+ // {sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && (
3328
+ // <Subheader
3329
+ // sectionpropertiesprops={sectionproperties}
3330
+ // actions={actions}
3331
+ // subheaderpropertiesprops={{
3332
+ // subheaderpositionprops: 'in nav',
3333
+ // paddingLeftprops: '25px',
3334
+ // paddingRightprops: '25px',
3335
+ // }}
3336
+ // />
3337
+ // )}
3338
+ // </div>
3339
+ // {sectionproperties.btninsearch == 'Show' && (
3340
+ // <div
3341
+ // class={'col-lg-3 d-none d-lg-flex flex-row justify-content-end align-items-center'}
3342
+ // style={{
3343
+ // position: 'relative',
3344
+ // }}
3345
+ // onClick={() => {
3346
+ // setsidecartnavshowcontext(true);
3347
+ // }}
3348
+ // >
3349
+ // <div style={{ position: 'relative' }} class={`${header_cssstyles.cart_btn}` + ' cursor-pointer d-flex align-items-center justify-content-end '}>
3350
+ // <div class={`${header_cssstyles.badge_counter_header_notifications} ${header_cssstyles.cartbadge}`}>
3351
+ // {fetchcustomercartQueryContext?.data?.data?.customercart != null ? fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.length : 0}
3352
+ // </div>
3353
+ // <i class="h-100 allcentered">
3354
+ // {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
3355
+ // {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
3356
+ // {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag size={sectionproperties.cartBtn_iconFontSize} />}
3357
+ // {sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag size={sectionproperties.cartBtn_iconFontSize} />}
3358
+ // {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
3359
+ // {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtn_iconFontSize} />}
3360
+ // </i>
3361
+ // </div>
3362
+ // <div class={langdetect == 'en' ? 'ml-2' : 'mr-2'}>
3363
+ // <div class="row m-0 w-100 d-flex align-items-center flex-column justify-content-start">
3364
+ // <p
3365
+ // class="m-0 p-0 w-100"
3366
+ // style={{
3367
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
3368
+ // color: sectionproperties.cartBtnTextcolor,
3369
+ // fontSize: sectionproperties.cartBtnTextfontsize + 'px',
3370
+ // lineHeight: sectionproperties.cartBtnTextfontsize + 'px',
3371
+ // fontWeight: sectionproperties.cartBtnTextfontweight,
3372
+ // textTransform: sectionproperties.cartBtnTexttransform,
3373
+ // cursor: 'pointer',
3374
+ // }}
3375
+ // >
3376
+ // {lang.cart}
3377
+ // </p>
3378
+ // <p
3379
+ // class="m-0 text-left"
3380
+ // style={{
3381
+ // color: sectionproperties.card_secondarycolor,
3382
+ // fontSize: sectionproperties.secondaryfontsize + 'px',
3383
+ // fontWeight: sectionproperties.secondaryfontweight,
3384
+ // cursor: 'pointer',
3385
+ // }}
3386
+ // >
3387
+ // {langdetect == 'en' ? authdetailsContext?.currencyname_en : ''} {subtotalcart()} {langdetect == 'en' ? '' : authdetailsContext?.currencyname_ar}
3388
+ // </p>
3389
+ // </div>
3390
+ // </div>
3391
+ // </div>
3392
+ // )}
3393
+ // </div>
3394
+ // )}
3395
+
3396
+ // {sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && (
3397
+ // <div class="col-lg-12 p-0">
3398
+ // <Subheader
3399
+ // actions={actions}
3400
+ // sectionpropertiesprops={sectionproperties}
3401
+ // subheaderpropertiesprops={{
3402
+ // subheaderpositionprops: 'Full Width',
3403
+ // paddingLeftprops: '25px',
3404
+ // paddingRightprops: '25px',
3405
+ // }}
3406
+ // />
3407
+ // </div>
3408
+ // )}
3409
+ // </div>
3410
+ // <Headerresponsive sectionpropertiesprops={sectionproperties} actions={actions} />
3411
+ // </div>
3412
+ );
3413
+ };
3414
+ export default Header8;