tabexseriescomponents 0.2.1098 → 0.2.1099

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
@@ -6209,6 +6209,7 @@ var Article_itemtype = function Article_itemtype(props) {
6209
6209
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
6210
6210
  var ikimagecredcontext = props.actions.ikimagecredcontext;
6211
6211
  props.actions.currentshowingimageindex;
6212
+ var productpdfsarray = props.actions.productpdfsarray;
6212
6213
  var MeasurementUnitSection = function MeasurementUnitSection() {
6213
6214
  return /*#__PURE__*/React__default["default"].createElement("div", {
6214
6215
  className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center mb-1 mt-3'
@@ -6288,7 +6289,7 @@ var Article_itemtype = function Article_itemtype(props) {
6288
6289
  }));
6289
6290
  }
6290
6291
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
6291
- "class": "px-md-3 px-1025-1",
6292
+ "class": "px-md-3 px-1025-1 w-100",
6292
6293
  style: {
6293
6294
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
6294
6295
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px'
@@ -6352,7 +6353,26 @@ var Article_itemtype = function Article_itemtype(props) {
6352
6353
  dangerouslySetInnerHTML: {
6353
6354
  __html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer6 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.productinfo) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : _fetchProductInfoQuer6.description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer7 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.data) === null || _fetchProductInfoQuer7 === void 0 || (_fetchProductInfoQuer7 = _fetchProductInfoQuer7.productinfo) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.description_ar
6354
6355
  }
6355
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
6356
+ }))), productpdfsarray.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
6357
+ "class": "col-lg-12 p-0 mt-2 mb-5"
6358
+ }, productpdfsarray === null || productpdfsarray === void 0 ? void 0 : productpdfsarray.map(function (pdfitem, pdfindex) {
6359
+ return /*#__PURE__*/React__default["default"].createElement("div", {
6360
+ "class": "row m-0 w-100 mt-3",
6361
+ style: {
6362
+ overflow: 'hidden'
6363
+ }
6364
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
6365
+ className: "".concat(productinfo_cssstyles.cart_btn, " ") + ' d-flex align-items-center justify-content-center mb-sm-2 ',
6366
+ style: {
6367
+ width: sectionproperties.cartBtnWidth + '%'
6368
+ },
6369
+ onClick: function onClick() {
6370
+ window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + pdfitem, '_blank');
6371
+ }
6372
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
6373
+ className: ' d-flex align-items-center justify-content-center '
6374
+ }, langdetect === 'ar' ? 'تحميل ال PDF' : langdetect === 'chin' ? '下载 PDF' : langdetect === 'es' ? 'Descargar PDF' : langdetect === 'fr' ? 'Télécharger le PDF' : langdetect === 'rus' ? 'Скачать PDF' : 'Download PDF')));
6375
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '6790ae890234e' && /*#__PURE__*/React__default["default"].createElement("div", {
6356
6376
  "class": "col-lg-12 p-0 my-4"
6357
6377
  }, /*#__PURE__*/React__default["default"].createElement("div", {
6358
6378
  "class": "row m-0 w-100"
@@ -6415,6 +6435,10 @@ var Productinfo = function Productinfo(props) {
6415
6435
  _useState8 = _slicedToArray__default["default"](_useState7, 2),
6416
6436
  isProductPageLoading = _useState8[0],
6417
6437
  setisProductPageLoading = _useState8[1];
6438
+ var _useState9 = React.useState([]),
6439
+ _useState0 = _slicedToArray__default["default"](_useState9, 2),
6440
+ productpdfsarray = _useState0[0],
6441
+ setproductpdfsarray = _useState0[1];
6418
6442
  React.useEffect(function () {
6419
6443
  if (productinfoDataPassedProps != undefined && productinfoDataPassedProps != null && _typeof__default["default"](productinfoDataPassedProps) === 'object' && Object.keys(productinfoDataPassedProps).length != 0) {
6420
6444
  if (Object.keys(fetchProductInfoQueryContext).length == 0) {
@@ -6487,51 +6511,51 @@ var Productinfo = function Productinfo(props) {
6487
6511
  var setCurrentPageIdContext = props.actions.setCurrentPageIdContext;
6488
6512
  var NotificationManager = props.actions.NotificationManager;
6489
6513
  var productidparam = props.productidparam;
6490
- var _useState9 = React.useState(''),
6491
- _useState0 = _slicedToArray__default["default"](_useState9, 2),
6492
- variantsku = _useState0[0],
6493
- setvariantsku = _useState0[1];
6494
- var _useState1 = React.useState(false),
6514
+ var _useState1 = React.useState(''),
6495
6515
  _useState10 = _slicedToArray__default["default"](_useState1, 2),
6496
- isoutofstock = _useState10[0],
6497
- setisoutofstock = _useState10[1];
6498
- var _useState11 = React.useState(''),
6516
+ variantsku = _useState10[0],
6517
+ setvariantsku = _useState10[1];
6518
+ var _useState11 = React.useState(false),
6499
6519
  _useState12 = _slicedToArray__default["default"](_useState11, 2),
6500
- sectionproperties = _useState12[0],
6501
- setsectionproperties = _useState12[1];
6520
+ isoutofstock = _useState12[0],
6521
+ setisoutofstock = _useState12[1];
6502
6522
  var _useState13 = React.useState(''),
6503
- _useState14 = _slicedToArray__default["default"](_useState13, 2);
6504
- _useState14[0];
6505
- var setCurrentPageId = _useState14[1];
6523
+ _useState14 = _slicedToArray__default["default"](_useState13, 2),
6524
+ sectionproperties = _useState14[0],
6525
+ setsectionproperties = _useState14[1];
6506
6526
  var _useState15 = React.useState(''),
6507
6527
  _useState16 = _slicedToArray__default["default"](_useState15, 2);
6508
6528
  _useState16[0];
6509
- var setRelatedProductsTagid = _useState16[1];
6529
+ var setCurrentPageId = _useState16[1];
6510
6530
  var _useState17 = React.useState(''),
6511
- _useState18 = _slicedToArray__default["default"](_useState17, 2),
6512
- variantnotchosendisclaimer = _useState18[0],
6513
- setvariantnotchosendisclaimer = _useState18[1];
6514
- var _useState19 = React.useState('all'),
6515
- _useState20 = _slicedToArray__default["default"](_useState19, 2);
6516
- _useState20[0];
6517
- _useState20[1];
6518
- var _useState21 = React.useState([]),
6531
+ _useState18 = _slicedToArray__default["default"](_useState17, 2);
6532
+ _useState18[0];
6533
+ var setRelatedProductsTagid = _useState18[1];
6534
+ var _useState19 = React.useState(''),
6535
+ _useState20 = _slicedToArray__default["default"](_useState19, 2),
6536
+ variantnotchosendisclaimer = _useState20[0],
6537
+ setvariantnotchosendisclaimer = _useState20[1];
6538
+ var _useState21 = React.useState('all'),
6519
6539
  _useState22 = _slicedToArray__default["default"](_useState21, 2);
6520
6540
  _useState22[0];
6521
6541
  _useState22[1];
6522
6542
  var _useState23 = React.useState([]),
6523
- _useState24 = _slicedToArray__default["default"](_useState23, 2),
6524
- Relatedproducts = _useState24[0],
6525
- setRelatedproducts = _useState24[1];
6543
+ _useState24 = _slicedToArray__default["default"](_useState23, 2);
6544
+ _useState24[0];
6545
+ _useState24[1];
6526
6546
  var _useState25 = React.useState([]),
6527
6547
  _useState26 = _slicedToArray__default["default"](_useState25, 2),
6528
- productimagesarray = _useState26[0],
6529
- setproductimagesarray = _useState26[1];
6530
- var _useState27 = React.useState(null),
6548
+ Relatedproducts = _useState26[0],
6549
+ setRelatedproducts = _useState26[1];
6550
+ var _useState27 = React.useState([]),
6531
6551
  _useState28 = _slicedToArray__default["default"](_useState27, 2),
6532
- quantityconditionfoundobj = _useState28[0];
6533
- _useState28[1];
6534
- var _useState29 = React.useState({
6552
+ productimagesarray = _useState28[0],
6553
+ setproductimagesarray = _useState28[1];
6554
+ var _useState29 = React.useState(null),
6555
+ _useState30 = _slicedToArray__default["default"](_useState29, 2),
6556
+ quantityconditionfoundobj = _useState30[0];
6557
+ _useState30[1];
6558
+ var _useState31 = React.useState({
6535
6559
  functype: 'add',
6536
6560
  item_type: 'product',
6537
6561
  productid: '',
@@ -6543,53 +6567,53 @@ var Productinfo = function Productinfo(props) {
6543
6567
  to: '',
6544
6568
  extrafields: []
6545
6569
  }),
6546
- _useState30 = _slicedToArray__default["default"](_useState29, 2),
6547
- addtocardpayloadobj = _useState30[0],
6548
- setaddtocardpayloadobj = _useState30[1];
6549
- var _useState31 = React.useState(false),
6550
- _useState32 = _slicedToArray__default["default"](_useState31, 2);
6551
- _useState32[0];
6552
- var setopensizeguidemodal = _useState32[1];
6553
- var _useState33 = React.useState(''),
6554
- _useState34 = _slicedToArray__default["default"](_useState33, 2),
6555
- variantindexcompleted = _useState34[0],
6556
- setvariantindexcompleted = _useState34[1];
6570
+ _useState32 = _slicedToArray__default["default"](_useState31, 2),
6571
+ addtocardpayloadobj = _useState32[0],
6572
+ setaddtocardpayloadobj = _useState32[1];
6573
+ var _useState33 = React.useState(false),
6574
+ _useState34 = _slicedToArray__default["default"](_useState33, 2);
6575
+ _useState34[0];
6576
+ var setopensizeguidemodal = _useState34[1];
6557
6577
  var _useState35 = React.useState(''),
6558
6578
  _useState36 = _slicedToArray__default["default"](_useState35, 2),
6559
- variantindex = _useState36[0],
6560
- setvariantindex = _useState36[1];
6561
- var _useState37 = React.useState(false),
6579
+ variantindexcompleted = _useState36[0],
6580
+ setvariantindexcompleted = _useState36[1];
6581
+ var _useState37 = React.useState(''),
6562
6582
  _useState38 = _slicedToArray__default["default"](_useState37, 2),
6563
- isloaded = _useState38[0],
6564
- setisloaded = _useState38[1];
6583
+ variantindex = _useState38[0],
6584
+ setvariantindex = _useState38[1];
6565
6585
  var _useState39 = React.useState(false),
6566
- _useState40 = _slicedToArray__default["default"](_useState39, 2);
6567
- _useState40[0];
6568
- _useState40[1];
6569
- var _useState41 = React.useState(0),
6570
- _useState42 = _slicedToArray__default["default"](_useState41, 2),
6571
- currentshowingimageindex = _useState42[0],
6572
- setcurrentshowingimageindex = _useState42[1];
6573
- var _useState43 = React.useState(''),
6586
+ _useState40 = _slicedToArray__default["default"](_useState39, 2),
6587
+ isloaded = _useState40[0],
6588
+ setisloaded = _useState40[1];
6589
+ var _useState41 = React.useState(false),
6590
+ _useState42 = _slicedToArray__default["default"](_useState41, 2);
6591
+ _useState42[0];
6592
+ _useState42[1];
6593
+ var _useState43 = React.useState(0),
6574
6594
  _useState44 = _slicedToArray__default["default"](_useState43, 2),
6575
- tabIndex = _useState44[0],
6576
- setTabIndex = _useState44[1];
6595
+ currentshowingimageindex = _useState44[0],
6596
+ setcurrentshowingimageindex = _useState44[1];
6577
6597
  var _useState45 = React.useState(''),
6578
6598
  _useState46 = _slicedToArray__default["default"](_useState45, 2),
6579
- tabname = _useState46[0],
6580
- settabname = _useState46[1];
6581
- var _useState47 = React.useState([]),
6599
+ tabIndex = _useState46[0],
6600
+ setTabIndex = _useState46[1];
6601
+ var _useState47 = React.useState(''),
6582
6602
  _useState48 = _slicedToArray__default["default"](_useState47, 2),
6583
- sizeguideimage = _useState48[0],
6584
- setsizeguideimage = _useState48[1];
6603
+ tabname = _useState48[0],
6604
+ settabname = _useState48[1];
6585
6605
  var _useState49 = React.useState([]),
6586
6606
  _useState50 = _slicedToArray__default["default"](_useState49, 2),
6587
- productVideos = _useState50[0],
6588
- setproductVideos = _useState50[1];
6607
+ sizeguideimage = _useState50[0],
6608
+ setsizeguideimage = _useState50[1];
6589
6609
  var _useState51 = React.useState([]),
6590
6610
  _useState52 = _slicedToArray__default["default"](_useState51, 2),
6591
- variantvalueidentifier = _useState52[0],
6592
- setvariantvalueidentifier = _useState52[1];
6611
+ productVideos = _useState52[0],
6612
+ setproductVideos = _useState52[1];
6613
+ var _useState53 = React.useState([]),
6614
+ _useState54 = _slicedToArray__default["default"](_useState53, 2),
6615
+ variantvalueidentifier = _useState54[0],
6616
+ setvariantvalueidentifier = _useState54[1];
6593
6617
  var handleTabChange = function handleTabChange(event, newTabIndex) {
6594
6618
  setTabIndex(newTabIndex);
6595
6619
  };
@@ -6748,10 +6772,10 @@ var Productinfo = function Productinfo(props) {
6748
6772
  var _fetchProductInfoQuer24, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer31, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35;
6749
6773
  var tempproductimagesarray = [];
6750
6774
  var sizeguideimagetemp = [];
6775
+ var tempproductpdfsarray = [];
6751
6776
  if (Array.isArray(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer24 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.data) === null || _fetchProductInfoQuer24 === void 0 || (_fetchProductInfoQuer24 = _fetchProductInfoQuer24.productinfo) === null || _fetchProductInfoQuer24 === void 0 ? void 0 : _fetchProductInfoQuer24.productimages)) {
6752
6777
  var _fetchProductInfoQuer25;
6753
6778
  fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productinfo) === null || _fetchProductInfoQuer25 === void 0 || _fetchProductInfoQuer25.productimages.forEach(function (arrayItem, arrayindex) {
6754
- var _ikimagecredcontext$i;
6755
6779
  var imagepath = arrayItem.path;
6756
6780
 
6757
6781
  // var sizeguideimagearrayobj = {
@@ -6759,42 +6783,49 @@ var Productinfo = function Productinfo(props) {
6759
6783
  // original: arrayItem.path,
6760
6784
  // galleryid: arrayItem.galleryid,
6761
6785
  // };
6762
- if (ikimagecredcontext !== null && ikimagecredcontext !== void 0 && (_ikimagecredcontext$i = ikimagecredcontext.ikimageendpoint) !== null && _ikimagecredcontext$i !== void 0 && _ikimagecredcontext$i.includes('image.tabexseries.com')) {
6763
- var img_endpoint = ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint;
6764
- var path = '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path;
6765
- var imagePath = cloudFlare_Image_Trans(path, img_endpoint);
6766
- var productimagesarrayobj = {
6767
- thumbnail: imagePath,
6768
- original: imagePath,
6769
- galleryid: arrayItem.galleryid
6770
- };
6771
- } else {
6772
- if (imagepath.includes('https')) {
6773
- var position = imagepath.search('https');
6774
- imagepath.slice(position);
6786
+ if (arrayItem.extention != 'pdf') {
6787
+ var _ikimagecredcontext$i;
6788
+ if (ikimagecredcontext !== null && ikimagecredcontext !== void 0 && (_ikimagecredcontext$i = ikimagecredcontext.ikimageendpoint) !== null && _ikimagecredcontext$i !== void 0 && _ikimagecredcontext$i.includes('image.tabexseries.com')) {
6789
+ var img_endpoint = ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint;
6790
+ var path = '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path;
6791
+ var imagePath = cloudFlare_Image_Trans(path, img_endpoint);
6775
6792
  var productimagesarrayobj = {
6776
- thumbnail: arrayItem.path,
6777
- original: arrayItem.path,
6793
+ thumbnail: imagePath,
6794
+ original: imagePath,
6778
6795
  galleryid: arrayItem.galleryid
6779
6796
  };
6780
6797
  } else {
6781
- var productimagesarrayobj = {
6782
- thumbnail: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
6783
- original: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
6784
- galleryid: arrayItem.galleryid
6785
- };
6798
+ if (imagepath.includes('https')) {
6799
+ var position = imagepath.search('https');
6800
+ imagepath.slice(position);
6801
+ var productimagesarrayobj = {
6802
+ thumbnail: arrayItem.path,
6803
+ original: arrayItem.path,
6804
+ galleryid: arrayItem.galleryid
6805
+ };
6806
+ } else {
6807
+ var productimagesarrayobj = {
6808
+ thumbnail: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
6809
+ original: (ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + arrayItem.path,
6810
+ galleryid: arrayItem.galleryid
6811
+ };
6812
+ }
6813
+ }
6814
+ // tempproductimagesarray.push(productimagesarrayobj);
6815
+ if ((arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.is_size_guide) != undefined && (arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.is_size_guide) != null && (arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.is_size_guide) == 1) {
6816
+ sizeguideimagetemp.push(productimagesarrayobj);
6817
+ } else {
6818
+ tempproductimagesarray.push(productimagesarrayobj);
6786
6819
  }
6787
- }
6788
- // tempproductimagesarray.push(productimagesarrayobj);
6789
- if ((arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.is_size_guide) != undefined && (arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.is_size_guide) != null && (arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.is_size_guide) == 1) {
6790
- sizeguideimagetemp.push(productimagesarrayobj);
6791
6820
  } else {
6792
- tempproductimagesarray.push(productimagesarrayobj);
6821
+ // var tempproductpdfsarray = [...productpdfsarray];
6822
+ tempproductpdfsarray.push(arrayItem.path);
6793
6823
  }
6794
6824
  });
6795
6825
  }
6796
6826
  setsizeguideimage([].concat(sizeguideimagetemp));
6797
6827
  setproductimagesarray([].concat(tempproductimagesarray));
6828
+ setproductpdfsarray([].concat(tempproductpdfsarray));
6798
6829
  variantchecker();
6799
6830
  var quantitystepincrearse = 1;
6800
6831
  var tempaddtocardpayloadobj = _objectSpread$2A({}, addtocardpayloadobj);
@@ -8735,7 +8766,7 @@ var Productinfo = function Productinfo(props) {
8735
8766
  langdetect: langdetect,
8736
8767
  lang: lang,
8737
8768
  srcfromprops: props.srcfromprops
8738
- }, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "ProductInfoObj", ProductInfoObj), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "variantindexcompleted", variantindexcompleted), "StaticPagesLinksContext", StaticPagesLinksContext), "NotificationManager", NotificationManager), "GeneralAPIMutationContext", GeneralAPIMutationContext), "quantityconditionfoundobjprops", quantityconditionfoundobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "relatedproducts", relatedproducts), "productVideos", productVideos), "getprice_discountpriceprops", getprice_discountpriceprops), "StoreInfoprops", StoreInfo), "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "variantindex", variantindex), "setvariantindex", setvariantindex), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "variantsku", variantsku), "variantvalueidentifier", variantvalueidentifier), "sizeguideimage", sizeguideimage), "setopensizeguidemodal", setopensizeguidemodal), "addtocartfunc_extras", addtocartfunc_extras))
8769
+ }, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "ProductInfoObj", ProductInfoObj), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "variantindexcompleted", variantindexcompleted), "StaticPagesLinksContext", StaticPagesLinksContext), "NotificationManager", NotificationManager), "GeneralAPIMutationContext", GeneralAPIMutationContext), "quantityconditionfoundobjprops", quantityconditionfoundobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "relatedproducts", relatedproducts), "productVideos", productVideos), "getprice_discountpriceprops", getprice_discountpriceprops), "StoreInfoprops", StoreInfo), "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "variantindex", variantindex), "setvariantindex", setvariantindex), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "variantsku", variantsku), "variantvalueidentifier", variantvalueidentifier), "sizeguideimage", sizeguideimage), "setopensizeguidemodal", setopensizeguidemodal), "addtocartfunc_extras", addtocartfunc_extras), "productpdfsarray", productpdfsarray))
8739
8770
  }), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer84 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer84 === void 0 || (_fetchProductInfoQuer84 = _fetchProductInfoQuer84.data) === null || _fetchProductInfoQuer84 === void 0 || (_fetchProductInfoQuer84 = _fetchProductInfoQuer84.productinfo) === null || _fetchProductInfoQuer84 === void 0 ? void 0 : _fetchProductInfoQuer84.item_type) == 'Article' && /*#__PURE__*/React__default["default"].createElement(Article_itemtype, {
8740
8771
  actions: (_ref2 = {
8741
8772
  variantnotchosendisclaimer: variantnotchosendisclaimer,
@@ -8745,7 +8776,7 @@ var Productinfo = function Productinfo(props) {
8745
8776
  langdetect: langdetect,
8746
8777
  lang: lang,
8747
8778
  srcfromprops: props.srcfromprops
8748
- }, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref2, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "ProductInfoObj", ProductInfoObj), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref2, "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "variantindexcompleted", variantindexcompleted), "StaticPagesLinksContext", StaticPagesLinksContext), "NotificationManager", NotificationManager), "GeneralAPIMutationContext", GeneralAPIMutationContext), "quantityconditionfoundobjprops", quantityconditionfoundobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref2, "relatedproducts", relatedproducts), "getprice_discountpriceprops", getprice_discountpriceprops), "StoreInfoprops", StoreInfo), "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "variantindex", variantindex), "setvariantindex", setvariantindex), "variantsku", variantsku), _defineProperty__default["default"](_ref2, "variantvalueidentifier", variantvalueidentifier))
8779
+ }, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref2, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "ProductInfoObj", ProductInfoObj), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref2, "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "variantindexcompleted", variantindexcompleted), "StaticPagesLinksContext", StaticPagesLinksContext), "NotificationManager", NotificationManager), "GeneralAPIMutationContext", GeneralAPIMutationContext), "quantityconditionfoundobjprops", quantityconditionfoundobj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref2, "relatedproducts", relatedproducts), "getprice_discountpriceprops", getprice_discountpriceprops), "StoreInfoprops", StoreInfo), "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "variantindex", variantindex), "setvariantindex", setvariantindex), "variantsku", variantsku), _defineProperty__default["default"](_defineProperty__default["default"](_ref2, "variantvalueidentifier", variantvalueidentifier), "productpdfsarray", productpdfsarray))
8749
8780
  }), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer85 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer85 === void 0 || (_fetchProductInfoQuer85 = _fetchProductInfoQuer85.data) === null || _fetchProductInfoQuer85 === void 0 || (_fetchProductInfoQuer85 = _fetchProductInfoQuer85.productinfo) === null || _fetchProductInfoQuer85 === void 0 ? void 0 : _fetchProductInfoQuer85.item_type) == 'service' && /*#__PURE__*/React__default["default"].createElement(Service_itemtype, {
8750
8781
  actions: (_ref3 = {
8751
8782
  // getprice_discountpricepropsnormalonly: getprice_discountpricepropsnormalonly,
@@ -8757,7 +8788,7 @@ var Productinfo = function Productinfo(props) {
8757
8788
  langdetect: langdetect,
8758
8789
  lang: lang,
8759
8790
  srcfromprops: props.srcfromprops
8760
- }, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), "ProductInfoObj", ProductInfoObj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "StaticPagesLinksContext", StaticPagesLinksContext), "variantindexcompleted", variantindexcompleted), "GeneralAPIMutationContext", GeneralAPIMutationContext), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "NotificationManager", NotificationManager), "getprice_discountpriceprops", getprice_discountpriceprops), "quantityconditionfoundobjprops", quantityconditionfoundobj), "relatedproducts", relatedproducts), "getQuantityCondition", getQuantityCondition), "StoreInfoprops", StoreInfo), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "sizeguideimage", sizeguideimage), "setopensizeguidemodal", setopensizeguidemodal), _defineProperty__default["default"](_defineProperty__default["default"](_ref3, "isOptionInStock", isOptionInStock), "addtocartfunc_extras", addtocartfunc_extras))
8791
+ }, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), "ProductInfoObj", ProductInfoObj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "StaticPagesLinksContext", StaticPagesLinksContext), "variantindexcompleted", variantindexcompleted), "GeneralAPIMutationContext", GeneralAPIMutationContext), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "NotificationManager", NotificationManager), "getprice_discountpriceprops", getprice_discountpriceprops), "quantityconditionfoundobjprops", quantityconditionfoundobj), "relatedproducts", relatedproducts), "getQuantityCondition", getQuantityCondition), "StoreInfoprops", StoreInfo), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "sizeguideimage", sizeguideimage), "setopensizeguidemodal", setopensizeguidemodal), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "isOptionInStock", isOptionInStock), "addtocartfunc_extras", addtocartfunc_extras), "productpdfsarray", productpdfsarray))
8761
8792
  }), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.contactinfo.instid) != '6852e5ed44e14' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) != '68a9e83c05b75' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) != '68c27b4570751' && /*#__PURE__*/React__default["default"].createElement("div", {
8762
8793
  className: sectionproperties.card_marginLeft != 0 ? ' col-lg-12 p-0 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' col-lg-12 p-sm-0 ',
8763
8794
  style: {
@@ -53394,7 +53425,7 @@ var Footer7 = function Footer7(props) {
53394
53425
  function ownKeys$1C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
53395
53426
  function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
53396
53427
  var Footer8 = function Footer8(props) {
53397
- var _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _authdetailsContext$i22, _authdetailsContext$i25, _authdetailsContext$i28, _authdetailsContext$i31, _authdetailsContext$i34, _authdetailsContext$i37, _authdetailsContext$i40, _authdetailsContext$i41, _authdetailsContext$i43, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i44, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i45, _authdetailsContext$i46, _authdetailsContext$i48, _authdetailsContext$i51, _authdetailsContext$i54, _authdetailsContext$i57, _authdetailsContext$i60, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _authdetailsContext$i63, _logoarrayofobjects$5, _logoarrayofobjects$6, _templatepropcontext$2, _templatepropcontext$3, _fetchCategoriesQuery, _fetchCategoriesQuery2, _authdetailsContext$i65, _authdetailsContext$i66, _authdetailsContext$i69, _authdetailsContext$i72, _authdetailsContext$i75, _authdetailsContext$i78, _authdetailsContext$i80, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18;
53428
+ var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i27, _authdetailsContext$i30, _authdetailsContext$i33, _authdetailsContext$i36, _authdetailsContext$i39, _authdetailsContext$i42, _authdetailsContext$i43, _authdetailsContext$i45, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i46, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i47, _authdetailsContext$i48, _authdetailsContext$i50, _authdetailsContext$i53, _authdetailsContext$i56, _authdetailsContext$i59, _authdetailsContext$i62, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _authdetailsContext$i65, _logoarrayofobjects$5, _logoarrayofobjects$6, _templatepropcontext$2, _templatepropcontext$3, _fetchCategoriesQuery, _fetchCategoriesQuery2, _authdetailsContext$i67, _authdetailsContext$i68, _authdetailsContext$i71, _authdetailsContext$i74, _authdetailsContext$i77, _authdetailsContext$i80, _authdetailsContext$i82, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18;
53398
53429
  var _useState = React.useState(''),
53399
53430
  _useState2 = _slicedToArray__default["default"](_useState, 2),
53400
53431
  sectionproperties = _useState2[0],
@@ -53660,7 +53691,7 @@ var Footer8 = function Footer8(props) {
53660
53691
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3' : 'col-lg-4 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3'
53661
53692
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53662
53693
  "class": "row m-0 w-100"
53663
- }, sectionproperties.showlogo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53694
+ }, sectionproperties.showlogo == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '69020f4494f66' && /*#__PURE__*/React__default["default"].createElement("div", {
53664
53695
  "class": "col-lg-12 p-0 d-flex justify-content-start align-items-center mb-auto"
53665
53696
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53666
53697
  "class": "".concat(footerStyles.logoStyles) + ' d-flex justify-content-start align-items-center cursor-pointer ',
@@ -53677,6 +53708,23 @@ var Footer8 = function Footer8(props) {
53677
53708
  objectFit: 'contain'
53678
53709
  },
53679
53710
  loading: "lazy"
53711
+ }))), sectionproperties.showlogo == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instid) == '69020f4494f66' && /*#__PURE__*/React__default["default"].createElement("div", {
53712
+ "class": "col-lg-12 p-0 d-flex justify-content-start align-items-center mb-auto"
53713
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
53714
+ "class": "".concat(footerStyles.logoStyles) + ' d-flex justify-content-start align-items-center cursor-pointer ',
53715
+ onClick: function onClick() {
53716
+ routingcountext('home');
53717
+ }
53718
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
53719
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
53720
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
53721
+ path: 'products/69020f4494f66/691b422123b33generalimage.png',
53722
+ style: {
53723
+ width: '100%',
53724
+ height: '100%',
53725
+ objectFit: 'contain'
53726
+ },
53727
+ loading: "lazy"
53680
53728
  }))), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
