tabexseriescomponents 0.2.1099 → 0.5.1

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,7 +6209,6 @@ 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;
6213
6212
  var MeasurementUnitSection = function MeasurementUnitSection() {
6214
6213
  return /*#__PURE__*/React__default["default"].createElement("div", {
6215
6214
  className: 'col-lg-12 p-0 mb-1 d-flex justify-content-start align-items-center mb-1 mt-3'
@@ -6289,7 +6288,7 @@ var Article_itemtype = function Article_itemtype(props) {
6289
6288
  }));
6290
6289
  }
6291
6290
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
6292
- "class": "px-md-3 px-1025-1 w-100",
6291
+ "class": "px-md-3 px-1025-1",
6293
6292
  style: {
6294
6293
  paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
6295
6294
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px'
@@ -6353,26 +6352,7 @@ var Article_itemtype = function Article_itemtype(props) {
6353
6352
  dangerouslySetInnerHTML: {
6354
6353
  __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
6355
6354
  }
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", {
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", {
6376
6356
  "class": "col-lg-12 p-0 my-4"
6377
6357
  }, /*#__PURE__*/React__default["default"].createElement("div", {
6378
6358
  "class": "row m-0 w-100"
@@ -6435,10 +6415,6 @@ var Productinfo = function Productinfo(props) {
6435
6415
  _useState8 = _slicedToArray__default["default"](_useState7, 2),
6436
6416
  isProductPageLoading = _useState8[0],
6437
6417
  setisProductPageLoading = _useState8[1];
6438
- var _useState9 = React.useState([]),
6439
- _useState0 = _slicedToArray__default["default"](_useState9, 2),
6440
- productpdfsarray = _useState0[0],
6441
- setproductpdfsarray = _useState0[1];
6442
6418
  React.useEffect(function () {
6443
6419
  if (productinfoDataPassedProps != undefined && productinfoDataPassedProps != null && _typeof__default["default"](productinfoDataPassedProps) === 'object' && Object.keys(productinfoDataPassedProps).length != 0) {
6444
6420
  if (Object.keys(fetchProductInfoQueryContext).length == 0) {
@@ -6511,51 +6487,51 @@ var Productinfo = function Productinfo(props) {
6511
6487
  var setCurrentPageIdContext = props.actions.setCurrentPageIdContext;
6512
6488
  var NotificationManager = props.actions.NotificationManager;
6513
6489
  var productidparam = props.productidparam;
6514
- var _useState1 = React.useState(''),
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),
6515
6495
  _useState10 = _slicedToArray__default["default"](_useState1, 2),
6516
- variantsku = _useState10[0],
6517
- setvariantsku = _useState10[1];
6518
- var _useState11 = React.useState(false),
6496
+ isoutofstock = _useState10[0],
6497
+ setisoutofstock = _useState10[1];
6498
+ var _useState11 = React.useState(''),
6519
6499
  _useState12 = _slicedToArray__default["default"](_useState11, 2),
6520
- isoutofstock = _useState12[0],
6521
- setisoutofstock = _useState12[1];
6500
+ sectionproperties = _useState12[0],
6501
+ setsectionproperties = _useState12[1];
6522
6502
  var _useState13 = React.useState(''),
6523
- _useState14 = _slicedToArray__default["default"](_useState13, 2),
6524
- sectionproperties = _useState14[0],
6525
- setsectionproperties = _useState14[1];
6503
+ _useState14 = _slicedToArray__default["default"](_useState13, 2);
6504
+ _useState14[0];
6505
+ var setCurrentPageId = _useState14[1];
6526
6506
  var _useState15 = React.useState(''),
6527
6507
  _useState16 = _slicedToArray__default["default"](_useState15, 2);
6528
6508
  _useState16[0];
6529
- var setCurrentPageId = _useState16[1];
6509
+ var setRelatedProductsTagid = _useState16[1];
6530
6510
  var _useState17 = 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'),
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([]),
6539
6519
  _useState22 = _slicedToArray__default["default"](_useState21, 2);
6540
6520
  _useState22[0];
6541
6521
  _useState22[1];
6542
6522
  var _useState23 = React.useState([]),
6543
- _useState24 = _slicedToArray__default["default"](_useState23, 2);
6544
- _useState24[0];
6545
- _useState24[1];
6523
+ _useState24 = _slicedToArray__default["default"](_useState23, 2),
6524
+ Relatedproducts = _useState24[0],
6525
+ setRelatedproducts = _useState24[1];
6546
6526
  var _useState25 = React.useState([]),
6547
6527
  _useState26 = _slicedToArray__default["default"](_useState25, 2),
6548
- Relatedproducts = _useState26[0],
6549
- setRelatedproducts = _useState26[1];
6550
- var _useState27 = React.useState([]),
6528
+ productimagesarray = _useState26[0],
6529
+ setproductimagesarray = _useState26[1];
6530
+ var _useState27 = React.useState(null),
6551
6531
  _useState28 = _slicedToArray__default["default"](_useState27, 2),
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({
6532
+ quantityconditionfoundobj = _useState28[0];
6533
+ _useState28[1];
6534
+ var _useState29 = React.useState({
6559
6535
  functype: 'add',
6560
6536
  item_type: 'product',
6561
6537
  productid: '',
@@ -6567,53 +6543,53 @@ var Productinfo = function Productinfo(props) {
6567
6543
  to: '',
6568
6544
  extrafields: []
6569
6545
  }),
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];
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];
6577
6557
  var _useState35 = React.useState(''),
6578
6558
  _useState36 = _slicedToArray__default["default"](_useState35, 2),
6579
- variantindexcompleted = _useState36[0],
6580
- setvariantindexcompleted = _useState36[1];
6581
- var _useState37 = React.useState(''),
6559
+ variantindex = _useState36[0],
6560
+ setvariantindex = _useState36[1];
6561
+ var _useState37 = React.useState(false),
6582
6562
  _useState38 = _slicedToArray__default["default"](_useState37, 2),
6583
- variantindex = _useState38[0],
6584
- setvariantindex = _useState38[1];
6563
+ isloaded = _useState38[0],
6564
+ setisloaded = _useState38[1];
6585
6565
  var _useState39 = React.useState(false),
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),
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(''),
6594
6574
  _useState44 = _slicedToArray__default["default"](_useState43, 2),
6595
- currentshowingimageindex = _useState44[0],
6596
- setcurrentshowingimageindex = _useState44[1];
6575
+ tabIndex = _useState44[0],
6576
+ setTabIndex = _useState44[1];
6597
6577
  var _useState45 = React.useState(''),
6598
6578
  _useState46 = _slicedToArray__default["default"](_useState45, 2),
6599
- tabIndex = _useState46[0],
6600
- setTabIndex = _useState46[1];
6601
- var _useState47 = React.useState(''),
6579
+ tabname = _useState46[0],
6580
+ settabname = _useState46[1];
6581
+ var _useState47 = React.useState([]),
6602
6582
  _useState48 = _slicedToArray__default["default"](_useState47, 2),
6603
- tabname = _useState48[0],
6604
- settabname = _useState48[1];
6583
+ sizeguideimage = _useState48[0],
6584
+ setsizeguideimage = _useState48[1];
6605
6585
  var _useState49 = React.useState([]),
6606
6586
  _useState50 = _slicedToArray__default["default"](_useState49, 2),
6607
- sizeguideimage = _useState50[0],
6608
- setsizeguideimage = _useState50[1];
6587
+ productVideos = _useState50[0],
6588
+ setproductVideos = _useState50[1];
6609
6589
  var _useState51 = React.useState([]),
6610
6590
  _useState52 = _slicedToArray__default["default"](_useState51, 2),
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];
6591
+ variantvalueidentifier = _useState52[0],
6592
+ setvariantvalueidentifier = _useState52[1];
6617
6593
  var handleTabChange = function handleTabChange(event, newTabIndex) {
6618
6594
  setTabIndex(newTabIndex);
6619
6595
  };
@@ -6772,10 +6748,10 @@ var Productinfo = function Productinfo(props) {
6772
6748
  var _fetchProductInfoQuer24, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer28, _fetchProductInfoQuer29, _fetchProductInfoQuer31, _fetchProductInfoQuer32, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35;
6773
6749
  var tempproductimagesarray = [];
6774
6750
  var sizeguideimagetemp = [];
6775
- var tempproductpdfsarray = [];
6776
6751
  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)) {
6777
6752
  var _fetchProductInfoQuer25;
6778
6753
  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;
6779
6755
  var imagepath = arrayItem.path;
6780
6756
 
6781
6757
  // var sizeguideimagearrayobj = {
@@ -6783,49 +6759,42 @@ var Productinfo = function Productinfo(props) {
6783
6759
  // original: arrayItem.path,
6784
6760
  // galleryid: arrayItem.galleryid,
6785
6761
  // };
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);
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);
6792
6775
  var productimagesarrayobj = {
6793
- thumbnail: imagePath,
6794
- original: imagePath,
6776
+ thumbnail: arrayItem.path,
6777
+ original: arrayItem.path,
6795
6778
  galleryid: arrayItem.galleryid
6796
6779
  };
6797
6780
  } else {
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);
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
+ };
6819
6786
  }
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);
6820
6791
  } else {
6821
- // var tempproductpdfsarray = [...productpdfsarray];
6822
- tempproductpdfsarray.push(arrayItem.path);
6792
+ tempproductimagesarray.push(productimagesarrayobj);
6823
6793
  }
6824
6794
  });
