tabexseriescomponents 0.0.612 → 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.cjs.js CHANGED
@@ -8295,7 +8295,7 @@ var Ordershistory = function Ordershistory(props) {
8295
8295
  style: {
8296
8296
  backgroundColor: item.instorderstatus != null ? item.instorderstatus.statuscolor : 'orange'
8297
8297
  }
8298
- }, item.instorderstatus != null ? item.instorderstatus.orderstatusname_en : lang.inprogress))), sectionproperties.hidenoproducts == 'Show' && /*#__PURE__*/React__default["default"].createElement("td", {
8298
+ }, item.instorderstatus != null ? langdetect == 'en' ? item.instorderstatus.orderstatusname_en : item.instorderstatus.orderstatusname_ar : langdetect == 'en' ? 'In Progress' : 'جاري'))), sectionproperties.hidenoproducts == 'Show' && /*#__PURE__*/React__default["default"].createElement("td", {
8299
8299
  className: "text-center",
8300
8300
  style: {
8301
8301
  minWidth: '200px'
@@ -8396,7 +8396,7 @@ var Ordershistory = function Ordershistory(props) {
8396
8396
  textAlign: langdetect == 'en' ? 'left' : 'right',
8397
8397
  color: 'orange'
8398
8398
  }
8399
- }, fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].instorderstatus != null ? fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].instorderstatus.orderstatusname_en : lang.inprogress)), /*#__PURE__*/React__default["default"].createElement("div", {
8399
+ }, fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].instorderstatus != null ? langdetect == 'en' ? fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].instorderstatus.orderstatusname_en : fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].instorderstatus.orderstatusname_ar : lang.inprogress)), /*#__PURE__*/React__default["default"].createElement("div", {
8400
8400
  className: "col-lg-12 p-0"
8401
8401
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
8402
8402
  className: "mt-2 mb-3"
@@ -17364,41 +17364,37 @@ var CardsSection = function CardsSection(props) {
17364
17364
  props.actions.setsortbycontext;
17365
17365
  var _useState = React.useState(false),
17366
17366
  _useState2 = _slicedToArray__default["default"](_useState, 2),
17367
- showShowMoreButon = _useState2[0],
17368
- setshowShowMoreButon = _useState2[1];
17369
- var _useState3 = React.useState(false),
17370
- _useState4 = _slicedToArray__default["default"](_useState3, 2),
17371
- openFilterSlider = _useState4[0],
17372
- setopenFilterSlider = _useState4[1];
17367
+ openFilterSlider = _useState2[0],
17368
+ setopenFilterSlider = _useState2[1];
17373
17369
  var actions = props.actions;
17374
- var _useState5 = React.useState(''),
17370
+ var _useState3 = React.useState(''),
17371
+ _useState4 = _slicedToArray__default["default"](_useState3, 2),
17372
+ sectionproperties = _useState4[0],
17373
+ setsectionproperties = _useState4[1];
17374
+ var _useState5 = React.useState([]),
17375
17375
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
17376
- sectionproperties = _useState6[0],
17377
- setsectionproperties = _useState6[1];
17378
- var _useState7 = React.useState([]),
17376
+ cardsarray = _useState6[0],
17377
+ setcardsarray = _useState6[1];
17378
+ var _useState7 = React.useState(''),
17379
17379
  _useState8 = _slicedToArray__default["default"](_useState7, 2),
17380
- cardsarray = _useState8[0],
17381
- setcardsarray = _useState8[1];
17382
- var _useState9 = React.useState(''),
17383
- _useState10 = _slicedToArray__default["default"](_useState9, 2),
17384
- sectionitem = _useState10[0],
17385
- setsectionitem = _useState10[1];
17386
- var _useState11 = React.useState({
17380
+ sectionitem = _useState8[0],
17381
+ setsectionitem = _useState8[1];
17382
+ var _useState9 = React.useState({
17387
17383
  productfetchingtype: 'Random',
17388
17384
  collectionid: '',
17389
17385
  grouptype: ''
17390
17386
  }),
17387
+ _useState10 = _slicedToArray__default["default"](_useState9, 2),
17388
+ ProductsFetchingTypeSectionObj = _useState10[0],
17389
+ setProductsFetchingTypeSectionObj = _useState10[1];
17390
+ var _useState11 = React.useState([]),
17391
17391
  _useState12 = _slicedToArray__default["default"](_useState11, 2),
17392
- ProductsFetchingTypeSectionObj = _useState12[0],
17393
- setProductsFetchingTypeSectionObj = _useState12[1];
17394
- var _useState13 = React.useState([]),
17392
+ maincontainerarrayofobjs = _useState12[0],
17393
+ setmaincontainerarrayofobjs = _useState12[1];
17394
+ var _useState13 = React.useState(12),
17395
17395
  _useState14 = _slicedToArray__default["default"](_useState13, 2),
17396
- maincontainerarrayofobjs = _useState14[0],
17397
- setmaincontainerarrayofobjs = _useState14[1];
17398
- var _useState15 = React.useState(12),
17399
- _useState16 = _slicedToArray__default["default"](_useState15, 2),
17400
- perpageItems = _useState16[0],
17401
- setperpageItems = _useState16[1];
17396
+ perpageItems = _useState14[0],
17397
+ setperpageItems = _useState14[1];
17402
17398
  var AddtoCartMutationContext = props.actions.AddtoCartMutationContext;
17403
17399
  React.useEffect(function () {
17404
17400
  var productfilerobjtemp = ProductFilterObjContext;
@@ -17446,11 +17442,6 @@ var CardsSection = function CardsSection(props) {
17446
17442
  }
17447
17443
  });
17448
17444
  }, [StatePagePropertiesContext]);
17449
- React.useEffect(function () {
17450
- setTimeout(function () {
17451
- setshowShowMoreButon(true);
17452
- }, 500);
17453
- }, []);
17454
17445
  React.useEffect(function () {
17455
17446
  if (sectionproperties.length != 0) {
17456
17447
  if (cardsarray.length == 0) {
@@ -17857,15 +17848,13 @@ var CardsSection = function CardsSection(props) {
17857
17848
  }
17858
17849
  var section_cssstyles = {
17859
17850
  sectioncontainerr: glamor.css({
17860
- // width: sectionproperties.width + 'vw',
17861
-
17851
+ width: sectionproperties.width + 'vw',
17862
17852
  marginTop: sectionproperties.marginTop + 'px',
17863
17853
  '@media (max-width: 800px)': {
17864
- marginTop: sectionproperties.marginTopResp != undefined && sectionproperties.marginTopResp != undefined ? sectionproperties.marginTopResp + 'px' : sectionproperties.marginTop + 'px'
17865
- // width: sectionproperties.widthresponsive + 'vw',
17854
+ marginTop: sectionproperties.marginTopResp != undefined && sectionproperties.marginTopResp != undefined ? sectionproperties.marginTopResp + 'px' : sectionproperties.marginTop + 'px',
17855
+ width: sectionproperties.widthresponsive + 'vw'
17866
17856
  }
17867
17857
  }),
17868
-
17869
17858
  innercardssection: glamor.css({
17870
17859
  paddingLeft: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px' : 0,
17871
17860
  paddingRight: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px' : 0,
@@ -18206,7 +18195,7 @@ var CardsSection = function CardsSection(props) {
18206
18195
  marginTop: sectionproperties.showbadge == 'Show' ? sectionproperties.sectionTitleMarginTop + 'px' : 0,
18207
18196
  marginBottom: sectionproperties.sectiontitledirection == 'Vertical' ? sectionproperties.sectionTitleMarginBottom + 'px' : 0
18208
18197
  }
18209
- }, SectionTitle()), showShowMoreButon && sectionproperties.sectiontitledirection == 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
18198
+ }, SectionTitle()), sectionproperties.sectiontitledirection == 'Vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
18210
18199
  "class": "col-lg-12 p-0"
18211
18200
  }, sectionproperties.viewmorebtnshow == 'Show' && sectionproperties.viewmorebtnposition != 'Under Section' && /*#__PURE__*/React__default["default"].createElement("button", {
18212
18201
  "class": sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? sectionproperties.sectiontitleposition == 'Centered' ? "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 allcentered mt-auto mb-auto mb-sm-3 ' : "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 mt-auto mb-auto ' : sectionproperties.sectiontitleposition == 'Centered' ? "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 allcentered mt-auto mb-auto ' : "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 mt-auto mb-auto ',
@@ -18277,7 +18266,7 @@ var CardsSection = function CardsSection(props) {
18277
18266
  }
18278
18267
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18279
18268
  "class": sectionproperties.sectiontitleposition == 'Centered' ? ' row m-0 w-100 d-flex align-item-center justify-content-center mt-auto mb-auto ' : ' row m-0 w-100 d-flex align-item-center justify-content-end mt-auto mb-auto '
18280
- }, showShowMoreButon && sectionproperties.viewmorebtnshow == 'Show' && sectionproperties.sectiontitledirection == 'Horizontal' && sectionproperties.viewmorebtnposition != 'Under Section' && /*#__PURE__*/React__default["default"].createElement("button", {
18269
+ }, sectionproperties.viewmorebtnshow == 'Show' && sectionproperties.sectiontitledirection == 'Horizontal' && sectionproperties.viewmorebtnposition != 'Under Section' && /*#__PURE__*/React__default["default"].createElement("button", {
18281
18270
  "class": sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? sectionproperties.sectiontitleposition == 'Centered' ? "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 allcentered mt-auto mb-auto mb-sm-3 ' : "".concat(section_cssstyles.viewmorebtn) + ' w-sm-auto btn-circle-resp m-sm-0 mt-auto mb-auto ' : sectionproperties.sectiontitleposition == 'Centered' ? "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 allcentered mt-auto mb-auto ' : "".concat(section_cssstyles.viewmorebtn) + ' w-sm-auto btn-circle-resp m-sm-0 mt-auto mb-auto ',
18282
18271
  onClick: function onClick() {
18283
18272
  if (fetchingtype == 'products') {
@@ -18506,6 +18495,8 @@ var CardsSection = function CardsSection(props) {
18506
18495
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18507
18496
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18508
18497
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18498
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18499
+ bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18509
18500
  } else {
18510
18501
  bootstapclass = ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ';
18511
18502
  }
@@ -18536,6 +18527,8 @@ var CardsSection = function CardsSection(props) {
18536
18527
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18537
18528
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18538
18529
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18530
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18531
+ bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18539
18532
  } else {
18540
18533
  bootstapclass = ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0';
18541
18534
  }
@@ -18566,6 +18559,8 @@ var CardsSection = function CardsSection(props) {
18566
18559
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18567
18560
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18568
18561
  bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18562
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18563
+ bootstapclass = ' col-xl-4 p-0 col-lg-4 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18569
18564
  } else {
18570
18565
  bootstapclass = ' col-xl-4 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18571
18566
  }
@@ -18594,6 +18589,8 @@ var CardsSection = function CardsSection(props) {
18594
18589
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18595
18590
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18596
18591
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18592
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18593
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18597
18594
  } else {
18598
18595
  bootstapclass = ' col-xl-3 col-lg-4 col-md-4 p-0 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18599
18596
  }
@@ -18621,6 +18618,8 @@ var CardsSection = function CardsSection(props) {
18621
18618
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0';
18622
18619
  } else if (item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage') {
18623
18620
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18621
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18622
+ bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18624
18623
  } else {
18625
18624
  bootstapclass = ' col-xl-3 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18626
18625
  }
@@ -18651,6 +18650,8 @@ var CardsSection = function CardsSection(props) {
18651
18650
  bootstapclass = ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-12 d-flex justify-content-center p-0 ';
18652
18651
  } else if (item.tabexsectioninfo.sectioncompname == 'Classiccategorycard') {
18653
18652
  bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18653
+ } else if (item.tabexsectioninfo.sectioncompname == 'Horizontalcard') {
18654
+ bootstapclass = ' col-xl-2 p-0 col-lg-3 col-md-4 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18654
18655
  } else {
18655
18656
  bootstapclass = ' col-xl-2 col-lg-4 col-md-6 d-flex justify-content-center p-0 col-sm-' + sectionproperties.numberOfColsverticalresp;
18656
18657
  }
@@ -18697,7 +18698,7 @@ var CardsSection = function CardsSection(props) {
18697
18698
  }))));
18698
18699
  }
18699
18700
  }
18700
- })), showShowMoreButon && sectionproperties.viewmorebtnposition == 'Under Section' && sectionproperties.viewmorebtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
18701
+ })), sectionproperties.viewmorebtnposition == 'Under Section' && sectionproperties.viewmorebtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
18701
18702
  "class": "col-lg-12 p-0 allcentered"
