tabexseriescomponents 0.0.613 → 0.0.614

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.
package/dist/index.esm.js CHANGED
@@ -18446,6 +18446,8 @@ var CardsSection = function CardsSection(props) {
18446
18446
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18447
18447
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18448
18448
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18449
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18450
+ bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18449
18451
  } else {
18450
18452
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
18451
18453
  }
@@ -18476,6 +18478,8 @@ var CardsSection = function CardsSection(props) {
18476
18478
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18477
18479
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18478
18480
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18481
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18482
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18479
18483
  } else {
18480
18484
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0';
18481
18485
  }
@@ -18506,6 +18510,8 @@ var CardsSection = function CardsSection(props) {
18506
18510
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18507
18511
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18508
18512
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18513
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18514
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18509
18515
  } else {
18510
18516
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18511
18517
  }
@@ -18534,6 +18540,8 @@ var CardsSection = function CardsSection(props) {
18534
18540
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18535
18541
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18536
18542
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18543
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18544
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18537
18545
  } else {
18538
18546
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18539
18547
  }
@@ -18561,6 +18569,8 @@ var CardsSection = function CardsSection(props) {
18561
18569
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18562
18570
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18563
18571
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18572
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18573
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18564
18574
  } else {
18565
18575
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18566
18576
  }
@@ -18591,6 +18601,8 @@ var CardsSection = function CardsSection(props) {
18591
18601
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18592
18602
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18593
18603
  bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18604
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18605
+ bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18594
18606
  } else {
18595
18607
  bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18596
18608
  }
@@ -28194,6 +28206,18 @@ var CTAHeader = function CTAHeader(props) {
28194
28206
  "class": "".concat(header_cssstyles.topbar_item_text)
28195
28207
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
28196
28208
  }