6825
6795
  }
6826
6796
  setsizeguideimage([].concat(sizeguideimagetemp));
6827
6797
  setproductimagesarray([].concat(tempproductimagesarray));
6828
- setproductpdfsarray([].concat(tempproductpdfsarray));
6829
6798
  variantchecker();
6830
6799
  var quantitystepincrearse = 1;
6831
6800
  var tempaddtocardpayloadobj = _objectSpread$2A({}, addtocardpayloadobj);
@@ -8766,7 +8735,7 @@ var Productinfo = function Productinfo(props) {
8766
8735
  langdetect: langdetect,
8767
8736
  lang: lang,
8768
8737
  srcfromprops: props.srcfromprops
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))
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))
8770
8739
  }), (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, {
8771
8740
  actions: (_ref2 = {
8772
8741
  variantnotchosendisclaimer: variantnotchosendisclaimer,
@@ -8776,7 +8745,7 @@ var Productinfo = function Productinfo(props) {
8776
8745
  langdetect: langdetect,
8777
8746
  lang: lang,
8778
8747
  srcfromprops: props.srcfromprops
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))
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))
8780
8749
  }), (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, {
8781
8750
  actions: (_ref3 = {
8782
8751
  // getprice_discountpricepropsnormalonly: getprice_discountpricepropsnormalonly,
@@ -8788,7 +8757,7 @@ var Productinfo = function Productinfo(props) {
8788
8757
  langdetect: langdetect,
8789
8758
  lang: lang,
8790
8759
  srcfromprops: props.srcfromprops
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))
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))
8792
8761
  }), 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", {
