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.cjs.js CHANGED
@@ -116,7 +116,9 @@ var VscHeart = require('@react-icons/all-files/vsc/VscHeart');
116
116
  var IoSearchOutline = require('@react-icons/all-files/io5/IoSearchOutline');
117
117
  var AiFillYoutube = require('@react-icons/all-files/ai/AiFillYoutube');
118
118
  var IoLogoTiktok = require('@react-icons/all-files/io5/IoLogoTiktok');
119
+ var FaLinkedinIn = require('@react-icons/all-files/fa/FaLinkedinIn');
119
120
  var FiMenu = require('@react-icons/all-files/fi/FiMenu');
121
+ var BsChevronDown = require('@react-icons/all-files/bs/BsChevronDown');
120
122
  var IoClose = require('@react-icons/all-files/io5/IoClose');
121
123
  var BiSearch = require('@react-icons/all-files/bi/BiSearch');
122
124
  var FiUser = require('@react-icons/all-files/fi/FiUser');
@@ -128,10 +130,9 @@ var BsSearch = require('@react-icons/all-files/bs/BsSearch');
128
130
  var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
129
131
  var GoSearch = require('@react-icons/all-files/go/GoSearch');
130
132
  var AiOutlineInstagram = require('@react-icons/all-files/ai/AiOutlineInstagram');
131
- var BsChevronDown = require('@react-icons/all-files/bs/BsChevronDown');
133
+ var MdKeyboardArrowUp = require('@react-icons/all-files/md/MdKeyboardArrowUp');
132
134
  var RiUserSettingsLine = require('@react-icons/all-files/ri/RiUserSettingsLine');
133
135
  var HiUserCircle = require('@react-icons/all-files/hi/HiUserCircle');
134
- var MdKeyboardArrowUp = require('@react-icons/all-files/md/MdKeyboardArrowUp');
135
136
  var BsInfoCircle = require('@react-icons/all-files/bs/BsInfoCircle');
136
137
  var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
137
138
  var FaTelegramPlane = require('@react-icons/all-files/fa/FaTelegramPlane');
@@ -140,7 +141,6 @@ var FaPhone = require('@react-icons/all-files/fa/FaPhone');
140
141
  var FiGlobe = require('@react-icons/all-files/fi/FiGlobe');
141
142
  var BiUserCircle = require('@react-icons/all-files/bi/BiUserCircle');
142
143
  var GoLocation = require('@react-icons/all-files/go/GoLocation');
143
- var FaLinkedinIn = require('@react-icons/all-files/fa/FaLinkedinIn');
144
144
  var RiRoadMapLine = require('@react-icons/all-files/ri/RiRoadMapLine');
145
145
  var HiOutlineClock = require('@react-icons/all-files/hi/HiOutlineClock');
146
146
  var AiOutlineLinkedin = require('@react-icons/all-files/ai/AiOutlineLinkedin');
@@ -149,7 +149,6 @@ var FaArrowAltCircleLeft = require('@react-icons/all-files/fa/FaArrowAltCircleLe
149
149
  var Select$5 = require('react-select');
150
150
  var GoStar = require('@react-icons/all-files/go/GoStar');
151
151
  var IoIosStar = require('@react-icons/all-files/io/IoIosStar');
152
- var reactCountdownCircleTimer = require('react-countdown-circle-timer');
153
152
  var BackgroundSlideshow = require('react-background-slideshow');
154
153
  var _extends = require('@babel/runtime/helpers/extends');
155
154
  var reactSlideshowImage = require('react-slideshow-image');
@@ -2409,7 +2408,7 @@ var DescriptionContent = function DescriptionContent(props) {
2409
2408
  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; }
2410
2409
  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__default["default"](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; }
2411
2410
  var Product_itemtype = function Product_itemtype(props) {
2412
- 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;
2411
+ 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;
2413
2412
  var lang = props.actions.lang;
2414
2413
  var langdetect = props.actions.langdetect;
2415
2414
  var srcfromprops = props.actions.srcfromprops;
@@ -2600,7 +2599,7 @@ var Product_itemtype = function Product_itemtype(props) {
2600
2599
  }
2601
2600
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2602
2601
  "class": ' col-lg-12 p-0 '
2603
- }, /*#__PURE__*/React__default["default"].createElement("div", {
2602
+ }, 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__default["default"].createElement("div", {
2604
2603
  "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
2605
2604
  style: {
2606
2605
  minHeight: sectionproperties.height + 'vh'
@@ -2735,7 +2734,7 @@ var Product_itemtype = function Product_itemtype(props) {
2735
2734
  textAlign: langdetect == 'en' ? 'left' : 'right',
2736
2735
  fontWeight: 400,
2737
2736
  color: sectionproperties.measurementunitcolor,
2738
- fontSize: sectionproperties.measurementunitfontsize + 'px'
2737
+ fontSize: sectionproperties.measurementunitcolor + 'px'
2739
2738
  }
2740
2739
  }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2741
2740
  "class": "col-lg-12 p-0 text-start"
@@ -2853,14 +2852,9 @@ var Product_itemtype = function Product_itemtype(props) {
2853
2852
  return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
2854
2853
  style: {
2855
2854
  textTransform: 'capitalize',
2856
- color: '#000',
2857
- textAlign: langdetect == 'en' ? 'left' : 'right'
2855
+ color: '#000'
2858
2856
  }
2859
- }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td", {
2860
- style: {
2861
- textAlign: langdetect == 'en' ? 'left' : 'right'
2862
- }
2863
- }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2857
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].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));
2864
2858
  }))))), 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__default["default"].createElement(ProductHeaderPricing, {
2865
2859
  actions: props.actions
2866
2860
  }), 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__default["default"].createElement("div", {
@@ -3747,7 +3741,109 @@ var Product_itemtype = function Product_itemtype(props) {
3747
3741
  "class": "my-3"
3748
3742
  })), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
3749
3743
  "class": "col-lg-12 p-0 allcentered mt-2"
3750
- }, ShareButtonsContainer()))))))));
3744
+ }, 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__default["default"].createElement("div", {
3745
+ "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
3746
+ style: {
3747
+ minHeight: sectionproperties.height + 'vh'
3748
+ // paddingLeft: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
3749
+ // paddingRight: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
3750
+ }
3751
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3752
+ "class": "col-lg-12 allcentered p-0 mb-2"
3753
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3754
+ className: "w-100 h-100",
3755
+ style: {}
3756
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
3757
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3758
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3759
+ 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),
3760
+ style: {
3761
+ width: '100%',
3762
+ height: '100%',
3763
+ objectFit: 'contain'
3764
+ },
3765
+ loading: "lazy"
3766
+ }))), sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
3767
+ className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center mb-2 mt-3'
3768
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3769
+ className: ' m-0 p-0 wordbreak d-flex justify-content-start ',
3770
+ style: {
3771
+ textAlign: langdetect == 'en' ? 'left' : 'right',
3772
+ fontWeight: 400,
3773
+ color: sectionproperties.measurementunitcolor,
3774
+ fontSize: sectionproperties.measurementunitfontsize + 'px'
3775
+ }
3776
+ }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), /*#__PURE__*/React__default["default"].createElement("div", {
3777
+ className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
3778
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3779
+ 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 ',
3780
+ onClick: function onClick() {
3781
+ if (props.srcfromprops != 'templatedraftrouter') {
3782
+ routingcountext(StaticPagesLinksContext.productinfo, true, fetchProductInfoQueryContext.data.data.productinfo.productid);
3783
+ }
3784
+ },
3785
+ style: {
3786
+ textAlign: langdetect == 'en' ? 'left' : 'right'
3787
+ }
3788
+ }, langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.name_en : fetchProductInfoQueryContext.data.data.productinfo.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
3789
+ "class": "col-lg-12 col-md-12 p-0"
3790
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3791
+ "class": "row m-0 w-100"
3792
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3793
+ className: "col-lg-12 p-0 d-flex align-items-center justify-content-start"
3794
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3795
+ "class": "m-0 p-0",
3796
+ style: {
3797
+ textAlign: langdetect == 'en' ? 'left' : 'right',
3798
+ fontWeight: sectionproperties.prodCatFontWeight,
3799
+ color: sectionproperties.prodCatColor,
3800
+ fontSize: sectionproperties.prodCatFontSize + 'px'
3801
+ }
3802
+ }, langdetect == 'en' ? sectionproperties.shortdescriptiontitle_en : sectionproperties.shortdescriptiontitle_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
3803
+ "class": "col-lg-12 mt-3"
3804
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3805
+ className: 'm-0 p-0 wordbreak',
3806
+ style: {
3807
+ textAlign: langdetect == 'en' ? 'left' : 'right',
3808
+ color: sectionproperties.prodCatColor
3809
+ },
3810
+ dangerouslySetInnerHTML: {
3811
+ __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
3812
+ }
3813
+ })))), /*#__PURE__*/React__default["default"].createElement("div", {
3814
+ "class": "col-lg-12 p-0 my-4"
3815
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3816
+ "class": "row m-0 w-100"
3817
+ }, (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) {
3818
+ return /*#__PURE__*/React__default["default"].createElement("div", {
3819
+ "class": "col-lg-4 col-sm-12"
3820
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3821
+ "class": ' mx-2 w-100 h-100',
3822
+ style: {}
3823
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
3824
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3825
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3826
+ path: '/tr:w-500,h-500/' + item.path,
3827
+ style: {
3828
+ width: '100%',
3829
+ height: '100%',
3830
+ objectFit: 'contain'
3831
+ },
3832
+ loading: "lazy"
3833
+ })));
3834
+ })))), /*#__PURE__*/React__default["default"].createElement("div", {
3835
+ "class": "col-lg-12 p-0 my-3"
3836
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3837
+ "class": "col-lg-12 p-0 d-flex justify-content-start"
3838
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3839
+ className: 'text-black m-0 p-0 wordbreak',
3840
+ style: {
3841
+ textAlign: langdetect == 'en' ? 'left' : 'right'
3842
+ },
3843
+ dangerouslySetInnerHTML: {
3844
+ __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
3845
+ }
3846
+ }))))));
3751
3847
  };
3752
3848
 
3753
3849
  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; }
@@ -6611,7 +6707,8 @@ var Productinfo = function Productinfo(props) {
6611
6707
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
6612
6708
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
6613
6709
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
6614
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6710
+ borderTop: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6711
+ borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6615
6712
  marginBottom: sectionproperties.relatedProductsMb + 'px'
6616
6713
  }
6617
6714
  }, Relatedproducts.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -11186,7 +11283,7 @@ var Checkout = function Checkout(props) {
11186
11283
  }, /*#__PURE__*/React__default["default"].createElement("label", {
11187
11284
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
11188
11285
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
11189
- type: 'text',
11286
+ type: 'number',
11190
11287
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
11191
11288
  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,
11192
11289
  onChange: function onChange(event) {
@@ -15231,6 +15328,7 @@ var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
15231
15328
  });
15232
15329
  var Filter$1 = function Filter(props) {
15233
15330
  var _css;
15331
+ var FetchAllVendorsQuery = props.actions.FetchAllVendorsQuery;
15234
15332
  var lang = props.actions.lang;
15235
15333
  var langdetect = props.actions.langdetect;
15236
15334
  props.actions.productfiltercontext;
@@ -15251,10 +15349,21 @@ var Filter$1 = function Filter(props) {
15251
15349
  _useState2 = _slicedToArray__default["default"](_useState, 2);
15252
15350
  _useState2[0];
15253
15351
  _useState2[1];
15254
- var _useState3 = React.useState([]),
15352
+ var _useState3 = React.useState({
15353
+ min: '',
15354
+ max: ''
15355
+ }),
15255
15356
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
15256
- productfeatuesarr = _useState4[0],
15257
- setproductfeatuesarr = _useState4[1];
15357
+ pricevalue2 = _useState4[0],
15358
+ setpricevalue2 = _useState4[1];
15359
+ var _useState5 = React.useState([]),
15360
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
15361
+ productfeatuesarr = _useState6[0],
15362
+ setproductfeatuesarr = _useState6[1];
15363
+ var _useState7 = React.useState([]),
15364
+ _useState8 = _slicedToArray__default["default"](_useState7, 2),
15365
+ vendorarr = _useState8[0],
15366
+ setvendorsarr = _useState8[1];
15258
15367
  var fetchTabexCountriesQueryContext = props.actions.fetchTabexCountriesQueryContext;
15259
15368
  var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
15260
15369
  var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
@@ -15263,41 +15372,50 @@ var Filter$1 = function Filter(props) {
15263
15372
  var FetchTabexStatesPayloadobjContext = props.actions.FetchTabexStatesPayloadobjContext;
15264
15373
  var setFetchTabexStatesPayloadobjContext = props.actions.setFetchTabexStatesPayloadobjContext;
15265
15374
  var fetchProductFeaturesQueryContext = props.actions.fetchProductFeaturesQueryContext;
15266
- var _useState5 = React.useState(''),
15267
- _useState6 = _slicedToArray__default["default"](_useState5, 2),
15268
- sectionproperties = _useState6[0],
15269
- setsectionproperties = _useState6[1];
15270
- // const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
15271
- var _useState7 = React.useState([]),
15272
- _useState8 = _slicedToArray__default["default"](_useState7, 2),
15273
- instfilters = _useState8[0],
15274
- setinstfilters = _useState8[1];
15275
- var _useState9 = React.useState([]),
15375
+ var _useState9 = React.useState(''),
15276
15376
  _useState10 = _slicedToArray__default["default"](_useState9, 2),
15277
- collectionstobevisible = _useState10[0],
15278
- setcollectionstobevisible = _useState10[1];
15377
+ sectionproperties = _useState10[0],
15378
+ setsectionproperties = _useState10[1];
15379
+ // const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
15279
15380
  var _useState11 = React.useState([]),
15280
15381
  _useState12 = _slicedToArray__default["default"](_useState11, 2),
15281
- instcollections = _useState12[0],
15282
- setinstcollections = _useState12[1];
15382
+ instfilters = _useState12[0],
15383
+ setinstfilters = _useState12[1];
15283
15384
  var _useState13 = React.useState([]),
15284
15385
  _useState14 = _slicedToArray__default["default"](_useState13, 2),
15285
- instcategories = _useState14[0],
15286
- setinstcategories = _useState14[1];
15386
+ collectionstobevisible = _useState14[0],
15387
+ setcollectionstobevisible = _useState14[1];
15388
+ var _useState15 = React.useState([]),
15389
+ _useState16 = _slicedToArray__default["default"](_useState15, 2),
15390
+ instcollections = _useState16[0],
15391
+ setinstcollections = _useState16[1];
15392
+ var _useState17 = React.useState([]),
15393
+ _useState18 = _slicedToArray__default["default"](_useState17, 2),
15394
+ instcategories = _useState18[0],
15395
+ setinstcategories = _useState18[1];
15287
15396
  // const [sortby, setSortby] = useState('Sort by');
15288
- var _useState15 = React.useState({
15397
+ var _useState19 = React.useState({
15289
15398
  min: 0,
15290
15399
  max: 5
15291
15400
  }),
15292
- _useState16 = _slicedToArray__default["default"](_useState15, 2),
15293
- raterangevalue = _useState16[0],
15294
- setraterangevalue = _useState16[1];
15401
+ _useState20 = _slicedToArray__default["default"](_useState19, 2),
15402
+ raterangevalue = _useState20[0],
15403
+ setraterangevalue = _useState20[1];
15295
15404
  var timeoutRef = React__default["default"].useRef(null);
15296
- var _useState17 = React.useState(''),
15297
- _useState18 = _slicedToArray__default["default"](_useState17, 2);
15298
- _useState18[0];
15299
- var setsortbycontext = _useState18[1];
15300
- var _useState19 = React.useState([{
15405
+ var _useState21 = React.useState(''),
15406
+ _useState22 = _slicedToArray__default["default"](_useState21, 2);
15407
+ _useState22[0];
15408
+ var setsortbycontext = _useState22[1];
15409
+ var _useState23 = React.useState(''),
15410
+ _useState24 = _slicedToArray__default["default"](_useState23, 2),
15411
+ pricefrom = _useState24[0];
15412
+ _useState24[1];
15413
+ var _useState25 = React.useState(''),
15414
+ _useState26 = _slicedToArray__default["default"](_useState25, 2),
15415
+ priceto = _useState26[0];
15416
+ _useState26[1];
15417
+ props.actions.setfetchingtype;
15418
+ var _useState27 = React.useState([{
15301
15419
  payloadvalue: 'sortprice',
15302
15420
  name: lang.price,
15303
15421
  filterarray: [{
@@ -15322,12 +15440,24 @@ var Filter$1 = function Filter(props) {
15322
15440
  isfilterselected: false
15323
15441
  }]
15324
15442
  }]),
15325
- _useState20 = _slicedToArray__default["default"](_useState19, 2),
15326
- otherfilters = _useState20[0];
15327
- _useState20[1];
15443
+ _useState28 = _slicedToArray__default["default"](_useState27, 2),
15444
+ otherfilters = _useState28[0];
15445
+ _useState28[1];
15328
15446
  React.useEffect(function () {
15329
15447
  filterupdater();
15330
15448
  }, []);
15449
+ React.useEffect(function () {
15450
+ var _FetchAllVendorsQuery, _FetchAllVendorsQuery2;
15451
+ 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) {
15452
+ var _FetchAllVendorsQuery3, _temp;
15453
+ var temp = _toConsumableArray__default["default"](vendorarr);
15454
+ temp = _toConsumableArray__default["default"](FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery3 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery3 === void 0 || (_FetchAllVendorsQuery3 = _FetchAllVendorsQuery3.data) === null || _FetchAllVendorsQuery3 === void 0 ? void 0 : _FetchAllVendorsQuery3.vendors);
15455
+ (_temp = temp) === null || _temp === void 0 || _temp.forEach(function (instfilteritem, instfilterindex) {
15456
+ instfilteritem.isfilterselected = false;
15457
+ });
15458
+ setvendorsarr(_toConsumableArray__default["default"](temp));
15459
+ }
15460
+ }, [FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 ? void 0 : FetchAllVendorsQuery.isSuccess]);
15331
15461
  React.useEffect(function () {
15332
15462
  if (fetchproductoptionsQueryContext.isSuccess) {
15333
15463
  var _fetchproductoptionsQ;
@@ -15343,7 +15473,17 @@ var Filter$1 = function Filter(props) {
15343
15473
  React.useEffect(function () {
15344
15474
  if (fetchcollectionsQueryContext.isSuccess) {
15345
15475
  var _fetchcollectionsQuer;
15346
- setinstcollections(_toConsumableArray__default["default"](fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 || (_fetchcollectionsQuer = fetchcollectionsQueryContext.data) === null || _fetchcollectionsQuer === void 0 || (_fetchcollectionsQuer = _fetchcollectionsQuer.data) === null || _fetchcollectionsQuer === void 0 ? void 0 : _fetchcollectionsQuer.collections));
15476
+ 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;
15477
+ var tempcollinfilter = [];
15478
+ {
15479
+ tempcoll === null || tempcoll === void 0 || tempcoll.map(function (collectionitem, collectionindex) {
15480
+ if (collectionitem.isshowntocustomers == 1 && collectionitem.isinftiler == 1) {
15481
+ tempcollinfilter.push(collectionitem);
15482
+ }
15483
+ });
15484
+ }
15485
+ setinstcollections([].concat(tempcollinfilter));
15486
+ // setinstcollections([...fetchcollectionsQueryContext?.data?.data?.collections]);
15347
15487
  }
15348
15488
  }, [fetchcollectionsQueryContext.isSuccess]);
15349
15489
  // useEffect(() => {
@@ -16078,7 +16218,7 @@ var Filter$1 = function Filter(props) {
16078
16218
  textAlign: langdetect == 'en' ? 'left' : 'right',
16079
16219
  color: sectionproperties.filtertitle_color
16080
16220
  }, "color", sectionproperties.filtertitle_color), "fontSize", sectionproperties.filtertitle_fontsize + 'px'), "fontWeight", sectionproperties.filtertitle_fontweight), "color", sectionproperties.filtertitle_color), "textTransform", 'capitalize')
16081
- }, langdetect == 'en' ? item.name_en : item.name_ar, item.type), /*#__PURE__*/React__default["default"].createElement("div", {
16221
+ }, langdetect == 'en' ? item.name_en : item.name_ar), /*#__PURE__*/React__default["default"].createElement("div", {
16082
16222
  "class": 'col-lg-12 pl-4 pr-4 mt-2 mb-2',
16083
16223
  style: {
16084
16224
  direction: 'ltr'
@@ -16501,10 +16641,10 @@ var Filter$1 = function Filter(props) {
16501
16641
  isSearchable: true
16502
16642
  })))));
16503
16643
  };
16504
- var _useState21 = React.useState(false),
16505
- _useState22 = _slicedToArray__default["default"](_useState21, 2),
16506
- checked = _useState22[0],
16507
- setChecked = _useState22[1];
16644
+ var _useState29 = React.useState(false),
16645
+ _useState30 = _slicedToArray__default["default"](_useState29, 2),
16646
+ checked = _useState30[0],
16647
+ setChecked = _useState30[1];
16508
16648
  // const queryParameters = new URLSearchParams(window.location.search);
16509
16649
  // useEffect(() => {
16510
16650
  // // setsortbycontext('Sort By');
@@ -16861,7 +17001,48 @@ var Filter$1 = function Filter(props) {
16861
17001
  "class": "row m-0 w-100"
16862
17002
  }, CollectionsFilter()), sectionproperties.showdynamicfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
16863
17003
  "class": "row m-0 w-100"
16864
- }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters()))), /*#__PURE__*/React__default["default"].createElement("div", {
17004
+ }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.showvendorfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17005
+ "class": "row m-0 w-100"
17006
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17007
+ className: "col-lg-12 p-0"
17008
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17009
+ className: "row m-0 w-100"
17010
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17011
+ "class": "col-lg-12 p-0 text-start mb-2"
17012
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
17013
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17014
+ }, langdetect == 'en' ? 'Brands' : 'الماركات')), vendorarr.map(function (item, index) {
17015
+ return /*#__PURE__*/React__default["default"].createElement("div", {
17016
+ 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 ',
17017
+ onClick: function onClick() {
17018
+ var _tempfetchproductsfil3;
17019
+ var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
17020
+ // alert(JSON.stringify(tempfetchproductsfilerobjcontext));
17021
+ tempfetchproductsfilerobjcontext.vendorsarr = [];
17022
+ tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil3 = tempfetchproductsfilerobjcontext.vendorsarr) === null || _tempfetchproductsfil3 === void 0 || _tempfetchproductsfil3.push(item.vendorid);
17023
+ setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
17024
+ var temp = _toConsumableArray__default["default"](vendorarr);
17025
+ temp === null || temp === void 0 || temp.forEach(function (instfilteritem, instfilterindex) {
17026
+ instfilteritem.isfilterselected = false;
17027
+ });
17028
+ item.isfilterselected = true;
17029
+ setvendorsarr(_toConsumableArray__default["default"](temp));
17030
+ }
17031
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17032
+ "class": "mr-2"
17033
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17034
+ className: " ".concat(item.isfilterselected ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
17035
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
17036
+ className: "h-100 d-flex align-items-center"
17037
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
17038
+ className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
17039
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
17040
+ className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
17041
+ style: {
17042
+ color: item.isfilterselected ? sectionproperties.activecat_color : ''
17043
+ }
17044
+ }, langdetect == 'en' ? item.vendorname : item.vendorname)));
17045
+ }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
16865
17046
  className: "col-lg-12"