28209
+ })), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement("div", {
28210
+ "class": "row m-0 w-100 p-0"
28211
+ }, /*#__PURE__*/React.createElement(Subheader, {
28212
+ sectionpropertiesprops: sectionproperties,
28213
+ authdetailsContext: authdetailsContext,
28214
+ subheaderpropertiesprops: {
28215
+ subheaderpositionprops: 'in nav',
28216
+ paddingLeftprops: '30px',
28217
+ paddingRightprops: '30px',
28218
+ subheadercontentpositionprops: 'center'
28219
+ },
28220
+ actions: actions
28197
28221
  }))), /*#__PURE__*/React.createElement("div", {
28198
28222
  "class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
28199
28223
  }, sectionproperties.generalbtn_show == 'Show' && sectionproperties.btntype == 'Shop' && /*#__PURE__*/React.createElement("button", {
@@ -44259,7 +44283,7 @@ var Footer4 = function Footer4(props) {
44259
44283
  function ownKeys$1y(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; }
44260
44284
  function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
44261
44285
  var Footer5 = function Footer5(props) {
44262
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i22, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40;
44286
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i43;
44263
44287
  var _useState = useState(''),
44264
44288
  _useState2 = _slicedToArray(_useState, 2),
44265
44289
  sectionproperties = _useState2[0],
@@ -44661,13 +44685,26 @@ var Footer5 = function Footer5(props) {
44661
44685
  className: "h-100 allcentered"
44662
44686
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
44663
44687
  size: sectionproperties.youtubebtniconfontsize
44664
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
44688
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.telegramlink) != null && /*#__PURE__*/React.createElement("div", {
44665
44689
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44666
44690
  onClick: function onClick() {
44667
44691
  var _authdetailsContext$i18;
44668
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
44692
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.telegramlink) != null) {
44669
44693
  var _authdetailsContext$i19;
44670
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.youtubelink, '_blank');
44694
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.telegramlink, '_blank');
44695
+ }
44696
+ }
44697
+ }, /*#__PURE__*/React.createElement("i", {
44698
+ className: "h-100 allcentered"
44699
+ }, /*#__PURE__*/React.createElement(FaTelegramPlane, {
44700
+ size: sectionproperties.instgrambtniconfontsize
44701
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
44702
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44703
+ onClick: function onClick() {
44704
+ var _authdetailsContext$i21;
44705
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
44706
+ var _authdetailsContext$i22;
44707
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.youtubelink, '_blank');
44671
44708
  }
44672
44709
  }
44673
44710
  }, /*#__PURE__*/React.createElement("i", {
@@ -44693,11 +44730,11 @@ var Footer5 = function Footer5(props) {
44693
44730
  size: 20
44694
44731
  })), /*#__PURE__*/React.createElement("p", {
44695
44732
  className: ' p-0 m-0 wordbreak '
44696
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.address_en)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
44733
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.address_en)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React.createElement("div", {
44697
44734
  className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-3 storeinfotext cursor-pointer ',
44698
44735
  onClick: function onClick() {
44699
- var _authdetailsContext$i21;
44700
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 || (_authdetailsContext$i21 = _authdetailsContext$i21.contactinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.email), '_self');
44736
+ var _authdetailsContext$i24;
44737
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 || (_authdetailsContext$i24 = _authdetailsContext$i24.contactinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.email), '_self');
44701
44738
  }
44702
44739
  }, /*#__PURE__*/React.createElement("i", {
44703
44740
  className: "h-100 d-flex justify-content-center align-items-center"
@@ -44706,7 +44743,7 @@ var Footer5 = function Footer5(props) {
44706
44743
  size: 20
44707
44744
  })), /*#__PURE__*/React.createElement("p", {
44708
44745
  className: ' p-0 m-0 wordbreak text-transform-none storeinfotext '
44709
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 || (_authdetailsContext$i22 = _authdetailsContext$i22.contactinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
44746
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 || (_authdetailsContext$i25 = _authdetailsContext$i25.contactinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.email)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
44710
44747
  className: "".concat(footerStyles.footerinformationstyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start justify-content-md-center align-items-center mb-md-3 storeinfotext ',
44711
44748
  onClick: function onClick() {
44712
44749
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -44761,8 +44798,8 @@ var Footer5 = function Footer5(props) {
44761
44798
  "class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
44762
44799
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
44763
44800
  onClick: function onClick() {
44764
- var _authdetailsContext$i23;
44765
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.mobileapplink_appstore, '_blank');
44801
+ var _authdetailsContext$i26;
44802
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_appstore, '_blank');
44766
44803
  },
44767
44804
  style: {
44768
44805
  width: '80%',
@@ -44774,8 +44811,8 @@ var Footer5 = function Footer5(props) {
44774
44811
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-start align-items-center cursor-pointer ',
44775
44812
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
44776
44813
  onClick: function onClick() {
44777
- var _authdetailsContext$i24;
44778
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_playstore, '_blank');
44814
+ var _authdetailsContext$i27;
44815
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
44779
44816
  },
44780
44817
  style: {
44781
44818
  width: '80%',
@@ -44788,78 +44825,78 @@ var Footer5 = function Footer5(props) {
44788
44825
  }
44789
44826
  }, /*#__PURE__*/React.createElement("div", {
44790
44827
  className: "col-lg-12 allcentered"
44791
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
44828
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
44792
44829
  className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
44793
44830
  onClick: function onClick() {
44794
- var _authdetailsContext$i26;
44795
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.facebooklink) != null) {
44796
- var _authdetailsContext$i27;
44797
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink, '_blank');
44831
+ var _authdetailsContext$i29;
44832
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.facebooklink) != null) {
44833
+ var _authdetailsContext$i30;
44834
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.facebooklink, '_blank');
44798
44835
  }
44799
44836
  }
44800
44837
  }, /*#__PURE__*/React.createElement("i", {
44801
44838
  className: "h-100 allcentered"
44802
44839
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
44803
44840
  size: sectionproperties.facebkbtnniconfontsize
44804
- }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
44841
+ }))), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
44805
44842
  className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
44806
44843
  onClick: function onClick() {
44807
- var _authdetailsContext$i29;
44808
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
44809
- var _authdetailsContext$i30;
44810
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
44844
+ var _authdetailsContext$i32;
44845
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.instagramlink) != null) {
44846
+ var _authdetailsContext$i33;
44847
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink, '_blank');
44811
44848
  }
44812
44849
  }
44813
44850
  }, /*#__PURE__*/React.createElement("i", {
44814
44851
  className: "h-100 allcentered"
44815
44852
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
44816
44853
  size: sectionproperties.instgrambtniconfontsize
44817
- }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
44854
+ }))), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
44818
44855
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44819
44856
  onClick: function onClick() {
44820
- var _authdetailsContext$i32;
44821
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber) != null) {
44822
- var _authdetailsContext$i33;
44823
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber), '_blank');
44857
+ var _authdetailsContext$i35;
44858
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
44859
+ var _authdetailsContext$i36;
44860
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.whatsappnumber), '_blank');
44824
44861
  }
44825
44862
  }
