tabexseriescomponents 0.2.899 → 0.2.901

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.umd.js CHANGED
@@ -53781,7 +53781,7 @@
53781
53781
  function ownKeys$1A(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; }
53782
53782
  function _objectSpread$1A(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1A(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1A(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
53783
53783
  var Footer8 = function Footer8(props) {
53784
- var _authdetailsContext$i2, _authdetailsContext$i3, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i14, _authdetailsContext$i17, _authdetailsContext$i20, _authdetailsContext$i23, _authdetailsContext$i26, _authdetailsContext$i29, _authdetailsContext$i32, _authdetailsContext$i35, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i41, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i42, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i43, _authdetailsContext$i44, _authdetailsContext$i46, _authdetailsContext$i49, _authdetailsContext$i52, _authdetailsContext$i55, _authdetailsContext$i58, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _authdetailsContext$i61, _logoarrayofobjects$5, _logoarrayofobjects$6, _authdetailsContext$i62, _authdetailsContext$i65, _authdetailsContext$i68, _authdetailsContext$i71, _authdetailsContext$i73, _templatepropcontext$2, _templatepropcontext$3, _fetchCategoriesQuery, _fetchCategoriesQuery2, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18;
53784
+ var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i15, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24, _authdetailsContext$i27, _authdetailsContext$i30, _authdetailsContext$i33, _authdetailsContext$i36, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i42, _templatepropcontext$, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _authdetailsContext$i43, _logoarrayofobjects$3, _logoarrayofobjects$4, _authdetailsContext$i44, _authdetailsContext$i45, _authdetailsContext$i47, _authdetailsContext$i50, _authdetailsContext$i53, _authdetailsContext$i56, _authdetailsContext$i59, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _authdetailsContext$i62, _logoarrayofobjects$5, _logoarrayofobjects$6, _templatepropcontext$2, _templatepropcontext$3, _fetchCategoriesQuery, _fetchCategoriesQuery2, _authdetailsContext$i64, _authdetailsContext$i65, _authdetailsContext$i68, _authdetailsContext$i71, _authdetailsContext$i74, _authdetailsContext$i76, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18;
53785
53785
  var _useState = React.useState(''),
53786
53786
  _useState2 = _slicedToArray__default["default"](_useState, 2),
53787
53787
  sectionproperties = _useState2[0],
@@ -53860,6 +53860,15 @@
53860
53860
  fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
53861
53861
  fontWeight: sectionproperties.footerinfotext_secondaryfontweight
53862
53862
  }),
53863
+ iconTextStylepagename: glamor.css({
53864
+ color: sectionproperties.footerinfotext_secondarycolor,
53865
+ fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
53866
+ fontWeight: sectionproperties.footerinfotext_secondaryfontweight,
53867
+ transition: '.3s',
53868
+ ':hover': {
53869
+ color: sectionproperties.footerinfotext_coloronhover
53870
+ }
53871
+ }),
53863
53872
  footerinfoContainer: glamor.css({
53864
53873
  ':hover .footerinfo': {
53865
53874
  transition: '.3s',
@@ -53963,11 +53972,15 @@
53963
53972
  objectFit: 'contain'
53964
53973
  }),
53965
53974
  linkedinbtn: glamor.css({
53975
+ color: sectionproperties.linkedinbtnTextcolor,
53976
+ backgroundColor: sectionproperties.linkedinbgcolor,
53966
53977
  ':hover': {
53967
- backgroundColor: sectionproperties.linkedinbgcoloronhover
53978
+ backgroundColor: sectionproperties.linkedinbgcoloronhover,
53979
+ color: sectionproperties.linkedinbtnTextcoloronhover
53968
53980
  }
53969
53981
  }),
53970
53982
  tiktokbtn: glamor.css({
53983
+ color: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) == '67d6bda67adf6' ? '#05756d' : '',
53971
53984
  ':hover': {
53972
53985
  backgroundColor: sectionproperties.tiktokbgcoloronhover
53973
53986
  }
@@ -53983,7 +53996,7 @@
53983
53996
  }, [templateproperties_context]);
53984
53997
  return /*#__PURE__*/React__default["default"].createElement("footer", {
53985
53998
  "class": "row m-0 w-100 justify-content-center"
53986
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
53999
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.instid) != '67b1bb900a541' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
53987
54000
  "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
53988
54001
  }, sectionproperties.footerstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
53989
54002
  "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",
@@ -54022,7 +54035,7 @@
54022
54035
  color: sectionproperties.prodCatColor,
54023
54036
  textAlign: langdetect == 'en' ? 'left' : 'right'
54024
54037
  }
54025
- }, 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", {
54038
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
54026
54039
  "class": sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 p-0' : 'col-lg-8 p-0'
54027
54040
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54028
54041
  "class": "row m-0 w-100"
@@ -54036,7 +54049,7 @@
54036
54049
  color: sectionproperties.prodCatColor,
54037
54050
  textAlign: langdetect == 'en' ? 'left' : 'right'
54038
54051
  }
54039
- }, 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", {
54052
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
54040
54053
  "class": 'col-lg-6 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'
54041
54054
  }, sectionproperties.showfooteraddress == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
54042
54055
  "class": "".concat(footerStyles.textStyles) + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none ',
@@ -54052,7 +54065,7 @@
54052
54065
  style: {
54053
54066
  textAlign: langdetect == 'en' ? 'left' : 'right'
54054
54067
  }
54055
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.address_en))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
54068
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.address_en))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
54056
54069
  "class": "col-lg-12 justify-content-start align-items-center mb-md-4 p-0"
54057
54070
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54058
54071
  "class": "row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center"
@@ -54069,8 +54082,8 @@
54069
54082
  "class": "".concat(footerStyles.appstore) + ' d-flex justify-content-center align-items-center cursor-pointer ',
54070
54083
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
54071
54084
  onClick: function onClick() {
54072
- var _authdetailsContext$i9;
54073
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.mobileapplink_appstore, '_blank');
54085
+ var _authdetailsContext$i0;
54086
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.mobileapplink_appstore, '_blank');
54074
54087
  }
54075
54088
  })), /*#__PURE__*/React__default["default"].createElement("div", {
54076
54089
  "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'
@@ -54078,8 +54091,8 @@
54078
54091
  "class": "".concat(footerStyles.googleplay) + ' d-flex justify-content-center align-items-center cursor-pointer ',
54079
54092
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
54080
54093
  onClick: function onClick() {
54081
- var _authdetailsContext$i0;
54082
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.mobileapplink_playstore, '_blank');
54094
+ var _authdetailsContext$i1;
54095
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.mobileapplink_playstore, '_blank');
54083
54096
  }
54084
54097
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
54085
54098
  "class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
@@ -54097,8 +54110,8 @@
54097
54110
  }, sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
54098
54111
  "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 ',
54099
54112
  onClick: function onClick() {
54100
- var _authdetailsContext$i1;
54101
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 || (_authdetailsContext$i1 = _authdetailsContext$i1.contactinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.email), '_self');
54113
+ var _authdetailsContext$i10;
54114
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 || (_authdetailsContext$i10 = _authdetailsContext$i10.contactinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.email), '_self');
54102
54115
  }
