tabexseriescomponents 0.0.707 → 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 (357) hide show
  1. package/dist/index.cjs.js +1798 -1071
  2. package/dist/index.esm.js +1798 -1071
  3. package/dist/index.umd.js +1799 -1071
  4. package/package.json +1 -1
  5. package/{srcoriginal → srcoman}/TabexComponents/Cards/Card23/Card23.jsx +29 -20
  6. package/{srcoriginal → srcoman}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +2 -2
  7. package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +2 -2
  8. package/{srcoriginal → srcoman}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +0 -1
  9. package/{srcoriginal → srcoman}/TabexComponents/Cards/MenuCard/MenuCard.jsx +13 -25
  10. package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +3 -45
  11. package/{srcoriginal → srcoman}/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +2 -0
  12. package/{srcoriginal → srcoman}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +2 -2
  13. package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
  14. package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer5/Footer5.jsx +0 -37
  15. package/{srcoriginal → srcoman}/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +0 -19
  16. package/{srcoriginal → srcoman}/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +0 -19
  17. package/{srcoriginal → srcoman}/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +1 -1
  18. package/{srcoriginal → srcoman}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +3 -8
  19. package/{srcoriginal → srcoman}/TabexComponents/Headers/Header8/Header8.jsx +1 -41
  20. package/{srcoriginal → srcoman}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +33 -308
  21. package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +21 -257
  22. package/{srcoriginal → srcoman}/TabexComponents/Headers/Modernheader/Modernheader.jsx +217 -222
  23. package/{srcoriginal → srcoman}/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +4 -41
  24. package/{srcoriginal → srcoman}/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +0 -18
  25. package/{srcoriginal → srcoman}/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1 -5
  26. package/{srcoriginal → srcoman}/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +4 -6
  27. package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +22 -72
  28. package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +4 -3
  29. package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +3 -3
  30. package/{srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx → srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx} +13 -6
  31. package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +215 -491
  32. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
  33. package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +1 -1
  34. package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
  35. package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +40 -45
  36. package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
  37. package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout.jsx +1 -20
  38. package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter.jsx +252 -460
  39. package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
  40. package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1 -2
  41. package/srcoriginal/TabexComponents/Footer/Footer1/Footer1.jsx +0 -551
  42. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +0 -1938
  43. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -760
  44. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +0 -1679
  45. package/srcoriginal/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -512
  46. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +0 -2118
  47. /package/{srcoriginal → srcoman}/Contexts/LanguageContext.jsx +0 -0
  48. /package/{srcoriginal → srcoman}/Contexts/ProductsCardsSectionContext.jsx +0 -0
  49. /package/{srcoriginal → srcoman}/Imagekitconfig.jsx +0 -0
  50. /package/{srcoriginal → srcoman}/StylesJS/Customstyles.js +0 -0
  51. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +0 -0
  52. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card20/Card20.jsx +0 -0
  53. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card21/Card21.jsx +0 -0
  54. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card22/Card22.jsx +0 -0
  55. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Card23/Card23 copy.jsx +0 -0
  56. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CardAll/CardAll.jsx +0 -0
  57. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +0 -0
  58. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +0 -0
  59. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +0 -0
  60. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +0 -0
  61. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +0 -0
  62. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +0 -0
  63. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +0 -0
  64. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
  65. /package/{srcoriginal → srcoman}/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +0 -0
  66. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +0 -0
  67. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +0 -0
  68. /package/{srcoriginal → srcoman}/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +0 -0
  69. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +0 -0
  70. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +0 -0
  71. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +0 -0
  72. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +0 -0
  73. /package/{srcoriginal → srcoman}/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +0 -0
  74. /package/{srcoriginal → srcoman}/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +0 -0
  75. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +0 -0
  76. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard6/Productcard6.jsx +0 -0
  77. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard7/Productcard7.jsx +0 -0
  78. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +0 -0
  79. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +0 -0
  80. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +0 -0
  81. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +0 -0
  82. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +0 -0
  83. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +0 -0
  84. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +0 -0
  85. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +0 -0
  86. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +0 -0
  87. /package/{srcoriginal → srcoman}/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +0 -0
  88. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +0 -0
  89. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +0 -0
  90. /package/{srcoriginal → srcoman}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +0 -0
  91. /package/{srcoriginal → srcoman}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +0 -0
  92. /package/{srcoriginal → srcoman}/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +0 -0
  93. /package/{srcoriginal → srcoman}/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +0 -0
  94. /package/{srcoriginal → srcoman}/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +0 -0
  95. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +0 -0
  96. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer2/Footer2.jsx +0 -0
  97. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer3/Footer3.jsx +0 -0
  98. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer4/Footer4.jsx +0 -0
  99. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer6/Footer6.jsx +0 -0
  100. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer7/Footer7.jsx +0 -0
  101. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Footer8/Footer8.jsx +0 -0
  102. /package/{srcoriginal → srcoman}/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +0 -0
  103. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +0 -0
  104. /package/{srcoriginal → srcoman}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +0 -0
  105. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  106. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/noimage.png +0 -0
  107. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  108. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  109. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  110. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  111. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  112. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  113. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  114. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  115. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  116. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/usflag.png +0 -0
  117. /package/{srcoriginal → srcoman}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  118. /package/{srcoriginal → srcoman}/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +0 -0
  119. /package/{srcoriginal → srcoman}/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +0 -0
  120. /package/{srcoriginal → srcoman}/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +0 -0
  121. /package/{srcoriginal → srcoman}/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +0 -0
  122. /package/{srcoriginal → srcoman}/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +0 -0
  123. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +0 -0
  124. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Header4/Header4.jsx +0 -0
  125. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Header8/Header8 copy.jsx +0 -0
  126. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +0 -0
  127. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +0 -0
  128. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +0 -0
  129. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +0 -0
  130. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +0 -0
  131. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +0 -0
  132. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +0 -0
  133. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +0 -0
  134. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +0 -0
  135. /package/{srcoriginal → srcoman}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +0 -0
  136. /package/{srcoriginal → srcoman}/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +0 -0
  137. /package/{srcoriginal → srcoman}/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +0 -0
  138. /package/{srcoriginal → srcoman}/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +0 -0
  139. /package/{srcoriginal → srcoman}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +0 -0
  140. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/Subheader.jsx +0 -0
  141. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/Subheader13-3.jsx +0 -0
  142. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +0 -0
  143. /package/{srcoriginal → srcoman}/TabexComponents/Headers/Subheader/Subheadernew.jsx +0 -0
  144. /package/{srcoriginal → srcoman}/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +0 -0
  145. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +0 -0
  146. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +0 -0
  147. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +0 -0
  148. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +0 -0
  149. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
  150. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
  151. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +0 -0
  152. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +0 -0
  153. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +0 -0
  154. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +0 -0
  155. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +0 -0
  156. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +0 -0
  157. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +0 -0
  158. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +0 -0
  159. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +0 -0
  160. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +0 -0
  161. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +0 -0
  162. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -0
  163. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +0 -0
  164. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
  165. /package/{srcoriginal → srcoman}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +0 -0
  166. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +0 -0
  167. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +0 -0
  168. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +0 -0
  169. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +0 -0
  170. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +0 -0
  171. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +0 -0
  172. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +0 -0
  173. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +0 -0
  174. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +0 -0
  175. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +0 -0
  176. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +0 -0
  177. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +0 -0
  178. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +0 -0
  179. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
  180. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
  181. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +0 -0
  182. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +0 -0
  183. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +0 -0
  184. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
  185. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +0 -0
  186. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
  187. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
  188. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
  189. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +0 -0
  190. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +0 -0
  191. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +0 -0
  192. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +0 -0
  193. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +0 -0
  194. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +0 -0
  195. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +0 -0
  196. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +0 -0
  197. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +0 -0
  198. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +0 -0
  199. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +0 -0
  200. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +0 -0
  201. /package/{srcoriginal → srcoman}/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +0 -0
  202. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -0
  203. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/AddReview/AddReview.jsx +0 -0
  204. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +0 -0
  205. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
  206. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +0 -0
  207. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +0 -0
  208. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +0 -0
  209. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +0 -0
  210. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +0 -0
  211. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +0 -0
  212. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +0 -0
  213. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter copy.jsx +0 -0
  214. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter1-5.jsx +0 -0
  215. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter13-11.jsx +0 -0
  216. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter14-8.jsx +0 -0
  217. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/Filter17-9.jsx +0 -0
  218. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Filter/VariantFilter.jsx +0 -0
  219. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +0 -0
  220. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
  221. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
  222. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/Login copy.jsx +0 -0
  223. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
  224. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +0 -0
  225. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -0
  226. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -0
  227. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +0 -0
  228. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +0 -0
  229. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +0 -0
  230. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +0 -0
  231. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +0 -0
  232. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +0 -0
  233. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +0 -0
  234. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +0 -0
  235. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +0 -0
  236. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +0 -0
  237. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +0 -0
  238. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +0 -0
  239. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +0 -0
  240. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +0 -0
  241. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +0 -0
  242. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +0 -0
  243. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +0 -0
  244. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +0 -0
  245. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +0 -0
  246. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +0 -0
  247. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +0 -0
  248. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +0 -0
  249. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +0 -0
  250. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +0 -0
  251. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +0 -0
  252. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +0 -0
  253. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +0 -0
  254. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +0 -0
  255. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +0 -0
  256. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +0 -0
  257. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +0 -0
  258. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +0 -0
  259. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +0 -0
  260. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +0 -0
  261. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +0 -0
  262. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +0 -0
  263. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +0 -0
  264. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +0 -0
  265. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +0 -0
  266. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +0 -0
  267. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +0 -0
  268. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
  269. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -0
  270. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +0 -0
  271. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +0 -0
  272. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +0 -0
  273. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +0 -0
  274. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +0 -0
  275. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +0 -0
  276. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +0 -0
  277. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -0
  278. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +0 -0
  279. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +0 -0
  280. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +0 -0
  281. /package/{srcoriginal → srcoman}/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +0 -0
  282. /package/{srcoriginal → srcoman}/button.jsx +0 -0
  283. /package/{srcoriginal → srcoman}/index.jsx +0 -0
  284. /package/{srcoriginal → srcoman}/styles/Home.module.css +0 -0
  285. /package/{srcoriginal → srcoman}/styles/cards/Categorcycard_fullimage.module.css +0 -0
  286. /package/{srcoriginal → srcoman}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
  287. /package/{srcoriginal → srcoman}/styles/cards/Categorycard_withshapes.module.css +0 -0
  288. /package/{srcoriginal → srcoman}/styles/cards/ModernCardWithQuantityButton.module.css +0 -0
  289. /package/{srcoriginal → srcoman}/styles/cards/Productcard6.module.css +0 -0
  290. /package/{srcoriginal → srcoman}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
  291. /package/{srcoriginal → srcoman}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
  292. /package/{srcoriginal → srcoman}/styles/cards/UserCardWithSocialMediaOnHover.module.css +0 -0
  293. /package/{srcoriginal → srcoman}/styles/cards/card23.module.css +0 -0
  294. /package/{srcoriginal → srcoman}/styles/cards/categorycard.module.css +0 -0
  295. /package/{srcoriginal → srcoman}/styles/cards/categorycard3.module.css +0 -0
  296. /package/{srcoriginal → srcoman}/styles/cards/categorycardwithtext.module.css +0 -0
  297. /package/{srcoriginal → srcoman}/styles/cards/generalCardsStyles.module.css +0 -0
  298. /package/{srcoriginal → srcoman}/styles/cards/productcard_animatedbuttons.module.css +0 -0
  299. /package/{srcoriginal → srcoman}/styles/cards/productcard_with_textonhover.module.css +0 -0
  300. /package/{srcoriginal → srcoman}/styles/cards/productcard_withtextonimage.module.css +0 -0
  301. /package/{srcoriginal → srcoman}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
  302. /package/{srcoriginal → srcoman}/styles/general/bootstrap.css +0 -0
  303. /package/{srcoriginal → srcoman}/styles/general/dropdown.css +0 -0
  304. /package/{srcoriginal → srcoman}/styles/general/editorbardropdown.module.css +0 -0
  305. /package/{srcoriginal → srcoman}/styles/general/filter.module.css +0 -0
  306. /package/{srcoriginal → srcoman}/styles/general/form.module.css +0 -0
  307. /package/{srcoriginal → srcoman}/styles/general/general.module.css +0 -0
  308. /package/{srcoriginal → srcoman}/styles/general/image-gallery.css +0 -0
  309. /package/{srcoriginal → srcoman}/styles/general/react-accessible-accordion.module.css +0 -0
  310. /package/{srcoriginal → srcoman}/styles/general/react-phone-input-2.module.css +0 -0
  311. /package/{srcoriginal → srcoman}/styles/general/scrollbtn.module.css +0 -0
  312. /package/{srcoriginal → srcoman}/styles/general/slick.module.css +0 -0
  313. /package/{srcoriginal → srcoman}/styles/general/tabs.module.css +0 -0
  314. /package/{srcoriginal → srcoman}/styles/general/workplaceeditor.module.css +0 -0
  315. /package/{srcoriginal → srcoman}/styles/globals.css +0 -0
  316. /package/{srcoriginal → srcoman}/styles/headers/CTAHeader.module.css +0 -0
  317. /package/{srcoriginal → srcoman}/styles/headers/CategoryFeaturingHeader.module.css +0 -0
  318. /package/{srcoriginal → srcoman}/styles/headers/Gotoheader.module.css +0 -0
  319. /package/{srcoriginal → srcoman}/styles/headers/Header7.module.css +0 -0
  320. /package/{srcoriginal → srcoman}/styles/headers/HeaderWithAdSlider.module.css +0 -0
  321. /package/{srcoriginal → srcoman}/styles/headers/HeaderWithSearchOnCenter.module.css +0 -0
  322. /package/{srcoriginal → srcoman}/styles/headers/HeaderWithUtilityBar.module.css +0 -0
  323. /package/{srcoriginal → srcoman}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
  324. /package/{srcoriginal → srcoman}/styles/headers/NewHeader.module.css +0 -0
  325. /package/{srcoriginal → srcoman}/styles/headers/SearchFocusedHeader.module.css +0 -0
  326. /package/{srcoriginal → srcoman}/styles/headers/Sideheader.module.css +0 -0
  327. /package/{srcoriginal → srcoman}/styles/headers/Simpleheader.module.css +0 -0
  328. /package/{srcoriginal → srcoman}/styles/headers/classicheader.module.css +0 -0
  329. /package/{srcoriginal → srcoman}/styles/headers/classicheaderstyles.module.css +0 -0
  330. /package/{srcoriginal → srcoman}/styles/headers/dropdown.css +0 -0
  331. /package/{srcoriginal → srcoman}/styles/headers/header4.module.css +0 -0
  332. /package/{srcoriginal → srcoman}/styles/headers/header5.module.css +0 -0
  333. /package/{srcoriginal → srcoman}/styles/headers/header_contactinfo.module.css +0 -0
  334. /package/{srcoriginal → srcoman}/styles/headers/headerresturant.module.css +0 -0
  335. /package/{srcoriginal → srcoman}/styles/headers/modernheader.module.css +0 -0
  336. /package/{srcoriginal → srcoman}/styles/headers/stylishheader.module.css +0 -0
  337. /package/{srcoriginal → srcoman}/styles/headers/subheader.module.css +0 -0
  338. /package/{srcoriginal → srcoman}/styles/headers/threetieredheader.module.css +0 -0
  339. /package/{srcoriginal → srcoman}/styles/sections/BackgroundImageWithTopContent.css +0 -0
  340. /package/{srcoriginal → srcoman}/styles/sections/Backgroundimage1.module.css +0 -0
  341. /package/{srcoriginal → srcoman}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
  342. /package/{srcoriginal → srcoman}/styles/sections/Freetext.module.css +0 -0
  343. /package/{srcoriginal → srcoman}/styles/sections/Section_with_rightbgcont.module.css +0 -0
  344. /package/{srcoriginal → srcoman}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
  345. /package/{srcoriginal → srcoman}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
  346. /package/{srcoriginal → srcoman}/styles/staticpages/accordion.module.css +0 -0
  347. /package/{srcoriginal → srcoman}/styles/staticpages/cart.module.css +0 -0
  348. /package/{srcoriginal → srcoman}/styles/staticpages/dropdown.css +0 -0
  349. /package/{srcoriginal → srcoman}/styles/staticpages/filter.module.css +0 -0
  350. /package/{srcoriginal → srcoman}/styles/staticpages/image-gallery.css +0 -0
  351. /package/{srcoriginal → srcoman}/styles/staticpages/login.module.css +0 -0
  352. /package/{srcoriginal → srcoman}/styles/staticpages/productinfo.module.css +0 -0
  353. /package/{srcoriginal → srcoman}/styles/staticpages/shop.module.css +0 -0
  354. /package/{srcoriginal → srcoman}/styles/staticpages/signup.module.css +0 -0
  355. /package/{srcoriginal → srcoman}/styles/staticpages/staticroutersidenav.module.css +0 -0
  356. /package/{srcoriginal → srcoman}/styles/staticpages/viewcart.module.css +0 -0
  357. /package/{srcoriginal → srcoman}/styles/staticpages/wishlist.module.css +0 -0
package/dist/index.esm.js CHANGED
@@ -114,7 +114,9 @@ import { VscHeart } from '@react-icons/all-files/vsc/VscHeart';
114
114
  import { IoSearchOutline } from '@react-icons/all-files/io5/IoSearchOutline';
115
115
  import { AiFillYoutube } from '@react-icons/all-files/ai/AiFillYoutube';
116
116
  import { IoLogoTiktok } from '@react-icons/all-files/io5/IoLogoTiktok';
117
+ import { FaLinkedinIn } from '@react-icons/all-files/fa/FaLinkedinIn';
117
118
  import { FiMenu } from '@react-icons/all-files/fi/FiMenu';
119
+ import { BsChevronDown } from '@react-icons/all-files/bs/BsChevronDown';
118
120
  import { IoClose } from '@react-icons/all-files/io5/IoClose';
119
121
  import { BiSearch } from '@react-icons/all-files/bi/BiSearch';
120
122
  import { FiUser } from '@react-icons/all-files/fi/FiUser';
@@ -126,10 +128,9 @@ import { BsSearch } from '@react-icons/all-files/bs/BsSearch';
126
128
  import { AiOutlinePhone } from '@react-icons/all-files/ai/AiOutlinePhone';
127
129
  import { GoSearch } from '@react-icons/all-files/go/GoSearch';
128
130
  import { AiOutlineInstagram } from '@react-icons/all-files/ai/AiOutlineInstagram';
129
- import { BsChevronDown } from '@react-icons/all-files/bs/BsChevronDown';
131
+ import { MdKeyboardArrowUp } from '@react-icons/all-files/md/MdKeyboardArrowUp';
130
132
  import { RiUserSettingsLine } from '@react-icons/all-files/ri/RiUserSettingsLine';
131
133
  import { HiUserCircle } from '@react-icons/all-files/hi/HiUserCircle';
132
- import { MdKeyboardArrowUp } from '@react-icons/all-files/md/MdKeyboardArrowUp';
133
134
  import { BsInfoCircle } from '@react-icons/all-files/bs/BsInfoCircle';
134
135
  import { AiFillPhone } from '@react-icons/all-files/ai/AiFillPhone';
135
136
  import { FaTelegramPlane } from '@react-icons/all-files/fa/FaTelegramPlane';
@@ -138,7 +139,6 @@ import { FaPhone } from '@react-icons/all-files/fa/FaPhone';
138
139
  import { FiGlobe } from '@react-icons/all-files/fi/FiGlobe';
139
140
  import { BiUserCircle } from '@react-icons/all-files/bi/BiUserCircle';
140
141
  import { GoLocation } from '@react-icons/all-files/go/GoLocation';
141
- import { FaLinkedinIn } from '@react-icons/all-files/fa/FaLinkedinIn';
142
142
  import { RiRoadMapLine } from '@react-icons/all-files/ri/RiRoadMapLine';
143
143
  import { HiOutlineClock } from '@react-icons/all-files/hi/HiOutlineClock';
144
144
  import { AiOutlineLinkedin } from '@react-icons/all-files/ai/AiOutlineLinkedin';
@@ -147,7 +147,6 @@ import { FaArrowAltCircleLeft } from '@react-icons/all-files/fa/FaArrowAltCircle
147
147
  import Select$5 from 'react-select';
148
148
  import { GoStar } from '@react-icons/all-files/go/GoStar';
149
149
  import { IoIosStar } from '@react-icons/all-files/io/IoIosStar';
150
- import { CountdownCircleTimer } from 'react-countdown-circle-timer';
151
150
  import BackgroundSlideshow from 'react-background-slideshow';
152
151
  import _extends from '@babel/runtime/helpers/extends';
153
152
  import { Fade, Slide, Zoom } from 'react-slideshow-image';
@@ -2361,7 +2360,7 @@ var DescriptionContent = function DescriptionContent(props) {
2361
2360
  function ownKeys$2u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2362
2361
  function _objectSpread$2u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2u(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2363
2362
  var Product_itemtype = function Product_itemtype(props) {
2364
- var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer44, _fetchProductInfoQuer45, _fetchProductInfoQuer46, _fetchProductInfoQuer48, _fetchProductInfoQuer49, _fetchProductInfoQuer50, _fetchProductInfoQuer51, _fetchProductInfoQuer52, _fetchProductInfoQuer53, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer54, _fetchProductInfoQuer55, _fetchProductInfoQuer56, _fetchProductInfoQuer57, _fetchProductInfoQuer58;
2363
+ var _authdetailsContext$i, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer44, _fetchProductInfoQuer45, _fetchProductInfoQuer46, _fetchProductInfoQuer48, _fetchProductInfoQuer49, _fetchProductInfoQuer50, _fetchProductInfoQuer51, _fetchProductInfoQuer52, _fetchProductInfoQuer53, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer54, _fetchProductInfoQuer55, _fetchProductInfoQuer56, _fetchProductInfoQuer57, _fetchProductInfoQuer58, _authdetailsContext$i2, _fetchProductInfoQuer59, _fetchProductInfoQuer60, _fetchProductInfoQuer61, _fetchProductInfoQuer62, _fetchProductInfoQuer63, _fetchProductInfoQuer64, _fetchProductInfoQuer65;
2365
2364
  var lang = props.actions.lang;
2366
2365
  var langdetect = props.actions.langdetect;
2367
2366
  var srcfromprops = props.actions.srcfromprops;
@@ -2552,7 +2551,7 @@ var Product_itemtype = function Product_itemtype(props) {
2552
2551
  }
2553
2552
  }, /*#__PURE__*/React.createElement("div", {
2554
2553
  "class": ' col-lg-12 p-0 '
2555
- }, /*#__PURE__*/React.createElement("div", {
2554
+ }, Object.keys(sectionproperties).length != 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '673ca821296ee' && /*#__PURE__*/React.createElement("div", {
2556
2555
  "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
2557
2556
  style: {
2558
2557
  minHeight: sectionproperties.height + 'vh'
@@ -2687,7 +2686,7 @@ var Product_itemtype = function Product_itemtype(props) {
2687
2686
  textAlign: langdetect == 'en' ? 'left' : 'right',
2688
2687
  fontWeight: 400,
2689
2688
  color: sectionproperties.measurementunitcolor,
2690
- fontSize: sectionproperties.measurementunitfontsize + 'px'
2689
+ fontSize: sectionproperties.measurementunitcolor + 'px'
2691
2690
  }
2692
2691
  }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React.createElement("div", {
2693
2692
  "class": "col-lg-12 p-0 text-start"
@@ -2805,14 +2804,9 @@ var Product_itemtype = function Product_itemtype(props) {
2805
2804
  return /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("th", {
2806
2805
  style: {
2807
2806
  textTransform: 'capitalize',
2808
- color: '#000',
2809
- textAlign: langdetect == 'en' ? 'left' : 'right'
2807
+ color: '#000'
2810
2808
  }
2811
- }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React.createElement("td", {
2812
- style: {
2813
- textAlign: langdetect == 'en' ? 'left' : 'right'
2814
- }
2815
- }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2809
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React.createElement("td", null, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2816
2810
  }))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.isproducttobesold) == 1 && /*#__PURE__*/React.createElement(ProductHeaderPricing, {
2817
2811
  actions: props.actions
2818
2812
  }), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
@@ -3699,7 +3693,109 @@ var Product_itemtype = function Product_itemtype(props) {
3699
3693
  "class": "my-3"
3700
3694
  })), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
3701
3695
  "class": "col-lg-12 p-0 allcentered mt-2"
3702
- }, ShareButtonsContainer()))))))));
3696
+ }, ShareButtonsContainer())))))), Object.keys(sectionproperties).length != 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '673ca821296ee' && /*#__PURE__*/React.createElement("div", {
3697
+ "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
3698
+ style: {
3699
+ minHeight: sectionproperties.height + 'vh'
3700
+ // paddingLeft: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
3701
+ // paddingRight: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
3702
+ }
3703
+ }, /*#__PURE__*/React.createElement("div", {
3704
+ "class": "col-lg-12 allcentered p-0 mb-2"
3705
+ }, /*#__PURE__*/React.createElement("div", {
3706
+ className: "w-100 h-100",
3707
+ style: {}
3708
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
3709
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3710
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3711
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer59 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.productinfo) === null || _fetchProductInfoQuer59 === void 0 ? void 0 : _fetchProductInfoQuer59.productmainimage),
3712
+ style: {
3713
+ width: '100%',
3714
+ height: '100%',
3715
+ objectFit: 'contain'
3716
+ },
3717
+ loading: "lazy"
3718
+ }))), sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React.createElement("div", {
3719
+ className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center mb-2 mt-3'
3720
+ }, /*#__PURE__*/React.createElement("p", {
3721
+ className: ' m-0 p-0 wordbreak d-flex justify-content-start ',
3722
+ style: {
3723
+ textAlign: langdetect == 'en' ? 'left' : 'right',
3724
+ fontWeight: 400,
3725
+ color: sectionproperties.measurementunitcolor,
3726
+ fontSize: sectionproperties.measurementunitfontsize + 'px'
3727
+ }
3728
+ }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), /*#__PURE__*/React.createElement("div", {
3729
+ className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
3730
+ }, /*#__PURE__*/React.createElement("p", {
3731
+ className: props.srcfromprops != 'templatedraftrouter' ? "".concat(productinfo_cssstyles.productname, " ").concat(productinfo_cssstyles.productnamehover) + ' m-0 p-0 wordbreak d-flex justify-content-start cursor-pointer font-sm-15 ' : "".concat(productinfo_cssstyles.productname) + ' m-0 p-0 wordbreak d-flex justify-content-start font-sm-15 ',
3732
+ onClick: function onClick() {
3733
+ if (props.srcfromprops != 'templatedraftrouter') {
3734
+ routingcountext(StaticPagesLinksContext.productinfo, true, fetchProductInfoQueryContext.data.data.productinfo.productid);
3735
+ }
3736
+ },
3737
+ style: {
3738
+ textAlign: langdetect == 'en' ? 'left' : 'right'
3739
+ }
3740
+ }, langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.name_en : fetchProductInfoQueryContext.data.data.productinfo.name_ar)), /*#__PURE__*/React.createElement("div", {
3741
+ "class": "col-lg-12 col-md-12 p-0"
3742
+ }, /*#__PURE__*/React.createElement("div", {
3743
+ "class": "row m-0 w-100"
3744
+ }, /*#__PURE__*/React.createElement("div", {
3745
+ className: "col-lg-12 p-0 d-flex align-items-center justify-content-start"
3746
+ }, /*#__PURE__*/React.createElement("p", {
3747
+ "class": "m-0 p-0",
3748
+ style: {
3749
+ textAlign: langdetect == 'en' ? 'left' : 'right',
3750
+ fontWeight: sectionproperties.prodCatFontWeight,
3751
+ color: sectionproperties.prodCatColor,
3752
+ fontSize: sectionproperties.prodCatFontSize + 'px'
3753
+ }
3754
+ }, langdetect == 'en' ? sectionproperties.shortdescriptiontitle_en : sectionproperties.shortdescriptiontitle_ar)), /*#__PURE__*/React.createElement("div", {
3755
+ "class": "col-lg-12 mt-3"
3756
+ }, /*#__PURE__*/React.createElement("p", {
3757
+ className: 'm-0 p-0 wordbreak',
3758
+ style: {
3759
+ textAlign: langdetect == 'en' ? 'left' : 'right',
3760
+ color: sectionproperties.prodCatColor
3761
+ },
3762
+ dangerouslySetInnerHTML: {
3763
+ __html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer60 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.productinfo) === null || _fetchProductInfoQuer60 === void 0 ? void 0 : _fetchProductInfoQuer60.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer61 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.productinfo) === null || _fetchProductInfoQuer61 === void 0 ? void 0 : _fetchProductInfoQuer61.short_description_ar
3764
+ }
3765
+ })))), /*#__PURE__*/React.createElement("div", {
3766
+ "class": "col-lg-12 p-0 my-4"
3767
+ }, /*#__PURE__*/React.createElement("div", {
3768
+ "class": "row m-0 w-100"
3769
+ }, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer62 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.productinfo) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.productimages) === null || _fetchProductInfoQuer62 === void 0 ? void 0 : _fetchProductInfoQuer62.length) != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer63 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.productinfo) === null || _fetchProductInfoQuer63 === void 0 ? void 0 : _fetchProductInfoQuer63.productimages.map(function (item, index) {
3770
+ return /*#__PURE__*/React.createElement("div", {
3771
+ "class": "col-lg-4 col-sm-12"
3772
+ }, /*#__PURE__*/React.createElement("div", {
3773
+ "class": ' mx-2 w-100 h-100',
3774
+ style: {}
3775
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
3776
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3777
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3778
+ path: '/tr:w-500,h-500/' + item.path,
3779
+ style: {
3780
+ width: '100%',
3781
+ height: '100%',
3782
+ objectFit: 'contain'
3783
+ },
3784
+ loading: "lazy"
3785
+ })));
3786
+ })))), /*#__PURE__*/React.createElement("div", {
3787
+ "class": "col-lg-12 p-0 my-3"
3788
+ }, /*#__PURE__*/React.createElement("div", {
3789
+ "class": "col-lg-12 p-0 d-flex justify-content-start"
3790
+ }, /*#__PURE__*/React.createElement("p", {
3791
+ className: 'text-black m-0 p-0 wordbreak',
3792
+ style: {
3793
+ textAlign: langdetect == 'en' ? 'left' : 'right'
3794
+ },
3795
+ dangerouslySetInnerHTML: {
3796
+ __html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer64 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.productinfo) === null || _fetchProductInfoQuer64 === void 0 ? void 0 : _fetchProductInfoQuer64.description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer65 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.productinfo) === null || _fetchProductInfoQuer65 === void 0 ? void 0 : _fetchProductInfoQuer65.description_ar
3797
+ }
3798
+ }))))));
3703
3799
  };
