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.cjs.js CHANGED
@@ -117,7 +117,6 @@ var VscHeart = require('@react-icons/all-files/vsc/VscHeart');
117
117
  var IoSearchOutline = require('@react-icons/all-files/io5/IoSearchOutline');
118
118
  var AiFillYoutube = require('@react-icons/all-files/ai/AiFillYoutube');
119
119
  var IoLogoTiktok = require('@react-icons/all-files/io5/IoLogoTiktok');
120
- var FaLinkedinIn = require('@react-icons/all-files/fa/FaLinkedinIn');
121
120
  var FiMenu = require('@react-icons/all-files/fi/FiMenu');
122
121
  var BsChevronDown = require('@react-icons/all-files/bs/BsChevronDown');
123
122
  var IoClose = require('@react-icons/all-files/io5/IoClose');
@@ -142,6 +141,7 @@ var FaPhone = require('@react-icons/all-files/fa/FaPhone');
142
141
  var FiGlobe = require('@react-icons/all-files/fi/FiGlobe');
143
142
  var BiUserCircle = require('@react-icons/all-files/bi/BiUserCircle');
144
143
  var GoLocation = require('@react-icons/all-files/go/GoLocation');
144
+ var FaLinkedinIn = require('@react-icons/all-files/fa/FaLinkedinIn');
145
145
  var RiRoadMapLine = require('@react-icons/all-files/ri/RiRoadMapLine');
146
146
  var HiOutlineClock = require('@react-icons/all-files/hi/HiOutlineClock');
147
147
  var AiOutlineLinkedin = require('@react-icons/all-files/ai/AiOutlineLinkedin');
@@ -150,6 +150,7 @@ var FaArrowAltCircleLeft = require('@react-icons/all-files/fa/FaArrowAltCircleLe
150
150
  var Select$5 = require('react-select');
151
151
  var GoStar = require('@react-icons/all-files/go/GoStar');
152
152
  var IoIosStar = require('@react-icons/all-files/io/IoIosStar');
153
+ var reactCountdownCircleTimer = require('react-countdown-circle-timer');
153
154
  var BackgroundSlideshow = require('react-background-slideshow');
154
155
  var _extends = require('@babel/runtime/helpers/extends');
155
156
  var reactSlideshowImage = require('react-slideshow-image');
@@ -2416,7 +2417,7 @@ var DescriptionContent = function DescriptionContent(props) {
2416
2417
  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; }
2417
2418
  function _objectSpread$2u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2u(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2418
2419
  var Product_itemtype = function Product_itemtype(props) {
2419
- 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;
2420
+ 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;
2420
2421
  var lang = props.actions.lang;
2421
2422
  var langdetect = props.actions.langdetect;
2422
2423
  var srcfromprops = props.actions.srcfromprops;
@@ -2607,7 +2608,7 @@ var Product_itemtype = function Product_itemtype(props) {
2607
2608
  }
2608
2609
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2609
2610
  "class": ' col-lg-12 p-0 '
2610
- }, Object.keys(sectionproperties).length != 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) != '673ca821296ee' && /*#__PURE__*/React__default["default"].createElement("div", {
2611
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2611
2612
  "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
2612
2613
  style: {
2613
2614
  minHeight: sectionproperties.height + 'vh'
@@ -2742,7 +2743,7 @@ var Product_itemtype = function Product_itemtype(props) {
2742
2743
  textAlign: langdetect == 'en' ? 'left' : 'right',
2743
2744
  fontWeight: 400,
2744
2745
  color: sectionproperties.measurementunitcolor,
2745
- fontSize: sectionproperties.measurementunitcolor + 'px'
2746
+ fontSize: sectionproperties.measurementunitfontsize + 'px'
2746
2747
  }
2747
2748
  }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2748
2749
  "class": "col-lg-12 p-0 text-start"
@@ -2860,9 +2861,14 @@ var Product_itemtype = function Product_itemtype(props) {
2860
2861
  return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
2861
2862
  style: {
2862
2863
  textTransform: 'capitalize',
2863
- color: '#000'
2864
+ color: '#000',
2865
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2864
2866
  }
2865
- }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td", null, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2867
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td", {
2868
+ style: {
2869
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2870
+ }
2871
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2866
2872
  }))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
2867
2873
  actions: props.actions
2868
2874
  }), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -3749,109 +3755,7 @@ var Product_itemtype = function Product_itemtype(props) {
3749
3755
  "class": "my-3"
3750
3756
  })), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
3751
3757
  "class": "col-lg-12 p-0 allcentered mt-2"
3752
- }, ShareButtonsContainer())))))), Object.keys(sectionproperties).length != 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '673ca821296ee' && /*#__PURE__*/React__default["default"].createElement("div", {
3753
- "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
3754
- style: {
3755
- minHeight: sectionproperties.height + 'vh'
3756
- // paddingLeft: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
3757
- // paddingRight: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
3758
- }
3759
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3760
- "class": "col-lg-12 allcentered p-0 mb-2"
3761
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3762
- className: "w-100 h-100",
3763
- style: {}
3764
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
3765
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3766
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3767
- 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),
3768
- style: {
3769
- width: '100%',
3770
- height: '100%',
3771
- objectFit: 'contain'
3772
- },
3773
- loading: "lazy"
3774
- }))), sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
3775
- className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center mb-2 mt-3'
3776
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3777
- className: ' m-0 p-0 wordbreak d-flex justify-content-start ',
3778
- style: {
3779
- textAlign: langdetect == 'en' ? 'left' : 'right',
3780
- fontWeight: 400,
3781
- color: sectionproperties.measurementunitcolor,
3782
- fontSize: sectionproperties.measurementunitfontsize + 'px'
3783
- }
3784
- }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), /*#__PURE__*/React__default["default"].createElement("div", {
3785
- className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
3786
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3787
- 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 ',
3788
- onClick: function onClick() {
3789
- if (props.srcfromprops != 'templatedraftrouter') {
3790
- routingcountext(StaticPagesLinksContext.productinfo, true, fetchProductInfoQueryContext.data.data.productinfo.productid);
3791
- }
3792
- },
3793
- style: {
3794
- textAlign: langdetect == 'en' ? 'left' : 'right'
3795
- }
3796
- }, langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.name_en : fetchProductInfoQueryContext.data.data.productinfo.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
3797
- "class": "col-lg-12 col-md-12 p-0"
3798
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3799
- "class": "row m-0 w-100"
3800
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3801
- className: "col-lg-12 p-0 d-flex align-items-center justify-content-start"
3802
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3803
- "class": "m-0 p-0",
3804
- style: {
3805
- textAlign: langdetect == 'en' ? 'left' : 'right',
3806
- fontWeight: sectionproperties.prodCatFontWeight,
3807
- color: sectionproperties.prodCatColor,
3808
- fontSize: sectionproperties.prodCatFontSize + 'px'
3809
- }
3810
- }, langdetect == 'en' ? sectionproperties.shortdescriptiontitle_en : sectionproperties.shortdescriptiontitle_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
3811
- "class": "col-lg-12 mt-3"
3812
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3813
- className: 'm-0 p-0 wordbreak',
3814
- style: {
3815
- textAlign: langdetect == 'en' ? 'left' : 'right',
3816
- color: sectionproperties.prodCatColor
3817
- },
3818
- dangerouslySetInnerHTML: {
3819
- __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
3820
- }
3821
- })))), /*#__PURE__*/React__default["default"].createElement("div", {
3822
- "class": "col-lg-12 p-0 my-4"
3823
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3824
- "class": "row m-0 w-100"
3825
- }, (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) {
3826
- return /*#__PURE__*/React__default["default"].createElement("div", {
3827
- "class": "col-lg-4 col-sm-12"
3828
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3829
- "class": ' mx-2 w-100 h-100',
3830
- style: {}
3831
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
3832
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3833
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3834
- path: '/tr:w-500,h-500/' + item.path,
3835
- style: {
3836
- width: '100%',
3837
- height: '100%',
3838
- objectFit: 'contain'
3839
- },
3840
- loading: "lazy"
3841
- })));
3842
- })))), /*#__PURE__*/React__default["default"].createElement("div", {
3843
- "class": "col-lg-12 p-0 my-3"
3844
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3845
- "class": "col-lg-12 p-0 d-flex justify-content-start"
3846
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3847
- className: 'text-black m-0 p-0 wordbreak',
3848
- style: {
3849
- textAlign: langdetect == 'en' ? 'left' : 'right'
3850
- },
3851
- dangerouslySetInnerHTML: {
3852
- __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
3853
- }
3854
- }))))));
3758
+ }, ShareButtonsContainer()))))))));
3855
3759
  };
3856
3760
 
3857
3761
  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; }
@@ -6716,8 +6620,7 @@ var Productinfo = function Productinfo(props) {
6716
6620
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
6717
6621
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
6718
6622
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
6719
- borderTop: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6720
- borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6623
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6721
6624
  marginBottom: sectionproperties.relatedProductsMb + 'px'
6722
6625
  }
6723
6626
  }, Relatedproducts.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -15342,7 +15245,6 @@ var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
15342
15245
  });
