tabexseriescomponents 0.0.661 → 0.0.663

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 (352) hide show
  1. package/dist/index.cjs.js +718 -232
  2. package/dist/index.esm.js +717 -231
  3. package/dist/index.umd.js +720 -235
  4. package/package.json +2 -1
  5. package/srcoriginal/Contexts/LanguageContext.jsx +408 -0
  6. package/srcoriginal/Contexts/ProductsCardsSectionContext.jsx +36 -0
  7. package/srcoriginal/Imagekitconfig.jsx +46 -0
  8. package/srcoriginal/StylesJS/Customstyles.js +345 -0
  9. package/srcoriginal/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
  10. package/srcoriginal/TabexComponents/Cards/Card20/Card20.jsx +298 -0
  11. package/srcoriginal/TabexComponents/Cards/Card21/Card21.jsx +388 -0
  12. package/srcoriginal/TabexComponents/Cards/Card22/Card22.jsx +288 -0
  13. package/srcoriginal/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
  14. package/srcoriginal/TabexComponents/Cards/Card23/Card23.jsx +733 -0
  15. package/srcoriginal/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
  16. package/srcoriginal/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
  17. package/srcoriginal/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
  18. package/srcoriginal/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
  19. package/srcoriginal/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
  20. package/srcoriginal/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
  21. package/srcoriginal/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
  22. package/srcoriginal/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
  23. package/srcoriginal/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
  24. package/srcoriginal/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
  25. package/srcoriginal/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
  26. package/srcoriginal/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
  27. package/srcoriginal/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
  28. package/srcoriginal/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
  29. package/srcoriginal/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
  30. package/srcoriginal/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
  31. package/srcoriginal/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
  32. package/srcoriginal/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
  33. package/srcoriginal/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
  34. package/srcoriginal/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
  35. package/srcoriginal/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
  36. package/srcoriginal/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
  37. package/srcoriginal/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
  38. package/srcoriginal/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
  39. package/srcoriginal/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  40. package/srcoriginal/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
  41. package/srcoriginal/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
  42. package/srcoriginal/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
  43. package/srcoriginal/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  44. package/srcoriginal/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
  45. package/srcoriginal/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
  46. package/srcoriginal/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
  47. package/srcoriginal/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
  48. package/srcoriginal/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
  49. package/srcoriginal/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  50. package/srcoriginal/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
  51. package/srcoriginal/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
  52. package/srcoriginal/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
  53. package/srcoriginal/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
  54. package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
  55. package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
  56. package/srcoriginal/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
  57. package/srcoriginal/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
  58. package/srcoriginal/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
  59. package/srcoriginal/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
  60. package/srcoriginal/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
  61. package/srcoriginal/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
  62. package/srcoriginal/TabexComponents/Footer/Footer1/Footer1.jsx +551 -0
  63. package/srcoriginal/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
  64. package/srcoriginal/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
  65. package/srcoriginal/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
  66. package/srcoriginal/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
  67. package/srcoriginal/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
  68. package/srcoriginal/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
  69. package/srcoriginal/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
  70. package/srcoriginal/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
  71. package/srcoriginal/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
  72. package/srcoriginal/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
  73. package/srcoriginal/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
  74. package/srcoriginal/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
  75. package/srcoriginal/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
  76. package/srcoriginal/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  77. package/srcoriginal/TabexComponents/Generalfiles/images/noimage.png +0 -0
  78. package/srcoriginal/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  79. package/srcoriginal/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  80. package/srcoriginal/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  81. package/srcoriginal/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  82. package/srcoriginal/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  83. package/srcoriginal/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  84. package/srcoriginal/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  85. package/srcoriginal/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  86. package/srcoriginal/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  87. package/srcoriginal/TabexComponents/Generalfiles/images/usflag.png +0 -0
  88. package/srcoriginal/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  89. package/srcoriginal/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
  90. package/srcoriginal/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
  91. package/srcoriginal/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
  92. package/srcoriginal/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
  93. package/srcoriginal/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
  94. package/srcoriginal/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
  95. package/srcoriginal/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
  96. package/srcoriginal/TabexComponents/Headers/Header4/Header4.jsx +622 -0
  97. package/srcoriginal/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
  98. package/srcoriginal/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
  99. package/srcoriginal/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
  100. package/srcoriginal/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
  101. package/srcoriginal/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
  102. package/srcoriginal/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
  103. package/srcoriginal/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
  104. package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
  105. package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
  106. package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
  107. package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
  108. package/srcoriginal/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1845 -0
  109. package/srcoriginal/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
  110. package/srcoriginal/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
  111. package/srcoriginal/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
  112. package/srcoriginal/TabexComponents/Headers/Modernheader/Modernheader.jsx +977 -0
  113. package/srcoriginal/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
  114. package/srcoriginal/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
  115. package/srcoriginal/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1098 -0
  116. package/srcoriginal/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
  117. package/srcoriginal/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
  118. package/srcoriginal/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
  119. package/srcoriginal/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
  120. package/srcoriginal/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
  121. package/srcoriginal/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
  122. package/srcoriginal/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
  123. package/srcoriginal/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
  124. package/srcoriginal/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
  125. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
  126. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
  127. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
  128. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
  129. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
  130. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
  131. package/srcoriginal/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
  132. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
  133. package/srcoriginal/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
  134. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
  135. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
  136. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +624 -0
  137. package/srcoriginal/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
  138. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
  139. package/srcoriginal/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
  140. package/srcoriginal/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
  141. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
  142. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
  143. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
  144. package/srcoriginal/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
  145. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
  146. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
  147. package/srcoriginal/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +616 -0
  148. package/srcoriginal/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
  149. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
  150. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
  151. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
  152. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1935 -0
  153. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
  154. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
  155. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx +1891 -0
  156. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
  157. package/srcoriginal/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
  158. package/srcoriginal/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
  159. package/srcoriginal/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
  160. package/srcoriginal/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
  161. package/srcoriginal/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
  162. package/srcoriginal/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
  163. package/srcoriginal/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
  164. package/srcoriginal/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
  165. package/srcoriginal/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
  166. package/srcoriginal/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
  167. package/srcoriginal/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
  168. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
  169. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +760 -0
  170. package/srcoriginal/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
  171. package/srcoriginal/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
  172. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1679 -0
  173. package/srcoriginal/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
  174. package/srcoriginal/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
  175. package/srcoriginal/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
  176. package/srcoriginal/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +512 -0
  177. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  178. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  179. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
  180. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
  181. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
  182. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
  183. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
  184. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
  185. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
  186. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
  187. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
  188. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
  189. package/srcoriginal/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
  190. package/srcoriginal/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
  191. package/srcoriginal/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
  192. package/srcoriginal/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
  193. package/srcoriginal/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
  194. package/srcoriginal/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
  195. package/srcoriginal/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
  196. package/srcoriginal/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
  197. package/srcoriginal/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
  198. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
  199. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
  200. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
  201. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
  202. package/srcoriginal/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
  203. package/srcoriginal/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
  204. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
  205. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
  206. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
  207. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
  208. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
  209. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
  210. package/srcoriginal/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
  211. package/srcoriginal/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
  212. package/srcoriginal/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
  213. package/srcoriginal/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
  214. package/srcoriginal/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  215. package/srcoriginal/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
  216. package/srcoriginal/TabexComponents/StaticPages/Login/Login.jsx +610 -0
  217. package/srcoriginal/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
  218. package/srcoriginal/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
  219. package/srcoriginal/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
  220. package/srcoriginal/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
  221. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
  222. package/srcoriginal/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
  223. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
  224. package/srcoriginal/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
  225. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
  226. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
  227. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
  228. package/srcoriginal/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
  229. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1976 -0
  230. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
  231. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
  232. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
  233. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
  234. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
  235. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
  236. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
  237. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
  238. package/srcoriginal/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
  239. package/srcoriginal/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
  240. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
  241. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
  242. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
  243. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
  244. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
  245. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
  246. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
  247. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
  248. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
  249. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
  250. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
  251. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
  252. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
  253. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
  254. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
  255. package/srcoriginal/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
  256. package/srcoriginal/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
  257. package/srcoriginal/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
  258. package/srcoriginal/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
  259. package/srcoriginal/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
  260. package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
  261. package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
  262. package/srcoriginal/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
  263. package/srcoriginal/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
  264. package/srcoriginal/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
  265. package/srcoriginal/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
  266. package/srcoriginal/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
  267. package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
  268. package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
  269. package/srcoriginal/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
  270. package/srcoriginal/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
  271. package/srcoriginal/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
  272. package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
  273. package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
  274. package/srcoriginal/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
  275. package/srcoriginal/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
  276. package/srcoriginal/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
  277. package/srcoriginal/button.jsx +40 -0
  278. package/srcoriginal/index.jsx +334 -0
  279. package/srcoriginal/styles/Home.module.css +129 -0
  280. package/srcoriginal/styles/cards/Categorcycard_fullimage.module.css +14 -0
  281. package/srcoriginal/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  282. package/srcoriginal/styles/cards/Categorycard_withshapes.module.css +189 -0
  283. package/srcoriginal/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
  284. package/srcoriginal/styles/cards/Productcard6.module.css +9 -0
  285. package/srcoriginal/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
  286. package/srcoriginal/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  287. package/srcoriginal/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
  288. package/srcoriginal/styles/cards/card23.module.css +60 -0
  289. package/srcoriginal/styles/cards/categorycard.module.css +84 -0
  290. package/srcoriginal/styles/cards/categorycard3.module.css +50 -0
  291. package/srcoriginal/styles/cards/categorycardwithtext.module.css +40 -0
  292. package/srcoriginal/styles/cards/generalCardsStyles.module.css +79 -0
  293. package/srcoriginal/styles/cards/productcard_animatedbuttons.module.css +139 -0
  294. package/srcoriginal/styles/cards/productcard_with_textonhover.module.css +18 -0
  295. package/srcoriginal/styles/cards/productcard_withtextonimage.module.css +0 -0
  296. package/srcoriginal/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  297. package/srcoriginal/styles/general/bootstrap.css +4763 -0
  298. package/srcoriginal/styles/general/dropdown.css +206 -0
  299. package/srcoriginal/styles/general/editorbardropdown.module.css +94 -0
  300. package/srcoriginal/styles/general/filter.module.css +108 -0
  301. package/srcoriginal/styles/general/form.module.css +255 -0
  302. package/srcoriginal/styles/general/general.module.css +872 -0
  303. package/srcoriginal/styles/general/image-gallery.css +531 -0
  304. package/srcoriginal/styles/general/react-accessible-accordion.module.css +52 -0
  305. package/srcoriginal/styles/general/react-phone-input-2.module.css +927 -0
  306. package/srcoriginal/styles/general/scrollbtn.module.css +22 -0
  307. package/srcoriginal/styles/general/slick.module.css +166 -0
  308. package/srcoriginal/styles/general/tabs.module.css +119 -0
  309. package/srcoriginal/styles/general/workplaceeditor.module.css +328 -0
  310. package/srcoriginal/styles/globals.css +26 -0
  311. package/srcoriginal/styles/headers/CTAHeader.module.css +40 -0
  312. package/srcoriginal/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  313. package/srcoriginal/styles/headers/Gotoheader.module.css +87 -0
  314. package/srcoriginal/styles/headers/Header7.module.css +50 -0
  315. package/srcoriginal/styles/headers/HeaderWithAdSlider.module.css +86 -0
  316. package/srcoriginal/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
  317. package/srcoriginal/styles/headers/HeaderWithUtilityBar.module.css +46 -0
  318. package/srcoriginal/styles/headers/Header_threesectionslogocentered.module.css +84 -0
  319. package/srcoriginal/styles/headers/NewHeader.module.css +101 -0
  320. package/srcoriginal/styles/headers/SearchFocusedHeader.module.css +62 -0
  321. package/srcoriginal/styles/headers/Sideheader.module.css +108 -0
  322. package/srcoriginal/styles/headers/Simpleheader.module.css +102 -0
  323. package/srcoriginal/styles/headers/classicheader.module.css +16 -0
  324. package/srcoriginal/styles/headers/classicheaderstyles.module.css +9 -0
  325. package/srcoriginal/styles/headers/dropdown.css +0 -0
  326. package/srcoriginal/styles/headers/header4.module.css +175 -0
  327. package/srcoriginal/styles/headers/header5.module.css +30 -0
  328. package/srcoriginal/styles/headers/header_contactinfo.module.css +53 -0
  329. package/srcoriginal/styles/headers/headerresturant.module.css +89 -0
  330. package/srcoriginal/styles/headers/modernheader.module.css +45 -0
  331. package/srcoriginal/styles/headers/stylishheader.module.css +24 -0
  332. package/srcoriginal/styles/headers/subheader.module.css +114 -0
  333. package/srcoriginal/styles/headers/threetieredheader.module.css +91 -0
  334. package/srcoriginal/styles/sections/BackgroundImageWithTopContent.css +4 -0
  335. package/srcoriginal/styles/sections/Backgroundimage1.module.css +17 -0
  336. package/srcoriginal/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  337. package/srcoriginal/styles/sections/Freetext.module.css +18 -0
  338. package/srcoriginal/styles/sections/Section_with_rightbgcont.module.css +49 -0
  339. package/srcoriginal/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  340. package/srcoriginal/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  341. package/srcoriginal/styles/staticpages/accordion.module.css +9 -0
  342. package/srcoriginal/styles/staticpages/cart.module.css +108 -0
  343. package/srcoriginal/styles/staticpages/dropdown.css +196 -0
  344. package/srcoriginal/styles/staticpages/filter.module.css +139 -0
  345. package/srcoriginal/styles/staticpages/image-gallery.css +481 -0
  346. package/srcoriginal/styles/staticpages/login.module.css +155 -0
  347. package/srcoriginal/styles/staticpages/productinfo.module.css +54 -0
  348. package/srcoriginal/styles/staticpages/shop.module.css +191 -0
  349. package/srcoriginal/styles/staticpages/signup.module.css +250 -0
  350. package/srcoriginal/styles/staticpages/staticroutersidenav.module.css +129 -0
  351. package/srcoriginal/styles/staticpages/viewcart.module.css +129 -0
  352. package/srcoriginal/styles/staticpages/wishlist.module.css +29 -0
