tabexseriescomponents 0.2.929 → 0.2.932

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 (385) hide show
  1. package/dist/index.cjs.js +412 -294
  2. package/dist/index.esm.js +411 -293
  3. package/dist/index.umd.js +415 -297
  4. package/package.json +1 -1
  5. package/srclanguages/Contexts/LanguageContext.jsx +1083 -0
  6. package/srclanguages/Contexts/ProductsCardsSectionContext.jsx +36 -0
  7. package/srclanguages/Imagekitconfig copy.jsx +46 -0
  8. package/srclanguages/Imagekitconfig.jsx +177 -0
  9. package/srclanguages/StylesJS/Customstyles.js +418 -0
  10. package/srclanguages/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +822 -0
  11. package/srclanguages/TabexComponents/Cards/Card20/Card20.jsx +463 -0
  12. package/srclanguages/TabexComponents/Cards/Card21/Card21.jsx +599 -0
  13. package/srclanguages/TabexComponents/Cards/Card22/Card22.jsx +408 -0
  14. package/srclanguages/TabexComponents/Cards/Card23/Card23 copy.jsx +1927 -0
  15. package/srclanguages/TabexComponents/Cards/Card23/Card23.jsx +1117 -0
  16. package/srclanguages/TabexComponents/Cards/CardAll/CardAll.jsx +719 -0
  17. package/srclanguages/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +617 -0
  18. package/srclanguages/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +116 -0
  19. package/srclanguages/TabexComponents/Cards/Cardwithdetailsshowonhover/Cardwithdetailsshowonhover.jsx +1687 -0
  20. package/srclanguages/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +341 -0
  21. package/srclanguages/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +518 -0
  22. package/srclanguages/TabexComponents/Cards/Categorycard_details_onhover/Categorycard_details_onhover.jsx +791 -0
  23. package/srclanguages/TabexComponents/Cards/Categorycard_details_onhover copy/Categorycard_details_onhover.jsx +513 -0
  24. package/srclanguages/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +370 -0
  25. package/srclanguages/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +317 -0
  26. package/srclanguages/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +274 -0
  27. package/srclanguages/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +314 -0
  28. package/srclanguages/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
  29. package/srclanguages/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +312 -0
  30. package/srclanguages/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +845 -0
  31. package/srclanguages/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +245 -0
  32. package/srclanguages/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +252 -0
  33. package/srclanguages/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +240 -0
  34. package/srclanguages/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +328 -0
  35. package/srclanguages/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +951 -0
  36. package/srclanguages/TabexComponents/Cards/MenuCard/MenuCard.jsx +1113 -0
  37. package/srclanguages/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +697 -0
  38. package/srclanguages/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +936 -0
  39. package/srclanguages/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +317 -0
  40. package/srclanguages/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +812 -0
  41. package/srclanguages/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +850 -0
  42. package/srclanguages/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +456 -0
  43. package/srclanguages/TabexComponents/Cards/Productcard6/Productcard6.jsx +397 -0
  44. package/srclanguages/TabexComponents/Cards/Productcard7/Productcard7.jsx +444 -0
  45. package/srclanguages/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +634 -0
  46. package/srclanguages/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +467 -0
  47. package/srclanguages/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +492 -0
  48. package/srclanguages/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +572 -0
  49. package/srclanguages/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +637 -0
  50. package/srclanguages/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +797 -0
  51. package/srclanguages/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +1132 -0
  52. package/srclanguages/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +367 -0
  53. package/srclanguages/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +475 -0
  54. package/srclanguages/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +204 -0
  55. package/srclanguages/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +956 -0
  56. package/srclanguages/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +751 -0
  57. package/srclanguages/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +380 -0
  58. package/srclanguages/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +905 -0
  59. package/srclanguages/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +2321 -0
  60. package/srclanguages/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +1939 -0
  61. package/srclanguages/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +550 -0
  62. package/srclanguages/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +458 -0
  63. package/srclanguages/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +955 -0
  64. package/srclanguages/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +318 -0
  65. package/srclanguages/TabexComponents/Cards/Variants_J_Cards/Variants_J_Cards.jsx +660 -0
  66. package/srclanguages/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +1090 -0
  67. package/srclanguages/TabexComponents/Footer/Footer1/Footer1.jsx +719 -0
  68. package/srclanguages/TabexComponents/Footer/Footer2/Footer2.jsx +794 -0
  69. package/srclanguages/TabexComponents/Footer/Footer3/Footer3.jsx +609 -0
  70. package/srclanguages/TabexComponents/Footer/Footer4/Footer4.jsx +707 -0
  71. package/srclanguages/TabexComponents/Footer/Footer5/Footer5.jsx +1225 -0
  72. package/srclanguages/TabexComponents/Footer/Footer6/Footer6.jsx +407 -0
  73. package/srclanguages/TabexComponents/Footer/Footer7/Footer7.jsx +648 -0
  74. package/srclanguages/TabexComponents/Footer/Footer8/Footer8 copy.jsx +1973 -0
  75. package/srclanguages/TabexComponents/Footer/Footer8/Footer8.jsx +2916 -0
  76. package/srclanguages/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +517 -0
  77. package/srclanguages/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +876 -0
  78. package/srclanguages/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +1597 -0
  79. package/srclanguages/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +830 -0
  80. package/srclanguages/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +139 -0
  81. package/srclanguages/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +514 -0
  82. package/srclanguages/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  83. package/srclanguages/TabexComponents/Generalfiles/images/noimage.png +0 -0
  84. package/srclanguages/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  85. package/srclanguages/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  86. package/srclanguages/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  87. package/srclanguages/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  88. package/srclanguages/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  89. package/srclanguages/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  90. package/srclanguages/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  91. package/srclanguages/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  92. package/srclanguages/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  93. package/srclanguages/TabexComponents/Generalfiles/images/usflag.png +0 -0
  94. package/srclanguages/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  95. package/srclanguages/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +2005 -0
  96. package/srclanguages/TabexComponents/Headers/CategoriesComponent/CategoriesComponent.jsx +473 -0
  97. package/srclanguages/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1694 -0
  98. package/srclanguages/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1892 -0
  99. package/srclanguages/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +883 -0
  100. package/srclanguages/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +96 -0
  101. package/srclanguages/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +1293 -0
  102. package/srclanguages/TabexComponents/Headers/FloatingIcons/FloatingIcons.jsx +431 -0
  103. package/srclanguages/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +1342 -0
  104. package/srclanguages/TabexComponents/Headers/Header4/Header4.jsx +947 -0
  105. package/srclanguages/TabexComponents/Headers/Header8/Header8 copy.jsx +1027 -0
  106. package/srclanguages/TabexComponents/Headers/Header8/Header8.jsx +2070 -0
  107. package/srclanguages/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +1192 -0
  108. package/srclanguages/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +1439 -0
  109. package/srclanguages/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +1166 -0
  110. package/srclanguages/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +1353 -0
  111. package/srclanguages/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +2075 -0
  112. package/srclanguages/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +2302 -0
  113. package/srclanguages/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1803 -0
  114. package/srclanguages/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +1473 -0
  115. package/srclanguages/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +2416 -0
  116. package/srclanguages/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +4028 -0
  117. package/srclanguages/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1998 -0
  118. package/srclanguages/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +1472 -0
  119. package/srclanguages/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +97 -0
  120. package/srclanguages/TabexComponents/Headers/Minimalheader/Minimalheader.jsx +1229 -0
  121. package/srclanguages/TabexComponents/Headers/Modernheader/Modernheader.jsx +1635 -0
  122. package/srclanguages/TabexComponents/Headers/ParentCollectionsComponent/ParentCollectionsComponent.jsx +464 -0
  123. package/srclanguages/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +1224 -0
  124. package/srclanguages/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1880 -0
  125. package/srclanguages/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1826 -0
  126. package/srclanguages/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +252 -0
  127. package/srclanguages/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +1353 -0
  128. package/srclanguages/TabexComponents/Headers/Subheader/Subheader copy.jsx +1479 -0
  129. package/srclanguages/TabexComponents/Headers/Subheader/Subheader.jsx +1493 -0
  130. package/srclanguages/TabexComponents/Headers/Subheader/Subheader13-3.jsx +1069 -0
  131. package/srclanguages/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +832 -0
  132. package/srclanguages/TabexComponents/Headers/Subheader/Subheadernew.jsx +898 -0
  133. package/srclanguages/TabexComponents/Headers/SubheaderDropdown/SubheaderDropdown.jsx +764 -0
  134. package/srclanguages/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1679 -0
  135. package/srclanguages/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1884 -0
  136. package/srclanguages/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +1559 -0
  137. package/srclanguages/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +817 -0
  138. package/srclanguages/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +538 -0
  139. package/srclanguages/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +1238 -0
  140. package/srclanguages/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContentrecent.jsx +1117 -0
  141. package/srclanguages/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +404 -0
  142. package/srclanguages/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +425 -0
  143. package/srclanguages/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +395 -0
  144. package/srclanguages/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +221 -0
  145. package/srclanguages/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +285 -0
  146. package/srclanguages/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +553 -0
  147. package/srclanguages/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +680 -0
  148. package/srclanguages/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +329 -0
  149. package/srclanguages/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +987 -0
  150. package/srclanguages/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm22-7.jsx +984 -0
  151. package/srclanguages/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
  152. package/srclanguages/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +532 -0
  153. package/srclanguages/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +384 -0
  154. package/srclanguages/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +414 -0
  155. package/srclanguages/TabexComponents/Sections/BackgroundImages/PopupCountryComponent/PopupCountryComponent.jsx +120 -0
  156. package/srclanguages/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +141 -0
  157. package/srclanguages/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +118 -0
  158. package/srclanguages/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +195 -0
  159. package/srclanguages/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +765 -0
  160. package/srclanguages/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +439 -0
  161. package/srclanguages/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +652 -0
  162. package/srclanguages/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +1016 -0
  163. package/srclanguages/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +798 -0
  164. package/srclanguages/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +2050 -0
  165. package/srclanguages/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +2491 -0
  166. package/srclanguages/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +2305 -0
  167. package/srclanguages/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +2318 -0
  168. package/srclanguages/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +2509 -0
  169. package/srclanguages/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +2869 -0
  170. package/srclanguages/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx +2910 -0
  171. package/srclanguages/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +2881 -0
  172. package/srclanguages/TabexComponents/Sections/Cards/CardsSection/CardsSectionwithanomation12-1.jsx +3171 -0
  173. package/srclanguages/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +950 -0
  174. package/srclanguages/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +1017 -0
  175. package/srclanguages/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +584 -0
  176. package/srclanguages/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +1285 -0
  177. package/srclanguages/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +988 -0
  178. package/srclanguages/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +2371 -0
  179. package/srclanguages/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +851 -0
  180. package/srclanguages/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +554 -0
  181. package/srclanguages/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +512 -0
  182. package/srclanguages/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +207 -0
  183. package/srclanguages/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +592 -0
  184. package/srclanguages/TabexComponents/Sections/Slideshow/CountDownSection/CountDownSection.jsx +249 -0
  185. package/srclanguages/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +509 -0
  186. package/srclanguages/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +662 -0
  187. package/srclanguages/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +907 -0
  188. package/srclanguages/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection20-2.jsx +1260 -0
  189. package/srclanguages/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +563 -0
  190. package/srclanguages/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +3100 -0
  191. package/srclanguages/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +202 -0
  192. package/srclanguages/TabexComponents/Sections/Slideshow/MarqueeSection/MarqueeSection.jsx +77 -0
  193. package/srclanguages/TabexComponents/Sections/Slideshow/Preloaderone/Preloaderone.jsx +49 -0
  194. package/srclanguages/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +483 -0
  195. package/srclanguages/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +523 -0
  196. package/srclanguages/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards copy.jsx +2429 -0
  197. package/srclanguages/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +2065 -0
  198. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  199. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  200. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +204 -0
  201. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
  202. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +690 -0
  203. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +680 -0
  204. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +967 -0
  205. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
  206. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1463 -0
  207. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +873 -0
  208. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
  209. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +584 -0
  210. package/srclanguages/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +1170 -0
  211. package/srclanguages/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +462 -0
  212. package/srclanguages/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +950 -0
  213. package/srclanguages/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +540 -0
  214. package/srclanguages/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +269 -0
  215. package/srclanguages/TabexComponents/StaticPages/AddReview/AddReview.jsx +374 -0
  216. package/srclanguages/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +464 -0
  217. package/srclanguages/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +998 -0
  218. package/srclanguages/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +613 -0
  219. package/srclanguages/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1986 -0
  220. package/srclanguages/TabexComponents/StaticPages/Checkout/Checkout.jsx +2610 -0
  221. package/srclanguages/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +2457 -0
  222. package/srclanguages/TabexComponents/StaticPages/Checkout/Checkout12-12beforeextras.jsx +3108 -0
  223. package/srclanguages/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +2397 -0
  224. package/srclanguages/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +2370 -0
  225. package/srclanguages/TabexComponents/StaticPages/Compare/Compare.jsx +52 -0
  226. package/srclanguages/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +283 -0
  227. package/srclanguages/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +3530 -0
  228. package/srclanguages/TabexComponents/StaticPages/Filter/Filter copy.jsx +2015 -0
  229. package/srclanguages/TabexComponents/StaticPages/Filter/Filter.jsx +4618 -0
  230. package/srclanguages/TabexComponents/StaticPages/Filter/Filter1-5.jsx +3690 -0
  231. package/srclanguages/TabexComponents/StaticPages/Filter/Filter13-11.jsx +3848 -0
  232. package/srclanguages/TabexComponents/StaticPages/Filter/Filter14-8.jsx +3843 -0
  233. package/srclanguages/TabexComponents/StaticPages/Filter/Filter17-9.jsx +2141 -0
  234. package/srclanguages/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1848 -0
  235. package/srclanguages/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
  236. package/srclanguages/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
  237. package/srclanguages/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  238. package/srclanguages/TabexComponents/StaticPages/Login/Login copy.jsx +1287 -0
  239. package/srclanguages/TabexComponents/StaticPages/Login/Login.jsx +919 -0
  240. package/srclanguages/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +767 -0
  241. package/srclanguages/TabexComponents/StaticPages/OrderSuccess/OrderSuccess2.jsx +228 -0
  242. package/srclanguages/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +2627 -0
  243. package/srclanguages/TabexComponents/StaticPages/Policies/Policies.jsx +407 -0
  244. package/srclanguages/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +255 -0
  245. package/srclanguages/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
  246. package/srclanguages/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
  247. package/srclanguages/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +364 -0
  248. package/srclanguages/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +208 -0
  249. package/srclanguages/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +278 -0
  250. package/srclanguages/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +125 -0
  251. package/srclanguages/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +506 -0
  252. package/srclanguages/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +377 -0
  253. package/srclanguages/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +5470 -0
  254. package/srclanguages/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +2237 -0
  255. package/srclanguages/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +2896 -0
  256. package/srclanguages/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +2202 -0
  257. package/srclanguages/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +2273 -0
  258. package/srclanguages/TabexComponents/StaticPages/Productinfo/Product_itemtypeeuro.jsx +4688 -0
  259. package/srclanguages/TabexComponents/StaticPages/Productinfo/Product_itemtypetoday.jsx +5090 -0
  260. package/srclanguages/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +2997 -0
  261. package/srclanguages/TabexComponents/StaticPages/Productinfo/Productinfo13-5.jsx +2851 -0
  262. package/srclanguages/TabexComponents/StaticPages/Productinfo/Productinfo_28_6.jsx +2956 -0
  263. package/srclanguages/TabexComponents/StaticPages/Productinfo/Productinfotoday.jsx +2923 -0
  264. package/srclanguages/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1616 -0
  265. package/srclanguages/TabexComponents/StaticPages/Productinfo/Service_itemtypetill28-4-2025.jsx +1616 -0
  266. package/srclanguages/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +1619 -0
  267. package/srclanguages/TabexComponents/StaticPages/Productinfo/Serviceinfotabs4-5.jsx +1512 -0
  268. package/srclanguages/TabexComponents/StaticPages/Productinfo/Serviceinfotabstill28-4-2025.jsx +1503 -0
  269. package/srclanguages/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +1006 -0
  270. package/srclanguages/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +463 -0
  271. package/srclanguages/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
  272. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
  273. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
  274. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +188 -0
  275. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +278 -0
  276. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +484 -0
  277. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +302 -0
  278. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +2669 -0
  279. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +2237 -0
  280. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +2202 -0
  281. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +2273 -0
  282. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +2521 -0
  283. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +783 -0
  284. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +1385 -0
  285. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +826 -0
  286. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +463 -0
  287. package/srclanguages/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
  288. package/srclanguages/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +255 -0
  289. package/srclanguages/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +489 -0
  290. package/srclanguages/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +569 -0
  291. package/srclanguages/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +284 -0
  292. package/srclanguages/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +373 -0
  293. package/srclanguages/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1574 -0
  294. package/srclanguages/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +2176 -0
  295. package/srclanguages/TabexComponents/StaticPages/Signup/CustomerInformationForm12-5beforeemailrequired.jsx +2073 -0
  296. package/srclanguages/TabexComponents/StaticPages/Signup/Signup.jsx +258 -0
  297. package/srclanguages/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +305 -0
  298. package/srclanguages/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +282 -0
  299. package/srclanguages/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
  300. package/srclanguages/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +1139 -0
  301. package/srclanguages/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +1184 -0
  302. package/srclanguages/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +1184 -0
  303. package/srclanguages/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +1184 -0
  304. package/srclanguages/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +2262 -0
  305. package/srclanguages/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +1220 -0
  306. package/srclanguages/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +819 -0
  307. package/srclanguages/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +820 -0
  308. package/srclanguages/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +820 -0
  309. package/srclanguages/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +1175 -0
  310. package/srclanguages/button.jsx +40 -0
  311. package/srclanguages/index.jsx +351 -0
  312. package/srclanguages/styles/Home.module.css +129 -0
  313. package/srclanguages/styles/cards/Categorcycard_fullimage.module.css +14 -0
  314. package/srclanguages/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  315. package/srclanguages/styles/cards/Categorycard_withshapes.module.css +189 -0
  316. package/srclanguages/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
  317. package/srclanguages/styles/cards/Productcard6.module.css +9 -0
  318. package/srclanguages/styles/cards/Productccard_with_zoominonhover.module.css +94 -0
  319. package/srclanguages/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  320. package/srclanguages/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
  321. package/srclanguages/styles/cards/card23.module.css +60 -0
  322. package/srclanguages/styles/cards/categorycard.module.css +84 -0
  323. package/srclanguages/styles/cards/categorycard3.module.css +50 -0
  324. package/srclanguages/styles/cards/categorycardwithtext.module.css +40 -0
  325. package/srclanguages/styles/cards/generalCardsStyles.module.css +79 -0
  326. package/srclanguages/styles/cards/productcard_animatedbuttons.module.css +139 -0
  327. package/srclanguages/styles/cards/productcard_with_textonhover.module.css +18 -0
  328. package/srclanguages/styles/cards/productcard_withtextonimage.module.css +0 -0
  329. package/srclanguages/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  330. package/srclanguages/styles/general/bootstrap.css +4763 -0
  331. package/srclanguages/styles/general/dropdown.css +206 -0
  332. package/srclanguages/styles/general/editorbardropdown.module.css +94 -0
  333. package/srclanguages/styles/general/filter.module.css +108 -0
  334. package/srclanguages/styles/general/form.module.css +255 -0
  335. package/srclanguages/styles/general/general.module.css +872 -0
  336. package/srclanguages/styles/general/image-gallery.css +531 -0
  337. package/srclanguages/styles/general/react-accessible-accordion.module.css +52 -0
  338. package/srclanguages/styles/general/react-phone-input-2.module.css +927 -0
  339. package/srclanguages/styles/general/scrollbtn.module.css +22 -0
  340. package/srclanguages/styles/general/slick.module.css +166 -0
  341. package/srclanguages/styles/general/tabs.module.css +119 -0
  342. package/srclanguages/styles/general/workplaceeditor.module.css +328 -0
  343. package/srclanguages/styles/globals.css +26 -0
  344. package/srclanguages/styles/headers/CTAHeader.module.css +40 -0
  345. package/srclanguages/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  346. package/srclanguages/styles/headers/Gotoheader.module.css +87 -0
  347. package/srclanguages/styles/headers/Header7.module.css +50 -0
  348. package/srclanguages/styles/headers/HeaderWithAdSlider.module.css +86 -0
  349. package/srclanguages/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
  350. package/srclanguages/styles/headers/HeaderWithUtilityBar.module.css +46 -0
  351. package/srclanguages/styles/headers/Header_threesectionslogocentered.module.css +84 -0
  352. package/srclanguages/styles/headers/NewHeader.module.css +101 -0
  353. package/srclanguages/styles/headers/SearchFocusedHeader.module.css +62 -0
  354. package/srclanguages/styles/headers/Sideheader.module.css +108 -0
  355. package/srclanguages/styles/headers/Simpleheader.module.css +102 -0
  356. package/srclanguages/styles/headers/classicheader.module.css +16 -0
  357. package/srclanguages/styles/headers/classicheaderstyles.module.css +9 -0
  358. package/srclanguages/styles/headers/dropdown.css +0 -0
  359. package/srclanguages/styles/headers/header4.module.css +175 -0
  360. package/srclanguages/styles/headers/header5.module.css +30 -0
  361. package/srclanguages/styles/headers/header_contactinfo.module.css +53 -0
  362. package/srclanguages/styles/headers/headerresturant.module.css +89 -0
  363. package/srclanguages/styles/headers/modernheader.module.css +45 -0
  364. package/srclanguages/styles/headers/stylishheader.module.css +24 -0
  365. package/srclanguages/styles/headers/subheader.module.css +114 -0
  366. package/srclanguages/styles/headers/threetieredheader.module.css +91 -0
  367. package/srclanguages/styles/sections/BackgroundImageWithTopContent.css +4 -0
  368. package/srclanguages/styles/sections/Backgroundimage1.module.css +17 -0
  369. package/srclanguages/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  370. package/srclanguages/styles/sections/Freetext.module.css +18 -0
  371. package/srclanguages/styles/sections/Section_with_rightbgcont.module.css +49 -0
  372. package/srclanguages/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  373. package/srclanguages/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  374. package/srclanguages/styles/staticpages/accordion.module.css +9 -0
  375. package/srclanguages/styles/staticpages/cart.module.css +108 -0
  376. package/srclanguages/styles/staticpages/dropdown.css +196 -0
  377. package/srclanguages/styles/staticpages/filter.module.css +139 -0
  378. package/srclanguages/styles/staticpages/image-gallery.css +481 -0
  379. package/srclanguages/styles/staticpages/login.module.css +155 -0
  380. package/srclanguages/styles/staticpages/productinfo.module.css +54 -0
  381. package/srclanguages/styles/staticpages/shop.module.css +191 -0
  382. package/srclanguages/styles/staticpages/signup.module.css +250 -0
  383. package/srclanguages/styles/staticpages/staticroutersidenav.module.css +129 -0
  384. package/srclanguages/styles/staticpages/viewcart.module.css +129 -0
  385. package/srclanguages/styles/staticpages/wishlist.module.css +29 -0