54103
54116
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54104
54117
  "class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 ',
@@ -54107,7 +54120,7 @@
54107
54120
  borderBottomStyle: 'solid',
54108
54121
  textAlign: langdetect == 'en' ? 'left' : 'right'
54109
54122
  }
54110
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 || (_authdetailsContext$i10 = _authdetailsContext$i10.contactinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.email))), /*#__PURE__*/React__default["default"].createElement("div", {
54123
+ }, 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))), /*#__PURE__*/React__default["default"].createElement("div", {
54111
54124
  "class": "col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start"
54112
54125
  }, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
54113
54126
  "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 ',
@@ -54121,48 +54134,48 @@
54121
54134
  }
54122
54135
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
54123
54136
  "class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
54124
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54137
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54125
54138
  "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 ',
54126
54139
  onClick: function onClick() {
54127
- var _authdetailsContext$i12;
54128
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink) != null) {
54129
- var _authdetailsContext$i13;
54130
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink, '_blank');
54140
+ var _authdetailsContext$i13;
54141
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.facebooklink) != null) {
54142
+ var _authdetailsContext$i14;
54143
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.facebooklink, '_blank');
54131
54144
  }
54132
54145
  }
54133
54146
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
54134
54147
  size: sectionproperties.facebkbtnniconfontsize
54135
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54148
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54136
54149
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54137
54150
  onClick: function onClick() {
54138
- var _authdetailsContext$i15;
54139
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink) != null) {
54140
- var _authdetailsContext$i16;
54141
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink, '_blank');
54151
+ var _authdetailsContext$i16;
54152
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instagramlink) != null) {
54153
+ var _authdetailsContext$i17;
54154
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instagramlink, '_blank');
54142
54155
  }
54143
54156
  }
54144
54157
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
54145
54158
  size: sectionproperties.instgrambtniconfontsize
54146
- })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54159
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54147
54160
  "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54148
54161
  onClick: function onClick() {
54149
- var _authdetailsContext$i18;
54150
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber) != null) {
54151
- var _authdetailsContext$i19;
54152
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber), '_blank');
54162
+ var _authdetailsContext$i19;
54163
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.whatsappnumber) != null) {
54164
+ var _authdetailsContext$i20;
54165
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.whatsappnumber), '_blank');
54153
54166
  }
54154
54167
  }
54155
54168
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
54156
54169
  size: sectionproperties.youtubebtniconfontsize
54157
- })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54170
+ })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54158
54171
  "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mr-2 '
54159
54172
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54160
54173
  ,
54161
54174
  onClick: function onClick() {
54162
- var _authdetailsContext$i21;
54163
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink) != null) {
54164
- var _authdetailsContext$i22;
54165
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink, '_blank');
54175
+ var _authdetailsContext$i22;
54176
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.tiktoklink) != null) {
54177
+ var _authdetailsContext$i23;
54178
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.tiktoklink, '_blank');
54166
54179
  }
54167
54180
  }
54168
54181
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
@@ -54188,13 +54201,13 @@
54188
54201
  }
54189
54202
  }, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
54190
54203
  "class": "col-lg-12 text-start px-5 flex-column"
54191
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54204
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54192
54205
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
54193
54206
  onClick: function onClick() {
54194
- var _authdetailsContext$i24;
54195
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.facebooklink) != null) {
54196
- var _authdetailsContext$i25;
54197
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.facebooklink, '_blank');
54207
+ var _authdetailsContext$i25;
54208
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.facebooklink) != null) {
54209
+ var _authdetailsContext$i26;
54210
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.facebooklink, '_blank');
54198
54211
  }
54199
54212
  },
54200
54213
  style: {
@@ -54205,13 +54218,13 @@
54205
54218
  fontWeight: 500,
54206
54219
  textAlign: langdetect == 'en' ? 'left' : 'right'
54207
54220
  }
54208
- }, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54221
+ }, "Facebook"), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54209
54222
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
54210
54223
  onClick: function onClick() {
54211
- var _authdetailsContext$i27;
54212
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.instagramlink) != null) {
54213
- var _authdetailsContext$i28;
54214
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink, '_blank');
54224
+ var _authdetailsContext$i28;
54225
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instagramlink) != null) {
54226
+ var _authdetailsContext$i29;
54227
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instagramlink, '_blank');
54215
54228
  }
54216
54229
  },
54217
54230
  style: {
@@ -54222,13 +54235,13 @@
54222
54235
  fontWeight: 500,
54223
54236
  textAlign: langdetect == 'en' ? 'left' : 'right'
54224
54237
  }
54225
- }, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54238
+ }, "Instagram"), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54226
54239
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
54227
54240
  onClick: function onClick() {
54228
- var _authdetailsContext$i30;
54229
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.whatsappnumber) != null) {
54230
- var _authdetailsContext$i31;
54231
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber), '_blank');
54241
+ var _authdetailsContext$i31;
54242
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.whatsappnumber) != null) {
54243
+ var _authdetailsContext$i32;
54244
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.whatsappnumber), '_blank');
54232
54245
  }
54233
54246
  },
54234
54247
  style: {
@@ -54239,15 +54252,15 @@
54239
54252
  fontWeight: 500,
54240
54253
  textAlign: langdetect == 'en' ? 'left' : 'right'
54241
54254
  }
54242
- }, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54255
+ }, "WhatsApp"), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54243
54256
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start '
54244
54257
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54245
54258
  ,
54246
54259
  onClick: function onClick() {
54247
- var _authdetailsContext$i33;
54248
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.tiktoklink) != null) {
54249
- var _authdetailsContext$i34;
54250
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.tiktoklink, '_blank');
54260
+ var _authdetailsContext$i34;
54261
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.tiktoklink) != null) {
54262
+ var _authdetailsContext$i35;
54263
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.tiktoklink, '_blank');
54251
54264
  }
54252
54265
  },
54253
54266
  style: {
@@ -54258,7 +54271,7 @@
54258
54271
  fontWeight: 500,
54259
54272
  textAlign: langdetect == 'en' ? 'left' : 'right'
54260
54273
  }
54261
- }, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54274
+ }, "Tiktok"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54262
54275
  "class": "".concat(footerStyles.youtube_btn) + ' w-100 d-flex align-items-center justify-content-start ',
54263
54276
  style: {
54264
54277
  width: 'auto',
@@ -54271,10 +54284,10 @@
54271
54284
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54272
54285
  ,
54273
54286
  onClick: function onClick() {
54274
- var _authdetailsContext$i36;
54275
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.tiktoklink) != null) {
54276
- var _authdetailsContext$i37;
54277
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.linkedinlink, '_blank');
54287
+ var _authdetailsContext$i37;
54288
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.tiktoklink) != null) {
54289
+ var _authdetailsContext$i38;
54290
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.linkedinlink, '_blank');
54278
54291
  }
54279
54292
  }