15343
15246
  var Filter$1 = function Filter(props) {
15344
15247
  var _css;
15345
- var FetchAllVendorsQuery = props.actions.FetchAllVendorsQuery;
15346
15248
  var lang = props.actions.lang;
15347
15249
  var langdetect = props.actions.langdetect;
15348
15250
  props.actions.productfiltercontext;
@@ -15363,21 +15265,10 @@ var Filter$1 = function Filter(props) {
15363
15265
  _useState2 = _slicedToArray__default["default"](_useState, 2);
15364
15266
  _useState2[0];
15365
15267
  _useState2[1];
15366
- var _useState3 = React.useState({
15367
- min: '',
15368
- max: ''
15369
- }),
15268
+ var _useState3 = React.useState([]),
15370
15269
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
15371
- pricevalue2 = _useState4[0],
15372
- setpricevalue2 = _useState4[1];
15373
- var _useState5 = React.useState([]),
15374
- _useState6 = _slicedToArray__default["default"](_useState5, 2),
15375
- productfeatuesarr = _useState6[0],
15376
- setproductfeatuesarr = _useState6[1];
15377
- var _useState7 = React.useState([]),
15378
- _useState8 = _slicedToArray__default["default"](_useState7, 2),
15379
- vendorarr = _useState8[0],
15380
- setvendorsarr = _useState8[1];
15270
+ productfeatuesarr = _useState4[0],
15271
+ setproductfeatuesarr = _useState4[1];
15381
15272
  var fetchTabexCountriesQueryContext = props.actions.fetchTabexCountriesQueryContext;
15382
15273
  var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
15383
15274
  var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
@@ -15386,50 +15277,41 @@ var Filter$1 = function Filter(props) {
15386
15277
  var FetchTabexStatesPayloadobjContext = props.actions.FetchTabexStatesPayloadobjContext;
15387
15278
  var setFetchTabexStatesPayloadobjContext = props.actions.setFetchTabexStatesPayloadobjContext;
15388
15279
  var fetchProductFeaturesQueryContext = props.actions.fetchProductFeaturesQueryContext;
15389
- var _useState9 = React.useState(''),
15390
- _useState10 = _slicedToArray__default["default"](_useState9, 2),
15391
- sectionproperties = _useState10[0],
15392
- setsectionproperties = _useState10[1];
15280
+ var _useState5 = React.useState(''),
15281
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
15282
+ sectionproperties = _useState6[0],
15283
+ setsectionproperties = _useState6[1];
15393
15284
  // const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
15285
+ var _useState7 = React.useState([]),
15286
+ _useState8 = _slicedToArray__default["default"](_useState7, 2),
15287
+ instfilters = _useState8[0],
15288
+ setinstfilters = _useState8[1];
15289
+ var _useState9 = React.useState([]),
15290
+ _useState10 = _slicedToArray__default["default"](_useState9, 2),
15291
+ collectionstobevisible = _useState10[0],
15292
+ setcollectionstobevisible = _useState10[1];
15394
15293
  var _useState11 = React.useState([]),
15395
15294
  _useState12 = _slicedToArray__default["default"](_useState11, 2),
15396
- instfilters = _useState12[0],
15397
- setinstfilters = _useState12[1];
15295
+ instcollections = _useState12[0],
15296
+ setinstcollections = _useState12[1];
15398
15297
  var _useState13 = React.useState([]),
15399
15298
  _useState14 = _slicedToArray__default["default"](_useState13, 2),
15400
- collectionstobevisible = _useState14[0],
15401
- setcollectionstobevisible = _useState14[1];
15402
- var _useState15 = React.useState([]),
15403
- _useState16 = _slicedToArray__default["default"](_useState15, 2),
15404
- instcollections = _useState16[0],
15405
- setinstcollections = _useState16[1];
15406
- var _useState17 = React.useState([]),
15407
- _useState18 = _slicedToArray__default["default"](_useState17, 2),
15408
- instcategories = _useState18[0],
15409
- setinstcategories = _useState18[1];
15299
+ instcategories = _useState14[0],
15300
+ setinstcategories = _useState14[1];
15410
15301
  // const [sortby, setSortby] = useState('Sort by');
15411
- var _useState19 = React.useState({
15302
+ var _useState15 = React.useState({
15412
15303
  min: 0,
15413
15304
  max: 5
15414
15305
  }),
15415
- _useState20 = _slicedToArray__default["default"](_useState19, 2),
15416
- raterangevalue = _useState20[0],
15417
- setraterangevalue = _useState20[1];
15306
+ _useState16 = _slicedToArray__default["default"](_useState15, 2),
15307
+ raterangevalue = _useState16[0],
15308
+ setraterangevalue = _useState16[1];
15418
15309
  var timeoutRef = React__default["default"].useRef(null);
15419
- var _useState21 = React.useState(''),
15420
- _useState22 = _slicedToArray__default["default"](_useState21, 2);
15421
- _useState22[0];
15422
- var setsortbycontext = _useState22[1];
15423
- var _useState23 = React.useState(''),
15424
- _useState24 = _slicedToArray__default["default"](_useState23, 2),
15425
- pricefrom = _useState24[0];
15426
- _useState24[1];
15427
- var _useState25 = React.useState(''),
15428
- _useState26 = _slicedToArray__default["default"](_useState25, 2),
15429
- priceto = _useState26[0];
15430
- _useState26[1];
15431
- props.actions.setfetchingtype;
15432
- var _useState27 = React.useState([{
15310
+ var _useState17 = React.useState(''),
15311
+ _useState18 = _slicedToArray__default["default"](_useState17, 2);
15312
+ _useState18[0];
15313
+ var setsortbycontext = _useState18[1];
15314
+ var _useState19 = React.useState([{
15433
15315
  payloadvalue: 'sortprice',
15434
15316
  name: lang.price,
15435
15317
  filterarray: [{
@@ -15454,24 +15336,12 @@ var Filter$1 = function Filter(props) {
15454
15336
  isfilterselected: false
15455
15337
  }]
15456
15338
  }]),
15457
- _useState28 = _slicedToArray__default["default"](_useState27, 2),
15458
- otherfilters = _useState28[0];
15459
- _useState28[1];
15339
+ _useState20 = _slicedToArray__default["default"](_useState19, 2),
15340
+ otherfilters = _useState20[0];
15341
+ _useState20[1];
15460
15342
  React.useEffect(function () {
15461
15343
  filterupdater();
15462
15344
  }, []);
15463
- React.useEffect(function () {
15464
- var _FetchAllVendorsQuery, _FetchAllVendorsQuery2;
15465
- 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) {
15466
- var _FetchAllVendorsQuery3, _temp;
15467
- var temp = _toConsumableArray__default["default"](vendorarr);
15468
- temp = _toConsumableArray__default["default"](FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery3 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery3 === void 0 || (_FetchAllVendorsQuery3 = _FetchAllVendorsQuery3.data) === null || _FetchAllVendorsQuery3 === void 0 ? void 0 : _FetchAllVendorsQuery3.vendors);
15469
- (_temp = temp) === null || _temp === void 0 || _temp.forEach(function (instfilteritem, instfilterindex) {
15470
- instfilteritem.isfilterselected = false;
15471
- });
15472
- setvendorsarr(_toConsumableArray__default["default"](temp));
15473
- }
15474
- }, [FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 ? void 0 : FetchAllVendorsQuery.isSuccess]);
15475
15345
  React.useEffect(function () {
15476
15346
  if (fetchproductoptionsQueryContext.isSuccess) {
15477
15347
  var _fetchproductoptionsQ;
@@ -15487,17 +15357,7 @@ var Filter$1 = function Filter(props) {
15487
15357
  React.useEffect(function () {
15488
15358
  if (fetchcollectionsQueryContext.isSuccess) {
15489
15359
  var _fetchcollectionsQuer;
15490
- 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;
15491
- var tempcollinfilter = [];
15492
- {
15493
- tempcoll === null || tempcoll === void 0 || tempcoll.map(function (collectionitem, collectionindex) {
15494
- if (collectionitem.isshowntocustomers == 1 && collectionitem.isinftiler == 1) {
15495
- tempcollinfilter.push(collectionitem);
15496
- }
15497
- });
15498
- }
15499
- setinstcollections([].concat(tempcollinfilter));
15500
- // setinstcollections([...fetchcollectionsQueryContext?.data?.data?.collections]);
15360
+ setinstcollections(_toConsumableArray__default["default"](fetchcollectionsQueryContext === null || fetchcollectionsQueryContext === void 0 || (_fetchcollectionsQuer = fetchcollectionsQueryContext.data) === null || _fetchcollectionsQuer === void 0 || (_fetchcollectionsQuer = _fetchcollectionsQuer.data) === null || _fetchcollectionsQuer === void 0 ? void 0 : _fetchcollectionsQuer.collections));
15501
15361
  }
15502
15362
  }, [fetchcollectionsQueryContext.isSuccess]);
15503
15363
  // useEffect(() => {
@@ -16236,7 +16096,7 @@ var Filter$1 = function Filter(props) {
16236
16096
  textAlign: langdetect == 'en' ? 'left' : 'right',
16237
16097
  color: sectionproperties.filtertitle_color
16238
16098
  }, _defineProperty__default["default"](_ref2, "color", sectionproperties.filtertitle_color), _defineProperty__default["default"](_ref2, "fontSize", sectionproperties.filtertitle_fontsize + 'px'), _defineProperty__default["default"](_ref2, "fontWeight", sectionproperties.filtertitle_fontweight), _defineProperty__default["default"](_ref2, "color", sectionproperties.filtertitle_color), _defineProperty__default["default"](_ref2, "textTransform", 'capitalize'), _ref2)
16239
- }, langdetect == 'en' ? item.name_en : item.name_ar), /*#__PURE__*/React__default["default"].createElement("div", {
16099
+ }, langdetect == 'en' ? item.name_en : item.name_ar, item.type), /*#__PURE__*/React__default["default"].createElement("div", {
16240
16100
  "class": 'col-lg-12 pl-4 pr-4 mt-2 mb-2',
16241
16101
  style: {
16242
16102
  direction: 'ltr'
@@ -16660,10 +16520,10 @@ var Filter$1 = function Filter(props) {
16660
16520
  isSearchable: true
16661
16521
  })))));
16662
16522
  };
16663
- var _useState29 = React.useState(false),
16664
- _useState30 = _slicedToArray__default["default"](_useState29, 2),
16665
- checked = _useState30[0],
16666
- setChecked = _useState30[1];
16523
+ var _useState21 = React.useState(false),
16524
+ _useState22 = _slicedToArray__default["default"](_useState21, 2),
16525
+ checked = _useState22[0],
16526
+ setChecked = _useState22[1];
16667
16527
  // const queryParameters = new URLSearchParams(window.location.search);
16668
16528
  // useEffect(() => {
16669
16529
  // // setsortbycontext('Sort By');
@@ -17020,48 +16880,7 @@ var Filter$1 = function Filter(props) {
17020
16880
  "class": "row m-0 w-100"
17021
16881
  }, CollectionsFilter()), sectionproperties.showdynamicfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17022
16882
  "class": "row m-0 w-100"
17023
- }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.showvendorfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17024
- "class": "row m-0 w-100"
17025
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17026
- className: "col-lg-12 p-0"
17027
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17028
- className: "row m-0 w-100"
17029
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17030
- "class": "col-lg-12 p-0 text-start mb-2"
17031
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17032
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17033
- }, langdetect == 'en' ? 'Brands' : 'الماركات')), vendorarr.map(function (item, index) {
17034
- return /*#__PURE__*/React__default["default"].createElement("div", {
17035
- 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 ',
17036
- onClick: function onClick() {
17037
- var _tempfetchproductsfil3;
17038
- var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
17039
- // alert(JSON.stringify(tempfetchproductsfilerobjcontext));
17040
- tempfetchproductsfilerobjcontext.vendorsarr = [];
17041
- tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil3 = tempfetchproductsfilerobjcontext.vendorsarr) === null || _tempfetchproductsfil3 === void 0 || _tempfetchproductsfil3.push(item.vendorid);
17042
- setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
17043
- var temp = _toConsumableArray__default["default"](vendorarr);
17044
- temp === null || temp === void 0 || temp.forEach(function (instfilteritem, instfilterindex) {
17045
- instfilteritem.isfilterselected = false;
17046
- });
17047
- item.isfilterselected = true;
17048
- setvendorsarr(_toConsumableArray__default["default"](temp));
17049
- }
17050
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17051
- "class": "mr-2"
17052
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17053
- className: " ".concat(item.isfilterselected ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
17054
- }, /*#__PURE__*/React__default["default"].createElement("i", {
17055
- className: "h-100 d-flex align-items-center"
17056
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
17057
- className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
17058
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17059
- className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
17060
- style: {
17061
- color: item.isfilterselected ? sectionproperties.activecat_color : ''
17062
- }
17063
- }, langdetect == 'en' ? item.vendorname : item.vendorname)));
17064
- }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
16883
+ }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters()))), /*#__PURE__*/React__default["default"].createElement("div", {
17065
16884
  className: "col-lg-12"
17066
16885
  }, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
17067
16886
  show: props === null || props === void 0 ? void 0 : props.openFilterSlider,
@@ -17236,176 +17055,7 @@ var Filter$1 = function Filter(props) {
17236
17055
  }
17237
17056
  })))), /*#__PURE__*/React__default["default"].createElement("div", {
17238
17057
  className: filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 pl-4 pr-4 '
17239
- }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17240
- "class": "row m-0 w-100"
17241
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17242
- "class": "col-lg-12 d-flex justify-content-start p-0"
17243
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17244
- className: "m-0 p-0 font-16 font-weight-600",
17245
- style: {
17246
- color: sectionproperties.filter_titlecolor,
17247
- fontSize: sectionproperties.filter_titlefontsize + 'px',
17248
- fontWeight: sectionproperties.filter_titlefontweight,
17249
- textTransform: sectionproperties.filter_titletextransform
17250
- }
17251
- }, langdetect == 'en' ? 'Sort By' : 'ترتيب حسب')), /*#__PURE__*/React__default["default"].createElement("div", {
17252
- className: "col-lg-12"
17253
- }, /*#__PURE__*/React__default["default"].createElement("hr", {
17254
- className: "mt-2 mb-3"
17255
- })), otherfilters.map(function (item, index) {
17256
- return /*#__PURE__*/React__default["default"].createElement("div", {
17257
- className: "col-lg-12 p-0"
17258
- }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
17259
- allowMultipleExpanded: true,
17260
- allowZeroExpanded: true,
17261
- preExpanded: [0, 1, 2, 3],
17262
- style: {
17263
- width: '100%'
17264
- }
17265
- }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, {
17266
- uuid: index
17267
- }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
17268
- className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17269
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17270
- className: "col-lg-10 col-md-10 col-sm-10 p-0"
17271
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17272
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17273
- }, item.name)), /*#__PURE__*/React__default["default"].createElement("div", {
17274
- className: "col-lg-2 col-md-2 col-sm-2 p-0"
17275
- }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
17276
- if (state.expanded == true) {
17277
- return /*#__PURE__*/React__default["default"].createElement("i", {
17278
- className: filter_cssstyles.collapsetitle + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
17279
- }, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
17280
- } else {
17281
- return /*#__PURE__*/React__default["default"].createElement("i", {
17282
- className: filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '
17283
- }, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
17284
- }
17285
- }))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
17286
- className: "p-0"
17287
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17288
- className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
17289
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17290
- className: 'col-lg-12'
17291
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17292
- className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
17293
- }, item.filterarray.map(function (valueitem, valueindex) {
17294
- var ischecked = false;
17295
- if (item.payloadvalue == 'sortprice') {
17296
- if (valueitem.value == ProductFilterObjContext.sortprice) {
17297
- ischecked = true;
17298
- }
17299
- } else if (item.payloadvalue == 'sortdates') {
17300
- if (valueitem.value == ProductFilterObjContext.sortdates) {
17301
- ischecked = true;
17302
- }
17303
- }
17304
- return /*#__PURE__*/React__default["default"].createElement("div", {
17305
- 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 ',
17306
- onClick: function onClick() {
17307
- var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
17308
- if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
17309
- tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
17310
- } else {
17311
- tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
17312
- }
17313
- tempfetchproductsfilerobjcontext.page = 0;
17314
- setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
17315
- filterrouting(tempfetchproductsfilerobjcontext);
17316
- }
17317
- }, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
17318
- className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
17319
- }, /*#__PURE__*/React__default["default"].createElement("i", {
17320
- className: "h-100 d-flex align-items-center"
17321
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
17322
- className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
17323
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17324
- className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
17325
- style: {
17326
- color: ischecked ? sectionproperties.activecat_color : ''
17327
- }
17328
- }, valueitem.name)));
17329
- }))))))));
17330
- }), sectionproperties.showfilterbyrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17331
- className: "col-lg-12 pl-4 pr-4"
17332
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17333
- className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17334
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17335
- className: "col-lg-12 col-md-12 col-sm-12 p-0 mb-3"
17336
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17337
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17338
- }, langdetect == 'en' ? 'Ratings' : 'التقييمات')), /*#__PURE__*/React__default["default"].createElement("div", {
17339
- className: "col-lg-12 col-md-12 col-sm-12 mb-4"
17340
- }, /*#__PURE__*/React__default["default"].createElement(InputRange__default["default"], {
17341
- draggableTrack: true,
17342
- formatLabel: function formatLabel(value) {
17343
- return "".concat(value);
17344
- },
17345
- maxValue: 5,
17346
- minValue: 0,
17347
- value: raterangevalue,
17348
- onChange: function onChange(value) {
17349
- setraterangevalue(_objectSpread$2b({}, value));
17350
- }
17351
- }))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React__default["default"].createElement("div", {
17352
- "class": "row m-0 w-100 mb-3 mt-2"
17353
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17354
- "class": "col-lg-12 p-0 text-start mb-2"
17355
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17356
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17357
- }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React__default["default"].createElement("div", {
17358
- className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17359
- }, /*#__PURE__*/React__default["default"].createElement("label", {
17360
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17361
- }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React__default["default"].createElement("input", {
17362
- type: "text",
17363
- value: pricevalue2.min,
17364
- onChange: function onChange(event) {
17365
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17366
- temppricevalue.min = event.target.value;
17367
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17368
- // var temppayloadobj = { ...pricefrom };
17369
- // temppayloadobj = event.target.value;
17370
- // setpricefrom({ ...temppayloadobj });
17371
- },
17372
-
17373
- style: {
17374
- background: '#fff',
17375
- border: '1px solid #ccc',
17376
- borderRadius: 5,
17377
- color: '#000',
17378
- height: 35,
17379
- width: '100%',
17380
- paddingLeft: 10,
17381
- paddingRight: 10
17382
- }
17383
- })), /*#__PURE__*/React__default["default"].createElement("div", {
17384
- className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17385
- }, /*#__PURE__*/React__default["default"].createElement("label", {
17386
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17387
- }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React__default["default"].createElement("input", {
17388
- type: "text",
17389
- value: pricevalue2.max,
17390
- onChange: function onChange(event) {
17391
- // var temppayloadobj = { ...priceto };
17392
- // temppayloadobj = event.target.value;
17393
- // setpriceto({ ...temppayloadobj });
17394
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17395
- temppricevalue.max = event.target.value;
17396
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17397
- },
17398
- style: {
17399
- width: '100%',
17400
- background: '#fff',
17401
- border: '1px solid #ccc',
17402
- borderRadius: 5,
17403
- color: '#000',
17404
- height: 35,
17405
- paddingRight: 10,
17406
- paddingLeft: 10
17407
- }
17408
- }))), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17058
+ }, sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17409
17059
  "class": "row m-0 w-100 mb-3"
17410
17060
  }, CategoriesFilter()), sectionproperties.filterType == 'Collections' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17411
17061
  "class": "row m-0 w-100 mb-3"
@@ -17482,7 +17132,7 @@ var Filter$1 = function Filter(props) {
17482
17132
  }
17483
17133
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17484
17134
  className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
17485
- }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
17135
+ }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
17486
17136
  allowMultipleExpanded: true,
17487
17137
  allowZeroExpanded: true,
17488
17138
  preExpanded: [0, 1, 2, 3],
@@ -17558,57 +17208,7 @@ var Filter$1 = function Filter(props) {
17558
17208
  }
17559
17209
  }, valueitem.name)));
17560
17210
  }));
17561
- }))))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React__default["default"].createElement("div", {
17562
- "class": "row m-0 w-100 mb-3 mt-2 px-3"
17563
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17564
- "class": "col-lg-12 p-0 text-start mb-2"
17565
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17566
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17567
- }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React__default["default"].createElement("div", {
17568
- className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17569
- }, /*#__PURE__*/React__default["default"].createElement("label", {
17570
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17571
- }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React__default["default"].createElement("input", {
17572
- type: "text",
17573
- value: pricefrom,
17574
- onChange: function onChange(event) {
17575
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17576
- temppricevalue.min = event.target.value;
17577
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17578
- },
17579
- style: {
17580
- background: '#fff',
17581
- border: '1px solid #ccc',
17582
- borderRadius: 5,
17583
- color: '#000',
17584
- height: 35,
17585
- width: '100%',
17586
- paddingLeft: 15,
17587
- paddingRight: 15
17588
- }
17589
- })), /*#__PURE__*/React__default["default"].createElement("div", {
17590
- className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17591
- }, /*#__PURE__*/React__default["default"].createElement("label", {
17592
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17593
- }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React__default["default"].createElement("input", {
17594
- type: "text",
17595
- value: priceto,
17596
- onChange: function onChange(event) {
17597
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17598
- temppricevalue.max = event.target.value;
17599
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17600
- },
17601
- style: {
17602
- width: '100%',
17603
- background: '#fff',
17604
- border: '1px solid #ccc',
17605
- borderRadius: 5,
17606
- color: '#000',
17607
- height: 35,
17608
- paddingLeft: 15,
17609
- paddingRight: 15
17610
- }
17611
- }))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17211
+ }))))))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17612
17212
  className: "col-lg-12 p-0"
17613
17213
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
17614
17214
  className: "mt-2 mb-3"
@@ -18393,28 +17993,6 @@ var CardsSection = function CardsSection(props) {
18393
17993
  }
18394
17994
  }
18395
17995
  var section_cssstyles = {
18396
- btnnn: glamor.css({
18397
- width: '20%',
18398
- height: 40,
18399
- background: '#5c5c5c',
18400
- fontSize: 14,
18401
- fontWeight: 400,
18402
- color: 'white',
18403
- borderRadius: 10,
18404
- ':hover': {
18405
- color: 'white',
18406
- background: '#000',
18407
- transition: '.3s'
18408
- }
18409
- }),
18410
- titleee: glamor.css({
18411
- fontSize: 25,
18412
- color: '#000',
18413
- fontWeight: 600,
18414
- '@media (max-width: 800px)': {
18415
- fontSize: 20
18416
- }
18417
- }),
18418
17996
  sectioncontainerr: glamor.css({
18419
17997
  width: sectionproperties.width + 'vw',
18420
17998
  marginTop: sectionproperties.marginTop + 'px',
@@ -18619,11 +18197,12 @@ var CardsSection = function CardsSection(props) {
18619
18197
  };
18620
18198
  var SectionTitle = function SectionTitle() {
18621
18199
  return /*#__PURE__*/React__default["default"].createElement("div", {
18622
- "class": "d-flex align-items-center flex-row",
18200
+ "class": "d-flex align-items-center",
18623
18201
  style: {
18624
18202
  position: 'relative',
18625
18203
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
18626
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
18204
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
18205
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
18627
18206
  }
18628
18207
  }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18629
18208
  "class": section_cssstyles.line_left
@@ -18638,6 +18217,14 @@ var CardsSection = function CardsSection(props) {
18638
18217
  }
18639
18218
  }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18640
18219
  "class": section_cssstyles.line_right
18220
+ }), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18221
+ style: {
18222
+ width: '50%',
18223
+ background: sectionproperties.linebgcolor,
18224
+ height: 3,
18225
+ borderRadius: 10,
18226
+ marginTop: 5
18227
+ }
18641
18228
  }));
18642
18229
  };
18643
18230
  var isCardsectionloading = function isCardsectionloading() {
@@ -19359,23 +18946,7 @@ var CardsSection = function CardsSection(props) {
19359
18946
  setopenFilterSlider: setopenFilterSlider,
19360
18947
  show_product_group_titles: show_product_group_titles,
19361
18948
  typeprops: 'vertical'
19362
- })), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
19363
- "class": "col-lg-12 allcentered my-5"
19364
- }, /*#__PURE__*/React__default["default"].createElement("div", {
19365
- "class": "row m-0 w-100"
19366
- }, /*#__PURE__*/React__default["default"].createElement("div", {
19367
- "class": "col-lg-12 allcentered mb-3"
19368
- }, /*#__PURE__*/React__default["default"].createElement("p", {
19369
- "class": section_cssstyles.titleee + ' m-0 p-0 ',
19370
- style: {}
19371
- }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
19372
- "class": "col-lg-12 allcentered"
19373
- }, /*#__PURE__*/React__default["default"].createElement("button", {
19374
- "class": section_cssstyles.btnnn + ' w-md-100 ',
19375
- onClick: function onClick() {
19376
- routingcountext('inquiryform', false, '');
19377
- }
19378
- }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
18949
+ })), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
19379
18950
  };
19380
18951
 
19381
18952
  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; }
@@ -22574,7 +22145,7 @@ var DownloadApp = function DownloadApp(props) {
22574
22145
  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; }