18702
18703
  }, /*#__PURE__*/React__default["default"].createElement("button", {
18703
18704
  "class": sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? sectionproperties.sectiontitleposition == 'Centered' ? "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 allcentered mt-auto mb-auto mb-sm-3 ' : "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 mt-auto mb-auto ' : sectionproperties.sectiontitleposition == 'Centered' ? "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 allcentered mt-auto mb-auto ' : "".concat(section_cssstyles.viewmorebtn) + ' m-sm-0 mt-auto mb-auto ',
@@ -28254,6 +28255,18 @@ var CTAHeader = function CTAHeader(props) {
28254
28255
  "class": "".concat(header_cssstyles.topbar_item_text)
28255
28256
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
28256
28257
  }
28258
+ })), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
28259
+ "class": "row m-0 w-100 p-0"
28260
+ }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
28261
+ sectionpropertiesprops: sectionproperties,
28262
+ authdetailsContext: authdetailsContext,
28263
+ subheaderpropertiesprops: {
28264
+ subheaderpositionprops: 'in nav',
28265
+ paddingLeftprops: '30px',
28266
+ paddingRightprops: '30px',
28267
+ subheadercontentpositionprops: 'center'
28268
+ },
28269
+ actions: actions
28257
28270
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
28258
28271
  "class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