54280
54293
  }, "LinkedIn")))), /*#__PURE__*/React__default["default"].createElement("div", {
@@ -54291,7 +54304,7 @@
54291
54304
  color: sectionproperties.prodCatColor,
54292
54305
  textAlign: langdetect == 'en' ? 'left' : 'right'
54293
54306
  }
54294
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
54307
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.description_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.description_ar)))), /*#__PURE__*/React__default["default"].createElement("div", {
54295
54308
  "class": 'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'
54296
54309
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54297
54310
  "class": "row m-0 w-100"
@@ -54303,8 +54316,8 @@
54303
54316
  textAlign: langdetect == 'en' ? 'left' : 'right'
54304
54317
  },
54305
54318
  onClick: function onClick() {
54306
- var _authdetailsContext$i40;
54307
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 || (_authdetailsContext$i40 = _authdetailsContext$i40.contactinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.email), '_self');
54319
+ var _authdetailsContext$i41;
54320
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 || (_authdetailsContext$i41 = _authdetailsContext$i41.contactinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.email), '_self');
54308
54321
  }
54309
54322
  }, langdetect == 'en' ? 'T: ' : 'الهاتف: ', " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
54310
54323
  "class": "col-lg-12 p-0"
@@ -54316,7 +54329,7 @@
54316
54329
  onClick: function onClick() {
54317
54330
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
54318
54331
  }
54319
- }, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 || (_authdetailsContext$i41 = _authdetailsContext$i41.contactinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.email))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
54332
+ }, langdetect == 'en' ? 'E: ' : 'الايميل: ', " ", 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))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
54320
54333
  "class": "row m-0 allcentered"
54321
54334
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54322
54335
  "class": "".concat(footerStyles.divider) + ' '
@@ -54430,7 +54443,7 @@
54430
54443
  onClick: function onClick() {
54431
54444
  routingcountext(StaticPagesLinksContext.Ordershistory);
54432
54445
  }
54433
- }, lang.orderhistory)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("div", {
54446
+ }, lang.orderhistory)))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("div", {
54434
54447
  "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
54435
54448
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54436
54449
  "class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
@@ -54490,7 +54503,7 @@
54490
54503
  marginBottom: 0,
54491
54504
  fontWeight: 500
54492
54505
  }
54493
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.address_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
54506
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i44 = authdetailsContext.instinfo) === null || _authdetailsContext$i44 === void 0 ? void 0 : _authdetailsContext$i44.address_en : authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i45 = authdetailsContext.instinfo) === null || _authdetailsContext$i45 === void 0 ? void 0 : _authdetailsContext$i45.address_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
54494
54507
  "class": "col-lg-12 p-0 text-start"
54495
54508
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54496
54509
  "class": "".concat(footerStyles.iconTextStyle),
@@ -54638,8 +54651,8 @@
54638
54651
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54639
54652
  "class": "".concat(footerStyles.iconTextStyle) + ' cursor-pointer ',
54640
54653
  onClick: function onClick() {
54641
- var _authdetailsContext$i45;
54642
- window.open('mailto:' + (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), '_self');
54654
+ var _authdetailsContext$i46;
54655
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 || (_authdetailsContext$i46 = _authdetailsContext$i46.contactinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.email), '_self');
54643
54656
  }
54644
54657
  }, "contact@advisor-firm.com")), /*#__PURE__*/React__default["default"].createElement("div", {
54645
54658
  "class": "col-lg-12 p-0 allcentered",
@@ -54675,63 +54688,61 @@
54675
54688
  "class": "row m-0 w-100"
54676
54689
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54677
54690
  className: "col-lg-12 p-0 d-flex flex-row"
54678
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i46 = authdetailsContext.instinfo) === null || _authdetailsContext$i46 === void 0 ? void 0 : _authdetailsContext$i46.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54691
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54679
54692
  "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 ',
54680
54693
  onClick: function onClick() {
54681
- var _authdetailsContext$i47;
54682
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i47 = authdetailsContext.instinfo) === null || _authdetailsContext$i47 === void 0 ? void 0 : _authdetailsContext$i47.facebooklink) != null) {
54683
- var _authdetailsContext$i48;
54684
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.facebooklink, '_blank');
54694
+ var _authdetailsContext$i48;
54695
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i48 = authdetailsContext.instinfo) === null || _authdetailsContext$i48 === void 0 ? void 0 : _authdetailsContext$i48.facebooklink) != null) {
54696
+ var _authdetailsContext$i49;
54697
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.facebooklink, '_blank');
54685
54698
  }
54686
54699
  }
54687
54700
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
54688
54701
  size: sectionproperties.facebkbtnniconfontsize
54689
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i49 = authdetailsContext.instinfo) === null || _authdetailsContext$i49 === void 0 ? void 0 : _authdetailsContext$i49.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54690
- "class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
54691
- // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54692
- ,
54702
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54703
+ "class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2',
54693
54704
  onClick: function onClick() {
54694
- var _authdetailsContext$i50;
54695
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i50 = authdetailsContext.instinfo) === null || _authdetailsContext$i50 === void 0 ? void 0 : _authdetailsContext$i50.linkedinlink) != null) {
54696
- var _authdetailsContext$i51;
54697
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.linkedinlink, '_blank');
54705
+ var _authdetailsContext$i51;
54706
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i51 = authdetailsContext.instinfo) === null || _authdetailsContext$i51 === void 0 ? void 0 : _authdetailsContext$i51.linkedinlink) != null) {
54707
+ var _authdetailsContext$i52;
54708
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.linkedinlink, '_blank');
54698
54709
  }
54699
54710
  }
54700
54711
  }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
54701
- size: sectionproperties.instgrambtniconfontsize
54702
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i52 = authdetailsContext.instinfo) === null || _authdetailsContext$i52 === void 0 ? void 0 : _authdetailsContext$i52.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54712
+ size: sectionproperties.linkedinbtniconfontsize
54713
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54703
54714
  "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54704
54715
  onClick: function onClick() {
54705
- var _authdetailsContext$i53;
54706
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i53 = authdetailsContext.instinfo) === null || _authdetailsContext$i53 === void 0 ? void 0 : _authdetailsContext$i53.instagramlink) != null) {
54707
- var _authdetailsContext$i54;
54708
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.instagramlink, '_blank');
54716
+ var _authdetailsContext$i54;
54717
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i54 = authdetailsContext.instinfo) === null || _authdetailsContext$i54 === void 0 ? void 0 : _authdetailsContext$i54.instagramlink) != null) {
54718
+ var _authdetailsContext$i55;
54719
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.instagramlink, '_blank');
54709
54720
  }
54710
54721
  }
54711
54722
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
54712
54723
  size: sectionproperties.instgrambtniconfontsize
54713
54724
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
54714
54725
  className: "col-lg-12 p-0 d-flex flex-row mt-3"
54715
- }, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i55 = authdetailsContext.instinfo) === null || _authdetailsContext$i55 === void 0 ? void 0 : _authdetailsContext$i55.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54726
+ }, sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54716
54727
  "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center ml-2'
54717
54728
  // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54718
54729
  ,
