tabexseriescomponents 0.0.706 → 0.0.708

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 (348) hide show
  1. package/package.json +1 -1
  2. package/srcoman/Contexts/LanguageContext.jsx +408 -0
  3. package/srcoman/Contexts/ProductsCardsSectionContext.jsx +36 -0
  4. package/srcoman/Imagekitconfig.jsx +46 -0
  5. package/srcoman/StylesJS/Customstyles.js +345 -0
  6. package/srcoman/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
  7. package/srcoman/TabexComponents/Cards/Card20/Card20.jsx +298 -0
  8. package/srcoman/TabexComponents/Cards/Card21/Card21.jsx +388 -0
  9. package/srcoman/TabexComponents/Cards/Card22/Card22.jsx +288 -0
  10. package/srcoman/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
  11. package/srcoman/TabexComponents/Cards/Card23/Card23.jsx +742 -0
  12. package/srcoman/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
  13. package/srcoman/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
  14. package/srcoman/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
  15. package/srcoman/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
  16. package/srcoman/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
  17. package/srcoman/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
  18. package/srcoman/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
  19. package/srcoman/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
  20. package/srcoman/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
  21. package/srcoman/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
  22. package/srcoman/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  23. package/srcoman/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
  24. package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
  25. package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
  26. package/srcoman/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
  27. package/srcoman/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
  28. package/srcoman/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
  29. package/srcoman/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
  30. package/srcoman/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
  31. package/srcoman/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
  32. package/srcoman/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
  33. package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
  34. package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
  35. package/srcoman/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
  36. package/srcoman/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  37. package/srcoman/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
  38. package/srcoman/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
  39. package/srcoman/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
  40. package/srcoman/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  41. package/srcoman/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
  42. package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
  43. package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
  44. package/srcoman/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
  45. package/srcoman/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
  46. package/srcoman/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  47. package/srcoman/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
  48. package/srcoman/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
  49. package/srcoman/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
  50. package/srcoman/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
  51. package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
  52. package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
  53. package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
  54. package/srcoman/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
  55. package/srcoman/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
  56. package/srcoman/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
  57. package/srcoman/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
  58. package/srcoman/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
  59. package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
  60. package/srcoman/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
  61. package/srcoman/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
  62. package/srcoman/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
  63. package/srcoman/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
  64. package/srcoman/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
  65. package/srcoman/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
  66. package/srcoman/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
  67. package/srcoman/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
  68. package/srcoman/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
  69. package/srcoman/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
  70. package/srcoman/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
  71. package/srcoman/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
  72. package/srcoman/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
  73. package/srcoman/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  74. package/srcoman/TabexComponents/Generalfiles/images/noimage.png +0 -0
  75. package/srcoman/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  76. package/srcoman/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  77. package/srcoman/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  78. package/srcoman/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  79. package/srcoman/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  80. package/srcoman/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  81. package/srcoman/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  82. package/srcoman/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  83. package/srcoman/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  84. package/srcoman/TabexComponents/Generalfiles/images/usflag.png +0 -0
  85. package/srcoman/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  86. package/srcoman/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
  87. package/srcoman/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
  88. package/srcoman/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
  89. package/srcoman/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
  90. package/srcoman/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
  91. package/srcoman/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
  92. package/srcoman/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
  93. package/srcoman/TabexComponents/Headers/Header4/Header4.jsx +622 -0
  94. package/srcoman/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
  95. package/srcoman/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
  96. package/srcoman/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
  97. package/srcoman/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
  98. package/srcoman/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
  99. package/srcoman/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
  100. package/srcoman/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
  101. package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
  102. package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
  103. package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
  104. package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
  105. package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1610 -0
  106. package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
  107. package/srcoman/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
  108. package/srcoman/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
  109. package/srcoman/TabexComponents/Headers/Modernheader/Modernheader.jsx +972 -0
  110. package/srcoman/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
  111. package/srcoman/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
  112. package/srcoman/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1073 -0
  113. package/srcoman/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
  114. package/srcoman/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
  115. package/srcoman/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
  116. package/srcoman/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
  117. package/srcoman/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
  118. package/srcoman/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
  119. package/srcoman/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
  120. package/srcoman/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
  121. package/srcoman/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
  122. package/srcoman/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
  123. package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
  124. package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
  125. package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
  126. package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
  127. package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
  128. package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
  129. package/srcoman/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
  130. package/srcoman/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
  131. package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
  132. package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
  133. package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +627 -0
  134. package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
  135. package/srcoman/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
  136. package/srcoman/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
  137. package/srcoman/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
  138. package/srcoman/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
  139. package/srcoman/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
  140. package/srcoman/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
  141. package/srcoman/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
  142. package/srcoman/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
  143. package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
  144. package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +617 -0
  145. package/srcoman/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
  146. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
  147. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
  148. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
  149. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1898 -0
  150. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
  151. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
  152. package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
  153. package/srcoman/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
  154. package/srcoman/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
  155. package/srcoman/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
  156. package/srcoman/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
  157. package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
  158. package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
  159. package/srcoman/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
  160. package/srcoman/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
  161. package/srcoman/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
  162. package/srcoman/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
  163. package/srcoman/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
  164. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
  165. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
  166. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
  167. package/srcoman/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
  168. package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
  169. package/srcoman/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
  170. package/srcoman/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
  171. package/srcoman/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
  172. package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
  173. package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  174. package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  175. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
  176. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
  177. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
  178. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
  179. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
  180. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
  181. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
  182. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
  183. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
  184. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
  185. package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
  186. package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
  187. package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
  188. package/srcoman/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
  189. package/srcoman/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
  190. package/srcoman/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
  191. package/srcoman/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
  192. package/srcoman/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
  193. package/srcoman/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
  194. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
  195. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
  196. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
  197. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
  198. package/srcoman/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
  199. package/srcoman/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
  200. package/srcoman/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
  201. package/srcoman/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
  202. package/srcoman/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
  203. package/srcoman/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
  204. package/srcoman/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
  205. package/srcoman/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
  206. package/srcoman/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
  207. package/srcoman/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
  208. package/srcoman/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
  209. package/srcoman/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
  210. package/srcoman/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  211. package/srcoman/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
  212. package/srcoman/TabexComponents/StaticPages/Login/Login.jsx +610 -0
  213. package/srcoman/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
  214. package/srcoman/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
  215. package/srcoman/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
  216. package/srcoman/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
  217. package/srcoman/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
  218. package/srcoman/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
  219. package/srcoman/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
  220. package/srcoman/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
  221. package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
  222. package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
  223. package/srcoman/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
  224. package/srcoman/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
  225. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
  226. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
  227. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
  228. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
  229. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
  230. package/srcoman/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
  231. package/srcoman/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
  232. package/srcoman/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
  233. package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
  234. package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
  235. package/srcoman/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
  236. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
  237. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
  238. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
  239. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
  240. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
  241. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
  242. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
  243. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
  244. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
  245. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
  246. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
  247. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
  248. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
  249. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
  250. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
  251. package/srcoman/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
  252. package/srcoman/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
  253. package/srcoman/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
  254. package/srcoman/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
  255. package/srcoman/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
  256. package/srcoman/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
  257. package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
  258. package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
  259. package/srcoman/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
  260. package/srcoman/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
  261. package/srcoman/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
  262. package/srcoman/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
  263. package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
  264. package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
  265. package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
  266. package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
  267. package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
  268. package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
  269. package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
  270. package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
  271. package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
  272. package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
  273. package/srcoman/button.jsx +40 -0
  274. package/srcoman/index.jsx +334 -0
  275. package/srcoman/styles/Home.module.css +129 -0
  276. package/srcoman/styles/cards/Categorcycard_fullimage.module.css +14 -0
  277. package/srcoman/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  278. package/srcoman/styles/cards/Categorycard_withshapes.module.css +189 -0
  279. package/srcoman/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
  280. package/srcoman/styles/cards/Productcard6.module.css +9 -0
  281. package/srcoman/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  282. package/srcoman/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  283. package/srcoman/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
  284. package/srcoman/styles/cards/card23.module.css +60 -0
  285. package/srcoman/styles/cards/categorycard.module.css +84 -0
  286. package/srcoman/styles/cards/categorycard3.module.css +50 -0
  287. package/srcoman/styles/cards/categorycardwithtext.module.css +40 -0
  288. package/srcoman/styles/cards/generalCardsStyles.module.css +79 -0
  289. package/srcoman/styles/cards/productcard_animatedbuttons.module.css +139 -0
  290. package/srcoman/styles/cards/productcard_with_textonhover.module.css +18 -0
  291. package/srcoman/styles/cards/productcard_withtextonimage.module.css +0 -0
  292. package/srcoman/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  293. package/srcoman/styles/general/bootstrap.css +4763 -0
  294. package/srcoman/styles/general/dropdown.css +206 -0
  295. package/srcoman/styles/general/editorbardropdown.module.css +94 -0
  296. package/srcoman/styles/general/filter.module.css +108 -0
  297. package/srcoman/styles/general/form.module.css +255 -0
  298. package/srcoman/styles/general/general.module.css +872 -0
  299. package/srcoman/styles/general/image-gallery.css +531 -0
  300. package/srcoman/styles/general/react-accessible-accordion.module.css +52 -0
  301. package/srcoman/styles/general/react-phone-input-2.module.css +927 -0
  302. package/srcoman/styles/general/scrollbtn.module.css +22 -0
  303. package/srcoman/styles/general/slick.module.css +166 -0
  304. package/srcoman/styles/general/tabs.module.css +119 -0
  305. package/srcoman/styles/general/workplaceeditor.module.css +328 -0
  306. package/srcoman/styles/globals.css +26 -0
  307. package/srcoman/styles/headers/CTAHeader.module.css +40 -0
  308. package/srcoman/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  309. package/srcoman/styles/headers/Gotoheader.module.css +87 -0
  310. package/srcoman/styles/headers/Header7.module.css +50 -0
  311. package/srcoman/styles/headers/HeaderWithAdSlider.module.css +86 -0
  312. package/srcoman/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
  313. package/srcoman/styles/headers/HeaderWithUtilityBar.module.css +46 -0
  314. package/srcoman/styles/headers/Header_threesectionslogocentered.module.css +84 -0
  315. package/srcoman/styles/headers/NewHeader.module.css +101 -0
  316. package/srcoman/styles/headers/SearchFocusedHeader.module.css +62 -0
  317. package/srcoman/styles/headers/Sideheader.module.css +108 -0
  318. package/srcoman/styles/headers/Simpleheader.module.css +102 -0
  319. package/srcoman/styles/headers/classicheader.module.css +16 -0
  320. package/srcoman/styles/headers/classicheaderstyles.module.css +9 -0
  321. package/srcoman/styles/headers/dropdown.css +0 -0
  322. package/srcoman/styles/headers/header4.module.css +175 -0
  323. package/srcoman/styles/headers/header5.module.css +30 -0
  324. package/srcoman/styles/headers/header_contactinfo.module.css +53 -0
  325. package/srcoman/styles/headers/headerresturant.module.css +89 -0
  326. package/srcoman/styles/headers/modernheader.module.css +45 -0
  327. package/srcoman/styles/headers/stylishheader.module.css +24 -0
  328. package/srcoman/styles/headers/subheader.module.css +114 -0
  329. package/srcoman/styles/headers/threetieredheader.module.css +91 -0
  330. package/srcoman/styles/sections/BackgroundImageWithTopContent.css +4 -0
  331. package/srcoman/styles/sections/Backgroundimage1.module.css +17 -0
  332. package/srcoman/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  333. package/srcoman/styles/sections/Freetext.module.css +18 -0
  334. package/srcoman/styles/sections/Section_with_rightbgcont.module.css +49 -0
  335. package/srcoman/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  336. package/srcoman/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  337. package/srcoman/styles/staticpages/accordion.module.css +9 -0
  338. package/srcoman/styles/staticpages/cart.module.css +108 -0
  339. package/srcoman/styles/staticpages/dropdown.css +196 -0
  340. package/srcoman/styles/staticpages/filter.module.css +139 -0
  341. package/srcoman/styles/staticpages/image-gallery.css +481 -0
  342. package/srcoman/styles/staticpages/login.module.css +155 -0
  343. package/srcoman/styles/staticpages/productinfo.module.css +54 -0
  344. package/srcoman/styles/staticpages/shop.module.css +191 -0
  345. package/srcoman/styles/staticpages/signup.module.css +250 -0
  346. package/srcoman/styles/staticpages/staticroutersidenav.module.css +129 -0
  347. package/srcoman/styles/staticpages/viewcart.module.css +129 -0
  348. package/srcoman/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,1201 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { useHistory, Link } from 'react-router-dom';