22575
22146
  function _objectSpread$1_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1_(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
22576
22147
  var SocialMediaSection = function SocialMediaSection(props) {
22577
- var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16;
22148
+ var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
22578
22149
  props.actions;
22579
22150
  props.actions.StatePagePropertiesContext;
22580
22151
  var _useState = React.useState({}),
@@ -22655,39 +22226,26 @@ var SocialMediaSection = function SocialMediaSection(props) {
22655
22226
  style: {
22656
22227
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22657
22228
  }
22658
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22229
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22659
22230
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22660
22231
  onClick: function onClick() {
22661
22232
  var _authdetailsContext$i11;
22662
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
22233
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null) {
22663
22234
  var _authdetailsContext$i12;
22664
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
22235
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink, '_blank');
22665
22236
  }
22666
22237
  }
22667
- }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
22238
+ }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
22668
22239
  style: {
22669
22240
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22670
22241
  }
22671
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22242
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22672
22243
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22673
22244
  onClick: function onClick() {
22674
22245
  var _authdetailsContext$i14;
22675
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
22246
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
22676
22247
  var _authdetailsContext$i15;
22677
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
22678
- }
22679
- }
22680
- }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
22681
- style: {
22682
- fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22683
- }
22684
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
22685
- "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22686
- onClick: function onClick() {
22687
- var _authdetailsContext$i17;
22688
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
22689
- var _authdetailsContext$i18;
22690
- 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');
22248
+ 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');
22691
22249
  }
22692
22250
  }
22693
22251
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -22700,10 +22258,10 @@ var SocialMediaSection = function SocialMediaSection(props) {
22700
22258
  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; }
22701
22259
  function _objectSpread$1Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
22702
22260
  var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22703
- 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;
22261
+ 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;
22704
22262
  var actions = props.actions;
22705
22263
  var LogoutMutationContext = props.actions.LogoutMutationContext;
22706
- var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
22264
+ props.actions.setsidecartnavshowcontext;
22707
22265
  var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
22708
22266
  props.actions.StatePagePropertiesContext;
22709
22267
  var lang = props.actions.lang;
@@ -22711,12 +22269,12 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22711
22269
  var setlang = props.actions.setlang;
22712
22270
  var templatepropcontext = props.actions.templatepropcontext;
22713
22271
  var authdetailsContext = props.actions.authdetailsContext;
22714
- var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
22272
+ props.actions.fetchcustomercartQueryContext;
22715
22273
  var templateproperties_context = props.actions.templateproperties_context;
22716
22274
  props.actions.favoriteprojectscountContext;
22717
22275
  var routingcountext = props.actions.routingcountext;
22718
22276
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
22719
- var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
22277
+ props.actions.setcurrencyfunccontext;
22720
22278
  var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
22721
22279
  var ikimagecredcontext = props.actions.ikimagecredcontext;
22722
22280
  var _useState = React.useState(''),
@@ -22936,47 +22494,6 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22936
22494
  });
22937
22495
  return policyobj;
22938
22496
  };
22939
- var CartButton = function CartButton() {
22940
- var _fetchcustomercartQue2, _fetchcustomercartQue3;
22941
- return /*#__PURE__*/React__default["default"].createElement("div", {
22942
- "class": "d-flex align-items-center",
22943
- style: {
22944
- position: 'relative'
22945
- }
22946
- }, /*#__PURE__*/React__default["default"].createElement("button", {
22947
- className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center p-0 ',
22948
- onClick: function onClick() {
22949
- var _fetchcustomercartQue;
22950
- 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) {
22951
- routingcountext(StaticPagesLinksContext.viewcart);
22952
- } else {
22953
- setsidecartnavshowcontext(true);
22954
- }
22955
- }
22956
- }, /*#__PURE__*/React__default["default"].createElement("i", {
22957
- className: ' h-100 d-flex align-items-center justify-content-center '
22958
- }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
22959
- size: sectionproperties.cartBtniconresp_size
22960
- }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
22961
- size: sectionproperties.cartBtniconresp_size
22962
- }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
22963
- size: sectionproperties.cartBtniconresp_size
22964
- }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
22965
- size: sectionproperties.cartBtniconresp_size
22966
- }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
22967
- size: sectionproperties.cartBtniconresp_size
22968
- }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
22969
- size: sectionproperties.cartBtniconresp_size
22970
- }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
22971
- size: sectionproperties.cartBtniconresp_size
22972
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
22973
- className: "".concat(header_cssstyles.badge_counter_header_notifications),
22974
- style: {
22975
- top: sectionproperties.cartbadgefromtop + 'px',
22976
- right: sectionproperties.cartbadgefromright + 'px'
22977
- }
22978
- }, (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));
22979
- };
22980
22497
  var _useState15 = React.useState(false),
22981
22498
  _useState16 = _slicedToArray__default["default"](_useState15, 2),
22982
22499
  openmenuCanvas = _useState16[0],
@@ -23051,8 +22568,10 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23051
22568
  style: {
23052
22569
  position: 'relative'
23053
22570
  }
23054
- }, sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
23055
- className: "col-md-4 col-sm-3 text-start p-0"
22571
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22572
+ className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
22573
+ }, InstLogoContainer()), /*#__PURE__*/React__default["default"].createElement("div", {
22574
+ className: "col-md-6 col-sm-6 text-end p-0"
23056
22575
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23057
22576
  style: {}
23058
22577
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -23078,181 +22597,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23078
22597
  }), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
23079
22598
  size: sectionproperties.resp_sidenav_size,
23080
22599
  color: sectionproperties.resp_sidenav_color
23081
- }))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23082
- style: {
23083
- width: '30px',
23084
- height: sectionproperties.cart_BtnHeight_resp + 'px'
23085
- }
23086
- }, /*#__PURE__*/React__default["default"].createElement("i", {
23087
- "class": "h-100 allcentered",
23088
- onClick: function onClick() {
23089
- setopenSearch(true);
23090
- }
23091
- }, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
23092
- size: 22,
23093
- color: sectionproperties.cart_BtnTextcolor_resp
23094
- })))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
23095
- className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
23096
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23097
- style: {
23098
- width: sectionproperties.cart_BtnWidth_resp + 'px',
23099
- height: sectionproperties.cart_BtnHeight_resp + 'px'
23100
- },
23101
- "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
23102
- }, /*#__PURE__*/React__default["default"].createElement("i", {
23103
- "class": ' h-100 allcentered ',
23104
- style: {
23105
- color: sectionproperties.cart_BtnTextcolor_resp
23106
- },
23107
- onClick: function onClick() {
23108
- if (sectionproperties.responsiveheaderstyle == 'Style 2') {
23109
- if (menuactive == true) {
23110
- setmenuactive(false);
23111
- } else {
23112
- setmenuactive(true);
23113
- }
23114
- } else {
23115
- setopenmenuCanvas(true);
23116
- setactiveTab('menu');
23117
- }
23118
- }
23119
- }, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
23120
- size: 20,
23121
- color: sectionproperties.cart_BtnTextcolor_resp
23122
- }), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
23123
- size: 20,
23124
- color: sectionproperties.cart_BtnTextcolor_resp
23125
- }))), InstLogoContainer()), sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
23126
- className: "col-md-4 col-sm-6 allcentered p-0"
23127
- }, InstLogoContainer()), /*#__PURE__*/React__default["default"].createElement("div", {
23128
- 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'
23129
- }, sectionproperties.searchbar_show == 'Show' && sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
23130
- style: {
23131
- width: '30px',
23132
- height: sectionproperties.cart_BtnHeight_resp + 'px'
23133
- }
23134
- }, /*#__PURE__*/React__default["default"].createElement("i", {
23135
- "class": "h-100 allcentered",
23136
- onClick: function onClick() {
23137
- setopenSearch(true);
23138
- }
23139
- }, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
23140
- size: 22,
23141
- color: sectionproperties.cart_BtnTextcolor_resp
23142
- }))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23143
- style: {
23144
- width: '30px',
23145
- height: sectionproperties.cart_BtnHeight_resp + 'px'
23146
- }
23147
- }, /*#__PURE__*/React__default["default"].createElement("i", {
23148
- "class": "h-100 allcentered",
23149
- onClick: function onClick() {
23150
- routingcountext(StaticPagesLinksContext.Wishlist);
23151
- }
23152
- }, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
23153
- size: 22,
23154
- color: sectionproperties.cart_BtnTextcolor_resp
23155
- }))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
23156
- "class": 'd-flex align-items-center pl-1 pr-1 pt-1',
23157
- style: {}
23158
- }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
23159
- "class": ' d-flex align-items-center justify-content-center '
23160
- }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
23161
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
23162
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23163
- "class": "m-0 p-0 mr-1 ml-1"
23164
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
23165
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
23166
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23167
- "class": "m-0 p-0 ml-1 mr-1"
23168
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
23169
- var _authdetailsContext$i4;
23170
- return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
23171
- "class": "m-0 p-0",
23172
- onClick: function onClick() {
23173
- setcurrencyfunccontext(item);
23174
- }
23175
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23176
- "class": "row m-0 w-100"
23177
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23178
- "class": "col-lg-12 p-0 d-flex justify-content-start"
23179
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23180
- "class": "".concat(header_cssstyles.dropdownitemcontainer)
23181
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23182
- "class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
23183
- style: {
23184
- fontSize: sectionproperties.dropdown_fontsize + 'px',
23185
- fontWeight: sectionproperties.dropdown_fontweight,
23186
- textTransform: sectionproperties.dropdown_texttransform
23187
- }
23188
- }, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
23189
- "class": 'ml-2 mr-2'
23190
- }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
23191
- "class": "col-lg-12 p-0"
23192
- }, /*#__PURE__*/React__default["default"].createElement("hr", {
23193
- "class": "m-0"
23194
- }))));
23195
- })))), sectionproperties.searchbar_show == 'Hide' && sectionproperties.logocentered == 'Centered' && sectionproperties.cartBtnShow == 'Hide' && sectionproperties.favBtnShow == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
23196
- className: 'allcentered resposiveheader_languagedropdown',
23197
- style: {
23198
- marginLeft: langdetect == 'en' ? '0.25rem' : 0,
23199
- marginRight: langdetect == 'ar' ? '0.25rem' : 0
23200
- }
23201
- }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
23202
- className: ' row m-0 w-100 allcentered ',
23203
- style: {
23204
- direction: 'rtl',
23205
- color: sectionproperties.cart_BtnTextcolor_resp
23206
- },
23207
- onClick: function onClick() {
23208
- setlang('ar');
23209
- }
23210
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23211
- "class": "m-0 p-0 font-weight-500"
23212
- }, "\u0639"), /*#__PURE__*/React__default["default"].createElement("i", {
23213
- className: langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'
23214
- }, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
23215
- size: 20
23216
- }))), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
23217
- className: ' row m-0 w-100 allcentered ',
23218
- style: {
23219
- direction: 'ltr',
23220
- color: sectionproperties.cart_BtnTextcolor_resp
23221
- },
23222
- onClick: function onClick() {
23223
- setlang('en');
23224
- }
23225
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23226
- "class": "m-0 p-0 font-weight-500 mr-1"
23227
- }, "En"), /*#__PURE__*/React__default["default"].createElement("i", {
23228
- className: "h-100 allcentered"
23229
- }, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
23230
- size: 20
23231
- })))), sectionproperties.logocentered == 'Not Centered' && sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23232
- "class": langdetect == 'en' ? ' allcentered m-0 cursor-pointer ml-1 ' : ' m-0 cursor-pointer mr-1 ',
23233
- style: {
23234
- minWidth: '30px'
23235
- },
23236
- onClick: function onClick() {
23237
- if (langdetect == 'en') {
23238
- setlang('ar');
23239
- } else {
23240
- setlang('en');
23241
- }
23242
- }
23243
- }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
23244
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
23245
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23246
- "class": "m-0 p-0 d-flex align-items-center w-100"
23247
- }, "En", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
23248
- "class": "h-100 allcentered ml-auto pl-3"
23249
- }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
23250
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
23251
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23252
- "class": "m-0 p-0 d-flex align-items-center w-100"
23253
- }, "\u0639", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
23254
- "class": "h-100 allcentered mr-auto pr-3"
23255
- }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
22600
+ })))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
23256
22601
  "class": "px-4 py-4 scrollvertical",
23257
22602
  style: {
23258
22603
  position: 'fixed',
@@ -23895,7 +23240,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23895
23240
  }, lang.logout))))), activeTab == 'categories' && /*#__PURE__*/React__default["default"].createElement("div", {
23896
23241
  className: ' row m-0 w-100 accordionContainer anim'
23897
23242
  }, sectionproperties.subheaderParentType == 'Categories' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
23898
- allowMultipleExpanded: false,
23243
+ allowMultipleExpanded: true,
23899
23244
  allowZeroExpanded: true
23900
23245
  }, 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) {
23901
23246
  if (item.isshowntocustomers == 1) {
@@ -23951,7 +23296,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23951
23296
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23952
23297
  className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
23953
23298
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
23954
- allowMultipleExpanded: false,
23299
+ allowMultipleExpanded: true,
23955
23300
  allowZeroExpanded: true
23956
23301
  }, 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) {
23957
23302
  if (pitem.isshowntocustomers == 1) {
@@ -24027,7 +23372,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24027
23372
  }))))));
24028
23373
  }
24029
23374
  })), sectionproperties.subheaderParentType == 'Parent Collections' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
24030
- allowMultipleExpanded: false,
23375
+ allowMultipleExpanded: true,
24031
23376
  allowZeroExpanded: true
24032
23377
  }, pcollarray.map(function (item, index) {
24033
23378
  if (item.isshowntocustomers == 1) {
@@ -24141,7 +23486,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24141
23486
  }
24142
23487
  })))));
24143
23488
  }
24144
- })), 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) {
23489
+ })), 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) {
24145
23490
  if (collitem.isshowntocustomers == 1) {
24146
23491
  return /*#__PURE__*/React__default["default"].createElement("div", {
24147
23492
  className: ' row m-0 p-0 mb-2 w-100 '
@@ -24167,49 +23512,49 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24167
23512
  style: {
24168
23513
  background: '#eee'
24169
23514
  }
24170
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
23515
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
24171
23516
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24172
23517
  onClick: function onClick() {
24173
- var _authdetailsContext$i7;
24174
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
24175
- var _authdetailsContext$i8;
24176
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
23518
+ var _authdetailsContext$i4;
23519
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
23520
+ var _authdetailsContext$i5;
23521
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
24177
23522
  }
24178
23523
  }
24179
23524
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
24180
23525
  size: '20',
24181
23526
  color: '#62564b'
24182
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
23527
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
24183
23528
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24184
23529
  onClick: function onClick() {
24185
- var _authdetailsContext$i10;
24186
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
24187
- var _authdetailsContext$i11;
24188
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
23530
+ var _authdetailsContext$i7;
23531
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
23532
+ var _authdetailsContext$i8;
23533
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
24189
23534
  }
24190
23535
  }
24191
23536
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
24192
23537
  size: '22',
24193
23538
  color: '#62564b'
24194
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
23539
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
24195
23540
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24196
23541
  onClick: function onClick() {
24197
- var _authdetailsContext$i13;
24198
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
24199
- var _authdetailsContext$i14;
24200
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
23542
+ var _authdetailsContext$i10;
23543
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
23544
+ var _authdetailsContext$i11;
23545
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink, '_blank');
24201
23546
  }
24202
23547
  }
24203
23548
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
24204
23549
  size: '20',
24205
23550
  color: '#62564b'
24206
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
23551
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
24207
23552
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24208
23553
  onClick: function onClick() {
24209
- var _authdetailsContext$i16;
24210
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
24211
- var _authdetailsContext$i17;
24212
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
23554
+ var _authdetailsContext$i13;
23555
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
23556
+ var _authdetailsContext$i14;
23557
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink, '_blank');
24213
23558
  }
24214
23559
  }
24215
23560
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
@@ -30162,25 +29507,6 @@ var Simpleheader = function Simpleheader(props) {
30162
29507
  templateproperties_contextprops: templateproperties_context,
30163
29508
  actions: actions
30164
29509
  }), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
30165
- style: {
30166
- position: 'fixed',
30167
- bottom: 15,
30168
- right: 15,
30169
- zIndex: 2000,
30170
- transition: 'all 0.3s ease-out',
30171
- width: '100%',
30172
- display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
30173
- },
30174
- "class": "text-end"
30175
- }, /*#__PURE__*/React__default["default"].createElement("div", {
30176
- "class": header_cssstyles.floatingbtn + ' allcentered ',
30177
- style: {},
30178
- onClick: function onClick() {
30179
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30180
- }
30181
- }, /*#__PURE__*/React__default["default"].createElement("p", {
30182
- "class": "m-0 p-0"
30183
- }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
30184
29510
  style: {
30185
29511
  position: 'fixed',
30186
29512
  bottom: 15,
@@ -30363,7 +29689,7 @@ var Simpleheader = function Simpleheader(props) {
30363
29689
  size: sectionproperties.cartBtn_iconFontSize
30364
29690
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
30365
29691
  size: sectionproperties.cartBtn_iconFontSize
30366
- }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29692
+ }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
30367
29693
  "class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
30368
29694
  onClick: function onClick() {
30369
29695
  routingcountext(StaticPagesLinksContext.Login);
@@ -30375,7 +29701,7 @@ var Simpleheader = function Simpleheader(props) {
30375
29701
  fontWeight: sectionproperties.userBtnTextfontweight,
30376
29702
  fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
30377
29703
  }
30378
- }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
29704
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
30379
29705
  className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
30380
29706
  sytle: {
30381
29707
  position: 'relative'
@@ -30454,7 +29780,7 @@ var Simpleheader = function Simpleheader(props) {
30454
29780
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
30455
29781
  }, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
30456
29782
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
30457
- }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29783
+ }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
30458
29784
  "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 ',
30459
29785
  sytle: {
30460
29786
  position: 'relative'
@@ -31222,23 +30548,6 @@ var Header8 = function Header8(props) {
31222
30548
  ':hover': {
31223
30549
  color: sectionproperties.collectionsectiontextcoloronhover
31224
30550
  }
31225
- }),
31226
- floatingbtn: glamor.css({
31227
- width: sectionproperties.floatingbtnwidth + '%',
31228
- height: sectionproperties.floatingbtnheight + 'px',
31229
- background: sectionproperties.floatingbtnbg,
31230
- fontSize: sectionproperties.floatingbtnfontsize + 'px',
31231
- color: sectionproperties.floatingbtncolor,
31232
- borderRadius: 10,
31233
- ':hover': {
31234
- color: sectionproperties.floatingbtncolorhover,
31235
- backgroundColor: sectionproperties.floatingbtnbghover,
31236
- transitions: '.3s',
31237
- cursor: 'pointer'
31238
- },
31239
- '@media (max-width: 800px)': {
31240
- width: '50%'
31241
- }
31242
30551
  })
31243
30552
  };
31244
30553
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -31253,26 +30562,7 @@ var Header8 = function Header8(props) {
31253
30562
  sectionpropertiesprops: sectionproperties,
31254
30563
  templateproperties_contextprops: templateproperties_context,
31255
30564
  actions: actions
31256
- })), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
31257
- style: {
31258
- position: 'fixed',
31259
- bottom: 15,
31260
- right: 15,
31261
- zIndex: 2000,
31262
- transition: 'all 0.3s ease-out',
31263
- width: '100%',
31264
- display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
31265
- },
31266
- "class": "text-end"
31267
- }, /*#__PURE__*/React__default["default"].createElement("div", {
31268
- "class": header_cssstyles.floatingbtn + ' allcentered ',
31269
- style: {},
31270
- onClick: function onClick() {
31271
- routingcountext(sectionproperties.floatingbtnlink, false, '');
31272
- }
31273
- }, /*#__PURE__*/React__default["default"].createElement("p", {
31274
- "class": "m-0 p-0"
31275
- }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
30565
+ })), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
31276
30566
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
31277
30567
  target: '_self',
31278
30568
  style: {
@@ -34455,11 +33745,11 @@ var Modernheader = function Modernheader(props) {
34455
33745
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34456
33746
  "class": "row m-0 w-100"
34457
33747
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34458
- "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
33748
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center justify-content-center px-1025-1 '
34459
33749
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34460
- "class": "col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-0",
33750
+ "class": "col-lg-4 col-md-6 col-sm-12 d-none align-items-center justify-content-start p-0",
34461
33751
  style: {}
34462
- }, sectionproperties.searchbartype == 'Full Width' && /*#__PURE__*/React__default["default"].createElement("div", {
33752
+ }, sectionproperties.searchbartype == 'Full Width' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34463
33753
  "class": header_cssstyles.searchbarcont
34464
33754
  }, /*#__PURE__*/React__default["default"].createElement("input", {
34465
33755
  type: "text",
@@ -34478,7 +33768,7 @@ var Modernheader = function Modernheader(props) {
34478
33768
  sectionpropertiesprops: sectionproperties,
34479
33769
  srcfromprops: 'fullheader',
34480
33770
  actions: actions
34481
- })), sectionproperties.searchbartype == 'Icon' && /*#__PURE__*/React__default["default"].createElement("div", {
33771
+ })), sectionproperties.searchbartype == 'Icon' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34482
33772
  "class": header_cssstyles.searchbarcont + ' allcentered ',
34483
33773
  style: {
34484
33774
  width: sectionproperties.searchbaricon_width + 'px',
@@ -34500,22 +33790,12 @@ var Modernheader = function Modernheader(props) {
34500
33790
  }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
34501
33791
  "class": ' row m-0 w-100 d-flex align-items-center '
34502
33792
  }, /*#__PURE__*/React__default["default"].createElement("p", {
34503
- "class": "m-0 p-0 mr-2 ml-2",
34504
- style: {
34505
- color: sectionproperties.searchbaricon_color
34506
- }
34507
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
34508
- color: sectionproperties.searchbaricon_color
34509
- })), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
33793
+ "class": "m-0 p-0 mr-2 ml-2"
33794
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
34510
33795
  "class": ' row m-0 w-100 d-flex align-items-center '
34511
33796
  }, /*#__PURE__*/React__default["default"].createElement("p", {
34512
- "class": "m-0 p-0 ml-2 mr-2",
34513
- style: {
34514
- color: sectionproperties.searchbaricon_color
34515
- }
34516
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
34517
- color: sectionproperties.searchbaricon_color
34518
- })))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
33797
+ "class": "m-0 p-0 ml-2 mr-2"
33798
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
34519
33799
  var _authdetailsContext$i4;
34520
33800
  return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
34521
33801
  onClick: function onClick() {
@@ -34532,8 +33812,7 @@ var Modernheader = function Modernheader(props) {
34532
33812
  style: {
34533
33813
  fontSize: sectionproperties.dropdown_fontsize + 'px',
34534
33814
  fontWeight: sectionproperties.dropdown_fontweight,
34535
- textTransform: sectionproperties.dropdown_texttransform,
34536
- color: sectionproperties.searchbaricon_color
33815
+ textTransform: sectionproperties.dropdown_texttransform
34537
33816
  }
34538
33817
  }, /*#__PURE__*/React__default["default"].createElement("span", {
34539
33818
  "class": 'ml-2 mr-2'
@@ -34543,7 +33822,7 @@ var Modernheader = function Modernheader(props) {
34543
33822
  "class": "m-0"
34544
33823
  }))));
34545
33824
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
34546
- "class": "col-lg-4 col-md-6 col-sm-12 allcentered p-0"
33825
+ "class": "col-lg-6 col-md-6 col-sm-12 allcentered p-0"
34547
33826
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34548
33827
  "class": "".concat(header_cssstyles.header_logo) + ' allcentered ',
34549
33828
  style: {
@@ -34562,8 +33841,8 @@ var Modernheader = function Modernheader(props) {
34562
33841
  objectFit: 'contain'
34563
33842
  }
34564
33843
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
34565
- "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-flex align-items-center justify-content-end"
34566
- }, /*#__PURE__*/React__default["default"].createElement("div", {
33844
+ "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-none align-items-center justify-content-end"
33845
+ }, sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34567
33846
  style: {
34568
33847
  marginRight: langdetect == 'en' ? '30px' : 0,
34569
33848
  marginLeft: langdetect == 'en' ? 0 : '30px'
@@ -34705,7 +33984,7 @@ var Modernheader = function Modernheader(props) {
34705
33984
  top: sectionproperties.wishlistbadgetop + 'px',
34706
33985
  right: sectionproperties.wishlistbadgeright + 'px'
34707
33986
  }
34708
- }, /*#__PURE__*/React__default["default"].createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), /*#__PURE__*/React__default["default"].createElement("div", {
33987
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34709
33988
  "class": "".concat(headerstyles$g.header_menu, " ").concat(header_cssstyles.cart_btn) + ' cursor-pointer allcentered ',
34710
33989
  onClick: function onClick() {
34711
33990
  setsidecartnavshowcontext(true);
@@ -34746,7 +34025,7 @@ var Modernheader = function Modernheader(props) {
34746
34025
  top: sectionproperties.cartbadgetop + 'px',
34747
34026
  right: sectionproperties.cartbadgeright + 'px'
34748
34027
  }
34749
- }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0))), /*#__PURE__*/React__default["default"].createElement("div", {
34028
+ }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.customercart) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.cartitems) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.length) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.customercart) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.cartitems) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.length : 0))), sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34750
34029
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
34751
34030
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
34752
34031
  "class": "".concat(headerstyles$g.header_menu) + ' allcentered '
@@ -41435,16 +40714,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
41435
40714
  }
41436
40715
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
41437
40716
  "class": "col-lg-12 p-0"
41438
- }, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41439
- sectionpropertiesprops: sectionproperties,
41440
- actions: actions
41441
- }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41442
- sectionpropertiesprops: sectionproperties,
41443
- actions: actions
41444
- }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
41445
- sectionpropertiesprops: sectionproperties,
41446
- actions: actions
41447
- }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
40717
+ }, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41448
40718
  sectionpropertiesprops: sectionproperties,
41449
40719
  actions: actions
41450
40720
  })));
@@ -42266,19 +41536,10 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
42266
41536
  subheadercontentpositionprops: 'center',
42267
41537
  numofcols: '6'
42268
41538
  }
42269
- })))), sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
42270
- sectionpropertiesprops: sectionproperties,
42271
- actions: actions
42272
- }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
42273
- sectionpropertiesprops: sectionproperties,
42274
- actions: actions
42275
- }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
42276
- sectionpropertiesprops: sectionproperties,
42277
- actions: actions
42278
- }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
41539
+ })))), /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
42279
41540
  sectionpropertiesprops: sectionproperties,
42280
41541
  actions: actions
42281
- }), ' ');
41542
+ }));
42282
41543
  };
42283
41544
 
42284
41545
  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; }
@@ -43639,7 +42900,7 @@ var Allinonefooter = function Allinonefooter(props) {
43639
42900
  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; }
43640
42901
  function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
43641
42902
  var Footer1 = function Footer1(props) {
43642
- 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;
42903
+ 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;
43643
42904
  var _useState = React.useState(''),
43644
42905
  _useState2 = _slicedToArray__default["default"](_useState, 2),
43645
42906
  sectionproperties = _useState2[0],
@@ -43658,6 +42919,14 @@ var Footer1 = function Footer1(props) {
43658
42919
  var templateproperties_context = props.actions.templateproperties_context;
43659
42920
  var templatepropcontext = props.actions.templatepropcontext;
43660
42921
  var ikimagecredcontext = props.actions.ikimagecredcontext;
42922
+ // const [newsletter, setnewsletter] = useState('');
42923
+ var _useState5 = React.useState({
42924
+ min: '',
42925
+ max: ''
42926
+ }),
42927
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
42928
+ pricevalue2 = _useState6[0],
42929
+ setpricevalue2 = _useState6[1];
43661
42930
  React.useEffect(function () {
43662
42931
  if (props.srcfrom == 'addsectionform') {
43663
42932
  var secpropobj = {};
@@ -43685,6 +42954,18 @@ var Footer1 = function Footer1(props) {
43685
42954
  }
43686
42955
  }
43687
42956
  }, [templateproperties_context]);
42957
+ var _useState7 = React.useState([]),
42958
+ _useState8 = _slicedToArray__default["default"](_useState7, 2),
42959
+ bgimagearrayofobjs = _useState8[0],
42960
+ setbgimagearrayofobjs = _useState8[1];
42961
+ React.useEffect(function () {
42962
+ if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
42963
+ var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
42964
+ if (Array.isArray(bg1_arrayofobjsparsed)) {
42965
+ setbgimagearrayofobjs(_toConsumableArray__default["default"](bg1_arrayofobjsparsed));
42966
+ }
42967
+ }
42968
+ }, [sectionproperties]);
43688
42969
  var footerStyles = {
43689
42970
  footerContainer: glamor.css({
43690
42971
  width: '100vw',
@@ -43815,6 +43096,17 @@ var Footer1 = function Footer1(props) {
43815
43096
  maxWidth: '35%',
43816
43097
  height: 'auto'
43817
43098
  }
43099
+ }),
43100
+ btnn: glamor.css({
43101
+ width: '150px',
43102
+ height: 40,
43103
+ borderRadius: 10,
43104
+ background: '#C2A24D',
43105
+ color: 'white',
43106
+ ':hover': {
43107
+ transition: '.3s',
43108
+ background: '#186a81'
43109
+ }
43818
43110
  })
43819
43111
  };
43820
43112
  var returnpolicyobj = function returnpolicyobj(policytype) {
@@ -43829,8 +43121,8 @@ var Footer1 = function Footer1(props) {
43829
43121
  };
43830
43122
  return /*#__PURE__*/React__default["default"].createElement("div", {
43831
43123
  "class": "row m-0 w-100 d-flex justify-content-center"
43832
- }, /*#__PURE__*/React__default["default"].createElement("footer", {
43833
- "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43124
+ }, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
43125
+ "class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
43834
43126
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43835
43127
  "class": "row w-100 m-0 d-flex justify-content-center"
43836
43128
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43840,7 +43132,7 @@ var Footer1 = function Footer1(props) {
43840
43132
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43841
43133
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43842
43134
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43843
- 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,
43135
+ 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,
43844
43136
  style: {
43845
43137
  width: '100%',
43846
43138
  height: '100%',
@@ -43854,7 +43146,7 @@ var Footer1 = function Footer1(props) {
43854
43146
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43855
43147
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43856
43148
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43857
- path: authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instlogo,
43149
+ 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,
43858
43150
  style: {
43859
43151
  width: '100%',
43860
43152
  height: '100%',
@@ -43990,10 +43282,10 @@ var Footer1 = function Footer1(props) {
43990
43282
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43991
43283
  "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43992
43284
  onClick: function onClick() {
43993
- var _authdetailsContext$i3;
43994
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
43995
- var _authdetailsContext$i4;
43996
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
43285
+ var _authdetailsContext$i2;
43286
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
43287
+ var _authdetailsContext$i3;
43288
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
43997
43289
  }
43998
43290
  }
43999
43291
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
@@ -44001,10 +43293,10 @@ var Footer1 = function Footer1(props) {
44001
43293
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
44002
43294
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
44003
43295
  onClick: function onClick() {
44004
- var _authdetailsContext$i5;
44005
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
44006
- var _authdetailsContext$i6;
44007
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
43296
+ var _authdetailsContext$i4;
43297
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
43298
+ var _authdetailsContext$i5;
43299
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
44008
43300
  }
44009
43301
  }
44010
43302
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -44012,14 +43304,25 @@ var Footer1 = function Footer1(props) {
44012
43304
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
44013
43305
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
44014
43306
  onClick: function onClick() {
44015
- var _authdetailsContext$i7;
44016
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber) != null) {
44017
- var _authdetailsContext$i8;
44018
- 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');
43307
+ var _authdetailsContext$i6;
43308
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
43309
+ var _authdetailsContext$i7;
43310
+ 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');
44019
43311
  }
44020
43312
  }
44021
43313
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
44022
43314
  size: sectionproperties.youtubebtniconfontsize
43315
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
43316
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43317
+ onClick: function onClick() {
43318
+ var _authdetailsContext$i9;
43319
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
43320
+ var _authdetailsContext$i10;
43321
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
43322
+ }
43323
+ }
43324
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
43325
+ size: sectionproperties.instgrambtniconfontsize
44023
43326
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
44024
43327
  "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
44025
43328
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -44030,15 +43333,15 @@ var Footer1 = function Footer1(props) {
44030
43333
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer mx-2 ',
44031
43334
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
44032
43335
  onClick: function onClick() {
44033
- var _authdetailsContext$i9;
44034
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_appstore, '_blank');
43336
+ var _authdetailsContext$i11;
43337
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
44035
43338
  }
44036
43339
  }), /*#__PURE__*/React__default["default"].createElement("img", {
44037
43340
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer mx-2 ',
44038
43341
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
44039
43342
  onClick: function onClick() {
44040
- var _authdetailsContext$i10;
44041
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.mobileapplink_playstore, '_blank');
43343
+ var _authdetailsContext$i12;
43344
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
44042
43345
  }
44043
43346
  })), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
44044
43347
  "class": "col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
@@ -44055,12 +43358,12 @@ var Footer1 = function Footer1(props) {
44055
43358
  textTransform: sectionproperties.footerinfotext_textTransform
44056
43359
  },
44057
43360
  onClick: function onClick() {
44058
- var _authdetailsContext$i11;
44059
- 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');
43361
+ var _authdetailsContext$i13;
43362
+ 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');
44060
43363
  }
44061
43364
  }, /*#__PURE__*/React__default["default"].createElement("i", {
44062
43365
  "class": ' fa fa-at mr-2 text-transform-none ml-2 '
44063
- }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 || (_authdetailsContext$i12 = _authdetailsContext$i12.contactinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.email)), /*#__PURE__*/React__default["default"].createElement("div", {
43366
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 || (_authdetailsContext$i14 = _authdetailsContext$i14.contactinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.email)), /*#__PURE__*/React__default["default"].createElement("div", {
44064
43367
  "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
44065
43368
  }, /*#__PURE__*/React__default["default"].createElement("p", {
44066
43369
  "class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center mr-1 ',
@@ -44089,7 +43392,151 @@ var Footer1 = function Footer1(props) {
44089
43392
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
44090
43393
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
44091
43394
  size: sectionproperties.footerinfoicon_fontsize
44092
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
43395
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.address_en)))))), sectionproperties.opencollapsible == 'Not Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
43396
+ "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43397
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43398
+ "class": "row w-100 m-0 d-flex justify-content-center"
43399
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43400
+ "class": "col-lg-6"
43401
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43402
+ "class": "row m-0 w-100"
43403
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43404
+ "class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
43405
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43406
+ "class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
43407
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43408
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43409
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43410
+ 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,
43411
+ style: {
43412
+ width: '100%',
43413
+ height: '100%',
43414
+ objectFit: 'contain'
43415
+ },
43416
+ loading: "lazy"
43417
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
43418
+ "class": "col-lg-12 p-0 mb-3"
43419
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43420
+ "class": "m-0 p-0",
43421
+ style: {
43422
+ fontSize: '15px',
43423
+ color: '#fff',
43424
+ fontWeight: sectionproperties.prodCatFontWeight,
43425
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43426
+ }
43427
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
43428
+ "class": "col-lg-12 p-0 flex-row text-start"
43429
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43430
+ "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43431
+ onClick: function onClick() {
43432
+ var _authdetailsContext$i18;
43433
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.facebooklink) != null) {
43434
+ var _authdetailsContext$i19;
43435
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink, '_blank');
43436
+ }
43437
+ }
43438
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43439
+ size: sectionproperties.facebkbtnniconfontsize
43440
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43441
+ "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43442
+ onClick: function onClick() {
43443
+ var _authdetailsContext$i20;
43444
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.instagramlink) != null) {
43445
+ var _authdetailsContext$i21;
43446
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink, '_blank');
43447
+ }
43448
+ }
43449
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43450
+ size: sectionproperties.instgrambtniconfontsize
43451
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43452
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43453
+ onClick: function onClick() {
43454
+ var _authdetailsContext$i22;
43455
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
43456
+ var _authdetailsContext$i23;
43457
+ 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');
43458
+ }
43459
+ }
43460
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
43461
+ size: sectionproperties.youtubebtniconfontsize
43462
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
43463
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43464
+ onClick: function onClick() {
43465
+ var _authdetailsContext$i25;
43466
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.twitterlink) != null) {
43467
+ var _authdetailsContext$i26;
43468
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.twitterlink, '_blank');
43469
+ }
43470
+ }
43471
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43472
+ className: "h-100 allcentered",
43473
+ style: {
43474
+ fontSize: 20
43475
+ }
43476
+ }, "x"))))), /*#__PURE__*/React__default["default"].createElement("div", {
43477
+ "class": "col-lg-6"
43478
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43479
+ "class": "row m-0 w-100 mt-md-3"
43480
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43481
+ "class": "col-lg-12 p-0 mb-3"
43482
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43483
+ "class": "m-0 p-0",
43484
+ style: {
43485
+ fontSize: 20,
43486
+ color: 'white',
43487
+ fontWeight: 600,
43488
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43489
+ }
43490
+ }, "\u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0641\u064A \u0627\u0644\u0646\u0634\u0631\u0629 \u0627\u0644\u0625\u062E\u0628\u0627\u0631\u064A\u0629")), /*#__PURE__*/React__default["default"].createElement("div", {
43491
+ "class": "col-lg-12 p-0 mb-3"
43492
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43493
+ "class": "m-0 p-0",
43494
+ style: {
43495
+ fontSize: 15,
43496
+ color: 'white',
43497
+ fontWeight: 500,
43498
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43499
+ }
43500
+ }, "\u0623\u062F\u062E\u0644 \u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0644\u0644\u062D\u0635\u0648\u0644 \u0639\u0644\u0649 \u062A\u062D\u062F\u064A\u062B\u0627\u062A \u062F\u0648\u0631\u064A\u0629 \u062D\u0648\u0644 \u0627\u0644\u0645\u0624\u062A\u0645\u0631.")), /*#__PURE__*/React__default["default"].createElement("div", {
43501
+ "class": "col-lg-12 mb-3 text-start p-0"
43502
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
43503
+ type: "text",
43504
+ className: "".concat(footerStyles.form_control) + ' w-md-100 ',
43505
+ value: pricevalue2.min,
43506
+ placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
43507
+ onChange: function onChange(event) {
43508
+ var temppricevalue = _objectSpread$1C({}, pricevalue2);
43509
+ temppricevalue.min = event.target.value;
43510
+ setpricevalue2(_objectSpread$1C({}, temppricevalue));
43511
+ },
43512
+ style: {
43513
+ background: 'white',
43514
+ fontSize: 14,
43515
+ color: '#000',
43516
+ borderRadius: 10,
43517
+ width: '50%',
43518
+ height: 40,
43519
+ paddingLeft: 20,
43520
+ paddingRight: 20
43521
+ }
43522
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43523
+ "class": "col-lg-12 text-start mb-3 text-start p-0"
43524
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
43525
+ "class": footerStyles.btnn
43526
+ }, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React__default["default"].createElement("div", {
43527
+ "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43528
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43529
+ "class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
43530
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43531
+ "class": "col-lg-12 text-start"
43532
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43533
+ "class": "m-0 p-0",
43534
+ style: {
43535
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
43536
+ color: sectionproperties.generaltext_fontColor,
43537
+ fontWeight: sectionproperties.generaltext_fontWeight
43538
+ }
43539
+ }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
44093
43540
  };
44094
43541
 
44095
43542
  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; }
@@ -47729,7 +47176,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
47729
47176
  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; }
47730
47177
  function _objectSpread$1s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1s(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
47731
47178
  var ModernFooter = function ModernFooter(props) {
47732
- 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;
47179
+ 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;
47733
47180
  var _useState = React.useState(''),
47734
47181
  _useState2 = _slicedToArray__default["default"](_useState, 2),
47735
47182
  sectionproperties = _useState2[0],
@@ -48036,57 +47483,43 @@ var ModernFooter = function ModernFooter(props) {
48036
47483
  }, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
48037
47484
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
48038
47485
  size: sectionproperties.whatsappiconfontsize
48039
- }), sectionproperties.whatsapplinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
48040
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
48041
- onClick: function onClick() {
48042
- var _authdetailsContext$i12;
48043
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.twitterlink) != null) {
48044
- var _authdetailsContext$i13;
48045
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.twitterlink, '_blank');
48046
- }
48047
- }
48048
- }, /*#__PURE__*/React__default["default"].createElement("i", {
48049
- className: "h-100 allcentered",
48050
- style: {
48051
- fontSize: 20
48052
- }
48053
- }, "x")), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
47486
+ }), sectionproperties.whatsapplinktext)), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
48054
47487
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
48055
47488
  }, /*#__PURE__*/React__default["default"].createElement("p", {
48056
47489
  "class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
48057
47490
  onClick: function onClick() {
48058
- var _authdetailsContext$i15;
48059
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink) != null) {
48060
- var _authdetailsContext$i16;
48061
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
47491
+ var _authdetailsContext$i12;
47492
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
47493
+ var _authdetailsContext$i13;
47494
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
48062
47495
  }
48063
47496
  }
48064
47497
  }, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(AiOutlineLinkedin.AiOutlineLinkedin, {
48065
47498
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
48066
47499
  size: sectionproperties.linkedinbtniconfontsize
48067
- }), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
47500
+ }), sectionproperties.linkedinlinktext)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
48068
47501
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
48069
47502
  }, /*#__PURE__*/React__default["default"].createElement("p", {
48070
47503
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
48071
47504
  onClick: function onClick() {
48072
- var _authdetailsContext$i18;
48073
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
48074
- var _authdetailsContext$i19;
48075
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
47505
+ var _authdetailsContext$i15;
47506
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
47507
+ var _authdetailsContext$i16;
47508
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
48076
47509
  }
48077
47510
  }
48078
47511
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
48079
47512
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
48080
47513
  size: sectionproperties.instagramiconfontsize
48081
- }), langdetect == 'en' ? 'TikTok' : 'TikTok')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.telegramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
47514
+ }), langdetect == 'en' ? 'TikTok' : 'TikTok')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.telegramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
48082
47515
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
48083
47516
  }, /*#__PURE__*/React__default["default"].createElement("p", {
48084
47517
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
48085
47518
  onClick: function onClick() {
48086
- var _authdetailsContext$i21;
48087
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.telegramlink) != null) {
48088
- var _authdetailsContext$i22;
48089
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.telegramlink, '_blank');
47519
+ var _authdetailsContext$i18;
47520
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.telegramlink) != null) {
47521
+ var _authdetailsContext$i19;
47522
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.telegramlink, '_blank');
48090
47523
  }
48091
47524
  }
48092
47525
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
@@ -48118,7 +47551,7 @@ var ModernFooter = function ModernFooter(props) {
48118
47551
  }
48119
47552
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
48120
47553
  size: sectionproperties.footerinfoicon_fontsize
48121
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
47554
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
48122
47555
  "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 ',
48123
47556
  onClick: function onClick() {
48124
47557
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -48137,14 +47570,14 @@ var ModernFooter = function ModernFooter(props) {
48137
47570
  }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
48138
47571
  "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 ',
48139
47572
  onClick: function onClick() {
48140
- var _authdetailsContext$i24;
48141
- 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');
47573
+ var _authdetailsContext$i21;
47574
+ 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');
48142
47575
  }
48143
47576
  }, /*#__PURE__*/React__default["default"].createElement("p", {
48144
47577
  "class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
48145
47578
  onClick: function onClick() {
48146
- var _authdetailsContext$i25;
48147
- 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');
47579
+ var _authdetailsContext$i22;
47580
+ 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');
48148
47581
  },
48149
47582
  style: {
48150
47583
  textTransform: 'none'
@@ -48155,7 +47588,7 @@ var ModernFooter = function ModernFooter(props) {
48155
47588
  marginRight: langdetect == 'en' ? '0.5rem' : 0,
48156
47589
  marginLeft: langdetect == 'ar' ? '0.5rem' : 0
48157
47590
  }
48158
- }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 || (_authdetailsContext$i26 = _authdetailsContext$i26.contactinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
47591
+ }), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 || (_authdetailsContext$i23 = _authdetailsContext$i23.contactinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
48159
47592
  "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'
48160
47593
  }, /*#__PURE__*/React__default["default"].createElement("div", {
48161
47594
  className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
@@ -48167,15 +47600,15 @@ var ModernFooter = function ModernFooter(props) {
48167
47600
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
48168
47601
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48169
47602
  onClick: function onClick() {
48170
- var _authdetailsContext$i27;
48171
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_appstore, '_blank');
47603
+ var _authdetailsContext$i24;
47604
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
48172
47605
  }
48173
47606
  }), /*#__PURE__*/React__default["default"].createElement("img", {
48174
47607
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
48175
47608
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48176
47609
  onClick: function onClick() {
48177
- var _authdetailsContext$i28;
48178
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
47610
+ var _authdetailsContext$i25;
47611
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_appstore, '_blank');
48179
47612
  }
48180
47613
  })), /*#__PURE__*/React__default["default"].createElement("div", {
48181
47614
  "class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
@@ -48183,15 +47616,15 @@ var ModernFooter = function ModernFooter(props) {
48183
47616
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
48184
47617
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48185
47618
  onClick: function onClick() {
48186
- var _authdetailsContext$i29;
48187
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
47619
+ var _authdetailsContext$i26;
47620
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_playstore, '_blank');
48188
47621
  }
48189
47622
  }), /*#__PURE__*/React__default["default"].createElement("img", {
48190
47623
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
48191
47624
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48192
47625
  onClick: function onClick() {
48193
- var _authdetailsContext$i30;
48194
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.mobileapplink_playstore, '_blank');
47626
+ var _authdetailsContext$i27;
47627
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
48195
47628
  }
48196
47629
  }))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
48197
47630
  "class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
@@ -48221,7 +47654,7 @@ var ModernFooter = function ModernFooter(props) {
48221
47654
  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; }
48222
47655
  function _objectSpread$1r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1r(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
48223
47656
  var Newsletterfooter = function Newsletterfooter(props) {
48224
- 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;
47657
+ 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;
48225
47658
  var _useState = React.useState(''),
48226
47659
  _useState2 = _slicedToArray__default["default"](_useState, 2),
48227
47660
  sectionproperties = _useState2[0],
@@ -48807,57 +48240,43 @@ var Newsletterfooter = function Newsletterfooter(props) {
48807
48240
  }
48808
48241
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
48809
48242
  size: sectionproperties.instgrambtniconfontsize
48810
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
48811
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
48243
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48244
+ "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48812
48245
  onClick: function onClick() {
48813
48246
  var _authdetailsContext$i18;
48814
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.twitterlink) != null) {
48247
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
48815
48248
  var _authdetailsContext$i19;
48816
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.twitterlink, '_blank');
48817
- }
48818
- }
48819
- }, /*#__PURE__*/React__default["default"].createElement("i", {
48820
- className: "h-100 allcentered",
48821
- style: {
48822
- fontSize: 20
48823
- }
48824
- }, "x")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48825
- "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48826
- onClick: function onClick() {
48827
- var _authdetailsContext$i21;
48828
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
48829
- var _authdetailsContext$i22;
48830
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink, '_blank');
48249
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
48831
48250
  }
48832
48251
  }
48833
48252
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
48834
48253
  size: sectionproperties.instgrambtniconfontsize
48835
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48254
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48836
48255
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48837
48256
  onClick: function onClick() {
48838
- var _authdetailsContext$i24;
48839
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.linkedinlink, '_blank');
48257
+ var _authdetailsContext$i21;
48258
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.linkedinlink, '_blank');
48840
48259
  }
48841
48260
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
48842
48261
  size: sectionproperties.instgrambtniconfontsize
48843
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48262
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48844
48263
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48845
48264
  onClick: function onClick() {
48846
- var _authdetailsContext$i26;
48847
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber) != null) {
48848
- var _authdetailsContext$i27;
48849
- 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');
48265
+ var _authdetailsContext$i23;
48266
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
48267
+ var _authdetailsContext$i24;
48268
+ 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');
48850
48269
  }
48851
48270
  }
48852
48271
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
48853
48272
  size: sectionproperties.youtubebtniconfontsize
48854
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.googlemapslink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48273
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.googlemapslink) != null && /*#__PURE__*/React__default["default"].createElement("p", {
48855
48274
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48856
48275
  onClick: function onClick() {
48857
- var _authdetailsContext$i29;
48858
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.googlemapslink) != null) {
48859
- var _authdetailsContext$i30;
48860
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.googlemapslink, '_blank');
48276
+ var _authdetailsContext$i26;
48277
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.googlemapslink) != null) {
48278
+ var _authdetailsContext$i27;
48279
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.googlemapslink, '_blank');
48861
48280
  }
48862
48281
  }
48863
48282
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
@@ -48877,15 +48296,15 @@ var Newsletterfooter = function Newsletterfooter(props) {
48877
48296
  "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 ',
48878
48297
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48879
48298
  onClick: function onClick() {
48880
- var _authdetailsContext$i31;
48881
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.mobileapplink_appstore, '_blank');
48299
+ var _authdetailsContext$i28;
48300
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
48882
48301
  }
48883
48302
  }), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React__default["default"].createElement("img", {
48884
48303
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
48885
48304
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48886
48305
  onClick: function onClick() {
48887
- var _authdetailsContext$i32;
48888
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.mobileapplink_playstore, '_blank');
48306
+ var _authdetailsContext$i29;
48307
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
48889
48308
  }
48890
48309
  }))), sectionproperties.showfooteraddress == 'Show' && sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
48891
48310
  "class": "row m-0 w-100 d-flex flex-row justify-content-start align-items-center mt-4"
@@ -48902,7 +48321,7 @@ var Newsletterfooter = function Newsletterfooter(props) {
48902
48321
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
48903
48322
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
48904
48323
  size: 30
48905
- })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
48324
+ })), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.address_ar)))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
48906
48325
  "class": "col-lg-12 p-0 d-block my-3"
48907
48326
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
48908
48327
  "class": "m-0 p-0"
@@ -57621,7 +57040,7 @@ var Twobgimages = function Twobgimages(props) {
57621
57040
  style: {}
57622
57041
  }, Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
57623
57042
  return /*#__PURE__*/React__default["default"].createElement("div", {
57624
- 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,
57043
+ 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,
57625
57044
  style: {
57626
57045
  paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
57627
57046
  paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
@@ -57633,6 +57052,7 @@ var Twobgimages = function Twobgimages(props) {
57633
57052
  if (item.place_clickable == 'General') {
57634
57053
  if (item.externallink == 'Yes') {
57635
57054
  window.open(item.clickable_page_route, '_blank');
57055
+
57636
57056
  // history.push(item.clickable_page_route);
57637
57057
  } else if (item.clickable_page_route && item.clickable_page_route.length != 0) {
57638
57058
  routingcountext(item.clickable_page_route, false, '');
@@ -57965,9 +57385,9 @@ var VideosSection = function VideosSection(props) {
57965
57385
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
57966
57386
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
57967
57387
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
57968
- height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'px',
57388
+ height: sectionproperties.image_height + 'px',
57969
57389
  '@media (max-width: 800px)': {
57970
- height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.height_responsive + 'px'
57390
+ height: sectionproperties.height_responsive + 'px'
57971
57391
  }
57972
57392
  }),
57973
57393
  lau: glamor.css({
@@ -58161,7 +57581,7 @@ var VideosSection = function VideosSection(props) {
58161
57581
  }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
58162
57582
  transitionBehavior: 'auto',
58163
57583
  wrapperClassName: '',
58164
- itemClassName: '',
57584
+ itemClassName: 'videoscard',
58165
57585
  scrollContainerClassName: 'scrollmenuclasssubscrollbar'
58166
57586
  }, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
58167
57587
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58832,7 +58252,7 @@ var TextSectionConnectToWA = function TextSectionConnectToWA(props) {
58832
58252
  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; }
58833
58253
  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__default["default"](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; }
58834
58254
  var DynamicForm = function DynamicForm(props) {
58835
- var _css, _css2, _dynamicform$fields, _dynamicform$fields2, _dynamicform$fields3, _dynamicform$fields4, _dynamicform$fields5;
58255
+ var _css, _dynamicform$fields, _dynamicform$fields2, _dynamicform$fields3, _dynamicform$fields4, _dynamicform$fields5;
58836
58256
  props.actions.lang;
58837
58257
  var langdetect = props.actions.langdetect;
58838
58258
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
@@ -58987,8 +58407,6 @@ var DynamicForm = function DynamicForm(props) {
58987
58407
  type = 'number';
58988
58408
  } else if (item.type == 'text') {
58989
58409
  type = 'text';
58990
- } else if (item.type == 'phone number') {
58991
- type = 'phonenumber';
58992
58410
  }
58993
58411
  if (item.type == 'date') {
58994
58412
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59046,41 +58464,6 @@ var DynamicForm = function DynamicForm(props) {
59046
58464
  }))));
59047
58465
  }
59048
58466
  };
59049
- var phonenumber = function phonenumber(item, index) {
59050
- return /*#__PURE__*/React__default["default"].createElement("div", {
59051
- "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
59052
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59053
- "class": "row m-0 w-100 mb-3"
59054
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59055
- "class": "col-lg-12 text-start mb-2 p-0"
59056
- }, /*#__PURE__*/React__default["default"].createElement("p", {
59057
- "class": form_cssstyles.formlabel + ' m-0 p-0 ',
59058
- style: {}
59059
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
59060
- "class": "text-danger"
59061
- }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
59062
- className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control),
59063
- country: 'eg',
59064
- enableSearch: true,
59065
- autoFormat: true,
59066
- value: item.value,
59067
- inputStyle: {
59068
- color: sectionproperties.inputfieldcolor
59069
- },
59070
- onChange: function onChange(event, country) {
59071
- updateformfield(event, index);
59072
- // var temp = { ...payloadobj };
59073
- // temp.mobile = event;
59074
- // temp.countrydialcode = country.dialCode;
59075
- // setpayloadobj({ ...temp });
59076
- },
59077
-
59078
- style: {
59079
- direction: 'ltr',
59080
- color: sectionproperties.inputfieldcolor
59081
- }
59082
- })));
59083
- };
59084
58467
  var textareaitem = function textareaitem(item, index) {
59085
58468
  return /*#__PURE__*/React__default["default"].createElement("div", {
59086
58469
  "class": 'col-md-12 col-lg-12'
@@ -59152,19 +58535,20 @@ var DynamicForm = function DynamicForm(props) {
59152
58535
  boxShadow: 'none',
59153
58536
  transition: '.3s'
59154
58537
  }), _css)),
59155
- generalbtn: glamor.css((_css2 = {
58538
+ generalbtn: glamor.css({
59156
58539
  width: sectionproperties.generalbtn_width + '%',
59157
58540
  height: sectionproperties.generalbtn_height + 'px',
59158
58541
  backgroundColor: sectionproperties.generalbtn_bgColor,
59159
- borderRadius: sectionproperties.generalbtn_bgColor,
58542
+ borderRadius: sectionproperties.generalbtnborderradius + 'px',
59160
58543
  color: sectionproperties.generalbtn_textColor,
59161
58544
  fontSize: sectionproperties.generalbtn_fontsize,
59162
- fontWeight: sectionproperties.generalbtn_fontweight
59163
- }, _defineProperty__default["default"](_css2, "borderRadius", sectionproperties.generalbtnborderradius + 'px'), _defineProperty__default["default"](_css2, ':hover', {
59164
- transition: '.3s',
59165
- color: sectionproperties.generalbtn_textColoronhover,
59166
- backgroundColor: sectionproperties.generalbtn_bgColoronhover
59167
- }), _css2)),
58545
+ fontWeight: sectionproperties.generalbtn_fontweight,
58546
+ ':hover': {
58547
+ transition: '.3s',
58548
+ color: sectionproperties.generalbtn_textColoronhover,
58549
+ backgroundColor: sectionproperties.generalbtn_bgColoronhover
58550
+ }
58551
+ }),
59168
58552
  btnLeft: glamor.css({
59169
58553
  width: 40,
59170
58554
  height: 40,
@@ -59195,6 +58579,14 @@ var DynamicForm = function DynamicForm(props) {
59195
58579
  transition: '.3s',
59196
58580
  backgroundColor: '#044da6'
59197
58581
  }
58582
+ }),
58583
+ sectiontitle: glamor.css({
58584
+ color: sectionproperties.sectionTitleColor,
58585
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
58586
+ fontWeight: sectionproperties.sectionTitleFontWeight,
58587
+ '@media (max-width: 800px)': {
58588
+ fontSize: sectionproperties.sectionTitleFontSizeresp
58589
+ }
59198
58590
  })
59199
58591
  };
59200
58592
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59238,12 +58630,8 @@ var DynamicForm = function DynamicForm(props) {
59238
58630
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
59239
58631
  }
59240
58632
  }, /*#__PURE__*/React__default["default"].createElement("p", {
59241
- "class": "m-0 p-0",
59242
- style: {
59243
- color: sectionproperties.sectionTitleColor,
59244
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
59245
- fontWeight: sectionproperties.sectionTitleFontWeight
59246
- }
58633
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58634
+ style: {}
59247
58635
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
59248
58636
  "class": 'row m-0 w-100 p-3 mt-3'
59249
58637
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59364,12 +58752,8 @@ var DynamicForm = function DynamicForm(props) {
59364
58752
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
59365
58753
  }
59366
58754
  }, /*#__PURE__*/React__default["default"].createElement("p", {
59367
- "class": "m-0 p-0",
59368
- style: {
59369
- color: sectionproperties.sectionTitleColor,
59370
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
59371
- fontWeight: sectionproperties.sectionTitleFontWeight
59372
- }
58755
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58756
+ style: {}
59373
58757
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
59374
58758
  "class": 'row m-0 w-100 '
59375
58759
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59379,8 +58763,6 @@ var DynamicForm = function DynamicForm(props) {
59379
58763
  }, dynamicform === null || dynamicform === void 0 || (_dynamicform$fields5 = dynamicform.fields) === null || _dynamicform$fields5 === void 0 ? void 0 : _dynamicform$fields5.map(function (item, index) {
59380
58764
  if (item.type == 'text' || item.type == 'date' || item.type == 'number') {
59381
58765
  return inputitem(item, index);
59382
- } else if (item.type == 'phone number') {
59383
- return phonenumber(item, index);
59384
58766
  } else if (item.type == 'textarea') {
59385
58767
  return textareaitem(item, index);
59386
58768
  } else if (item.type == 'selectbox') {
@@ -59426,19 +58808,14 @@ var DynamicForm = function DynamicForm(props) {
59426
58808
  "class": "",
59427
58809
  color: '#fff'
59428
58810
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
59429
- "class": "row m-0 w-100 py-4",
59430
- style: {
59431
- background: sectionproperties.popupbackgroundcolor
59432
- }
59433
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59434
- "class": "col-lg-12 allcentered py-4"
58811
+ "class": "col-lg-12 allcentered my-4 py-4"
59435
58812
  }, /*#__PURE__*/React__default["default"].createElement("p", {
59436
58813
  "class": "m-0 p-0",
59437
58814
  style: {
59438
58815
  fontSize: 20,
59439
- color: sectionproperties.popuptextcolor
58816
+ color: '#000'
59440
58817
  }
59441
- }, confirmationtext)))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
58818
+ }, confirmationtext))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
59442
58819
  };
59443
58820
 
59444
58821
  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; }
@@ -60216,14 +59593,14 @@ var Freetextsection = function Freetextsection(props) {
60216
59593
  height: '1px',
60217
59594
  position: 'relative',
60218
59595
  flex: '1 1 auto',
60219
- minWidth: '10%',
59596
+ // minWidth: '10%',
60220
59597
  background: sectionproperties.linebgcolor
60221
59598
  }),
60222
59599
  line_right: glamor.css({
60223
59600
  height: '1px',
60224
59601
  position: 'relative',
60225
59602
  flex: '1 1 auto',
60226
- minWidth: '10%',
59603
+ // minWidth: '10%',
60227
59604
  background: sectionproperties.linebgcolor
60228
59605
  }),
60229
59606
  btn: glamor.css({
@@ -60261,36 +59638,40 @@ var Freetextsection = function Freetextsection(props) {
60261
59638
  top: 0,
60262
59639
  bottom: 0
60263
59640
  }
59641
+ }),
59642
+ sectiontitlecontent: glamor.css({
59643
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59644
+ color: sectionproperties.sectionTitleColor,
59645
+ textTransform: sectionproperties.sectionTitleTextTransform,
59646
+ fontWeight: sectionproperties.sectionTitleFontWeight,
59647
+ // padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59648
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
59649
+ '@media (max-width: 800px)': {
59650
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
59651
+ }
60264
59652
  })
60265
59653
  };
60266
59654
  var SectionTitle = function SectionTitle() {
60267
59655
  return /*#__PURE__*/React__default["default"].createElement("div", {
60268
- "class": "d-flex align-items-center flex-row",
59656
+ "class": "d-flex align-items-center allcentered",
60269
59657
  style: {
60270
59658
  position: 'relative',
60271
59659
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
60272
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
59660
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
59661
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
60273
59662
  }
60274
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60275
- "class": section_styles.line_left,
60276
- style: {
60277
- marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60278
- marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
60279
- }
60280
- }), /*#__PURE__*/React__default["default"].createElement("p", {
59663
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
60281
59664
  "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 ',
59665
+ style: {}
59666
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
59667
+ "class": section_styles.sectiontitlecontent
59668
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60282
59669
  style: {
60283
- color: sectionproperties.sectionTitleColor,
60284
- textTransform: sectionproperties.sectionTitleTextTransform,
60285
- fontWeight: sectionproperties.sectionTitleFontWeight,
60286
- padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
60287
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
60288
- }
60289
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60290
- "class": section_styles.line_right,
60291
- style: {
60292
- marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60293
- marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59670
+ width: '50%',
59671
+ background: sectionproperties.linebgcolor,
59672
+ height: 3,
59673
+ borderRadius: 10,
59674
+ marginTop: 5
60294
59675
  }
60295
59676
  }));
60296
59677
  };
@@ -60349,8 +59730,8 @@ var Freetextsection = function Freetextsection(props) {
60349
59730
  style: {
60350
59731
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
60351
59732
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
60352
- paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
60353
- paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
59733
+ paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
59734
+ paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
60354
59735
  zIndex: 100,
60355
59736
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
60356
59737
  }
@@ -60398,7 +59779,45 @@ var Freetextsection = function Freetextsection(props) {
60398
59779
  "class": "w-100 allcentered",
60399
59780
  style: {
60400
59781
  background: sectionproperties.outerbgcolor
59782
+ // backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
60401
59783
  }
59784
+ }, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
59785
+ "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
59786
+ style: {
59787
+ marginTop: sectionproperties.marginTop + 'px',
59788
+ marginBottom: sectionproperties.marginBottom + 'px'
59789
+ }
59790
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59791
+ "class": "col-lg-12 p-0"
59792
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59793
+ "class": "row m-0 w-100 allcentered"
59794
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59795
+ "class": "col-lg-10 col-md-11 mt-3 mb-3",
59796
+ style: {
59797
+ background: 'white',
59798
+ borderRadius: 10,
59799
+ boxShadow: '0 0 10px #ccc',
59800
+ padding: 40
59801
+ }
59802
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59803
+ "class": "row m-0 w-100"
59804
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59805
+ "class": "col-lg-3 col-md-12 allcentered"
59806
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59807
+ "class": "w-100 d-flex allcentered mb-md-4"
59808
+ }, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
59809
+ "class": "col-lg-9 col-md-12 p-md-0",
59810
+ style: {
59811
+ paddingLeft: langdetect == 'en' ? '50px' : 0,
59812
+ paddingRight: langdetect == 'ar' ? '50px' : 0
59813
+ }
59814
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59815
+ "class": "row m-0 w-100 text-start text-md-center",
59816
+ style: {
59817
+ fontSize: sectionproperties.prodCatFontSize + 'px'
59818
+ }
59819
+ }, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
59820
+ "class": "row m-0 w-100"
60402
59821
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60403
59822
  "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
60404
59823
  style: {
@@ -60413,7 +59832,7 @@ var Freetextsection = function Freetextsection(props) {
60413
59832
  marginBottom: sectionproperties.marginBottom + 'px',
60414
59833
  background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
60415
59834
  }
60416
- }, SectionContent('responsive')));
59835
+ }, SectionContent('responsive'))));
60417
59836
  };
60418
59837
 
60419
59838
  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; }
@@ -60486,6 +59905,28 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60486
59905
  color: sectionproperties.generalbtn_textColoronhover
60487
59906
  }
60488
59907
  }),
59908
+ btn2: glamor.css({
59909
+ width: sectionproperties.generalbtn_width + 'px',
59910
+ height: sectionproperties.generalbtn_height + 'px',
59911
+ // backgroundColor: sectionproperties.generalbtn_bgColor,
59912
+ color: sectionproperties.generalbtn_bgColoronhover,
59913
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
59914
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
59915
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
59916
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
59917
+ border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
59918
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
59919
+ fontWeight: sectionproperties.generalbtn_fontweight,
59920
+ marginTop: sectionproperties.generalbtn_marginTop + 'px',
59921
+ marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
59922
+ transition: '.3s',
59923
+ cursor: 'pointer',
59924
+ ':hover': {
59925
+ // backgroundColor: sectionproperties.generalbtn_bgColoronhover,
59926
+ color: sectionproperties.sectionproperties,
59927
+ borderColor: sectionproperties.sectionproperties
59928
+ }
59929
+ }),
60489
59930
  sectiontitlespan: glamor.css({
60490
59931
  paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
60491
59932
  paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
@@ -60500,7 +59941,8 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60500
59941
  width: sectionproperties.sectitle_lineafterwidth + '%',
60501
59942
  display: 'block',
60502
59943
  backgroundColor: sectionproperties.linebgcolor,
60503
- borderRadius: '6px'
59944
+ borderRadius: '6px',
59945
+ marginTop: 15
60504
59946
  }
60505
59947
  }),
60506
59948
  facebook_btn: glamor.css({
@@ -60609,11 +60051,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60609
60051
  };
60610
60052
  var SectionTitle = function SectionTitle() {
60611
60053
  return /*#__PURE__*/React__default["default"].createElement("p", {
60612
- "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 ',
60054
+ "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 ',
60613
60055
  style: {
60614
60056
  color: sectionproperties.sectionTitleColor,
60615
60057
  fontWeight: sectionproperties.sectionTitleFontWeight,
60616
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
60058
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
60617
60059
  }
60618
60060
  }, sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60619
60061
  "class": "".concat(section_styles.sectiontitlespan) + ' pl-md-2 pr-md-2 left-md-0 '
@@ -60641,8 +60083,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60641
60083
  borderRadius: sectionproperties.reservation_borderradius + 'px'
60642
60084
  }
60643
60085
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60644
- "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 ',
60645
- style: {}
60086
+ "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 ',
60087
+ style: {
60088
+ // padding: 20,
60089
+ }
60646
60090
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60647
60091
  "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 ',
60648
60092
  style: {
@@ -60781,7 +60225,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60781
60225
  })))));
60782
60226
  };
60783
60227
  var Image = function Image() {
60784
- var _imagesarray$, _imagesarray$7, _imagesarray$8;
60228
+ var _imagesarray$, _imagesarray$7, _imagesarray$8, _imagesarray$9, _imagesarray$10;
60785
60229
  return /*#__PURE__*/React__default["default"].createElement("div", {
60786
60230
  "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',
60787
60231
  style: {
@@ -60803,29 +60247,43 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60803
60247
  }
60804
60248
  }
60805
60249
  }
60250
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60251
+ "class": "col-lg-12 p-0 d-flex d-md-none justify-content-center align-items-center"
60806
60252
  }, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
60807
60253
  "class": section_styles.imageimage,
60808
60254
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60809
60255
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60810
60256
  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),
60811
60257
  style: {}
60812
- }));
60258
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
60259
+ "class": "col-lg-12 p-0 d-none d-md-flex justify-content-center align-items-center"
60260
+ }, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
60261
+ "class": section_styles.imageimage,
60262
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60263
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60264
+ 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),
60265
+ style: {}
60266
+ })));
60813
60267
  };
60814
60268
  return /*#__PURE__*/React__default["default"].createElement("div", {
60815
- "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 ',
60269
+ "class": "row m-0 w-100 allcentered"
60270
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60271
+ "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center ',
60816
60272
  style: {
60817
60273
  marginTop: sectionproperties.marginTop + 'px',
60818
60274
  marginBottom: sectionproperties.marginBottom + 'px',
60819
- background: sectionproperties.backgroundColor
60275
+ background: sectionproperties.backgroundColor,
60276
+ width: sectionproperties.width + 'vw',
60277
+ borderRadius: sectionproperties.sectioncardborderradius + 'px'
60820
60278
  }
60821
60279
  }, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
60822
- "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',
60280
+ "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',
60823
60281
  style: {
60824
60282
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
60825
60283
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
60826
- width: sectionproperties.width + 'vw',
60827
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
60828
- borderRadius: sectionproperties.sectioncardborderradius + 'px'
60284
+ // width: sectionproperties.width + 'vw',
60285
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
60286
+ // borderRadius: sectionproperties.sectioncardborderradius + 'px',
60829
60287
  }
60830
60288
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60831
60289
  "class":
@@ -60856,10 +60314,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60856
60314
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60857
60315
  }
60858
60316
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60859
- "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 ',
60317
+ "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 ',
60860
60318
  style: {
60861
60319
  background: sectionproperties.reservation_bgcolor,
60862
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60320
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60321
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60322
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60323
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60863
60324
  }
60864
60325
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60865
60326
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60876,6 +60337,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60876
60337
  style: {
60877
60338
  position: 'relative',
60878
60339
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60340
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
60879
60341
  fontSize: sectionproperties.sectionTitleFontSize + 'px',
60880
60342
  backgroundColor: sectionproperties.sectiontitlebgcolor,
60881
60343
  borderRadius: sectionproperties.sectiontitleborderradius + 'px',
@@ -60939,7 +60401,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60939
60401
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60940
60402
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60941
60403
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60942
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60404
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60943
60405
  onClick: function onClick() {
60944
60406
  if (sectionproperties.btntype == 'WhatsApp') {
60945
60407
  var _authdetailsContext$i9;
@@ -60958,7 +60420,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60958
60420
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60959
60421
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60960
60422
  }
60961
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60423
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), sectionproperties.showbtn2 == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
60424
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60425
+ onClick: function onClick() {
60426
+ if (sectionproperties.btntype == 'WhatsApp') {
60427
+ var _authdetailsContext$i11;
60428
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
60429
+ var _authdetailsContext$i12;
60430
+ 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');
60431
+ }
60432
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60433
+ // window.open(sectionproperties.btnlink, '_target');
60434
+ routingcountext(sectionproperties.btnlink2, false, '');
60435
+ } else {
60436
+ window.open(sectionproperties.btnlink2, '_blank');
60437
+ }
60438
+ },
60439
+ style: {
60440
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60441
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60442
+ }
60443
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
60962
60444
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60963
60445
  style: {
60964
60446
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60968,10 +60450,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60968
60450
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60969
60451
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60970
60452
  onClick: function onClick() {
60971
- var _authdetailsContext$i11;
60972
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
60973
- var _authdetailsContext$i12;
60974
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
60453
+ var _authdetailsContext$i13;
60454
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
60455
+ var _authdetailsContext$i14;
60456
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
60975
60457
  }
60976
60458
  }
60977
60459
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60979,10 +60461,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60979
60461
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60980
60462
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60981
60463
  onClick: function onClick() {
60982
- var _authdetailsContext$i13;
60983
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
60984
- var _authdetailsContext$i14;
60985
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
60464
+ var _authdetailsContext$i15;
60465
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
60466
+ var _authdetailsContext$i16;
60467
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
60986
60468
  }
60987
60469
  }
60988
60470
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60990,10 +60472,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60990
60472
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60991
60473
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60992
60474
  onClick: function onClick() {
60993
- var _authdetailsContext$i15;
60994
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
60995
- var _authdetailsContext$i16;
60996
- 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');
60475
+ var _authdetailsContext$i17;
60476
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60477
+ var _authdetailsContext$i18;
60478
+ 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');
60997
60479
  }
60998
60480
  }
60999
60481
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -61007,10 +60489,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61007
60489
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61008
60490
  }
61009
60491
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61010
- "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 ',
60492
+ "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 ',
61011
60493
  style: {
61012
60494
  background: sectionproperties.reservation_bgcolor,
61013
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60495
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60496
+ borderRadius: sectionproperties.reservation_borderradius + 'px'
61014
60497
  }
61015
60498
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61016
60499
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -61093,10 +60576,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61093
60576
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
61094
60577
  onClick: function onClick() {
61095
60578
  if (sectionproperties.btntype == 'WhatsApp') {
61096
- var _authdetailsContext$i17;
61097
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
61098
- var _authdetailsContext$i18;
61099
- 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');
60579
+ var _authdetailsContext$i19;
60580
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
60581
+ var _authdetailsContext$i20;
60582
+ 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');
61100
60583
  }
61101
60584
  } else if (sectionproperties.btntype == 'App/Web Page') {
61102
60585
  // window.open(sectionproperties.btnlink, '_target');
@@ -61119,10 +60602,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61119
60602
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61120
60603
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61121
60604
  onClick: function onClick() {
61122
- var _authdetailsContext$i19;
61123
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
61124
- var _authdetailsContext$i20;
61125
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
60605
+ var _authdetailsContext$i21;
60606
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
60607
+ var _authdetailsContext$i22;
60608
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
61126
60609
  }
61127
60610
  }
61128
60611
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -61130,10 +60613,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61130
60613
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61131
60614
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61132
60615
  onClick: function onClick() {
61133
- var _authdetailsContext$i21;
61134
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
61135
- var _authdetailsContext$i22;
61136
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
60616
+ var _authdetailsContext$i23;
60617
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
60618
+ var _authdetailsContext$i24;
60619
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
61137
60620
  }
61138
60621
  }
61139
60622
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -61141,10 +60624,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61141
60624
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61142
60625
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61143
60626
  onClick: function onClick() {
61144
- var _authdetailsContext$i23;
61145
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
61146
- var _authdetailsContext$i24;
61147
- 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');
60627
+ var _authdetailsContext$i25;
60628
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60629
+ var _authdetailsContext$i26;
60630
+ 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');
61148
60631
  }
61149
60632
  }
61150
60633
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -61158,10 +60641,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61158
60641
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61159
60642
  }
61160
60643
  }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
61161
- "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 ',
60644
+ "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 ',
61162
60645
  style: {
61163
60646
  background: sectionproperties.reservation_bgcolor,
61164
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60647
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60648
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60649
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60650
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
61165
60651
  }
61166
60652
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61167
60653
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -61241,13 +60727,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61241
60727
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61242
60728
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
61243
60729
  }, /*#__PURE__*/React__default["default"].createElement("button", {
61244
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60730
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
61245
60731
  onClick: function onClick() {
61246
60732
  if (sectionproperties.btntype == 'WhatsApp') {
61247
- var _authdetailsContext$i25;
61248
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
61249
- var _authdetailsContext$i26;
61250
- 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');
60733
+ var _authdetailsContext$i27;
60734
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
60735
+ var _authdetailsContext$i28;
60736
+ 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');
61251
60737
  }
61252
60738
  } else if (sectionproperties.btntype == 'App/Web Page') {
61253
60739
  // window.open(sectionproperties.btnlink, '_target');
@@ -61260,7 +60746,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61260
60746
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
61261
60747
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
61262
60748
  }
61263
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60749
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
60750
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60751
+ onClick: function onClick() {
60752
+ if (sectionproperties.btntype == 'WhatsApp') {
60753
+ var _authdetailsContext$i29;
60754
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
60755
+ var _authdetailsContext$i30;
60756
+ 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');
60757
+ }
60758
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60759
+ // window.open(sectionproperties.btnlink, '_target');
60760
+ routingcountext(sectionproperties.btnlink2, false, '');
60761
+ } else {
60762
+ window.open(sectionproperties.btnlink2, '_blank');
60763
+ }
60764
+ },
60765
+ style: {
60766
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60767
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60768
+ }
60769
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
61264
60770
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
61265
60771
  style: {
61266
60772
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -61270,10 +60776,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61270
60776
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61271
60777
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61272
60778
  onClick: function onClick() {
61273
- var _authdetailsContext$i27;
61274
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
61275
- var _authdetailsContext$i28;
61276
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60779
+ var _authdetailsContext$i31;
60780
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
60781
+ var _authdetailsContext$i32;
60782
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
61277
60783
  }
61278
60784
  }
61279
60785
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -61281,10 +60787,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61281
60787
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61282
60788
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61283
60789
  onClick: function onClick() {
61284
- var _authdetailsContext$i29;
61285
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
61286
- var _authdetailsContext$i30;
61287
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60790
+ var _authdetailsContext$i33;
60791
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
60792
+ var _authdetailsContext$i34;
60793
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
61288
60794
  }
61289
60795
  }
61290
60796
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -61292,10 +60798,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61292
60798
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61293
60799
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61294
60800
  onClick: function onClick() {
61295
- var _authdetailsContext$i31;
61296
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
61297
- var _authdetailsContext$i32;
61298
- 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');
60801
+ var _authdetailsContext$i35;
60802
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
60803
+ var _authdetailsContext$i36;
60804
+ 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');
61299
60805
  }
61300
60806
  }
61301
60807
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -61395,10 +60901,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61395
60901
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
61396
60902
  onClick: function onClick() {
61397
60903
  if (sectionproperties.btntype == 'WhatsApp') {
61398
- var _authdetailsContext$i33;
61399
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
61400
- var _authdetailsContext$i34;
61401
- 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');
60904
+ var _authdetailsContext$i37;
60905
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
60906
+ var _authdetailsContext$i38;
60907
+ 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');
61402
60908
  }
61403
60909
  } else if (sectionproperties.btntype == 'App/Web Page') {
61404
60910
  // window.open(sectionproperties.btnlink, '_target');
@@ -61421,10 +60927,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61421
60927
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61422
60928
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61423
60929
  onClick: function onClick() {
61424
- var _authdetailsContext$i35;
61425
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
61426
- var _authdetailsContext$i36;
61427
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
60930
+ var _authdetailsContext$i39;
60931
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
60932
+ var _authdetailsContext$i40;
60933
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
61428
60934
  }
61429
60935
  }
61430
60936
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -61432,10 +60938,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61432
60938
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61433
60939
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61434
60940
  onClick: function onClick() {
61435
- var _authdetailsContext$i37;
61436
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
61437
- var _authdetailsContext$i38;
61438
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
60941
+ var _authdetailsContext$i41;
60942
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
60943
+ var _authdetailsContext$i42;
60944
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
61439
60945
  }
61440
60946
  }
61441
60947
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -61443,10 +60949,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61443
60949
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61444
60950
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61445
60951
  onClick: function onClick() {
61446
- var _authdetailsContext$i39;
61447
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
61448
- var _authdetailsContext$i40;
61449
- 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');
60952
+ var _authdetailsContext$i43;
60953
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
60954
+ var _authdetailsContext$i44;
60955
+ 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');
61450
60956
  }
61451
60957
  }
61452
60958
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -61513,7 +61019,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
61513
61019
  }
61514
61020
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
61515
61021
  "class": "w-100 mb-md-3"
61516
- }, " ", Image()), Content())))));
61022
+ }, " ", Image()), Content()))))));
61517
61023
  };
61518
61024
 
61519
61025
  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; }
@@ -61740,7 +61246,7 @@ var Servicesection = function Servicesection(props) {
61740
61246
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
61741
61247
  };
61742
61248
  return /*#__PURE__*/React__default["default"].createElement("div", {
61743
- "class": ' row ml-0 mr-0 align-items-center w-md-100 ',
61249
+ "class": ' row ml-0 mr-0 align-items-center ',
61744
61250
  style: {
61745
61251
  width: sectionproperties.width + 'vw',
61746
61252
  marginTop: sectionproperties.marginTop + 'px',
@@ -61846,7 +61352,7 @@ var Servicesection = function Servicesection(props) {
61846
61352
  "class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
61847
61353
  }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61848
61354
  return /*#__PURE__*/React__default["default"].createElement("div", {
61849
- "class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
61355
+ "class": "col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
61850
61356
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61851
61357
  // class="m-lg-auto d-flex justify-content-center"
61852
61358
  "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',
@@ -61870,7 +61376,7 @@ var Servicesection = function Servicesection(props) {
61870
61376
  window.open(cardinfoitem.btnlink, '_blank');
61871
61377
  }
61872
61378
  }
61873
- }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
61379
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61874
61380
  "class": "d-flex d-sm-none",
61875
61381
  style: {
61876
61382
  width: sectionproperties.image_width + 'px',
@@ -61888,7 +61394,7 @@ var Servicesection = function Servicesection(props) {
61888
61394
  width: '100%',
61889
61395
  objectFit: 'cover'
61890
61396
  }
61891
- })), sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
61397
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61892
61398
  "class": "d-none d-sm-flex mt-auto mb-auto",
61893
61399
  style: {
61894
61400
  width: 35,
@@ -61937,22 +61443,89 @@ var Servicesection = function Servicesection(props) {
61937
61443
 
61938
61444
  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; }
61939
61445
  function _objectSpread$T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$T(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
61446
+ // const minuteSeconds = 60;
61447
+ // const hourSeconds = 3600;
61448
+ // const daySeconds = 86400;
61449
+
61450
+ // const timerProps = {
61451
+ // isPlaying: true,
61452
+ // size: 120,
61453
+ // strokeWidth: 6,
61454
+ // };
61455
+
61456
+ var formatTime = function formatTime(time) {
61457
+ var days = Math.floor(time / (60 * 60 * 24));
61458
+ var hours = Math.floor(time % (60 * 60 * 24) / (60 * 60));
61459
+ var minutes = Math.floor(time % (60 * 60) / 60);
61460
+ var seconds = time % 60;
61461
+ return {
61462
+ days: days,
61463
+ hours: hours,
61464
+ minutes: minutes,
61465
+ seconds: seconds
61466
+ };
61467
+ };
61468
+ // const renderTime = (dimension, time) => {
61469
+ // return (
61470
+ // <div className="time-wrapper">
61471
+ // <div className="time">{time}</div>
61472
+ // <div>{dimension}</div>
61473
+ // </div>
61474
+ // );
61475
+ // };
61476
+
61477
+ // const getTimeSeconds = (time) => (minuteSeconds - time) | 0;
61478
+ // const getTimeMinutes = (time) => ((time % hourSeconds) / minuteSeconds) | 0;
61479
+ // const getTimeHours = (time) => ((time % daySeconds) / hourSeconds) | 0;
61480
+ // const getTimeDays = (time) => (time / daySeconds) | 0;
61481
+
61940
61482
  var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61941
61483
  var _maincontainerarrayof;
61942
- var _useState = React.useState(''),
61484
+ var targetStartDate = new Date('2024-12-16T12:00:00');
61485
+ var _useState = React.useState(0),
61943
61486
  _useState2 = _slicedToArray__default["default"](_useState, 2),
61944
- sectionproperties = _useState2[0],
61945
- setsectionproperties = _useState2[1];
61946
- var _useState3 = React.useState([]),
61487
+ remainingTimeInSeconds = _useState2[0],
61488
+ setRemainingTimeInSeconds = _useState2[1];
61489
+ var _useState3 = React.useState(''),
61947
61490
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
61948
- cardsarray = _useState4[0],
61949
- setcardsarray = _useState4[1];
61491
+ sectionproperties = _useState4[0],
61492
+ setsectionproperties = _useState4[1];
61493
+ var _useState5 = React.useState([]),
61494
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
61495
+ cardsarray = _useState6[0],
61496
+ setcardsarray = _useState6[1];
61950
61497
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
61951
61498
  props.actions.lang;
61952
61499
  var langdetect = props.actions.langdetect;
61953
61500
  var ikimagecredcontext = props.actions.ikimagecredcontext;
61954
61501
  var routingcountext = props.actions.routingcountext;
61955
61502
  var authdetailsContext = props.actions.authdetailsContext;
61503
+
61504
+ // const remainingTime = endTime - stratTime;
61505
+ // // const days = Math.ceil(remainingTime / daySeconds);
61506
+ // const daysDuration = days * daySeconds;
61507
+ React.useEffect(function () {
61508
+ var interval = setInterval(function () {
61509
+ var currentTime = new Date();
61510
+ var differenceInSeconds = Math.max(Math.floor((targetStartDate - currentTime) / 1000), 0);
61511
+ setRemainingTimeInSeconds(differenceInSeconds);
61512
+ }, 1000); // Update every second
61513
+
61514
+ return function () {
61515
+ return clearInterval(interval);
61516
+ }; // Cleanup interval on unmount
61517
+ }, [targetStartDate]);
61518
+
61519
+ // Format the remaining time into days, hours, minutes, and seconds
61520
+ var _formatTime = formatTime(remainingTimeInSeconds),
61521
+ days = _formatTime.days,
61522
+ hours = _formatTime.hours,
61523
+ minutes = _formatTime.minutes,
61524
+ seconds = _formatTime.seconds;
61525
+ var _useState7 = React.useState([]),
61526
+ _useState8 = _slicedToArray__default["default"](_useState7, 2),
61527
+ maincontainerarrayofobjs = _useState8[0],
61528
+ setmaincontainerarrayofobjs = _useState8[1];
61956
61529
  React.useEffect(function () {
61957
61530
  var secpropobj = {};
61958
61531
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -61974,10 +61547,6 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61974
61547
  }
61975
61548
  }
61976
61549
  }, [sectionproperties]);
61977
- var _useState5 = React.useState([]),
61978
- _useState6 = _slicedToArray__default["default"](_useState5, 2),
61979
- maincontainerarrayofobjs = _useState6[0],
61980
- setmaincontainerarrayofobjs = _useState6[1];
61981
61550
  React.useEffect(function () {
61982
61551
  if (sectionproperties.length != 0 && sectionproperties.maincontainerarrayofobjs != undefined) {
61983
61552
  var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
@@ -62082,6 +61651,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62082
61651
  }
62083
61652
  }),
62084
61653
  cardContainer: glamor.css({
61654
+ background: sectionproperties.reservation_bgcolor,
62085
61655
  ':hover .imageContainer': {
62086
61656
  transition: '.3s',
62087
61657
  backgroundColor: sectionproperties.activedotcolor
@@ -62089,6 +61659,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62089
61659
  ':hover .text1Styles': {
62090
61660
  transition: '.3s',
62091
61661
  color: sectionproperties.text1secondarycolor
61662
+ },
61663
+ ':hover': {
61664
+ background: sectionproperties.innersectionbgcolorhover
62092
61665
  }
62093
61666
  }),
62094
61667
  btnstyles: glamor.css({
@@ -62097,7 +61670,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62097
61670
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
62098
61671
  color: sectionproperties.generalbtn_textColor,
62099
61672
  fontWeight: sectionproperties.generalbtn_fontweight,
62100
- textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61673
+ // textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
62101
61674
  backgroundColor: sectionproperties.generalbtn_bgColor,
62102
61675
  borderRadius: sectionproperties.generalbtnborderradius,
62103
61676
  ':hover': {
@@ -62169,18 +61742,22 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62169
61742
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
62170
61743
  }
62171
61744
  }, /*#__PURE__*/React__default["default"].createElement("div", {
62172
- "class": "d-flex align-items-center flex-row allcentered",
61745
+ "class": "d-flex align-items-center flex-column allcentered",
62173
61746
  style: {
62174
61747
  position: 'relative',
62175
61748
  width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
62176
61749
  }
62177
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
62178
- "class": sectionStyles.line_left
62179
- }), /*#__PURE__*/React__default["default"].createElement("p", {
61750
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
62180
61751
  "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 ',
62181
61752
  style: {}
62182
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
62183
- "class": sectionStyles.line_right
61753
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61754
+ style: {
61755
+ width: '50%',
61756
+ background: sectionproperties.linebgcolor,
61757
+ height: 3,
61758
+ borderRadius: 10,
61759
+ marginTop: 5
61760
+ }
62184
61761
  })))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
62185
61762
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
62186
61763
  style: {
@@ -62192,10 +61769,215 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62192
61769
  }, /*#__PURE__*/React__default["default"].createElement("p", {
62193
61770
  "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',
62194
61771
  style: {}
62195
- }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61772
+ }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61773
+ "class": "row m-0 w-100 allcentered"
61774
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61775
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61776
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61777
+ isPlaying: true,
61778
+ duration: remainingTimeInSeconds,
61779
+ colors: "#013c48",
61780
+ strokeWidth: 8,
61781
+ size: 120,
61782
+ initialRemainingTime: remainingTimeInSeconds
61783
+ }, function (_ref) {
61784
+ _ref.elapsedTime;
61785
+ _ref.color;
61786
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61787
+ style: {
61788
+ color: '#bea04b',
61789
+ fontSize: 23,
61790
+ fontWeight: 600
61791
+ },
61792
+ "class": "allcentered"
61793
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61794
+ className: "time-wrapper allcentered flex-column"
61795
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61796
+ className: "time"
61797
+ }, days), /*#__PURE__*/React__default["default"].createElement("div", null, "\u064A\u0648\u0645")));
61798
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61799
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61800
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61801
+ isPlaying: true,
61802
+ duration: remainingTimeInSeconds,
61803
+ colors: "#013c48",
61804
+ strokeWidth: 8,
61805
+ size: 120,
61806
+ initialRemainingTime: remainingTimeInSeconds
61807
+ }, function (_ref2) {
61808
+ _ref2.elapsedTime;
61809
+ _ref2.color;
61810
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61811
+ style: {
61812
+ color: '#bea04b',
61813
+ fontSize: 23,
61814
+ fontWeight: 600
61815
+ },
61816
+ "class": "allcentered"
61817
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61818
+ className: "time-wrapper allcentered flex-column"
61819
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61820
+ className: "time"
61821
+ }, hours), /*#__PURE__*/React__default["default"].createElement("div", null, "\u0633\u0627\u0639\u0629")));
61822
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61823
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61824
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61825
+ isPlaying: true,
61826
+ duration: remainingTimeInSeconds,
61827
+ colors: "#013c48",
61828
+ strokeWidth: 8,
61829
+ size: 120,
61830
+ initialRemainingTime: remainingTimeInSeconds
61831
+ }, function (_ref3) {
61832
+ _ref3.elapsedTime;
61833
+ _ref3.color;
61834
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61835
+ style: {
61836
+ color: '#bea04b',
61837
+ fontSize: 23,
61838
+ fontWeight: 600
61839
+ },
61840
+ "class": "allcentered"
61841
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61842
+ className: "time-wrapper allcentered flex-column"
61843
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61844
+ className: "time"
61845
+ }, minutes), /*#__PURE__*/React__default["default"].createElement("div", null, "\u062F\u0642\u064A\u0642\u0629")));
61846
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61847
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61848
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61849
+ isPlaying: true,
61850
+ duration: remainingTimeInSeconds,
61851
+ colors: "#013c48",
61852
+ strokeWidth: 8,
61853
+ size: 120,
61854
+ initialRemainingTime: remainingTimeInSeconds
61855
+ }, function (_ref4) {
61856
+ _ref4.elapsedTime;
61857
+ _ref4.color;
61858
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61859
+ style: {
61860
+ color: '#bea04b',
61861
+ fontSize: 23,
61862
+ fontWeight: 600
61863
+ },
61864
+ "class": "allcentered"
61865
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61866
+ className: "time-wrapper allcentered flex-column"
61867
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61868
+ className: "time"
61869
+ }, seconds), /*#__PURE__*/React__default["default"].createElement("div", null, "\u062B\u0627\u0646\u064A\u0629")));
61870
+ }))), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61871
+ "class": "row m-0 w-100 d-flex justify-content-center"
61872
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61873
+ return /*#__PURE__*/React__default["default"].createElement("div", {
61874
+ "class": 'flip-card d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 ',
61875
+ style: {
61876
+ zIndex: 2,
61877
+ paddingLeft: sectionproperties.marginhorizontal + 'px',
61878
+ paddingRight: sectionproperties.marginhorizontal + 'px'
61879
+ }
61880
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61881
+ "class": "flip-card-inner",
61882
+ style: {
61883
+ background: sectionproperties.reservation_bgcolor,
61884
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
61885
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
61886
+ }
61887
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61888
+ "class": "flip-card-front"
61889
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61890
+ "class": "row m-0 w-100"
61891
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61892
+ "class": "col-lg-12 d-flex align-items-center p-0",
61893
+ style: {
61894
+ marginBottom: sectionproperties.image_mb + 'px',
61895
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61896
+ }
61897
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61898
+ "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
61899
+ style: {
61900
+ background: 'transparent'
61901
+ }
61902
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61903
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61904
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61905
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61906
+ style: {
61907
+ maxHeight: sectionproperties.iconcontainerwidth + '%',
61908
+ maxWidth: sectionproperties.iconcontainerwidth + '%',
61909
+ objectFit: 'contain'
61910
+ }
61911
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
61912
+ "class": "col-lg-12 d-flex p-0",
61913
+ style: {
61914
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61915
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61916
+ }
61917
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61918
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61919
+ style: {
61920
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
61921
+ }
61922
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
61923
+ "class": "flip-card-back allcentered"
61924
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61925
+ "class": "row m-0 w-100 allcentered"
61926
+ }, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61927
+ "class": "col-lg-12 d-flex align-items-center p-0",
61928
+ style: {
61929
+ marginBottom: sectionproperties.image_mb + 'px',
61930
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61931
+ }
61932
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61933
+ "class": ' d-flex align-items-center ',
61934
+ style: {
61935
+ width: '30%',
61936
+ height: '30%',
61937
+ justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
61938
+ }
61939
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61940
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61941
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61942
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61943
+ style: {
61944
+ maxHeight: '100%',
61945
+ maxWidth: '100%',
61946
+ objectFit: 'contain'
61947
+ }
61948
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
61949
+ "class": "col-lg-12 d-flex p-0",
61950
+ style: {
61951
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61952
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61953
+ }
61954
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61955
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61956
+ style: {
61957
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61958
+ color: ' #FFECB5',
61959
+ fontSize: 14
61960
+ }
61961
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
61962
+ "class": "col-lg-12 d-flex p-0",
61963
+ style: {
61964
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61965
+ }
61966
+ }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
61967
+ "class": "m-0 wordbreak",
61968
+ style: {
61969
+ color: sectionproperties.slideshowText2ContentColor,
61970
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
61971
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
61972
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
61973
+ }
61974
+ }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
61975
+ })), sectionproperties.flippingcards == 'No' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61976
+ "class": "row m-0 w-100"
61977
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
62196
61978
  var _authdetailsContext$i;
62197
61979
  return /*#__PURE__*/React__default["default"].createElement("div", {
62198
- "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,
61980
+ "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,
62199
61981
  style: {
62200
61982
  zIndex: 2,
62201
61983
  paddingLeft: sectionproperties.marginhorizontal + 'px',
@@ -62205,20 +61987,37 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62205
61987
  "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 ',
62206
61988
  style: {
62207
61989
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
62208
- background: sectionproperties.reservation_bgcolor,
62209
61990
  paddingTop: sectionproperties.reservation_padding_top + 'px',
62210
61991
  paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
62211
61992
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
62212
61993
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
62213
61994
  borderRadius: sectionproperties.reservation_borderradius + 'px',
62214
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61995
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61996
+ // sectionproperties.innersectionbordertype == 'All'
61997
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61998
+ // : cardinfoindex != cardsarray.length - 1
61999
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62000
+ // : '',
62215
62001
  // cardinfoindex != cardsarray.length - 1
62216
62002
  // ? sectionproperties.innersectionbordertype == 'All'
62217
62003
  // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62218
62004
  // : ''
62219
62005
  // : '',
62220
- borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
62221
- borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
62006
+ // borderRight:
62007
+ // cardinfoindex != cardsarray.length - 1
62008
+ // ? sectionproperties.innersectionbordertype == 'Right'
62009
+ // ? langdetect == 'en'
62010
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62011
+ // : ''
62012
+ // : ''
62013
+ // : '',
62014
+ // borderLeft:
62015
+ // sectionproperties.innersectionbordertype == 'Right'
62016
+ // ? langdetect == 'ar'
62017
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62018
+ // : ''
62019
+ // : '',
62020
+ borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
62222
62021
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
62223
62022
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
62224
62023
  },
@@ -62341,7 +62140,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
62341
62140
  }
62342
62141
  }
62343
62142
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
62344
- }))));
62143
+ })))));
62345
62144
  };
62346
62145
 
62347
62146
  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 ";
@@ -69452,12 +69251,6 @@ var Card23 = function Card23(props) {
69452
69251
  marginBottom: sectionproperties.image_mb + 'px'
69453
69252
  }
69454
69253
  }, Image('normal')), /*#__PURE__*/React__default["default"].createElement("div", {
69455
- "class": cardsstyles2.imageContainer + ' d-none d-md-flex ',
69456
- style: {
69457
- height: sectionproperties.height_responsive + 'px',
69458
- marginBottom: sectionproperties.image_mb + 'px'
69459
- }
69460
- }, Image('responsive')), /*#__PURE__*/React__default["default"].createElement("div", {
69461
69254
  "class": sectionproperties.innersectionpaddinghorizontal == 0 ? 'row m-0 w-100' : 'row m-0 w-100 pl-sm-2 pr-sm-2',
69462
69255
  style: {
69463
69256
  paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
@@ -71483,7 +71276,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
71483
71276
  fontWeight: sectionproperties.generaltext_fontWeight,
71484
71277
  transition: '.3s',
71485
71278
  cursor: 'pointer',
71486
- zIndex: 100,
71279
+ zIndex: 1000,
71487
71280
  ':hover': {
71488
71281
  color: sectionproperties.text_secondarycolor
71489
71282
  }
@@ -71502,7 +71295,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
71502
71295
  textTransform: sectionproperties.generalbtn_texttransform,
71503
71296
  opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
71504
71297
  top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
71505
- zIndex: 100,
71298
+ zIndex: 1000,
71506
71299
  ':hover': {
71507
71300
  backgroundColor: sectionproperties.generalbtn_bgColoronhover,
71508
71301
  color: sectionproperties.generalbtn_textColoronhover,
@@ -71910,8 +71703,7 @@ var Classiccategorycard = function Classiccategorycard(props) {
71910
71703
  width: '100%',
71911
71704
  bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
71912
71705
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
71913
- paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
71914
- left: 0
71706
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
71915
71707
  }
71916
71708
  }, /*#__PURE__*/React__default["default"].createElement("div", {
71917
71709
  "class": "".concat(card_cssstyles.textContainer, " ") + ' allcentered pl-2 pr-2 '
@@ -72302,6 +72094,11 @@ var MenuCard = function MenuCard(props) {
72302
72094
  React.useEffect(function () {
72303
72095
  setitem(props.cardinfoitemprops);
72304
72096
  }, [props.cardinfoitemprops]);
72097
+ var plainString = function plainString(html) {
72098
+ var divContainer = document.createElement('div');
72099
+ divContainer.innerHTML = html;
72100
+ return divContainer.textContent || divContainer.innerText || '';
72101
+ };
72305
72102
  // const addtocartfunc = () => {
72306
72103
  // const addtocardpayloadobj = {
72307
72104
  // functype: 'add',
@@ -72533,7 +72330,7 @@ var MenuCard = function MenuCard(props) {
72533
72330
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
72534
72331
  }
72535
72332
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
72536
- "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 px-sm-2 '
72333
+ "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 '
72537
72334
  }, /*#__PURE__*/React__default["default"].createElement("div", {
72538
72335
  "class": "row w-100 m-0 d-flex"
72539
72336
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -72544,7 +72341,7 @@ var MenuCard = function MenuCard(props) {
72544
72341
  routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
72545
72342
  }
72546
72343
  },
72547
- "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 ',
72344
+ "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 ',
72548
72345
  style: {}
72549
72346
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
72550
72347
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
@@ -72577,25 +72374,12 @@ var MenuCard = function MenuCard(props) {
72577
72374
  style: {
72578
72375
  textAlign: langdetect == 'en' ? 'left' : 'right'
72579
72376
  }
72580
- }, item.name)), sectionproperties.prodCatShow == 'Show' &&
72581
- /*#__PURE__*/
72582
- // <p
72583
- // // class={`${card_cssstyles.productDescStyles}` + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 '}
72584
- // // style={{
72585
- // // textAlign: langdetect == 'en' ? 'left' : 'right',
72586
- // // }}
72587
- // // >
72588
- // // {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
72589
- // // </p>
72590
- React__default["default"].createElement("p", {
72591
- "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 ',
72377
+ }, item.name)), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
72378
+ "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 ',
72592
72379
  style: {
72593
- textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
72594
- },
72595
- dangerouslySetInnerHTML: {
72596
- __html: item.shortdescription
72380
+ textAlign: langdetect == 'en' ? 'left' : 'right'
72597
72381
  }
72598
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
72382
+ }, plainString(langdetect == 'en' ? item.description_en : item.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
72599
72383
  style: {
72600
72384
  display: 'flex',
72601
72385
  flexDirection: 'column',
@@ -72603,16 +72387,16 @@ var MenuCard = function MenuCard(props) {
72603
72387
  },
72604
72388
  "class": "col-lg-3 col-md-3 col-sm-12 mt-2 p-0"
72605
72389
  }, /*#__PURE__*/React__default["default"].createElement("div", {
72606
- "class": "row m-0 w-100 d-flex flex-column flex-sm-column justify-content-end justify-content-sm-start"
72390
+ "class": "row m-0 w-100 d-flex flex-column flex-sm-row justify-content-end justify-content-sm-start"
72607
72391
  }, sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
72608
72392
  "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 '
72609
72393
  }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React__default["default"].createElement("p", {
72610
72394
  "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 '
72611
72395
  }, langdetect == 'en' ? 'EGP' : '', ' ', item.hassale == 1 ? parseFloat(Number(item.defaultsaleprice).toFixed(2)) : parseFloat(Number(item.defaultprice).toFixed(2)), ' ', langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
72612
- "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 '
72396
+ "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 '
72613
72397
  }, langdetect == 'en' ? 'EGP' : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React__default["default"].createElement("p", {
72614
- "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 '
72615
- }, langdetect == 'en' ? 'EGP' : '', " ", parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : 'ج.م')), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
72398
+ "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 '
72399
+ }, langdetect == 'en' ? 'EGP' : '', parseFloat(Number(item.defaultprice).toFixed(2)), " ", langdetect == 'en' ? '' : 'ج.م')), sectionproperties.quantitybtn_show == 'hide' && sectionproperties.favBtnShow == 'Hide' && sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
72616
72400
  "class": "row m-0 mt-auto w-100"
72617
72401
  }, /*#__PURE__*/React__default["default"].createElement("div", {
72618
72402
  "class": "col-lg-12 d-flex justify-content-end p-0"
@@ -76962,7 +76746,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
76962
76746
  var ikimagecredcontext = props.actions.ikimagecredcontext;
76963
76747
  props.actions.NotificationManager;
76964
76748
  var AddtoCartContext = props.actions.AddtoCartContext;
76965
- var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
76749
+ var AddtoCartMutationContext = props.AddtoCartMutationContext;
76966
76750
  var _useState5 = React.useState(''),
76967
76751
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
76968
76752
  addtocardpayloadobj = _useState6[0];
@@ -77563,7 +77347,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
77563
77347
  style: {
77564
77348
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
77565
77349
  }
77566
- }, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
77350
+ }, plainString(item.shortdescription)), /*#__PURE__*/React__default["default"].createElement("div", {
77567
77351
  style: {
77568
77352
  flexDirection: 'column'
77569
77353
  },
@@ -78948,7 +78732,9 @@ var QuantityButtonBasedProductCard = function QuantityButtonBasedProductCard(pro
78948
78732
  "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : " ".concat(card_cssstyles.productcard),
78949
78733
  style: {
78950
78734
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
78951
- paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
78735
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
78736
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
78737
+ maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px'
78952
78738
  }
78953
78739
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
78954
78740
  "class": ' cursor-pointer w-100 ',