54719
54730
  onClick: function onClick() {
54720
- var _authdetailsContext$i56;
54721
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i56 = authdetailsContext.instinfo) === null || _authdetailsContext$i56 === void 0 ? void 0 : _authdetailsContext$i56.tiktoklink) != null) {
54722
- var _authdetailsContext$i57;
54723
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.tiktoklink, '_blank');
54731
+ var _authdetailsContext$i57;
54732
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i57 = authdetailsContext.instinfo) === null || _authdetailsContext$i57 === void 0 ? void 0 : _authdetailsContext$i57.tiktoklink) != null) {
54733
+ var _authdetailsContext$i58;
54734
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.tiktoklink, '_blank');
54724
54735
  }
54725
54736
  }
54726
54737
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
54727
54738
  size: sectionproperties.youtubebtniconfontsize
54728
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i58 = authdetailsContext.instinfo) === null || _authdetailsContext$i58 === void 0 ? void 0 : _authdetailsContext$i58.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54739
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54729
54740
  "class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54730
54741
  onClick: function onClick() {
54731
- var _authdetailsContext$i59;
54732
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i59 = authdetailsContext.instinfo) === null || _authdetailsContext$i59 === void 0 ? void 0 : _authdetailsContext$i59.youtubelink) != null) {
54733
- var _authdetailsContext$i60;
54734
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.youtubelink, '_blank');
54742
+ var _authdetailsContext$i60;
54743
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i60 = authdetailsContext.instinfo) === null || _authdetailsContext$i60 === void 0 ? void 0 : _authdetailsContext$i60.youtubelink) != null) {
54744
+ var _authdetailsContext$i61;
54745
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.youtubelink, '_blank');
54735
54746
  }
54736
54747
  }
54737
54748
  }, /*#__PURE__*/React__default["default"].createElement(AiFillYoutube.AiFillYoutube, {
@@ -54794,7 +54805,7 @@
54794
54805
  style: {
54795
54806
  color: '#818181'
54796
54807
  }
54797
- }, "\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$i61 = authdetailsContext.instinfo) === null || _authdetailsContext$i61 === void 0 ? void 0 : _authdetailsContext$i61.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
54808
+ }, "\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$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
54798
54809
  "class": "".concat(footerStyles.footerContainer) + ' col-lg-12 col-md-12 col-sm-12 '
54799
54810
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54800
54811
  "class": "row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3",
@@ -54803,7 +54814,7 @@
54803
54814
  paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px'
54804
54815
  }
54805
54816
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54806
- "class": "col-lg-4 col-md-12 text-start flex-column mb-md-3"
54817
+ "class": "col-xl-4 col-lg-3 col-md-12 text-start flex-column mb-md-3"
54807
54818
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54808
54819
  "class": "row m-0 w-100"
54809
54820
  }, sectionproperties.showlogo == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -54824,68 +54835,42 @@
54824
54835
  },
54825
54836
  loading: "lazy"
54826
54837
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
54827
- "class": "col-lg-12 p-0 d-flex flex-column"
54828
- }, /*#__PURE__*/React__default["default"].createElement("div", {
54829
- "class": "row m-0 w-100"
54830
- }, /*#__PURE__*/React__default["default"].createElement("div", {
54831
- className: "col-lg-12 p-0 d-flex flex-row"
54832
- }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i62 = authdetailsContext.instinfo) === null || _authdetailsContext$i62 === void 0 ? void 0 : _authdetailsContext$i62.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54833
- "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 ',
54834
- onClick: function onClick() {
54835
- var _authdetailsContext$i63;
54836
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.facebooklink) != null) {
54837
- var _authdetailsContext$i64;
54838
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i64 = authdetailsContext.instinfo) === null || _authdetailsContext$i64 === void 0 ? void 0 : _authdetailsContext$i64.facebooklink, '_blank');
54839
- }
54840
- }
54841
- }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
54842
- size: sectionproperties.facebkbtnniconfontsize
54843
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54844
- "class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
54845
- // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
54846
- ,
54847
- onClick: function onClick() {
54848
- var _authdetailsContext$i66;
54849
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.linkedinlink) != null) {
54850
- var _authdetailsContext$i67;
54851
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.linkedinlink, '_blank');
54852
- }
54838
+ "class": "col-lg-12 p-0 text-start mb-2"
54839
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
54840
+ "class": "".concat(footerStyles.iconTextStyle),
54841
+ style: {
54842
+ color: sectionproperties.footerinfotext_color,
54843
+ marginBottom: 0,
54844
+ fontWeight: 500
54853
54845
  }
54854
- }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
54855
- size: sectionproperties.instgrambtniconfontsize
54856
- })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54857
- "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54858
- onClick: function onClick() {
54859
- var _authdetailsContext$i69;
54860
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.instagramlink) != null) {
54861
- var _authdetailsContext$i70;
54862
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.instagramlink, '_blank');
54863
- }
54846
+ }, langdetect == 'en' ? 'Head Office' : 'المكتب الرئيسي')), /*#__PURE__*/React__default["default"].createElement("div", {
54847
+ "class": "col-lg-12 p-0 text-start mb-2"
54848
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
54849
+ "class": "".concat(footerStyles.iconTextStyle) + ' m-0 ',
54850
+ style: {
54851
+ color: sectionproperties.footerinfotext_secondarycolor,
54852
+ fontSize: 14,
54853
+ fontWeight: 400
54864
54854
  }
54865
- }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
54866
- size: sectionproperties.instgrambtniconfontsize
54867
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
54868
- className: "col-lg-12 p-0 d-flex flex-row mt-3"
54869
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 || (_authdetailsContext$i71 = _authdetailsContext$i71.contactinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.email) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54870
- "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.tiktokbtn) + ' d-flex align-items-center justify-content-center ml-2',
54871
- onClick: function onClick() {
54872
- var _authdetailsContext$i72;
54873
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 || (_authdetailsContext$i72 = _authdetailsContext$i72.contactinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.email), '_self');
54855
+ }, "Villa No. 298 B - South Police Acemy - Fifth Settlement - New Cairo - Cairo - Egypt.")), /*#__PURE__*/React__default["default"].createElement("div", {
54856
+ "class": "col-lg-12 p-0 text-start mt-4 mb-2"
54857
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
54858
+ "class": "".concat(footerStyles.iconTextStyle),
54859
+ style: {
54860
+ color: sectionproperties.footerinfotext_color,
54861
+ marginBottom: 0,
54862
+ fontWeight: 500
54874
54863
  }
54875
- }, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
54876
- size: sectionproperties.youtubebtniconfontsize
54877
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
54878
- "class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
54879
- onClick: function onClick() {
54880
- var _authdetailsContext$i74;
54881
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.whatsappnumber) != null) {
54882
- var _authdetailsContext$i75;
54883
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.whatsappnumber), '_blank');
54884
- }
54864
+ }, langdetect == 'en' ? 'Factory' : 'المصنع')), /*#__PURE__*/React__default["default"].createElement("div", {
54865
+ "class": "col-lg-12 p-0 text-start"
54866
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
54867
+ "class": "".concat(footerStyles.iconTextStyle) + ' ',
54868
+ style: {
54869
+ color: sectionproperties.footerinfotext_secondarycolor,
54870
+ fontSize: 14,
54871
+ fontWeight: 400
54885
54872
  }
54886
- }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
54887
- size: sectionproperties.youtubebtniconfontsize
54888
- }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
54873
+ }, "Units No. (40, 41, 42), Industrial Zone, Arab Al-Awamer Complex, Assiut Governorate")))), /*#__PURE__*/React__default["default"].createElement("div", {
54889
54874
  "class": "col-lg-4 col-md-12 d-none d-md-flex flex-column mb-md-3 mt-3"
54890
54875
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.Accordion, {
54891
54876
  "class": "w-100",
@@ -54898,7 +54883,7 @@
54898
54883
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54899
54884
  className: "col-lg-10 col-md-10 col-sm-10 p-0 d-flex align-items-center justify-content-start"
54900
54885
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54901
- "class": "".concat(footerStyles.textStyles)
54886
+ "class": "".concat(footerStyles.textStyles) + ' m-md-0 '
54902
54887
  }, langdetect == 'en' ? sectionproperties.addresstitle_en : sectionproperties.addresstitle_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
54903
54888
  className: "col-lg-2 col-md-2 col-sm-2 p-0"
54904
54889
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
@@ -54923,14 +54908,14 @@
54923
54908
  routingcountext(item.navigationroute);
54924
54909
  }
54925
54910
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54926
- "class": "".concat(footerStyles.iconTextStyle) + ' m-0 ',
54911
+ "class": "".concat(footerStyles.iconTextStylepagename) + ' m-0 ',
54927
54912
  style: {
54928
54913
  color: sectionproperties.footerinfotext_secondarycolor
54929
54914
  }
54930
54915
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
54931
54916
  }
