tabexseriescomponents 0.0.694 → 0.0.696

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 (356) hide show
  1. package/dist/index.cjs.js +1005 -1219
  2. package/dist/index.esm.js +1005 -1219
  3. package/dist/index.umd.js +1007 -1222
  4. package/package.json +1 -1
  5. package/{srcoman → srcoriginal}/TabexComponents/Cards/Card23/Card23.jsx +2 -2
  6. package/{srcoman → srcoriginal}/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +2 -2
  7. package/{srcoman → srcoriginal}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +1 -0
  8. package/{srcoman → srcoriginal}/TabexComponents/Cards/MenuCard/MenuCard.jsx +25 -13
  9. package/{srcoman → srcoriginal}/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +0 -2
  10. package/{srcoman → srcoriginal}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +2 -2
  11. package/srcoriginal/TabexComponents/Footer/Footer1/Footer1.jsx +551 -0
  12. package/{srcoman → srcoriginal}/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +19 -0
  13. package/{srcoman → srcoriginal}/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +19 -0
  14. package/{srcoman → srcoriginal}/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +1 -1
  15. package/{srcoman → srcoriginal}/TabexComponents/Headers/Header8/Header8.jsx +41 -1
  16. package/{srcoman → srcoriginal}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +249 -21
  17. package/{srcoman → srcoriginal}/TabexComponents/Headers/Modernheader/Modernheader.jsx +222 -217
  18. package/{srcoman → srcoriginal}/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +41 -4
  19. package/{srcoman → srcoriginal}/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +18 -0
  20. package/{srcoman → srcoriginal}/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +5 -1
  21. package/{srcoman → srcoriginal}/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +6 -3
  22. package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +72 -22
  23. package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +2 -3
  24. package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +3 -3
  25. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1935 -0
  26. package/{srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx → srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx} +1 -13
  27. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +760 -0
  28. package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +1 -1
  29. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1679 -0
  30. package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +45 -40
  31. package/srcoriginal/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +512 -0
  32. package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Filter/Filter.jsx +460 -252
  33. package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1616 -1481
  34. package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +2 -1
  35. package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +0 -780
  36. package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +0 -437
  37. package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +0 -1769
  38. package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +0 -790
  39. /package/{srcoman → srcoriginal}/Contexts/LanguageContext.jsx +0 -0
  40. /package/{srcoman → srcoriginal}/Contexts/ProductsCardsSectionContext.jsx +0 -0
  41. /package/{srcoman → srcoriginal}/Imagekitconfig.jsx +0 -0
  42. /package/{srcoman → srcoriginal}/StylesJS/Customstyles.js +0 -0
  43. /package/{srcoman → srcoriginal}/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +0 -0
  44. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Card20/Card20.jsx +0 -0
  45. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Card21/Card21.jsx +0 -0
  46. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Card22/Card22.jsx +0 -0
  47. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Card23/Card23 copy.jsx +0 -0
  48. /package/{srcoman → srcoriginal}/TabexComponents/Cards/CardAll/CardAll.jsx +0 -0
  49. /package/{srcoman → srcoriginal}/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +0 -0
  50. /package/{srcoman → srcoriginal}/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +0 -0
  51. /package/{srcoman → srcoriginal}/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +0 -0
  52. /package/{srcoman → srcoriginal}/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +0 -0
  53. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +0 -0
  54. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +0 -0
  55. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +0 -0
  56. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +0 -0
  57. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +0 -0
  58. /package/{srcoman → srcoriginal}/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +0 -0
  59. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +0 -0
  60. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +0 -0
  61. /package/{srcoman → srcoriginal}/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +0 -0
  62. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +0 -0
  63. /package/{srcoman → srcoriginal}/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +0 -0
  64. /package/{srcoman → srcoriginal}/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +0 -0
  65. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +0 -0
  66. /package/{srcoman → srcoriginal}/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +0 -0
  67. /package/{srcoman → srcoriginal}/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +0 -0
  68. /package/{srcoman → srcoriginal}/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +0 -0
  69. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcard6/Productcard6.jsx +0 -0
  70. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcard7/Productcard7.jsx +0 -0
  71. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +0 -0
  72. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +0 -0
  73. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +0 -0
  74. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +0 -0
  75. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +0 -0
  76. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +0 -0
  77. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +0 -0
  78. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +0 -0
  79. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +0 -0
  80. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +0 -0
  81. /package/{srcoman → srcoriginal}/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +0 -0
  82. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +0 -0
  83. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +0 -0
  84. /package/{srcoman → srcoriginal}/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +0 -0
  85. /package/{srcoman → srcoriginal}/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +0 -0
  86. /package/{srcoman → srcoriginal}/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +0 -0
  87. /package/{srcoman → srcoriginal}/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +0 -0
  88. /package/{srcoman → srcoriginal}/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +0 -0
  89. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +0 -0
  90. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Footer2/Footer2.jsx +0 -0
  91. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Footer3/Footer3.jsx +0 -0
  92. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Footer4/Footer4.jsx +0 -0
  93. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Footer5/Footer5.jsx +0 -0
  94. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Footer6/Footer6.jsx +0 -0
  95. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Footer7/Footer7.jsx +0 -0
  96. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Footer8/Footer8.jsx +0 -0
  97. /package/{srcoman → srcoriginal}/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +0 -0
  98. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +0 -0
  99. /package/{srcoman → srcoriginal}/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +0 -0
  100. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  101. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/noimage.png +0 -0
  102. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  103. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  104. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  105. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  106. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  107. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  108. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  109. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  110. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  111. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/usflag.png +0 -0
  112. /package/{srcoman → srcoriginal}/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  113. /package/{srcoman → srcoriginal}/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +0 -0
  114. /package/{srcoman → srcoriginal}/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +0 -0
  115. /package/{srcoman → srcoriginal}/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +0 -0
  116. /package/{srcoman → srcoriginal}/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +0 -0
  117. /package/{srcoman → srcoriginal}/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +0 -0
  118. /package/{srcoman → srcoriginal}/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +0 -0
  119. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +0 -0
  120. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Header4/Header4.jsx +0 -0
  121. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Header8/Header8 copy.jsx +0 -0
  122. /package/{srcoman → srcoriginal}/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +0 -0
  123. /package/{srcoman → srcoriginal}/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +0 -0
  124. /package/{srcoman → srcoriginal}/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +0 -0
  125. /package/{srcoman → srcoriginal}/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +0 -0
  126. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +0 -0
  127. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +0 -0
  128. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +0 -0
  129. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +0 -0
  130. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +0 -0
  131. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +0 -0
  132. /package/{srcoman → srcoriginal}/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +0 -0
  133. /package/{srcoman → srcoriginal}/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +0 -0
  134. /package/{srcoman → srcoriginal}/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +0 -0
  135. /package/{srcoman → srcoriginal}/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +0 -0
  136. /package/{srcoman → srcoriginal}/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +0 -0
  137. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Subheader/Subheader.jsx +0 -0
  138. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Subheader/Subheader13-3.jsx +0 -0
  139. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +0 -0
  140. /package/{srcoman → srcoriginal}/TabexComponents/Headers/Subheader/Subheadernew.jsx +0 -0
  141. /package/{srcoman → srcoriginal}/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +0 -0
  142. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +0 -0
  143. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +0 -0
  144. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +0 -0
  145. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +0 -0
  146. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +0 -0
  147. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +0 -0
  148. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +0 -0
  149. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +0 -0
  150. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +0 -0
  151. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +0 -0
  152. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +0 -0
  153. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +0 -0
  154. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +0 -0
  155. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +0 -0
  156. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +0 -0
  157. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +0 -0
  158. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +0 -0
  159. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +0 -0
  160. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +0 -0
  161. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +0 -0
  162. /package/{srcoman → srcoriginal}/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +0 -0
  163. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +0 -0
  164. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +0 -0
  165. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +0 -0
  166. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +0 -0
  167. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +0 -0
  168. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +0 -0
  169. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +0 -0
  170. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +0 -0
  171. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +0 -0
  172. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +0 -0
  173. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +0 -0
  174. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +0 -0
  175. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +0 -0
  176. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +0 -0
  177. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +0 -0
  178. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +0 -0
  179. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +0 -0
  180. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +0 -0
  181. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +0 -0
  182. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +0 -0
  183. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +0 -0
  184. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +0 -0
  185. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +0 -0
  186. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +0 -0
  187. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +0 -0
  188. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +0 -0
  189. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +0 -0
  190. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +0 -0
  191. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +0 -0
  192. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +0 -0
  193. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +0 -0
  194. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +0 -0
  195. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +0 -0
  196. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +0 -0
  197. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +0 -0
  198. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +0 -0
  199. /package/{srcoman → srcoriginal}/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +0 -0
  200. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +0 -0
  201. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/AddReview/AddReview.jsx +0 -0
  202. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +0 -0
  203. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +0 -0
  204. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +0 -0
  205. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +0 -0
  206. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Checkout/Checkout.jsx +0 -0
  207. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +0 -0
  208. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +0 -0
  209. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +0 -0
  210. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +0 -0
  211. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +0 -0
  212. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Filter/Filter copy.jsx +0 -0
  213. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Filter/Filter1-5.jsx +0 -0
  214. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Filter/Filter13-11.jsx +0 -0
  215. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Filter/Filter14-8.jsx +0 -0
  216. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Filter/Filter17-9.jsx +0 -0
  217. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Filter/VariantFilter.jsx +0 -0
  218. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +0 -0
  219. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +0 -0
  220. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +0 -0
  221. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Login/Login copy.jsx +0 -0
  222. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Login/Login.jsx +0 -0
  223. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +0 -0
  224. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +0 -0
  225. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Policies/Policies.jsx +0 -0
  226. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +0 -0
  227. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +0 -0
  228. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +0 -0
  229. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +0 -0
  230. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +0 -0
  231. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +0 -0
  232. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +0 -0
  233. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +0 -0
  234. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +0 -0
  235. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +0 -0
  236. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +0 -0
  237. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +0 -0
  238. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +0 -0
  239. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +0 -0
  240. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +0 -0
  241. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +0 -0
  242. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +0 -0
  243. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +0 -0
  244. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +0 -0
  245. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +0 -0
  246. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +0 -0
  247. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +0 -0
  248. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +0 -0
  249. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +0 -0
  250. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +0 -0
  251. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +0 -0
  252. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +0 -0
  253. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +0 -0
  254. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +0 -0
  255. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +0 -0
  256. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +0 -0
  257. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +0 -0
  258. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +0 -0
  259. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +0 -0
  260. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +0 -0
  261. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +0 -0
  262. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +0 -0
  263. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +0 -0
  264. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +0 -0
  265. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +0 -0
  266. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +0 -0
  267. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Signup/Signup.jsx +0 -0
  268. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +0 -0
  269. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +0 -0
  270. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +0 -0
  271. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +0 -0
  272. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +0 -0
  273. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +0 -0
  274. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +0 -0
  275. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +0 -0
  276. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +0 -0
  277. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +0 -0
  278. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +0 -0
  279. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +0 -0
  280. /package/{srcoman → srcoriginal}/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +0 -0
  281. /package/{srcoman → srcoriginal}/button.jsx +0 -0
  282. /package/{srcoman → srcoriginal}/index.jsx +0 -0
  283. /package/{srcoman → srcoriginal}/styles/Home.module.css +0 -0
  284. /package/{srcoman → srcoriginal}/styles/cards/Categorcycard_fullimage.module.css +0 -0
  285. /package/{srcoman → srcoriginal}/styles/cards/Categorycard_slidebgscaled.module.css +0 -0
  286. /package/{srcoman → srcoriginal}/styles/cards/Categorycard_withshapes.module.css +0 -0
  287. /package/{srcoman → srcoriginal}/styles/cards/ModernCardWithQuantityButton.module.css +0 -0
  288. /package/{srcoman → srcoriginal}/styles/cards/Productcard6.module.css +0 -0
  289. /package/{srcoman → srcoriginal}/styles/cards/Productccard_with_zoominonhover.module.css +0 -0
  290. /package/{srcoman → srcoriginal}/styles/cards/Prouductcard_with_zoomhover.module.css +0 -0
  291. /package/{srcoman → srcoriginal}/styles/cards/UserCardWithSocialMediaOnHover.module.css +0 -0
  292. /package/{srcoman → srcoriginal}/styles/cards/card23.module.css +0 -0
  293. /package/{srcoman → srcoriginal}/styles/cards/categorycard.module.css +0 -0
  294. /package/{srcoman → srcoriginal}/styles/cards/categorycard3.module.css +0 -0
  295. /package/{srcoman → srcoriginal}/styles/cards/categorycardwithtext.module.css +0 -0
  296. /package/{srcoman → srcoriginal}/styles/cards/generalCardsStyles.module.css +0 -0
  297. /package/{srcoman → srcoriginal}/styles/cards/productcard_animatedbuttons.module.css +0 -0
  298. /package/{srcoman → srcoriginal}/styles/cards/productcard_with_textonhover.module.css +0 -0
  299. /package/{srcoman → srcoriginal}/styles/cards/productcard_withtextonimage.module.css +0 -0
  300. /package/{srcoman → srcoriginal}/styles/cards/productccard_with_imageontopleft.module.css +0 -0
  301. /package/{srcoman → srcoriginal}/styles/general/bootstrap.css +0 -0
  302. /package/{srcoman → srcoriginal}/styles/general/dropdown.css +0 -0
  303. /package/{srcoman → srcoriginal}/styles/general/editorbardropdown.module.css +0 -0
  304. /package/{srcoman → srcoriginal}/styles/general/filter.module.css +0 -0
  305. /package/{srcoman → srcoriginal}/styles/general/form.module.css +0 -0
  306. /package/{srcoman → srcoriginal}/styles/general/general.module.css +0 -0
  307. /package/{srcoman → srcoriginal}/styles/general/image-gallery.css +0 -0
  308. /package/{srcoman → srcoriginal}/styles/general/react-accessible-accordion.module.css +0 -0
  309. /package/{srcoman → srcoriginal}/styles/general/react-phone-input-2.module.css +0 -0
  310. /package/{srcoman → srcoriginal}/styles/general/scrollbtn.module.css +0 -0
  311. /package/{srcoman → srcoriginal}/styles/general/slick.module.css +0 -0
  312. /package/{srcoman → srcoriginal}/styles/general/tabs.module.css +0 -0
  313. /package/{srcoman → srcoriginal}/styles/general/workplaceeditor.module.css +0 -0
  314. /package/{srcoman → srcoriginal}/styles/globals.css +0 -0
  315. /package/{srcoman → srcoriginal}/styles/headers/CTAHeader.module.css +0 -0
  316. /package/{srcoman → srcoriginal}/styles/headers/CategoryFeaturingHeader.module.css +0 -0
  317. /package/{srcoman → srcoriginal}/styles/headers/Gotoheader.module.css +0 -0
  318. /package/{srcoman → srcoriginal}/styles/headers/Header7.module.css +0 -0
  319. /package/{srcoman → srcoriginal}/styles/headers/HeaderWithAdSlider.module.css +0 -0
  320. /package/{srcoman → srcoriginal}/styles/headers/HeaderWithSearchOnCenter.module.css +0 -0
  321. /package/{srcoman → srcoriginal}/styles/headers/HeaderWithUtilityBar.module.css +0 -0
  322. /package/{srcoman → srcoriginal}/styles/headers/Header_threesectionslogocentered.module.css +0 -0
  323. /package/{srcoman → srcoriginal}/styles/headers/NewHeader.module.css +0 -0
  324. /package/{srcoman → srcoriginal}/styles/headers/SearchFocusedHeader.module.css +0 -0
  325. /package/{srcoman → srcoriginal}/styles/headers/Sideheader.module.css +0 -0
  326. /package/{srcoman → srcoriginal}/styles/headers/Simpleheader.module.css +0 -0
  327. /package/{srcoman → srcoriginal}/styles/headers/classicheader.module.css +0 -0
  328. /package/{srcoman → srcoriginal}/styles/headers/classicheaderstyles.module.css +0 -0
  329. /package/{srcoman → srcoriginal}/styles/headers/dropdown.css +0 -0
  330. /package/{srcoman → srcoriginal}/styles/headers/header4.module.css +0 -0
  331. /package/{srcoman → srcoriginal}/styles/headers/header5.module.css +0 -0
  332. /package/{srcoman → srcoriginal}/styles/headers/header_contactinfo.module.css +0 -0
  333. /package/{srcoman → srcoriginal}/styles/headers/headerresturant.module.css +0 -0
  334. /package/{srcoman → srcoriginal}/styles/headers/modernheader.module.css +0 -0
  335. /package/{srcoman → srcoriginal}/styles/headers/stylishheader.module.css +0 -0
  336. /package/{srcoman → srcoriginal}/styles/headers/subheader.module.css +0 -0
  337. /package/{srcoman → srcoriginal}/styles/headers/threetieredheader.module.css +0 -0
  338. /package/{srcoman → srcoriginal}/styles/sections/BackgroundImageWithTopContent.css +0 -0
  339. /package/{srcoman → srcoriginal}/styles/sections/Backgroundimage1.module.css +0 -0
  340. /package/{srcoman → srcoriginal}/styles/sections/Backgroundimage_with_topcircle.module.css +0 -0
  341. /package/{srcoman → srcoriginal}/styles/sections/Freetext.module.css +0 -0
  342. /package/{srcoman → srcoriginal}/styles/sections/Section_with_rightbgcont.module.css +0 -0
  343. /package/{srcoman → srcoriginal}/styles/sections/Slideshow_with_rotatedsquare.module.css +0 -0
  344. /package/{srcoman → srcoriginal}/styles/sections/Slideshow_with_squarebg.module.css +0 -0
  345. /package/{srcoman → srcoriginal}/styles/staticpages/accordion.module.css +0 -0
  346. /package/{srcoman → srcoriginal}/styles/staticpages/cart.module.css +0 -0
  347. /package/{srcoman → srcoriginal}/styles/staticpages/dropdown.css +0 -0
  348. /package/{srcoman → srcoriginal}/styles/staticpages/filter.module.css +0 -0
  349. /package/{srcoman → srcoriginal}/styles/staticpages/image-gallery.css +0 -0
  350. /package/{srcoman → srcoriginal}/styles/staticpages/login.module.css +0 -0
  351. /package/{srcoman → srcoriginal}/styles/staticpages/productinfo.module.css +0 -0
  352. /package/{srcoman → srcoriginal}/styles/staticpages/shop.module.css +0 -0
  353. /package/{srcoman → srcoriginal}/styles/staticpages/signup.module.css +0 -0
  354. /package/{srcoman → srcoriginal}/styles/staticpages/staticroutersidenav.module.css +0 -0
  355. /package/{srcoman → srcoriginal}/styles/staticpages/viewcart.module.css +0 -0
  356. /package/{srcoman → srcoriginal}/styles/staticpages/wishlist.module.css +0 -0
package/dist/index.esm.js CHANGED
@@ -115,7 +115,6 @@ import { VscHeart } from '@react-icons/all-files/vsc/VscHeart';
115
115
  import { IoSearchOutline } from '@react-icons/all-files/io5/IoSearchOutline';
116
116
  import { AiFillYoutube } from '@react-icons/all-files/ai/AiFillYoutube';
117
117
  import { IoLogoTiktok } from '@react-icons/all-files/io5/IoLogoTiktok';
118
- import { FaLinkedinIn } from '@react-icons/all-files/fa/FaLinkedinIn';
119
118
  import { FiMenu } from '@react-icons/all-files/fi/FiMenu';
120
119
  import { BsChevronDown } from '@react-icons/all-files/bs/BsChevronDown';
121
120
  import { IoClose } from '@react-icons/all-files/io5/IoClose';
@@ -140,6 +139,7 @@ import { FaPhone } from '@react-icons/all-files/fa/FaPhone';
140
139
  import { FiGlobe } from '@react-icons/all-files/fi/FiGlobe';
141
140
  import { BiUserCircle } from '@react-icons/all-files/bi/BiUserCircle';
142
141
  import { GoLocation } from '@react-icons/all-files/go/GoLocation';
142
+ import { FaLinkedinIn } from '@react-icons/all-files/fa/FaLinkedinIn';
143
143
  import { RiRoadMapLine } from '@react-icons/all-files/ri/RiRoadMapLine';
144
144
  import { HiOutlineClock } from '@react-icons/all-files/hi/HiOutlineClock';
145
145
  import { AiOutlineLinkedin } from '@react-icons/all-files/ai/AiOutlineLinkedin';
@@ -148,6 +148,7 @@ import { FaArrowAltCircleLeft } from '@react-icons/all-files/fa/FaArrowAltCircle
148
148
  import Select$5 from 'react-select';
149
149
  import { GoStar } from '@react-icons/all-files/go/GoStar';
150
150
  import { IoIosStar } from '@react-icons/all-files/io/IoIosStar';
151
+ import { CountdownCircleTimer } from 'react-countdown-circle-timer';
151
152
  import BackgroundSlideshow from 'react-background-slideshow';
152
153
  import _extends from '@babel/runtime/helpers/extends';
153
154
  import { Fade, Slide, Zoom } from 'react-slideshow-image';
@@ -2367,7 +2368,7 @@ var DescriptionContent = function DescriptionContent(props) {
2367
2368
  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; }