3704
3800
 
3705
3801
  function ownKeys$2t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -6563,7 +6659,8 @@ var Productinfo = function Productinfo(props) {
6563
6659
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
6564
6660
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
6565
6661
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
6566
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6662
+ borderTop: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6663
+ borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6567
6664
  marginBottom: sectionproperties.relatedProductsMb + 'px'
6568
6665
  }
6569
6666
  }, Relatedproducts.length != 0 && /*#__PURE__*/React.createElement("div", {
@@ -11138,7 +11235,7 @@ var Checkout = function Checkout(props) {
11138
11235
  }, /*#__PURE__*/React.createElement("label", {
11139
11236
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
11140
11237
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React.createElement("input", {
11141
- type: 'text',
11238
+ type: 'number',
11142
11239
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
11143
11240
  value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue62 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue62 === void 0 || (_fetchcustomercartQue62 = _fetchcustomercartQue62.data) === null || _fetchcustomercartQue62 === void 0 ? void 0 : _fetchcustomercartQue62.customercart.mobile,
11144
11241
  onChange: function onChange(event) {
@@ -15183,6 +15280,7 @@ var Select$1 = /*#__PURE__*/React.lazy(function () {
15183
15280
  });
15184
15281
  var Filter$1 = function Filter(props) {
15185
15282
  var _css;
15283
+ var FetchAllVendorsQuery = props.actions.FetchAllVendorsQuery;
15186
15284
  var lang = props.actions.lang;
15187
15285
  var langdetect = props.actions.langdetect;
15188
15286
  props.actions.productfiltercontext;
@@ -15203,10 +15301,21 @@ var Filter$1 = function Filter(props) {
15203
15301
  _useState2 = _slicedToArray(_useState, 2);
15204
15302
  _useState2[0];
15205
15303
  _useState2[1];
15206
- var _useState3 = useState([]),
15304
+ var _useState3 = useState({
15305
+ min: '',
15306
+ max: ''
15307
+ }),
15207
15308
  _useState4 = _slicedToArray(_useState3, 2),
15208
- productfeatuesarr = _useState4[0],
15209
- setproductfeatuesarr = _useState4[1];
15309
+ pricevalue2 = _useState4[0],
15310
+ setpricevalue2 = _useState4[1];
15311
+ var _useState5 = useState([]),
15312
+ _useState6 = _slicedToArray(_useState5, 2),
15313
+ productfeatuesarr = _useState6[0],
15314
+ setproductfeatuesarr = _useState6[1];
15315
+ var _useState7 = useState([]),
15316
+ _useState8 = _slicedToArray(_useState7, 2),
15317
+ vendorarr = _useState8[0],
15318
+ setvendorsarr = _useState8[1];
15210
15319
  var fetchTabexCountriesQueryContext = props.actions.fetchTabexCountriesQueryContext;
15211
15320
  var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
15212
15321
  var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
@@ -15215,41 +15324,50 @@ var Filter$1 = function Filter(props) {
15215
15324
  var FetchTabexStatesPayloadobjContext = props.actions.FetchTabexStatesPayloadobjContext;
15216
15325
  var setFetchTabexStatesPayloadobjContext = props.actions.setFetchTabexStatesPayloadobjContext;
15217
15326
  var fetchProductFeaturesQueryContext = props.actions.fetchProductFeaturesQueryContext;
15218
- var _useState5 = useState(''),
15219
- _useState6 = _slicedToArray(_useState5, 2),
15220
- sectionproperties = _useState6[0],
15221
- setsectionproperties = _useState6[1];
15222
- // const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
15223
- var _useState7 = useState([]),
15224
- _useState8 = _slicedToArray(_useState7, 2),
15225
- instfilters = _useState8[0],
15226
- setinstfilters = _useState8[1];
15227
- var _useState9 = useState([]),
15327
+ var _useState9 = useState(''),
15228
15328
  _useState10 = _slicedToArray(_useState9, 2),
15229
- collectionstobevisible = _useState10[0],
15230
- setcollectionstobevisible = _useState10[1];
15329
+ sectionproperties = _useState10[0],
15330
+ setsectionproperties = _useState10[1];
15331
+ // const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
15231
15332
  var _useState11 = useState([]),
15232
15333
  _useState12 = _slicedToArray(_useState11, 2),
15233
- instcollections = _useState12[0],
15234
- setinstcollections = _useState12[1];
15334
+ instfilters = _useState12[0],
15335
+ setinstfilters = _useState12[1];
15235
15336
  var _useState13 = useState([]),
15236
15337
  _useState14 = _slicedToArray(_useState13, 2),
15237
- instcategories = _useState14[0],
15238
- setinstcategories = _useState14[1];
15338
+ collectionstobevisible = _useState14[0],
15339
+ setcollectionstobevisible = _useState14[1];
15340
+ var _useState15 = useState([]),
15341
+ _useState16 = _slicedToArray(_useState15, 2),
15342
+ instcollections = _useState16[0],
15343
+ setinstcollections = _useState16[1];
15344
+ var _useState17 = useState([]),
15345
+ _useState18 = _slicedToArray(_useState17, 2),
15346
+ instcategories = _useState18[0],
15347
+ setinstcategories = _useState18[1];
15239
15348
  // const [sortby, setSortby] = useState('Sort by');
15240
- var _useState15 = useState({
15349
+ var _useState19 = useState({
15241
15350
  min: 0,
15242
15351
  max: 5
15243
15352
  }),
15244
- _useState16 = _slicedToArray(_useState15, 2),
15245
- raterangevalue = _useState16[0],
15246
- setraterangevalue = _useState16[1];
15353
+ _useState20 = _slicedToArray(_useState19, 2),
15354
+ raterangevalue = _useState20[0],
15355
+ setraterangevalue = _useState20[1];
15247
15356
  var timeoutRef = React.useRef(null);
15248
- var _useState17 = useState(''),
15249
- _useState18 = _slicedToArray(_useState17, 2);
15250
- _useState18[0];
15251
- var setsortbycontext = _useState18[1];
15252
- var _useState19 = useState([{
15357
+ var _useState21 = useState(''),
15358
+ _useState22 = _slicedToArray(_useState21, 2);
15359
+ _useState22[0];
15360
+ var setsortbycontext = _useState22[1];
15361
+ var _useState23 = useState(''),
15362
+ _useState24 = _slicedToArray(_useState23, 2),
15363
+ pricefrom = _useState24[0];
15364
+ _useState24[1];
15365
+ var _useState25 = useState(''),
15366
+ _useState26 = _slicedToArray(_useState25, 2),
15367
+ priceto = _useState26[0];
15368
+ _useState26[1];
15369
+ props.actions.setfetchingtype;
15370
+ var _useState27 = useState([{
15253
15371
  payloadvalue: 'sortprice',
15254
15372
  name: lang.price,
15255
15373
  filterarray: [{
@@ -15274,12 +15392,24 @@ var Filter$1 = function Filter(props) {
15274
15392
  isfilterselected: false
15275
15393
  }]
15276
15394
  }]),
15277
- _useState20 = _slicedToArray(_useState19, 2),
15278
- otherfilters = _useState20[0];
15279
- _useState20[1];
15395
+ _useState28 = _slicedToArray(_useState27, 2),
15396
+ otherfilters = _useState28[0];
15397
+ _useState28[1];
15280
15398
  useEffect(function () {
15281
15399
  filterupdater();
15282
15400
  }, []);
15401
+ useEffect(function () {
15402
+ var _FetchAllVendorsQuery, _FetchAllVendorsQuery2;
15403
+ if (FetchAllVendorsQuery !== null && FetchAllVendorsQuery !== void 0 && FetchAllVendorsQuery.isSuccess && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = _FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 ? void 0 : _FetchAllVendorsQuery.vendors) != undefined && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery2 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.vendors) === null || _FetchAllVendorsQuery2 === void 0 ? void 0 : _FetchAllVendorsQuery2.length) != 0) {
15404
+ var _FetchAllVendorsQuery3, _temp;
15405
+ var temp = _toConsumableArray(vendorarr);
15406
+ temp = _toConsumableArray(FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery3 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery3 === void 0 || (_FetchAllVendorsQuery3 = _FetchAllVendorsQuery3.data) === null || _FetchAllVendorsQuery3 === void 0 ? void 0 : _FetchAllVendorsQuery3.vendors);
15407
+ (_temp = temp) === null || _temp === void 0 || _temp.forEach(function (instfilteritem, instfilterindex) {
15408
+ instfilteritem.isfilterselected = false;
15409
+ });
15410
+ setvendorsarr(_toConsumableArray(temp));
15411
+ }
15412
+ }, [FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 ? void 0 : FetchAllVendorsQuery.isSuccess]);
15283
15413
  useEffect(function () {
15284
15414
  if (fetchproductoptionsQueryContext.isSuccess) {
15285
15415
  var _fetchproductoptionsQ;
@@ -15295,7 +15425,17 @@ var Filter$1 = function Filter(props) {
15295
15425
  useEffect(function () {
15296
15426
  if (fetchcollectionsQueryContext.isSuccess) {
15297
15427
  var _fetchcollectionsQuer;
15298
- setinstcollections(_toConsumableArray(fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 || (_fetchcollectionsQuer = fetchcollectionsQueryContext.data) === null || _fetchcollectionsQuer === void 0 || (_fetchcollectionsQuer = _fetchcollectionsQuer.data) === null || _fetchcollectionsQuer === void 0 ? void 0 : _fetchcollectionsQuer.collections));
15428
+ var tempcoll = fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 || (_fetchcollectionsQuer = fetchcollectionsQueryContext.data) === null || _fetchcollectionsQuer === void 0 || (_fetchcollectionsQuer = _fetchcollectionsQuer.data) === null || _fetchcollectionsQuer === void 0 ? void 0 : _fetchcollectionsQuer.collections;
15429
+ var tempcollinfilter = [];
15430
+ {
15431
+ tempcoll === null || tempcoll === void 0 || tempcoll.map(function (collectionitem, collectionindex) {
15432
+ if (collectionitem.isshowntocustomers == 1 && collectionitem.isinftiler == 1) {
15433
+ tempcollinfilter.push(collectionitem);
15434
+ }
15435
+ });
15436
+ }
15437
+ setinstcollections([].concat(tempcollinfilter));
15438
+ // setinstcollections([...fetchcollectionsQueryContext?.data?.data?.collections]);
15299
15439
  }
15300
15440
  }, [fetchcollectionsQueryContext.isSuccess]);
15301
15441
  // useEffect(() => {
@@ -16030,7 +16170,7 @@ var Filter$1 = function Filter(props) {
16030
16170
  textAlign: langdetect == 'en' ? 'left' : 'right',
16031
16171
  color: sectionproperties.filtertitle_color
16032
16172
  }, "color", sectionproperties.filtertitle_color), "fontSize", sectionproperties.filtertitle_fontsize + 'px'), "fontWeight", sectionproperties.filtertitle_fontweight), "color", sectionproperties.filtertitle_color), "textTransform", 'capitalize')
16033
- }, langdetect == 'en' ? item.name_en : item.name_ar, item.type), /*#__PURE__*/React.createElement("div", {
16173
+ }, langdetect == 'en' ? item.name_en : item.name_ar), /*#__PURE__*/React.createElement("div", {
16034
16174
  "class": 'col-lg-12 pl-4 pr-4 mt-2 mb-2',
16035
16175
  style: {
16036
16176
  direction: 'ltr'
@@ -16453,10 +16593,10 @@ var Filter$1 = function Filter(props) {
16453
16593
  isSearchable: true
16454
16594
  })))));
16455
16595
  };
16456
- var _useState21 = useState(false),
16457
- _useState22 = _slicedToArray(_useState21, 2),
16458
- checked = _useState22[0],
16459
- setChecked = _useState22[1];
16596
+ var _useState29 = useState(false),
16597
+ _useState30 = _slicedToArray(_useState29, 2),
16598
+ checked = _useState30[0],
16599
+ setChecked = _useState30[1];
16460
16600
  // const queryParameters = new URLSearchParams(window.location.search);
16461
16601
  // useEffect(() => {
16462
16602
  // // setsortbycontext('Sort By');
@@ -16813,7 +16953,48 @@ var Filter$1 = function Filter(props) {
16813
16953
  "class": "row m-0 w-100"
16814
16954
  }, CollectionsFilter()), sectionproperties.showdynamicfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
16815
16955
  "class": "row m-0 w-100"
16816
- }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters()))), /*#__PURE__*/React.createElement("div", {
16956
+ }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.showvendorfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
16957
+ "class": "row m-0 w-100"
16958
+ }, /*#__PURE__*/React.createElement("div", {
16959
+ className: "col-lg-12 p-0"
16960
+ }, /*#__PURE__*/React.createElement("div", {
16961
+ className: "row m-0 w-100"
16962
+ }, /*#__PURE__*/React.createElement("div", {
16963
+ "class": "col-lg-12 p-0 text-start mb-2"
16964
+ }, /*#__PURE__*/React.createElement("p", {
16965
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
16966
+ }, langdetect == 'en' ? 'Brands' : 'الماركات')), vendorarr.map(function (item, index) {
16967
+ return /*#__PURE__*/React.createElement("div", {
16968
+ className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(item.isfilterselected ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n ") + ' d-flex align-items-center pb-3 col-12 ',
16969
+ onClick: function onClick() {
16970
+ var _tempfetchproductsfil3;
16971
+ var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
16972
+ // alert(JSON.stringify(tempfetchproductsfilerobjcontext));
16973
+ tempfetchproductsfilerobjcontext.vendorsarr = [];
16974
+ tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil3 = tempfetchproductsfilerobjcontext.vendorsarr) === null || _tempfetchproductsfil3 === void 0 || _tempfetchproductsfil3.push(item.vendorid);
16975
+ setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
16976
+ var temp = _toConsumableArray(vendorarr);
16977
+ temp === null || temp === void 0 || temp.forEach(function (instfilteritem, instfilterindex) {
16978
+ instfilteritem.isfilterselected = false;
16979
+ });
16980
+ item.isfilterselected = true;
16981
+ setvendorsarr(_toConsumableArray(temp));
16982
+ }
16983
+ }, /*#__PURE__*/React.createElement("div", {
16984
+ "class": "mr-2"
16985
+ }, /*#__PURE__*/React.createElement("div", {
16986
+ className: " ".concat(item.isfilterselected ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
16987
+ }, /*#__PURE__*/React.createElement("i", {
16988
+ className: "h-100 d-flex align-items-center"
16989
+ }))), /*#__PURE__*/React.createElement("div", {
16990
+ className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
16991
+ }, /*#__PURE__*/React.createElement("p", {
16992
+ className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
16993
+ style: {
16994
+ color: item.isfilterselected ? sectionproperties.activecat_color : ''
16995
+ }
16996
+ }, langdetect == 'en' ? item.vendorname : item.vendorname)));
16997
+ }))))))), /*#__PURE__*/React.createElement("div", {
16817
16998
  className: "col-lg-12"
16818
16999
  }, /*#__PURE__*/React.createElement(Offcanvas, {
16819
17000
  show: props === null || props === void 0 ? void 0 : props.openFilterSlider,
@@ -16988,7 +17169,175 @@ var Filter$1 = function Filter(props) {
16988
17169
  }
16989
17170
  })))), /*#__PURE__*/React.createElement("div", {
16990
17171
  className: filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 pl-4 pr-4 '
16991
- }, sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
17172
+ }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React.createElement("div", {
17173
+ "class": "row m-0 w-100"
17174
+ }, /*#__PURE__*/React.createElement("div", {
17175
+ "class": "col-lg-12 d-flex justify-content-start p-0"
17176
+ }, /*#__PURE__*/React.createElement("p", {
17177
+ className: "m-0 p-0 font-16 font-weight-600",
17178
+ style: {
17179
+ color: sectionproperties.filter_titlecolor,
17180
+ fontSize: sectionproperties.filter_titlefontsize + 'px',
17181
+ fontWeight: sectionproperties.filter_titlefontweight,
17182
+ textTransform: sectionproperties.filter_titletextransform
17183
+ }
17184
+ }, langdetect == 'en' ? 'Sort By' : 'ترتيب حسب')), /*#__PURE__*/React.createElement("div", {
17185
+ className: "col-lg-12"
17186
+ }, /*#__PURE__*/React.createElement("hr", {
17187
+ className: "mt-2 mb-3"
17188
+ })), otherfilters.map(function (item, index) {
17189
+ return /*#__PURE__*/React.createElement("div", {
17190
+ className: "col-lg-12 p-0"
17191
+ }, /*#__PURE__*/React.createElement(Accordion, {
17192
+ allowMultipleExpanded: true,
17193
+ allowZeroExpanded: true,
17194
+ preExpanded: [0, 1, 2, 3],
17195
+ style: {
17196
+ width: '100%'
17197
+ }
17198
+ }, /*#__PURE__*/React.createElement(AccordionItem, {
17199
+ uuid: index
17200
+ }, /*#__PURE__*/React.createElement(AccordionItemHeading, null, /*#__PURE__*/React.createElement(AccordionItemButton, null, /*#__PURE__*/React.createElement("div", {
17201
+ className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17202
+ }, /*#__PURE__*/React.createElement("div", {
17203
+ className: "col-lg-10 col-md-10 col-sm-10 p-0"
17204
+ }, /*#__PURE__*/React.createElement("p", {
17205
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17206
+ }, item.name)), /*#__PURE__*/React.createElement("div", {
17207
+ className: "col-lg-2 col-md-2 col-sm-2 p-0"
17208
+ }, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
17209
+ if (state.expanded == true) {
17210
+ return /*#__PURE__*/React.createElement("i", {
17211
+ className: filter_cssstyles.collapsetitle + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
17212
+ }, /*#__PURE__*/React.createElement(FiChevronUp, null));
17213
+ } else {
17214
+ return /*#__PURE__*/React.createElement("i", {
17215
+ className: filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '
17216
+ }, /*#__PURE__*/React.createElement(FiChevronDown, null));
17217
+ }
17218
+ }))))), /*#__PURE__*/React.createElement(AccordionItemPanel, {
17219
+ className: "p-0"
17220
+ }, /*#__PURE__*/React.createElement("div", {
17221
+ className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
17222
+ }, /*#__PURE__*/React.createElement("div", {
17223
+ className: 'col-lg-12'
17224
+ }, /*#__PURE__*/React.createElement("div", {
17225
+ className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
17226
+ }, item.filterarray.map(function (valueitem, valueindex) {
17227
+ var ischecked = false;
17228
+ if (item.payloadvalue == 'sortprice') {
17229
+ if (valueitem.value == ProductFilterObjContext.sortprice) {
17230
+ ischecked = true;
17231
+ }
17232
+ } else if (item.payloadvalue == 'sortdates') {
17233
+ if (valueitem.value == ProductFilterObjContext.sortdates) {
17234
+ ischecked = true;
17235
+ }
17236
+ }
17237
+ return /*#__PURE__*/React.createElement("div", {
17238
+ className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-center pb-3 ',
17239
+ onClick: function onClick() {
17240
+ var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
17241
+ if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
17242
+ tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
17243
+ } else {
17244
+ tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
17245
+ }
17246
+ tempfetchproductsfilerobjcontext.page = 0;
17247
+ setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
17248
+ filterrouting(tempfetchproductsfilerobjcontext);
17249
+ }
17250
+ }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
17251
+ className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
17252
+ }, /*#__PURE__*/React.createElement("i", {
17253
+ className: "h-100 d-flex align-items-center"
17254
+ }))), /*#__PURE__*/React.createElement("div", {
17255
+ className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
17256
+ }, /*#__PURE__*/React.createElement("p", {
17257
+ className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
17258
+ style: {
17259
+ color: ischecked ? sectionproperties.activecat_color : ''
17260
+ }
17261
+ }, valueitem.name)));
17262
+ }))))))));
17263
+ }), sectionproperties.showfilterbyrating == 'Show' && /*#__PURE__*/React.createElement("div", {
17264
+ className: "col-lg-12 pl-4 pr-4"
17265
+ }, /*#__PURE__*/React.createElement("div", {
17266
+ className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17267
+ }, /*#__PURE__*/React.createElement("div", {
17268
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 mb-3"
17269
+ }, /*#__PURE__*/React.createElement("p", {
17270
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17271
+ }, langdetect == 'en' ? 'Ratings' : 'التقييمات')), /*#__PURE__*/React.createElement("div", {
17272
+ className: "col-lg-12 col-md-12 col-sm-12 mb-4"
17273
+ }, /*#__PURE__*/React.createElement(InputRange, {
17274
+ draggableTrack: true,
17275
+ formatLabel: function formatLabel(value) {
17276
+ return "".concat(value);
17277
+ },
17278
+ maxValue: 5,
17279
+ minValue: 0,
17280
+ value: raterangevalue,
17281
+ onChange: function onChange(value) {
17282
+ setraterangevalue(_objectSpread$2b({}, value));
17283
+ }
17284
+ }))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React.createElement("div", {
17285
+ "class": "row m-0 w-100 mb-3 mt-2"
17286
+ }, /*#__PURE__*/React.createElement("div", {
17287
+ "class": "col-lg-12 p-0 text-start mb-2"
17288
+ }, /*#__PURE__*/React.createElement("p", {
17289
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17290
+ }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React.createElement("div", {
17291
+ className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17292
+ }, /*#__PURE__*/React.createElement("label", {
17293
+ className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17294
+ }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React.createElement("input", {
17295
+ type: "text",
17296
+ value: pricevalue2.min,
17297
+ onChange: function onChange(event) {
17298
+ var temppricevalue = _objectSpread$2b({}, pricevalue2);
17299
+ temppricevalue.min = event.target.value;
17300
+ setpricevalue2(_objectSpread$2b({}, temppricevalue));
17301
+ // var temppayloadobj = { ...pricefrom };
17302
+ // temppayloadobj = event.target.value;
17303
+ // setpricefrom({ ...temppayloadobj });
17304
+ },
17305
+ style: {
17306
+ background: '#fff',
17307
+ border: '1px solid #ccc',
17308
+ borderRadius: 5,
17309
+ color: '#000',
17310
+ height: 35,
17311
+ width: '100%',
17312
+ paddingLeft: 10,
17313
+ paddingRight: 10
17314
+ }
17315
+ })), /*#__PURE__*/React.createElement("div", {
17316
+ className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17317
+ }, /*#__PURE__*/React.createElement("label", {
17318
+ className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17319
+ }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React.createElement("input", {
17320
+ type: "text",
17321
+ value: pricevalue2.max,
17322
+ onChange: function onChange(event) {
17323
+ // var temppayloadobj = { ...priceto };
17324
+ // temppayloadobj = event.target.value;
17325
+ // setpriceto({ ...temppayloadobj });
17326
+ var temppricevalue = _objectSpread$2b({}, pricevalue2);
17327
+ temppricevalue.max = event.target.value;
17328
+ setpricevalue2(_objectSpread$2b({}, temppricevalue));
17329
+ },
17330
+ style: {
17331
+ width: '100%',
17332
+ background: '#fff',
17333
+ border: '1px solid #ccc',
17334
+ borderRadius: 5,
17335
+ color: '#000',
17336
+ height: 35,
17337
+ paddingRight: 10,
17338
+ paddingLeft: 10
17339
+ }
17340
+ }))), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
16992
17341
  "class": "row m-0 w-100 mb-3"
16993
17342
  }, CategoriesFilter()), sectionproperties.filterType == 'Collections' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
16994
17343
  "class": "row m-0 w-100 mb-3"
@@ -17065,7 +17414,7 @@ var Filter$1 = function Filter(props) {
17065
17414
  }
17066
17415
  }, /*#__PURE__*/React.createElement("div", {
17067
17416
  className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
17068
- }, /*#__PURE__*/React.createElement(Accordion, {
17417
+ }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React.createElement(Accordion, {
17069
17418
  allowMultipleExpanded: true,
17070
17419
  allowZeroExpanded: true,
17071
17420
  preExpanded: [0, 1, 2, 3],
@@ -17141,7 +17490,57 @@ var Filter$1 = function Filter(props) {
17141
17490
  }
17142
17491
  }, valueitem.name)));
17143
17492
  }));