54932
54917
  })))))), /*#__PURE__*/React__default["default"].createElement("div", {
54933
- "class": "col-lg-4 col-md-12 text-start flex-column mb-md-3 d-md-none"
54918
+ "class": "".concat(langdetect == 'en' ? 'pl-5' : 'pr-5') + ' col-lg-3 col-md-12 text-start flex-column mb-md-3 d-md-none '
54934
54919
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54935
54920
  "class": "row m-0 w-100"
54936
54921
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -54945,7 +54930,7 @@
54945
54930
  routingcountext(item.navigationroute);
54946
54931
  }
54947
54932
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54948
- "class": "".concat(footerStyles.iconTextStyle) + ' m-0 ',
54933
+ "class": "".concat(footerStyles.iconTextStylepagename) + ' m-0 cursor-pointer ',
54949
54934
  style: {
54950
54935
  color: sectionproperties.footerinfotext_secondarycolor
54951
54936
  }
@@ -54964,7 +54949,7 @@
54964
54949
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54965
54950
  className: "col-lg-10 col-md-10 col-sm-10 p-0 d-flex align-items-center justify-content-start"
54966
54951
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54967
- "class": "".concat(footerStyles.textStyles)
54952
+ "class": "".concat(footerStyles.textStyles) + ' m-md-0 '
54968
54953
  }, langdetect == 'en' ? sectionproperties.otherinfotitle2en : sectionproperties.otherinfotitle2ar)), /*#__PURE__*/React__default["default"].createElement("div", {
54969
54954
  className: "col-lg-2 col-md-2 col-sm-2 p-0"
54970
54955
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
@@ -54982,21 +54967,21 @@
54982
54967
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54983
54968
  "class": "row m-0 w-100"
54984
54969
  }, fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 || (_fetchCategoriesQuery = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery === void 0 || (_fetchCategoriesQuery = _fetchCategoriesQuery.data) === null || _fetchCategoriesQuery === void 0 ? void 0 : _fetchCategoriesQuery.categories.map(function (item, index) {
54985
- if (item.isshowntocustomers == 1) {
54970
+ if (item.isshowntocustomers == 1 && item.isinftiler == 1) {
54986
54971
  return /*#__PURE__*/React__default["default"].createElement("div", {
54987
54972
  "class": "col-lg-12 p-0 text-start mb-2",
54988
54973
  onClick: function onClick() {
54989
54974
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
54990
54975
  }
54991
54976
  }, /*#__PURE__*/React__default["default"].createElement("p", {
54992
- "class": "".concat(footerStyles.iconTextStyle) + ' m-0 ',
54977
+ "class": "".concat(footerStyles.iconTextStylepagename) + ' m-0 ',
54993
54978
  style: {
54994
54979
  color: sectionproperties.footerinfotext_secondarycolor
54995
54980
  }
54996
54981
  }, langdetect == 'en' ? item.title_en : item.title_ar));
54997
54982
  }
54998
54983
  })))))), /*#__PURE__*/React__default["default"].createElement("div", {
54999
- "class": "col-lg-4 col-md-12 text-start flex-column mb-md-3 d-md-none"
54984
+ "class": ' col-lg-3 col-md-12 text-start flex-column mb-md-3 d-md-none'
55000
54985
  }, /*#__PURE__*/React__default["default"].createElement("div", {
55001
54986
  "class": "row m-0 w-100"
55002
54987
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -55011,13 +54996,112 @@
55011
54996
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
55012
54997
  }
55013
54998
  }, /*#__PURE__*/React__default["default"].createElement("p", {
55014
- "class": "".concat(footerStyles.iconTextStyle) + ' m-0 cursor-pointer ',
54999
+ "class": "".concat(footerStyles.iconTextStylepagename) + ' m-0 cursor-pointer ',
55015
55000
  style: {
55016
55001
  color: sectionproperties.footerinfotext_secondarycolor
55017
55002
  }
55018
55003
  }, langdetect == 'en' ? item.title_en : item.title_ar));
55019
55004
  }