16866
17047
  }, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
16867
17048
  show: props === null || props === void 0 ? void 0 : props.openFilterSlider,
@@ -17036,7 +17217,175 @@ var Filter$1 = function Filter(props) {
17036
17217
  }
17037
17218
  })))), /*#__PURE__*/React__default["default"].createElement("div", {
17038
17219
  className: filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 pl-4 pr-4 '
17039
- }, sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17220
+ }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17221
+ "class": "row m-0 w-100"
17222
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17223
+ "class": "col-lg-12 d-flex justify-content-start p-0"
17224
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
17225
+ className: "m-0 p-0 font-16 font-weight-600",
17226
+ style: {
17227
+ color: sectionproperties.filter_titlecolor,
17228
+ fontSize: sectionproperties.filter_titlefontsize + 'px',
17229
+ fontWeight: sectionproperties.filter_titlefontweight,
17230
+ textTransform: sectionproperties.filter_titletextransform
17231
+ }
17232
+ }, langdetect == 'en' ? 'Sort By' : 'ترتيب حسب')), /*#__PURE__*/React__default["default"].createElement("div", {
17233
+ className: "col-lg-12"
17234
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
17235
+ className: "mt-2 mb-3"
17236
+ })), otherfilters.map(function (item, index) {
17237
+ return /*#__PURE__*/React__default["default"].createElement("div", {
17238
+ className: "col-lg-12 p-0"
17239
+ }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
17240
+ allowMultipleExpanded: true,
17241
+ allowZeroExpanded: true,
17242
+ preExpanded: [0, 1, 2, 3],
17243
+ style: {
17244
+ width: '100%'
17245
+ }
17246
+ }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, {
17247
+ uuid: index
17248
+ }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
17249
+ className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17250
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17251
+ className: "col-lg-10 col-md-10 col-sm-10 p-0"
17252
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
17253
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17254
+ }, item.name)), /*#__PURE__*/React__default["default"].createElement("div", {
17255
+ className: "col-lg-2 col-md-2 col-sm-2 p-0"
17256
+ }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
17257
+ if (state.expanded == true) {
17258
+ return /*#__PURE__*/React__default["default"].createElement("i", {
17259
+ className: filter_cssstyles.collapsetitle + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
17260
+ }, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
17261
+ } else {
17262
+ return /*#__PURE__*/React__default["default"].createElement("i", {
17263
+ className: filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '
17264
+ }, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
17265
+ }
17266
+ }))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
17267
+ className: "p-0"
17268
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17269
+ className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
17270
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17271
+ className: 'col-lg-12'
17272
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17273
+ className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
17274
+ }, item.filterarray.map(function (valueitem, valueindex) {
17275
+ var ischecked = false;
17276
+ if (item.payloadvalue == 'sortprice') {
17277
+ if (valueitem.value == ProductFilterObjContext.sortprice) {
17278
+ ischecked = true;
17279
+ }
17280
+ } else if (item.payloadvalue == 'sortdates') {
17281
+ if (valueitem.value == ProductFilterObjContext.sortdates) {
17282
+ ischecked = true;
17283
+ }
17284
+ }
17285
+ return /*#__PURE__*/React__default["default"].createElement("div", {
17286
+ 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 ',
17287
+ onClick: function onClick() {
17288
+ var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
17289
+ if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
17290
+ tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
17291
+ } else {
17292
+ tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
17293
+ }
17294
+ tempfetchproductsfilerobjcontext.page = 0;
17295
+ setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
17296
+ filterrouting(tempfetchproductsfilerobjcontext);
17297
+ }
17298
+ }, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
17299
+ className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
17300
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
17301
+ className: "h-100 d-flex align-items-center"
17302
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
17303
+ className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
17304
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
17305
+ className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
17306
+ style: {
17307
+ color: ischecked ? sectionproperties.activecat_color : ''
17308
+ }
17309
+ }, valueitem.name)));
17310
+ }))))))));
17311
+ }), sectionproperties.showfilterbyrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17312
+ className: "col-lg-12 pl-4 pr-4"
17313
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17314
+ className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17315
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17316
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 mb-3"
17317
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
17318
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17319
+ }, langdetect == 'en' ? 'Ratings' : 'التقييمات')), /*#__PURE__*/React__default["default"].createElement("div", {
17320
+ className: "col-lg-12 col-md-12 col-sm-12 mb-4"
17321
+ }, /*#__PURE__*/React__default["default"].createElement(InputRange__default["default"], {
17322
+ draggableTrack: true,
17323
+ formatLabel: function formatLabel(value) {
17324
+ return "".concat(value);
17325
+ },
17326
+ maxValue: 5,
17327
+ minValue: 0,
17328
+ value: raterangevalue,
17329
+ onChange: function onChange(value) {
17330
+ setraterangevalue(_objectSpread$2b({}, value));
17331
+ }
17332
+ }))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React__default["default"].createElement("div", {
17333
+ "class": "row m-0 w-100 mb-3 mt-2"
17334
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17335
+ "class": "col-lg-12 p-0 text-start mb-2"
17336
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
17337
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17338
+ }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React__default["default"].createElement("div", {
17339
+ className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17340
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
17341
+ className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17342
+ }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React__default["default"].createElement("input", {
17343
+ type: "text",
17344
+ value: pricevalue2.min,
17345
+ onChange: function onChange(event) {
17346
+ var temppricevalue = _objectSpread$2b({}, pricevalue2);
17347
+ temppricevalue.min = event.target.value;
17348
+ setpricevalue2(_objectSpread$2b({}, temppricevalue));
17349
+ // var temppayloadobj = { ...pricefrom };
17350
+ // temppayloadobj = event.target.value;
17351
+ // setpricefrom({ ...temppayloadobj });
17352
+ },
17353
+ style: {
17354
+ background: '#fff',
17355
+ border: '1px solid #ccc',
17356
+ borderRadius: 5,
17357
+ color: '#000',
17358
+ height: 35,
17359
+ width: '100%',
17360
+ paddingLeft: 10,
17361
+ paddingRight: 10
17362
+ }
17363
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
17364
+ className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17365
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
17366
+ className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17367
+ }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React__default["default"].createElement("input", {
17368
+ type: "text",
17369
+ value: pricevalue2.max,
17370
+ onChange: function onChange(event) {
17371
+ // var temppayloadobj = { ...priceto };
17372
+ // temppayloadobj = event.target.value;
17373
+ // setpriceto({ ...temppayloadobj });
17374
+ var temppricevalue = _objectSpread$2b({}, pricevalue2);
17375
+ temppricevalue.max = event.target.value;
17376
+ setpricevalue2(_objectSpread$2b({}, temppricevalue));
17377
+ },
17378
+ style: {
17379
+ width: '100%',
17380
+ background: '#fff',
17381
+ border: '1px solid #ccc',
17382
+ borderRadius: 5,
17383
+ color: '#000',
17384
+ height: 35,
17385
+ paddingRight: 10,
17386
+ paddingLeft: 10
17387
+ }
17388
+ }))), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17040
17389
  "class": "row m-0 w-100 mb-3"
17041
17390
  }, CategoriesFilter()), sectionproperties.filterType == 'Collections' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17042
17391
  "class": "row m-0 w-100 mb-3"
@@ -17113,7 +17462,7 @@ var Filter$1 = function Filter(props) {
17113
17462
  }
17114
17463
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17115
17464
  className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
17116
- }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
17465
+ }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
17117
17466
  allowMultipleExpanded: true,
17118
17467
  allowZeroExpanded: true,
17119
17468
  preExpanded: [0, 1, 2, 3],
@@ -17189,7 +17538,57 @@ var Filter$1 = function Filter(props) {
17189
17538
  }
17190
17539
  }, valueitem.name)));
17191
17540
  }));
17192
- }))))))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17541
+ }))))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React__default["default"].createElement("div", {
17542
+ "class": "row m-0 w-100 mb-3 mt-2 px-3"
17543
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
17544
+ "class": "col-lg-12 p-0 text-start mb-2"
17545
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
17546
+ className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17547
+ }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React__default["default"].createElement("div", {
17548
+ className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17549
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
17550
+ className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17551
+ }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React__default["default"].createElement("input", {
17552
+ type: "text",
17553
+ value: pricefrom,
17554
+ onChange: function onChange(event) {
17555
+ var temppricevalue = _objectSpread$2b({}, pricevalue2);
17556
+ temppricevalue.min = event.target.value;
17557
+ setpricevalue2(_objectSpread$2b({}, temppricevalue));
17558
+ },
17559
+ style: {
17560
+ background: '#fff',
17561
+ border: '1px solid #ccc',
17562
+ borderRadius: 5,
17563
+ color: '#000',
17564
+ height: 35,
17565
+ width: '100%',
17566
+ paddingLeft: 15,
17567
+ paddingRight: 15
17568
+ }
17569
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
17570
+ className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17571
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
17572
+ className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17573
+ }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React__default["default"].createElement("input", {
17574
+ type: "text",
17575
+ value: priceto,
17576
+ onChange: function onChange(event) {
17577
+ var temppricevalue = _objectSpread$2b({}, pricevalue2);
17578
+ temppricevalue.max = event.target.value;
17579
+ setpricevalue2(_objectSpread$2b({}, temppricevalue));
17580
+ },
17581
+ style: {
17582
+ width: '100%',
17583
+ background: '#fff',
17584
+ border: '1px solid #ccc',
17585
+ borderRadius: 5,
17586
+ color: '#000',
17587
+ height: 35,
17588
+ paddingLeft: 15,
17589
+ paddingRight: 15
17590
+ }
17591
+ }))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17193
17592
  className: "col-lg-12 p-0"
17194
17593
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
17195
17594
  className: "mt-2 mb-3"
@@ -17522,6 +17921,7 @@ var CardsSection = function CardsSection(props) {
17522
17921
  perpageItems = _useState14[0],
17523
17922
  setperpageItems = _useState14[1];
17524
17923
  var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
17924
+ props.actions.authdetailsContext;
17525
17925
  React.useEffect(function () {
17526
17926
  var productfilerobjtemp = ProductFilterObjContext;
17527
17927
  if (props.filterparamsprops != undefined) {
@@ -17795,7 +18195,7 @@ var CardsSection = function CardsSection(props) {
17795
18195
  };
17796
18196
  if (fetchingtype == 'products') {
17797
18197
  var _arrayItem$features3;
17798
- var itemquantity = 0;
18198
+ var itemquantity = 1;
17799
18199
  if (langdetect == 'en') {
17800
18200
  cardobj.name = arrayItem.productinfo.name_en;
17801
18201
  } else {
@@ -17806,6 +18206,11 @@ var CardsSection = function CardsSection(props) {
17806
18206
  } else {
17807
18207
  cardobj.description = arrayItem.productinfo.description_ar;
17808
18208
  }
18209
+ if (langdetect == 'en') {
18210
+ cardobj.shortdescription = arrayItem.short_description_ar;
18211
+ } else {
18212
+ cardobj.shortdescription = arrayItem.productinfo.description_ar;
18213
+ }
17809
18214
  if (langdetect == 'en') {
17810
18215
  cardobj.shortdescription = arrayItem.short_description_en;
17811
18216
  } else {
@@ -17831,6 +18236,7 @@ var CardsSection = function CardsSection(props) {
17831
18236
  cardobj.productendpointurl = arrayItem.productinfo.productendpointurl;
17832
18237
  cardobj.hassale = arrayItem.productinfo.hassale;
17833
18238
  cardobj.productid = arrayItem.productinfo.productid;
18239
+ cardobj.vendorid = arrayItem.productinfo.vendorproviderid;
17834
18240
  cardobj.hasvariants = arrayItem.productinfo.hasvariants;
17835
18241
  cardobj.description_en = arrayItem.productinfo.description_en;
17836
18242
  cardobj.description_ar = arrayItem.productinfo.description_ar;
@@ -17968,6 +18374,28 @@ var CardsSection = function CardsSection(props) {
17968
18374
  }
17969
18375
  }
17970
18376
  var section_cssstyles = {
18377
+ btnnn: glamor.css({
18378
+ width: '20%',
18379
+ height: 40,
18380
+ background: '#5c5c5c',
18381
+ fontSize: 14,
18382
+ fontWeight: 400,
18383
+ color: 'white',
18384
+ borderRadius: 10,
18385
+ ':hover': {
18386
+ color: 'white',
18387
+ background: '#000',
18388
+ transition: '.3s'
18389
+ }
18390
+ }),
18391
+ titleee: glamor.css({
18392
+ fontSize: 25,
18393
+ color: '#000',
18394
+ fontWeight: 600,
18395
+ '@media (max-width: 800px)': {
18396
+ fontSize: 20
18397
+ }
18398
+ }),
17971
18399
  sectioncontainerr: glamor.css({
17972
18400
  width: sectionproperties.width + 'vw',
17973
18401
  marginTop: sectionproperties.marginTop + 'px',
@@ -18172,12 +18600,11 @@ var CardsSection = function CardsSection(props) {
18172
18600
  };
18173
18601
  var SectionTitle = function SectionTitle() {
18174
18602
  return /*#__PURE__*/React__default["default"].createElement("div", {
18175
- "class": "d-flex align-items-center",
18603
+ "class": "d-flex align-items-center flex-row",
18176
18604
  style: {
18177
18605
  position: 'relative',
18178
18606
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
18179
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
18180
- flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
18607
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
18181
18608
  }
18182
18609
  }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18183
18610
  "class": section_cssstyles.line_left
@@ -18192,14 +18619,6 @@ var CardsSection = function CardsSection(props) {
18192
18619
  }
18193
18620
  }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18194
18621
  "class": section_cssstyles.line_right
18195
- }), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18196
- style: {
18197
- width: '50%',
18198
- background: sectionproperties.linebgcolor,
18199
- height: 3,
18200
- borderRadius: 10,
18201
- marginTop: 5
18202
- }
18203
18622
  }));
18204
18623
  };
18205
18624
  var isCardsectionloading = function isCardsectionloading() {
@@ -18920,7 +19339,23 @@ var CardsSection = function CardsSection(props) {
18920
19339
  setopenFilterSlider: setopenFilterSlider,
18921
19340
  show_product_group_titles: show_product_group_titles,
18922
19341
  typeprops: 'vertical'
18923
- })), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
19342
+ })), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
19343
+ "class": "col-lg-12 allcentered my-5"
19344
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
19345
+ "class": "row m-0 w-100"
19346
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
19347
+ "class": "col-lg-12 allcentered mb-3"
19348
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
19349
+ "class": section_cssstyles.titleee + ' m-0 p-0 ',
19350
+ style: {}
19351
+ }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
19352
+ "class": "col-lg-12 allcentered"
19353
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
19354
+ "class": section_cssstyles.btnnn + ' w-md-100 ',
19355
+ onClick: function onClick() {
19356
+ routingcountext('inquiryform', false, '');
19357
+ }
19358
+ }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
18924
19359
  };
18925
19360
 
18926
19361
  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; }
@@ -22118,7 +22553,7 @@ var DownloadApp = function DownloadApp(props) {
22118
22553
  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; }
22119
22554
  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__default["default"](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; }
22120
22555
  var SocialMediaSection = function SocialMediaSection(props) {
22121
- var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
22556
+ var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16;
22122
22557
  props.actions;
22123
22558
  props.actions.StatePagePropertiesContext;
22124
22559
  var _useState = React.useState({}),
@@ -22199,26 +22634,39 @@ var SocialMediaSection = function SocialMediaSection(props) {
22199
22634
  style: {
22200
22635
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22201
22636
  }
22202
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22637
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22203
22638
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22204
22639
  onClick: function onClick() {
22205
22640
  var _authdetailsContext$i11;
22206
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null) {
22641
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
22207
22642
  var _authdetailsContext$i12;
22208
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink, '_blank');
22643
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
22209
22644
  }
22210
22645
  }
22211
- }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
22646
+ }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
22212
22647
  style: {
22213
22648
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22214
22649
  }
22215
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22650
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22216
22651
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22217
22652
  onClick: function onClick() {
22218
22653
  var _authdetailsContext$i14;
22219
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
22654
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
22220
22655
  var _authdetailsContext$i15;
22221
- 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');
22656
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
22657
+ }
22658
+ }
22659
+ }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
22660
+ style: {
22661
+ fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22662
+ }
22663
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22664
+ "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22665
+ onClick: function onClick() {
22666
+ var _authdetailsContext$i17;
22667
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
22668
+ var _authdetailsContext$i18;
22669
+ 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');
22222
22670
  }
22223
22671
  }
22224
22672
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -22231,10 +22679,10 @@ var SocialMediaSection = function SocialMediaSection(props) {
22231
22679
  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; }
22232
22680
  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__default["default"](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; }
22233
22681
  var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22234
- 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;
22682
+ 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;
22235
22683
  var actions = props.actions;
22236
22684
  var LogoutMutationContext = props.actions.LogoutMutationContext;
22237
- props.actions.setsidecartnavshowcontext;
22685
+ var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
22238
22686
  var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
22239
22687
  props.actions.StatePagePropertiesContext;
22240
22688
  var lang = props.actions.lang;
@@ -22242,12 +22690,12 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22242
22690
  var setlang = props.actions.setlang;
22243
22691
  var templatepropcontext = props.actions.templatepropcontext;
22244
22692
  var authdetailsContext = props.actions.authdetailsContext;
22245
- props.actions.fetchcustomercartQueryContext;
22693
+ var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
22246
22694
  var templateproperties_context = props.actions.templateproperties_context;
22247
22695
  props.actions.favoriteprojectscountContext;
22248
22696
  var routingcountext = props.actions.routingcountext;
22249
22697
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
22250
- props.actions.setcurrencyfunccontext;
22698
+ var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
22251
22699
  var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
22252
22700
  var ikimagecredcontext = props.actions.ikimagecredcontext;
22253
22701
  var _useState = React.useState(''),
@@ -22467,6 +22915,47 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22467
22915
  });
22468
22916
  return policyobj;
22469
22917
  };
22918
+ var CartButton = function CartButton() {
22919
+ var _fetchcustomercartQue2, _fetchcustomercartQue3;
22920
+ return /*#__PURE__*/React__default["default"].createElement("div", {
22921
+ "class": "d-flex align-items-center",
22922
+ style: {
22923
+ position: 'relative'
22924
+ }
22925
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
22926
+ className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center p-0 ',
22927
+ onClick: function onClick() {
22928
+ var _fetchcustomercartQue;
22929
+ 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) {
22930
+ routingcountext(StaticPagesLinksContext.viewcart);
22931
+ } else {
22932
+ setsidecartnavshowcontext(true);
22933
+ }
22934
+ }
22935
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
22936
+ className: ' h-100 d-flex align-items-center justify-content-center '
22937
+ }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
22938
+ size: sectionproperties.cartBtniconresp_size
22939
+ }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
22940
+ size: sectionproperties.cartBtniconresp_size
22941
+ }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
22942
+ size: sectionproperties.cartBtniconresp_size
22943
+ }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
22944
+ size: sectionproperties.cartBtniconresp_size
22945
+ }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
22946
+ size: sectionproperties.cartBtniconresp_size
22947
+ }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
22948
+ size: sectionproperties.cartBtniconresp_size
22949
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
22950
+ size: sectionproperties.cartBtniconresp_size
22951
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
22952
+ className: "".concat(header_cssstyles.badge_counter_header_notifications),
22953
+ style: {
22954
+ top: sectionproperties.cartbadgefromtop + 'px',
22955
+ right: sectionproperties.cartbadgefromright + 'px'
22956
+ }
22957
+ }, (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));
22958
+ };
22470
22959
  var _useState15 = React.useState(false),
22471
22960
  _useState16 = _slicedToArray__default["default"](_useState15, 2),
22472
22961
  openmenuCanvas = _useState16[0],
@@ -22541,10 +23030,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22541
23030
  style: {
22542
23031
  position: 'relative'
22543
23032
  }
22544
- }, /*#__PURE__*/React__default["default"].createElement("div", {
22545
- className: "col-md-6 col-sm-8 d-flex filter align-items-center p-0"
22546
- }, InstLogoContainer()), /*#__PURE__*/React__default["default"].createElement("div", {
22547
- className: "col-md-6 col-sm-4 text-end p-0"
23033
+ }, sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
23034
+ className: "col-md-4 col-sm-3 text-start p-0"
22548
23035
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22549
23036
  style: {}
22550
23037
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -22570,7 +23057,158 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22570
23057
  }), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
22571
23058
  size: sectionproperties.resp_sidenav_size,
22572
23059
  color: sectionproperties.resp_sidenav_color