17144
- }))))))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React.createElement("div", {
17493
+ }))))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React.createElement("div", {
17494
+ "class": "row m-0 w-100 mb-3 mt-2 px-3"
17495
+ }, /*#__PURE__*/React.createElement("div", {
17496
+ "class": "col-lg-12 p-0 text-start mb-2"
17497
+ }, /*#__PURE__*/React.createElement("p", {
17498
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17499
+ }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React.createElement("div", {
17500
+ className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17501
+ }, /*#__PURE__*/React.createElement("label", {
17502
+ className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17503
+ }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React.createElement("input", {
17504
+ type: "text",
17505
+ value: pricefrom,
17506
+ onChange: function onChange(event) {
17507
+ var temppricevalue = _objectSpread$2b({}, pricevalue2);
17508
+ temppricevalue.min = event.target.value;
17509
+ setpricevalue2(_objectSpread$2b({}, temppricevalue));
17510
+ },
17511
+ style: {
17512
+ background: '#fff',
17513
+ border: '1px solid #ccc',
17514
+ borderRadius: 5,
17515
+ color: '#000',
17516
+ height: 35,
17517
+ width: '100%',
17518
+ paddingLeft: 15,
17519
+ paddingRight: 15
17520
+ }
17521
+ })), /*#__PURE__*/React.createElement("div", {
17522
+ className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17523
+ }, /*#__PURE__*/React.createElement("label", {
17524
+ className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17525
+ }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React.createElement("input", {
17526
+ type: "text",
17527
+ value: priceto,
17528
+ onChange: function onChange(event) {
17529
+ var temppricevalue = _objectSpread$2b({}, pricevalue2);
17530
+ temppricevalue.max = event.target.value;
17531
+ setpricevalue2(_objectSpread$2b({}, temppricevalue));
17532
+ },
17533
+ style: {
17534
+ width: '100%',
17535
+ background: '#fff',
17536
+ border: '1px solid #ccc',
17537
+ borderRadius: 5,
17538
+ color: '#000',
17539
+ height: 35,
17540
+ paddingLeft: 15,
17541
+ paddingRight: 15
17542
+ }
17543
+ }))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React.createElement("div", {
17145
17544
  className: "col-lg-12 p-0"
17146
17545
  }, /*#__PURE__*/React.createElement("hr", {
17147
17546
  className: "mt-2 mb-3"
@@ -17474,6 +17873,7 @@ var CardsSection = function CardsSection(props) {
17474
17873
  perpageItems = _useState14[0],
17475
17874
  setperpageItems = _useState14[1];
17476
17875
  var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
17876
+ props.actions.authdetailsContext;
17477
17877
  useEffect(function () {
17478
17878
  var productfilerobjtemp = ProductFilterObjContext;
17479
17879
  if (props.filterparamsprops != undefined) {
@@ -17747,7 +18147,7 @@ var CardsSection = function CardsSection(props) {
17747
18147
  };
17748
18148
  if (fetchingtype == 'products') {
17749
18149
  var _arrayItem$features3;
17750
- var itemquantity = 0;
18150
+ var itemquantity = 1;
17751
18151
  if (langdetect == 'en') {
17752
18152
  cardobj.name = arrayItem.productinfo.name_en;
17753
18153
  } else {
@@ -17758,6 +18158,11 @@ var CardsSection = function CardsSection(props) {
17758
18158
  } else {
17759
18159
  cardobj.description = arrayItem.productinfo.description_ar;
17760
18160
  }
18161
+ if (langdetect == 'en') {
18162
+ cardobj.shortdescription = arrayItem.short_description_ar;
18163
+ } else {
18164
+ cardobj.shortdescription = arrayItem.productinfo.description_ar;
18165
+ }
17761
18166
  if (langdetect == 'en') {
17762
18167
  cardobj.shortdescription = arrayItem.short_description_en;
17763
18168
  } else {
@@ -17783,6 +18188,7 @@ var CardsSection = function CardsSection(props) {
17783
18188
  cardobj.productendpointurl = arrayItem.productinfo.productendpointurl;
17784
18189
  cardobj.hassale = arrayItem.productinfo.hassale;
17785
18190
  cardobj.productid = arrayItem.productinfo.productid;
18191
+ cardobj.vendorid = arrayItem.productinfo.vendorproviderid;
17786
18192
  cardobj.hasvariants = arrayItem.productinfo.hasvariants;
17787
18193
  cardobj.description_en = arrayItem.productinfo.description_en;
17788
18194
  cardobj.description_ar = arrayItem.productinfo.description_ar;
@@ -17920,6 +18326,28 @@ var CardsSection = function CardsSection(props) {
17920
18326
  }
17921
18327
  }
17922
18328
  var section_cssstyles = {
18329
+ btnnn: css({
18330
+ width: '20%',
18331
+ height: 40,
18332
+ background: '#5c5c5c',
18333
+ fontSize: 14,
18334
+ fontWeight: 400,
18335
+ color: 'white',
18336
+ borderRadius: 10,
18337
+ ':hover': {
18338
+ color: 'white',
18339
+ background: '#000',
18340
+ transition: '.3s'
18341
+ }
18342
+ }),
18343
+ titleee: css({
18344
+ fontSize: 25,
18345
+ color: '#000',
18346
+ fontWeight: 600,
18347
+ '@media (max-width: 800px)': {
18348
+ fontSize: 20
18349
+ }
18350
+ }),
17923
18351
  sectioncontainerr: css({
17924
18352
  width: sectionproperties.width + 'vw',
17925
18353
  marginTop: sectionproperties.marginTop + 'px',
@@ -18124,12 +18552,11 @@ var CardsSection = function CardsSection(props) {
18124
18552
  };
18125
18553
  var SectionTitle = function SectionTitle() {
18126
18554
  return /*#__PURE__*/React.createElement("div", {
18127
- "class": "d-flex align-items-center",
18555
+ "class": "d-flex align-items-center flex-row",
18128
18556
  style: {
18129
18557
  position: 'relative',
18130
18558
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
18131
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
18132
- flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
18559
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
18133
18560
  }
18134
18561
  }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
18135
18562
  "class": section_cssstyles.line_left
@@ -18144,14 +18571,6 @@ var CardsSection = function CardsSection(props) {
18144
18571
  }
18145
18572
  }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
18146
18573
  "class": section_cssstyles.line_right
18147
- }), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
18148
- style: {
18149
- width: '50%',
18150
- background: sectionproperties.linebgcolor,
18151
- height: 3,
18152
- borderRadius: 10,
18153
- marginTop: 5
18154
- }
18155
18574
  }));
18156
18575
  };
18157
18576
  var isCardsectionloading = function isCardsectionloading() {
@@ -18872,7 +19291,23 @@ var CardsSection = function CardsSection(props) {
18872
19291
  setopenFilterSlider: setopenFilterSlider,
18873
19292
  show_product_group_titles: show_product_group_titles,
18874
19293
  typeprops: 'vertical'
18875
- })), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
19294
+ })), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
19295
+ "class": "col-lg-12 allcentered my-5"
19296
+ }, /*#__PURE__*/React.createElement("div", {
19297
+ "class": "row m-0 w-100"
19298
+ }, /*#__PURE__*/React.createElement("div", {
19299
+ "class": "col-lg-12 allcentered mb-3"
19300
+ }, /*#__PURE__*/React.createElement("p", {
19301
+ "class": section_cssstyles.titleee + ' m-0 p-0 ',
19302
+ style: {}
19303
+ }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React.createElement("div", {
19304
+ "class": "col-lg-12 allcentered"
19305
+ }, /*#__PURE__*/React.createElement("button", {
19306
+ "class": section_cssstyles.btnnn + ' w-md-100 ',
19307
+ onClick: function onClick() {
19308
+ routingcountext('inquiryform', false, '');
19309
+ }
19310
+ }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
18876
19311
  };
18877
19312
 
18878
19313
  function ownKeys$28(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -22070,7 +22505,7 @@ var DownloadApp = function DownloadApp(props) {
22070
22505
  function ownKeys$1_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
22071
22506
  function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
22072
22507
  var SocialMediaSection = function SocialMediaSection(props) {
22073
- var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
22508
+ var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16;
22074
22509
  props.actions;
22075
22510
  props.actions.StatePagePropertiesContext;
22076
22511
  var _useState = useState({}),
@@ -22151,26 +22586,39 @@ var SocialMediaSection = function SocialMediaSection(props) {
22151
22586
  style: {
22152
22587
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22153
22588
  }
22154
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
22589
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
22155
22590
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22156
22591
  onClick: function onClick() {
22157
22592
  var _authdetailsContext$i11;
22158
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null) {
22593
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
22159
22594
  var _authdetailsContext$i12;
22160
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink, '_blank');
22595
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
22161
22596
  }
22162
22597
  }
22163
- }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
22598
+ }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
22164
22599
  style: {
22165
22600
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22166
22601
  }
22167
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
22602
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
22168
22603
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22169
22604
  onClick: function onClick() {
22170
22605
  var _authdetailsContext$i14;
22171
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
22606
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
22172
22607
  var _authdetailsContext$i15;
22173
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber), '_blank');
22608
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
22609
+ }
22610
+ }
22611
+ }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
22612
+ style: {
22613
+ fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22614
+ }
22615
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
22616
+ "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22617
+ onClick: function onClick() {
22618
+ var _authdetailsContext$i17;
22619
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
22620
+ var _authdetailsContext$i18;
22621
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
22174
22622
  }
22175
22623
  }
22176
22624
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -22183,10 +22631,10 @@ var SocialMediaSection = function SocialMediaSection(props) {
22183
22631
  function ownKeys$1Z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
22184
22632
  function _objectSpread$1Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
22185
22633
  var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22186
- var _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12;
22634
+ var _authdetailsContext$i2, _authdetailsContext$i3, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _fetchCategoriesQuery2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i15;
22187
22635
  var actions = props.actions;
22188
22636
  var LogoutMutationContext = props.actions.LogoutMutationContext;
22189
- props.actions.setsidecartnavshowcontext;
22637
+ var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
22190
22638
  var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
22191
22639
  props.actions.StatePagePropertiesContext;
22192
22640
  var lang = props.actions.lang;
@@ -22194,12 +22642,12 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22194
22642
  var setlang = props.actions.setlang;
22195
22643
  var templatepropcontext = props.actions.templatepropcontext;
22196
22644
  var authdetailsContext = props.actions.authdetailsContext;
22197
- props.actions.fetchcustomercartQueryContext;
22645
+ var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
22198
22646
  var templateproperties_context = props.actions.templateproperties_context;
22199
22647
  props.actions.favoriteprojectscountContext;
22200
22648
  var routingcountext = props.actions.routingcountext;
22201
22649
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
22202
- props.actions.setcurrencyfunccontext;
22650
+ var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
22203
22651
  var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
22204
22652
  var ikimagecredcontext = props.actions.ikimagecredcontext;
22205
22653
  var _useState = useState(''),
@@ -22419,6 +22867,47 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22419
22867
  });
22420
22868
  return policyobj;
22421
22869
  };
22870
+ var CartButton = function CartButton() {
22871
+ var _fetchcustomercartQue2, _fetchcustomercartQue3;
22872
+ return /*#__PURE__*/React.createElement("div", {
22873
+ "class": "d-flex align-items-center",
22874
+ style: {
22875
+ position: 'relative'
22876
+ }
22877
+ }, /*#__PURE__*/React.createElement("button", {
22878
+ className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center p-0 ',
22879
+ onClick: function onClick() {
22880
+ var _fetchcustomercartQue;
22881
+ if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.customercart) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.cartitems) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.length) > 7) {
22882
+ routingcountext(StaticPagesLinksContext.viewcart);
22883
+ } else {
22884
+ setsidecartnavshowcontext(true);
22885
+ }
22886
+ }
22887
+ }, /*#__PURE__*/React.createElement("i", {
22888
+ className: ' h-100 d-flex align-items-center justify-content-center '
22889
+ }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, {
22890
+ size: sectionproperties.cartBtniconresp_size
22891
+ }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, {
22892
+ size: sectionproperties.cartBtniconresp_size
22893
+ }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, {
22894
+ size: sectionproperties.cartBtniconresp_size
22895
+ }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
22896
+ size: sectionproperties.cartBtniconresp_size
22897
+ }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
22898
+ size: sectionproperties.cartBtniconresp_size
22899
+ }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
22900
+ size: sectionproperties.cartBtniconresp_size
22901
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React.createElement(FiCalendar, {
22902
+ size: sectionproperties.cartBtniconresp_size
22903
+ }))), /*#__PURE__*/React.createElement("div", {
22904
+ className: "".concat(header_cssstyles.badge_counter_header_notifications),
22905
+ style: {
22906
+ top: sectionproperties.cartbadgefromtop + 'px',
22907
+ right: sectionproperties.cartbadgefromright + 'px'
22908
+ }
22909
+ }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.customercart) != null ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0));
22910
+ };
22422
22911
  var _useState15 = useState(false),
22423
22912
  _useState16 = _slicedToArray(_useState15, 2),
22424
22913
  openmenuCanvas = _useState16[0],
@@ -22493,10 +22982,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22493
22982
  style: {
22494
22983
  position: 'relative'
22495
22984
  }
22496
- }, /*#__PURE__*/React.createElement("div", {
22497
- className: "col-md-6 col-sm-8 d-flex filter align-items-center p-0"
22498
- }, InstLogoContainer()), /*#__PURE__*/React.createElement("div", {
22499
- className: "col-md-6 col-sm-4 text-end p-0"
22985
+ }, sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React.createElement("div", {
22986
+ className: "col-md-4 col-sm-3 text-start p-0"
22500
22987
  }, /*#__PURE__*/React.createElement("div", {
22501
22988
  style: {}
22502
22989
  }, /*#__PURE__*/React.createElement("i", {
@@ -22522,7 +23009,158 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22522
23009
  }), menuactive == true && /*#__PURE__*/React.createElement(AiOutlineClose, {
22523
23010
  size: sectionproperties.resp_sidenav_size,
22524
23011
  color: sectionproperties.resp_sidenav_color
22525
- })))), menuactive == true && /*#__PURE__*/React.createElement("div", {
23012
+ }))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
23013
+ style: {
23014
+ width: '30px',
23015
+ height: sectionproperties.cart_BtnHeight_resp + 'px'
23016
+ }
23017
+ }, /*#__PURE__*/React.createElement("i", {
23018
+ "class": "h-100 allcentered",
23019
+ onClick: function onClick() {
23020
+ setopenSearch(true);
23021
+ }
23022
+ }, /*#__PURE__*/React.createElement(IoSearchOutline, {
23023
+ size: 22,
23024
+ color: sectionproperties.cart_BtnTextcolor_resp
23025
+ })))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React.createElement("div", {
23026
+ className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
23027
+ }, /*#__PURE__*/React.createElement("div", {
23028
+ style: {
23029
+ width: sectionproperties.cart_BtnWidth_resp + 'px',
23030
+ height: sectionproperties.cart_BtnHeight_resp + 'px'
23031
+ },
23032
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
23033
+ }, /*#__PURE__*/React.createElement("i", {
23034
+ "class": ' h-100 allcentered ',
23035
+ style: {
23036
+ color: sectionproperties.cart_BtnTextcolor_resp
23037
+ },
23038
+ onClick: function onClick() {
23039
+ if (sectionproperties.responsiveheaderstyle == 'Style 2') {
23040
+ if (menuactive == true) {
23041
+ setmenuactive(false);
23042
+ } else {
23043
+ setmenuactive(true);
23044
+ }
23045
+ } else {
23046
+ setopenmenuCanvas(true);
23047
+ setactiveTab('menu');
23048
+ }
23049
+ }
23050
+ }, menuactive == false && /*#__PURE__*/React.createElement(FiMenu, {
23051
+ size: 20,
23052
+ color: sectionproperties.cart_BtnTextcolor_resp
23053
+ }), menuactive == true && /*#__PURE__*/React.createElement(AiOutlineClose, {
23054
+ size: 20,
23055
+ color: sectionproperties.cart_BtnTextcolor_resp
23056
+ }))), InstLogoContainer()), sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React.createElement("div", {
23057
+ className: "col-md-4 col-sm-6 allcentered p-0"
23058
+ }, InstLogoContainer()), /*#__PURE__*/React.createElement("div", {
23059
+ className: sectionproperties.logocentered != 'Centered' ? 'col-md-6 col-sm-6 d-flex align-items-center justify-content-end p-0' : 'col-md-4 col-sm-3 d-flex align-items-center justify-content-end p-0'
23060
+ }, sectionproperties.searchbar_show == 'Show' && sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React.createElement("div", {
23061
+ style: {
23062
+ width: '30px',
23063
+ height: sectionproperties.cart_BtnHeight_resp + 'px'
23064
+ }
23065
+ }, /*#__PURE__*/React.createElement("i", {
23066
+ "class": "h-100 allcentered",
23067
+ onClick: function onClick() {
23068
+ setopenSearch(true);
23069
+ }
23070
+ }, /*#__PURE__*/React.createElement(IoSearchOutline, {
23071
+ size: 22,
23072
+ color: sectionproperties.cart_BtnTextcolor_resp
23073
+ }))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React.createElement("div", {
23074
+ style: {
23075
+ width: '30px',
23076
+ height: sectionproperties.cart_BtnHeight_resp + 'px'
23077
+ }
23078
+ }, /*#__PURE__*/React.createElement("i", {
23079
+ "class": "h-100 allcentered",
23080
+ onClick: function onClick() {
23081
+ routingcountext(StaticPagesLinksContext.Wishlist);
23082
+ }
23083
+ }, /*#__PURE__*/React.createElement(FaRegHeart, {
23084
+ size: 22,
23085
+ color: sectionproperties.cart_BtnTextcolor_resp
23086
+ }))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 && /*#__PURE__*/React.createElement("div", {
23087
+ "class": 'd-flex align-items-center pl-1 pr-1 pt-1',
23088
+ style: {}
23089
+ }, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
23090
+ "class": ' d-flex align-items-center justify-content-center '
23091
+ }, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
23092
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
23093
+ }, /*#__PURE__*/React.createElement("p", {
23094
+ "class": "m-0 p-0 mr-1 ml-1"
23095
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
23096
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
23097
+ }, /*#__PURE__*/React.createElement("p", {
23098
+ "class": "m-0 p-0 ml-1 mr-1"
23099
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
23100
+ var _authdetailsContext$i4;
23101
+ return /*#__PURE__*/React.createElement(Dropdown.Item, {
23102
+ "class": "m-0 p-0",
23103
+ onClick: function onClick() {
23104
+ setcurrencyfunccontext(item);
23105
+ }
23106
+ }, /*#__PURE__*/React.createElement("div", {
23107
+ "class": "row m-0 w-100"
23108
+ }, /*#__PURE__*/React.createElement("div", {
23109
+ "class": "col-lg-12 p-0 d-flex justify-content-start"
23110
+ }, /*#__PURE__*/React.createElement("div", {
23111
+ "class": "".concat(header_cssstyles.dropdownitemcontainer)
23112
+ }, /*#__PURE__*/React.createElement("p", {
23113
+ "class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
23114
+ style: {
23115
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
23116
+ fontWeight: sectionproperties.dropdown_fontweight,
23117
+ textTransform: sectionproperties.dropdown_texttransform,
23118
+ color: sectionproperties.language_container_color_resp
23119
+ }
23120
+ }, /*#__PURE__*/React.createElement(FaMoneyBillWave, null), /*#__PURE__*/React.createElement("span", {
23121
+ "class": 'ml-2 mr-2'
23122
+ }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) - 1 && /*#__PURE__*/React.createElement("div", {
23123
+ "class": "col-lg-12 p-0"
23124
+ }, /*#__PURE__*/React.createElement("hr", {
23125
+ "class": "m-0"
23126
+ }))));
23127
+ })))), sectionproperties.searchbar_show == 'Hide' && sectionproperties.logocentered == 'Centered' && sectionproperties.cartBtnShow == 'Hide' && sectionproperties.favBtnShow == 'Hide' && /*#__PURE__*/React.createElement("div", {
23128
+ className: 'allcentered resposiveheader_languagedropdown',
23129
+ style: {
23130
+ marginLeft: langdetect == 'en' ? '0.25rem' : 0,
23131
+ marginRight: langdetect == 'ar' ? '0.25rem' : 0
23132
+ }
23133
+ }, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
23134
+ className: ' row m-0 w-100 allcentered ',
23135
+ style: {
23136
+ direction: 'rtl',
23137
+ color: sectionproperties.cart_BtnTextcolor_resp
23138
+ },
23139
+ onClick: function onClick() {
23140
+ setlang('ar');
23141
+ }
23142
+ }, /*#__PURE__*/React.createElement("p", {
23143
+ "class": "m-0 p-0 font-weight-500"
23144
+ }, "\u0639"), /*#__PURE__*/React.createElement("i", {
23145
+ className: langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'
23146
+ }, /*#__PURE__*/React.createElement(BiChevronDown, {
23147
+ size: 20
23148
+ }))), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
23149
+ className: ' row m-0 w-100 allcentered ',
23150
+ style: {
23151
+ direction: 'ltr',
23152
+ color: sectionproperties.cart_BtnTextcolor_resp
23153
+ },
23154
+ onClick: function onClick() {
23155
+ setlang('en');
23156
+ }
23157
+ }, /*#__PURE__*/React.createElement("p", {
23158
+ "class": "m-0 p-0 font-weight-500 mr-1"
23159
+ }, "En"), /*#__PURE__*/React.createElement("i", {
23160
+ className: "h-100 allcentered"
23161
+ }, /*#__PURE__*/React.createElement(BiChevronDown, {
23162
+ size: 20
23163
+ }))))), menuactive == true && /*#__PURE__*/React.createElement("div", {
22526
23164
  "class": "px-4 py-4 scrollvertical",
22527
23165
  style: {
22528
23166
  position: 'fixed',
@@ -23165,7 +23803,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23165
23803
  }, lang.logout))))), activeTab == 'categories' && /*#__PURE__*/React.createElement("div", {
23166
23804
  className: ' row m-0 w-100 accordionContainer anim'
23167
23805
  }, sectionproperties.subheaderParentType == 'Categories' && /*#__PURE__*/React.createElement(Accordion, {
23168
- allowMultipleExpanded: true,
23806
+ allowMultipleExpanded: false,
23169
23807
  allowZeroExpanded: true
23170
23808
  }, fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery2 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery2 === void 0 || (_fetchCategoriesQuery2 = _fetchCategoriesQuery2.data) === null || _fetchCategoriesQuery2 === void 0 ? void 0 : _fetchCategoriesQuery2.categories.map(function (item, index) {
23171
23809
  if (item.isshowntocustomers == 1) {
@@ -23221,7 +23859,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23221
23859
  }, /*#__PURE__*/React.createElement("div", {
23222
23860
  className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
23223
23861
  }, /*#__PURE__*/React.createElement(Accordion, {
23224
- allowMultipleExpanded: true,
23862
+ allowMultipleExpanded: false,
23225
23863
  allowZeroExpanded: true
23226
23864
  }, Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery3 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.data) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.categories[Choosenindex]) === null || _fetchCategoriesQuery3 === void 0 || (_fetchCategoriesQuery3 = _fetchCategoriesQuery3.parentcolletions) === null || _fetchCategoriesQuery3 === void 0 ? void 0 : _fetchCategoriesQuery3.length) != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery4 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery4 === void 0 || (_fetchCategoriesQuery4 = _fetchCategoriesQuery4.data) === null || _fetchCategoriesQuery4 === void 0 || (_fetchCategoriesQuery4 = _fetchCategoriesQuery4.categories[Choosenindex]) === null || _fetchCategoriesQuery4 === void 0 ? void 0 : _fetchCategoriesQuery4.parentcolletions.map(function (pitem, pindex) {
23227
23865
  if (pitem.isshowntocustomers == 1) {
@@ -23297,7 +23935,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23297
23935
  }))))));
23298
23936
  }
23299
23937
  })), sectionproperties.subheaderParentType == 'Parent Collections' && /*#__PURE__*/React.createElement(Accordion, {
23300
- allowMultipleExpanded: true,
23938
+ allowMultipleExpanded: false,
23301
23939
  allowZeroExpanded: true
23302
23940
  }, pcollarray.map(function (item, index) {
23303
23941
  if (item.isshowntocustomers == 1) {
@@ -23411,7 +24049,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23411
24049
  }
23412
24050
  })))));
23413
24051
  }
23414
- })), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcollections) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.map(function (collitem, collindex) {
24052
+ })), sectionproperties.subheaderParentType == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcollections) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (collitem, collindex) {
23415
24053
  if (collitem.isshowntocustomers == 1) {
23416
24054
  return /*#__PURE__*/React.createElement("div", {
23417
24055
  className: ' row m-0 p-0 mb-2 w-100 '
@@ -23437,49 +24075,49 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23437
24075
  style: {
23438
24076
  background: '#eee'
23439
24077
  }
23440
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
24078
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
23441
24079
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
23442
24080
  onClick: function onClick() {
23443
- var _authdetailsContext$i4;
23444
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
23445
- var _authdetailsContext$i5;
23446
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
24081
+ var _authdetailsContext$i7;
24082
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
24083
+ var _authdetailsContext$i8;
24084
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
23447
24085
  }
23448
24086
  }
23449
24087
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
23450
24088
  size: '20',
23451
24089
  color: '#62564b'
23452
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
24090
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
23453
24091
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
23454
24092
  onClick: function onClick() {
23455
- var _authdetailsContext$i7;
23456
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
23457
- var _authdetailsContext$i8;
23458
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
24093
+ var _authdetailsContext$i10;
24094
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
24095
+ var _authdetailsContext$i11;
24096
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
23459
24097
  }
23460
24098
  }
23461
24099
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
23462
24100
  size: '22',
23463
24101
  color: '#62564b'
23464
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
24102
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
23465
24103
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
23466
24104
  onClick: function onClick() {
23467
- var _authdetailsContext$i10;
23468
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
23469
- var _authdetailsContext$i11;
23470
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink, '_blank');
24105
+ var _authdetailsContext$i13;
24106
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
24107
+ var _authdetailsContext$i14;
24108
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
23471
24109
  }
23472
24110
  }
23473
24111
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
23474
24112
  size: '20',
23475
24113
  color: '#62564b'
23476
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
24114
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
23477
24115
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
23478
24116
  onClick: function onClick() {
23479
- var _authdetailsContext$i13;
23480
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
23481
- var _authdetailsContext$i14;
23482
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink, '_blank');
24117
+ var _authdetailsContext$i16;
24118
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
24119
+ var _authdetailsContext$i17;
24120
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
23483
24121
  }
23484
24122
  }
23485
24123
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
@@ -25995,7 +26633,7 @@ styleInject(css_248z$y);
25995
26633
  function ownKeys$1V(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
25996
26634
  function _objectSpread$1V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1V(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
25997
26635
  var ClassicHeader = function ClassicHeader(props) {
25998
- var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
26636
+ var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
25999
26637
  var LogoutMutationContext = props.actions.LogoutMutationContext;
26000
26638
  var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
26001
26639
  var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
@@ -26643,13 +27281,14 @@ var ClassicHeader = function ClassicHeader(props) {
26643
27281
  top: sectionproperties.cartbadgetop + 'px',
26644
27282
  right: sectionproperties.cartbadgeright + 'px'
26645
27283
  }
26646
- }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length : 0)), /*#__PURE__*/React.createElement("p", {
26647
- "class": header_cssstyles.cartbtntext + ' mb-0 p-0 cartbtnicon ',
27284
+ }, fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue !== void 0 && (_fetchcustomercartQue = _fetchcustomercartQue.data) !== null && _fetchcustomercartQue !== void 0 && _fetchcustomercartQue.status && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) != 0 ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.customercart.cartitems_count_withquantity : 0)), /*#__PURE__*/React.createElement("p", {
27285
+ "class": ' mb-0 p-0 ',
26648
27286
  style: {
26649
27287
  marginLeft: langdetect == 'en' ? '9px' : 0,
26650
- marginRight: langdetect == 'ar' ? '9px' : 0
27288
+ marginRight: langdetect == 'ar' ? '9px' : 0,
27289
+ color: sectionproperties.cartBtnTextcolor
26651
27290
  }
26652
- }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)), /*#__PURE__*/React.createElement("div", {
27291
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " ", parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue4 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.customercart) === null || _fetchcustomercartQue4 === void 0 ? void 0 : _fetchcustomercartQue4.totalprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), /*#__PURE__*/React.createElement("div", {
26653
27292
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
26654
27293
  }, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
26655
27294
  "class": ' d-flex align-items-center justify-content-center '
@@ -28301,7 +28940,7 @@ styleInject(css_248z$w);
28301
28940
  function ownKeys$1T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
28302
28941
  function _objectSpread$1T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1T(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
28303
28942
  var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
28304
- var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i8, _authdetailsContext$i9;
28943
+ var _authdetailsContext$i3, _authdetailsContext$i10, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i15;
28305
28944
  var _useState = useState(''),
28306
28945
  _useState2 = _slicedToArray(_useState, 2),
28307
28946
  sectionproperties = _useState2[0],
@@ -28323,6 +28962,10 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28323
28962
  var actions = props.actions;
28324
28963
  var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
28325
28964
  var scrollYposittionprops = props.actions.scrollYposittionprops;
28965
+ var _useState3 = useState(false),
28966
+ _useState4 = _slicedToArray(_useState3, 2),
28967
+ dropdownselect = _useState4[0],
28968
+ setdropdownselect = _useState4[1];
28326
28969
  useEffect(function () {
28327
28970
  var secpropobj = {};
28328
28971
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -28339,10 +28982,18 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28339
28982
  }
28340
28983
  setsectionproperties(_objectSpread$1T({}, secpropobj));
28341
28984
  }, [StatePagePropertiesContext]);
28342
- var _useState3 = useState([]),
28343
- _useState4 = _slicedToArray(_useState3, 2),
28344
- logoarrayofobjects = _useState4[0],
28345
- setlogoarrayofobjects = _useState4[1];
28985
+ var _useState5 = useState([]),
28986
+ _useState6 = _slicedToArray(_useState5, 2),
28987
+ logoarrayofobjects = _useState6[0],
28988
+ setlogoarrayofobjects = _useState6[1];
28989
+ var _useState7 = useState([]),
28990
+ _useState8 = _slicedToArray(_useState7, 2),
28991
+ pcollarray = _useState8[0],
28992
+ setpcollarray = _useState8[1];
28993
+ var _useState9 = useState(''),
28994
+ _useState10 = _slicedToArray(_useState9, 2),
28995
+ Choosenindex = _useState10[0],
28996
+ setChoosenindex = _useState10[1];
28346
28997
  useEffect(function () {
28347
28998
  if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
28348
28999
  var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
@@ -28351,6 +29002,28 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28351
29002
  }
28352
29003
  }
28353
29004
  }, [templateproperties_context]);
29005
+ useEffect(function () {
29006
+ var _authdetailsContext$i;
29007
+ var temppcollarray = _toConsumableArray(pcollarray);
29008
+ authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.instcategories) === null || _authdetailsContext$i === void 0 || _authdetailsContext$i.forEach(function (arrayItem) {
29009
+ var _arrayItem$parentcoll;
29010
+ arrayItem === null || arrayItem === void 0 || (_arrayItem$parentcoll = arrayItem.parentcolletions) === null || _arrayItem$parentcoll === void 0 || _arrayItem$parentcoll.forEach(function (item) {
29011
+ temppcollarray.push(item);
29012
+ });
29013
+ });
29014
+ setpcollarray(_toConsumableArray(temppcollarray));
29015
+ }, [authdetailsContext]);
29016
+ useEffect(function () {
29017
+ var _authdetailsContext$i2;
29018
+ var temppcollarray = _toConsumableArray(pcollarray);
29019
+ authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcategories) === null || _authdetailsContext$i2 === void 0 || _authdetailsContext$i2.forEach(function (arrayItem) {
29020
+ var _arrayItem$parentcoll2;
29021
+ arrayItem === null || arrayItem === void 0 || (_arrayItem$parentcoll2 = arrayItem.parentcolletions) === null || _arrayItem$parentcoll2 === void 0 || _arrayItem$parentcoll2.forEach(function (item) {
29022
+ temppcollarray.push(item);
29023
+ });
29024
+ });
29025
+ setpcollarray(_toConsumableArray(temppcollarray));
29026
+ }, [authdetailsContext]);
28354
29027
  var header_cssstyles = {
28355
29028
  header_outercontainer: css({
28356
29029
  position: sectionproperties.headerstyles_position,
@@ -28581,8 +29254,151 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28581
29254
  ':hover': {
28582
29255
  color: sectionproperties.upperheadercoloronhover
28583
29256
  }
29257
+ }),
29258
+ categorybtn: css({
29259
+ background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
29260
+ width: sectionproperties.generalbtn_width + 'px',
29261
+ maxWidth: '100%',
29262
+ height: sectionproperties.generalbtn_height + 'px',
29263
+ borderRadius: sectionproperties.generalbtnborderradius + 'px',
29264
+ border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
29265
+ color: sectionproperties.generalbtn_textColor,
29266
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
29267
+ fontWeight: sectionproperties.generalbtn_fontweight,
29268
+ // background: '#003b42',
29269
+ // width: '100%',
29270
+ // height: 40,
29271
+ // borderRadius: 10,
29272
+ // color: 'white',
29273
+ // fontSize: 14,
29274
+ transition: '.3s',
29275
+ ':hover': {
29276
+ color: sectionproperties.generalbtn_textColoronhover,
29277
+ backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover
29278
+ // color: '#fff',
29279
+ // backgroundColor: '#de5511',
29280
+ }
29281
+ }),
29282
+ categoryname: css(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
29283
+ color: sectionproperties.subheader_categorytitle_fontColor,
29284
+ fontSize: sectionproperties.subheader_categorytitle_fontSize + 'px',
29285
+ textTransform: sectionproperties.subheader_categorytitle_textTransform,
29286
+ fontWeight: sectionproperties.subheader_categorytitle_textfontweight
29287
+ }, "color", '#003B42'), "fontSize", 14), "fontWeight", 500), "transition", '.3s'), ':hover', _defineProperty({
29288
+ color: sectionproperties.subheader_categorytitle_coloronhover
29289
+ }, "color", '#de5511'))),
29290
+ parentcollection: css(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
29291
+ color: sectionproperties.subheader_collectiontitle_fontColor,
29292
+ fontSize: sectionproperties.subheader_collectiontitle_fontSize + 'px',
29293
+ textTransform: sectionproperties.subheader_collectiontitle_textTransform,
29294
+ fontWeight: sectionproperties.subheader_collectiontitle_textfontweight,
29295
+ transition: '.3s'
29296
+ }, "color", '#003B42'), "fontSize", 14), "fontWeight", 500), ':hover', _defineProperty({
29297
+ color: sectionproperties.subheader_collectiontitle_coloronhover
29298
+ }, "color", '#de5511'))),
29299
+ collectionName: css({
29300
+ color: sectionproperties.collectionsectiontextcolor,
29301
+ fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
29302
+ textTransform: sectionproperties.collectionsectiontexttransform,
29303
+ fontWeight: sectionproperties.collectionsectiontextfontweight,
29304
+ transition: '.3s',
29305
+ // color: '#003B42',
29306
+ // fontSize: 14,
29307
+ // fontWeight: 400,
29308
+ ':hover': {
29309
+ color: sectionproperties.collectionsectiontextcoloronhover
29310
+ // color: '#de5511',
29311
+ }
28584
29312
  })
