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.umd.js CHANGED
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('imagekitio-react'), require('@babel/runtime/helpers/toConsumableArray'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/fa/FaPlus'), require('@react-icons/all-files/fa/FaMinus'), require('@react-icons/all-files/fi/FiBox'), require('@react-icons/all-files/ri/RiArrowGoBackLine'), require('react-accessible-accordion'), require('react-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlinePlusCircle'), require('@react-icons/all-files/hi/HiOutlineMinusCircle'), require('react-textarea-autosize'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('@mui/system'), require('react-horizontal-scrolling-menu'), require('@mui/material'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('react-player'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/fi/FiCalendar'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-phone-input-2'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-router-dom'), require('react-query'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-input-range'), require('react-intersection-observer'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiSliders'), require('@react-icons/all-files/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('@react-icons/all-files/hi/HiOutlineArrowRight'), require('@react-icons/all-files/hi/HiOutlineArrowLeft'), require('react-paginate'), require('@react-icons/all-files/fa/FaFacebook'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/ai/AiOutlineClose'), require('@react-icons/all-files/vsc/VscMenu'), require('@react-icons/all-files/vsc/VscHeart'), require('@react-icons/all-files/io5/IoSearchOutline'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fa/FaLinkedinIn'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/ri/RiUserSettingsLine'), require('@react-icons/all-files/hi/HiUserCircle'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/fa/FaTelegramPlane'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/fi/FiGlobe'), require('@react-icons/all-files/bi/BiUserCircle'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/ai/AiOutlineLinkedin'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('react-select'), require('@react-icons/all-files/go/GoStar'), require('@react-icons/all-files/io/IoIosStar'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/fa/FaRegEye'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp')) :
3
- typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'imagekitio-react', '@babel/runtime/helpers/toConsumableArray', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/fa/FaPlus', '@react-icons/all-files/fa/FaMinus', '@react-icons/all-files/fi/FiBox', '@react-icons/all-files/ri/RiArrowGoBackLine', 'react-accessible-accordion', 'react-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlinePlusCircle', '@react-icons/all-files/hi/HiOutlineMinusCircle', 'react-textarea-autosize', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', '@mui/system', 'react-horizontal-scrolling-menu', '@mui/material', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', 'react-player', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', 'react-bootstrap/Dropdown', '@react-icons/all-files/fi/FiCalendar', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-phone-input-2', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-router-dom', 'react-query', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-input-range', 'react-intersection-observer', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiSliders', '@react-icons/all-files/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', '@react-icons/all-files/hi/HiOutlineArrowRight', '@react-icons/all-files/hi/HiOutlineArrowLeft', 'react-paginate', '@react-icons/all-files/fa/FaFacebook', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/ai/AiOutlineClose', '@react-icons/all-files/vsc/VscMenu', '@react-icons/all-files/vsc/VscHeart', '@react-icons/all-files/io5/IoSearchOutline', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fa/FaLinkedinIn', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/hi/HiUserCircle', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/fi/FiGlobe', '@react-icons/all-files/bi/BiUserCircle', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/ai/AiOutlineLinkedin', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', 'react-select', '@react-icons/all-files/go/GoStar', '@react-icons/all-files/io/IoIosStar', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.FaPlus, global.FaMinus, global.FiBox$1, global.RiArrowGoBackLine, global.reactAccessibleAccordion, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global.HiOutlinePlusCircle, null, global.TextareaAutosize, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, null, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.Dropdown, global.FiCalendar, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, global.BsChevronLeft, global.BsChevronRight, null, null, null, null, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.InputRange, global.reactIntersectionObserver, global.FiFilter, global.FiSliders, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, global.FaWhatsapp, global.BiGlobe, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.AiOutlineClose, global.VscMenu, global.VscHeart, global.IoSearchOutline, global.AiFillYoutube, global.IoLogoTiktok, global.FaLinkedinIn, global.FiMenu, global.BsChevronDown, global.IoClose, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.RiUserSettingsLine, global.HiUserCircle, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.FiGlobe, global.BiUserCircle, global.GoLocation, global.RiRoadMapLine, global.HiOutlineClock, global.AiOutlineLinkedin, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.Select$5, global.GoStar, global.IoIosStar, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
5
- })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, FaPlus, FaMinus, FiBox$1, RiArrowGoBackLine, reactAccessibleAccordion, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, HiOutlinePlusCircle, HiOutlineMinusCircle, TextareaAutosize, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, system, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, Dropdown, FiCalendar, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FiFilter, FiSliders, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, FaWhatsapp, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FaLinkedinIn, FiMenu, BsChevronDown, IoClose, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, RiUserSettingsLine, HiUserCircle, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, FiGlobe, BiUserCircle, GoLocation, RiRoadMapLine, HiOutlineClock, AiOutlineLinkedin, FaArrowAltCircleRight, FaArrowAltCircleLeft, Select$5, GoStar, IoIosStar, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@babel/runtime/helpers/slicedToArray'), require('react'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/assertThisInitialized'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('@babel/runtime/helpers/defineProperty'), require('universal-cookie'), require('react-cssfx-loading'), require('glamor'), require('@react-oauth/google'), require('jwt-decode'), require('react-facebook-login/dist/facebook-login-render-props'), require('@react-icons/all-files/fa/FaFacebookF'), require('@react-icons/all-files/ai/AiOutlineUser'), require('@react-icons/all-files/io/IoMdClose'), require('react-bootstrap'), require('imagekitio-react'), require('@babel/runtime/helpers/toConsumableArray'), require('react-image-gallery'), require('@react-icons/all-files/md/MdAddShoppingCart'), require('@react-icons/all-files/io5/IoBagHandleOutline'), require('@react-icons/all-files/bs/BsBag'), require('@react-icons/all-files/cg/CgShoppingBag'), require('@react-icons/all-files/fa/FaRegHeart'), require('@react-icons/all-files/fa/FaHeart'), require('@react-icons/all-files/fi/FiShoppingBag'), require('@react-icons/all-files/fi/FiShoppingCart'), require('@react-icons/all-files/ai/AiFillStar'), require('@react-icons/all-files/ai/AiOutlineStar'), require('@react-icons/all-files/fa/FaPlus'), require('@react-icons/all-files/fa/FaMinus'), require('@react-icons/all-files/fi/FiBox'), require('@react-icons/all-files/ri/RiArrowGoBackLine'), require('react-accessible-accordion'), require('react-share'), require('@react-icons/all-files/fi/FiMinus'), require('@react-icons/all-files/fi/FiPlus'), require('react-rating-stars-component'), require('@react-icons/all-files/fi/FiLayers'), require('@react-icons/all-files/hi/HiOutlinePlusCircle'), require('@react-icons/all-files/hi/HiOutlineMinusCircle'), require('react-textarea-autosize'), require('@react-icons/all-files/ai/AiOutlineClockCircle'), require('@react-icons/all-files/ai/AiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineCheck'), require('@mui/system'), require('react-horizontal-scrolling-menu'), require('@mui/material'), require('@react-icons/all-files/hi/HiOutlinePhone'), require('@react-icons/all-files/ai/AiOutlineMail'), require('@react-icons/all-files/fa/FaShippingFast'), require('@react-icons/all-files/ri/RiSecurePaymentLine'), require('react-player'), require('@react-icons/all-files/ai/AiOutlineSecurityScan'), require('@react-icons/all-files/fa/FaStar'), require('@react-icons/all-files/io5/IoLocationSharp'), require('@react-icons/all-files/hi/HiOutlineChevronRight'), require('@react-icons/all-files/hi/HiOutlineChevronLeft'), require('@react-icons/all-files/go/GoGlobe'), require('@react-icons/all-files/vsc/VscGlobe'), require('react-bootstrap/Dropdown'), require('@react-icons/all-files/fi/FiCalendar'), require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('@react-icons/all-files/hi/HiUser'), require('@react-icons/all-files/gr/GrMail'), require('@react-icons/all-files/fi/FiCheckCircle'), require('@react-icons/all-files/bi/BiPhone'), require('react-phone-input-2'), require('@react-icons/all-files/bs/BsChevronLeft'), require('@react-icons/all-files/bs/BsChevronRight'), require('@react-icons/all-files/ri/RiArrowUpSLine'), require('@react-icons/all-files/ri/RiArrowDownSLine'), require('@react-icons/all-files/io/IoIosArrowRoundForward'), require('@react-icons/all-files/io/IoIosArrowRoundBack'), require('@react-icons/all-files/fi/FiChevronUp'), require('@react-icons/all-files/fi/FiChevronDown'), require('@react-icons/all-files/hi/HiOutlinePlus'), require('@react-icons/all-files/ai/AiOutlineMinus'), require('react-router-dom'), require('react-query'), require('@react-icons/all-files/io5/IoBagCheckOutline'), require('@react-icons/all-files/io5/IoBagRemoveOutline'), require('react-input-range'), require('react-intersection-observer'), require('@react-icons/all-files/fi/FiFilter'), require('@react-icons/all-files/fi/FiSliders'), require('@react-icons/all-files/fi/FiChevronLeft'), require('@react-icons/all-files/fi/FiChevronRight'), require('@react-icons/all-files/hi/HiOutlineArrowRight'), require('@react-icons/all-files/hi/HiOutlineArrowLeft'), require('react-paginate'), require('@react-icons/all-files/fa/FaFacebook'), require('@react-icons/all-files/ai/AiFillInstagram'), require('@react-icons/all-files/fa/FaWhatsapp'), require('@react-icons/all-files/bi/BiGlobe'), require('@react-icons/all-files/md/MdKeyboardArrowDown'), require('@react-icons/all-files/fa/FaMoneyBillWave'), require('@react-icons/all-files/bi/BiLogOutCircle'), require('@react-icons/all-files/bi/BiChevronDown'), require('@react-icons/all-files/bi/BiUser'), require('@react-icons/all-files/ai/AiOutlineLogin'), require('@react-icons/all-files/ai/AiOutlineUserAdd'), require('@react-icons/all-files/ri/RiSearchLine'), require('@react-icons/all-files/cg/CgMenuLeft'), require('@react-icons/all-files/cg/CgMenuRight'), require('@react-icons/all-files/hi/HiOutlineShoppingBag'), require('@react-icons/all-files/ri/RiHandbagLine'), require('@react-icons/all-files/ai/AiOutlineClose'), require('@react-icons/all-files/vsc/VscMenu'), require('@react-icons/all-files/vsc/VscHeart'), require('@react-icons/all-files/io5/IoSearchOutline'), require('@react-icons/all-files/ai/AiFillYoutube'), require('@react-icons/all-files/io5/IoLogoTiktok'), require('@react-icons/all-files/fi/FiMenu'), require('@react-icons/all-files/bs/BsChevronDown'), require('@react-icons/all-files/io5/IoClose'), require('@react-icons/all-files/bi/BiSearch'), require('@react-icons/all-files/fi/FiUser'), require('@react-icons/all-files/ai/AiOutlineHeart'), require('@react-icons/all-files/fi/FiPhone'), require('@react-icons/all-files/hi/HiMenuAlt4'), require('@react-icons/all-files/fi/FiSearch'), require('@react-icons/all-files/bs/BsSearch'), require('@react-icons/all-files/ai/AiOutlinePhone'), require('@react-icons/all-files/go/GoSearch'), require('@react-icons/all-files/ai/AiOutlineInstagram'), require('@react-icons/all-files/ri/RiUserSettingsLine'), require('@react-icons/all-files/hi/HiUserCircle'), require('@react-icons/all-files/md/MdKeyboardArrowUp'), require('@react-icons/all-files/bs/BsInfoCircle'), require('@react-icons/all-files/ai/AiFillPhone'), require('@react-icons/all-files/fa/FaTelegramPlane'), require('@react-icons/all-files/fa/FaPhoneAlt'), require('@react-icons/all-files/fa/FaPhone'), require('@react-icons/all-files/fi/FiGlobe'), require('@react-icons/all-files/bi/BiUserCircle'), require('@react-icons/all-files/go/GoLocation'), require('@react-icons/all-files/fa/FaLinkedinIn'), require('@react-icons/all-files/ri/RiRoadMapLine'), require('@react-icons/all-files/hi/HiOutlineClock'), require('@react-icons/all-files/ai/AiOutlineLinkedin'), require('@react-icons/all-files/fa/FaArrowAltCircleRight'), require('@react-icons/all-files/fa/FaArrowAltCircleLeft'), require('react-select'), require('@react-icons/all-files/go/GoStar'), require('@react-icons/all-files/io/IoIosStar'), require('react-countdown-circle-timer'), require('react-background-slideshow'), require('@babel/runtime/helpers/extends'), require('react-slideshow-image'), require('@react-icons/all-files/hi/HiOutlineLocationMarker'), require('@react-icons/all-files/fi/FiPhoneCall'), require('@react-icons/all-files/fa/FaRegEye'), require('@react-icons/all-files/bs/BsArrowRight'), require('@react-icons/all-files/bs/BsArrowLeft'), require('@react-icons/all-files/bs/BsEye'), require('@react-icons/all-files/bi/BiTimeFive'), require('@react-icons/all-files/io/IoIosArrowUp')) :
3
+ typeof define === 'function' && define.amd ? define(['@babel/runtime/helpers/slicedToArray', 'react', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/assertThisInitialized', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', '@babel/runtime/helpers/defineProperty', 'universal-cookie', 'react-cssfx-loading', 'glamor', '@react-oauth/google', 'jwt-decode', 'react-facebook-login/dist/facebook-login-render-props', '@react-icons/all-files/fa/FaFacebookF', '@react-icons/all-files/ai/AiOutlineUser', '@react-icons/all-files/io/IoMdClose', 'react-bootstrap', 'imagekitio-react', '@babel/runtime/helpers/toConsumableArray', 'react-image-gallery', '@react-icons/all-files/md/MdAddShoppingCart', '@react-icons/all-files/io5/IoBagHandleOutline', '@react-icons/all-files/bs/BsBag', '@react-icons/all-files/cg/CgShoppingBag', '@react-icons/all-files/fa/FaRegHeart', '@react-icons/all-files/fa/FaHeart', '@react-icons/all-files/fi/FiShoppingBag', '@react-icons/all-files/fi/FiShoppingCart', '@react-icons/all-files/ai/AiFillStar', '@react-icons/all-files/ai/AiOutlineStar', '@react-icons/all-files/fa/FaPlus', '@react-icons/all-files/fa/FaMinus', '@react-icons/all-files/fi/FiBox', '@react-icons/all-files/ri/RiArrowGoBackLine', 'react-accessible-accordion', 'react-share', '@react-icons/all-files/fi/FiMinus', '@react-icons/all-files/fi/FiPlus', 'react-rating-stars-component', '@react-icons/all-files/fi/FiLayers', '@react-icons/all-files/hi/HiOutlinePlusCircle', '@react-icons/all-files/hi/HiOutlineMinusCircle', 'react-textarea-autosize', '@react-icons/all-files/ai/AiOutlineClockCircle', '@react-icons/all-files/ai/AiOutlinePlus', '@react-icons/all-files/ai/AiOutlineCheck', '@mui/system', 'react-horizontal-scrolling-menu', '@mui/material', '@react-icons/all-files/hi/HiOutlinePhone', '@react-icons/all-files/ai/AiOutlineMail', '@react-icons/all-files/fa/FaShippingFast', '@react-icons/all-files/ri/RiSecurePaymentLine', 'react-player', '@react-icons/all-files/ai/AiOutlineSecurityScan', '@react-icons/all-files/fa/FaStar', '@react-icons/all-files/io5/IoLocationSharp', '@react-icons/all-files/hi/HiOutlineChevronRight', '@react-icons/all-files/hi/HiOutlineChevronLeft', '@react-icons/all-files/go/GoGlobe', '@react-icons/all-files/vsc/VscGlobe', 'react-bootstrap/Dropdown', '@react-icons/all-files/fi/FiCalendar', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', '@react-icons/all-files/hi/HiUser', '@react-icons/all-files/gr/GrMail', '@react-icons/all-files/fi/FiCheckCircle', '@react-icons/all-files/bi/BiPhone', 'react-phone-input-2', '@react-icons/all-files/bs/BsChevronLeft', '@react-icons/all-files/bs/BsChevronRight', '@react-icons/all-files/ri/RiArrowUpSLine', '@react-icons/all-files/ri/RiArrowDownSLine', '@react-icons/all-files/io/IoIosArrowRoundForward', '@react-icons/all-files/io/IoIosArrowRoundBack', '@react-icons/all-files/fi/FiChevronUp', '@react-icons/all-files/fi/FiChevronDown', '@react-icons/all-files/hi/HiOutlinePlus', '@react-icons/all-files/ai/AiOutlineMinus', 'react-router-dom', 'react-query', '@react-icons/all-files/io5/IoBagCheckOutline', '@react-icons/all-files/io5/IoBagRemoveOutline', 'react-input-range', 'react-intersection-observer', '@react-icons/all-files/fi/FiFilter', '@react-icons/all-files/fi/FiSliders', '@react-icons/all-files/fi/FiChevronLeft', '@react-icons/all-files/fi/FiChevronRight', '@react-icons/all-files/hi/HiOutlineArrowRight', '@react-icons/all-files/hi/HiOutlineArrowLeft', 'react-paginate', '@react-icons/all-files/fa/FaFacebook', '@react-icons/all-files/ai/AiFillInstagram', '@react-icons/all-files/fa/FaWhatsapp', '@react-icons/all-files/bi/BiGlobe', '@react-icons/all-files/md/MdKeyboardArrowDown', '@react-icons/all-files/fa/FaMoneyBillWave', '@react-icons/all-files/bi/BiLogOutCircle', '@react-icons/all-files/bi/BiChevronDown', '@react-icons/all-files/bi/BiUser', '@react-icons/all-files/ai/AiOutlineLogin', '@react-icons/all-files/ai/AiOutlineUserAdd', '@react-icons/all-files/ri/RiSearchLine', '@react-icons/all-files/cg/CgMenuLeft', '@react-icons/all-files/cg/CgMenuRight', '@react-icons/all-files/hi/HiOutlineShoppingBag', '@react-icons/all-files/ri/RiHandbagLine', '@react-icons/all-files/ai/AiOutlineClose', '@react-icons/all-files/vsc/VscMenu', '@react-icons/all-files/vsc/VscHeart', '@react-icons/all-files/io5/IoSearchOutline', '@react-icons/all-files/ai/AiFillYoutube', '@react-icons/all-files/io5/IoLogoTiktok', '@react-icons/all-files/fi/FiMenu', '@react-icons/all-files/bs/BsChevronDown', '@react-icons/all-files/io5/IoClose', '@react-icons/all-files/bi/BiSearch', '@react-icons/all-files/fi/FiUser', '@react-icons/all-files/ai/AiOutlineHeart', '@react-icons/all-files/fi/FiPhone', '@react-icons/all-files/hi/HiMenuAlt4', '@react-icons/all-files/fi/FiSearch', '@react-icons/all-files/bs/BsSearch', '@react-icons/all-files/ai/AiOutlinePhone', '@react-icons/all-files/go/GoSearch', '@react-icons/all-files/ai/AiOutlineInstagram', '@react-icons/all-files/ri/RiUserSettingsLine', '@react-icons/all-files/hi/HiUserCircle', '@react-icons/all-files/md/MdKeyboardArrowUp', '@react-icons/all-files/bs/BsInfoCircle', '@react-icons/all-files/ai/AiFillPhone', '@react-icons/all-files/fa/FaTelegramPlane', '@react-icons/all-files/fa/FaPhoneAlt', '@react-icons/all-files/fa/FaPhone', '@react-icons/all-files/fi/FiGlobe', '@react-icons/all-files/bi/BiUserCircle', '@react-icons/all-files/go/GoLocation', '@react-icons/all-files/fa/FaLinkedinIn', '@react-icons/all-files/ri/RiRoadMapLine', '@react-icons/all-files/hi/HiOutlineClock', '@react-icons/all-files/ai/AiOutlineLinkedin', '@react-icons/all-files/fa/FaArrowAltCircleRight', '@react-icons/all-files/fa/FaArrowAltCircleLeft', 'react-select', '@react-icons/all-files/go/GoStar', '@react-icons/all-files/io/IoIosStar', 'react-countdown-circle-timer', 'react-background-slideshow', '@babel/runtime/helpers/extends', 'react-slideshow-image', '@react-icons/all-files/hi/HiOutlineLocationMarker', '@react-icons/all-files/fi/FiPhoneCall', '@react-icons/all-files/fa/FaRegEye', '@react-icons/all-files/bs/BsArrowRight', '@react-icons/all-files/bs/BsArrowLeft', '@react-icons/all-files/bs/BsEye', '@react-icons/all-files/bi/BiTimeFive', '@react-icons/all-files/io/IoIosArrowUp'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.tabexseriescomponents = factory(global._slicedToArray, global.React, global._classCallCheck, global._createClass, global._assertThisInitialized, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global._defineProperty, global.Cookies, global.reactCssfxLoading, global.glamor, global.google, global.jwtDecode, global.FacebookLogin, global.FaFacebookF, global.AiOutlineUser, global.IoMdClose, global.reactBootstrap, global.imagekitioReact, global._toConsumableArray, global.ImageGallery, global.MdAddShoppingCart, global.IoBagHandleOutline, global.BsBag, global.CgShoppingBag, global.FaRegHeart, global.FaHeart$1, global.FiShoppingBag, global.FiShoppingCart, global.AiFillStar$1, global.AiOutlineStar, global.FaPlus, global.FaMinus, global.FiBox$1, global.RiArrowGoBackLine, global.reactAccessibleAccordion, global.reactShare, global.FiMinus, global.FiPlus, global.ReactStars, global.FiLayers, global.HiOutlinePlusCircle, null, global.TextareaAutosize, global.AiOutlineClockCircle, global.AiOutlinePlus, global.AiOutlineCheck, null, global.reactHorizontalScrollingMenu, global.material, global.HiOutlinePhone, global.AiOutlineMail, global.FaShippingFast, global.RiSecurePaymentLine, global.ReactPlayer, global.AiOutlineSecurityScan, global.FaStar, global.IoLocationSharp, global.HiOutlineChevronRight, global.HiOutlineChevronLeft, global.GoGlobe, global.VscGlobe, global.Dropdown, global.FiCalendar, global._asyncToGenerator, global._regeneratorRuntime, global.HiUser, global.GrMail, global.FiCheckCircle, global.BiPhone, global.PhoneInput, global.BsChevronLeft, global.BsChevronRight, null, null, null, null, global.FiChevronUp, global.FiChevronDown, global.HiOutlinePlus, global.AiOutlineMinus, null, null, global.IoBagCheckOutline, global.IoBagRemoveOutline, global.InputRange, global.reactIntersectionObserver, global.FiFilter, global.FiSliders, global.FiChevronLeft, global.FiChevronRight, global.HiOutlineArrowRight, global.HiOutlineArrowLeft, global.ReactPaginate, global.FaFacebook, global.AiFillInstagram, global.FaWhatsapp, global.BiGlobe, global.MdKeyboardArrowDown, global.FaMoneyBillWave, global.BiLogOutCircle, global.BiChevronDown, global.BiUser, global.AiOutlineLogin, global.AiOutlineUserAdd, global.RiSearchLine, global.CgMenuLeft, global.CgMenuRight, global.HiOutlineShoppingBag, global.RiHandbagLine, global.AiOutlineClose, global.VscMenu, global.VscHeart, global.IoSearchOutline, global.AiFillYoutube, global.IoLogoTiktok, global.FiMenu, global.BsChevronDown, global.IoClose, global.BiSearch, global.FiUser, global.AiOutlineHeart, global.FiPhone, global.HiMenuAlt4, global.FiSearch, global.BsSearch, global.AiOutlinePhone, global.GoSearch, global.AiOutlineInstagram, global.RiUserSettingsLine, global.HiUserCircle, global.MdKeyboardArrowUp, global.BsInfoCircle, global.AiFillPhone, global.FaTelegramPlane, global.FaPhoneAlt, global.FaPhone, global.FiGlobe, global.BiUserCircle, global.GoLocation, global.FaLinkedinIn, global.RiRoadMapLine, global.HiOutlineClock, global.AiOutlineLinkedin, global.FaArrowAltCircleRight, global.FaArrowAltCircleLeft, global.Select$5, global.GoStar, global.IoIosStar, global.reactCountdownCircleTimer, global.BackgroundSlideshow, global._extends, global.reactSlideshowImage, global.HiOutlineLocationMarker, global.FiPhoneCall, global.FaRegEye, global.BsArrowRight, global.BsArrowLeft, global.BsEye, global.BiTimeFive, global.IoIosArrowUp));
5
+ })(this, (function (_slicedToArray, React, _classCallCheck, _createClass, _assertThisInitialized, _inherits, _possibleConstructorReturn, _getPrototypeOf, _defineProperty, Cookies, reactCssfxLoading, glamor, google, jwtDecode, FacebookLogin, FaFacebookF, AiOutlineUser, IoMdClose, reactBootstrap, imagekitioReact, _toConsumableArray, ImageGallery, MdAddShoppingCart, IoBagHandleOutline, BsBag, CgShoppingBag, FaRegHeart, FaHeart$1, FiShoppingBag, FiShoppingCart, AiFillStar$1, AiOutlineStar, FaPlus, FaMinus, FiBox$1, RiArrowGoBackLine, reactAccessibleAccordion, reactShare, FiMinus, FiPlus, ReactStars, FiLayers, HiOutlinePlusCircle, HiOutlineMinusCircle, TextareaAutosize, AiOutlineClockCircle, AiOutlinePlus, AiOutlineCheck, system, reactHorizontalScrollingMenu, material, HiOutlinePhone, AiOutlineMail, FaShippingFast, RiSecurePaymentLine, ReactPlayer, AiOutlineSecurityScan, FaStar, IoLocationSharp, HiOutlineChevronRight, HiOutlineChevronLeft, GoGlobe, VscGlobe, Dropdown, FiCalendar, _asyncToGenerator, _regeneratorRuntime, HiUser, GrMail, FiCheckCircle, BiPhone, PhoneInput, BsChevronLeft, BsChevronRight, RiArrowUpSLine, RiArrowDownSLine, IoIosArrowRoundForward, IoIosArrowRoundBack, FiChevronUp, FiChevronDown, HiOutlinePlus, AiOutlineMinus, reactRouterDom, reactQuery, IoBagCheckOutline, IoBagRemoveOutline, InputRange, reactIntersectionObserver, FiFilter, FiSliders, FiChevronLeft, FiChevronRight, HiOutlineArrowRight, HiOutlineArrowLeft, ReactPaginate, FaFacebook, AiFillInstagram, FaWhatsapp, BiGlobe, MdKeyboardArrowDown, FaMoneyBillWave, BiLogOutCircle, BiChevronDown, BiUser, AiOutlineLogin, AiOutlineUserAdd, RiSearchLine, CgMenuLeft, CgMenuRight, HiOutlineShoppingBag, RiHandbagLine, AiOutlineClose, VscMenu, VscHeart, IoSearchOutline, AiFillYoutube, IoLogoTiktok, FiMenu, BsChevronDown, IoClose, BiSearch, FiUser, AiOutlineHeart, FiPhone, HiMenuAlt4, FiSearch, BsSearch, AiOutlinePhone, GoSearch, AiOutlineInstagram, RiUserSettingsLine, HiUserCircle, MdKeyboardArrowUp, BsInfoCircle, AiFillPhone, FaTelegramPlane, FaPhoneAlt, FaPhone, FiGlobe, BiUserCircle, GoLocation, FaLinkedinIn, RiRoadMapLine, HiOutlineClock, AiOutlineLinkedin, FaArrowAltCircleRight, FaArrowAltCircleLeft, Select$5, GoStar, IoIosStar, reactCountdownCircleTimer, BackgroundSlideshow, _extends, reactSlideshowImage, HiOutlineLocationMarker, FiPhoneCall, FaRegEye, BsArrowRight, BsArrowLeft, BsEye, BiTimeFive, IoIosArrowUp) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -2240,7 +2240,7 @@
2240
2240
  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; }
2241
2241
  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; }