22573
- })))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
23060
+ }))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23061
+ style: {
23062
+ width: '30px',
23063
+ height: sectionproperties.cart_BtnHeight_resp + 'px'
23064
+ }
23065
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
23066
+ "class": "h-100 allcentered",
23067
+ onClick: function onClick() {
23068
+ setopenSearch(true);
23069
+ }
23070
+ }, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
23071
+ size: 22,
23072
+ color: sectionproperties.cart_BtnTextcolor_resp
23073
+ })))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
23074
+ className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
23075
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
23076
+ style: {
23077
+ width: sectionproperties.cart_BtnWidth_resp + 'px',
23078
+ height: sectionproperties.cart_BtnHeight_resp + 'px'
23079
+ },
23080
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
23081
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
23082
+ "class": ' h-100 allcentered ',
23083
+ style: {
23084
+ color: sectionproperties.cart_BtnTextcolor_resp
23085
+ },
23086
+ onClick: function onClick() {
23087
+ if (sectionproperties.responsiveheaderstyle == 'Style 2') {
23088
+ if (menuactive == true) {
23089
+ setmenuactive(false);
23090
+ } else {
23091
+ setmenuactive(true);
23092
+ }
23093
+ } else {
23094
+ setopenmenuCanvas(true);
23095
+ setactiveTab('menu');
23096
+ }
23097
+ }
23098
+ }, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
23099
+ size: 20,
23100
+ color: sectionproperties.cart_BtnTextcolor_resp
23101
+ }), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
23102
+ size: 20,
23103
+ color: sectionproperties.cart_BtnTextcolor_resp
23104
+ }))), InstLogoContainer()), sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
23105
+ className: "col-md-4 col-sm-6 allcentered p-0"
23106
+ }, InstLogoContainer()), /*#__PURE__*/React__default["default"].createElement("div", {
23107
+ 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'
23108
+ }, sectionproperties.searchbar_show == 'Show' && sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
23109
+ style: {
23110
+ width: '30px',
23111
+ height: sectionproperties.cart_BtnHeight_resp + 'px'
23112
+ }
23113
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
23114
+ "class": "h-100 allcentered",
23115
+ onClick: function onClick() {
23116
+ setopenSearch(true);
23117
+ }
23118
+ }, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
23119
+ size: 22,
23120
+ color: sectionproperties.cart_BtnTextcolor_resp
23121
+ }))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23122
+ style: {
23123
+ width: '30px',
23124
+ height: sectionproperties.cart_BtnHeight_resp + 'px'
23125
+ }
23126
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
23127
+ "class": "h-100 allcentered",
23128
+ onClick: function onClick() {
23129
+ routingcountext(StaticPagesLinksContext.Wishlist);
23130
+ }
23131
+ }, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
23132
+ size: 22,
23133
+ color: sectionproperties.cart_BtnTextcolor_resp
23134
+ }))), 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__default["default"].createElement("div", {
23135
+ "class": 'd-flex align-items-center pl-1 pr-1 pt-1',
23136
+ style: {}
23137
+ }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
23138
+ "class": ' d-flex align-items-center justify-content-center '
23139
+ }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
23140
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
23141
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
23142
+ "class": "m-0 p-0 mr-1 ml-1"
23143
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
23144
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
23145
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
23146
+ "class": "m-0 p-0 ml-1 mr-1"
23147
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].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) {
23148
+ var _authdetailsContext$i4;
23149
+ return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
23150
+ "class": "m-0 p-0",
23151
+ onClick: function onClick() {
23152
+ setcurrencyfunccontext(item);
23153
+ }
23154
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
23155
+ "class": "row m-0 w-100"
23156
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
23157
+ "class": "col-lg-12 p-0 d-flex justify-content-start"
23158
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
23159
+ "class": "".concat(header_cssstyles.dropdownitemcontainer)
23160
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
23161
+ "class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
23162
+ style: {
23163
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
23164
+ fontWeight: sectionproperties.dropdown_fontweight,
23165
+ textTransform: sectionproperties.dropdown_texttransform,
23166
+ color: sectionproperties.language_container_color_resp
23167
+ }
23168
+ }, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
23169
+ "class": 'ml-2 mr-2'
23170
+ }, 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__default["default"].createElement("div", {
23171
+ "class": "col-lg-12 p-0"
23172
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
23173
+ "class": "m-0"
23174
+ }))));
23175
+ })))), sectionproperties.searchbar_show == 'Hide' && sectionproperties.logocentered == 'Centered' && sectionproperties.cartBtnShow == 'Hide' && sectionproperties.favBtnShow == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
23176
+ className: 'allcentered resposiveheader_languagedropdown',
23177
+ style: {
23178
+ marginLeft: langdetect == 'en' ? '0.25rem' : 0,
23179
+ marginRight: langdetect == 'ar' ? '0.25rem' : 0
23180
+ }
23181
+ }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
23182
+ className: ' row m-0 w-100 allcentered ',
23183
+ style: {
23184
+ direction: 'rtl',
23185
+ color: sectionproperties.cart_BtnTextcolor_resp
23186
+ },
23187
+ onClick: function onClick() {
23188
+ setlang('ar');
23189
+ }
23190
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
23191
+ "class": "m-0 p-0 font-weight-500"
23192
+ }, "\u0639"), /*#__PURE__*/React__default["default"].createElement("i", {
23193
+ className: langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'
23194
+ }, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
23195
+ size: 20
23196
+ }))), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
23197
+ className: ' row m-0 w-100 allcentered ',
23198
+ style: {
23199
+ direction: 'ltr',
23200
+ color: sectionproperties.cart_BtnTextcolor_resp
23201
+ },
23202
+ onClick: function onClick() {
23203
+ setlang('en');
23204
+ }
23205
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
23206
+ "class": "m-0 p-0 font-weight-500 mr-1"
23207
+ }, "En"), /*#__PURE__*/React__default["default"].createElement("i", {
23208
+ className: "h-100 allcentered"
23209
+ }, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
23210
+ size: 20
23211
+ }))))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
22574
23212
  "class": "px-4 py-4 scrollvertical",
22575
23213
  style: {
22576
23214
  position: 'fixed',
@@ -23213,7 +23851,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23213
23851
  }, lang.logout))))), activeTab == 'categories' && /*#__PURE__*/React__default["default"].createElement("div", {
23214
23852
  className: ' row m-0 w-100 accordionContainer anim'
23215
23853
  }, sectionproperties.subheaderParentType == 'Categories' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
23216
- allowMultipleExpanded: true,
23854
+ allowMultipleExpanded: false,
23217
23855
  allowZeroExpanded: true
23218
23856
  }, 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) {
23219
23857
  if (item.isshowntocustomers == 1) {
@@ -23269,7 +23907,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23269
23907
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23270
23908
  className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
23271
23909
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
23272
- allowMultipleExpanded: true,
23910
+ allowMultipleExpanded: false,
23273
23911
  allowZeroExpanded: true
23274
23912
  }, 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) {
23275
23913
  if (pitem.isshowntocustomers == 1) {
@@ -23345,7 +23983,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23345
23983
  }))))));
23346
23984
  }
23347
23985
  })), sectionproperties.subheaderParentType == 'Parent Collections' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
23348
- allowMultipleExpanded: true,
23986
+ allowMultipleExpanded: false,
23349
23987
  allowZeroExpanded: true
23350
23988
  }, pcollarray.map(function (item, index) {
23351
23989
  if (item.isshowntocustomers == 1) {
@@ -23459,7 +24097,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23459
24097
  }
23460
24098
  })))));
23461
24099
  }
23462
- })), 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) {
24100
+ })), 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) {
23463
24101
  if (collitem.isshowntocustomers == 1) {
23464
24102
  return /*#__PURE__*/React__default["default"].createElement("div", {
23465
24103
  className: ' row m-0 p-0 mb-2 w-100 '
@@ -23485,49 +24123,49 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23485
24123
  style: {
23486
24124
  background: '#eee'
23487
24125
  }
23488
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
24126
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
23489
24127
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
23490
24128
  onClick: function onClick() {
23491
- var _authdetailsContext$i4;
23492
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
23493
- var _authdetailsContext$i5;
23494
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
24129
+ var _authdetailsContext$i7;
24130
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
24131
+ var _authdetailsContext$i8;
24132
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
23495
24133
  }
23496
24134
  }
23497
24135
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
23498
24136
  size: '20',
23499
24137
  color: '#62564b'
23500
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
24138
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
23501
24139
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
23502
24140
  onClick: function onClick() {
23503
- var _authdetailsContext$i7;
23504
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
23505
- var _authdetailsContext$i8;
23506
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
24141
+ var _authdetailsContext$i10;
24142
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
24143
+ var _authdetailsContext$i11;
24144
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
23507
24145
  }
23508
24146
  }
23509
24147
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
23510
24148
  size: '22',
23511
24149
  color: '#62564b'
23512
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
24150
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
23513
24151
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
23514
24152
  onClick: function onClick() {
23515
- var _authdetailsContext$i10;
23516
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
23517
- var _authdetailsContext$i11;
23518
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink, '_blank');
24153
+ var _authdetailsContext$i13;
24154
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
24155
+ var _authdetailsContext$i14;
24156
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
23519
24157
  }
23520
24158
  }
23521
24159
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
23522
24160
  size: '20',
23523
24161
  color: '#62564b'
23524
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
24162
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
23525
24163
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
23526
24164
  onClick: function onClick() {
23527
- var _authdetailsContext$i13;
23528
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
23529
- var _authdetailsContext$i14;
23530
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink, '_blank');
24165
+ var _authdetailsContext$i16;
24166
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
24167
+ var _authdetailsContext$i17;
24168
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
23531
24169
  }
23532
24170
  }
23533
24171
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
@@ -26043,7 +26681,7 @@ styleInject(css_248z$y);
26043
26681
  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; }
26044
26682
  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__default["default"](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; }
26045
26683
  var ClassicHeader = function ClassicHeader(props) {
26046
- var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _templatepropcontext$;
26684
+ var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$c4, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _templatepropcontext$;
26047
26685
  var LogoutMutationContext = props.actions.LogoutMutationContext;
26048
26686
  var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
26049
26687
  var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
@@ -26691,13 +27329,14 @@ var ClassicHeader = function ClassicHeader(props) {
26691
27329
  top: sectionproperties.cartbadgetop + 'px',
26692
27330
  right: sectionproperties.cartbadgeright + 'px'
26693
27331
  }
26694
- }, (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__default["default"].createElement("p", {
26695
- "class": header_cssstyles.cartbtntext + ' mb-0 p-0 cartbtnicon ',
27332
+ }, 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__default["default"].createElement("p", {
27333
+ "class": ' mb-0 p-0 ',
26696
27334
  style: {
26697
27335
  marginLeft: langdetect == 'en' ? '9px' : 0,
26698
- marginRight: langdetect == 'ar' ? '9px' : 0
27336
+ marginRight: langdetect == 'ar' ? '9px' : 0,
27337
+ color: sectionproperties.cartBtnTextcolor
26699
27338
  }
26700
- }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)), /*#__PURE__*/React__default["default"].createElement("div", {
27339
+ }, 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__default["default"].createElement("div", {
26701
27340
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
26702
27341
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
26703
27342
  "class": ' d-flex align-items-center justify-content-center '
@@ -28349,7 +28988,7 @@ styleInject(css_248z$w);
28349
28988
  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; }
28350
28989
  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__default["default"](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; }
28351
28990
  var Header_threesectionslogocentered = function Header_threesectionslogocentered(props) {
28352
- var _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i8, _authdetailsContext$i9;
28991
+ var _authdetailsContext$i3, _authdetailsContext$i10, _authdetailsContext$i12, _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$i14, _authdetailsContext$i15;
28353
28992
  var _useState = React.useState(''),
28354
28993
  _useState2 = _slicedToArray__default["default"](_useState, 2),
28355
28994
  sectionproperties = _useState2[0],
@@ -28371,6 +29010,10 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28371
29010
  var actions = props.actions;
28372
29011
  var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
28373
29012
  var scrollYposittionprops = props.actions.scrollYposittionprops;
29013
+ var _useState3 = React.useState(false),
29014
+ _useState4 = _slicedToArray__default["default"](_useState3, 2),
29015
+ dropdownselect = _useState4[0],
29016
+ setdropdownselect = _useState4[1];
28374
29017
  React.useEffect(function () {
28375
29018
  var secpropobj = {};
28376
29019
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -28387,10 +29030,18 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28387
29030
  }
28388
29031
  setsectionproperties(_objectSpread$1T({}, secpropobj));
28389
29032
  }, [StatePagePropertiesContext]);
28390
- var _useState3 = React.useState([]),
28391
- _useState4 = _slicedToArray__default["default"](_useState3, 2),
28392
- logoarrayofobjects = _useState4[0],
28393
- setlogoarrayofobjects = _useState4[1];
29033
+ var _useState5 = React.useState([]),
29034
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
29035
+ logoarrayofobjects = _useState6[0],
29036
+ setlogoarrayofobjects = _useState6[1];
29037
+ var _useState7 = React.useState([]),
29038
+ _useState8 = _slicedToArray__default["default"](_useState7, 2),
29039
+ pcollarray = _useState8[0],
29040
+ setpcollarray = _useState8[1];
29041
+ var _useState9 = React.useState(''),
29042
+ _useState10 = _slicedToArray__default["default"](_useState9, 2),
29043
+ Choosenindex = _useState10[0],
29044
+ setChoosenindex = _useState10[1];
28394
29045
  React.useEffect(function () {
28395
29046
  if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
28396
29047
  var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
@@ -28399,6 +29050,28 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28399
29050
  }
28400
29051
  }
28401
29052
  }, [templateproperties_context]);
29053
+ React.useEffect(function () {
29054
+ var _authdetailsContext$i;
29055
+ var temppcollarray = _toConsumableArray__default["default"](pcollarray);
29056
+ 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) {
29057
+ var _arrayItem$parentcoll;
29058
+ arrayItem === null || arrayItem === void 0 || (_arrayItem$parentcoll = arrayItem.parentcolletions) === null || _arrayItem$parentcoll === void 0 || _arrayItem$parentcoll.forEach(function (item) {
29059
+ temppcollarray.push(item);
29060
+ });
29061
+ });
29062
+ setpcollarray(_toConsumableArray__default["default"](temppcollarray));
29063
+ }, [authdetailsContext]);
29064
+ React.useEffect(function () {
29065
+ var _authdetailsContext$i2;
29066
+ var temppcollarray = _toConsumableArray__default["default"](pcollarray);
29067
+ 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) {
29068
+ var _arrayItem$parentcoll2;
29069
+ arrayItem === null || arrayItem === void 0 || (_arrayItem$parentcoll2 = arrayItem.parentcolletions) === null || _arrayItem$parentcoll2 === void 0 || _arrayItem$parentcoll2.forEach(function (item) {
29070
+ temppcollarray.push(item);
29071
+ });
29072
+ });
29073
+ setpcollarray(_toConsumableArray__default["default"](temppcollarray));
29074
+ }, [authdetailsContext]);
28402
29075
  var header_cssstyles = {
28403
29076
  header_outercontainer: glamor.css({
28404
29077
  position: sectionproperties.headerstyles_position,
@@ -28629,8 +29302,151 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28629
29302
  ':hover': {
28630
29303
  color: sectionproperties.upperheadercoloronhover
28631
29304
  }
29305
+ }),
29306
+ categorybtn: glamor.css({
29307
+ background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
29308
+ width: sectionproperties.generalbtn_width + 'px',
29309
+ maxWidth: '100%',
29310
+ height: sectionproperties.generalbtn_height + 'px',
29311
+ borderRadius: sectionproperties.generalbtnborderradius + 'px',
29312
+ border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
29313
+ color: sectionproperties.generalbtn_textColor,
29314
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
29315
+ fontWeight: sectionproperties.generalbtn_fontweight,
29316
+ // background: '#003b42',
29317
+ // width: '100%',
29318
+ // height: 40,
29319
+ // borderRadius: 10,
29320
+ // color: 'white',
29321
+ // fontSize: 14,
29322
+ transition: '.3s',
29323
+ ':hover': {
29324
+ color: sectionproperties.generalbtn_textColoronhover,
29325
+ backgroundColor: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover
29326
+ // color: '#fff',
29327
+ // backgroundColor: '#de5511',
29328
+ }
29329
+ }),
29330
+ categoryname: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
29331
+ color: sectionproperties.subheader_categorytitle_fontColor,
29332
+ fontSize: sectionproperties.subheader_categorytitle_fontSize + 'px',
29333
+ textTransform: sectionproperties.subheader_categorytitle_textTransform,
29334
+ fontWeight: sectionproperties.subheader_categorytitle_textfontweight
29335
+ }, "color", '#003B42'), "fontSize", 14), "fontWeight", 500), "transition", '.3s'), ':hover', _defineProperty__default["default"]({
29336
+ color: sectionproperties.subheader_categorytitle_coloronhover
29337
+ }, "color", '#de5511'))),
29338
+ parentcollection: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
29339
+ color: sectionproperties.subheader_collectiontitle_fontColor,
29340
+ fontSize: sectionproperties.subheader_collectiontitle_fontSize + 'px',
29341
+ textTransform: sectionproperties.subheader_collectiontitle_textTransform,
29342
+ fontWeight: sectionproperties.subheader_collectiontitle_textfontweight,
29343
+ transition: '.3s'
29344
+ }, "color", '#003B42'), "fontSize", 14), "fontWeight", 500), ':hover', _defineProperty__default["default"]({
29345
+ color: sectionproperties.subheader_collectiontitle_coloronhover
29346
+ }, "color", '#de5511'))),
29347
+ collectionName: glamor.css({
29348
+ color: sectionproperties.collectionsectiontextcolor,
29349
+ fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
29350
+ textTransform: sectionproperties.collectionsectiontexttransform,
29351
+ fontWeight: sectionproperties.collectionsectiontextfontweight,
29352
+ transition: '.3s',
29353
+ // color: '#003B42',
29354
+ // fontSize: 14,
29355
+ // fontWeight: 400,
29356
+ ':hover': {
29357
+ color: sectionproperties.collectionsectiontextcoloronhover
29358
+ // color: '#de5511',
29359
+ }
28632
29360
  })
28633
29361
  };
29362
+ var ButtonDropdown = function ButtonDropdown(item, index, fetchedarray) {
29363
+ var _fetchedarray$Choosen, _fetchedarray$Choosen2, _pcollarray$Choosenin, _pcollarray$Choosenin2;
29364
+ var parentclassname = '';
29365
+ if (sectionproperties.fetchparenttype == 'Categories') {
29366
+ parentclassname = header_cssstyles.categoryname;
29367
+ } else if (sectionproperties.fetchparenttype == 'Parent Collections') {
29368
+ parentclassname = header_cssstyles.parentcollection;
29369
+ } else {
29370
+ parentclassname = header_cssstyles.collectionName;
29371
+ }
29372
+ return /*#__PURE__*/React__default["default"].createElement("li", {
29373
+ "class": "dropdown d-flex align-items-center w-100"
29374
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29375
+ "class": parentclassname + ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer ',
29376
+ onMouseEnter: function onMouseEnter() {
29377
+ setChoosenindex(index);
29378
+ }
29379
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29380
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
29381
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
29382
+ "class": ' m-0 p-0 wordbreak wordbreak1 ',
29383
+ onClick: function onClick() {
29384
+ if (sectionproperties.fetchparenttype == 'Categories') {
29385
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
29386
+ } else if (sectionproperties.fetchparenttype == 'Parent Collections') {
29387
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
29388
+ } else {
29389
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
29390
+ }
29391
+ }
29392
+ }, langdetect == 'en' ? item.title_en : item.title_ar)), sectionproperties.fetchparenttype != 'Collections' && /*#__PURE__*/React__default["default"].createElement("div", {
29393
+ className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
29394
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
29395
+ className: ' p-0 h-100 allcentered '
29396
+ }, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
29397
+ size: sectionproperties.collectionsectioniconfontsize
29398
+ }) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
29399
+ size: sectionproperties.collectionsectioniconfontsize
29400
+ })))), 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__default["default"].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) {
29401
+ var _item$collections;
29402
+ return /*#__PURE__*/React__default["default"].createElement("li", {
29403
+ "class": "dropdown d-flex align-items-center w-100"
29404
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29405
+ "class": header_cssstyles.parentcollection + ' w-100 dropdownInnerContainer cursor-pointer ',
29406
+ onClick: function onClick() {
29407
+ if (sectionproperties.fetchparenttype == 'Categories') {
29408
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
29409
+ } else {
29410
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
29411
+ }
29412
+ }
29413
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29414
+ "class": "row m-0 w-100"
29415
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29416
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 '
29417
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
29418
+ "class": ' m-0 p-0 wordbreak wordbreak1 '
29419
+ }, langdetect == 'en' ? item.title_en : item.title_ar)), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
29420
+ className: 'col-lg-2 col-md-2 col-sm-2 d-flex justify-content-end align-items-center p-0 '
29421
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
29422
+ className: ' p-0 h-100 allcentered '
29423
+ }, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, {
29424
+ size: sectionproperties.collectionsectioniconfontsize
29425
+ }) : /*#__PURE__*/React__default["default"].createElement(BsChevronLeft.BsChevronLeft, {
29426
+ size: sectionproperties.collectionsectioniconfontsize
29427
+ }))))), (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && /*#__PURE__*/React__default["default"].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) {
29428
+ return /*#__PURE__*/React__default["default"].createElement("li", {
29429
+ "class": header_cssstyles.collectionName + ' w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer ',
29430
+ onClick: function onClick() {
29431
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
29432
+ }
29433
+ }, langdetect == 'en' ? item.title_en : item.title_ar);
29434
+ })));
29435
+ })), sectionproperties.fetchparenttype == 'Parent Collections' && ((_pcollarray$Choosenin = pcollarray[Choosenindex]) === null || _pcollarray$Choosenin === void 0 ? void 0 : _pcollarray$Choosenin.collections.length) != 0 && /*#__PURE__*/React__default["default"].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) {
29436
+ return /*#__PURE__*/React__default["default"].createElement("li", {
29437
+ "class": "dropdown d-flex align-items-center w-100"
29438
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29439
+ "class": header_cssstyles.collectionName + ' w-100 dropdownInnerContainer cursor-pointer ',
29440
+ onClick: function onClick() {
29441
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
29442
+ }
29443
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29444
+ className: ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start align-items-center p-0 '
29445
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
29446
+ "class": ' m-0 p-0 wordbreak wordbreak1 '
29447
+ }, langdetect == 'en' ? item.title_en : item.title_ar))));
29448
+ })));
29449
+ };
28634
29450
  return /*#__PURE__*/React__default["default"].createElement("div", {
28635
29451
  "class": ' row m-0 w-100 d-flex justify-content-center align-items-center ',
28636
29452
  style: {
@@ -28656,7 +29472,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28656
29472
  transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
28657
29473
  }
28658
29474
  }))), /*#__PURE__*/React__default["default"].createElement("a", {
28659
- 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),
29475
+ 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),
28660
29476
  target: '_blank',
28661
29477
  style: {
28662
29478
  position: 'fixed',
@@ -28704,30 +29520,30 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28704
29520
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
28705
29521
  "class": header_cssstyles.fbbtn + ' cursor-pointer ml-3 mr-3 ',
28706
29522
  onClick: function onClick() {
28707
- var _authdetailsContext$i2;
28708
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
28709
- var _authdetailsContext$i3;
28710
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
29523
+ var _authdetailsContext$i4;
29524
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
29525
+ var _authdetailsContext$i5;
29526
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
28711
29527
  }
28712
29528
  },
28713
29529
  size: sectionproperties.facebkbtnniconfontsize
28714
29530
  }), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(AiOutlineInstagram.AiOutlineInstagram, {
28715
29531
  "class": header_cssstyles.instagrambtn + ' cursor-pointer ml-3 mr-3 ',
28716
29532
  onClick: function onClick() {
28717
- var _authdetailsContext$i4;
28718
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
28719
- var _authdetailsContext$i5;
28720
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
29533
+ var _authdetailsContext$i6;
29534
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null) {
29535
+ var _authdetailsContext$i7;
29536
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink, '_blank');
28721
29537
  }
28722
29538
  },
28723
29539
  size: sectionproperties.instgrambtniconfontsize
28724
29540
  }), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
28725
29541
  "class": header_cssstyles.whatsapp_btn + ' cursor-pointer ml-3 mr-3 ',
28726
29542
  onClick: function onClick() {
28727
- var _authdetailsContext$i6;
28728
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
28729
- var _authdetailsContext$i7;
28730
- 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');
29543
+ var _authdetailsContext$i8;
29544
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.whatsappnumber) != null) {
29545
+ var _authdetailsContext$i9;
29546
+ 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');
28731
29547
  }
28732
29548
  },
28733
29549
  size: sectionproperties.youtubebtniconfontsize
@@ -28798,12 +29614,68 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28798
29614
  }), /*#__PURE__*/React__default["default"].createElement("span", {
28799
29615
  "class": 'ml-2 mr-2'
28800
29616
  }, lang.english)))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
28801
- "class": "".concat(headerstyles$a.header_innercontainer, " ").concat(header_cssstyles.header_innercontainer) + ' row m-0 w-100 d-flex align-items-center ',
29617
+ "class": "".concat(headerstyles$a.header_innercontainer, " ").concat(header_cssstyles.header_innercontainer) + ' row m-0 w-100 d-flex align-items-center px-1024-1 ',
28802
29618
  style: {
28803
29619
  zIndex: 2
28804
29620
  }