28585
29313
  };
29314
+ var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
29315
+ var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
29316
+ var parentclassname = '';
29317
+ if (sectionproperties.fetchparenttype == 'Categories') {
29318
+ parentclassname = header_cssstyles.categoryname;
29319
+ } else if (sectionproperties.fetchparenttype == 'Parent Collections') {
29320
+ parentclassname = header_cssstyles.parentcollection;
29321
+ } else {
29322
+ parentclassname = header_cssstyles.collectionName;
29323
+ }
29324
+ return /*#__PURE__*/React.createElement("li", {
29325
+ "class": "dropdown d-flex align-items-center w-100"
29326
+ }, /*#__PURE__*/React.createElement("div", {
29327
+ "class": parentclassname + ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer ',
29328
+ onMouseEnter: function onMouseEnter() {
29329
+ setChoosenindex(index);
29330
+ }
29331
+ }, /*#__PURE__*/React.createElement("div", {
29332
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
29333
+ }, /*#__PURE__*/React.createElement("p", {
29334
+ "class": ' m-0 p-0 wordbreak wordbreak1 ',
29335
+ onClick: function onClick() {
29336
+ if (sectionproperties.fetchparenttype == 'Categories') {
29337
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
29338
+ } else if (sectionproperties.fetchparenttype == 'Parent Collections') {
29339
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
29340
+ } else {
29341
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
29342
+ }
29343
+ }
29344
+ }, langdetect == 'en' ? item.title_en : item.title_ar)), sectionproperties.fetchparenttype != 'Collections' && /*#__PURE__*/React.createElement("div", {
29345
+ className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
29346
+ }, /*#__PURE__*/React.createElement("i", {
29347
+ className: ' p-0 h-100 allcentered '
29348
+ }, langdetect == 'en' ? /*#__PURE__*/React.createElement(BsChevronRight, {
29349
+ size: sectionproperties.collectionsectioniconfontsize
29350
+ }) : /*#__PURE__*/React.createElement(BsChevronLeft, {
29351
+ size: sectionproperties.collectionsectioniconfontsize
29352
+ })))), sectionproperties.fetchparenttype == 'Categories' && ((_fetchedarray$Choosen = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen === void 0 || (_fetchedarray$Choosen = _fetchedarray$Choosen.parentcolletions) === null || _fetchedarray$Choosen === void 0 ? void 0 : _fetchedarray$Choosen.length) != 0 && /*#__PURE__*/React.createElement("ul", null, (_fetchedarray$Choosen2 = fetchedarray[Choosenindex]) === null || _fetchedarray$Choosen2 === void 0 || (_fetchedarray$Choosen2 = _fetchedarray$Choosen2.parentcolletions) === null || _fetchedarray$Choosen2 === void 0 ? void 0 : _fetchedarray$Choosen2.map(function (item, index) {
29353
+ var _item$collections;
29354
+ return /*#__PURE__*/React.createElement("li", {
29355
+ "class": "dropdown d-flex align-items-center w-100"
29356
+ }, /*#__PURE__*/React.createElement("div", {
29357
+ "class": header_cssstyles.parentcollection + ' w-100 dropdownInnerContainer cursor-pointer ',
29358
+ onClick: function onClick() {
29359
+ if (sectionproperties.fetchparenttype == 'Categories') {
29360
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
29361
+ } else {
29362
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
29363
+ }
29364
+ }
29365
+ }, /*#__PURE__*/React.createElement("div", {
29366
+ "class": "row m-0 w-100"
29367
+ }, /*#__PURE__*/React.createElement("div", {
29368
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
29369
+ }, /*#__PURE__*/React.createElement("p", {
29370
+ "class": ' m-0 p-0 wordbreak wordbreak1 '
29371
+ }, langdetect == 'en' ? item.title_en : item.title_ar)), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React.createElement("div", {
29372
+ className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
29373
+ }, /*#__PURE__*/React.createElement("i", {
29374
+ className: ' p-0 h-100 allcentered '
29375
+ }, langdetect == 'en' ? /*#__PURE__*/React.createElement(BsChevronRight, {
29376
+ size: sectionproperties.collectionsectioniconfontsize
29377
+ }) : /*#__PURE__*/React.createElement(BsChevronLeft, {
29378
+ size: sectionproperties.collectionsectioniconfontsize
29379
+ }))))), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React.createElement("ul", null, item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (item, index) {
29380
+ return /*#__PURE__*/React.createElement("li", {
29381
+ "class": header_cssstyles.collectionName + ' w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer ',
29382
+ onClick: function onClick() {
29383
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
29384
+ }
29385
+ }, langdetect == 'en' ? item.title_en : item.title_ar);
29386
+ })));
29387
+ })), sectionproperties.fetchparenttype == 'Parent Collections' && ((_pcollarray$Choosenin = pcollarray[Choosenindex]) === null || _pcollarray$Choosenin === void 0 ? void 0 : _pcollarray$Choosenin.collections.length) != 0 && /*#__PURE__*/React.createElement("ul", null, (_pcollarray$Choosenin2 = pcollarray[Choosenindex]) === null || _pcollarray$Choosenin2 === void 0 || (_pcollarray$Choosenin2 = _pcollarray$Choosenin2.collections) === null || _pcollarray$Choosenin2 === void 0 ? void 0 : _pcollarray$Choosenin2.map(function (item, index) {
29388
+ return /*#__PURE__*/React.createElement("li", {
29389
+ "class": "dropdown d-flex align-items-center w-100"
29390
+ }, /*#__PURE__*/React.createElement("div", {
29391
+ "class": header_cssstyles.collectionName + ' w-100 dropdownInnerContainer cursor-pointer ',
29392
+ onClick: function onClick() {
29393
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
29394
+ }
29395
+ }, /*#__PURE__*/React.createElement("div", {
29396
+ className: ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start align-items-center p-0 '
29397
+ }, /*#__PURE__*/React.createElement("p", {
29398
+ "class": ' m-0 p-0 wordbreak wordbreak1 '
29399
+ }, langdetect == 'en' ? item.title_en : item.title_ar))));
29400
+ })));
29401
+ };
28586
29402
  return /*#__PURE__*/React.createElement("div", {
28587
29403
  "class": ' row m-0 w-100 d-flex justify-content-center align-items-center ',
28588
29404
  style: {
@@ -28608,7 +29424,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28608
29424
  transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
28609
29425
  }
28610
29426
  }))), /*#__PURE__*/React.createElement("a", {
28611
- href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber),
29427
+ href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber),
28612
29428
  target: '_blank',
28613
29429
  style: {
28614
29430
  position: 'fixed',
@@ -28656,30 +29472,30 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28656
29472
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement(FaFacebookF, {
28657
29473
  "class": header_cssstyles.fbbtn + ' cursor-pointer ml-3 mr-3 ',
28658
29474
  onClick: function onClick() {
28659
- var _authdetailsContext$i2;
28660
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
28661
- var _authdetailsContext$i3;
28662
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
29475
+ var _authdetailsContext$i4;
29476
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
29477
+ var _authdetailsContext$i5;
29478
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
28663
29479
  }
28664
29480
  },
28665
29481
  size: sectionproperties.facebkbtnniconfontsize
28666
29482
  }), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement(AiOutlineInstagram, {
28667
29483
  "class": header_cssstyles.instagrambtn + ' cursor-pointer ml-3 mr-3 ',
28668
29484
  onClick: function onClick() {
28669
- var _authdetailsContext$i4;
28670
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
28671
- var _authdetailsContext$i5;
28672
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
29485
+ var _authdetailsContext$i6;
29486
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null) {
29487
+ var _authdetailsContext$i7;
29488
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink, '_blank');
28673
29489
  }
28674
29490
  },
28675
29491
  size: sectionproperties.instgrambtniconfontsize
28676
29492
  }), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement(FaWhatsapp, {
28677
29493
  "class": header_cssstyles.whatsapp_btn + ' cursor-pointer ml-3 mr-3 ',
28678
29494
  onClick: function onClick() {
28679
- var _authdetailsContext$i6;
28680
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
28681
- var _authdetailsContext$i7;
28682
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber), '_blank');
29495
+ var _authdetailsContext$i8;
29496
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.whatsappnumber) != null) {
29497
+ var _authdetailsContext$i9;
29498
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber), '_blank');
28683
29499
  }
28684
29500
  },
28685
29501
  size: sectionproperties.youtubebtniconfontsize
@@ -28750,12 +29566,68 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28750
29566
  }), /*#__PURE__*/React.createElement("span", {
28751
29567
  "class": 'ml-2 mr-2'
28752
29568
  }, lang.english)))))))))), /*#__PURE__*/React.createElement("div", {
28753
- "class": "".concat(headerstyles$a.header_innercontainer, " ").concat(header_cssstyles.header_innercontainer) + ' row m-0 w-100 d-flex align-items-center ',
29569
+ "class": "".concat(headerstyles$a.header_innercontainer, " ").concat(header_cssstyles.header_innercontainer) + ' row m-0 w-100 d-flex align-items-center px-1024-1 ',
28754
29570
  style: {
28755
29571
  zIndex: 2
28756
29572
  }
28757
29573
  }, /*#__PURE__*/React.createElement("div", {
28758
29574
  "class": "col-lg-5 p-0 d-flex align-items-center justify-content-start h-100"
29575
+ }, /*#__PURE__*/React.createElement("div", {
29576
+ "class": "row m-0 w-100"
29577
+ }, sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
29578
+ "class": 'col-lg-3 col-xl-4 d-flex align-items-center justify-content-start ',
29579
+ onClick: function onClick() {
29580
+ setdropdownselect(!dropdownselect);
29581
+ }
29582
+ }, /*#__PURE__*/React.createElement("div", {
29583
+ "class": "".concat(header_cssstyles.categorybtn) + ' categoriesdropdown d-flex w-100 align-items-center pl-2 pr-2 ',
29584
+ style: {
29585
+ zIndex: 100000
29586
+ }
29587
+ }, /*#__PURE__*/React.createElement("li", {
29588
+ "class": langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'
29589
+ }, /*#__PURE__*/React.createElement("div", {
29590
+ "class": ' m-0 allcentered cursor-pointer px-2 p-lg-0 '
29591
+ }, /*#__PURE__*/React.createElement("div", {
29592
+ "class": 'col-lg-10 d-flex justify-content-start m-0 p-0'
29593
+ }, langdetect == 'en' ? 'Products' : 'المنتجات'), /*#__PURE__*/React.createElement("div", {
29594
+ "class": "col-lg-2 p-0 h-100 d-flex align-items-center justify-content-end d-xl-flex d-lg-none"
29595
+ }, /*#__PURE__*/React.createElement("i", {
29596
+ "class": "h-100 d-flex align-items-center justify-content-end"
29597
+ }, dropdownselect ? /*#__PURE__*/React.createElement(MdKeyboardArrowUp, {
29598
+ size: 25
29599
+ }) : /*#__PURE__*/React.createElement(MdKeyboardArrowDown, {
29600
+ size: 25
29601
+ })))), /*#__PURE__*/React.createElement("ul", {
29602
+ "class": "mt-2",
29603
+ sytle: {
29604
+ width: '200px'
29605
+ }
29606
+ }, sectionproperties.fetchparenttype == 'Categories' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 || (_authdetailsContext$i10 = _authdetailsContext$i10.instcategories) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.map(function (item, index) {
29607
+ var _authdetailsContext$i11;
29608
+ var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instcategories;
29609
+ if (item.isshowntocustomers == 1) {
29610
+ return /*#__PURE__*/React.createElement("div", {
29611
+ "class": "w-100"
29612
+ }, ButtonDropdown(item, index, fetchedarray));
29613
+ }
29614
+ })), sectionproperties.fetchparenttype == 'Parent Collections' && (pcollarray === null || pcollarray === void 0 ? void 0 : pcollarray.map(function (item, index) {
29615
+ var fetchedarray = pcollarray;
29616
+ if (item.isshowntocustomers == 1) {
29617
+ return /*#__PURE__*/React.createElement("div", {
29618
+ "class": "w-100"
29619
+ }, ButtonDropdown(item, index, fetchedarray));
29620
+ }
29621
+ })), sectionproperties.fetchparenttype == 'Collections' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 || (_authdetailsContext$i12 = _authdetailsContext$i12.instcollections) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.map(function (item, index) {
29622
+ var _authdetailsContext$i13;
29623
+ var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instcollections;
29624
+ if (item.isshowntocustomers == 1) {
29625
+ return /*#__PURE__*/React.createElement("div", {
29626
+ "class": "w-100"
29627
+ }, ButtonDropdown(item, index, fetchedarray));
29628
+ }
29629
+ })))))), /*#__PURE__*/React.createElement("div", {
29630
+ "class": sectionproperties.generalbtn_show == 'Show' ? 'col-xl-8 col-lg-9' : 'col-12'
28759
29631
  }, /*#__PURE__*/React.createElement("div", {
28760
29632
  "class": ' scrollhorizontal w-100 align-items-center h-100 ',
28761
29633
  style: {
@@ -28783,7 +29655,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28783
29655
  "class": "".concat(headerstyles$a.navbar_item_text, " ").concat(header_cssstyles.navbar_item_text)
28784
29656
  }, langdetect == 'en' ? item.pagename : item.pagename_ar)));
28785
29657
  }
28786
- })), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement("div", {
29658
+ })))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement("div", {
28787
29659
  "class": "row m-0 w-100 p-0"
28788
29660
  }, /*#__PURE__*/React.createElement(Subheader, {
28789
29661
  sectionpropertiesprops: sectionproperties,
@@ -29062,7 +29934,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
29062
29934
  }
29063
29935
  }), /*#__PURE__*/React.createElement("span", {
29064
29936
  "class": 'ml-2 mr-2'
29065
- }, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.instcurrencies) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.length) > 1 && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
29937
+ }, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 || (_authdetailsContext$i14 = _authdetailsContext$i14.instcurrencies) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.length) > 1 && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
29066
29938
  "class": ' d-flex align-items-center justify-content-center '
29067
29939
  }, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
29068
29940
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
@@ -29072,8 +29944,8 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
29072
29944
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
29073
29945
  }, /*#__PURE__*/React.createElement("p", {
29074
29946
  "class": "m-0 p-0 ml-2 mr-2"
29075
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 || (_authdetailsContext$i9 = _authdetailsContext$i9.instcurrencies) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.map(function (item, index) {
29076
- var _authdetailsContext$i10;
29947
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 || (_authdetailsContext$i15 = _authdetailsContext$i15.instcurrencies) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.map(function (item, index) {
29948
+ var _authdetailsContext$i16;
29077
29949
  return /*#__PURE__*/React.createElement(Dropdown.Item, {
29078
29950
  onClick: function onClick() {
29079
29951
  setcurrencyfunccontext(item);
@@ -29091,7 +29963,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
29091
29963
  fontWeight: sectionproperties.dropdown_fontweight,
29092
29964
  textTransform: sectionproperties.dropdown_texttransform
29093
29965
  }
29094
- }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 || (_authdetailsContext$i10 = _authdetailsContext$i10.instcurrencies) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.length) - 1 && /*#__PURE__*/React.createElement("div", {
29966
+ }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 || (_authdetailsContext$i16 = _authdetailsContext$i16.instcurrencies) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.length) - 1 && /*#__PURE__*/React.createElement("div", {
29095
29967
  "class": "col-lg-12 p-0"
29096
29968
  }, /*#__PURE__*/React.createElement("hr", {
29097
29969
  "class": "m-0"
@@ -29432,6 +30304,31 @@ var Simpleheader = function Simpleheader(props) {
29432
30304
  templateproperties_contextprops: templateproperties_context,
29433
30305
  actions: actions
29434
30306
  }), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
30307
+ style: {
30308
+ position: 'fixed',
30309
+ bottom: 15,
30310
+ right: 15,
30311
+ zIndex: 2000,
30312
+ transition: 'all 0.3s ease-out',
30313
+ width: '100%',
30314
+ display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
30315
+ },
30316
+ "class": "text-end"
30317
+ }, /*#__PURE__*/React.createElement("div", {
30318
+ "class": header_cssstyles.floatingbtn + ' allcentered ',
30319
+ style: {},
30320
+ onClick: function onClick() {
30321
+ if (sectionproperties.btnlinktype == 'Website Link') {
30322
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30323
+ } else {
30324
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30325
+
30326
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30327
+ }
30328
+ }
30329
+ }, /*#__PURE__*/React.createElement("p", {
30330
+ "class": "m-0 p-0"
30331
+ }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
29435
30332
  style: {
29436
30333
  position: 'fixed',
29437
30334
  bottom: 15,
@@ -29445,7 +30342,13 @@ var Simpleheader = function Simpleheader(props) {
29445
30342
  "class": header_cssstyles.floatingbtn + ' allcentered ',
29446
30343
  style: {},
29447
30344
  onClick: function onClick() {
29448
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30345
+ if (sectionproperties.btnlinktype == 'Website Link') {
30346
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30347
+ } else {
30348
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30349
+
30350
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30351
+ }
29449
30352
  }
29450
30353
  }, /*#__PURE__*/React.createElement("p", {
29451
30354
  "class": "m-0 p-0"
@@ -29614,7 +30517,7 @@ var Simpleheader = function Simpleheader(props) {
29614
30517
  size: sectionproperties.cartBtn_iconFontSize
29615
30518
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React.createElement(FiCalendar, {
29616
30519
  size: sectionproperties.cartBtn_iconFontSize
29617
- }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
30520
+ }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
29618
30521
  "class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
29619
30522
  onClick: function onClick() {
29620
30523
  routingcountext(StaticPagesLinksContext.Login);
@@ -29626,7 +30529,7 @@ var Simpleheader = function Simpleheader(props) {
29626
30529
  fontWeight: sectionproperties.userBtnTextfontweight,
29627
30530
  fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
29628
30531
  }
29629
- }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("div", {
30532
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("div", {
29630
30533
  className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
29631
30534
  sytle: {
29632
30535
  position: 'relative'
@@ -29705,7 +30608,7 @@ var Simpleheader = function Simpleheader(props) {
29705
30608
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
29706
30609
  }, /*#__PURE__*/React.createElement(BiLogOutCircle, {
29707
30610
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
29708
- }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
30611
+ }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
29709
30612
  "class": langdetect == 'en' ? " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center ml-2 ' : " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center mr-2 ',
29710
30613
  sytle: {
29711
30614
  position: 'relative'
@@ -30473,6 +31376,23 @@ var Header8 = function Header8(props) {
30473
31376
  ':hover': {
30474
31377
  color: sectionproperties.collectionsectiontextcoloronhover
30475
31378
  }
31379
+ }),
31380
+ floatingbtn: css({
31381
+ width: sectionproperties.floatingbtnwidth + '%',
31382
+ height: sectionproperties.floatingbtnheight + 'px',
31383
+ background: sectionproperties.floatingbtnbg,
31384
+ fontSize: sectionproperties.floatingbtnfontsize + 'px',
31385
+ color: sectionproperties.floatingbtncolor,
31386
+ borderRadius: 10,
31387
+ ':hover': {
31388
+ color: sectionproperties.floatingbtncolorhover,
31389
+ backgroundColor: sectionproperties.floatingbtnbghover,
31390
+ transitions: '.3s',
31391
+ cursor: 'pointer'
31392
+ },
31393
+ '@media (max-width: 800px)': {
31394
+ width: '50%'
31395
+ }
30476
31396
  })
30477
31397
  };
30478
31398
  return /*#__PURE__*/React.createElement("div", {
@@ -30487,7 +31407,26 @@ var Header8 = function Header8(props) {
30487
31407
  sectionpropertiesprops: sectionproperties,
30488
31408
  templateproperties_contextprops: templateproperties_context,
30489
31409
  actions: actions
30490
- })), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React.createElement("a", {
31410
+ })), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
31411
+ style: {
31412
+ position: 'fixed',
31413
+ bottom: 15,
31414
+ right: 15,
31415
+ zIndex: 2000,
31416
+ transition: 'all 0.3s ease-out',
31417
+ width: '100%',
31418
+ display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
31419
+ },
31420
+ "class": "text-end"
31421
+ }, /*#__PURE__*/React.createElement("div", {
31422
+ "class": header_cssstyles.floatingbtn + ' allcentered ',
31423
+ style: {},
31424
+ onClick: function onClick() {
31425
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
31426
+ }
31427
+ }, /*#__PURE__*/React.createElement("p", {
31428
+ "class": "m-0 p-0"
31429
+ }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React.createElement("a", {
30491
31430
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
30492
31431
  target: '_self',
30493
31432
  style: {
@@ -33670,11 +34609,11 @@ var Modernheader = function Modernheader(props) {
33670
34609
  }, /*#__PURE__*/React.createElement("div", {
33671
34610
  "class": "row m-0 w-100"
33672
34611
  }, /*#__PURE__*/React.createElement("div", {
33673
- "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center justify-content-center px-1025-1 '
34612
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
33674
34613
  }, /*#__PURE__*/React.createElement("div", {
33675
- "class": "col-lg-4 col-md-6 col-sm-12 d-none align-items-center justify-content-start p-0",
34614
+ "class": "col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-0",
33676
34615
  style: {}
33677
- }, sectionproperties.searchbartype == 'Full Width' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
34616
+ }, sectionproperties.searchbartype == 'Full Width' && /*#__PURE__*/React.createElement("div", {
33678
34617
  "class": header_cssstyles.searchbarcont
33679
34618
  }, /*#__PURE__*/React.createElement("input", {
33680
34619
  type: "text",
@@ -33693,7 +34632,7 @@ var Modernheader = function Modernheader(props) {
33693
34632
  sectionpropertiesprops: sectionproperties,
33694
34633
  srcfromprops: 'fullheader',
33695
34634
  actions: actions
33696
- })), sectionproperties.searchbartype == 'Icon' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
34635
+ })), sectionproperties.searchbartype == 'Icon' && /*#__PURE__*/React.createElement("div", {
33697
34636
  "class": header_cssstyles.searchbarcont + ' allcentered ',
33698
34637
  style: {
33699
34638
  width: sectionproperties.searchbaricon_width + 'px',
@@ -33715,12 +34654,22 @@ var Modernheader = function Modernheader(props) {
33715
34654
  }, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
33716
34655
  "class": ' row m-0 w-100 d-flex align-items-center '
33717
34656
  }, /*#__PURE__*/React.createElement("p", {
33718
- "class": "m-0 p-0 mr-2 ml-2"
33719
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
34657
+ "class": "m-0 p-0 mr-2 ml-2",
34658
+ style: {
34659
+ color: sectionproperties.searchbaricon_color
34660
+ }
34661
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, {
34662
+ color: sectionproperties.searchbaricon_color
34663
+ })), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
33720
34664
  "class": ' row m-0 w-100 d-flex align-items-center '
33721
34665
  }, /*#__PURE__*/React.createElement("p", {
33722
- "class": "m-0 p-0 ml-2 mr-2"
33723
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
34666
+ "class": "m-0 p-0 ml-2 mr-2",
34667
+ style: {
34668
+ color: sectionproperties.searchbaricon_color
34669
+ }
34670
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, {
34671
+ color: sectionproperties.searchbaricon_color
34672
+ })))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
33724
34673
  var _authdetailsContext$i4;
33725
34674
  return /*#__PURE__*/React.createElement(Dropdown.Item, {
33726
34675
  onClick: function onClick() {
@@ -33737,7 +34686,8 @@ var Modernheader = function Modernheader(props) {
33737
34686
  style: {
33738
34687
  fontSize: sectionproperties.dropdown_fontsize + 'px',
33739
34688
  fontWeight: sectionproperties.dropdown_fontweight,
33740
- textTransform: sectionproperties.dropdown_texttransform
34689
+ textTransform: sectionproperties.dropdown_texttransform,
34690
+ color: sectionproperties.searchbaricon_color
33741
34691
  }
33742
34692
  }, /*#__PURE__*/React.createElement("span", {
33743
34693
  "class": 'ml-2 mr-2'
@@ -33747,7 +34697,7 @@ var Modernheader = function Modernheader(props) {
33747
34697
  "class": "m-0"
33748
34698
  }))));
33749
34699
  }))))), /*#__PURE__*/React.createElement("div", {
33750
- "class": "col-lg-6 col-md-6 col-sm-12 allcentered p-0"
34700
+ "class": "col-lg-4 col-md-6 col-sm-12 allcentered p-0"
33751
34701
  }, /*#__PURE__*/React.createElement("div", {
33752
34702
  "class": "".concat(header_cssstyles.header_logo) + ' allcentered ',
33753
34703
  style: {
@@ -33766,8 +34716,8 @@ var Modernheader = function Modernheader(props) {
33766
34716
  objectFit: 'contain'
33767
34717
  }
33768
34718
  }))), /*#__PURE__*/React.createElement("div", {
33769
- "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-none align-items-center justify-content-end"
33770
- }, sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
34719
+ "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-flex align-items-center justify-content-end"
34720
+ }, /*#__PURE__*/React.createElement("div", {
33771
34721
  style: {
33772
34722
  marginRight: langdetect == 'en' ? '30px' : 0,
33773
34723
  marginLeft: langdetect == 'en' ? 0 : '30px'
@@ -33909,7 +34859,7 @@ var Modernheader = function Modernheader(props) {
33909
34859
  top: sectionproperties.wishlistbadgetop + 'px',
33910
34860
  right: sectionproperties.wishlistbadgeright + 'px'
33911
34861
  }
33912
- }, /*#__PURE__*/React.createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
34862
+ }, /*#__PURE__*/React.createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), /*#__PURE__*/React.createElement("div", {
33913
34863
  "class": "".concat(headerstyles$g.header_menu, " ").concat(header_cssstyles.cart_btn) + ' cursor-pointer allcentered ',
33914
34864
  onClick: function onClick() {
33915
34865
  setsidecartnavshowcontext(true);
@@ -33950,7 +34900,7 @@ var Modernheader = function Modernheader(props) {
33950
34900
  top: sectionproperties.cartbadgetop + 'px',
33951
34901
  right: sectionproperties.cartbadgeright + 'px'
33952
34902
  }
33953
- }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0))), sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React.createElement("div", {
34903
+ }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0))), /*#__PURE__*/React.createElement("div", {
33954
34904
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
33955
34905
  }, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
33956
34906
  "class": "".concat(headerstyles$g.header_menu) + ' allcentered '
@@ -40635,7 +41585,16 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
40635
41585
  }
40636
41586
  }))), /*#__PURE__*/React.createElement("div", {
40637
41587
  "class": "col-lg-12 p-0"
40638
- }, /*#__PURE__*/React.createElement(Headerresponsive, {
41588
+ }, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React.createElement(Headerresponsive, {
41589
+ sectionpropertiesprops: sectionproperties,
41590
+ actions: actions
41591
+ }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React.createElement(Headerresponsive, {
41592
+ sectionpropertiesprops: sectionproperties,
41593
+ actions: actions
41594
+ }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
41595
+ sectionpropertiesprops: sectionproperties,
41596
+ actions: actions
41597
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
40639
41598
  sectionpropertiesprops: sectionproperties,
40640
41599
  actions: actions
40641
41600
  })));
@@ -41457,10 +42416,19 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
41457
42416
  subheadercontentpositionprops: 'center',
41458
42417
  numofcols: '6'
41459
42418
  }
41460
- })))), /*#__PURE__*/React.createElement(Headerresponsive, {
42419
+ })))), sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React.createElement(Headerresponsive, {
41461
42420
  sectionpropertiesprops: sectionproperties,
41462
42421
  actions: actions
41463
- }));
42422
+ }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React.createElement(Headerresponsive, {
42423
+ sectionpropertiesprops: sectionproperties,
42424
+ actions: actions
42425
+ }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
42426
+ sectionpropertiesprops: sectionproperties,
42427
+ actions: actions
42428
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
42429
+ sectionpropertiesprops: sectionproperties,
42430
+ actions: actions
42431
+ }), ' ');
41464
42432
  };
41465
42433
 