8793
8762
  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 ',
8794
8763
  style: {
@@ -53425,7 +53394,7 @@ var Footer7 = function Footer7(props) {
53425
53394
  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; }
53426
53395
  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; }
53427
53396
  var Footer8 = function Footer8(props) {
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;
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;
53429
53398
  var _useState = React.useState(''),
53430
53399
  _useState2 = _slicedToArray__default["default"](_useState, 2),
53431
53400
  sectionproperties = _useState2[0],
@@ -53691,7 +53660,7 @@ var Footer8 = function Footer8(props) {
53691
53660
  "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'
53692
53661
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53693
53662
  "class": "row m-0 w-100"
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", {
53663
+ }, sectionproperties.showlogo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53695
53664
  "class": "col-lg-12 p-0 d-flex justify-content-start align-items-center mb-auto"
53696
53665
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53697
53666
  "class": "".concat(footerStyles.logoStyles) + ' d-flex justify-content-start align-items-center cursor-pointer ',
@@ -53708,23 +53677,6 @@ var Footer8 = function Footer8(props) {
53708
53677
  objectFit: 'contain'
53709
53678
  },
53710
53679
  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"
53728
53680
  }))), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionposition == 'Bottom' && /*#__PURE__*/React__default["default"].createElement("div", {
53729
53681
  "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'
53730
53682
  }, /*#__PURE__*/React__default["default"].createElement("p", {
@@ -53735,7 +53687,7 @@ var Footer8 = function Footer8(props) {
53735
53687
  color: sectionproperties.prodCatColor,
53736
53688
  textAlign: langdetect == 'en' ? 'left' : 'right'
53737
53689
  }
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", {
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", {
53739
53691
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 p-0' : 'col-lg-8 p-0'
53740
53692
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53741
53693
  "class": "row m-0 w-100"
@@ -53749,7 +53701,7 @@ var Footer8 = function Footer8(props) {
53749
53701
  color: sectionproperties.prodCatColor,
53750
53702
  textAlign: langdetect == 'en' ? 'left' : 'right'
53751
53703
  }
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", {
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", {
53753
53705
  "class": 'col-lg-6 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
53754
53706
  }, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
53755
53707
  "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none cursor-pointer ',
@@ -53773,9 +53725,12 @@ var Footer8 = function Footer8(props) {
53773
53725
  textAlign: langdetect == 'en' ? 'left' : 'right'
53774
53726
  },
53775
53727
  onClick: function onClick() {
53776
- window.open(sectionproperties.storeinfolocationlink, '_blank');
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
+ }
53777
53732
  }
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", {
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", {
53779
53734
  "class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
53780
53735
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53781
53736
  "class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
@@ -53792,8 +53747,8 @@ var Footer8 = function Footer8(props) {
53792
53747
  "class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
53793
53748
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
53794
53749
  onClick: function onClick() {
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');
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');
53797
53752
  }
53798
53753
  })), /*#__PURE__*/React__default["default"].createElement("div", {
53799
53754
  "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'
@@ -53801,8 +53756,8 @@ var Footer8 = function Footer8(props) {
53801
53756
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
53802
53757
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
53803
53758
  onClick: function onClick() {
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');
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');
53806
53761
  }
53807
53762
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
53808
53763
  "class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
@@ -53820,8 +53775,8 @@ var Footer8 = function Footer8(props) {
53820
53775
  }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53821
53776
  "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 ',
53822
53777
  onClick: function onClick() {
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');
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');
53825
53780
  }
53826
53781
  }, /*#__PURE__*/React__default["default"].createElement("p", {
53827
53782
  "class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 ',
@@ -53830,7 +53785,7 @@ var Footer8 = function Footer8(props) {
53830
53785
  borderBottomStyle: 'solid',
53831
53786
  textAlign: langdetect == 'en' ? 'left' : 'right'
53832
53787
  }
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", {
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", {
53834
53789
  "class": "col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start"
53835
53790
  }, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
53836
53791
  "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 ',
@@ -53844,61 +53799,52 @@ var Footer8 = function Footer8(props) {
53844
53799
  }
53845
53800
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
53846
53801
  "class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
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", {
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", {
53848
53803
  "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 ',
53849
53804
  onClick: function onClick() {
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');
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');
53854
53809
  }
53855
53810
  }
53856
53811
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
53857
53812
  size: sectionproperties.facebkbtnniconfontsize
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", {
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", {
53859
53814
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
53860
53815
  onClick: function onClick() {
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');
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');
53865
53820
  }
53866
53821
  }
53867
53822
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
53868
53823
  size: sectionproperties.instgrambtniconfontsize
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", {
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", {
53870
53825
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
53871
53826
  onClick: function onClick() {
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');
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');
53876
53831
  }
53877
53832
  }