28805
29621
  }, /*#__PURE__*/React__default["default"].createElement("div", {
28806
29622
  "class": "col-lg-5 p-0 d-flex align-items-center justify-content-start h-100"
29623
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29624
+ "class": "row m-0 w-100"
29625
+ }, sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
29626
+ "class": 'col-lg-3 col-xl-4 d-flex align-items-center justify-content-start ',
29627
+ onClick: function onClick() {
29628
+ setdropdownselect(!dropdownselect);
29629
+ }
29630
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29631
+ "class": "".concat(header_cssstyles.categorybtn) + ' categoriesdropdown d-flex w-100 align-items-center pl-2 pr-2 ',
29632
+ style: {
29633
+ zIndex: 100000
29634
+ }
29635
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
29636
+ "class": langdetect == 'en' ? 'dropdown dropdownen w-100' : 'dropdown dropdownar w-100'
29637
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29638
+ "class": ' m-0 allcentered cursor-pointer px-2 p-lg-0 '
29639
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29640
+ "class": 'col-lg-10 d-flex justify-content-start m-0 p-0'
29641
+ }, langdetect == 'en' ? 'Products' : 'المنتجات'), /*#__PURE__*/React__default["default"].createElement("div", {
29642
+ "class": "col-lg-2 p-0 h-100 d-flex align-items-center justify-content-end d-xl-flex d-lg-none"
29643
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
29644
+ "class": "h-100 d-flex align-items-center justify-content-end"
29645
+ }, dropdownselect ? /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowUp.MdKeyboardArrowUp, {
29646
+ size: 25
29647
+ }) : /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
29648
+ size: 25
29649
+ })))), /*#__PURE__*/React__default["default"].createElement("ul", {
29650
+ "class": "mt-2",
29651
+ sytle: {
29652
+ width: '200px'
29653
+ }
29654
+ }, 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) {
29655
+ var _authdetailsContext$i11;
29656
+ var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instcategories;
29657
+ if (item.isshowntocustomers == 1) {
29658
+ return /*#__PURE__*/React__default["default"].createElement("div", {
29659
+ "class": "w-100"
29660
+ }, ButtonDropdown(item, index, fetchedarray));
29661
+ }
29662
+ })), sectionproperties.fetchparenttype == 'Parent Collections' && (pcollarray === null || pcollarray === void 0 ? void 0 : pcollarray.map(function (item, index) {
29663
+ var fetchedarray = pcollarray;
29664
+ if (item.isshowntocustomers == 1) {
29665
+ return /*#__PURE__*/React__default["default"].createElement("div", {
29666
+ "class": "w-100"
29667
+ }, ButtonDropdown(item, index, fetchedarray));
29668
+ }
29669
+ })), 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) {
29670
+ var _authdetailsContext$i13;
29671
+ var fetchedarray = authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instcollections;
29672
+ if (item.isshowntocustomers == 1) {
29673
+ return /*#__PURE__*/React__default["default"].createElement("div", {
29674
+ "class": "w-100"
29675
+ }, ButtonDropdown(item, index, fetchedarray));
29676
+ }
29677
+ })))))), /*#__PURE__*/React__default["default"].createElement("div", {
29678
+ "class": sectionproperties.generalbtn_show == 'Show' ? 'col-xl-8 col-lg-9' : 'col-12'
28807
29679
  }, /*#__PURE__*/React__default["default"].createElement("div", {
28808
29680
  "class": ' scrollhorizontal w-100 align-items-center h-100 ',
28809
29681
  style: {
@@ -28831,7 +29703,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
28831
29703
  "class": "".concat(headerstyles$a.navbar_item_text, " ").concat(header_cssstyles.navbar_item_text)
28832
29704
  }, langdetect == 'en' ? item.pagename : item.pagename_ar)));
28833
29705
  }
28834
- })), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
29706
+ })))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
28835
29707
  "class": "row m-0 w-100 p-0"
28836
29708
  }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
28837
29709
  sectionpropertiesprops: sectionproperties,
@@ -29110,7 +29982,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
29110
29982
  }
29111
29983
  }), /*#__PURE__*/React__default["default"].createElement("span", {
29112
29984
  "class": 'ml-2 mr-2'
29113
- }, "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__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
29985
+ }, "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__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
29114
29986
  "class": ' d-flex align-items-center justify-content-center '
29115
29987
  }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
29116
29988
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
@@ -29120,8 +29992,8 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
29120
29992
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
29121
29993
  }, /*#__PURE__*/React__default["default"].createElement("p", {
29122
29994
  "class": "m-0 p-0 ml-2 mr-2"
29123
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].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) {
29124
- var _authdetailsContext$i10;
29995
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].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) {
29996
+ var _authdetailsContext$i16;
29125
29997
  return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
29126
29998
  onClick: function onClick() {
29127
29999
  setcurrencyfunccontext(item);
@@ -29139,7 +30011,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
29139
30011
  fontWeight: sectionproperties.dropdown_fontweight,
29140
30012
  textTransform: sectionproperties.dropdown_texttransform
29141
30013
  }
29142
- }, 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__default["default"].createElement("div", {
30014
+ }, 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__default["default"].createElement("div", {
29143
30015
  "class": "col-lg-12 p-0"
29144
30016
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
29145
30017
  "class": "m-0"
@@ -29480,6 +30352,31 @@ var Simpleheader = function Simpleheader(props) {
29480
30352
  templateproperties_contextprops: templateproperties_context,
29481
30353
  actions: actions
29482
30354
  }), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
30355
+ style: {
30356
+ position: 'fixed',
30357
+ bottom: 15,
30358
+ right: 15,
30359
+ zIndex: 2000,
30360
+ transition: 'all 0.3s ease-out',
30361
+ width: '100%',
30362
+ display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
30363
+ },
30364
+ "class": "text-end"
30365
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
30366
+ "class": header_cssstyles.floatingbtn + ' allcentered ',
30367
+ style: {},
30368
+ onClick: function onClick() {
30369
+ if (sectionproperties.btnlinktype == 'Website Link') {
30370
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30371
+ } else {
30372
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30373
+
30374
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30375
+ }
30376
+ }
30377
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
30378
+ "class": "m-0 p-0"
30379
+ }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29483
30380
  style: {
29484
30381
  position: 'fixed',
29485
30382
  bottom: 15,
@@ -29493,7 +30390,13 @@ var Simpleheader = function Simpleheader(props) {
29493
30390
  "class": header_cssstyles.floatingbtn + ' allcentered ',
29494
30391
  style: {},
29495
30392
  onClick: function onClick() {
29496
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30393
+ if (sectionproperties.btnlinktype == 'Website Link') {
30394
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30395
+ } else {
30396
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30397
+
30398
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30399
+ }
29497
30400
  }
29498
30401
  }, /*#__PURE__*/React__default["default"].createElement("p", {
29499
30402
  "class": "m-0 p-0"
@@ -29662,7 +30565,7 @@ var Simpleheader = function Simpleheader(props) {
29662
30565
  size: sectionproperties.cartBtn_iconFontSize
29663
30566
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
29664
30567
  size: sectionproperties.cartBtn_iconFontSize
29665
- }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
30568
+ }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29666
30569
  "class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
29667
30570
  onClick: function onClick() {
29668
30571
  routingcountext(StaticPagesLinksContext.Login);
@@ -29674,7 +30577,7 @@ var Simpleheader = function Simpleheader(props) {
29674
30577
  fontWeight: sectionproperties.userBtnTextfontweight,
29675
30578
  fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
29676
30579
  }
29677
- }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
30580
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
29678
30581
  className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
29679
30582
  sytle: {
29680
30583
  position: 'relative'
@@ -29753,7 +30656,7 @@ var Simpleheader = function Simpleheader(props) {
29753
30656
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
29754
30657
  }, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
29755
30658
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
29756
- }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
30659
+ }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29757
30660
  "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 ',
29758
30661
  sytle: {
29759
30662
  position: 'relative'
@@ -30521,6 +31424,23 @@ var Header8 = function Header8(props) {
30521
31424
  ':hover': {
30522
31425
  color: sectionproperties.collectionsectiontextcoloronhover
30523
31426
  }
31427
+ }),
31428
+ floatingbtn: glamor.css({
31429
+ width: sectionproperties.floatingbtnwidth + '%',
31430
+ height: sectionproperties.floatingbtnheight + 'px',
31431
+ background: sectionproperties.floatingbtnbg,
31432
+ fontSize: sectionproperties.floatingbtnfontsize + 'px',
31433
+ color: sectionproperties.floatingbtncolor,
31434
+ borderRadius: 10,
31435
+ ':hover': {
31436
+ color: sectionproperties.floatingbtncolorhover,
31437
+ backgroundColor: sectionproperties.floatingbtnbghover,
31438
+ transitions: '.3s',
31439
+ cursor: 'pointer'
31440
+ },
31441
+ '@media (max-width: 800px)': {
31442
+ width: '50%'
31443
+ }
30524
31444
  })
30525
31445
  };
30526
31446
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -30535,7 +31455,26 @@ var Header8 = function Header8(props) {
30535
31455
  sectionpropertiesprops: sectionproperties,
30536
31456
  templateproperties_contextprops: templateproperties_context,
30537
31457
  actions: actions
30538
- })), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
31458
+ })), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
31459
+ style: {
31460
+ position: 'fixed',
31461
+ bottom: 15,
31462
+ right: 15,
31463
+ zIndex: 2000,
31464
+ transition: 'all 0.3s ease-out',
31465
+ width: '100%',
31466
+ display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
31467
+ },
31468
+ "class": "text-end"
31469
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
31470
+ "class": header_cssstyles.floatingbtn + ' allcentered ',
31471
+ style: {},
31472
+ onClick: function onClick() {
31473
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
31474
+ }
31475
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
31476
+ "class": "m-0 p-0"
31477
+ }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
30539
31478
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
30540
31479
  target: '_self',
30541
31480
  style: {
@@ -33718,11 +34657,11 @@ var Modernheader = function Modernheader(props) {
33718
34657
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33719
34658
  "class": "row m-0 w-100"
33720
34659
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33721
- "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center justify-content-center px-1025-1 '
34660
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
33722
34661
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33723
- "class": "col-lg-4 col-md-6 col-sm-12 d-none align-items-center justify-content-start p-0",
34662
+ "class": "col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-0",
33724
34663
  style: {}
33725
- }, sectionproperties.searchbartype == 'Full Width' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34664
+ }, sectionproperties.searchbartype == 'Full Width' && /*#__PURE__*/React__default["default"].createElement("div", {
33726
34665
  "class": header_cssstyles.searchbarcont
33727
34666
  }, /*#__PURE__*/React__default["default"].createElement("input", {
33728
34667
  type: "text",
@@ -33741,7 +34680,7 @@ var Modernheader = function Modernheader(props) {
33741
34680
  sectionpropertiesprops: sectionproperties,
33742
34681
  srcfromprops: 'fullheader',
33743
34682
  actions: actions
33744
- })), sectionproperties.searchbartype == 'Icon' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34683
+ })), sectionproperties.searchbartype == 'Icon' && /*#__PURE__*/React__default["default"].createElement("div", {
33745
34684
  "class": header_cssstyles.searchbarcont + ' allcentered ',
33746
34685
  style: {
33747
34686
  width: sectionproperties.searchbaricon_width + 'px',
@@ -33763,12 +34702,22 @@ var Modernheader = function Modernheader(props) {
33763
34702
  }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
33764
34703
  "class": ' row m-0 w-100 d-flex align-items-center '
33765
34704
  }, /*#__PURE__*/React__default["default"].createElement("p", {
33766
- "class": "m-0 p-0 mr-2 ml-2"
33767
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
34705
+ "class": "m-0 p-0 mr-2 ml-2",
34706
+ style: {
34707
+ color: sectionproperties.searchbaricon_color
34708
+ }
34709
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
34710
+ color: sectionproperties.searchbaricon_color
34711
+ })), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
33768
34712
  "class": ' row m-0 w-100 d-flex align-items-center '
33769
34713
  }, /*#__PURE__*/React__default["default"].createElement("p", {
33770
- "class": "m-0 p-0 ml-2 mr-2"
33771
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].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) {
34714
+ "class": "m-0 p-0 ml-2 mr-2",
34715
+ style: {
34716
+ color: sectionproperties.searchbaricon_color
34717
+ }
34718
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
34719
+ color: sectionproperties.searchbaricon_color
34720
+ })))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].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) {
33772
34721
  var _authdetailsContext$i4;
33773
34722
  return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33774
34723
  onClick: function onClick() {
@@ -33785,7 +34734,8 @@ var Modernheader = function Modernheader(props) {
33785
34734
  style: {
33786
34735
  fontSize: sectionproperties.dropdown_fontsize + 'px',
33787
34736
  fontWeight: sectionproperties.dropdown_fontweight,
33788
- textTransform: sectionproperties.dropdown_texttransform
34737
+ textTransform: sectionproperties.dropdown_texttransform,
34738
+ color: sectionproperties.searchbaricon_color
33789
34739
  }
33790
34740
  }, /*#__PURE__*/React__default["default"].createElement("span", {
33791
34741
  "class": 'ml-2 mr-2'
@@ -33795,7 +34745,7 @@ var Modernheader = function Modernheader(props) {
33795
34745
  "class": "m-0"
33796
34746
  }))));
33797
34747
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
33798
- "class": "col-lg-6 col-md-6 col-sm-12 allcentered p-0"
34748
+ "class": "col-lg-4 col-md-6 col-sm-12 allcentered p-0"
33799
34749
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33800
34750
  "class": "".concat(header_cssstyles.header_logo) + ' allcentered ',
33801
34751
  style: {
@@ -33814,8 +34764,8 @@ var Modernheader = function Modernheader(props) {
33814
34764
  objectFit: 'contain'
33815
34765
  }
33816
34766
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
33817
- "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-none align-items-center justify-content-end"
33818
- }, sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34767
+ "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-flex align-items-center justify-content-end"
34768
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
33819
34769
  style: {
33820
34770
  marginRight: langdetect == 'en' ? '30px' : 0,
33821
34771
  marginLeft: langdetect == 'en' ? 0 : '30px'
@@ -33957,7 +34907,7 @@ var Modernheader = function Modernheader(props) {
33957
34907
  top: sectionproperties.wishlistbadgetop + 'px',
33958
34908
  right: sectionproperties.wishlistbadgeright + 'px'
33959
34909
  }
33960
- }, /*#__PURE__*/React__default["default"].createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34910
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), /*#__PURE__*/React__default["default"].createElement("div", {
33961
34911
  "class": "".concat(headerstyles$g.header_menu, " ").concat(header_cssstyles.cart_btn) + ' cursor-pointer allcentered ',
33962
34912
  onClick: function onClick() {
33963
34913
  setsidecartnavshowcontext(true);
@@ -33998,7 +34948,7 @@ var Modernheader = function Modernheader(props) {
33998
34948
  top: sectionproperties.cartbadgetop + 'px',
33999
34949
  right: sectionproperties.cartbadgeright + 'px'
34000
34950
  }
34001
- }, (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__default["default"].createElement("div", {
34951
+ }, (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__default["default"].createElement("div", {
34002
34952
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
34003
34953
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
34004
34954
  "class": "".concat(headerstyles$g.header_menu) + ' allcentered '
@@ -40683,7 +41633,16 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
40683
41633
  }
40684
41634
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
40685
41635
  "class": "col-lg-12 p-0"
40686
- }, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41636
+ }, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41637
+ sectionpropertiesprops: sectionproperties,
41638
+ actions: actions
41639
+ }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41640
+ sectionpropertiesprops: sectionproperties,
41641
+ actions: actions
41642
+ }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
41643
+ sectionpropertiesprops: sectionproperties,
41644
+ actions: actions
41645
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
40687
41646
  sectionpropertiesprops: sectionproperties,
40688
41647
  actions: actions
40689
41648
  })));
@@ -41505,10 +42464,19 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
41505
42464
  subheadercontentpositionprops: 'center',
41506
42465
  numofcols: '6'
41507
42466
  }
41508
- })))), /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
42467
+ })))), sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41509
42468
  sectionpropertiesprops: sectionproperties,
41510
42469
  actions: actions
41511
- }));
42470
+ }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
42471
+ sectionpropertiesprops: sectionproperties,
42472
+ actions: actions
42473
+ }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
42474
+ sectionpropertiesprops: sectionproperties,
42475
+ actions: actions
42476
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
42477
+ sectionpropertiesprops: sectionproperties,
42478
+ actions: actions
42479
+ }), ' ');
41512
42480
  };
41513
42481
 
41514
42482
  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; }
@@ -42869,7 +43837,7 @@ var Allinonefooter = function Allinonefooter(props) {
42869
43837
  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; }
42870
43838
  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__default["default"](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; }