2368
2369
  function _objectSpread$2u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2u(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2369
2370
  var Product_itemtype = function Product_itemtype(props) {
2370
- 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;
2371
+ 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;
2371
2372
  var lang = props.actions.lang;
2372
2373
  var langdetect = props.actions.langdetect;
2373
2374
  var srcfromprops = props.actions.srcfromprops;
@@ -2558,7 +2559,7 @@ var Product_itemtype = function Product_itemtype(props) {
2558
2559
  }
2559
2560
  }, /*#__PURE__*/React.createElement("div", {
2560
2561
  "class": ' col-lg-12 p-0 '
2561
- }, Object.keys(sectionproperties).length != 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '673ca821296ee' && /*#__PURE__*/React.createElement("div", {
2562
+ }, /*#__PURE__*/React.createElement("div", {
2562
2563
  "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
2563
2564
  style: {
2564
2565
  minHeight: sectionproperties.height + 'vh'
@@ -2693,7 +2694,7 @@ var Product_itemtype = function Product_itemtype(props) {
2693
2694
  textAlign: langdetect == 'en' ? 'left' : 'right',
2694
2695
  fontWeight: 400,
2695
2696
  color: sectionproperties.measurementunitcolor,
2696
- fontSize: sectionproperties.measurementunitcolor + 'px'
2697
+ fontSize: sectionproperties.measurementunitfontsize + 'px'
2697
2698
  }
2698
2699
  }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React.createElement("div", {
2699
2700
  "class": "col-lg-12 p-0 text-start"
@@ -2811,9 +2812,14 @@ var Product_itemtype = function Product_itemtype(props) {
2811
2812
  return /*#__PURE__*/React.createElement("tr", null, /*#__PURE__*/React.createElement("th", {
2812
2813
  style: {
2813
2814
  textTransform: 'capitalize',
2814
- color: '#000'
2815
+ color: '#000',
2816
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2815
2817
  }
2816
- }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React.createElement("td", null, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2818
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React.createElement("td", {
2819
+ style: {
2820
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2821
+ }
2822
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2817
2823
  }))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.isproducttobesold) == 1 && /*#__PURE__*/React.createElement(ProductHeaderPricing, {
2818
2824
  actions: props.actions
2819
2825
  }), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React.createElement("div", {
@@ -3700,109 +3706,7 @@ var Product_itemtype = function Product_itemtype(props) {
3700
3706
  "class": "my-3"
3701
3707
  })), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
3702
3708
  "class": "col-lg-12 p-0 allcentered mt-2"
3703
- }, ShareButtonsContainer())))))), Object.keys(sectionproperties).length != 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '673ca821296ee' && /*#__PURE__*/React.createElement("div", {
3704
- "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
3705
- style: {
3706
- minHeight: sectionproperties.height + 'vh'
3707
- // paddingLeft: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
3708
- // paddingRight: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
3709
- }
3710
- }, /*#__PURE__*/React.createElement("div", {
3711
- "class": "col-lg-12 allcentered p-0 mb-2"
3712
- }, /*#__PURE__*/React.createElement("div", {
3713
- className: "w-100 h-100",
3714
- style: {}
3715
- }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
3716
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3717
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3718
- 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),
3719
- style: {
3720
- width: '100%',
3721
- height: '100%',
3722
- objectFit: 'contain'
3723
- },
3724
- loading: "lazy"
3725
- }))), sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React.createElement("div", {
3726
- className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center mb-2 mt-3'
3727
- }, /*#__PURE__*/React.createElement("p", {
3728
- className: ' m-0 p-0 wordbreak d-flex justify-content-start ',
3729
- style: {
3730
- textAlign: langdetect == 'en' ? 'left' : 'right',
3731
- fontWeight: 400,
3732
- color: sectionproperties.measurementunitcolor,
3733
- fontSize: sectionproperties.measurementunitfontsize + 'px'
3734
- }
3735
- }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), /*#__PURE__*/React.createElement("div", {
3736
- className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
3737
- }, /*#__PURE__*/React.createElement("p", {
3738
- 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 ',
3739
- onClick: function onClick() {
3740
- if (props.srcfromprops != 'templatedraftrouter') {
3741
- routingcountext(StaticPagesLinksContext.productinfo, true, fetchProductInfoQueryContext.data.data.productinfo.productid);
3742
- }
3743
- },
3744
- style: {
3745
- textAlign: langdetect == 'en' ? 'left' : 'right'
3746
- }
3747
- }, langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.name_en : fetchProductInfoQueryContext.data.data.productinfo.name_ar)), /*#__PURE__*/React.createElement("div", {
3748
- "class": "col-lg-12 col-md-12 p-0"
3749
- }, /*#__PURE__*/React.createElement("div", {
3750
- "class": "row m-0 w-100"
3751
- }, /*#__PURE__*/React.createElement("div", {
3752
- className: "col-lg-12 p-0 d-flex align-items-center justify-content-start"
3753
- }, /*#__PURE__*/React.createElement("p", {
3754
- "class": "m-0 p-0",
3755
- style: {
3756
- textAlign: langdetect == 'en' ? 'left' : 'right',
3757
- fontWeight: sectionproperties.prodCatFontWeight,
3758
- color: sectionproperties.prodCatColor,
3759
- fontSize: sectionproperties.prodCatFontSize + 'px'
3760
- }
3761
- }, langdetect == 'en' ? sectionproperties.shortdescriptiontitle_en : sectionproperties.shortdescriptiontitle_ar)), /*#__PURE__*/React.createElement("div", {
3762
- "class": "col-lg-12 mt-3"
3763
- }, /*#__PURE__*/React.createElement("p", {
3764
- className: 'm-0 p-0 wordbreak',
3765
- style: {
3766
- textAlign: langdetect == 'en' ? 'left' : 'right',
3767
- color: sectionproperties.prodCatColor
3768
- },
3769
- dangerouslySetInnerHTML: {
3770
- __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
3771
- }
3772
- })))), /*#__PURE__*/React.createElement("div", {
3773
- "class": "col-lg-12 p-0 my-4"
3774
- }, /*#__PURE__*/React.createElement("div", {
3775
- "class": "row m-0 w-100"
3776
- }, (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) {
3777
- return /*#__PURE__*/React.createElement("div", {
3778
- "class": "col-lg-4 col-sm-12"
3779
- }, /*#__PURE__*/React.createElement("div", {
3780
- "class": ' mx-2 w-100 h-100',
3781
- style: {}
3782
- }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
3783
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3784
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3785
- path: '/tr:w-500,h-500/' + item.path,
3786
- style: {
3787
- width: '100%',
3788
- height: '100%',
3789
- objectFit: 'contain'
3790
- },
3791
- loading: "lazy"
3792
- })));
3793
- })))), /*#__PURE__*/React.createElement("div", {
3794
- "class": "col-lg-12 p-0 my-3"
3795
- }, /*#__PURE__*/React.createElement("div", {
3796
- "class": "col-lg-12 p-0 d-flex justify-content-start"
3797
- }, /*#__PURE__*/React.createElement("p", {
3798
- className: 'text-black m-0 p-0 wordbreak',
3799
- style: {
3800
- textAlign: langdetect == 'en' ? 'left' : 'right'
3801
- },
3802
- dangerouslySetInnerHTML: {
3803
- __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
3804
- }
3805
- }))))));
3709
+ }, ShareButtonsContainer()))))))));
3806
3710
  };
3807
3711
 
3808
3712
  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; }
@@ -6667,8 +6571,7 @@ var Productinfo = function Productinfo(props) {
6667
6571
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
6668
6572
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
6669
6573
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
6670
- borderTop: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6671
- borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6574
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6672
6575
  marginBottom: sectionproperties.relatedProductsMb + 'px'
6673
6576
  }
6674
6577
  }, Relatedproducts.length != 0 && /*#__PURE__*/React.createElement("div", {
@@ -15293,7 +15196,6 @@ var Select$1 = /*#__PURE__*/React.lazy(function () {
15293
15196
  });
15294
15197
  var Filter$1 = function Filter(props) {
15295
15198
  var _css;
15296
- var FetchAllVendorsQuery = props.actions.FetchAllVendorsQuery;
15297
15199
  var lang = props.actions.lang;
15298
15200
  var langdetect = props.actions.langdetect;
15299
15201
  props.actions.productfiltercontext;
@@ -15314,21 +15216,10 @@ var Filter$1 = function Filter(props) {
15314
15216
  _useState2 = _slicedToArray(_useState, 2);
15315
15217
  _useState2[0];
15316
15218
  _useState2[1];
15317
- var _useState3 = useState({
15318
- min: '',
15319
- max: ''
15320
- }),
15219
+ var _useState3 = useState([]),
15321
15220
  _useState4 = _slicedToArray(_useState3, 2),
15322
- pricevalue2 = _useState4[0],
15323
- setpricevalue2 = _useState4[1];
15324
- var _useState5 = useState([]),
15325
- _useState6 = _slicedToArray(_useState5, 2),
15326
- productfeatuesarr = _useState6[0],
15327
- setproductfeatuesarr = _useState6[1];
15328
- var _useState7 = useState([]),
15329
- _useState8 = _slicedToArray(_useState7, 2),
15330
- vendorarr = _useState8[0],
15331
- setvendorsarr = _useState8[1];
15221
+ productfeatuesarr = _useState4[0],
15222
+ setproductfeatuesarr = _useState4[1];
15332
15223
  var fetchTabexCountriesQueryContext = props.actions.fetchTabexCountriesQueryContext;
15333
15224
  var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
15334
15225
  var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
@@ -15337,50 +15228,41 @@ var Filter$1 = function Filter(props) {
15337
15228
  var FetchTabexStatesPayloadobjContext = props.actions.FetchTabexStatesPayloadobjContext;
15338
15229
  var setFetchTabexStatesPayloadobjContext = props.actions.setFetchTabexStatesPayloadobjContext;
15339
15230
  var fetchProductFeaturesQueryContext = props.actions.fetchProductFeaturesQueryContext;
15340
- var _useState9 = useState(''),
15341
- _useState10 = _slicedToArray(_useState9, 2),
15342
- sectionproperties = _useState10[0],
15343
- setsectionproperties = _useState10[1];
15231
+ var _useState5 = useState(''),
15232
+ _useState6 = _slicedToArray(_useState5, 2),
15233
+ sectionproperties = _useState6[0],
15234
+ setsectionproperties = _useState6[1];
15344
15235
  // const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
15236
+ var _useState7 = useState([]),
15237
+ _useState8 = _slicedToArray(_useState7, 2),
15238
+ instfilters = _useState8[0],
15239
+ setinstfilters = _useState8[1];
15240
+ var _useState9 = useState([]),
15241
+ _useState10 = _slicedToArray(_useState9, 2),
15242
+ collectionstobevisible = _useState10[0],
15243
+ setcollectionstobevisible = _useState10[1];
15345
15244
  var _useState11 = useState([]),
15346
15245
  _useState12 = _slicedToArray(_useState11, 2),
15347
- instfilters = _useState12[0],
15348
- setinstfilters = _useState12[1];
15246
+ instcollections = _useState12[0],
15247
+ setinstcollections = _useState12[1];
15349
15248
  var _useState13 = useState([]),
15350
15249
  _useState14 = _slicedToArray(_useState13, 2),
15351
- collectionstobevisible = _useState14[0],
15352
- setcollectionstobevisible = _useState14[1];
15353
- var _useState15 = useState([]),
15354
- _useState16 = _slicedToArray(_useState15, 2),
15355
- instcollections = _useState16[0],
15356
- setinstcollections = _useState16[1];
15357
- var _useState17 = useState([]),
15358
- _useState18 = _slicedToArray(_useState17, 2),
15359
- instcategories = _useState18[0],
15360
- setinstcategories = _useState18[1];
15250
+ instcategories = _useState14[0],
15251
+ setinstcategories = _useState14[1];
15361
15252
  // const [sortby, setSortby] = useState('Sort by');
15362
- var _useState19 = useState({
15253
+ var _useState15 = useState({
15363
15254
  min: 0,
15364
15255
  max: 5
15365
15256
  }),
15366
- _useState20 = _slicedToArray(_useState19, 2),
15367
- raterangevalue = _useState20[0],
15368
- setraterangevalue = _useState20[1];
15257
+ _useState16 = _slicedToArray(_useState15, 2),
15258
+ raterangevalue = _useState16[0],
15259
+ setraterangevalue = _useState16[1];
15369
15260
  var timeoutRef = React.useRef(null);
15370
- var _useState21 = useState(''),
15371
- _useState22 = _slicedToArray(_useState21, 2);
15372
- _useState22[0];
15373
- var setsortbycontext = _useState22[1];
15374
- var _useState23 = useState(''),
15375
- _useState24 = _slicedToArray(_useState23, 2),
15376
- pricefrom = _useState24[0];
15377
- _useState24[1];
15378
- var _useState25 = useState(''),
15379
- _useState26 = _slicedToArray(_useState25, 2),
15380
- priceto = _useState26[0];
15381
- _useState26[1];
15382
- props.actions.setfetchingtype;
15383
- var _useState27 = useState([{
15261
+ var _useState17 = useState(''),
15262
+ _useState18 = _slicedToArray(_useState17, 2);
15263
+ _useState18[0];
15264
+ var setsortbycontext = _useState18[1];
15265
+ var _useState19 = useState([{
15384
15266
  payloadvalue: 'sortprice',
15385
15267
  name: lang.price,
15386
15268
  filterarray: [{
@@ -15405,24 +15287,12 @@ var Filter$1 = function Filter(props) {
15405
15287
  isfilterselected: false
15406
15288
  }]
15407
15289
  }]),
15408
- _useState28 = _slicedToArray(_useState27, 2),
15409
- otherfilters = _useState28[0];
15410
- _useState28[1];
15290
+ _useState20 = _slicedToArray(_useState19, 2),
15291
+ otherfilters = _useState20[0];
15292
+ _useState20[1];
15411
15293
  useEffect(function () {
15412
15294
  filterupdater();
15413
15295
  }, []);
15414
- useEffect(function () {
15415
- var _FetchAllVendorsQuery, _FetchAllVendorsQuery2;
15416
- 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) {
15417
- var _FetchAllVendorsQuery3, _temp;
15418
- var temp = _toConsumableArray(vendorarr);
15419
- temp = _toConsumableArray(FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery3 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery3 === void 0 || (_FetchAllVendorsQuery3 = _FetchAllVendorsQuery3.data) === null || _FetchAllVendorsQuery3 === void 0 ? void 0 : _FetchAllVendorsQuery3.vendors);
15420
- (_temp = temp) === null || _temp === void 0 || _temp.forEach(function (instfilteritem, instfilterindex) {
15421
- instfilteritem.isfilterselected = false;
15422
- });
15423
- setvendorsarr(_toConsumableArray(temp));
15424
- }
15425
- }, [FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 ? void 0 : FetchAllVendorsQuery.isSuccess]);
15426
15296
  useEffect(function () {
15427
15297
  if (fetchproductoptionsQueryContext.isSuccess) {
15428
15298
  var _fetchproductoptionsQ;
@@ -15438,17 +15308,7 @@ var Filter$1 = function Filter(props) {
15438
15308
  useEffect(function () {
15439
15309
  if (fetchcollectionsQueryContext.isSuccess) {
15440
15310
  var _fetchcollectionsQuer;
15441
- 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;
15442
- var tempcollinfilter = [];
15443
- {
15444
- tempcoll === null || tempcoll === void 0 || tempcoll.map(function (collectionitem, collectionindex) {
15445
- if (collectionitem.isshowntocustomers == 1 && collectionitem.isinftiler == 1) {
15446
- tempcollinfilter.push(collectionitem);
15447
- }
15448
- });
15449
- }
15450
- setinstcollections([].concat(tempcollinfilter));
15451
- // setinstcollections([...fetchcollectionsQueryContext?.data?.data?.collections]);
15311
+ setinstcollections(_toConsumableArray(fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 || (_fetchcollectionsQuer = fetchcollectionsQueryContext.data) === null || _fetchcollectionsQuer === void 0 || (_fetchcollectionsQuer = _fetchcollectionsQuer.data) === null || _fetchcollectionsQuer === void 0 ? void 0 : _fetchcollectionsQuer.collections));
15452
15312
  }
15453
15313
  }, [fetchcollectionsQueryContext.isSuccess]);
15454
15314
  // useEffect(() => {
@@ -16187,7 +16047,7 @@ var Filter$1 = function Filter(props) {
16187
16047
  textAlign: langdetect == 'en' ? 'left' : 'right',
16188
16048
  color: sectionproperties.filtertitle_color
16189
16049
  }, _defineProperty(_ref2, "color", sectionproperties.filtertitle_color), _defineProperty(_ref2, "fontSize", sectionproperties.filtertitle_fontsize + 'px'), _defineProperty(_ref2, "fontWeight", sectionproperties.filtertitle_fontweight), _defineProperty(_ref2, "color", sectionproperties.filtertitle_color), _defineProperty(_ref2, "textTransform", 'capitalize'), _ref2)
16190
- }, langdetect == 'en' ? item.name_en : item.name_ar), /*#__PURE__*/React.createElement("div", {
16050
+ }, langdetect == 'en' ? item.name_en : item.name_ar, item.type), /*#__PURE__*/React.createElement("div", {
16191
16051
  "class": 'col-lg-12 pl-4 pr-4 mt-2 mb-2',
16192
16052
  style: {
16193
16053
  direction: 'ltr'
@@ -16611,10 +16471,10 @@ var Filter$1 = function Filter(props) {
16611
16471
  isSearchable: true
16612
16472
  })))));
16613
16473
  };
16614
- var _useState29 = useState(false),
16615
- _useState30 = _slicedToArray(_useState29, 2),
16616
- checked = _useState30[0],
16617
- setChecked = _useState30[1];
16474
+ var _useState21 = useState(false),
16475
+ _useState22 = _slicedToArray(_useState21, 2),
16476
+ checked = _useState22[0],
16477
+ setChecked = _useState22[1];
16618
16478
  // const queryParameters = new URLSearchParams(window.location.search);
16619
16479
  // useEffect(() => {
16620
16480
  // // setsortbycontext('Sort By');
@@ -16971,48 +16831,7 @@ var Filter$1 = function Filter(props) {
16971
16831
  "class": "row m-0 w-100"
16972
16832
  }, CollectionsFilter()), sectionproperties.showdynamicfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
16973
16833
  "class": "row m-0 w-100"
16974
- }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.showvendorfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
16975
- "class": "row m-0 w-100"
16976
- }, /*#__PURE__*/React.createElement("div", {
16977
- className: "col-lg-12 p-0"
16978
- }, /*#__PURE__*/React.createElement("div", {
16979
- className: "row m-0 w-100"
16980
- }, /*#__PURE__*/React.createElement("div", {
16981
- "class": "col-lg-12 p-0 text-start mb-2"
16982
- }, /*#__PURE__*/React.createElement("p", {
16983
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
16984
- }, langdetect == 'en' ? 'Brands' : 'الماركات')), vendorarr.map(function (item, index) {
16985
- return /*#__PURE__*/React.createElement("div", {
16986
- 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 ',
16987
- onClick: function onClick() {
16988
- var _tempfetchproductsfil3;
16989
- var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
16990
- // alert(JSON.stringify(tempfetchproductsfilerobjcontext));
16991
- tempfetchproductsfilerobjcontext.vendorsarr = [];
16992
- tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil3 = tempfetchproductsfilerobjcontext.vendorsarr) === null || _tempfetchproductsfil3 === void 0 || _tempfetchproductsfil3.push(item.vendorid);
16993
- setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
16994
- var temp = _toConsumableArray(vendorarr);
16995
- temp === null || temp === void 0 || temp.forEach(function (instfilteritem, instfilterindex) {
16996
- instfilteritem.isfilterselected = false;
16997
- });
16998
- item.isfilterselected = true;
16999
- setvendorsarr(_toConsumableArray(temp));
17000
- }
17001
- }, /*#__PURE__*/React.createElement("div", {
17002
- "class": "mr-2"
17003
- }, /*#__PURE__*/React.createElement("div", {
17004
- className: " ".concat(item.isfilterselected ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
17005
- }, /*#__PURE__*/React.createElement("i", {
17006
- className: "h-100 d-flex align-items-center"
17007
- }))), /*#__PURE__*/React.createElement("div", {
17008
- className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
17009
- }, /*#__PURE__*/React.createElement("p", {
17010
- className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
17011
- style: {
17012
- color: item.isfilterselected ? sectionproperties.activecat_color : ''
17013
- }
17014
- }, langdetect == 'en' ? item.vendorname : item.vendorname)));
17015
- }))))))), /*#__PURE__*/React.createElement("div", {
16834
+ }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters()))), /*#__PURE__*/React.createElement("div", {
17016
16835
  className: "col-lg-12"
17017
16836
  }, /*#__PURE__*/React.createElement(Offcanvas, {
17018
16837
  show: props === null || props === void 0 ? void 0 : props.openFilterSlider,
@@ -17187,176 +17006,7 @@ var Filter$1 = function Filter(props) {
17187
17006
  }
17188
17007
  })))), /*#__PURE__*/React.createElement("div", {
17189
17008
  className: filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 pl-4 pr-4 '
17190
- }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React.createElement("div", {
17191
- "class": "row m-0 w-100"
17192
- }, /*#__PURE__*/React.createElement("div", {
17193
- "class": "col-lg-12 d-flex justify-content-start p-0"
17194
- }, /*#__PURE__*/React.createElement("p", {
17195
- className: "m-0 p-0 font-16 font-weight-600",
17196
- style: {
17197
- color: sectionproperties.filter_titlecolor,
17198
- fontSize: sectionproperties.filter_titlefontsize + 'px',
17199
- fontWeight: sectionproperties.filter_titlefontweight,
17200
- textTransform: sectionproperties.filter_titletextransform
17201
- }
17202
- }, langdetect == 'en' ? 'Sort By' : 'ترتيب حسب')), /*#__PURE__*/React.createElement("div", {
17203
- className: "col-lg-12"
17204
- }, /*#__PURE__*/React.createElement("hr", {
17205
- className: "mt-2 mb-3"
17206
- })), otherfilters.map(function (item, index) {
17207
- return /*#__PURE__*/React.createElement("div", {
17208
- className: "col-lg-12 p-0"
17209
- }, /*#__PURE__*/React.createElement(Accordion, {
17210
- allowMultipleExpanded: true,
17211
- allowZeroExpanded: true,
17212
- preExpanded: [0, 1, 2, 3],
17213
- style: {
17214
- width: '100%'
17215
- }
17216
- }, /*#__PURE__*/React.createElement(AccordionItem, {
17217
- uuid: index
17218
- }, /*#__PURE__*/React.createElement(AccordionItemHeading, null, /*#__PURE__*/React.createElement(AccordionItemButton, null, /*#__PURE__*/React.createElement("div", {
17219
- className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17220
- }, /*#__PURE__*/React.createElement("div", {
17221
- className: "col-lg-10 col-md-10 col-sm-10 p-0"
17222
- }, /*#__PURE__*/React.createElement("p", {
17223
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17224
- }, item.name)), /*#__PURE__*/React.createElement("div", {
17225
- className: "col-lg-2 col-md-2 col-sm-2 p-0"
17226
- }, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
17227
- if (state.expanded == true) {
17228
- return /*#__PURE__*/React.createElement("i", {
17229
- className: filter_cssstyles.collapsetitle + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
17230
- }, /*#__PURE__*/React.createElement(FiChevronUp, null));
17231
- } else {
17232
- return /*#__PURE__*/React.createElement("i", {
17233
- className: filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '
17234
- }, /*#__PURE__*/React.createElement(FiChevronDown, null));
17235
- }
17236
- }))))), /*#__PURE__*/React.createElement(AccordionItemPanel, {
17237
- className: "p-0"
17238
- }, /*#__PURE__*/React.createElement("div", {
17239
- className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
17240
- }, /*#__PURE__*/React.createElement("div", {
17241
- className: 'col-lg-12'
17242
- }, /*#__PURE__*/React.createElement("div", {
17243
- className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
17244
- }, item.filterarray.map(function (valueitem, valueindex) {
17245
- var ischecked = false;
17246
- if (item.payloadvalue == 'sortprice') {
17247
- if (valueitem.value == ProductFilterObjContext.sortprice) {
17248
- ischecked = true;
17249
- }
17250
- } else if (item.payloadvalue == 'sortdates') {
17251
- if (valueitem.value == ProductFilterObjContext.sortdates) {
17252
- ischecked = true;
17253
- }
17254
- }
17255
- return /*#__PURE__*/React.createElement("div", {
17256
- 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 ',
17257
- onClick: function onClick() {
17258
- var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
17259
- if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
17260
- tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
17261
- } else {
17262
- tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
17263
- }
17264
- tempfetchproductsfilerobjcontext.page = 0;
17265
- setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
17266
- filterrouting(tempfetchproductsfilerobjcontext);
17267
- }
17268
- }, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
17269
- className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
17270
- }, /*#__PURE__*/React.createElement("i", {
17271
- className: "h-100 d-flex align-items-center"
17272
- }))), /*#__PURE__*/React.createElement("div", {
17273
- className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
17274
- }, /*#__PURE__*/React.createElement("p", {
17275
- className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
17276
- style: {
17277
- color: ischecked ? sectionproperties.activecat_color : ''
17278
- }
17279
- }, valueitem.name)));
17280
- }))))))));
17281
- }), sectionproperties.showfilterbyrating == 'Show' && /*#__PURE__*/React.createElement("div", {
17282
- className: "col-lg-12 pl-4 pr-4"
17283
- }, /*#__PURE__*/React.createElement("div", {
17284
- className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17285
- }, /*#__PURE__*/React.createElement("div", {
17286
- className: "col-lg-12 col-md-12 col-sm-12 p-0 mb-3"
17287
- }, /*#__PURE__*/React.createElement("p", {
17288
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17289
- }, langdetect == 'en' ? 'Ratings' : 'التقييمات')), /*#__PURE__*/React.createElement("div", {
17290
- className: "col-lg-12 col-md-12 col-sm-12 mb-4"
17291
- }, /*#__PURE__*/React.createElement(InputRange, {
17292
- draggableTrack: true,
17293
- formatLabel: function formatLabel(value) {
17294
- return "".concat(value);
17295
- },
17296
- maxValue: 5,
17297
- minValue: 0,
17298
- value: raterangevalue,
17299
- onChange: function onChange(value) {
17300
- setraterangevalue(_objectSpread$2b({}, value));
17301
- }
17302
- }))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React.createElement("div", {
17303
- "class": "row m-0 w-100 mb-3 mt-2"
17304
- }, /*#__PURE__*/React.createElement("div", {
17305
- "class": "col-lg-12 p-0 text-start mb-2"
17306
- }, /*#__PURE__*/React.createElement("p", {
17307
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17308
- }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React.createElement("div", {
17309
- className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17310
- }, /*#__PURE__*/React.createElement("label", {
17311
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17312
- }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React.createElement("input", {
17313
- type: "text",
17314
- value: pricevalue2.min,
17315
- onChange: function onChange(event) {
17316
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17317
- temppricevalue.min = event.target.value;
17318
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17319
- // var temppayloadobj = { ...pricefrom };
17320
- // temppayloadobj = event.target.value;
17321
- // setpricefrom({ ...temppayloadobj });
17322
- },
17323
-
17324
- style: {
17325
- background: '#fff',
17326
- border: '1px solid #ccc',
17327
- borderRadius: 5,
17328
- color: '#000',
17329
- height: 35,
17330
- width: '100%',
17331
- paddingLeft: 10,
17332
- paddingRight: 10
17333
- }
17334
- })), /*#__PURE__*/React.createElement("div", {
17335
- className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17336
- }, /*#__PURE__*/React.createElement("label", {
17337
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17338
- }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React.createElement("input", {
17339
- type: "text",
17340
- value: pricevalue2.max,
17341
- onChange: function onChange(event) {
17342
- // var temppayloadobj = { ...priceto };
17343
- // temppayloadobj = event.target.value;
17344
- // setpriceto({ ...temppayloadobj });
17345
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17346
- temppricevalue.max = event.target.value;
17347
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17348
- },
17349
- style: {
17350
- width: '100%',
17351
- background: '#fff',
17352
- border: '1px solid #ccc',
17353
- borderRadius: 5,
17354
- color: '#000',
17355
- height: 35,
17356
- paddingRight: 10,
17357
- paddingLeft: 10
17358
- }
17359
- }))), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
17009
+ }, sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
17360
17010
  "class": "row m-0 w-100 mb-3"
17361
17011
  }, CategoriesFilter()), sectionproperties.filterType == 'Collections' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React.createElement("div", {
17362
17012
  "class": "row m-0 w-100 mb-3"
@@ -17433,7 +17083,7 @@ var Filter$1 = function Filter(props) {
17433
17083
  }
17434
17084
  }, /*#__PURE__*/React.createElement("div", {
17435
17085
  className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
17436
- }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React.createElement(Accordion, {
17086
+ }, /*#__PURE__*/React.createElement(Accordion, {
17437
17087
  allowMultipleExpanded: true,
17438
17088
  allowZeroExpanded: true,
17439
17089
  preExpanded: [0, 1, 2, 3],
@@ -17509,57 +17159,7 @@ var Filter$1 = function Filter(props) {
17509
17159
  }
17510
17160
  }, valueitem.name)));
17511
17161
  }));
17512
- }))))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React.createElement("div", {
17513
- "class": "row m-0 w-100 mb-3 mt-2 px-3"
17514
- }, /*#__PURE__*/React.createElement("div", {
17515
- "class": "col-lg-12 p-0 text-start mb-2"
17516
- }, /*#__PURE__*/React.createElement("p", {
17517
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17518
- }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React.createElement("div", {
17519
- className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17520
- }, /*#__PURE__*/React.createElement("label", {
17521
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17522
- }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React.createElement("input", {
17523
- type: "text",
17524
- value: pricefrom,
17525
- onChange: function onChange(event) {
17526
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17527
- temppricevalue.min = event.target.value;
17528
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17529
- },
17530
- style: {
17531
- background: '#fff',
17532
- border: '1px solid #ccc',
17533
- borderRadius: 5,
17534
- color: '#000',
17535
- height: 35,
17536
- width: '100%',
17537
- paddingLeft: 15,
17538
- paddingRight: 15
17539
- }
17540
- })), /*#__PURE__*/React.createElement("div", {
17541
- className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17542
- }, /*#__PURE__*/React.createElement("label", {
17543
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17544
- }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React.createElement("input", {
17545
- type: "text",
17546
- value: priceto,
17547
- onChange: function onChange(event) {
17548
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17549
- temppricevalue.max = event.target.value;
17550
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17551
- },
17552
- style: {
17553
- width: '100%',
17554
- background: '#fff',
17555
- border: '1px solid #ccc',
17556
- borderRadius: 5,
17557
- color: '#000',
17558
- height: 35,
17559
- paddingLeft: 15,
17560
- paddingRight: 15
17561
- }
17562
- }))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React.createElement("div", {
17162
+ }))))))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React.createElement("div", {
17563
17163
  className: "col-lg-12 p-0"
17564
17164
  }, /*#__PURE__*/React.createElement("hr", {
17565
17165
  className: "mt-2 mb-3"
@@ -18344,28 +17944,6 @@ var CardsSection = function CardsSection(props) {
18344
17944
  }
18345
17945
  }
18346
17946
  var section_cssstyles = {
18347
- btnnn: css({
18348
- width: '20%',
18349
- height: 40,
18350
- background: '#5c5c5c',
18351
- fontSize: 14,
18352
- fontWeight: 400,
18353
- color: 'white',
18354
- borderRadius: 10,
18355
- ':hover': {
18356
- color: 'white',
18357
- background: '#000',
18358
- transition: '.3s'
18359
- }
18360
- }),
18361
- titleee: css({
18362
- fontSize: 25,
18363
- color: '#000',
18364
- fontWeight: 600,
18365
- '@media (max-width: 800px)': {
18366
- fontSize: 20
18367
- }
18368
- }),
18369
17947
  sectioncontainerr: css({
18370
17948
  width: sectionproperties.width + 'vw',
18371
17949
  marginTop: sectionproperties.marginTop + 'px',
@@ -18570,11 +18148,12 @@ var CardsSection = function CardsSection(props) {
18570
18148
  };
18571
18149
  var SectionTitle = function SectionTitle() {
18572
18150
  return /*#__PURE__*/React.createElement("div", {
18573
- "class": "d-flex align-items-center flex-row",
18151
+ "class": "d-flex align-items-center",
18574
18152
  style: {
18575
18153
  position: 'relative',
18576
18154
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
18577
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
18155
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
18156
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
18578
18157
  }
18579
18158
  }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
18580
18159
  "class": section_cssstyles.line_left
@@ -18589,6 +18168,14 @@ var CardsSection = function CardsSection(props) {
18589
18168
  }
18590
18169
  }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
18591
18170
  "class": section_cssstyles.line_right
18171
+ }), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
18172
+ style: {
18173
+ width: '50%',
18174
+ background: sectionproperties.linebgcolor,
18175
+ height: 3,
18176
+ borderRadius: 10,
18177
+ marginTop: 5
18178
+ }
18592
18179
  }));
18593
18180
  };