53878
53833
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
53879
53834
  size: sectionproperties.youtubebtniconfontsize
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", {
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", {
53881
53836
  "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 '
53882
53837
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
53883
53838
  ,
53884
53839
  onClick: function onClick() {
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');
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');
53889
53844
  }
53890
53845
  }
53891
53846
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
53892
53847
  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
53902
53848
  })))))))), sectionproperties.footerstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
53903
53849
  "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",
53904
53850
  style: {
@@ -53920,13 +53866,13 @@ var Footer8 = function Footer8(props) {
53920
53866
  }
53921
53867
  }, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
53922
53868
  "class": "col-lg-12 text-start px-5 flex-column"
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", {
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", {
53924
53870
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
53925
53871
  onClick: function onClick() {
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');
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');
53930
53876
  }
53931
53877
  },
53932
53878
  style: {
@@ -53937,13 +53883,13 @@ var Footer8 = function Footer8(props) {
53937
53883
  fontWeight: 500,
53938
53884
  textAlign: langdetect == 'en' ? 'left' : 'right'
53939
53885
  }
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", {
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", {
53941
53887
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
53942
53888
  onClick: function onClick() {
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');
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');
53947
53893
  }
53948
53894
  },
53949
53895
  style: {
@@ -53954,13 +53900,13 @@ var Footer8 = function Footer8(props) {
53954
53900
  fontWeight: 500,
53955
53901
  textAlign: langdetect == 'en' ? 'left' : 'right'
53956
53902
  }
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", {
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", {
53958
53904
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
53959
53905
  onClick: function onClick() {
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');
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');
53964
53910
  }
53965
53911
  },