42871
43839
  var Footer1 = function Footer1(props) {
42872
- 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;
43840
+ 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;
42873
43841
  var _useState = React.useState(''),
42874
43842
  _useState2 = _slicedToArray__default["default"](_useState, 2),
42875
43843
  sectionproperties = _useState2[0],
@@ -42888,14 +43856,6 @@ var Footer1 = function Footer1(props) {
42888
43856
  var templateproperties_context = props.actions.templateproperties_context;
42889
43857
  var templatepropcontext = props.actions.templatepropcontext;
42890
43858
  var ikimagecredcontext = props.actions.ikimagecredcontext;
42891
- // const [newsletter, setnewsletter] = useState('');
42892
- var _useState5 = React.useState({
42893
- min: '',
42894
- max: ''
42895
- }),
42896
- _useState6 = _slicedToArray__default["default"](_useState5, 2),
42897
- pricevalue2 = _useState6[0],
42898
- setpricevalue2 = _useState6[1];
42899
43859
  React.useEffect(function () {
42900
43860
  if (props.srcfrom == 'addsectionform') {
42901
43861
  var secpropobj = {};
@@ -42923,18 +43883,6 @@ var Footer1 = function Footer1(props) {
42923
43883
  }
42924
43884
  }
42925
43885
  }, [templateproperties_context]);
42926
- var _useState7 = React.useState([]),
42927
- _useState8 = _slicedToArray__default["default"](_useState7, 2),
42928
- bgimagearrayofobjs = _useState8[0],
42929
- setbgimagearrayofobjs = _useState8[1];
42930
- React.useEffect(function () {
42931
- if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
42932
- var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
42933
- if (Array.isArray(bg1_arrayofobjsparsed)) {
42934
- setbgimagearrayofobjs(_toConsumableArray__default["default"](bg1_arrayofobjsparsed));
42935
- }
42936
- }
42937
- }, [sectionproperties]);
42938
43886
  var footerStyles = {
42939
43887
  footerContainer: glamor.css({
42940
43888
  width: '100vw',
@@ -43065,17 +44013,6 @@ var Footer1 = function Footer1(props) {
43065
44013
  maxWidth: '35%',
43066
44014
  height: 'auto'
43067
44015
  }
43068
- }),
43069
- btnn: glamor.css({
43070
- width: '150px',
43071
- height: 40,
43072
- borderRadius: 10,
43073
- background: '#C2A24D',
43074
- color: 'white',
43075
- ':hover': {
43076
- transition: '.3s',
43077
- background: '#186a81'
43078
- }
43079
44016
  })
43080
44017
  };
43081
44018
  var returnpolicyobj = function returnpolicyobj(policytype) {
@@ -43090,8 +44027,8 @@ var Footer1 = function Footer1(props) {
43090
44027
  };
43091
44028
  return /*#__PURE__*/React__default["default"].createElement("div", {
43092
44029
  "class": "row m-0 w-100 d-flex justify-content-center"
43093
- }, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
43094
- "class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
44030
+ }, /*#__PURE__*/React__default["default"].createElement("footer", {
44031
+ "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43095
44032
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43096
44033
  "class": "row w-100 m-0 d-flex justify-content-center"
43097
44034
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43101,7 +44038,7 @@ var Footer1 = function Footer1(props) {
43101
44038
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43102
44039
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43103
44040
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43104
- 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,
44041
+ 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,
43105
44042
  style: {
43106
44043
  width: '100%',
43107
44044
  height: '100%',
@@ -43115,7 +44052,7 @@ var Footer1 = function Footer1(props) {
43115
44052
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43116
44053
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43117
44054
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43118
- 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,
44055
+ path: authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instlogo,
43119
44056
  style: {
43120
44057
  width: '100%',
43121
44058
  height: '100%',
@@ -43251,10 +44188,10 @@ var Footer1 = function Footer1(props) {
43251
44188
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43252
44189
  "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43253
44190
  onClick: function onClick() {
43254
- var _authdetailsContext$i2;
43255
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
43256
- var _authdetailsContext$i3;
43257
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
44191
+ var _authdetailsContext$i3;
44192
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
44193
+ var _authdetailsContext$i4;
44194
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
43258
44195
  }
43259
44196
  }
43260
44197
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
@@ -43262,10 +44199,10 @@ var Footer1 = function Footer1(props) {
43262
44199
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43263
44200
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43264
44201
  onClick: function onClick() {
43265
- var _authdetailsContext$i4;
43266
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
43267
- var _authdetailsContext$i5;
43268
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
44202
+ var _authdetailsContext$i5;
44203
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
44204
+ var _authdetailsContext$i6;
44205
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
43269
44206
  }
43270
44207
  }
43271
44208
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -43273,25 +44210,14 @@ var Footer1 = function Footer1(props) {
43273
44210
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43274
44211
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43275
44212
  onClick: function onClick() {
43276
- var _authdetailsContext$i6;
43277
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
43278
- var _authdetailsContext$i7;
43279
- 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');
44213
+ var _authdetailsContext$i7;
44214
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber) != null) {
44215
+ var _authdetailsContext$i8;
44216
+ 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');
43280
44217
  }
43281
44218
  }
43282
44219
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
43283
44220
  size: sectionproperties.youtubebtniconfontsize
43284
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
43285
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43286
- onClick: function onClick() {
43287
- var _authdetailsContext$i9;
43288
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
43289
- var _authdetailsContext$i10;
43290
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
43291
- }
43292
- }
43293
- }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
43294
- size: sectionproperties.instgrambtniconfontsize
43295
44221
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
43296
44222
  "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43297
44223
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43302,15 +44228,15 @@ var Footer1 = function Footer1(props) {
43302
44228
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer mx-2 ',
43303
44229
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43304
44230
  onClick: function onClick() {
43305
- var _authdetailsContext$i11;
43306
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
44231
+ var _authdetailsContext$i9;
44232
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_appstore, '_blank');
43307
44233
  }
43308
44234
  }), /*#__PURE__*/React__default["default"].createElement("img", {
43309
44235
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer mx-2 ',
43310
44236
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43311
44237
  onClick: function onClick() {
43312
- var _authdetailsContext$i12;
43313
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
44238
+ var _authdetailsContext$i10;
44239
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.mobileapplink_playstore, '_blank');
43314
44240
  }
43315
44241
  })), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43316
44242
  "class": "col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
@@ -43327,12 +44253,12 @@ var Footer1 = function Footer1(props) {
43327
44253
  textTransform: sectionproperties.footerinfotext_textTransform
43328
44254
  },
43329
44255
  onClick: function onClick() {
43330
- var _authdetailsContext$i13;
43331
- 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');
44256
+ var _authdetailsContext$i11;
44257
+ 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');
43332
44258
  }
43333
44259
  }, /*#__PURE__*/React__default["default"].createElement("i", {
43334
44260
  "class": ' fa fa-at mr-2 text-transform-none ml-2 '
43335
- }), 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__default["default"].createElement("div", {
44261
+ }), 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__default["default"].createElement("div", {
43336
44262
  "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
43337
44263
  }, /*#__PURE__*/React__default["default"].createElement("p", {
43338
44264
  "class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center mr-1 ',
@@ -43361,151 +44287,7 @@ var Footer1 = function Footer1(props) {
43361
44287
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43362
44288
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
43363
44289
  size: sectionproperties.footerinfoicon_fontsize
43364
- })), 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__default["default"].createElement("footer", {
43365
- "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43366
- }, /*#__PURE__*/React__default["default"].createElement("div", {
43367
- "class": "row w-100 m-0 d-flex justify-content-center"
43368
- }, /*#__PURE__*/React__default["default"].createElement("div", {
43369
- "class": "col-lg-6"
43370
- }, /*#__PURE__*/React__default["default"].createElement("div", {
43371
- "class": "row m-0 w-100"
43372
- }, /*#__PURE__*/React__default["default"].createElement("div", {
43373
- "class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
43374
- }, /*#__PURE__*/React__default["default"].createElement("div", {
43375
- "class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
43376
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43377
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43378
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43379
- 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,
43380
- style: {
43381
- width: '100%',
43382
- height: '100%',
43383
- objectFit: 'contain'
43384
- },
43385
- loading: "lazy"
43386
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
43387
- "class": "col-lg-12 p-0 mb-3"
43388
- }, /*#__PURE__*/React__default["default"].createElement("p", {
43389
- "class": "m-0 p-0",
43390
- style: {
43391
- fontSize: '15px',
43392
- color: '#fff',
43393
- fontWeight: sectionproperties.prodCatFontWeight,
43394
- textAlign: langdetect == 'en' ? 'left' : 'right'
43395
- }
43396
- }, 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__default["default"].createElement("div", {
43397
- "class": "col-lg-12 p-0 flex-row text-start"
43398
- }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43399
- "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43400
- onClick: function onClick() {
43401
- var _authdetailsContext$i18;
43402
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.facebooklink) != null) {
43403
- var _authdetailsContext$i19;
43404
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink, '_blank');
43405
- }
43406
- }
43407
- }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43408
- size: sectionproperties.facebkbtnniconfontsize
43409
- })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43410
- "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43411
- onClick: function onClick() {
43412
- var _authdetailsContext$i20;
43413
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.instagramlink) != null) {
43414
- var _authdetailsContext$i21;
43415
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink, '_blank');
43416
- }
43417
- }
43418
- }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43419
- size: sectionproperties.instgrambtniconfontsize
43420
- })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43421
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43422
- onClick: function onClick() {
43423
- var _authdetailsContext$i22;
43424
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
43425
- var _authdetailsContext$i23;
43426
- 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');
43427
- }
43428
- }
43429
- }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
43430
- size: sectionproperties.youtubebtniconfontsize
43431
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
43432
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43433
- onClick: function onClick() {
43434
- var _authdetailsContext$i25;
43435
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.twitterlink) != null) {
43436
- var _authdetailsContext$i26;
43437
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.twitterlink, '_blank');
43438
- }
43439
- }
43440
- }, /*#__PURE__*/React__default["default"].createElement("i", {
43441
- className: "h-100 allcentered",
43442
- style: {
43443
- fontSize: 20
43444
- }
43445
- }, "x"))))), /*#__PURE__*/React__default["default"].createElement("div", {
43446
- "class": "col-lg-6"
43447
- }, /*#__PURE__*/React__default["default"].createElement("div", {
43448
- "class": "row m-0 w-100 mt-md-3"
43449
- }, /*#__PURE__*/React__default["default"].createElement("div", {
43450
- "class": "col-lg-12 p-0 mb-3"
43451
- }, /*#__PURE__*/React__default["default"].createElement("p", {
43452
- "class": "m-0 p-0",
43453
- style: {
43454
- fontSize: 20,
43455
- color: 'white',
43456
- fontWeight: 600,
43457
- textAlign: langdetect == 'en' ? 'left' : 'right'
43458
- }
43459
- }, "\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__default["default"].createElement("div", {
43460
- "class": "col-lg-12 p-0 mb-3"
43461
- }, /*#__PURE__*/React__default["default"].createElement("p", {
43462
- "class": "m-0 p-0",
43463
- style: {
43464
- fontSize: 15,
43465
- color: 'white',
43466
- fontWeight: 500,
43467
- textAlign: langdetect == 'en' ? 'left' : 'right'
43468
- }
43469
- }, "\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__default["default"].createElement("div", {
43470
- "class": "col-lg-12 mb-3 text-start p-0"
43471
- }, /*#__PURE__*/React__default["default"].createElement("input", {
43472
- type: "text",
43473
- className: "".concat(footerStyles.form_control) + ' w-md-100 ',
43474
- value: pricevalue2.min,
43475
- placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
43476
- onChange: function onChange(event) {
43477
- var temppricevalue = _objectSpread$1C({}, pricevalue2);
43478
- temppricevalue.min = event.target.value;
43479
- setpricevalue2(_objectSpread$1C({}, temppricevalue));
43480
- },
43481
- style: {
43482
- background: 'white',
43483
- fontSize: 14,
43484
- color: '#000',
43485
- borderRadius: 10,
43486
- width: '50%',
43487
- height: 40,
43488
- paddingLeft: 20,
43489
- paddingRight: 20
43490
- }
43491
- })), /*#__PURE__*/React__default["default"].createElement("div", {
43492
- "class": "col-lg-12 text-start mb-3 text-start p-0"
43493
- }, /*#__PURE__*/React__default["default"].createElement("button", {
43494
- "class": footerStyles.btnn
43495
- }, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React__default["default"].createElement("div", {
43496
- "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43497
- }, /*#__PURE__*/React__default["default"].createElement("div", {
43498
- "class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
43499
- })), /*#__PURE__*/React__default["default"].createElement("div", {
43500
- "class": "col-lg-12 text-start"
43501
- }, /*#__PURE__*/React__default["default"].createElement("p", {
43502
- "class": "m-0 p-0",
43503
- style: {
43504
- fontSize: sectionproperties.generaltext_fontSize + 'px',
43505
- color: sectionproperties.generaltext_fontColor,
43506
- fontWeight: sectionproperties.generaltext_fontWeight
43507
- }
43508
- }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
44290
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
43509
44291
  };
43510
44292
 
43511
44293
  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; }
@@ -44735,7 +45517,7 @@ var Footer4 = function Footer4(props) {
44735
45517
  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; }
44736
45518
  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__default["default"](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; }
44737
45519
  var Footer5 = function Footer5(props) {
44738
- 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;
45520
+ 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;
44739
45521
  var _useState = React.useState(''),
44740
45522
  _useState2 = _slicedToArray__default["default"](_useState, 2),
44741
45523
  sectionproperties = _useState2[0],
@@ -45255,11 +46037,30 @@ var Footer5 = function Footer5(props) {
45255
46037
  className: "".concat(footerStyles.payimgcont),
45256
46038
  style: {
45257
46039
  width: '70px',
45258
- height: '30px'
46040
+ height: '30px',
46041
+ borderRadius: 10
45259
46042
  }
45260
46043
  }, /*#__PURE__*/React__default["default"].createElement("img", {
45261
46044
  src: 'https://tabex-co.com/storage/StaticImages/mastercard.png',
45262
46045
  className: "".concat(footerStyles.payimg)
46046
+ })), sectionproperties.showbankak == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
46047
+ className: "".concat(footerStyles.payimgcont),
46048
+ style: {
46049
+ width: '50px',
46050
+ height: '50px'
46051
+ }
46052
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
46053
+ src: 'https://tabex-co.com/storage/StaticImages/bankak.png',
46054
+ className: "".concat(footerStyles.payimg)
46055
+ })), sectionproperties.showinstapay == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
46056
+ className: "".concat(footerStyles.payimgcont),
46057
+ style: {
46058
+ width: '70px',
46059
+ height: '30px'
46060
+ }
46061
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
46062
+ src: 'https://tabex-co.com/storage/StaticImages/instapay.png',
46063
+ className: "".concat(footerStyles.payimg)
45263
46064
  })))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
45264
46065
  className: "row m-0 w-100 mt-3"
45265
46066
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -45379,6 +46180,19 @@ var Footer5 = function Footer5(props) {
45379
46180
  className: "h-100 allcentered"
45380
46181
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
45381
46182
  size: sectionproperties.instgrambtniconfontsize
46183
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.telegramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
46184
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
46185
+ onClick: function onClick() {
46186
+ var _authdetailsContext$i50;
46187
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.telegramlink) != null) {
46188
+ var _authdetailsContext$i51;
46189
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.telegramlink, '_blank');
46190
+ }
46191
+ }
46192
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
46193
+ className: "h-100 allcentered"
46194
+ }, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
46195
+ size: sectionproperties.instgrambtniconfontsize
45382
46196
  })))))));
45383
46197
  };
45384
46198
 
@@ -47145,7 +47959,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
47145
47959
  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; }
47146
47960
  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__default["default"](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; }
47147
47961
  var ModernFooter = function ModernFooter(props) {
47148
- 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;
47962
+ 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;
47149
47963
  var _useState = React.useState(''),
47150
47964
  _useState2 = _slicedToArray__default["default"](_useState, 2),
47151
47965
  sectionproperties = _useState2[0],
@@ -47452,43 +48266,57 @@ var ModernFooter = function ModernFooter(props) {
47452
48266
  }, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
47453
48267
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47454
48268
  size: sectionproperties.whatsappiconfontsize
47455
- }), 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__default["default"].createElement("div", {
48269
+ }), sectionproperties.whatsapplinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
48270
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
48271
+ onClick: function onClick() {
48272
+ var _authdetailsContext$i12;
48273
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.twitterlink) != null) {
48274
+ var _authdetailsContext$i13;
48275
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.twitterlink, '_blank');
48276
+ }
48277
+ }
48278
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
48279
+ className: "h-100 allcentered",
48280
+ style: {
48281
+ fontSize: 20
48282
+ }
48283
+ }, "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__default["default"].createElement("div", {
47456
48284
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
47457
48285
  }, /*#__PURE__*/React__default["default"].createElement("p", {
47458
48286
  "class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
47459
48287
  onClick: function onClick() {
47460
- var _authdetailsContext$i12;
47461
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
47462
- var _authdetailsContext$i13;
47463
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
48288
+ var _authdetailsContext$i15;
48289
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink) != null) {
48290
+ var _authdetailsContext$i16;
48291
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
47464
48292
  }
47465
48293
  }
47466
48294
  }, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(AiOutlineLinkedin.AiOutlineLinkedin, {
47467
48295
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47468
48296
  size: sectionproperties.linkedinbtniconfontsize
47469
- }), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
48297
+ }), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
47470
48298
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
47471
48299
  }, /*#__PURE__*/React__default["default"].createElement("p", {
47472
48300
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
47473
48301
  onClick: function onClick() {
47474
- var _authdetailsContext$i15;
47475
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
47476
- var _authdetailsContext$i16;
47477
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
48302
+ var _authdetailsContext$i18;
48303
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
48304
+ var _authdetailsContext$i19;
48305
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
47478
48306
  }
47479
48307
  }
47480
48308
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
47481
48309
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47482
48310
  size: sectionproperties.instagramiconfontsize
47483
- }), 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__default["default"].createElement("div", {
48311
+ }), 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__default["default"].createElement("div", {
47484
48312
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
47485
48313
  }, /*#__PURE__*/React__default["default"].createElement("p", {
47486
48314
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
47487
48315
  onClick: function onClick() {
47488
- var _authdetailsContext$i18;
47489
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.telegramlink) != null) {
47490
- var _authdetailsContext$i19;
47491
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.telegramlink, '_blank');
48316
+ var _authdetailsContext$i21;
48317
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.telegramlink) != null) {
48318
+ var _authdetailsContext$i22;
48319
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.telegramlink, '_blank');
47492
48320
  }
47493
48321
  }
47494
48322
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
@@ -47520,7 +48348,7 @@ var ModernFooter = function ModernFooter(props) {
47520
48348
  }
47521
48349
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
47522
48350
  size: sectionproperties.footerinfoicon_fontsize
47523
- })), 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__default["default"].createElement("div", {
48351
+ })), 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__default["default"].createElement("div", {
47524
48352
  "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 ',
47525
48353
  onClick: function onClick() {
47526
48354
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -47539,14 +48367,14 @@ var ModernFooter = function ModernFooter(props) {
47539
48367
  }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
47540
48368
  "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 ',
47541
48369
  onClick: function onClick() {
47542
- var _authdetailsContext$i21;
47543
- 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');
48370
+ var _authdetailsContext$i24;
48371
+ 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');
47544
48372
  }
47545
48373
  }, /*#__PURE__*/React__default["default"].createElement("p", {
47546
48374
  "class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
47547
48375
  onClick: function onClick() {
47548
- var _authdetailsContext$i22;
47549
- 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');
48376
+ var _authdetailsContext$i25;
48377
+ 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');
47550
48378
  },
47551
48379
  style: {
47552
48380
  textTransform: 'none'
@@ -47557,7 +48385,7 @@ var ModernFooter = function ModernFooter(props) {
47557
48385
  marginRight: langdetect == 'en' ? '0.5rem' : 0,
47558
48386
  marginLeft: langdetect == 'ar' ? '0.5rem' : 0
47559
48387
  }
47560
- }), 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__default["default"].createElement("div", {
48388
+ }), 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__default["default"].createElement("div", {
47561
48389
  "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'
47562
48390
  }, /*#__PURE__*/React__default["default"].createElement("div", {
47563
48391
  className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
@@ -47569,15 +48397,15 @@ var ModernFooter = function ModernFooter(props) {
47569
48397
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
47570
48398
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
47571
48399
  onClick: function onClick() {
47572
- var _authdetailsContext$i24;
47573
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
48400
+ var _authdetailsContext$i27;
48401
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_appstore, '_blank');
47574
48402
  }
47575
48403
  }), /*#__PURE__*/React__default["default"].createElement("img", {
47576
48404
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
47577
48405
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
47578
48406
  onClick: function onClick() {
47579
- var _authdetailsContext$i25;
47580
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_appstore, '_blank');
48407
+ var _authdetailsContext$i28;
48408
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
47581
48409
  }
47582
48410
  })), /*#__PURE__*/React__default["default"].createElement("div", {
47583
48411
  "class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
@@ -47585,15 +48413,15 @@ var ModernFooter = function ModernFooter(props) {
47585
48413
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
47586
48414
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
47587
48415
  onClick: function onClick() {
47588
- var _authdetailsContext$i26;
47589
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_playstore, '_blank');
48416
+ var _authdetailsContext$i29;
48417
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
47590
48418
  }
47591
48419
  }), /*#__PURE__*/React__default["default"].createElement("img", {
47592
48420
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
47593
48421
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
47594
48422
  onClick: function onClick() {
47595
- var _authdetailsContext$i27;
47596
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
48423
+ var _authdetailsContext$i30;
48424
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.mobileapplink_playstore, '_blank');
47597
48425
  }
47598
48426
  }))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
47599
48427
  "class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
@@ -47623,7 +48451,7 @@ var ModernFooter = function ModernFooter(props) {
47623
48451
  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; }
47624
48452
  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__default["default"](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; }
47625
48453
  var Newsletterfooter = function Newsletterfooter(props) {
47626
- 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;
48454
+ 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;
47627
48455
  var _useState = React.useState(''),
47628
48456
  _useState2 = _slicedToArray__default["default"](_useState, 2),
47629
48457
  sectionproperties = _useState2[0],
@@ -48209,43 +49037,57 @@ var Newsletterfooter = function Newsletterfooter(props) {
48209
49037
  }
48210
49038
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
48211
49039
  size: sectionproperties.instgrambtniconfontsize
48212
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48213
- "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
49040
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
49041
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
48214
49042
  onClick: function onClick() {
48215
49043
  var _authdetailsContext$i18;
48216
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
49044
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.twitterlink) != null) {
48217
49045
  var _authdetailsContext$i19;
48218
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
49046
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.twitterlink, '_blank');
49047
+ }
49048
+ }
49049
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
49050
+ className: "h-100 allcentered",
49051
+ style: {
49052
+ fontSize: 20
49053
+ }
49054
+ }, "x")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
49055
+ "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
49056
+ onClick: function onClick() {
49057
+ var _authdetailsContext$i21;
49058
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
49059
+ var _authdetailsContext$i22;
49060
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink, '_blank');
48219
49061
  }
48220
49062
  }
48221
49063
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
48222
49064
  size: sectionproperties.instgrambtniconfontsize
48223
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
49065
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48224
49066
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48225
49067
  onClick: function onClick() {
48226
- var _authdetailsContext$i21;
48227
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.linkedinlink, '_blank');
49068
+ var _authdetailsContext$i24;
49069
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.linkedinlink, '_blank');
48228
49070
  }
48229
49071
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
48230
49072
  size: sectionproperties.instgrambtniconfontsize
48231
- })), 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__default["default"].createElement("p", {
49073
+ })), 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__default["default"].createElement("p", {
48232
49074
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48233
49075
  onClick: function onClick() {
48234
- var _authdetailsContext$i23;
48235
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
48236
- var _authdetailsContext$i24;
48237
- 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');
49076
+ var _authdetailsContext$i26;
49077
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber) != null) {
49078
+ var _authdetailsContext$i27;
49079
+ 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');
48238
49080
  }
48239
49081
  }
48240
49082
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
48241
49083
  size: sectionproperties.youtubebtniconfontsize
48242
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.googlemapslink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
49084
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.googlemapslink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48243
49085
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48244
49086
  onClick: function onClick() {
48245
- var _authdetailsContext$i26;
48246
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.googlemapslink) != null) {
48247
- var _authdetailsContext$i27;
48248
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.googlemapslink, '_blank');
49087
+ var _authdetailsContext$i29;
49088
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.googlemapslink) != null) {
49089
+ var _authdetailsContext$i30;
49090
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.googlemapslink, '_blank');
48249
49091
  }
48250
49092
  }
48251
49093
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
@@ -48265,15 +49107,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
48265
49107
  "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 ',
48266
49108
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48267
49109
  onClick: function onClick() {
48268
- var _authdetailsContext$i28;
48269
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
49110
+ var _authdetailsContext$i31;
49111
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.mobileapplink_appstore, '_blank');
48270
49112
  }
48271
49113
  }), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React__default["default"].createElement("img", {
48272
49114
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
48273
49115
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48274
49116
  onClick: function onClick() {
48275
- var _authdetailsContext$i29;
48276
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
49117
+ var _authdetailsContext$i32;
49118
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.mobileapplink_playstore, '_blank');
48277
49119
  }
48278
49120
  }))), sectionproperties.showfooteraddress == 'Show' && sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
48279
49121
  "class": "row m-0 w-100 d-flex flex-row justify-content-start align-items-center mt-4"
@@ -48290,7 +49132,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
48290
49132
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
48291
49133
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
48292
49134
  size: 30
48293
- })), 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__default["default"].createElement("div", {
49135
+ })), 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__default["default"].createElement("div", {
48294
49136
  "class": "col-lg-12 p-0 d-block my-3"
48295
49137
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
48296
49138
  "class": "m-0 p-0"
@@ -51105,6 +51947,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
51105
51947
  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; }
51106
51948
  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__default["default"](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; }
51107
51949
  var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCards(props) {
51950
+ var authdetailsContext = props.actions.authdetailsContext;
51108
51951
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
51109
51952
  props.actions.lang;
51110
51953
  var langdetect = props.actions.langdetect;
@@ -51637,10 +52480,22 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51637
52480
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
51638
52481
  borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px'
51639
52482
  }
52483
+ }),
52484
+ imageoutercont: glamor.css({
52485
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
52486
+ '@media (max-width: 800px)': {
52487
+ height: '30vh'
52488
+ }
52489
+ }),
52490
+ imageoutercont2: glamor.css({
52491
+ height: sectionproperties.image_height2 == 0 ? '100%' : sectionproperties.image_height2 + 'vh',
52492
+ '@media (max-width: 800px)': {
52493
+ height: '25vh'
52494
+ }
51640
52495
  })
51641
52496
  };