53681
53729
  "class": langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2'
53682
53730
  }, /*#__PURE__*/React__default["default"].createElement("p", {
@@ -53687,7 +53735,7 @@ var Footer8 = function Footer8(props) {
53687
53735
  color: sectionproperties.prodCatColor,
53688
53736
  textAlign: langdetect == 'en' ? 'left' : 'right'
53689
53737
  }
53690
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
53738
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
53691
53739
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 p-0' : 'col-lg-8 p-0'
53692
53740
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53693
53741
  "class": "row m-0 w-100"
@@ -53701,7 +53749,7 @@ var Footer8 = function Footer8(props) {
53701
53749
  color: sectionproperties.prodCatColor,
53702
53750
  textAlign: langdetect == 'en' ? 'left' : 'right'
53703
53751
  }
53704
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
53752
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
53705
53753
  "class": 'col-lg-6 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
53706
53754
  }, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
53707
53755
  "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none cursor-pointer ',
@@ -53725,12 +53773,9 @@ var Footer8 = function Footer8(props) {
53725
53773
  textAlign: langdetect == 'en' ? 'left' : 'right'
53726
53774
  },
53727
53775
  onClick: function onClick() {
53728
- var _authdetailsContext$i8;
53729
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instid) == '69020f4494f66') {
53730
- window.open('https://www.google.com/maps/place/90+El-Thawra+St,+Masaken+Al+Mohandesin,+Nasr+City,+Cairo+Governorate+4451725/@30.0824066,31.3424963,754m/data=!3m2!1e3!4b1!4m6!3m5!1s0x14583e1b4dbb6961:0xc06f057baa92e328!8m2!3d30.0824066!4d31.3424963!16s%2Fg%2F11ld5gv3h3?entry=ttu&g_ep=EgoyMDI1MTEyMy4xIKXMDSoASAFQAw%3D%3D', '_blank');
53731
- }
53776
+ window.open(sectionproperties.storeinfolocationlink, '_blank');
53732
53777
  }