2242
2242
  var Product_itemtype = function Product_itemtype(props) {
2243
- 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;
2243
+ 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;
2244
2244
  var lang = props.actions.lang;
2245
2245
  var langdetect = props.actions.langdetect;
2246
2246
  var srcfromprops = props.actions.srcfromprops;
@@ -2431,7 +2431,7 @@
2431
2431
  }
2432
2432
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2433
2433
  "class": ' col-lg-12 p-0 '
2434
- }, 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", {
2434
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2435
2435
  "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
2436
2436
  style: {
2437
2437
  minHeight: sectionproperties.height + 'vh'
@@ -2566,7 +2566,7 @@
2566
2566
  textAlign: langdetect == 'en' ? 'left' : 'right',
2567
2567
  fontWeight: 400,
2568
2568
  color: sectionproperties.measurementunitcolor,
2569
- fontSize: sectionproperties.measurementunitcolor + 'px'
2569
+ fontSize: sectionproperties.measurementunitfontsize + 'px'
2570
2570
  }
2571
2571
  }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2572
2572
  "class": "col-lg-12 p-0 text-start"
@@ -2684,9 +2684,14 @@
2684
2684
  return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
2685
2685
  style: {
2686
2686
  textTransform: 'capitalize',
2687
- color: '#000'
2687
+ color: '#000',
2688
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2689
+ }
2690
+ }, 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", {
2691
+ style: {
2692
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2688
2693
  }
2689
- }, 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));
2694
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2690
2695
  }))))), 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, {
2691
2696
  actions: props.actions
2692
2697
  }), 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", {
@@ -3573,109 +3578,7 @@
3573
3578
  "class": "my-3"
3574
3579
  })), sectionproperties.showShareButton == 'Show' && sectionproperties.sharebtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
3575
3580
  "class": "col-lg-12 p-0 allcentered mt-2"
3576
- }, 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", {
3577
- "class": "".concat(productinfo_cssstyles.cardcontainer) + ' row ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
3578
- style: {
3579
- minHeight: sectionproperties.height + 'vh'
3580
- // paddingLeft: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
3581
- // paddingRight: srcfromprops == 'templatedraftrouter' ? 0 : langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
3582
- }
3583
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3584
- "class": "col-lg-12 allcentered p-0 mb-2"
3585
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3586
- className: "w-100 h-100",
3587
- style: {}
3588
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
3589
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3590
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3591
- 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),
3592
- style: {
3593
- width: '100%',
3594
- height: '100%',
3595
- objectFit: 'contain'
3596
- },
3597
- loading: "lazy"
3598
- }))), sectionproperties.showmeasurementunit == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
3599
- className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center mb-2 mt-3'
3600
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3601
- className: ' m-0 p-0 wordbreak d-flex justify-content-start ',
3602
- style: {
3603
- textAlign: langdetect == 'en' ? 'left' : 'right',
3604
- fontWeight: 400,
3605
- color: sectionproperties.measurementunitcolor,
3606
- fontSize: sectionproperties.measurementunitfontsize + 'px'
3607
- }
3608
- }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), /*#__PURE__*/React__default["default"].createElement("div", {
3609
- className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center'
3610
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3611
- 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 ',
3612
- onClick: function onClick() {
3613
- if (props.srcfromprops != 'templatedraftrouter') {
3614
- routingcountext(StaticPagesLinksContext.productinfo, true, fetchProductInfoQueryContext.data.data.productinfo.productid);
3615
- }
3616
- },
3617
- style: {
3618
- textAlign: langdetect == 'en' ? 'left' : 'right'
3619
- }
3620
- }, langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.name_en : fetchProductInfoQueryContext.data.data.productinfo.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
3621
- "class": "col-lg-12 col-md-12 p-0"
3622
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3623
- "class": "row m-0 w-100"
3624
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3625
- className: "col-lg-12 p-0 d-flex align-items-center justify-content-start"
3626
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3627
- "class": "m-0 p-0",
3628
- style: {
3629
- textAlign: langdetect == 'en' ? 'left' : 'right',
3630
- fontWeight: sectionproperties.prodCatFontWeight,
3631
- color: sectionproperties.prodCatColor,
3632
- fontSize: sectionproperties.prodCatFontSize + 'px'
3633
- }
3634
- }, langdetect == 'en' ? sectionproperties.shortdescriptiontitle_en : sectionproperties.shortdescriptiontitle_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
3635
- "class": "col-lg-12 mt-3"
3636
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3637
- className: 'm-0 p-0 wordbreak',
3638
- style: {
3639
- textAlign: langdetect == 'en' ? 'left' : 'right',
3640
- color: sectionproperties.prodCatColor
3641
- },
3642
- dangerouslySetInnerHTML: {
3643
- __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
3644
- }
3645
- })))), /*#__PURE__*/React__default["default"].createElement("div", {
3646
- "class": "col-lg-12 p-0 my-4"
3647
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3648
- "class": "row m-0 w-100"
3649
- }, (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) {
3650
- return /*#__PURE__*/React__default["default"].createElement("div", {
3651
- "class": "col-lg-4 col-sm-12"
3652
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3653
- "class": ' mx-2 w-100 h-100',
3654
- style: {}
3655
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
3656
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
3657
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
3658
- path: '/tr:w-500,h-500/' + item.path,
3659
- style: {
3660
- width: '100%',
3661
- height: '100%',
3662
- objectFit: 'contain'
3663
- },
3664
- loading: "lazy"
3665
- })));
3666
- })))), /*#__PURE__*/React__default["default"].createElement("div", {
3667
- "class": "col-lg-12 p-0 my-3"
3668
- }, /*#__PURE__*/React__default["default"].createElement("div", {
3669
- "class": "col-lg-12 p-0 d-flex justify-content-start"
3670
- }, /*#__PURE__*/React__default["default"].createElement("p", {
3671
- className: 'text-black m-0 p-0 wordbreak',
3672
- style: {
3673
- textAlign: langdetect == 'en' ? 'left' : 'right'
3674
- },
3675
- dangerouslySetInnerHTML: {
3676
- __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
3677
- }
3678
- }))))));
3581
+ }, ShareButtonsContainer()))))))));
3679
3582
  };
3680
3583
 
3681
3584
  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; }
@@ -6540,8 +6443,7 @@
6540
6443
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
6541
6444
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
6542
6445
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
6543
- borderTop: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6544
- borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6446
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
6545
6447
  marginBottom: sectionproperties.relatedProductsMb + 'px'
6546
6448
  }
6547
6449
  }, Relatedproducts.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -15166,7 +15068,6 @@
15166
15068
  });
15167
15069
  var Filter$1 = function Filter(props) {
15168
15070
  var _css;
15169
- var FetchAllVendorsQuery = props.actions.FetchAllVendorsQuery;
15170
15071
  var lang = props.actions.lang;
15171
15072
  var langdetect = props.actions.langdetect;
15172
15073
  props.actions.productfiltercontext;
@@ -15187,21 +15088,10 @@
15187
15088
  _useState2 = _slicedToArray__default["default"](_useState, 2);
15188
15089
  _useState2[0];
15189
15090
  _useState2[1];
15190
- var _useState3 = React.useState({
15191
- min: '',
15192
- max: ''
15193
- }),
15091
+ var _useState3 = React.useState([]),
15194
15092
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
15195
- pricevalue2 = _useState4[0],
15196
- setpricevalue2 = _useState4[1];
15197
- var _useState5 = React.useState([]),
15198
- _useState6 = _slicedToArray__default["default"](_useState5, 2),
15199
- productfeatuesarr = _useState6[0],
15200
- setproductfeatuesarr = _useState6[1];
15201
- var _useState7 = React.useState([]),
15202
- _useState8 = _slicedToArray__default["default"](_useState7, 2),
15203
- vendorarr = _useState8[0],
15204
- setvendorsarr = _useState8[1];
15093
+ productfeatuesarr = _useState4[0],
15094
+ setproductfeatuesarr = _useState4[1];
15205
15095
  var fetchTabexCountriesQueryContext = props.actions.fetchTabexCountriesQueryContext;
15206
15096
  var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
15207
15097
  var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
@@ -15210,50 +15100,41 @@
15210
15100
  var FetchTabexStatesPayloadobjContext = props.actions.FetchTabexStatesPayloadobjContext;
15211
15101
  var setFetchTabexStatesPayloadobjContext = props.actions.setFetchTabexStatesPayloadobjContext;
15212
15102
  var fetchProductFeaturesQueryContext = props.actions.fetchProductFeaturesQueryContext;
15213
- var _useState9 = React.useState(''),
15214
- _useState10 = _slicedToArray__default["default"](_useState9, 2),
15215
- sectionproperties = _useState10[0],
15216
- setsectionproperties = _useState10[1];
15103
+ var _useState5 = React.useState(''),
15104
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
15105
+ sectionproperties = _useState6[0],
15106
+ setsectionproperties = _useState6[1];
15217
15107
  // const [instfilters, setinstfilters] = useState([...authdetailsContext.instinfo.instfilters]);
15108
+ var _useState7 = React.useState([]),
15109
+ _useState8 = _slicedToArray__default["default"](_useState7, 2),
15110
+ instfilters = _useState8[0],
15111
+ setinstfilters = _useState8[1];
15112
+ var _useState9 = React.useState([]),
15113
+ _useState10 = _slicedToArray__default["default"](_useState9, 2),
15114
+ collectionstobevisible = _useState10[0],
15115
+ setcollectionstobevisible = _useState10[1];
15218
15116
  var _useState11 = React.useState([]),
15219
15117
  _useState12 = _slicedToArray__default["default"](_useState11, 2),
15220
- instfilters = _useState12[0],
15221
- setinstfilters = _useState12[1];
15118
+ instcollections = _useState12[0],
15119
+ setinstcollections = _useState12[1];
15222
15120
  var _useState13 = React.useState([]),
15223
15121
  _useState14 = _slicedToArray__default["default"](_useState13, 2),
15224
- collectionstobevisible = _useState14[0],
15225
- setcollectionstobevisible = _useState14[1];
15226
- var _useState15 = React.useState([]),
15227
- _useState16 = _slicedToArray__default["default"](_useState15, 2),
15228
- instcollections = _useState16[0],
15229
- setinstcollections = _useState16[1];
15230
- var _useState17 = React.useState([]),
15231
- _useState18 = _slicedToArray__default["default"](_useState17, 2),
15232
- instcategories = _useState18[0],
15233
- setinstcategories = _useState18[1];
15122
+ instcategories = _useState14[0],
15123
+ setinstcategories = _useState14[1];
15234
15124
  // const [sortby, setSortby] = useState('Sort by');
15235
- var _useState19 = React.useState({
15125
+ var _useState15 = React.useState({
15236
15126
  min: 0,
15237
15127
  max: 5
15238
15128
  }),
15239
- _useState20 = _slicedToArray__default["default"](_useState19, 2),
15240
- raterangevalue = _useState20[0],
15241
- setraterangevalue = _useState20[1];
15129
+ _useState16 = _slicedToArray__default["default"](_useState15, 2),
15130
+ raterangevalue = _useState16[0],
15131
+ setraterangevalue = _useState16[1];
15242
15132
  var timeoutRef = React__default["default"].useRef(null);
15243
- var _useState21 = React.useState(''),
15244
- _useState22 = _slicedToArray__default["default"](_useState21, 2);
15245
- _useState22[0];
15246
- var setsortbycontext = _useState22[1];
15247
- var _useState23 = React.useState(''),
15248
- _useState24 = _slicedToArray__default["default"](_useState23, 2),
15249
- pricefrom = _useState24[0];
15250
- _useState24[1];
15251
- var _useState25 = React.useState(''),
15252
- _useState26 = _slicedToArray__default["default"](_useState25, 2),
15253
- priceto = _useState26[0];
15254
- _useState26[1];
15255
- props.actions.setfetchingtype;
15256
- var _useState27 = React.useState([{
15133
+ var _useState17 = React.useState(''),
15134
+ _useState18 = _slicedToArray__default["default"](_useState17, 2);
15135
+ _useState18[0];
15136
+ var setsortbycontext = _useState18[1];
15137
+ var _useState19 = React.useState([{
15257
15138
  payloadvalue: 'sortprice',
15258
15139
  name: lang.price,
15259
15140
  filterarray: [{
@@ -15278,24 +15159,12 @@
15278
15159
  isfilterselected: false
15279
15160
  }]
15280
15161
  }]),
15281
- _useState28 = _slicedToArray__default["default"](_useState27, 2),
15282
- otherfilters = _useState28[0];
15283
- _useState28[1];
15162
+ _useState20 = _slicedToArray__default["default"](_useState19, 2),
15163
+ otherfilters = _useState20[0];
15164
+ _useState20[1];
15284
15165
  React.useEffect(function () {
15285
15166
  filterupdater();
15286
15167
  }, []);
15287
- React.useEffect(function () {
15288
- var _FetchAllVendorsQuery, _FetchAllVendorsQuery2;
15289
- 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) {
15290
- var _FetchAllVendorsQuery3, _temp;
15291
- var temp = _toConsumableArray__default["default"](vendorarr);
15292
- 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);
15293
- (_temp = temp) === null || _temp === void 0 || _temp.forEach(function (instfilteritem, instfilterindex) {
15294
- instfilteritem.isfilterselected = false;
15295
- });
15296
- setvendorsarr(_toConsumableArray__default["default"](temp));
15297
- }
15298
- }, [FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 ? void 0 : FetchAllVendorsQuery.isSuccess]);
15299
15168
  React.useEffect(function () {
15300
15169
  if (fetchproductoptionsQueryContext.isSuccess) {
15301
15170
  var _fetchproductoptionsQ;
@@ -15311,17 +15180,7 @@
15311
15180
  React.useEffect(function () {
15312
15181
  if (fetchcollectionsQueryContext.isSuccess) {
15313
15182
  var _fetchcollectionsQuer;
15314
- 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;
15315
- var tempcollinfilter = [];
15316
- {
15317
- tempcoll === null || tempcoll === void 0 || tempcoll.map(function (collectionitem, collectionindex) {
15318
- if (collectionitem.isshowntocustomers == 1 && collectionitem.isinftiler == 1) {
15319
- tempcollinfilter.push(collectionitem);
15320
- }
15321
- });
15322
- }
15323
- setinstcollections([].concat(tempcollinfilter));
15324
- // setinstcollections([...fetchcollectionsQueryContext?.data?.data?.collections]);
15183
+ 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));
15325
15184
  }
15326
15185
  }, [fetchcollectionsQueryContext.isSuccess]);
15327
15186
  // useEffect(() => {
@@ -16060,7 +15919,7 @@
16060
15919
  textAlign: langdetect == 'en' ? 'left' : 'right',
16061
15920
  color: sectionproperties.filtertitle_color
16062
15921
  }, _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)
16063
- }, langdetect == 'en' ? item.name_en : item.name_ar), /*#__PURE__*/React__default["default"].createElement("div", {
15922
+ }, langdetect == 'en' ? item.name_en : item.name_ar, item.type), /*#__PURE__*/React__default["default"].createElement("div", {
16064
15923
  "class": 'col-lg-12 pl-4 pr-4 mt-2 mb-2',
16065
15924
  style: {
16066
15925
  direction: 'ltr'
@@ -16484,10 +16343,10 @@
16484
16343
  isSearchable: true
16485
16344
  })))));