package/dist/index.cjs.js CHANGED
@@ -150,8 +150,9 @@ var FaArrowAltCircleLeft = require('@react-icons/all-files/fa/FaArrowAltCircleLe
150
150
  var Select$5 = require('react-select');
151
151
  var GoStar = require('@react-icons/all-files/go/GoStar');
152
152
  var IoIosStar = require('@react-icons/all-files/io/IoIosStar');
153
- var BackgroundSlideshow = require('react-background-slideshow');
154
153
  var _extends = require('@babel/runtime/helpers/extends');
154
+ var reactCountdownCircleTimer = require('react-countdown-circle-timer');
155
+ var BackgroundSlideshow = require('react-background-slideshow');
155
156
  var reactSlideshowImage = require('react-slideshow-image');
156
157
  var HiOutlineLocationMarker = require('@react-icons/all-files/hi/HiOutlineLocationMarker');
157
158
  var FiPhoneCall = require('@react-icons/all-files/fi/FiPhoneCall');
@@ -206,8 +207,8 @@ var PhoneInput__default = /*#__PURE__*/_interopDefaultLegacy(PhoneInput);
206
207
  var InputRange__default = /*#__PURE__*/_interopDefaultLegacy(InputRange);
207
208
  var ReactPaginate__default = /*#__PURE__*/_interopDefaultLegacy(ReactPaginate);
208
209
  var Select__default = /*#__PURE__*/_interopDefaultLegacy(Select$5);
209
- var BackgroundSlideshow__default = /*#__PURE__*/_interopDefaultLegacy(BackgroundSlideshow);
210
210
  var _extends__default = /*#__PURE__*/_interopDefaultLegacy(_extends);
211
+ var BackgroundSlideshow__default = /*#__PURE__*/_interopDefaultLegacy(BackgroundSlideshow);
211
212
 
212
213
  // import './index.module.css'
213
214
  // import asd from './index2.module.css'
@@ -2742,7 +2743,7 @@ var Product_itemtype = function Product_itemtype(props) {
2742
2743
  textAlign: langdetect == 'en' ? 'left' : 'right',
2743
2744
  fontWeight: 400,
2744
2745
  color: sectionproperties.measurementunitcolor,
2745
- fontSize: sectionproperties.measurementunitcolor + 'px'
2746
+ fontSize: sectionproperties.measurementunitfontsize + 'px'
2746
2747
  }
2747
2748
  }, fetchProductInfoQueryContext.data.data.productinfo.measurmentunit)), sectionproperties.quantityshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2748
2749
  "class": "col-lg-12 p-0 text-start"
@@ -2860,9 +2861,14 @@ var Product_itemtype = function Product_itemtype(props) {
2860
2861
  return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
2861
2862
  style: {
2862
2863
  textTransform: 'capitalize',
2863
- color: '#000'
2864
+ color: '#000',
2865
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2866
+ }
2867
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td", {
2868
+ style: {
2869
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2864
2870
  }
2865
- }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar), /*#__PURE__*/React__default["default"].createElement("td", null, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2871
+ }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
2866
2872
  }))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer11 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.data) === null || _fetchProductInfoQuer11 === void 0 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productinfo) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
2867
2873
  actions: props.actions
2868
2874
  }), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer12 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.data) === null || _fetchProductInfoQuer12 === void 0 || (_fetchProductInfoQuer12 = _fetchProductInfoQuer12.productinfo) === null || _fetchProductInfoQuer12 === void 0 ? void 0 : _fetchProductInfoQuer12.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -17987,28 +17993,6 @@ var CardsSection = function CardsSection(props) {
17987
17993
  }
17988
17994
  }
17989
17995
  var section_cssstyles = {
17990
- btnnn: glamor.css({
17991
- width: '20%',
17992
- height: 40,
17993
- background: '#5c5c5c',
17994
- fontSize: 14,
17995
- fontWeight: 400,
17996
- color: 'white',
17997
- borderRadius: 10,
17998
- ':hover': {
17999
- color: 'white',
18000
- background: '#000',
18001
- transition: '.3s'
18002
- }
18003
- }),
18004
- titleee: glamor.css({
18005
- fontSize: 25,
18006
- color: '#000',
18007
- fontWeight: 600,
18008
- '@media (max-width: 800px)': {
18009
- fontSize: 20
18010
- }
18011
- }),
18012
17996
  sectioncontainerr: glamor.css({
18013
17997
  width: sectionproperties.width + 'vw',
18014
17998
  marginTop: sectionproperties.marginTop + 'px',
@@ -18213,11 +18197,12 @@ var CardsSection = function CardsSection(props) {
18213
18197
  };
18214
18198
  var SectionTitle = function SectionTitle() {
18215
18199
  return /*#__PURE__*/React__default["default"].createElement("div", {
18216
- "class": "d-flex align-items-center flex-row",
18200
+ "class": "d-flex align-items-center",
18217
18201
  style: {
18218
18202
  position: 'relative',
18219
18203
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
18220
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
18204
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
18205
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
18221
18206
  }
18222
18207
  }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18223
18208
  "class": section_cssstyles.line_left
@@ -18232,6 +18217,14 @@ var CardsSection = function CardsSection(props) {
18232
18217
  }
18233
18218
  }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18234
18219
  "class": section_cssstyles.line_right
18220
+ }), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
18221
+ style: {
18222
+ width: '50%',
18223
+ background: sectionproperties.linebgcolor,
18224
+ height: 3,
18225
+ borderRadius: 10,
18226
+ marginTop: 15
18227
+ }
18235
18228
  }));