53733
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.address_ar))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53778
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.address_ar))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53734
53779
  "class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
53735
53780
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53736
53781
  "class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
@@ -53747,8 +53792,8 @@ var Footer8 = function Footer8(props) {
53747
53792
  "class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
53748
53793
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
53749
53794
  onClick: function onClick() {
53750
- var _authdetailsContext$i1;
53751
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.mobileapplink_appstore, '_blank');
53795
+ var _authdetailsContext$i10;
53796
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.mobileapplink_appstore, '_blank');
53752
53797
  }
53753
53798
  })), /*#__PURE__*/React__default["default"].createElement("div", {
53754
53799
  "class": langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 pl-0' : 'col-lg-4 col-md-3 col-sm-6 pr-0'
@@ -53756,8 +53801,8 @@ var Footer8 = function Footer8(props) {
53756
53801
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
53757
53802
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
53758
53803
  onClick: function onClick() {
53759
- var _authdetailsContext$i10;
53760
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.mobileapplink_playstore, '_blank');
53804
+ var _authdetailsContext$i11;
53805
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.mobileapplink_playstore, '_blank');
53761
53806
  }
53762
53807
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
53763
53808
  "class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
@@ -53775,8 +53820,8 @@ var Footer8 = function Footer8(props) {
53775
53820
  }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53776
53821
  "class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-2 cursor-pointer ',
53777
53822
  onClick: function onClick() {
53778
- var _authdetailsContext$i11;
53779
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 || (_authdetailsContext$i11 = _authdetailsContext$i11.contactinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.email), '_self');
53823
+ var _authdetailsContext$i12;
53824
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 || (_authdetailsContext$i12 = _authdetailsContext$i12.contactinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.email), '_self');
53780
53825
  }