16486
16345
  };
16487
- var _useState29 = React.useState(false),
16488
- _useState30 = _slicedToArray__default["default"](_useState29, 2),
16489
- checked = _useState30[0],
16490
- setChecked = _useState30[1];
16346
+ var _useState21 = React.useState(false),
16347
+ _useState22 = _slicedToArray__default["default"](_useState21, 2),
16348
+ checked = _useState22[0],
16349
+ setChecked = _useState22[1];
16491
16350
  // const queryParameters = new URLSearchParams(window.location.search);
16492
16351
  // useEffect(() => {
16493
16352
  // // setsortbycontext('Sort By');
@@ -16844,48 +16703,7 @@
16844
16703
  "class": "row m-0 w-100"
16845
16704
  }, CollectionsFilter()), sectionproperties.showdynamicfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
16846
16705
  "class": "row m-0 w-100"
16847
- }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.showvendorfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
16848
- "class": "row m-0 w-100"
16849
- }, /*#__PURE__*/React__default["default"].createElement("div", {
16850
- className: "col-lg-12 p-0"
16851
- }, /*#__PURE__*/React__default["default"].createElement("div", {
16852
- className: "row m-0 w-100"
16853
- }, /*#__PURE__*/React__default["default"].createElement("div", {
16854
- "class": "col-lg-12 p-0 text-start mb-2"
16855
- }, /*#__PURE__*/React__default["default"].createElement("p", {
16856
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
16857
- }, langdetect == 'en' ? 'Brands' : 'الماركات')), vendorarr.map(function (item, index) {
16858
- return /*#__PURE__*/React__default["default"].createElement("div", {
16859
- 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 ',
16860
- onClick: function onClick() {
16861
- var _tempfetchproductsfil3;
16862
- var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
16863
- // alert(JSON.stringify(tempfetchproductsfilerobjcontext));
16864
- tempfetchproductsfilerobjcontext.vendorsarr = [];
16865
- tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil3 = tempfetchproductsfilerobjcontext.vendorsarr) === null || _tempfetchproductsfil3 === void 0 || _tempfetchproductsfil3.push(item.vendorid);
16866
- setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
16867
- var temp = _toConsumableArray__default["default"](vendorarr);
16868
- temp === null || temp === void 0 || temp.forEach(function (instfilteritem, instfilterindex) {
16869
- instfilteritem.isfilterselected = false;
16870
- });
16871
- item.isfilterselected = true;
16872
- setvendorsarr(_toConsumableArray__default["default"](temp));
16873
- }
16874
- }, /*#__PURE__*/React__default["default"].createElement("div", {
16875
- "class": "mr-2"
16876
- }, /*#__PURE__*/React__default["default"].createElement("div", {
16877
- className: " ".concat(item.isfilterselected ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
16878
- }, /*#__PURE__*/React__default["default"].createElement("i", {
16879
- className: "h-100 d-flex align-items-center"
16880
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
16881
- className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
16882
- }, /*#__PURE__*/React__default["default"].createElement("p", {
16883
- className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
16884
- style: {
16885
- color: item.isfilterselected ? sectionproperties.activecat_color : ''
16886
- }
16887
- }, langdetect == 'en' ? item.vendorname : item.vendorname)));
16888
- }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
16706
+ }, DynamicFilter()), sectionproperties.showvariantsfilter == 'Show' && InstFilters()))), /*#__PURE__*/React__default["default"].createElement("div", {
16889
16707
  className: "col-lg-12"
16890
16708
  }, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas, {
16891
16709
  show: props === null || props === void 0 ? void 0 : props.openFilterSlider,
@@ -17060,176 +16878,7 @@
17060
16878
  }
17061
16879
  })))), /*#__PURE__*/React__default["default"].createElement("div", {
17062
16880
  className: filter_cssstyles.filteraccordion + ' col-lg-12 filter-accordion p-md-0 pl-4 pr-4 '
17063
- }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17064
- "class": "row m-0 w-100"
17065
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17066
- "class": "col-lg-12 d-flex justify-content-start p-0"
17067
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17068
- className: "m-0 p-0 font-16 font-weight-600",
17069
- style: {
17070
- color: sectionproperties.filter_titlecolor,
17071
- fontSize: sectionproperties.filter_titlefontsize + 'px',
17072
- fontWeight: sectionproperties.filter_titlefontweight,
17073
- textTransform: sectionproperties.filter_titletextransform
17074
- }
17075
- }, langdetect == 'en' ? 'Sort By' : 'ترتيب حسب')), /*#__PURE__*/React__default["default"].createElement("div", {
17076
- className: "col-lg-12"
17077
- }, /*#__PURE__*/React__default["default"].createElement("hr", {
17078
- className: "mt-2 mb-3"
17079
- })), otherfilters.map(function (item, index) {
17080
- return /*#__PURE__*/React__default["default"].createElement("div", {
17081
- className: "col-lg-12 p-0"
17082
- }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
17083
- allowMultipleExpanded: true,
17084
- allowZeroExpanded: true,
17085
- preExpanded: [0, 1, 2, 3],
17086
- style: {
17087
- width: '100%'
17088
- }
17089
- }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItem, {
17090
- uuid: index
17091
- }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemHeading, null, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemButton, null, /*#__PURE__*/React__default["default"].createElement("div", {
17092
- className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17093
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17094
- className: "col-lg-10 col-md-10 col-sm-10 p-0"
17095
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17096
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17097
- }, item.name)), /*#__PURE__*/React__default["default"].createElement("div", {
17098
- className: "col-lg-2 col-md-2 col-sm-2 p-0"
17099
- }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
17100
- if (state.expanded == true) {
17101
- return /*#__PURE__*/React__default["default"].createElement("i", {
17102
- className: filter_cssstyles.collapsetitle + ' collapsetitle h-100 d-flex align-items-center justify-content-end '
17103
- }, /*#__PURE__*/React__default["default"].createElement(FiChevronUp.FiChevronUp, null));
17104
- } else {
17105
- return /*#__PURE__*/React__default["default"].createElement("i", {
17106
- className: filter_cssstyles.collapsetitle + ' h-100 d-flex align-items-center justify-content-end '
17107
- }, /*#__PURE__*/React__default["default"].createElement(FiChevronDown.FiChevronDown, null));
17108
- }
17109
- }))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
17110
- className: "p-0"
17111
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17112
- className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
17113
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17114
- className: 'col-lg-12'
17115
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17116
- className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
17117
- }, item.filterarray.map(function (valueitem, valueindex) {
17118
- var ischecked = false;
17119
- if (item.payloadvalue == 'sortprice') {
17120
- if (valueitem.value == ProductFilterObjContext.sortprice) {
17121
- ischecked = true;
17122
- }
17123
- } else if (item.payloadvalue == 'sortdates') {
17124
- if (valueitem.value == ProductFilterObjContext.sortdates) {
17125
- ischecked = true;
17126
- }
17127
- }
17128
- return /*#__PURE__*/React__default["default"].createElement("div", {
17129
- 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 ',
17130
- onClick: function onClick() {
17131
- var tempfetchproductsfilerobjcontext = _objectSpread$2b({}, ProductFilterObjContext);
17132
- if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
17133
- tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
17134
- } else {
17135
- tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
17136
- }
17137
- tempfetchproductsfilerobjcontext.page = 0;
17138
- setProductFilterObjContext(_objectSpread$2b({}, tempfetchproductsfilerobjcontext));
17139
- filterrouting(tempfetchproductsfilerobjcontext);
17140
- }
17141
- }, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
17142
- className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' d-flex align-items-center '
17143
- }, /*#__PURE__*/React__default["default"].createElement("i", {
17144
- className: "h-100 d-flex align-items-center"
17145
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
17146
- className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
17147
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17148
- className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
17149
- style: {
17150
- color: ischecked ? sectionproperties.activecat_color : ''
17151
- }
17152
- }, valueitem.name)));
17153
- }))))))));
17154
- }), sectionproperties.showfilterbyrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17155
- className: "col-lg-12 pl-4 pr-4"
17156
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17157
- className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 pl-md-3 pr-md-3 '
17158
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17159
- className: "col-lg-12 col-md-12 col-sm-12 p-0 mb-3"
17160
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17161
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 collapsetitle ' : filter_cssstyles.collapsetitle + ' collapsetitle m-0 p-0 text-right'
17162
- }, langdetect == 'en' ? 'Ratings' : 'التقييمات')), /*#__PURE__*/React__default["default"].createElement("div", {
17163
- className: "col-lg-12 col-md-12 col-sm-12 mb-4"
17164
- }, /*#__PURE__*/React__default["default"].createElement(InputRange__default["default"], {
17165
- draggableTrack: true,
17166
- formatLabel: function formatLabel(value) {
17167
- return "".concat(value);
17168
- },
17169
- maxValue: 5,
17170
- minValue: 0,
17171
- value: raterangevalue,
17172
- onChange: function onChange(value) {
17173
- setraterangevalue(_objectSpread$2b({}, value));
17174
- }
17175
- }))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React__default["default"].createElement("div", {
17176
- "class": "row m-0 w-100 mb-3 mt-2"
17177
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17178
- "class": "col-lg-12 p-0 text-start mb-2"
17179
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17180
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17181
- }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React__default["default"].createElement("div", {
17182
- className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17183
- }, /*#__PURE__*/React__default["default"].createElement("label", {
17184
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17185
- }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React__default["default"].createElement("input", {
17186
- type: "text",
17187
- value: pricevalue2.min,
17188
- onChange: function onChange(event) {
17189
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17190
- temppricevalue.min = event.target.value;
17191
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17192
- // var temppayloadobj = { ...pricefrom };
17193
- // temppayloadobj = event.target.value;
17194
- // setpricefrom({ ...temppayloadobj });
17195
- },
17196
-
17197
- style: {
17198
- background: '#fff',
17199
- border: '1px solid #ccc',
17200
- borderRadius: 5,
17201
- color: '#000',
17202
- height: 35,
17203
- width: '100%',
17204
- paddingLeft: 10,
17205
- paddingRight: 10
17206
- }
17207
- })), /*#__PURE__*/React__default["default"].createElement("div", {
17208
- className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17209
- }, /*#__PURE__*/React__default["default"].createElement("label", {
17210
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17211
- }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React__default["default"].createElement("input", {
17212
- type: "text",
17213
- value: pricevalue2.max,
17214
- onChange: function onChange(event) {
17215
- // var temppayloadobj = { ...priceto };
17216
- // temppayloadobj = event.target.value;
17217
- // setpriceto({ ...temppayloadobj });
17218
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17219
- temppricevalue.max = event.target.value;
17220
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17221
- },
17222
- style: {
17223
- width: '100%',
17224
- background: '#fff',
17225
- border: '1px solid #ccc',
17226
- borderRadius: 5,
17227
- color: '#000',
17228
- height: 35,
17229
- paddingRight: 10,
17230
- paddingLeft: 10
17231
- }
17232
- }))), sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
16881
+ }, sectionproperties.showcountriesfilter == 'Show' && Countriesfilter(), sectionproperties.showvariantsfilter == 'Show' && InstFilters(), sectionproperties.filterType == 'All' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17233
16882
  "class": "row m-0 w-100 mb-3"
17234
16883
  }, CategoriesFilter()), sectionproperties.filterType == 'Collections' && sectionproperties.showcategoriesfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17235
16884
  "class": "row m-0 w-100 mb-3"
@@ -17306,7 +16955,7 @@
17306
16955
  }
17307
16956
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17308
16957
  className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
17309
- }, sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
16958
+ }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
17310
16959
  allowMultipleExpanded: true,
17311
16960
  allowZeroExpanded: true,
17312
16961
  preExpanded: [0, 1, 2, 3],
@@ -17382,57 +17031,7 @@
17382
17031
  }
17383
17032
  }, valueitem.name)));
17384
17033
  }));
17385
- }))))))), authdetailsContext.instinfo.instid == '673f49cede6cb' && /*#__PURE__*/React__default["default"].createElement("div", {
17386
- "class": "row m-0 w-100 mb-3 mt-2 px-3"
17387
- }, /*#__PURE__*/React__default["default"].createElement("div", {
17388
- "class": "col-lg-12 p-0 text-start mb-2"
17389
- }, /*#__PURE__*/React__default["default"].createElement("p", {
17390
- className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
17391
- }, langdetect == 'en' ? 'Price' : 'السعر')), /*#__PURE__*/React__default["default"].createElement("div", {
17392
- className: langdetect == 'en' ? 'col-6 pl-0 pr-1' : 'col-6 pr-0 pl-1'
17393
- }, /*#__PURE__*/React__default["default"].createElement("label", {
17394
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17395
- }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React__default["default"].createElement("input", {
17396
- type: "text",
17397
- value: pricefrom,
17398
- onChange: function onChange(event) {
17399
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17400
- temppricevalue.min = event.target.value;
17401
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17402
- },
17403
- style: {
17404
- background: '#fff',
17405
- border: '1px solid #ccc',
17406
- borderRadius: 5,
17407
- color: '#000',
17408
- height: 35,
17409
- width: '100%',
17410
- paddingLeft: 15,
17411
- paddingRight: 15
17412
- }
17413
- })), /*#__PURE__*/React__default["default"].createElement("div", {
17414
- className: langdetect == 'en' ? 'col-6 pr-0 pl-1' : 'col-6 pl-0 pr-1'
17415
- }, /*#__PURE__*/React__default["default"].createElement("label", {
17416
- className: "".concat(filter_cssstyles.collapsetitle) + ' d-flex justify-content-start '
17417
- }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React__default["default"].createElement("input", {
17418
- type: "text",
17419
- value: priceto,
17420
- onChange: function onChange(event) {
17421
- var temppricevalue = _objectSpread$2b({}, pricevalue2);
17422
- temppricevalue.max = event.target.value;
17423
- setpricevalue2(_objectSpread$2b({}, temppricevalue));
17424
- },
17425
- style: {
17426
- width: '100%',
17427
- background: '#fff',
17428
- border: '1px solid #ccc',
17429
- borderRadius: 5,
17430
- color: '#000',
17431
- height: 35,
17432
- paddingLeft: 15,
17433
- paddingRight: 15
17434
- }
17435
- }))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17034
+ }))))))), sectionproperties.otherfilters == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17436
17035
  className: "col-lg-12 p-0"
17437
17036
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
17438
17037
  className: "mt-2 mb-3"
@@ -18217,28 +17816,6 @@
18217
17816
  }
18218
17817
  }
18219
17818
  var section_cssstyles = {
18220
- btnnn: glamor.css({
18221
- width: '20%',
18222
- height: 40,
18223
- background: '#5c5c5c',
18224
- fontSize: 14,
18225
- fontWeight: 400,
18226
- color: 'white',
18227
- borderRadius: 10,
18228
- ':hover': {
18229
- color: 'white',
18230
- background: '#000',
18231
- transition: '.3s'
18232
- }
18233
- }),
18234
- titleee: glamor.css({
18235
- fontSize: 25,
18236
- color: '#000',
18237
- fontWeight: 600,
18238
- '@media (max-width: 800px)': {
18239
- fontSize: 20
18240
- }
18241
- }),
18242
17819
  sectioncontainerr: glamor.css({
18243
17820
  width: sectionproperties.width + 'vw',
18244
17821
  marginTop: sectionproperties.marginTop + 'px',
@@ -18443,11 +18020,12 @@
18443
18020
  };
18444
18021
  var SectionTitle = function SectionTitle() {
18445
18022
  return /*#__PURE__*/React__default["default"].createElement("div", {
18446
- "class": "d-flex align-items-center flex-row",
18023
+ "class": "d-flex align-items-center",
18447
18024
  style: {
18448
18025
  position: 'relative',
18449
18026
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
18450
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
18027
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
18028
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
18451
18029
  }
18452
18030
  }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18453
18031
  "class": section_cssstyles.line_left
@@ -18462,6 +18040,14 @@
18462
18040
  }
18463
18041
  }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18464
18042
  "class": section_cssstyles.line_right
18043
+ }), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18044
+ style: {
18045
+ width: '50%',
18046
+ background: sectionproperties.linebgcolor,
18047
+ height: 3,
18048
+ borderRadius: 10,
18049
+ marginTop: 5
18050
+ }
18465
18051
  }));
18466
18052
  };
18467
18053
  var isCardsectionloading = function isCardsectionloading() {
@@ -19183,23 +18769,7 @@
19183
18769
  setopenFilterSlider: setopenFilterSlider,
19184
18770
  show_product_group_titles: show_product_group_titles,
19185
18771
  typeprops: 'vertical'
19186
- })), 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", {
19187
- "class": "col-lg-12 allcentered my-5"
19188
- }, /*#__PURE__*/React__default["default"].createElement("div", {
19189
- "class": "row m-0 w-100"
19190
- }, /*#__PURE__*/React__default["default"].createElement("div", {
19191
- "class": "col-lg-12 allcentered mb-3"
19192
- }, /*#__PURE__*/React__default["default"].createElement("p", {
19193
- "class": section_cssstyles.titleee + ' m-0 p-0 ',
19194
- style: {}
19195
- }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
19196
- "class": "col-lg-12 allcentered"
19197
- }, /*#__PURE__*/React__default["default"].createElement("button", {
19198
- "class": section_cssstyles.btnnn + ' w-md-100 ',
19199
- onClick: function onClick() {
19200
- routingcountext('inquiryform', false, '');
19201
- }
19202
- }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
18772
+ })), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
19203
18773
  };
19204
18774
 
19205
18775
  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; }
@@ -22398,7 +21968,7 @@
22398
21968
  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; }
22399
21969
  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; }
22400
21970
  var SocialMediaSection = function SocialMediaSection(props) {
22401
- var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16;
21971
+ var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13;
22402
21972
  props.actions;
22403
21973
  props.actions.StatePagePropertiesContext;
22404
21974
  var _useState = React.useState({}),
@@ -22479,39 +22049,26 @@
22479
22049
  style: {
22480
22050
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22481
22051
  }
22482
- })), (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", {
22052
+ })), (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", {
22483
22053
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22484
22054
  onClick: function onClick() {
22485
22055
  var _authdetailsContext$i11;
22486
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
22056
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink) != null) {
22487
22057
  var _authdetailsContext$i12;
22488
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
22058
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.tiktoklink, '_blank');
22489
22059
  }
22490
22060
  }
22491
- }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
22061
+ }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
22492
22062
  style: {
22493
22063
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22494
22064
  }