28259
28272
  }, sectionproperties.generalbtn_show == 'Show' && sectionproperties.btntype == 'Shop' && /*#__PURE__*/React__default["default"].createElement("button", {
@@ -44319,7 +44332,7 @@ var Footer4 = function Footer4(props) {
44319
44332
  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; }
44320
44333
  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__default["default"](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; }
44321
44334
  var Footer5 = function Footer5(props) {
44322
- 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;
44335
+ 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;
44323
44336
  var _useState = React.useState(''),
44324
44337
  _useState2 = _slicedToArray__default["default"](_useState, 2),
44325
44338
  sectionproperties = _useState2[0],
@@ -44721,13 +44734,26 @@ var Footer5 = function Footer5(props) {
44721
44734
  className: "h-100 allcentered"
44722
44735
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
44723
44736
  size: sectionproperties.youtubebtniconfontsize
44724
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
44737
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.telegramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
44725
44738
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44726
44739
  onClick: function onClick() {
44727
44740
  var _authdetailsContext$i18;
44728
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.tiktoklink) != null) {
44741
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.telegramlink) != null) {
44729
44742
  var _authdetailsContext$i19;
44730
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.youtubelink, '_blank');
44743
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.telegramlink, '_blank');
44744
+ }
44745
+ }
44746
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
44747
+ className: "h-100 allcentered"
44748
+ }, /*#__PURE__*/React__default["default"].createElement(FaTelegramPlane.FaTelegramPlane, {
44749
+ size: sectionproperties.instgrambtniconfontsize
44750
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
44751
+ className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44752
+ onClick: function onClick() {
44753
+ var _authdetailsContext$i21;
44754
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
44755
+ var _authdetailsContext$i22;
44756
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.youtubelink, '_blank');
44731
44757
  }
44732
44758
  }