53781
53826
  }, /*#__PURE__*/React__default["default"].createElement("p", {
53782
53827
  "class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 ',
@@ -53785,7 +53830,7 @@ var Footer8 = function Footer8(props) {
53785
53830
  borderBottomStyle: 'solid',
53786
53831
  textAlign: langdetect == 'en' ? 'left' : 'right'
53787
53832
  }
53788
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 || (_authdetailsContext$i12 = _authdetailsContext$i12.contactinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.email))), /*#__PURE__*/React__default["default"].createElement("div", {
53833
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 || (_authdetailsContext$i13 = _authdetailsContext$i13.contactinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.email))), /*#__PURE__*/React__default["default"].createElement("div", {
53789
53834
  "class": "col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start"
53790
53835
  }, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53791
53836
  "class": footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-0 cursor-pointer ',
@@ -53799,52 +53844,61 @@ var Footer8 = function Footer8(props) {
53799
53844
  }
53800
53845
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
53801
53846
  "class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
53802
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53847
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53803
53848
  "class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
53804
53849
  onClick: function onClick() {
53805
- var _authdetailsContext$i14;
53806
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink) != null) {
53807
- var _authdetailsContext$i15;
53808
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.facebooklink, '_blank');
53850
+ var _authdetailsContext$i15;
53851
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.facebooklink) != null) {
53852
+ var _authdetailsContext$i16;
53853
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.facebooklink, '_blank');
53809
53854
  }