41466
42434
  function ownKeys$1E(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -42821,7 +43789,7 @@ var Allinonefooter = function Allinonefooter(props) {
42821
43789
  function ownKeys$1C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
42822
43790
  function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
42823
43791
  var Footer1 = function Footer1(props) {
42824
- var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4, _logoarrayofobjects$3, _logoarrayofobjects$4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i8, _authdetailsContext$i14, _authdetailsContext$i15, _bgimagearrayofobjs$5, _bgimagearrayofobjs$6, _logoarrayofobjects$5, _logoarrayofobjects$6, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i24;
43792
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _authdetailsContext$i12, _authdetailsContext$i13;
42825
43793
  var _useState = useState(''),
42826
43794
  _useState2 = _slicedToArray(_useState, 2),
42827
43795
  sectionproperties = _useState2[0],
@@ -42840,14 +43808,6 @@ var Footer1 = function Footer1(props) {
42840
43808
  var templateproperties_context = props.actions.templateproperties_context;
42841
43809
  var templatepropcontext = props.actions.templatepropcontext;
42842
43810
  var ikimagecredcontext = props.actions.ikimagecredcontext;
42843
- // const [newsletter, setnewsletter] = useState('');
42844
- var _useState5 = useState({
42845
- min: '',
42846
- max: ''
42847
- }),
42848
- _useState6 = _slicedToArray(_useState5, 2),
42849
- pricevalue2 = _useState6[0],
42850
- setpricevalue2 = _useState6[1];
42851
43811
  useEffect(function () {
42852
43812
  if (props.srcfrom == 'addsectionform') {
42853
43813
  var secpropobj = {};
@@ -42875,18 +43835,6 @@ var Footer1 = function Footer1(props) {
42875
43835
  }
42876
43836
  }
42877
43837
  }, [templateproperties_context]);
42878
- var _useState7 = useState([]),
42879
- _useState8 = _slicedToArray(_useState7, 2),
42880
- bgimagearrayofobjs = _useState8[0],
42881
- setbgimagearrayofobjs = _useState8[1];
42882
- useEffect(function () {
42883
- if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
42884
- var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
42885
- if (Array.isArray(bg1_arrayofobjsparsed)) {
42886
- setbgimagearrayofobjs(_toConsumableArray(bg1_arrayofobjsparsed));
42887
- }
42888
- }
42889
- }, [sectionproperties]);
42890
43838
  var footerStyles = {
42891
43839
  footerContainer: css({
42892
43840
  width: '100vw',
@@ -43017,17 +43965,6 @@ var Footer1 = function Footer1(props) {
43017
43965
  maxWidth: '35%',
43018
43966
  height: 'auto'
43019
43967
  }
43020
- }),
43021
- btnn: css({
43022
- width: '150px',
43023
- height: 40,
43024
- borderRadius: 10,
43025
- background: '#C2A24D',
43026
- color: 'white',
43027
- ':hover': {
43028
- transition: '.3s',
43029
- background: '#186a81'
43030
- }
43031
43968
  })
43032
43969
  };
43033
43970
  var returnpolicyobj = function returnpolicyobj(policytype) {
@@ -43042,8 +43979,8 @@ var Footer1 = function Footer1(props) {
43042
43979
  };
43043
43980
  return /*#__PURE__*/React.createElement("div", {
43044
43981
  "class": "row m-0 w-100 d-flex justify-content-center"
43045
- }, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React.createElement("footer", {
43046
- "class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
43982
+ }, /*#__PURE__*/React.createElement("footer", {
43983
+ "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43047
43984
  }, /*#__PURE__*/React.createElement("div", {
43048
43985
  "class": "row w-100 m-0 d-flex justify-content-center"
43049
43986
  }, /*#__PURE__*/React.createElement("div", {
@@ -43053,7 +43990,7 @@ var Footer1 = function Footer1(props) {
43053
43990
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
43054
43991
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43055
43992
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43056
- path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$ = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$ === void 0 ? void 0 : _bgimagearrayofobjs$.englishlogo : (_bgimagearrayofobjs$2 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$2 === void 0 ? void 0 : _bgimagearrayofobjs$2.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
43993
+ path: langdetect == 'en' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
43057
43994
  style: {
43058
43995
  width: '100%',
43059
43996
  height: '100%',
@@ -43067,7 +44004,7 @@ var Footer1 = function Footer1(props) {
43067
44004
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
43068
44005
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43069
44006
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43070
- path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$3 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$3 === void 0 ? void 0 : _bgimagearrayofobjs$3.englishlogo : (_bgimagearrayofobjs$4 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$4 === void 0 ? void 0 : _bgimagearrayofobjs$4.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$3 = logoarrayofobjects[0]) === null || _logoarrayofobjects$3 === void 0 ? void 0 : _logoarrayofobjects$3.englishlogo : (_logoarrayofobjects$4 = logoarrayofobjects[0]) === null || _logoarrayofobjects$4 === void 0 ? void 0 : _logoarrayofobjects$4.arabiclogo,
44007
+ path: authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instlogo,
43071
44008
  style: {
43072
44009
  width: '100%',
43073
44010
  height: '100%',
@@ -43203,10 +44140,10 @@ var Footer1 = function Footer1(props) {
43203
44140
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43204
44141
  "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43205
44142
  onClick: function onClick() {
43206
- var _authdetailsContext$i2;
43207
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
43208
- var _authdetailsContext$i3;
43209
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
44143
+ var _authdetailsContext$i3;
44144
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
44145
+ var _authdetailsContext$i4;
44146
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
43210
44147
  }
43211
44148
  }
43212
44149
  }, /*#__PURE__*/React.createElement(FaFacebook, {
@@ -43214,10 +44151,10 @@ var Footer1 = function Footer1(props) {
43214
44151
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43215
44152
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43216
44153
  onClick: function onClick() {
43217
- var _authdetailsContext$i4;
43218
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
43219
- var _authdetailsContext$i5;
43220
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
44154
+ var _authdetailsContext$i5;
44155
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
44156
+ var _authdetailsContext$i6;
44157
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
43221
44158
  }
43222
44159
  }
43223
44160
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -43225,25 +44162,14 @@ var Footer1 = function Footer1(props) {
43225
44162
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43226
44163
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43227
44164
  onClick: function onClick() {
43228
- var _authdetailsContext$i6;
43229
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
43230
- var _authdetailsContext$i7;
43231
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber), '_blank');
44165
+ var _authdetailsContext$i7;
44166
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber) != null) {
44167
+ var _authdetailsContext$i8;
44168
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.whatsappnumber), '_blank');
43232
44169
  }
43233
44170
  }
43234
44171
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
43235
44172
  size: sectionproperties.youtubebtniconfontsize
43236
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
43237
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43238
- onClick: function onClick() {
43239
- var _authdetailsContext$i9;
43240
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
43241
- var _authdetailsContext$i10;
43242
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
43243
- }
43244
- }
43245
- }, /*#__PURE__*/React.createElement(AiFillYoutube, {
43246
- size: sectionproperties.instgrambtniconfontsize
43247
44173
  }))))), /*#__PURE__*/React.createElement("div", {
43248
44174
  "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43249
44175
  }, /*#__PURE__*/React.createElement("div", {
@@ -43254,15 +44180,15 @@ var Footer1 = function Footer1(props) {
43254
44180
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer mx-2 ',
43255
44181
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43256
44182
  onClick: function onClick() {
43257
- var _authdetailsContext$i11;
43258
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
44183
+ var _authdetailsContext$i9;
44184
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_appstore, '_blank');
43259
44185
  }
43260
44186
  }), /*#__PURE__*/React.createElement("img", {
43261
44187
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer mx-2 ',
43262
44188
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43263
44189
  onClick: function onClick() {
43264
- var _authdetailsContext$i12;
43265
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
44190
+ var _authdetailsContext$i10;
44191
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.mobileapplink_playstore, '_blank');
43266
44192
  }
43267
44193
  })), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React.createElement("div", {
43268
44194
  "class": "col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
@@ -43279,12 +44205,12 @@ var Footer1 = function Footer1(props) {
43279
44205
  textTransform: sectionproperties.footerinfotext_textTransform
43280
44206
  },
43281
44207
  onClick: function onClick() {
43282
- var _authdetailsContext$i13;
43283
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 || (_authdetailsContext$i13 = _authdetailsContext$i13.contactinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.email), '_self');
44208
+ var _authdetailsContext$i11;
44209
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 || (_authdetailsContext$i11 = _authdetailsContext$i11.contactinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.email), '_self');
43284
44210
  }
43285
44211
  }, /*#__PURE__*/React.createElement("i", {
43286
44212
  "class": ' fa fa-at mr-2 text-transform-none ml-2 '
43287
- }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 || (_authdetailsContext$i14 = _authdetailsContext$i14.contactinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.email)), /*#__PURE__*/React.createElement("div", {
44213
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 || (_authdetailsContext$i12 = _authdetailsContext$i12.contactinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.email)), /*#__PURE__*/React.createElement("div", {
43288
44214
  "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
43289
44215
  }, /*#__PURE__*/React.createElement("p", {
43290
44216
  "class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center mr-1 ',
@@ -43313,151 +44239,7 @@ var Footer1 = function Footer1(props) {
43313
44239
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43314
44240
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
43315
44241
  size: sectionproperties.footerinfoicon_fontsize
43316
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_en)))))), sectionproperties.opencollapsible == 'Not Expanded' && /*#__PURE__*/React.createElement("footer", {
43317
- "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43318
- }, /*#__PURE__*/React.createElement("div", {
43319
- "class": "row w-100 m-0 d-flex justify-content-center"
43320
- }, /*#__PURE__*/React.createElement("div", {
43321
- "class": "col-lg-6"
43322
- }, /*#__PURE__*/React.createElement("div", {
43323
- "class": "row m-0 w-100"
43324
- }, /*#__PURE__*/React.createElement("div", {
43325
- "class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
43326
- }, /*#__PURE__*/React.createElement("div", {
43327
- "class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
43328
- }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
43329
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43330
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43331
- path: sectionproperties.replacelogo == 'Yes' ? langdetect == 'en' ? (_bgimagearrayofobjs$5 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$5 === void 0 ? void 0 : _bgimagearrayofobjs$5.englishlogo : (_bgimagearrayofobjs$6 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$6 === void 0 ? void 0 : _bgimagearrayofobjs$6.arabiclogo : langdetect == 'en' ? (_logoarrayofobjects$5 = logoarrayofobjects[0]) === null || _logoarrayofobjects$5 === void 0 ? void 0 : _logoarrayofobjects$5.englishlogo : (_logoarrayofobjects$6 = logoarrayofobjects[0]) === null || _logoarrayofobjects$6 === void 0 ? void 0 : _logoarrayofobjects$6.arabiclogo,
43332
- style: {
43333
- width: '100%',
43334
- height: '100%',
43335
- objectFit: 'contain'
43336
- },
43337
- loading: "lazy"
43338
- }))), /*#__PURE__*/React.createElement("div", {
43339
- "class": "col-lg-12 p-0 mb-3"
43340
- }, /*#__PURE__*/React.createElement("p", {
43341
- "class": "m-0 p-0",
43342
- style: {
43343
- fontSize: '15px',
43344
- color: '#fff',
43345
- fontWeight: sectionproperties.prodCatFontWeight,
43346
- textAlign: langdetect == 'en' ? 'left' : 'right'
43347
- }
43348
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.description_ar)), /*#__PURE__*/React.createElement("div", {
43349
- "class": "col-lg-12 p-0 flex-row text-start"
43350
- }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43351
- "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43352
- onClick: function onClick() {
43353
- var _authdetailsContext$i18;
43354
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.facebooklink) != null) {
43355
- var _authdetailsContext$i19;
43356
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink, '_blank');
43357
- }
43358
- }
43359
- }, /*#__PURE__*/React.createElement(FaFacebook, {
43360
- size: sectionproperties.facebkbtnniconfontsize
43361
- })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43362
- "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43363
- onClick: function onClick() {
43364
- var _authdetailsContext$i20;
43365
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.instagramlink) != null) {
43366
- var _authdetailsContext$i21;
43367
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink, '_blank');
43368
- }
43369
- }
43370
- }, /*#__PURE__*/React.createElement(AiFillInstagram, {
43371
- size: sectionproperties.instgrambtniconfontsize
43372
- })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43373
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43374
- onClick: function onClick() {
43375
- var _authdetailsContext$i22;
43376
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
43377
- var _authdetailsContext$i23;
43378
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber), '_blank');
43379
- }
43380
- }
43381
- }, /*#__PURE__*/React.createElement(FaWhatsapp, {
43382
- size: sectionproperties.youtubebtniconfontsize
43383
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.twitterlink) != null && /*#__PURE__*/React.createElement("div", {
43384
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43385
- onClick: function onClick() {
43386
- var _authdetailsContext$i25;
43387
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.twitterlink) != null) {
43388
- var _authdetailsContext$i26;
43389
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.twitterlink, '_blank');
43390
- }
43391
- }
43392
- }, /*#__PURE__*/React.createElement("i", {
43393
- className: "h-100 allcentered",
43394
- style: {
43395
- fontSize: 20
43396
- }
43397
- }, "x"))))), /*#__PURE__*/React.createElement("div", {
43398
- "class": "col-lg-6"
43399
- }, /*#__PURE__*/React.createElement("div", {
43400
- "class": "row m-0 w-100 mt-md-3"
43401
- }, /*#__PURE__*/React.createElement("div", {
43402
- "class": "col-lg-12 p-0 mb-3"
43403
- }, /*#__PURE__*/React.createElement("p", {
43404
- "class": "m-0 p-0",
43405
- style: {
43406
- fontSize: 20,
43407
- color: 'white',
43408
- fontWeight: 600,
43409
- textAlign: langdetect == 'en' ? 'left' : 'right'
43410
- }
43411
- }, "\u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0641\u064A \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062E\u0628\u0627\u0631\u064A\u0629")), /*#__PURE__*/React.createElement("div", {
43412
- "class": "col-lg-12 p-0 mb-3"
43413
- }, /*#__PURE__*/React.createElement("p", {
43414
- "class": "m-0 p-0",
43415
- style: {
43416
- fontSize: 15,
43417
- color: 'white',
43418
- fontWeight: 500,
43419
- textAlign: langdetect == 'en' ? 'left' : 'right'
43420
- }
43421
- }, "\u0623\u062F\u062E\u0644 \u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u062F\u0648\u0631\u064A\u0629 \u062D\u0648\u0644 \u0627\u0644\u0645\u0624\u062A\u0645\u0631.")), /*#__PURE__*/React.createElement("div", {
43422
- "class": "col-lg-12 mb-3 text-start p-0"
43423
- }, /*#__PURE__*/React.createElement("input", {
43424
- type: "text",
43425
- className: "".concat(footerStyles.form_control) + ' w-md-100 ',
43426
- value: pricevalue2.min,
43427
- placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
43428
- onChange: function onChange(event) {
43429
- var temppricevalue = _objectSpread$1C({}, pricevalue2);
43430
- temppricevalue.min = event.target.value;
43431
- setpricevalue2(_objectSpread$1C({}, temppricevalue));
43432
- },
43433
- style: {
43434
- background: 'white',
43435
- fontSize: 14,
43436
- color: '#000',
43437
- borderRadius: 10,
43438
- width: '50%',
43439
- height: 40,
43440
- paddingLeft: 20,
43441
- paddingRight: 20
43442
- }
43443
- })), /*#__PURE__*/React.createElement("div", {
43444
- "class": "col-lg-12 text-start mb-3 text-start p-0"
43445
- }, /*#__PURE__*/React.createElement("button", {
43446
- "class": footerStyles.btnn
43447
- }, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React.createElement("div", {
43448
- "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43449
- }, /*#__PURE__*/React.createElement("div", {
43450
- "class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
43451
- })), /*#__PURE__*/React.createElement("div", {
43452
- "class": "col-lg-12 text-start"
43453
- }, /*#__PURE__*/React.createElement("p", {
43454
- "class": "m-0 p-0",
43455
- style: {
43456
- fontSize: sectionproperties.generaltext_fontSize + 'px',
43457
- color: sectionproperties.generaltext_fontColor,
43458
- fontWeight: sectionproperties.generaltext_fontWeight
43459
- }
43460
- }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
44242
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
43461
44243
  };
43462
44244
 
43463
44245
  function ownKeys$1B(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -44687,7 +45469,7 @@ var Footer4 = function Footer4(props) {
44687
45469
  function ownKeys$1y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
44688
45470
  function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
44689
45471
  var Footer5 = function Footer5(props) {
44690
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46;
45472
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43, _authdetailsContext$i46, _authdetailsContext$i49;
44691
45473
  var _useState = useState(''),
44692
45474
  _useState2 = _slicedToArray(_useState, 2),
44693
45475
  sectionproperties = _useState2[0],
@@ -45207,11 +45989,30 @@ var Footer5 = function Footer5(props) {
45207
45989
  className: "".concat(footerStyles.payimgcont),
45208
45990
  style: {
45209
45991
  width: '70px',
45210
- height: '30px'
45992
+ height: '30px',
45993
+ borderRadius: 10
45211
45994
  }
45212
45995
  }, /*#__PURE__*/React.createElement("img", {
45213
45996
  src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
45214
45997
  className: "".concat(footerStyles.payimg)
45998
+ })), sectionproperties.showbankak == 'Show' && /*#__PURE__*/React.createElement("div", {
45999
+ className: "".concat(footerStyles.payimgcont),
46000
+ style: {
46001
+ width: '50px',
46002
+ height: '50px'
46003
+ }
46004
+ }, /*#__PURE__*/React.createElement("img", {
46005
+ src: 'https://tabex-co.com/storage/StaticImages/bankak.png',
46006
+ className: "".concat(footerStyles.payimg)
46007
+ })), sectionproperties.showinstapay == 'Show' && /*#__PURE__*/React.createElement("div", {
46008
+ className: "".concat(footerStyles.payimgcont),
46009
+ style: {
46010
+ width: '70px',
46011
+ height: '30px'
46012
+ }
46013
+ }, /*#__PURE__*/React.createElement("img", {
46014
+ src: 'https://tabex-co.com/storage/StaticImages/instapay.png',
46015
+ className: "".concat(footerStyles.payimg)
45215
46016
  })))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
45216
46017
  className: "row m-0 w-100 mt-3"
45217
46018
  }, /*#__PURE__*/React.createElement("div", {
@@ -45331,6 +46132,19 @@ var Footer5 = function Footer5(props) {
45331
46132
  className: "h-100 allcentered"
45332
46133
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
45333
46134
  size: sectionproperties.instgrambtniconfontsize
46135
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.telegramlink) != null && /*#__PURE__*/React.createElement("div", {
46136
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
46137
+ onClick: function onClick() {
46138
+ var _authdetailsContext$i50;
46139
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.telegramlink) != null) {
46140
+ var _authdetailsContext$i51;
46141
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.telegramlink, '_blank');
46142
+ }
46143
+ }
46144
+ }, /*#__PURE__*/React.createElement("i", {
46145
+ className: "h-100 allcentered"
46146
+ }, /*#__PURE__*/React.createElement(FaTelegramPlane, {
46147
+ size: sectionproperties.instgrambtniconfontsize
45334
46148
  })))))));
45335
46149
  };
45336
46150
 
@@ -47097,7 +47911,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
47097
47911
  function ownKeys$1s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
47098
47912
  function _objectSpread$1s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
47099
47913
  var ModernFooter = function ModernFooter(props) {
47100
- var _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23;
47914
+ var _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26;
47101
47915
  var _useState = useState(''),
47102
47916
  _useState2 = _slicedToArray(_useState, 2),
47103
47917
  sectionproperties = _useState2[0],
@@ -47404,43 +48218,57 @@ var ModernFooter = function ModernFooter(props) {
47404
48218
  }, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React.createElement(FaWhatsapp, {
47405
48219
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47406
48220
  size: sectionproperties.whatsappiconfontsize
47407
- }), sectionproperties.whatsapplinktext)), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
48221
+ }), sectionproperties.whatsapplinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.twitterlink) != null && /*#__PURE__*/React.createElement("div", {
48222
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
48223
+ onClick: function onClick() {
48224
+ var _authdetailsContext$i12;
48225
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.twitterlink) != null) {
48226
+ var _authdetailsContext$i13;
48227
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.twitterlink, '_blank');
48228
+ }
48229
+ }
48230
+ }, /*#__PURE__*/React.createElement("i", {
48231
+ className: "h-100 allcentered",
48232
+ style: {
48233
+ fontSize: 20
48234
+ }
48235
+ }, "x")), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
47408
48236
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
47409
48237
  }, /*#__PURE__*/React.createElement("p", {
47410
48238
  "class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
47411
48239
  onClick: function onClick() {
47412
- var _authdetailsContext$i12;
47413
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
47414
- var _authdetailsContext$i13;
47415
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
48240
+ var _authdetailsContext$i15;
48241
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink) != null) {
48242
+ var _authdetailsContext$i16;
48243
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
47416
48244
  }
47417
48245
  }
47418
48246
  }, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React.createElement(AiOutlineLinkedin, {
47419
48247
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47420
48248
  size: sectionproperties.linkedinbtniconfontsize
47421
- }), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
48249
+ }), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
47422
48250
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
47423
48251
  }, /*#__PURE__*/React.createElement("p", {
47424
48252
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
47425
48253
  onClick: function onClick() {
47426
- var _authdetailsContext$i15;
47427
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
47428
- var _authdetailsContext$i16;
47429
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
48254
+ var _authdetailsContext$i18;
48255
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
48256
+ var _authdetailsContext$i19;
48257
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
47430
48258
  }
47431
48259
  }
47432
48260
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React.createElement(IoLogoTiktok, {
47433
48261
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47434
48262
  size: sectionproperties.instagramiconfontsize
47435
- }), langdetect == 'en' ? 'TikTok' : 'TikTok')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.telegramlink) != null && /*#__PURE__*/React.createElement("div", {
48263
+ }), langdetect == 'en' ? 'TikTok' : 'TikTok')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.telegramlink) != null && /*#__PURE__*/React.createElement("div", {
47436
48264
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
47437
48265
  }, /*#__PURE__*/React.createElement("p", {
47438
48266
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
47439
48267
  onClick: function onClick() {
47440
- var _authdetailsContext$i18;
47441
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.telegramlink) != null) {
47442
- var _authdetailsContext$i19;
47443
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.telegramlink, '_blank');
48268
+ var _authdetailsContext$i21;
48269
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.telegramlink) != null) {
48270
+ var _authdetailsContext$i22;
48271
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.telegramlink, '_blank');
47444
48272
  }
47445
48273
  }
47446
48274
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React.createElement(FaTelegramPlane, {
@@ -47472,7 +48300,7 @@ var ModernFooter = function ModernFooter(props) {
47472
48300
  }
47473
48301
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
47474
48302
  size: sectionproperties.footerinfoicon_fontsize
47475
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
48303
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
47476
48304
  "class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
47477
48305
  onClick: function onClick() {
47478
48306
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -47491,14 +48319,14 @@ var ModernFooter = function ModernFooter(props) {
47491
48319
  }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
47492
48320
  "class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
47493
48321
  onClick: function onClick() {
47494
- var _authdetailsContext$i21;
47495
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 || (_authdetailsContext$i21 = _authdetailsContext$i21.contactinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.email), '_self');
48322
+ var _authdetailsContext$i24;
48323
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 || (_authdetailsContext$i24 = _authdetailsContext$i24.contactinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.email), '_self');
47496
48324
  }
47497
48325
  }, /*#__PURE__*/React.createElement("p", {
47498
48326
  "class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
47499
48327
  onClick: function onClick() {
47500
- var _authdetailsContext$i22;
47501
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 || (_authdetailsContext$i22 = _authdetailsContext$i22.contactinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.email), '_self');
48328
+ var _authdetailsContext$i25;
48329
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 || (_authdetailsContext$i25 = _authdetailsContext$i25.contactinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.email), '_self');
47502
48330
  },
47503
48331
  style: {
47504
48332
  textTransform: 'none'
@@ -47509,7 +48337,7 @@ var ModernFooter = function ModernFooter(props) {
47509
48337
  marginRight: langdetect == 'en' ? '0.5rem' : 0,
47510
48338
  marginLeft: langdetect == 'ar' ? '0.5rem' : 0
47511
48339
  }
47512
- }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 || (_authdetailsContext$i23 = _authdetailsContext$i23.contactinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
48340
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 || (_authdetailsContext$i26 = _authdetailsContext$i26.contactinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
47513
48341
  "class": sectionproperties.showfooteraddress == 'Hide' && sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' ? 'col-lg-4 col-md-12 col-sm-12 mt-md-3' : 'col-lg-3 col-md-12 col-sm-12 mt-md-3'
47514
48342
  }, /*#__PURE__*/React.createElement("div", {
47515
48343
  className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
@@ -47521,15 +48349,15 @@ var ModernFooter = function ModernFooter(props) {
47521
48349
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
47522
48350
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
47523
48351
  onClick: function onClick() {
47524
- var _authdetailsContext$i24;
47525
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
48352
+ var _authdetailsContext$i27;
48353
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_appstore, '_blank');
47526
48354
  }
47527
48355
  }), /*#__PURE__*/React.createElement("img", {
47528
48356
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
47529
48357
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
47530
48358
  onClick: function onClick() {
47531
- var _authdetailsContext$i25;
47532
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_appstore, '_blank');
48359
+ var _authdetailsContext$i28;
48360
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
47533
48361
  }
47534
48362
  })), /*#__PURE__*/React.createElement("div", {
47535
48363
  "class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
@@ -47537,15 +48365,15 @@ var ModernFooter = function ModernFooter(props) {
47537
48365
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
47538
48366
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
47539
48367
  onClick: function onClick() {
47540
- var _authdetailsContext$i26;
47541
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_playstore, '_blank');
48368
+ var _authdetailsContext$i29;
48369
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
47542
48370
  }
47543
48371
  }), /*#__PURE__*/React.createElement("img", {
47544
48372
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
47545
48373
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
47546
48374
  onClick: function onClick() {
47547
- var _authdetailsContext$i27;
47548
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
48375
+ var _authdetailsContext$i30;
48376
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.mobileapplink_playstore, '_blank');
47549
48377
  }
47550
48378
  }))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
47551
48379
  "class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
@@ -47575,7 +48403,7 @@ var ModernFooter = function ModernFooter(props) {
47575
48403
  function ownKeys$1r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
47576
48404
  function _objectSpread$1r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1r(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
47577
48405
  var Newsletterfooter = function Newsletterfooter(props) {
47578
- var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i22, _authdetailsContext$i25, _authdetailsContext$i30, _authdetailsContext$i31;
48406
+ var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i33, _authdetailsContext$i34;
47579
48407
  var _useState = useState(''),
47580
48408
  _useState2 = _slicedToArray(_useState, 2),
47581
48409
  sectionproperties = _useState2[0],
@@ -48161,43 +48989,57 @@ var Newsletterfooter = function Newsletterfooter(props) {
48161
48989
  }
48162
48990
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
48163
48991
  size: sectionproperties.instgrambtniconfontsize
48164
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React.createElement("p", {
48165
- "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48992
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.twitterlink) != null && /*#__PURE__*/React.createElement("div", {
48993
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
48166
48994
  onClick: function onClick() {
48167
48995
  var _authdetailsContext$i18;
48168
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
48996
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.twitterlink) != null) {
48169
48997
  var _authdetailsContext$i19;
48170
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
48998
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.twitterlink, '_blank');
48999
+ }
49000
+ }
49001
+ }, /*#__PURE__*/React.createElement("i", {
49002
+ className: "h-100 allcentered",
49003
+ style: {
49004
+ fontSize: 20
49005
+ }
49006
+ }, "x")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null && /*#__PURE__*/React.createElement("p", {
49007
+ "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
49008
+ onClick: function onClick() {
49009
+ var _authdetailsContext$i21;
49010
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
49011
+ var _authdetailsContext$i22;
49012
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink, '_blank');
48171
49013
  }
48172
49014
  }
48173
49015
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
48174
49016
  size: sectionproperties.instgrambtniconfontsize
48175
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
49017
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
48176
49018
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48177
49019
  onClick: function onClick() {
48178
- var _authdetailsContext$i21;
48179
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.linkedinlink, '_blank');
49020
+ var _authdetailsContext$i24;
49021
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.linkedinlink, '_blank');
48180
49022
  }
48181
49023
  }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
48182
49024
  size: sectionproperties.instgrambtniconfontsize
48183
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
49025
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
48184
49026
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48185
49027
  onClick: function onClick() {
48186
- var _authdetailsContext$i23;
48187
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
48188
- var _authdetailsContext$i24;
48189
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.whatsappnumber), '_blank');
49028
+ var _authdetailsContext$i26;
49029
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber) != null) {
49030
+ var _authdetailsContext$i27;
49031
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber), '_blank');
48190
49032
  }
48191
49033
  }
48192
49034
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
48193
49035
  size: sectionproperties.youtubebtniconfontsize
48194
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.googlemapslink) != null && /*#__PURE__*/React.createElement("p", {
49036
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.googlemapslink) != null && /*#__PURE__*/React.createElement("p", {
48195
49037
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48196
49038
  onClick: function onClick() {
48197
- var _authdetailsContext$i26;
48198
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.googlemapslink) != null) {
48199
- var _authdetailsContext$i27;
48200
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.googlemapslink, '_blank');
49039
+ var _authdetailsContext$i29;
49040
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.googlemapslink) != null) {
49041
+ var _authdetailsContext$i30;
49042
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.googlemapslink, '_blank');
48201
49043
  }
48202
49044
  }