package/dist/index.cjs.js CHANGED
@@ -48,6 +48,7 @@ var FiLayers = require('@react-icons/all-files/fi/FiLayers');
48
48
  var HiOutlinePlusCircle = require('@react-icons/all-files/hi/HiOutlinePlusCircle');
49
49
  require('@react-icons/all-files/hi/HiOutlineMinusCircle');
50
50
  var TextareaAutosize = require('react-textarea-autosize');
51
+ var InputRange = require('react-input-range');
51
52
  var AiOutlineClockCircle = require('@react-icons/all-files/ai/AiOutlineClockCircle');
52
53
  var AiOutlinePlus = require('@react-icons/all-files/ai/AiOutlinePlus');
53
54
  var AiOutlineCheck = require('@react-icons/all-files/ai/AiOutlineCheck');
@@ -91,7 +92,6 @@ require('react-router-dom');
91
92
  require('react-query');
92
93
  var IoBagCheckOutline = require('@react-icons/all-files/io5/IoBagCheckOutline');
93
94
  var IoBagRemoveOutline = require('@react-icons/all-files/io5/IoBagRemoveOutline');
94
- var InputRange = require('react-input-range');
95
95
  var reactIntersectionObserver = require('react-intersection-observer');
96
96
  var FiFilter = require('@react-icons/all-files/fi/FiFilter');
97
97
  var FiSliders = require('@react-icons/all-files/fi/FiSliders');
@@ -212,6 +212,7 @@ var _extends__default = /*#__PURE__*/_interopDefaultLegacy(_extends);
212
212
  var ImageGallery__default = /*#__PURE__*/_interopDefaultLegacy(ImageGallery);
213
213
  var ReactStars__default = /*#__PURE__*/_interopDefaultLegacy(ReactStars);
214
214
  var TextareaAutosize__default = /*#__PURE__*/_interopDefaultLegacy(TextareaAutosize);
215
+ var InputRange__default = /*#__PURE__*/_interopDefaultLegacy(InputRange);
215
216
  var DatePicker__default = /*#__PURE__*/_interopDefaultLegacy(DatePicker);
216
217
  var ReactPlayer__default = /*#__PURE__*/_interopDefaultLegacy(ReactPlayer);
217
218
  var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