51642
52497
  var cardsrender = function cardsrender() {
51643
- 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;
52498
+ 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;
51644
52499
  return /*#__PURE__*/React__default["default"].createElement("div", {
51645
52500
  "class": 'row m-0 w-100'
51646
52501
  }, !fetchProductsQuery.isFetching && cardsarray.length == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -51708,7 +52563,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51708
52563
  }
51709
52564
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
51710
52565
  "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 '
51711
- }, /*#__PURE__*/React__default["default"].createElement("div", {
52566
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '672258d7826b4' && /*#__PURE__*/React__default["default"].createElement("div", {
51712
52567
  "class": "row m-0 w-100 "
51713
52568
  }, /*#__PURE__*/React__default["default"].createElement("div", {
51714
52569
  "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 ',
@@ -51997,7 +52852,218 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
51997
52852
  "class": "col-lg-12 p-0 d-flex justify-content-start"
51998
52853
  }, /*#__PURE__*/React__default["default"].createElement("p", {
51999
52854
  "class": section_cssstyles.collectioncardbutton + ' m-0 p-0 allcentered collectioncardbutton '
52000
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))))))))))));
52855
+ }, 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__default["default"].createElement("div", {
52856
+ "class": "row m-0 w-100 "
52857
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52858
+ "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 '
52859
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52860
+ "class": "row m-0 w-100"
52861
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52862
+ "class": "col-12 cursor-pointer",
52863
+ onClick: function onClick() {
52864
+ var _cardsarray$21;
52865
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$21 = cardsarray[0]) === null || _cardsarray$21 === void 0 ? void 0 : _cardsarray$21.collectionid));
52866
+ },
52867
+ style: {
52868
+ paddingLeft: sectionproperties.imagepadding + 'px',
52869
+ paddingRight: sectionproperties.imagepadding + 'px',
52870
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
52871
+ }
52872
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52873
+ "class": section_cssstyles.imageoutercont + ' row m-0 w-100 ',
52874
+ style: {
52875
+ width: '100%'
52876
+ }
52877
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52878
+ "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
52879
+ style: {
52880
+ width: '100%',
52881
+ height: '100%'
52882
+ }
52883
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
52884
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
52885
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
52886
+ path: (_cardsarray$22 = cardsarray[0]) === null || _cardsarray$22 === void 0 ? void 0 : _cardsarray$22.image,
52887
+ loading: "lazy",
52888
+ style: {
52889
+ width: '100%',
52890
+ height: '100%',
52891
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
52892
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
52893
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
52894
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
52895
+ objectFit: 'cover',
52896
+ zIndex: 1
52897
+ }
52898
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
52899
+ "class": section_cssstyles.imageoutercont,
52900
+ style: _defineProperty__default["default"](_defineProperty__default["default"]({
52901
+ position: 'absolute',
52902
+ zIndex: 1000,
52903
+ // height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'vh',
52904
+ width: '100%'
52905
+ }, "zIndex", 5), "left", 0)
52906
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52907
+ "class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
52908
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52909
+ "class": "col-lg-12 p-0 d-flex allcentered h-100"
52910
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
52911
+ "class": section_cssstyles.collectionname + ' m-0 p-0 '
52912
+ }, 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__default["default"].createElement("div", {
52913
+ "class": "col-12 cursor-pointer",
52914
+ onClick: function onClick() {
52915
+ var _cardsarray$25;
52916
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$25 = cardsarray[2]) === null || _cardsarray$25 === void 0 ? void 0 : _cardsarray$25.collectionid));
52917
+ },
52918
+ style: {
52919
+ paddingLeft: sectionproperties.imagepadding + 'px',
52920
+ paddingRight: sectionproperties.imagepadding + 'px',
52921
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
52922
+ }
52923
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52924
+ "class": section_cssstyles.imageoutercont2 + ' row m-0 w-100 ',
52925
+ style: {
52926
+ width: '100%'
52927
+ }
52928
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52929
+ "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
52930
+ style: {
52931
+ width: '100%',
52932
+ height: '100%'
52933
+ }
52934
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
52935
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
52936
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
52937
+ path: (_cardsarray$26 = cardsarray[2]) === null || _cardsarray$26 === void 0 ? void 0 : _cardsarray$26.image,
52938
+ loading: "lazy",
52939
+ style: {
52940
+ width: '100%',
52941
+ height: '100%',
52942
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
52943
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
52944
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
52945
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
52946
+ objectFit: 'cover',
52947
+ zIndex: 1
52948
+ }
52949
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
52950
+ "class": section_cssstyles.imageoutercont2,
52951
+ style: _defineProperty__default["default"](_defineProperty__default["default"]({
52952
+ position: 'absolute',
52953
+ zIndex: 1000,
52954
+ width: '100%'
52955
+ }, "zIndex", 5), "left", 0)
52956
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52957
+ "class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
52958
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52959
+ "class": "col-lg-12 p-0 d-flex allcentered h-100"
52960
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
52961
+ "class": section_cssstyles.collectionname + ' m-0 p-0 '
52962
+ }, 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__default["default"].createElement("div", {
52963
+ "class": 'col-6 pl-0 pr-0'
52964
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52965
+ "class": "row m-0 w-100"
52966
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52967
+ "class": "col-12 cursor-pointer",
52968
+ onClick: function onClick() {
52969
+ var _cardsarray$29;
52970
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$29 = cardsarray[1]) === null || _cardsarray$29 === void 0 ? void 0 : _cardsarray$29.collectionid));
52971
+ },
52972
+ style: {
52973
+ paddingLeft: sectionproperties.imagepadding + 'px',
52974
+ paddingRight: sectionproperties.imagepadding + 'px',
52975
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
52976
+ }
52977
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52978
+ "class": section_cssstyles.imageoutercont2 + ' row m-0 w-100 ',
52979
+ style: {
52980
+ width: '100%'
52981
+ }
52982
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
52983
+ "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
52984
+ style: {
52985
+ width: '100%',
52986
+ height: '100%'
52987
+ }
52988
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
52989
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
52990
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
52991
+ path: (_cardsarray$30 = cardsarray[1]) === null || _cardsarray$30 === void 0 ? void 0 : _cardsarray$30.image,
52992
+ loading: "lazy",
52993
+ style: {
52994
+ width: '100%',
52995
+ height: '100%',
52996
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
52997
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
52998
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
52999
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
53000
+ objectFit: 'cover',
53001
+ zIndex: 1
53002
+ }
53003
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
53004
+ "class": section_cssstyles.imageoutercont2,
53005
+ style: _defineProperty__default["default"](_defineProperty__default["default"]({
53006
+ position: 'absolute',
53007
+ zIndex: 1000,
53008
+ width: '100%'
53009
+ }, "zIndex", 5), "left", 0)
53010
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
53011
+ "class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
53012
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
53013
+ "class": "col-lg-12 p-0 d-flex allcentered h-100"
53014
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
53015
+ "class": section_cssstyles.collectionname + ' m-0 p-0 '
53016
+ }, 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__default["default"].createElement("div", {
53017
+ "class": "col-12 cursor-pointer",
53018
+ onClick: function onClick() {
53019
+ var _cardsarray$33;
53020
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + ((_cardsarray$33 = cardsarray[3]) === null || _cardsarray$33 === void 0 ? void 0 : _cardsarray$33.collectionid));
53021
+ },
53022
+ style: {
53023
+ paddingLeft: sectionproperties.imagepadding + 'px',
53024
+ paddingRight: sectionproperties.imagepadding + 'px',
53025
+ marginBottom: sectionproperties.imagepadding == 0 ? 0 : '1rem'
53026
+ }
53027
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
53028
+ "class": section_cssstyles.imageoutercont + ' row m-0 w-100 ',
53029
+ style: {
53030
+ width: '100%'
53031
+ }
53032
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
53033
+ "class": section_cssstyles.bgcontainer + ' col-lg-12 p-0 ',
53034
+ style: {
53035
+ width: '100%',
53036
+ height: '100%'
53037
+ }
53038
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
53039
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
53040
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
53041
+ path: (_cardsarray$34 = cardsarray[3]) === null || _cardsarray$34 === void 0 ? void 0 : _cardsarray$34.image,
53042
+ loading: "lazy",
53043
+ style: {
53044
+ width: '100%',
53045
+ height: '100%',
53046
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
53047
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px',
53048
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
53049
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
53050
+ objectFit: 'cover',
53051
+ zIndex: 1
53052
+ }
53053
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
53054
+ "class": section_cssstyles.imageoutercont,
53055
+ style: _defineProperty__default["default"](_defineProperty__default["default"]({
53056
+ position: 'absolute',
53057
+ zIndex: 1000,
53058
+ width: '100%'
53059
+ }, "zIndex", 5), "left", 0)
53060
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
53061
+ "class": "row m-0 w-100 p-3 w-100 h-100 allcentered"
53062
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
53063
+ "class": "col-lg-12 p-0 d-flex allcentered h-100"
53064
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
53065
+ "class": section_cssstyles.collectionname + ' m-0 p-0 '
53066
+ }, 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))))))))))));
52001
53067
  };
52002
53068
  return /*#__PURE__*/React__default["default"].createElement("div", {
52003
53069
  "class": "row m-0 d-flex w-100 justify-content-center",
@@ -57006,7 +58072,7 @@ var Twobgimages = function Twobgimages(props) {
57006
58072
  style: {}
57007
58073
  }, Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
57008
58074
  return /*#__PURE__*/React__default["default"].createElement("div", {
57009
- 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,
58075
+ 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,
57010
58076
  style: {
57011
58077
  paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
57012
58078
  paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
@@ -57018,7 +58084,6 @@ var Twobgimages = function Twobgimages(props) {
57018
58084
  if (item.place_clickable == 'General') {
57019
58085
  if (item.externallink == 'Yes') {
57020
58086
  window.open(item.clickable_page_route, '_blank');
57021
-
57022
58087
  // history.push(item.clickable_page_route);
57023
58088
  } else if (item.clickable_page_route && item.clickable_page_route.length != 0) {
57024
58089
  routingcountext(item.clickable_page_route, false, '');
@@ -57351,9 +58416,9 @@ var VideosSection = function VideosSection(props) {
57351
58416
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
57352
58417
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
57353
58418
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
57354
- height: sectionproperties.image_height + 'px',
58419
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'px',
57355
58420
  '@media (max-width: 800px)': {
57356
- height: sectionproperties.height_responsive + 'px'
58421
+ height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.height_responsive + 'px'
57357
58422
  }
57358
58423
  }),
57359
58424
  lau: glamor.css({
@@ -57547,7 +58612,7 @@ var VideosSection = function VideosSection(props) {
57547
58612
  }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
57548
58613
  transitionBehavior: 'auto',
57549
58614
  wrapperClassName: '',
57550
- itemClassName: 'videoscard',
58615
+ itemClassName: '',
57551
58616
  scrollContainerClassName: 'scrollmenuclasssubscrollbar'
57552
58617
  }, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
57553
58618
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58373,6 +59438,8 @@ var DynamicForm = function DynamicForm(props) {
58373
59438
  type = 'number';
58374
59439
  } else if (item.type == 'text') {
58375
59440
  type = 'text';
59441
+ } else if (item.type == 'phone number') {
59442
+ type = 'phonenumber';
58376
59443
  }
58377
59444
  if (item.type == 'date') {
58378
59445
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58430,6 +59497,40 @@ var DynamicForm = function DynamicForm(props) {
58430
59497
  }))));
58431
59498
  }
58432
59499
  };
59500
+ var phonenumber = function phonenumber(item, index) {
59501
+ return /*#__PURE__*/React__default["default"].createElement("div", {
59502
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
59503
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59504
+ "class": "row m-0 w-100 mb-3"
59505
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59506
+ "class": "col-lg-12 text-start mb-2 p-0"
59507
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
59508
+ "class": form_cssstyles.formlabel + ' m-0 p-0 ',
59509
+ style: {}
59510
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
59511
+ "class": "text-danger"
59512
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
59513
+ className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control),
59514
+ country: 'eg',
59515
+ enableSearch: true,
59516
+ autoFormat: true,
59517
+ value: item.value,
59518
+ inputStyle: {
59519
+ color: sectionproperties.inputfieldcolor
59520
+ },
59521
+ onChange: function onChange(event, country) {
59522
+ updateformfield(event, index);
59523
+ // var temp = { ...payloadobj };
59524
+ // temp.mobile = event;
59525
+ // temp.countrydialcode = country.dialCode;
59526
+ // setpayloadobj({ ...temp });
59527
+ },
59528
+ style: {
59529
+ direction: 'ltr',
59530
+ color: sectionproperties.inputfieldcolor
59531
+ }
59532
+ })));
59533
+ };
58433
59534
  var textareaitem = function textareaitem(item, index) {
58434
59535
  return /*#__PURE__*/React__default["default"].createElement("div", {
58435
59536
  "class": 'col-md-12 col-lg-12'
@@ -58501,20 +59602,19 @@ var DynamicForm = function DynamicForm(props) {
58501
59602
  boxShadow: 'none',
58502
59603
  transition: '.3s'
58503
59604
  }))),
58504
- generalbtn: glamor.css({
59605
+ generalbtn: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"]({
58505
59606
  width: sectionproperties.generalbtn_width + '%',
58506
59607
  height: sectionproperties.generalbtn_height + 'px',
58507
59608
  backgroundColor: sectionproperties.generalbtn_bgColor,
58508
- borderRadius: sectionproperties.generalbtnborderradius + 'px',
59609
+ borderRadius: sectionproperties.generalbtn_bgColor,
58509
59610
  color: sectionproperties.generalbtn_textColor,
58510
59611
  fontSize: sectionproperties.generalbtn_fontsize,
58511
- fontWeight: sectionproperties.generalbtn_fontweight,
58512
- ':hover': {
58513
- transition: '.3s',
58514
- color: sectionproperties.generalbtn_textColoronhover,
58515
- backgroundColor: sectionproperties.generalbtn_bgColoronhover
58516
- }
58517
- }),
59612
+ fontWeight: sectionproperties.generalbtn_fontweight
59613
+ }, "borderRadius", sectionproperties.generalbtnborderradius + 'px'), ':hover', {
59614
+ transition: '.3s',
59615
+ color: sectionproperties.generalbtn_textColoronhover,
59616
+ backgroundColor: sectionproperties.generalbtn_bgColoronhover
59617
+ })),
58518
59618
  btnLeft: glamor.css({
58519
59619
  width: 40,
58520
59620
  height: 40,
@@ -58545,14 +59645,6 @@ var DynamicForm = function DynamicForm(props) {
58545
59645
  transition: '.3s',
58546
59646
  backgroundColor: '#044da6'
58547
59647
  }
58548
- }),
58549
- sectiontitle: glamor.css({
58550
- color: sectionproperties.sectionTitleColor,
58551
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58552
- fontWeight: sectionproperties.sectionTitleFontWeight,
58553
- '@media (max-width: 800px)': {
58554
- fontSize: sectionproperties.sectionTitleFontSizeresp
58555
- }
58556
59648
  })
58557
59649
  };
58558
59650
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58596,8 +59688,12 @@ var DynamicForm = function DynamicForm(props) {
58596
59688
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58597
59689
  }
58598
59690
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58599
- "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58600
- style: {}
59691
+ "class": "m-0 p-0",
59692
+ style: {
59693
+ color: sectionproperties.sectionTitleColor,
59694
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59695
+ fontWeight: sectionproperties.sectionTitleFontWeight
59696
+ }
58601
59697
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58602
59698
  "class": 'row m-0 w-100 p-3 mt-3'
58603
59699
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58718,8 +59814,12 @@ var DynamicForm = function DynamicForm(props) {
58718
59814
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58719
59815
  }
58720
59816
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58721
- "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58722
- style: {}
59817
+ "class": "m-0 p-0",
59818
+ style: {
59819
+ color: sectionproperties.sectionTitleColor,
59820
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59821
+ fontWeight: sectionproperties.sectionTitleFontWeight
59822
+ }
58723
59823
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58724
59824
  "class": 'row m-0 w-100 '
58725
59825
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58729,6 +59829,8 @@ var DynamicForm = function DynamicForm(props) {
58729
59829
  }, dynamicform === null || dynamicform === void 0 || (_dynamicform$fields5 = dynamicform.fields) === null || _dynamicform$fields5 === void 0 ? void 0 : _dynamicform$fields5.map(function (item, index) {
58730
59830
  if (item.type == 'text' || item.type == 'date' || item.type == 'number') {
58731
59831
  return inputitem(item, index);
59832
+ } else if (item.type == 'phone number') {
59833
+ return phonenumber(item, index);
58732
59834
  } else if (item.type == 'textarea') {
58733
59835
  return textareaitem(item, index);
58734
59836
  } else if (item.type == 'selectbox') {
@@ -58774,14 +59876,19 @@ var DynamicForm = function DynamicForm(props) {
58774
59876
  "class": "",
58775
59877
  color: '#fff'
58776
59878
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
58777
- "class": "col-lg-12 allcentered my-4 py-4"
59879
+ "class": "row m-0 w-100 py-4",
59880
+ style: {
59881
+ background: sectionproperties.popupbackgroundcolor
59882
+ }
59883
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59884
+ "class": "col-lg-12 allcentered py-4"
58778
59885
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58779
59886
  "class": "m-0 p-0",
58780
59887
  style: {
58781
59888
  fontSize: 20,
58782
- color: '#000'
59889
+ color: sectionproperties.popuptextcolor
58783
59890
  }
58784
- }, confirmationtext))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
59891
+ }, confirmationtext)))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
58785
59892
  };
58786
59893
 
58787
59894
  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; }
@@ -59558,14 +60665,14 @@ var Freetextsection = function Freetextsection(props) {
59558
60665
  height: '1px',
59559
60666
  position: 'relative',
59560
60667
  flex: '1 1 auto',
59561
- // minWidth: '10%',
60668
+ minWidth: '10%',
59562
60669
  background: sectionproperties.linebgcolor
59563
60670
  }),
59564
60671
  line_right: glamor.css({
59565
60672
  height: '1px',
59566
60673
  position: 'relative',
59567
60674
  flex: '1 1 auto',
59568
- // minWidth: '10%',
60675
+ minWidth: '10%',
59569
60676
  background: sectionproperties.linebgcolor
59570
60677
  }),
59571
60678
  btn: glamor.css({
@@ -59603,40 +60710,36 @@ var Freetextsection = function Freetextsection(props) {
59603
60710
  top: 0,
59604
60711
  bottom: 0
59605
60712
  }
59606
- }),
59607
- sectiontitlecontent: glamor.css({
59608
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
59609
- color: sectionproperties.sectionTitleColor,
59610
- textTransform: sectionproperties.sectionTitleTextTransform,
59611
- fontWeight: sectionproperties.sectionTitleFontWeight,
59612
- // padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59613
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
59614
- '@media (max-width: 800px)': {
59615
- fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
59616
- }
59617
60713
  })
59618
60714
  };
59619
60715
  var SectionTitle = function SectionTitle() {
59620
60716
  return /*#__PURE__*/React__default["default"].createElement("div", {
59621
- "class": "d-flex align-items-center allcentered",
60717
+ "class": "d-flex align-items-center flex-row",
59622
60718
  style: {
59623
60719
  position: 'relative',
59624
60720
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
59625
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
59626
- flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
60721
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
59627
60722
  }
59628
- }, /*#__PURE__*/React__default["default"].createElement("p", {
60723
+ }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60724
+ "class": section_styles.line_left,
60725
+ style: {
60726
+ marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60727
+ marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
60728
+ }
60729
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
59629
60730
  "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 ',
59630
- style: {}
59631
- }, /*#__PURE__*/React__default["default"].createElement("span", {
59632
- "class": section_styles.sectiontitlecontent
59633
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59634
60731
  style: {
59635
- width: '50%',
59636
- background: sectionproperties.linebgcolor,
59637
- height: 3,
59638
- borderRadius: 10,
59639
- marginTop: 5
60732
+ color: sectionproperties.sectionTitleColor,
60733
+ textTransform: sectionproperties.sectionTitleTextTransform,
60734
+ fontWeight: sectionproperties.sectionTitleFontWeight,
60735
+ padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
60736
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
60737
+ }
60738
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60739
+ "class": section_styles.line_right,
60740
+ style: {
60741
+ marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60742
+ marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59640
60743
  }
59641
60744
  }));
59642
60745
  };
@@ -59695,8 +60798,8 @@ var Freetextsection = function Freetextsection(props) {
59695
60798
  style: {
59696
60799
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
59697
60800
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
59698
- paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
59699
- paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
60801
+ paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
60802
+ paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
59700
60803
  zIndex: 100,
59701
60804
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
59702
60805
  }
@@ -59744,45 +60847,7 @@ var Freetextsection = function Freetextsection(props) {
59744
60847
  "class": "w-100 allcentered",
59745
60848
  style: {
59746
60849
  background: sectionproperties.outerbgcolor
59747
- // backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
59748
- }
59749
- }, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
59750
- "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
59751
- style: {
59752
- marginTop: sectionproperties.marginTop + 'px',
59753
- marginBottom: sectionproperties.marginBottom + 'px'
59754
60850
  }
59755
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59756
- "class": "col-lg-12 p-0"
59757
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59758
- "class": "row m-0 w-100 allcentered"
59759
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59760
- "class": "col-lg-10 col-md-11 mt-3 mb-3",
59761
- style: {
59762
- background: 'white',
59763
- borderRadius: 10,
59764
- boxShadow: '0 0 10px #ccc',
59765
- padding: 40
59766
- }
59767
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59768
- "class": "row m-0 w-100"
59769
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59770
- "class": "col-lg-3 col-md-12 allcentered"
59771
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59772
- "class": "w-100 d-flex allcentered mb-md-4"
59773
- }, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
59774
- "class": "col-lg-9 col-md-12 p-md-0",
59775
- style: {
59776
- paddingLeft: langdetect == 'en' ? '50px' : 0,
59777
- paddingRight: langdetect == 'ar' ? '50px' : 0
59778
- }
59779
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59780
- "class": "row m-0 w-100 text-start text-md-center",
59781
- style: {
59782
- fontSize: sectionproperties.prodCatFontSize + 'px'
59783
- }
59784
- }, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
59785
- "class": "row m-0 w-100"
59786
60851
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59787
60852
  "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
59788
60853
  style: {
@@ -59797,7 +60862,7 @@ var Freetextsection = function Freetextsection(props) {
59797
60862
  marginBottom: sectionproperties.marginBottom + 'px',
59798
60863
  background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
59799
60864
  }
59800
- }, SectionContent('responsive'))));
60865
+ }, SectionContent('responsive')));
59801
60866
  };
59802
60867
 
59803
60868
  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; }
@@ -59870,28 +60935,6 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59870
60935
  color: sectionproperties.generalbtn_textColoronhover
59871
60936
  }
59872
60937
  }),
59873
- btn2: glamor.css({
59874
- width: sectionproperties.generalbtn_width + 'px',
59875
- height: sectionproperties.generalbtn_height + 'px',
59876
- // backgroundColor: sectionproperties.generalbtn_bgColor,
59877
- color: sectionproperties.generalbtn_bgColoronhover,
59878
- borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
59879
- borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
59880
- borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
59881
- borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
59882
- border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
59883
- fontSize: sectionproperties.generalbtn_fontsize + 'px',
59884
- fontWeight: sectionproperties.generalbtn_fontweight,
59885
- marginTop: sectionproperties.generalbtn_marginTop + 'px',
59886
- marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
59887
- transition: '.3s',
59888
- cursor: 'pointer',
59889
- ':hover': {
59890
- // backgroundColor: sectionproperties.generalbtn_bgColoronhover,
59891
- color: sectionproperties.sectionproperties,
59892
- borderColor: sectionproperties.sectionproperties
59893
- }
59894
- }),
59895
60938
  sectiontitlespan: glamor.css({
59896
60939
  paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59897
60940
  paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
@@ -59906,8 +60949,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59906
60949
  width: sectionproperties.sectitle_lineafterwidth + '%',
59907
60950
  display: 'block',
59908
60951
  backgroundColor: sectionproperties.linebgcolor,
59909
- borderRadius: '6px',
59910
- marginTop: 15
60952
+ borderRadius: '6px'
59911
60953
  }
59912
60954
  }),
59913
60955
  facebook_btn: glamor.css({
@@ -60016,11 +61058,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60016
61058
  };
60017
61059
  var SectionTitle = function SectionTitle() {
60018
61060
  return /*#__PURE__*/React__default["default"].createElement("p", {
60019
- "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 ',
61061
+ "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 ',
60020
61062
  style: {
60021
61063
  color: sectionproperties.sectionTitleColor,
60022
61064
  fontWeight: sectionproperties.sectionTitleFontWeight,
60023
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
61065
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
60024
61066
  }
60025
61067
  }, sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60026
61068
  "class": "".concat(section_styles.sectiontitlespan) + ' pl-md-2 pr-md-2 left-md-0 '
@@ -60048,10 +61090,8 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60048
61090
  borderRadius: sectionproperties.reservation_borderradius + 'px'
60049
61091
  }
60050
61092
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60051
- "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 ',
60052
- style: {
60053
- // padding: 20,
60054
- }
61093
+ "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 ',
61094
+ style: {}
60055
61095
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60056
61096
  "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 ',
60057
61097
  style: {
@@ -60190,7 +61230,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60190
61230
  })))));
60191
61231
  };
60192
61232
  var Image = function Image() {
60193
- var _imagesarray$, _imagesarray$7, _imagesarray$8, _imagesarray$9, _imagesarray$10;
61233
+ var _imagesarray$, _imagesarray$7, _imagesarray$8;
60194
61234
  return /*#__PURE__*/React__default["default"].createElement("div", {
60195
61235
  "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',
60196
61236
  style: {
@@ -60212,43 +61252,29 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60212
61252
  }
60213
61253
  }
60214
61254
  }
60215
- }, /*#__PURE__*/React__default["default"].createElement("div", {
60216
- "class": "col-lg-12 p-0 d-flex d-md-none justify-content-center align-items-center"
60217
61255
  }, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
60218
61256
  "class": section_styles.imageimage,
60219
61257
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60220
61258
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60221
61259
  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),
60222
61260
  style: {}