3
+ import { Accordion, AccordionItem, AccordionItemHeading, AccordionItemButton, AccordionItemPanel, AccordionItemState } from 'react-accessible-accordion';
4
+ import filterstyles from '../../../styles/staticpages/filter.module.css';
5
+ import Dropdown from 'react-bootstrap/Dropdown';
6
+ import { css } from 'glamor';
7
+ import MarqueeHeader from '../MarqueeHeader/MarqueeHeader.jsx';
8
+ import { Offcanvas } from 'react-bootstrap';
9
+ import Subheader from '../Subheader/Subheader.jsx';
10
+ import Searchlist from '../../StaticPages/Searchlist/Searchlist.jsx';
11
+ import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
12
+ import { BiGlobe } from '@react-icons/all-files/bi/BiGlobe';
13
+ import { HiOutlinePlus } from '@react-icons/all-files/hi/HiOutlinePlus';
14
+ import { AiOutlineMinus } from '@react-icons/all-files/ai/AiOutlineMinus';
15
+ import { MdKeyboardArrowDown } from '@react-icons/all-files/md/MdKeyboardArrowDown';
16
+ import { FaMoneyBillWave } from '@react-icons/all-files/fa/FaMoneyBillWave';
17
+ import { MdAddShoppingCart } from '@react-icons/all-files/md/MdAddShoppingCart';
18
+ import { AiOutlineSecurityScan } from '@react-icons/all-files/ai/AiOutlineSecurityScan';
19
+ import { BiLogOutCircle } from '@react-icons/all-files/bi/BiLogOutCircle';
20
+ import { BiChevronDown } from '@react-icons/all-files/bi/BiChevronDown';
21
+ import { BiUser } from '@react-icons/all-files/bi/BiUser';
22
+ import { AiFillStar } from '@react-icons/all-files/ai/AiFillStar';
23
+ import { AiOutlineLogin } from '@react-icons/all-files/ai/AiOutlineLogin';
24
+ import { AiOutlineUserAdd } from '@react-icons/all-files/ai/AiOutlineUserAdd';
25
+ import { RiSearchLine } from '@react-icons/all-files/ri/RiSearchLine';
26
+ import { FiShoppingCart } from '@react-icons/all-files/fi/FiShoppingCart';
27
+ import { FiShoppingBag } from '@react-icons/all-files/fi/FiShoppingBag';
28
+ import { FaRegHeart } from '@react-icons/all-files/fa/FaRegHeart';
29
+ import { CgMenuLeft } from '@react-icons/all-files/cg/CgMenuLeft';
30
+ import { CgMenuRight } from '@react-icons/all-files/cg/CgMenuRight';
31
+ import { CgShoppingBag } from '@react-icons/all-files/cg/CgShoppingBag';
32
+ import { BsBag } from '@react-icons/all-files/bs/BsBag';
33
+ import { HiOutlineShoppingBag } from '@react-icons/all-files/hi/HiOutlineShoppingBag';
34
+ import { RiHandbagLine } from '@react-icons/all-files/ri/RiHandbagLine';
35
+ import tabstyles from '../../../styles/general/tabs.module.css';
36
+ import { FiCalendar } from '@react-icons/all-files/fi/FiCalendar';
37
+
38
+ const Headerresponsive = (props) => {
39
+ const actions = props.actions;
40
+ const LogoutMutationContext = props.actions.LogoutMutationContext;
41
+ const setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
42
+ const setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
43
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
44
+ const lang = props.actions.lang;
45
+ const langdetect = props.actions.langdetect;
46
+ const setlang = props.actions.setlang;
47
+ const templatepropcontext = props.actions.templatepropcontext;
48
+ const authdetailsContext = props.actions.authdetailsContext;
49
+ const fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
50
+ const templateproperties_context = props.actions.templateproperties_context;
51
+ const favoriteprojectscountContext = props.actions.favoriteprojectscountContext;
52
+ const routingcountext = props.actions.routingcountext;
53
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
54
+ const setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
55
+ const fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
56
+ const ikimagecredcontext = props.actions.ikimagecredcontext;
57
+ const [sectionproperties, setsectionproperties] = useState('');
58
+ const [Choosenindex, setChoosenindex] = useState('');
59
+
60
+ useEffect(() => {
61
+ if (props.sectionpropertiesprops != undefined) {
62
+ setsectionproperties({ ...props.sectionpropertiesprops });
63
+ }
64
+ }, [props.sectionpropertiesprops]);
65
+ const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
66
+ const [openCnvas, setopenCnvas] = useState(false);
67
+ const [activeTab, setactiveTab] = useState('');
68
+ useEffect(() => {
69
+ if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
70
+ var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
71
+ if (Array.isArray(logoarrayofobjectsparsed)) {
72
+ setlogoarrayofobjects([...logoarrayofobjectsparsed]);
73
+ }
74
+ }
75
+ }, [templateproperties_context]);
76
+ const header_cssstyles = {
77
+ header_logo: css({
78
+ width: sectionproperties.logo_width + 'px',
79
+ height: sectionproperties.logo_height + 'px',
80
+ }),
81
+ navbar_item_text_responsive: css({
82
+ fontSize: sectionproperties.header_fontSizeresponsive + 'px',
83
+ color: sectionproperties.header_fontColorresponsive,
84
+ textTransform: sectionproperties.header_textTransformresponsive,
85
+ fontWeight: sectionproperties.header_textfontweight_responsive,
86
+ transition: '.3s',
87
+ ':hover': {
88
+ color: sectionproperties.header_fontColorresponsive_onhover,
89
+ },
90
+ }),
91
+ badge_counter_header_notifications: css({
92
+ display: 'flex',
93
+ justifyContent: 'center',
94
+ alignItems: 'center',
95
+ position: 'absolute',
96
+ background: sectionproperties.badge_bgcolor,
97
+ width: '45px',
98
+ height: '45px',
99
+ color: sectionproperties.badge_color,
100
+ borderRadius: sectionproperties.badge_borderradius + 'px',
101
+ fontSize: sectionproperties.badgefontsizeresp + 'px',
102
+ transform: 'scale(0.3)',
103
+ transformOrigin: 'top right',
104
+ // marginRight: langdetect == 'en' ? 0 : '-5px',
105
+ fontWeight: sectionproperties.badgefontweight,
106
+ }),
107
+ wishlistbtn: css({
108
+ width: sectionproperties.wishlistbtnresp_width + 'px',
109
+ height: sectionproperties.wishlistbtnresp_height + 'px',
110
+ borderRadius: sectionproperties.wishlistbtnresp_borderRadius + 'px',
111
+ border: sectionproperties.wishlistbtnresp_borderWidth + 'px solid ' + sectionproperties.wishlistbtnresp_borderColor,
112
+ background: sectionproperties.wishlistbtnresp_bgColor,
113
+ fontSize: sectionproperties.wishlistresponsivefontsize + 'px',
114
+ color: sectionproperties.wishlistresponsivecolor,
115
+ position: 'relative',
116
+ }),
117
+ addtocartbtn_resp: css({
118
+ position: 'relative',
119
+ cursor: 'pointer',
120
+ display: 'flex',
121
+ alignItems: 'center',
122
+ color: sectionproperties.cart_BtnTextcolor_resp,
123
+ background: sectionproperties.cart_BtnbgColor_resp,
124
+ width: sectionproperties.cart_BtnWidth_resp + 'px',
125
+ height: sectionproperties.cart_BtnHeight_resp + 'px',
126
+ borderRadius: sectionproperties.cart_BtnborderRadius_resp + 'px',
127
+ border: sectionproperties.cartBtnresp_borderWidth + 'px solid ' + sectionproperties.cartBtnresp_borderColor,
128
+ transition: '.3s',
129
+ }),
130
+ searchbarcont: css({
131
+ position: 'relative',
132
+ transition: '.3s',
133
+ }),
134
+ searchbar_icon_cont: css({
135
+ display: 'flex',
136
+ justifyContent: 'center',
137
+ alignItems: 'center',
138
+ textAlign: 'center',
139
+ color: sectionproperties.searchbaricon_color_resp,
140
+ transition: '0.3s ease',
141
+ position: 'absolute',
142
+ left: langdetect == 'en' ? 5 : '',
143
+ right: langdetect == 'en' ? '' : 5,
144
+ bottom: 0,
145
+ top: 0,
146
+ margin: 'auto',
147
+ }),
148
+ searchbarcont_input: css({
149
+ height: '100%',
150
+ width: '100%',
151
+ outline: 'none',
152
+ border: 'none',
153
+ background: 'transparent',
154
+ color: sectionproperties.searchbarcontinput_colorresp,
155
+ // color: '#000',
156
+ fontWeight: sectionproperties.searchbarcont_inputfontweight,
157
+ // fontSize: sectionproperties.searchbarcontinput_fontsize + 'px',
158
+ fontSize: '15px',
159
+ paddingRight: langdetect == 'en' ? 0 : '20px',
160
+ paddingLeft: langdetect == 'en' ? '20px' : 0,
161
+ transition: '0.3s',
162
+ }),
163
+ languagecontainer: css({
164
+ color: sectionproperties.language_container_color_resp,
165
+ cursor: 'pointer',
166
+ transition: '.3s',
167
+ ':hover': {
168
+ color: sectionproperties.language_container_coloronhover,
169
+ },
170
+ }),
171
+ dropdownitemcontainer: css({
172
+ fontSize: '13px',
173
+ color: sectionproperties.dropdown_color,
174
+ fontWeight: sectionproperties.dropdown_fontweight,
175
+ textTransform: sectionproperties.dropdown_texttransform,
176
+ padding: '0.3rem 0.8rem',
177
+ display: 'flex',
178
+ alignItems: 'center',
179
+ transition: '.3s',
180
+ ':hover': {
181
+ color: sectionproperties.dropdown_hovercolor,
182
+ },
183
+ }),
184
+ userbtnLoggedin_icon: css({
185
+ fontSize: sectionproperties.userBtniconresp_size,
186
+ color: sectionproperties.userBtnTextresp_color,
187
+ }),
188
+ userbtn_respContainer: css({
189
+ position: 'relative',
190
+ cursor: 'pointer',
191
+ display: 'flex',
192
+ alignItems: 'center',
193
+ color: sectionproperties.userBtnTextresp_color,
194
+ fontSize: sectionproperties.userBtntextfontresp_size + 'px',
195
+ fontWeight: sectionproperties.userBtnTextfontweight,
196
+ transition: '.3s',
197
+ ':hover .userbtn_resp': {
198
+ color: sectionproperties.userbtnresp_Coloronhover,
199
+ },
200
+ }),
201
+ userbtnloggedin: css({
202
+ width: sectionproperties.userBtnWidth_resp + 'px',
203
+ height: sectionproperties.userBtnHeight_resp + 'px',
204
+ backgroundColor: sectionproperties.userBtnbgColor_resp,
205
+ color: sectionproperties.userBtnTextcolor_resp, //aywa da icon color
206
+ fontSize: sectionproperties.userBtniconresp_size + 'px',
207
+ borderRadius: sectionproperties.userBtnResp_BorderRadius + 'px',
208
+ border: sectionproperties.userBtnResp_BorderWidth + 'px solid ' + sectionproperties.userBtnResp_BorderColor,
209
+ transition: '.3s',
210
+ ':hover': {
211
+ color: sectionproperties.userbtnresp_IconColoronhover,
212
+ },
213
+ }),
214
+ loggedintext: css({
215
+ color: sectionproperties.userbtnresp_loggedincolor,
216
+ fontSize: sectionproperties.userBtntextfontresp_size + 'px',
217
+ fontWeight: sectionproperties.userBtnTextfontweight,
218
+ maxWidth: '50px',
219
+ transition: '.3s',
220
+ }),
221
+ userbtnloggedincontainer: css({
222
+ ':hover .loggedintext': {
223
+ color: sectionproperties.userbtnresp_loggedincoloronhover,
224
+ },
225
+ ':hover .userbtnloggedin': {
226
+ color: sectionproperties.userbtnresp_IconColoronhover,
227
+ borderColor: sectionproperties.userbtnresp_IconColoronhover,
228
+ backgroundColor: sectionproperties.userbtnresp_bgColoronhover,
229
+ },
230
+ }),
231
+ storeimage: css({
232
+ '@media (max-width: 800px)': {
233
+ maxWidth: '120px',
234
+ maxHeight: '110px',
235
+ objectFit: 'contain',
236
+ },
237
+ }),
238
+ };
239
+
240
+ const CartButton = () => {
241
+ return (
242
+ <div
243
+ class="d-flex align-items-center"
244
+ style={{
245
+ position: 'relative',
246
+ }}
247
+ >
248
+ <button
249
+ className={`${header_cssstyles.addtocartbtn_resp}` + ' d-flex align-items-center justify-content-center ml-1 p-0 '}
250
+ onClick={() => {
251
+ if (fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.length > 7) {
252
+ routingcountext(StaticPagesLinksContext.viewcart);
253
+ } else {
254
+ setsidecartnavshowcontext(true);
255
+ }
256
+ }}
257
+ >
258
+ <i className={' h-100 d-flex align-items-center justify-content-center '}>
259
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag size={sectionproperties.cartBtniconresp_size} />}
260
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag size={sectionproperties.cartBtniconresp_size} />}
261
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag size={sectionproperties.cartBtniconresp_size} />}
262
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <RiHandbagLine size={sectionproperties.cartBtniconresp_size} />}
263
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart size={sectionproperties.cartBtniconresp_size} />}
264
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart size={sectionproperties.cartBtniconresp_size} />}
265
+ {sectionproperties.carticonstyle == 'Calendar 1' && <FiCalendar size={sectionproperties.cartBtniconresp_size} />}
266
+ </i>
267
+ </button>
268
+ <div
269
+ className={`${header_cssstyles.badge_counter_header_notifications}`}
270
+ style={{
271
+ top: sectionproperties.cartbadgefromtop + 'px',
272
+ right: sectionproperties.cartbadgefromright + 'px',
273
+ }}
274
+ >
275
+ {fetchcustomercartQueryContext?.data?.data?.customercart != null ? fetchcustomercartQueryContext?.data?.data?.customercart?.cartitems?.length : 0}
276
+ </div>
277
+ </div>
278
+ );
279
+ };
280
+ const FavButton = () => {
281
+ return (
282
+ <div style={{ position: 'relative', marginLeft: langdetect == 'en' ? '12px' : '16px', marginRight: langdetect == 'en' ? '16px' : '16px' }}>
283
+ <button
284
+ className={header_cssstyles.wishlistbtn + ' d-flex align-items-center justify-content-center ml-1 p-0 '}
285
+ onClick={() => {
286
+ routingcountext(StaticPagesLinksContext.Wishlist);
287
+ }}
288
+ >
289
+ <i className={' h-100 d-flex align-items-center justify-content-center '}>
290
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart />}
291
+ {sectionproperties.faviconshape == 'Star Shape' && <AiFillStar />}
292
+ </i>
293
+ </button>
294
+ <div
295
+ className={`${header_cssstyles.badge_counter_header_notifications}`}
296
+ style={{
297
+ top: sectionproperties.wishlistresponsivebadgefromtop + 'px',
298
+ right: sectionproperties.wishlistresponsivebadgefromright + 'px',
299
+ }}
300
+ >
301
+ {favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length}
302
+ </div>
303
+ </div>
304
+ );
305
+ };
306
+ return (
307
+ <div className="row m-0 w-100">
308
+ <div className="col-lg-12 p-0">
309
+ {sectionproperties.length != 0 && (
310
+ <div className={' row m-0 w-100 d-none d-md-flex p-0 '}>
311
+ {sectionproperties.showtextslider == 'Show' && <MarqueeHeader sectionpropertiesprops={sectionproperties} actions={actions} />}
312
+ <div
313
+ className="col-lg-12 p-0"
314
+ style={{
315
+ background: sectionproperties.resposive_bgcolor,
316
+ }}
317
+ >
318
+ <div className="row m-0 w-100 p-0 pl-2 pr-2 ">
319
+ <div className="col-md-6 col-sm-5 d-flex filter align-items-center p-0">
320
+ <div
321
+ className={langdetect == 'en' ? 'mr-1' : 'ml-1'}
322
+ onClick={() => {
323
+ var element2 = document.getElementById('filter');
324
+ element2.classList.toggle('d-flex');
325
+ if (sectionproperties.showhidesubheader == 'Show') {
326
+ var element3 = document.getElementById('subheader');
327
+ element3.classList.toggle('d-none');
328
+ }
329
+ // setopenCnvas(true);
330
+ }}
331
+ >
332
+ <i class="h-100 allcentered">
333
+ {langdetect == 'en' ? (
334
+ <CgMenuLeft size={sectionproperties.resp_sidenav_size + 'px'} style={{ color: sectionproperties.resp_sidenav_color }} />
335
+ ) : (
336
+ <CgMenuRight size={sectionproperties.resp_sidenav_size + 'px'} style={{ color: sectionproperties.resp_sidenav_color }} />
337
+ )}
338
+ </i>
339
+ </div>
340
+ <div
341
+ className={header_cssstyles.header_logo + ' d-flex align-items-center justify-content-start '}
342
+ style={{ cursor: 'pointer' }}
343
+ onClick={() => {
344
+ routingcountext('home');
345
+ }}
346
+ >
347
+ <Imagekitimagecomp
348
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
349
+ publicKey={ikimagecredcontext?.ikimagepublickey}
350
+ path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
351
+ style={{
352
+ maxWidth: '100%',
353
+ maxHeight: '100%',
354
+ }}
355
+ />
356
+ </div>
357
+ </div>
358
+ <div className="col-md-6 col-sm-7 d-flex align-items-center justify-content-end p-0">
359
+ {sectionproperties.ShowUserBtn == 'Show' && (
360
+ <Dropdown>
361
+ <Dropdown.Toggle>
362
+ {!authdetailsContext.loggedin && (
363
+ <button class={`${header_cssstyles.userbtn_respContainer}` + ' d-flex align-items-center justify-content-center p-0 m-0 font-weight-600 mt-1 '}>
364
+ <p class={`${header_cssstyles.userbtnLoggedin_icon}` + ' userbtn_resp m-0 p-0 p-0 align-items-center allcentered '}>
365
+ <BiUser />
366
+ </p>
367
+ <span
368
+ class="userbtn_resp"
369
+ style={{
370
+ marginLeft: langdetect == 'en' ? '3px' : 0,
371
+ marginRight: langdetect == 'en' ? 0 : '3px',
372
+ }}
373
+ >
374
+ {lang.login}
375
+ </span>
376
+ </button>
377
+ )}
378
+ {authdetailsContext.loggedin && (
379
+ <div class={header_cssstyles.userbtnloggedincontainer + ' d-flex align-items-center justify-content-center mb-1 '} sytle={{ position: 'relative' }}>
380
+ <p
381
+ className={`${header_cssstyles.userbtnloggedin}` + ' m-0 p-0 p-0 align-items-center allcentered userbtnloggedin '}
382
+ style={{ textTransform: 'uppercase' }}
383
+ >
384
+ <i className="allcentered">
385
+ <BiUser />
386
+ </i>
387
+ </p>
388
+ <p
389
+ className="mb-0 p-0 text-capitalize"
390
+ style={{
391
+ lineHeight: '16px',
392
+ textAlign: langdetect == 'en' ? 'left' : 'right',
393
+ marginLeft: langdetect == 'en' ? '5px' : 0,
394
+ marginRight: langdetect == 'en' ? 0 : '5px',
395
+ }}
396
+ >
397
+ <span
398
+ style={{
399
+ color: sectionproperties.usergreetingresp_color,
400
+ fontSize: sectionproperties.usergreetingresp_size + 'px',
401
+ fontWeight: 300,
402
+ }}
403
+ >
404
+ {lang.hello}
405
+ {langdetect == 'en' ? ',' : '،'}
406
+ </span>
407
+ <br />
408
+ <span className={header_cssstyles.loggedintext + ' text-overflow d-block loggedintext '}>{authdetailsContext.customerinfo.name}</span>
409
+ </p>
410
+ </div>
411
+ )}
412
+ </Dropdown.Toggle>
413
+ {!authdetailsContext.loggedin && (
414
+ <Dropdown.Menu>
415
+ <Dropdown.Item
416
+ onClick={() => {
417
+ routingcountext(StaticPagesLinksContext.Login);
418
+ }}
419
+ >
420
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
421
+ <p className={' d-flex align-items-center m-0 p-0 '}>
422
+ <AiOutlineLogin className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
423
+ <span>{lang.login}</span>
424
+ </p>
425
+ </div>
426
+ </Dropdown.Item>
427
+ <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
428
+ <Dropdown.Item
429
+ onClick={() => {
430
+ routingcountext(StaticPagesLinksContext.Signup);
431
+ }}
432
+ >
433
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
434
+ <p className={' d-flex align-items-center m-0 p-0 '}>
435
+ <AiOutlineUserAdd className={langdetect == 'en' ? 'mr-2' : 'ml-2'} />
436
+ <span className="text-transform-none">{lang.signup}</span>
437
+ </p>
438
+ </div>
439
+ </Dropdown.Item>
440
+ {sectionproperties.cartBtnShow == 'Show' && <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>}
441
+ {sectionproperties.cartBtnShow == 'Show' && (
442
+ <Dropdown.Item
443
+ onClick={() => {
444
+ routingcountext(StaticPagesLinksContext.viewcart);
445
+ }}
446
+ >
447
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
448
+ <p className={' d-flex align-items-center m-0 p-0 '}>
449
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag />}
450
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag />}
451
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag />}
452
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <HiOutlineShoppingBag />}
453
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart />}
454
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart />}
455
+ {sectionproperties.carticonstyle == 'Calendar 1' && <FiCalendar />}
456
+ <span className="ml-2 mr-2">{lang.viewcart}</span>
457
+ </p>
458
+ </div>
459
+ </Dropdown.Item>
460
+ )}
461
+ </Dropdown.Menu>
462
+ )}
463
+ {authdetailsContext.loggedin && (
464
+ <Dropdown.Menu style={{ minWidth: '200px' }}>
465
+ <Dropdown.Item className={`${header_cssstyles.dropdownitem}` + ' d-flex align-items-center justify-content-center '}>
466
+ <div class="row m-0 w-100">
467
+ <div class={'flex-row w-100 d-flex justify-content-start'}>
468
+ <span
469
+ style={{
470
+ color: '#8fa0bd',
471
+ fontSize: sectionproperties.dropdownusernamefontsize + 'px',
472
+ }}
473
+ >
474
+ {lang.hello}
475
+ {langdetect == 'en' ? ',' : '،'}
476
+ </span>
477
+ <span
478
+ className="font-weight-600 ml-1 mr-1 text-overflow text-capitalize"
479
+ onClick={() => {
480
+ routingcountext(StaticPagesLinksContext.accountinfo);
481
+ }}
482
+ style={{
483
+ color: sectionproperties.dropdownusernamecolor,
484
+ fontSize: sectionproperties.dropdownusernamefontsize + 'px',
485
+ }}
486
+ >
487
+ {authdetailsContext.customerinfo.name}
488
+ </span>
489
+ </div>
490
+ {authdetailsContext?.customerinfo?.cancustomerviewwallet == 1 && templateproperties_context.showwallet == 'Show' && (
491
+ <div class={' row w-100 m-0 p-0 flex-row mt-1 w-100 justify-content-start'}>
492
+ <p
493
+ class="m-0 p-0"
494
+ style={{
495
+ color: templateproperties_context.walletcontainercolorresponsive,
496
+ fontSize: templateproperties_context.walletfontize + 'px',
497
+ fontWeight: 500,
498
+ }}
499
+ >
500
+ {langdetect == 'en' ? templateproperties_context.walletcontent_en : templateproperties_context.walletcontent_ar}
501
+ </p>
502
+ <p
503
+ class="m-0 p-0 mx-1"
504
+ style={{
505
+ color: templateproperties_context.walletcontainersecondarycolorresponsive,
506
+ fontSize: '15px',
507
+ fontWeight: 600,
508
+ }}
509
+ >
510
+ {authdetailsContext?.customerinfo?.walletpoints}{' '}
511
+ </p>
512
+ </div>
513
+ )}
514
+ </div>
515
+ </Dropdown.Item>
516
+ <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
517
+ <Dropdown.Item
518
+ onClick={() => {
519
+ routingcountext(StaticPagesLinksContext.Ordershistory);
520
+ }}
521
+ >
522
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
523
+ <p className={' d-flex align-items-center m-0 p-0 '}>
524
+ {sectionproperties.carticonstyle == 'Shopping bag 1' && <FiShoppingBag />}
525
+ {sectionproperties.carticonstyle == 'Shopping bag 2' && <CgShoppingBag />}
526
+ {sectionproperties.carticonstyle == 'Shopping bag 3' && <BsBag />}
527
+ {sectionproperties.carticonstyle == 'Shopping bag 4' && <RiHandbagLine />}
528
+ {sectionproperties.carticonstyle == 'Shopping cart 1' && <FiShoppingCart />}
529
+ {sectionproperties.carticonstyle == 'Shopping cart 2' && <MdAddShoppingCart />}
530
+ {sectionproperties.carticonstyle == 'Calendar 1' && <FiCalendar />}
531
+ <span className={langdetect == 'en' ? 'ml-2' : 'mr-2'}>{lang.orderhistory}</span>
532
+ </p>
533
+ </div>
534
+ </Dropdown.Item>
535
+ <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
536
+
537
+ <Dropdown.Item
538
+ onClick={() => {
539
+ routingcountext(StaticPagesLinksContext.Wishlist);
540
+ }}
541
+ >
542
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
543
+ <p className={' d-flex align-items-center m-0 p-0 '}>
544
+ {sectionproperties.faviconshape == 'Heart Shape' && <FaRegHeart />}
545
+ {sectionproperties.faviconshape == 'Star Shape' && <AiFillStar />}
546
+ <span className={langdetect == 'en' ? 'ml-2' : 'mr-2'}>{lang.wishlist}</span>
547
+ </p>
548
+ </div>
549
+ </Dropdown.Item>
550
+
551
+ <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
552
+ <Dropdown.Item
553
+ onClick={() => {
554
+ routingcountext(StaticPagesLinksContext.Policies);
555
+ }}
556
+ >
557
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
558
+ <p className={' d-flex align-items-center m-0 p-0 '}>
559
+ <AiOutlineSecurityScan />
560
+ <span className={langdetect == 'en' ? 'ml-2' : 'mr-2'}>
561
+ {langdetect == 'en' ? sectionproperties.policiestexten : sectionproperties.policiestextar}
562
+
563
+ {/* {lang.policies} */}
564
+ </span>
565
+ </p>
566
+ </div>
567
+ </Dropdown.Item>
568
+ <Dropdown.Divider style={{ marginBottom: 0, marginTop: 0 }}></Dropdown.Divider>
569
+ <Dropdown.Item
570
+ onClick={() => {
571
+ LogoutMutationContext.mutate();
572
+ }}
573
+ >
574
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' m-0 p-0 d-flex align-items-center '}>
575
+ <p className={' d-flex align-items-center m-0 p-0 '}>
576
+ <BiLogOutCircle />
577
+ <span className={langdetect == 'en' ? 'ml-2' : 'mr-2'}>{lang.logout}</span>
578
+ </p>
579
+ </div>
580
+ </Dropdown.Item>
581
+ </Dropdown.Menu>
582
+ )}
583
+ </Dropdown>
584
+ )}
585
+ {sectionproperties.faviconshape != null && sectionproperties.searchbar_show == 'Show' && sectionproperties.favBtnShow == 'Show' && FavButton()}
586
+ {sectionproperties.cartBtnShow == 'Show' && sectionproperties.searchbar_show == 'Show' && CartButton()}
587
+ {sectionproperties.searchbar_show == 'Hide' &&
588
+ sectionproperties.favBtnShow == 'Hide' &&
589
+ sectionproperties.cartBtnShow == 'Hide' &&
590
+ authdetailsContext?.instinfo?.instcurrencies?.length == 1 && (
591
+ <div
592
+ className={'allcentered resposiveheader_languagedropdown'}
593
+ style={{
594
+ marginLeft: langdetect == 'en' ? '0.25rem' : 0,
595
+ marginRight: langdetect == 'ar' ? '0.25rem' : 0,
596
+ // flex: sectionproperties.searchbar_show == 'Show' ? '' : 1,
597
+ }}
598
+ >
599
+ <Dropdown>
600
+ <Dropdown.Toggle>
601
+ <div className={'allcentered m-0 cursor-pointer'}>
602
+ {langdetect == 'ar' && (
603
+ <div className={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 allcentered '} style={{ direction: 'rtl' }}>
604
+ <p class="m-0 p-0 font-weight-500">ع</p>
605
+ <i className={langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'}>
606
+ <BiChevronDown size={20} />
607
+ </i>
608
+ </div>
609
+ )}
610
+ {langdetect == 'en' && (
611
+ <div className={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 allcentered '} style={{ direction: 'ltr' }}>
612
+ <p class="m-0 p-0 font-weight-500 mr-1">En</p>
613
+ <i className="h-100 allcentered">
614
+ <BiChevronDown size={20} />
615
+ </i>
616
+ </div>
617
+ )}
618
+ </div>
619
+ </Dropdown.Toggle>
620
+ <Dropdown.Menu>
621
+ <Dropdown.Item
622
+ className={`${header_cssstyles.dropdownitem}`}
623
+ onClick={() => {
624
+ setlang('ar');
625
+ }}
626
+ >
627
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
628
+ <p className={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
629
+ {sectionproperties.flagiconhederresp == 'Flag' && (
630
+ <img src={'https://tabex-co.com/storage/StaticImages/egyptflag.png'} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
631
+ )}
632
+ {sectionproperties.flagiconhederresp != 'Flag' && <BiGlobe size={15} />}
633
+
634
+ <span className="ml-2 mr-2">{lang.arabic}</span>
635
+ </p>
636
+ </div>
637
+ </Dropdown.Item>
638
+ <Dropdown.Divider></Dropdown.Divider>
639
+ <Dropdown.Item
640
+ className={`${header_cssstyles.dropdownitem}`}
641
+ onClick={() => {
642
+ setlang('en');
643
+ }}
644
+ >
645
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
646
+ <p className={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
647
+ {sectionproperties.flagiconhederresp == 'Flag' && (
648
+ <img src={'https://tabex-co.com/storage/StaticImages/usflag.png'} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
649
+ )}
650
+ {sectionproperties.flagiconhederresp != 'Flag' && <BiGlobe size={15} />}
651
+ <span className="ml-2 mr-2">{lang.english}</span>
652
+ </p>
653
+ </div>
654
+ </Dropdown.Item>
655
+ </Dropdown.Menu>
656
+ </Dropdown>
657
+ </div>
658
+ )}
659
+ </div>
660
+ </div>
661
+ <div
662
+ className="row m-0 w-100 p-0"
663
+ style={{
664
+ borderTop: '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive,
665
+ borderBottom: '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive,
666
+ display:
667
+ sectionproperties.searchbar_show == 'Hide' &&
668
+ sectionproperties.favBtnShow == 'Hide' &&
669
+ sectionproperties.cartBtnShow == 'Hide' &&
670
+ authdetailsContext?.instinfo?.instcurrencies?.length == 1
671
+ ? 'none'
672
+ : 'flex',
673
+ }}
674
+ >
675
+ {sectionproperties.searchbar_show == 'Show' && (
676
+ <div
677
+ className={authdetailsContext != undefined && authdetailsContext?.instinfo?.instcurrencies?.length > 1 ? 'col-md-8 p-0' : 'col-md-10 p-0'}
678
+ style={{
679
+ borderRight: langdetect == 'en' ? '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive : 0,
680
+ borderLeft: langdetect == 'en' ? 0 : '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive,
681
+ }}
682
+ >
683
+ <div className={header_cssstyles.searchbarcont + ' p-2 m-auto '}>
684
+ <span className={header_cssstyles.searchbar_icon_cont + ' h-100 d-flex align-items-center justify-content-center m-0 pr-0 cursor-pointer '}>
685
+ <i className="h-100 d-flex align-items-center justify-content-center">
686
+ <RiSearchLine size={15} />
687
+ </i>
688
+ </span>
689
+ <input
690
+ type="text"
691
+ placeholder={langdetect == 'en' ? 'What are you looking for?' : 'بحث...'}
692
+ className={`${header_cssstyles.searchbarcont_input}`}
693
+ onChange={(event) => {
694
+ setSearchHeaderInputContext(event.target.value);
695
+ }}
696
+ />
697
+
698
+ <Searchlist sectionpropertiesprops={sectionproperties} actions={actions} srcfromprops={'respheader'} />
699
+ </div>
700
+ </div>
701
+ )}
702
+ {sectionproperties.faviconshape != null && sectionproperties.searchbar_show == 'Hide' && sectionproperties.favBtnShow == 'Show' && (
703
+ <div
704
+ class="allcentered pt-2 pb-2"
705
+ style={{
706
+ flex: 1,
707
+ borderRight: langdetect == 'en' ? '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive : 0,
708
+ borderLeft: langdetect == 'en' ? 0 : '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive,
709
+ }}
710
+ >
711
+ {FavButton()}
712
+ </div>
713
+ )}
714
+ {sectionproperties.faviconshape != null && sectionproperties.searchbar_show == 'Hide' && sectionproperties.cartBtnShow == 'Show' && (
715
+ <div
716
+ class="allcentered pt-2 pb-2"
717
+ style={{
718
+ flex: 1,
719
+ borderRight: langdetect == 'en' ? '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive : 0,
720
+ borderLeft: langdetect == 'en' ? 0 : '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive,
721
+ }}
722
+ >
723
+ {CartButton()}
724
+ </div>
725
+ )}
726
+ {authdetailsContext != undefined && authdetailsContext?.instinfo?.instcurrencies?.length > 1 && (
727
+ <div
728
+ class={'col-md-2 d-flex align-items-center justify-content-center pl-1 pr-1 pt-1'}
729
+ style={{
730
+ borderRight: langdetect == 'en' ? '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive : 0,
731
+ borderLeft: langdetect == 'en' ? 0 : '1px solid ' + sectionproperties.searchbarcont_bordercolorresponsive,
732
+ }}
733
+ >
734
+ <Dropdown>
735
+ <Dropdown.Toggle>
736
+ <li class={' d-flex align-items-center justify-content-center '}>
737
+ {langdetect == 'en' && (
738
+ <div class={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
739
+ <p class="m-0 p-0 mr-1 ml-1">{authdetailsContext?.currencyname_en}</p>
740
+ <MdKeyboardArrowDown />
741
+ </div>
742
+ )}
743
+ {langdetect == 'ar' && (
744
+ <div class={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 d-flex align-items-center '}>
745
+ <p class="m-0 p-0 ml-1 mr-1">{authdetailsContext?.currencyname_ar}</p>
746
+ <MdKeyboardArrowDown />
747
+ </div>
748
+ )}
749
+ </li>
750
+ </Dropdown.Toggle>
751
+ <Dropdown.Menu>
752
+ {authdetailsContext?.instinfo?.instcurrencies?.map(function (item, index) {
753
+ return (
754
+ <Dropdown.Item
755
+ class="m-0 p-0"
756
+ onClick={() => {
757
+ setcurrencyfunccontext(item);
758
+ }}
759
+ >
760
+ <div class="row m-0 w-100">
761
+ <div class="col-lg-12 p-0 d-flex justify-content-start">
762
+ <div class={`${header_cssstyles.dropdownitemcontainer}`}>
763
+ <p
764
+ class={'dropdownitem d-flex align-items-center justify-content-center m-0 p-0'}
765
+ style={{
766
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
767
+ fontWeight: sectionproperties.dropdown_fontweight,
768
+ textTransform: sectionproperties.dropdown_texttransform,
769
+ }}
770
+ >
771
+ <FaMoneyBillWave />
772
+ <span class={'ml-2 mr-2'}>{langdetect == 'en' ? item.currencyname_en : item.currencyname_ar}</span>
773
+ </p>
774
+ </div>
775
+ </div>
776
+ {index != authdetailsContext?.instinfo?.instcurrencies?.length - 1 && (
777
+ <div class="col-lg-12 p-0">
778
+ <hr class="m-0" />
779
+ </div>
780
+ )}
781
+ </div>
782
+ </Dropdown.Item>
783
+ );
784
+ })}
785
+ </Dropdown.Menu>
786
+ </Dropdown>
787
+ </div>
788
+ )}
789
+ <div
790
+ className={
791
+ sectionproperties.searchbar_show == 'Show'
792
+ ? langdetect == 'en'
793
+ ? 'col-md-2 allcentered pl-1 pr-1 pt-1 resposiveheader_languagedropdown'
794
+ : 'col-md-2 allcentered pl-1 pr-1 pt-1'
795
+ : 'allcentered pl-1 pr-1 pt-2 pb-2 resposiveheader_languagedropdown'
796
+ }
797
+ style={{
798
+ flex: sectionproperties.searchbar_show == 'Show' ? '' : 1,
799
+ }}
800
+ >
801
+ <Dropdown>
802
+ <Dropdown.Toggle>
803
+ <div className={'allcentered m-0 cursor-pointer'}>
804
+ {langdetect == 'ar' && (
805
+ <div className={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 allcentered '} style={{ direction: 'rtl' }}>
806
+ <p class="m-0 p-0 font-weight-500">ع</p>
807
+ <i className={langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'}>
808
+ <BiChevronDown size={20} />
809
+ </i>
810
+ </div>
811
+ )}
812
+ {langdetect == 'en' && (
813
+ <div className={`${header_cssstyles.languagecontainer}` + ' row m-0 w-100 allcentered '} style={{ direction: 'ltr' }}>
814
+ <p class="m-0 p-0 font-weight-500 mr-1">En</p>
815
+ <i className="h-100 allcentered">
816
+ <BiChevronDown size={20} />
817
+ </i>
818
+ </div>
819
+ )}
820
+ </div>
821
+ </Dropdown.Toggle>
822
+ <Dropdown.Menu>
823
+ <Dropdown.Item
824
+ className={`${header_cssstyles.dropdownitem}`}
825
+ onClick={() => {
826
+ setlang('ar');
827
+ }}
828
+ >
829
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
830
+ <p className={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
831
+ {sectionproperties.flagiconhederresp == 'Flag' && (
832
+ <img src={'https://tabex-co.com/storage/StaticImages/egyptflag.png'} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
833
+ )}
834
+ {sectionproperties.flagiconhederresp != 'Flag' && <BiGlobe size={15} />}
835
+
836
+ <span className="ml-2 mr-2">{lang.arabic}</span>
837
+ </p>
838
+ </div>
839
+ </Dropdown.Item>
840
+ <Dropdown.Divider></Dropdown.Divider>
841
+ <Dropdown.Item
842
+ className={`${header_cssstyles.dropdownitem}`}
843
+ onClick={() => {
844
+ setlang('en');
845
+ }}
846
+ >
847
+ <div className={`${header_cssstyles.dropdownitemcontainer}` + ' d-flex align-items-center m-0 p-0 '}>
848
+ <p className={`${header_cssstyles.dropdownitem}` + ' dropdownitem d-flex align-items-center m-0 p-0 '}>
849
+ {sectionproperties.flagiconhederresp == 'Flag' && (
850
+ <img src={'https://tabex-co.com/storage/StaticImages/usflag.png'} style={{ maxWidth: '2vh', maxHeight: '2vh' }} />
851
+ )}
852
+ {sectionproperties.flagiconhederresp != 'Flag' && <BiGlobe size={15} />}
853
+ <span className="ml-2 mr-2">{lang.english}</span>
854
+ </p>
855
+ </div>
856
+ </Dropdown.Item>
857
+ </Dropdown.Menu>
858
+ </Dropdown>
859
+ </div>
860
+ </div>
861
+ <div className="row m-0 w-100 pt-2 filter d-none" id="filter">
862
+ <div className="col-lg-12 p-0">
863
+ <ul className={' d-flex justify-content-center flex-column p-0 '}>
864
+ {templatepropcontext.pagesnprop.map((item, index) => {
865
+ if (item.isnavigation == 1 && item.isactive == 1) {
866
+ return (
867
+ <div className="row m-0 w-100">
868
+ <div className="col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3" style={{ paddingTop: index == 0 ? 5 : 0 }}>
869
+ <div
870
+ onClick={() => {
871
+ routingcountext(item.navigationroute, false, '');
872
+ }}
873
+ >
874
+ <p className={`${header_cssstyles.navbar_item_text_responsive}` + ' mb-0 p-0 '}>
875
+ {langdetect == 'en' ? item.pagename : item.pagename_ar}
876
+ </p>
877
+ </div>
878
+ </div>
879
+ <div className="col-lg-12">
880
+ <hr className="mt-3 mb-3" style={{ borderColor: sectionproperties.resp_header_separatorbg }} />
881
+ </div>
882
+ </div>
883
+ );
884
+ }
885
+ })}
886
+ {authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && templateproperties_context.showprevorder == 'Show' && (
887
+ <div className="row m-0 w-100">
888
+ <div
889
+ className="col-lg-12 d-flex justify-content-start"
890
+ onClick={() => {
891
+ routingcountext(StaticPagesLinksContext.Ordershistory);
892
+ }}
893
+ >
894
+ <p className={`${header_cssstyles.navbar_item_text_responsive}` + ' mb-0 p-0 d-flex justify-content-start '}>
895
+ {langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear}
896
+ </p>
897
+ </div>
898
+ <div className="col-lg-12">
899
+ <hr className="mt-3 mb-3" style={{ borderColor: sectionproperties.resp_header_separatorbg }} />
900
+ </div>
901
+ </div>
902
+ )}
903
+ {templateproperties_context.showfavorites == 'Show' && (
904
+ <div className="row m-0 w-100">
905
+ <div
906
+ className="col-lg-12 d-flex justify-content-start"
907
+ onClick={() => {
908
+ routingcountext(StaticPagesLinksContext.Wishlist);
909
+ }}
910
+ >
911
+ <p className={`${header_cssstyles.navbar_item_text_responsive}` + ' mb-0 p-0 d-flex justify-content-start '}>{lang.wishlist}</p>
912
+ </div>
913
+ <div className="col-lg-12">
914
+ <hr className="mt-3 mb-3" style={{ borderColor: sectionproperties.resp_header_separatorbg }} />
915
+ </div>
916
+ </div>
917
+ )}
918
+ {templateproperties_context.showpolicies == 'Show' && (
919
+ <div className="row m-0 w-100">
920
+ <div
921
+ className="col-lg-12 d-flex justify-content-start"
922
+ onClick={() => {
923
+ routingcountext(StaticPagesLinksContext.Policies);
924
+ }}
925
+ >
926
+ <p className={`${header_cssstyles.navbar_item_text_responsive}` + ' mb-0 p-0 '}>
927
+ {langdetect == 'en' ? sectionproperties.policiestexten : sectionproperties.policiestextar}
928
+ </p>
929
+ </div>
930
+ <div className="col-lg-12 p-0">
931
+ <hr className="mt-3 mb-0" style={{ borderColor: sectionproperties.resp_header_separatorbg }} />
932
+ </div>
933
+ </div>
934
+ )}
935
+
936
+ {sectionproperties.showdownloadsection == 'Show' && (
937
+ <div className="row m-0 w-100">
938
+ <div className="col-lg-12 allcentered mt-3">
939
+ <img
940
+ src={'https://tabex-co.com/storage/StaticImages/appstore.png'}
941
+ class={header_cssstyles.storeimage + ' cursor-pointer mx-3 mx-sm-2 '}
942
+ onClick={() => {
943
+ window.open(authdetailsContext?.instinfo?.mobileapplink_appstore, '_blank');
944
+ }}
945
+ />
946
+ <img
947
+ class={header_cssstyles.storeimage + ' cursor-pointer mx-3 mx-sm-0 '}
948
+ src={'https://tabex-co.com/storage/StaticImages/googleplay.png'}
949
+ onClick={() => {
950
+ window.open(authdetailsContext?.instinfo?.mobileapplink_playstore, '_blank');
951
+ }}
952
+ />
953
+ </div>
954
+
955
+ <div className="col-lg-12 p-0">
956
+ <hr className="mt-3 mb-0" style={{ borderColor: sectionproperties.resp_header_separatorbg }} />
957
+ </div>
958
+ </div>
959
+ )}
960
+ </ul>
961
+ </div>
962
+ </div>
963
+ </div>
964
+ {sectionproperties.showhidesubheader == 'Show' && (
965
+ <div className="col-lg-12 p-0 h-100" id="subheader">
966
+ <div className="row m-0 w-100 h-100">
967
+ <div className="col-lg-12 p-0 h-100">
968
+ <Subheader sectionpropertiesprops={sectionproperties} actions={actions} />
969
+ </div>
970
+ </div>
971
+ </div>
972
+ )}
973
+ </div>
974
+ )}
975
+ {/* {sectionproperties.length != 0 && sectionproperties.headerresposivestyles == 'Off Canvas' && ( */}
976
+ {/* <Offcanvas
977
+ show={openCnvas}
978
+ onHide={() => {
979
+ setopenCnvas(false);
980
+ }}
981
+ placement="end"
982
+ scroll={true}
983
+ style={{
984
+ width: '90%',
985
+ backgroundColor: 'white',
986
+ }}
987
+ backdrop={true}
988
+ >
989
+ <Offcanvas.Header>
990
+ <Offcanvas.Title>
991
+ <div className="row m-0 w-100 mt-2">
992
+ <div className="col-lg-12 p-0">
993
+ <div className={`${tabstyles.tabs} ${tabstyles.policiestabs}` + ' w-100 p-0 '}>
994
+ <ul
995
+ className={`${tabstyles.tabsul}` + ' m-0 p-0 '}
996
+ style={{ background: sectionproperties.tabcontainerbgcolor, borderRadius: sectionproperties.tabcontainerborderradius + 'px' }}
997
+ >
998
+ <li
999
+ className={
1000
+ `${tabstyles.tabsli}`
1001
+ // index == policychoosedindex
1002
+ // ? `${tabstyles.tabsli} ${policies_cssstyles.tabsli} ${policies_cssstyles.tabsliactive}`
1003
+ // : `${tabstyles.tabsli} ${policies_cssstyles.tabsli}`
1004
+ }
1005
+ onClick={() => {
1006
+ setactiveTab('menu');
1007
+ // setpolicychoosedindex(index);
1008
+ }}
1009
+ style={{ width: '50%' }}
1010
+ >
1011
+ <label role="button" className={' d-flex align-items-center m-0 w-md-100 '}>
1012
+ <span
1013
+ className="pt-2 pb-2"
1014
+ style={{
1015
+ textTransform: sectionproperties.tabtexttexttransform,
1016
+ fontWeight: sectionproperties.tabtextfontweight,
1017
+ fontSize: sectionproperties.tabtextfontsize + 'px',
1018
+ // color: index == policychoosedindex ? sectionproperties.tabtextactivecolor : sectionproperties.tabtextcolor,
1019
+ transition: '.3s',
1020
+ }}
1021
+ >
1022
+ MENU
1023
+ </span>
1024
+ </label>
1025
+ </li>
1026
+ <li
1027
+ style={{ width: '50%' }}
1028
+ className={
1029
+ `${tabstyles.tabsli}`
1030
+ // index == policychoosedindex
1031
+ // ? `${tabstyles.tabsli} ${policies_cssstyles.tabsli} ${policies_cssstyles.tabsliactive}`
1032
+ // : `${tabstyles.tabsli} ${policies_cssstyles.tabsli}`
1033
+ }
1034
+ onClick={() => {
1035
+ setactiveTab('categories');
1036
+
1037
+ // setpolicychoosedindex(index);
1038
+ }}
1039
+ >
1040
+ <label role="button" className={' d-flex align-items-center m-0 w-md-100 '}>
1041
+ <span
1042
+ className="pt-2 pb-2"
1043
+ style={{
1044
+ textTransform: sectionproperties.tabtexttexttransform,
1045
+ fontWeight: sectionproperties.tabtextfontweight,
1046
+ fontSize: sectionproperties.tabtextfontsize + 'px',
1047
+ // color: index == policychoosedindex ? sectionproperties.tabtextactivecolor : sectionproperties.tabtextcolor,
1048
+ transition: '.3s',
1049
+ }}
1050
+ >
1051
+ Our Categories
1052
+ </span>
1053
+ </label>
1054
+ </li>
1055
+ </ul>
1056
+ </div>
1057
+ </div>
1058
+ </div>
1059
+ </Offcanvas.Title>
1060
+ </Offcanvas.Header>
1061
+ <Offcanvas.Body>
1062
+ {activeTab == 'menu' && (
1063
+ <div className={' row m-0 w-100 '}>
1064
+ <div className="col-lg-12 p-0">
1065
+ <ul className={' d-flex justify-content-center flex-column p-0 '}>
1066
+ {templatepropcontext.pagesnprop.map((item, index) => {
1067
+ if (item.isnavigation == 1 && item.isactive == 1) {
1068
+ return (
1069
+ <div className="row m-0 w-100">
1070
+ <div className="col-lg-12 d-flex justify-content-start pl-3 pr-3" style={{ paddingTop: index == 0 ? 5 : 0 }}>
1071
+ <div
1072
+ onClick={() => {
1073
+ routingcountext(item.navigationroute, false, '');
1074
+ }}
1075
+ >
1076
+ <p className={`${header_cssstyles.navbar_item_text_responsive}` + ' mb-0 p-0 '}>
1077
+ {langdetect == 'en' ? item.pagename : item.pagename_ar}
1078
+ </p>
1079
+ </div>
1080
+ </div>
1081
+ <div className="col-lg-12 p-0">
1082
+ <hr className="mt-3 mb-3" style={{ borderColor: sectionproperties.resp_header_separatorbg }} />
1083
+ </div>
1084
+ </div>
1085
+ );
1086
+ }
1087
+ })}
1088
+ {authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && (
1089
+ <div className="row m-0 w-100">
1090
+ <div
1091
+ className="col-lg-12 d-flex justify-content-start"
1092
+ onClick={() => {
1093
+ routingcountext(StaticPagesLinksContext.Ordershistory);
1094
+ }}
1095
+ >
1096
+ <p className={`${header_cssstyles.navbar_item_text_responsive}` + ' mb-0 p-0 d-flex justify-content-start '}>{lang.orderhistory}</p>
1097
+ </div>
1098
+ <div className="col-lg-12 p-0">
1099
+ <hr className="mt-3 mb-3" style={{ borderColor: sectionproperties.resp_header_separatorbg }} />
1100
+ </div>
1101
+ </div>
1102
+ )}
1103
+ <div className="row m-0 w-100">
1104
+ <div
1105
+ className="col-lg-12 d-flex justify-content-start"
1106
+ onClick={() => {
1107
+ routingcountext(StaticPagesLinksContext.Wishlist);
1108
+ }}
1109
+ >
1110
+ <p className={`${header_cssstyles.navbar_item_text_responsive}` + ' mb-0 p-0 d-flex justify-content-start '}>{lang.wishlist}</p>
1111
+ </div>
1112
+ <div className="col-lg-12 p-0">
1113
+ <hr className="mt-3 mb-3" style={{ borderColor: sectionproperties.resp_header_separatorbg }} />
1114
+ </div>
1115
+ </div>
1116
+ <div className="row m-0 w-100">
1117
+ <div
1118
+ className="col-lg-12 d-flex justify-content-start"
1119
+ onClick={() => {
1120
+ routingcountext(StaticPagesLinksContext.Policies);
1121
+ }}
1122
+ >
1123
+ <p className={`${header_cssstyles.navbar_item_text_responsive}` + ' mb-0 p-0 '}>{lang.policies}</p>
1124
+ </div>
1125
+ </div>
1126
+ </ul>
1127
+ </div>
1128
+ </div>
1129
+ )}
1130
+ {activeTab == 'categories' && (
1131
+ <div className={' row m-0 w-100 accordionContainer'}>
1132
+ <Accordion allowMultipleExpanded={true} allowZeroExpanded={true}>
1133
+ {fetchCategoriesQueryContext?.data?.data?.categories.map((item, index) => {
1134
+ return (
1135
+ <AccordionItem>
1136
+ <AccordionItemHeading
1137
+ onClick={() => {
1138
+ setChoosenindex(index);
1139
+ }}
1140
+ >
1141
+ <AccordionItemButton>
1142
+ <div className={' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '}>
1143
+ <div
1144
+ className="col-lg-12 col-md-12 col-sm-12 p-0"
1145
+ onClick={() => {
1146
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
1147
+ }}
1148
+ >
1149
+ <p className={' m-0 p-0 '}>{langdetect == 'en' ? item.title_en : item.title_ar}</p>
1150
+ </div>
1151
+ </div>
1152
+ </AccordionItemButton>
1153
+ </AccordionItemHeading>
1154
+ <AccordionItemPanel className="p-0">
1155
+ <div className="row mt-0 mb-2 ml-0 mr-0 d-lg-flex">
1156
+ <Accordion allowMultipleExpanded={true} allowZeroExpanded={true}>
1157
+ {Choosenindex.length != 0 && fetchCategoriesQueryContext?.data?.data?.categories[Choosenindex]?.parentcolletions?.length != 0 && (
1158
+ <AccordionItem>
1159
+ {fetchCategoriesQueryContext?.data?.data?.categories[Choosenindex]?.parentcolletions.map((item, index) => (
1160
+ <AccordionItemHeading>
1161
+ <AccordionItemButton>
1162
+ <div className={' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '}>
1163
+ <div
1164
+ className="col-lg-12 col-md-12 col-sm-12 p-0"
1165
+ onClick={() => {
1166
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
1167
+ }}
1168
+ >
1169
+ <p className={' m-0 p-0 '}>{langdetect == 'en' ? item.title_en : item.title_ar}</p>
1170
+ </div>
1171
+ </div>
1172
+ </AccordionItemButton>
1173
+ </AccordionItemHeading>
1174
+ ))}
1175
+
1176
+ <AccordionItemPanel className="p-0">
1177
+ <div className="row mt-0 mb-2 ml-0 mr-0 d-lg-flex">
1178
+ <div className={'col-lg-12'}></div>
1179
+ </div>
1180
+ </AccordionItemPanel>
1181
+ </AccordionItem>
1182
+ )}
1183
+ </Accordion>
1184
+ </div>
1185
+ </AccordionItemPanel>
1186
+ </AccordionItem>
1187
+ );
1188
+ })}
1189
+ </Accordion>
1190
+ </div>
1191
+ )}
1192
+ </Offcanvas.Body>
1193
+ </Offcanvas> */}
1194
+
1195
+ {/* )} */}
1196
+ </div>
1197
+ </div>
1198
+ );
1199
+ };
1200
+
1201
+ export default Headerresponsive;