55020
55005
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
55006
+ "class": "col-xl-2 col-lg-3 col-md-12 text-start flex-column mb-md-3 mt-md-3"
55007
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
55008
+ "class": "row m-0 w-100"
55009
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
55010
+ "class": "col-lg-12 p-0 text-start mb-2"
55011
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
55012
+ "class": "".concat(footerStyles.textStyles)
55013
+ }, langdetect == 'en' ? 'Contact' : 'تواصل')), /*#__PURE__*/React__default["default"].createElement("div", {
55014
+ "class": "".concat(footerStyles.iconTextStylepagename) + ' col-lg-12 p-0 d-flex flex-row align-items-center ',
55015
+ onClick: function onClick() {
55016
+ window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
55017
+ }
55018
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
55019
+ "class": ' fa fa-phone mr-2 ml-2 '
55020
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
55021
+ "class": ' m-0 cursor-pointer ',
55022
+ style: {
55023
+ textAlign: langdetect == 'en' ? 'left' : 'right'
55024
+ }
55025
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), /*#__PURE__*/React__default["default"].createElement("div", {
55026
+ "class": "".concat(footerStyles.iconTextStylepagename) + ' col-lg-12 p-0 d-flex flex-row mt-3 align-items-center ',
55027
+ onClick: function onClick() {
55028
+ var _authdetailsContext$i63;
55029
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i63 = authdetailsContext.instinfo) === null || _authdetailsContext$i63 === void 0 || (_authdetailsContext$i63 = _authdetailsContext$i63.contactinfo) === null || _authdetailsContext$i63 === void 0 ? void 0 : _authdetailsContext$i63.email), '_self');
55030
+ }
55031
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
55032
+ "class": ' fa fa-at mr-2 ml-2 '
55033
+ }), /*#__PURE__*/React__default["default"].createElement("p", {
55034
+ "class": "".concat(footerStyles.iconTextStylepagename) + ' m-0 cursor-pointer ',
55035
+ style: {
55036
+ textAlign: langdetect == 'en' ? 'left' : 'right'
55037
+ }
55038
+ }, 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)), /*#__PURE__*/React__default["default"].createElement("div", {
55039
+ "class": "col-lg-12 p-0 text-start mb-2 mt-1"
55040
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
55041
+ "class": "".concat(footerStyles.textStyles)
55042
+ }, langdetect == 'en' ? 'Follow Us' : 'تابعنا')), /*#__PURE__*/React__default["default"].createElement("div", {
55043
+ "class": "col-lg-12 p-0 d-flex flex-column"
55044
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
55045
+ "class": "row m-0 w-100"
55046
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
55047
+ className: "col-lg-12 p-0 d-flex flex-row"
55048
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i65 = authdetailsContext.instinfo) === null || _authdetailsContext$i65 === void 0 ? void 0 : _authdetailsContext$i65.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
55049
+ "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 ',
55050
+ onClick: function onClick() {
55051
+ var _authdetailsContext$i66;
55052
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i66 = authdetailsContext.instinfo) === null || _authdetailsContext$i66 === void 0 ? void 0 : _authdetailsContext$i66.facebooklink) != null) {
55053
+ var _authdetailsContext$i67;
55054
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i67 = authdetailsContext.instinfo) === null || _authdetailsContext$i67 === void 0 ? void 0 : _authdetailsContext$i67.facebooklink, '_blank');
55055
+ }
55056
+ }
55057
+ }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
55058
+ size: sectionproperties.facebkbtnniconfontsize
55059
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i68 = authdetailsContext.instinfo) === null || _authdetailsContext$i68 === void 0 ? void 0 : _authdetailsContext$i68.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
55060
+ "class": "".concat(footerStyles.youtube_btn, " ").concat(footerStyles.linkedinbtn) + ' d-flex align-items-center justify-content-center ml-2 mr-2'
55061
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
55062
+ ,
55063
+ onClick: function onClick() {
55064
+ var _authdetailsContext$i69;
55065
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i69 = authdetailsContext.instinfo) === null || _authdetailsContext$i69 === void 0 ? void 0 : _authdetailsContext$i69.linkedinlink) != null) {
55066
+ var _authdetailsContext$i70;
55067
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i70 = authdetailsContext.instinfo) === null || _authdetailsContext$i70 === void 0 ? void 0 : _authdetailsContext$i70.linkedinlink, '_blank');
55068
+ }
55069
+ }
55070
+ }, /*#__PURE__*/React__default["default"].createElement(FaLinkedinIn.FaLinkedinIn, {
55071
+ size: sectionproperties.instgrambtniconfontsize
55072
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i71 = authdetailsContext.instinfo) === null || _authdetailsContext$i71 === void 0 ? void 0 : _authdetailsContext$i71.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
55073
+ "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
55074
+ onClick: function onClick() {
55075
+ var _authdetailsContext$i72;
55076
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i72 = authdetailsContext.instinfo) === null || _authdetailsContext$i72 === void 0 ? void 0 : _authdetailsContext$i72.instagramlink) != null) {
55077
+ var _authdetailsContext$i73;
55078
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i73 = authdetailsContext.instinfo) === null || _authdetailsContext$i73 === void 0 ? void 0 : _authdetailsContext$i73.instagramlink, '_blank');
55079
+ }
55080
+ }
55081
+ }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
55082
+ size: sectionproperties.instgrambtniconfontsize
55083
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
55084
+ className: "col-lg-12 p-0 d-flex flex-row mt-3"
55085
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i74 = authdetailsContext.instinfo) === null || _authdetailsContext$i74 === void 0 || (_authdetailsContext$i74 = _authdetailsContext$i74.contactinfo) === null || _authdetailsContext$i74 === void 0 ? void 0 : _authdetailsContext$i74.email) != null && /*#__PURE__*/React__default["default"].createElement("div", {
55086
+ "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mr-2' : "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2',
55087
+ onClick: function onClick() {
55088
+ var _authdetailsContext$i75;
55089
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i75 = authdetailsContext.instinfo) === null || _authdetailsContext$i75 === void 0 || (_authdetailsContext$i75 = _authdetailsContext$i75.contactinfo) === null || _authdetailsContext$i75 === void 0 ? void 0 : _authdetailsContext$i75.email), '_self');
55090
+ }
55091
+ }, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
55092
+ size: sectionproperties.youtubebtniconfontsize
55093
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i76 = authdetailsContext.instinfo) === null || _authdetailsContext$i76 === void 0 ? void 0 : _authdetailsContext$i76.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
55094
+ "class": "".concat(footerStyles.youtube_btn, " ") + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
55095
+ onClick: function onClick() {
55096
+ var _authdetailsContext$i77;
55097
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i77 = authdetailsContext.instinfo) === null || _authdetailsContext$i77 === void 0 ? void 0 : _authdetailsContext$i77.whatsappnumber) != null) {
55098
+ var _authdetailsContext$i78;
55099
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i78 = authdetailsContext.instinfo) === null || _authdetailsContext$i78 === void 0 ? void 0 : _authdetailsContext$i78.whatsappnumber), '_blank');
55100
+ }
55101
+ }
55102
+ }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
55103
+ size: sectionproperties.youtubebtniconfontsize
55104
+ }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
55021
55105
  "class": "col-12 mb-4 mt-4"
55022
55106
  }, /*#__PURE__*/React__default["default"].createElement("div", {
55023
55107
  style: {
@@ -55031,7 +55115,7 @@
55031
55115
  color: '#fff'
55032
55116
  }
55033
55117
  }, /*#__PURE__*/React__default["default"].createElement("p", {
55034
- "class": ' m-0 font-14 font-weight-500 ',
55118
+ "class": ' m-0 font-14 font-weight-500 cusrsor-pointer ',
55035
55119
  onClick: function onClick() {
55036
55120
  routingcountext(StaticPagesLinksContext.PrivacyPolicy);
55037
55121
  }
@@ -55042,7 +55126,7 @@
55042
55126
  },
55043
55127
  className: "mx-2"
55044
55128
  }, ' ', "-", ' '), /*#__PURE__*/React__default["default"].createElement("p", {
55045
- "class": ' m-0 font-14 font-weight-500 ',
55129
+ "class": ' m-0 font-14 font-weight-500 cusrsor-pointer ',
55046
55130
  onClick: function onClick() {
55047
55131
  routingcountext(StaticPagesLinksContext.ShippingPolicy);
55048
55132
  }
@@ -55053,7 +55137,7 @@
55053
55137
  },
55054
55138
  className: "mx-2"
55055
55139
  }, ' ', "-", ' '), /*#__PURE__*/React__default["default"].createElement("p", {
55056
- "class": ' m-0 font-14 mx-1 font-weight-500 ',
55140
+ "class": ' m-0 font-14 mx-1 font-weight-500 cusrsor-pointer ',
55057
55141
  onClick: function onClick() {
55058
55142
  routingcountext(StaticPagesLinksContext.RefundPolicy);
55059
55143
  }
@@ -72236,7 +72320,6 @@
72236
72320
  border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '',
72237
72321
  borderRight: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
72238
72322
  borderLeft: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
72239
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
72240
72323
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '66b4a0338cb14' ? '100%' : '',
72241
72324
  position: 'relative'
72242
72325
  },
@@ -72462,7 +72545,6 @@
72462
72545
  // : '',
72463
72546
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
72464
72547
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
72465
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
72466
72548
  height: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '66b4a0338cb14' ? '100%' : ''
72467
72549
  },