60223
- })), /*#__PURE__*/React__default["default"].createElement("div", {
60224
- "class": "col-lg-12 p-0 d-none d-md-flex justify-content-center align-items-center"
60225
- }, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
60226
- "class": section_styles.imageimage,
60227
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60228
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60229
- 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),
60230
- style: {}
60231
- })));
61261
+ }));
60232
61262
  };
60233
61263
  return /*#__PURE__*/React__default["default"].createElement("div", {
60234
- "class": "row m-0 w-100 allcentered"
60235
- }, /*#__PURE__*/React__default["default"].createElement("div", {
60236
- "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center ',
61264
+ "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 ',
60237
61265
  style: {
60238
61266
  marginTop: sectionproperties.marginTop + 'px',
60239
61267
  marginBottom: sectionproperties.marginBottom + 'px',
60240
- background: sectionproperties.backgroundColor,
60241
- width: sectionproperties.width + 'vw',
60242
- borderRadius: sectionproperties.sectioncardborderradius + 'px'
61268
+ background: sectionproperties.backgroundColor
60243
61269
  }
60244
61270
  }, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
60245
- "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',
61271
+ "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',
60246
61272
  style: {
60247
61273
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
60248
61274
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
60249
- // width: sectionproperties.width + 'vw',
60250
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
60251
- // borderRadius: sectionproperties.sectioncardborderradius + 'px',
61275
+ width: sectionproperties.width + 'vw',
61276
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
61277
+ borderRadius: sectionproperties.sectioncardborderradius + 'px'
60252
61278
  }
60253
61279
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60254
61280
  "class":
@@ -60279,13 +61305,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60279
61305
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60280
61306
  }
60281
61307
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60282
- "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 ',
61308
+ "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 ',
60283
61309
  style: {
60284
61310
  background: sectionproperties.reservation_bgcolor,
60285
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60286
- borderRadius: sectionproperties.reservation_borderradius + 'px',
60287
- paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60288
- paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
61311
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60289
61312
  }
60290
61313
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60291
61314
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60302,7 +61325,6 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60302
61325
  style: {
60303
61326
  position: 'relative',
60304
61327
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60305
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
60306
61328
  fontSize: sectionproperties.sectionTitleFontSize + 'px',
60307
61329
  backgroundColor: sectionproperties.sectiontitlebgcolor,
60308
61330
  borderRadius: sectionproperties.sectiontitleborderradius + 'px',
@@ -60366,7 +61388,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60366
61388
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60367
61389
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60368
61390
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60369
- "class": "".concat(section_styles.btn2) + ' m-md-0 ',
61391
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
60370
61392
  onClick: function onClick() {
60371
61393
  if (sectionproperties.btntype == 'WhatsApp') {
60372
61394
  var _authdetailsContext$i9;
@@ -60385,27 +61407,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60385
61407
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60386
61408
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60387
61409
  }
60388
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), sectionproperties.showbtn2 == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
60389
- "class": "".concat(section_styles.btn) + ' mx-1 ',
60390
- onClick: function onClick() {
60391
- if (sectionproperties.btntype == 'WhatsApp') {
60392
- var _authdetailsContext$i11;
60393
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
60394
- var _authdetailsContext$i12;
60395
- 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');
60396
- }
60397
- } else if (sectionproperties.btntype == 'App/Web Page') {
60398
- // window.open(sectionproperties.btnlink, '_target');
60399
- routingcountext(sectionproperties.btnlink2, false, '');
60400
- } else {
60401
- window.open(sectionproperties.btnlink2, '_blank');
60402
- }
60403
- },
60404
- style: {
60405
- marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60406
- marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60407
- }
60408
- }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
61410
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60409
61411
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60410
61412
  style: {
60411
61413
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60415,10 +61417,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60415
61417
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60416
61418
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60417
61419
  onClick: function onClick() {
60418
- var _authdetailsContext$i13;
60419
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
60420
- var _authdetailsContext$i14;
60421
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
61420
+ var _authdetailsContext$i11;
61421
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
61422
+ var _authdetailsContext$i12;
61423
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
60422
61424
  }
60423
61425
  }
60424
61426
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60426,10 +61428,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60426
61428
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60427
61429
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60428
61430
  onClick: function onClick() {
60429
- var _authdetailsContext$i15;
60430
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
60431
- var _authdetailsContext$i16;
60432
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
61431
+ var _authdetailsContext$i13;
61432
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
61433
+ var _authdetailsContext$i14;
61434
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
60433
61435
  }
60434
61436
  }
60435
61437
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60437,10 +61439,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60437
61439
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60438
61440
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60439
61441
  onClick: function onClick() {
60440
- var _authdetailsContext$i17;
60441
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60442
- var _authdetailsContext$i18;
60443
- 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');
61442
+ var _authdetailsContext$i15;
61443
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
61444
+ var _authdetailsContext$i16;
61445
+ 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');
60444
61446
  }
60445
61447
  }
60446
61448
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60454,11 +61456,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60454
61456
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60455
61457
  }
60456
61458
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60457
- "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 ',
61459
+ "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 ',
60458
61460
  style: {
60459
61461
  background: sectionproperties.reservation_bgcolor,
60460
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60461
- borderRadius: sectionproperties.reservation_borderradius + 'px'
61462
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60462
61463
  }
60463
61464
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60464
61465
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60541,10 +61542,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60541
61542
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60542
61543
  onClick: function onClick() {
60543
61544
  if (sectionproperties.btntype == 'WhatsApp') {
60544
- var _authdetailsContext$i19;
60545
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
60546
- var _authdetailsContext$i20;
60547
- 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');
61545
+ var _authdetailsContext$i17;
61546
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
61547
+ var _authdetailsContext$i18;
61548
+ 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');
60548
61549
  }
60549
61550
  } else if (sectionproperties.btntype == 'App/Web Page') {
60550
61551
  // window.open(sectionproperties.btnlink, '_target');
@@ -60567,10 +61568,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60567
61568
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60568
61569
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60569
61570
  onClick: function onClick() {
60570
- var _authdetailsContext$i21;
60571
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
60572
- var _authdetailsContext$i22;
60573
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
61571
+ var _authdetailsContext$i19;
61572
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
61573
+ var _authdetailsContext$i20;
61574
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
60574
61575
  }
60575
61576
  }
60576
61577
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60578,10 +61579,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60578
61579
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60579
61580
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60580
61581
  onClick: function onClick() {
60581
- var _authdetailsContext$i23;
60582
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
60583
- var _authdetailsContext$i24;
60584
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
61582
+ var _authdetailsContext$i21;
61583
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
61584
+ var _authdetailsContext$i22;
61585
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
60585
61586
  }
60586
61587
  }
60587
61588
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60589,10 +61590,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60589
61590
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60590
61591
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60591
61592
  onClick: function onClick() {
60592
- var _authdetailsContext$i25;
60593
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60594
- var _authdetailsContext$i26;
60595
- 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');
61593
+ var _authdetailsContext$i23;
61594
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
61595
+ var _authdetailsContext$i24;
61596
+ 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');
60596
61597
  }
60597
61598
  }
60598
61599
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60606,13 +61607,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60606
61607
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60607
61608
  }
60608
61609
  }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
60609
- "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 ',
61610
+ "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 ',
60610
61611
  style: {
60611
61612
  background: sectionproperties.reservation_bgcolor,
60612
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60613
- borderRadius: sectionproperties.reservation_borderradius + 'px',
60614
- paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60615
- paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
61613
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60616
61614
  }
60617
61615
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60618
61616
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60692,13 +61690,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60692
61690
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60693
61691
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60694
61692
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60695
- "class": "".concat(section_styles.btn2) + ' m-md-0 ',
61693
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
60696
61694
  onClick: function onClick() {
60697
61695
  if (sectionproperties.btntype == 'WhatsApp') {
60698
- var _authdetailsContext$i27;
60699
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
60700
- var _authdetailsContext$i28;
60701
- 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');
61696
+ var _authdetailsContext$i25;
61697
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
61698
+ var _authdetailsContext$i26;
61699
+ 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');
60702
61700
  }
60703
61701
  } else if (sectionproperties.btntype == 'App/Web Page') {
60704
61702
  // window.open(sectionproperties.btnlink, '_target');
@@ -60711,27 +61709,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60711
61709
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60712
61710
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60713
61711
  }
60714
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
60715
- "class": "".concat(section_styles.btn) + ' mx-1 ',
60716
- onClick: function onClick() {
60717
- if (sectionproperties.btntype == 'WhatsApp') {
60718
- var _authdetailsContext$i29;
60719
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
60720
- var _authdetailsContext$i30;
60721
- 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');
60722
- }
60723
- } else if (sectionproperties.btntype == 'App/Web Page') {
60724
- // window.open(sectionproperties.btnlink, '_target');
60725
- routingcountext(sectionproperties.btnlink2, false, '');
60726
- } else {
60727
- window.open(sectionproperties.btnlink2, '_blank');
60728
- }
60729
- },
60730
- style: {
60731
- marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60732
- marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60733
- }
60734
- }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
61712
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60735
61713
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60736
61714
  style: {
60737
61715
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60741,10 +61719,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60741
61719
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60742
61720
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60743
61721
  onClick: function onClick() {
60744
- var _authdetailsContext$i31;
60745
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
60746
- var _authdetailsContext$i32;
60747
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
61722
+ var _authdetailsContext$i27;
61723
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
61724
+ var _authdetailsContext$i28;
61725
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60748
61726
  }
60749
61727
  }
60750
61728
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60752,10 +61730,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60752
61730
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60753
61731
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60754
61732
  onClick: function onClick() {
60755
- var _authdetailsContext$i33;
60756
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
60757
- var _authdetailsContext$i34;
60758
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
61733
+ var _authdetailsContext$i29;
61734
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
61735
+ var _authdetailsContext$i30;
61736
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60759
61737
  }
60760
61738
  }
60761
61739
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60763,10 +61741,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60763
61741
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60764
61742
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60765
61743
  onClick: function onClick() {
60766
- var _authdetailsContext$i35;
60767
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
60768
- var _authdetailsContext$i36;
60769
- 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');
61744
+ var _authdetailsContext$i31;
61745
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
61746
+ var _authdetailsContext$i32;
61747
+ 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');
60770
61748
  }
60771
61749
  }
60772
61750
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60866,10 +61844,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60866
61844
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60867
61845
  onClick: function onClick() {
60868
61846
  if (sectionproperties.btntype == 'WhatsApp') {
60869
- var _authdetailsContext$i37;
60870
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
60871
- var _authdetailsContext$i38;
60872
- 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');
61847
+ var _authdetailsContext$i33;
61848
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
61849
+ var _authdetailsContext$i34;
61850
+ 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');
60873
61851
  }
60874
61852
  } else if (sectionproperties.btntype == 'App/Web Page') {
60875
61853
  // window.open(sectionproperties.btnlink, '_target');
@@ -60892,10 +61870,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60892
61870
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60893
61871
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60894
61872
  onClick: function onClick() {
60895
- var _authdetailsContext$i39;
60896
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
60897
- var _authdetailsContext$i40;
60898
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
61873
+ var _authdetailsContext$i35;
61874
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
61875
+ var _authdetailsContext$i36;
61876
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
60899
61877
  }
60900
61878
  }
60901
61879
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60903,10 +61881,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60903
61881
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60904
61882
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60905
61883
  onClick: function onClick() {
60906
- var _authdetailsContext$i41;
60907
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
60908
- var _authdetailsContext$i42;
60909
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
61884
+ var _authdetailsContext$i37;
61885
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
61886
+ var _authdetailsContext$i38;
61887
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
60910
61888
  }
60911
61889
  }
60912
61890
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60914,10 +61892,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60914
61892
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60915
61893
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60916
61894
  onClick: function onClick() {
60917
- var _authdetailsContext$i43;
60918
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
60919
- var _authdetailsContext$i44;
60920
- 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');
61895
+ var _authdetailsContext$i39;
61896
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
61897
+ var _authdetailsContext$i40;
61898
+ 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');
60921
61899
  }
60922
61900
  }
60923
61901
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60984,7 +61962,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60984
61962
  }
60985
61963
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
60986
61964
  "class": "w-100 mb-md-3"
60987
- }, " ", Image()), Content()))))));
61965
+ }, " ", Image()), Content())))));
60988
61966
  };
60989
61967
 
60990
61968
  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; }
@@ -61211,7 +62189,7 @@ var Servicesection = function Servicesection(props) {
61211
62189
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
61212
62190
  };
61213
62191
  return /*#__PURE__*/React__default["default"].createElement("div", {
61214
- "class": ' row ml-0 mr-0 align-items-center ',
62192
+ "class": ' row ml-0 mr-0 align-items-center w-md-100 ',
61215
62193
  style: {
61216
62194
  width: sectionproperties.width + 'vw',
61217
62195
  marginTop: sectionproperties.marginTop + 'px',
@@ -61317,7 +62295,7 @@ var Servicesection = function Servicesection(props) {
61317
62295
  "class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
61318
62296
  }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61319
62297
  return /*#__PURE__*/React__default["default"].createElement("div", {
61320
- "class": "col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
62298
+ "class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
61321
62299
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61322
62300
  // class="m-lg-auto d-flex justify-content-center"
61323
62301
  "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',
@@ -61341,7 +62319,7 @@ var Servicesection = function Servicesection(props) {
61341
62319
  window.open(cardinfoitem.btnlink, '_blank');
61342
62320
  }
61343
62321
  }
61344
- }, /*#__PURE__*/React__default["default"].createElement("div", {
62322
+ }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
61345
62323
  "class": "d-flex d-sm-none",
61346
62324
  style: {
61347
62325
  width: sectionproperties.image_width + 'px',
@@ -61359,7 +62337,7 @@ var Servicesection = function Servicesection(props) {
61359
62337
  width: '100%',
61360
62338
  objectFit: 'cover'
61361
62339
  }
61362
- })), /*#__PURE__*/React__default["default"].createElement("div", {
62340
+ })), sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
61363
62341
  "class": "d-none d-sm-flex mt-auto mb-auto",
61364
62342
  style: {
61365
62343
  width: 35,
@@ -61408,89 +62386,22 @@ var Servicesection = function Servicesection(props) {
61408
62386
 
61409
62387
  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; }
61410
62388
  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__default["default"](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; }
61411
- // const minuteSeconds = 60;
61412
- // const hourSeconds = 3600;
61413
- // const daySeconds = 86400;
61414
-
61415
- // const timerProps = {
61416
- // isPlaying: true,
61417
- // size: 120,
61418
- // strokeWidth: 6,
61419
- // };
61420
-
61421
- var formatTime = function formatTime(time) {
61422
- var days = Math.floor(time / (60 * 60 * 24));
61423
- var hours = Math.floor(time % (60 * 60 * 24) / (60 * 60));
61424
- var minutes = Math.floor(time % (60 * 60) / 60);
61425
- var seconds = time % 60;
61426
- return {
61427
- days: days,
61428
- hours: hours,
61429
- minutes: minutes,
61430
- seconds: seconds
61431
- };
61432
- };
61433
- // const renderTime = (dimension, time) => {
61434
- // return (
61435
- // <div className="time-wrapper">
61436
- // <div className="time">{time}</div>
61437
- // <div>{dimension}</div>
61438
- // </div>
61439
- // );
61440
- // };
61441
-
61442
- // const getTimeSeconds = (time) => (minuteSeconds - time) | 0;
61443
- // const getTimeMinutes = (time) => ((time % hourSeconds) / minuteSeconds) | 0;
61444
- // const getTimeHours = (time) => ((time % daySeconds) / hourSeconds) | 0;
61445
- // const getTimeDays = (time) => (time / daySeconds) | 0;
61446
-
61447
62389
  var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61448
62390
  var _maincontainerarrayof;
61449
- var targetStartDate = new Date('2024-12-16T12:00:00');
61450
- var _useState = React.useState(0),
62391
+ var _useState = React.useState(''),
61451
62392
  _useState2 = _slicedToArray__default["default"](_useState, 2),
61452
- remainingTimeInSeconds = _useState2[0],
61453
- setRemainingTimeInSeconds = _useState2[1];
61454
- var _useState3 = React.useState(''),
62393
+ sectionproperties = _useState2[0],
62394
+ setsectionproperties = _useState2[1];
62395
+ var _useState3 = React.useState([]),
61455
62396
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
61456
- sectionproperties = _useState4[0],
61457
- setsectionproperties = _useState4[1];
61458
- var _useState5 = React.useState([]),
61459
- _useState6 = _slicedToArray__default["default"](_useState5, 2),
61460
- cardsarray = _useState6[0],
61461
- setcardsarray = _useState6[1];
62397
+ cardsarray = _useState4[0],
62398
+ setcardsarray = _useState4[1];
61462
62399
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
61463
62400
  props.actions.lang;
61464
62401
  var langdetect = props.actions.langdetect;
61465
62402
  var ikimagecredcontext = props.actions.ikimagecredcontext;
61466
62403
  var routingcountext = props.actions.routingcountext;
61467
62404
  var authdetailsContext = props.actions.authdetailsContext;
61468
-
61469
- // const remainingTime = endTime - stratTime;
61470
- // // const days = Math.ceil(remainingTime / daySeconds);
61471
- // const daysDuration = days * daySeconds;
61472
- React.useEffect(function () {
61473
- var interval = setInterval(function () {
61474
- var currentTime = new Date();
61475
- var differenceInSeconds = Math.max(Math.floor((targetStartDate - currentTime) / 1000), 0);
61476
- setRemainingTimeInSeconds(differenceInSeconds);
61477
- }, 1000); // Update every second
61478
-
61479
- return function () {
61480
- return clearInterval(interval);
61481
- }; // Cleanup interval on unmount
61482
- }, [targetStartDate]);
61483
-
61484
- // Format the remaining time into days, hours, minutes, and seconds
61485
- var _formatTime = formatTime(remainingTimeInSeconds),
61486
- days = _formatTime.days,
61487
- hours = _formatTime.hours,
61488
- minutes = _formatTime.minutes,
61489
- seconds = _formatTime.seconds;
61490
- var _useState7 = React.useState([]),
61491
- _useState8 = _slicedToArray__default["default"](_useState7, 2),
61492
- maincontainerarrayofobjs = _useState8[0],
61493
- setmaincontainerarrayofobjs = _useState8[1];
61494
62405
  React.useEffect(function () {
61495
62406
  var secpropobj = {};
61496
62407
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -61512,6 +62423,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61512
62423
  }
61513
62424
  }
61514
62425
  }, [sectionproperties]);
62426
+ var _useState5 = React.useState([]),
62427
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
62428
+ maincontainerarrayofobjs = _useState6[0],
62429
+ setmaincontainerarrayofobjs = _useState6[1];
61515
62430
  React.useEffect(function () {
61516
62431
  if (sectionproperties.length != 0 && sectionproperties.maincontainerarrayofobjs != undefined) {
61517
62432
  var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
@@ -61616,7 +62531,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61616
62531
  }
61617
62532
  }),
61618
62533
  cardContainer: glamor.css({
61619
- background: sectionproperties.reservation_bgcolor,
61620
62534
  ':hover .imageContainer': {
61621
62535
  transition: '.3s',
61622
62536
  backgroundColor: sectionproperties.activedotcolor
@@ -61624,9 +62538,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61624
62538
  ':hover .text1Styles': {
61625
62539
  transition: '.3s',
61626
62540
  color: sectionproperties.text1secondarycolor
61627
- },
61628
- ':hover': {
61629
- background: sectionproperties.innersectionbgcolorhover
61630
62541
  }
61631
62542
  }),
61632
62543
  btnstyles: glamor.css({
@@ -61635,7 +62546,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61635
62546
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
61636
62547
  color: sectionproperties.generalbtn_textColor,
61637
62548
  fontWeight: sectionproperties.generalbtn_fontweight,
61638
- // textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
62549
+ textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61639
62550
  backgroundColor: sectionproperties.generalbtn_bgColor,
61640
62551
  borderRadius: sectionproperties.generalbtnborderradius,
61641
62552
  ':hover': {
@@ -61707,22 +62618,18 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61707
62618
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
61708
62619
  }
61709
62620
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61710
- "class": "d-flex align-items-center flex-column allcentered",
62621
+ "class": "d-flex align-items-center flex-row allcentered",
61711
62622
  style: {
61712
62623
  position: 'relative',
61713
62624
  width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
61714
62625
  }
61715
- }, /*#__PURE__*/React__default["default"].createElement("p", {
62626
+ }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
62627
+ "class": sectionStyles.line_left
62628
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
61716
62629
  "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 ',
61717
62630
  style: {}
61718
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61719
- style: {
61720
- width: '50%',
61721
- background: sectionproperties.linebgcolor,
61722
- height: 3,
61723
- borderRadius: 10,
61724
- marginTop: 5
61725
- }
62631
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
62632
+ "class": sectionStyles.line_right
61726
62633
  })))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61727