53810
53855
  }
53811
53856
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
53812
53857
  size: sectionproperties.facebkbtnniconfontsize
53813
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53858
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53814
53859
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
53815
53860
  onClick: function onClick() {
53816
- var _authdetailsContext$i17;
53817
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instagramlink) != null) {
53818
- var _authdetailsContext$i18;
53819
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instagramlink, '_blank');
53861
+ var _authdetailsContext$i18;
53862
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instagramlink) != null) {
53863
+ var _authdetailsContext$i19;
53864
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instagramlink, '_blank');
53820
53865
  }
53821
53866
  }
53822
53867
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
53823
53868
  size: sectionproperties.instgrambtniconfontsize
53824
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53869
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53825
53870
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
53826
53871
  onClick: function onClick() {
53827
- var _authdetailsContext$i20;
53828
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber) != null) {
53829
- var _authdetailsContext$i21;
53830
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber), '_blank');
53872
+ var _authdetailsContext$i21;
53873
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.whatsappnumber) != null) {
53874
+ var _authdetailsContext$i22;
53875
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.whatsappnumber), '_blank');
53831
53876
  }
53832
53877
  }
53833
53878
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
53834
53879
  size: sectionproperties.youtubebtniconfontsize
53835
- })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53880
+ })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53836
53881
  "class": langdetect == 'en' ? "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mr-2 '