72468
72550
  onClick: function onClick() {
@@ -76366,7 +76448,7 @@
76366
76448
  }
76367
76449
  }),
76368
76450
  categoryname: glamor.css({
76369
- color: sectionproperties.subheader_categorytitle_fontColor,
76451
+ color: '#000',
76370
76452
  fontSize: sectionproperties.subheader_categorytitle_fontSize + 'px',
76371
76453
  textTransform: sectionproperties.subheader_categorytitle_textTransform,
76372
76454
  fontWeight: sectionproperties.subheader_categorytitle_textfontweight,
@@ -89018,7 +89100,7 @@
89018
89100
  function ownKeys$6(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; }
89019
89101
  function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
89020
89102
  var Simpleproductcard = function Simpleproductcard(props) {
89021
- var _item$producttags, _item$producttags$;
89103
+ var _item$producttags, _item$producttags$, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
89022
89104
  var _useState = React.useState(''),
89023
89105
  _useState2 = _slicedToArray__default["default"](_useState, 2),
89024
89106
  sectionproperties = _useState2[0],
@@ -89051,6 +89133,10 @@
89051
89133
  Variant_Color_ImageObj = _useState0[0],
89052
89134
  setVariant_Color_ImageObj = _useState0[1];
89053
89135
  var authdetailsContext = props.actions.authdetailsContext;
89136
+ var _useState1 = React.useState(false),
89137
+ _useState10 = _slicedToArray__default["default"](_useState1, 2),
89138
+ showquantity = _useState10[0],
89139
+ setshowquantity = _useState10[1];
89054
89140
  var plainString = function plainString(html) {
89055
89141
  var divContainer = document.createElement('div');
89056
89142
  divContainer.innerHTML = html;
@@ -89070,6 +89156,13 @@
89070
89156
  React.useEffect(function () {
89071
89157
  setitem(props.cardinfoitemprops);
89072
89158
  }, [props.cardinfoitemprops]);
89159
+ // useEffect(() => {
89160
+ // if (item.quantity == 0) {
89161
+ // setshowquantity(false);
89162
+ // } else {
89163
+ // setshowquantity(true);
89164
+ // }
89165
+ // }, [props.cardinfoitemprops]);
89073
89166
  React.useEffect(function () {
89074
89167
  var productImagetoBeSelected = '';
89075
89168
  var Tempitem = _objectSpread$6({}, item);
@@ -89187,6 +89280,32 @@
89187
89280
  color: sectionproperties.favBtnTextcoloronhover
89188
89281
  }
89189
89282
  }),
89283
+ minus_quantitybtn_icon_container: glamor.css({
89284
+ color: sectionproperties.cartBtnbgColor,
89285
+ fontSize: 18,
89286
+ flex: 1,
89287
+ ':hover': {
89288
+ color: sectionproperties.cartBtnbgColoronhover
89289
+ }
89290
+ }),
89291
+ quantitybtn: glamor.css({
89292
+ width: '70%',
89293
+ height: sectionproperties.cartBtnHeight + 'px',
89294
+ background: 'transparent',
89295
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
89296
+ color: sectionproperties.cartBtnbgColor,
89297
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
89298
+ textTransform: sectionproperties.cartBtnTexttransform,
89299
+ fontWeight: sectionproperties.cartBtnTextfontweight,
89300
+ border: '1px solid ' + sectionproperties.cartBtnbgColor,
89301
+ transition: '.3s',
89302
+ // textDecoration: sectionproperties.cartbtntextdecoration == 'Underline' ? 'underline' : 'none',
89303
+ ':hover': {
89304
+ background: 'transparent',
89305
+ color: sectionproperties.cartBtnbgColoronhover,
89306
+ borderColor: sectionproperties.cartBtnbgColoronhover
89307
+ }
89308
+ }),
89190
89309
  cart_btn: glamor.css({
89191
89310
  width: sectionproperties.cartBtnWidth == 0 ? 'auto' : sectionproperties.cartBtnWidth + 'px',
89192
89311
  height: sectionproperties.cartBtnHeight + 'px',
@@ -89302,10 +89421,10 @@
89302
89421
  }
89303
89422
  })
89304
89423
  };
89305
- var _useState1 = React.useState(''),
89306
- _useState10 = _slicedToArray__default["default"](_useState1, 2),
89307
- secondimage = _useState10[0],
89308
- setsecondimage = _useState10[1];
89424
+ var _useState11 = React.useState(''),
89425
+ _useState12 = _slicedToArray__default["default"](_useState11, 2),
89426
+ secondimage = _useState12[0],
89427
+ setsecondimage = _useState12[1];
89309
89428
  React.useEffect(function () {
89310
89429
  var _props$cardinfoitempr;
89311
89430
  setitem(props.cardinfoitemprops);
@@ -89434,6 +89553,51 @@
89434
89553
  })), item.productid != '6811f1adebacc' && item.productid != '6811f2c05bd7f' ? langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic : langdetect == 'en' ? 'COMING SOON' : 'قريباً');
89435
89554
  }
89436
89555
  };
89556
+ var addtocartfuncquantity = function addtocartfuncquantity(type, quantity) {
89557
+ var addtocardpayloadobj = {
89558
+ functype: 'add',
89559
+ productid: item.productid,
89560
+ variantid: '',
89561
+ quantity: quantity
89562
+ };
89563
+ var runfunc = false;
89564
+ if (addtocardpayloadobj.productid.length != 0 && addtocardpayloadobj.quantity > 0) {
89565
+ if (item.hasvariants == 1) {
89566
+ if (addtocardpayloadobj.variantid.length != 0) {
89567
+ runfunc = true;
89568
+ } else {
89569
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Choose Product Options' : 'من فضلك اختر متغير');
89570
+ }
89571
+ } else {
89572
+ runfunc = true;
89573
+ }
89574
+ } else {
89575
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Choose Quantity' : 'من فضلك اختر الكمية');
89576
+ }
89577
+ if (runfunc == true) {
89578
+ AddtoCartContext(addtocardpayloadobj);
89579
+ }
89580
+ };
89581
+ var addtocartbuttonrenderquantity = function addtocartbuttonrenderquantity() {
89582
+ if (AddtoCartMutationContext.isLoading) {
89583
+ var _AddtoCartMutationCon2;
89584
+ if ((AddtoCartMutationContext === null || AddtoCartMutationContext === void 0 || (_AddtoCartMutationCon2 = AddtoCartMutationContext.variables) === null || _AddtoCartMutationCon2 === void 0 ? void 0 : _AddtoCartMutationCon2.productid) == item.productid) {
89585
+ return /*#__PURE__*/React__default["default"].createElement("div", {
89586
+ "class": ' d-flex align-items-center justify-content-center '
89587
+ }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
89588
+ color: sectionproperties.cartBtnbgColor,
89589
+ width: "20px",
89590
+ height: "20px",
89591
+ duration: "1s"
89592
+ }));
89593
+ } else {
89594
+ return item.quantity;
89595
+ }
89596
+ }
89597
+ if (!AddtoCartMutationContext.isLoading) {
89598
+ return item.quantity;
89599
+ }
89600
+ };
89437
89601
  var Image = function Image(type) {
89438
89602
  var transition = false;
89439
89603
  if (sectionproperties.hideshowcardtransition == 'Show' && type != 'responsive') {
@@ -89468,10 +89632,10 @@
89468
89632
  }
89469
89633
  }));