18594
18181
  var isCardsectionloading = function isCardsectionloading() {
@@ -19310,23 +18897,7 @@ var CardsSection = function CardsSection(props) {
19310
18897
  setopenFilterSlider: setopenFilterSlider,
19311
18898
  show_product_group_titles: show_product_group_titles,
19312
18899
  typeprops: 'vertical'
19313
- })), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
19314
- "class": "col-lg-12 allcentered my-5"
19315
- }, /*#__PURE__*/React.createElement("div", {
19316
- "class": "row m-0 w-100"
19317
- }, /*#__PURE__*/React.createElement("div", {
19318
- "class": "col-lg-12 allcentered mb-3"
19319
- }, /*#__PURE__*/React.createElement("p", {
19320
- "class": section_cssstyles.titleee + ' m-0 p-0 ',
19321
- style: {}
19322
- }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React.createElement("div", {
19323
- "class": "col-lg-12 allcentered"
19324
- }, /*#__PURE__*/React.createElement("button", {
19325
- "class": section_cssstyles.btnnn + ' w-md-100 ',
19326
- onClick: function onClick() {
19327
- routingcountext('inquiryform', false, '');
19328
- }
19329
- }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
18900
+ })), fetchingtype == 'custom' && /*#__PURE__*/React.createElement(React.Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
19330
18901
  };
19331
18902
 
19332
18903
  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; }
@@ -22525,7 +22096,7 @@ var DownloadApp = function DownloadApp(props) {
22525
22096
  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; }
22526
22097
  function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
22527
22098
  var SocialMediaSection = function SocialMediaSection(props) {
22528
- var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16;
22099
+ var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
22529
22100
  props.actions;
22530
22101
  props.actions.StatePagePropertiesContext;
22531
22102
  var _useState = useState({}),
@@ -22606,39 +22177,26 @@ var SocialMediaSection = function SocialMediaSection(props) {
22606
22177
  style: {
22607
22178
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22608
22179
  }
22609
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
22180
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
22610
22181
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22611
22182
  onClick: function onClick() {
22612
22183
  var _authdetailsContext$i11;
22613
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
22184
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null) {
22614
22185
  var _authdetailsContext$i12;
22615
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
22186
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink, '_blank');
22616
22187
  }
22617
22188
  }
22618
- }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
22189
+ }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
22619
22190
  style: {
22620
22191
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22621
22192
  }
22622
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
22193
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
22623
22194
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22624
22195
  onClick: function onClick() {
22625
22196
  var _authdetailsContext$i14;
22626
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
22197
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
22627
22198
  var _authdetailsContext$i15;
22628
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
22629
- }
22630
- }
22631
- }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
22632
- style: {
22633
- fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22634
- }
22635
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
22636
- "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22637
- onClick: function onClick() {
22638
- var _authdetailsContext$i17;
22639
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
22640
- var _authdetailsContext$i18;
22641
- 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');
22199
+ 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');
22642
22200
  }
22643
22201
  }
22644
22202
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -22651,10 +22209,10 @@ var SocialMediaSection = function SocialMediaSection(props) {
22651
22209
  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; }
22652
22210
  function _objectSpread$1Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
22653
22211
  var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22654
- var _css, _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;
22212
+ var _css, _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;
22655
22213
  var actions = props.actions;
22656
22214
  var LogoutMutationContext = props.actions.LogoutMutationContext;
22657
- var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
22215
+ props.actions.setsidecartnavshowcontext;
22658
22216
  var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
22659
22217
  props.actions.StatePagePropertiesContext;
22660
22218
  var lang = props.actions.lang;
@@ -22662,12 +22220,12 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22662
22220
  var setlang = props.actions.setlang;
22663
22221
  var templatepropcontext = props.actions.templatepropcontext;
22664
22222
  var authdetailsContext = props.actions.authdetailsContext;
22665
- var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
22223
+ props.actions.fetchcustomercartQueryContext;
22666
22224
  var templateproperties_context = props.actions.templateproperties_context;
22667
22225
  props.actions.favoriteprojectscountContext;
22668
22226
  var routingcountext = props.actions.routingcountext;
22669
22227
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
22670
- var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
22228
+ props.actions.setcurrencyfunccontext;
22671
22229
  var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
22672
22230
  var ikimagecredcontext = props.actions.ikimagecredcontext;
22673
22231
  var _useState = useState(''),
@@ -22887,47 +22445,6 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22887
22445
  });
22888
22446
  return policyobj;
22889
22447
  };
22890
- var CartButton = function CartButton() {
22891
- var _fetchcustomercartQue2, _fetchcustomercartQue3;
22892
- return /*#__PURE__*/React.createElement("div", {
22893
- "class": "d-flex align-items-center",
22894
- style: {
22895
- position: 'relative'
22896
- }
22897
- }, /*#__PURE__*/React.createElement("button", {
22898
- className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center p-0 ',
22899
- onClick: function onClick() {
22900
- var _fetchcustomercartQue;
22901
- 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) {
22902
- routingcountext(StaticPagesLinksContext.viewcart);
22903
- } else {
22904
- setsidecartnavshowcontext(true);
22905
- }
22906
- }
22907
- }, /*#__PURE__*/React.createElement("i", {
22908
- className: ' h-100 d-flex align-items-center justify-content-center '
22909
- }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, {
22910
- size: sectionproperties.cartBtniconresp_size
22911
- }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, {
22912
- size: sectionproperties.cartBtniconresp_size
22913
- }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, {
22914
- size: sectionproperties.cartBtniconresp_size
22915
- }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
22916
- size: sectionproperties.cartBtniconresp_size
22917
- }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
22918
- size: sectionproperties.cartBtniconresp_size
22919
- }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
22920
- size: sectionproperties.cartBtniconresp_size
22921
- }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React.createElement(FiCalendar, {
22922
- size: sectionproperties.cartBtniconresp_size
22923
- }))), /*#__PURE__*/React.createElement("div", {
22924
- className: "".concat(header_cssstyles.badge_counter_header_notifications),
22925
- style: {
22926
- top: sectionproperties.cartbadgefromtop + 'px',
22927
- right: sectionproperties.cartbadgefromright + 'px'
22928
- }
22929
- }, (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));
22930
- };
22931
22448
  var _useState15 = useState(false),
22932
22449
  _useState16 = _slicedToArray(_useState15, 2),
22933
22450
  openmenuCanvas = _useState16[0],
@@ -23002,8 +22519,10 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23002
22519
  style: {
23003
22520
  position: 'relative'
23004
22521
  }