18236
18229
  };
18237
18230
  var isCardsectionloading = function isCardsectionloading() {
@@ -18953,23 +18946,7 @@ var CardsSection = function CardsSection(props) {
18953
18946
  setopenFilterSlider: setopenFilterSlider,
18954
18947
  show_product_group_titles: show_product_group_titles,
18955
18948
  typeprops: 'vertical'
18956
- })), 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", {
18957
- "class": "col-lg-12 allcentered my-5"
18958
- }, /*#__PURE__*/React__default["default"].createElement("div", {
18959
- "class": "row m-0 w-100"
18960
- }, /*#__PURE__*/React__default["default"].createElement("div", {
18961
- "class": "col-lg-12 allcentered mb-3"
18962
- }, /*#__PURE__*/React__default["default"].createElement("p", {
18963
- "class": section_cssstyles.titleee + ' m-0 p-0 ',
18964
- style: {}
18965
- }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
18966
- "class": "col-lg-12 allcentered"
18967
- }, /*#__PURE__*/React__default["default"].createElement("button", {
18968
- "class": section_cssstyles.btnnn + ' w-md-100 ',
18969
- onClick: function onClick() {
18970
- routingcountext('inquiryform', false, '');
18971
- }
18972
- }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
18949
+ })), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender()));
18973
18950
  };
18974
18951
 
18975
18952
  function ownKeys$28(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -22879,7 +22856,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22879
22856
  }
22880
22857
  }, /*#__PURE__*/React__default["default"].createElement("p", {
22881
22858
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
22882
- }, langdetect == 'en' ? item.pagename : item.pagename_ar, " ", sectionproperties.header_fontColorresponsive))), /*#__PURE__*/React__default["default"].createElement("div", {
22859
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
22883
22860
  className: "col-lg-12 p-0"
22884
22861
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
22885
22862
  className: "mt-3 mb-3",
@@ -29743,25 +29720,6 @@ var Simpleheader = function Simpleheader(props) {
29743
29720
  templateproperties_contextprops: templateproperties_context,
29744
29721
  actions: actions
29745
29722
  }), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
29746
- style: {
29747
- position: 'fixed',
29748
- bottom: 15,
29749
- right: 15,
29750
- zIndex: 2000,
29751
- transition: 'all 0.3s ease-out',
29752
- width: '100%',
29753
- display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
29754
- },
29755
- "class": "text-end"
29756
- }, /*#__PURE__*/React__default["default"].createElement("div", {
29757
- "class": header_cssstyles.floatingbtn + ' allcentered ',
29758
- style: {},
29759
- onClick: function onClick() {
29760
- routingcountext(sectionproperties.floatingbtnlink, false, '');
29761
- }
29762
- }, /*#__PURE__*/React__default["default"].createElement("p", {
29763
- "class": "m-0 p-0"
29764
- }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29765
29723
  style: {
29766
29724
  position: 'fixed',
29767
29725
  bottom: 15,
@@ -29944,7 +29902,7 @@ var Simpleheader = function Simpleheader(props) {
29944
29902
  size: sectionproperties.cartBtn_iconFontSize
29945
29903
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
29946
29904
  size: sectionproperties.cartBtn_iconFontSize
29947
- }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29905
+ }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
29948
29906
  "class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
29949
29907
  onClick: function onClick() {
29950
29908
  routingcountext(StaticPagesLinksContext.Login);
@@ -29956,7 +29914,7 @@ var Simpleheader = function Simpleheader(props) {
29956
29914
  fontWeight: sectionproperties.userBtnTextfontweight,
29957
29915
  fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
29958
29916
  }
29959
- }, 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", {
29917
+ }, 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", {
29960
29918
  className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
29961
29919
  sytle: {
29962
29920
  position: 'relative'
@@ -30035,7 +29993,7 @@ var Simpleheader = function Simpleheader(props) {
30035
29993
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
30036
29994
  }, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
30037
29995
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
30038
- }), 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", {
29996
+ }), 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", {
30039
29997
  "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 ',
30040
29998
  sytle: {
30041
29999
  position: 'relative'
@@ -34045,22 +34003,12 @@ var Modernheader = function Modernheader(props) {
34045
34003
  }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
34046
34004
  "class": ' row m-0 w-100 d-flex align-items-center '
34047
34005
  }, /*#__PURE__*/React__default["default"].createElement("p", {
34048
- "class": "m-0 p-0 mr-2 ml-2",
34049
- style: {
34050
- color: sectionproperties.searchbaricon_color
34051
- }
34052
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
34053
- color: sectionproperties.searchbaricon_color
34054
- })), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
34006
+ "class": "m-0 p-0 mr-2 ml-2"
34007
+ }, 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", {
34055
34008
  "class": ' row m-0 w-100 d-flex align-items-center '
34056
34009
  }, /*#__PURE__*/React__default["default"].createElement("p", {
34057
- "class": "m-0 p-0 ml-2 mr-2",
34058
- style: {
34059
- color: sectionproperties.searchbaricon_color
34060
- }
34061
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, {
34062
- color: sectionproperties.searchbaricon_color
34063
- })))), /*#__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) {
34010
+ "class": "m-0 p-0 ml-2 mr-2"
34011
+ }, 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) {
34064
34012
  var _authdetailsContext$i4;
34065
34013
  return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
34066
34014
  onClick: function onClick() {
@@ -34077,8 +34025,7 @@ var Modernheader = function Modernheader(props) {
34077
34025
  style: {
34078
34026
  fontSize: sectionproperties.dropdown_fontsize + 'px',
34079
34027
  fontWeight: sectionproperties.dropdown_fontweight,
34080
- textTransform: sectionproperties.dropdown_texttransform,
34081
- color: sectionproperties.searchbaricon_color
34028
+ textTransform: sectionproperties.dropdown_texttransform
34082
34029
  }
34083
34030
  }, /*#__PURE__*/React__default["default"].createElement("span", {
34084
34031
  "class": 'ml-2 mr-2'
@@ -43166,7 +43113,7 @@ var Allinonefooter = function Allinonefooter(props) {
43166
43113
  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; }
43167
43114
  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; }
43168
43115
  var Footer1 = function Footer1(props) {
43169
- 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;
43116
+ 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, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i14, _authdetailsContext$i15;
43170
43117
  var _useState = React.useState(''),
43171
43118
  _useState2 = _slicedToArray__default["default"](_useState, 2),
43172
43119
  sectionproperties = _useState2[0],
@@ -43185,6 +43132,10 @@ var Footer1 = function Footer1(props) {
43185
43132
  var templateproperties_context = props.actions.templateproperties_context;
43186
43133
  var templatepropcontext = props.actions.templatepropcontext;
43187
43134
  var ikimagecredcontext = props.actions.ikimagecredcontext;
43135
+ var _useState5 = React.useState(''),
43136
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
43137
+ newsletter = _useState6[0],
43138
+ setnewsletter = _useState6[1];
43188
43139
  React.useEffect(function () {
43189
43140
  if (props.srcfrom == 'addsectionform') {
43190
43141
  var secpropobj = {};
@@ -43342,6 +43293,17 @@ var Footer1 = function Footer1(props) {
43342
43293
  maxWidth: '35%',
43343
43294
  height: 'auto'
43344
43295
  }
43296
+ }),
43297
+ btnn: glamor.css({
43298
+ width: '150px',
43299
+ height: 40,
43300
+ borderRadius: 10,
43301
+ background: '#C2A24D',
43302
+ color: 'white',
43303
+ ':hover': {
43304
+ transition: '.3s',
43305
+ background: '#186a81'
43306
+ }
43345
43307
  })
43346
43308
  };
43347
43309
  var returnpolicyobj = function returnpolicyobj(policytype) {
@@ -43356,8 +43318,8 @@ var Footer1 = function Footer1(props) {
43356
43318
  };
43357
43319
  return /*#__PURE__*/React__default["default"].createElement("div", {
43358
43320
  "class": "row m-0 w-100 d-flex justify-content-center"
43359
- }, /*#__PURE__*/React__default["default"].createElement("footer", {
43360
- "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43321
+ }, sectionproperties.opencollapsible == 'Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
43322
+ "class": "".concat(footerStyles.footerContainer) + ' px-sm-2 py-md-4 p-md-4 '
43361
43323
  }, /*#__PURE__*/React__default["default"].createElement("div", {
43362
43324
  "class": "row w-100 m-0 d-flex justify-content-center"
43363
43325
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43616,7 +43578,137 @@ var Footer1 = function Footer1(props) {
43616
43578
  "class": ' h-100 d-flex align-items-center justify-content-center mr-2 ml-2 '
43617
43579
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
43618
43580
  size: sectionproperties.footerinfoicon_fontsize
43619
- })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))));
43581
+ })), authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)))))), sectionproperties.opencollapsible == 'Not Expanded' && /*#__PURE__*/React__default["default"].createElement("footer", {
43582
+ "class": "".concat(footerStyles.footerContainer) + ' p-sm-2 p-md-4 '
43583
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43584
+ "class": "row w-100 m-0 d-flex justify-content-center"
43585
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43586
+ "class": "col-lg-6"
43587
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43588
+ "class": "row m-0 w-100"
43589
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43590
+ "class": "col-lg-12 d-flex flex-row align-items-center justify-content-start mb-3 p-0"
43591
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43592
+ "class": "".concat(footerStyles.footerlogo) + ' d-flex align-items-center justify-content-center '
43593
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
43594
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
43595
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
43596
+ path: 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,
43597
+ style: {
43598
+ width: '100%',
43599
+ height: '100%',
43600
+ objectFit: 'contain'
43601
+ },
43602
+ loading: "lazy"
43603
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
43604
+ "class": "col-lg-12 p-0 mb-3"
43605
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43606
+ "class": "m-0 p-0",
43607
+ style: {
43608
+ fontSize: '15px',
43609
+ color: '#fff',
43610
+ fontWeight: sectionproperties.prodCatFontWeight,
43611
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43612
+ }
43613
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
43614
+ "class": "col-lg-12 p-0 flex-row text-start"
43615
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43616
+ "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
43617
+ onClick: function onClick() {
43618
+ var _authdetailsContext$i16;
43619
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.facebooklink) != null) {
43620
+ var _authdetailsContext$i17;
43621
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.facebooklink, '_blank');
43622
+ }
43623
+ }
43624
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
43625
+ size: sectionproperties.facebkbtnniconfontsize
43626
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43627
+ "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
43628
+ onClick: function onClick() {
43629
+ var _authdetailsContext$i18;
43630
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instagramlink) != null) {
43631
+ var _authdetailsContext$i19;
43632
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instagramlink, '_blank');
43633
+ }
43634
+ }
43635
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
43636
+ size: sectionproperties.instgrambtniconfontsize
43637
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43638
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
43639
+ onClick: function onClick() {
43640
+ var _authdetailsContext$i20;
43641
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber) != null) {
43642
+ var _authdetailsContext$i21;
43643
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber), '_blank');
43644
+ }
43645
+ }
43646
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
43647
+ size: sectionproperties.youtubebtniconfontsize
43648
+ }))))), /*#__PURE__*/React__default["default"].createElement("div", {
43649
+ "class": "col-lg-6"
43650
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43651
+ "class": "row m-0 w-100 mt-md-3"
43652
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43653
+ "class": "col-lg-12 p-0 mb-3"
43654
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43655
+ "class": "m-0 p-0",
43656
+ style: {
43657
+ fontSize: 20,
43658
+ color: 'white',
43659
+ fontWeight: 600,
43660
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43661
+ }
43662
+ }, "\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", {
43663
+ "class": "col-lg-12 p-0 mb-3"
43664
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43665
+ "class": "m-0 p-0",
43666
+ style: {
43667
+ fontSize: 15,
43668
+ color: 'white',
43669
+ fontWeight: 500,
43670
+ textAlign: langdetect == 'en' ? 'left' : 'right'
43671
+ }
43672
+ }, "\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", {
43673
+ "class": "col-lg-12 allcentered mb-3 text-start p-0"
43674
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
43675
+ type: "text",
43676
+ className: "".concat(footerStyles.form_control) + ' w-md-100 ',
43677
+ value: event.target.value,
43678
+ placeholder: "\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A",
43679
+ onChange: function onChange(event) {
43680
+ var newslettertemp = _objectSpread$1C({}, newsletter);
43681
+ newslettertemp = event.target.value;
43682
+ setnewsletter(_objectSpread$1C({}, newslettertemp));
43683
+ },
43684
+ style: {
43685
+ background: 'white',
43686
+ fontSize: 14,
43687
+ color: '#000',
43688
+ borderRadius: 10,
43689
+ width: '50%',
43690
+ height: 40,
43691
+ paddingLeft: 20,
43692
+ paddingRight: 20
43693
+ }
43694
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43695
+ "class": "col-lg-12 text-start mb-3 text-start p-0"
43696
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
43697
+ "class": footerStyles.btnn
43698
+ }, "\u0627\u0634\u062A\u0631\u0643 \u0627\u0644\u0622\u0646")))), /*#__PURE__*/React__default["default"].createElement("div", {
43699
+ "class": "col-lg-12 d-flex justify-content-center mt-md-3 mb-md-3"
43700
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
43701
+ "class": "".concat(footerStyles.vl) + ' ml-sm-0 mr-sm-0 my-3 '
43702
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
43703
+ "class": "col-lg-12 text-start"
43704
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
43705
+ "class": "m-0 p-0",
43706
+ style: {
43707
+ fontSize: sectionproperties.generaltext_fontSize + 'px',
43708
+ color: sectionproperties.generaltext_fontColor,
43709
+ fontWeight: sectionproperties.generaltext_fontWeight
43710
+ }
43711
+ }, langdetect == 'en' ? sectionproperties.general_text_content : sectionproperties.general_text_content_ar)))));
43620
43712
  };