48203
49045
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
@@ -48217,15 +49059,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
48217
49059
  "class": langdetect == 'en' ? "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer mr-2 ' : "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ml-2 ',
48218
49060
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48219
49061
  onClick: function onClick() {
48220
- var _authdetailsContext$i28;
48221
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
49062
+ var _authdetailsContext$i31;
49063
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.mobileapplink_appstore, '_blank');
48222
49064
  }
48223
49065
  }), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React.createElement("img", {
48224
49066
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
48225
49067
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48226
49068
  onClick: function onClick() {
48227
- var _authdetailsContext$i29;
48228
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
49069
+ var _authdetailsContext$i32;
49070
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.mobileapplink_playstore, '_blank');
48229
49071
  }
48230
49072
  }))), sectionproperties.showfooteraddress == 'Show' && sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
48231
49073
  "class": "row m-0 w-100 d-flex flex-row justify-content-start align-items-center mt-4"
@@ -48242,7 +49084,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
48242
49084
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
48243
49085
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
48244
49086
  size: 30
48245
- })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
49087
+ })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
48246
49088
  "class": "col-lg-12 p-0 d-block my-3"
48247
49089
  }, /*#__PURE__*/React.createElement("hr", {
48248
49090
  "class": "m-0 p-0"
@@ -51057,6 +51899,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
51057
51899
  function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
51058
51900
  function _objectSpread$1l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1l(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
51059
51901
  var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
51902
+ var authdetailsContext = props.actions.authdetailsContext;
51060
51903
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
51061
51904
  props.actions.lang;
51062
51905
  var langdetect = props.actions.langdetect;
@@ -51589,10 +52432,22 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51589
52432
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
51590
52433
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px'
51591
52434
  }
52435
+ }),
52436
+ imageoutercont: css({
52437
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
52438
+ '@media (max-width: 800px)': {
52439
+ height: '30vh'
52440
+ }
52441
+ }),
52442
+ imageoutercont2: css({
52443
+ height: sectionproperties.image_height2 == 0 ? '100%' : sectionproperties.image_height2 + 'vh',
52444
+ '@media (max-width: 800px)': {
52445
+ height: '25vh'
52446
+ }
51592
52447
  })
51593
52448
  };
51594
52449
  var cardsrender = function cardsrender() {
51595
- var _cardsarray$2, _cardsarray$3, _cardsarray$4, _cardsarray$6, _cardsarray$7, _cardsarray$8, _cardsarray$10, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15, _cardsarray$16, _cardsarray$18, _cardsarray$19, _cardsarray$20;
52450
+ var _authdetailsContext$i, _cardsarray$2, _cardsarray$3, _cardsarray$4, _cardsarray$6, _cardsarray$7, _cardsarray$8, _cardsarray$10, _cardsarray$11, _cardsarray$12, _cardsarray$14, _cardsarray$15, _cardsarray$16, _cardsarray$18, _cardsarray$19, _cardsarray$20, _authdetailsContext$i2, _cardsarray$22, _cardsarray$23, _cardsarray$24, _cardsarray$26, _cardsarray$27, _cardsarray$28, _cardsarray$30, _cardsarray$31, _cardsarray$32, _cardsarray$34, _cardsarray$35, _cardsarray$36;
51596
52451
  return /*#__PURE__*/React.createElement("div", {
51597
52452
  "class": 'row m-0 w-100'
51598
52453
  }, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React.createElement("div", {
@@ -51660,7 +52515,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51660
52515
  }
51661
52516
  }))), /*#__PURE__*/React.createElement("div", {
51662
52517
  "class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? section_cssstyles.cards_sections + ' row ml-0 mr-0 d-flex w-100 justify-content-center align-items-center pl-md-2 pr-md-2 ' : sectionproperties.paddingRight != 0 ? section_cssstyles.cards_sections + ' row ml-0 mr-0 d-flex w-100 justify-content-center align-items-center pr-md-2 ' : sectionproperties.paddingLeft != 0 ? section_cssstyles.cards_sections + ' row ml-0 mr-0 d-flex w-100 justify-content-center align-items-center pl-md-2 ' : section_cssstyles.cards_sections + ' row ml-0 mr-0 d-flex w-100 justify-content-center align-items-center '
51663
- }, /*#__PURE__*/React.createElement("div", {
52518
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '672258d7826b4' && /*#__PURE__*/React.createElement("div", {
51664
52519
  "class": "row m-0 w-100 "
51665
52520
  }, /*#__PURE__*/React.createElement("div", {
51666
52521
  "class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-lg-6 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-lg-6 p-md-0 mb-md-3 cursor-pointer ',
@@ -51949,7 +52804,218 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51949
52804
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51950
52805
  }, /*#__PURE__*/React.createElement("p", {
51951
52806
  "class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
51952
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))))))))));
52807
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '672258d7826b4' && /*#__PURE__*/React.createElement("div", {
52808
+ "class": "row m-0 w-100 "
52809
+ }, /*#__PURE__*/React.createElement("div", {
52810
+ "class": sectionproperties.imagepadding == 0 ? section_cssstyles.cardcont + ' col-6 p-md-0 cursor-pointer ' : section_cssstyles.cardcont + ' col-6 p-md-0 mb-md-3 cursor-pointer '
52811
+ }, /*#__PURE__*/React.createElement("div", {
52812
+ "class": "row m-0 w-100"
52813
+ }, /*#__PURE__*/React.createElement("div", {
52814
+ "class": "col-12 cursor-pointer",
52815
+ onClick: function onClick() {
52816
+ var _cardsarray$21;
52817
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$21 = cardsarray[0]) === null || _cardsarray$21 === void 0 ? void 0 : _cardsarray$21.collectionid));
52818
+ },
52819
+ style: {
52820
+ paddingLeft: sectionproperties.imagepadding + 'px',
52821
+ paddingRight: sectionproperties.imagepadding + 'px',
52822
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
52823
+ }
52824
+ }, /*#__PURE__*/React.createElement("div", {
52825
+ "class": section_cssstyles.imageoutercont + ' row m-0 w-100 ',
52826
+ style: {
52827
+ width: '100%'
52828
+ }
52829
+ }, /*#__PURE__*/React.createElement("div", {
52830
+ "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
52831
+ style: {
52832
+ width: '100%',
52833
+ height: '100%'
52834
+ }
52835
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
52836
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
52837
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
52838
+ path: (_cardsarray$22 = cardsarray[0]) === null || _cardsarray$22 === void 0 ? void 0 : _cardsarray$22.image,
52839
+ loading: "lazy",
52840
+ style: {
52841
+ width: '100%',
52842
+ height: '100%',
52843
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
52844
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
52845
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
52846
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
52847
+ objectFit: 'cover',
52848
+ zIndex: 1
52849
+ }
52850
+ })), /*#__PURE__*/React.createElement("div", {
52851
+ "class": section_cssstyles.imageoutercont,
52852
+ style: _defineProperty(_defineProperty({
52853
+ position: 'absolute',
52854
+ zIndex: 1000,
52855
+ // height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
52856
+ width: '100%'
52857
+ }, "zIndex", 5), "left", 0)
52858
+ }, /*#__PURE__*/React.createElement("div", {
52859
+ "class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
52860
+ }, /*#__PURE__*/React.createElement("div", {
52861
+ "class": "col-lg-12 p-0 d-flex allcentered h-100"
52862
+ }, /*#__PURE__*/React.createElement("p", {
52863
+ "class": section_cssstyles.collectionname + ' m-0 p-0 '
52864
+ }, langdetect == 'en' ? (_cardsarray$23 = cardsarray[0]) === null || _cardsarray$23 === void 0 ? void 0 : _cardsarray$23.name_en : (_cardsarray$24 = cardsarray[0]) === null || _cardsarray$24 === void 0 ? void 0 : _cardsarray$24.name_ar)))))), /*#__PURE__*/React.createElement("div", {
52865
+ "class": "col-12 cursor-pointer",
52866
+ onClick: function onClick() {
52867
+ var _cardsarray$25;
52868
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$25 = cardsarray[2]) === null || _cardsarray$25 === void 0 ? void 0 : _cardsarray$25.collectionid));
52869
+ },
52870
+ style: {
52871
+ paddingLeft: sectionproperties.imagepadding + 'px',
52872
+ paddingRight: sectionproperties.imagepadding + 'px',
52873
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
52874
+ }
52875
+ }, /*#__PURE__*/React.createElement("div", {
52876
+ "class": section_cssstyles.imageoutercont2 + ' row m-0 w-100 ',
52877
+ style: {
52878
+ width: '100%'
52879
+ }
52880
+ }, /*#__PURE__*/React.createElement("div", {
52881
+ "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
52882
+ style: {
52883
+ width: '100%',
52884
+ height: '100%'
52885
+ }
52886
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
52887
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
52888
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
52889
+ path: (_cardsarray$26 = cardsarray[2]) === null || _cardsarray$26 === void 0 ? void 0 : _cardsarray$26.image,
52890
+ loading: "lazy",
52891
+ style: {
52892
+ width: '100%',
52893
+ height: '100%',
52894
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
52895
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
52896
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
52897
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
52898
+ objectFit: 'cover',
52899
+ zIndex: 1
52900
+ }
52901
+ })), /*#__PURE__*/React.createElement("div", {
52902
+ "class": section_cssstyles.imageoutercont2,
52903
+ style: _defineProperty(_defineProperty({
52904
+ position: 'absolute',
52905
+ zIndex: 1000,
52906
+ width: '100%'
52907
+ }, "zIndex", 5), "left", 0)
52908
+ }, /*#__PURE__*/React.createElement("div", {
52909
+ "class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
52910
+ }, /*#__PURE__*/React.createElement("div", {
52911
+ "class": "col-lg-12 p-0 d-flex allcentered h-100"
52912
+ }, /*#__PURE__*/React.createElement("p", {
52913
+ "class": section_cssstyles.collectionname + ' m-0 p-0 '
52914
+ }, langdetect == 'en' ? (_cardsarray$27 = cardsarray[2]) === null || _cardsarray$27 === void 0 ? void 0 : _cardsarray$27.name_en : (_cardsarray$28 = cardsarray[2]) === null || _cardsarray$28 === void 0 ? void 0 : _cardsarray$28.name_ar)))))))), /*#__PURE__*/React.createElement("div", {
52915
+ "class": 'col-6 pl-0 pr-0'
52916
+ }, /*#__PURE__*/React.createElement("div", {
52917
+ "class": "row m-0 w-100"
52918
+ }, /*#__PURE__*/React.createElement("div", {
52919
+ "class": "col-12 cursor-pointer",
52920
+ onClick: function onClick() {
52921
+ var _cardsarray$29;
52922
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$29 = cardsarray[1]) === null || _cardsarray$29 === void 0 ? void 0 : _cardsarray$29.collectionid));
52923
+ },
52924
+ style: {
52925
+ paddingLeft: sectionproperties.imagepadding + 'px',
52926
+ paddingRight: sectionproperties.imagepadding + 'px',
52927
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
52928
+ }
52929
+ }, /*#__PURE__*/React.createElement("div", {
52930
+ "class": section_cssstyles.imageoutercont2 + ' row m-0 w-100 ',
52931
+ style: {
52932
+ width: '100%'
52933
+ }
52934
+ }, /*#__PURE__*/React.createElement("div", {
52935
+ "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
52936
+ style: {
52937
+ width: '100%',
52938
+ height: '100%'
52939
+ }
52940
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
52941
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
52942
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
52943
+ path: (_cardsarray$30 = cardsarray[1]) === null || _cardsarray$30 === void 0 ? void 0 : _cardsarray$30.image,
52944
+ loading: "lazy",
52945
+ style: {
52946
+ width: '100%',
52947
+ height: '100%',
52948
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
52949
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
52950
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
52951
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
52952
+ objectFit: 'cover',
52953
+ zIndex: 1
52954
+ }
52955
+ })), /*#__PURE__*/React.createElement("div", {
52956
+ "class": section_cssstyles.imageoutercont2,
52957
+ style: _defineProperty(_defineProperty({
52958
+ position: 'absolute',
52959
+ zIndex: 1000,
52960
+ width: '100%'
52961
+ }, "zIndex", 5), "left", 0)
52962
+ }, /*#__PURE__*/React.createElement("div", {
52963
+ "class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
52964
+ }, /*#__PURE__*/React.createElement("div", {
52965
+ "class": "col-lg-12 p-0 d-flex allcentered h-100"
52966
+ }, /*#__PURE__*/React.createElement("p", {
52967
+ "class": section_cssstyles.collectionname + ' m-0 p-0 '
52968
+ }, langdetect == 'en' ? (_cardsarray$31 = cardsarray[1]) === null || _cardsarray$31 === void 0 ? void 0 : _cardsarray$31.name_en : (_cardsarray$32 = cardsarray[1]) === null || _cardsarray$32 === void 0 ? void 0 : _cardsarray$32.name_ar)))))), /*#__PURE__*/React.createElement("div", {
52969
+ "class": "col-12 cursor-pointer",
52970
+ onClick: function onClick() {
52971
+ var _cardsarray$33;
52972
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$33 = cardsarray[3]) === null || _cardsarray$33 === void 0 ? void 0 : _cardsarray$33.collectionid));
52973
+ },
52974
+ style: {
52975
+ paddingLeft: sectionproperties.imagepadding + 'px',
52976
+ paddingRight: sectionproperties.imagepadding + 'px',
52977
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
52978
+ }
52979
+ }, /*#__PURE__*/React.createElement("div", {
52980
+ "class": section_cssstyles.imageoutercont + ' row m-0 w-100 ',
52981
+ style: {
52982
+ width: '100%'
52983
+ }
52984
+ }, /*#__PURE__*/React.createElement("div", {
52985
+ "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
52986
+ style: {
52987
+ width: '100%',
52988
+ height: '100%'
52989
+ }
52990
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
52991
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
52992
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
52993
+ path: (_cardsarray$34 = cardsarray[3]) === null || _cardsarray$34 === void 0 ? void 0 : _cardsarray$34.image,
52994
+ loading: "lazy",
52995
+ style: {
52996
+ width: '100%',
52997
+ height: '100%',
52998
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
52999
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
53000
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
53001
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
53002
+ objectFit: 'cover',
53003
+ zIndex: 1
53004
+ }
53005
+ })), /*#__PURE__*/React.createElement("div", {
53006
+ "class": section_cssstyles.imageoutercont,
53007
+ style: _defineProperty(_defineProperty({
53008
+ position: 'absolute',
53009
+ zIndex: 1000,
53010
+ width: '100%'
53011
+ }, "zIndex", 5), "left", 0)
53012
+ }, /*#__PURE__*/React.createElement("div", {
53013
+ "class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
53014
+ }, /*#__PURE__*/React.createElement("div", {
53015
+ "class": "col-lg-12 p-0 d-flex allcentered h-100"
53016
+ }, /*#__PURE__*/React.createElement("p", {
53017
+ "class": section_cssstyles.collectionname + ' m-0 p-0 '
53018
+ }, langdetect == 'en' ? (_cardsarray$35 = cardsarray[3]) === null || _cardsarray$35 === void 0 ? void 0 : _cardsarray$35.name_en : (_cardsarray$36 = cardsarray[3]) === null || _cardsarray$36 === void 0 ? void 0 : _cardsarray$36.name_ar))))))))))));
51953
53019
  };
51954
53020
  return /*#__PURE__*/React.createElement("div", {
51955
53021
  "class": "row m-0 d-flex w-100 justify-content-center",
@@ -56958,7 +58024,7 @@ var Twobgimages = function Twobgimages(props) {
56958
58024
  style: {}
56959
58025
  }, Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
56960
58026
  return /*#__PURE__*/React.createElement("div", {
56961
- className: bgimagearrayofobjs[index].bg1_numberofcols != 12 ? sectionproperties.imagepadding != 0 ? ' d-flex align-items-stretch col-md-6 col-sm-12 pr-sm-2 pl-sm-2 mb-md-3 mt-md-3 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols : ' d-flex align-items-stretch col-md-6 col-sm-12 p-sm-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols : ' d-flex align-items-stretch col-md-12 col-sm-12 pr-md-0 pl-md-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols,
58027
+ className: bgimagearrayofobjs[index].bg1_numberofcols != 12 ? sectionproperties.imagepadding != 0 ? ' d-flex align-items-stretch col-md-4 col-sm-12 pr-sm-2 pl-sm-2 mb-md-3 mt-md-3 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols : ' d-flex align-items-stretch col-md-4 col-sm-12 p-sm-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols : ' d-flex align-items-stretch col-md-12 col-sm-12 pr-md-0 pl-md-0 col-lg-' + bgimagearrayofobjs[index].bg1_numberofcols,
56962
58028
  style: {
56963
58029
  paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
56964
58030
  paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
@@ -56970,7 +58036,6 @@ var Twobgimages = function Twobgimages(props) {
56970
58036
  if (item.place_clickable == 'General') {
56971
58037
  if (item.externallink == 'Yes') {
56972
58038
  window.open(item.clickable_page_route, '_blank');
56973
-
56974
58039
  // history.push(item.clickable_page_route);
56975
58040
  } else if (item.clickable_page_route && item.clickable_page_route.length != 0) {
56976
58041
  routingcountext(item.clickable_page_route, false, '');
@@ -57303,9 +58368,9 @@ var VideosSection = function VideosSection(props) {
57303
58368
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
57304
58369
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
57305
58370
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
57306
- height: sectionproperties.image_height + 'px',
58371
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'px',
57307
58372
  '@media (max-width: 800px)': {
57308
- height: sectionproperties.height_responsive + 'px'
58373
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.height_responsive + 'px'
57309
58374
  }
57310
58375
  }),
57311
58376
  lau: css({
@@ -57499,7 +58564,7 @@ var VideosSection = function VideosSection(props) {
57499
58564
  }, /*#__PURE__*/React.createElement(ScrollMenu, {
57500
58565
  transitionBehavior: 'auto',
57501
58566
  wrapperClassName: '',
57502
- itemClassName: 'videoscard',
58567
+ itemClassName: '',
57503
58568
  scrollContainerClassName: 'scrollmenuclasssubscrollbar'
57504
58569
  }, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
57505
58570
  return /*#__PURE__*/React.createElement("div", {
@@ -58325,6 +59390,8 @@ var DynamicForm = function DynamicForm(props) {
58325
59390
  type = 'number';
58326
59391
  } else if (item.type == 'text') {
58327
59392
  type = 'text';
59393
+ } else if (item.type == 'phone number') {
59394
+ type = 'phonenumber';
58328
59395
  }
58329
59396
  if (item.type == 'date') {
58330
59397
  return /*#__PURE__*/React.createElement("div", {
@@ -58382,6 +59449,40 @@ var DynamicForm = function DynamicForm(props) {
58382
59449
  }))));
58383
59450
  }
58384
59451
  };
59452
+ var phonenumber = function phonenumber(item, index) {
59453
+ return /*#__PURE__*/React.createElement("div", {
59454
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
59455
+ }, /*#__PURE__*/React.createElement("div", {
59456
+ "class": "row m-0 w-100 mb-3"
59457
+ }, /*#__PURE__*/React.createElement("div", {
59458
+ "class": "col-lg-12 text-start mb-2 p-0"
59459
+ }, /*#__PURE__*/React.createElement("p", {
59460
+ "class": form_cssstyles.formlabel + ' m-0 p-0 ',
59461
+ style: {}
59462
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("sup", {
59463
+ "class": "text-danger"
59464
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React.createElement(PhoneInput, {
59465
+ className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control),
59466
+ country: 'eg',
59467
+ enableSearch: true,
59468
+ autoFormat: true,
59469
+ value: item.value,
59470
+ inputStyle: {
59471
+ color: sectionproperties.inputfieldcolor
59472
+ },
59473
+ onChange: function onChange(event, country) {
59474
+ updateformfield(event, index);
59475
+ // var temp = { ...payloadobj };
59476
+ // temp.mobile = event;
59477
+ // temp.countrydialcode = country.dialCode;
59478
+ // setpayloadobj({ ...temp });
59479
+ },
59480
+ style: {
59481
+ direction: 'ltr',
59482
+ color: sectionproperties.inputfieldcolor
59483
+ }
59484
+ })));
59485
+ };
58385
59486
  var textareaitem = function textareaitem(item, index) {
58386
59487
  return /*#__PURE__*/React.createElement("div", {
58387
59488
  "class": 'col-md-12 col-lg-12'
@@ -58453,20 +59554,19 @@ var DynamicForm = function DynamicForm(props) {
58453
59554
  boxShadow: 'none',
58454
59555
  transition: '.3s'
58455
59556
  }))),
58456
- generalbtn: css({
59557
+ generalbtn: css(_defineProperty(_defineProperty({
58457
59558
  width: sectionproperties.generalbtn_width + '%',
58458
59559
  height: sectionproperties.generalbtn_height + 'px',
58459
59560
  backgroundColor: sectionproperties.generalbtn_bgColor,
58460
- borderRadius: sectionproperties.generalbtnborderradius + 'px',
59561
+ borderRadius: sectionproperties.generalbtn_bgColor,
58461
59562
  color: sectionproperties.generalbtn_textColor,
58462
59563
  fontSize: sectionproperties.generalbtn_fontsize,
58463
- fontWeight: sectionproperties.generalbtn_fontweight,
58464
- ':hover': {
58465
- transition: '.3s',
58466
- color: sectionproperties.generalbtn_textColoronhover,
58467
- backgroundColor: sectionproperties.generalbtn_bgColoronhover
58468
- }
58469
- }),
59564
+ fontWeight: sectionproperties.generalbtn_fontweight
59565
+ }, "borderRadius", sectionproperties.generalbtnborderradius + 'px'), ':hover', {
59566
+ transition: '.3s',
59567
+ color: sectionproperties.generalbtn_textColoronhover,
59568
+ backgroundColor: sectionproperties.generalbtn_bgColoronhover
59569
+ })),
58470
59570
  btnLeft: css({
58471
59571
  width: 40,
58472
59572
  height: 40,
@@ -58497,14 +59597,6 @@ var DynamicForm = function DynamicForm(props) {
58497
59597
  transition: '.3s',
58498
59598
  backgroundColor: '#044da6'
58499
59599
  }
58500
- }),
58501
- sectiontitle: css({
58502
- color: sectionproperties.sectionTitleColor,
58503
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58504
- fontWeight: sectionproperties.sectionTitleFontWeight,
58505
- '@media (max-width: 800px)': {
58506
- fontSize: sectionproperties.sectionTitleFontSizeresp
58507
- }
58508
59600
  })
58509
59601
  };
58510
59602
  return /*#__PURE__*/React.createElement("div", {
@@ -58548,8 +59640,12 @@ var DynamicForm = function DynamicForm(props) {
58548
59640
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58549
59641
  }
58550
59642
  }, /*#__PURE__*/React.createElement("p", {
58551
- "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58552
- style: {}
59643
+ "class": "m-0 p-0",
59644
+ style: {
59645
+ color: sectionproperties.sectionTitleColor,
59646
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59647
+ fontWeight: sectionproperties.sectionTitleFontWeight
59648
+ }
58553
59649
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React.createElement("div", {
58554
59650
  "class": 'row m-0 w-100 p-3 mt-3'
58555
59651
  }, /*#__PURE__*/React.createElement("div", {
@@ -58670,8 +59766,12 @@ var DynamicForm = function DynamicForm(props) {
58670
59766
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58671
59767
  }
58672
59768
  }, /*#__PURE__*/React.createElement("p", {
58673
- "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58674
- style: {}
59769
+ "class": "m-0 p-0",
59770
+ style: {
59771
+ color: sectionproperties.sectionTitleColor,
59772
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59773
+ fontWeight: sectionproperties.sectionTitleFontWeight
59774
+ }
58675
59775
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React.createElement("div", {
58676
59776
  "class": 'row m-0 w-100 '
58677
59777
  }, /*#__PURE__*/React.createElement("div", {
@@ -58681,6 +59781,8 @@ var DynamicForm = function DynamicForm(props) {
58681
59781
  }, dynamicform === null || dynamicform === void 0 || (_dynamicform$fields5 = dynamicform.fields) === null || _dynamicform$fields5 === void 0 ? void 0 : _dynamicform$fields5.map(function (item, index) {
58682
59782
  if (item.type == 'text' || item.type == 'date' || item.type == 'number') {
58683
59783
  return inputitem(item, index);
59784
+ } else if (item.type == 'phone number') {
59785
+ return phonenumber(item, index);
58684
59786
  } else if (item.type == 'textarea') {
58685
59787
  return textareaitem(item, index);
58686
59788
  } else if (item.type == 'selectbox') {
@@ -58726,14 +59828,19 @@ var DynamicForm = function DynamicForm(props) {
58726
59828
  "class": "",
58727
59829
  color: '#fff'
58728
59830
  }))), /*#__PURE__*/React.createElement("div", {
58729
- "class": "col-lg-12 allcentered my-4 py-4"
59831
+ "class": "row m-0 w-100 py-4",
59832
+ style: {
59833
+ background: sectionproperties.popupbackgroundcolor
59834
+ }
59835
+ }, /*#__PURE__*/React.createElement("div", {
59836
+ "class": "col-lg-12 allcentered py-4"
58730
59837
  }, /*#__PURE__*/React.createElement("p", {
58731
59838
  "class": "m-0 p-0",
58732
59839
  style: {
58733
59840
  fontSize: 20,
58734
- color: '#000'
59841
+ color: sectionproperties.popuptextcolor
58735
59842
  }
58736
- }, confirmationtext))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
59843
+ }, confirmationtext)))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
58737
59844
  };
58738
59845
 
58739
59846
  function ownKeys$$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -59510,14 +60617,14 @@ var Freetextsection = function Freetextsection(props) {
59510
60617
  height: '1px',
59511
60618
  position: 'relative',
59512
60619
  flex: '1 1 auto',
59513
- // minWidth: '10%',
60620
+ minWidth: '10%',
59514
60621
  background: sectionproperties.linebgcolor
59515
60622
  }),
59516
60623
  line_right: css({
59517
60624
  height: '1px',
59518
60625
  position: 'relative',
59519
60626
  flex: '1 1 auto',
59520
- // minWidth: '10%',
60627
+ minWidth: '10%',
59521
60628
  background: sectionproperties.linebgcolor
59522
60629
  }),
59523
60630
  btn: css({
@@ -59555,40 +60662,36 @@ var Freetextsection = function Freetextsection(props) {
59555
60662
  top: 0,
59556
60663
  bottom: 0
59557
60664
  }
59558
- }),
59559
- sectiontitlecontent: css({
59560
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
59561
- color: sectionproperties.sectionTitleColor,
59562
- textTransform: sectionproperties.sectionTitleTextTransform,
59563
- fontWeight: sectionproperties.sectionTitleFontWeight,
59564
- // padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59565
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
59566
- '@media (max-width: 800px)': {
59567
- fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
59568
- }
59569
60665
  })
59570
60666
  };
59571
60667
  var SectionTitle = function SectionTitle() {
59572
60668
  return /*#__PURE__*/React.createElement("div", {
59573
- "class": "d-flex align-items-center allcentered",
60669
+ "class": "d-flex align-items-center flex-row",
59574
60670
  style: {
59575
60671
  position: 'relative',
59576
60672
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
59577
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
59578
- flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
60673
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
59579
60674
  }
59580
- }, /*#__PURE__*/React.createElement("p", {
60675
+ }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
60676
+ "class": section_styles.line_left,
60677
+ style: {
60678
+ marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60679
+ marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
60680
+ }
60681
+ }), /*#__PURE__*/React.createElement("p", {
59581
60682
  "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : "".concat(section_styles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
59582
- style: {}
59583
- }, /*#__PURE__*/React.createElement("span", {
59584
- "class": section_styles.sectiontitlecontent
59585
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
59586
60683
  style: {
59587
- width: '50%',
59588
- background: sectionproperties.linebgcolor,
59589
- height: 3,
59590
- borderRadius: 10,
59591
- marginTop: 5
60684
+ color: sectionproperties.sectionTitleColor,
60685
+ textTransform: sectionproperties.sectionTitleTextTransform,
60686
+ fontWeight: sectionproperties.sectionTitleFontWeight,
60687
+ padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
60688
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
60689
+ }
60690
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
60691
+ "class": section_styles.line_right,
60692
+ style: {
60693
+ marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60694
+ marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59592
60695
  }
59593
60696
  }));
59594
60697
  };
@@ -59647,8 +60750,8 @@ var Freetextsection = function Freetextsection(props) {
59647
60750
  style: {
59648
60751
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
59649
60752
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
59650
- paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
59651
- paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
60753
+ paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
60754
+ paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
59652
60755
  zIndex: 100,
59653
60756
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
59654
60757
  }
@@ -59696,45 +60799,7 @@ var Freetextsection = function Freetextsection(props) {
59696
60799
  "class": "w-100 allcentered",
59697
60800
  style: {
59698
60801
  background: sectionproperties.outerbgcolor
59699
- // backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
59700
- }
59701
- }, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React.createElement("div", {
59702
- "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
59703
- style: {
59704
- marginTop: sectionproperties.marginTop + 'px',
59705
- marginBottom: sectionproperties.marginBottom + 'px'
59706
60802
  }
59707
- }, /*#__PURE__*/React.createElement("div", {
59708
- "class": "col-lg-12 p-0"
59709
- }, /*#__PURE__*/React.createElement("div", {
59710
- "class": "row m-0 w-100 allcentered"
59711
- }, /*#__PURE__*/React.createElement("div", {
59712
- "class": "col-lg-10 col-md-11 mt-3 mb-3",
59713
- style: {
59714
- background: 'white',
59715
- borderRadius: 10,
59716
- boxShadow: '0 0 10px #ccc',
59717
- padding: 40
59718
- }
59719
- }, /*#__PURE__*/React.createElement("div", {
59720
- "class": "row m-0 w-100"
59721
- }, /*#__PURE__*/React.createElement("div", {
59722
- "class": "col-lg-3 col-md-12 allcentered"
59723
- }, /*#__PURE__*/React.createElement("div", {
59724
- "class": "w-100 d-flex allcentered mb-md-4"
59725
- }, SectionTitle())), /*#__PURE__*/React.createElement("div", {
59726
- "class": "col-lg-9 col-md-12 p-md-0",
59727
- style: {
59728
- paddingLeft: langdetect == 'en' ? '50px' : 0,
59729
- paddingRight: langdetect == 'ar' ? '50px' : 0
59730
- }
59731
- }, /*#__PURE__*/React.createElement("div", {
59732
- "class": "row m-0 w-100 text-start text-md-center",
59733
- style: {
59734
- fontSize: sectionproperties.prodCatFontSize + 'px'
59735
- }
59736
- }, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React.createElement("div", {
59737
- "class": "row m-0 w-100"
59738
60803
  }, /*#__PURE__*/React.createElement("div", {
59739
60804
  "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
59740
60805
  style: {
@@ -59749,7 +60814,7 @@ var Freetextsection = function Freetextsection(props) {
59749
60814
  marginBottom: sectionproperties.marginBottom + 'px',
59750
60815
  background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
59751
60816
  }
59752
- }, SectionContent('responsive'))));
60817
+ }, SectionContent('responsive')));
59753
60818
  };
59754
60819
 
59755
60820
  function ownKeys$W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -59822,28 +60887,6 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59822
60887
  color: sectionproperties.generalbtn_textColoronhover
59823
60888
  }
59824
60889
  }),
59825
- btn2: css({
59826
- width: sectionproperties.generalbtn_width + 'px',
59827
- height: sectionproperties.generalbtn_height + 'px',
59828
- // backgroundColor: sectionproperties.generalbtn_bgColor,
59829
- color: sectionproperties.generalbtn_bgColoronhover,
59830
- borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
59831
- borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
59832
- borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
59833
- borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
59834
- border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
59835
- fontSize: sectionproperties.generalbtn_fontsize + 'px',
59836
- fontWeight: sectionproperties.generalbtn_fontweight,
59837
- marginTop: sectionproperties.generalbtn_marginTop + 'px',
59838
- marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
59839
- transition: '.3s',
59840
- cursor: 'pointer',
59841
- ':hover': {
59842
- // backgroundColor: sectionproperties.generalbtn_bgColoronhover,
59843
- color: sectionproperties.sectionproperties,
59844
- borderColor: sectionproperties.sectionproperties
59845
- }
59846
- }),
59847
60890
  sectiontitlespan: css({
59848
60891
  paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59849
60892
  paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
@@ -59858,8 +60901,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59858
60901
  width: sectionproperties.sectitle_lineafterwidth + '%',
59859
60902
  display: 'block',
59860
60903
  backgroundColor: sectionproperties.linebgcolor,
59861
- borderRadius: '6px',
59862
- marginTop: 15
60904
+ borderRadius: '6px'
59863
60905
  }
59864
60906
  }),
59865
60907
  facebook_btn: css({
@@ -59968,11 +61010,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59968
61010
  };
59969
61011
  var SectionTitle = function SectionTitle() {
59970
61012
  return /*#__PURE__*/React.createElement("p", {
59971
- "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ' : ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start text-md-center ',
61013
+ "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ' : ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start ',
59972
61014
  style: {
59973
61015
  color: sectionproperties.sectionTitleColor,
59974
61016
  fontWeight: sectionproperties.sectionTitleFontWeight,
59975
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
61017
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
59976
61018
  }
59977
61019
  }, sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
59978
61020
  "class": "".concat(section_styles.sectiontitlespan) + ' pl-md-2 pr-md-2 left-md-0 '
@@ -60000,10 +61042,8 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60000
61042
  borderRadius: sectionproperties.reservation_borderradius + 'px'
60001
61043
  }
60002
61044
  }, /*#__PURE__*/React.createElement("div", {
60003
- "class": sectionproperties.justifyContentCenter == 'Centered' ? section_styles.rightinnercont + ' row m-0 w-100 h-100 ' : section_styles.rightinnercont + ' row m-0 w-100 mb-auto h-100 py-md-4 ',
60004
- style: {
60005
- // padding: 20,
60006
- }
61045
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? section_styles.rightinnercont + ' row m-0 w-100 h-100 ' : section_styles.rightinnercont + ' row m-0 w-100 mb-auto h-100 ',
61046
+ style: {}
60007
61047
  }, /*#__PURE__*/React.createElement("div", {
60008
61048
  "class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex ',
60009
61049
  style: {
@@ -60142,7 +61182,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60142
61182
  })))));
60143
61183
  };
60144
61184
  var Image = function Image() {
60145
- var _imagesarray$, _imagesarray$7, _imagesarray$8, _imagesarray$9, _imagesarray$10;
61185
+ var _imagesarray$, _imagesarray$7, _imagesarray$8;
60146
61186
  return /*#__PURE__*/React.createElement("div", {
60147
61187
  "class": sectionproperties.image_height == 0 ? sectionproperties.sectionstyle == 'Image on right' ? 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0' : 'col-lg-6 col-md-12 d-flex justify-content-end justify-content-md-center h-auto p-md-0' : sectionproperties.sectionstyle == 'Image on left' ? 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0' : 'col-lg-6 col-md-12 d-flex justify-content-start justify-content-md-center p-md-0',
60148
61188
  style: {
@@ -60164,43 +61204,29 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60164
61204
  }
60165
61205
  }
60166
61206
  }
60167
- }, /*#__PURE__*/React.createElement("div", {
60168
- "class": "col-lg-12 p-0 d-flex d-md-none justify-content-center align-items-center"
60169
61207
  }, imagesarray.length != 0 && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
60170
61208
  "class": section_styles.imageimage,
60171
61209
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60172
61210
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60173
61211
  path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$7 = imagesarray[0]) === null || _imagesarray$7 === void 0 ? void 0 : _imagesarray$7.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$8 = imagesarray[0]) === null || _imagesarray$8 === void 0 ? void 0 : _imagesarray$8.bgsection_image_ar),
60174
61212
  style: {}
60175
- })), /*#__PURE__*/React.createElement("div", {
60176
- "class": "col-lg-12 p-0 d-none d-md-flex justify-content-center align-items-center"
60177
- }, imagesarray.length != 0 && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
60178
- "class": section_styles.imageimage,
60179
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60180
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60181
- path: langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$9 = imagesarray[0]) === null || _imagesarray$9 === void 0 ? void 0 : _imagesarray$9.bgsection_imageresponsive) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_imagesarray$10 = imagesarray[0]) === null || _imagesarray$10 === void 0 ? void 0 : _imagesarray$10.bgsection_imageresponsive_ar),
60182
- style: {}
60183
- })));
61213
+ }));
60184
61214
  };