23005
- }, sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React.createElement("div", {
23006
- className: "col-md-4 col-sm-3 text-start p-0"
22522
+ }, /*#__PURE__*/React.createElement("div", {
22523
+ className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
22524
+ }, InstLogoContainer()), /*#__PURE__*/React.createElement("div", {
22525
+ className: "col-md-6 col-sm-6 text-end p-0"
23007
22526
  }, /*#__PURE__*/React.createElement("div", {
23008
22527
  style: {}
23009
22528
  }, /*#__PURE__*/React.createElement("i", {
@@ -23029,181 +22548,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23029
22548
  }), menuactive == true && /*#__PURE__*/React.createElement(AiOutlineClose, {
23030
22549
  size: sectionproperties.resp_sidenav_size,
23031
22550
  color: sectionproperties.resp_sidenav_color
23032
- }))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
23033
- style: {
23034
- width: '30px',
23035
- height: sectionproperties.cart_BtnHeight_resp + 'px'
23036
- }
23037
- }, /*#__PURE__*/React.createElement("i", {
23038
- "class": "h-100 allcentered",
23039
- onClick: function onClick() {
23040
- setopenSearch(true);
23041
- }
23042
- }, /*#__PURE__*/React.createElement(IoSearchOutline, {
23043
- size: 22,
23044
- color: sectionproperties.cart_BtnTextcolor_resp
23045
- })))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React.createElement("div", {
23046
- className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
23047
- }, /*#__PURE__*/React.createElement("div", {
23048
- style: {
23049
- width: sectionproperties.cart_BtnWidth_resp + 'px',
23050
- height: sectionproperties.cart_BtnHeight_resp + 'px'
23051
- },
23052
- "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
23053
- }, /*#__PURE__*/React.createElement("i", {
23054
- "class": ' h-100 allcentered ',
23055
- style: {
23056
- color: sectionproperties.cart_BtnTextcolor_resp
23057
- },
23058
- onClick: function onClick() {
23059
- if (sectionproperties.responsiveheaderstyle == 'Style 2') {
23060
- if (menuactive == true) {
23061
- setmenuactive(false);
23062
- } else {
23063
- setmenuactive(true);
23064
- }
23065
- } else {
23066
- setopenmenuCanvas(true);
23067
- setactiveTab('menu');
23068
- }
23069
- }
23070
- }, menuactive == false && /*#__PURE__*/React.createElement(FiMenu, {
23071
- size: 20,
23072
- color: sectionproperties.cart_BtnTextcolor_resp
23073
- }), menuactive == true && /*#__PURE__*/React.createElement(AiOutlineClose, {
23074
- size: 20,
23075
- color: sectionproperties.cart_BtnTextcolor_resp
23076
- }))), InstLogoContainer()), sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React.createElement("div", {
23077
- className: "col-md-4 col-sm-6 allcentered p-0"
23078
- }, InstLogoContainer()), /*#__PURE__*/React.createElement("div", {
23079
- 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'
23080
- }, sectionproperties.searchbar_show == 'Show' && sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React.createElement("div", {
23081
- style: {
23082
- width: '30px',
23083
- height: sectionproperties.cart_BtnHeight_resp + 'px'
23084
- }
23085
- }, /*#__PURE__*/React.createElement("i", {
23086
- "class": "h-100 allcentered",
23087
- onClick: function onClick() {
23088
- setopenSearch(true);
23089
- }
23090
- }, /*#__PURE__*/React.createElement(IoSearchOutline, {
23091
- size: 22,
23092
- color: sectionproperties.cart_BtnTextcolor_resp
23093
- }))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React.createElement("div", {
23094
- style: {
23095
- width: '30px',
23096
- height: sectionproperties.cart_BtnHeight_resp + 'px'
23097
- }
23098
- }, /*#__PURE__*/React.createElement("i", {
23099
- "class": "h-100 allcentered",
23100
- onClick: function onClick() {
23101
- routingcountext(StaticPagesLinksContext.Wishlist);
23102
- }
23103
- }, /*#__PURE__*/React.createElement(FaRegHeart, {
23104
- size: 22,
23105
- color: sectionproperties.cart_BtnTextcolor_resp
23106
- }))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 && /*#__PURE__*/React.createElement("div", {
23107
- "class": 'd-flex align-items-center pl-1 pr-1 pt-1',
23108
- style: {}
23109
- }, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
23110
- "class": ' d-flex align-items-center justify-content-center '
23111
- }, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
23112
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
23113
- }, /*#__PURE__*/React.createElement("p", {
23114
- "class": "m-0 p-0 mr-1 ml-1"
23115
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
23116
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
23117
- }, /*#__PURE__*/React.createElement("p", {
23118
- "class": "m-0 p-0 ml-1 mr-1"
23119
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
23120
- var _authdetailsContext$i4;
23121
- return /*#__PURE__*/React.createElement(Dropdown.Item, {
23122
- "class": "m-0 p-0",
23123
- onClick: function onClick() {
23124
- setcurrencyfunccontext(item);
23125
- }
23126
- }, /*#__PURE__*/React.createElement("div", {
23127
- "class": "row m-0 w-100"
23128
- }, /*#__PURE__*/React.createElement("div", {
23129
- "class": "col-lg-12 p-0 d-flex justify-content-start"
23130
- }, /*#__PURE__*/React.createElement("div", {
23131
- "class": "".concat(header_cssstyles.dropdownitemcontainer)
23132
- }, /*#__PURE__*/React.createElement("p", {
23133
- "class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
23134
- style: {
23135
- fontSize: sectionproperties.dropdown_fontsize + 'px',
23136
- fontWeight: sectionproperties.dropdown_fontweight,
23137
- textTransform: sectionproperties.dropdown_texttransform
23138
- }
23139
- }, /*#__PURE__*/React.createElement(FaMoneyBillWave, null), /*#__PURE__*/React.createElement("span", {
23140
- "class": 'ml-2 mr-2'
23141
- }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) - 1 && /*#__PURE__*/React.createElement("div", {
23142
- "class": "col-lg-12 p-0"
23143
- }, /*#__PURE__*/React.createElement("hr", {
23144
- "class": "m-0"
23145
- }))));
23146
- })))), sectionproperties.searchbar_show == 'Hide' && sectionproperties.logocentered == 'Centered' && sectionproperties.cartBtnShow == 'Hide' && sectionproperties.favBtnShow == 'Hide' && /*#__PURE__*/React.createElement("div", {
23147
- className: 'allcentered resposiveheader_languagedropdown',
23148
- style: {
23149
- marginLeft: langdetect == 'en' ? '0.25rem' : 0,
23150
- marginRight: langdetect == 'ar' ? '0.25rem' : 0
23151
- }
23152
- }, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
23153
- className: ' row m-0 w-100 allcentered ',
23154
- style: {
23155
- direction: 'rtl',
23156
- color: sectionproperties.cart_BtnTextcolor_resp
23157
- },
23158
- onClick: function onClick() {
23159
- setlang('ar');
23160
- }
23161
- }, /*#__PURE__*/React.createElement("p", {
23162
- "class": "m-0 p-0 font-weight-500"
23163
- }, "\u0639"), /*#__PURE__*/React.createElement("i", {
23164
- className: langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'
23165
- }, /*#__PURE__*/React.createElement(BiChevronDown, {
23166
- size: 20
23167
- }))), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
23168
- className: ' row m-0 w-100 allcentered ',
23169
- style: {
23170
- direction: 'ltr',
23171
- color: sectionproperties.cart_BtnTextcolor_resp
23172
- },
23173
- onClick: function onClick() {
23174
- setlang('en');
23175
- }
23176
- }, /*#__PURE__*/React.createElement("p", {
23177
- "class": "m-0 p-0 font-weight-500 mr-1"
23178
- }, "En"), /*#__PURE__*/React.createElement("i", {
23179
- className: "h-100 allcentered"
23180
- }, /*#__PURE__*/React.createElement(BiChevronDown, {
23181
- size: 20
23182
- })))), sectionproperties.logocentered == 'Not Centered' && sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React.createElement("div", {
23183
- "class": langdetect == 'en' ? ' allcentered m-0 cursor-pointer ml-1 ' : ' m-0 cursor-pointer mr-1 ',
23184
- style: {
23185
- minWidth: '30px'
23186
- },
23187
- onClick: function onClick() {
23188
- if (langdetect == 'en') {
23189
- setlang('ar');
23190
- } else {
23191
- setlang('en');
23192
- }
23193
- }
23194
- }, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
23195
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
23196
- }, /*#__PURE__*/React.createElement("p", {
23197
- "class": "m-0 p-0 d-flex align-items-center w-100"
23198
- }, "En", ' ', /*#__PURE__*/React.createElement("i", {
23199
- "class": "h-100 allcentered ml-auto pl-3"
23200
- }, /*#__PURE__*/React.createElement(BsChevronDown, null)))), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
23201
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
23202
- }, /*#__PURE__*/React.createElement("p", {
23203
- "class": "m-0 p-0 d-flex align-items-center w-100"
23204
- }, "\u0639", ' ', /*#__PURE__*/React.createElement("i", {
23205
- "class": "h-100 allcentered mr-auto pr-3"
23206
- }, /*#__PURE__*/React.createElement(BsChevronDown, null)))))), menuactive == true && /*#__PURE__*/React.createElement("div", {
22551
+ })))), menuactive == true && /*#__PURE__*/React.createElement("div", {
23207
22552
  "class": "px-4 py-4 scrollvertical",
23208
22553
  style: {
23209
22554
  position: 'fixed',
@@ -23846,7 +23191,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23846
23191
  }, lang.logout))))), activeTab == 'categories' && /*#__PURE__*/React.createElement("div", {
23847
23192
  className: ' row m-0 w-100 accordionContainer anim'
23848
23193
  }, sectionproperties.subheaderParentType == 'Categories' && /*#__PURE__*/React.createElement(Accordion, {
23849
- allowMultipleExpanded: false,
23194
+ allowMultipleExpanded: true,
23850
23195
  allowZeroExpanded: true
23851
23196
  }, 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) {
23852
23197
  if (item.isshowntocustomers == 1) {
@@ -23902,7 +23247,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23902
23247
  }, /*#__PURE__*/React.createElement("div", {
23903
23248
  className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
23904
23249
  }, /*#__PURE__*/React.createElement(Accordion, {
23905
- allowMultipleExpanded: false,
23250
+ allowMultipleExpanded: true,
23906
23251
  allowZeroExpanded: true
23907
23252
  }, 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) {
23908
23253
  if (pitem.isshowntocustomers == 1) {
@@ -23978,7 +23323,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23978
23323
  }))))));
23979
23324
  }
23980
23325
  })), sectionproperties.subheaderParentType == 'Parent Collections' && /*#__PURE__*/React.createElement(Accordion, {
23981
- allowMultipleExpanded: false,
23326
+ allowMultipleExpanded: true,
23982
23327
  allowZeroExpanded: true
23983
23328
  }, pcollarray.map(function (item, index) {
23984
23329
  if (item.isshowntocustomers == 1) {
@@ -24092,7 +23437,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24092
23437
  }
24093
23438
  })))));
24094
23439
  }
24095
- })), 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) {
23440
+ })), 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) {
24096
23441
  if (collitem.isshowntocustomers == 1) {
24097
23442
  return /*#__PURE__*/React.createElement("div", {
24098
23443
  className: ' row m-0 p-0 mb-2 w-100 '
@@ -24118,49 +23463,49 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24118
23463
  style: {
24119
23464
  background: '#eee'
24120
23465
  }
24121
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
23466
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
24122
23467
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24123
23468
  onClick: function onClick() {
24124
- var _authdetailsContext$i7;
24125
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
24126
- var _authdetailsContext$i8;
24127
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
23469
+ var _authdetailsContext$i4;
23470
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
23471
+ var _authdetailsContext$i5;
23472
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
24128
23473
  }
24129
23474
  }
24130
23475
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
24131
23476
  size: '20',
24132
23477
  color: '#62564b'
24133
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
23478
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
24134
23479
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24135
23480
  onClick: function onClick() {
24136
- var _authdetailsContext$i10;
24137
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
24138
- var _authdetailsContext$i11;
24139
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
23481
+ var _authdetailsContext$i7;
23482
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
23483
+ var _authdetailsContext$i8;
23484
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
24140
23485
  }
24141
23486
  }
24142
23487
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
24143
23488
  size: '22',
24144
23489
  color: '#62564b'
24145
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
23490
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
24146
23491
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24147
23492
  onClick: function onClick() {
24148
- var _authdetailsContext$i13;
24149
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
24150
- var _authdetailsContext$i14;
24151
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
23493
+ var _authdetailsContext$i10;
23494
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
23495
+ var _authdetailsContext$i11;
23496
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink, '_blank');
24152
23497
  }
24153
23498
  }
24154
23499
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
24155
23500
  size: '20',
24156
23501
  color: '#62564b'
24157
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
23502
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
24158
23503
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24159
23504
  onClick: function onClick() {
24160
- var _authdetailsContext$i16;
24161
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
24162
- var _authdetailsContext$i17;
24163
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
23505
+ var _authdetailsContext$i13;
23506
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
23507
+ var _authdetailsContext$i14;
23508
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink, '_blank');
24164
23509
  }
24165
23510
  }
24166
23511
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
@@ -30113,25 +29458,6 @@ var Simpleheader = function Simpleheader(props) {
30113
29458
  templateproperties_contextprops: templateproperties_context,
30114
29459
  actions: actions
30115
29460
  }), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
30116
- style: {
30117
- position: 'fixed',
30118
- bottom: 15,
30119
- right: 15,
30120
- zIndex: 2000,
30121
- transition: 'all 0.3s ease-out',
30122
- width: '100%',
30123
- display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
30124
- },
30125
- "class": "text-end"
30126
- }, /*#__PURE__*/React.createElement("div", {
30127
- "class": header_cssstyles.floatingbtn + ' allcentered ',
30128
- style: {},
30129
- onClick: function onClick() {
30130
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30131
- }
30132
- }, /*#__PURE__*/React.createElement("p", {
30133
- "class": "m-0 p-0"
30134
- }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
30135
29461
  style: {
30136
29462
  position: 'fixed',
30137
29463
  bottom: 15,
@@ -30314,7 +29640,7 @@ var Simpleheader = function Simpleheader(props) {
30314
29640
  size: sectionproperties.cartBtn_iconFontSize
30315
29641
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React.createElement(FiCalendar, {
30316
29642
  size: sectionproperties.cartBtn_iconFontSize
30317
- }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
29643
+ }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
30318
29644
  "class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
30319
29645
  onClick: function onClick() {
30320
29646
  routingcountext(StaticPagesLinksContext.Login);
@@ -30326,7 +29652,7 @@ var Simpleheader = function Simpleheader(props) {
30326
29652
  fontWeight: sectionproperties.userBtnTextfontweight,
30327
29653
  fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
30328
29654
  }
30329
- }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("div", {
29655
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("div", {
30330
29656
  className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
30331
29657
  sytle: {
30332
29658
  position: 'relative'
@@ -30405,7 +29731,7 @@ var Simpleheader = function Simpleheader(props) {
30405
29731
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
30406
29732
  }, /*#__PURE__*/React.createElement(BiLogOutCircle, {
30407
29733
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
30408
- }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
29734
+ }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
30409
29735
  "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 ',
30410
29736
  sytle: {
30411
29737
  position: 'relative'
@@ -31173,23 +30499,6 @@ var Header8 = function Header8(props) {
31173
30499
  ':hover': {
31174
30500
  color: sectionproperties.collectionsectiontextcoloronhover
31175
30501
  }
31176
- }),
31177
- floatingbtn: css({
31178
- width: sectionproperties.floatingbtnwidth + '%',
31179
- height: sectionproperties.floatingbtnheight + 'px',
31180
- background: sectionproperties.floatingbtnbg,
31181
- fontSize: sectionproperties.floatingbtnfontsize + 'px',
31182
- color: sectionproperties.floatingbtncolor,
31183
- borderRadius: 10,
31184
- ':hover': {
31185
- color: sectionproperties.floatingbtncolorhover,
31186
- backgroundColor: sectionproperties.floatingbtnbghover,
31187
- transitions: '.3s',
31188
- cursor: 'pointer'
31189
- },
31190
- '@media (max-width: 800px)': {
31191
- width: '50%'
31192
- }
31193
30502
  })
31194
30503
  };
31195
30504
  return /*#__PURE__*/React.createElement("div", {
@@ -31204,26 +30513,7 @@ var Header8 = function Header8(props) {
31204
30513
  sectionpropertiesprops: sectionproperties,
31205
30514
  templateproperties_contextprops: templateproperties_context,
31206
30515
  actions: actions
31207
- })), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
31208
- style: {
31209
- position: 'fixed',
31210
- bottom: 15,
31211
- right: 15,
31212
- zIndex: 2000,
31213
- transition: 'all 0.3s ease-out',
31214
- width: '100%',
31215
- display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
31216
- },
31217
- "class": "text-end"
31218
- }, /*#__PURE__*/React.createElement("div", {
31219
- "class": header_cssstyles.floatingbtn + ' allcentered ',
31220
- style: {},
31221
- onClick: function onClick() {
31222
- routingcountext(sectionproperties.floatingbtnlink, false, '');
31223
- }
31224
- }, /*#__PURE__*/React.createElement("p", {
31225
- "class": "m-0 p-0"
31226
- }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React.createElement("a", {
30516
+ })), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React.createElement("a", {
31227
30517
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
31228
30518
  target: '_self',
31229
30519
  style: {
@@ -34406,11 +33696,11 @@ var Modernheader = function Modernheader(props) {
34406
33696
  }, /*#__PURE__*/React.createElement("div", {
34407
33697
  "class": "row m-0 w-100"
34408
33698
  }, /*#__PURE__*/React.createElement("div", {
34409
- "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
33699
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center justify-content-center px-1025-1 '
34410
33700
  }, /*#__PURE__*/React.createElement("div", {
34411
- "class": "col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-0",
33701
+ "class": "col-lg-4 col-md-6 col-sm-12 d-none align-items-center justify-content-start p-0",
34412
33702
  style: {}
34413
- }, sectionproperties.searchbartype == 'Full Width' && /*#__PURE__*/React.createElement("div", {
33703
+ }, sectionproperties.searchbartype == 'Full Width' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
34414
33704
  "class": header_cssstyles.searchbarcont
34415
33705
  }, /*#__PURE__*/React.createElement("input", {
34416
33706
  type: "text",
@@ -34429,7 +33719,7 @@ var Modernheader = function Modernheader(props) {
34429
33719
  sectionpropertiesprops: sectionproperties,
34430
33720
  srcfromprops: 'fullheader',
34431
33721
  actions: actions
34432
- })), sectionproperties.searchbartype == 'Icon' && /*#__PURE__*/React.createElement("div", {
33722
+ })), sectionproperties.searchbartype == 'Icon' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
34433
33723
  "class": header_cssstyles.searchbarcont + ' allcentered ',
34434
33724
  style: {
34435
33725
  width: sectionproperties.searchbaricon_width + 'px',
@@ -34451,22 +33741,12 @@ var Modernheader = function Modernheader(props) {
34451
33741
  }, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
34452
33742
  "class": ' row m-0 w-100 d-flex align-items-center '
34453
33743
  }, /*#__PURE__*/React.createElement("p", {
34454
- "class": "m-0 p-0 mr-2 ml-2",
34455
- style: {
34456
- color: sectionproperties.searchbaricon_color
34457
- }
34458
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, {
34459
- color: sectionproperties.searchbaricon_color
34460
- })), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
33744
+ "class": "m-0 p-0 mr-2 ml-2"
33745
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
34461
33746
  "class": ' row m-0 w-100 d-flex align-items-center '
34462
33747
  }, /*#__PURE__*/React.createElement("p", {
34463
- "class": "m-0 p-0 ml-2 mr-2",
34464
- style: {
34465
- color: sectionproperties.searchbaricon_color
34466
- }
34467
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, {
34468
- color: sectionproperties.searchbaricon_color
34469
- })))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
33748
+ "class": "m-0 p-0 ml-2 mr-2"
33749
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
34470
33750
  var _authdetailsContext$i4;
34471
33751
  return /*#__PURE__*/React.createElement(Dropdown.Item, {
34472
33752
  onClick: function onClick() {
@@ -34483,8 +33763,7 @@ var Modernheader = function Modernheader(props) {
34483
33763
  style: {
34484
33764
  fontSize: sectionproperties.dropdown_fontsize + 'px',
34485
33765
  fontWeight: sectionproperties.dropdown_fontweight,
34486
- textTransform: sectionproperties.dropdown_texttransform,
34487
- color: sectionproperties.searchbaricon_color
33766
+ textTransform: sectionproperties.dropdown_texttransform
34488
33767
  }
34489
33768
  }, /*#__PURE__*/React.createElement("span", {
34490
33769
  "class": 'ml-2 mr-2'
@@ -34494,7 +33773,7 @@ var Modernheader = function Modernheader(props) {
34494
33773
  "class": "m-0"
34495
33774
  }))));
34496
33775
  }))))), /*#__PURE__*/React.createElement("div", {
34497
- "class": "col-lg-4 col-md-6 col-sm-12 allcentered p-0"
33776
+ "class": "col-lg-6 col-md-6 col-sm-12 allcentered p-0"
34498
33777
  }, /*#__PURE__*/React.createElement("div", {
34499
33778
  "class": "".concat(header_cssstyles.header_logo) + ' allcentered ',
34500
33779
  style: {
@@ -34513,8 +33792,8 @@ var Modernheader = function Modernheader(props) {
34513
33792
  objectFit: 'contain'
34514
33793
  }
34515
33794
  }))), /*#__PURE__*/React.createElement("div", {
34516
- "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-flex align-items-center justify-content-end"
34517
- }, /*#__PURE__*/React.createElement("div", {
33795
+ "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-none align-items-center justify-content-end"
33796
+ }, sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
34518
33797
  style: {
34519
33798
  marginRight: langdetect == 'en' ? '30px' : 0,
34520
33799
  marginLeft: langdetect == 'en' ? 0 : '30px'
@@ -34656,7 +33935,7 @@ var Modernheader = function Modernheader(props) {
34656
33935
  top: sectionproperties.wishlistbadgetop + 'px',
34657
33936
  right: sectionproperties.wishlistbadgeright + 'px'
34658
33937
  }
34659
- }, /*#__PURE__*/React.createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), /*#__PURE__*/React.createElement("div", {
33938
+ }, /*#__PURE__*/React.createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
34660
33939
  "class": "".concat(headerstyles$g.header_menu, " ").concat(header_cssstyles.cart_btn) + ' cursor-pointer allcentered ',
34661
33940
  onClick: function onClick() {
34662
33941
  setsidecartnavshowcontext(true);
@@ -34697,7 +33976,7 @@ var Modernheader = function Modernheader(props) {
34697
33976
  top: sectionproperties.cartbadgetop + 'px',
34698
33977
  right: sectionproperties.cartbadgeright + 'px'
34699
33978
  }
34700
- }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0))), /*#__PURE__*/React.createElement("div", {
33979
+ }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0))), sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React.createElement("div", {
34701
33980
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
34702
33981
  }, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
34703
33982
  "class": "".concat(headerstyles$g.header_menu) + ' allcentered '
@@ -41386,16 +40665,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
41386
40665
  }
41387
40666
  }))), /*#__PURE__*/React.createElement("div", {
41388
40667
  "class": "col-lg-12 p-0"
41389
- }, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React.createElement(Headerresponsive, {
41390
- sectionpropertiesprops: sectionproperties,
41391
- actions: actions
41392
- }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React.createElement(Headerresponsive, {
41393
- sectionpropertiesprops: sectionproperties,
41394
- actions: actions
41395
- }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
41396
- sectionpropertiesprops: sectionproperties,
41397
- actions: actions
41398
- }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
40668
+ }, /*#__PURE__*/React.createElement(Headerresponsive, {
41399
40669
  sectionpropertiesprops: sectionproperties,
41400
40670
  actions: actions
41401
40671
  })));