@@ -219,7 +220,6 @@ var _asyncToGenerator__default = /*#__PURE__*/_interopDefaultLegacy(_asyncToGene
219
220
  var _regeneratorRuntime__default = /*#__PURE__*/_interopDefaultLegacy(_regeneratorRuntime);
220
221
  var Select__default = /*#__PURE__*/_interopDefaultLegacy(Select$4);
221
222
  var PhoneInput__default = /*#__PURE__*/_interopDefaultLegacy(PhoneInput);
222
- var InputRange__default = /*#__PURE__*/_interopDefaultLegacy(InputRange);
223
223
  var ReactPaginate__default = /*#__PURE__*/_interopDefaultLegacy(ReactPaginate);
224
224
  var AnimatedNumbers__default = /*#__PURE__*/_interopDefaultLegacy(AnimatedNumbers);
225
225
  var BackgroundSlideshow__default = /*#__PURE__*/_interopDefaultLegacy(BackgroundSlideshow);
@@ -3135,7 +3135,7 @@ var ProductReviews = function ProductReviews(props) {
3135
3135
  function ownKeys$2B(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; }
3136
3136
  function _objectSpread$2B(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2B(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2B(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3137
3137
  var Product_itemtype = function Product_itemtype(props) {
3138
- var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _authdetailsContext$i7, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer43, _fetchProductInfoQuer44, _fetchProductInfoQuer45, _fetchProductInfoQuer46, _fetchProductInfoQuer48, _fetchProductInfoQuer49, _fetchProductInfoQuer50, _fetchProductInfoQuer52, _fetchProductInfoQuer53, _fetchProductInfoQuer54, _fetchProductInfoQuer55, _fetchProductInfoQuer56, _fetchProductInfoQuer57, _fetchProductInfoQuer58, _fetchProductInfoQuer59, _fetchProductInfoQuer60, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer61, _fetchProductInfoQuer62, _fetchProductInfoQuer63, _fetchProductInfoQuer64, _fetchProductInfoQuer65, _fetchProductInfoQuer66, _authdetailsContext$i13, _fetchProductInfoQuer67, _fetchProductInfoQuer68, _fetchProductInfoQuer69, _fetchProductInfoQuer70, _fetchProductInfoQuer71, _fetchProductInfoQuer72, _fetchProductInfoQuer73, _fetchProductInfoQuer74, _fetchProductInfoQuer75, _fetchProductInfoQuer76, _fetchProductInfoQuer77, _fetchProductInfoQuer78, _fetchProductInfoQuer79, _fetchProductInfoQuer80, _authdetailsContext$i14, _fetchProductInfoQuer83, _fetchProductInfoQuer84, _fetchProductInfoQuer85, _fetchProductInfoQuer86, _fetchProductInfoQuer87, _fetchProductInfoQuer88, _fetchProductInfoQuer89, _fetchProductInfoQuer90, _fetchProductInfoQuer91, _fetchProductInfoQuer92, _fetchProductInfoQuer93, _fetchProductInfoQuer94, _fetchProductInfoQuer95, _fetchProductInfoQuer96, _fetchProductInfoQuer98, _fetchProductInfoQuer99, _fetchProductInfoQuer100, _fetchProductInfoQuer102, _fetchProductInfoQuer103, _fetchProductInfoQuer104, _fetchProductInfoQuer105, _fetchProductInfoQuer106, _fetchProductInfoQuer107, _fetchProductInfoQuer108, _fetchProductInfoQuer109, _fetchProductInfoQuer110, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _fetchProductInfoQuer111, _fetchProductInfoQuer112, _fetchProductInfoQuer113, _fetchProductInfoQuer114, _fetchProductInfoQuer115, _fetchProductInfoQuer116, _authdetailsContext$i16, _authdetailsContext$i17, _fetchProductInfoQuer117, _fetchProductInfoQuer118, _fetchProductInfoQuer119, _fetchProductInfoQuer120, _fetchProductInfoQuer121, _fetchProductInfoQuer122, _fetchProductInfoQuer123, _fetchProductInfoQuer124, _authdetailsContext$i18, _fetchProductInfoQuer125, _fetchProductInfoQuer126, _fetchProductInfoQuer127, _fetchProductInfoQuer128, _fetchProductInfoQuer129, _fetchProductInfoQuer132, _fetchProductInfoQuer133, _authdetailsContext$i19, _fetchProductInfoQuer134, _fetchProductInfoQuer135, _fetchProductInfoQuer136, _fetchProductInfoQuer137, _fetchProductInfoQuer138, _fetchProductInfoQuer139, _fetchProductInfoQuer140, _fetchProductInfoQuer143, _fetchProductInfoQuer144, _sizeguideimage$, _authdetailsContext$i20, _fetchProductInfoQuer146, _fetchProductInfoQuer147;
3138
+ var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _authdetailsContext$i7, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer43, _fetchProductInfoQuer44, _fetchProductInfoQuer45, _fetchProductInfoQuer46, _fetchProductInfoQuer47, _fetchProductInfoQuer48, _fetchProductInfoQuer49, _fetchProductInfoQuer51, _fetchProductInfoQuer52, _fetchProductInfoQuer53, _fetchProductInfoQuer55, _fetchProductInfoQuer56, _fetchProductInfoQuer57, _fetchProductInfoQuer58, _fetchProductInfoQuer59, _fetchProductInfoQuer60, _fetchProductInfoQuer61, _fetchProductInfoQuer62, _fetchProductInfoQuer63, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer64, _fetchProductInfoQuer65, _fetchProductInfoQuer66, _authdetailsContext$i13, _fetchProductInfoQuer67, _fetchProductInfoQuer68, _fetchProductInfoQuer69, _fetchProductInfoQuer70, _fetchProductInfoQuer71, _fetchProductInfoQuer72, _fetchProductInfoQuer73, _fetchProductInfoQuer74, _fetchProductInfoQuer75, _fetchProductInfoQuer76, _fetchProductInfoQuer77, _fetchProductInfoQuer78, _fetchProductInfoQuer79, _fetchProductInfoQuer80, _authdetailsContext$i14, _fetchProductInfoQuer83, _fetchProductInfoQuer84, _fetchProductInfoQuer85, _fetchProductInfoQuer86, _fetchProductInfoQuer87, _fetchProductInfoQuer88, _fetchProductInfoQuer89, _fetchProductInfoQuer90, _fetchProductInfoQuer91, _fetchProductInfoQuer92, _fetchProductInfoQuer93, _fetchProductInfoQuer94, _fetchProductInfoQuer95, _fetchProductInfoQuer96, _fetchProductInfoQuer98, _fetchProductInfoQuer99, _fetchProductInfoQuer100, _fetchProductInfoQuer102, _fetchProductInfoQuer103, _fetchProductInfoQuer104, _fetchProductInfoQuer105, _fetchProductInfoQuer106, _fetchProductInfoQuer107, _fetchProductInfoQuer108, _fetchProductInfoQuer109, _fetchProductInfoQuer110, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _fetchProductInfoQuer111, _fetchProductInfoQuer112, _fetchProductInfoQuer113, _fetchProductInfoQuer114, _fetchProductInfoQuer115, _fetchProductInfoQuer116, _authdetailsContext$i16, _authdetailsContext$i17, _fetchProductInfoQuer117, _fetchProductInfoQuer118, _fetchProductInfoQuer119, _fetchProductInfoQuer120, _fetchProductInfoQuer121, _fetchProductInfoQuer122, _fetchProductInfoQuer123, _fetchProductInfoQuer124, _authdetailsContext$i18, _fetchProductInfoQuer125, _fetchProductInfoQuer126, _fetchProductInfoQuer127, _fetchProductInfoQuer128, _fetchProductInfoQuer129, _fetchProductInfoQuer132, _fetchProductInfoQuer133, _authdetailsContext$i19, _fetchProductInfoQuer134, _fetchProductInfoQuer135, _fetchProductInfoQuer136, _fetchProductInfoQuer137, _fetchProductInfoQuer138, _fetchProductInfoQuer139, _fetchProductInfoQuer140, _fetchProductInfoQuer143, _fetchProductInfoQuer144, _sizeguideimage$, _authdetailsContext$i20, _fetchProductInfoQuer146, _fetchProductInfoQuer147;
3139
3139
  var lang = props.actions.lang;
3140
3140
  var actions = props.actions;
3141
3141
  var langdetect = props.actions.langdetect;
@@ -3487,25 +3487,91 @@ var Product_itemtype = function Product_itemtype(props) {
3487
3487
  srcfromprops: 'collap'
3488
3488
  }))));
3489
3489
  };
3490
+ var TotalSection = function TotalSection() {
3491
+ var _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5;
3492
+ return /*#__PURE__*/React__default["default"].createElement("div", {
3493
+ className: "row m-0 w-100 d-flex flex-row"
3494
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3495
+ className: "m-0 p-0",
3496
+ style: {
3497
+ color: sectionproperties.total_color,
3498
+ fontSize: sectionproperties.total_fontsize + 'px',
3499
+ fontWeight: sectionproperties.total_fontweight,
3500
+ textTransform: sectionproperties.total_texttransform
3501
+ }
3502
+ }, lang.total, ":"), /*#__PURE__*/React__default["default"].createElement("div", {
3503
+ className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center pl-1 pr-1"
3504
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3505
+ className: 'm-0 p-0 wordbreak d-flex align-items-center justify-content-end',
3506
+ style: {
3507
+ fontSize: sectionproperties.prodpriceFontSize + 'px',
3508
+ fontWeight: sectionproperties.prodPriceFontWeight,
3509
+ color: sectionproperties.prodPriceColor
3510
+ }
3511
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
3512
+ className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right ' : ' d-flex align-items-center justify-content-end wordbreak text-left '
3513
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.variants[variantindexcompleted]) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.hassale) == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.variants[variantindexcompleted]) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.hassale) == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), /*#__PURE__*/React__default["default"].createElement("p", {
3514
+ className: 'm-0 p-0 linethrough wordbreak',
3515
+ style: {
3516
+ color: sectionproperties.prodsalePriceColor,
3517
+ fontSize: sectionproperties.prodsalepriceFontSize + 'px',
3518
+ fontWeight: sectionproperties.prodsalePriceFontWeight
3519
+ }
3520
+ }, fetchProductInfoQueryContext.data.data.productinfo.hassale == 1 && variantindexcompleted != undefined && variantindexcompleted.length == 0 && /*#__PURE__*/React__default["default"].createElement("span", {
3521
+ className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right wordbreak ' : ' d-flex align-items-center justify-content-end wordbreak text-left wordbreak '
3522
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
3523
+ className: "ml-2 mr-2",
3524
+ style: {
3525
+ textDecoration: 'none'
3526
+ }
3527
+ }, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " ", parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.variants[variantindexcompleted]) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.hassale) == 1 && /*#__PURE__*/React__default["default"].createElement("span", {
3528
+ className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right wordbreak ' : ' d-flex align-items-center justify-content-end wordbreak text-left wordbreak '
3529
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
3530
+ className: "ml-2 mr-2",
3531
+ style: {
3532
+ textDecoration: 'none'
3533
+ }
3534
+ }, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " ", parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))));
3535
+ };
3490
3536
  var QuantityButton = function QuantityButton(position) {
3491
3537
  var _authdetailsContext$i3;
3492
3538
  return /*#__PURE__*/React__default["default"].createElement("button", {
3493
- className: position == 'fixedcontainer' ? " ".concat(productinfo_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center ' : " ".concat(productinfo_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mb-sm-2 ',
3539
+ className: position == 'fixedcontainer' ? " ".concat(productinfo_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center inputrangedark ' : " ".concat(productinfo_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mb-sm-2 inputrangedark ',
3494
3540
  style: {
3495
- height: sectionproperties.quantitybtn_height + 'px',
3541
+ height: sectionproperties.quantitybtneditable == 'Slider' ? 'auto' : sectionproperties.quantitybtn_height + 'px',
3496
3542
  width: position == 'fixedcontainer' ? '100%' : sectionproperties.quantitybtn_width + 'px',
3497
3543
  flexDirection: 'row',
3498
3544
  direction: 'ltr'
3545
+ // background: 'transparent',
3546
+ }
3547
+ }, sectionproperties.quantitybtneditable == 'Slider' && /*#__PURE__*/React__default["default"].createElement("div", {
3548
+ "class": "row m-0 w-100"
3549
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3550
+ "class": "col-12 px-3 px-sm-3"
3551
+ }, /*#__PURE__*/React__default["default"].createElement(InputRange__default["default"], {
3552
+ draggableTrack: true,
3553
+ formatLabel: function formatLabel(value) {
3554
+ return "".concat(value);
3555
+ },
3556
+ maxValue: fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant,
3557
+ minValue: fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant,
3558
+ value: parseInt(addtocardpayloadobj.quantity),
3559
+ onChange: function onChange(value) {
3560
+ var tempaddtocardpayloadobj = _objectSpread$2B({}, addtocardpayloadobj);
3561
+ tempaddtocardpayloadobj.quantity = value;
3562
+ setaddtocardpayloadobj(_objectSpread$2B({}, tempaddtocardpayloadobj));
3499
3563
  }
3500
- }, sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
3564
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3565
+ "class": "col-12 p-0 mt-5 pt-4 my-3"
3566
+ }, TotalSection())), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
3501
3567
  className: "".concat(productinfo_cssstyles.minus_quantitybtn_icon_container) + ' m-1 ',
3502
3568
  onClick: function onClick() {
3503
- var _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6;
3569
+ var _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9;
3504
3570
  var quantitystepincrearse = 1;
3505
3571
  var tempaddtocardpayloadobj = _objectSpread$2B({}, addtocardpayloadobj);
3506
- if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.quantitystepincrearse) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.quantitystepincrearse) != 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer6 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.productinfo) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : _fetchProductInfoQuer6.quantitystepincrearse) != '') {
3507
- var _fetchProductInfoQuer7;
3508
- quantitystepincrearse = parseFloat(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.quantitystepincrearse);
3572
+ if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer6 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.productinfo) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : _fetchProductInfoQuer6.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.quantitystepincrearse) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.quantitystepincrearse) != 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer9 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.quantitystepincrearse) != '') {
3573
+ var _fetchProductInfoQuer0;
3574
+ quantitystepincrearse = parseFloat(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer0 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer0 === void 0 || (_fetchProductInfoQuer0 = _fetchProductInfoQuer0.data) === null || _fetchProductInfoQuer0 === void 0 || (_fetchProductInfoQuer0 = _fetchProductInfoQuer0.productinfo) === null || _fetchProductInfoQuer0 === void 0 ? void 0 : _fetchProductInfoQuer0.quantitystepincrearse);
3509
3575
  }
3510
3576
  var finalquantity = tempaddtocardpayloadobj.quantity - quantitystepincrearse;
3511
3577
  if (finalquantity >= 0) {
@@ -3525,12 +3591,12 @@ var Product_itemtype = function Product_itemtype(props) {
3525
3591
  }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '66d6de1a1e04a' ? parseFloat(addtocardpayloadobj.quantity).toFixed(3) : parseInt(addtocardpayloadobj.quantity)), sectionproperties.quantitybtneditable == 'No' && /*#__PURE__*/React__default["default"].createElement("span", {
3526
3592
  className: "".concat(productinfo_cssstyles.add_quantitybtn_icon_container) + ' m-1 ',
3527
3593
  onClick: function onClick() {
3528
- var _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer0, _fetchProductInfoQuer1;
3594
+ var _fetchProductInfoQuer1, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12;
3529
3595
  var quantitystepincrearse = 1;
3530
3596
  var tempaddtocardpayloadobj = _objectSpread$2B({}, addtocardpayloadobj);
3531
- if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer8 === void 0 || (_fetchProductInfoQuer8 = _fetchProductInfoQuer8.productinfo) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : _fetchProductInfoQuer8.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer9 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.data) === null || _fetchProductInfoQuer9 === void 0 || (_fetchProductInfoQuer9 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : _fetchProductInfoQuer9.quantitystepincrearse) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer0 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer0 === void 0 || (_fetchProductInfoQuer0 = _fetchProductInfoQuer0.data) === null || _fetchProductInfoQuer0 === void 0 || (_fetchProductInfoQuer0 = _fetchProductInfoQuer0.productinfo) === null || _fetchProductInfoQuer0 === void 0 ? void 0 : _fetchProductInfoQuer0.quantitystepincrearse) != 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer1 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer1 === void 0 || (_fetchProductInfoQuer1 = _fetchProductInfoQuer1.data) === null || _fetchProductInfoQuer1 === void 0 || (_fetchProductInfoQuer1 = _fetchProductInfoQuer1.productinfo) === null || _fetchProductInfoQuer1 === void 0 ? void 0 : _fetchProductInfoQuer1.quantitystepincrearse) != '') {
3532
- var _fetchProductInfoQuer10;
3533
- quantitystepincrearse = parseFloat(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.quantitystepincrearse);
3597
+ if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer1 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer1 === void 0 || (_fetchProductInfoQuer1 = _fetchProductInfoQuer1.data) === null || _fetchProductInfoQuer1 === void 0 || (_fetchProductInfoQuer1 = _fetchProductInfoQuer1.productinfo) === null || _fetchProductInfoQuer1 === void 0 ? void 0 : _fetchProductInfoQuer1.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer10 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.data) === null || _fetchProductInfoQuer10 === void 0 || (_fetchProductInfoQuer10 = _fetchProductInfoQuer10.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.quantitystepincrearse) != null && (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.quantitystepincrearse) != 1 && (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.quantitystepincrearse) != '') {
3598
+ var _fetchProductInfoQuer13;
3599
+ quantitystepincrearse = parseFloat(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer13 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productinfo) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.quantitystepincrearse);
3534
3600
  }
3535
3601
  tempaddtocardpayloadobj.quantity = tempaddtocardpayloadobj.quantity + quantitystepincrearse;
3536
3602
  setaddtocardpayloadobj(_objectSpread$2B({}, tempaddtocardpayloadobj));
@@ -3585,7 +3651,7 @@ var Product_itemtype = function Product_itemtype(props) {
3585
3651
  // scrollhorizontalwithscrollbarremove
3586
3652
  React__default["default"].createElement("div", {
3587
3653
  "class": "w-100 scrollhorizontalwithscrollbar "
3588
- }, (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 || (_fetchProductInfoQuer11 = _fetchProductInfoQuer11.productimages) === null || _fetchProductInfoQuer11 === void 0 ? void 0 : _fetchProductInfoQuer11.length) != 0 && (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.productimages.map(function (item, index) {
3654
+ }, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productimages) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.length) != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer15 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.productinfo) === null || _fetchProductInfoQuer15 === void 0 ? void 0 : _fetchProductInfoQuer15.productimages.map(function (item, index) {
3589
3655
  if (item.is_size_guide != 1) {
3590
3656
  return /*#__PURE__*/React__default["default"].createElement("div", {
3591
3657
  "class": ' scrollhorizontalcard mx-2 ',
@@ -3607,7 +3673,7 @@ var Product_itemtype = function Product_itemtype(props) {
3607
3673
  }
3608
3674
  }))), sectionproperties.gallerystyle == 'One Centered Image' && /*#__PURE__*/React__default["default"].createElement("div", {
3609
3675
  "class": "col-lg-12 allcentered"
3610
- }, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer13 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.data) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productinfo) === null || _fetchProductInfoQuer13 === void 0 || (_fetchProductInfoQuer13 = _fetchProductInfoQuer13.productimages) === null || _fetchProductInfoQuer13 === void 0 ? void 0 : _fetchProductInfoQuer13.length) != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer14 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.data) === null || _fetchProductInfoQuer14 === void 0 || (_fetchProductInfoQuer14 = _fetchProductInfoQuer14.productinfo) === null || _fetchProductInfoQuer14 === void 0 ? void 0 : _fetchProductInfoQuer14.productimages.map(function (item, index) {
3676
+ }, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer16 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.productinfo) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.productimages) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.length) != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer17 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productinfo) === null || _fetchProductInfoQuer17 === void 0 ? void 0 : _fetchProductInfoQuer17.productimages.map(function (item, index) {
3611
3677
  return /*#__PURE__*/React__default["default"].createElement("div", {
3612
3678
  "class": ' mx-2 ',
3613
3679
  style: {
@@ -3664,7 +3730,7 @@ var Product_itemtype = function Product_itemtype(props) {
3664
3730
  }, /*#__PURE__*/React__default["default"].createElement(FiLayers.FiLayers, {
3665
3731
  size: 26
3666
3732
  }))), productimagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
3667
- "class": "w-100 d-block d-md-none",
3733
+ "class": sectionproperties.showthumbnail == 'Hide' ? 'w-100 d-block d-md-none hidethumbnail' : 'w-100 d-block d-md-none',
3668
3734
  style: {
3669
3735
  // height: '500px',
3670
3736
  // height: sectionproperties.evencols == 'Yes' ? '550px' : '',
@@ -3723,15 +3789,15 @@ var Product_itemtype = function Product_itemtype(props) {
3723
3789
  fontWeight: sectionproperties.quantityfontweight
3724
3790
  }
3725
3791
  }, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, ":", ' ', fetchProductInfoQueryContext.data.data.productinfo.currentquantity)), /*#__PURE__*/React__default["default"].createElement("div", {
3726
- className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer15 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.data) === null || _fetchProductInfoQuer15 === void 0 || (_fetchProductInfoQuer15 = _fetchProductInfoQuer15.productinfo) === null || _fetchProductInfoQuer15 === void 0 ? void 0 : _fetchProductInfoQuer15.productcanrate) == 1 ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex align-items-center' : sectionproperties.btnposition == 'Top' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex align-items-center' : sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex align-items-center' : 'col-lg-12 p-0 mb-1 d-flex align-items-center',
3792
+ className: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer18 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.productinfo) === null || _fetchProductInfoQuer18 === void 0 ? void 0 : _fetchProductInfoQuer18.productcanrate) == 1 ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex align-items-center' : sectionproperties.btnposition == 'Top' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex align-items-center' : sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' ? 'col-lg-8 col-md-8 col-sm-8 p-0 mb-1 d-flex align-items-center' : 'col-lg-12 p-0 mb-1 d-flex align-items-center',
3727
3793
  style: {
3728
3794
  justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start'
3729
3795
  }
3730
- }, ProductNameSection()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer16 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.data) === null || _fetchProductInfoQuer16 === void 0 || (_fetchProductInfoQuer16 = _fetchProductInfoQuer16.productinfo) === null || _fetchProductInfoQuer16 === void 0 ? void 0 : _fetchProductInfoQuer16.productcanrate) == 1 && sectionproperties.showrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
3796
+ }, ProductNameSection()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer19 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer19 === void 0 || (_fetchProductInfoQuer19 = _fetchProductInfoQuer19.data) === null || _fetchProductInfoQuer19 === void 0 || (_fetchProductInfoQuer19 = _fetchProductInfoQuer19.productinfo) === null || _fetchProductInfoQuer19 === void 0 ? void 0 : _fetchProductInfoQuer19.productcanrate) == 1 && sectionproperties.showrating == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
3731
3797
  className: "col-lg-4 col-md-4 col-sm-4 p-0 mb-1 d-flex justify-content-end align-items-center"
3732
3798
  }, /*#__PURE__*/React__default["default"].createElement(ReactStars__default["default"], {
3733
3799
  count: 5,
3734
- value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer17 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.data) === null || _fetchProductInfoQuer17 === void 0 || (_fetchProductInfoQuer17 = _fetchProductInfoQuer17.productinfo) === null || _fetchProductInfoQuer17 === void 0 ? void 0 : _fetchProductInfoQuer17.productoverallrate,
3800
+ value: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer20 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.productinfo) === null || _fetchProductInfoQuer20 === void 0 ? void 0 : _fetchProductInfoQuer20.productoverallrate,
3735
3801
  edit: false,
3736
3802
  size: 18,
3737
3803
  emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
@@ -3752,7 +3818,7 @@ var Product_itemtype = function Product_itemtype(props) {
3752
3818
  activeColor: "#ffd700"
3753
3819
  })), /*#__PURE__*/React__default["default"].createElement("div", {
3754
3820
  className: "col-lg-4 col-md-4 col-sm-4 p-0 mb-1 d-flex justify-content-end align-items-center"
3755
- }, sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer18 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.data) === null || _fetchProductInfoQuer18 === void 0 || (_fetchProductInfoQuer18 = _fetchProductInfoQuer18.productinfo) === null || _fetchProductInfoQuer18 === void 0 ? void 0 : _fetchProductInfoQuer18.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
3821
+ }, sectionproperties.availabilitybtnposition == 'Top' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer21 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productinfo) === null || _fetchProductInfoQuer21 === void 0 ? void 0 : _fetchProductInfoQuer21.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
3756
3822
  style: {
3757
3823
  width: sectionproperties.availability_width + 'px',
3758
3824
  height: sectionproperties.availability_height + 'px',
@@ -3805,7 +3871,7 @@ var Product_itemtype = function Product_itemtype(props) {
3805
3871
  "class": "col-lg-12 text-start p-0"
3806
3872
  }, /*#__PURE__*/React__default["default"].createElement("div", {
3807
3873
  className: "row m-0 w-100"
3808
- }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer19 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer19 === void 0 || (_fetchProductInfoQuer19 = _fetchProductInfoQuer19.data) === null || _fetchProductInfoQuer19 === void 0 || (_fetchProductInfoQuer19 = _fetchProductInfoQuer19.productinfo) === null || _fetchProductInfoQuer19 === void 0 || (_fetchProductInfoQuer19 = _fetchProductInfoQuer19.productfeatures) === null || _fetchProductInfoQuer19 === void 0 ? void 0 : _fetchProductInfoQuer19.map(function (fitem, findex) {
3874
+ }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer22 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.data) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.productinfo) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.productfeatures) === null || _fetchProductInfoQuer22 === void 0 ? void 0 : _fetchProductInfoQuer22.map(function (fitem, findex) {
3809
3875
  return /*#__PURE__*/React__default["default"].createElement("div", {
3810
3876
  "class": ' col-md-12 p-0 mb-3 mt-2 col-lg-' + sectionproperties.featuresnumcols
3811
3877
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -3863,7 +3929,7 @@ var Product_itemtype = function Product_itemtype(props) {
3863
3929
  color: sectionproperties.prodCatColor
3864
3930
  },
3865
3931
  dangerouslySetInnerHTML: {
3866
- __html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer20 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.data) === null || _fetchProductInfoQuer20 === void 0 || (_fetchProductInfoQuer20 = _fetchProductInfoQuer20.productinfo) === null || _fetchProductInfoQuer20 === void 0 ? void 0 : _fetchProductInfoQuer20.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer21 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.data) === null || _fetchProductInfoQuer21 === void 0 || (_fetchProductInfoQuer21 = _fetchProductInfoQuer21.productinfo) === null || _fetchProductInfoQuer21 === void 0 ? void 0 : _fetchProductInfoQuer21.short_description_ar
3932
+ __html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer23 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.productinfo) === null || _fetchProductInfoQuer23 === void 0 ? void 0 : _fetchProductInfoQuer23.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.short_description_ar
3867
3933
  }
3868
3934
  })))), sectionproperties.featuresposition == 'Under Name' && sectionproperties.featurestyle == 'Table' && /*#__PURE__*/React__default["default"].createElement("div", {
3869
3935
  "class": "col-lg-12 text-start p-md-0"
@@ -3882,7 +3948,7 @@ var Product_itemtype = function Product_itemtype(props) {
3882
3948
  className: "col-lg-12 m-0 w-100 p-0"
3883
3949
  }, /*#__PURE__*/React__default["default"].createElement("table", {
3884
3950
  className: 'table tablevertical'
3885
- }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer22 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.data) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.productinfo) === null || _fetchProductInfoQuer22 === void 0 || (_fetchProductInfoQuer22 = _fetchProductInfoQuer22.productfeatures) === null || _fetchProductInfoQuer22 === void 0 ? void 0 : _fetchProductInfoQuer22.map(function (fitem, findex) {
3951
+ }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productinfo) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productfeatures) === null || _fetchProductInfoQuer25 === void 0 ? void 0 : _fetchProductInfoQuer25.map(function (fitem, findex) {
3886
3952
  return /*#__PURE__*/React__default["default"].createElement("tr", null, /*#__PURE__*/React__default["default"].createElement("th", {
3887
3953
  style: {
3888
3954
  textTransform: 'capitalize',
@@ -3914,11 +3980,11 @@ var Product_itemtype = function Product_itemtype(props) {
3914
3980
  fontSize: sectionproperties.featurevaluefontsize
3915
3981
  }
3916
3982
  }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
3917
- }))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer23 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.data) === null || _fetchProductInfoQuer23 === void 0 || (_fetchProductInfoQuer23 = _fetchProductInfoQuer23.productinfo) === null || _fetchProductInfoQuer23 === void 0 ? void 0 : _fetchProductInfoQuer23.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
3983
+ }))))), sectionproperties.defaultpricingposition == 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer26 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.productinfo) === null || _fetchProductInfoQuer26 === void 0 ? void 0 : _fetchProductInfoQuer26.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
3918
3984
  actions: props.actions
3919
3985
  }), sectionproperties.featuresposition == 'Under Pricing' && sectionproperties.featurestyle == 'Table' && /*#__PURE__*/React__default["default"].createElement("div", {
3920
3986
  "class": "col-lg-12 text-start p-0"
3921
- }, ProductFeaturesTable()), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
3987
+ }, ProductFeaturesTable()), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer27 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.productinfo) === null || _fetchProductInfoQuer27 === void 0 ? void 0 : _fetchProductInfoQuer27.short_description_en) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
3922
3988
  "class": "col-lg-12 p-0"
3923
3989
  }, /*#__PURE__*/React__default["default"].createElement("div", {
3924
3990
  "class": "col-lg-12 p-0 d-flex justify-content-start"
@@ -3928,9 +3994,9 @@ var Product_itemtype = function Product_itemtype(props) {
3928
3994
  textAlign: langdetect == 'en' ? 'left' : 'right'
3929
3995
  },
3930
3996
  dangerouslySetInnerHTML: {
3931
- __html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productinfo) === null || _fetchProductInfoQuer25 === void 0 ? void 0 : _fetchProductInfoQuer25.short_description_en
3997
+ __html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer28 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer28 === void 0 || (_fetchProductInfoQuer28 = _fetchProductInfoQuer28.data) === null || _fetchProductInfoQuer28 === void 0 || (_fetchProductInfoQuer28 = _fetchProductInfoQuer28.productinfo) === null || _fetchProductInfoQuer28 === void 0 ? void 0 : _fetchProductInfoQuer28.short_description_en
3932
3998
  }
3933
- }))), langdetect == 'ar' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer26 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.productinfo) === null || _fetchProductInfoQuer26 === void 0 ? void 0 : _fetchProductInfoQuer26.short_description_ar) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
3999
+ }))), langdetect == 'ar' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer29 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer29 === void 0 || (_fetchProductInfoQuer29 = _fetchProductInfoQuer29.data) === null || _fetchProductInfoQuer29 === void 0 || (_fetchProductInfoQuer29 = _fetchProductInfoQuer29.productinfo) === null || _fetchProductInfoQuer29 === void 0 ? void 0 : _fetchProductInfoQuer29.short_description_ar) != null && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
3934
4000
  "class": "col-lg-12 p-0"
3935
4001
  }, /*#__PURE__*/React__default["default"].createElement("div", {
3936
4002
  "class": "col-lg-12 p-0 d-flex justify-content-start"
@@ -3940,9 +4006,9 @@ var Product_itemtype = function Product_itemtype(props) {
3940
4006
  textAlign: langdetect == 'en' ? 'left' : 'right'
3941
4007
  },
3942
4008
  dangerouslySetInnerHTML: {
3943
- __html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer27 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.productinfo) === null || _fetchProductInfoQuer27 === void 0 ? void 0 : _fetchProductInfoQuer27.short_description_ar
4009
+ __html: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer30 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer30 === void 0 || (_fetchProductInfoQuer30 = _fetchProductInfoQuer30.data) === null || _fetchProductInfoQuer30 === void 0 || (_fetchProductInfoQuer30 = _fetchProductInfoQuer30.productinfo) === null || _fetchProductInfoQuer30 === void 0 ? void 0 : _fetchProductInfoQuer30.short_description_ar
3944
4010
  }
3945
- }))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer28 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer28 === void 0 || (_fetchProductInfoQuer28 = _fetchProductInfoQuer28.data) === null || _fetchProductInfoQuer28 === void 0 || (_fetchProductInfoQuer28 = _fetchProductInfoQuer28.productinfo) === null || _fetchProductInfoQuer28 === void 0 ? void 0 : _fetchProductInfoQuer28.vendorinfo) != null && sectionproperties.showvendor == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
4011
+ }))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer31 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer31 === void 0 || (_fetchProductInfoQuer31 = _fetchProductInfoQuer31.data) === null || _fetchProductInfoQuer31 === void 0 || (_fetchProductInfoQuer31 = _fetchProductInfoQuer31.productinfo) === null || _fetchProductInfoQuer31 === void 0 ? void 0 : _fetchProductInfoQuer31.vendorinfo) != null && sectionproperties.showvendor == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
3946
4012
  "class": "col-lg-12 p-0 d-flex justify-content-start mt-2 mb-2"
3947
4013
  }, /*#__PURE__*/React__default["default"].createElement("p", {
3948
4014
  "class": "m-0 p-0",
@@ -3953,24 +4019,24 @@ var Product_itemtype = function Product_itemtype(props) {
3953
4019
  onClick: function onClick() {
3954
4020
  var _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0;
3955
4021
  if (sectionproperties.vendornameclickable == 'Yes') {
3956
- var _fetchProductInfoQuer29;
4022
+ var _fetchProductInfoQuer32;
3957
4023
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify({
3958
- vendorsarr: [fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer29 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer29 === void 0 || (_fetchProductInfoQuer29 = _fetchProductInfoQuer29.data) === null || _fetchProductInfoQuer29 === void 0 || (_fetchProductInfoQuer29 = _fetchProductInfoQuer29.productinfo) === null || _fetchProductInfoQuer29 === void 0 || (_fetchProductInfoQuer29 = _fetchProductInfoQuer29.vendorinfo) === null || _fetchProductInfoQuer29 === void 0 ? void 0 : _fetchProductInfoQuer29.vendorid]
4024
+ vendorsarr: [fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer32 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.productinfo) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.vendorinfo) === null || _fetchProductInfoQuer32 === void 0 ? void 0 : _fetchProductInfoQuer32.vendorid]
3959
4025
  })));
3960
4026
  } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '683c163d7f996') {
3961
- var _fetchProductInfoQuer30;
4027
+ var _fetchProductInfoQuer33;
3962
4028
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify({
3963
- vendorsarr: [fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer30 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer30 === void 0 || (_fetchProductInfoQuer30 = _fetchProductInfoQuer30.data) === null || _fetchProductInfoQuer30 === void 0 || (_fetchProductInfoQuer30 = _fetchProductInfoQuer30.productinfo) === null || _fetchProductInfoQuer30 === void 0 || (_fetchProductInfoQuer30 = _fetchProductInfoQuer30.vendorinfo) === null || _fetchProductInfoQuer30 === void 0 ? void 0 : _fetchProductInfoQuer30.vendorid]
4029
+ vendorsarr: [fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer33 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.productinfo) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.vendorinfo) === null || _fetchProductInfoQuer33 === void 0 ? void 0 : _fetchProductInfoQuer33.vendorid]
3964
4030
  })));
3965
4031
  } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '67f3c23abb18f') {
3966
- var _fetchProductInfoQuer31;
4032
+ var _fetchProductInfoQuer34;
3967
4033
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify({
3968
- vendorsarr: [fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer31 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer31 === void 0 || (_fetchProductInfoQuer31 = _fetchProductInfoQuer31.data) === null || _fetchProductInfoQuer31 === void 0 || (_fetchProductInfoQuer31 = _fetchProductInfoQuer31.productinfo) === null || _fetchProductInfoQuer31 === void 0 || (_fetchProductInfoQuer31 = _fetchProductInfoQuer31.vendorinfo) === null || _fetchProductInfoQuer31 === void 0 ? void 0 : _fetchProductInfoQuer31.vendorid]
4034
+ vendorsarr: [fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer34 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.productinfo) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.vendorinfo) === null || _fetchProductInfoQuer34 === void 0 ? void 0 : _fetchProductInfoQuer34.vendorid]
3969
4035
  })));
3970
4036
  } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '6805437ab0f3b') {
3971
- var _fetchProductInfoQuer32;
4037
+ var _fetchProductInfoQuer35;
3972
4038
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, encodeURIComponent(JSON.stringify({
3973
- vendorsarr: [fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer32 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.data) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.productinfo) === null || _fetchProductInfoQuer32 === void 0 || (_fetchProductInfoQuer32 = _fetchProductInfoQuer32.vendorinfo) === null || _fetchProductInfoQuer32 === void 0 ? void 0 : _fetchProductInfoQuer32.vendorid]
4039
+ vendorsarr: [fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer35 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.productinfo) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.vendorinfo) === null || _fetchProductInfoQuer35 === void 0 ? void 0 : _fetchProductInfoQuer35.vendorid]
3974
4040
  })));
3975
4041
  }
3976
4042
  }
@@ -3979,15 +4045,15 @@ var Product_itemtype = function Product_itemtype(props) {
3979
4045
  fontWeight: 600,
3980
4046
  textDecoration: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.contactinfo.instid) == '67f3c23abb18f' ? 'underline' : 'none'
3981
4047
  }