44733
44759
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -44753,11 +44779,11 @@ var Footer5 = function Footer5(props) {
44753
44779
  size: 20
44754
44780
  })), /*#__PURE__*/React__default["default"].createElement("p", {
44755
44781
  className: ' p-0 m-0 wordbreak '
44756
- }, 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__default["default"].createElement("div", {
44782
+ }, 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__default["default"].createElement("div", {
44757
44783
  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 ',
44758
44784
  onClick: function onClick() {
44759
- var _authdetailsContext$i21;
44760
- 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');
44785
+ var _authdetailsContext$i24;
44786
+ 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');
44761
44787
  }
44762
44788
  }, /*#__PURE__*/React__default["default"].createElement("i", {
44763
44789
  className: "h-100 d-flex justify-content-center align-items-center"
@@ -44766,7 +44792,7 @@ var Footer5 = function Footer5(props) {
44766
44792
  size: 20
44767
44793
  })), /*#__PURE__*/React__default["default"].createElement("p", {
44768
44794
  className: ' p-0 m-0 wordbreak text-transform-none storeinfotext '
44769
- }, 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__default["default"].createElement("div", {
44795
+ }, 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__default["default"].createElement("div", {
44770
44796
  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 ',
44771
44797
  onClick: function onClick() {
44772
44798
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -44821,8 +44847,8 @@ var Footer5 = function Footer5(props) {
44821
44847
  "class": "".concat(footerStyles.apptore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
44822
44848
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
44823
44849
  onClick: function onClick() {
44824
- var _authdetailsContext$i23;
44825
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.mobileapplink_appstore, '_blank');
44850
+ var _authdetailsContext$i26;
44851
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.mobileapplink_appstore, '_blank');
44826
44852
  },
44827
44853
  style: {
44828
44854
  width: '80%',
@@ -44834,8 +44860,8 @@ var Footer5 = function Footer5(props) {
44834
44860
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-start align-items-center cursor-pointer ',
44835
44861
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
44836
44862
  onClick: function onClick() {
44837
- var _authdetailsContext$i24;
44838
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.mobileapplink_playstore, '_blank');
44863
+ var _authdetailsContext$i27;
44864
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.mobileapplink_playstore, '_blank');
44839
44865
  },
44840
44866
  style: {
44841
44867
  width: '80%',
@@ -44848,78 +44874,78 @@ var Footer5 = function Footer5(props) {
44848
44874
  }
44849
44875
  }, /*#__PURE__*/React__default["default"].createElement("div", {
44850
44876
  className: "col-lg-12 allcentered"
44851
- }, 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__default["default"].createElement("div", {
44877
+ }, 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__default["default"].createElement("div", {
44852
44878
  className: langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.facebook_btn) + ' allcentered ml-3 ml-sm-4 ',
44853
44879
  onClick: function onClick() {
44854
- var _authdetailsContext$i26;
44855
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.facebooklink) != null) {
44856
- var _authdetailsContext$i27;
44857
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink, '_blank');
44880
+ var _authdetailsContext$i29;
44881
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.facebooklink) != null) {
44882
+ var _authdetailsContext$i30;
44883
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.facebooklink, '_blank');
44858
44884
  }
44859
44885
  }
44860
44886
  }, /*#__PURE__*/React__default["default"].createElement("i", {
44861
44887
  className: "h-100 allcentered"
44862
44888
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
44863
44889
  size: sectionproperties.facebkbtnniconfontsize
44864
- }))), 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__default["default"].createElement("div", {
44890
+ }))), 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__default["default"].createElement("div", {
44865
44891
  className: langdetect == 'en' ? "".concat(footerStyles.instgram_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.instgram_btn) + ' allcentered ml-3 ml-sm-4',
44866
44892
  onClick: function onClick() {
44867
- var _authdetailsContext$i29;
44868
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
44869
- var _authdetailsContext$i30;
44870
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
44893
+ var _authdetailsContext$i32;
44894
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.instagramlink) != null) {
44895
+ var _authdetailsContext$i33;
44896
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instagramlink, '_blank');
44871
44897
  }
44872
44898
  }
44873
44899
  }, /*#__PURE__*/React__default["default"].createElement("i", {
44874
44900
  className: "h-100 allcentered"
44875
44901
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
44876
44902
  size: sectionproperties.instgrambtniconfontsize
44877
- }))), 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__default["default"].createElement("div", {
44903
+ }))), 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__default["default"].createElement("div", {
44878
44904
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44879
44905
  onClick: function onClick() {
44880
- var _authdetailsContext$i32;
44881
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber) != null) {
44882
- var _authdetailsContext$i33;
44883
- 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');
44906
+ var _authdetailsContext$i35;
44907
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber) != null) {
44908
+ var _authdetailsContext$i36;
44909
+ 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');
44884
44910
  }
44885
44911
  }
44886
44912
  }, /*#__PURE__*/React__default["default"].createElement("i", {
44887
44913
  className: "h-100 allcentered"
44888
44914
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
44889
44915
  size: sectionproperties.youtubebtniconfontsize
44890
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
44916
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
44891
44917
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44892
44918
  onClick: function onClick() {
44893
- var _authdetailsContext$i35;
44894
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null) {
44895
- var _authdetailsContext$i36;
44896
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.linkedinlink, '_blank');
44919
+ var _authdetailsContext$i38;
44920
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.linkedinlink) != null) {
44921
+ var _authdetailsContext$i39;
44922
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.linkedinlink, '_blank');
44897
44923
  }
44898
44924
  }
44899
44925
  }, /*#__PURE__*/React__default["default"].createElement("i", {
44900
44926
  className: "h-100 allcentered"
44901
44927
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
44902
44928
  size: sectionproperties.instgrambtniconfontsize
44903
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
44929
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
44904
44930
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44905
44931
  onClick: function onClick() {
44906
- var _authdetailsContext$i38;
44907
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.tiktoklink) != null) {
44908
- var _authdetailsContext$i39;
44909
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.tiktoklink, '_blank');
44932
+ var _authdetailsContext$i41;
44933
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
44934
+ var _authdetailsContext$i42;
44935
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.tiktoklink, '_blank');
44910
44936
  }
44911
44937
  }
44912
44938
  }, /*#__PURE__*/React__default["default"].createElement("i", {
44913
44939
  className: "h-100 allcentered"
44914
44940
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
44915
44941
  size: sectionproperties.instgrambtniconfontsize
44916
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
44942
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
44917
44943
  className: langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' allcentered mr-3 mr-sm-4 ' : "".concat(footerStyles.youtube_btn) + ' allcentered ml-3 ml-sm-4',
44918
44944
  onClick: function onClick() {
44919
- var _authdetailsContext$i41;
44920
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.tiktoklink) != null) {
44921
- var _authdetailsContext$i42;
44922
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.youtubelink, '_blank');
44945
+ var _authdetailsContext$i44;
44946
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.tiktoklink) != null) {
44947
+ var _authdetailsContext$i45;
44948
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.youtubelink, '_blank');
44923
44949
  }
44924
44950
  }
44925
44951
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -59616,7 +59642,640 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
59616
59642
  marginBottom: sectionproperties.marginBottom + 'px',