@@ -42217,19 +41487,10 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
42217
41487
  subheadercontentpositionprops: 'center',
42218
41488
  numofcols: '6'
42219
41489
  }
42220
- })))), sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React.createElement(Headerresponsive, {
42221
- sectionpropertiesprops: sectionproperties,
42222
- actions: actions
42223
- }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React.createElement(Headerresponsive, {
42224
- sectionpropertiesprops: sectionproperties,
42225
- actions: actions
42226
- }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
42227
- sectionpropertiesprops: sectionproperties,
42228
- actions: actions
42229
- }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
41490
+ })))), /*#__PURE__*/React.createElement(Headerresponsive, {
42230
41491
  sectionpropertiesprops: sectionproperties,
42231
41492
  actions: actions
42232
- }), ' ');
41493
+ }));
42233
41494
  };
42234
41495
 
42235
41496
  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; }
@@ -43590,7 +42851,7 @@ var Allinonefooter = function Allinonefooter(props) {
43590
42851
  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; }
43591
42852
  function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
43592
42853
  var Footer1 = function Footer1(props) {
43593
- 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;
42854
+ 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;
43594
42855
  var _useState = useState(''),
43595
42856
  _useState2 = _slicedToArray(_useState, 2),
43596
42857
  sectionproperties = _useState2[0],
@@ -43609,6 +42870,14 @@ var Footer1 = function Footer1(props) {
43609
42870
  var templateproperties_context = props.actions.templateproperties_context;
43610
42871
  var templatepropcontext = props.actions.templatepropcontext;
43611
42872
  var ikimagecredcontext = props.actions.ikimagecredcontext;
42873
+ // const [newsletter, setnewsletter] = useState('');
42874
+ var _useState5 = useState({
42875
+ min: '',
42876
+ max: ''
42877
+ }),
42878
+ _useState6 = _slicedToArray(_useState5, 2),
42879
+ pricevalue2 = _useState6[0],
42880
+ setpricevalue2 = _useState6[1];
43612
42881
  useEffect(function () {
43613
42882
  if (props.srcfrom == 'addsectionform') {
43614
42883
  var secpropobj = {};
@@ -43636,6 +42905,18 @@ var Footer1 = function Footer1(props) {
43636
42905
  }
43637
42906
  }
43638
42907
  }, [templateproperties_context]);
42908
+ var _useState7 = useState([]),
42909
+ _useState8 = _slicedToArray(_useState7, 2),
42910
+ bgimagearrayofobjs = _useState8[0],
42911
+ setbgimagearrayofobjs = _useState8[1];
42912
+ useEffect(function () {
42913
+ if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
42914
+ var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
42915
+ if (Array.isArray(bg1_arrayofobjsparsed)) {
42916
+ setbgimagearrayofobjs(_toConsumableArray(bg1_arrayofobjsparsed));
42917
+ }
42918
+ }
42919
+ }, [sectionproperties]);
43639
42920
  var footerStyles = {
43640
42921
  footerContainer: css({
43641
42922
  width: '100vw',
@@ -43766,6 +43047,17 @@ var Footer1 = function Footer1(props) {
43766
43047
  maxWidth: '35%',
43767
43048
  height: 'auto'
43768
43049
  }
43050
+ }),
43051
+ btnn: css({
43052
+ width: '150px',
43053
+ height: 40,
43054
+ borderRadius: 10,
43055
+ background: '#C2A24D',
43056
+ color: 'white',
43057
+ ':hover': {
43058
+ transition: '.3s',
43059
+ background: '#186a81'
43060
+ }
43769
43061
  })
43770
43062
  };
43771
43063
  var returnpolicyobj = function returnpolicyobj(policytype) {
@@ -43780,8 +43072,8 @@ var Footer1 = function Footer1(props) {
43780
43072
  };
43781
43073
  return /*#__PURE__*/React.createElement("div", {
43782
43074
  "class": "row m-0 w-100 d-flex justify-content-center"
43783
- }, /*#__PURE__*/React.createElement("footer", {
43784
- "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43075
+ }, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React.createElement("footer", {
43076
+ "class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
43785
43077
  }, /*#__PURE__*/React.createElement("div", {
43786
43078
  "class": "row w-100 m-0 d-flex justify-content-center"
43787
43079
  }, /*#__PURE__*/React.createElement("div", {
@@ -43791,7 +43083,7 @@ var Footer1 = function Footer1(props) {
43791
43083
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
43792
43084
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43793
43085
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43794
- 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,
43086
+ 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,
43795
43087
  style: {
43796
43088
  width: '100%',
43797
43089
  height: '100%',
@@ -43805,7 +43097,7 @@ var Footer1 = function Footer1(props) {
43805
43097
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
43806
43098
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43807
43099
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43808
- path: authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instlogo,
43100
+ 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,
43809
43101
  style: {
43810
43102
  width: '100%',
43811
43103
  height: '100%',
@@ -43941,10 +43233,10 @@ var Footer1 = function Footer1(props) {
43941
43233
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43942
43234
  "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43943
43235
  onClick: function onClick() {
43944
- var _authdetailsContext$i3;
43945
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
43946
- var _authdetailsContext$i4;
43947
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
43236
+ var _authdetailsContext$i2;
43237
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
43238
+ var _authdetailsContext$i3;
43239
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
43948
43240
  }
43949
43241
  }
43950
43242
  }, /*#__PURE__*/React.createElement(FaFacebook, {
@@ -43952,10 +43244,10 @@ var Footer1 = function Footer1(props) {
43952
43244
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43953
43245
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43954
43246
  onClick: function onClick() {
43955
- var _authdetailsContext$i5;
43956
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
43957
- var _authdetailsContext$i6;
43958
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
43247
+ var _authdetailsContext$i4;
43248
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
43249
+ var _authdetailsContext$i5;
43250
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
43959
43251
  }
43960
43252
  }
43961
43253
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -43963,14 +43255,25 @@ var Footer1 = function Footer1(props) {
43963
43255
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43964
43256
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43965
43257
  onClick: function onClick() {
43966
- var _authdetailsContext$i7;
43967
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber) != null) {
43968
- var _authdetailsContext$i8;
43969
- 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');
43258
+ var _authdetailsContext$i6;
43259
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
43260
+ var _authdetailsContext$i7;
43261
+ 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');
43970
43262
  }
43971
43263
  }
43972
43264
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
43973
43265
  size: sectionproperties.youtubebtniconfontsize
43266
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
43267
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43268
+ onClick: function onClick() {
43269
+ var _authdetailsContext$i9;
43270
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
43271
+ var _authdetailsContext$i10;
43272
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
43273
+ }
43274
+ }
43275
+ }, /*#__PURE__*/React.createElement(AiFillYoutube, {
43276
+ size: sectionproperties.instgrambtniconfontsize
43974
43277
  }))))), /*#__PURE__*/React.createElement("div", {
43975
43278
  "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43976
43279
  }, /*#__PURE__*/React.createElement("div", {
@@ -43981,15 +43284,15 @@ var Footer1 = function Footer1(props) {
43981
43284
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer mx-2 ',
43982
43285
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43983
43286
  onClick: function onClick() {
43984
- var _authdetailsContext$i9;
43985
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_appstore, '_blank');
43287
+ var _authdetailsContext$i11;
43288
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
43986
43289
  }
43987
43290
  }), /*#__PURE__*/React.createElement("img", {
43988
43291
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer mx-2 ',
43989
43292
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43990
43293
  onClick: function onClick() {
43991
- var _authdetailsContext$i10;
43992
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.mobileapplink_playstore, '_blank');
43294
+ var _authdetailsContext$i12;
43295
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
43993
43296
  }
43994
43297
  })), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React.createElement("div", {
43995
43298
  "class": "col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
@@ -44006,12 +43309,12 @@ var Footer1 = function Footer1(props) {
44006
43309
  textTransform: sectionproperties.footerinfotext_textTransform
44007
43310
  },
44008
43311
  onClick: function onClick() {
44009
- var _authdetailsContext$i11;
44010
- 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');
43312
+ var _authdetailsContext$i13;
43313
+ 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');
44011
43314
  }
44012
43315
  }, /*#__PURE__*/React.createElement("i", {
44013
43316
  "class": ' fa fa-at mr-2 text-transform-none ml-2 '
44014
- }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 || (_authdetailsContext$i12 = _authdetailsContext$i12.contactinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.email)), /*#__PURE__*/React.createElement("div", {
43317
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 || (_authdetailsContext$i14 = _authdetailsContext$i14.contactinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.email)), /*#__PURE__*/React.createElement("div", {
44015
43318
  "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
44016
43319
  }, /*#__PURE__*/React.createElement("p", {
44017
43320
  "class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center mr-1 ',
@@ -44040,7 +43343,151 @@ var Footer1 = function Footer1(props) {
44040
43343
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
44041
43344
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
44042
43345
  size: sectionproperties.footerinfoicon_fontsize
44043
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
43346
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_en)))))), sectionproperties.opencollapsible == 'Not Expanded' && /*#__PURE__*/React.createElement("footer", {
43347
+ "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43348
+ }, /*#__PURE__*/React.createElement("div", {
43349
+ "class": "row w-100 m-0 d-flex justify-content-center"
43350
+ }, /*#__PURE__*/React.createElement("div", {
43351
+ "class": "col-lg-6"
43352
+ }, /*#__PURE__*/React.createElement("div", {
43353
+ "class": "row m-0 w-100"
43354
+ }, /*#__PURE__*/React.createElement("div", {
43355
+ "class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
43356
+ }, /*#__PURE__*/React.createElement("div", {
43357
+ "class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
43358
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
43359
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43360
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43361
+ 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,
43362
+ style: {
43363
+ width: '100%',
43364
+ height: '100%',
43365
+ objectFit: 'contain'
43366
+ },
43367
+ loading: "lazy"
43368
+ }))), /*#__PURE__*/React.createElement("div", {
43369
+ "class": "col-lg-12 p-0 mb-3"
43370
+ }, /*#__PURE__*/React.createElement("p", {
43371
+ "class": "m-0 p-0",
43372
+ style: {
43373
+ fontSize: '15px',
43374
+ color: '#fff',
43375
+ fontWeight: sectionproperties.prodCatFontWeight,
43376
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43377
+ }
43378
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.description_ar)), /*#__PURE__*/React.createElement("div", {
43379
+ "class": "col-lg-12 p-0 flex-row text-start"
43380
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43381
+ "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43382
+ onClick: function onClick() {
43383
+ var _authdetailsContext$i18;
43384
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.facebooklink) != null) {
43385
+ var _authdetailsContext$i19;
43386
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink, '_blank');
43387
+ }
43388
+ }
43389
+ }, /*#__PURE__*/React.createElement(FaFacebook, {
43390
+ size: sectionproperties.facebkbtnniconfontsize
43391
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43392
+ "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43393
+ onClick: function onClick() {
43394
+ var _authdetailsContext$i20;
43395
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.instagramlink) != null) {
43396
+ var _authdetailsContext$i21;
43397
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink, '_blank');
43398
+ }
43399
+ }
43400
+ }, /*#__PURE__*/React.createElement(AiFillInstagram, {
43401
+ size: sectionproperties.instgrambtniconfontsize
43402
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
43403
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43404
+ onClick: function onClick() {
43405
+ var _authdetailsContext$i22;
43406
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
43407
+ var _authdetailsContext$i23;
43408
+ 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');
43409
+ }
43410
+ }
43411
+ }, /*#__PURE__*/React.createElement(FaWhatsapp, {
43412
+ size: sectionproperties.youtubebtniconfontsize
43413
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.twitterlink) != null && /*#__PURE__*/React.createElement("div", {
43414
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43415
+ onClick: function onClick() {
43416
+ var _authdetailsContext$i25;
43417
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.twitterlink) != null) {
43418
+ var _authdetailsContext$i26;
43419
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.twitterlink, '_blank');
43420
+ }
43421
+ }
43422
+ }, /*#__PURE__*/React.createElement("i", {
43423
+ className: "h-100 allcentered",
43424
+ style: {
43425
+ fontSize: 20
43426
+ }
43427
+ }, "x"))))), /*#__PURE__*/React.createElement("div", {
43428
+ "class": "col-lg-6"
43429
+ }, /*#__PURE__*/React.createElement("div", {
43430
+ "class": "row m-0 w-100 mt-md-3"
43431
+ }, /*#__PURE__*/React.createElement("div", {
43432
+ "class": "col-lg-12 p-0 mb-3"
43433
+ }, /*#__PURE__*/React.createElement("p", {
43434
+ "class": "m-0 p-0",
43435
+ style: {
43436
+ fontSize: 20,
43437
+ color: 'white',
43438
+ fontWeight: 600,
43439
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43440
+ }
43441
+ }, "\u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0641\u064A \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062E\u0628\u0627\u0631\u064A\u0629")), /*#__PURE__*/React.createElement("div", {
43442
+ "class": "col-lg-12 p-0 mb-3"
43443
+ }, /*#__PURE__*/React.createElement("p", {
43444
+ "class": "m-0 p-0",
43445
+ style: {
43446
+ fontSize: 15,
43447
+ color: 'white',
43448
+ fontWeight: 500,
43449
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43450
+ }
43451
+ }, "\u0623\u062F\u062E\u0644 \u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u062F\u0648\u0631\u064A\u0629 \u062D\u0648\u0644 \u0627\u0644\u0645\u0624\u062A\u0645\u0631.")), /*#__PURE__*/React.createElement("div", {
43452
+ "class": "col-lg-12 mb-3 text-start p-0"
43453
+ }, /*#__PURE__*/React.createElement("input", {
43454
+ type: "text",
43455
+ className: "".concat(footerStyles.form_control) + ' w-md-100 ',
43456
+ value: pricevalue2.min,
43457
+ placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
43458
+ onChange: function onChange(event) {
43459
+ var temppricevalue = _objectSpread$1C({}, pricevalue2);
43460
+ temppricevalue.min = event.target.value;
43461
+ setpricevalue2(_objectSpread$1C({}, temppricevalue));
43462
+ },
43463
+ style: {
43464
+ background: 'white',
43465
+ fontSize: 14,
43466
+ color: '#000',
43467
+ borderRadius: 10,
43468
+ width: '50%',
43469
+ height: 40,
43470
+ paddingLeft: 20,
43471
+ paddingRight: 20
43472
+ }
43473
+ })), /*#__PURE__*/React.createElement("div", {
43474
+ "class": "col-lg-12 text-start mb-3 text-start p-0"
43475
+ }, /*#__PURE__*/React.createElement("button", {
43476
+ "class": footerStyles.btnn
43477
+ }, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React.createElement("div", {
43478
+ "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43479
+ }, /*#__PURE__*/React.createElement("div", {
43480
+ "class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
43481
+ })), /*#__PURE__*/React.createElement("div", {
43482
+ "class": "col-lg-12 text-start"
43483
+ }, /*#__PURE__*/React.createElement("p", {
43484
+ "class": "m-0 p-0",
43485
+ style: {
43486
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
43487
+ color: sectionproperties.generaltext_fontColor,
43488
+ fontWeight: sectionproperties.generaltext_fontWeight
43489
+ }
43490
+ }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
44044
43491
  };
44045
43492
 
44046
43493
  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; }
@@ -47680,7 +47127,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
47680
47127
  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; }
47681
47128
  function _objectSpread$1s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
47682
47129
  var ModernFooter = function ModernFooter(props) {
47683
- 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;
47130
+ 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;
47684
47131
  var _useState = useState(''),
47685
47132
  _useState2 = _slicedToArray(_useState, 2),
47686
47133
  sectionproperties = _useState2[0],
@@ -47987,57 +47434,43 @@ var ModernFooter = function ModernFooter(props) {
47987
47434
  }, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React.createElement(FaWhatsapp, {
47988
47435
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47989
47436
  size: sectionproperties.whatsappiconfontsize
47990
- }), sectionproperties.whatsapplinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.twitterlink) != null && /*#__PURE__*/React.createElement("div", {
47991
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
47992
- onClick: function onClick() {
47993
- var _authdetailsContext$i12;
47994
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.twitterlink) != null) {
47995
- var _authdetailsContext$i13;
47996
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.twitterlink, '_blank');
47997
- }
47998
- }
47999
- }, /*#__PURE__*/React.createElement("i", {
48000
- className: "h-100 allcentered",
48001
- style: {
48002
- fontSize: 20
48003
- }
48004
- }, "x")), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
47437
+ }), sectionproperties.whatsapplinktext)), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
48005
47438
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
48006
47439
  }, /*#__PURE__*/React.createElement("p", {
48007
47440
  "class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
48008
47441
  onClick: function onClick() {
48009
- var _authdetailsContext$i15;
48010
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink) != null) {
48011
- var _authdetailsContext$i16;
48012
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
47442
+ var _authdetailsContext$i12;
47443
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
47444
+ var _authdetailsContext$i13;
47445
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
48013
47446
  }
48014
47447
  }
48015
47448
  }, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React.createElement(AiOutlineLinkedin, {
48016
47449
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
48017
47450
  size: sectionproperties.linkedinbtniconfontsize
48018
- }), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
47451
+ }), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
48019
47452
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
48020
47453
  }, /*#__PURE__*/React.createElement("p", {
48021
47454
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
48022
47455
  onClick: function onClick() {
48023
- var _authdetailsContext$i18;
48024
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
48025
- var _authdetailsContext$i19;
48026
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
47456
+ var _authdetailsContext$i15;
47457
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
47458
+ var _authdetailsContext$i16;
47459
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
48027
47460
  }
48028
47461
  }
48029
47462
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React.createElement(IoLogoTiktok, {
48030
47463
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
48031
47464
  size: sectionproperties.instagramiconfontsize
48032
- }), langdetect == 'en' ? 'TikTok' : 'TikTok')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.telegramlink) != null && /*#__PURE__*/React.createElement("div", {
47465
+ }), langdetect == 'en' ? 'TikTok' : 'TikTok')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.telegramlink) != null && /*#__PURE__*/React.createElement("div", {
48033
47466
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
48034
47467
  }, /*#__PURE__*/React.createElement("p", {
48035
47468
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
48036
47469
  onClick: function onClick() {
48037
- var _authdetailsContext$i21;
48038
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.telegramlink) != null) {
48039
- var _authdetailsContext$i22;
48040
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.telegramlink, '_blank');
47470
+ var _authdetailsContext$i18;
47471
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.telegramlink) != null) {
47472
+ var _authdetailsContext$i19;
47473
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.telegramlink, '_blank');
48041
47474
  }
48042
47475
  }