3982
- }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer33 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.data) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.productinfo) === null || _fetchProductInfoQuer33 === void 0 || (_fetchProductInfoQuer33 = _fetchProductInfoQuer33.vendorinfo) === null || _fetchProductInfoQuer33 === void 0 ? void 0 : _fetchProductInfoQuer33.vendorname))), sectionproperties.showSKU == 'Show' && sectionproperties.skuposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
3983
- "class": sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer34 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.data) === null || _fetchProductInfoQuer34 === void 0 || (_fetchProductInfoQuer34 = _fetchProductInfoQuer34.productinfo) === null || _fetchProductInfoQuer34 === void 0 ? void 0 : _fetchProductInfoQuer34.deliverydatetext) != null ? 'col-lg-12 p-0 mb-2 d-flex justify-content-start' : 'col-lg-12 p-0 mb-3 d-flex justify-content-start'
3984
- }, ProductsSKUContainer()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer35 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.data) === null || _fetchProductInfoQuer35 === void 0 || (_fetchProductInfoQuer35 = _fetchProductInfoQuer35.productinfo) === null || _fetchProductInfoQuer35 === void 0 ? void 0 : _fetchProductInfoQuer35.currentquantity) < 1 && sectionproperties.showoutofstock == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer36 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.productinfo) === null || _fetchProductInfoQuer36 === void 0 ? void 0 : _fetchProductInfoQuer36.quantavailtype) == 'limit' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer37 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.productinfo) === null || _fetchProductInfoQuer37 === void 0 ? void 0 : _fetchProductInfoQuer37.hasvariants) == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
4048
+ }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer36 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.productinfo) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.vendorinfo) === null || _fetchProductInfoQuer36 === void 0 ? void 0 : _fetchProductInfoQuer36.vendorname))), sectionproperties.showSKU == 'Show' && sectionproperties.skuposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
4049
+ "class": sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer37 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.productinfo) === null || _fetchProductInfoQuer37 === void 0 ? void 0 : _fetchProductInfoQuer37.deliverydatetext) != null ? 'col-lg-12 p-0 mb-2 d-flex justify-content-start' : 'col-lg-12 p-0 mb-3 d-flex justify-content-start'
4050
+ }, ProductsSKUContainer()), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer38 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.productinfo) === null || _fetchProductInfoQuer38 === void 0 ? void 0 : _fetchProductInfoQuer38.currentquantity) < 1 && sectionproperties.showoutofstock == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer39 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.productinfo) === null || _fetchProductInfoQuer39 === void 0 ? void 0 : _fetchProductInfoQuer39.quantavailtype) == 'limit' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer40 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.productinfo) === null || _fetchProductInfoQuer40 === void 0 ? void 0 : _fetchProductInfoQuer40.hasvariants) == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
3985
4051
  "class": "col-lg-12 p-0 d-flex justify-content-start mb-2"
3986
4052
  }, /*#__PURE__*/React__default["default"].createElement("div", {
3987
4053
  "class": "".concat(productinfo_cssstyles.outstockbadge) + ' allcentered '
3988
4054
  }, /*#__PURE__*/React__default["default"].createElement("p", {
3989
4055
  "class": "m-0 p-0"
3990
- }, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer38 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.productinfo) === null || _fetchProductInfoQuer38 === void 0 ? void 0 : _fetchProductInfoQuer38.deliverydatetext) != null && /*#__PURE__*/React__default["default"].createElement("div", {
4056
+ }, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), sectionproperties.deliverytimeshow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer41 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.productinfo) === null || _fetchProductInfoQuer41 === void 0 ? void 0 : _fetchProductInfoQuer41.deliverydatetext) != null && /*#__PURE__*/React__default["default"].createElement("div", {
3991
4057
  "class": "mb-4 col-lg-12 allcentered",
3992
4058
  style: {
3993
4059
  width: '100%',
@@ -4008,7 +4074,7 @@ var Product_itemtype = function Product_itemtype(props) {
4008
4074
  textAlign: langdetect == 'en' ? 'left' : 'right',
4009
4075
  color: sectionproperties.deliverytimecontainercolor
4010
4076
  }
4011
- }, sectionproperties.showdeliverytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.deliverycontent_en : sectionproperties.deliverycontent_ar, ": "), ' ', fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer39 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.productinfo) === null || _fetchProductInfoQuer39 === void 0 ? void 0 : _fetchProductInfoQuer39.deliverydatetext)), sectionproperties.defaultpricingposition != 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer40 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.productinfo) === null || _fetchProductInfoQuer40 === void 0 ? void 0 : _fetchProductInfoQuer40.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
4077
+ }, sectionproperties.showdeliverytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? sectionproperties.deliverycontent_en : sectionproperties.deliverycontent_ar, ": "), ' ', fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer42 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.productinfo) === null || _fetchProductInfoQuer42 === void 0 ? void 0 : _fetchProductInfoQuer42.deliverydatetext)), sectionproperties.defaultpricingposition != 'Under Name' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer43 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.productinfo) === null || _fetchProductInfoQuer43 === void 0 ? void 0 : _fetchProductInfoQuer43.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement(ProductHeaderPricing, {
4012
4078
  actions: props.actions
4013
4079
  }), sectionproperties.descriptionposition != 'Under Name' && sectionproperties.descriptionposition == 'Top' && sectionproperties.descriptionstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
4014
4080
  "class": "col-lg-12 p-0"
@@ -4019,7 +4085,9 @@ var Product_itemtype = function Product_itemtype(props) {
4019
4085
  }, /*#__PURE__*/React__default["default"].createElement("p", {
4020
4086
  style: {
4021
4087
  textAlign: langdetect == 'en' ? 'left' : 'right',
4022
- color: sectionproperties.generaltext_fontColor
4088
+ color: sectionproperties.generaltext_fontColor,
4089
+ fontSize: 17,
4090
+ fontWeight: 700
4023
4091
  }
4024
4092
  }, langdetect == 'en' ? 'Description' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
4025
4093
  "class": "col-lg-12 p-0"
@@ -4049,7 +4117,7 @@ var Product_itemtype = function Product_itemtype(props) {
4049
4117
  marginTop: sectionproperties.ctabuttnnsmarginvertical + 'px',
4050
4118
  marginBottom: sectionproperties.ctabuttnnsmarginvertical + 'px'
4051
4119
  }
4052
- }, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer41 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.productinfo) === null || _fetchProductInfoQuer41 === void 0 ? void 0 : _fetchProductInfoQuer41.isproducttobesold) == 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer42 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.productinfo) === null || _fetchProductInfoQuer42 === void 0 ? void 0 : _fetchProductInfoQuer42.isproducthasquantitychange) == 1 && sectionproperties.quantitybtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
4120
+ }, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer44 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer44 === void 0 || (_fetchProductInfoQuer44 = _fetchProductInfoQuer44.data) === null || _fetchProductInfoQuer44 === void 0 || (_fetchProductInfoQuer44 = _fetchProductInfoQuer44.productinfo) === null || _fetchProductInfoQuer44 === void 0 ? void 0 : _fetchProductInfoQuer44.isproducttobesold) == 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer45 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer45 === void 0 || (_fetchProductInfoQuer45 = _fetchProductInfoQuer45.data) === null || _fetchProductInfoQuer45 === void 0 || (_fetchProductInfoQuer45 = _fetchProductInfoQuer45.productinfo) === null || _fetchProductInfoQuer45 === void 0 ? void 0 : _fetchProductInfoQuer45.isproducthasquantitychange) == 1 && sectionproperties.quantitybtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
4053
4121
  className: "col-lg-12 p-0 mb-2 d-flex justofy-content-start"
4054
4122
  }, /*#__PURE__*/React__default["default"].createElement("p", {
4055
4123
  className: "m-0 p-0",
@@ -4066,11 +4134,11 @@ var Product_itemtype = function Product_itemtype(props) {
4066
4134
  style: {
4067
4135
  justifyContent: sectionproperties.cartbtncentered == 'Centered' ? 'center' : 'start'
4068
4136
  }
4069
- }, sectionproperties.quantitybtn_show == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer43 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.productinfo) === null || _fetchProductInfoQuer43 === void 0 ? void 0 : _fetchProductInfoQuer43.isproducttobesold) == 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer44 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer44 === void 0 || (_fetchProductInfoQuer44 = _fetchProductInfoQuer44.data) === null || _fetchProductInfoQuer44 === void 0 || (_fetchProductInfoQuer44 = _fetchProductInfoQuer44.productinfo) === null || _fetchProductInfoQuer44 === void 0 ? void 0 : _fetchProductInfoQuer44.isproducthasquantitychange) == 1 && QuantityButton(), sectionproperties.featuresposition != 'Under Name' && sectionproperties.featuresposition == 'Under Description' && sectionproperties.featurestyle != 'Table' && /*#__PURE__*/React__default["default"].createElement("div", {
4137
+ }, sectionproperties.quantitybtn_show == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer46 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer46 === void 0 || (_fetchProductInfoQuer46 = _fetchProductInfoQuer46.data) === null || _fetchProductInfoQuer46 === void 0 || (_fetchProductInfoQuer46 = _fetchProductInfoQuer46.productinfo) === null || _fetchProductInfoQuer46 === void 0 ? void 0 : _fetchProductInfoQuer46.isproducttobesold) == 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer47 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer47 === void 0 || (_fetchProductInfoQuer47 = _fetchProductInfoQuer47.data) === null || _fetchProductInfoQuer47 === void 0 || (_fetchProductInfoQuer47 = _fetchProductInfoQuer47.productinfo) === null || _fetchProductInfoQuer47 === void 0 ? void 0 : _fetchProductInfoQuer47.isproducthasquantitychange) == 1 && QuantityButton(), sectionproperties.featuresposition != 'Under Name' && sectionproperties.featuresposition == 'Under Description' && sectionproperties.featurestyle != 'Table' && /*#__PURE__*/React__default["default"].createElement("div", {
4070
4138
  "class": "col-lg-12 text-start p-md-0"
4071
4139
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4072
4140
  className: "row m-0 w-100"
4073
- }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer45 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer45 === void 0 || (_fetchProductInfoQuer45 = _fetchProductInfoQuer45.data) === null || _fetchProductInfoQuer45 === void 0 || (_fetchProductInfoQuer45 = _fetchProductInfoQuer45.productinfo) === null || _fetchProductInfoQuer45 === void 0 || (_fetchProductInfoQuer45 = _fetchProductInfoQuer45.productfeatures) === null || _fetchProductInfoQuer45 === void 0 ? void 0 : _fetchProductInfoQuer45.map(function (fitem, findex) {
4141
+ }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer48 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer48 === void 0 || (_fetchProductInfoQuer48 = _fetchProductInfoQuer48.data) === null || _fetchProductInfoQuer48 === void 0 || (_fetchProductInfoQuer48 = _fetchProductInfoQuer48.productinfo) === null || _fetchProductInfoQuer48 === void 0 || (_fetchProductInfoQuer48 = _fetchProductInfoQuer48.productfeatures) === null || _fetchProductInfoQuer48 === void 0 ? void 0 : _fetchProductInfoQuer48.map(function (fitem, findex) {
4074
4142
  return /*#__PURE__*/React__default["default"].createElement("div", {
4075
4143
  "class": ' col-md-12 p-0 mb-3 mt-2 col-lg-' + sectionproperties.featuresnumcols
4076
4144
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -4108,12 +4176,12 @@ var Product_itemtype = function Product_itemtype(props) {
4108
4176
  fontSize: sectionproperties.featurevaluefontsize
4109
4177
  }
4110
4178
  }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar))));
4111
- }))), sectionproperties.cartbtnalone == 'Besides Other Buttons' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer46 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer46 === void 0 || (_fetchProductInfoQuer46 = _fetchProductInfoQuer46.data) === null || _fetchProductInfoQuer46 === void 0 || (_fetchProductInfoQuer46 = _fetchProductInfoQuer46.productinfo) === null || _fetchProductInfoQuer46 === void 0 ? void 0 : _fetchProductInfoQuer46.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("button", {
4179
+ }))), sectionproperties.cartbtnalone == 'Besides Other Buttons' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer49 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer49 === void 0 || (_fetchProductInfoQuer49 = _fetchProductInfoQuer49.data) === null || _fetchProductInfoQuer49 === void 0 || (_fetchProductInfoQuer49 = _fetchProductInfoQuer49.productinfo) === null || _fetchProductInfoQuer49 === void 0 ? void 0 : _fetchProductInfoQuer49.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("button", {
4112
4180
  className: "".concat(productinfo_cssstyles.cart_btn, " ") + ' ml-2 mr-2 d-flex align-items-center justify-content-center mb-sm-2 ',
4113
4181
  onClick: function onClick() {
4114
4182
  if (fetchProductInfoQueryContext.data.data.productinfo.product_calltoaction == 'Call') {
4115
- var _fetchProductInfoQuer47;
4116
- window.open('tel:' + ((_fetchProductInfoQuer47 = fetchProductInfoQueryContext.data.data.productinfo) === null || _fetchProductInfoQuer47 === void 0 ? void 0 : _fetchProductInfoQuer47.product_phonenumber), '_blank');
4183
+ var _fetchProductInfoQuer50;
4184
+ window.open('tel:' + ((_fetchProductInfoQuer50 = fetchProductInfoQueryContext.data.data.productinfo) === null || _fetchProductInfoQuer50 === void 0 ? void 0 : _fetchProductInfoQuer50.product_phonenumber), '_blank');
4117
4185
  } else {
4118
4186
  if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= addtocardpayloadobj.quantity && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= addtocardpayloadobj.quantity) {
4119
4187
  addtocartfunc();
@@ -4144,7 +4212,7 @@ var Product_itemtype = function Product_itemtype(props) {
4144
4212
  size: sectionproperties.cartBtn_iconFontSize
4145
4213
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
4146
4214
  size: sectionproperties.cartBtn_iconFontSize
4147
- })), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer48 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer48 === void 0 || (_fetchProductInfoQuer48 = _fetchProductInfoQuer48.data) === null || _fetchProductInfoQuer48 === void 0 || (_fetchProductInfoQuer48 = _fetchProductInfoQuer48.productinfo) === null || _fetchProductInfoQuer48 === void 0 ? void 0 : _fetchProductInfoQuer48.productactionbuttontext_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer49 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer49 === void 0 || (_fetchProductInfoQuer49 = _fetchProductInfoQuer49.data) === null || _fetchProductInfoQuer49 === void 0 || (_fetchProductInfoQuer49 = _fetchProductInfoQuer49.productinfo) === null || _fetchProductInfoQuer49 === void 0 ? void 0 : _fetchProductInfoQuer49.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
4215
+ })), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer51 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer51 === void 0 || (_fetchProductInfoQuer51 = _fetchProductInfoQuer51.data) === null || _fetchProductInfoQuer51 === void 0 || (_fetchProductInfoQuer51 = _fetchProductInfoQuer51.productinfo) === null || _fetchProductInfoQuer51 === void 0 ? void 0 : _fetchProductInfoQuer51.productactionbuttontext_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer52 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer52 === void 0 || (_fetchProductInfoQuer52 = _fetchProductInfoQuer52.data) === null || _fetchProductInfoQuer52 === void 0 || (_fetchProductInfoQuer52 = _fetchProductInfoQuer52.productinfo) === null || _fetchProductInfoQuer52 === void 0 ? void 0 : _fetchProductInfoQuer52.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
4148
4216
  className: ' d-flex align-items-center justify-content-center '
4149
4217
  }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
4150
4218
  color: sectionproperties.cartBtnTextcolor,
@@ -4189,7 +4257,7 @@ var Product_itemtype = function Product_itemtype(props) {
4189
4257
  style: {
4190
4258
  fontSize: sectionproperties.favBtnTextfontsize + 'px'
4191
4259
  }
4192
- }, langdetect == 'en' ? sectionproperties.favbtnaddedcontent_en : sectionproperties.favbtnaddedcontent_ar))), sectionproperties.cartbtnalone == 'Alone' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer50 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer50 === void 0 || (_fetchProductInfoQuer50 = _fetchProductInfoQuer50.data) === null || _fetchProductInfoQuer50 === void 0 || (_fetchProductInfoQuer50 = _fetchProductInfoQuer50.productinfo) === null || _fetchProductInfoQuer50 === void 0 ? void 0 : _fetchProductInfoQuer50.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
4260
+ }, langdetect == 'en' ? sectionproperties.favbtnaddedcontent_en : sectionproperties.favbtnaddedcontent_ar))), sectionproperties.cartbtnalone == 'Alone' && sectionproperties.cartBtnShow == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer53 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer53 === void 0 || (_fetchProductInfoQuer53 = _fetchProductInfoQuer53.data) === null || _fetchProductInfoQuer53 === void 0 || (_fetchProductInfoQuer53 = _fetchProductInfoQuer53.productinfo) === null || _fetchProductInfoQuer53 === void 0 ? void 0 : _fetchProductInfoQuer53.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
4193
4261
  "class": "row m-0 w-100 mt-3",