53837
53882
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
53838
53883
  ,
53839
53884
  onClick: function onClick() {
53840
- var _authdetailsContext$i23;
53841
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.tiktoklink) != null) {
53842
- var _authdetailsContext$i24;
53843
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.tiktoklink, '_blank');
53885
+ var _authdetailsContext$i24;
53886
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.tiktoklink) != null) {
53887
+ var _authdetailsContext$i25;
53888
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.tiktoklink, '_blank');
53844
53889
  }
53845
53890
  }
53846
53891
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
53847
53892
  size: sectionproperties.tiktokbtniconfontsize
53893
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.instid) == '69020f4494f66' && /*#__PURE__*/React__default["default"].createElement("div", {
53894
+ "class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 '
53895
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
53896
+ ,
53897
+ onClick: function onClick() {
53898
+ window.open(sectionproperties.storeinfolocationlink, '_blank');
53899
+ }
53900
+ }, /*#__PURE__*/React__default["default"].createElement(GoLocation.GoLocation, {
53901
+ size: sectionproperties.tiktokbtniconfontsize
53848
53902
  })))))))), sectionproperties.footerstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
53849
53903
  "class": "row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
53850
53904
  style: {
@@ -53866,13 +53920,13 @@ var Footer8 = function Footer8(props) {
53866
53920
  }
53867
53921
  }, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
53868
53922
  "class": "col-lg-12 text-start px-5 flex-column"
53869
- }, 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", {
53923
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53870
53924
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
53871
53925
  onClick: function onClick() {
53872
- var _authdetailsContext$i26;
53873
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.facebooklink) != null) {
53874
- var _authdetailsContext$i27;
53875
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.facebooklink, '_blank');
53926
+ var _authdetailsContext$i28;
53927
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.facebooklink) != null) {
53928
+ var _authdetailsContext$i29;
53929
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.facebooklink, '_blank');
53876
53930
  }
53877
53931
  },
53878
53932
  style: {
@@ -53883,13 +53937,13 @@ var Footer8 = function Footer8(props) {
53883
53937
  fontWeight: 500,
53884
53938
  textAlign: langdetect == 'en' ? 'left' : 'right'
53885
53939
  }
53886
- }, "Facebook"), 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", {
53940
+ }, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53887
53941
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
53888
53942
  onClick: function onClick() {
53889
- var _authdetailsContext$i29;
53890
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink) != null) {
53891
- var _authdetailsContext$i30;
53892
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.instagramlink, '_blank');
53943
+ var _authdetailsContext$i31;
53944
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.instagramlink) != null) {
53945
+ var _authdetailsContext$i32;
53946
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.instagramlink, '_blank');
53893
53947
  }
53894
53948
  },
53895
53949
  style: {
@@ -53900,13 +53954,13 @@ var Footer8 = function Footer8(props) {
53900
53954
  fontWeight: 500,
53901
53955
  textAlign: langdetect == 'en' ? 'left' : 'right'
53902
53956
  }
53903
- }, "Instagram"), 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", {
53957
+ }, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53904
53958
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
53905
53959
  onClick: function onClick() {
53906
- var _authdetailsContext$i32;
53907
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber) != null) {
53908
- var _authdetailsContext$i33;
53909
- 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');
53960
+ var _authdetailsContext$i34;
53961
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.whatsappnumber) != null) {
53962
+ var _authdetailsContext$i35;
53963
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.whatsappnumber), '_blank');
53910
53964
  }
53911
53965
  },
53912
53966
  style: {
@@ -53917,15 +53971,15 @@ var Footer8 = function Footer8(props) {
53917
53971
  fontWeight: 500,
53918
53972
  textAlign: langdetect == 'en' ? 'left' : 'right'
53919
53973
  }
53920
- }, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53974
+ }, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53921
53975
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start '
53922
53976
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
53923
53977
  ,
53924
53978
  onClick: function onClick() {
53925
- var _authdetailsContext$i35;
53926
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.tiktoklink) != null) {
53927
- var _authdetailsContext$i36;
53928
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.tiktoklink, '_blank');
53979
+ var _authdetailsContext$i37;
53980
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.tiktoklink) != null) {
53981
+ var _authdetailsContext$i38;
53982
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.tiktoklink, '_blank');
53929
53983
  }
53930
53984
  },
53931
53985
  style: {
@@ -53936,7 +53990,7 @@ var Footer8 = function Footer8(props) {
53936
53990
  fontWeight: 500,
53937
53991
  textAlign: langdetect == 'en' ? 'left' : 'right'
53938
53992
  }
53939
- }, "Tiktok"), (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", {
53993
+ }, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
53940
53994
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
53941
53995
  style: {
53942
53996
  width: 'auto',
@@ -53949,10 +54003,10 @@ var Footer8 = function Footer8(props) {
53949
54003
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
53950
54004
  ,
53951
54005
  onClick: function onClick() {
53952
- var _authdetailsContext$i38;
53953
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.tiktoklink) != null) {
53954
- var _authdetailsContext$i39;
53955
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.linkedinlink, '_blank');
54006
+ var _authdetailsContext$i40;
54007
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.tiktoklink) != null) {
54008
+ var _authdetailsContext$i41;
54009
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.linkedinlink, '_blank');
53956
54010
  }
53957
54011
  }
53958
54012
  }, "LinkedIn")))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -53969,7 +54023,7 @@ var Footer8 = function Footer8(props) {
53969
54023
  color: sectionproperties.prodCatColor,
53970
54024
  textAlign: langdetect == 'en' ? 'left' : 'right'
53971
54025
  }
53972
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
54026
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
53973
54027
  "class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
53974
54028
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53975
54029
  "class": "row m-0 w-100"
@@ -53981,8 +54035,8 @@ var Footer8 = function Footer8(props) {
53981
54035
  textAlign: langdetect == 'en' ? 'left' : 'right'
53982
54036
  },
53983
54037
  onClick: function onClick() {
53984
- var _authdetailsContext$i42;
53985
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 || (_authdetailsContext$i42 = _authdetailsContext$i42.contactinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.email), '_self');
54038
+ var _authdetailsContext$i44;
54039
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 || (_authdetailsContext$i44 = _authdetailsContext$i44.contactinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.email), '_self');
53986
54040
  }