59617
59643
  background: sectionproperties.backgroundColor
59618
59644
  }
59645
+ }, sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
59646
+ "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',
59647
+ style: {
59648
+ paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
59649
+ paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
59650
+ width: sectionproperties.width + 'vw',
59651
+ border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
59652
+ borderRadius: sectionproperties.sectioncardborderradius + 'px'
59653
+ }
59654
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59655
+ "class":
59656
+ // sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0
59657
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between plr-1025-1 pr-md-3 pl-md-3 '
59658
+ // : sectionproperties.paddingLeft == 0 && sectionproperties.paddingRight == 0
59659
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
59660
+ // : sectionproperties.paddingLeft != 0
59661
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
59662
+ // : sectionproperties.paddingRight != 0
59663
+ // ? section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between pr-1025-1 px-md-3 '
59664
+ // : section_styles.sectioncintainer + ' row m-0 w-100 d-flex justify-content-between '
59665
+ 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 ',
59666
+ style: {
59667
+ paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
59668
+ paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
59669
+ // paddingTop: sectionproperties.paddingTop + 'px',
59670
+ // paddingBottom: sectionproperties.paddingBottom + 'px',
59671
+ marginTop: sectionproperties.marginTop + 'px',
59672
+ marginBottom: sectionproperties.marginBottom + 'px'
59673
+ }
59674
+ }, sectionproperties.sectionstyle == 'Image on right' && /*#__PURE__*/React__default["default"].createElement("div", {
59675
+ "class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
59676
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59677
+ "class": "row m-0 w-100 d-flex justify-content-between",
59678
+ style: {
59679
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59680
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
59681
+ }
59682
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59683
+ "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 ',
59684
+ style: {
59685
+ background: sectionproperties.reservation_bgcolor,
59686
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59687
+ }
59688
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59689
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
59690
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59691
+ "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',
59692
+ style: {
59693
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59694
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
59695
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
59696
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59697
+ }
59698
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59699
+ "class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
59700
+ style: {
59701
+ position: 'relative',
59702
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59703
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59704
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59705
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59706
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59707
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59708
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59709
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59710
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59711
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59712
+ }
59713
+ }, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
59714
+ "class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
59715
+ style: {
59716
+ position: 'relative',
59717
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59718
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
59719
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59720
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59721
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59722
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59723
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59724
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59725
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59726
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59727
+ }
59728
+ }, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59729
+ "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
59730
+ style: {
59731
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59732
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
59733
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59734
+ }
59735
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59736
+ "class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
59737
+ style: {
59738
+ position: 'relative',
59739
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59740
+ fontSize: sectionproperties.prodCatFontSize + 'px',
59741
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
59742
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
59743
+ }
59744
+ }, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
59745
+ "class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
59746
+ style: {
59747
+ position: 'relative',
59748
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59749
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px'
59750
+ }
59751
+ }, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
59752
+ "class": "col-lg-12 p-0 d-flex justify-content-md-center",
59753
+ style: {
59754
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
59755
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
59756
+ }
59757
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
59758
+ "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 ',
59759
+ style: {},
59760
+ dangerouslySetInnerHTML: {
59761
+ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
59762
+ }
59763
+ })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59764
+ "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
59765
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
59766
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
59767
+ onClick: function onClick() {
59768
+ if (sectionproperties.btntype == 'WhatsApp') {
59769
+ var _authdetailsContext$i9;
59770
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.whatsappnumber) != null) {
59771
+ var _authdetailsContext$i10;
59772
+ 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');
59773
+ }
59774
+ } else if (sectionproperties.btntype == 'App/Web Page') {
59775
+ // window.open(sectionproperties.btnlink, '_target');
59776
+ routingcountext(sectionproperties.btnlink, false, '');
59777
+ } else {
59778
+ window.open(sectionproperties.btnlink, '_blank');
59779
+ }
59780
+ },
59781
+ style: {
59782
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
59783
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
59784
+ }
59785
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
59786
+ "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
59787
+ style: {
59788
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59789
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59790
+ display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
59791
+ }
59792
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59793
+ "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59794
+ onClick: function onClick() {
59795
+ var _authdetailsContext$i11;
59796
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
59797
+ var _authdetailsContext$i12;
59798
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
59799
+ }
59800
+ }
59801
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
59802
+ size: sectionproperties.facebkbtnniconfontsize
59803
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59804
+ "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59805
+ onClick: function onClick() {
59806
+ var _authdetailsContext$i13;
59807
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null) {
59808
+ var _authdetailsContext$i14;
59809
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink, '_blank');
59810
+ }
59811
+ }
59812
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
59813
+ size: sectionproperties.instgrambtniconfontsize
59814
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59815
+ "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59816
+ onClick: function onClick() {
59817
+ var _authdetailsContext$i15;
59818
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber) != null) {
59819
+ var _authdetailsContext$i16;
59820
+ 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');
59821
+ }
59822
+ }
59823
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
59824
+ size: sectionproperties.youtubebtniconfontsize
59825
+ }))))), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyleresponsive == 'Image below text' && /*#__PURE__*/React__default["default"].createElement("div", {
59826
+ "class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
59827
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59828
+ "class": "row m-0 w-100 d-flex justify-content-between",
59829
+ style: {
59830
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59831
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
59832
+ }
59833
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59834
+ "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 ',
59835
+ style: {
59836
+ background: sectionproperties.reservation_bgcolor,
59837
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59838
+ }
59839
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59840
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
59841
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59842
+ "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',
59843
+ style: {
59844
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59845
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
59846
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
59847
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59848
+ }
59849
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59850
+ "class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
59851
+ style: {
59852
+ position: 'relative',
59853
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59854
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
59855
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59856
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59857
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59858
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59859
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59860
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59861
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59862
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59863
+ }
59864
+ }, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
59865
+ "class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
59866
+ style: {
59867
+ position: 'relative',
59868
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59869
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
59870
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
59871
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
59872
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59873
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
59874
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
59875
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
59876
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
59877
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
59878
+ }
59879
+ }, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59880
+ "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
59881
+ style: {
59882
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59883
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
59884
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59885
+ }
59886
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59887
+ "class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
59888
+ style: {
59889
+ position: 'relative',
59890
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59891
+ fontSize: sectionproperties.prodCatFontSize + 'px',
59892
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
59893
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
59894
+ }
59895
+ }, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
59896
+ "class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
59897
+ style: {
59898
+ position: 'relative',
59899
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59900
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px'
59901
+ }
59902
+ }, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
59903
+ "class": "col-lg-12 p-0 d-flex justify-content-md-center",
59904
+ style: {
59905
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
59906
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
59907
+ }
59908
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
59909
+ "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 ',
59910
+ style: {},
59911
+ dangerouslySetInnerHTML: {
59912
+ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
59913
+ }
59914
+ })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59915
+ "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
59916
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
59917
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
59918
+ onClick: function onClick() {
59919
+ if (sectionproperties.btntype == 'WhatsApp') {
59920
+ var _authdetailsContext$i17;
59921
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
59922
+ var _authdetailsContext$i18;
59923
+ 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');
59924
+ }
59925
+ } else if (sectionproperties.btntype == 'App/Web Page') {
59926
+ // window.open(sectionproperties.btnlink, '_target');
59927
+ routingcountext(sectionproperties.btnlink, false, '');
59928
+ } else {
59929
+ window.open(sectionproperties.btnlink, '_blank');
59930
+ }
59931
+ },
59932
+ style: {
59933
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
59934
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
59935
+ }
59936
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
59937
+ "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
59938
+ style: {
59939
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59940
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59941
+ display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
59942
+ }
59943
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59944
+ "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59945
+ onClick: function onClick() {
59946
+ var _authdetailsContext$i19;
59947
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.facebooklink) != null) {
59948
+ var _authdetailsContext$i20;
59949
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.facebooklink, '_blank');
59950
+ }
59951
+ }
59952
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
59953
+ size: sectionproperties.facebkbtnniconfontsize
59954
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59955
+ "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59956
+ onClick: function onClick() {
59957
+ var _authdetailsContext$i21;
59958
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instagramlink) != null) {
59959
+ var _authdetailsContext$i22;
59960
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instagramlink, '_blank');
59961
+ }
59962
+ }
59963
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
59964
+ size: sectionproperties.instgrambtniconfontsize
59965
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
59966
+ "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
59967
+ onClick: function onClick() {
59968
+ var _authdetailsContext$i23;
59969
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.whatsappnumber) != null) {
59970
+ var _authdetailsContext$i24;
59971
+ 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');
59972
+ }
59973
+ }
59974
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
59975
+ size: sectionproperties.youtubebtniconfontsize
59976
+ }))))), sectionproperties.image_show == 'show' && Image())), sectionproperties.sectionstyle == 'Image on left' && /*#__PURE__*/React__default["default"].createElement("div", {
59977
+ "class": "col-lg-12 p-0 d-flex justify-content-between d-md-none"
59978
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59979
+ "class": "row m-0 w-100 d-flex justify-content-between",
59980
+ style: {
59981
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
59982
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
59983
+ }
59984
+ }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
59985
+ "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 ',
59986
+ style: {
59987
+ background: sectionproperties.reservation_bgcolor,
59988
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59989
+ }
59990
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59991
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
59992
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
59993
+ "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',
59994
+ style: {
59995
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
59996
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
59997
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
59998
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
59999
+ }
60000
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60001
+ "class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
60002
+ style: {
60003
+ position: 'relative',
60004
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60005
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
60006
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
60007
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
60008
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60009
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60010
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
60011
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
60012
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
60013
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
60014
+ }
60015
+ }, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
60016
+ "class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
60017
+ style: {
60018
+ position: 'relative',
60019
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60020
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
60021
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
60022
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
60023
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60024
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60025
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
60026
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
60027
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
60028
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
60029
+ }
60030
+ }, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60031
+ "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
60032
+ style: {
60033
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60034
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
60035
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60036
+ }
60037
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60038
+ "class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
60039
+ style: {
60040
+ position: 'relative',
60041
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60042
+ fontSize: sectionproperties.prodCatFontSize + 'px',
60043
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60044
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60045
+ }
60046
+ }, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
60047
+ "class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
60048
+ style: {
60049
+ position: 'relative',
60050
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60051
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px'
60052
+ }
60053
+ }, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
60054
+ "class": "col-lg-12 p-0 d-flex justify-content-md-center",
60055
+ style: {
60056
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
60057
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
60058
+ }
60059
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
60060
+ "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 ',
60061
+ style: {},
60062
+ dangerouslySetInnerHTML: {
60063
+ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
60064
+ }
60065
+ })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60066
+ "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60067
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
60068
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
60069
+ onClick: function onClick() {
60070
+ if (sectionproperties.btntype == 'WhatsApp') {
60071
+ var _authdetailsContext$i25;
60072
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.whatsappnumber) != null) {
60073
+ var _authdetailsContext$i26;
60074
+ 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');
60075
+ }
60076
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60077
+ // window.open(sectionproperties.btnlink, '_target');
60078
+ routingcountext(sectionproperties.btnlink, false, '');
60079
+ } else {
60080
+ window.open(sectionproperties.btnlink, '_blank');
60081
+ }
60082
+ },
60083
+ style: {
60084
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60085
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60086
+ }
60087
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60088
+ "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60089
+ style: {
60090
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60091
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60092
+ display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
60093
+ }
60094
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60095
+ "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60096
+ onClick: function onClick() {
60097
+ var _authdetailsContext$i27;
60098
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null) {
60099
+ var _authdetailsContext$i28;
60100
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink, '_blank');
60101
+ }
60102
+ }
60103
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
60104
+ size: sectionproperties.facebkbtnniconfontsize
60105
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60106
+ "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60107
+ onClick: function onClick() {
60108
+ var _authdetailsContext$i29;
60109
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
60110
+ var _authdetailsContext$i30;
60111
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
60112
+ }
60113
+ }
60114
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
60115
+ size: sectionproperties.instgrambtniconfontsize
60116
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60117
+ "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60118
+ onClick: function onClick() {
60119
+ var _authdetailsContext$i31;
60120
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
60121
+ var _authdetailsContext$i32;
60122
+ 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');
60123
+ }
60124
+ }
60125
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
60126
+ size: sectionproperties.youtubebtniconfontsize
60127
+ }))))))), sectionproperties.sectionstyleresponsive == 'Image above text' && /*#__PURE__*/React__default["default"].createElement("div", {
60128
+ "class": "col-lg-12 p-0 d-none d-md-flex justify-content-between"
59619
60129
  }, /*#__PURE__*/React__default["default"].createElement("div", {
60130
+ "class": "row m-0 w-100 d-flex justify-content-between",
60131
+ style: {
60132
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60133
+ justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
60134
+ }
60135
+ }, sectionproperties.image_show == 'show' && Image(), /*#__PURE__*/React__default["default"].createElement("div", {
60136
+ "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 ',
60137
+ style: {
60138
+ background: sectionproperties.reservation_bgcolor,
60139
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60140
+ }
60141
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60142
+ "class": sectionproperties.justifyContentCenter == 'Centered' ? 'row m-0 w-100' : 'row m-0 w-100 mb-auto'
60143
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60144
+ "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',
60145
+ style: {
60146
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60147
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
60148
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
60149
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60150
+ }
60151
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60152
+ "class": 'd-flex align-items-center flex-row d-sm-none mt-sm-2 ',
60153
+ style: {
60154
+ position: 'relative',
60155
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60156
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
60157
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
60158
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
60159
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60160
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60161
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
60162
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
60163
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
60164
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
60165
+ }
60166
+ }, SectionTitle()), /*#__PURE__*/React__default["default"].createElement("div", {
60167
+ "class": 'd-none align-items-center flex-row d-sm-flex mt-sm-2',
60168
+ style: {
60169
+ position: 'relative',
60170
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60171
+ fontSize: sectionproperties.sectionTitleFontSizeresp + 'px',
60172
+ backgroundColor: sectionproperties.sectiontitlebgcolor,
60173
+ borderRadius: sectionproperties.sectiontitleborderradius + 'px',
60174
+ paddingLeft: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60175
+ paddingRight: sectionproperties.sectiontitlepaddinghorizontal + 'px',
60176
+ paddingTop: sectionproperties.sectiontitlepaddingvertical + 'px',
60177
+ paddingBottom: sectionproperties.sectiontitlepaddingvertical + 'px',
60178
+ marginLeft: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginLeft + 'px' : sectionproperties.sectionTitleMarginRight + 'px' : 0,
60179
+ marginRight: sectionproperties.sectiontitleborderradius != 0 ? langdetect == 'en' ? sectionproperties.sectionTitleMarginRight + 'px' : sectionproperties.sectionTitleMarginLeft + 'px' : 0
60180
+ }
60181
+ }, SectionTitle())), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60182
+ "class": "col-lg-12 pl-0 pr-0 d-flex justify-content-md-center",
60183
+ style: {
60184
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60185
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
60186
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
60187
+ }
60188
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
60189
+ "class": "d-flex align-items-center flex-row d-sm-none mt-sm-2",
60190
+ style: {
60191
+ position: 'relative',
60192
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60193
+ fontSize: sectionproperties.prodCatFontSize + 'px',
60194
+ paddingLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60195
+ paddingRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60196
+ }
60197
+ }, SectionDescription()), /*#__PURE__*/React__default["default"].createElement("div", {
60198
+ "class": "d-none align-items-center flex-row d-sm-flex mt-sm-2",
60199
+ style: {
60200
+ position: 'relative',
60201
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60202
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px'
60203
+ }
60204
+ }, SectionDescription())), /*#__PURE__*/React__default["default"].createElement("div", {
60205
+ "class": "col-lg-12 p-0 d-flex justify-content-md-center",
60206
+ style: {
60207
+ justifyContent: sectionproperties.text2centered == 'Centered' ? 'center' : 'start',
60208
+ marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px'
60209
+ }
60210
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
60211
+ "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 ',
60212
+ style: {},
60213
+ dangerouslySetInnerHTML: {
60214
+ __html: langdetect == 'en' ? sectionproperties.contenteditor : sectionproperties.text2editortextar
60215
+ }
60216
+ })), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60217
+ "class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 p-0 allcentered' : 'col-lg-12 p-0 text-start justify-content-md-center'
60218
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
60219
+ "class": "".concat(section_styles.btn) + ' m-md-0 ',
60220
+ onClick: function onClick() {
60221
+ if (sectionproperties.btntype == 'WhatsApp') {
60222
+ var _authdetailsContext$i33;
60223
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null) {
60224
+ var _authdetailsContext$i34;
60225
+ 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');
60226
+ }
60227
+ } else if (sectionproperties.btntype == 'App/Web Page') {
60228
+ // window.open(sectionproperties.btnlink, '_target');
60229
+ routingcountext(sectionproperties.btnlink, false, '');
60230
+ } else {
60231
+ window.open(sectionproperties.btnlink, '_blank');
60232
+ }
60233
+ },
60234
+ style: {
60235
+ marginLeft: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginLeft + 'px' : sectionproperties.slideshowText2Content_marginRight + 'px',
60236
+ marginRight: langdetect == 'en' ? sectionproperties.slideshowText2Content_marginRight + 'px' : sectionproperties.slideshowText2Content_marginLeft + 'px'
60237
+ }
60238
+ }, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
60239
+ "class": "col-lg-12 p-0 justify-content-sm-center mb-sm-4 align-items-center",
60240
+ style: {
60241
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
60242
+ alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
60243
+ display: sectionproperties.fbbtn_show == 'Hide' && sectionproperties.instbtn_show == 'Hide' && sectionproperties.youtbtn_show == 'Hide' ? 'none' : 'flex'
60244
+ }
60245
+ }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60246
+ "class": "".concat(section_styles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60247
+ onClick: function onClick() {
60248
+ var _authdetailsContext$i35;
60249
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.facebooklink) != null) {
60250
+ var _authdetailsContext$i36;
60251
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.facebooklink, '_blank');
60252
+ }
60253
+ }
60254
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
60255
+ size: sectionproperties.facebkbtnniconfontsize
60256
+ })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60257
+ "class": "".concat(section_styles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60258
+ onClick: function onClick() {
60259
+ var _authdetailsContext$i37;
60260
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.instagramlink) != null) {
60261
+ var _authdetailsContext$i38;
60262
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.instagramlink, '_blank');
60263
+ }
60264
+ }
60265
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
60266
+ size: sectionproperties.instgrambtniconfontsize
60267
+ })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
60268
+ "class": "".concat(section_styles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
60269
+ onClick: function onClick() {
60270
+ var _authdetailsContext$i39;
60271
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.whatsappnumber) != null) {
60272
+ var _authdetailsContext$i40;
60273
+ 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');
60274
+ }
60275
+ }
60276
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
60277
+ size: sectionproperties.youtubebtniconfontsize
60278
+ }))))))))), sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
59620
60279
  "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 ',