53966
53912
  style: {
@@ -53971,15 +53917,15 @@ var Footer8 = function Footer8(props) {
53971
53917
  fontWeight: 500,
53972
53918
  textAlign: langdetect == 'en' ? 'left' : 'right'
53973
53919
  }
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", {
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", {
53975
53921
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start '
53976
53922
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
53977
53923
  ,
53978
53924
  onClick: function onClick() {
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');
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');
53983
53929
  }
53984
53930
  },
53985
53931
  style: {
@@ -53990,7 +53936,7 @@ var Footer8 = function Footer8(props) {
53990
53936
  fontWeight: 500,
53991
53937
  textAlign: langdetect == 'en' ? 'left' : 'right'
53992
53938
  }
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", {
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", {
53994
53940
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
53995
53941
  style: {
53996
53942
  width: 'auto',
@@ -54003,10 +53949,10 @@ var Footer8 = function Footer8(props) {
54003
53949
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54004
53950
  ,
54005
53951
  onClick: function onClick() {
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');
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');
54010
53956
  }
54011
53957
  }
54012
53958
  }, "LinkedIn")))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -54023,7 +53969,7 @@ var Footer8 = function Footer8(props) {
54023
53969
  color: sectionproperties.prodCatColor,
54024
53970
  textAlign: langdetect == 'en' ? 'left' : 'right'
54025
53971
  }
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", {
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", {
54027
53973
  "class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
54028
53974
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54029
53975
  "class": "row m-0 w-100"
@@ -54035,8 +53981,8 @@ var Footer8 = function Footer8(props) {
54035
53981
  textAlign: langdetect == 'en' ? 'left' : 'right'
54036
53982
  },
54037
53983
  onClick: function onClick() {
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');
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');
54040
53986
  }
54041
53987
  }, langdetect == 'en' ? 'T: ' : 'الهاتف: ', " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
54042
53988
  "class": "col-lg-12 p-0"
@@ -54048,7 +53994,7 @@ var Footer8 = function Footer8(props) {
54048
53994
  onClick: function onClick() {
54049
53995
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
54050
53996
  }
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", {
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", {
54052
53998
  "class": "row m-0 allcentered"
54053
53999
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54054
54000
  "class": "".concat(footerStyles.divider) + ' '
@@ -54162,7 +54108,7 @@ var Footer8 = function Footer8(props) {
54162
54108
  onClick: function onClick() {
54163
54109
  routingcountext(StaticPagesLinksContext.Ordershistory);
54164
54110
  }
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", {
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", {
54166
54112
  "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
54167
54113
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54168
54114
  "class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
@@ -54222,7 +54168,7 @@ var Footer8 = function Footer8(props) {
54222
54168
  marginBottom: 0,
54223
54169
  fontWeight: 500
54224
54170
  }
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", {
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", {
54226
54172
  "class": "col-lg-12 p-0 text-start"
54227
54173
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54228
54174
  "class": "".concat(footerStyles.iconTextStyle),
@@ -54370,8 +54316,8 @@ var Footer8 = function Footer8(props) {
54370
54316
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54371
54317
  "class": "".concat(footerStyles.iconTextStyle) + ' cursor-pointer ',
54372
54318
  onClick: function onClick() {
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');
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');
54375
54321
  }
54376
54322
  }, "contact@advisor-firm.com")), /*#__PURE__*/React__default["default"].createElement("div", {
54377
54323
  "class": "col-lg-12 p-0 allcentered",
@@ -54407,61 +54353,61 @@ var Footer8 = function Footer8(props) {
54407
54353
  "class": "row m-0 w-100"
54408
54354
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54409
54355
  className: "col-lg-12 p-0 d-flex flex-row"
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", {
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", {
54411
54357
  "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 ',
54412
54358
  onClick: function onClick() {
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');
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');
54417
54363
  }
54418
54364
  }
54419
54365
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
54420
54366
  size: sectionproperties.facebkbtnniconfontsize
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", {
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", {
54422
54368
  "class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2',
54423
54369
  onClick: function onClick() {
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');
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');
54428
54374
  }
54429
54375
  }
54430
54376
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
54431
54377
  size: sectionproperties.linkedinbtniconfontsize
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", {
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", {
54433
54379
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54434
54380
  onClick: function onClick() {
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');
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');
54439
54385
  }
54440
54386
  }