48043
47476
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React.createElement(FaTelegramPlane, {
@@ -48069,7 +47502,7 @@ var ModernFooter = function ModernFooter(props) {
48069
47502
  }
48070
47503
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
48071
47504
  size: sectionproperties.footerinfoicon_fontsize
48072
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
47505
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
48073
47506
  "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 ',
48074
47507
  onClick: function onClick() {
48075
47508
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -48088,14 +47521,14 @@ var ModernFooter = function ModernFooter(props) {
48088
47521
  }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
48089
47522
  "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 ',
48090
47523
  onClick: function onClick() {
48091
- var _authdetailsContext$i24;
48092
- 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');
47524
+ var _authdetailsContext$i21;
47525
+ 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');
48093
47526
  }
48094
47527
  }, /*#__PURE__*/React.createElement("p", {
48095
47528
  "class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
48096
47529
  onClick: function onClick() {
48097
- var _authdetailsContext$i25;
48098
- 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');
47530
+ var _authdetailsContext$i22;
47531
+ 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');
48099
47532
  },
48100
47533
  style: {
48101
47534
  textTransform: 'none'
@@ -48106,7 +47539,7 @@ var ModernFooter = function ModernFooter(props) {
48106
47539
  marginRight: langdetect == 'en' ? '0.5rem' : 0,
48107
47540
  marginLeft: langdetect == 'ar' ? '0.5rem' : 0
48108
47541
  }
48109
- }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 || (_authdetailsContext$i26 = _authdetailsContext$i26.contactinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
47542
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 || (_authdetailsContext$i23 = _authdetailsContext$i23.contactinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React.createElement("div", {
48110
47543
  "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'
48111
47544
  }, /*#__PURE__*/React.createElement("div", {
48112
47545
  className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
@@ -48118,15 +47551,15 @@ var ModernFooter = function ModernFooter(props) {
48118
47551
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
48119
47552
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48120
47553
  onClick: function onClick() {
48121
- var _authdetailsContext$i27;
48122
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_appstore, '_blank');
47554
+ var _authdetailsContext$i24;
47555
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
48123
47556
  }
48124
47557
  }), /*#__PURE__*/React.createElement("img", {
48125
47558
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
48126
47559
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48127
47560
  onClick: function onClick() {
48128
- var _authdetailsContext$i28;
48129
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
47561
+ var _authdetailsContext$i25;
47562
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_appstore, '_blank');
48130
47563
  }
48131
47564
  })), /*#__PURE__*/React.createElement("div", {
48132
47565
  "class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
@@ -48134,15 +47567,15 @@ var ModernFooter = function ModernFooter(props) {
48134
47567
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
48135
47568
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48136
47569
  onClick: function onClick() {
48137
- var _authdetailsContext$i29;
48138
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
47570
+ var _authdetailsContext$i26;
47571
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_playstore, '_blank');
48139
47572
  }
48140
47573
  }), /*#__PURE__*/React.createElement("img", {
48141
47574
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
48142
47575
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48143
47576
  onClick: function onClick() {
48144
- var _authdetailsContext$i30;
48145
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.mobileapplink_playstore, '_blank');
47577
+ var _authdetailsContext$i27;
47578
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
48146
47579
  }
48147
47580
  }))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
48148
47581
  "class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
@@ -48172,7 +47605,7 @@ var ModernFooter = function ModernFooter(props) {
48172
47605
  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; }
48173
47606
  function _objectSpread$1r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1r(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
48174
47607
  var Newsletterfooter = function Newsletterfooter(props) {
48175
- var _footerStyles, _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;
47608
+ var _footerStyles, _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;
48176
47609
  var _useState = useState(''),
48177
47610
  _useState2 = _slicedToArray(_useState, 2),
48178
47611
  sectionproperties = _useState2[0],
@@ -48758,57 +48191,43 @@ var Newsletterfooter = function Newsletterfooter(props) {
48758
48191
  }
48759
48192
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
48760
48193
  size: sectionproperties.instgrambtniconfontsize
48761
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.twitterlink) != null && /*#__PURE__*/React.createElement("div", {
48762
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
48194
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React.createElement("p", {
48195
+ "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48763
48196
  onClick: function onClick() {
48764
48197
  var _authdetailsContext$i18;
48765
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.twitterlink) != null) {
48198
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
48766
48199
  var _authdetailsContext$i19;
48767
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.twitterlink, '_blank');
48768
- }
48769
- }
48770
- }, /*#__PURE__*/React.createElement("i", {
48771
- className: "h-100 allcentered",
48772
- style: {
48773
- fontSize: 20
48774
- }
48775
- }, "x")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null && /*#__PURE__*/React.createElement("p", {
48776
- "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48777
- onClick: function onClick() {
48778
- var _authdetailsContext$i21;
48779
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
48780
- var _authdetailsContext$i22;
48781
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink, '_blank');
48200
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
48782
48201
  }
48783
48202
  }
48784
48203
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
48785
48204
  size: sectionproperties.instgrambtniconfontsize
48786
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
48205
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink) != null && /*#__PURE__*/React.createElement("p", {
48787
48206
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48788
48207
  onClick: function onClick() {
48789
- var _authdetailsContext$i24;
48790
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.linkedinlink, '_blank');
48208
+ var _authdetailsContext$i21;
48209
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.linkedinlink, '_blank');
48791
48210
  }
48792
48211
  }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
48793
48212
  size: sectionproperties.instgrambtniconfontsize
48794
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
48213
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null && /*#__PURE__*/React.createElement("p", {
48795
48214
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48796
48215
  onClick: function onClick() {
48797
- var _authdetailsContext$i26;
48798
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber) != null) {
48799
- var _authdetailsContext$i27;
48800
- 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');
48216
+ var _authdetailsContext$i23;
48217
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
48218
+ var _authdetailsContext$i24;
48219
+ 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');
48801
48220
  }
48802
48221
  }
48803
48222
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
48804
48223
  size: sectionproperties.youtubebtniconfontsize
48805
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.googlemapslink) != null && /*#__PURE__*/React.createElement("p", {
48224
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.googlemapslink) != null && /*#__PURE__*/React.createElement("p", {
48806
48225
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48807
48226
  onClick: function onClick() {
48808
- var _authdetailsContext$i29;
48809
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.googlemapslink) != null) {
48810
- var _authdetailsContext$i30;
48811
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.googlemapslink, '_blank');
48227
+ var _authdetailsContext$i26;
48228
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.googlemapslink) != null) {
48229
+ var _authdetailsContext$i27;
48230
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.googlemapslink, '_blank');
48812
48231
  }
48813
48232
  }
48814
48233
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
@@ -48828,15 +48247,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
48828
48247
  "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 ',
48829
48248
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48830
48249
  onClick: function onClick() {
48831
- var _authdetailsContext$i31;
48832
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.mobileapplink_appstore, '_blank');
48250
+ var _authdetailsContext$i28;
48251
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
48833
48252
  }
48834
48253
  }), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React.createElement("img", {
48835
48254
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
48836
48255
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48837
48256
  onClick: function onClick() {
48838
- var _authdetailsContext$i32;
48839
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.mobileapplink_playstore, '_blank');
48257
+ var _authdetailsContext$i29;
48258
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
48840
48259
  }
48841
48260
  }))), sectionproperties.showfooteraddress == 'Show' && sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
48842
48261
  "class": "row m-0 w-100 d-flex flex-row justify-content-start align-items-center mt-4"
@@ -48853,7 +48272,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
48853
48272
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
48854
48273
  }, /*#__PURE__*/React.createElement(IoLocationSharp, {
48855
48274
  size: 30
48856
- })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
48275
+ })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React.createElement("div", {
48857
48276
  "class": "col-lg-12 p-0 d-block my-3"
48858
48277
  }, /*#__PURE__*/React.createElement("hr", {
48859
48278
  "class": "m-0 p-0"
@@ -57572,7 +56991,7 @@ var Twobgimages = function Twobgimages(props) {
57572
56991
  style: {}
57573
56992
  }, Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
57574
56993
  return /*#__PURE__*/React.createElement("div", {
57575
- 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,
56994
+ 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,
57576
56995
  style: {
57577
56996
  paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
57578
56997
  paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
@@ -57584,6 +57003,7 @@ var Twobgimages = function Twobgimages(props) {
57584
57003
  if (item.place_clickable == 'General') {
57585
57004
  if (item.externallink == 'Yes') {
57586
57005
  window.open(item.clickable_page_route, '_blank');
57006
+
57587
57007
  // history.push(item.clickable_page_route);
57588
57008
  } else if (item.clickable_page_route && item.clickable_page_route.length != 0) {
57589
57009
  routingcountext(item.clickable_page_route, false, '');
@@ -57916,9 +57336,9 @@ var VideosSection = function VideosSection(props) {
57916
57336
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
57917
57337
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
57918
57338
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
57919
- height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'px',
57339
+ height: sectionproperties.image_height + 'px',
57920
57340
  '@media (max-width: 800px)': {
57921
- height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.height_responsive + 'px'
57341
+ height: sectionproperties.height_responsive + 'px'
57922
57342
  }
57923
57343
  }),
57924
57344
  lau: css({
@@ -58112,7 +57532,7 @@ var VideosSection = function VideosSection(props) {
58112
57532
  }, /*#__PURE__*/React.createElement(ScrollMenu, {
58113
57533
  transitionBehavior: 'auto',
58114
57534
  wrapperClassName: '',
58115
- itemClassName: '',
57535
+ itemClassName: 'videoscard',
58116
57536
  scrollContainerClassName: 'scrollmenuclasssubscrollbar'
58117
57537
  }, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
58118
57538
  return /*#__PURE__*/React.createElement("div", {
@@ -58783,7 +58203,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
58783
58203
  function ownKeys$10(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; }
58784
58204
  function _objectSpread$10(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$10(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$10(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
58785
58205
  var DynamicForm = function DynamicForm(props) {
58786
- var _css, _css2, _dynamicform$fields, _dynamicform$fields2, _dynamicform$fields3, _dynamicform$fields4, _dynamicform$fields5;
58206
+ var _css, _dynamicform$fields, _dynamicform$fields2, _dynamicform$fields3, _dynamicform$fields4, _dynamicform$fields5;
58787
58207
  props.actions.lang;
58788
58208
  var langdetect = props.actions.langdetect;
58789
58209
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
@@ -58938,8 +58358,6 @@ var DynamicForm = function DynamicForm(props) {
58938
58358
  type = 'number';
58939
58359
  } else if (item.type == 'text') {
58940
58360
  type = 'text';
58941
- } else if (item.type == 'phone number') {
58942
- type = 'phonenumber';
58943
58361
  }
58944
58362
  if (item.type == 'date') {
58945
58363
  return /*#__PURE__*/React.createElement("div", {
@@ -58997,41 +58415,6 @@ var DynamicForm = function DynamicForm(props) {
58997
58415
  }))));
58998
58416
  }
58999
58417
  };
59000
- var phonenumber = function phonenumber(item, index) {
59001
- return /*#__PURE__*/React.createElement("div", {
59002
- "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
59003
- }, /*#__PURE__*/React.createElement("div", {
59004
- "class": "row m-0 w-100 mb-3"
59005
- }, /*#__PURE__*/React.createElement("div", {
59006
- "class": "col-lg-12 text-start mb-2 p-0"
59007
- }, /*#__PURE__*/React.createElement("p", {
59008
- "class": form_cssstyles.formlabel + ' m-0 p-0 ',
59009
- style: {}
59010
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("sup", {
59011
- "class": "text-danger"
59012
- }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React.createElement(PhoneInput, {
59013
- className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control),
59014
- country: 'eg',
59015
- enableSearch: true,
59016
- autoFormat: true,
59017
- value: item.value,
59018
- inputStyle: {
59019
- color: sectionproperties.inputfieldcolor
59020
- },
59021
- onChange: function onChange(event, country) {
59022
- updateformfield(event, index);
59023
- // var temp = { ...payloadobj };
59024
- // temp.mobile = event;
59025
- // temp.countrydialcode = country.dialCode;
59026
- // setpayloadobj({ ...temp });
59027
- },
59028
-
59029
- style: {
59030
- direction: 'ltr',
59031
- color: sectionproperties.inputfieldcolor
59032
- }
59033
- })));
59034
- };
59035
58418
  var textareaitem = function textareaitem(item, index) {
59036
58419
  return /*#__PURE__*/React.createElement("div", {
59037
58420
  "class": 'col-md-12 col-lg-12'
@@ -59103,19 +58486,20 @@ var DynamicForm = function DynamicForm(props) {
59103
58486
  boxShadow: 'none',
59104
58487
  transition: '.3s'
59105
58488
  }), _css)),
59106
- generalbtn: css((_css2 = {
58489
+ generalbtn: css({
59107
58490
  width: sectionproperties.generalbtn_width + '%',
59108
58491
  height: sectionproperties.generalbtn_height + 'px',
59109
58492
  backgroundColor: sectionproperties.generalbtn_bgColor,
59110
- borderRadius: sectionproperties.generalbtn_bgColor,
58493
+ borderRadius: sectionproperties.generalbtnborderradius + 'px',
59111
58494
  color: sectionproperties.generalbtn_textColor,
59112
58495
  fontSize: sectionproperties.generalbtn_fontsize,
59113
- fontWeight: sectionproperties.generalbtn_fontweight
59114
- }, _defineProperty(_css2, "borderRadius", sectionproperties.generalbtnborderradius + 'px'), _defineProperty(_css2, ':hover', {
59115
- transition: '.3s',
59116
- color: sectionproperties.generalbtn_textColoronhover,
59117
- backgroundColor: sectionproperties.generalbtn_bgColoronhover
59118
- }), _css2)),
58496
+ fontWeight: sectionproperties.generalbtn_fontweight,
58497
+ ':hover': {
58498
+ transition: '.3s',
58499
+ color: sectionproperties.generalbtn_textColoronhover,
58500
+ backgroundColor: sectionproperties.generalbtn_bgColoronhover
58501
+ }
58502
+ }),
59119
58503
  btnLeft: css({
59120
58504
  width: 40,
59121
58505
  height: 40,
@@ -59146,6 +58530,14 @@ var DynamicForm = function DynamicForm(props) {
59146
58530
  transition: '.3s',
59147
58531
  backgroundColor: '#044da6'
59148
58532
  }
58533
+ }),
58534
+ sectiontitle: css({
58535
+ color: sectionproperties.sectionTitleColor,
58536
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
58537
+ fontWeight: sectionproperties.sectionTitleFontWeight,
58538
+ '@media (max-width: 800px)': {
58539
+ fontSize: sectionproperties.sectionTitleFontSizeresp
58540
+ }
59149
58541
  })
59150
58542
  };
59151
58543
  return /*#__PURE__*/React.createElement("div", {
@@ -59189,12 +58581,8 @@ var DynamicForm = function DynamicForm(props) {
59189
58581
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
59190
58582
  }
59191
58583
  }, /*#__PURE__*/React.createElement("p", {
59192
- "class": "m-0 p-0",
59193
- style: {
59194
- color: sectionproperties.sectionTitleColor,
59195
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
59196
- fontWeight: sectionproperties.sectionTitleFontWeight
59197
- }
58584
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58585
+ style: {}
59198
58586
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React.createElement("div", {
59199
58587
  "class": 'row m-0 w-100 p-3 mt-3'
59200
58588
  }, /*#__PURE__*/React.createElement("div", {
@@ -59315,12 +58703,8 @@ var DynamicForm = function DynamicForm(props) {
59315
58703
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
59316
58704
  }
59317
58705
  }, /*#__PURE__*/React.createElement("p", {
59318
- "class": "m-0 p-0",
59319
- style: {
59320
- color: sectionproperties.sectionTitleColor,
59321
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
59322
- fontWeight: sectionproperties.sectionTitleFontWeight
59323
- }
58706
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58707
+ style: {}
59324
58708
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React.createElement("div", {
59325
58709
  "class": 'row m-0 w-100 '
59326
58710
  }, /*#__PURE__*/React.createElement("div", {
@@ -59330,8 +58714,6 @@ var DynamicForm = function DynamicForm(props) {
59330
58714
  }, dynamicform === null || dynamicform === void 0 || (_dynamicform$fields5 = dynamicform.fields) === null || _dynamicform$fields5 === void 0 ? void 0 : _dynamicform$fields5.map(function (item, index) {
59331
58715
  if (item.type == 'text' || item.type == 'date' || item.type == 'number') {
59332
58716
  return inputitem(item, index);
59333
- } else if (item.type == 'phone number') {
59334
- return phonenumber(item, index);
59335
58717
  } else if (item.type == 'textarea') {
59336
58718
  return textareaitem(item, index);
59337
58719
  } else if (item.type == 'selectbox') {
@@ -59377,19 +58759,14 @@ var DynamicForm = function DynamicForm(props) {
59377
58759
  "class": "",
59378
58760
  color: '#fff'
59379
58761
  }))), /*#__PURE__*/React.createElement("div", {
59380
- "class": "row m-0 w-100 py-4",
59381
- style: {
59382
- background: sectionproperties.popupbackgroundcolor
59383
- }
59384
- }, /*#__PURE__*/React.createElement("div", {
59385
- "class": "col-lg-12 allcentered py-4"
58762
+ "class": "col-lg-12 allcentered my-4 py-4"
59386
58763
  }, /*#__PURE__*/React.createElement("p", {
59387
58764
  "class": "m-0 p-0",
59388
58765
  style: {
59389
58766
  fontSize: 20,
59390
- color: sectionproperties.popuptextcolor
58767
+ color: '#000'
59391
58768
  }
59392
- }, confirmationtext)))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
58769
+ }, confirmationtext))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
59393
58770
  };
59394
58771
 
59395
58772
  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; }
@@ -60167,14 +59544,14 @@ var Freetextsection = function Freetextsection(props) {
60167
59544
  height: '1px',
60168
59545
  position: 'relative',
60169
59546
  flex: '1 1 auto',
60170
- minWidth: '10%',
59547
+ // minWidth: '10%',
60171
59548
  background: sectionproperties.linebgcolor
60172
59549
  }),
60173
59550
  line_right: css({
60174
59551
  height: '1px',
60175
59552
  position: 'relative',
60176
59553
  flex: '1 1 auto',
60177
- minWidth: '10%',
59554
+ // minWidth: '10%',
60178
59555
  background: sectionproperties.linebgcolor
60179
59556
  }),
60180
59557
  btn: css({
@@ -60212,36 +59589,40 @@ var Freetextsection = function Freetextsection(props) {
60212
59589
  top: 0,
60213
59590
  bottom: 0
60214
59591
  }
59592
+ }),
59593
+ sectiontitlecontent: css({
59594
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59595
+ color: sectionproperties.sectionTitleColor,
59596
+ textTransform: sectionproperties.sectionTitleTextTransform,
59597
+ fontWeight: sectionproperties.sectionTitleFontWeight,
59598
+ // padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59599
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
59600
+ '@media (max-width: 800px)': {
59601
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
59602
+ }
60215
59603
  })
60216
59604
  };
60217
59605
  var SectionTitle = function SectionTitle() {
60218
59606
  return /*#__PURE__*/React.createElement("div", {
60219
- "class": "d-flex align-items-center flex-row",
59607
+ "class": "d-flex align-items-center allcentered",
60220
59608
  style: {
60221
59609
  position: 'relative',
60222
59610
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
60223
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
59611
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
59612
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
60224
59613
  }
60225
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
60226
- "class": section_styles.line_left,
60227
- style: {
60228
- marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60229
- marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
60230
- }
60231
- }), /*#__PURE__*/React.createElement("p", {
59614
+ }, /*#__PURE__*/React.createElement("p", {
60232
59615
  "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 ',
59616
+ style: {}
59617
+ }, /*#__PURE__*/React.createElement("span", {
59618
+ "class": section_styles.sectiontitlecontent
59619
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
60233
59620
  style: {
60234
- color: sectionproperties.sectionTitleColor,
60235
- textTransform: sectionproperties.sectionTitleTextTransform,
60236
- fontWeight: sectionproperties.sectionTitleFontWeight,
60237
- padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
60238
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
60239
- }
60240
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
60241
- "class": section_styles.line_right,
60242
- style: {
60243
- marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60244
- marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59621
+ width: '50%',
59622
+ background: sectionproperties.linebgcolor,
59623
+ height: 3,
59624
+ borderRadius: 10,
59625
+ marginTop: 5
60245
59626
  }
60246
59627
  }));
60247
59628
  };
@@ -60300,8 +59681,8 @@ var Freetextsection = function Freetextsection(props) {
60300
59681
  style: {
60301
59682
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
60302
59683
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
60303
- paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
60304
- paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
59684
+ paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
59685
+ paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
60305
59686
  zIndex: 100,
60306
59687
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
60307
59688
  }
@@ -60349,7 +59730,45 @@ var Freetextsection = function Freetextsection(props) {
60349
59730
  "class": "w-100 allcentered",
60350
59731
  style: {
60351
59732
  background: sectionproperties.outerbgcolor
59733
+ // backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
60352
59734
  }
59735
+ }, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React.createElement("div", {
59736
+ "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
59737
+ style: {
59738
+ marginTop: sectionproperties.marginTop + 'px',
59739
+ marginBottom: sectionproperties.marginBottom + 'px'
59740
+ }
59741
+ }, /*#__PURE__*/React.createElement("div", {
59742
+ "class": "col-lg-12 p-0"
59743
+ }, /*#__PURE__*/React.createElement("div", {
59744
+ "class": "row m-0 w-100 allcentered"
59745
+ }, /*#__PURE__*/React.createElement("div", {
59746
+ "class": "col-lg-10 col-md-11 mt-3 mb-3",
59747
+ style: {
59748
+ background: 'white',
59749
+ borderRadius: 10,
59750
+ boxShadow: '0 0 10px #ccc',
59751
+ padding: 40
59752
+ }
59753
+ }, /*#__PURE__*/React.createElement("div", {
59754
+ "class": "row m-0 w-100"
59755
+ }, /*#__PURE__*/React.createElement("div", {
59756
+ "class": "col-lg-3 col-md-12 allcentered"
59757
+ }, /*#__PURE__*/React.createElement("div", {
59758
+ "class": "w-100 d-flex allcentered mb-md-4"
59759
+ }, SectionTitle())), /*#__PURE__*/React.createElement("div", {
59760
+ "class": "col-lg-9 col-md-12 p-md-0",
59761
+ style: {
59762
+ paddingLeft: langdetect == 'en' ? '50px' : 0,
59763
+ paddingRight: langdetect == 'ar' ? '50px' : 0
59764
+ }
59765
+ }, /*#__PURE__*/React.createElement("div", {
59766
+ "class": "row m-0 w-100 text-start text-md-center",
59767
+ style: {
59768
+ fontSize: sectionproperties.prodCatFontSize + 'px'
59769
+ }
59770
+ }, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React.createElement("div", {
59771
+ "class": "row m-0 w-100"
60353
59772
  }, /*#__PURE__*/React.createElement("div", {
60354
59773
  "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
60355
59774
  style: {
@@ -60364,7 +59783,7 @@ var Freetextsection = function Freetextsection(props) {
60364
59783
  marginBottom: sectionproperties.marginBottom + 'px',
60365
59784
  background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
60366
59785
  }
60367
- }, SectionContent('responsive')));
59786
+ }, SectionContent('responsive'))));
60368
59787
  };
60369
59788
 
60370
59789
  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; }
@@ -60437,6 +59856,28 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60437
59856
  color: sectionproperties.generalbtn_textColoronhover
60438
59857
  }
60439
59858
  }),
59859
+ btn2: css({
59860
+ width: sectionproperties.generalbtn_width + 'px',
59861
+ height: sectionproperties.generalbtn_height + 'px',
59862
+ // backgroundColor: sectionproperties.generalbtn_bgColor,
59863
+ color: sectionproperties.generalbtn_bgColoronhover,
59864
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
59865
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
59866
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
59867
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
59868
+ border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
59869
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
59870
+ fontWeight: sectionproperties.generalbtn_fontweight,
59871
+ marginTop: sectionproperties.generalbtn_marginTop + 'px',
59872
+ marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
59873
+ transition: '.3s',
59874
+ cursor: 'pointer',
59875
+ ':hover': {
59876
+ // backgroundColor: sectionproperties.generalbtn_bgColoronhover,
59877
+ color: sectionproperties.sectionproperties,
59878
+ borderColor: sectionproperties.sectionproperties
59879
+ }
59880
+ }),
60440
59881
  sectiontitlespan: css({
60441
59882
  paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
60442
59883
  paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
@@ -60451,7 +59892,8 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60451
59892
  width: sectionproperties.sectitle_lineafterwidth + '%',
60452
59893
  display: 'block',
60453
59894
  backgroundColor: sectionproperties.linebgcolor,
60454
- borderRadius: '6px'
59895
+ borderRadius: '6px',
59896
+ marginTop: 15
60455
59897
  }
60456
59898
  }),
60457
59899
  facebook_btn: css({
@@ -60560,11 +60002,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60560
60002
  };
60561
60003
  var SectionTitle = function SectionTitle() {
60562
60004
  return /*#__PURE__*/React.createElement("p", {
60563
- "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 ',
60005
+ "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 ',
60564
60006
  style: {
60565
60007
  color: sectionproperties.sectionTitleColor,
60566
60008
  fontWeight: sectionproperties.sectionTitleFontWeight,
60567
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
60009
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
60568
60010
  }
60569
60011
  }, sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
60570
60012
  "class": "".concat(section_styles.sectiontitlespan) + ' pl-md-2 pr-md-2 left-md-0 '
@@ -60592,8 +60034,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60592
60034
  borderRadius: sectionproperties.reservation_borderradius + 'px'
60593
60035
  }
60594
60036
  }, /*#__PURE__*/React.createElement("div", {
60595
- "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 ',
60596
- style: {}
60037
+ "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 ',
60038
+ style: {
60039
+ // padding: 20,
60040
+ }
60597
60041
  }, /*#__PURE__*/React.createElement("div", {
60598
60042
  "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 ',
60599
60043
  style: {
@@ -60732,7 +60176,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60732
60176
  })))));
60733
60177
  };
60734
60178
  var Image = function Image() {
60735
- var _imagesarray$, _imagesarray$7, _imagesarray$8;
60179
+ var _imagesarray$, _imagesarray$7, _imagesarray$8, _imagesarray$9, _imagesarray$10;
60736
60180
  return /*#__PURE__*/React.createElement("div", {
60737
60181
  "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',
60738
60182
  style: {
@@ -60754,29 +60198,43 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60754
60198
  }
60755
60199
  }
60756
60200
  }
60201
+ }, /*#__PURE__*/React.createElement("div", {
60202
+ "class": "col-lg-12 p-0 d-flex d-md-none justify-content-center align-items-center"
60757
60203
  }, imagesarray.length != 0 && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
60758
60204
  "class": section_styles.imageimage,
60759
60205
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60760
60206
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60761
60207
  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),
60762
60208
  style: {}
60763
- }));
60209
+ })), /*#__PURE__*/React.createElement("div", {
60210
+ "class": "col-lg-12 p-0 d-none d-md-flex justify-content-center align-items-center"
60211
+ }, imagesarray.length != 0 && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
60212
+ "class": section_styles.imageimage,
60213
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60214
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60215
+ 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),
60216
+ style: {}
60217
+ })));
60764
60218
  };
60765
60219
  return /*#__PURE__*/React.createElement("div", {
60766
- "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 ',
60220
+ "class": "row m-0 w-100 allcentered"
60221
+ }, /*#__PURE__*/React.createElement("div", {
60222
+ "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center ',
60767
60223
  style: {
60768
60224
  marginTop: sectionproperties.marginTop + 'px',
60769
60225
  marginBottom: sectionproperties.marginBottom + 'px',
60770
- background: sectionproperties.backgroundColor
60226
+ background: sectionproperties.backgroundColor,
60227
+ width: sectionproperties.width + 'vw',
60228
+ borderRadius: sectionproperties.sectioncardborderradius + 'px'
60771
60229
  }
60772
60230
  }, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React.createElement("div", {
60773
- "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',
60231
+ "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',
60774
60232
  style: {
60775
60233
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
60776
60234
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
60777
- width: sectionproperties.width + 'vw',
60778
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
60779
- borderRadius: sectionproperties.sectioncardborderradius + 'px'
60235
+ // width: sectionproperties.width + 'vw',
60236
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
60237
+ // borderRadius: sectionproperties.sectioncardborderradius + 'px',
60780
60238
  }
60781
60239
  }, /*#__PURE__*/React.createElement("div", {
60782
60240
  "class":
@@ -60807,10 +60265,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60807
60265
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60808
60266
  }
60809
60267
  }, /*#__PURE__*/React.createElement("div", {
60810
- "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 ',
60268
+ "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 ',
60811
60269
  style: {
60812
60270
  background: sectionproperties.reservation_bgcolor,
60813
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60271
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60272
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60273
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60274
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60814
60275
  }
60815
60276
  }, /*#__PURE__*/React.createElement("div", {
60816
60277
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60827,6 +60288,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60827
60288
  style: {
60828
60289
  position: 'relative',
60829
60290
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60291
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
60830
60292
  fontSize: sectionproperties.sectionTitleFontSize + 'px',
60831
60293
  backgroundColor: sectionproperties.sectiontitlebgcolor,
60832
60294
  borderRadius: sectionproperties.sectiontitleborderradius + 'px',
@@ -60890,7 +60352,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60890
60352
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60891
60353
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60892
60354
  }, /*#__PURE__*/React.createElement("button", {
60893
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60355
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60894
60356
  onClick: function onClick() {
60895
60357
  if (sectionproperties.btntype == 'WhatsApp') {
60896
60358
  var _authdetailsContext$i9;
@@ -60909,7 +60371,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60909
60371
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60910
60372
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60911
60373
  }
60912
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
60374
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), sectionproperties.showbtn2 == 'Show' && /*#__PURE__*/React.createElement("button", {
60375
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60376
+ onClick: function onClick() {
60377
+ if (sectionproperties.btntype == 'WhatsApp') {
60378
+ var _authdetailsContext$i11;
60379
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
60380
+ var _authdetailsContext$i12;
60381
+ 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');
60382
+ }
60383
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60384
+ // window.open(sectionproperties.btnlink, '_target');
60385
+ routingcountext(sectionproperties.btnlink2, false, '');
60386
+ } else {
60387
+ window.open(sectionproperties.btnlink2, '_blank');
60388
+ }
60389
+ },
60390
+ style: {
60391
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60392
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60393
+ }
60394
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React.createElement("div", {
60913
60395
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60914
60396
  style: {
60915
60397
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60919,10 +60401,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60919
60401
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60920
60402
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60921
60403
  onClick: function onClick() {
60922
- var _authdetailsContext$i11;
60923
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
60924
- var _authdetailsContext$i12;
60925
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
60404
+ var _authdetailsContext$i13;
60405
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
60406
+ var _authdetailsContext$i14;
60407
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
60926
60408
  }
60927
60409
  }
60928
60410
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
@@ -60930,10 +60412,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60930
60412
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60931
60413
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60932
60414
  onClick: function onClick() {
60933
- var _authdetailsContext$i13;
60934
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
60935
- var _authdetailsContext$i14;
60936
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
60415
+ var _authdetailsContext$i15;
60416
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
60417
+ var _authdetailsContext$i16;
60418
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
60937
60419
  }
60938
60420
  }
60939
60421
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -60941,10 +60423,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60941
60423
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60942
60424
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60943
60425
  onClick: function onClick() {
60944
- var _authdetailsContext$i15;
60945
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
60946
- var _authdetailsContext$i16;
60947
- 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');
60426
+ var _authdetailsContext$i17;
60427
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60428
+ var _authdetailsContext$i18;
60429
+ 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');
60948
60430
  }
60949
60431
  }
60950
60432
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -60958,10 +60440,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60958
60440
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60959
60441
  }
60960
60442
  }, /*#__PURE__*/React.createElement("div", {
60961
- "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 ',
60443
+ "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 ',
60962
60444
  style: {
60963
60445
  background: sectionproperties.reservation_bgcolor,
60964
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60446
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60447
+ borderRadius: sectionproperties.reservation_borderradius + 'px'
60965
60448
  }
60966
60449
  }, /*#__PURE__*/React.createElement("div", {
60967
60450
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -61044,10 +60527,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61044
60527
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
61045
60528
  onClick: function onClick() {
61046
60529
  if (sectionproperties.btntype == 'WhatsApp') {
61047
- var _authdetailsContext$i17;
61048
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
61049
- var _authdetailsContext$i18;
61050
- 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');
60530
+ var _authdetailsContext$i19;
60531
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
60532
+ var _authdetailsContext$i20;
60533
+ 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');
61051
60534
  }
61052
60535
  } else if (sectionproperties.btntype == 'App/Web Page') {
61053
60536
  // window.open(sectionproperties.btnlink, '_target');
@@ -61070,10 +60553,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61070
60553
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61071
60554
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61072
60555
  onClick: function onClick() {
61073
- var _authdetailsContext$i19;
61074
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
61075
- var _authdetailsContext$i20;
61076
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
60556
+ var _authdetailsContext$i21;
60557
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
60558
+ var _authdetailsContext$i22;
60559
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
61077
60560
  }
61078
60561
  }
61079
60562
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
@@ -61081,10 +60564,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61081
60564
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61082
60565
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61083
60566
  onClick: function onClick() {
61084
- var _authdetailsContext$i21;
61085
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
61086
- var _authdetailsContext$i22;
61087
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
60567
+ var _authdetailsContext$i23;
60568
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
60569
+ var _authdetailsContext$i24;
60570
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
61088
60571
  }
61089
60572
  }
61090
60573
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -61092,10 +60575,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61092
60575
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61093
60576
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61094
60577
  onClick: function onClick() {
61095
- var _authdetailsContext$i23;
61096
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
61097
- var _authdetailsContext$i24;
61098
- 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');
60578
+ var _authdetailsContext$i25;
60579
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60580
+ var _authdetailsContext$i26;
60581
+ 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');
61099
60582
  }
61100
60583
  }
61101
60584
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -61109,10 +60592,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61109
60592
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61110
60593
  }
61111
60594
  }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React.createElement("div", {
61112
- "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 ',
60595
+ "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 ',
61113
60596
  style: {
61114
60597
  background: sectionproperties.reservation_bgcolor,
61115
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60598
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60599
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60600
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60601
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
61116
60602
  }
61117
60603
  }, /*#__PURE__*/React.createElement("div", {
61118
60604
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -61192,13 +60678,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61192
60678
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61193
60679
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
61194
60680
  }, /*#__PURE__*/React.createElement("button", {
61195
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60681
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
61196
60682
  onClick: function onClick() {
61197
60683
  if (sectionproperties.btntype == 'WhatsApp') {
61198
- var _authdetailsContext$i25;
61199
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
61200
- var _authdetailsContext$i26;
61201
- 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');
60684
+ var _authdetailsContext$i27;
60685
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
60686
+ var _authdetailsContext$i28;
60687
+ 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');
61202
60688
  }
61203
60689
  } else if (sectionproperties.btntype == 'App/Web Page') {
61204
60690
  // window.open(sectionproperties.btnlink, '_target');
@@ -61211,7 +60697,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61211
60697
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
61212
60698
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
61213
60699
  }
61214
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
60700
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React.createElement("button", {
60701
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60702
+ onClick: function onClick() {
60703
+ if (sectionproperties.btntype == 'WhatsApp') {
60704
+ var _authdetailsContext$i29;
60705
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
60706
+ var _authdetailsContext$i30;
60707
+ 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');
60708
+ }
60709
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60710
+ // window.open(sectionproperties.btnlink, '_target');
60711
+ routingcountext(sectionproperties.btnlink2, false, '');
60712
+ } else {
60713
+ window.open(sectionproperties.btnlink2, '_blank');
60714
+ }
60715
+ },
60716
+ style: {
60717
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60718
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60719
+ }
60720
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React.createElement("div", {
61215
60721
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
61216
60722
  style: {
61217
60723
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -61221,10 +60727,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61221
60727
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61222
60728
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61223
60729
  onClick: function onClick() {
61224
- var _authdetailsContext$i27;
61225
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
61226
- var _authdetailsContext$i28;
61227
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60730
+ var _authdetailsContext$i31;
60731
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
60732
+ var _authdetailsContext$i32;
60733
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
61228
60734
  }
61229
60735
  }
61230
60736
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
@@ -61232,10 +60738,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61232
60738
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61233
60739
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61234
60740
  onClick: function onClick() {
61235
- var _authdetailsContext$i29;
61236
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
61237
- var _authdetailsContext$i30;
61238
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60741
+ var _authdetailsContext$i33;
60742
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
60743
+ var _authdetailsContext$i34;
60744
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
61239
60745
  }
61240
60746
  }
61241
60747
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -61243,10 +60749,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61243
60749
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61244
60750
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61245
60751
  onClick: function onClick() {
61246
- var _authdetailsContext$i31;
61247
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
61248
- var _authdetailsContext$i32;
61249
- 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');
60752
+ var _authdetailsContext$i35;
60753
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
60754
+ var _authdetailsContext$i36;
60755
+ 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');
61250
60756
  }
61251
60757
  }
61252
60758
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -61346,10 +60852,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61346
60852
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
61347
60853
  onClick: function onClick() {
61348
60854
  if (sectionproperties.btntype == 'WhatsApp') {
61349
- var _authdetailsContext$i33;
61350
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
61351
- var _authdetailsContext$i34;
61352
- 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');
60855
+ var _authdetailsContext$i37;
60856
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
60857
+ var _authdetailsContext$i38;
60858
+ 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');
61353
60859
  }
61354
60860
  } else if (sectionproperties.btntype == 'App/Web Page') {
61355
60861
  // window.open(sectionproperties.btnlink, '_target');
@@ -61372,10 +60878,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61372
60878
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61373
60879
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61374
60880
  onClick: function onClick() {
61375
- var _authdetailsContext$i35;
61376
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
61377
- var _authdetailsContext$i36;
61378
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
60881
+ var _authdetailsContext$i39;
60882
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
60883
+ var _authdetailsContext$i40;
60884
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
61379
60885
  }
61380
60886
  }
61381
60887
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
@@ -61383,10 +60889,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61383
60889
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61384
60890
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61385
60891
  onClick: function onClick() {
61386
- var _authdetailsContext$i37;
61387
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
61388
- var _authdetailsContext$i38;
61389
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
60892
+ var _authdetailsContext$i41;
60893
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
60894
+ var _authdetailsContext$i42;
60895
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
61390
60896
  }
61391
60897
  }
61392
60898
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
@@ -61394,10 +60900,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61394
60900
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
61395
60901
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61396
60902
  onClick: function onClick() {
61397
- var _authdetailsContext$i39;
61398
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
61399
- var _authdetailsContext$i40;
61400
- 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');
60903
+ var _authdetailsContext$i43;
60904
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
60905
+ var _authdetailsContext$i44;
60906
+ 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');
61401
60907
  }
61402
60908
  }
61403
60909
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
@@ -61464,7 +60970,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61464
60970
  }
61465
60971
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
61466
60972
  "class": "w-100 mb-md-3"
61467
- }, " ", Image()), Content())))));
60973
+ }, " ", Image()), Content()))))));
61468
60974
  };