89470
89634
  };
89471
- var _useState11 = React.useState(0),
89472
- _useState12 = _slicedToArray__default["default"](_useState11, 2),
89473
- clickCount = _useState12[0],
89474
- setClickCount = _useState12[1];
89635
+ var _useState13 = React.useState(0),
89636
+ _useState14 = _slicedToArray__default["default"](_useState13, 2),
89637
+ clickCount = _useState14[0],
89638
+ setClickCount = _useState14[1];
89475
89639
  var handleClick = function handleClick() {
89476
89640
  // Increase the click count by 1
89477
89641
  setClickCount(function (prevCount) {
@@ -89857,25 +90021,13 @@
89857
90021
  color: sectionproperties.quantitycolor,
89858
90022
  fontWeight: sectionproperties.quantityfontweight
89859
90023
  }
89860
- }, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
90024
+ }, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), sectionproperties.cartBtnShow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
89861
90025
  "class": "col-lg-12 p-0 d-flex align-items-center",
89862
90026
  style: {
89863
90027
  justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start'
89864
90028
  }
89865
90029
  }, /*#__PURE__*/React__default["default"].createElement("p", {
89866
- "class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 '
89867
- // onClick={() => {
89868
- // var productidtobesend = null;
89869
- // if (sectionproperties.urlwithproductname == 'Yes') {
89870
- // productidtobesend = item.productendpointurl;
89871
- // } else {
89872
- // productidtobesend = item.productid;
89873
- // }
89874
- // cardonclickfunctionContext(sectionproperties?.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid);
89875
- // // setShowProductInfoModalContext(true);
89876
- // // setProductIdProdutInfoModalContext(item.productid);
89877
- // }}
89878
- ,
90030
+ "class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
89879
90031
  onClick: function onClick() {
89880
90032
  if (sectionproperties.showvariantscont == 'Show') {
89881
90033
  addtocartfunc();
@@ -89884,7 +90036,6 @@
89884
90036
  addtocartfunc();
89885
90037
  } else if (sectionproperties.automaticaddtocart == 'Yes' && item.hasvariants == 1) {
89886
90038
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item, props.fetchingtypeprops, item.collectionid);
89887
- // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
89888
90039
  } else {
89889
90040
  if (sectionproperties.urlwithproductname == 'Yes') {
89890
90041
  item.productendpointurl;
@@ -89895,8 +90046,72 @@
89895
90046
  }
89896
90047
  }
89897
90048
  }
89898
- // disabled={AddtoCartMutationContext.isLoading == true ? true : false}
89899
- }, addtocartbuttonrender())))), sectionproperties.showrating == 'Show' && item.productcanrate == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
90049
+ }, addtocartbuttonrender())), sectionproperties.cartBtnShow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '67d6bda67adf6' && showquantity == false && /*#__PURE__*/React__default["default"].createElement("div", {
90050
+ "class": "col-lg-12 p-0 d-flex align-items-center",
90051
+ style: {
90052
+ justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start'
90053
+ }
90054
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
90055
+ "class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
90056
+ onClick: function onClick() {
90057
+ setshowquantity(true);
90058
+ }
90059
+ }, addtocartbuttonrender())), showquantity == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
90060
+ "class": "col-lg-12 p-0 d-flex align-items-center allcentered"
90061
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
90062
+ "class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center ',
90063
+ style: {
90064
+ direction: 'ltr'
90065
+ }
90066
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
90067
+ "class": "".concat(card_cssstyles.minus_quantitybtn_icon_container),
90068
+ onClick: function onClick() {
90069
+ if (item.hasvariants == 0) {
90070
+ var tempitem = _objectSpread$6({}, item);
90071
+ tempitem.quantity = parseInt(tempitem.quantity);
90072
+ tempitem.quantity = tempitem.quantity - 1;
90073
+ if (tempitem.quantity <= 0) {
90074
+ tempitem.quantity = 0;
90075
+ }
90076
+ setitem(_objectSpread$6({}, tempitem));
90077
+ addtocartfuncquantity('add', tempitem.quantity);
90078
+ } else {
90079
+ setShowProductInfoModalContext(true);
90080
+ setProductIdProdutInfoModalContext(item.productid);
90081
+ }
90082
+ },
90083
+ disabled: AddtoCartMutationContext.isLoading == true ? true : false
90084
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
90085
+ "class": "h-100 allcentered minusbtn"
90086
+ }, /*#__PURE__*/React__default["default"].createElement(FiMinus.FiMinus, null))), /*#__PURE__*/React__default["default"].createElement("span", {
90087
+ "class": ' d-flex align-items-center justify-content-center ',
90088
+ style: {
90089
+ fontSize: 14,
90090
+ fontWeight: 500,
90091
+ color: sectionproperties.cartBtnbgColor,
90092
+ flex: 1
90093
+ }
90094
+ }, addtocartbuttonrenderquantity()), /*#__PURE__*/React__default["default"].createElement("button", {
90095
+ "class": "".concat(card_cssstyles.minus_quantitybtn_icon_container),
90096
+ onClick: function onClick() {
90097
+ if (item.hasvariants == 0) {
90098
+ var tempitem = _objectSpread$6({}, item);
90099
+ tempitem.quantity = parseInt(tempitem.quantity);
90100
+ tempitem.quantity = tempitem.quantity + 1;
90101
+ if (tempitem.quantity <= 0) {
90102
+ tempitem.quantity = 0;
90103
+ }
90104
+ setitem(_objectSpread$6({}, tempitem));
90105
+ addtocartfuncquantity('add', tempitem.quantity);
90106
+ } else {
90107
+ setShowProductInfoModalContext(true);
90108
+ setProductIdProdutInfoModalContext(item.productid);
90109
+ }
90110
+ },
90111
+ disabled: AddtoCartMutationContext.isLoading == true ? true : false
90112
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
90113
+ "class": "h-100 allcentered addbtn"
90114
+ }, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))))), sectionproperties.showrating == 'Show' && item.productcanrate == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
89900
90115
  "class": "col-lg-12 d-flex align-items-center p-0",
89901
90116
  style: {
89902
90117
  justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start'