54441
54387
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
54442
54388
  size: sectionproperties.instgrambtniconfontsize
54443
54389
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
54444
54390
  className: "col-lg-12 p-0 d-flex flex-row mt-3"
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", {
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", {
54446
54392
  "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'
54447
54393
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54448
54394
  ,
54449
54395
  onClick: function onClick() {
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');
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');
54454
54400
  }
54455
54401
  }
54456
54402
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
54457
54403
  size: sectionproperties.tiktokbtniconfontsize
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", {
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", {
54459
54405
  "class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54460
54406
  onClick: function onClick() {
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');
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');
54465
54411
  }
54466
54412
  }
54467
54413
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
@@ -54524,7 +54470,7 @@ var Footer8 = function Footer8(props) {
54524
54470
  style: {
54525
54471
  color: '#818181'
54526
54472
  }
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", {
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", {
54528
54474
  "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
54529
54475
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54530
54476
  "class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
@@ -54744,8 +54690,8 @@ var Footer8 = function Footer8(props) {
54744
54690
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
54745
54691
  "class": "".concat(footerStyles.iconTextStylepagename) + ' col-lg-12 p-0 d-flex flex-row mt-3 align-items-center ',
54746
54692
  onClick: function onClick() {
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');
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');
54749
54695
  }
54750
54696
  }, /*#__PURE__*/React__default["default"].createElement("i", {
54751
54697
  "class": ' fa fa-at mr-2 ml-2 '
@@ -54754,7 +54700,7 @@ var Footer8 = function Footer8(props) {
54754
54700
  style: {
54755
54701
  textAlign: langdetect == 'en' ? 'left' : 'right'
54756
54702
  }
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", {
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", {
54758
54704
  "class": "col-lg-12 p-0 text-start mb-2 mt-1"
54759
54705
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54760
54706
  "class": "".concat(footerStyles.textStyles)
@@ -54764,69 +54710,69 @@ var Footer8 = function Footer8(props) {
54764
54710
  "class": "row m-0 w-100"
54765
54711
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54766
54712
  className: "col-lg-12 p-0 d-flex flex-row"
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", {
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", {
54768
54714
  "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 ',
54769
54715
  onClick: function onClick() {
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');
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');
54774
54720
  }
54775
54721
  }
54776
54722
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
54777
54723
  size: sectionproperties.facebkbtnniconfontsize
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", {
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", {
54779
54725
  "class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
54780
54726
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54781
54727
  ,
54782
54728
  onClick: function onClick() {
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');
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');
54787
54733
  }
54788
54734
  }
54789
54735
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
54790
54736
  size: sectionproperties.instgrambtniconfontsize
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", {
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", {
54792
54738
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54793
54739
  onClick: function onClick() {
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');
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');
54798
54744
  }
54799
54745
  }
54800
54746
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
54801
54747
  size: sectionproperties.instgrambtniconfontsize
54802
54748
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
54803
54749
  className: "col-lg-12 p-0 d-flex flex-row mt-3"
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", {
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", {
54805
54751
  "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',
54806
54752
  onClick: function onClick() {
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');
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');
54811
54757
  }
54812
54758
  }
54813
54759
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube$1.AiFillYoutube, {
54814
54760
  size: sectionproperties.youtubebtniconfontsize
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", {
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", {
54816
54762
  "class": "".concat(footerStyles.mailbtn) + ' d-flex align-items-center justify-content-center mr-2 ml-2',
54817
54763
  onClick: function onClick() {
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');
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');
54820
54766
  }
54821
54767
  }, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
54822
54768
  size: sectionproperties.youtubebtniconfontsize
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", {
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", {
54824
54770
  "class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54825
54771
  onClick: function onClick() {
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');
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');
54830
54776
  }
54831
54777
  }
54832
54778
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
@@ -91389,7 +91335,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
91389
91335
  }, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6887802d26765' && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
91390
91336
  "class": "col-lg-12 p-0 d-flex align-items-center allcentered"
91391
91337
  }, /*#__PURE__*/React__default["default"].createElement("div", {
91392
- "class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 w-md-70 ',
91338
+ "class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 ',
91393
91339
  style: {
91394
91340
  direction: 'ltr'
91395
91341
  }