4194
4262
  style: {
4195
4263
  overflow: 'hidden'
@@ -4201,8 +4269,8 @@ var Product_itemtype = function Product_itemtype(props) {
4201
4269
  },
4202
4270
  onClick: function onClick() {
4203
4271
  if (fetchProductInfoQueryContext.data.data.productinfo.product_calltoaction == 'Call') {
4204
- var _fetchProductInfoQuer51;
4205
- window.open('tel:' + ((_fetchProductInfoQuer51 = fetchProductInfoQueryContext.data.data.productinfo) === null || _fetchProductInfoQuer51 === void 0 ? void 0 : _fetchProductInfoQuer51.product_phonenumber), '_blank');
4272
+ var _fetchProductInfoQuer54;
4273
+ window.open('tel:' + ((_fetchProductInfoQuer54 = fetchProductInfoQueryContext.data.data.productinfo) === null || _fetchProductInfoQuer54 === void 0 ? void 0 : _fetchProductInfoQuer54.product_phonenumber), '_blank');
4206
4274
  } else {
4207
4275
  if (fetchProductInfoQueryContext.data.data.productinfo.maximumproductquant >= addtocardpayloadobj.quantity && fetchProductInfoQueryContext.data.data.productinfo.minimumproductquant <= addtocardpayloadobj.quantity) {
4208
4276
  addtocartfunc();
@@ -4233,7 +4301,7 @@ var Product_itemtype = function Product_itemtype(props) {
4233
4301
  size: sectionproperties.cartBtn_iconFontSize
4234
4302
  }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
4235
4303
  size: sectionproperties.cartBtn_iconFontSize
4236
- })), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer52 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer52 === void 0 || (_fetchProductInfoQuer52 = _fetchProductInfoQuer52.data) === null || _fetchProductInfoQuer52 === void 0 || (_fetchProductInfoQuer52 = _fetchProductInfoQuer52.productinfo) === null || _fetchProductInfoQuer52 === void 0 ? void 0 : _fetchProductInfoQuer52.productactionbuttontext_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer53 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer53 === void 0 || (_fetchProductInfoQuer53 = _fetchProductInfoQuer53.data) === null || _fetchProductInfoQuer53 === void 0 || (_fetchProductInfoQuer53 = _fetchProductInfoQuer53.productinfo) === null || _fetchProductInfoQuer53 === void 0 ? void 0 : _fetchProductInfoQuer53.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
4304
+ })), langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer55 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer55 === void 0 || (_fetchProductInfoQuer55 = _fetchProductInfoQuer55.data) === null || _fetchProductInfoQuer55 === void 0 || (_fetchProductInfoQuer55 = _fetchProductInfoQuer55.productinfo) === null || _fetchProductInfoQuer55 === void 0 ? void 0 : _fetchProductInfoQuer55.productactionbuttontext_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer56 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer56 === void 0 || (_fetchProductInfoQuer56 = _fetchProductInfoQuer56.data) === null || _fetchProductInfoQuer56 === void 0 || (_fetchProductInfoQuer56 = _fetchProductInfoQuer56.productinfo) === null || _fetchProductInfoQuer56 === void 0 ? void 0 : _fetchProductInfoQuer56.productactionbuttontext_ar), AddtoCartMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
4237
4305
  className: ' d-flex align-items-center justify-content-center '
4238
4306
  }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
4239
4307
  color: sectionproperties.cartBtnTextcolor,
@@ -4298,7 +4366,7 @@ var Product_itemtype = function Product_itemtype(props) {
4298
4366
  style: {
4299
4367
  width: sectionproperties.cartBtnWidth + '%'
4300
4368
  }
4301
- }, langdetect == 'en' ? sectionproperties.directwabtntitleen : sectionproperties.directwabtntitlear))), sectionproperties.cartbtnalone == 'Alone' && sectionproperties.showbuynowbtn == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer54 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer54 === void 0 || (_fetchProductInfoQuer54 = _fetchProductInfoQuer54.data) === null || _fetchProductInfoQuer54 === void 0 || (_fetchProductInfoQuer54 = _fetchProductInfoQuer54.productinfo) === null || _fetchProductInfoQuer54 === void 0 ? void 0 : _fetchProductInfoQuer54.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
4369
+ }, langdetect == 'en' ? sectionproperties.directwabtntitleen : sectionproperties.directwabtntitlear))), sectionproperties.cartbtnalone == 'Alone' && sectionproperties.showbuynowbtn == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer57 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer57 === void 0 || (_fetchProductInfoQuer57 = _fetchProductInfoQuer57.data) === null || _fetchProductInfoQuer57 === void 0 || (_fetchProductInfoQuer57 = _fetchProductInfoQuer57.productinfo) === null || _fetchProductInfoQuer57 === void 0 ? void 0 : _fetchProductInfoQuer57.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
4302
4370
  "class": "row m-0 w-100 mt-3",
4303
4371
  style: {
4304
4372
  overflow: 'hidden'
@@ -4334,7 +4402,7 @@ var Product_itemtype = function Product_itemtype(props) {
4334
4402
  "class": "col-lg-12 text-start p-md-0"
4335
4403
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4336
4404
  className: "row m-0 w-100"
4337
- }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer55 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer55 === void 0 || (_fetchProductInfoQuer55 = _fetchProductInfoQuer55.data) === null || _fetchProductInfoQuer55 === void 0 || (_fetchProductInfoQuer55 = _fetchProductInfoQuer55.productinfo) === null || _fetchProductInfoQuer55 === void 0 || (_fetchProductInfoQuer55 = _fetchProductInfoQuer55.productfeatures) === null || _fetchProductInfoQuer55 === void 0 ? void 0 : _fetchProductInfoQuer55.map(function (fitem, findex) {
4405
+ }, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer58 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer58 === void 0 || (_fetchProductInfoQuer58 = _fetchProductInfoQuer58.data) === null || _fetchProductInfoQuer58 === void 0 || (_fetchProductInfoQuer58 = _fetchProductInfoQuer58.productinfo) === null || _fetchProductInfoQuer58 === void 0 || (_fetchProductInfoQuer58 = _fetchProductInfoQuer58.productfeatures) === null || _fetchProductInfoQuer58 === void 0 ? void 0 : _fetchProductInfoQuer58.map(function (fitem, findex) {
4338
4406
  return /*#__PURE__*/React__default["default"].createElement("div", {
4339
4407
  "class": ' col-md-12 p-0 mb-3 mt-2 col-lg-' + sectionproperties.featuresnumcols
4340
4408
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -4372,19 +4440,19 @@ var Product_itemtype = function Product_itemtype(props) {
4372
4440
  fontSize: sectionproperties.featurevaluefontsize
4373
4441
  }
4374
4442
  }, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar))));
4375
- }))), sectionproperties.showsizeguidebtn == 'Show' && sizeguideimage.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer56 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer56 === void 0 || (_fetchProductInfoQuer56 = _fetchProductInfoQuer56.data) === null || _fetchProductInfoQuer56 === void 0 || (_fetchProductInfoQuer56 = _fetchProductInfoQuer56.productinfo) === null || _fetchProductInfoQuer56 === void 0 ? void 0 : _fetchProductInfoQuer56.hasvariants) == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
4443
+ }))), sectionproperties.showsizeguidebtn == 'Show' && sizeguideimage.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer59 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.productinfo) === null || _fetchProductInfoQuer59 === void 0 ? void 0 : _fetchProductInfoQuer59.hasvariants) == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
4376
4444
  "class": "col-12 text-start mt-3"
4377
4445
  }, /*#__PURE__*/React__default["default"].createElement("p", {
4378
4446
  "class": productinfo_cssstyles.sizeguidebtn + ' m-0 p-0 cursor-pointer mb-auto ',
4379
4447
  onClick: function onClick() {
4380
4448
  setopensizeguidemodal(true);
4381
4449
  }
4382
- }, langdetect == 'en' ? sectionproperties.sizeguidecontentenglish : sectionproperties.sizeguidecontentarabic)), sectionproperties.showsizeguidebtn == 'Show' && sizeguideimage.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer57 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer57 === void 0 || (_fetchProductInfoQuer57 = _fetchProductInfoQuer57.data) === null || _fetchProductInfoQuer57 === void 0 || (_fetchProductInfoQuer57 = _fetchProductInfoQuer57.productinfo) === null || _fetchProductInfoQuer57 === void 0 ? void 0 : _fetchProductInfoQuer57.hasvariants) == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
4450
+ }, langdetect == 'en' ? sectionproperties.sizeguidecontentenglish : sectionproperties.sizeguidecontentarabic)), sectionproperties.showsizeguidebtn == 'Show' && sizeguideimage.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer60 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.productinfo) === null || _fetchProductInfoQuer60 === void 0 ? void 0 : _fetchProductInfoQuer60.hasvariants) == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
4383
4451
  "class": "col-lg-12 col-md-12 my-3 p-md-0"
4384
4452
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
4385
4453
  "class": "m-0"
4386
4454
  })), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
4387
- "class": sectionproperties.showsizeguidebtn == 'Show' && sizeguideimage.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer58 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer58 === void 0 || (_fetchProductInfoQuer58 = _fetchProductInfoQuer58.data) === null || _fetchProductInfoQuer58 === void 0 || (_fetchProductInfoQuer58 = _fetchProductInfoQuer58.productinfo) === null || _fetchProductInfoQuer58 === void 0 ? void 0 : _fetchProductInfoQuer58.hasvariants) == 0 ? 'col-lg-12 col-md-12 p-md-0' : 'col-lg-12 col-md-12 p-md-0 mt-3'
4455
+ "class": sectionproperties.showsizeguidebtn == 'Show' && sizeguideimage.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer61 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.productinfo) === null || _fetchProductInfoQuer61 === void 0 ? void 0 : _fetchProductInfoQuer61.hasvariants) == 0 ? 'col-lg-12 col-md-12 p-md-0' : 'col-lg-12 col-md-12 p-md-0 mt-3'
4388
4456
  }, sectionproperties.descriptioncollapseopen == 'Yes' && /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
4389
4457
  allowMultipleExpanded: true,
4390
4458
  allowZeroExpanded: true,
@@ -4432,7 +4500,7 @@ var Product_itemtype = function Product_itemtype(props) {
4432
4500
  color: sectionproperties.prodCatColor
4433
4501
  },
4434
4502
  dangerouslySetInnerHTML: {
4435
- __html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer59 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.productinfo) === null || _fetchProductInfoQuer59 === void 0 ? void 0 : _fetchProductInfoQuer59.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer60 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.productinfo) === null || _fetchProductInfoQuer60 === void 0 ? void 0 : _fetchProductInfoQuer60.short_description_ar
4503
+ __html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer62 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.productinfo) === null || _fetchProductInfoQuer62 === void 0 ? void 0 : _fetchProductInfoQuer62.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer63 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.productinfo) === null || _fetchProductInfoQuer63 === void 0 ? void 0 : _fetchProductInfoQuer63.short_description_ar
4436
4504
  }
4437
4505
  })))))), sectionproperties.descriptionstyle == 'Style 2' && sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
4438
4506
  "class": "col-lg-12 col-md-12 my-3 p-md-0"
@@ -4606,51 +4674,9 @@ var Product_itemtype = function Product_itemtype(props) {
4606
4674
  })
4607
4675
  // actions={props.actions}
4608
4676
  // srcfromprops={'collapsepinfo'}
4609
- })))))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer61 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.productinfo) === null || _fetchProductInfoQuer61 === void 0 ? void 0 : _fetchProductInfoQuer61.isproducttobesold) == 1 && sectionproperties.showtotalsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
4677
+ })))))), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer64 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.productinfo) === null || _fetchProductInfoQuer64 === void 0 ? void 0 : _fetchProductInfoQuer64.isproducttobesold) == 1 && sectionproperties.showtotalsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
4610
4678
  className: "col-lg-12 p-0 mb-3"
4611
- }, /*#__PURE__*/React__default["default"].createElement("div", {
4612
- className: "row m-0 w-100 d-flex flex-row"
4613
- }, /*#__PURE__*/React__default["default"].createElement("p", {
4614
- className: "m-0 p-0",
4615
- style: {
4616
- color: sectionproperties.total_color,
4617
- fontSize: sectionproperties.total_fontsize + 'px',
4618
- fontWeight: sectionproperties.total_fontweight,
4619
- textTransform: sectionproperties.total_texttransform
4620
- }
4621
- }, lang.total, ":"), /*#__PURE__*/React__default["default"].createElement("div", {
4622
- className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center pl-1 pr-1"
4623
- }, /*#__PURE__*/React__default["default"].createElement("p", {
4624
- className: 'm-0 p-0 wordbreak d-flex align-items-center justify-content-end',
4625
- style: {
4626
- fontSize: sectionproperties.prodpriceFontSize + 'px',
4627
- fontWeight: sectionproperties.prodPriceFontWeight,
4628
- color: sectionproperties.prodPriceColor
4629
- }
4630
- }, /*#__PURE__*/React__default["default"].createElement("span", {
4631
- className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right ' : ' d-flex align-items-center justify-content-end wordbreak text-left '
4632
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer62 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.productinfo) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.variants[variantindexcompleted]) === null || _fetchProductInfoQuer62 === void 0 ? void 0 : _fetchProductInfoQuer62.hassale) == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer63 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.productinfo) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.variants[variantindexcompleted]) === null || _fetchProductInfoQuer63 === void 0 ? void 0 : _fetchProductInfoQuer63.hassale) == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), /*#__PURE__*/React__default["default"].createElement("p", {
4633
- className: 'm-0 p-0 linethrough wordbreak',
4634
- style: {
4635
- color: sectionproperties.prodsalePriceColor,
4636
- fontSize: sectionproperties.prodsalepriceFontSize + 'px',
4637
- fontWeight: sectionproperties.prodsalePriceFontWeight
4638
- }
4639
- }, fetchProductInfoQueryContext.data.data.productinfo.hassale == 1 && variantindexcompleted != undefined && variantindexcompleted.length == 0 && /*#__PURE__*/React__default["default"].createElement("span", {
4640
- className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right wordbreak ' : ' d-flex align-items-center justify-content-end wordbreak text-left wordbreak '
4641
- }, /*#__PURE__*/React__default["default"].createElement("span", {
4642
- className: "ml-2 mr-2",
4643
- style: {
4644
- textDecoration: 'none'
4645
- }
4646
- }, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer64 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.productinfo) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.variants[variantindexcompleted]) === null || _fetchProductInfoQuer64 === void 0 ? void 0 : _fetchProductInfoQuer64.hassale) == 1 && /*#__PURE__*/React__default["default"].createElement("span", {
4647
- className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right wordbreak ' : ' d-flex align-items-center justify-content-end wordbreak text-left wordbreak '
4648
- }, /*#__PURE__*/React__default["default"].createElement("span", {
4649
- className: "ml-2 mr-2",
4650
- style: {
4651
- textDecoration: 'none'
4652
- }
4653
- }, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.availabilitybtnposition == 'Bottom' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer65 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.productinfo) === null || _fetchProductInfoQuer65 === void 0 ? void 0 : _fetchProductInfoQuer65.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
4679
+ }, TotalSection()), sectionproperties.availabilitybtnposition == 'Bottom' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer65 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.productinfo) === null || _fetchProductInfoQuer65 === void 0 ? void 0 : _fetchProductInfoQuer65.isproducttobesold) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
4654
4680
  className: "col-lg-12 p-0 mb-3 mt-2"
4655
4681
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4656
4682
  style: {
@@ -5163,11 +5189,13 @@ var Product_itemtype = function Product_itemtype(props) {
5163
5189
  }, /*#__PURE__*/React__default["default"].createElement("div", {
5164
5190
  "class": "row m-0 w-100"
5165
5191
  }, sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
5166
- "class": "col-lg-12 p-0 mb-2"
5192
+ "class": "col-lg-12 p-0 mb-2 "
5167
5193
  }, /*#__PURE__*/React__default["default"].createElement("p", {
5168
5194
  style: {
5169
5195
  textAlign: langdetect == 'en' ? 'left' : 'right',
5170
- color: sectionproperties.generaltext_fontColor
5196
+ color: sectionproperties.generaltext_fontColor,
5197
+ fontWeight: 700,
5198
+ fontSize: 17
5171
5199
  }
5172
5200
  }, langdetect == 'en' ? 'Description' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
5173
5201
  "class": "col-lg-12 p-0"
@@ -20379,8 +20407,8 @@ var Filter$1 = function Filter(props) {
20379
20407
  }
20380
20408
  }),