59621
60280
  style: {
59622
60281
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
@@ -70058,7 +70717,6 @@ var Classiccategorycard = function Classiccategorycard(props) {
70058
70717
  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; }
70059
70718
  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__default["default"](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; }
70060
70719
  var Horizontalcard = function Horizontalcard(props) {
70061
- var _ref;
70062
70720
  var _useState = React.useState(''),
70063
70721
  _useState2 = _slicedToArray__default["default"](_useState, 2),
70064
70722
  sectionproperties = _useState2[0],
@@ -70189,6 +70847,20 @@ var Horizontalcard = function Horizontalcard(props) {
70189
70847
  left: 0,
70190
70848
  right: 0,
70191
70849
  margin: 'auto'
70850
+ }),
70851
+ imagecont: glamor.css({
70852
+ width: '100%',
70853
+ height: sectionproperties.image_height + 'px',
70854
+ cursor: 'pointer',
70855
+ position: 'relative',
70856
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
70857
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
70858
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
70859
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
70860
+ background: sectionproperties.image_bgcolor,
70861
+ '@media (max-width: 800px)': {
70862
+ height: sectionproperties.height_responsive + 'px'
70863
+ }
70192
70864
  })
70193
70865
  };
70194
70866
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -70210,21 +70882,11 @@ var Horizontalcard = function Horizontalcard(props) {
70210
70882
  }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