62634
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
61728
62635
  style: {
@@ -61734,215 +62641,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61734
62641
  }, /*#__PURE__*/React__default["default"].createElement("p", {
61735
62642
  "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',
61736
62643
  style: {}
61737
- }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61738
- "class": "row m-0 w-100 allcentered"
61739
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61740
- className: "col-3 col-sm-6 allcentered mb-md-3"
61741
- }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61742
- isPlaying: true,
61743
- duration: remainingTimeInSeconds,
61744
- colors: "#013c48",
61745
- strokeWidth: 8,
61746
- size: 120,
61747
- initialRemainingTime: remainingTimeInSeconds
61748
- }, function (_ref) {
61749
- _ref.elapsedTime;
61750
- _ref.color;
61751
- return /*#__PURE__*/React__default["default"].createElement("span", {
61752
- style: {
61753
- color: '#bea04b',
61754
- fontSize: 23,
61755
- fontWeight: 600
61756
- },
61757
- "class": "allcentered"
61758
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61759
- className: "time-wrapper allcentered flex-column"
61760
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61761
- className: "time"
61762
- }, days), /*#__PURE__*/React__default["default"].createElement("div", null, "\u064A\u0648\u0645")));
61763
- })), /*#__PURE__*/React__default["default"].createElement("div", {
61764
- className: "col-3 col-sm-6 allcentered mb-md-3"
61765
- }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61766
- isPlaying: true,
61767
- duration: remainingTimeInSeconds,
61768
- colors: "#013c48",
61769
- strokeWidth: 8,
61770
- size: 120,
61771
- initialRemainingTime: remainingTimeInSeconds
61772
- }, function (_ref2) {
61773
- _ref2.elapsedTime;
61774
- _ref2.color;
61775
- return /*#__PURE__*/React__default["default"].createElement("span", {
61776
- style: {
61777
- color: '#bea04b',
61778
- fontSize: 23,
61779
- fontWeight: 600
61780
- },
61781
- "class": "allcentered"
61782
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61783
- className: "time-wrapper allcentered flex-column"
61784
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61785
- className: "time"
61786
- }, hours), /*#__PURE__*/React__default["default"].createElement("div", null, "\u0633\u0627\u0639\u0629")));
61787
- })), /*#__PURE__*/React__default["default"].createElement("div", {
61788
- className: "col-3 col-sm-6 allcentered mb-md-3"
61789
- }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61790
- isPlaying: true,
61791
- duration: remainingTimeInSeconds,
61792
- colors: "#013c48",
61793
- strokeWidth: 8,
61794
- size: 120,
61795
- initialRemainingTime: remainingTimeInSeconds
61796
- }, function (_ref3) {
61797
- _ref3.elapsedTime;
61798
- _ref3.color;
61799
- return /*#__PURE__*/React__default["default"].createElement("span", {
61800
- style: {
61801
- color: '#bea04b',
61802
- fontSize: 23,
61803
- fontWeight: 600
61804
- },
61805
- "class": "allcentered"
61806
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61807
- className: "time-wrapper allcentered flex-column"
61808
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61809
- className: "time"
61810
- }, minutes), /*#__PURE__*/React__default["default"].createElement("div", null, "\u062F\u0642\u064A\u0642\u0629")));
61811
- })), /*#__PURE__*/React__default["default"].createElement("div", {
61812
- className: "col-3 col-sm-6 allcentered mb-md-3"
61813
- }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61814
- isPlaying: true,
61815
- duration: remainingTimeInSeconds,
61816
- colors: "#013c48",
61817
- strokeWidth: 8,
61818
- size: 120,
61819
- initialRemainingTime: remainingTimeInSeconds
61820
- }, function (_ref4) {
61821
- _ref4.elapsedTime;
61822
- _ref4.color;
61823
- return /*#__PURE__*/React__default["default"].createElement("span", {
61824
- style: {
61825
- color: '#bea04b',
61826
- fontSize: 23,
61827
- fontWeight: 600
61828
- },
61829
- "class": "allcentered"
61830
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61831
- className: "time-wrapper allcentered flex-column"
61832
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61833
- className: "time"
61834
- }, seconds), /*#__PURE__*/React__default["default"].createElement("div", null, "\u062B\u0627\u0646\u064A\u0629")));
61835
- }))), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61836
- "class": "row m-0 w-100 d-flex justify-content-center"
61837
- }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61838
- return /*#__PURE__*/React__default["default"].createElement("div", {
61839
- "class": 'flip-card d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 ',
61840
- style: {
61841
- zIndex: 2,
61842
- paddingLeft: sectionproperties.marginhorizontal + 'px',
61843
- paddingRight: sectionproperties.marginhorizontal + 'px'
61844
- }
61845
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61846
- "class": "flip-card-inner",
61847
- style: {
61848
- background: sectionproperties.reservation_bgcolor,
61849
- borderRadius: sectionproperties.reservation_borderradius + 'px',
61850
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
61851
- }
61852
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61853
- "class": "flip-card-front"
61854
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61855
- "class": "row m-0 w-100"
61856
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61857
- "class": "col-lg-12 d-flex align-items-center p-0",
61858
- style: {
61859
- marginBottom: sectionproperties.image_mb + 'px',
61860
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61861
- }
61862
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61863
- "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
61864
- style: {
61865
- background: 'transparent'
61866
- }
61867
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61868
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61869
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61870
- path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61871
- style: {
61872
- maxHeight: sectionproperties.iconcontainerwidth + '%',
61873
- maxWidth: sectionproperties.iconcontainerwidth + '%',
61874
- objectFit: 'contain'
61875
- }
61876
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
61877
- "class": "col-lg-12 d-flex p-0",
61878
- style: {
61879
- marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61880
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61881
- }
61882
- }, /*#__PURE__*/React__default["default"].createElement("p", {
61883
- "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61884
- style: {
61885
- cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
61886
- }
61887
- }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
61888
- "class": "flip-card-back allcentered"
61889
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61890
- "class": "row m-0 w-100 allcentered"
61891
- }, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61892
- "class": "col-lg-12 d-flex align-items-center p-0",
61893
- style: {
61894
- marginBottom: sectionproperties.image_mb + 'px',
61895
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61896
- }
61897
- }, /*#__PURE__*/React__default["default"].createElement("div", {
61898
- "class": ' d-flex align-items-center ',
61899
- style: {
61900
- width: '30%',
61901
- height: '30%',
61902
- justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
61903
- }
61904
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61905
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61906
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61907
- path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61908
- style: {
61909
- maxHeight: '100%',
61910
- maxWidth: '100%',
61911
- objectFit: 'contain'
61912
- }
61913
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
61914
- "class": "col-lg-12 d-flex p-0",
61915
- style: {
61916
- marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61917
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61918
- }
61919
- }, /*#__PURE__*/React__default["default"].createElement("p", {
61920
- "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61921
- style: {
61922
- cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61923
- color: ' #FFECB5',
61924
- fontSize: 14
61925
- }
61926
- }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
61927
- "class": "col-lg-12 d-flex p-0",
61928
- style: {
61929
- justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61930
- }
61931
- }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
61932
- "class": "m-0 wordbreak",
61933
- style: {
61934
- color: sectionproperties.slideshowText2ContentColor,
61935
- fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
61936
- fontWeight: sectionproperties.slideshowText2ContentFontWeight,
61937
- textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
61938
- }
61939
- }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
61940
- })), sectionproperties.flippingcards == 'No' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61941
- "class": "row m-0 w-100"
61942
- }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
62644
+ }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61943
62645
  var _authdetailsContext$i;
61944
62646
  return /*#__PURE__*/React__default["default"].createElement("div", {
61945
- "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,
62647
+ "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,
61946
62648
  style: {
61947
62649
  zIndex: 2,
61948
62650
  paddingLeft: sectionproperties.marginhorizontal + 'px',
@@ -61952,37 +62654,20 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61952
62654
  "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 ',
61953
62655
  style: {
61954
62656
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
62657
+ background: sectionproperties.reservation_bgcolor,
61955
62658
  paddingTop: sectionproperties.reservation_padding_top + 'px',
61956
62659
  paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
61957
62660
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
61958
62661
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
61959
62662
  borderRadius: sectionproperties.reservation_borderradius + 'px',
61960
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61961
- // sectionproperties.innersectionbordertype == 'All'
61962
- // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61963
- // : cardinfoindex != cardsarray.length - 1
61964
- // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61965
- // : '',
62663
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61966
62664
  // cardinfoindex != cardsarray.length - 1
61967
62665
  // ? sectionproperties.innersectionbordertype == 'All'
61968
62666
  // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61969
62667
  // : ''
61970
62668
  // : '',
61971
- // borderRight:
61972
- // cardinfoindex != cardsarray.length - 1
61973
- // ? sectionproperties.innersectionbordertype == 'Right'
61974
- // ? langdetect == 'en'
61975
- // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61976
- // : ''
61977
- // : ''
61978
- // : '',
61979
- // borderLeft:
61980
- // sectionproperties.innersectionbordertype == 'Right'
61981
- // ? langdetect == 'ar'
61982
- // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61983
- // : ''
61984
- // : '',
61985
- borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
62669
+ borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
62670
+ borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61986
62671
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
61987
62672
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
61988
62673
  },
@@ -62105,7 +62790,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62105
62790
  }
62106
62791
  }
62107
62792
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
62108
- })))));
62793
+ }))));
62109
62794
  };
62110
62795
 
62111
62796
  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 ";
@@ -68952,22 +69637,6 @@ var Card23 = function Card23(props) {
68952
69637
  minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px',
68953
69638
  maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.widthresponsive + 'px'
68954
69639
  }
68955
- }),
68956
- pillcont: glamor.css({
68957
- position: 'absolute',
68958
- top: sectionproperties.counterposition == 'Top' ? sectionproperties.pillpositionfromtop + 'px' : '',
68959
- bottom: sectionproperties.counterposition == 'Bottom' ? sectionproperties.pillpositionfromtop + 'px' : '',
68960
- left: sectionproperties.pillpositionfromright + 'px',
68961
- width: sectionproperties.pillwidth + 'px',
68962
- height: sectionproperties.pillheight + 'px',
68963
- background: sectionproperties.pillbgcolor,
68964
- borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
68965
- display: item.defaultprice == 0 && item.defaultsaleprice == 0 ? 'none' : 'flex',
68966
- '@media (max-width: 800px)': {
68967
- top: sectionproperties.counterposition == 'Top' ? '7px' : '',
68968
- // bottom: sectionproperties.counterposition == 'Bottom' ? '7px' : '',
68969
- left: '7px'
68970
- }
68971
69640
  })
68972
69641
  };
68973
69642
  var plainString = function plainString(html) {
@@ -69050,8 +69719,18 @@ var Card23 = function Card23(props) {
69050
69719
  fontSize: sectionproperties.badge_fontsize + 'px'
69051
69720
  }
69052
69721
  }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.showpill == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
69053
- "class": cardsstyles2.pillcont + ' align-items-center justify-content-center ',
69054
- style: {}
69722
+ "class": "align-items-center justify-content-center",
69723
+ style: {
69724
+ position: 'absolute',
69725
+ top: sectionproperties.counterposition == 'Top' ? sectionproperties.pillpositionfromtop + 'px' : '',
69726
+ bottom: sectionproperties.counterposition == 'Bottom' ? sectionproperties.pillpositionfromtop + 'px' : '',
69727
+ left: sectionproperties.pillpositionfromright + 'px',
69728
+ width: sectionproperties.pillwidth + 'px',
69729
+ height: sectionproperties.pillheight + 'px',
69730
+ background: sectionproperties.pillbgcolor,
69731
+ borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px',
69732
+ display: item.defaultprice == 0 && item.defaultsaleprice == 0 ? 'none' : 'flex'
69733
+ }
69055
69734
  }, /*#__PURE__*/React__default["default"].createElement("p", {
69056
69735
  "class": "m-0 p-0 text-uppercase",
69057
69736
  style: {
@@ -69093,7 +69772,7 @@ var Card23 = function Card23(props) {
69093
69772
  AddtoCartContext(tempaddtocardpayloadobj);
69094
69773
  };
69095
69774
  return /*#__PURE__*/React__default["default"].createElement("div", {
69096
- "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),
69775
+ "class": props.sectiontypeprops2 == 'vertical' ? "".concat(cardsstyles2.productcard) + ' w-100 px-md-1 ' : " ".concat(cardsstyles2.productcard),
69097
69776
  style: {
69098
69777
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
69099
69778
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
@@ -69208,12 +69887,18 @@ var Card23 = function Card23(props) {
69208
69887
  // sectionproperties.hideshowcardtransition == 'Show'
69209
69888
  // ? ` ${cardsstyles2.imageContainer} ${cardstyles.imagecontainer}` + ' d-flex d-md-none '
69210
69889
  // : ` ${cardsstyles2.imageContainer} ` + ' d-flex d-md-none '
69211
- sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(cardsstyles2.imageContainer, " ").concat(cardstyles$7.imagecontainer) + ' d-flex ' : " ".concat(cardsstyles2.imageContainer, " ") + ' d-flex ',
69890
+ sectionproperties.hideshowcardtransition == 'Show' ? " ".concat(cardsstyles2.imageContainer, " ").concat(cardstyles$7.imagecontainer) + ' d-flex d-md-none ' : " ".concat(cardsstyles2.imageContainer, " ") + ' d-flex d-md-none ',
69212
69891
  style: {
69213
69892
  height: sectionproperties.image_height + 'px',
69214
69893
  marginBottom: sectionproperties.image_mb + 'px'
69215
69894
  }
69216
69895
  }, Image('normal')), /*#__PURE__*/React__default["default"].createElement("div", {
69896
+ "class": cardsstyles2.imageContainer + ' d-none d-md-flex ',
69897
+ style: {
69898
+ height: sectionproperties.height_responsive + 'px',
69899
+ marginBottom: sectionproperties.image_mb + 'px'
69900
+ }
69901
+ }, Image('responsive')), /*#__PURE__*/React__default["default"].createElement("div", {
69217
69902
  "class": sectionproperties.innersectionpaddinghorizontal == 0 ? 'row m-0 w-100' : 'row m-0 w-100 pl-sm-2 pr-sm-2',
69218
69903
  style: {
69219
69904
  paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
@@ -69760,7 +70445,8 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
69760
70445
  functype: 'add',
69761
70446
  productid: item.productid,
69762
70447
  variantid: '',
69763
- quantity: item.quantity
70448
+ quantity: item.quantity,
70449
+ vendorid: item.vendorid
69764
70450
  };
69765
70451
  var runfunc = false;
69766
70452
  if (addtocardpayloadobj.productid.length != 0 && addtocardpayloadobj.quantity > 0) {
@@ -69796,7 +70482,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
69796
70482
  border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
69797
70483
  transition: '.3s',
69798
70484
  ':hover': {
69799
- zIndex: 1000
70485
+ // zIndex: 1000,
69800
70486
  }
69801
70487
  }),
69802
70488
  productNameStyles: glamor.css({
@@ -69871,7 +70557,10 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
69871
70557
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
69872
70558
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
69873
70559
  background: sectionproperties.image_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.image_bgcolor,
69874
- opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' ? 0.4 : 1
70560
+ opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' ? 0.4 : 1,
70561
+ '@media (max-width: 800px)': {
70562
+ height: sectionproperties.height_responsive + 'px'
70563
+ }
69875
70564
  }),
69876
70565
  quantitybtn: glamor.css({
69877
70566
  flex: 1,
@@ -69950,7 +70639,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
69950
70639
  return /*#__PURE__*/React__default["default"].createElement("div", {
69951
70640
  "class": ' d-flex align-items-center justify-content-center '
69952
70641
  }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
69953
- color: "white",
70642
+ color: sectionproperties.cartBtnTextcolor,
69954
70643
  width: "20px",
69955
70644
  height: "20px",
69956
70645
  duration: "1s"
@@ -70076,7 +70765,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
70076
70765
  size: sectionproperties.favBtnIconfontsize
70077
70766
  }), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
70078
70767
  size: sectionproperties.favBtnIconfontsize
70079
- })))), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
70768
+ })))), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.prodsalePriceshow == 'Show' && sectionproperties.showbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
70080
70769
  "class": "allcentered",
70081
70770
  style: {
70082
70771
  position: 'absolute',
@@ -70093,7 +70782,38 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
70093
70782
  color: sectionproperties.badge_color,
70094
70783
  fontSize: sectionproperties.badge_fontsize + 'px'
70095
70784
  }
70096
- }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && /*#__PURE__*/React__default["default"].createElement("div", {
70785
+ }, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr)), sectionproperties.showpill == 'Show' && item.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
70786
+ style: {
70787
+ position: 'absolute',
70788
+ top: sectionproperties.pillpositionfromtop + 'px',
70789
+ left: sectionproperties.pillpositionfromright + 'px',
70790
+ // right: langdetect == 'en' ? '' : sectionproperties.pillpositionfromright + 'px',
70791
+ zIndex: 3
70792
+ }
70793
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
70794
+ "class": sectionproperties.pillwidth == 0 ? ' px-2 allcentered' : 'allcentered',
70795
+ style: {
70796
+ zIndex: 2,
70797
+ width: sectionproperties.pillwidth == 0 ? 'auto' : sectionproperties.pillwidth + 'px',
70798
+ height: sectionproperties.pillheight + 'px',
70799
+ background: sectionproperties.pillbgcolor,
70800
+ borderRadius: sectionproperties.pillborderBottomLeftRadius + 'px'
70801
+ }
70802
+ }, sectionproperties.countertype == 'Percentage' && /*#__PURE__*/React__default["default"].createElement("p", {
70803
+ "class": "m-0 p-0",
70804
+ style: {
70805
+ color: sectionproperties.pillcolor,
70806
+ fontSize: sectionproperties.pillfontSize + 'px',
70807
+ direction: 'ltr'
70808
+ }
70809
+ }, '-' + parseFloat(Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0).toFixed(0) + '%'), sectionproperties.countertype == 'Value' && /*#__PURE__*/React__default["default"].createElement("p", {
70810
+ "class": "m-0 p-0 text-uppercase",
70811
+ style: {
70812
+ color: sectionproperties.pillcolor,
70813
+ fontSize: sectionproperties.pillfontSize + 'px',
70814
+ direction: 'ltr'
70815
+ }
70816
+ }, 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__default["default"].createElement("div", {
70097
70817
  "class": "".concat(cardsstyles2.outstockbadge) + ' allcentered '
70098
70818
  }, /*#__PURE__*/React__default["default"].createElement("p", {
70099
70819
  "class": "m-0 p-0"
@@ -71234,7 +71954,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
71234
71954
  fontWeight: sectionproperties.generaltext_fontWeight,
71235
71955
  transition: '.3s',
71236
71956
  cursor: 'pointer',
71237
- zIndex: 1000,
71957
+ zIndex: 100,
71238
71958
  ':hover': {
71239
71959
  color: sectionproperties.text_secondarycolor
71240
71960
  }
@@ -71253,7 +71973,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
71253
71973
  textTransform: sectionproperties.generalbtn_texttransform,
71254
71974
  opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
71255
71975
  top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
71256
- zIndex: 1000,
71976
+ zIndex: 100,
71257
71977
  ':hover': {
71258
71978
  backgroundColor: sectionproperties.generalbtn_bgColoronhover,
71259
71979
  color: sectionproperties.generalbtn_textColoronhover,
@@ -71511,7 +72231,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
71511
72231
  style: {
71512
72232
  display: 'flex',
71513
72233
  justifyContent: sectionproperties.generaltext_position == 'Centered' ? 'center' : 'start',
71514
- zIndex: 10000
72234
+ zIndex: 10
71515
72235
  }
71516
72236
  }, /*#__PURE__*/React__default["default"].createElement("p", {
71517
72237
  "class": card_cssstyles.categoryname + ' m-0 p-0 categoryname wordbreak wordbreak1 wordbreak-md-2 ',
@@ -71523,7 +72243,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
71523
72243
  "class": "".concat(cardstyles$1.buttons_container) + ' m-0 p-0 '
71524
72244
  }, /*#__PURE__*/React__default["default"].createElement("li", {
71525
72245
  style: {
71526
- zIndex: 10000
72246
+ zIndex: 10
71527
72247
  },
71528
72248
  "class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
71529
72249
  onClick: function onClick(e) {
@@ -71660,7 +72380,8 @@ var Classiccategorycard = function Classiccategorycard(props) {
71660
72380
  width: '100%',
71661
72381
  bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
71662
72382
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
71663
- paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
72383
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
72384
+ left: 0
71664
72385
  }
71665
72386
  }, /*#__PURE__*/React__default["default"].createElement("div", {
71666
72387
  "class": "".concat(card_cssstyles.textContainer, " ") + ' allcentered pl-2 pr-2 '
@@ -72051,11 +72772,6 @@ var MenuCard = function MenuCard(props) {
72051
72772
  React.useEffect(function () {
72052
72773
  setitem(props.cardinfoitemprops);
72053
72774
  }, [props.cardinfoitemprops]);
72054
- var plainString = function plainString(html) {
72055
- var divContainer = document.createElement('div');
72056
- divContainer.innerHTML = html;
72057
- return divContainer.textContent || divContainer.innerText || '';
72058
- };
72059
72775
  // const addtocartfunc = () => {
72060
72776
  // const addtocardpayloadobj = {
72061
72777
  // functype: 'add',
@@ -72287,7 +73003,7 @@ var MenuCard = function MenuCard(props) {
72287
73003
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
72288
73004
  }
72289
73005
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
72290
- "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 '
73006
+ "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 px-sm-2 '
72291
73007
  }, /*#__PURE__*/React__default["default"].createElement("div", {
72292
73008
  "class": "row w-100 m-0 d-flex"
72293
73009
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -72298,7 +73014,7 @@ var MenuCard = function MenuCard(props) {
72298
73014
  routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
72299
73015
  }
72300
73016
  },
72301
- "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 ',
73017
+ "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 ',
72302
73018
  style: {}
72303
73019
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
72304
73020
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
@@ -72331,12 +73047,25 @@ var MenuCard = function MenuCard(props) {
72331
73047
  style: {
72332
73048
  textAlign: langdetect == 'en' ? 'left' : 'right'
72333
73049
  }
72334
- }, item.name)), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
72335
- "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 ',
73050
+ }, item.name)), sectionproperties.prodCatShow == 'Show' &&
73051
+ /*#__PURE__*/
73052
+ // <p
73053
+ // // class={`${card_cssstyles.productDescStyles}` + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 '}
73054
+ // // style={{
73055
+ // // textAlign: langdetect == 'en' ? 'left' : 'right',
73056
+ // // }}
73057
+ // // >
73058
+ // // {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
73059
+ // // </p>
73060
+ React__default["default"].createElement("p", {
73061
+ "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 ',
72336
73062
  style: {
72337
- textAlign: langdetect == 'en' ? 'left' : 'right'
73063
+ textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
73064
+ },
73065
+ dangerouslySetInnerHTML: {
73066
+ __html: item.shortdescription
72338
73067
  }
72339
- }, plainString(langdetect == 'en' ? item.description_en : item.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
73068
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
72340
73069
  style: {
72341
73070
  display: 'flex',
72342
73071
  flexDirection: 'column',
@@ -72344,16 +73073,16 @@ var MenuCard = function MenuCard(props) {
72344
73073
  },
72345
73074
  "class": "col-lg-3 col-md-3 col-sm-12 mt-2 p-0"
72346
73075
  }, /*#__PURE__*/React__default["default"].createElement("div", {
72347
- "class": "row m-0 w-100 d-flex flex-column flex-sm-row justify-content-end justify-content-sm-start"
73076
+ "class": "row m-0 w-100 d-flex flex-column flex-sm-column justify-content-end justify-content-sm-start"
72348
73077
  }, sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
72349
73078
  "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 '
72350
73079
  }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React__default["default"].createElement("p", {
72351
73080
  "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 '
72352
73081
  }, 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__default["default"].createElement("p", {
72353
- "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 '
73082
+ "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 '
72354
73083
  }, langdetect == 'en' ? 'EGP' : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React__default["default"].createElement("p", {
72355
- "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 '
72356
- }, langdetect == 'en' ? 'EGP' : '', parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : 'ج.م')), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
73084
+ "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 '
73085
+ }, langdetect == 'en' ? 'EGP' : '', " ", parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : 'ج.م')), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
72357
73086
  "class": "row m-0 mt-auto w-100"
72358
73087
  }, /*#__PURE__*/React__default["default"].createElement("div", {
72359
73088
  "class": "col-lg-12 d-flex justify-content-end p-0"
@@ -76699,7 +77428,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
76699
77428
  var ikimagecredcontext = props.actions.ikimagecredcontext;
76700
77429
  props.actions.NotificationManager;
76701
77430
  var AddtoCartContext = props.actions.AddtoCartContext;
76702
- var AddtoCartMutationContext = props.AddtoCartMutationContext;
77431
+ var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
76703
77432
  var _useState5 = React.useState(''),
76704
77433
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
76705
77434
  addtocardpayloadobj = _useState6[0];
@@ -77300,7 +78029,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
77300
78029
  style: {
77301
78030
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
77302
78031
  }
77303
- }, plainString(item.shortdescription)), /*#__PURE__*/React__default["default"].createElement("div", {
78032
+ }, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
77304
78033
  style: {
77305
78034
  flexDirection: 'column'
77306
78035
  },
@@ -78685,9 +79414,7 @@ var QuantityButtonBasedProductCard = function QuantityButtonBasedProductCard(pro
78685
79414
  "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : " ".concat(card_cssstyles.productcard),
78686
79415
  style: {
78687
79416
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
78688
- paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
78689
- minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
78690
- maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px'
79417
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
78691
79418
  }
78692
79419
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
78693
79420
  "class": ' cursor-pointer w-100 ',