44826
44863
  }, /*#__PURE__*/React.createElement("i", {
44827
44864
  className: "h-100 allcentered"
44828
44865
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
44829
44866
  size: sectionproperties.youtubebtniconfontsize
44830
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
44867
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
44831
44868
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44832
44869
  onClick: function onClick() {
44833
- var _authdetailsContext$i35;
44834
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null) {
44835
- var _authdetailsContext$i36;
44836
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.linkedinlink, '_blank');
44870
+ var _authdetailsContext$i38;
44871
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.linkedinlink) != null) {
44872
+ var _authdetailsContext$i39;
44873
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.linkedinlink, '_blank');
44837
44874
  }
44838
44875
  }
44839
44876
  }, /*#__PURE__*/React.createElement("i", {
44840
44877
  className: "h-100 allcentered"
44841
44878
  }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
44842
44879
  size: sectionproperties.instgrambtniconfontsize
44843
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
44880
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
44844
44881
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44845
44882
  onClick: function onClick() {
44846
- var _authdetailsContext$i38;
44847
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.tiktoklink) != null) {
44848
- var _authdetailsContext$i39;
44849
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.tiktoklink, '_blank');
44883
+ var _authdetailsContext$i41;
44884
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
44885
+ var _authdetailsContext$i42;
44886
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.tiktoklink, '_blank');
44850
44887
  }
44851
44888
  }
44852
44889
  }, /*#__PURE__*/React.createElement("i", {
44853
44890
  className: "h-100 allcentered"
44854
44891
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
44855
44892
  size: sectionproperties.instgrambtniconfontsize
44856
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
44893
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
44857
44894
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44858
44895
  onClick: function onClick() {
44859
- var _authdetailsContext$i41;
44860
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
44861
- var _authdetailsContext$i42;
44862
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.youtubelink, '_blank');
44896
+ var _authdetailsContext$i44;
44897
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.tiktoklink) != null) {
44898
+ var _authdetailsContext$i45;
44899
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.youtubelink, '_blank');
44863
44900
  }
44864
44901
  }