70211
70883
  "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'
70212
70884
  }, /*#__PURE__*/React__default["default"].createElement("div", {
70213
- "class": "d-flex d-md-none",
70885
+ "class": card_cssstyles.imagecont + ' d-flex allcentered ',
70214
70886
  onClick: function onClick() {
70215
70887
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
70216
70888
  },
70217
- style: {
70218
- width: '100%',
70219
- height: sectionproperties.image_height + 'px',
70220
- cursor: 'pointer',
70221
- position: 'relative',
70222
- borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
70223
- borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
70224
- borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
70225
- borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
70226
- background: sectionproperties.image_bgcolor
70227
- }
70889
+ style: {}
70228
70890
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
70229
70891
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
70230
70892
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
@@ -70245,33 +70907,7 @@ var Horizontalcard = function Horizontalcard(props) {
70245
70907
  "class": "".concat(card_cssstyles.outstockbadge) + ' allcentered '
70246
70908
  }, /*#__PURE__*/React__default["default"].createElement("p", {
70247
70909
  "class": "m-0 p-0"
70248
- }, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), /*#__PURE__*/React__default["default"].createElement("div", {
70249
- "class": "d-none d-md-flex",
70250
- onClick: function onClick() {
70251
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
70252
- },
70253
- style: {
70254
- width: '100%',
70255
- height: sectionproperties.height_responsive + 'px',
70256
- cursor: 'pointer',
70257
- position: 'relative',
70258
- borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
70259
- borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
70260
- borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
70261
- borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
70262
- }
70263
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
70264
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
70265
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
70266
- path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
70267
- style: (_ref = {
70268
- width: '100%',
70269
- height: '100%',
70270
- objectFit: 'contain',
70271
- marginBottom: 'auto'
70272
- }, _defineProperty__default["default"](_ref, "objectFit", sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'), _defineProperty__default["default"](_ref, "marginBottom", 'auto'), _defineProperty__default["default"](_ref, "borderBottomLeftRadius", langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px'), _defineProperty__default["default"](_ref, "borderBottomRightRadius", langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px'), _defineProperty__default["default"](_ref, "borderTopLeftRadius", langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px'), _defineProperty__default["default"](_ref, "borderTopRightRadius", langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'), _ref),
70273
- loading: "lazy"
70274
- })), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.showbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
70910
+ }, langdetect == 'en' ? sectionproperties.outstock_contenten : sectionproperties.outstock_contentar))), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.showbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
70275
70911
  "class": "allcentered",
70276
70912
  style: {
70277
70913
  position: 'absolute',