43621
43713
 
43622
43714
  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; }
@@ -58489,13 +58581,17 @@ var DynamicForm = function DynamicForm(props) {
58489
58581
  }
58490
58582
  if (item.type == 'date') {
58491
58583
  return /*#__PURE__*/React__default["default"].createElement("div", {
58584
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58585
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58492
58586
  "class": "row m-0 w-100 mb-3"
58493
58587
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58494
58588
  "class": "col-lg-12 text-start mb-2"
58495
58589
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58496
58590
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58497
58591
  style: {}
58498
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React__default["default"].createElement("div", {
58592
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58593
+ "class": "text-danger"
58594
+ }, item.isrequired == 1 ? '*' : ''))), sectionproperties.datestartdate == 'Today' && /*#__PURE__*/React__default["default"].createElement("div", {
58499
58595
  "class": "col-lg-12 text-start"
58500
58596
  }, /*#__PURE__*/React__default["default"].createElement("input", {
58501
58597
  type: type,
@@ -58514,16 +58610,20 @@ var DynamicForm = function DynamicForm(props) {
58514
58610
  updateformfield(event.target.value, index);
58515
58611
  },
58516
58612
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58517
- })));
58613
+ }))));
58518
58614
  } else {
58519
58615
  return /*#__PURE__*/React__default["default"].createElement("div", {
58616
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58617
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58520
58618
  "class": "row m-0 w-100 mb-3"
58521
58619
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58522
58620
  "class": "col-lg-12 text-start mb-2"
58523
58621
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58524
58622
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58525
58623
  style: {}
58526
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
58624
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58625
+ "class": "text-danger"
58626
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
58527
58627
  "class": "col-lg-12 text-start"
58528
58628
  }, /*#__PURE__*/React__default["default"].createElement("input", {
58529
58629
  type: type,
@@ -58532,18 +58632,22 @@ var DynamicForm = function DynamicForm(props) {
58532
58632
  updateformfield(event.target.value, index);
58533
58633
  },
58534
58634
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58535
- })));
58635
+ }))));
58536
58636
  }
58537
58637
  };
58538
58638
  var textareaitem = function textareaitem(item, index) {
58539
58639
  return /*#__PURE__*/React__default["default"].createElement("div", {
58640
+ "class": 'col-md-12 col-lg-12'
58641
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58540
58642
  "class": "row m-0 w-100 mb-3"
58541
58643
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58542
58644
  "class": "col-lg-12 text-start mb-2"
58543
58645
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58544
58646
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58545
58647
  style: {}
58546
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
58648
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58649
+ "class": "text-danger"
58650
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
58547
58651
  "class": "col-lg-12 text-start"
58548
58652
  }, /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
58549
58653
  value: item.value,
@@ -58551,7 +58655,7 @@ var DynamicForm = function DynamicForm(props) {
58551
58655
  updateformfield(event.target.value, index);
58552
58656
  },
58553
58657
  className: "".concat(formstyles.form_control, " ").concat(form_cssstyles.form_control)
58554
- })));
58658
+ }))));
58555
58659
  };
58556
58660
  var selectboxitem = function selectboxitem(item, index) {
58557
58661
  var itemsarr = item.selectboxvalues;
@@ -58559,13 +58663,17 @@ var DynamicForm = function DynamicForm(props) {
58559
58663
  var decoditems = JSON.parse(itemsarr);
58560
58664
  if (decoditems != undefined && Array.isArray(decoditems)) {
58561
58665
  return /*#__PURE__*/React__default["default"].createElement("div", {
58666
+ "class": 'col-md-12 col-lg-' + sectionproperties.numberofcolsperrow
58667
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
58562
58668
  "class": "row m-0 w-100 mb-3"
58563
58669
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58564
58670
  "class": "col-lg-12 text-start mb-2"
58565
58671
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58566
58672
  "class": form_cssstyles.formlabel + ' m-0 p-0 ',
58567
58673
  style: {}
58568
- }, langdetect == 'en' ? item.title_en : item.title_ar, " ", item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
58674
+ }, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("sup", {
58675
+ "class": "text-danger"
58676
+ }, item.isrequired == 1 ? '*' : ''))), /*#__PURE__*/React__default["default"].createElement("div", {
58569
58677
  "class": "col-lg-12 text-start"
58570
58678
  }, /*#__PURE__*/React__default["default"].createElement("select", {
58571
58679
  value: item.value,
@@ -58579,7 +58687,7 @@ var DynamicForm = function DynamicForm(props) {
58579
58687
  return /*#__PURE__*/React__default["default"].createElement("option", {
58580
58688
  value: sitem.optionname_en
58581
58689
  }, langdetect == 'en' ? sitem.optionname_en : sitem.optionname_ar);
58582
- }))));
58690
+ })))));
58583
58691
  }
58584
58692
  }
58585
58693
  };
@@ -58602,7 +58710,7 @@ var DynamicForm = function DynamicForm(props) {
58602
58710
  width: sectionproperties.generalbtn_width + '%',
58603
58711
  height: sectionproperties.generalbtn_height + 'px',
58604
58712
  backgroundColor: sectionproperties.generalbtn_bgColor,
58605
- borderRadius: sectionproperties.generalbtn_bgColor,
58713
+ borderRadius: sectionproperties.generalbtnborderradius + 'px',
58606
58714
  color: sectionproperties.generalbtn_textColor,
58607
58715
  fontSize: sectionproperties.generalbtn_fontsize,
58608
58716
  fontWeight: sectionproperties.generalbtn_fontweight,
@@ -58642,6 +58750,14 @@ var DynamicForm = function DynamicForm(props) {
58642
58750
  transition: '.3s',
58643
58751
  backgroundColor: '#044da6'
58644
58752
  }
58753
+ }),
58754
+ sectiontitle: glamor.css({
58755
+ color: sectionproperties.sectionTitleColor,
58756
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
58757
+ fontWeight: sectionproperties.sectionTitleFontWeight,
58758
+ '@media (max-width: 800px)': {
58759
+ fontSize: sectionproperties.sectionTitleFontSizeresp
58760
+ }
58645
58761
  })
58646
58762
  };
58647
58763
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58685,12 +58801,8 @@ var DynamicForm = function DynamicForm(props) {
58685
58801
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58686
58802
  }
58687
58803
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58688
- "class": "m-0 p-0",
58689
- style: {
58690
- color: sectionproperties.sectionTitleColor,
58691
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58692
- fontWeight: sectionproperties.sectionTitleFontWeight
58693
- }
58804
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58805
+ style: {}
58694
58806
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58695
58807
  "class": 'row m-0 w-100 p-3 mt-3'
58696
58808
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58811,12 +58923,8 @@ var DynamicForm = function DynamicForm(props) {
58811
58923
  marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
58812
58924
  }
58813
58925
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58814
- "class": "m-0 p-0",
58815
- style: {
58816
- color: sectionproperties.sectionTitleColor,
58817
- fontSize: sectionproperties.sectionTitleFontSize + 'px',
58818
- fontWeight: sectionproperties.sectionTitleFontWeight
58819
- }
58926
+ "class": form_cssstyles.sectiontitle + ' m-0 p-0 ',
58927
+ style: {}
58820
58928
  }, langdetect == 'en' ? formtitleen : formtitlear)), (dynamicform === null || dynamicform === void 0 ? void 0 : dynamicform.id) != undefined && /*#__PURE__*/React__default["default"].createElement("div", {
58821
58929
  "class": 'row m-0 w-100 '
58822
58930
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -59656,14 +59764,14 @@ var Freetextsection = function Freetextsection(props) {
59656
59764
  height: '1px',
59657
59765
  position: 'relative',
59658
59766
  flex: '1 1 auto',
59659
- minWidth: '10%',
59767
+ // minWidth: '10%',
59660
59768
  background: sectionproperties.linebgcolor
59661
59769
  }),
59662
59770
  line_right: glamor.css({
59663
59771
  height: '1px',
59664
59772
  position: 'relative',
59665
59773
  flex: '1 1 auto',
59666
- minWidth: '10%',
59774
+ // minWidth: '10%',
59667
59775
  background: sectionproperties.linebgcolor
59668
59776
  }),
59669
59777
  btn: glamor.css({
@@ -59701,36 +59809,40 @@ var Freetextsection = function Freetextsection(props) {
59701
59809
  top: 0,
59702
59810
  bottom: 0
59703
59811
  }
59812
+ }),
59813
+ sectiontitlecontent: glamor.css({
59814
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59815
+ color: sectionproperties.sectionTitleColor,
59816
+ textTransform: sectionproperties.sectionTitleTextTransform,
59817
+ fontWeight: sectionproperties.sectionTitleFontWeight,
59818
+ // padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59819
+ textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
59820
+ '@media (max-width: 800px)': {
59821
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
59822
+ }
59704
59823
  })
59705
59824
  };
59706
59825
  var SectionTitle = function SectionTitle() {
59707
59826
  return /*#__PURE__*/React__default["default"].createElement("div", {
59708
- "class": "d-flex align-items-center flex-row",
59827
+ "class": "d-flex align-items-center allcentered",
59709
59828
  style: {
59710
59829
  position: 'relative',
59711
59830
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : '',
59712
- width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
59831
+ width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : '',
59832
+ flexDirection: sectionproperties.sectiontitlestyle == 'Line Under Text' ? 'column' : 'row'
59713
59833
  }
59714
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59715
- "class": section_styles.line_left,
59716
- style: {
59717
- marginLeft: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
59718
- marginRight: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59719
- }
59720
- }), /*#__PURE__*/React__default["default"].createElement("p", {
59834
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
59721
59835
  "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 ',
59836
+ style: {}
59837
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
59838
+ "class": section_styles.sectiontitlecontent
59839
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59722
59840
  style: {
59723
- color: sectionproperties.sectionTitleColor,
59724
- textTransform: sectionproperties.sectionTitleTextTransform,
59725
- fontWeight: sectionproperties.sectionTitleFontWeight,
59726
- padding: sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? 7 : 0,
59727
- textAlign: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
59728
- }
59729
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
59730
- "class": section_styles.line_right,
59731
- style: {
59732
- marginRight: langdetect == 'en' ? 0 : sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
59733
- marginLeft: langdetect == 'en' ? sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0 : 0
59841
+ width: '50%',
59842
+ background: sectionproperties.linebgcolor,
59843
+ height: 3,
59844
+ borderRadius: 10,
59845
+ marginTop: 15
59734
59846
  }
59735
59847
  }));
59736
59848
  };
@@ -59789,8 +59901,8 @@ var Freetextsection = function Freetextsection(props) {
59789
59901
  style: {
59790
59902
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
59791
59903
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
59792
- paddingTop: type == 'responsive' ? '15px' : sectionproperties.paddingTop + 'px',
59793
- paddingBottom: type == 'responsive' ? '15px' : sectionproperties.paddingBottom + 'px',
59904
+ paddingTop: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingTop + 'px',
59905
+ paddingBottom: type == 'responsive' ? sectionproperties.paddingverticalresponsive + 'px' : sectionproperties.paddingBottom + 'px',
59794
59906
  zIndex: 100,
59795
59907
  height: sectionproperties.hideshowcardtransition == 'Show' ? type == 'responsive' ? sectionproperties.height_responsive + 'px' : '' : ''
59796
59908
  }
@@ -59838,7 +59950,45 @@ var Freetextsection = function Freetextsection(props) {
59838
59950
  "class": "w-100 allcentered",
59839
59951
  style: {
59840
59952
  background: sectionproperties.outerbgcolor
59953
+ // backgroundImage: sectionproperties.sectionbgstyle == 'Besides each other' ? 'url(' + serverbaselink + maincontainerarrayofobjs[0]?.back_bgimage + ')' : '',
59954
+ }
59955
+ }, sectionproperties.sectionbgstyle == 'Besides each other' && /*#__PURE__*/React__default["default"].createElement("div", {
59956
+ "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex justify-content-center align-items-center ',
59957
+ style: {
59958
+ marginTop: sectionproperties.marginTop + 'px',
59959
+ marginBottom: sectionproperties.marginBottom + 'px'
59841
59960
  }
59961
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59962
+ "class": "col-lg-12 p-0"
59963
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59964
+ "class": "row m-0 w-100 allcentered"
59965
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59966
+ "class": "col-lg-10 col-md-11 mt-3 mb-3",
59967
+ style: {
59968
+ background: 'white',
59969
+ borderRadius: 10,
59970
+ boxShadow: '0 0 10px #ccc',
59971
+ padding: 40
59972
+ }
59973
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59974
+ "class": "row m-0 w-100"
59975
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59976
+ "class": "col-lg-3 col-md-12 allcentered"
59977
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59978
+ "class": "w-100 d-flex allcentered mb-md-4"
59979
+ }, SectionTitle())), /*#__PURE__*/React__default["default"].createElement("div", {
59980
+ "class": "col-lg-9 col-md-12 p-md-0",
59981
+ style: {
59982
+ paddingLeft: langdetect == 'en' ? '50px' : 0,
59983
+ paddingRight: langdetect == 'ar' ? '50px' : 0
59984
+ }
59985
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59986
+ "class": "row m-0 w-100 text-start text-md-center",
59987
+ style: {
59988
+ fontSize: sectionproperties.prodCatFontSize + 'px'
59989
+ }
59990
+ }, Description()))))))), sectionproperties.sectionbgstyle == 'Text Below' && /*#__PURE__*/React__default["default"].createElement("div", {
59991
+ "class": "row m-0 w-100"
59842
59992
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59843
59993
  "class": sectionstyles$1.background + ' row w-100 ml-0 mr-0 d-flex d-md-none justify-content-center align-items-center ',
59844
59994
  style: {
@@ -59853,7 +60003,7 @@ var Freetextsection = function Freetextsection(props) {
59853
60003
  marginBottom: sectionproperties.marginBottom + 'px',
59854
60004
  background: sectionproperties.hideshowcardtransition == 'Show' ? maincontainerarrayofobjs.length != 0 ? 'url(' + serverbaselink$1 + ((_maincontainerarrayof3 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof3 === void 0 ? void 0 : _maincontainerarrayof3.back_bgimage) + ')' : '' : ''
59855
60005
  }
59856
- }, SectionContent('responsive')));
60006
+ }, SectionContent('responsive'))));
59857
60007
  };
59858
60008
 
59859
60009
  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; }
@@ -59926,6 +60076,28 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59926
60076
  color: sectionproperties.generalbtn_textColoronhover
59927
60077
  }
59928
60078
  }),
60079
+ btn2: glamor.css({
60080
+ width: sectionproperties.generalbtn_width + 'px',
60081
+ height: sectionproperties.generalbtn_height + 'px',
60082
+ // backgroundColor: sectionproperties.generalbtn_bgColor,
60083
+ color: sectionproperties.generalbtn_bgColoronhover,
60084
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
60085
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
60086
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
60087
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
60088
+ border: '1px solid ' + sectionproperties.generalbtn_bgColoronhover,
60089
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
60090
+ fontWeight: sectionproperties.generalbtn_fontweight,
60091
+ marginTop: sectionproperties.generalbtn_marginTop + 'px',
60092
+ marginBottom: sectionproperties.generalbtn_marginBottom + 'px',
60093
+ transition: '.3s',
60094
+ cursor: 'pointer',
60095
+ ':hover': {
60096
+ // backgroundColor: sectionproperties.generalbtn_bgColoronhover,
60097
+ color: sectionproperties.sectionproperties,
60098
+ borderColor: sectionproperties.sectionproperties
60099
+ }
60100
+ }),
59929
60101
  sectiontitlespan: glamor.css({
59930
60102
  paddingLeft: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59931
60103
  paddingRight: sectionproperties.sectiontitleborderradius == 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0,
@@ -59940,7 +60112,8 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59940
60112
  width: sectionproperties.sectitle_lineafterwidth + '%',
59941
60113
  display: 'block',
59942
60114
  backgroundColor: sectionproperties.linebgcolor,
59943
- borderRadius: '6px'
60115
+ borderRadius: '6px',
60116
+ marginTop: 15
59944
60117
  }
59945
60118
  }),
59946
60119
  facebook_btn: glamor.css({
@@ -60081,8 +60254,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60081
60254
  borderRadius: sectionproperties.reservation_borderradius + 'px'
60082
60255
  }
60083
60256
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60084
- "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 ',
60085
- style: {}
60257
+ "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 ',
60258
+ style: {
60259
+ // padding: 20,
60260
+ }
60086
60261
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60087
60262
  "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 ',
60088
60263
  style: {
@@ -60221,7 +60396,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60221
60396
  })))));
60222
60397
  };
60223
60398
  var Image = function Image() {
60224
- var _imagesarray$, _imagesarray$7, _imagesarray$8;
60399
+ var _imagesarray$, _imagesarray$7, _imagesarray$8, _imagesarray$9, _imagesarray$10;
60225
60400
  return /*#__PURE__*/React__default["default"].createElement("div", {
60226
60401
  "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',
60227
60402
  style: {
@@ -60243,29 +60418,43 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60243
60418
  }
60244
60419
  }
60245
60420
  }
60421
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60422
+ "class": "col-lg-12 p-0 d-flex d-md-none justify-content-center align-items-center"
60246
60423
  }, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
60247
60424
  "class": section_styles.imageimage,
60248
60425
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60249
60426
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60250
60427
  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),
60251
60428
  style: {}
60252
- }));
60429
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
60430
+ "class": "col-lg-12 p-0 d-none d-md-flex justify-content-center align-items-center"
60431
+ }, imagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
60432
+ "class": section_styles.imageimage,
60433
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
60434
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
60435
+ 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),
60436
+ style: {}
60437
+ })));
60253
60438
  };
60254
60439
  return /*#__PURE__*/React__default["default"].createElement("div", {
60255
- "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center w-100 ',
60440
+ "class": "row m-0 w-100 allcentered"
60441
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60442
+ "class": ' row ml-0 mr-0 d-flex justify-content-between align-items-center ',
60256
60443
  style: {
60257
60444
  marginTop: sectionproperties.marginTop + 'px',
60258
60445
  marginBottom: sectionproperties.marginBottom + 'px',
60259
- background: sectionproperties.backgroundColor
60446
+ background: sectionproperties.backgroundColor,
60447
+ width: sectionproperties.width + 'vw',
60448
+ borderRadius: sectionproperties.sectioncardborderradius + 'px'
60260
60449
  }
60261
60450
  }, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
60262
60451
  "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',
60263
60452
  style: {
60264
60453
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
60265
60454
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
60266
- width: sectionproperties.width + 'vw',
60267
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
60268
- borderRadius: sectionproperties.sectioncardborderradius + 'px'
60455
+ // width: sectionproperties.width + 'vw',
60456
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
60457
+ // borderRadius: sectionproperties.sectioncardborderradius + 'px',
60269
60458
  }
60270
60459
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60271
60460
  "class":
@@ -60296,10 +60485,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60296
60485
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60297
60486
  }
60298
60487
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60299
- "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 ',
60488
+ "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 ',
60300
60489
  style: {
60301
60490
  background: sectionproperties.reservation_bgcolor,
60302
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60491
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60492
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60493
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60494
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60303
60495
  }
60304
60496
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60305
60497
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60379,7 +60571,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60379
60571
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60380
60572
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60381
60573
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60382
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60574
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60383
60575
  onClick: function onClick() {
60384
60576
  if (sectionproperties.btntype == 'WhatsApp') {
60385
60577
  var _authdetailsContext$i9;
@@ -60398,7 +60590,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60398
60590
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60399
60591
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60400
60592
  }
60401
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60593
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
60594
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60595
+ onClick: function onClick() {
60596
+ if (sectionproperties.btntype == 'WhatsApp') {
60597
+ var _authdetailsContext$i11;
60598
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber) != null) {
60599
+ var _authdetailsContext$i12;
60600
+ 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');
60601
+ }
60602
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60603
+ // window.open(sectionproperties.btnlink, '_target');
60604
+ routingcountext(sectionproperties.btnlink2, false, '');
60605
+ } else {
60606
+ window.open(sectionproperties.btnlink2, '_blank');
60607
+ }
60608
+ },
60609
+ style: {
60610
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60611
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60612
+ }
60613
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
60402
60614
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60403
60615
  style: {
60404
60616
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60408,10 +60620,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60408
60620
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60409
60621
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60410
60622
  onClick: function onClick() {
60411
- var _authdetailsContext$i11;
60412
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
60413
- var _authdetailsContext$i12;
60414
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
60623
+ var _authdetailsContext$i13;
60624
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
60625
+ var _authdetailsContext$i14;
60626
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
60415
60627
  }
60416
60628
  }
60417
60629
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60419,10 +60631,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60419
60631
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60420
60632
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60421
60633
  onClick: function onClick() {
60422
- var _authdetailsContext$i13;
60423
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
60424
- var _authdetailsContext$i14;
60425
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
60634
+ var _authdetailsContext$i15;
60635
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
60636
+ var _authdetailsContext$i16;
60637
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
60426
60638
  }
60427
60639
  }
60428
60640
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60430,10 +60642,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60430
60642
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60431
60643
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60432
60644
  onClick: function onClick() {
60433
- var _authdetailsContext$i15;
60434
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
60435
- var _authdetailsContext$i16;
60436
- 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');
60645
+ var _authdetailsContext$i17;
60646
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60647
+ var _authdetailsContext$i18;
60648
+ 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');
60437
60649
  }
60438
60650
  }
60439
60651
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60447,10 +60659,11 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60447
60659
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60448
60660
  }
60449
60661
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60450
- "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 ',
60662
+ "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 ',
60451
60663
  style: {
60452
60664
  background: sectionproperties.reservation_bgcolor,
60453
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60665
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60666
+ borderRadius: sectionproperties.reservation_borderradius + 'px'
60454
60667
  }
60455
60668
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60456
60669
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60533,10 +60746,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60533
60746
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60534
60747
  onClick: function onClick() {
60535
60748
  if (sectionproperties.btntype == 'WhatsApp') {
60536
- var _authdetailsContext$i17;
60537
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
60538
- var _authdetailsContext$i18;
60539
- 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');
60749
+ var _authdetailsContext$i19;
60750
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
60751
+ var _authdetailsContext$i20;
60752
+ 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');
60540
60753
  }
60541
60754
  } else if (sectionproperties.btntype == 'App/Web Page') {
60542
60755
  // window.open(sectionproperties.btnlink, '_target');
@@ -60559,10 +60772,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60559
60772
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60560
60773
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60561
60774
  onClick: function onClick() {
60562
- var _authdetailsContext$i19;
60563
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
60564
- var _authdetailsContext$i20;
60565
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
60775
+ var _authdetailsContext$i21;
60776
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.facebooklink) != null) {
60777
+ var _authdetailsContext$i22;
60778
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.facebooklink, '_blank');
60566
60779
  }
60567
60780
  }
60568
60781
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60570,10 +60783,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60570
60783
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60571
60784
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60572
60785
  onClick: function onClick() {
60573
- var _authdetailsContext$i21;
60574
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
60575
- var _authdetailsContext$i22;
60576
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
60786
+ var _authdetailsContext$i23;
60787
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.instagramlink) != null) {
60788
+ var _authdetailsContext$i24;
60789
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.instagramlink, '_blank');
60577
60790
  }
60578
60791
  }
60579
60792
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60581,10 +60794,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60581
60794
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60582
60795
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60583
60796
  onClick: function onClick() {
60584
- var _authdetailsContext$i23;
60585
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
60586
- var _authdetailsContext$i24;
60587
- 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');
60797
+ var _authdetailsContext$i25;
60798
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60799
+ var _authdetailsContext$i26;
60800
+ 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');
60588
60801
  }
60589
60802
  }
60590
60803
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60598,10 +60811,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60598
60811
  justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60599
60812
  }
60600
60813
  }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
60601
- "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 ',
60814
+ "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 ',
60602
60815
  style: {
60603
60816
  background: sectionproperties.reservation_bgcolor,
60604
- alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60817
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60818
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
60819
+ paddingLeft: sectionproperties.innersectionpaddinghorizontal + 'px',
60820
+ paddingRight: sectionproperties.innersectionpaddinghorizontal + 'px'
60605
60821
  }
60606
60822
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60607
60823
  "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
@@ -60681,13 +60897,13 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60681
60897
  })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60682
60898
  "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60683
60899
  }, /*#__PURE__*/React__default["default"].createElement("button", {
60684
- "class": "".concat(section_styles.btn) + ' m-md-0 ',
60900
+ "class": "".concat(section_styles.btn2) + ' m-md-0 ',
60685
60901
  onClick: function onClick() {
60686
60902
  if (sectionproperties.btntype == 'WhatsApp') {
60687
- var _authdetailsContext$i25;
60688
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60689
- var _authdetailsContext$i26;
60690
- 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');
60903
+ var _authdetailsContext$i27;
60904
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.whatsappnumber) != null) {
60905
+ var _authdetailsContext$i28;
60906
+ 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');
60691
60907
  }
60692
60908
  } else if (sectionproperties.btntype == 'App/Web Page') {
60693
60909
  // window.open(sectionproperties.btnlink, '_target');
@@ -60700,7 +60916,27 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60700
60916
  marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60701
60917
  marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60702
60918
  }
60703
- }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60919
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar), /*#__PURE__*/React__default["default"].createElement("button", {
60920
+ "class": "".concat(section_styles.btn) + ' mx-1 ',
60921
+ onClick: function onClick() {
60922
+ if (sectionproperties.btntype == 'WhatsApp') {
60923
+ var _authdetailsContext$i29;
60924
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null) {
60925
+ var _authdetailsContext$i30;
60926
+ 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');
60927
+ }
60928
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60929
+ // window.open(sectionproperties.btnlink, '_target');
60930
+ routingcountext(sectionproperties.btnlink2, false, '');
60931
+ } else {
60932
+ window.open(sectionproperties.btnlink2, '_blank');
60933
+ }
60934
+ },
60935
+ style: {
60936
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60937
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60938
+ }
60939
+ }, langdetect == 'en' ? 'Subscribe' : 'اشترك الان')), /*#__PURE__*/React__default["default"].createElement("div", {
60704
60940
  "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60705
60941
  style: {
60706
60942
  justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
@@ -60710,10 +60946,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60710
60946
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60711
60947
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60712
60948
  onClick: function onClick() {
60713
- var _authdetailsContext$i27;
60714
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
60715
- var _authdetailsContext$i28;
60716
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60949
+ var _authdetailsContext$i31;
60950
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.facebooklink) != null) {
60951
+ var _authdetailsContext$i32;
60952
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.facebooklink, '_blank');
60717
60953
  }
60718
60954
  }
60719
60955
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60721,10 +60957,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60721
60957
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60722
60958
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60723
60959
  onClick: function onClick() {
60724
- var _authdetailsContext$i29;
60725
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
60726
- var _authdetailsContext$i30;
60727
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60960
+ var _authdetailsContext$i33;
60961
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink) != null) {
60962
+ var _authdetailsContext$i34;
60963
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.instagramlink, '_blank');
60728
60964
  }
60729
60965
  }
60730
60966
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60732,10 +60968,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60732
60968
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60733
60969
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60734
60970
  onClick: function onClick() {
60735
- var _authdetailsContext$i31;
60736
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
60737
- var _authdetailsContext$i32;
60738
- 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');
60971
+ var _authdetailsContext$i35;
60972
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
60973
+ var _authdetailsContext$i36;
60974
+ 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');
60739
60975
  }
60740
60976
  }
60741
60977
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60835,10 +61071,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60835
61071
  "class": "".concat(section_styles.btn) + ' m-md-0 ',
60836
61072
  onClick: function onClick() {
60837
61073
  if (sectionproperties.btntype == 'WhatsApp') {
60838
- var _authdetailsContext$i33;
60839
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
60840
- var _authdetailsContext$i34;
60841
- 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');
61074
+ var _authdetailsContext$i37;
61075
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.whatsappnumber) != null) {
61076
+ var _authdetailsContext$i38;
61077
+ 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');
60842
61078
  }
60843
61079
  } else if (sectionproperties.btntype == 'App/Web Page') {
60844
61080
  // window.open(sectionproperties.btnlink, '_target');
@@ -60861,10 +61097,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60861
61097
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60862
61098
  "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60863
61099
  onClick: function onClick() {
60864
- var _authdetailsContext$i35;
60865
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
60866
- var _authdetailsContext$i36;
60867
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
61100
+ var _authdetailsContext$i39;
61101
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.facebooklink) != null) {
61102
+ var _authdetailsContext$i40;
61103
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.facebooklink, '_blank');
60868
61104
  }
60869
61105
  }
60870
61106
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
@@ -60872,10 +61108,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60872
61108
  })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60873
61109
  "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60874
61110
  onClick: function onClick() {
60875
- var _authdetailsContext$i37;
60876
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
60877
- var _authdetailsContext$i38;
60878
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
61111
+ var _authdetailsContext$i41;
61112
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.instagramlink) != null) {
61113
+ var _authdetailsContext$i42;
61114
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instagramlink, '_blank');
60879
61115
  }
60880
61116
  }
60881
61117
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -60883,10 +61119,10 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60883
61119
  })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60884
61120
  "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60885
61121
  onClick: function onClick() {
60886
- var _authdetailsContext$i39;
60887
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
60888
- var _authdetailsContext$i40;
60889
- 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');
61122
+ var _authdetailsContext$i43;
61123
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.whatsappnumber) != null) {
61124
+ var _authdetailsContext$i44;
61125
+ 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');
60890
61126
  }
60891
61127
  }
60892
61128
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -60953,7 +61189,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
60953
61189
  }
60954
61190
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
60955
61191
  "class": "w-100 mb-md-3"
60956
- }, " ", Image()), Content())))));
61192
+ }, " ", Image()), Content()))))));
60957
61193
  };
60958
61194
 
60959
61195
  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; }
@@ -61377,6 +61613,33 @@ var Servicesection = function Servicesection(props) {
61377
61613
 
61378
61614
  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; }
61379
61615
  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; }
61616
+ var minuteSeconds = 60;
61617
+ var hourSeconds = 3600;
61618
+ var daySeconds = 86400;
61619
+ var timerProps = {
61620
+ isPlaying: true,
61621
+ size: 120,
61622
+ strokeWidth: 6
61623
+ };
61624
+ var renderTime = function renderTime(dimension, time) {
61625
+ return /*#__PURE__*/React__default["default"].createElement("div", {
61626
+ className: "time-wrapper"
61627
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61628
+ className: "time"
61629
+ }, time), /*#__PURE__*/React__default["default"].createElement("div", null, dimension));
61630
+ };
61631
+ var getTimeSeconds = function getTimeSeconds(time) {
61632
+ return minuteSeconds - time | 0;
61633
+ };
61634
+ var getTimeMinutes = function getTimeMinutes(time) {
61635
+ return time % hourSeconds / minuteSeconds | 0;
61636
+ };
61637
+ var getTimeHours = function getTimeHours(time) {
61638
+ return time % daySeconds / hourSeconds | 0;
61639
+ };
61640
+ var getTimeDays = function getTimeDays(time) {
61641
+ return time / daySeconds | 0;
61642
+ };
61380
61643
  var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61381
61644
  var _maincontainerarrayof;
61382
61645
  var _useState = React.useState(''),
@@ -61393,6 +61656,12 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61393
61656
  var ikimagecredcontext = props.actions.ikimagecredcontext;
61394
61657
  var routingcountext = props.actions.routingcountext;
61395
61658
  var authdetailsContext = props.actions.authdetailsContext;
61659
+ var stratTime = Date.now() / 1000; // use UNIX timestamp in seconds
61660
+ var endTime = stratTime + 243248; // use UNIX timestamp in seconds
61661
+
61662
+ var remainingTime = endTime - stratTime;
61663
+ var days = Math.ceil(remainingTime / daySeconds);
61664
+ var daysDuration = days * daySeconds;
61396
61665
  React.useEffect(function () {
61397
61666
  var secpropobj = {};
61398
61667
  StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
@@ -61522,6 +61791,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61522
61791
  }
61523
61792
  }),
61524
61793
  cardContainer: glamor.css({
61794
+ background: sectionproperties.reservation_bgcolor,
61525
61795
  ':hover .imageContainer': {
61526
61796
  transition: '.3s',
61527
61797
  backgroundColor: sectionproperties.activedotcolor
@@ -61529,6 +61799,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61529
61799
  ':hover .text1Styles': {
61530
61800
  transition: '.3s',
61531
61801
  color: sectionproperties.text1secondarycolor
61802
+ },
61803
+ ':hover': {
61804
+ background: sectionproperties.innersectionbgcolorhover
61532
61805
  }
61533
61806
  }),
61534
61807
  btnstyles: glamor.css({
@@ -61537,7 +61810,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61537
61810
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
61538
61811
  color: sectionproperties.generalbtn_textColor,
61539
61812
  fontWeight: sectionproperties.generalbtn_fontweight,
61540
- textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61813
+ // textDecoration: sectionproperties.textdecoration == 'None' ? 'none' : 'underline',
61541
61814
  backgroundColor: sectionproperties.generalbtn_bgColor,
61542
61815
  borderRadius: sectionproperties.generalbtnborderradius,
61543
61816
  ':hover': {
@@ -61609,18 +61882,22 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61609
61882
  paddingRight: langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px'
61610
61883
  }
61611
61884
  }, /*#__PURE__*/React__default["default"].createElement("div", {
61612
- "class": "d-flex align-items-center flex-row allcentered",
61885
+ "class": "d-flex align-items-center flex-column allcentered",
61613
61886
  style: {
61614
61887
  position: 'relative',
61615
61888
  width: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '100%' : ''
61616
61889
  }
61617
- }, sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61618
- "class": sectionStyles.line_left
61619
- }), /*#__PURE__*/React__default["default"].createElement("p", {
61890
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
61620
61891
  "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 ',
61621
61892
  style: {}
61622
- }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61623
- "class": sectionStyles.line_right
61893
+ }, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar), sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("span", {
61894
+ style: {
61895
+ width: '50%',
61896
+ background: sectionproperties.linebgcolor,
61897
+ height: 3,
61898
+ borderRadius: 10,
61899
+ marginTop: 15
61900
+ }
61624
61901
  })))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
61625
61902
  "class": ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center px-sm-3',