44865
44902
  }, /*#__PURE__*/React.createElement("i", {
@@ -59556,7 +59593,640 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59556
59593
  marginBottom: sectionproperties.marginBottom + 'px',
59557
59594
  background: sectionproperties.backgroundColor
59558
59595
  }
59596
+ }, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React.createElement("div", {
59597
+ "class": sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0 ? sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 w-md-100 mx-auto' : sectionproperties.width != 100 ? 'd-flex justify-content-between align-items-center w-md-90 mx-auto' : 'd-flex justify-content-between align-items-center w-md-100 mx-auto',
59598
+ style: {
59599
+ paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
59600
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
59601
+ width: sectionproperties.width + 'vw',
59602
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
59603
+ borderRadius: sectionproperties.sectioncardborderradius + 'px'
59604
+ }
59605
+ }, /*#__PURE__*/React.createElement("div", {
59606
+ "class":
59607
+ // sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
59608
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
59609
+ // : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
59610
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
59611
+ // : sectionproperties.paddingLeft != 0
59612
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
59613
+ // : sectionproperties.paddingRight != 0
59614
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
59615
+ // : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
59616
+ sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ' : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0 ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between px-md-0 ' : sectionproperties.paddingLeft != 0 ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ' : sectionproperties.paddingRight != 0 ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 ' : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between px-md-0 ',
59617
+ style: {
59618
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
59619
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
59620
+ // paddingTop: sectionproperties.paddingTop + 'px',
59621
+ // paddingBottom: sectionproperties.paddingBottom + 'px',
59622
+ marginTop: sectionproperties.marginTop + 'px',
59623
+ marginBottom: sectionproperties.marginBottom + 'px'
59624
+ }
59625
+ }, sectionproperties.sectionstyle == 'Image on right' && /*#__PURE__*/React.createElement("div", {
59626
+ "class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
59627
+ }, /*#__PURE__*/React.createElement("div", {
59628
+ "class": "row m-0 w-100 d-flex justify-content-between",
59629
+ style: {
59630
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59631
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
59632
+ }
59633
+ }, /*#__PURE__*/React.createElement("div", {
59634
+ "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
59635
+ style: {
59636
+ background: sectionproperties.reservation_bgcolor,
59637
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59638
+ }
59639
+ }, /*#__PURE__*/React.createElement("div", {
59640
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
59641
+ }, /*#__PURE__*/React.createElement("div", {
59642
+ "class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
59643
+ style: {
59644
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59645
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
59646
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
59647
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59648
+ }
59649
+ }, /*#__PURE__*/React.createElement("div", {
59650
+ "class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
59651
+ style: {
59652
+ position: 'relative',
59653
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59654
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59655
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59656
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59657
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59658
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59659
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59660
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59661
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59662
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59663
+ }
59664
+ }, SectionTitle()), /*#__PURE__*/React.createElement("div", {
59665
+ "class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
59666
+ style: {
59667
+ position: 'relative',
59668
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59669
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
59670
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59671
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59672
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59673
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59674
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59675
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59676
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59677
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59678
+ }
59679
+ }, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
59680
+ "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
59681
+ style: {
59682
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59683
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
59684
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59685
+ }
59686
+ }, /*#__PURE__*/React.createElement("div", {
59687
+ "class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
59688
+ style: {
59689
+ position: 'relative',
59690
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59691
+ fontSize: sectionproperties.prodCatFontSize + 'px',
59692
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
59693
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
59694
+ }
59695
+ }, SectionDescription()), /*#__PURE__*/React.createElement("div", {
59696
+ "class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
59697
+ style: {
59698
+ position: 'relative',
59699
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59700
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px'
59701
+ }
59702
+ }, SectionDescription())), /*#__PURE__*/React.createElement("div", {
59703
+ "class": "col-lg-12 p-0 d-flex justify-content-md-center",
59704
+ style: {
59705
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
59706
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
59707
+ }
59708
+ }, /*#__PURE__*/React.createElement("p", {
59709
+ "class": sectionproperties.text2centered == 'Justify' ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 ' : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 ',
59710
+ style: {},
59711
+ dangerouslySetInnerHTML: {
59712
+ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
59713
+ }
59714
+ })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
59715
+ "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
59716
+ }, /*#__PURE__*/React.createElement("button", {
59717
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
59718
+ onClick: function onClick() {
59719
+ if (sectionproperties.btntype == 'WhatsApp') {
59720
+ var _authdetailsContext$i9;
59721
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null) {
59722
+ var _authdetailsContext$i10;
59723
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.whatsappnumber), '_blank');
59724
+ }
59725
+ } else if (sectionproperties.btntype == 'App/Web Page') {
59726
+ // window.open(sectionproperties.btnlink, '_target');
59727
+ routingcountext(sectionproperties.btnlink, false, '');
59728
+ } else {
59729
+ window.open(sectionproperties.btnlink, '_blank');
59730
+ }
59731
+ },
59732
+ style: {
59733
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
59734
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
59735
+ }
59736
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
59737
+ "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
59738
+ style: {
59739
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59740
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59741
+ display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
59742
+ }
59743
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
59744
+ "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59745
+ onClick: function onClick() {
59746
+ var _authdetailsContext$i11;
59747
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
59748
+ var _authdetailsContext$i12;
59749
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
59750
+ }
59751
+ }
59752
+ }, /*#__PURE__*/React.createElement(FaFacebookF, {
59753
+ size: sectionproperties.facebkbtnniconfontsize
59754
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
59755
+ "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59756
+ onClick: function onClick() {
59757
+ var _authdetailsContext$i13;
59758
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
59759
+ var _authdetailsContext$i14;
59760
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
59761
+ }
59762
+ }
59763
+ }, /*#__PURE__*/React.createElement(AiFillInstagram, {
59764
+ size: sectionproperties.instgrambtniconfontsize
59765
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
59766
+ "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59767
+ onClick: function onClick() {
59768
+ var _authdetailsContext$i15;
59769
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
59770
+ var _authdetailsContext$i16;
59771
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber), '_blank');
59772
+ }
59773
+ }
59774
+ }, /*#__PURE__*/React.createElement(FaWhatsapp, {
59775
+ size: sectionproperties.youtubebtniconfontsize
59776
+ }))))), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyleresponsive == 'Image below text' && /*#__PURE__*/React.createElement("div", {
59777
+ "class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
59778
+ }, /*#__PURE__*/React.createElement("div", {
59779
+ "class": "row m-0 w-100 d-flex justify-content-between",
59780
+ style: {
59781
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59782
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
59783
+ }
59784
+ }, /*#__PURE__*/React.createElement("div", {
59785
+ "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
59786
+ style: {
59787
+ background: sectionproperties.reservation_bgcolor,
59788
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59789
+ }
59790
+ }, /*#__PURE__*/React.createElement("div", {
59791
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
59792
+ }, /*#__PURE__*/React.createElement("div", {
59793
+ "class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
59794
+ style: {
59795
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59796
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
59797
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
59798
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59799
+ }
59800
+ }, /*#__PURE__*/React.createElement("div", {
59801
+ "class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
59802
+ style: {
59803
+ position: 'relative',
59804
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59805
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59806
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59807
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59808
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59809
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59810
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59811
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59812
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59813
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59814
+ }
59815
+ }, SectionTitle()), /*#__PURE__*/React.createElement("div", {
59816
+ "class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
59817
+ style: {
59818
+ position: 'relative',
59819
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59820
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
59821
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59822
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59823
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59824
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59825
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59826
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59827
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59828
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59829
+ }
59830
+ }, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
59831
+ "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
59832
+ style: {
59833
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59834
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
59835
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59836
+ }
59837
+ }, /*#__PURE__*/React.createElement("div", {
59838
+ "class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
59839
+ style: {
59840
+ position: 'relative',
59841
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59842
+ fontSize: sectionproperties.prodCatFontSize + 'px',
59843
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
59844
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
59845
+ }
59846
+ }, SectionDescription()), /*#__PURE__*/React.createElement("div", {
59847
+ "class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
59848
+ style: {
59849
+ position: 'relative',
59850
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59851
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px'
59852
+ }
59853
+ }, SectionDescription())), /*#__PURE__*/React.createElement("div", {
59854
+ "class": "col-lg-12 p-0 d-flex justify-content-md-center",
59855
+ style: {
59856
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
59857
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
59858
+ }
59859
+ }, /*#__PURE__*/React.createElement("p", {
59860
+ "class": sectionproperties.text2centered == 'Justify' ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 ' : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 ',
59861
+ style: {},
59862
+ dangerouslySetInnerHTML: {
59863
+ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
59864
+ }
59865
+ })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
59866
+ "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
59867
+ }, /*#__PURE__*/React.createElement("button", {
59868
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
59869
+ onClick: function onClick() {
59870
+ if (sectionproperties.btntype == 'WhatsApp') {
59871
+ var _authdetailsContext$i17;
59872
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
59873
+ var _authdetailsContext$i18;
59874
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
59875
+ }
59876
+ } else if (sectionproperties.btntype == 'App/Web Page') {
59877
+ // window.open(sectionproperties.btnlink, '_target');
59878
+ routingcountext(sectionproperties.btnlink, false, '');
59879
+ } else {
59880
+ window.open(sectionproperties.btnlink, '_blank');
59881
+ }
59882
+ },
59883
+ style: {
59884
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
59885
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
59886
+ }
59887
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
59888
+ "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
59889
+ style: {
59890
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59891
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59892
+ display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
59893
+ }
59894
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
59895
+ "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59896
+ onClick: function onClick() {
59897
+ var _authdetailsContext$i19;
59898
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
59899
+ var _authdetailsContext$i20;
59900
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
59901
+ }
59902
+ }
59903
+ }, /*#__PURE__*/React.createElement(FaFacebookF, {
59904
+ size: sectionproperties.facebkbtnniconfontsize
59905
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
59906
+ "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59907
+ onClick: function onClick() {
59908
+ var _authdetailsContext$i21;
59909
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
59910
+ var _authdetailsContext$i22;
59911
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
59912
+ }
59913
+ }
59914
+ }, /*#__PURE__*/React.createElement(AiFillInstagram, {
59915
+ size: sectionproperties.instgrambtniconfontsize
59916
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
59917
+ "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59918
+ onClick: function onClick() {
59919
+ var _authdetailsContext$i23;
59920
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
59921
+ var _authdetailsContext$i24;
59922
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.whatsappnumber), '_blank');
59923
+ }
59924
+ }
59925
+ }, /*#__PURE__*/React.createElement(FaWhatsapp, {
59926
+ size: sectionproperties.youtubebtniconfontsize
59927
+ }))))), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyle == 'Image on left' && /*#__PURE__*/React.createElement("div", {
59928
+ "class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
59929
+ }, /*#__PURE__*/React.createElement("div", {
59930
+ "class": "row m-0 w-100 d-flex justify-content-between",
59931
+ style: {
59932
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59933
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
59934
+ }
59935
+ }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React.createElement("div", {
59936
+ "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
59937
+ style: {
59938
+ background: sectionproperties.reservation_bgcolor,
59939
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59940
+ }
59941
+ }, /*#__PURE__*/React.createElement("div", {
59942
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
59943
+ }, /*#__PURE__*/React.createElement("div", {
59944
+ "class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
59945
+ style: {
59946
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59947
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
59948
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
59949
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59950
+ }
59951
+ }, /*#__PURE__*/React.createElement("div", {
59952
+ "class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
59953
+ style: {
59954
+ position: 'relative',
59955
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59956
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59957
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59958
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59959
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59960
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59961
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59962
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59963
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59964
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59965
+ }
59966
+ }, SectionTitle()), /*#__PURE__*/React.createElement("div", {
59967
+ "class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
59968
+ style: {
59969
+ position: 'relative',
59970
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59971
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
59972
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59973
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59974
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59975
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59976
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59977
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59978
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59979
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59980
+ }
59981
+ }, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
59982
+ "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
59983
+ style: {
59984
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59985
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
59986
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59987
+ }
59988
+ }, /*#__PURE__*/React.createElement("div", {
59989
+ "class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
59990
+ style: {
59991
+ position: 'relative',
59992
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59993
+ fontSize: sectionproperties.prodCatFontSize + 'px',
59994
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
59995
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
59996
+ }
59997
+ }, SectionDescription()), /*#__PURE__*/React.createElement("div", {
59998
+ "class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
59999
+ style: {
60000
+ position: 'relative',
60001
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60002
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px'
60003
+ }
60004
+ }, SectionDescription())), /*#__PURE__*/React.createElement("div", {
60005
+ "class": "col-lg-12 p-0 d-flex justify-content-md-center",
60006
+ style: {
60007
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
60008
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
60009
+ }
60010
+ }, /*#__PURE__*/React.createElement("p", {
60011
+ "class": sectionproperties.text2centered == 'Justify' ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 ' : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 ',
60012
+ style: {},
60013
+ dangerouslySetInnerHTML: {
60014
+ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
60015
+ }
60016
+ })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60017
+ "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60018
+ }, /*#__PURE__*/React.createElement("button", {
60019
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
60020
+ onClick: function onClick() {
60021
+ if (sectionproperties.btntype == 'WhatsApp') {
60022
+ var _authdetailsContext$i25;
60023
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60024
+ var _authdetailsContext$i26;
60025
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.whatsappnumber), '_blank');
60026
+ }
60027
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60028
+ // window.open(sectionproperties.btnlink, '_target');
60029
+ routingcountext(sectionproperties.btnlink, false, '');
60030
+ } else {
60031
+ window.open(sectionproperties.btnlink, '_blank');
60032
+ }
60033
+ },
60034
+ style: {
60035
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60036
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60037
+ }
60038
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
60039
+ "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60040
+ style: {
60041
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60042
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60043
+ display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
60044
+ }
60045
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60046
+ "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60047
+ onClick: function onClick() {
60048
+ var _authdetailsContext$i27;
60049
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
60050
+ var _authdetailsContext$i28;
60051
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60052
+ }
60053
+ }
60054
+ }, /*#__PURE__*/React.createElement(FaFacebookF, {
60055
+ size: sectionproperties.facebkbtnniconfontsize
60056
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60057
+ "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60058
+ onClick: function onClick() {
60059
+ var _authdetailsContext$i29;
60060
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
60061
+ var _authdetailsContext$i30;
60062
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60063
+ }
60064
+ }
60065
+ }, /*#__PURE__*/React.createElement(AiFillInstagram, {
60066
+ size: sectionproperties.instgrambtniconfontsize
60067
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60068
+ "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60069
+ onClick: function onClick() {
60070
+ var _authdetailsContext$i31;
60071
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
60072
+ var _authdetailsContext$i32;
60073
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber), '_blank');
60074
+ }
60075
+ }
60076
+ }, /*#__PURE__*/React.createElement(FaWhatsapp, {
60077
+ size: sectionproperties.youtubebtniconfontsize
60078
+ }))))))), sectionproperties.sectionstyleresponsive == 'Image above text' && /*#__PURE__*/React.createElement("div", {
60079
+ "class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
60080
+ }, /*#__PURE__*/React.createElement("div", {
60081
+ "class": "row m-0 w-100 d-flex justify-content-between",
60082
+ style: {
60083
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60084
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60085
+ }
60086
+ }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React.createElement("div", {
60087
+ "class": sectionproperties.image_show == 'show' ? section_styles.sectioncintainer + ' col-lg-6 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ' : section_styles.sectioncintainer + ' col-lg-12 col-md-12 d-flex justify-content-start h-100 h-md-auto justify-content-md-center pl-0 pr-0 ',
60088
+ style: {
60089
+ background: sectionproperties.reservation_bgcolor,
60090
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60091
+ }
59559
60092
  }, /*#__PURE__*/React.createElement("div", {
60093
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
60094
+ }, /*#__PURE__*/React.createElement("div", {
60095
+ "class": sectionproperties.sectionstyleresponsive == 'Image above text' ? 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center mt-md-4' : 'col-lg-12 pl-0 pr-0 d-flex justify-content-md-center',
60096
+ style: {
60097
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60098
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
60099
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
60100
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60101
+ }
60102
+ }, /*#__PURE__*/React.createElement("div", {
60103
+ "class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
60104
+ style: {
60105
+ position: 'relative',
60106
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60107
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
60108
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
60109
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
60110
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60111
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60112
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
60113
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
60114
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
60115
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
60116
+ }
60117
+ }, SectionTitle()), /*#__PURE__*/React.createElement("div", {
60118
+ "class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
60119
+ style: {
60120
+ position: 'relative',
60121
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60122
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
60123
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
60124
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
60125
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60126
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60127
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
60128
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
60129
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
60130
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
60131
+ }
60132
+ }, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
60133
+ "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
60134
+ style: {
60135
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60136
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
60137
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60138
+ }
60139
+ }, /*#__PURE__*/React.createElement("div", {
60140
+ "class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
60141
+ style: {
60142
+ position: 'relative',
60143
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60144
+ fontSize: sectionproperties.prodCatFontSize + 'px',
60145
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60146
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60147
+ }
60148
+ }, SectionDescription()), /*#__PURE__*/React.createElement("div", {
60149
+ "class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
60150
+ style: {
60151
+ position: 'relative',
60152
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60153
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px'
60154
+ }
60155
+ }, SectionDescription())), /*#__PURE__*/React.createElement("div", {
60156
+ "class": "col-lg-12 p-0 d-flex justify-content-md-center",
60157
+ style: {
60158
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
60159
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
60160
+ }
60161
+ }, /*#__PURE__*/React.createElement("p", {
60162
+ "class": sectionproperties.text2centered == 'Justify' ? section_styles.editortext + ' pb-0 pl-md-2 pr-md-2 ' : section_styles.editortext + ' pb-0 text-md-center pl-md-2 pr-md-2 ',
60163
+ style: {},
60164
+ dangerouslySetInnerHTML: {
60165
+ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
60166
+ }
60167
+ })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60168
+ "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60169
+ }, /*#__PURE__*/React.createElement("button", {
60170
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
60171
+ onClick: function onClick() {
60172
+ if (sectionproperties.btntype == 'WhatsApp') {
60173
+ var _authdetailsContext$i33;
60174
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
60175
+ var _authdetailsContext$i34;
60176
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber), '_blank');
60177
+ }
60178
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60179
+ // window.open(sectionproperties.btnlink, '_target');
60180
+ routingcountext(sectionproperties.btnlink, false, '');
60181
+ } else {
60182
+ window.open(sectionproperties.btnlink, '_blank');
60183
+ }
60184
+ },
60185
+ style: {
60186
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60187
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60188
+ }
60189
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
60190
+ "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60191
+ style: {
60192
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60193
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60194
+ display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
60195
+ }
60196
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60197
+ "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60198
+ onClick: function onClick() {
60199
+ var _authdetailsContext$i35;
60200
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
60201
+ var _authdetailsContext$i36;
60202
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
60203
+ }
60204
+ }
60205
+ }, /*#__PURE__*/React.createElement(FaFacebookF, {
60206
+ size: sectionproperties.facebkbtnniconfontsize
60207
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60208
+ "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60209
+ onClick: function onClick() {
60210
+ var _authdetailsContext$i37;
60211
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
60212
+ var _authdetailsContext$i38;
60213
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
60214
+ }
60215
+ }
60216
+ }, /*#__PURE__*/React.createElement(AiFillInstagram, {
60217
+ size: sectionproperties.instgrambtniconfontsize
60218
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
60219
+ "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60220
+ onClick: function onClick() {
60221
+ var _authdetailsContext$i39;
60222
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
60223
+ var _authdetailsContext$i40;
60224
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.whatsappnumber), '_blank');
60225
+ }
60226
+ }
60227
+ }, /*#__PURE__*/React.createElement(FaWhatsapp, {
60228
+ size: sectionproperties.youtubebtniconfontsize
60229
+ }))))))))), sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React.createElement("div", {
59560
60230
  "class": sectionproperties.card_marginRight != 0 && sectionproperties.card_marginLeft != 0 ? sectionproperties.width != 100 ? section_styles.cont1 + ' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ' : section_styles.cont1 + ' d-flex justify-content-between align-items-center px-1025-1 pl-md-3 pr-md-3 mx-auto ' : sectionproperties.width != 100 ? section_styles.cont1 + ' d-flex justify-content-between align-items-center mx-auto ' : section_styles.cont1 + ' d-flex justify-content-between align-items-center mx-auto ',
59561
60231
  style: {
59562
60232
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
@@ -69998,7 +70668,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
69998
70668
  function ownKeys$m(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; }
69999
70669
  function _objectSpread$m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$m(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
70000
70670
  var Horizontalcard = function Horizontalcard(props) {
70001
- var _ref;
70002
70671
  var _useState = useState(''),
70003
70672
  _useState2 = _slicedToArray(_useState, 2),
70004
70673
  sectionproperties = _useState2[0],
@@ -70129,6 +70798,20 @@ var Horizontalcard = function Horizontalcard(props) {
70129
70798
  left: 0,
70130
70799
  right: 0,
70131
70800
  margin: 'auto'
70801
+ }),
70802
+ imagecont: css({
70803
+ width: '100%',
70804
+ height: sectionproperties.image_height + 'px',
70805
+ cursor: 'pointer',
70806
+ position: 'relative',
70807
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
70808
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
70809
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
70810
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
70811
+ background: sectionproperties.image_bgcolor,
70812
+ '@media (max-width: 800px)': {
70813
+ height: sectionproperties.height_responsive + 'px'
70814
+ }
70132
70815
  })
70133
70816
  };
70134
70817
  return /*#__PURE__*/React.createElement("div", {
@@ -70150,21 +70833,11 @@ var Horizontalcard = function Horizontalcard(props) {
70150
70833
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
70151
70834
  "class": props.numberOfColsvertical == '1' ? 'col-lg-2 col-md-3 col-sm-3 p-0 h-100' : 'col-lg-4 col-md-4 col-sm-4 p-0 h-100'
70152
70835
  }, /*#__PURE__*/React.createElement("div", {
70153
- "class": "d-flex d-md-none",
70836
+ "class": card_cssstyles.imagecont + ' d-flex allcentered ',
70154
70837
  onClick: function onClick() {
70155
70838
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
70156
70839
  },
70157
- style: {
70158
- width: '100%',
70159
- height: sectionproperties.image_height + 'px',
70160
- cursor: 'pointer',
70161
- position: 'relative',
70162
- borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
70163
- borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
70164
- borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
70165
- borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
70166
- background: sectionproperties.image_bgcolor
70167
- }
70840
+ style: {}
70168
70841
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
70169
70842
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
70170
70843
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
@@ -70185,33 +70858,7 @@ var Horizontalcard = function Horizontalcard(props) {
70185
70858
  "class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
70186
70859
  }, /*#__PURE__*/React.createElement("p", {
70187
70860
  "class": "m-0 p-0"
70188
- }, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React.createElement("div", {
70189
- "class": "d-none d-md-flex",
70190
- onClick: function onClick() {
70191
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
70192
- },
70193
- style: {
70194
- width: '100%',
70195
- height: sectionproperties.height_responsive + 'px',
70196
- cursor: 'pointer',
70197
- position: 'relative',
70198
- borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
70199
- borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
70200
- borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
70201
- borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
70202
- }
70203
- }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
70204
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
70205
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
70206
- path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
70207
- style: (_ref = {
70208
- width: '100%',
70209
- height: '100%',
70210
- objectFit: 'contain',
70211
- marginBottom: 'auto'
70212
- }, _defineProperty(_ref, "objectFit", sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'), _defineProperty(_ref, "marginBottom", 'auto'), _defineProperty(_ref, "borderBottomLeftRadius", langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px'), _defineProperty(_ref, "borderBottomRightRadius", langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px'), _defineProperty(_ref, "borderTopLeftRadius", langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px'), _defineProperty(_ref, "borderTopRightRadius", langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'), _ref),
70213
- loading: "lazy"
70214
- })), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.showbadge == 'Show' && /*#__PURE__*/React.createElement("div", {
70861
+ }, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.showbadge == 'Show' && /*#__PURE__*/React.createElement("div", {
70215
70862
  "class": "allcentered",
70216
70863
  style: {
70217
70864
  position: 'absolute',