22495
- })), (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", {
22065
+ })), (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", {
22496
22066
  "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22497
22067
  onClick: function onClick() {
22498
22068
  var _authdetailsContext$i14;
22499
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
22069
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
22500
22070
  var _authdetailsContext$i15;
22501
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
22502
- }
22503
- }
22504
- }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
22505
- style: {
22506
- fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
22507
- }
22508
- })), (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", {
22509
- "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
22510
- onClick: function onClick() {
22511
- var _authdetailsContext$i17;
22512
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
22513
- var _authdetailsContext$i18;
22514
- 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');
22071
+ 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');
22515
22072
  }
22516
22073
  }
22517
22074
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -22524,10 +22081,10 @@
22524
22081
  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; }
22525
22082
  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; }
22526
22083
  var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22527
- 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;
22084
+ 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;
22528
22085
  var actions = props.actions;
22529
22086
  var LogoutMutationContext = props.actions.LogoutMutationContext;
22530
- var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
22087
+ props.actions.setsidecartnavshowcontext;
22531
22088
  var setSearchHeaderInputContext = props.actions.setSearchHeaderInputContext;
22532
22089
  props.actions.StatePagePropertiesContext;
22533
22090
  var lang = props.actions.lang;
@@ -22535,12 +22092,12 @@
22535
22092
  var setlang = props.actions.setlang;
22536
22093
  var templatepropcontext = props.actions.templatepropcontext;
22537
22094
  var authdetailsContext = props.actions.authdetailsContext;
22538
- var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
22095
+ props.actions.fetchcustomercartQueryContext;
22539
22096
  var templateproperties_context = props.actions.templateproperties_context;
22540
22097
  props.actions.favoriteprojectscountContext;
22541
22098
  var routingcountext = props.actions.routingcountext;
22542
22099
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
22543
- var setcurrencyfunccontext = props.actions.setcurrencyfunccontext;
22100
+ props.actions.setcurrencyfunccontext;
22544
22101
  var fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
22545
22102
  var ikimagecredcontext = props.actions.ikimagecredcontext;
22546
22103
  var _useState = React.useState(''),
@@ -22760,47 +22317,6 @@
22760
22317
  });
22761
22318
  return policyobj;
22762
22319
  };
22763
- var CartButton = function CartButton() {
22764
- var _fetchcustomercartQue2, _fetchcustomercartQue3;
22765
- return /*#__PURE__*/React__default["default"].createElement("div", {
22766
- "class": "d-flex align-items-center",
22767
- style: {
22768
- position: 'relative'
22769
- }
22770
- }, /*#__PURE__*/React__default["default"].createElement("button", {
22771
- className: "".concat(header_cssstyles.addtocartbtn_resp) + ' d-flex align-items-center justify-content-center p-0 ',
22772
- onClick: function onClick() {
22773
- var _fetchcustomercartQue;
22774
- 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) {
22775
- routingcountext(StaticPagesLinksContext.viewcart);
22776
- } else {
22777
- setsidecartnavshowcontext(true);
22778
- }
22779
- }
22780
- }, /*#__PURE__*/React__default["default"].createElement("i", {
22781
- className: ' h-100 d-flex align-items-center justify-content-center '
22782
- }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
22783
- size: sectionproperties.cartBtniconresp_size
22784
- }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
22785
- size: sectionproperties.cartBtniconresp_size
22786
- }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
22787
- size: sectionproperties.cartBtniconresp_size
22788
- }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
22789
- size: sectionproperties.cartBtniconresp_size
22790
- }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
22791
- size: sectionproperties.cartBtniconresp_size
22792
- }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
22793
- size: sectionproperties.cartBtniconresp_size
22794
- }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
22795
- size: sectionproperties.cartBtniconresp_size
22796
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
22797
- className: "".concat(header_cssstyles.badge_counter_header_notifications),
22798
- style: {
22799
- top: sectionproperties.cartbadgefromtop + 'px',
22800
- right: sectionproperties.cartbadgefromright + 'px'
22801
- }
22802
- }, (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));
22803
- };
22804
22320
  var _useState15 = React.useState(false),
22805
22321
  _useState16 = _slicedToArray__default["default"](_useState15, 2),
22806
22322
  openmenuCanvas = _useState16[0],
@@ -22875,8 +22391,10 @@
22875
22391
  style: {
22876
22392
  position: 'relative'
22877
22393
  }
22878
- }, sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
22879
- className: "col-md-4 col-sm-3 text-start p-0"
22394
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22395
+ className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
22396
+ }, InstLogoContainer()), /*#__PURE__*/React__default["default"].createElement("div", {
22397
+ className: "col-md-6 col-sm-6 text-end p-0"
22880
22398
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22881
22399
  style: {}
22882
22400
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -22902,181 +22420,7 @@
22902
22420
  }), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
22903
22421
  size: sectionproperties.resp_sidenav_size,
22904
22422
  color: sectionproperties.resp_sidenav_color
22905
- }))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
22906
- style: {
22907
- width: '30px',
22908
- height: sectionproperties.cart_BtnHeight_resp + 'px'
22909
- }
22910
- }, /*#__PURE__*/React__default["default"].createElement("i", {
22911
- "class": "h-100 allcentered",
22912
- onClick: function onClick() {
22913
- setopenSearch(true);
22914
- }
22915
- }, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
22916
- size: 22,
22917
- color: sectionproperties.cart_BtnTextcolor_resp
22918
- })))), sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
22919
- className: "col-md-6 col-sm-6 d-flex filter align-items-center p-0"
22920
- }, /*#__PURE__*/React__default["default"].createElement("div", {
22921
- style: {
22922
- width: sectionproperties.cart_BtnWidth_resp + 'px',
22923
- height: sectionproperties.cart_BtnHeight_resp + 'px'
22924
- },
22925
- "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
22926
- }, /*#__PURE__*/React__default["default"].createElement("i", {
22927
- "class": ' h-100 allcentered ',
22928
- style: {
22929
- color: sectionproperties.cart_BtnTextcolor_resp
22930
- },
22931
- onClick: function onClick() {
22932
- if (sectionproperties.responsiveheaderstyle == 'Style 2') {
22933
- if (menuactive == true) {
22934
- setmenuactive(false);
22935
- } else {
22936
- setmenuactive(true);
22937
- }
22938
- } else {
22939
- setopenmenuCanvas(true);
22940
- setactiveTab('menu');
22941
- }
22942
- }
22943
- }, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
22944
- size: 20,
22945
- color: sectionproperties.cart_BtnTextcolor_resp
22946
- }), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
22947
- size: 20,
22948
- color: sectionproperties.cart_BtnTextcolor_resp
22949
- }))), InstLogoContainer()), sectionproperties.logocentered == 'Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
22950
- className: "col-md-4 col-sm-6 allcentered p-0"
22951
- }, InstLogoContainer()), /*#__PURE__*/React__default["default"].createElement("div", {
22952
- 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'
22953
- }, sectionproperties.searchbar_show == 'Show' && sectionproperties.logocentered == 'Not Centered' && /*#__PURE__*/React__default["default"].createElement("div", {
22954
- style: {
22955
- width: '30px',
22956
- height: sectionproperties.cart_BtnHeight_resp + 'px'
22957
- }
22958
- }, /*#__PURE__*/React__default["default"].createElement("i", {
22959
- "class": "h-100 allcentered",
22960
- onClick: function onClick() {
22961
- setopenSearch(true);
22962
- }
22963
- }, /*#__PURE__*/React__default["default"].createElement(IoSearchOutline.IoSearchOutline, {
22964
- size: 22,
22965
- color: sectionproperties.cart_BtnTextcolor_resp
22966
- }))), templateproperties_context.showfavorites == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
22967
- style: {
22968
- width: '30px',
22969
- height: sectionproperties.cart_BtnHeight_resp + 'px'
22970
- }
22971
- }, /*#__PURE__*/React__default["default"].createElement("i", {
22972
- "class": "h-100 allcentered",
22973
- onClick: function onClick() {
22974
- routingcountext(StaticPagesLinksContext.Wishlist);
22975
- }
22976
- }, /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
22977
- size: 22,
22978
- color: sectionproperties.cart_BtnTextcolor_resp
22979
- }))), 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", {
22980
- "class": 'd-flex align-items-center pl-1 pr-1 pt-1',
22981
- style: {}
22982
- }, /*#__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", {
22983
- "class": ' d-flex align-items-center justify-content-center '
22984
- }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
22985
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
22986
- }, /*#__PURE__*/React__default["default"].createElement("p", {
22987
- "class": "m-0 p-0 mr-1 ml-1"
22988
- }, 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", {
22989
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
22990
- }, /*#__PURE__*/React__default["default"].createElement("p", {
22991
- "class": "m-0 p-0 ml-1 mr-1"
22992
- }, 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) {
22993
- var _authdetailsContext$i4;
22994
- return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
22995
- "class": "m-0 p-0",
22996
- onClick: function onClick() {
22997
- setcurrencyfunccontext(item);
22998
- }
22999
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23000
- "class": "row m-0 w-100"
23001
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23002
- "class": "col-lg-12 p-0 d-flex justify-content-start"
23003
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23004
- "class": "".concat(header_cssstyles.dropdownitemcontainer)
23005
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23006
- "class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
23007
- style: {
23008
- fontSize: sectionproperties.dropdown_fontsize + 'px',
23009
- fontWeight: sectionproperties.dropdown_fontweight,
23010
- textTransform: sectionproperties.dropdown_texttransform
23011
- }
23012
- }, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
23013
- "class": 'ml-2 mr-2'
23014
- }, 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", {
23015
- "class": "col-lg-12 p-0"
23016
- }, /*#__PURE__*/React__default["default"].createElement("hr", {
23017
- "class": "m-0"
23018
- }))));
23019
- })))), sectionproperties.searchbar_show == 'Hide' && sectionproperties.logocentered == 'Centered' && sectionproperties.cartBtnShow == 'Hide' && sectionproperties.favBtnShow == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
23020
- className: 'allcentered resposiveheader_languagedropdown',
23021
- style: {
23022
- marginLeft: langdetect == 'en' ? '0.25rem' : 0,
23023
- marginRight: langdetect == 'ar' ? '0.25rem' : 0
23024
- }
23025
- }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
23026
- className: ' row m-0 w-100 allcentered ',
23027
- style: {
23028
- direction: 'rtl',
23029
- color: sectionproperties.cart_BtnTextcolor_resp
23030
- },
23031
- onClick: function onClick() {
23032
- setlang('ar');
23033
- }
23034
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23035
- "class": "m-0 p-0 font-weight-500"
23036
- }, "\u0639"), /*#__PURE__*/React__default["default"].createElement("i", {
23037
- className: langdetect == 'en' ? 'h-100 allcentered mr-1' : 'h-100 allcentered ml-1'
23038
- }, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
23039
- size: 20
23040
- }))), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
23041
- className: ' row m-0 w-100 allcentered ',
23042
- style: {
23043
- direction: 'ltr',
23044
- color: sectionproperties.cart_BtnTextcolor_resp
23045
- },
23046
- onClick: function onClick() {
23047
- setlang('en');
23048
- }
23049
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23050
- "class": "m-0 p-0 font-weight-500 mr-1"
23051
- }, "En"), /*#__PURE__*/React__default["default"].createElement("i", {
23052
- className: "h-100 allcentered"
23053
- }, /*#__PURE__*/React__default["default"].createElement(BiChevronDown.BiChevronDown, {
23054
- size: 20
23055
- })))), sectionproperties.logocentered == 'Not Centered' && sectionproperties.showlanuagecontainer == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23056
- "class": langdetect == 'en' ? ' allcentered m-0 cursor-pointer ml-1 ' : ' m-0 cursor-pointer mr-1 ',
23057
- style: {
23058
- minWidth: '30px'
23059
- },
23060
- onClick: function onClick() {
23061
- if (langdetect == 'en') {
23062
- setlang('ar');
23063
- } else {
23064
- setlang('en');
23065
- }
23066
- }
23067
- }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
23068
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
23069
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23070
- "class": "m-0 p-0 d-flex align-items-center w-100"
23071
- }, "En", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
23072
- "class": "h-100 allcentered ml-auto pl-3"
23073
- }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
23074
- "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
23075
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23076
- "class": "m-0 p-0 d-flex align-items-center w-100"
23077
- }, "\u0639", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
23078
- "class": "h-100 allcentered mr-auto pr-3"
23079
- }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
22423
+ })))), menuactive == true && /*#__PURE__*/React__default["default"].createElement("div", {
23080
22424
  "class": "px-4 py-4 scrollvertical",
23081
22425
  style: {
23082
22426
  position: 'fixed',
@@ -23719,7 +23063,7 @@
23719
23063
  }, lang.logout))))), activeTab == 'categories' && /*#__PURE__*/React__default["default"].createElement("div", {
23720
23064
  className: ' row m-0 w-100 accordionContainer anim'
23721
23065
  }, sectionproperties.subheaderParentType == 'Categories' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
23722
- allowMultipleExpanded: false,
23066
+ allowMultipleExpanded: true,
23723
23067
  allowZeroExpanded: true
23724
23068
  }, 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) {
23725
23069
  if (item.isshowntocustomers == 1) {
@@ -23775,7 +23119,7 @@
23775
23119
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23776
23120
  className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
23777
23121
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
23778
- allowMultipleExpanded: false,
23122
+ allowMultipleExpanded: true,
23779
23123
  allowZeroExpanded: true
23780
23124
  }, 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) {
23781
23125
  if (pitem.isshowntocustomers == 1) {
@@ -23851,7 +23195,7 @@
23851
23195
  }))))));
23852
23196
  }
23853
23197
  })), sectionproperties.subheaderParentType == 'Parent Collections' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
23854
- allowMultipleExpanded: false,
23198
+ allowMultipleExpanded: true,
23855
23199
  allowZeroExpanded: true
23856
23200
  }, pcollarray.map(function (item, index) {
23857
23201
  if (item.isshowntocustomers == 1) {
@@ -23965,7 +23309,7 @@
23965
23309
  }
23966
23310
  })))));
23967
23311
  }
23968
- })), 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) {
23312
+ })), 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) {
23969
23313
  if (collitem.isshowntocustomers == 1) {
23970
23314
  return /*#__PURE__*/React__default["default"].createElement("div", {
23971
23315
  className: ' row m-0 p-0 mb-2 w-100 '
@@ -23991,49 +23335,49 @@
23991
23335
  style: {
23992
23336
  background: '#eee'
23993
23337
  }
23994
- }, (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", {
23338
+ }, (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", {
23995
23339
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
23996
23340
  onClick: function onClick() {
23997
- var _authdetailsContext$i7;
23998
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.facebooklink) != null) {
23999
- var _authdetailsContext$i8;
24000
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.facebooklink, '_blank');
23341
+ var _authdetailsContext$i4;
23342
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
23343
+ var _authdetailsContext$i5;
23344
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
24001
23345
  }
24002
23346
  }
24003
23347
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
24004
23348
  size: '20',
24005
23349
  color: '#62564b'
24006
- })), (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", {
23350
+ })), (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", {
24007
23351
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24008
23352
  onClick: function onClick() {
24009
- var _authdetailsContext$i10;
24010
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
24011
- var _authdetailsContext$i11;
24012
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instagramlink, '_blank');
23353
+ var _authdetailsContext$i7;
23354
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
23355
+ var _authdetailsContext$i8;
23356
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
24013
23357
  }
24014
23358
  }
24015
23359
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
24016
23360
  size: '22',
24017
23361
  color: '#62564b'
24018
- })), (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", {
23362
+ })), (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", {
24019
23363
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24020
23364
  onClick: function onClick() {
24021
- var _authdetailsContext$i13;
24022
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
24023
- var _authdetailsContext$i14;
24024
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink, '_blank');
23365
+ var _authdetailsContext$i10;
23366
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instagramlink) != null) {
23367
+ var _authdetailsContext$i11;
23368
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.tiktoklink, '_blank');
24025
23369
  }
24026
23370
  }
24027
23371
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
24028
23372
  size: '20',
24029
23373
  color: '#62564b'
24030
- })), (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", {
23374
+ })), (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", {
24031
23375
  "class": ' d-flex align-items-center justify-content-center mx-2 ',
24032
23376
  onClick: function onClick() {
24033
- var _authdetailsContext$i16;
24034
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
24035
- var _authdetailsContext$i17;
24036
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink, '_blank');
23377
+ var _authdetailsContext$i13;
23378
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
23379
+ var _authdetailsContext$i14;
23380
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink, '_blank');
24037
23381
  }
24038
23382
  }
24039
23383
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
@@ -29986,25 +29330,6 @@
29986
29330
  templateproperties_contextprops: templateproperties_context,
29987
29331
  actions: actions
29988
29332
  }), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
29989
- style: {
29990
- position: 'fixed',
29991
- bottom: 15,
29992
- right: 15,
29993
- zIndex: 2000,
29994
- transition: 'all 0.3s ease-out',
29995
- width: '100%',
29996
- display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
29997
- },
29998
- "class": "text-end"
29999
- }, /*#__PURE__*/React__default["default"].createElement("div", {
30000
- "class": header_cssstyles.floatingbtn + ' allcentered ',
30001
- style: {},
30002
- onClick: function onClick() {
30003
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30004
- }
30005
- }, /*#__PURE__*/React__default["default"].createElement("p", {
30006
- "class": "m-0 p-0"
30007
- }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
30008
29333
  style: {
30009
29334
  position: 'fixed',
30010
29335
  bottom: 15,
@@ -30187,7 +29512,7 @@
30187
29512
  size: sectionproperties.cartBtn_iconFontSize
30188
29513
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
30189
29514
  size: sectionproperties.cartBtn_iconFontSize
30190
- }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29515
+ }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
30191
29516
  "class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
30192
29517
  onClick: function onClick() {
30193
29518
  routingcountext(StaticPagesLinksContext.Login);
@@ -30199,7 +29524,7 @@
30199
29524
  fontWeight: sectionproperties.userBtnTextfontweight,
30200
29525
  fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
30201
29526
  }
30202
- }, 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", {
29527
+ }, 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", {
30203
29528
  className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
30204
29529
  sytle: {
30205
29530
  position: 'relative'
@@ -30278,7 +29603,7 @@
30278
29603
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
30279
29604
  }, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
30280
29605
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
30281
- }), 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", {
29606
+ }), 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", {
30282
29607
  "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 ',
30283
29608
  sytle: {
30284
29609
  position: 'relative'
@@ -31046,23 +30371,6 @@
31046
30371
  ':hover': {
31047
30372
  color: sectionproperties.collectionsectiontextcoloronhover
31048
30373
  }
31049
- }),
31050
- floatingbtn: glamor.css({
31051
- width: sectionproperties.floatingbtnwidth + '%',
31052
- height: sectionproperties.floatingbtnheight + 'px',
31053
- background: sectionproperties.floatingbtnbg,
31054
- fontSize: sectionproperties.floatingbtnfontsize + 'px',
31055
- color: sectionproperties.floatingbtncolor,
31056
- borderRadius: 10,
31057
- ':hover': {
31058
- color: sectionproperties.floatingbtncolorhover,
31059
- backgroundColor: sectionproperties.floatingbtnbghover,
31060
- transitions: '.3s',
31061
- cursor: 'pointer'
31062
- },
31063
- '@media (max-width: 800px)': {
31064
- width: '50%'
31065
- }
31066
30374
  })
31067
30375
  };
31068
30376
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -31077,26 +30385,7 @@
31077
30385
  sectionpropertiesprops: sectionproperties,
31078
30386
  templateproperties_contextprops: templateproperties_context,
31079
30387
  actions: actions
31080
- })), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
31081
- style: {
31082
- position: 'fixed',
31083
- bottom: 15,
31084
- right: 15,
31085
- zIndex: 2000,
31086
- transition: 'all 0.3s ease-out',
31087
- width: '100%',
31088
- display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
31089
- },
31090
- "class": "text-end"
31091
- }, /*#__PURE__*/React__default["default"].createElement("div", {
31092
- "class": header_cssstyles.floatingbtn + ' allcentered ',
31093
- style: {},
31094
- onClick: function onClick() {
31095
- routingcountext(sectionproperties.floatingbtnlink, false, '');
31096
- }
31097
- }, /*#__PURE__*/React__default["default"].createElement("p", {
31098
- "class": "m-0 p-0"
31099
- }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
30388
+ })), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
31100
30389
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
31101
30390
  target: '_self',