60185
61215
  return /*#__PURE__*/React.createElement("div", {
60186
- "class": "row m-0 w-100 allcentered"
60187
- }, /*#__PURE__*/React.createElement("div", {
60188
- "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center ',
61216
+ "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 ',
60189
61217
  style: {
60190
61218
  marginTop: sectionproperties.marginTop + 'px',
60191
61219
  marginBottom: sectionproperties.marginBottom + 'px',
60192
- background: sectionproperties.backgroundColor,
60193
- width: sectionproperties.width + 'vw',
60194
- borderRadius: sectionproperties.sectioncardborderradius + 'px'
61220
+ background: sectionproperties.backgroundColor
60195
61221
  }
60196
61222
  }, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React.createElement("div", {
60197
- "class": sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0 ? sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-100 w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-100 w-md-100 mx-auto' : sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center w-100 w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center w-100 w-md-100 mx-auto',
61223
+ "class": sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0 ? sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto' : sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center w-md-100 mx-auto',
60198
61224
  style: {
60199
61225
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
60200
61226
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
60201
- // width: sectionproperties.width + 'vw',
60202
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
60203
- // borderRadius: sectionproperties.sectioncardborderradius + 'px',
61227
+ width: sectionproperties.width + 'vw',
61228
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
61229
+ borderRadius: sectionproperties.sectioncardborderradius + 'px'
60204
61230
  }
60205
61231
  }, /*#__PURE__*/React.createElement("div", {
60206
61232
  "class":
@@ -60231,13 +61257,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60231
61257
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60232
61258
  }
60233
61259
  }, /*#__PURE__*/React.createElement("div", {
60234
- "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ',
61260
+ "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
60235
61261
  style: {
60236
61262
  background: sectionproperties.reservation_bgcolor,
60237
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60238
- borderRadius: sectionproperties.reservation_borderradius + 'px',
60239
- paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60240
- paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
61263
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60241
61264
  }
60242
61265
  }, /*#__PURE__*/React.createElement("div", {
60243
61266
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60254,7 +61277,6 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60254
61277
  style: {
60255
61278
  position: 'relative',
60256
61279
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60257
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
60258
61280
  fontSize: sectionproperties.sectionTitleFontSize + 'px',
60259
61281
  backgroundColor: sectionproperties.sectiontitlebgcolor,
60260
61282
  borderRadius: sectionproperties.sectiontitleborderradius + 'px',
@@ -60318,7 +61340,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60318
61340
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60319
61341
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60320
61342
  }, /*#__PURE__*/React.createElement("button", {
60321
- "class": "".concat(section_styles.btn2) + ' m-md-0 ',
61343
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
60322
61344
  onClick: function onClick() {
60323
61345
  if (sectionproperties.btntype == 'WhatsApp') {
60324
61346
  var _authdetailsContext$i9;
@@ -60337,27 +61359,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60337
61359
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60338
61360
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60339
61361
  }
60340
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), sectionproperties.showbtn2 == 'Show' && /*#__PURE__*/React.createElement("button", {
60341
- "class": "".concat(section_styles.btn) + ' mx-1 ',
60342
- onClick: function onClick() {
60343
- if (sectionproperties.btntype == 'WhatsApp') {
60344
- var _authdetailsContext$i11;
60345
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
60346
- var _authdetailsContext$i12;
60347
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.whatsappnumber), '_blank');
60348
- }
60349
- } else if (sectionproperties.btntype == 'App/Web Page') {
60350
- // window.open(sectionproperties.btnlink, '_target');
60351
- routingcountext(sectionproperties.btnlink2, false, '');
60352
- } else {
60353
- window.open(sectionproperties.btnlink2, '_blank');
60354
- }
60355
- },
60356
- style: {
60357
- marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60358
- marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60359
- }
60360
- }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React.createElement("div", {
61362
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
60361
61363
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60362
61364
  style: {
60363
61365
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60367,10 +61369,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60367
61369
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60368
61370
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60369
61371
  onClick: function onClick() {
60370
- var _authdetailsContext$i13;
60371
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
60372
- var _authdetailsContext$i14;
60373
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
61372
+ var _authdetailsContext$i11;
61373
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
61374
+ var _authdetailsContext$i12;
61375
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
60374
61376
  }
60375
61377
  }
60376
61378
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
@@ -60378,10 +61380,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60378
61380
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60379
61381
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60380
61382
  onClick: function onClick() {
60381
- var _authdetailsContext$i15;
60382
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
60383
- var _authdetailsContext$i16;
60384
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
61383
+ var _authdetailsContext$i13;
61384
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
61385
+ var _authdetailsContext$i14;
61386
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
60385
61387
  }
60386
61388
  }
60387
61389
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -60389,10 +61391,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60389
61391
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60390
61392
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60391
61393
  onClick: function onClick() {
60392
- var _authdetailsContext$i17;
60393
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60394
- var _authdetailsContext$i18;
60395
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
61394
+ var _authdetailsContext$i15;
61395
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
61396
+ var _authdetailsContext$i16;
61397
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
60396
61398
  }
60397
61399
  }
60398
61400
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -60406,11 +61408,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60406
61408
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60407
61409
  }
60408
61410
  }, /*#__PURE__*/React.createElement("div", {
60409
- "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 mb-md-3 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 mb-md-3 ',
61411
+ "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
60410
61412
  style: {
60411
61413
  background: sectionproperties.reservation_bgcolor,
60412
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60413
- borderRadius: sectionproperties.reservation_borderradius + 'px'
61414
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60414
61415
  }
60415
61416
  }, /*#__PURE__*/React.createElement("div", {
60416
61417
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60493,10 +61494,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60493
61494
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60494
61495
  onClick: function onClick() {
60495
61496
  if (sectionproperties.btntype == 'WhatsApp') {
60496
- var _authdetailsContext$i19;
60497
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
60498
- var _authdetailsContext$i20;
60499
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
61497
+ var _authdetailsContext$i17;
61498
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
61499
+ var _authdetailsContext$i18;
61500
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
60500
61501
  }
60501
61502
  } else if (sectionproperties.btntype == 'App/Web Page') {
60502
61503
  // window.open(sectionproperties.btnlink, '_target');
@@ -60519,10 +61520,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60519
61520
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60520
61521
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60521
61522
  onClick: function onClick() {
60522
- var _authdetailsContext$i21;
60523
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
60524
- var _authdetailsContext$i22;
60525
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
61523
+ var _authdetailsContext$i19;
61524
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
61525
+ var _authdetailsContext$i20;
61526
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
60526
61527
  }
60527
61528
  }
60528
61529
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
@@ -60530,10 +61531,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60530
61531
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60531
61532
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60532
61533
  onClick: function onClick() {
60533
- var _authdetailsContext$i23;
60534
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
60535
- var _authdetailsContext$i24;
60536
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
61534
+ var _authdetailsContext$i21;
61535
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
61536
+ var _authdetailsContext$i22;
61537
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
60537
61538
  }
60538
61539
  }
60539
61540
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -60541,10 +61542,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60541
61542
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60542
61543
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60543
61544
  onClick: function onClick() {
60544
- var _authdetailsContext$i25;
60545
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60546
- var _authdetailsContext$i26;
60547
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber), '_blank');
61545
+ var _authdetailsContext$i23;
61546
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
61547
+ var _authdetailsContext$i24;
61548
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.whatsappnumber), '_blank');
60548
61549
  }
60549
61550
  }
60550
61551
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -60558,13 +61559,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60558
61559
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60559
61560
  }
60560
61561
  }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React.createElement("div", {
60561
- "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center px-md-0 ',
61562
+ "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
60562
61563
  style: {
60563
61564
  background: sectionproperties.reservation_bgcolor,
60564
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60565
- borderRadius: sectionproperties.reservation_borderradius + 'px',
60566
- paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60567
- paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
61565
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60568
61566
  }
60569
61567
  }, /*#__PURE__*/React.createElement("div", {
60570
61568
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60644,13 +61642,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60644
61642
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60645
61643
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60646
61644
  }, /*#__PURE__*/React.createElement("button", {
60647
- "class": "".concat(section_styles.btn2) + ' m-md-0 ',
61645
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
60648
61646
  onClick: function onClick() {
60649
61647
  if (sectionproperties.btntype == 'WhatsApp') {
60650
- var _authdetailsContext$i27;
60651
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
60652
- var _authdetailsContext$i28;
60653
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.whatsappnumber), '_blank');
61648
+ var _authdetailsContext$i25;
61649
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
61650
+ var _authdetailsContext$i26;
61651
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber), '_blank');
60654
61652
  }
60655
61653
  } else if (sectionproperties.btntype == 'App/Web Page') {
60656
61654
  // window.open(sectionproperties.btnlink, '_target');
@@ -60663,27 +61661,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60663
61661
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60664
61662
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60665
61663
  }
60666
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React.createElement("button", {
60667
- "class": "".concat(section_styles.btn) + ' mx-1 ',
60668
- onClick: function onClick() {
60669
- if (sectionproperties.btntype == 'WhatsApp') {
60670
- var _authdetailsContext$i29;
60671
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
60672
- var _authdetailsContext$i30;
60673
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber), '_blank');
60674
- }
60675
- } else if (sectionproperties.btntype == 'App/Web Page') {
60676
- // window.open(sectionproperties.btnlink, '_target');
60677
- routingcountext(sectionproperties.btnlink2, false, '');
60678
- } else {
60679
- window.open(sectionproperties.btnlink2, '_blank');
60680
- }
60681
- },
60682
- style: {
60683
- marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60684
- marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60685
- }
60686
- }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React.createElement("div", {
61664
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
60687
61665
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60688
61666
  style: {
60689
61667
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60693,10 +61671,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60693
61671
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60694
61672
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60695
61673
  onClick: function onClick() {
60696
- var _authdetailsContext$i31;
60697
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
60698
- var _authdetailsContext$i32;
60699
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
61674
+ var _authdetailsContext$i27;
61675
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
61676
+ var _authdetailsContext$i28;
61677
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60700
61678
  }
60701
61679
  }
60702
61680
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
@@ -60704,10 +61682,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60704
61682
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60705
61683
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60706
61684
  onClick: function onClick() {
60707
- var _authdetailsContext$i33;
60708
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
60709
- var _authdetailsContext$i34;
60710
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
61685
+ var _authdetailsContext$i29;
61686
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
61687
+ var _authdetailsContext$i30;
61688
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60711
61689
  }
60712
61690
  }
60713
61691
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -60715,10 +61693,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60715
61693
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60716
61694
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60717
61695
  onClick: function onClick() {
60718
- var _authdetailsContext$i35;
60719
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
60720
- var _authdetailsContext$i36;
60721
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
61696
+ var _authdetailsContext$i31;
61697
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
61698
+ var _authdetailsContext$i32;
61699
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber), '_blank');
60722
61700
  }
60723
61701
  }
60724
61702
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -60818,10 +61796,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60818
61796
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60819
61797
  onClick: function onClick() {
60820
61798
  if (sectionproperties.btntype == 'WhatsApp') {
60821
- var _authdetailsContext$i37;
60822
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
60823
- var _authdetailsContext$i38;
60824
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.whatsappnumber), '_blank');
61799
+ var _authdetailsContext$i33;
61800
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
61801
+ var _authdetailsContext$i34;
61802
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber), '_blank');
60825
61803
  }
60826
61804
  } else if (sectionproperties.btntype == 'App/Web Page') {
60827
61805
  // window.open(sectionproperties.btnlink, '_target');
@@ -60844,10 +61822,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60844
61822
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60845
61823
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60846
61824
  onClick: function onClick() {
60847
- var _authdetailsContext$i39;
60848
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
60849
- var _authdetailsContext$i40;
60850
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
61825
+ var _authdetailsContext$i35;
61826
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
61827
+ var _authdetailsContext$i36;
61828
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
60851
61829
  }
60852
61830
  }
60853
61831
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
@@ -60855,10 +61833,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60855
61833
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60856
61834
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60857
61835
  onClick: function onClick() {
60858
- var _authdetailsContext$i41;
60859
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
60860
- var _authdetailsContext$i42;
60861
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
61836
+ var _authdetailsContext$i37;
61837
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
61838
+ var _authdetailsContext$i38;
61839
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
60862
61840
  }
60863
61841
  }
60864
61842
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -60866,10 +61844,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60866
61844
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60867
61845
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60868
61846
  onClick: function onClick() {
60869
- var _authdetailsContext$i43;
60870
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
60871
- var _authdetailsContext$i44;
60872
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.whatsappnumber), '_blank');
61847
+ var _authdetailsContext$i39;
61848
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
61849
+ var _authdetailsContext$i40;
61850
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.whatsappnumber), '_blank');
60873
61851
  }
60874
61852
  }
60875
61853
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -60936,7 +61914,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60936
61914
  }
60937
61915
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
60938
61916
  "class": "w-100 mb-md-3"
60939
- }, " ", Image()), Content()))))));
61917
+ }, " ", Image()), Content())))));
60940
61918
  };
60941
61919
 