20381
20409
  filtercard: glamor.css({
20382
- minWidth: sectionproperties.filtercardwidth + 'px',
20383
- maxWidth: sectionproperties.filtercardwidth + 'px'
20410
+ minWidth: sectionproperties.filterdirection == 'Collections Vertical' ? '100%' : sectionproperties.filtercardwidth + 'px',
20411
+ maxWidth: sectionproperties.filterdirection == 'Collections Vertical' ? '100%' : sectionproperties.filtercardwidth + 'px'
20384
20412
  }),
20385
20413
  filtercardfilter: glamor.css({
20386
20414
  minWidth: '100px',
@@ -20725,8 +20753,99 @@ var Filter$1 = function Filter(props) {
20725
20753
  minHeight: sectionproperties.filterminheight == 0 ? 'auto' : sectionproperties.filterminheight + 'vh'
20726
20754
  }
20727
20755
  }, props.typeprops != 'vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
20728
- className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 p-0 w-100 filter mt-md-0 ' : 'col-lg-12 p-0 w-100 filter mt-md-0 d-md-none'
20729
- }, sectionproperties.filterType == 'Title & Sort By Only' && /*#__PURE__*/React__default["default"].createElement("div", {
20756
+ className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 p-0 w-100 filter mt-md-0 ' : 'col-lg-12 p-0 w-100 filter mt-md-0 d-md-none'
20757
+ }, sectionproperties.filterdirection == 'Horizontal' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20758
+ "class": "row m-0 w-100"
20759
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20760
+ "class": "col-lg-12 p-0 mb-4"
20761
+ }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
20762
+ transitionBehavior: 'auto',
20763
+ wrapperClassName: '',
20764
+ itemClassName: '',
20765
+ scrollContainerClassName: 'scrollmenuclasssubscrollbar2'
20766
+ }, collectionstobevisible.map(function (item, index) {
20767
+ return /*#__PURE__*/React__default["default"].createElement("div", {
20768
+ className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100 mb-2 '
20769
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20770
+ className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
20771
+ onClick: function onClick() {
20772
+ setCollectionFilterFunc(item.collectionid);
20773
+ },
20774
+ style: {
20775
+ color: item.isfilterselected == true ? sectionproperties.activecat_color : ''
20776
+ }
20777
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20778
+ "class": "col-lg-12 allcentered mb-2"
20779
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20780
+ style: {
20781
+ width: sectionproperties.filterimagewidthheight + '%',
20782
+ height: sectionproperties.filterimagewidthheight + '%'
20783
+ }
20784
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
20785
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
20786
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
20787
+ path: '/tr:w-' + sectionproperties.filterimage_tr + ',h-' + sectionproperties.filterimage_h + '/' + item.collectionlogo,
20788
+ style: {
20789
+ width: '100%',
20790
+ height: '100%',
20791
+ objectFit: 'cover',
20792
+ borderRadius: sectionproperties.filterimageborderradius + 'px'
20793
+ },
20794
+ loading: "lazy"
20795
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
20796
+ "class": "row m-0 w-100"
20797
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20798
+ "class": "col-10 text-start"
20799
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
20800
+ "class": ' m-0 p-0 '
20801
+ }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
20802
+ "class": "col-2 text-end"
20803
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
20804
+ "class": "h-100 allcentered"
20805
+ }, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
20806
+ })))), sectionproperties.filterdirection == 'Collections Vertical' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20807
+ "class": "row m-0 w-100 allcentered mt-md-3"
20808
+ }, collectionstobevisible.map(function (item, index) {
20809
+ return /*#__PURE__*/React__default["default"].createElement("div", {
20810
+ className: ' col-xl-2 col-lg-3 col-md-3 col-sm-4 w-100 mb-2 '
20811
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20812
+ className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
20813
+ onClick: function onClick() {
20814
+ setCollectionFilterFunc(item.collectionid);
20815
+ },
20816
+ style: {
20817
+ color: item.isfilterselected == true ? sectionproperties.activecat_color : ''
20818
+ }
20819
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20820
+ "class": "col-lg-12 allcentered mb-2 p-0"
20821
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20822
+ style: {
20823
+ width: sectionproperties.filterimagewidthheight + '%',
20824
+ height: sectionproperties.filterimagewidthheight + '%'
20825
+ }
20826
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
20827
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
20828
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
20829
+ path: '/tr:w-' + sectionproperties.filterimage_tr + ',h-' + sectionproperties.filterimage_h + '/' + item.collectionlogo,
20830
+ style: {
20831
+ width: '100%',
20832
+ height: '100%',
20833
+ objectFit: 'cover',
20834
+ borderRadius: sectionproperties.filterimageborderradius + 'px'
20835
+ },
20836
+ loading: "lazy"
20837
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
20838
+ "class": "row m-0 w-100"
20839
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20840
+ "class": "col-10 col-sm-9 text-start"
20841
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
20842
+ "class": ' m-0 p-0 '
20843
+ }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
20844
+ "class": "col-2 col-sm-3 text-end"
20845
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
20846
+ "class": "h-100 allcentered"
20847
+ }, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
20848
+ })), sectionproperties.filterType == 'Title & Sort By Only' && /*#__PURE__*/React__default["default"].createElement("div", {
20730
20849
  "class": "row mx-0 w-100",
20731
20850
  style: {
20732
20851
  marginTop: sectionproperties.sectionTitleMarginTop + 'px',
@@ -20814,72 +20933,7 @@ var Filter$1 = function Filter(props) {
20814
20933
  }
20815
20934
  }, valueitem.name);
20816
20935
  }));
20817
- }))))), sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20818
- "class": "row m-0 w-100"
20819
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20820
- "class": "col-lg-12 p-0 mb-4"
20821
- }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
20822
- transitionBehavior: 'auto',
20823
- wrapperClassName: '',
20824
- itemClassName: '',
20825
- scrollContainerClassName: 'scrollmenuclasssubscrollbar2'
20826
- }, collectionstobevisible.map(function (item, index) {
20827
- return /*#__PURE__*/React__default["default"].createElement("div", {
20828
- className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100 mb-2 '
20829
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20830
- className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
20831
- onClick: function onClick() {
20832
- setCollectionFilterFunc(item.collectionid);
20833
- },
20834
- style: {
20835
- color: item.isfilterselected == true ? sectionproperties.activecat_color : ''
20836
- }
20837
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20838
- "class": "col-lg-12 allcentered mb-2"
20839
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20840
- style: {
20841
- width: sectionproperties.filterimagewidthheight + '%',
20842
- height: sectionproperties.filterimagewidthheight + '%'
20843
- }
20844
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
20845
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
20846
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
20847
- path: '/tr:w-' + sectionproperties.filterimage_tr + ',h-' + sectionproperties.filterimage_h + '/' + item.collectionlogo,
20848
- style: {
20849
- width: '100%',
20850
- height: '100%',
20851
- objectFit: 'cover',
20852
- borderRadius: sectionproperties.filterimageborderradius + 'px'
20853
- },
20854
- loading: "lazy"
20855
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
20856
- "class": "row m-0 w-100"
20857
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20858
- "class": "col-10 text-start"
20859
- }, /*#__PURE__*/React__default["default"].createElement("p", {
20860
- "class": ' m-0 p-0 '
20861
- }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
20862
- "class": "col-2 text-end"
20863
- }, /*#__PURE__*/React__default["default"].createElement("i", {
20864
- "class": "h-100 allcentered"
20865
- }, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
20866
- }))), sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
20867
- "class": "col-lg-12 text-start px-4 mb-5",
20868
- style: {
20869
- fontSize: 15,
20870
- color: '#62554a'
20871
- }
20872
- }, /*#__PURE__*/React__default["default"].createElement("span", {
20873
- "class": "cursor-pointer",
20874
- onClick: function onClick() {
20875
- routingcountext('home', false, '');
20876
- }
20877
- }, 'Home', " /", ' '), ' ', /*#__PURE__*/React__default["default"].createElement("span", {
20878
- style: {
20879
- textTransform: 'capitalize'
20880
- },
20881
- "class": "mx-2"
20882
- }, props.show_product_group_titles()['title_en']))), authdetailsContext.instinfo.instid == '6790ae890234e' && window.location.pathname == '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20936
+ }))))), authdetailsContext.instinfo.instid == '6790ae890234e' && window.location.pathname == '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20883
20937
  "class": "col-lg-12 mx-auto col-md-12 pl-md-2 pr-md-2 mb-4 allcentered",
20884
20938
  style: {
20885
20939
  paddingLeft: 300,
@@ -22484,6 +22538,7 @@ var CardsSection = function CardsSection(props) {
22484
22538
  innercardssection: glamor.css({
22485
22539
  paddingLeft: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px' : 0,
22486
22540
  paddingRight: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px' : 0,
22541
+ paddingTop: sectionproperties.paddingTop + 'px',
22487
22542
  '@media (max-width: 800px)': {
22488
22543
  paddingLeft: langdetect == 'en' ? sectionproperties.paddinghorizontalresponsive + 'px' : sectionproperties.paddinghorizontalresponsive + 'px',
22489
22544
  paddingRight: langdetect == 'en' ? sectionproperties.paddinghorizontalresponsive + 'px' : sectionproperties.paddinghorizontalresponsive + 'px'
@@ -22506,7 +22561,7 @@ var CardsSection = function CardsSection(props) {
22506
22561
  pageLinkClassName: glamor.css({
22507
22562
  minWidth: sectionproperties.paginationContainerWidth + 'vh',
22508
22563
  height: sectionproperties.paginationContainerHeight + 'vh',
22509
- padding: '17px',
22564
+ // padding: '17px',
22510
22565
  display: 'flex',
22511
22566
  alignItems: 'center',
22512
22567
  justifyContent: 'center',
@@ -22605,7 +22660,6 @@ var CardsSection = function CardsSection(props) {
22605
22660
  cards_sections: glamor.css({
22606
22661
  paddingLeft: sectionproperties.showFilter == 'show' ? 0 : langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
22607
22662
  paddingRight: sectionproperties.showFilter == 'show' ? 0 : langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
22608
- paddingTop: sectionproperties.paddingTop + 'px',
22609
22663
  paddingBottom: sectionproperties.paddingBottom + 'px',
22610
22664
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
22611
22665
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
@@ -22673,6 +22727,50 @@ var CardsSection = function CardsSection(props) {
22673
22727
  paddingLeft: sectionproperties.sectiontitlepaddinghorizontalresponsive + 'rem',
22674
22728
  paddingRight: sectionproperties.sectiontitlepaddinghorizontalresponsive + 'rem'
22675
22729
  }
22730
+ }),
22731
+ groupbysectionimage: glamor.css({
22732
+ ':after': {
22733
+ content: 's',
22734
+ fontSize: 0,
22735
+ position: 'absolute',
22736
+ top: 0,
22737
+ bottom: 0,
22738
+ left: 0,
22739
+ width: '100%',
22740
+ height: '100%',
22741
+ zIndex: 1,
22742
+ transition: ' 0.3s',
22743
+ background: '#000',
22744
+ opacity: 0.2,
22745
+ borderRadius: sectionproperties.groupbysectionimageborderradius + 'px'
22746
+ }
22747
+ }),
22748
+ groupbytitle: glamor.css({
22749
+ // fontWeight: 700,
22750
+ // fontSize: 27,
22751
+ // color: sectionproperties.sectionTitleColor,
22752
+ color: sectionproperties.groupbytitlecolor,
22753
+ fontSize: sectionproperties.groupbytitlefontsize + 'px',
22754
+ fontWeight: sectionproperties.groupbytitlefontweight,
22755
+ '@media (max-width: 800px)': {
22756
+ fontSize: sectionproperties.groupbytitlefontsizeresp + 'px'
22757
+ }
22758
+ }),
22759
+ groupbydescription: glamor.css({
22760
+ // fontSize: 18,
22761
+ // color: sectionproperties.sectionTitleColor,
22762
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
22763
+ // color: '#fff',
22764
+ // fontSize: 20,
22765
+ // fontWeight: 500,
22766
+
22767
+ color: sectionproperties.groupbydescriptioncolor,
22768
+ fontSize: sectionproperties.groupbydescriptionfontsize + 'px',
22769
+ fontWeight: sectionproperties.groupbydescriptionfontweight,
22770
+ // color: '#62554a',
22771
+ '@media (max-width: 800px)': {
22772
+ fontSize: sectionproperties.groupbydescriptionfontsizeresp + 'px'
22773
+ }
22676
22774
  })
22677
22775
  };
22678
22776
  var SectionTitle = function SectionTitle() {
@@ -22896,67 +22994,105 @@ var CardsSection = function CardsSection(props) {
22896
22994
  };
22897
22995
  var GroupByTitleSection = function GroupByTitleSection() {
22898
22996
  return /*#__PURE__*/React__default["default"].createElement("div", {
22899
- "class": authdetailsContext.instinfo.instid == '67d6bda67adf6' ? 'row m-0 w-100 px-5 px-md-0' : 'row m-0 w-100'
22900
- }, authdetailsContext.instinfo.instid == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
22901
- "class": "col-md-6 col-sm-12 d-none d-md-flex justify-content-end"
22997
+ "class": 'row m-0 w-100',
22998
+ style: {
22999
+ position: 'relative'
23000
+ }
23001
+ }, sectionproperties.groupbysectionimage == 'Show' && sectionproperties.groupbysectionimageposition == 'Top' && show_product_group_titles()['logo'] != '' && /*#__PURE__*/React__default["default"].createElement("div", {
23002
+ "class": "col-12 p-0 d-flex align-items-center",
23003
+ style: {
23004
+ justifyContent: sectionproperties.groupbysectionimagehorizontalposition == 'Center' ? 'center' : 'start'
23005
+ }
22902
23006
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23007
+ "class": section_cssstyles.groupbysectionimage + ' ',
22903
23008
  style: {
22904
- width: '90%',
22905
- height: '90%'
23009
+ width: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
23010
+ height: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%'
22906
23011
  }
22907
23012
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
22908
23013
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
22909
23014
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
22910
23015
  path: show_product_group_titles()['logo'],
22911
- className: sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : '',
23016
+ "class": 'w-100 h-100',
22912
23017
  style: {
22913
- maxHeight: '100%',
22914
- maxWidth: '100%'
23018
+ borderRadius: sectionproperties.groupbysectionimageborderradius + 'px'
22915
23019
  }
22916
23020
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
22917
- "class": authdetailsContext.instinfo.instid == '67d6bda67adf6' ? 'col-lg-8 p-0' : 'col-lg-12 p-0'
22918
- }, /*#__PURE__*/React__default["default"].createElement("div", {
22919
- "class": "row m-0 w-100"
23021
+ "class": "col-12 allcentered",
23022
+ style: {
23023
+ position: sectionproperties.groupbysectiontextposition == 'On Image' ? 'absolute' : 'relative',
23024
+ top: 0,
23025
+ bottom: 0,
23026
+ left: 0,
23027
+ right: 0,
23028
+ margin: 'auto'
23029
+ }
22920
23030
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22921
- "class": authdetailsContext.instinfo.instid == '67d6bda67adf6' ? 'col-lg-12 mb-3 mt-5 text-start mt-md-2' : 'col-lg-12 mb-3 mt-5 text-start'
23031
+ "class": sectionproperties.groupbysectiontextposition == 'On Image' ? 'row m-0 w-100 px-4 px-md-2 px-sm-0' : 'row m-0 w-100'
23032
+ }, sectionproperties.groupbytitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23033
+ "class": sectionproperties.groupbysectiontextposition == 'On Image' ? 'col-lg-12 d-flex align-items-center mb-1' : 'col-lg-12 mb-3 mt-5 d-flex align-items-center',
23034
+ style: {
23035
+ justifyContent: sectionproperties.groupbytitleposition == 'Center' ? 'center' : 'start'
23036
+ }
22922
23037
  }, /*#__PURE__*/React__default["default"].createElement("p", {
22923
- "class": "m-0",
23038
+ "class": section_cssstyles.groupbytitle + ' m-0 '
23039
+ }, langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar'])), sectionproperties.groupbydescriptionshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23040
+ "class": sectionproperties.groupbysectiontextposition == 'On Image' ? 'col-lg-12 d-flex align-items-center' : 'col-lg-12 mb-3 mt-5 d-flex align-items-center',
22924
23041
  style: {
22925
- fontWeight: 700,
22926
- fontSize: 27,
22927
- color: sectionproperties.sectionTitleColor
23042
+ justifyContent: sectionproperties.groupbydescriptionposition == 'Center' ? 'center' : 'start'
22928
23043
  }
22929
- }, langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar'])), /*#__PURE__*/React__default["default"].createElement("div", {
22930
- "class": "col-lg-12 mb-3"
22931
23044
  }, /*#__PURE__*/React__default["default"].createElement("p", {
22932
- "class": "m-0",
23045
+ "class": section_cssstyles.groupbydescription + ' m-0 ',
22933
23046
  style: {
22934
- fontSize: 18,
22935
- color: sectionproperties.sectionTitleColor,
22936
- textAlign: langdetect == 'en' ? 'left' : 'right'
22937
-
22938
- // color: '#62554a',
23047
+ textAlign: sectionproperties.groupbydescriptionposition == 'Center' ? 'center' : langdetect == 'en' ? 'left' : 'right'
22939
23048
  },
22940
23049
  dangerouslySetInnerHTML: {
22941
23050
  __html: langdetect == 'en' ? show_product_group_titles()['description_en'] : show_product_group_titles()['description_ar']
22942
23051
  }
22943
- })))), authdetailsContext.instinfo.instid == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
22944
- "class": "col-lg-4 d-flex d-md-none justify-content-end pt-4"
22945
- }, /*#__PURE__*/React__default["default"].createElement("div", {
22946
- style: {
22947
- width: '90%',
22948
- height: '90%'
22949
- }
22950
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
22951
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
22952
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
22953
- path: show_product_group_titles()['logo'],
22954
- className: sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : '',
22955
- style: {
22956
- maxHeight: '100%',
22957
- maxWidth: '100%'
22958
- }
22959
- }))));
23052
+ })))))
23053
+ // <div class={ 'row m-0 w-100'}>
23054
+ // <div class="col-12 p-0 allcentered">
23055
+ // <div class="w-100 h-100">
23056
+ // <Imagekitimagecomp
23057
+ // urlEndpoint={ikimagecredcontext?.ikimageendpoint}
23058
+ // publicKey={ikimagecredcontext?.ikimagepublickey}
23059
+ // path={show_product_group_titles()['logo']}
23060
+ // className={sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain w-100 h-100' : 'w-100 h-100'}
23061
+ // />
23062
+ // </div>
23063
+ // </div>
23064
+
23065
+ // <div class={'col-lg-12 mb-3 mt-5 allcentered'}>
23066
+ // {/* <div class={ 'col-lg-12 mb-3 mt-5 text-start'}> */}
23067
+ // <p
23068
+ // class="m-0"
23069
+ // style={{
23070
+ // fontWeight: 700,
23071
+ // fontSize: 27,
23072
+
23073
+ // color: sectionproperties.sectionTitleColor,
23074
+ // }}
23075
+ // >
23076
+ // {langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar']}
23077
+ // </p>
23078
+ // </div>
23079
+ // <div class="col-lg-12 mb-3 allcentered">
23080
+ // <p
23081
+ // class="m-0"
23082
+ // style={{
23083
+ // fontSize: 18,
23084
+ // color: sectionproperties.sectionTitleColor,
23085
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
23086
+
23087
+ // // color: '#62554a',
23088
+ // }}
23089
+ // dangerouslySetInnerHTML={{
23090
+ // __html: langdetect == 'en' ? show_product_group_titles()['description_en'] : show_product_group_titles()['description_ar'],
23091
+ // }}
23092
+ // ></p>
23093
+ // </div>
23094
+ // </div>
23095
+ ;
22960
23096
  };
22961
23097
  var cardsrender = function cardsrender() {
22962
23098
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -23118,7 +23254,7 @@ var CardsSection = function CardsSection(props) {
23118
23254
  size: sectionproperties.viewmoreiconfontsizeresp,
23119
23255
  color: sectionproperties.viewmorebtn_Textcolor
23120
23256
  })))), sectionproperties.showFilter == 'show' && sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection != 'Collections Horizontal' && sectionproperties.filterbtnstyle == 'Style 1' && authdetailsContext.instinfo.instid != '6790ae890234e' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("button", {
23121
- "class": sectionproperties.filterdirection == 'Horizontal' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
23257
+ "class": sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
23122
23258
  onClick: function onClick() {
23123
23259
  setopenFilterSlider(true);
23124
23260
  // var element = document.getElementById('filterslider');
@@ -23138,7 +23274,7 @@ var CardsSection = function CardsSection(props) {
23138
23274
  fontSize: sectionproperties.filterbtniconfontsize
23139
23275
  }
23140
23276
  })))), sectionproperties.showFilter == 'show' && sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection != 'Collections Horizontal' && sectionproperties.filterbtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("button", {
23141
- "class": sectionproperties.filterdirection == 'Horizontal' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
23277
+ "class": sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
23142
23278
  onClick: function onClick() {
23143
23279
  setopenFilterSlider(true);
23144
23280
  },
@@ -23566,6 +23702,44 @@ var CardsSection = function CardsSection(props) {
23566
23702
  "class": "col-lg-12 p-0 allcentered"
23567
23703
  }, ViewMoreButton())));
23568
23704
  };
23705
+ var CardsSectionContent = function CardsSectionContent() {
23706
+ return /*#__PURE__*/React__default["default"].createElement("div", {
23707
+ "class": ' row m-0 w-100 '
23708
+ }, sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
23709
+ className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23710
+ }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23711
+ sectionpropertiesprops: sectionproperties,
23712
+ actions: actions,
23713
+ openFilterSlider: openFilterSlider,
23714
+ setopenFilterSlider: setopenFilterSlider,
23715
+ show_product_group_titles: show_product_group_titles
23716
+ })), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23717
+ className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23718
+ }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23719
+ sectionpropertiesprops: sectionproperties,
23720
+ actions: actions,
23721
+ openFilterSlider: openFilterSlider,
23722
+ setopenFilterSlider: setopenFilterSlider,
23723
+ show_product_group_titles: show_product_group_titles,
23724
+ typeprops: 'vertical'
23725
+ })), 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", {
23726
+ "class": "col-lg-12 allcentered my-5"
23727
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
23728
+ "class": "row m-0 w-100"
23729
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
23730
+ "class": "col-lg-12 allcentered mb-3"
23731
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
23732
+ "class": section_cssstyles.titleee + ' m-0 p-0 ',
23733
+ style: {}
23734
+ }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
23735
+ "class": "col-lg-12 allcentered"
23736
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
23737
+ "class": section_cssstyles.btnnn + ' w-md-100 ',
23738
+ onClick: function onClick() {
23739
+ routingcountext('inquiryform', false, '');
23740
+ }
23741
+ }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا')))));
23742
+ };
23569
23743
  return /*#__PURE__*/React__default["default"].createElement("div", {
23570
23744
  ref: refscr,
23571
23745
  "class": section_cssstyles.sectioncontainerr + ' row ml-0 mr-0 d-flex justify-content-center ml-auto mr-auto ',
@@ -23575,75 +23749,9 @@ var CardsSection = function CardsSection(props) {
23575
23749
  }, sectionproperties.length != 0 && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
23576
23750
  "class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 ',
23577
23751
  "data-aos": 'fade-up'
23578
- }, sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
23579
- className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23580
- }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23581
- sectionpropertiesprops: sectionproperties,
23582
- actions: actions,
23583
- openFilterSlider: openFilterSlider,
23584
- setopenFilterSlider: setopenFilterSlider,
23585
- show_product_group_titles: show_product_group_titles
23586
- })), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23587
- className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23588
- }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23589
- sectionpropertiesprops: sectionproperties,
23590
- actions: actions,
23591
- openFilterSlider: openFilterSlider,
23592
- setopenFilterSlider: setopenFilterSlider,
23593
- show_product_group_titles: show_product_group_titles,
23594
- typeprops: 'vertical'
23595
- })), 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", {
23596
- "class": "col-lg-12 allcentered my-5"
23597
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23598
- "class": "row m-0 w-100"
23599
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23600
- "class": "col-lg-12 allcentered mb-3"
23601
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23602
- "class": section_cssstyles.titleee + ' m-0 p-0 ',
23603
- style: {}
23604
- }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
23605
- "class": "col-lg-12 allcentered"
23606
- }, /*#__PURE__*/React__default["default"].createElement("button", {
23607
- "class": section_cssstyles.btnnn + ' w-md-100 ',
23608
- onClick: function onClick() {
23609
- routingcountext('inquiryform', false, '');
23610
- }
23611
- }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))), sectionproperties.length != 0 && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
23752
+ }, CardsSectionContent()), sectionproperties.length != 0 && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
23612
23753
  "class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 '
23613
- }, sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
23614
- className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23615
- }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23616
- sectionpropertiesprops: sectionproperties,
23617
- actions: actions,
23618
- openFilterSlider: openFilterSlider,
23619
- setopenFilterSlider: setopenFilterSlider,
23620
- show_product_group_titles: show_product_group_titles
23621
- })), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23622
- className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23623
- }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23624
- sectionpropertiesprops: sectionproperties,
23625
- actions: actions,
23626
- openFilterSlider: openFilterSlider,
23627
- setopenFilterSlider: setopenFilterSlider,
23628
- show_product_group_titles: show_product_group_titles,
23629
- typeprops: 'vertical'
23630
- })), 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", {
23631
- "class": "col-lg-12 allcentered my-5"
23632
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23633
- "class": "row m-0 w-100"
23634
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23635
- "class": "col-lg-12 allcentered mb-3"
23636
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23637
- "class": section_cssstyles.titleee + ' m-0 p-0 ',
23638
- style: {}
23639
- }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
23640
- "class": "col-lg-12 allcentered"
23641
- }, /*#__PURE__*/React__default["default"].createElement("button", {
23642
- "class": section_cssstyles.btnnn + ' w-md-100 ',
23643
- onClick: function onClick() {
23644
- routingcountext('inquiryform', false, '');
23645
- }
23646
- }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
23754
+ }, CardsSectionContent()));
23647
23755
  };
23648
23756
 
23649
23757
  function ownKeys$2h(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; }
@@ -36530,7 +36638,7 @@ var SubheaderDropdown = function SubheaderDropdown(props) {
36530
36638
  function ownKeys$1Z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
36531
36639
  function _objectSpread$1Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1Z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
36532
36640
  var Simpleheader = function Simpleheader(props) {
36533
- var _authdetailsContext$i, _authdetailsContext$i2, _header_cssstyles, _authdetailsContext$i3, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i15, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$c2, _authdetailsContext$i19, _authdetailsContext$i20, _authdetailsContext$i21, _authdetailsContext$i22, _logoarrayofobjects$3, _logoarrayofobjects$4;
36641
+ var _authdetailsContext$i, _authdetailsContext$i2, _header_cssstyles, _authdetailsContext$i3, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i15, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$c, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$c2, _authdetailsContext$i19, _authdetailsContext$i20, _authdetailsContext$i21, _authdetailsContext$i22, _logoarrayofobjects$3, _logoarrayofobjects$4;
36534
36642
  var actions = props.actions;
36535
36643
  var _useState = React.useState(''),
36536
36644
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -36831,13 +36939,18 @@ var Simpleheader = function Simpleheader(props) {
36831
36939
  borderColor: sectionproperties.closeSlider_colorOnHover
36832
36940
  }
36833
36941
  })), "headerinnercontainer", glamor.css({
36834
- borderRadius: sectionproperties.header_borderBottomLeftRadius + 'px',
36942
+ // borderRadius: sectionproperties.header_borderBottomLeftRadius + 'px',
36835
36943
  paddingLeft: langdetect == 'en' ? sectionproperties.header_paddingLeft + 'px' : sectionproperties.header_paddingRight + 'px',
36836
36944
  paddingRight: langdetect == 'en' ? sectionproperties.header_paddingRight + 'px' : sectionproperties.header_paddingLeft + 'px',
36837
36945
  paddingTop: sectionproperties.header_paddingTop + 'px',
36838
36946
  paddingBottom: sectionproperties.header_paddingBottom + 'px',
36839
36947
  backgroundColor: sectionproperties.keepheadertransparent == 'Yes' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68527dfef348b' && window.location.pathname == '/login' ? sectionproperties.header_backgroundColor : sectionproperties.keepheadertransparent == 'Yes' ? 'transparent' : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
36840
36948
  borderBottom: sectionproperties.headerborderbottomwidth + 'px solid ' + sectionproperties.headerbordercolor,
36949
+ borderTopLeftRadius: sectionproperties.headerbordertopleftradius + 'px',
36950
+ borderTopRightRadius: sectionproperties.headerbordertoprightradius + 'px',
36951
+ borderBottomLeftRadius: sectionproperties.headerborderbottomleftradius + 'px',
36952
+ borderBottomRightRadius: sectionproperties.headerborderbottomrightradius + 'px',
36953
+ marginTop: sectionproperties.header_marginTop + 'px',
36841
36954
  ':hover': {
36842
36955
  backgroundColor: sectionproperties.header_backgroundColor,
36843
36956
  transition: '.3s ease-in-out'
@@ -36963,6 +37076,8 @@ var Simpleheader = function Simpleheader(props) {
36963
37076
  }
36964
37077
  }, templatepropcontext.pagesnprop.map(function (item, index) {
36965
37078
  if (item.isselected) ;
37079
+ // activepagecolor
37080
+ // actibepagebgcolor
36966
37081
  if (item.isnavigation == 1 && item.isactive == 1) {
36967
37082
  var _authdetailsContext$i6, _authdetailsContext$i1, _authdetailsContext$i14;
36968
37083
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instid) == '684aa79857878') {
@@ -37346,7 +37461,7 @@ var Simpleheader = function Simpleheader(props) {
37346
37461
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
37347
37462
  }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), /*#__PURE__*/React__default["default"].createElement("div", {
37348
37463
  "class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.cartbadge)
37349
- }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.customercart.cartitems_count_withquantity : 0), /*#__PURE__*/React__default["default"].createElement("i", {
37464
+ }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 || (_fetchcustomercartQue = _fetchcustomercartQue.data) === null || _fetchcustomercartQue === void 0 ? void 0 : _fetchcustomercartQue.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue2 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue2 === void 0 || (_fetchcustomercartQue2 = _fetchcustomercartQue2.data) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.customercart.cartitems_count_withquantity) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 || (_fetchcustomercartQue3 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue3 === void 0 ? void 0 : _fetchcustomercartQue3.customercart.cartitems_count_withquantity : 0), /*#__PURE__*/React__default["default"].createElement("i", {
37350
37465
  "class": "h-100 allcentered"
37351
37466
  }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
37352
37467
  size: sectionproperties.cartBtn_iconFontSize
@@ -57681,7 +57796,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
57681
57796
  paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
57682
57797
  paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
57683
57798
  paddingBottom: sectionproperties.footer_paddingBottom + 'px',
57684
- width: '100vw'
57799
+ width: '100vw',
57800
+ '@media (max-width: 800px)': {
57801
+ paddingBottom: sectionproperties.showbottomnav == 'Show' ? 140 : sectionproperties.footer_paddingBottom + 'px'
57802
+ }
57685
57803
  }),
57686
57804
  footerlogo: glamor.css({
57687
57805
  width: sectionproperties.logo_width + 'px',