31102
30391
  style: {
@@ -34279,11 +33568,11 @@
34279
33568
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34280
33569
  "class": "row m-0 w-100"
34281
33570
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34282
- "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
33571
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center justify-content-center px-1025-1 '
34283
33572
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34284
- "class": "col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-0",
33573
+ "class": "col-lg-4 col-md-6 col-sm-12 d-none align-items-center justify-content-start p-0",
34285
33574
  style: {}
34286
- }, sectionproperties.searchbartype == 'Full Width' && /*#__PURE__*/React__default["default"].createElement("div", {
33575
+ }, sectionproperties.searchbartype == 'Full Width' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34287
33576
  "class": header_cssstyles.searchbarcont
34288
33577
  }, /*#__PURE__*/React__default["default"].createElement("input", {
34289
33578
  type: "text",
@@ -34302,7 +33591,7 @@
34302
33591
  sectionpropertiesprops: sectionproperties,
34303
33592
  srcfromprops: 'fullheader',
34304
33593
  actions: actions
34305
- })), sectionproperties.searchbartype == 'Icon' && /*#__PURE__*/React__default["default"].createElement("div", {
33594
+ })), sectionproperties.searchbartype == 'Icon' && sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34306
33595
  "class": header_cssstyles.searchbarcont + ' allcentered ',
34307
33596
  style: {
34308
33597
  width: sectionproperties.searchbaricon_width + 'px',
@@ -34324,22 +33613,12 @@
34324
33613
  }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
34325
33614
  "class": ' row m-0 w-100 d-flex align-items-center '
34326
33615
  }, /*#__PURE__*/React__default["default"].createElement("p", {
34327
- "class": "m-0 p-0 mr-2 ml-2",
34328
- style: {
34329
- color: sectionproperties.searchbaricon_color
34330
- }
34331
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
34332
- color: sectionproperties.searchbaricon_color
34333
- })), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
33616
+ "class": "m-0 p-0 mr-2 ml-2"
33617
+ }, 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", {
34334
33618
  "class": ' row m-0 w-100 d-flex align-items-center '
34335
33619
  }, /*#__PURE__*/React__default["default"].createElement("p", {
34336
- "class": "m-0 p-0 ml-2 mr-2",
34337
- style: {
34338
- color: sectionproperties.searchbaricon_color
34339
- }
34340
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
34341
- color: sectionproperties.searchbaricon_color
34342
- })))), /*#__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) {
33620
+ "class": "m-0 p-0 ml-2 mr-2"
33621
+ }, 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) {
34343
33622
  var _authdetailsContext$i4;
34344
33623
  return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
34345
33624
  onClick: function onClick() {
@@ -34356,8 +33635,7 @@
34356
33635
  style: {
34357
33636
  fontSize: sectionproperties.dropdown_fontsize + 'px',
34358
33637
  fontWeight: sectionproperties.dropdown_fontweight,
34359
- textTransform: sectionproperties.dropdown_texttransform,
34360
- color: sectionproperties.searchbaricon_color
33638
+ textTransform: sectionproperties.dropdown_texttransform
34361
33639
  }
34362
33640
  }, /*#__PURE__*/React__default["default"].createElement("span", {
34363
33641
  "class": 'ml-2 mr-2'
@@ -34367,7 +33645,7 @@
34367
33645
  "class": "m-0"
34368
33646
  }))));
34369
33647
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
34370
- "class": "col-lg-4 col-md-6 col-sm-12 allcentered p-0"
33648
+ "class": "col-lg-6 col-md-6 col-sm-12 allcentered p-0"
34371
33649
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34372
33650
  "class": "".concat(header_cssstyles.header_logo) + ' allcentered ',
34373
33651
  style: {
@@ -34386,8 +33664,8 @@
34386
33664
  objectFit: 'contain'
34387
33665
  }
34388
33666
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
34389
- "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-flex align-items-center justify-content-end"
34390
- }, /*#__PURE__*/React__default["default"].createElement("div", {
33667
+ "class": "col-lg-4 col-md-6 col-sm-12 p-0 d-none align-items-center justify-content-end"
33668
+ }, sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34391
33669
  style: {
34392
33670
  marginRight: langdetect == 'en' ? '30px' : 0,
34393
33671
  marginLeft: langdetect == 'en' ? 0 : '30px'
@@ -34529,7 +33807,7 @@
34529
33807
  top: sectionproperties.wishlistbadgetop + 'px',
34530
33808
  right: sectionproperties.wishlistbadgeright + 'px'
34531
33809
  }
34532
- }, /*#__PURE__*/React__default["default"].createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), /*#__PURE__*/React__default["default"].createElement("div", {
33810
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34533
33811
  "class": "".concat(headerstyles$g.header_menu, " ").concat(header_cssstyles.cart_btn) + ' cursor-pointer allcentered ',
34534
33812
  onClick: function onClick() {
34535
33813
  setsidecartnavshowcontext(true);
@@ -34570,7 +33848,7 @@
34570
33848
  top: sectionproperties.cartbadgetop + 'px',
34571
33849
  right: sectionproperties.cartbadgeright + 'px'
34572
33850
  }
34573
- }, (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", {
33851
+ }, (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", {
34574
33852
  "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
34575
33853
  }, /*#__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", {
34576
33854
  "class": "".concat(headerstyles$g.header_menu) + ' allcentered '
@@ -41259,16 +40537,7 @@
41259
40537
  }
41260
40538
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
41261
40539
  "class": "col-lg-12 p-0"
41262
- }, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41263
- sectionpropertiesprops: sectionproperties,
41264
- actions: actions
41265
- }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41266
- sectionpropertiesprops: sectionproperties,
41267
- actions: actions
41268
- }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
41269
- sectionpropertiesprops: sectionproperties,
41270
- actions: actions
41271
- }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
40540
+ }, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
41272
40541
  sectionpropertiesprops: sectionproperties,
41273
40542
  actions: actions
41274
40543
  })));
@@ -42090,19 +41359,10 @@
42090
41359
  subheadercontentpositionprops: 'center',
42091
41360
  numofcols: '6'
42092
41361
  }
42093
- })))), sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
42094
- sectionpropertiesprops: sectionproperties,
42095
- actions: actions
42096
- }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
42097
- sectionpropertiesprops: sectionproperties,
42098
- actions: actions
42099
- }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
42100
- sectionpropertiesprops: sectionproperties,
42101
- actions: actions
42102
- }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
41362
+ })))), /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
42103
41363
  sectionpropertiesprops: sectionproperties,
42104
41364
  actions: actions
42105
- }), ' ');
41365
+ }));
42106
41366
  };
42107
41367
 
42108
41368
  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; }
@@ -43463,7 +42723,7 @@
43463
42723
  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; }
43464
42724
  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; }
43465
42725
  var Footer1 = function Footer1(props) {
43466
- 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;
42726
+ 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;
43467
42727
  var _useState = React.useState(''),
43468
42728
  _useState2 = _slicedToArray__default["default"](_useState, 2),
43469
42729
  sectionproperties = _useState2[0],
@@ -43482,6 +42742,14 @@
43482
42742
  var templateproperties_context = props.actions.templateproperties_context;
43483
42743
  var templatepropcontext = props.actions.templatepropcontext;
43484
42744
  var ikimagecredcontext = props.actions.ikimagecredcontext;
42745
+ // const [newsletter, setnewsletter] = useState('');
42746
+ var _useState5 = React.useState({
42747
+ min: '',
42748
+ max: ''
42749
+ }),
42750
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
42751
+ pricevalue2 = _useState6[0],
42752
+ setpricevalue2 = _useState6[1];
43485
42753
  React.useEffect(function () {
43486
42754
  if (props.srcfrom == 'addsectionform') {
43487
42755
  var secpropobj = {};
@@ -43509,6 +42777,18 @@
43509
42777
  }
43510
42778
  }
43511
42779
  }, [templateproperties_context]);
42780
+ var _useState7 = React.useState([]),
42781
+ _useState8 = _slicedToArray__default["default"](_useState7, 2),
42782
+ bgimagearrayofobjs = _useState8[0],
42783
+ setbgimagearrayofobjs = _useState8[1];
42784
+ React.useEffect(function () {
42785
+ if (sectionproperties.length != 0 && sectionproperties.logoarrayofobjects != undefined) {
42786
+ var bg1_arrayofobjsparsed = JSON.parse(sectionproperties.logoarrayofobjects);
42787
+ if (Array.isArray(bg1_arrayofobjsparsed)) {
42788
+ setbgimagearrayofobjs(_toConsumableArray__default["default"](bg1_arrayofobjsparsed));
42789
+ }
42790
+ }
42791
+ }, [sectionproperties]);
43512
42792
  var footerStyles = {
43513
42793
  footerContainer: glamor.css({
43514
42794
  width: '100vw',
@@ -43639,6 +42919,17 @@
43639
42919
  maxWidth: '35%',
43640
42920
  height: 'auto'
43641
42921
  }
42922
+ }),
42923
+ btnn: glamor.css({
42924
+ width: '150px',
42925
+ height: 40,
42926
+ borderRadius: 10,
42927
+ background: '#C2A24D',
42928
+ color: 'white',
42929
+ ':hover': {
42930
+ transition: '.3s',
42931
+ background: '#186a81'
42932
+ }
43642
42933
  })
43643
42934
  };
43644
42935
  var returnpolicyobj = function returnpolicyobj(policytype) {
@@ -43653,8 +42944,8 @@
43653
42944
  };
43654
42945
  return /*#__PURE__*/React__default["default"].createElement("div", {
43655
42946
  "class": "row m-0 w-100 d-flex justify-content-center"
43656
- }, /*#__PURE__*/React__default["default"].createElement("footer", {
43657
- "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
42947
+ }, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
42948
+ "class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
43658
42949
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43659
42950
  "class": "row w-100 m-0 d-flex justify-content-center"
43660
42951
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43664,7 +42955,7 @@
43664
42955
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43665
42956
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43666
42957
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43667
- 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,
42958
+ 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,
43668
42959
  style: {
43669
42960
  width: '100%',
43670
42961
  height: '100%',
@@ -43678,7 +42969,7 @@
43678
42969
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43679
42970
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43680
42971
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43681
- path: authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instlogo,
42972
+ 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,
43682
42973
  style: {
43683
42974
  width: '100%',
43684
42975
  height: '100%',
@@ -43814,10 +43105,10 @@
43814
43105
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43815
43106
  "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43816
43107
  onClick: function onClick() {
43817
- var _authdetailsContext$i3;
43818
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
43819
- var _authdetailsContext$i4;
43820
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
43108
+ var _authdetailsContext$i2;
43109
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
43110
+ var _authdetailsContext$i3;
43111
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
43821
43112
  }
43822
43113
  }
43823
43114
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
@@ -43825,10 +43116,10 @@
43825
43116
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43826
43117
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43827
43118
  onClick: function onClick() {
43828
- var _authdetailsContext$i5;
43829
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
43830
- var _authdetailsContext$i6;
43831
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
43119
+ var _authdetailsContext$i4;
43120
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null) {
43121
+ var _authdetailsContext$i5;
43122
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink, '_blank');
43832
43123
  }
43833
43124
  }
43834
43125
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -43836,14 +43127,25 @@
43836
43127
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43837
43128
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43838
43129
  onClick: function onClick() {
43839
- var _authdetailsContext$i7;
43840
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.whatsappnumber) != null) {
43841
- var _authdetailsContext$i8;
43842
- 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');
43130
+ var _authdetailsContext$i6;
43131
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.whatsappnumber) != null) {
43132
+ var _authdetailsContext$i7;
43133
+ 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');
43843
43134
  }
43844
43135
  }
43845
43136
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
43846
43137
  size: sectionproperties.youtubebtniconfontsize
43138
+ })), (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", {
43139
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43140
+ onClick: function onClick() {
43141
+ var _authdetailsContext$i9;
43142
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
43143
+ var _authdetailsContext$i10;
43144
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
43145
+ }
43146
+ }
43147
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
43148
+ size: sectionproperties.instgrambtniconfontsize
43847
43149
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
43848
43150
  "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43849
43151
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43854,15 +43156,15 @@
43854
43156
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer mx-2 ',
43855
43157
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
43856
43158
  onClick: function onClick() {
43857
- var _authdetailsContext$i9;
43858
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_appstore, '_blank');
43159
+ var _authdetailsContext$i11;
43160
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_appstore, '_blank');
43859
43161
  }
43860
43162
  }), /*#__PURE__*/React__default["default"].createElement("img", {
43861
43163
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer mx-2 ',
43862
43164
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
43863
43165
  onClick: function onClick() {
43864
- var _authdetailsContext$i10;
43865
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.mobileapplink_playstore, '_blank');
43166
+ var _authdetailsContext$i12;
43167
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.mobileapplink_playstore, '_blank');
43866
43168
  }
43867
43169
  })), sectionproperties.showcontactinfo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43868
43170
  "class": "col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
@@ -43879,12 +43181,12 @@
43879
43181
  textTransform: sectionproperties.footerinfotext_textTransform
43880
43182
  },
43881
43183
  onClick: function onClick() {
43882
- var _authdetailsContext$i11;
43883
- 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');
43184
+ var _authdetailsContext$i13;
43185
+ 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');
43884
43186
  }
43885
43187
  }, /*#__PURE__*/React__default["default"].createElement("i", {
43886
43188
  "class": ' fa fa-at mr-2 text-transform-none ml-2 '
43887
- }), 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", {
43189
+ }), 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", {
43888
43190
  "class": "col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center justify-content-md-center align-items-start p-0"
43889
43191
  }, /*#__PURE__*/React__default["default"].createElement("p", {
43890
43192
  "class": "".concat(footerStyles.footerinfotext) + ' d-flex align-items-center justify-content-md-center mr-1 ',
@@ -43913,7 +43215,151 @@
43913
43215
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43914
43216
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
43915
43217
  size: sectionproperties.footerinfoicon_fontsize
43916
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
43218
+ })), 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", {
43219
+ "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43220
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43221
+ "class": "row w-100 m-0 d-flex justify-content-center"
43222
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43223
+ "class": "col-lg-6"
43224
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43225
+ "class": "row m-0 w-100"
43226
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43227
+ "class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
43228
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43229
+ "class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
43230
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43231
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43232
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43233
+ 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,
43234
+ style: {
43235
+ width: '100%',
43236
+ height: '100%',
43237
+ objectFit: 'contain'
43238
+ },
43239
+ loading: "lazy"
43240
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
43241
+ "class": "col-lg-12 p-0 mb-3"
43242
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43243
+ "class": "m-0 p-0",
43244
+ style: {
43245
+ fontSize: '15px',
43246
+ color: '#fff',
43247
+ fontWeight: sectionproperties.prodCatFontWeight,
43248
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43249
+ }
43250
+ }, 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", {
43251
+ "class": "col-lg-12 p-0 flex-row text-start"
43252
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43253
+ "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43254
+ onClick: function onClick() {
43255
+ var _authdetailsContext$i18;
43256
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.facebooklink) != null) {
43257
+ var _authdetailsContext$i19;
43258
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink, '_blank');
43259
+ }
43260
+ }
43261
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43262
+ size: sectionproperties.facebkbtnniconfontsize
43263
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43264
+ "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43265
+ onClick: function onClick() {
43266
+ var _authdetailsContext$i20;
43267
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.instagramlink) != null) {
43268
+ var _authdetailsContext$i21;
43269
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink, '_blank');
43270
+ }
43271
+ }
43272
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43273
+ size: sectionproperties.instgrambtniconfontsize
43274
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43275
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43276
+ onClick: function onClick() {
43277
+ var _authdetailsContext$i22;
43278
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber) != null) {
43279
+ var _authdetailsContext$i23;
43280
+ 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');
43281
+ }
43282
+ }
43283
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
43284
+ size: sectionproperties.youtubebtniconfontsize
43285
+ })), (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", {
43286
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43287
+ onClick: function onClick() {
43288
+ var _authdetailsContext$i25;
43289
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.twitterlink) != null) {
43290
+ var _authdetailsContext$i26;
43291
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.twitterlink, '_blank');
43292
+ }
43293
+ }
43294
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
43295
+ className: "h-100 allcentered",
43296
+ style: {
43297
+ fontSize: 20
43298
+ }
43299
+ }, "x"))))), /*#__PURE__*/React__default["default"].createElement("div", {
43300
+ "class": "col-lg-6"
43301
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43302
+ "class": "row m-0 w-100 mt-md-3"
43303
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43304
+ "class": "col-lg-12 p-0 mb-3"
43305
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43306
+ "class": "m-0 p-0",
43307
+ style: {
43308
+ fontSize: 20,
43309
+ color: 'white',
43310
+ fontWeight: 600,
43311
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43312
+ }
43313
+ }, "\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", {
43314
+ "class": "col-lg-12 p-0 mb-3"
43315
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43316
+ "class": "m-0 p-0",
43317
+ style: {
43318
+ fontSize: 15,
43319
+ color: 'white',
43320
+ fontWeight: 500,
43321
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43322
+ }
43323
+ }, "\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", {
43324
+ "class": "col-lg-12 mb-3 text-start p-0"
43325
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
43326
+ type: "text",
43327
+ className: "".concat(footerStyles.form_control) + ' w-md-100 ',
43328
+ value: pricevalue2.min,
43329
+ placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
43330
+ onChange: function onChange(event) {
43331
+ var temppricevalue = _objectSpread$1C({}, pricevalue2);
43332
+ temppricevalue.min = event.target.value;
43333
+ setpricevalue2(_objectSpread$1C({}, temppricevalue));
43334
+ },
43335
+ style: {
43336
+ background: 'white',
43337
+ fontSize: 14,
43338
+ color: '#000',
43339
+ borderRadius: 10,
43340
+ width: '50%',
43341
+ height: 40,
43342
+ paddingLeft: 20,
43343
+ paddingRight: 20
43344
+ }
43345
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43346
+ "class": "col-lg-12 text-start mb-3 text-start p-0"
43347
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
43348
+ "class": footerStyles.btnn
43349
+ }, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React__default["default"].createElement("div", {
43350
+ "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43351
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43352
+ "class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
43353
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43354
+ "class": "col-lg-12 text-start"
43355
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43356
+ "class": "m-0 p-0",
43357
+ style: {
43358
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
43359
+ color: sectionproperties.generaltext_fontColor,
43360
+ fontWeight: sectionproperties.generaltext_fontWeight
43361
+ }
43362
+ }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
43917
43363
  };
43918
43364
 
43919
43365
  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; }
@@ -47553,7 +46999,7 @@
47553
46999
  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; }
47554
47000
  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; }
47555
47001
  var ModernFooter = function ModernFooter(props) {
47556
- 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;
47002
+ 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;
47557
47003
  var _useState = React.useState(''),
47558
47004
  _useState2 = _slicedToArray__default["default"](_useState, 2),
47559
47005
  sectionproperties = _useState2[0],
@@ -47860,57 +47306,43 @@
47860
47306
  }, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
47861
47307
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47862
47308
  size: sectionproperties.whatsappiconfontsize
47863
- }), 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", {
47864
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
47865
- onClick: function onClick() {
47866
- var _authdetailsContext$i12;
47867
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.twitterlink) != null) {
47868
- var _authdetailsContext$i13;
47869
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.twitterlink, '_blank');
47870
- }
47871
- }
47872
- }, /*#__PURE__*/React__default["default"].createElement("i", {
47873
- className: "h-100 allcentered",
47874
- style: {
47875
- fontSize: 20
47876
- }
47877
- }, "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", {
47309
+ }), 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", {
47878
47310
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
47879
47311
  }, /*#__PURE__*/React__default["default"].createElement("p", {
47880
47312
  "class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
47881
47313
  onClick: function onClick() {
47882
- var _authdetailsContext$i15;
47883
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.linkedinlink) != null) {
47884
- var _authdetailsContext$i16;
47885
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.linkedinlink, '_blank');
47314
+ var _authdetailsContext$i12;
47315
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
47316
+ var _authdetailsContext$i13;
47317
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
47886
47318
  }
47887
47319
  }
47888
47320
  }, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(AiOutlineLinkedin.AiOutlineLinkedin, {
47889
47321
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47890
47322
  size: sectionproperties.linkedinbtniconfontsize
47891
- }), 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", {
47323
+ }), 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", {
47892
47324
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
47893
47325
  }, /*#__PURE__*/React__default["default"].createElement("p", {
47894
47326
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
47895
47327
  onClick: function onClick() {
47896
- var _authdetailsContext$i18;
47897
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
47898
- var _authdetailsContext$i19;
47899
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
47328
+ var _authdetailsContext$i15;
47329
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
47330
+ var _authdetailsContext$i16;
47331
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
47900
47332
  }
47901
47333
  }
47902
47334
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
47903
47335
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2',
47904
47336
  size: sectionproperties.instagramiconfontsize
47905
- }), 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", {
47337
+ }), 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", {
47906
47338
  "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
47907
47339
  }, /*#__PURE__*/React__default["default"].createElement("p", {
47908
47340
  "class": footerStyles.instgram_btn + ' m-0 p-0 d-flex align-items-center ',
47909
47341
  onClick: function onClick() {
47910
- var _authdetailsContext$i21;
47911
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.telegramlink) != null) {
47912
- var _authdetailsContext$i22;
47913
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.telegramlink, '_blank');
47342
+ var _authdetailsContext$i18;
47343
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.telegramlink) != null) {
47344
+ var _authdetailsContext$i19;
47345
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.telegramlink, '_blank');
47914
47346
  }
47915
47347
  }
47916
47348
  }, sectionproperties.instagramiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
@@ -47942,7 +47374,7 @@
47942
47374
  }
47943
47375
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
47944
47376
  size: sectionproperties.footerinfoicon_fontsize
47945
- })), 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", {
47377
+ })), 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", {
47946
47378
  "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 ',
47947
47379
  onClick: function onClick() {
47948
47380
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -47961,14 +47393,14 @@
47961
47393
  }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
47962
47394
  "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 ',
47963
47395
  onClick: function onClick() {
47964
- var _authdetailsContext$i24;
47965
- 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');
47396
+ var _authdetailsContext$i21;
47397
+ 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');
47966
47398
  }
47967
47399
  }, /*#__PURE__*/React__default["default"].createElement("p", {
47968
47400
  "class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
47969
47401
  onClick: function onClick() {
47970
- var _authdetailsContext$i25;
47971
- 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');
47402
+ var _authdetailsContext$i22;
47403
+ 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');
47972
47404
  },
47973
47405
  style: {
47974
47406
  textTransform: 'none'
@@ -47979,7 +47411,7 @@
47979
47411
  marginRight: langdetect == 'en' ? '0.5rem' : 0,
47980
47412
  marginLeft: langdetect == 'ar' ? '0.5rem' : 0
47981
47413
  }
47982
- }), 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", {
47414
+ }), 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", {
47983
47415
  "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'
47984
47416
  }, /*#__PURE__*/React__default["default"].createElement("div", {
47985
47417
  className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
@@ -47991,15 +47423,15 @@
47991
47423
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
47992
47424
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
47993
47425
  onClick: function onClick() {
47994
- var _authdetailsContext$i27;
47995
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_appstore, '_blank');
47426
+ var _authdetailsContext$i24;
47427
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_appstore, '_blank');
47996
47428
  }
47997
47429
  }), /*#__PURE__*/React__default["default"].createElement("img", {
47998
47430
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
47999
47431
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48000
47432
  onClick: function onClick() {
48001
- var _authdetailsContext$i28;
48002
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
47433
+ var _authdetailsContext$i25;
47434
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.mobileapplink_appstore, '_blank');
48003
47435
  }
48004
47436
  })), /*#__PURE__*/React__default["default"].createElement("div", {
48005
47437
  "class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
@@ -48007,15 +47439,15 @@
48007
47439
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
48008
47440
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48009
47441
  onClick: function onClick() {
48010
- var _authdetailsContext$i29;
48011
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
47442
+ var _authdetailsContext$i26;
47443
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_playstore, '_blank');
48012
47444
  }
48013
47445
  }), /*#__PURE__*/React__default["default"].createElement("img", {
48014
47446
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
48015
47447
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48016
47448
  onClick: function onClick() {
48017
- var _authdetailsContext$i30;
48018
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.mobileapplink_playstore, '_blank');
47449
+ var _authdetailsContext$i27;
47450
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
48019
47451
  }
48020
47452
  }))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
48021
47453
  "class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
@@ -48045,7 +47477,7 @@
48045
47477
  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; }
48046
47478
  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; }
48047
47479
  var Newsletterfooter = function Newsletterfooter(props) {
48048
- 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;
47480
+ 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;
48049
47481
  var _useState = React.useState(''),
48050
47482
  _useState2 = _slicedToArray__default["default"](_useState, 2),
48051
47483
  sectionproperties = _useState2[0],
@@ -48631,57 +48063,43 @@
48631
48063
  }
48632
48064
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
48633
48065
  size: sectionproperties.instgrambtniconfontsize
48634
- })), (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", {
48635
- className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
48066
+ })), (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", {
48067
+ "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48636
48068
  onClick: function onClick() {
48637
48069
  var _authdetailsContext$i18;
48638
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.twitterlink) != null) {
48070
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
48639
48071
  var _authdetailsContext$i19;
48640
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.twitterlink, '_blank');
48641
- }
48642
- }
48643
- }, /*#__PURE__*/React__default["default"].createElement("i", {
48644
- className: "h-100 allcentered",
48645
- style: {
48646
- fontSize: 20
48647
- }
48648
- }, "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", {
48649
- "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48650
- onClick: function onClick() {
48651
- var _authdetailsContext$i21;
48652
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
48653
- var _authdetailsContext$i22;
48654
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink, '_blank');
48072
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink, '_blank');
48655
48073
  }
48656
48074
  }
48657
48075
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
48658
48076
  size: sectionproperties.instgrambtniconfontsize
48659
- })), (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", {
48077
+ })), (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", {
48660
48078
  "class": footerStyles.instgram_btn + ' m-0 p-0 allcentered mx-2 ',
48661
48079
  onClick: function onClick() {
48662
- var _authdetailsContext$i24;
48663
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.linkedinlink, '_blank');
48080
+ var _authdetailsContext$i21;
48081
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.linkedinlink, '_blank');
48664
48082
  }
48665
48083
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
48666
48084
  size: sectionproperties.instgrambtniconfontsize
48667
- })), 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", {
48085
+ })), 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", {
48668
48086
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48669
48087
  onClick: function onClick() {
48670
- var _authdetailsContext$i26;
48671
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber) != null) {
48672
- var _authdetailsContext$i27;
48673
- 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');
48088
+ var _authdetailsContext$i23;
48089
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
48090
+ var _authdetailsContext$i24;
48091
+ 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');
48674
48092
  }
48675
48093
  }
48676
48094
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
48677
48095
  size: sectionproperties.youtubebtniconfontsize
48678
- })), (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", {
48096
+ })), (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", {
48679
48097
  "class": footerStyles.youtube_btn + ' m-0 p-0 allcentered mx-2 ',
48680
48098
  onClick: function onClick() {
48681
- var _authdetailsContext$i29;
48682
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.googlemapslink) != null) {
48683
- var _authdetailsContext$i30;
48684
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.googlemapslink, '_blank');
48099
+ var _authdetailsContext$i26;
48100
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.googlemapslink) != null) {
48101
+ var _authdetailsContext$i27;
48102
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.googlemapslink, '_blank');
48685
48103
  }
48686
48104
  }
48687
48105
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
@@ -48701,15 +48119,15 @@
48701
48119
  "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 ',
48702
48120
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
48703
48121
  onClick: function onClick() {
48704
- var _authdetailsContext$i31;
48705
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.mobileapplink_appstore, '_blank');
48122
+ var _authdetailsContext$i28;
48123
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.mobileapplink_appstore, '_blank');
48706
48124
  }
48707
48125
  }), sectionproperties.showplaystore == 'Show' && /*#__PURE__*/React__default["default"].createElement("img", {
48708
48126
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer mx-2 ',
48709
48127
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
48710
48128
  onClick: function onClick() {
48711
- var _authdetailsContext$i32;
48712
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.mobileapplink_playstore, '_blank');
48129
+ var _authdetailsContext$i29;
48130
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.mobileapplink_playstore, '_blank');
48713
48131
  }
48714
48132
  }))), sectionproperties.showfooteraddress == 'Show' && sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
48715
48133
  "class": "row m-0 w-100 d-flex flex-row justify-content-start align-items-center mt-4"
@@ -48726,7 +48144,7 @@
48726
48144
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
48727
48145
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
48728
48146
  size: 30
48729
- })), 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", {
48147
+ })), 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", {
48730
48148
  "class": "col-lg-12 p-0 d-block my-3"
48731
48149
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
48732
48150
  "class": "m-0 p-0"
@@ -57445,7 +56863,7 @@
57445
56863
  style: {}
57446
56864
  }, Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
57447
56865
  return /*#__PURE__*/React__default["default"].createElement("div", {
57448
- 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,
56866
+ 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,
57449
56867
  style: {
57450
56868
  paddingLeft: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
57451
56869
  paddingRight: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : sectionproperties.imagepadding + 'px',
@@ -57457,6 +56875,7 @@
57457
56875
  if (item.place_clickable == 'General') {
57458
56876
  if (item.externallink == 'Yes') {
57459
56877
  window.open(item.clickable_page_route, '_blank');
56878
+
57460
56879
  // history.push(item.clickable_page_route);
57461
56880
  } else if (item.clickable_page_route && item.clickable_page_route.length != 0) {
57462
56881
  routingcountext(item.clickable_page_route, false, '');
@@ -57789,9 +57208,9 @@
57789
57208
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
57790
57209
  borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
57791
57210
  borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
57792
- height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.image_height + 'px',
57211
+ height: sectionproperties.image_height + 'px',
57793
57212
  '@media (max-width: 800px)': {
57794
- height: sectionproperties.image_height == 0 ? '100%' : sectionproperties.height_responsive + 'px'
57213
+ height: sectionproperties.height_responsive + 'px'
57795
57214
  }
57796
57215
  }),
57797
57216
  lau: glamor.css({
@@ -57985,7 +57404,7 @@
57985
57404
  }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
57986
57405
  transitionBehavior: 'auto',
57987
57406
  wrapperClassName: '',
57988
- itemClassName: '',
57407
+ itemClassName: 'videoscard',
57989
57408
  scrollContainerClassName: 'scrollmenuclasssubscrollbar'
57990
57409
  }, Object.keys(videosarrayofobjs).length != 0 && videosarrayofobjs.map(function (item, index) {
57991
57410
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58656,7 +58075,7 @@
58656
58075
  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; }
58657
58076
  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; }
58658
58077
  var DynamicForm = function DynamicForm(props) {
58659
- var _css, _css2, _dynamicform$fields, _dynamicform$fields2, _dynamicform$fields3, _dynamicform$fields4, _dynamicform$fields5;
58078
+ var _css, _dynamicform$fields, _dynamicform$fields2, _dynamicform$fields3, _dynamicform$fields4, _dynamicform$fields5;
58660
58079
  props.actions.lang;
58661
58080
  var langdetect = props.actions.langdetect;
58662
58081
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
@@ -58811,8 +58230,6 @@
58811
58230
  type = 'number';
58812
58231
  } else if (item.type == 'text') {
58813
58232
  type = 'text';
58814
- } else if (item.type == 'phone number') {
58815
- type = 'phonenumber';
58816
58233
  }
58817
58234
  if (item.type == 'date') {
58818
58235
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58870,41 +58287,6 @@
58870
58287
  }))));
58871
58288
  }
58872
58289
  };
58873
- var phonenumber = function phonenumber(item, index) {
58874
- return /*#__PURE__*/React__default["default"].createElement("div", {
58875
- "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58876
- }, /*#__PURE__*/React__default["default"].createElement("div", {
58877
- "class": "row m-0 w-100 mb-3"
58878
- }, /*#__PURE__*/React__default["default"].createElement("div", {
58879
- "class": "col-lg-12 text-start mb-2 p-0"
58880
- }, /*#__PURE__*/React__default["default"].createElement("p", {
58881
- "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58882
- style: {}
58883
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58884
- "class": "text-danger"
58885
- }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
58886
- className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control),
58887
- country: 'eg',
58888
- enableSearch: true,
58889
- autoFormat: true,
58890
- value: item.value,
58891
- inputStyle: {
58892
- color: sectionproperties.inputfieldcolor
58893
- },
58894
- onChange: function onChange(event, country) {
58895
- updateformfield(event, index);
58896
- // var temp = { ...payloadobj };
58897
- // temp.mobile = event;
58898
- // temp.countrydialcode = country.dialCode;
58899
- // setpayloadobj({ ...temp });
58900
- },
58901
-
58902
- style: {
58903
- direction: 'ltr',
58904
- color: sectionproperties.inputfieldcolor
58905
- }
58906
- })));
58907
- };
58908
58290
  var textareaitem = function textareaitem(item, index) {
58909
58291
  return /*#__PURE__*/React__default["default"].createElement("div", {
58910
58292
  "class": 'col-md-12 col-lg-12'
@@ -58976,19 +58358,20 @@
58976
58358
  boxShadow: 'none',
58977
58359
  transition: '.3s'
58978
58360
  }), _css)),
58979
- generalbtn: glamor.css((_css2 = {
58361
+ generalbtn: glamor.css({
58980
58362
  width: sectionproperties.generalbtn_width + '%',
58981
58363
  height: sectionproperties.generalbtn_height + 'px',
58982
58364
  backgroundColor: sectionproperties.generalbtn_bgColor,
58983
- borderRadius: sectionproperties.generalbtn_bgColor,
58365
+ borderRadius: sectionproperties.generalbtnborderradius + 'px',
58984
58366
  color: sectionproperties.generalbtn_textColor,
58985
58367
  fontSize: sectionproperties.generalbtn_fontsize,
58986
- fontWeight: sectionproperties.generalbtn_fontweight
58987
- }, _defineProperty__default["default"](_css2, "borderRadius", sectionproperties.generalbtnborderradius + 'px'), _defineProperty__default["default"](_css2, ':hover', {
58988
- transition: '.3s',
58989
- color: sectionproperties.generalbtn_textColoronhover,
58990
- backgroundColor: sectionproperties.generalbtn_bgColoronhover
58991
- }), _css2)),
58368
+ fontWeight: sectionproperties.generalbtn_fontweight,
58369
+ ':hover': {
58370
+ transition: '.3s',
58371
+ color: sectionproperties.generalbtn_textColoronhover,
58372
+ backgroundColor: sectionproperties.generalbtn_bgColoronhover
58373
+ }
58374
+ }),
58992
58375
  btnLeft: glamor.css({
58993
58376
  width: 40,
58994
58377
  height: 40,
@@ -59019,6 +58402,14 @@
59019
58402
  transition: '.3s',
59020
58403
  backgroundColor: '#044da6'
59021
58404
  }
58405
+ }),
58406
+ sectiontitle: glamor.css({
58407
+ color: sectionproperties.sectionTitleColor,
58408
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
58409
+ fontWeight: sectionproperties.sectionTitleFontWeight,
58410
+ '@media (max-width: 800px)': {
58411
+ fontSize: sectionproperties.sectionTitleFontSizeresp
58412
+ }
59022
58413
  })
59023
58414
  };
59024
58415
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59062,12 +58453,8 @@
59062
58453
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
59063
58454
  }
59064
58455
  }, /*#__PURE__*/React__default["default"].createElement("p", {
59065
- "class": "m-0 p-0",
59066
- style: {
59067
- color: sectionproperties.sectionTitleColor,
59068
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
59069
- fontWeight: sectionproperties.sectionTitleFontWeight
59070
- }
58456
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58457
+ style: {}
59071
58458
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
59072
58459
  "class": 'row m-0 w-100 p-3 mt-3'
59073
58460
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59188,12 +58575,8 @@
59188
58575
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
59189
58576
  }
59190
58577
  }, /*#__PURE__*/React__default["default"].createElement("p", {
59191
- "class": "m-0 p-0",
59192
- style: {
59193
- color: sectionproperties.sectionTitleColor,
59194
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
59195
- fontWeight: sectionproperties.sectionTitleFontWeight
59196
- }
58578
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58579
+ style: {}
59197
58580
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
59198
58581
  "class": 'row m-0 w-100 '
59199
58582
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59203,8 +58586,6 @@
59203
58586
  }, dynamicform === null || dynamicform === void 0 || (_dynamicform$fields5 = dynamicform.fields) === null || _dynamicform$fields5 === void 0 ? void 0 : _dynamicform$fields5.map(function (item, index) {
59204
58587
  if (item.type == 'text' || item.type == 'date' || item.type == 'number') {
59205
58588
  return inputitem(item, index);
59206
- } else if (item.type == 'phone number') {
59207
- return phonenumber(item, index);
59208
58589
  } else if (item.type == 'textarea') {
59209
58590
  return textareaitem(item, index);
59210
58591
  } else if (item.type == 'selectbox') {
@@ -59250,19 +58631,14 @@
59250
58631
  "class": "",
59251
58632
  color: '#fff'
59252
58633
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
59253
- "class": "row m-0 w-100 py-4",
59254
- style: {
59255
- background: sectionproperties.popupbackgroundcolor
59256
- }
59257
- }, /*#__PURE__*/React__default["default"].createElement("div", {
59258
- "class": "col-lg-12 allcentered py-4"
58634
+ "class": "col-lg-12 allcentered my-4 py-4"
59259
58635
  }, /*#__PURE__*/React__default["default"].createElement("p", {
59260
58636
  "class": "m-0 p-0",
59261
58637
  style: {
59262
58638
  fontSize: 20,
59263
- color: sectionproperties.popuptextcolor
58639
+ color: '#000'
59264
58640
  }
59265
- }, confirmationtext)))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
58641
+ }, confirmationtext))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
59266
58642
  };
59267
58643
 
59268
58644
  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; }
@@ -60040,14 +59416,14 @@
60040
59416
  height: '1px',
60041
59417
  position: 'relative',
60042
59418
  flex: '1 1 auto',
60043
- minWidth: '10%',
59419
+ // minWidth: '10%',
60044
59420
  background: sectionproperties.linebgcolor
60045
59421
  }),
60046
59422
  line_right: glamor.css({
60047
59423
  height: '1px',
60048
59424
  position: 'relative',
60049
59425
  flex: '1 1 auto',
60050
- minWidth: '10%',
59426
+ // minWidth: '10%',
60051
59427
  background: sectionproperties.linebgcolor
60052
59428
  }),
60053
59429
  btn: glamor.css({
@@ -60085,36 +59461,40 @@
60085
59461
  top: 0,
60086
59462
  bottom: 0
60087
59463
  }
59464
+ }),
59465
+ sectiontitlecontent: glamor.css({
59466
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59467
+ color: sectionproperties.sectionTitleColor,
59468
+ textTransform: sectionproperties.sectionTitleTextTransform,
59469
+ fontWeight: sectionproperties.sectionTitleFontWeight,
59470
+ // padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59471
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
59472
+ '@media (max-width: 800px)': {
59473
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
59474
+ }
60088
59475
  })
60089
59476
  };
60090
59477
  var SectionTitle = function SectionTitle() {
60091
59478
  return /*#__PURE__*/React__default["default"].createElement("div", {
60092
- "class": "d-flex align-items-center flex-row",
59479
+ "class": "d-flex align-items-center allcentered",
60093
59480
  style: {
60094
59481
  position: 'relative',
60095
59482
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
60096
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
59483
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
59484
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
60097
59485
  }
60098
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60099
- "class": section_styles.line_left,
60100
- style: {
60101
- marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60102
- marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
60103
- }
60104
- }), /*#__PURE__*/React__default["default"].createElement("p", {
59486
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
60105
59487
  "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 ',
59488
+ style: {}
59489
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
59490
+ "class": section_styles.sectiontitlecontent
59491
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60106
59492
  style: {
60107
- color: sectionproperties.sectionTitleColor,
60108
- textTransform: sectionproperties.sectionTitleTextTransform,
60109
- fontWeight: sectionproperties.sectionTitleFontWeight,
60110
- padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
60111
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
60112
- }
60113
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60114
- "class": section_styles.line_right,
60115
- style: {
60116
- marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
60117
- marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59493
+ width: '50%',
59494
+ background: sectionproperties.linebgcolor,
59495
+ height: 3,
59496
+ borderRadius: 10,
59497
+ marginTop: 5
60118
59498
  }
60119
59499
  }));
60120
59500
  };
@@ -60173,8 +59553,8 @@
60173
59553
  style: {
60174
59554
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
60175
59555
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
60176
- paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
60177
- paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
59556
+ paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
59557
+ paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
60178
59558
  zIndex: 100,
60179
59559
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
60180
59560
  }
@@ -60222,7 +59602,45 @@
60222
59602
  "class": "w-100 allcentered",
60223
59603
  style: {
60224
59604
  background: sectionproperties.outerbgcolor
59605
+ // backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
60225
59606
  }
59607
+ }, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
59608
+ "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
59609
+ style: {
59610
+ marginTop: sectionproperties.marginTop + 'px',
59611
+ marginBottom: sectionproperties.marginBottom + 'px'
59612
+ }
59613
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59614
+ "class": "col-lg-12 p-0"
59615
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59616
+ "class": "row m-0 w-100 allcentered"
59617
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59618
+ "class": "col-lg-10 col-md-11 mt-3 mb-3",
59619
+ style: {
59620
+ background: 'white',
59621
+ borderRadius: 10,
59622
+ boxShadow: '0 0 10px #ccc',
59623
+ padding: 40
59624
+ }
59625
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59626
+ "class": "row m-0 w-100"
59627
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59628
+ "class": "col-lg-3 col-md-12 allcentered"
59629
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59630
+ "class": "w-100 d-flex allcentered mb-md-4"
59631
+ }, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
59632
+ "class": "col-lg-9 col-md-12 p-md-0",
59633
+ style: {
59634
+ paddingLeft: langdetect == 'en' ? '50px' : 0,
59635
+ paddingRight: langdetect == 'ar' ? '50px' : 0
59636
+ }
59637
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59638
+ "class": "row m-0 w-100 text-start text-md-center",
59639
+ style: {
59640
+ fontSize: sectionproperties.prodCatFontSize + 'px'
59641
+ }
59642
+ }, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
59643
+ "class": "row m-0 w-100"
60226
59644
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60227
59645
  "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
60228
59646
  style: {
@@ -60237,7 +59655,7 @@
60237
59655
  marginBottom: sectionproperties.marginBottom + 'px',
60238
59656
  background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
60239
59657
  }
60240
- }, SectionContent('responsive')));
59658
+ }, SectionContent('responsive'))));
60241
59659
  };
60242
59660
 
60243
59661
  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; }
@@ -60310,6 +59728,28 @@
60310
59728
  color: sectionproperties.generalbtn_textColoronhover
60311
59729
  }
60312
59730
  }),
59731
+ btn2: glamor.css({
59732
+ width: sectionproperties.generalbtn_width + 'px',
59733
+ height: sectionproperties.generalbtn_height + 'px',
59734
+ // backgroundColor: sectionproperties.generalbtn_bgColor,
59735
+ color: sectionproperties.generalbtn_bgColoronhover,
59736
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
59737
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
59738
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
59739
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
59740
+ border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
59741
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
59742
+ fontWeight: sectionproperties.generalbtn_fontweight,
59743
+ marginTop: sectionproperties.generalbtn_marginTop + 'px',
59744
+ marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
59745
+ transition: '.3s',
59746
+ cursor: 'pointer',
59747
+ ':hover': {
59748
+ // backgroundColor: sectionproperties.generalbtn_bgColoronhover,
59749
+ color: sectionproperties.sectionproperties,
59750
+ borderColor: sectionproperties.sectionproperties
59751
+ }
59752
+ }),
60313
59753
  sectiontitlespan: glamor.css({
60314
59754
  paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
60315
59755
  paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
@@ -60324,7 +59764,8 @@
60324
59764
  width: sectionproperties.sectitle_lineafterwidth + '%',
60325
59765
  display: 'block',
60326
59766
  backgroundColor: sectionproperties.linebgcolor,
60327
- borderRadius: '6px'
59767
+ borderRadius: '6px',
59768
+ marginTop: 15
60328
59769
  }
60329
59770
  }),
60330
59771
  facebook_btn: glamor.css({
@@ -60433,11 +59874,11 @@
60433
59874
  };
60434
59875
  var SectionTitle = function SectionTitle() {
60435
59876
  return /*#__PURE__*/React__default["default"].createElement("p", {
60436
- "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 ',
59877
+ "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 ',
60437
59878
  style: {
60438
59879
  color: sectionproperties.sectionTitleColor,
60439
59880
  fontWeight: sectionproperties.sectionTitleFontWeight,
60440
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
59881
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
60441
59882
  }
60442
59883
  }, sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
60443
59884
  "class": "".concat(section_styles.sectiontitlespan) + ' pl-md-2 pr-md-2 left-md-0 '
@@ -60465,8 +59906,10 @@
60465
59906
  borderRadius: sectionproperties.reservation_borderradius + 'px'
60466
59907
  }
60467
59908
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60468
- "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 ',
60469
- style: {}
59909
+ "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 ',
59910
+ style: {
59911
+ // padding: 20,
59912
+ }
60470
59913
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60471
59914
  "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 ',
60472
59915
  style: {
@@ -60605,7 +60048,7 @@
60605
60048
  })))));
60606
60049
  };
60607
60050
  var Image = function Image() {
60608
- var _imagesarray$, _imagesarray$7, _imagesarray$8;
60051
+ var _imagesarray$, _imagesarray$7, _imagesarray$8, _imagesarray$9, _imagesarray$10;
60609
60052
  return /*#__PURE__*/React__default["default"].createElement("div", {
60610
60053
  "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',
60611
60054
  style: {
@@ -60627,29 +60070,43 @@
60627
60070
  }
60628
60071
  }
60629
60072
  }
60073
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60074
+ "class": "col-lg-12 p-0 d-flex d-md-none justify-content-center align-items-center"
60630
60075
  }, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
60631
60076
  "class": section_styles.imageimage,
60632
60077
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60633
60078
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60634
60079
  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),
60635
60080
  style: {}
60636
- }));
60081
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
60082
+ "class": "col-lg-12 p-0 d-none d-md-flex justify-content-center align-items-center"
60083
+ }, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
60084
+ "class": section_styles.imageimage,
60085
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60086
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60087
+ 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),
60088
+ style: {}
60089
+ })));
60637
60090
  };
60638
60091
  return /*#__PURE__*/React__default["default"].createElement("div", {
60639
- "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 ',
60092
+ "class": "row m-0 w-100 allcentered"
60093
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60094
+ "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center ',
60640
60095
  style: {
60641
60096
  marginTop: sectionproperties.marginTop + 'px',
60642
60097
  marginBottom: sectionproperties.marginBottom + 'px',
60643
- background: sectionproperties.backgroundColor
60098
+ background: sectionproperties.backgroundColor,
60099
+ width: sectionproperties.width + 'vw',
60100
+ borderRadius: sectionproperties.sectioncardborderradius + 'px'
60644
60101
  }
60645
60102
  }, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
60646
- "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',
60103
+ "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',
60647
60104
  style: {
60648
60105
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
60649
60106
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
60650
- width: sectionproperties.width + 'vw',
60651
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
60652
- borderRadius: sectionproperties.sectioncardborderradius + 'px'
60107
+ // width: sectionproperties.width + 'vw',
60108
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
60109
+ // borderRadius: sectionproperties.sectioncardborderradius + 'px',
60653
60110
  }
60654
60111
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60655
60112
  "class":
@@ -60680,10 +60137,13 @@
60680
60137
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60681
60138
  }
60682
60139
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60683
- "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 ',
60140
+ "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 ',
60684
60141
  style: {
60685
60142
  background: sectionproperties.reservation_bgcolor,
60686
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60143
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60144
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60145
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60146
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60687
60147
  }
60688
60148
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60689
60149
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60700,6 +60160,7 @@
60700
60160
  style: {
60701
60161
  position: 'relative',
60702
60162
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60163
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
60703
60164
  fontSize: sectionproperties.sectionTitleFontSize + 'px',
60704
60165
  backgroundColor: sectionproperties.sectiontitlebgcolor,
60705
60166
  borderRadius: sectionproperties.sectiontitleborderradius + 'px',
@@ -60763,7 +60224,7 @@
60763
60224
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60764
60225
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60765
60226
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60766
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60227
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60767
60228
  onClick: function onClick() {
60768
60229
  if (sectionproperties.btntype == 'WhatsApp') {
60769
60230
  var _authdetailsContext$i9;
@@ -60782,7 +60243,27 @@
60782
60243
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60783
60244
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60784
60245
  }
60785
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60246
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), sectionproperties.showbtn2 == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
60247
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60248
+ onClick: function onClick() {
60249
+ if (sectionproperties.btntype == 'WhatsApp') {
60250
+ var _authdetailsContext$i11;
60251
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
60252
+ var _authdetailsContext$i12;
60253
+ 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');
60254
+ }
60255
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60256
+ // window.open(sectionproperties.btnlink, '_target');
60257
+ routingcountext(sectionproperties.btnlink2, false, '');
60258
+ } else {
60259
+ window.open(sectionproperties.btnlink2, '_blank');
60260
+ }
60261
+ },
60262
+ style: {
60263
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60264
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60265
+ }
60266
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
60786
60267
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60787
60268
  style: {
60788
60269
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60792,10 +60273,10 @@
60792
60273
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60793
60274
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60794
60275
  onClick: function onClick() {
60795
- var _authdetailsContext$i11;
60796
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
60797
- var _authdetailsContext$i12;
60798
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
60276
+ var _authdetailsContext$i13;
60277
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
60278
+ var _authdetailsContext$i14;
60279
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
60799
60280
  }
60800
60281
  }
60801
60282
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60803,10 +60284,10 @@
60803
60284
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60804
60285
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60805
60286
  onClick: function onClick() {
60806
- var _authdetailsContext$i13;
60807
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
60808
- var _authdetailsContext$i14;
60809
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
60287
+ var _authdetailsContext$i15;
60288
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
60289
+ var _authdetailsContext$i16;
60290
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
60810
60291
  }
60811
60292
  }
60812
60293
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60814,10 +60295,10 @@
60814
60295
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60815
60296
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60816
60297
  onClick: function onClick() {
60817
- var _authdetailsContext$i15;
60818
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
60819
- var _authdetailsContext$i16;
60820
- 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');
60298
+ var _authdetailsContext$i17;
60299
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60300
+ var _authdetailsContext$i18;
60301
+ 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');
60821
60302
  }
60822
60303
  }
60823
60304
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60831,10 +60312,11 @@
60831
60312
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60832
60313
  }
60833
60314
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60834
- "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 ',
60315
+ "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 ',
60835
60316
  style: {
60836
60317
  background: sectionproperties.reservation_bgcolor,
60837
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60318
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60319
+ borderRadius: sectionproperties.reservation_borderradius + 'px'
60838
60320
  }
60839
60321
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60840
60322
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60917,10 +60399,10 @@
60917
60399
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60918
60400
  onClick: function onClick() {
60919
60401
  if (sectionproperties.btntype == 'WhatsApp') {
60920
- var _authdetailsContext$i17;
60921
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60922
- var _authdetailsContext$i18;
60923
- 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');
60402
+ var _authdetailsContext$i19;
60403
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
60404
+ var _authdetailsContext$i20;
60405
+ 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');
60924
60406
  }
60925
60407
  } else if (sectionproperties.btntype == 'App/Web Page') {
60926
60408
  // window.open(sectionproperties.btnlink, '_target');
@@ -60943,10 +60425,10 @@
60943
60425
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60944
60426
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60945
60427
  onClick: function onClick() {
60946
- var _authdetailsContext$i19;
60947
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
60948
- var _authdetailsContext$i20;
60949
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
60428
+ var _authdetailsContext$i21;
60429
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
60430
+ var _authdetailsContext$i22;
60431
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
60950
60432
  }
60951
60433
  }
60952
60434
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60954,10 +60436,10 @@
60954
60436
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60955
60437
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60956
60438
  onClick: function onClick() {
60957
- var _authdetailsContext$i21;
60958
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
60959
- var _authdetailsContext$i22;
60960
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
60439
+ var _authdetailsContext$i23;
60440
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
60441
+ var _authdetailsContext$i24;
60442
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
60961
60443
  }
60962
60444
  }
60963
60445
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60965,10 +60447,10 @@
60965
60447
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60966
60448
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60967
60449
  onClick: function onClick() {
60968
- var _authdetailsContext$i23;
60969
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
60970
- var _authdetailsContext$i24;
60971
- 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');
60450
+ var _authdetailsContext$i25;
60451
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60452
+ var _authdetailsContext$i26;
60453
+ 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');
60972
60454
  }
60973
60455
  }
60974
60456
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60982,10 +60464,13 @@
60982
60464
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60983
60465
  }
60984
60466
  }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
60985
- "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 ',
60467
+ "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 ',
60986
60468
  style: {
60987
60469
  background: sectionproperties.reservation_bgcolor,
60988
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60470
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60471
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60472
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60473
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60989
60474
  }
60990
60475
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60991
60476
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -61065,13 +60550,13 @@
61065
60550
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61066
60551
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
61067
60552
  }, /*#__PURE__*/React__default["default"].createElement("button", {
61068
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60553
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
61069
60554
  onClick: function onClick() {
61070
60555
  if (sectionproperties.btntype == 'WhatsApp') {
61071
- var _authdetailsContext$i25;
61072
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
61073
- var _authdetailsContext$i26;
61074
- 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');
60556
+ var _authdetailsContext$i27;
60557
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
60558
+ var _authdetailsContext$i28;
60559
+ 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');
61075
60560
  }
61076
60561
  } else if (sectionproperties.btntype == 'App/Web Page') {
61077
60562
  // window.open(sectionproperties.btnlink, '_target');
@@ -61084,7 +60569,27 @@
61084
60569
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
61085
60570
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
61086
60571
  }
61087
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60572
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
60573
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60574
+ onClick: function onClick() {
60575
+ if (sectionproperties.btntype == 'WhatsApp') {
60576
+ var _authdetailsContext$i29;
60577
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
60578
+ var _authdetailsContext$i30;
60579
+ 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');
60580
+ }
60581
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60582
+ // window.open(sectionproperties.btnlink, '_target');
60583
+ routingcountext(sectionproperties.btnlink2, false, '');
60584
+ } else {
60585
+ window.open(sectionproperties.btnlink2, '_blank');
60586
+ }
60587
+ },
60588
+ style: {
60589
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60590
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60591
+ }
60592
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
61088
60593
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
61089
60594
  style: {
61090
60595
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -61094,10 +60599,10 @@
61094
60599
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61095
60600
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61096
60601
  onClick: function onClick() {
61097
- var _authdetailsContext$i27;
61098
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
61099
- var _authdetailsContext$i28;
61100
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60602
+ var _authdetailsContext$i31;
60603
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
60604
+ var _authdetailsContext$i32;
60605
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
61101
60606
  }
61102
60607
  }
61103
60608
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -61105,10 +60610,10 @@
61105
60610
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61106
60611
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61107
60612
  onClick: function onClick() {
61108
- var _authdetailsContext$i29;
61109
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
61110
- var _authdetailsContext$i30;
61111
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60613
+ var _authdetailsContext$i33;
60614
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
60615
+ var _authdetailsContext$i34;
60616
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
61112
60617
  }
61113
60618
  }
61114
60619
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -61116,10 +60621,10 @@
61116
60621
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61117
60622
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61118
60623
  onClick: function onClick() {
61119
- var _authdetailsContext$i31;
61120
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
61121
- var _authdetailsContext$i32;
61122
- 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');
60624
+ var _authdetailsContext$i35;
60625
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
60626
+ var _authdetailsContext$i36;
60627
+ 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');
61123
60628
  }
61124
60629
  }
61125
60630
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -61219,10 +60724,10 @@
61219
60724
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
61220
60725
  onClick: function onClick() {
61221
60726
  if (sectionproperties.btntype == 'WhatsApp') {
61222
- var _authdetailsContext$i33;
61223
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
61224
- var _authdetailsContext$i34;
61225
- 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');
60727
+ var _authdetailsContext$i37;
60728
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
60729
+ var _authdetailsContext$i38;
60730
+ 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');
61226
60731
  }
61227
60732
  } else if (sectionproperties.btntype == 'App/Web Page') {
61228
60733
  // window.open(sectionproperties.btnlink, '_target');
@@ -61245,10 +60750,10 @@
61245
60750
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61246
60751
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61247
60752
  onClick: function onClick() {
61248
- var _authdetailsContext$i35;
61249
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
61250
- var _authdetailsContext$i36;
61251
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
60753
+ var _authdetailsContext$i39;
60754
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
60755
+ var _authdetailsContext$i40;
60756
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
61252
60757
  }
61253
60758
  }
61254
60759
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -61256,10 +60761,10 @@
61256
60761
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61257
60762
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61258
60763
  onClick: function onClick() {
61259
- var _authdetailsContext$i37;
61260
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
61261
- var _authdetailsContext$i38;
61262
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
60764
+ var _authdetailsContext$i41;
60765
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
60766
+ var _authdetailsContext$i42;
60767
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
61263
60768
  }
61264
60769
  }
61265
60770
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -61267,10 +60772,10 @@
61267
60772
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61268
60773
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
61269
60774
  onClick: function onClick() {
61270
- var _authdetailsContext$i39;
61271
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
61272
- var _authdetailsContext$i40;
61273
- 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');
60775
+ var _authdetailsContext$i43;
60776
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
60777
+ var _authdetailsContext$i44;
60778
+ 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');
61274
60779
  }
61275
60780
  }
61276
60781
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -61337,7 +60842,7 @@
61337
60842
  }
61338
60843
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
61339
60844
  "class": "w-100 mb-md-3"
61340
- }, " ", Image()), Content())))));
60845
+ }, " ", Image()), Content()))))));
61341
60846
  };
61342
60847
 
61343
60848
  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; }
@@ -61564,7 +61069,7 @@
61564
61069
  }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr);
61565
61070
  };
61566
61071
  return /*#__PURE__*/React__default["default"].createElement("div", {
61567
- "class": ' row ml-0 mr-0 align-items-center w-md-100 ',
61072
+ "class": ' row ml-0 mr-0 align-items-center ',
61568
61073
  style: {
61569
61074
  width: sectionproperties.width + 'vw',
61570
61075
  marginTop: sectionproperties.marginTop + 'px',
@@ -61670,7 +61175,7 @@
61670
61175
  "class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
61671
61176
  }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61672
61177
  return /*#__PURE__*/React__default["default"].createElement("div", {
61673
- "class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
61178
+ "class": "col-lg-4 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
61674
61179
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61675
61180
  // class="m-lg-auto d-flex justify-content-center"
61676
61181
  "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',
@@ -61694,7 +61199,7 @@
61694
61199
  window.open(cardinfoitem.btnlink, '_blank');
61695
61200
  }
61696
61201
  }
61697
- }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
61202
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61698
61203
  "class": "d-flex d-sm-none",
61699
61204
  style: {
61700
61205
  width: sectionproperties.image_width + 'px',
@@ -61712,7 +61217,7 @@
61712
61217
  width: '100%',
61713
61218
  objectFit: 'cover'
61714
61219
  }
61715
- })), sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
61220
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61716
61221
  "class": "d-none d-sm-flex mt-auto mb-auto",
61717
61222
  style: {
61718
61223
  width: 35,
@@ -61761,22 +61266,89 @@
61761
61266
 
61762
61267
  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; }
61763
61268
  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; }
61269
+ // const minuteSeconds = 60;
61270
+ // const hourSeconds = 3600;
61271
+ // const daySeconds = 86400;
61272
+
61273
+ // const timerProps = {
61274
+ // isPlaying: true,
61275
+ // size: 120,
61276
+ // strokeWidth: 6,
61277
+ // };
61278
+
61279
+ var formatTime = function formatTime(time) {
61280
+ var days = Math.floor(time / (60 * 60 * 24));
61281
+ var hours = Math.floor(time % (60 * 60 * 24) / (60 * 60));
61282
+ var minutes = Math.floor(time % (60 * 60) / 60);
61283
+ var seconds = time % 60;
61284
+ return {
61285
+ days: days,
61286
+ hours: hours,
61287
+ minutes: minutes,
61288
+ seconds: seconds
61289
+ };
61290
+ };
61291
+ // const renderTime = (dimension, time) => {
61292
+ // return (
61293
+ // <div className="time-wrapper">
61294
+ // <div className="time">{time}</div>
61295
+ // <div>{dimension}</div>
61296
+ // </div>
61297
+ // );
61298
+ // };
61299
+
61300
+ // const getTimeSeconds = (time) => (minuteSeconds - time) | 0;
61301
+ // const getTimeMinutes = (time) => ((time % hourSeconds) / minuteSeconds) | 0;
61302
+ // const getTimeHours = (time) => ((time % daySeconds) / hourSeconds) | 0;
61303
+ // const getTimeDays = (time) => (time / daySeconds) | 0;
61304
+
61764
61305
  var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61765
61306
  var _maincontainerarrayof;
61766
- var _useState = React.useState(''),
61307
+ var targetStartDate = new Date('2024-12-16T12:00:00');
61308
+ var _useState = React.useState(0),
61767
61309
  _useState2 = _slicedToArray__default["default"](_useState, 2),
61768
- sectionproperties = _useState2[0],
61769
- setsectionproperties = _useState2[1];
61770
- var _useState3 = React.useState([]),
61310
+ remainingTimeInSeconds = _useState2[0],
61311
+ setRemainingTimeInSeconds = _useState2[1];
61312
+ var _useState3 = React.useState(''),
61771
61313
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
61772
- cardsarray = _useState4[0],
61773
- setcardsarray = _useState4[1];
61314
+ sectionproperties = _useState4[0],
61315
+ setsectionproperties = _useState4[1];
61316
+ var _useState5 = React.useState([]),
61317
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
61318
+ cardsarray = _useState6[0],
61319
+ setcardsarray = _useState6[1];
61774
61320
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
61775
61321
  props.actions.lang;