61469
60975
 
61470
60976
  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; }
@@ -61691,7 +61197,7 @@ var Servicesection = function Servicesection(props) {
61691
61197
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
61692
61198
  };
61693
61199
  return /*#__PURE__*/React.createElement("div", {
61694
- "class": ' row ml-0 mr-0 align-items-center w-md-100 ',
61200
+ "class": ' row ml-0 mr-0 align-items-center ',
61695
61201
  style: {
61696
61202
  width: sectionproperties.width + 'vw',
61697
61203
  marginTop: sectionproperties.marginTop + 'px',
@@ -61797,7 +61303,7 @@ var Servicesection = function Servicesection(props) {
61797
61303
  "class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
61798
61304
  }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61799
61305
  return /*#__PURE__*/React.createElement("div", {
61800
- "class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
61306
+ "class": "col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
61801
61307
  }, /*#__PURE__*/React.createElement("div", {
61802
61308
  // class="m-lg-auto d-flex justify-content-center"
61803
61309
  "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',
@@ -61821,7 +61327,7 @@ var Servicesection = function Servicesection(props) {
61821
61327
  window.open(cardinfoitem.btnlink, '_blank');
61822
61328
  }
61823
61329
  }
61824
- }, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
61330
+ }, /*#__PURE__*/React.createElement("div", {
61825
61331
  "class": "d-flex d-sm-none",
61826
61332
  style: {
61827
61333
  width: sectionproperties.image_width + 'px',
@@ -61839,7 +61345,7 @@ var Servicesection = function Servicesection(props) {
61839
61345
  width: '100%',
61840
61346
  objectFit: 'cover'
61841
61347
  }
61842
- })), sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
61348
+ })), /*#__PURE__*/React.createElement("div", {
61843
61349
  "class": "d-none d-sm-flex mt-auto mb-auto",
61844
61350
  style: {
61845
61351
  width: 35,
@@ -61888,22 +61394,89 @@ var Servicesection = function Servicesection(props) {
61888
61394
 
61889
61395
  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; }
61890
61396
  function _objectSpread$T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$T(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
61397
+ // const minuteSeconds = 60;
61398
+ // const hourSeconds = 3600;
61399
+ // const daySeconds = 86400;
61400
+
61401
+ // const timerProps = {
61402
+ // isPlaying: true,
61403
+ // size: 120,
61404
+ // strokeWidth: 6,
61405
+ // };
61406
+
61407
+ var formatTime = function formatTime(time) {
61408
+ var days = Math.floor(time / (60 * 60 * 24));
61409
+ var hours = Math.floor(time % (60 * 60 * 24) / (60 * 60));
61410
+ var minutes = Math.floor(time % (60 * 60) / 60);
61411
+ var seconds = time % 60;
61412
+ return {
61413
+ days: days,
61414
+ hours: hours,
61415
+ minutes: minutes,
61416
+ seconds: seconds
61417
+ };
61418
+ };
61419
+ // const renderTime = (dimension, time) => {
61420
+ // return (
61421
+ // <div className="time-wrapper">
61422
+ // <div className="time">{time}</div>
61423
+ // <div>{dimension}</div>
61424
+ // </div>
61425
+ // );
61426
+ // };
61427
+
61428
+ // const getTimeSeconds = (time) => (minuteSeconds - time) | 0;
61429
+ // const getTimeMinutes = (time) => ((time % hourSeconds) / minuteSeconds) | 0;
61430
+ // const getTimeHours = (time) => ((time % daySeconds) / hourSeconds) | 0;
61431
+ // const getTimeDays = (time) => (time / daySeconds) | 0;
61432
+
61891
61433
  var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61892
61434
  var _maincontainerarrayof;
61893
- var _useState = useState(''),
61435
+ var targetStartDate = new Date('2024-12-16T12:00:00');
61436
+ var _useState = useState(0),
61894
61437
  _useState2 = _slicedToArray(_useState, 2),
61895
- sectionproperties = _useState2[0],
61896
- setsectionproperties = _useState2[1];
61897
- var _useState3 = useState([]),
61438
+ remainingTimeInSeconds = _useState2[0],
61439
+ setRemainingTimeInSeconds = _useState2[1];
61440
+ var _useState3 = useState(''),
61898
61441
  _useState4 = _slicedToArray(_useState3, 2),
61899
- cardsarray = _useState4[0],
61900
- setcardsarray = _useState4[1];
61442
+ sectionproperties = _useState4[0],
61443
+ setsectionproperties = _useState4[1];
61444
+ var _useState5 = useState([]),
61445
+ _useState6 = _slicedToArray(_useState5, 2),
61446
+ cardsarray = _useState6[0],
61447
+ setcardsarray = _useState6[1];
61901
61448
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
61902
61449
  props.actions.lang;
61903
61450
  var langdetect = props.actions.langdetect;
61904
61451
  var ikimagecredcontext = props.actions.ikimagecredcontext;
61905
61452
  var routingcountext = props.actions.routingcountext;
61906
61453
  var authdetailsContext = props.actions.authdetailsContext;
61454
+
61455
+ // const remainingTime = endTime - stratTime;
61456
+ // // const days = Math.ceil(remainingTime / daySeconds);
61457
+ // const daysDuration = days * daySeconds;
61458
+ useEffect(function () {
61459
+ var interval = setInterval(function () {
61460
+ var currentTime = new Date();
61461
+ var differenceInSeconds = Math.max(Math.floor((targetStartDate - currentTime) / 1000), 0);
61462
+ setRemainingTimeInSeconds(differenceInSeconds);
61463
+ }, 1000); // Update every second
61464
+
61465
+ return function () {
61466
+ return clearInterval(interval);
61467
+ }; // Cleanup interval on unmount
61468
+ }, [targetStartDate]);
61469
+
61470
+ // Format the remaining time into days, hours, minutes, and seconds
61471
+ var _formatTime = formatTime(remainingTimeInSeconds),
61472
+ days = _formatTime.days,
61473
+ hours = _formatTime.hours,
61474
+ minutes = _formatTime.minutes,
61475
+ seconds = _formatTime.seconds;
61476
+ var _useState7 = useState([]),
61477
+ _useState8 = _slicedToArray(_useState7, 2),
61478
+ maincontainerarrayofobjs = _useState8[0],
61479
+ setmaincontainerarrayofobjs = _useState8[1];
61907
61480
  useEffect(function () {
61908
61481
  var secpropobj = {};
61909
61482
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -61925,10 +61498,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61925
61498
  }
61926
61499
  }
61927
61500
  }, [sectionproperties]);
61928
- var _useState5 = useState([]),
61929
- _useState6 = _slicedToArray(_useState5, 2),
61930
- maincontainerarrayofobjs = _useState6[0],
61931
- setmaincontainerarrayofobjs = _useState6[1];
61932
61501
  useEffect(function () {
61933
61502
  if (sectionproperties.length != 0 && sectionproperties.maincontainerarrayofobjs != undefined) {
61934
61503
  var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
@@ -62033,6 +61602,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62033
61602
  }
62034
61603
  }),
62035
61604
  cardContainer: css({
61605
+ background: sectionproperties.reservation_bgcolor,
62036
61606
  ':hover .imageContainer': {
62037
61607
  transition: '.3s',
62038
61608
  backgroundColor: sectionproperties.activedotcolor
@@ -62040,6 +61610,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62040
61610
  ':hover .text1Styles': {
62041
61611
  transition: '.3s',
62042
61612
  color: sectionproperties.text1secondarycolor
61613
+ },
61614
+ ':hover': {
61615
+ background: sectionproperties.innersectionbgcolorhover
62043
61616
  }
62044
61617
  }),
62045
61618
  btnstyles: css({
@@ -62048,7 +61621,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62048
61621
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
62049
61622
  color: sectionproperties.generalbtn_textColor,
62050
61623
  fontWeight: sectionproperties.generalbtn_fontweight,
62051
- textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61624
+ // textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
62052
61625
  backgroundColor: sectionproperties.generalbtn_bgColor,
62053
61626
  borderRadius: sectionproperties.generalbtnborderradius,
62054
61627
  ':hover': {
@@ -62120,18 +61693,22 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62120
61693
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
62121
61694
  }
62122
61695
  }, /*#__PURE__*/React.createElement("div", {
62123
- "class": "d-flex align-items-center flex-row allcentered",
61696
+ "class": "d-flex align-items-center flex-column allcentered",
62124
61697
  style: {
62125
61698
  position: 'relative',
62126
61699
  width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
62127
61700
  }
62128
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
62129
- "class": sectionStyles.line_left
62130
- }), /*#__PURE__*/React.createElement("p", {
61701
+ }, /*#__PURE__*/React.createElement("p", {
62131
61702
  "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 ',
62132
61703
  style: {}
62133
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("span", {
62134
- "class": sectionStyles.line_right
61704
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("span", {
61705
+ style: {
61706
+ width: '50%',
61707
+ background: sectionproperties.linebgcolor,
61708
+ height: 3,
61709
+ borderRadius: 10,
61710
+ marginTop: 5
61711
+ }
62135
61712
  })))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
62136
61713
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
62137
61714
  style: {
@@ -62143,10 +61720,215 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62143
61720
  }, /*#__PURE__*/React.createElement("p", {
62144
61721
  "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',
62145
61722
  style: {}
62146
- }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61723
+ }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React.createElement("div", {
61724
+ "class": "row m-0 w-100 allcentered"
61725
+ }, /*#__PURE__*/React.createElement("div", {
61726
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61727
+ }, /*#__PURE__*/React.createElement(CountdownCircleTimer, {
61728
+ isPlaying: true,
61729
+ duration: remainingTimeInSeconds,
61730
+ colors: "#013c48",
61731
+ strokeWidth: 8,
61732
+ size: 120,
61733
+ initialRemainingTime: remainingTimeInSeconds
61734
+ }, function (_ref) {
61735
+ _ref.elapsedTime;
61736
+ _ref.color;
61737
+ return /*#__PURE__*/React.createElement("span", {
61738
+ style: {
61739
+ color: '#bea04b',
61740
+ fontSize: 23,
61741
+ fontWeight: 600
61742
+ },
61743
+ "class": "allcentered"
61744
+ }, /*#__PURE__*/React.createElement("div", {
61745
+ className: "time-wrapper allcentered flex-column"
61746
+ }, /*#__PURE__*/React.createElement("div", {
61747
+ className: "time"
61748
+ }, days), /*#__PURE__*/React.createElement("div", null, "\u064A\u0648\u0645")));
61749
+ })), /*#__PURE__*/React.createElement("div", {
61750
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61751
+ }, /*#__PURE__*/React.createElement(CountdownCircleTimer, {
61752
+ isPlaying: true,
61753
+ duration: remainingTimeInSeconds,
61754
+ colors: "#013c48",
61755
+ strokeWidth: 8,
61756
+ size: 120,
61757
+ initialRemainingTime: remainingTimeInSeconds
61758
+ }, function (_ref2) {
61759
+ _ref2.elapsedTime;
61760
+ _ref2.color;
61761
+ return /*#__PURE__*/React.createElement("span", {
61762
+ style: {
61763
+ color: '#bea04b',
61764
+ fontSize: 23,
61765
+ fontWeight: 600
61766
+ },
61767
+ "class": "allcentered"
61768
+ }, /*#__PURE__*/React.createElement("div", {
61769
+ className: "time-wrapper allcentered flex-column"
61770
+ }, /*#__PURE__*/React.createElement("div", {
61771
+ className: "time"
61772
+ }, hours), /*#__PURE__*/React.createElement("div", null, "\u0633\u0627\u0639\u0629")));
61773
+ })), /*#__PURE__*/React.createElement("div", {
61774
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61775
+ }, /*#__PURE__*/React.createElement(CountdownCircleTimer, {
61776
+ isPlaying: true,
61777
+ duration: remainingTimeInSeconds,
61778
+ colors: "#013c48",
61779
+ strokeWidth: 8,
61780
+ size: 120,
61781
+ initialRemainingTime: remainingTimeInSeconds
61782
+ }, function (_ref3) {
61783
+ _ref3.elapsedTime;
61784
+ _ref3.color;
61785
+ return /*#__PURE__*/React.createElement("span", {
61786
+ style: {
61787
+ color: '#bea04b',
61788
+ fontSize: 23,
61789
+ fontWeight: 600
61790
+ },
61791
+ "class": "allcentered"
61792
+ }, /*#__PURE__*/React.createElement("div", {
61793
+ className: "time-wrapper allcentered flex-column"
61794
+ }, /*#__PURE__*/React.createElement("div", {
61795
+ className: "time"
61796
+ }, minutes), /*#__PURE__*/React.createElement("div", null, "\u062F\u0642\u064A\u0642\u0629")));
61797
+ })), /*#__PURE__*/React.createElement("div", {
61798
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61799
+ }, /*#__PURE__*/React.createElement(CountdownCircleTimer, {
61800
+ isPlaying: true,
61801
+ duration: remainingTimeInSeconds,
61802
+ colors: "#013c48",
61803
+ strokeWidth: 8,
61804
+ size: 120,
61805
+ initialRemainingTime: remainingTimeInSeconds
61806
+ }, function (_ref4) {
61807
+ _ref4.elapsedTime;
61808
+ _ref4.color;
61809
+ return /*#__PURE__*/React.createElement("span", {
61810
+ style: {
61811
+ color: '#bea04b',
61812
+ fontSize: 23,
61813
+ fontWeight: 600
61814
+ },
61815
+ "class": "allcentered"
61816
+ }, /*#__PURE__*/React.createElement("div", {
61817
+ className: "time-wrapper allcentered flex-column"
61818
+ }, /*#__PURE__*/React.createElement("div", {
61819
+ className: "time"
61820
+ }, seconds), /*#__PURE__*/React.createElement("div", null, "\u062B\u0627\u0646\u064A\u0629")));
61821
+ }))), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React.createElement("div", {
61822
+ "class": "row m-0 w-100 d-flex justify-content-center"
61823
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61824
+ return /*#__PURE__*/React.createElement("div", {
61825
+ "class": 'flip-card d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 ',
61826
+ style: {
61827
+ zIndex: 2,
61828
+ paddingLeft: sectionproperties.marginhorizontal + 'px',
61829
+ paddingRight: sectionproperties.marginhorizontal + 'px'
61830
+ }
61831
+ }, /*#__PURE__*/React.createElement("div", {
61832
+ "class": "flip-card-inner",
61833
+ style: {
61834
+ background: sectionproperties.reservation_bgcolor,
61835
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
61836
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
61837
+ }
61838
+ }, /*#__PURE__*/React.createElement("div", {
61839
+ "class": "flip-card-front"
61840
+ }, /*#__PURE__*/React.createElement("div", {
61841
+ "class": "row m-0 w-100"
61842
+ }, /*#__PURE__*/React.createElement("div", {
61843
+ "class": "col-lg-12 d-flex align-items-center p-0",
61844
+ style: {
61845
+ marginBottom: sectionproperties.image_mb + 'px',
61846
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61847
+ }
61848
+ }, /*#__PURE__*/React.createElement("div", {
61849
+ "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
61850
+ style: {
61851
+ background: 'transparent'
61852
+ }
61853
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
61854
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61855
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61856
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61857
+ style: {
61858
+ maxHeight: sectionproperties.iconcontainerwidth + '%',
61859
+ maxWidth: sectionproperties.iconcontainerwidth + '%',
61860
+ objectFit: 'contain'
61861
+ }
61862
+ }))), /*#__PURE__*/React.createElement("div", {
61863
+ "class": "col-lg-12 d-flex p-0",
61864
+ style: {
61865
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61866
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61867
+ }
61868
+ }, /*#__PURE__*/React.createElement("p", {
61869
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61870
+ style: {
61871
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
61872
+ }
61873
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React.createElement("div", {
61874
+ "class": "flip-card-back allcentered"
61875
+ }, /*#__PURE__*/React.createElement("div", {
61876
+ "class": "row m-0 w-100 allcentered"
61877
+ }, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React.createElement("div", {
61878
+ "class": "col-lg-12 d-flex align-items-center p-0",
61879
+ style: {
61880
+ marginBottom: sectionproperties.image_mb + 'px',
61881
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61882
+ }
61883
+ }, /*#__PURE__*/React.createElement("div", {
61884
+ "class": ' d-flex align-items-center ',
61885
+ style: {
61886
+ width: '30%',
61887
+ height: '30%',
61888
+ justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
61889
+ }
61890
+ }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
61891
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61892
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61893
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61894
+ style: {
61895
+ maxHeight: '100%',
61896
+ maxWidth: '100%',
61897
+ objectFit: 'contain'
61898
+ }
61899
+ }))), /*#__PURE__*/React.createElement("div", {
61900
+ "class": "col-lg-12 d-flex p-0",
61901
+ style: {
61902
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61903
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61904
+ }
61905
+ }, /*#__PURE__*/React.createElement("p", {
61906
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61907
+ style: {
61908
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61909
+ color: ' #FFECB5',
61910
+ fontSize: 14
61911
+ }
61912
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React.createElement("div", {
61913
+ "class": "col-lg-12 d-flex p-0",
61914
+ style: {
61915
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61916
+ }
61917
+ }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React.createElement("p", {
61918
+ "class": "m-0 wordbreak",
61919
+ style: {
61920
+ color: sectionproperties.slideshowText2ContentColor,
61921
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
61922
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
61923
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
61924
+ }
61925
+ }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
61926
+ })), sectionproperties.flippingcards == 'No' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React.createElement("div", {
61927
+ "class": "row m-0 w-100"
61928
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
62147
61929
  var _authdetailsContext$i;
62148
61930
  return /*#__PURE__*/React.createElement("div", {
62149
- "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,
61931
+ "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,
62150
61932
  style: {
62151
61933
  zIndex: 2,
62152
61934
  paddingLeft: sectionproperties.marginhorizontal + 'px',
@@ -62156,20 +61938,37 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62156
61938
  "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 ',
62157
61939
  style: {
62158
61940
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
62159
- background: sectionproperties.reservation_bgcolor,
62160
61941
  paddingTop: sectionproperties.reservation_padding_top + 'px',
62161
61942
  paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
62162
61943
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
62163
61944
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
62164
61945
  borderRadius: sectionproperties.reservation_borderradius + 'px',
62165
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61946
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61947
+ // sectionproperties.innersectionbordertype == 'All'
61948
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61949
+ // : cardinfoindex != cardsarray.length - 1
61950
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61951
+ // : '',
62166
61952
  // cardinfoindex != cardsarray.length - 1
62167
61953
  // ? sectionproperties.innersectionbordertype == 'All'
62168
61954
  // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62169
61955
  // : ''
62170
61956
  // : '',
62171
- borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
62172
- borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61957
+ // borderRight:
61958
+ // cardinfoindex != cardsarray.length - 1
61959
+ // ? sectionproperties.innersectionbordertype == 'Right'
61960
+ // ? langdetect == 'en'
61961
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61962
+ // : ''
61963
+ // : ''
61964
+ // : '',
61965
+ // borderLeft:
61966
+ // sectionproperties.innersectionbordertype == 'Right'
61967
+ // ? langdetect == 'ar'
61968
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61969
+ // : ''
61970
+ // : '',
61971
+ borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
62173
61972
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
62174
61973
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
62175
61974
  },
@@ -62292,7 +62091,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62292
62091
  }
62293
62092
  }
62294
62093
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
62295
- }))));
62094
+ })))));
62296
62095
  };
62297
62096
 
62298
62097
  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 ";
@@ -69403,12 +69202,6 @@ var Card23 = function Card23(props) {
69403
69202
  marginBottom: sectionproperties.image_mb + 'px'
69404
69203
  }
69405
69204
  }, Image('normal')), /*#__PURE__*/React.createElement("div", {
69406
- "class": cardsstyles2.imageContainer + ' d-none d-md-flex ',
69407
- style: {
69408
- height: sectionproperties.height_responsive + 'px',
69409
- marginBottom: sectionproperties.image_mb + 'px'
69410
- }
69411
- }, Image('responsive')), /*#__PURE__*/React.createElement("div", {
69412
69205
  "class": sectionproperties.innersectionpaddinghorizontal == 0 ? 'row m-0 w-100' : 'row m-0 w-100 pl-sm-2 pr-sm-2',
69413
69206
  style: {
69414
69207
  paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
@@ -71434,7 +71227,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
71434
71227
  fontWeight: sectionproperties.generaltext_fontWeight,
71435
71228
  transition: '.3s',
71436
71229
  cursor: 'pointer',
71437
- zIndex: 100,
71230
+ zIndex: 1000,
71438
71231
  ':hover': {
71439
71232
  color: sectionproperties.text_secondarycolor
71440
71233
  }
@@ -71453,7 +71246,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
71453
71246
  textTransform: sectionproperties.generalbtn_texttransform,
71454
71247
  opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
71455
71248
  top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
71456
- zIndex: 100,
71249
+ zIndex: 1000,
71457
71250
  ':hover': {
71458
71251
  backgroundColor: sectionproperties.generalbtn_bgColoronhover,
71459
71252
  color: sectionproperties.generalbtn_textColoronhover,
@@ -71861,8 +71654,7 @@ var Classiccategorycard = function Classiccategorycard(props) {
71861
71654
  width: '100%',
71862
71655
  bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
71863
71656
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
71864
- paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
71865
- left: 0
71657
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
71866
71658
  }
71867
71659
  }, /*#__PURE__*/React.createElement("div", {
71868
71660
  "class": "".concat(card_cssstyles.textContainer, " ") + ' allcentered pl-2 pr-2 '
@@ -72253,6 +72045,11 @@ var MenuCard = function MenuCard(props) {
72253
72045
  useEffect(function () {
72254
72046
  setitem(props.cardinfoitemprops);
72255
72047
  }, [props.cardinfoitemprops]);
72048
+ var plainString = function plainString(html) {
72049
+ var divContainer = document.createElement('div');
72050
+ divContainer.innerHTML = html;
72051
+ return divContainer.textContent || divContainer.innerText || '';
72052
+ };
72256
72053
  // const addtocartfunc = () => {
72257
72054
  // const addtocardpayloadobj = {
72258
72055
  // functype: 'add',
@@ -72484,7 +72281,7 @@ var MenuCard = function MenuCard(props) {
72484
72281
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
72485
72282
  }
72486
72283
  }, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
72487
- "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 px-sm-2 '
72284
+ "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 '
72488
72285
  }, /*#__PURE__*/React.createElement("div", {
72489
72286
  "class": "row w-100 m-0 d-flex"
72490
72287
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
@@ -72495,7 +72292,7 @@ var MenuCard = function MenuCard(props) {
72495
72292
  routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
72496
72293
  }
72497
72294
  },
72498
- "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 ',
72295
+ "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 ',
72499
72296
  style: {}
72500
72297
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
72501
72298
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
@@ -72528,25 +72325,12 @@ var MenuCard = function MenuCard(props) {
72528
72325
  style: {
72529
72326
  textAlign: langdetect == 'en' ? 'left' : 'right'
72530
72327
  }
72531
- }, item.name)), sectionproperties.prodCatShow == 'Show' &&
72532
- /*#__PURE__*/
72533
- // <p
72534
- // // class={`${card_cssstyles.productDescStyles}` + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 '}
72535
- // // style={{
72536
- // // textAlign: langdetect == 'en' ? 'left' : 'right',
72537
- // // }}
72538
- // // >
72539
- // // {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
72540
- // // </p>
72541
- React.createElement("p", {
72542
- "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 ',
72328
+ }, item.name)), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("p", {
72329
+ "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 ',
72543
72330
  style: {
72544
- textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
72545
- },
72546
- dangerouslySetInnerHTML: {
72547
- __html: item.shortdescription
72331
+ textAlign: langdetect == 'en' ? 'left' : 'right'
72548
72332
  }
72549
- }))), /*#__PURE__*/React.createElement("div", {
72333
+ }, plainString(langdetect == 'en' ? item.description_en : item.description_ar)))), /*#__PURE__*/React.createElement("div", {
72550
72334
  style: {
72551
72335
  display: 'flex',
72552
72336
  flexDirection: 'column',
@@ -72554,16 +72338,16 @@ var MenuCard = function MenuCard(props) {
72554
72338
  },
72555
72339
  "class": "col-lg-3 col-md-3 col-sm-12 mt-2 p-0"
72556
72340
  }, /*#__PURE__*/React.createElement("div", {
72557
- "class": "row m-0 w-100 d-flex flex-column flex-sm-column justify-content-end justify-content-sm-start"
72341
+ "class": "row m-0 w-100 d-flex flex-column flex-sm-row justify-content-end justify-content-sm-start"
72558
72342
  }, sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React.createElement("p", {
72559
72343
  "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 '
72560
72344
  }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React.createElement("p", {
72561
72345
  "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 '
72562
72346
  }, langdetect == 'en' ? 'EGP' : '', ' ', item.hassale == 1 ? parseFloat(Number(item.defaultsaleprice).toFixed(2)) : parseFloat(Number(item.defaultprice).toFixed(2)), ' ', langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React.createElement("p", {
72563
- "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 '
72347
+ "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 '
72564
72348
  }, langdetect == 'en' ? 'EGP' : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React.createElement("p", {
72565
- "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 '
72566
- }, langdetect == 'en' ? 'EGP' : '', " ", parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : 'ج.م')), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
72349
+ "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 '
72350
+ }, langdetect == 'en' ? 'EGP' : '', parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : 'ج.م')), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
72567
72351
  "class": "row m-0 mt-auto w-100"
72568
72352
  }, /*#__PURE__*/React.createElement("div", {
72569
72353
  "class": "col-lg-12 d-flex justify-content-end p-0"
@@ -76913,7 +76697,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
76913
76697
  var ikimagecredcontext = props.actions.ikimagecredcontext;
76914
76698
  props.actions.NotificationManager;
76915
76699
  var AddtoCartContext = props.actions.AddtoCartContext;
76916
- var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
76700
+ var AddtoCartMutationContext = props.AddtoCartMutationContext;
76917
76701
  var _useState5 = useState(''),
76918
76702
  _useState6 = _slicedToArray(_useState5, 2),
76919
76703
  addtocardpayloadobj = _useState6[0];
@@ -77514,7 +77298,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
77514
77298
  style: {
77515
77299
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
77516
77300
  }
77517
- }, plainString(item.description)), /*#__PURE__*/React.createElement("div", {
77301
+ }, plainString(item.shortdescription)), /*#__PURE__*/React.createElement("div", {
77518
77302
  style: {
77519
77303
  flexDirection: 'column'
77520
77304
  },
@@ -78899,7 +78683,9 @@ var QuantityButtonBasedProductCard = function QuantityButtonBasedProductCard(pro
78899
78683
  "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : " ".concat(card_cssstyles.productcard),
78900
78684
  style: {
78901
78685
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
78902
- paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
78686
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
78687
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
78688
+ maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px'
78903
78689
  }
78904
78690
  }, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
78905
78691
  "class": ' cursor-pointer w-100 ',