61626
61903
  style: {
@@ -61632,10 +61909,202 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61632
61909
  }, /*#__PURE__*/React__default["default"].createElement("p", {
61633
61910
  "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',
61634
61911
  style: {}
61635
- }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
61912
+ }, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), sectionproperties.showcountdown == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61913
+ "class": "row m-0 w-100 allcentered"
61914
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
61915
+ className: "col-3 col-sm-6 allcentered mb-md-2"
61916
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
61917
+ colors: "#013c48",
61918
+ duration: daysDuration,
61919
+ initialRemainingTime: remainingTime
61920
+ }), function (_ref) {
61921
+ var elapsedTime = _ref.elapsedTime;
61922
+ _ref.color;
61923
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61924
+ style: {
61925
+ color: '#bea04b',
61926
+ fontSize: 23,
61927
+ fontWeight: 600
61928
+ },
61929
+ "class": "allcentered"
61930
+ }, renderTime('يوم', getTimeDays(daysDuration - elapsedTime)));
61931
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61932
+ className: "col-3 col-sm-6 allcentered mb-md-2"
61933
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
61934
+ colors: "#013c48",
61935
+ duration: daySeconds,
61936
+ initialRemainingTime: remainingTime % daySeconds,
61937
+ onComplete: function onComplete(totalElapsedTime) {
61938
+ return {
61939
+ shouldRepeat: remainingTime - totalElapsedTime > hourSeconds
61940
+ };
61941
+ }
61942
+ }), function (_ref2) {
61943
+ var elapsedTime = _ref2.elapsedTime;
61944
+ _ref2.color;
61945
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61946
+ style: {
61947
+ color: '#bea04b',
61948
+ fontSize: 23,
61949
+ fontWeight: 600
61950
+ },
61951
+ "class": "allcentered"
61952
+ }, renderTime('ساعة', getTimeHours(daySeconds - elapsedTime)));
61953
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61954
+ className: "col-3 col-sm-6 allcentered mb-md-2"
61955
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
61956
+ colors: "#013c48",
61957
+ duration: hourSeconds,
61958
+ initialRemainingTime: remainingTime % hourSeconds,
61959
+ onComplete: function onComplete(totalElapsedTime) {
61960
+ return {
61961
+ shouldRepeat: remainingTime - totalElapsedTime > minuteSeconds
61962
+ };
61963
+ }
61964
+ }), function (_ref3) {
61965
+ var elapsedTime = _ref3.elapsedTime;
61966
+ _ref3.color;
61967
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61968
+ style: {
61969
+ color: '#bea04b',
61970
+ fontSize: 23,
61971
+ fontWeight: 600
61972
+ },
61973
+ "class": "allcentered"
61974
+ }, renderTime('دقيقة', getTimeMinutes(hourSeconds - elapsedTime)));
61975
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
61976
+ className: "col-3 col-sm-6 allcentered mb-md-2"
61977
+ }, /*#__PURE__*/React__default["default"].createElement(reactCountdownCircleTimer.CountdownCircleTimer, _extends__default["default"]({}, timerProps, {
61978
+ colors: "#013c48",
61979
+ duration: minuteSeconds,
61980
+ initialRemainingTime: remainingTime % minuteSeconds,
61981
+ onComplete: function onComplete(totalElapsedTime) {
61982
+ return {
61983
+ shouldRepeat: remainingTime - totalElapsedTime > 0
61984
+ };
61985
+ }
61986
+ }), function (_ref4) {
61987
+ var elapsedTime = _ref4.elapsedTime;
61988
+ _ref4.color;
61989
+ return /*#__PURE__*/React__default["default"].createElement("span", {
61990
+ style: {
61991
+ color: '#bea04b',
61992
+ fontSize: 23,
61993
+ fontWeight: 600
61994
+ },
61995
+ "class": "allcentered"
61996
+ }, renderTime('ثانية', getTimeSeconds(elapsedTime)));
61997
+ }))), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
61998
+ "class": "row m-0 w-100 d-flex justify-content-center"
61999
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
62000
+ return /*#__PURE__*/React__default["default"].createElement("div", {
62001
+ "class": 'flip-card d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4 ',
62002
+ style: {
62003
+ zIndex: 2,
62004
+ paddingLeft: sectionproperties.marginhorizontal + 'px',
62005
+ paddingRight: sectionproperties.marginhorizontal + 'px'
62006
+ }
62007
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
62008
+ "class": "flip-card-inner",
62009
+ style: {
62010
+ background: sectionproperties.reservation_bgcolor,
62011
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
62012
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
62013
+ }
62014
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
62015
+ "class": "flip-card-front"
62016
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
62017
+ "class": "row m-0 w-100"
62018
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
62019
+ "class": "col-lg-12 d-flex align-items-center p-0",
62020
+ style: {
62021
+ marginBottom: sectionproperties.image_mb + 'px',
62022
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
62023
+ }
62024
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
62025
+ "class": sectionStyles.imageContainer + ' d-flex align-items-center imageContainer ',
62026
+ style: {
62027
+ background: 'transparent'
62028
+ }
62029
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
62030
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
62031
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
62032
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
62033
+ style: {
62034
+ maxHeight: sectionproperties.iconcontainerwidth + '%',
62035
+ maxWidth: sectionproperties.iconcontainerwidth + '%',
62036
+ objectFit: 'contain'
62037
+ }
62038
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
62039
+ "class": "col-lg-12 d-flex p-0",
62040
+ style: {
62041
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
62042
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
62043
+ }
62044
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
62045
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
62046
+ style: {
62047
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
62048
+ }
62049
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
62050
+ "class": "flip-card-back allcentered"
62051
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
62052
+ "class": "row m-0 w-100 allcentered"
62053
+ }, sectionproperties.showimagewhenflip == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
62054
+ "class": "col-lg-12 d-flex align-items-center p-0",
62055
+ style: {
62056
+ marginBottom: sectionproperties.image_mb + 'px',
62057
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
62058
+ }
62059
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
62060
+ "class": ' d-flex align-items-center ',
62061
+ style: {
62062
+ width: '30%',
62063
+ height: '30%',
62064
+ justifyContent: sectionproperties.iconcontainerheight == '0' ? 'start' : 'center'
62065
+ }
62066
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
62067
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
62068
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
62069
+ path: cardsarray.length != 0 ? cardinfoitem.cardobj_img : '',
62070
+ style: {
62071
+ maxHeight: '100%',
62072
+ maxWidth: '100%',
62073
+ objectFit: 'contain'
62074
+ }
62075
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
62076
+ "class": "col-lg-12 d-flex p-0",
62077
+ style: {
62078
+ marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
62079
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
62080
+ }
62081
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
62082
+ "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
62083
+ style: {
62084
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
62085
+ color: ' #FFECB5',
62086
+ fontSize: 14
62087
+ }
62088
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
62089
+ "class": "col-lg-12 d-flex p-0",
62090
+ style: {
62091
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
62092
+ }
62093
+ }, sectionproperties.slideshowtext2_show && /*#__PURE__*/React__default["default"].createElement("p", {
62094
+ "class": "m-0 wordbreak",
62095
+ style: {
62096
+ color: sectionproperties.slideshowText2ContentColor,
62097
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
62098
+ fontWeight: sectionproperties.slideshowText2ContentFontWeight,
62099
+ textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
62100
+ }
62101
+ }, langdetect == 'en' ? cardinfoitem.cardobj_descripen : cardinfoitem.cardobj_descripar))))));
62102
+ })), sectionproperties.flippingcards == 'No' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
62103
+ "class": "row m-0 w-100"
62104
+ }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
61636
62105
  var _authdetailsContext$i;
61637
62106
  return /*#__PURE__*/React__default["default"].createElement("div", {
61638
- "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,
62107
+ "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',
61639
62108
  style: {
61640
62109
  zIndex: 2,
61641
62110
  paddingLeft: sectionproperties.marginhorizontal + 'px',
@@ -61645,20 +62114,37 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61645
62114
  "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 ',
61646
62115
  style: {
61647
62116
  cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
61648
- background: sectionproperties.reservation_bgcolor,
61649
62117
  paddingTop: sectionproperties.reservation_padding_top + 'px',
61650
62118
  paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
61651
62119
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
61652
62120
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
61653
62121
  borderRadius: sectionproperties.reservation_borderradius + 'px',
61654
- border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
62122
+ border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
62123
+ // sectionproperties.innersectionbordertype == 'All'
62124
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62125
+ // : cardinfoindex != cardsarray.length - 1
62126
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62127
+ // : '',
61655
62128
  // cardinfoindex != cardsarray.length - 1
61656
62129
  // ? sectionproperties.innersectionbordertype == 'All'
61657
62130
  // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
61658
62131
  // : ''
61659
62132
  // : '',
61660
- borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
61661
- borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
62133
+ // borderRight:
62134
+ // cardinfoindex != cardsarray.length - 1
62135
+ // ? sectionproperties.innersectionbordertype == 'Right'
62136
+ // ? langdetect == 'en'
62137
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62138
+ // : ''
62139
+ // : ''
62140
+ // : '',
62141
+ // borderLeft:
62142
+ // sectionproperties.innersectionbordertype == 'Right'
62143
+ // ? langdetect == 'ar'
62144
+ // ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
62145
+ // : ''
62146
+ // : '',
62147
+ borderRight: sectionproperties.innersectionbordertype != 'All' && cardinfoindex != cardsarray.length - 1 ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
61662
62148
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
61663
62149
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
61664
62150
  },
@@ -61781,7 +62267,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
61781
62267
  }
61782
62268
  }
61783
62269
  }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar))));
61784
- }))));
62270
+ })))));
61785
62271
  };
61786
62272
 
61787
62273
  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 ";
@@ -76387,7 +76873,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
76387
76873
  var ikimagecredcontext = props.actions.ikimagecredcontext;
76388
76874
  props.actions.NotificationManager;
76389
76875
  var AddtoCartContext = props.actions.AddtoCartContext;
76390
- var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
76876
+ var AddtoCartMutationContext = props.AddtoCartMutationContext;
76391
76877
  var _useState5 = React.useState(''),
76392
76878
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
76393
76879
  addtocardpayloadobj = _useState6[0];
@@ -76988,7 +77474,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
76988
77474
  style: {
76989
77475
  textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
76990
77476
  }
76991
- }, plainString(item.description)), /*#__PURE__*/React__default["default"].createElement("div", {
77477
+ }, plainString(item.shortdescription)), /*#__PURE__*/React__default["default"].createElement("div", {
76992
77478
  style: {
76993
77479
  flexDirection: 'column'
76994
77480
  },