53987
54041
  }, langdetect == 'en' ? 'T: ' : 'الهاتف: ', " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
53988
54042
  "class": "col-lg-12 p-0"
@@ -53994,7 +54048,7 @@ var Footer8 = function Footer8(props) {
53994
54048
  onClick: function onClick() {
53995
54049
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
53996
54050
  }
53997
- }, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 || (_authdetailsContext$i43 = _authdetailsContext$i43.contactinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.email))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
54051
+ }, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 || (_authdetailsContext$i45 = _authdetailsContext$i45.contactinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.email))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53998
54052
  "class": "row m-0 allcentered"
53999
54053
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54000
54054
  "class": "".concat(footerStyles.divider) + ' '
@@ -54108,7 +54162,7 @@ var Footer8 = function Footer8(props) {
54108
54162
  onClick: function onClick() {
54109
54163
  routingcountext(StaticPagesLinksContext.Ordershistory);
54110
54164
  }
54111
- }, lang.orderhistory)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("div", {
54165
+ }, lang.orderhistory)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("div", {
54112
54166
  "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
54113
54167
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54114
54168
  "class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
@@ -54168,7 +54222,7 @@ var Footer8 = function Footer8(props) {
54168
54222
  marginBottom: 0,
54169
54223
  fontWeight: 500
54170
54224
  }
54171
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.address_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
54225
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.address_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
54172
54226
  "class": "col-lg-12 p-0 text-start"
54173
54227
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54174
54228
  "class": "".concat(footerStyles.iconTextStyle),
@@ -54316,8 +54370,8 @@ var Footer8 = function Footer8(props) {
54316
54370
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54317
54371
  "class": "".concat(footerStyles.iconTextStyle) + ' cursor-pointer ',
54318
54372
  onClick: function onClick() {
54319
- var _authdetailsContext$i47;
54320
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 || (_authdetailsContext$i47 = _authdetailsContext$i47.contactinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.email), '_self');
54373
+ var _authdetailsContext$i49;
54374
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 || (_authdetailsContext$i49 = _authdetailsContext$i49.contactinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.email), '_self');
54321
54375
  }
54322
54376
  }, "contact@advisor-firm.com")), /*#__PURE__*/React__default["default"].createElement("div", {
54323
54377
  "class": "col-lg-12 p-0 allcentered",
@@ -54353,61 +54407,61 @@ var Footer8 = function Footer8(props) {
54353
54407
  "class": "row m-0 w-100"
54354
54408
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54355
54409
  className: "col-lg-12 p-0 d-flex flex-row"
54356
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54410
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54357
54411
  "class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
54358
54412
  onClick: function onClick() {
54359
- var _authdetailsContext$i49;
54360
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.facebooklink) != null) {
54361
- var _authdetailsContext$i50;
54362
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.facebooklink, '_blank');
54413
+ var _authdetailsContext$i51;
54414
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.facebooklink) != null) {
54415
+ var _authdetailsContext$i52;
54416
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.facebooklink, '_blank');
54363
54417
  }
54364
54418
  }
54365
54419
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
54366
54420
  size: sectionproperties.facebkbtnniconfontsize
54367
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54421
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54368
54422
  "class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2',
54369
54423
  onClick: function onClick() {
54370
- var _authdetailsContext$i52;
54371
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.linkedinlink) != null) {
54372
- var _authdetailsContext$i53;
54373
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.linkedinlink, '_blank');
54424
+ var _authdetailsContext$i54;
54425
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.linkedinlink) != null) {
54426
+ var _authdetailsContext$i55;
54427
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.linkedinlink, '_blank');
54374
54428
  }
54375
54429
  }
54376
54430
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
54377
54431
  size: sectionproperties.linkedinbtniconfontsize
54378
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54432
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54379
54433
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54380
54434
  onClick: function onClick() {
54381
- var _authdetailsContext$i55;
54382
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.instagramlink) != null) {
54383
- var _authdetailsContext$i56;
54384
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.instagramlink, '_blank');
54435
+ var _authdetailsContext$i57;
54436
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.instagramlink) != null) {
54437
+ var _authdetailsContext$i58;
54438
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.instagramlink, '_blank');
54385
54439
  }
54386
54440
  }
54387
54441
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
54388
54442
  size: sectionproperties.instgrambtniconfontsize
54389
54443
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
54390
54444
  className: "col-lg-12 p-0 d-flex flex-row mt-3"
54391
- }, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54445
+ }, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54392
54446
  "class": langdetect == 'en' ? " ".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center ml-2'
54393
54447
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54394
54448
  ,
54395
54449
  onClick: function onClick() {
54396
- var _authdetailsContext$i58;
54397
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.tiktoklink) != null) {
54398
- var _authdetailsContext$i59;
54399
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.tiktoklink, '_blank');
54450
+ var _authdetailsContext$i60;
54451
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.tiktoklink) != null) {
54452
+ var _authdetailsContext$i61;
54453
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.tiktoklink, '_blank');
54400
54454
  }
54401
54455
  }
54402
54456
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
54403
54457
  size: sectionproperties.tiktokbtniconfontsize
54404
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54458
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54405
54459
  "class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54406
54460
  onClick: function onClick() {
54407
- var _authdetailsContext$i61;
54408
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.youtubelink) != null) {
54409
- var _authdetailsContext$i62;
54410
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.youtubelink, '_blank');
54461
+ var _authdetailsContext$i63;
54462
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.youtubelink) != null) {
54463
+ var _authdetailsContext$i64;
54464
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.youtubelink, '_blank');
54411
54465
  }
54412
54466
  }
54413
54467
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
@@ -54470,7 +54524,7 @@ var Footer8 = function Footer8(props) {
54470
54524
  style: {
54471
54525
  color: '#818181'
54472
54526
  }
54473
- }, "\u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0645\u062D\u0641\u0648\u0638\u0629 \xA9 2025 \u0645\u0624\u0633\u0633\u0629 \u0627\u0644\u0645\u0633\u062A\u0634\u0627\u0631"))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
54527
+ }, "\u062D\u0642\u0648\u0642 \u0627\u0644\u0646\u0634\u0631 \u0645\u062D\u0641\u0648\u0638\u0629 \xA9 2025 \u0645\u0624\u0633\u0633\u0629 \u0627\u0644\u0645\u0633\u062A\u0634\u0627\u0631"))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
54474
54528
  "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
54475
54529
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54476
54530
  "class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
@@ -54690,8 +54744,8 @@ var Footer8 = function Footer8(props) {
54690
54744
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
54691
54745
  "class": "".concat(footerStyles.iconTextStylepagename) + ' col-lg-12 p-0 d-flex flex-row mt-3 align-items-center ',
54692
54746
  onClick: function onClick() {
54693
- var _authdetailsContext$i64;
54694
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 || (_authdetailsContext$i64 = _authdetailsContext$i64.contactinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.email), '_self');
54747
+ var _authdetailsContext$i66;
54748
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 || (_authdetailsContext$i66 = _authdetailsContext$i66.contactinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.email), '_self');
54695
54749
  }