61776
61322
  var langdetect = props.actions.langdetect;
61777
61323
  var ikimagecredcontext = props.actions.ikimagecredcontext;
61778
61324
  var routingcountext = props.actions.routingcountext;
61779
61325
  var authdetailsContext = props.actions.authdetailsContext;
61326
+
61327
+ // const remainingTime = endTime - stratTime;
61328
+ // // const days = Math.ceil(remainingTime / daySeconds);
61329
+ // const daysDuration = days * daySeconds;
61330
+ React.useEffect(function () {
61331
+ var interval = setInterval(function () {
61332
+ var currentTime = new Date();
61333
+ var differenceInSeconds = Math.max(Math.floor((targetStartDate - currentTime) / 1000), 0);
61334
+ setRemainingTimeInSeconds(differenceInSeconds);
61335
+ }, 1000); // Update every second
61336
+
61337
+ return function () {
61338
+ return clearInterval(interval);
61339
+ }; // Cleanup interval on unmount
61340
+ }, [targetStartDate]);
61341
+
61342
+ // Format the remaining time into days, hours, minutes, and seconds
61343
+ var _formatTime = formatTime(remainingTimeInSeconds),
61344
+ days = _formatTime.days,
61345
+ hours = _formatTime.hours,
61346
+ minutes = _formatTime.minutes,
61347
+ seconds = _formatTime.seconds;
61348
+ var _useState7 = React.useState([]),
61349
+ _useState8 = _slicedToArray__default["default"](_useState7, 2),
61350
+ maincontainerarrayofobjs = _useState8[0],
61351
+ setmaincontainerarrayofobjs = _useState8[1];
61780
61352
  React.useEffect(function () {
61781
61353
  var secpropobj = {};
61782
61354
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -61798,10 +61370,6 @@
61798
61370
  }
61799
61371
  }
61800
61372
  }, [sectionproperties]);
61801
- var _useState5 = React.useState([]),
61802
- _useState6 = _slicedToArray__default["default"](_useState5, 2),
61803
- maincontainerarrayofobjs = _useState6[0],
61804
- setmaincontainerarrayofobjs = _useState6[1];
61805
61373
  React.useEffect(function () {
61806
61374
  if (sectionproperties.length != 0 && sectionproperties.maincontainerarrayofobjs != undefined) {
61807
61375
  var maincontainerarrayofobjsparsed = JSON.parse(sectionproperties.maincontainerarrayofobjs);
@@ -61906,6 +61474,7 @@
61906
61474
  }
61907
61475
  }),
61908
61476
  cardContainer: glamor.css({
61477
+ background: sectionproperties.reservation_bgcolor,
61909
61478
  ':hover .imageContainer': {
61910
61479
  transition: '.3s',
61911
61480
  backgroundColor: sectionproperties.activedotcolor
@@ -61913,6 +61482,9 @@
61913
61482
  ':hover .text1Styles': {
61914
61483
  transition: '.3s',
61915
61484
  color: sectionproperties.text1secondarycolor
61485
+ },
61486
+ ':hover': {
61487
+ background: sectionproperties.innersectionbgcolorhover
61916
61488
  }
61917
61489
  }),
61918
61490
  btnstyles: glamor.css({
@@ -61921,7 +61493,7 @@
61921
61493
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
61922
61494
  color: sectionproperties.generalbtn_textColor,
61923
61495
  fontWeight: sectionproperties.generalbtn_fontweight,
61924
- textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61496
+ // textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61925
61497
  backgroundColor: sectionproperties.generalbtn_bgColor,
61926
61498
  borderRadius: sectionproperties.generalbtnborderradius,
61927
61499
  ':hover': {
@@ -61993,18 +61565,22 @@
61993
61565
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
61994
61566
  }
61995
61567
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61996
- "class": "d-flex align-items-center flex-row allcentered",
61568
+ "class": "d-flex align-items-center flex-column allcentered",
61997
61569
  style: {
61998
61570
  position: 'relative',
61999
61571
  width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
62000
61572
  }
62001
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
62002
- "class": sectionStyles.line_left
62003
- }), /*#__PURE__*/React__default["default"].createElement("p", {
61573
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
62004
61574
  "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 ',
62005
61575
  style: {}
62006
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
62007
- "class": sectionStyles.line_right
61576
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61577
+ style: {
61578
+ width: '50%',
61579
+ background: sectionproperties.linebgcolor,
61580
+ height: 3,
61581
+ borderRadius: 10,
61582
+ marginTop: 5
61583
+ }
62008
61584
  })))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
62009
61585
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
62010
61586
  style: {
@@ -62016,10 +61592,215 @@
62016
61592
  }, /*#__PURE__*/React__default["default"].createElement("p", {
62017
61593
  "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',
62018
61594
  style: {}
62019
- }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61595
+ }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61596
+ "class": "row m-0 w-100 allcentered"
61597
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61598
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61599
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61600
+ isPlaying: true,
61601
+ duration: remainingTimeInSeconds,
61602
+ colors: "#013c48",
61603
+ strokeWidth: 8,
61604
+ size: 120,
61605
+ initialRemainingTime: remainingTimeInSeconds
61606
+ }, function (_ref) {
61607
+ _ref.elapsedTime;
61608
+ _ref.color;
61609
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61610
+ style: {
61611
+ color: '#bea04b',
61612
+ fontSize: 23,
61613
+ fontWeight: 600
61614
+ },
61615
+ "class": "allcentered"
61616
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61617
+ className: "time-wrapper allcentered flex-column"
61618
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61619
+ className: "time"
61620
+ }, days), /*#__PURE__*/React__default["default"].createElement("div", null, "\u064A\u0648\u0645")));
61621
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61622
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61623
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61624
+ isPlaying: true,
61625
+ duration: remainingTimeInSeconds,
61626
+ colors: "#013c48",
61627
+ strokeWidth: 8,
61628
+ size: 120,
61629
+ initialRemainingTime: remainingTimeInSeconds
61630
+ }, function (_ref2) {
61631
+ _ref2.elapsedTime;
61632
+ _ref2.color;
61633
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61634
+ style: {
61635
+ color: '#bea04b',
61636
+ fontSize: 23,
61637
+ fontWeight: 600
61638
+ },
61639
+ "class": "allcentered"
61640
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61641
+ className: "time-wrapper allcentered flex-column"
61642
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61643
+ className: "time"
61644
+ }, hours), /*#__PURE__*/React__default["default"].createElement("div", null, "\u0633\u0627\u0639\u0629")));
61645
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61646
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61647
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61648
+ isPlaying: true,
61649
+ duration: remainingTimeInSeconds,
61650
+ colors: "#013c48",
61651
+ strokeWidth: 8,
61652
+ size: 120,
61653
+ initialRemainingTime: remainingTimeInSeconds
61654
+ }, function (_ref3) {
61655
+ _ref3.elapsedTime;
61656
+ _ref3.color;
61657
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61658
+ style: {
61659
+ color: '#bea04b',
61660
+ fontSize: 23,
61661
+ fontWeight: 600
61662
+ },
61663
+ "class": "allcentered"
61664
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61665
+ className: "time-wrapper allcentered flex-column"
61666
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61667
+ className: "time"
61668
+ }, minutes), /*#__PURE__*/React__default["default"].createElement("div", null, "\u062F\u0642\u064A\u0642\u0629")));
61669
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61670
+ className: "col-3 col-sm-6 allcentered mb-md-3"
61671
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, {
61672
+ isPlaying: true,
61673
+ duration: remainingTimeInSeconds,
61674
+ colors: "#013c48",
61675
+ strokeWidth: 8,
61676
+ size: 120,
61677
+ initialRemainingTime: remainingTimeInSeconds
61678
+ }, function (_ref4) {
61679
+ _ref4.elapsedTime;
61680
+ _ref4.color;
61681
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61682
+ style: {
61683
+ color: '#bea04b',
61684
+ fontSize: 23,
61685
+ fontWeight: 600
61686
+ },
61687
+ "class": "allcentered"
61688
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61689
+ className: "time-wrapper allcentered flex-column"
61690
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61691
+ className: "time"
61692
+ }, seconds), /*#__PURE__*/React__default["default"].createElement("div", null, "\u062B\u0627\u0646\u064A\u0629")));
61693
+ }))), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61694
+ "class": "row m-0 w-100 d-flex justify-content-center"
61695
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61696
+ return /*#__PURE__*/React__default["default"].createElement("div", {
61697
+ "class": 'flip-card d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 ',
61698
+ style: {
61699
+ zIndex: 2,
61700
+ paddingLeft: sectionproperties.marginhorizontal + 'px',
61701
+ paddingRight: sectionproperties.marginhorizontal + 'px'
61702
+ }
61703
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61704
+ "class": "flip-card-inner",
61705
+ style: {
61706
+ background: sectionproperties.reservation_bgcolor,
61707
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
61708
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
61709
+ }
61710
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61711
+ "class": "flip-card-front"
61712
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61713
+ "class": "row m-0 w-100"
61714
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61715
+ "class": "col-lg-12 d-flex align-items-center p-0",
61716
+ style: {
61717
+ marginBottom: sectionproperties.image_mb + 'px',
61718
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61719
+ }
61720
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61721
+ "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
61722
+ style: {
61723
+ background: 'transparent'
61724
+ }
61725
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61726
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61727
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61728
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61729
+ style: {
61730
+ maxHeight: sectionproperties.iconcontainerwidth + '%',
61731
+ maxWidth: sectionproperties.iconcontainerwidth + '%',
61732
+ objectFit: 'contain'
61733
+ }
61734
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
61735
+ "class": "col-lg-12 d-flex p-0",
61736
+ style: {
61737
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61738
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61739
+ }
61740
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61741
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61742
+ style: {
61743
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
61744
+ }
61745
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
61746
+ "class": "flip-card-back allcentered"
61747
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61748
+ "class": "row m-0 w-100 allcentered"
61749
+ }, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61750
+ "class": "col-lg-12 d-flex align-items-center p-0",
61751
+ style: {
61752
+ marginBottom: sectionproperties.image_mb + 'px',
61753
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61754
+ }
61755
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61756
+ "class": ' d-flex align-items-center ',
61757
+ style: {
61758
+ width: '30%',
61759
+ height: '30%',
61760
+ justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
61761
+ }
61762
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
61763
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
61764
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
61765
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
61766
+ style: {
61767
+ maxHeight: '100%',
61768
+ maxWidth: '100%',
61769
+ objectFit: 'contain'
61770
+ }
61771
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
61772
+ "class": "col-lg-12 d-flex p-0",
61773
+ style: {
61774
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
61775
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61776
+ }
61777
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61778
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
61779
+ style: {
61780
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61781
+ color: ' #FFECB5',
61782
+ fontSize: 14
61783
+ }
61784
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
61785
+ "class": "col-lg-12 d-flex p-0",
61786
+ style: {
61787
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
61788
+ }
61789
+ }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
61790
+ "class": "m-0 wordbreak",
61791
+ style: {
61792
+ color: sectionproperties.slideshowText2ContentColor,
61793
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
61794
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
61795
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
61796
+ }
61797
+ }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
61798
+ })), sectionproperties.flippingcards == 'No' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61799
+ "class": "row m-0 w-100"
61800
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
62020
61801
  var _authdetailsContext$i;
62021
61802
  return /*#__PURE__*/React__default["default"].createElement("div", {
62022
- "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,
61803
+ "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,
62023
61804
  style: {
62024
61805
  zIndex: 2,
62025
61806
  paddingLeft: sectionproperties.marginhorizontal + 'px',
@@ -62029,20 +61810,37 @@
62029
61810
  "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 ',
62030
61811
  style: {
62031
61812
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
62032
- background: sectionproperties.reservation_bgcolor,
62033
61813
  paddingTop: sectionproperties.reservation_padding_top + 'px',
62034
61814
  paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
62035
61815
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
62036
61816
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
62037
61817
  borderRadius: sectionproperties.reservation_borderradius + 'px',
62038
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61818
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
61819
+ // sectionproperties.innersectionbordertype == 'All'
61820
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61821
+ // : cardinfoindex != cardsarray.length - 1
61822
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61823
+ // : '',
62039
61824
  // cardinfoindex != cardsarray.length - 1
62040
61825
  // ? sectionproperties.innersectionbordertype == 'All'
62041
61826
  // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62042
61827
  // : ''
62043
61828
  // : '',
62044
- borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
62045
- borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61829
+ // borderRight:
61830
+ // cardinfoindex != cardsarray.length - 1
61831
+ // ? sectionproperties.innersectionbordertype == 'Right'
61832
+ // ? langdetect == 'en'
61833
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61834
+ // : ''
61835
+ // : ''
61836
+ // : '',
61837
+ // borderLeft:
61838
+ // sectionproperties.innersectionbordertype == 'Right'
61839
+ // ? langdetect == 'ar'
61840
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61841
+ // : ''
61842
+ // : '',
61843
+ borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
62046
61844
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
62047
61845
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
62048
61846
  },
@@ -62165,7 +61963,7 @@
62165
61963
  }
62166
61964
  }
62167
61965
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
62168
- }))));
61966
+ })))));
62169
61967
  };
62170
61968
 
62171
61969
  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 ";
@@ -69276,12 +69074,6 @@
69276
69074
  marginBottom: sectionproperties.image_mb + 'px'
69277
69075
  }
69278
69076
  }, Image('normal')), /*#__PURE__*/React__default["default"].createElement("div", {
69279
- "class": cardsstyles2.imageContainer + ' d-none d-md-flex ',
69280
- style: {
69281
- height: sectionproperties.height_responsive + 'px',
69282
- marginBottom: sectionproperties.image_mb + 'px'
69283
- }
69284
- }, Image('responsive')), /*#__PURE__*/React__default["default"].createElement("div", {
69285
69077
  "class": sectionproperties.innersectionpaddinghorizontal == 0 ? 'row m-0 w-100' : 'row m-0 w-100 pl-sm-2 pr-sm-2',
69286
69078
  style: {
69287
69079
  paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
@@ -71307,7 +71099,7 @@
71307
71099
  fontWeight: sectionproperties.generaltext_fontWeight,
71308
71100
  transition: '.3s',
71309
71101
  cursor: 'pointer',
71310
- zIndex: 100,
71102
+ zIndex: 1000,
71311
71103
  ':hover': {
71312
71104
  color: sectionproperties.text_secondarycolor
71313
71105
  }
@@ -71326,7 +71118,7 @@
71326
71118
  textTransform: sectionproperties.generalbtn_texttransform,
71327
71119
  opacity: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? 0 : 1,
71328
71120
  top: sectionproperties.generalbtn_showonhover == 'Show On Hover' ? '100px' : 0,
71329
- zIndex: 100,
71121
+ zIndex: 1000,
71330
71122
  ':hover': {
71331
71123
  backgroundColor: sectionproperties.generalbtn_bgColoronhover,
71332
71124
  color: sectionproperties.generalbtn_textColoronhover,
@@ -71734,8 +71526,7 @@
71734
71526
  width: '100%',
71735
71527
  bottom: sectionproperties.generaltext_position == 'Centered' ? '50%' : '7%',
71736
71528
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
71737
- paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
71738
- left: 0
71529
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px'
71739
71530
  }
71740
71531
  }, /*#__PURE__*/React__default["default"].createElement("div", {
71741
71532
  "class": "".concat(card_cssstyles.textContainer, " ") + ' allcentered pl-2 pr-2 '
@@ -72126,6 +71917,11 @@
72126
71917
  React.useEffect(function () {
72127
71918
  setitem(props.cardinfoitemprops);
72128
71919
  }, [props.cardinfoitemprops]);
71920
+ var plainString = function plainString(html) {
71921
+ var divContainer = document.createElement('div');
71922
+ divContainer.innerHTML = html;
71923
+ return divContainer.textContent || divContainer.innerText || '';
71924
+ };
72129
71925
  // const addtocartfunc = () => {
72130
71926
  // const addtocardpayloadobj = {
72131
71927
  // functype: 'add',
@@ -72357,7 +72153,7 @@
72357
72153
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
72358
72154
  }
72359
72155
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
72360
- "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 px-sm-2 '
72156
+ "class": "".concat(card_cssstyles.productcard) + ' w-100 pl-sm-0 pr-sm-0 '
72361
72157
  }, /*#__PURE__*/React__default["default"].createElement("div", {
72362
72158
  "class": "row w-100 m-0 d-flex"
72363
72159
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -72368,7 +72164,7 @@
72368
72164
  routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
72369
72165
  }
72370
72166
  },
72371
- "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 ',
72167
+ "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 ',
72372
72168
  style: {}
72373
72169
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
72374
72170
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
@@ -72401,25 +72197,12 @@
72401
72197
  style: {
72402
72198
  textAlign: langdetect == 'en' ? 'left' : 'right'
72403
72199
  }
72404
- }, item.name)), sectionproperties.prodCatShow == 'Show' &&
72405
- /*#__PURE__*/
72406
- // <p
72407
- // // class={`${card_cssstyles.productDescStyles}` + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 '}
72408
- // // style={{
72409
- // // textAlign: langdetect == 'en' ? 'left' : 'right',
72410
- // // }}
72411
- // // >
72412
- // // {plainString(langdetect == 'en' ? item.description_en : item.description_ar)}
72413
- // // </p>
72414
- React__default["default"].createElement("p", {
72415
- "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 ',
72200
+ }, item.name)), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
72201
+ "class": "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 mt-2 mb-1 wordbreak wordbreak2 p-0 ',
72416
72202
  style: {
72417
- textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
72418
- },
72419
- dangerouslySetInnerHTML: {
72420
- __html: item.shortdescription
72203
+ textAlign: langdetect == 'en' ? 'left' : 'right'
72421
72204
  }
72422
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
72205
+ }, plainString(langdetect == 'en' ? item.description_en : item.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
72423
72206
  style: {
72424
72207
  display: 'flex',
72425
72208
  flexDirection: 'column',
@@ -72427,16 +72210,16 @@
72427
72210
  },
72428
72211
  "class": "col-lg-3 col-md-3 col-sm-12 mt-2 p-0"
72429
72212
  }, /*#__PURE__*/React__default["default"].createElement("div", {
72430
- "class": "row m-0 w-100 d-flex flex-column flex-sm-column justify-content-end justify-content-sm-start"
72213
+ "class": "row m-0 w-100 d-flex flex-column flex-sm-row justify-content-end justify-content-sm-start"
72431
72214
  }, sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
72432
72215
  "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 '
72433
72216
  }, langdetect == 'en' ? 'EGP' : '', " ", item.hassale == 1 ? item.defaultsaleprice : item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodPriceShow == 'Show' && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React__default["default"].createElement("p", {
72434
72217
  "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 '
72435
72218
  }, 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", {
72436
- "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 '
72219
+ "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 '
72437
72220
  }, langdetect == 'en' ? 'EGP' : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م'), sectionproperties.prodsalePriceshow == 'Show' && item.hassale == 1 && sectionproperties.removedecimals == 'Hide' && /*#__PURE__*/React__default["default"].createElement("p", {
72438
- "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 '
72439
- }, 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", {
72221
+ "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 '
72222
+ }, 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", {
72440
72223
  "class": "row m-0 mt-auto w-100"
72441
72224
  }, /*#__PURE__*/React__default["default"].createElement("div", {
72442
72225
  "class": "col-lg-12 d-flex justify-content-end p-0"
@@ -76786,7 +76569,7 @@
76786
76569
  var ikimagecredcontext = props.actions.ikimagecredcontext;
76787
76570
  props.actions.NotificationManager;
76788
76571
  var AddtoCartContext = props.actions.AddtoCartContext;
76789
- var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
76572
+ var AddtoCartMutationContext = props.AddtoCartMutationContext;
76790
76573
  var _useState5 = React.useState(''),
76791
76574
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
76792
76575
  addtocardpayloadobj = _useState6[0];
@@ -77387,7 +77170,7 @@
77387
77170
  style: {
77388
77171
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
77389
77172
  }
77390
- }, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
77173
+ }, plainString(item.shortdescription)), /*#__PURE__*/React__default["default"].createElement("div", {
77391
77174
  style: {
77392
77175
  flexDirection: 'column'
77393
77176
  },
@@ -78772,7 +78555,9 @@
78772
78555
  "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : " ".concat(card_cssstyles.productcard),
78773
78556
  style: {
78774
78557
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
78775
- paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
78558
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
78559
+ minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
78560
+ maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px'
78776
78561
  }
78777
78562
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
78778
78563
  "class": ' cursor-pointer w-100 ',