60942
61920
  function ownKeys$V(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -61163,7 +62141,7 @@ var Servicesection = function Servicesection(props) {
61163
62141
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
61164
62142
  };
61165
62143
  return /*#__PURE__*/React.createElement("div", {
61166
- "class": ' row ml-0 mr-0 align-items-center ',
62144
+ "class": ' row ml-0 mr-0 align-items-center w-md-100 ',
61167
62145
  style: {
61168
62146
  width: sectionproperties.width + 'vw',
61169
62147
  marginTop: sectionproperties.marginTop + 'px',
@@ -61269,7 +62247,7 @@ var Servicesection = function Servicesection(props) {
61269
62247
  "class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
61270
62248
  }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61271
62249
  return /*#__PURE__*/React.createElement("div", {
61272
- "class": "col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
62250
+ "class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
61273
62251
  }, /*#__PURE__*/React.createElement("div", {
61274
62252
  // class="m-lg-auto d-flex justify-content-center"
61275
62253
  "class": sectionproperties.innersectionbordertype != 'All' ? 'm-sm-auto d-flex justify-content-center border-md-none w-100' : 'm-lg-auto d-flex justify-content-center',
@@ -61293,7 +62271,7 @@ var Servicesection = function Servicesection(props) {
61293
62271
  window.open(cardinfoitem.btnlink, '_blank');
61294
62272
  }
61295
62273
  }
61296
- }, /*#__PURE__*/React.createElement("div", {
62274
+ }, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
61297
62275
  "class": "d-flex d-sm-none",
61298
62276
  style: {
61299
62277
  width: sectionproperties.image_width + 'px',
@@ -61311,7 +62289,7 @@ var Servicesection = function Servicesection(props) {
61311
62289
  width: '100%',
61312
62290
  objectFit: 'cover'
61313
62291
  }
61314
- })), /*#__PURE__*/React.createElement("div", {
62292
+ })), sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
61315
62293
  "class": "d-none d-sm-flex mt-auto mb-auto",
61316
62294
  style: {
61317
62295
  width: 35,
@@ -61360,89 +62338,22 @@ var Servicesection = function Servicesection(props) {
61360
62338
 
61361
62339
  function ownKeys$T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
61362
62340
  function _objectSpread$T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$T(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
61363
- // const minuteSeconds = 60;
61364
- // const hourSeconds = 3600;
61365
- // const daySeconds = 86400;
61366
-
61367
- // const timerProps = {
61368
- // isPlaying: true,
61369
- // size: 120,
61370
- // strokeWidth: 6,
61371
- // };
61372
-
61373
- var formatTime = function formatTime(time) {
61374
- var days = Math.floor(time / (60 * 60 * 24));
61375
- var hours = Math.floor(time % (60 * 60 * 24) / (60 * 60));
61376
- var minutes = Math.floor(time % (60 * 60) / 60);
61377
- var seconds = time % 60;
61378
- return {
61379
- days: days,
61380
- hours: hours,
61381
- minutes: minutes,
61382
- seconds: seconds
61383
- };
61384
- };
61385
- // const renderTime = (dimension, time) => {
61386
- // return (
61387
- // <div className="time-wrapper">
61388
- // <div className="time">{time}</div>
61389
- // <div>{dimension}</div>
61390
- // </div>
61391
- // );
61392
- // };
61393
-
61394
- // const getTimeSeconds = (time) => (minuteSeconds - time) | 0;
61395
- // const getTimeMinutes = (time) => ((time % hourSeconds) / minuteSeconds) | 0;
61396
- // const getTimeHours = (time) => ((time % daySeconds) / hourSeconds) | 0;
61397
- // const getTimeDays = (time) => (time / daySeconds) | 0;
61398
-
61399
62341
  var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61400
62342
  var _maincontainerarrayof;
61401
- var targetStartDate = new Date('2024-12-16T12:00:00');
61402
- var _useState = useState(0),
62343
+ var _useState = useState(''),
61403
62344
  _useState2 = _slicedToArray(_useState, 2),
61404
- remainingTimeInSeconds = _useState2[0],
61405
- setRemainingTimeInSeconds = _useState2[1];
61406
- var _useState3 = useState(''),
62345
+ sectionproperties = _useState2[0],
62346
+ setsectionproperties = _useState2[1];
62347
+ var _useState3 = useState([]),
61407
62348
  _useState4 = _slicedToArray(_useState3, 2),
61408
- sectionproperties = _useState4[0],
61409
- setsectionproperties = _useState4[1];
61410
- var _useState5 = useState([]),
61411
- _useState6 = _slicedToArray(_useState5, 2),
61412
- cardsarray = _useState6[0],
61413
- setcardsarray = _useState6[1];
62349
+ cardsarray = _useState4[0],
62350
+ setcardsarray = _useState4[1];
61414
62351
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
61415
62352
  props.actions.lang;
61416
62353
  var langdetect = props.actions.langdetect;
61417
62354
  var ikimagecredcontext = props.actions.ikimagecredcontext;
61418
62355
  var routingcountext = props.actions.routingcountext;
61419
62356
  var authdetailsContext = props.actions.authdetailsContext;
61420
-
61421
- // const remainingTime = endTime - stratTime;
61422
- // // const days = Math.ceil(remainingTime / daySeconds);
61423
- // const daysDuration = days * daySeconds;
61424
- useEffect(function () {
61425
- var interval = setInterval(function () {
61426
- var currentTime = new Date();
61427
- var differenceInSeconds = Math.max(Math.floor((targetStartDate - currentTime) / 1000), 0);
61428
- setRemainingTimeInSeconds(differenceInSeconds);
61429
- }, 1000); // Update every second
61430
-
61431
- return function () {
61432
- return clearInterval(interval);
61433
- }; // Cleanup interval on unmount
61434
- }, [targetStartDate]);
61435
-
61436
- // Format the remaining time into days, hours, minutes, and seconds
61437
- var _formatTime = formatTime(remainingTimeInSeconds),
61438
- days = _formatTime.days,
61439
- hours = _formatTime.hours,
61440
- minutes = _formatTime.minutes,
61441
- seconds = _formatTime.seconds;
61442
- var _useState7 = useState([]),
61443
- _useState8 = _slicedToArray(_useState7, 2),
61444
- maincontainerarrayofobjs = _useState8[0],
61445
- setmaincontainerarrayofobjs = _useState8[1];
61446
62357
  useEffect(function () {
61447
62358
  var secpropobj = {};
61448
62359
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -61464,6 +62375,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61464
62375
  }
61465
62376
  }
61466
62377
  }, [sectionproperties]);
62378
+ var _useState5 = useState([]),
62379
+ _useState6 = _slicedToArray(_useState5, 2),
62380
+ maincontainerarrayofobjs = _useState6[0],
62381
+ setmaincontainerarrayofobjs = _useState6[1];
61467
62382
  useEffect(function () {
61468
62383
  if (sectionproperties.length != 0 && sectionproperties.maincontainerarrayofobjs != undefined) {
61469
62384
  var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
@@ -61568,7 +62483,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61568
62483
  }
61569
62484
  }),
61570
62485
  cardContainer: css({
61571
- background: sectionproperties.reservation_bgcolor,
61572
62486
  ':hover .imageContainer': {
61573
62487
  transition: '.3s',
61574
62488
  backgroundColor: sectionproperties.activedotcolor
@@ -61576,9 +62490,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61576
62490
  ':hover .text1Styles': {
61577
62491
  transition: '.3s',
61578
62492
  color: sectionproperties.text1secondarycolor
61579
- },
61580
- ':hover': {
61581
- background: sectionproperties.innersectionbgcolorhover
61582
62493
  }
61583
62494
  }),
61584
62495
  btnstyles: css({
@@ -61587,7 +62498,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61587
62498
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
61588
62499
  color: sectionproperties.generalbtn_textColor,
61589
62500
  fontWeight: sectionproperties.generalbtn_fontweight,
61590
- // textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
62501
+ textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61591
62502
  backgroundColor: sectionproperties.generalbtn_bgColor,
61592
62503
  borderRadius: sectionproperties.generalbtnborderradius,
61593
62504
  ':hover': {
@@ -61659,22 +62570,18 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61659
62570
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
61660
62571
  }
61661
62572
  }, /*#__PURE__*/React.createElement("div", {
61662
- "class": "d-flex align-items-center flex-column allcentered",
62573
+ "class": "d-flex align-items-center flex-row allcentered",
61663
62574
  style: {
61664
62575
  position: 'relative',
61665
62576
  width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
61666
62577
  }
61667
- }, /*#__PURE__*/React.createElement("p", {
62578
+ }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
62579
+ "class": sectionStyles.line_left
62580
+ }), /*#__PURE__*/React.createElement("p", {
61668
62581
  "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(sectionStyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(sectionStyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(sectionStyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(sectionStyles.sectiontitlespan) + ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(sectionStyles.sectiontitlespan) + ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ' : "".concat(sectionStyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center ',
61669
62582
  style: {}
61670
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
61671
- style: {
61672
- width: '50%',
61673
- background: sectionproperties.linebgcolor,
61674
- height: 3,
61675
- borderRadius: 10,
61676
- marginTop: 5
61677
- }
62583
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
62584
+ "class": sectionStyles.line_right
61678
62585
  })))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
61679
62586
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
61680
62587
  style: {
@@ -61686,215 +62593,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61686
62593
  }, /*#__PURE__*/React.createElement("p", {
61687
62594
  "class": sectionproperties.descFontFamily == 'Pacifico' ? sectionStyles.descriptioncont + ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? sectionStyles.descriptioncont + ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? sectionStyles.descriptioncont + ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? sectionStyles.descriptioncont + ' QuicksandFont m-0 p-0 wordbreak' : sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
61688
62595
  style: {}
61689
- }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React.createElement("div", {
61690
- "class": "row m-0 w-100 allcentered"
61691
- }, /*#__PURE__*/React.createElement("div", {
61692
- className: "col-3 col-sm-6 allcentered mb-md-3"
61693
- }, /*#__PURE__*/React.createElement(CountdownCircleTimer, {
61694
- isPlaying: true,
61695
- duration: remainingTimeInSeconds,
61696
- colors: "#013c48",
61697
- strokeWidth: 8,
61698
- size: 120,
61699
- initialRemainingTime: remainingTimeInSeconds
61700
- }, function (_ref) {
61701
- _ref.elapsedTime;
61702
- _ref.color;
61703
- return /*#__PURE__*/React.createElement("span", {
61704
- style: {
61705
- color: '#bea04b',
61706
- fontSize: 23,
61707
- fontWeight: 600
61708
- },
61709
- "class": "allcentered"
61710
- }, /*#__PURE__*/React.createElement("div", {
61711
- className: "time-wrapper allcentered flex-column"
61712
- }, /*#__PURE__*/React.createElement("div", {
61713
- className: "time"
61714
- }, days), /*#__PURE__*/React.createElement("div", null, "\u064A\u0648\u0645")));
61715
- })), /*#__PURE__*/React.createElement("div", {
61716
- className: "col-3 col-sm-6 allcentered mb-md-3"
61717
- }, /*#__PURE__*/React.createElement(CountdownCircleTimer, {
61718
- isPlaying: true,
61719
- duration: remainingTimeInSeconds,
61720
- colors: "#013c48",
61721
- strokeWidth: 8,
61722
- size: 120,
61723
- initialRemainingTime: remainingTimeInSeconds
61724
- }, function (_ref2) {
61725
- _ref2.elapsedTime;
61726
- _ref2.color;
61727
- return /*#__PURE__*/React.createElement("span", {
61728
- style: {
61729
- color: '#bea04b',
61730
- fontSize: 23,
61731
- fontWeight: 600
61732
- },
61733
- "class": "allcentered"
61734
- }, /*#__PURE__*/React.createElement("div", {
61735
- className: "time-wrapper allcentered flex-column"
61736
- }, /*#__PURE__*/React.createElement("div", {
61737
- className: "time"
61738
- }, hours), /*#__PURE__*/React.createElement("div", null, "\u0633\u0627\u0639\u0629")));
61739
- })), /*#__PURE__*/React.createElement("div", {
61740
- className: "col-3 col-sm-6 allcentered mb-md-3"
61741
- }, /*#__PURE__*/React.createElement(CountdownCircleTimer, {
61742
- isPlaying: true,
61743
- duration: remainingTimeInSeconds,
61744
- colors: "#013c48",
61745
- strokeWidth: 8,
61746
- size: 120,
61747
- initialRemainingTime: remainingTimeInSeconds
61748
- }, function (_ref3) {
61749
- _ref3.elapsedTime;
61750
- _ref3.color;
61751
- return /*#__PURE__*/React.createElement("span", {
61752
- style: {
61753
- color: '#bea04b',
61754
- fontSize: 23,
61755
- fontWeight: 600
61756
- },
61757
- "class": "allcentered"
61758
- }, /*#__PURE__*/React.createElement("div", {
61759
- className: "time-wrapper allcentered flex-column"
61760
- }, /*#__PURE__*/React.createElement("div", {
61761
- className: "time"
61762
- }, minutes), /*#__PURE__*/React.createElement("div", null, "\u062F\u0642\u064A\u0642\u0629")));
61763
- })), /*#__PURE__*/React.createElement("div", {
61764
- className: "col-3 col-sm-6 allcentered mb-md-3"
61765
- }, /*#__PURE__*/React.createElement(CountdownCircleTimer, {
61766
- isPlaying: true,
61767
- duration: remainingTimeInSeconds,
61768
- colors: "#013c48",
61769
- strokeWidth: 8,
61770
- size: 120,
61771
- initialRemainingTime: remainingTimeInSeconds
61772
- }, function (_ref4) {
61773
- _ref4.elapsedTime;
61774
- _ref4.color;
61775
- return /*#__PURE__*/React.createElement("span", {
61776
- style: {
61777
- color: '#bea04b',
61778
- fontSize: 23,
61779
- fontWeight: 600
61780
- },
61781
- "class": "allcentered"
61782
- }, /*#__PURE__*/React.createElement("div", {
61783
- className: "time-wrapper allcentered flex-column"
61784
- }, /*#__PURE__*/React.createElement("div", {
61785
- className: "time"
61786
- }, seconds), /*#__PURE__*/React.createElement("div", null, "\u062B\u0627\u0646\u064A\u0629")));
61787
- }))), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React.createElement("div", {
61788
- "class": "row m-0 w-100 d-flex justify-content-center"
61789
- }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61790
- return /*#__PURE__*/React.createElement("div", {
61791
- "class": 'flip-card d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 ',
61792
- style: {
61793
- zIndex: 2,
61794
- paddingLeft: sectionproperties.marginhorizontal + 'px',
61795
- paddingRight: sectionproperties.marginhorizontal + 'px'
61796
- }
61797
- }, /*#__PURE__*/React.createElement("div", {
61798
- "class": "flip-card-inner",
61799
- style: {
61800
- background: sectionproperties.reservation_bgcolor,
61801
- borderRadius: sectionproperties.reservation_borderradius + 'px',
61802
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
61803
- }
61804
- }, /*#__PURE__*/React.createElement("div", {
61805
- "class": "flip-card-front"
61806
- }, /*#__PURE__*/React.createElement("div", {
61807
- "class": "row m-0 w-100"
61808
- }, /*#__PURE__*/React.createElement("div", {
61809
- "class": "col-lg-12 d-flex align-items-center p-0",
61810
- style: {
61811
- marginBottom: sectionproperties.image_mb + 'px',
61812
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61813
- }
61814
- }, /*#__PURE__*/React.createElement("div", {
61815
- "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
61816
- style: {
61817
- background: 'transparent'
61818
- }
61819
- }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
61820
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61821
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61822
- path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61823
- style: {
61824
- maxHeight: sectionproperties.iconcontainerwidth + '%',
61825
- maxWidth: sectionproperties.iconcontainerwidth + '%',
61826
- objectFit: 'contain'
61827
- }
61828
- }))), /*#__PURE__*/React.createElement("div", {
61829
- "class": "col-lg-12 d-flex p-0",
61830
- style: {
61831
- marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61832
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61833
- }
61834
- }, /*#__PURE__*/React.createElement("p", {
61835
- "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61836
- style: {
61837
- cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
61838
- }
61839
- }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React.createElement("div", {
61840
- "class": "flip-card-back allcentered"
61841
- }, /*#__PURE__*/React.createElement("div", {
61842
- "class": "row m-0 w-100 allcentered"
61843
- }, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React.createElement("div", {
61844
- "class": "col-lg-12 d-flex align-items-center p-0",
61845
- style: {
61846
- marginBottom: sectionproperties.image_mb + 'px',
61847
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61848
- }
61849
- }, /*#__PURE__*/React.createElement("div", {
61850
- "class": ' d-flex align-items-center ',
61851
- style: {
61852
- width: '30%',
61853
- height: '30%',
61854
- justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
61855
- }
61856
- }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
61857
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61858
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61859
- path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61860
- style: {
61861
- maxHeight: '100%',
61862
- maxWidth: '100%',
61863
- objectFit: 'contain'
61864
- }
61865
- }))), /*#__PURE__*/React.createElement("div", {
61866
- "class": "col-lg-12 d-flex p-0",
61867
- style: {
61868
- marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61869
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61870
- }
61871
- }, /*#__PURE__*/React.createElement("p", {
61872
- "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61873
- style: {
61874
- cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61875
- color: ' #FFECB5',
61876
- fontSize: 14
61877
- }
61878
- }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React.createElement("div", {
61879
- "class": "col-lg-12 d-flex p-0",
61880
- style: {
61881
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61882
- }
61883
- }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React.createElement("p", {
61884
- "class": "m-0 wordbreak",
61885
- style: {
61886
- color: sectionproperties.slideshowText2ContentColor,
61887
- fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
61888
- fontWeight: sectionproperties.slideshowText2ContentFontWeight,
61889
- textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
61890
- }
61891
- }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
61892
- })), sectionproperties.flippingcards == 'No' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React.createElement("div", {
61893
- "class": "row m-0 w-100"
61894
- }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
62596
+ }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61895
62597
  var _authdetailsContext$i;
61896
62598
  return /*#__PURE__*/React.createElement("div", {
61897
- "class": 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 omancard col-sm-' + sectionproperties.numberOfColsverticalresp,
62599
+ "class": sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp : 'col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 col-sm-' + sectionproperties.numberOfColsverticalresp,
61898
62600
  style: {
61899
62601
  zIndex: 2,
61900
62602
  paddingLeft: sectionproperties.marginhorizontal + 'px',
@@ -61904,37 +62606,20 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61904
62606
  "class": sectionproperties.innersectionbordertype != 'All' ? sectionStyles.cardContainer + ' row m-0 w-100 mb-auto border-md-none ' : sectionStyles.cardContainer + ' row m-0 w-100 mb-auto ',
61905
62607
  style: {
61906
62608
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
62609
+ background: sectionproperties.reservation_bgcolor,
61907
62610
  paddingTop: sectionproperties.reservation_padding_top + 'px',
61908
62611
  paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
61909
62612
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
61910
62613
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
61911
62614
  borderRadius: sectionproperties.reservation_borderradius + 'px',
61912
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61913
- // sectionproperties.innersectionbordertype == 'All'
61914
- // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61915
- // : cardinfoindex != cardsarray.length - 1
61916
- // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61917
- // : '',
62615
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61918
62616
  // cardinfoindex != cardsarray.length - 1
61919
62617
  // ? sectionproperties.innersectionbordertype == 'All'
61920
62618
  // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61921
62619
  // : ''
61922
62620
  // : '',
61923
- // borderRight:
61924
- // cardinfoindex != cardsarray.length - 1
61925
- // ? sectionproperties.innersectionbordertype == 'Right'
61926
- // ? langdetect == 'en'
61927
- // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61928
- // : ''
61929
- // : ''
61930
- // : '',
61931
- // borderLeft:
61932
- // sectionproperties.innersectionbordertype == 'Right'
61933
- // ? langdetect == 'ar'
61934
- // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61935
- // : ''
61936
- // : '',
61937
- borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
62621
+ borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
62622
+ borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61938
62623
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
61939
62624
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
61940
62625
  },
@@ -62057,7 +62742,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62057
62742
  }
62058
62743
  }
62059
62744
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
62060
- })))));
62745
+ }))));
62061
62746
  };
62062
62747
 
62063
62748
  var css_248z$h = ".Slideshow_with_rotatedsquare-module_sectioncont__AfYNO{\n padding-top:80px;\n padding-bottom:80px;\n padding-left: 180px;\n padding-right: 180px;\n \n }\n .Slideshow_with_rotatedsquare-module_rotatedsquare__lZPTd{\n width:150px;\n height:150px;\n border-radius:15px;\n position: relative;\n transform: rotate(-45deg);\n }\n .Slideshow_with_rotatedsquare-module_circle__ofuN0{\n position: absolute;\n width:60px;\n height:60px;\n border-radius:50%;\n left:57%;\n top:100px;\n \n }\n .Slideshow_with_rotatedsquare-module_circle1__4tbou{\n \n width:10px;\n height:10px;\n border-radius:50%;\n margin-right:10px;\n margin-left:140px;\n background-color:blue;\n \n }\n \n ";
@@ -68904,22 +69589,6 @@ var Card23 = function Card23(props) {
68904
69589
  minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px',
68905
69590
  maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px'
68906
69591
  }
68907
- }),
68908
- pillcont: css({
68909
- position: 'absolute',
68910
- top: sectionproperties.counterposition == 'Top' ? sectionproperties.pillpositionfromtop + 'px' : '',
68911
- bottom: sectionproperties.counterposition == 'Bottom' ? sectionproperties.pillpositionfromtop + 'px' : '',
68912
- left: sectionproperties.pillpositionfromright + 'px',
68913
- width: sectionproperties.pillwidth + 'px',
68914
- height: sectionproperties.pillheight + 'px',
68915
- background: sectionproperties.pillbgcolor,
68916
- borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
68917
- display: item.defaultprice == 0 && item.defaultsaleprice == 0 ? 'none' : 'flex',
68918
- '@media (max-width: 800px)': {
68919
- top: sectionproperties.counterposition == 'Top' ? '7px' : '',
68920
- // bottom: sectionproperties.counterposition == 'Bottom' ? '7px' : '',
68921
- left: '7px'
68922
- }
68923
69592
  })
68924
69593
  };
68925
69594
  var plainString = function plainString(html) {
@@ -69002,8 +69671,18 @@ var Card23 = function Card23(props) {
69002
69671
  fontSize: sectionproperties.badge_fontsize + 'px'
69003
69672
  }
69004
69673
  }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.showpill == 'Show' && item.hassale == 1 && /*#__PURE__*/React.createElement("div", {
69005
- "class": cardsstyles2.pillcont + ' align-items-center justify-content-center ',
69006
- style: {}
69674
+ "class": "align-items-center justify-content-center",
69675
+ style: {
69676
+ position: 'absolute',
69677
+ top: sectionproperties.counterposition == 'Top' ? sectionproperties.pillpositionfromtop + 'px' : '',
69678
+ bottom: sectionproperties.counterposition == 'Bottom' ? sectionproperties.pillpositionfromtop + 'px' : '',
69679
+ left: sectionproperties.pillpositionfromright + 'px',
69680
+ width: sectionproperties.pillwidth + 'px',
69681
+ height: sectionproperties.pillheight + 'px',
69682
+ background: sectionproperties.pillbgcolor,
69683
+ borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
69684
+ display: item.defaultprice == 0 && item.defaultsaleprice == 0 ? 'none' : 'flex'
69685
+ }
69007
69686
  }, /*#__PURE__*/React.createElement("p", {
69008
69687
  "class": "m-0 p-0 text-uppercase",
69009
69688
  style: {
@@ -69045,7 +69724,7 @@ var Card23 = function Card23(props) {
69045
69724
  AddtoCartContext(tempaddtocardpayloadobj);
69046
69725
  };
69047
69726
  return /*#__PURE__*/React.createElement("div", {
69048
- "class": props.sectiontypeprops2 == 'vertical' ? sectionproperties.card_marginLeft != 0 ? "".concat(cardsstyles2.productcard) + ' w-100 px-md-1 ' : "".concat(cardsstyles2.productcard) + ' w-100 px-md-0 ' : " ".concat(cardsstyles2.productcard),
69727
+ "class": props.sectiontypeprops2 == 'vertical' ? "".concat(cardsstyles2.productcard) + ' w-100 px-md-1 ' : " ".concat(cardsstyles2.productcard),
69049
69728
  style: {
69050
69729
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
69051
69730
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
@@ -69160,12 +69839,18 @@ var Card23 = function Card23(props) {
69160
69839
  // sectionproperties.hideshowcardtransition == 'Show'
69161
69840
  // ? ` ${cardsstyles2.imageContainer} ${cardstyles.imagecontainer}` + ' d-flex d-md-none '
69162
69841
  // : ` ${cardsstyles2.imageContainer} ` + ' d-flex d-md-none '
69163
- sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(cardsstyles2.imageContainer, " ").concat(cardstyles$7.imagecontainer) + ' d-flex ' : " ".concat(cardsstyles2.imageContainer, " ") + ' d-flex ',
69842
+ sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(cardsstyles2.imageContainer, " ").concat(cardstyles$7.imagecontainer) + ' d-flex d-md-none ' : " ".concat(cardsstyles2.imageContainer, " ") + ' d-flex d-md-none ',
69164
69843
  style: {
69165
69844
  height: sectionproperties.image_height + 'px',
69166
69845
  marginBottom: sectionproperties.image_mb + 'px'
69167
69846
  }
69168
69847
  }, Image('normal')), /*#__PURE__*/React.createElement("div", {
69848
+ "class": cardsstyles2.imageContainer + ' d-none d-md-flex ',
69849
+ style: {
69850
+ height: sectionproperties.height_responsive + 'px',
69851
+ marginBottom: sectionproperties.image_mb + 'px'
69852
+ }
69853
+ }, Image('responsive')), /*#__PURE__*/React.createElement("div", {
69169
69854
  "class": sectionproperties.innersectionpaddinghorizontal == 0 ? 'row m-0 w-100' : 'row m-0 w-100 pl-sm-2 pr-sm-2',
69170
69855
  style: {
69171
69856
  paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
@@ -69712,7 +70397,8 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
69712
70397
  functype: 'add',
69713
70398
  productid: item.productid,
69714
70399
  variantid: '',
69715
- quantity: item.quantity
70400
+ quantity: item.quantity,
70401
+ vendorid: item.vendorid
69716
70402
  };
69717
70403
  var runfunc = false;
69718
70404
  if (addtocardpayloadobj.productid.length != 0 && addtocardpayloadobj.quantity > 0) {
@@ -69748,7 +70434,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
69748
70434
  border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
69749
70435
  transition: '.3s',
69750
70436
  ':hover': {
69751
- zIndex: 1000
70437
+ // zIndex: 1000,
69752
70438
  }
69753
70439
  }),
69754
70440
  productNameStyles: css({
@@ -69823,7 +70509,10 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
69823
70509
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
69824
70510
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
69825
70511
  background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
69826
- opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' ? 0.4 : 1
70512
+ opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' ? 0.4 : 1,
70513
+ '@media (max-width: 800px)': {
70514
+ height: sectionproperties.height_responsive + 'px'
70515
+ }
69827
70516
  }),
69828
70517
  quantitybtn: css({
69829
70518
  flex: 1,
@@ -69902,7 +70591,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
69902
70591
  return /*#__PURE__*/React.createElement("div", {
69903
70592
  "class": ' d-flex align-items-center justify-content-center '
69904
70593
  }, /*#__PURE__*/React.createElement(CircularProgress, {
69905
- color: "white",
70594
+ color: sectionproperties.cartBtnTextcolor,
69906
70595
  width: "20px",
69907
70596
  height: "20px",
69908
70597
  duration: "1s"
@@ -70028,7 +70717,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
70028
70717
  size: sectionproperties.favBtnIconfontsize
70029
70718
  }), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React.createElement(FaRegHeart, {
70030
70719
  size: sectionproperties.favBtnIconfontsize
70031
- })))), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React.createElement("div", {
70720
+ })))), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.prodsalePriceshow == 'Show' && sectionproperties.showbadge == 'Show' && /*#__PURE__*/React.createElement("div", {
70032
70721
  "class": "allcentered",
70033
70722
  style: {
70034
70723
  position: 'absolute',
@@ -70045,7 +70734,38 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
70045
70734
  color: sectionproperties.badge_color,
70046
70735
  fontSize: sectionproperties.badge_fontsize + 'px'
70047
70736
  }
70048
- }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && /*#__PURE__*/React.createElement("div", {
70737
+ }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.showpill == 'Show' && item.hassale == 1 && /*#__PURE__*/React.createElement("div", {
70738
+ style: {
70739
+ position: 'absolute',
70740
+ top: sectionproperties.pillpositionfromtop + 'px',
70741
+ left: sectionproperties.pillpositionfromright + 'px',
70742
+ // right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px',
70743
+ zIndex: 3
70744
+ }
70745
+ }, /*#__PURE__*/React.createElement("div", {
70746
+ "class": sectionproperties.pillwidth == 0 ? ' px-2 allcentered' : 'allcentered',
70747
+ style: {
70748
+ zIndex: 2,
70749
+ width: sectionproperties.pillwidth == 0 ? 'auto' : sectionproperties.pillwidth + 'px',
70750
+ height: sectionproperties.pillheight + 'px',
70751
+ background: sectionproperties.pillbgcolor,
70752
+ borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px'
70753
+ }
70754
+ }, sectionproperties.countertype == 'Percentage' && /*#__PURE__*/React.createElement("p", {
70755
+ "class": "m-0 p-0",
70756
+ style: {
70757
+ color: sectionproperties.pillcolor,
70758
+ fontSize: sectionproperties.pillfontSize + 'px',
70759
+ direction: 'ltr'
70760
+ }
70761
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React.createElement("p", {
70762
+ "class": "m-0 p-0 text-uppercase",
70763
+ style: {
70764
+ color: sectionproperties.pillcolor,
70765
+ fontSize: sectionproperties.pillfontSize + 'px',
70766
+ direction: 'ltr'
70767
+ }
70768
+ }, langdetect == 'en' ? 'Save' : 'وفر', " ", langdetect == 'en' ? item.currencyname : '', ' ', parseFloat(Math.round(parseInt(item.defaultprice) - parseInt(item.defaultsaleprice))).toFixed(0), " ", langdetect == 'en' ? '' : item.currencyname))), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && /*#__PURE__*/React.createElement("div", {
70049
70769
  "class": "".concat(cardsstyles2.outstockbadge) + ' allcentered '
70050
70770
  }, /*#__PURE__*/React.createElement("p", {
70051
70771
  "class": "m-0 p-0"
@@ -71186,7 +71906,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
71186
71906
  fontWeight: sectionproperties.generaltext_fontWeight,
71187
71907
  transition: '.3s',
71188
71908
  cursor: 'pointer',
71189
- zIndex: 1000,
71909
+ zIndex: 100,
71190
71910
  ':hover': {
71191
71911
  color: sectionproperties.text_secondarycolor
71192
71912
  }
@@ -71205,7 +71925,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
71205
71925
  textTransform: sectionproperties.generalbtn_texttransform,
71206
71926
  opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
71207
71927
  top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
71208
- zIndex: 1000,
71928
+ zIndex: 100,
71209
71929
  ':hover': {
71210
71930
  backgroundColor: sectionproperties.generalbtn_bgColoronhover,
71211
71931
  color: sectionproperties.generalbtn_textColoronhover,
@@ -71463,7 +72183,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
71463
72183
  style: {
71464
72184
  display: 'flex',
71465
72185
  justifyContent: sectionproperties.generaltext_position == 'Centered' ? 'center' : 'start',
71466
- zIndex: 10000
72186
+ zIndex: 10
71467
72187
  }
71468
72188
  }, /*#__PURE__*/React.createElement("p", {
71469
72189
  "class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 wordbreak-md-2 ',
@@ -71475,7 +72195,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
71475
72195
  "class": "".concat(cardstyles$1.buttons_container) + ' m-0 p-0 '
71476
72196
  }, /*#__PURE__*/React.createElement("li", {
71477
72197
  style: {
71478
- zIndex: 10000
72198
+ zIndex: 10
71479
72199
  },
71480
72200
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
71481
72201
  onClick: function onClick(e) {
@@ -71612,7 +72332,8 @@ var Classiccategorycard = function Classiccategorycard(props) {
71612
72332
  width: '100%',
71613
72333
  bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
71614
72334
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
71615
- paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
72335
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
72336
+ left: 0
71616
72337
  }
71617
72338
  }, /*#__PURE__*/React.createElement("div", {
71618
72339
  "class": "".concat(card_cssstyles.textContainer, " ") + ' allcentered pl-2 pr-2 '
@@ -72003,11 +72724,6 @@ var MenuCard = function MenuCard(props) {
72003
72724
  useEffect(function () {
72004
72725
  setitem(props.cardinfoitemprops);
72005
72726
  }, [props.cardinfoitemprops]);
72006
- var plainString = function plainString(html) {
72007
- var divContainer = document.createElement('div');
72008
- divContainer.innerHTML = html;
72009
- return divContainer.textContent || divContainer.innerText || '';
72010
- };
72011
72727
  // const addtocartfunc = () => {
72012
72728
  // const addtocardpayloadobj = {
72013
72729
  // functype: 'add',
@@ -72239,7 +72955,7 @@ var MenuCard = function MenuCard(props) {
72239
72955
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
72240
72956
  }
72241
72957
  }, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
72242
- "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 '
72958
+ "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 px-sm-2 '
72243
72959
  }, /*#__PURE__*/React.createElement("div", {
72244
72960
  "class": "row w-100 m-0 d-flex"
72245
72961
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
@@ -72250,7 +72966,7 @@ var MenuCard = function MenuCard(props) {
72250
72966
  routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
72251
72967
  }
72252
72968
  },
72253
- "class": langdetect == 'en' ? "".concat(card_cssstyles.productcardimagecont) + ' d-flex justify-content-start mr-2 ' : "".concat(card_cssstyles.productcardimagecont) + ' d-flex justify-content-start ml-2 ',
72969
+ "class": langdetect == 'en' ? "".concat(card_cssstyles.productcardimagecont) + ' d-flex justify-content-start mr-2 m-sm-0 ' : "".concat(card_cssstyles.productcardimagecont) + ' d-flex justify-content-start ml-2 m-sm-0 ',
72254
72970
  style: {}
72255
72971
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
72256
72972
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
@@ -72283,12 +72999,25 @@ var MenuCard = function MenuCard(props) {
72283
72999
  style: {
72284
73000
  textAlign: langdetect == 'en' ? 'left' : 'right'
72285
73001
  }
72286
- }, item.name)), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("p", {
72287
- "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 ',
73002
+ }, item.name)), sectionproperties.prodCatShow == 'Show' &&
73003
+ /*#__PURE__*/
73004
+ // <p
73005
+ // // class={`${card_cssstyles.productDescStyles}` + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 '}
73006
+ // // style={{
73007
+ // // textAlign: langdetect == 'en' ? 'left' : 'right',
73008
+ // // }}
73009
+ // // >
73010
+ // // {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
73011
+ // // </p>
73012
+ React.createElement("p", {
73013
+ "class": sectionproperties.descriptionwordbreak == 'None' ? "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 mt-1 ' : "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 mt-1 ',
72288
73014
  style: {
72289
- textAlign: langdetect == 'en' ? 'left' : 'right'
73015
+ textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73016
+ },
73017
+ dangerouslySetInnerHTML: {
73018
+ __html: item.shortdescription
72290
73019
  }
72291
- }, plainString(langdetect == 'en' ? item.description_en : item.description_ar)))), /*#__PURE__*/React.createElement("div", {
73020
+ }))), /*#__PURE__*/React.createElement("div", {
72292
73021
  style: {
72293
73022
  display: 'flex',
72294
73023
  flexDirection: 'column',
@@ -72296,16 +73025,16 @@ var MenuCard = function MenuCard(props) {
72296
73025
  },
72297
73026
  "class": "col-lg-3 col-md-3 col-sm-12 mt-2 p-0"
72298
73027
  }, /*#__PURE__*/React.createElement("div", {
72299
- "class": "row m-0 w-100 d-flex flex-column flex-sm-row justify-content-end justify-content-sm-start"
73028
+ "class": "row m-0 w-100 d-flex flex-column flex-sm-column justify-content-end justify-content-sm-start"
72300
73029
  }, sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React.createElement("p", {
72301
73030
  "class": langdetect == 'en' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
72302
73031
  }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React.createElement("p", {
72303
73032
  "class": langdetect == 'en' ? "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-right text-sm-left ' : "".concat(card_cssstyles.productPricestyles) + ' m-0 wordbreak d-flex align-items-center text-left text-sm-right '
72304
73033
  }, langdetect == 'en' ? 'EGP' : '', ' ', item.hassale == 1 ? parseFloat(Number(item.defaultsaleprice).toFixed(2)) : parseFloat(Number(item.defaultprice).toFixed(2)), ' ', langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React.createElement("p", {
72305
- "class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right ml-sm-3 mr-sm-3 '
73034
+ "class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3 m-sm-0 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right ml-sm-3 mr-sm-3 m-sm-0 '
72306
73035
  }, langdetect == 'en' ? 'EGP' : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React.createElement("p", {
72307
- "class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right ml-sm-3 mr-sm-3 '
72308
- }, langdetect == 'en' ? 'EGP' : '', parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : 'ج.م')), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
73036
+ "class": langdetect == 'en' ? "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-right text-sm-left ml-sm-3 mr-sm-3 m-sm-0 ' : "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 wordbreak d-flex mt-sm-auto mb-sm-auto text-left text-sm-right ml-sm-3 mr-sm-3 m-sm-0 '
73037
+ }, langdetect == 'en' ? 'EGP' : '', " ", parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : 'ج.م')), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
72309
73038
  "class": "row m-0 mt-auto w-100"
72310
73039
  }, /*#__PURE__*/React.createElement("div", {
72311
73040
  "class": "col-lg-12 d-flex justify-content-end p-0"
@@ -76651,7 +77380,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
76651
77380
  var ikimagecredcontext = props.actions.ikimagecredcontext;
76652
77381
  props.actions.NotificationManager;
76653
77382
  var AddtoCartContext = props.actions.AddtoCartContext;
76654
- var AddtoCartMutationContext = props.AddtoCartMutationContext;
77383
+ var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
76655
77384
  var _useState5 = useState(''),
76656
77385
  _useState6 = _slicedToArray(_useState5, 2),
76657
77386
  addtocardpayloadobj = _useState6[0];
@@ -77252,7 +77981,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
77252
77981
  style: {
77253
77982
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
77254
77983
  }
77255
- }, plainString(item.shortdescription)), /*#__PURE__*/React.createElement("div", {
77984
+ }, plainString(item.description)), /*#__PURE__*/React.createElement("div", {
77256
77985
  style: {
77257
77986
  flexDirection: 'column'
77258
77987
  },
@@ -78637,9 +79366,7 @@ var QuantityButtonBasedProductCard = function QuantityButtonBasedProductCard(pro
78637
79366
  "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : " ".concat(card_cssstyles.productcard),
78638
79367
  style: {
78639
79368
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
78640
- paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
78641
- minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
78642
- maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px'
79369
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
78643
79370
  }
78644
79371
  }, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
78645
79372
  "class": ' cursor-pointer w-100 ',