54696
54750
  }, /*#__PURE__*/React__default["default"].createElement("i", {
54697
54751
  "class": ' fa fa-at mr-2 ml-2 '
@@ -54700,7 +54754,7 @@ var Footer8 = function Footer8(props) {
54700
54754
  style: {
54701
54755
  textAlign: langdetect == 'en' ? 'left' : 'right'
54702
54756
  }
54703
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 || (_authdetailsContext$i65 = _authdetailsContext$i65.contactinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.email)), /*#__PURE__*/React__default["default"].createElement("div", {
54757
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 || (_authdetailsContext$i67 = _authdetailsContext$i67.contactinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.email)), /*#__PURE__*/React__default["default"].createElement("div", {
54704
54758
  "class": "col-lg-12 p-0 text-start mb-2 mt-1"
54705
54759
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54706
54760
  "class": "".concat(footerStyles.textStyles)
@@ -54710,69 +54764,69 @@ var Footer8 = function Footer8(props) {
54710
54764
  "class": "row m-0 w-100"
54711
54765
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54712
54766
  className: "col-lg-12 p-0 d-flex flex-row"
54713
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54767
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54714
54768
  "class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
54715
54769
  onClick: function onClick() {
54716
- var _authdetailsContext$i67;
54717
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.facebooklink) != null) {
54718
- var _authdetailsContext$i68;
54719
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.facebooklink, '_blank');
54770
+ var _authdetailsContext$i69;
54771
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.facebooklink) != null) {
54772
+ var _authdetailsContext$i70;
54773
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.facebooklink, '_blank');
54720
54774
  }
54721
54775
  }
54722
54776
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
54723
54777
  size: sectionproperties.facebkbtnniconfontsize
54724
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54778
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54725
54779
  "class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
54726
54780
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54727
54781
  ,
54728
54782
  onClick: function onClick() {
54729
- var _authdetailsContext$i70;
54730
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.linkedinlink) != null) {
54731
- var _authdetailsContext$i71;
54732
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.linkedinlink, '_blank');
54783
+ var _authdetailsContext$i72;
54784
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.linkedinlink) != null) {
54785
+ var _authdetailsContext$i73;
54786
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.linkedinlink, '_blank');
54733
54787
  }
54734
54788
  }
54735
54789
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
54736
54790
  size: sectionproperties.instgrambtniconfontsize
54737
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54791
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54738
54792
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54739
54793
  onClick: function onClick() {
54740
- var _authdetailsContext$i73;
54741
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.instagramlink) != null) {
54742
- var _authdetailsContext$i74;
54743
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.instagramlink, '_blank');
54794
+ var _authdetailsContext$i75;
54795
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.instagramlink) != null) {
54796
+ var _authdetailsContext$i76;
54797
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.instagramlink, '_blank');
54744
54798
  }
54745
54799
  }
54746
54800
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
54747
54801
  size: sectionproperties.instgrambtniconfontsize
54748
54802
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
54749
54803
  className: "col-lg-12 p-0 d-flex flex-row mt-3"
54750
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54804
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i77 = authdetailsContext.instinfo) === null || _authdetailsContext$i77 === void 0 ? void 0 : _authdetailsContext$i77.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54751
54805
  "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btnnnn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.youtube_btnnnn) + ' d-flex align-items-center justify-content-center ml-2',
54752
54806
  onClick: function onClick() {
54753
- var _authdetailsContext$i76;
54754
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.youtubelink) != null) {
54755
- var _authdetailsContext$i77;
54756
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i77 = authdetailsContext.instinfo) === null || _authdetailsContext$i77 === void 0 ? void 0 : _authdetailsContext$i77.youtubelink, '_blank');
54807
+ var _authdetailsContext$i78;
54808
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i78 = authdetailsContext.instinfo) === null || _authdetailsContext$i78 === void 0 ? void 0 : _authdetailsContext$i78.youtubelink) != null) {
54809
+ var _authdetailsContext$i79;
54810
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i79 = authdetailsContext.instinfo) === null || _authdetailsContext$i79 === void 0 ? void 0 : _authdetailsContext$i79.youtubelink, '_blank');
54757
54811
  }
54758
54812
  }
54759
54813
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
54760
54814
  size: sectionproperties.youtubebtniconfontsize
54761
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i78 = authdetailsContext.instinfo) === null || _authdetailsContext$i78 === void 0 || (_authdetailsContext$i78 = _authdetailsContext$i78.contactinfo) === null || _authdetailsContext$i78 === void 0 ? void 0 : _authdetailsContext$i78.email) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54815
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i80 = authdetailsContext.instinfo) === null || _authdetailsContext$i80 === void 0 || (_authdetailsContext$i80 = _authdetailsContext$i80.contactinfo) === null || _authdetailsContext$i80 === void 0 ? void 0 : _authdetailsContext$i80.email) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54762
54816
  "class": "".concat(footerStyles.mailbtn) + ' d-flex align-items-center justify-content-center mr-2 ml-2',
54763
54817
  onClick: function onClick() {
54764
- var _authdetailsContext$i79;
54765
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i79 = authdetailsContext.instinfo) === null || _authdetailsContext$i79 === void 0 || (_authdetailsContext$i79 = _authdetailsContext$i79.contactinfo) === null || _authdetailsContext$i79 === void 0 ? void 0 : _authdetailsContext$i79.email), '_self');
54818
+ var _authdetailsContext$i81;
54819
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i81 = authdetailsContext.instinfo) === null || _authdetailsContext$i81 === void 0 || (_authdetailsContext$i81 = _authdetailsContext$i81.contactinfo) === null || _authdetailsContext$i81 === void 0 ? void 0 : _authdetailsContext$i81.email), '_self');
54766
54820
  }
54767
54821
  }, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
54768
54822
  size: sectionproperties.youtubebtniconfontsize
54769
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i80 = authdetailsContext.instinfo) === null || _authdetailsContext$i80 === void 0 ? void 0 : _authdetailsContext$i80.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54823
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i82 = authdetailsContext.instinfo) === null || _authdetailsContext$i82 === void 0 ? void 0 : _authdetailsContext$i82.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54770
54824
  "class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54771
54825
  onClick: function onClick() {
54772
- var _authdetailsContext$i81;
54773
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i81 = authdetailsContext.instinfo) === null || _authdetailsContext$i81 === void 0 ? void 0 : _authdetailsContext$i81.whatsappnumber) != null) {
54774
- var _authdetailsContext$i82;
54775
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i82 = authdetailsContext.instinfo) === null || _authdetailsContext$i82 === void 0 ? void 0 : _authdetailsContext$i82.whatsappnumber), '_blank');
54826
+ var _authdetailsContext$i83;
54827
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i83 = authdetailsContext.instinfo) === null || _authdetailsContext$i83 === void 0 ? void 0 : _authdetailsContext$i83.whatsappnumber) != null) {
54828
+ var _authdetailsContext$i84;
54829
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i84 = authdetailsContext.instinfo) === null || _authdetailsContext$i84 === void 0 ? void 0 : _authdetailsContext$i84.whatsappnumber), '_blank');
54776
54830
  }
54777
54831
  }
54778
54832
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {