tabexseriescomponents 0.2.1139 → 0.2.1141

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -610,8 +610,8 @@ var FacebookLoginButton = function FacebookLoginButton(props) {
610
610
  });
611
611
  };
612
612
 
613
- function ownKeys$2J(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; }
614
- function _objectSpread$2J(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2J(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2J(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
613
+ function ownKeys$2K(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; }
614
+ function _objectSpread$2K(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2K(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2K(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
615
615
  var Login = function Login(props) {
616
616
  var _css;
617
617
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
@@ -687,7 +687,7 @@ var Login = function Login(props) {
687
687
  StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 || (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 || (_StatePagePropertiesC = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC === void 0 || _StatePagePropertiesC.forEach(function (arrayItem, arrayindex) {
688
688
  secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
689
689
  });
690
- setsectionproperties(_objectSpread$2J({}, secpropobj));
690
+ setsectionproperties(_objectSpread$2K({}, secpropobj));
691
691
  }
692
692
  }, [StatePagePropertiesContext]);
693
693
  React.useEffect(function () {
@@ -855,9 +855,9 @@ var Login = function Login(props) {
855
855
  className: "".concat(loginstyles2.form_control),
856
856
  value: payloadobj.email,
857
857
  onChange: function onChange(event) {
858
- var temppayloadobj = _objectSpread$2J({}, payloadobj);
858
+ var temppayloadobj = _objectSpread$2K({}, payloadobj);
859
859
  temppayloadobj.email = event.target.value;
860
- setpayloadobj(_objectSpread$2J({}, temppayloadobj));
860
+ setpayloadobj(_objectSpread$2K({}, temppayloadobj));
861
861
  },
862
862
  style: {
863
863
  background: sectionproperties.input_bgcolor,
@@ -874,9 +874,9 @@ var Login = function Login(props) {
874
874
  textplaceholder: "",
875
875
  value: payloadobj.password,
876
876
  onChange: function onChange(event) {
877
- var temppayloadobj = _objectSpread$2J({}, payloadobj);
877
+ var temppayloadobj = _objectSpread$2K({}, payloadobj);
878
878
  temppayloadobj.password = event.target.value;
879
- setpayloadobj(_objectSpread$2J({}, temppayloadobj));
879
+ setpayloadobj(_objectSpread$2K({}, temppayloadobj));
880
880
  },
881
881
  style: _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
882
882
  background: sectionproperties.input_bgcolor,
@@ -1074,9 +1074,9 @@ var Login = function Login(props) {
1074
1074
  className: "".concat(loginstyles2.form_control),
1075
1075
  value: forgotpasswordpayload.email,
1076
1076
  onChange: function onChange(event) {
1077
- var temppayloadobj = _objectSpread$2J({}, forgotpasswordpayload);
1077
+ var temppayloadobj = _objectSpread$2K({}, forgotpasswordpayload);
1078
1078
  temppayloadobj.email = event.target.value;
1079
- setforgotpasswordpayload(_objectSpread$2J({}, temppayloadobj));
1079
+ setforgotpasswordpayload(_objectSpread$2K({}, temppayloadobj));
1080
1080
  },
1081
1081
  disabled: forgetpasswordstage == 'verify' ? true : false,
1082
1082
  style: {
@@ -1092,9 +1092,9 @@ var Login = function Login(props) {
1092
1092
  className: "".concat(loginstyles2.form_control),
1093
1093
  value: forgotpasswordpayload.code,
1094
1094
  onChange: function onChange(event) {
1095
- var temppayloadobj = _objectSpread$2J({}, forgotpasswordpayload);
1095
+ var temppayloadobj = _objectSpread$2K({}, forgotpasswordpayload);
1096
1096
  temppayloadobj.code = event.target.value;
1097
- setforgotpasswordpayload(_objectSpread$2J({}, temppayloadobj));
1097
+ setforgotpasswordpayload(_objectSpread$2K({}, temppayloadobj));
1098
1098
  },
1099
1099
  style: {
1100
1100
  background: sectionproperties.input_bgcolor,
@@ -1109,9 +1109,9 @@ var Login = function Login(props) {
1109
1109
  className: "".concat(loginstyles2.form_control),
1110
1110
  value: forgotpasswordpayload.newpassword,
1111
1111
  onChange: function onChange(event) {
1112
- var temppayloadobj = _objectSpread$2J({}, forgotpasswordpayload);
1112
+ var temppayloadobj = _objectSpread$2K({}, forgotpasswordpayload);
1113
1113
  temppayloadobj.newpassword = event.target.value;
1114
- setforgotpasswordpayload(_objectSpread$2J({}, temppayloadobj));
1114
+ setforgotpasswordpayload(_objectSpread$2K({}, temppayloadobj));
1115
1115
  },
1116
1116
  style: {
1117
1117
  background: sectionproperties.input_bgcolor,
@@ -1126,9 +1126,9 @@ var Login = function Login(props) {
1126
1126
  className: "".concat(loginstyles2.form_control),
1127
1127
  value: forgotpasswordpayload.confirmnewpassword,
1128
1128
  onChange: function onChange(event) {
1129
- var temppayloadobj = _objectSpread$2J({}, forgotpasswordpayload);
1129
+ var temppayloadobj = _objectSpread$2K({}, forgotpasswordpayload);
1130
1130
  temppayloadobj.confirmnewpassword = event.target.value;
1131
- setforgotpasswordpayload(_objectSpread$2J({}, temppayloadobj));
1131
+ setforgotpasswordpayload(_objectSpread$2K({}, temppayloadobj));
1132
1132
  },
1133
1133
  style: {
1134
1134
  background: sectionproperties.input_bgcolor,
@@ -1141,7 +1141,7 @@ var Login = function Login(props) {
1141
1141
  onClick: function onClick() {
1142
1142
  if (forgotpasswordpayload.email.length != 0) {
1143
1143
  var runfunc = false;
1144
- var tempforgotpasswordpayload = _objectSpread$2J({}, forgotpasswordpayload);
1144
+ var tempforgotpasswordpayload = _objectSpread$2K({}, forgotpasswordpayload);
1145
1145
  tempforgotpasswordpayload.functype = forgetpasswordstage;
1146
1146
  if (forgetpasswordstage == 'verify') {
1147
1147
  if (tempforgotpasswordpayload.newpassword.length != 0 && tempforgotpasswordpayload.code.length != 0) {
@@ -1361,11 +1361,11 @@ var css_248z$J = "@media screen and (max-width: 800px) {\r\n .signup-module_r
1361
1361
  var loginstyles = {"rightContainer":"signup-module_rightContainer__yEcoL","rightContainerTrans":"signup-module_rightContainerTrans__fkdBH","rightContainerText":"signup-module_rightContainerText__-pvN-","form_control":"signup-module_form_control__7s76W","anim-shadow":"signup-module_anim-shadow__CsxhG","login_input_icon":"signup-module_login_input_icon__RDTS0","form_control_border_none":"signup-module_form_control_border_none__HjUMS","disabled":"signup-module_disabled__h55ao","leftcontainer":"signup-module_leftcontainer__bqfnN","form_controltextarea":"signup-module_form_controltextarea__-LGz6","checkbox":"signup-module_checkbox__8ejBx","checkbox_label":"signup-module_checkbox_label__d84Q2","checkbox_sub":"signup-module_checkbox_sub__WQLUX","checkboxtranslated":"signup-module_checkboxtranslated__4xHR-","showpassword_input_icon":"signup-module_showpassword_input_icon__cVHRS","showpassword_input_icontrans":"signup-module_showpassword_input_icontrans__vmV5q"};
1362
1362
  styleInject(css_248z$J);
1363
1363
 
1364
- function ownKeys$2I(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; }
1365
- function _objectSpread$2I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1364
+ function ownKeys$2J(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; }
1365
+ function _objectSpread$2J(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2J(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2J(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1366
1366
  var selectcustomStyles = {
1367
1367
  option: function option(provided, state) {
1368
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1368
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1369
1369
  borderBottom: '1px solid #e6e6e6',
1370
1370
  backgroundColor: state.isSelected ? '' : '',
1371
1371
  padding: 5,
@@ -1394,7 +1394,7 @@ var selectcustomStyles = {
1394
1394
  };
1395
1395
  var selectcustomStylesTranslated = {
1396
1396
  option: function option(provided, state) {
1397
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1397
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1398
1398
  borderBottom: '1px solid #e6e6e6',
1399
1399
  backgroundColor: state.isSelected ? '' : '',
1400
1400
  padding: 5,
@@ -1423,14 +1423,14 @@ var selectcustomStylesTranslated = {
1423
1423
  };
1424
1424
  },
1425
1425
  placeholder: function placeholder(provided, state) {
1426
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1426
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1427
1427
  textAlign: 'right'
1428
1428
  });
1429
1429
  }
1430
1430
  };
1431
1431
  var defaultstyles = {
1432
1432
  option: function option(provided, state) {
1433
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1433
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1434
1434
  borderBottom: '1px solid #e6e6e6',
1435
1435
  backgroundColor: state.isSelected ? '' : '',
1436
1436
  padding: 5,
@@ -1457,21 +1457,21 @@ var defaultstyles = {
1457
1457
  });
1458
1458
  },
1459
1459
  dropdownIndicator: function dropdownIndicator(provided) {
1460
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1460
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1461
1461
  '&:hover': {
1462
1462
  // color: '#eac435',
1463
1463
  }
1464
1464
  });
1465
1465
  },
1466
1466
  placeholder: function placeholder(provided, state) {
1467
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1467
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1468
1468
  color: '#000000'
1469
1469
  });
1470
1470
  }
1471
1471
  };
1472
1472
  var defaultstylestranslated = {
1473
1473
  option: function option(provided, state) {
1474
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1474
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1475
1475
  borderBottom: '1px solid #e6e6e6',
1476
1476
  backgroundColor: state.isSelected ? '' : '',
1477
1477
  padding: 5,
@@ -1502,14 +1502,14 @@ var defaultstylestranslated = {
1502
1502
  };
1503
1503
  },
1504
1504
  dropdownIndicator: function dropdownIndicator(provided) {
1505
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1505
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1506
1506
  '&:hover': {
1507
1507
  // color: '#eac435',
1508
1508
  }
1509
1509
  });
1510
1510
  },
1511
1511
  placeholder: function placeholder(provided, state) {
1512
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1512
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1513
1513
  textAlign: 'right',
1514
1514
  color: '#000000'
1515
1515
  });
@@ -1517,7 +1517,7 @@ var defaultstylestranslated = {
1517
1517
  };
1518
1518
  var defaultstylesnone = {
1519
1519
  option: function option(provided, state) {
1520
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1520
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1521
1521
  borderBottom: '1px solid #e6e6e6',
1522
1522
  backgroundColor: state.isSelected ? '' : '',
1523
1523
  padding: 5,
@@ -1545,47 +1545,7 @@ var defaultstylesnone = {
1545
1545
  };
1546
1546
  },
1547
1547
  dropdownIndicator: function dropdownIndicator(provided) {
1548
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1549
- '&:hover': {
1550
- // color: '#eac435',
1551
- }
1552
- });
1553
- }
1554
- };
1555
- var defaultstylesnonear = {
1556
- option: function option(provided, state) {
1557
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1558
- borderBottom: '1px solid #e6e6e6',
1559
- backgroundColor: state.isSelected ? '' : '',
1560
- padding: 5,
1561
- textTransform: 'capitalize',
1562
- color: state.isSelected ? '#eac435' : 'black',
1563
- transition: '.3s',
1564
- textAlign: 'right',
1565
- '&:hover': {
1566
- // color: '#eac435',
1567
- cursor: 'pointer'
1568
- }
1569
- });
1570
- },
1571
- control: function control() {
1572
- return {
1573
- borderBottom: 'none',
1574
- backgroundColor: 'transparent',
1575
- display: 'flex',
1576
- cursor: 'pointer',
1577
- padding: 0,
1578
- transition: '.3s',
1579
- textAlign: 'right',
1580
- '&:hover': {
1581
- // boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
1582
- // borderRadius: '10px',
1583
- }
1584
- };
1585
- },
1586
- dropdownIndicator: function dropdownIndicator(provided) {
1587
- return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
1588
- textAlign: 'right',
1548
+ return _objectSpread$2J(_objectSpread$2J({}, provided), {}, {
1589
1549
  '&:hover': {
1590
1550
  // color: '#eac435',
1591
1551
  }
@@ -1593,6 +1553,8 @@ var defaultstylesnonear = {
1593
1553
  }
1594
1554
  };
1595
1555
 
1556
+ function ownKeys$2I(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; }
1557
+ function _objectSpread$2I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2I(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1596
1558
  var Select$3 = /*#__PURE__*/React__default["default"].lazy(function () {
1597
1559
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
1598
1560
  });
@@ -2145,8 +2107,7 @@ var Variantoptions = function Variantoptions(props) {
2145
2107
  })), sectionproperties.variantstyle == 'Select Box' && (ProductInfoObj === null || ProductInfoObj === void 0 || (_ProductInfoObj$data6 = ProductInfoObj.data) === null || _ProductInfoObj$data6 === void 0 || (_ProductInfoObj$data6 = _ProductInfoObj$data6.productinfo) === null || _ProductInfoObj$data6 === void 0 || (_ProductInfoObj$data6 = _ProductInfoObj$data6.productoptions) === null || _ProductInfoObj$data6 === void 0 ? void 0 : _ProductInfoObj$data6.map(function (item, index) {
2146
2108
  var orgselectoptions = [];
2147
2109
  var selecteditemid = null;
2148
- var placeholdervalue = '';
2149
- placeholdervalue = langdetect == 'en' ? item.optionname : item.optionname_ar;
2110
+ langdetect == 'en' ? item.optionname : item.optionname_ar;
2150
2111
  if (item.optionvalues != undefined && Array.isArray(item.optionvalues)) {
2151
2112
  orgselectoptions = item.optionvalues;
2152
2113
  // optionvaluesitem.isselected
@@ -2181,12 +2142,20 @@ var Variantoptions = function Variantoptions(props) {
2181
2142
  }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement(Select$3, {
2182
2143
  options: orgselectoptions,
2183
2144
  getOptionLabel: function getOptionLabel(option) {
2145
+ var _issingleoptionoutofs;
2184
2146
  var crname = '';
2185
2147
  if (langdetect == 'en') {
2186
2148
  crname = option.valuename;
2187
2149
  } else if (langdetect == 'ar') {
2188
2150
  crname = option.valuename_ar;
2189
2151
  }
2152
+ if ((_issingleoptionoutofs = issingleoptionoutofstock(option)) !== null && _issingleoptionoutofs !== void 0 && _issingleoptionoutofs.isoutofstock) {
2153
+ if (langdetect == 'en') {
2154
+ return "".concat(crname, " (Out of stock)");
2155
+ } else {
2156
+ return "".concat(crname, " (\u0646\u0641\u0630\u062A \u0627\u0644\u0643\u0645\u064A\u0629)");
2157
+ }
2158
+ }
2190
2159
  return crname;
2191
2160
  },
2192
2161
  getOptionValue: function getOptionValue(option) {
@@ -2211,18 +2180,48 @@ var Variantoptions = function Variantoptions(props) {
2211
2180
  }
2212
2181
  }
2213
2182
  },
2214
- styles: defaultstylesnone,
2215
- placeholder: placeholdervalue,
2183
+ styles: _objectSpread$2I(_objectSpread$2I({}, defaultstylesnone), {}, {
2184
+ option: function option(provided, state) {
2185
+ var _issingleoptionoutofs2;
2186
+ var isOut = ((_issingleoptionoutofs2 = issingleoptionoutofstock(state.data)) === null || _issingleoptionoutofs2 === void 0 ? void 0 : _issingleoptionoutofs2.isoutofstock) === true;
2187
+ return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
2188
+ textDecoration: isOut ? 'line-through' : 'none',
2189
+ // color: '#000',
2190
+ // cursor: isOut ? 'not-allowed' : 'pointer',
2191
+ color: isOut ? '#7c7a7a' : provided.color
2192
+ });
2193
+ },
2194
+ singleValue: function singleValue(provided, state) {
2195
+ var _issingleoptionoutofs3;
2196
+ var isOut = ((_issingleoptionoutofs3 = issingleoptionoutofstock(state.data)) === null || _issingleoptionoutofs3 === void 0 ? void 0 : _issingleoptionoutofs3.isoutofstock) === true;
2197
+ return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
2198
+ textDecoration: isOut ? 'line-through' : 'none',
2199
+ // color: '#000',
2200
+ color: isOut ? '#7c7a7a' : provided.color
2201
+ });
2202
+ }
2203
+ })
2204
+ // styles={defaultstylesnone}
2205
+ ,
2206
+ placeholder: ' ',
2216
2207
  isSearchable: true
2217
2208
  }), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement(Select$3, {
2218
2209
  options: orgselectoptions,
2219
2210
  getOptionLabel: function getOptionLabel(option) {
2211
+ var _issingleoptionoutofs4;
2220
2212
  var crname = '';
2221
2213
  if (langdetect == 'en') {
2222
2214
  crname = option.valuename;
2223
2215
  } else if (langdetect == 'ar') {
2224
2216
  crname = option.valuename_ar;
2225
2217
  }
2218
+ if ((_issingleoptionoutofs4 = issingleoptionoutofstock(option)) !== null && _issingleoptionoutofs4 !== void 0 && _issingleoptionoutofs4.isoutofstock) {
2219
+ if (langdetect == 'en') {
2220
+ return "".concat(crname, " (Out of stock)");
2221
+ } else {
2222
+ return "".concat(crname, " (\u0646\u0641\u0630\u062A \u0627\u0644\u0643\u0645\u064A\u0629)");
2223
+ }
2224
+ }
2226
2225
  return crname;
2227
2226
  },
2228
2227
  getOptionValue: function getOptionValue(option) {
@@ -2247,8 +2246,30 @@ var Variantoptions = function Variantoptions(props) {
2247
2246
  }
2248
2247
  }
2249
2248
  },
2250
- styles: defaultstylesnonear,
2251
- placeholder: placeholdervalue,
2249
+ styles: _objectSpread$2I(_objectSpread$2I({}, defaultstylesnone), {}, {
2250
+ option: function option(provided, state) {
2251
+ var _issingleoptionoutofs5;
2252
+ var isOut = ((_issingleoptionoutofs5 = issingleoptionoutofstock(state.data)) === null || _issingleoptionoutofs5 === void 0 ? void 0 : _issingleoptionoutofs5.isoutofstock) === true;
2253
+ return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
2254
+ textDecoration: isOut ? 'line-through' : 'none',
2255
+ // color: '#000',
2256
+ // cursor: isOut ? 'not-allowed' : 'pointer',
2257
+ color: isOut ? '#7c7a7a' : provided.color
2258
+ });
2259
+ },
2260
+ singleValue: function singleValue(provided, state) {
2261
+ var _issingleoptionoutofs6;
2262
+ var isOut = ((_issingleoptionoutofs6 = issingleoptionoutofstock(state.data)) === null || _issingleoptionoutofs6 === void 0 ? void 0 : _issingleoptionoutofs6.isoutofstock) === true;
2263
+ return _objectSpread$2I(_objectSpread$2I({}, provided), {}, {
2264
+ textDecoration: isOut ? 'line-through' : 'none',
2265
+ // color: '#000',
2266
+ color: isOut ? '#7c7a7a' : provided.color
2267
+ });
2268
+ }
2269
+ })
2270
+ // styles={defaultstylesnonear}
2271
+ ,
2272
+ placeholder: '',
2252
2273
  isSearchable: true
2253
2274
  })));
2254
2275
  }))), sizeguideimage.length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
@@ -12978,7 +12999,7 @@ styleInject(css_248z$G);
12978
12999
  function ownKeys$2w(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; }
12979
13000
  function _objectSpread$2w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2w(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12980
13001
  var Checkout = function Checkout(props) {
12981
- var _fetchTabexCountriesQ2, _css, _authdetailsContext$i0, _authdetailsContext$i1, _fetchcustomercartQue67, _authdetailsContext$i10, _fetchcustomercartQue68, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _fetchcustomercartQue69, _authdetailsContext$i16, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue77, _fetchcustomercartQue78, _fetchcustomercartQue79, _fetchcustomercartQue81, _fetchcustomercartQue83, _fetchcustomercartQue85, _fetchcustomercartQue87, _fetchcustomercartQue89, _authdetailsContext$i21, _fetchcustomercartQue91, _authdetailsContext$i22, _fetchcustomercartQue93, _authdetailsContext$i23, _fetchcustomercartQue95, _authdetailsContext$i24, _fetchcustomercartQue97, _authdetailsContext$i25, _fetchcustomercartQue99, _authdetailsContext$i26, _fetchcustomercartQue101, _authdetailsContext$i27, _fetchcustomercartQue103, _fetchcustomercartQue105, _fetchcustomercartQue106;
13002
+ var _fetchTabexCountriesQ2, _css, _authdetailsContext$i1, _authdetailsContext$i10, _fetchcustomercartQue67, _authdetailsContext$i11, _fetchcustomercartQue68, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _fetchcustomercartQue69, _authdetailsContext$i17, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue77, _fetchcustomercartQue78, _fetchcustomercartQue79, _fetchcustomercartQue81, _fetchcustomercartQue83, _fetchcustomercartQue85, _fetchcustomercartQue87, _fetchcustomercartQue89, _authdetailsContext$i22, _fetchcustomercartQue91, _authdetailsContext$i23, _fetchcustomercartQue93, _authdetailsContext$i24, _fetchcustomercartQue95, _authdetailsContext$i25, _fetchcustomercartQue97, _authdetailsContext$i26, _fetchcustomercartQue99, _authdetailsContext$i27, _fetchcustomercartQue101, _authdetailsContext$i28, _fetchcustomercartQue103, _fetchcustomercartQue105, _fetchcustomercartQue106;
12982
13003
  var _useState = React.useState(null),
12983
13004
  _useState2 = _slicedToArray__default["default"](_useState, 2);
12984
13005
  _useState2[0];
@@ -13252,11 +13273,20 @@ var Checkout = function Checkout(props) {
13252
13273
  });
13253
13274
  };
13254
13275
  var is_order_extrafileds_required_fulfiled = function is_order_extrafileds_required_fulfiled() {
13255
- var _authdetailsContext$i5;
13276
+ var _authdetailsContext$i5, _authdetailsContext$i6;
13256
13277
  var is_fulfilled = true;
13257
13278
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '66d99c87c0a20') {
13279
+ var _OrderExtraFieldsToBe;
13258
13280
  var OrderExtraFieldsToBeSentArr = returnOrderExtraFieldsArrayTobeSnetarr();
13259
- OrderExtraFieldsToBeSentArr === null || OrderExtraFieldsToBeSentArr === void 0 || OrderExtraFieldsToBeSentArr.forEach(function (item, index) {
13281
+ (_OrderExtraFieldsToBe = OrderExtraFieldsToBeSentArr) === null || _OrderExtraFieldsToBe === void 0 || _OrderExtraFieldsToBe.forEach(function (item, index) {
13282
+ if (item.isrequired == 1 && (item.value == undefined || item.value == null || item.value.length == 0)) {
13283
+ is_fulfilled = false;
13284
+ }
13285
+ });
13286
+ } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6908bb20bbca3') {
13287
+ var _OrderExtraFieldsToBe2;
13288
+ var OrderExtraFieldsToBeSentArr = returnOrderExtraFieldsArrayTobeSnetarr();
13289
+ (_OrderExtraFieldsToBe2 = OrderExtraFieldsToBeSentArr) === null || _OrderExtraFieldsToBe2 === void 0 || _OrderExtraFieldsToBe2.forEach(function (item, index) {
13260
13290
  if (item.isrequired == 1 && (item.value == undefined || item.value == null || item.value.length == 0)) {
13261
13291
  is_fulfilled = false;
13262
13292
  }
@@ -13537,7 +13567,7 @@ var Checkout = function Checkout(props) {
13537
13567
  return isloading;
13538
13568
  };
13539
13569
  var Mycart = function Mycart() {
13540
- var _fetchcustomercartQue34, _fetchcustomercartQue36, _fetchcustomercartQue37, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue43, _fetchcustomercartQue44, _fetchcustomercartQue45, _authdetailsContext$i6, _fetchcustomercartQue46, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue56, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _authdetailsContext$i7, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64, _authdetailsContext$i8, _fetchcustomercartQue65, _authdetailsContext$i9, _fetchcustomercartQue66;
13570
+ var _fetchcustomercartQue34, _fetchcustomercartQue36, _fetchcustomercartQue37, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue43, _fetchcustomercartQue44, _fetchcustomercartQue45, _authdetailsContext$i7, _fetchcustomercartQue46, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue56, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _authdetailsContext$i8, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64, _authdetailsContext$i9, _fetchcustomercartQue65, _authdetailsContext$i0, _fetchcustomercartQue66;
13541
13571
  return /*#__PURE__*/React__default["default"].createElement("div", {
13542
13572
  className: "row m-0 w-100 mb-md-3"
13543
13573
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -13787,7 +13817,7 @@ var Checkout = function Checkout(props) {
13787
13817
  className: "col-lg-6 col-md-6 col-sm-6 p-0"
13788
13818
  }, /*#__PURE__*/React__default["default"].createElement("p", {
13789
13819
  className: "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 d-flex align-items-center wordbreak '
13790
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Sub Total' : 'تكلفة المنتجات' : lang.subtotal)), /*#__PURE__*/React__default["default"].createElement("div", {
13820
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Sub Total' : 'تكلفة المنتجات' : lang.subtotal)), /*#__PURE__*/React__default["default"].createElement("div", {
13791
13821
  className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
13792
13822
  }, /*#__PURE__*/React__default["default"].createElement("p", {
13793
13823
  className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-left '
@@ -13876,7 +13906,7 @@ var Checkout = function Checkout(props) {
13876
13906
  textTransform: sectionproperties.total_texttransform,
13877
13907
  color: sectionproperties.total_color
13878
13908
  }
13879
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Total' : 'المبلغ الإجمالي' : lang.total)), /*#__PURE__*/React__default["default"].createElement("div", {
13909
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) == '6808c6295b598' ? langdetect == 'en' ? 'Total' : 'المبلغ الإجمالي' : lang.total)), /*#__PURE__*/React__default["default"].createElement("div", {
13880
13910
  className: "col-lg-6 col-md-6 col-sm-6 p-0"
13881
13911
  }, /*#__PURE__*/React__default["default"].createElement("div", {
13882
13912
  className: "row m-0 w-100"
@@ -13911,7 +13941,7 @@ var Checkout = function Checkout(props) {
13911
13941
  style: {
13912
13942
  marginTop: sectionproperties.showtotalsection == 'Show' ? 0 : '0.5rem'
13913
13943
  }
13914
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.contactinfo.instid) != '67e448d2ef6e0' && /*#__PURE__*/React__default["default"].createElement("button", {
13944
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) != '67e448d2ef6e0' && /*#__PURE__*/React__default["default"].createElement("button", {
13915
13945
  className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
13916
13946
  onClick: function onClick() {
13917
13947
  if (sectionproperties.showpaymentfooter == 'Hide') {
@@ -13925,7 +13955,7 @@ var Checkout = function Checkout(props) {
13925
13955
  width: "20px",
13926
13956
  height: "20px",
13927
13957
  duration: "1s"
13928
- }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue65 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue65 === void 0 || (_fetchcustomercartQue65 = _fetchcustomercartQue65.data) === null || _fetchcustomercartQue65 === void 0 ? void 0 : _fetchcustomercartQue65.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '67e448d2ef6e0' && /*#__PURE__*/React__default["default"].createElement("button", {
13958
+ }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue65 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue65 === void 0 || (_fetchcustomercartQue65 = _fetchcustomercartQue65.data) === null || _fetchcustomercartQue65 === void 0 ? void 0 : _fetchcustomercartQue65.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '67e448d2ef6e0' && /*#__PURE__*/React__default["default"].createElement("button", {
13929
13959
  className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
13930
13960
  onClick: function onClick() {
13931
13961
  if (sectionproperties.showpaymentfooter == 'Hide') {
@@ -14036,7 +14066,7 @@ var Checkout = function Checkout(props) {
14036
14066
  }
14037
14067
  }, /*#__PURE__*/React__default["default"].createElement(BiPhone.BiPhone, null)), /*#__PURE__*/React__default["default"].createElement("p", {
14038
14068
  className: "m-0 p-0 wordbreak"
14039
- }, authdetailsContext.customerinfo.mobile))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
14069
+ }, authdetailsContext.customerinfo.mobile))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
14040
14070
  className: "".concat(checkoutstyles.userinfotextstyles) + ' col-lg-4 col-md-6 col-sm-12 d-flex align-items-center pl-1 pr-1 '
14041
14071
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14042
14072
  className: "m-0 p-0 d-flex align-items-center"
@@ -14100,7 +14130,7 @@ var Checkout = function Checkout(props) {
14100
14130
  })), /*#__PURE__*/React__default["default"].createElement("div", {
14101
14131
  className: "row m-0 w-100 mb-3 pl-3 pr-3 pb-3"
14102
14132
  }, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("div", {
14103
- className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
14133
+ className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
14104
14134
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14105
14135
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14106
14136
  }, lang.name, /*#__PURE__*/React__default["default"].createElement("sup", {
@@ -14120,7 +14150,7 @@ var Checkout = function Checkout(props) {
14120
14150
  boxShadow: 'none'
14121
14151
  }
14122
14152
  })), /*#__PURE__*/React__default["default"].createElement("div", {
14123
- className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
14153
+ className: sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.customerEmailrequiered) == 0 ? 'col-lg-6 col-md-12 mb-3' : 'col-lg-4 col-md-12 mb-3'
14124
14154
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14125
14155
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14126
14156
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف', ' ', /*#__PURE__*/React__default["default"].createElement("sup", {
@@ -14144,16 +14174,16 @@ var Checkout = function Checkout(props) {
14144
14174
  })), /*#__PURE__*/React__default["default"].createElement("div", {
14145
14175
  className: "col-lg-4 col-md-12 mb-3 flex-column",
14146
14176
  style: {
14147
- display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.customerEmailrequiered) == 1 ? 'flex' : sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.customerEmailrequiered) == 0 ? 'none' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.contactinfo.instid) == '6808c6295b598' ? 'none' : 'flex'
14177
+ display: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.customerEmailrequiered) == 1 ? 'flex' : sectionproperties.showemail == 'Hide' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.customerEmailrequiered) == 0 ? 'none' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.contactinfo.instid) == '6808c6295b598' ? 'none' : 'flex'
14148
14178
  }
14149
14179
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14150
14180
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14151
- }, lang.email, ' ', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.customerEmailrequiered) == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
14181
+ }, lang.email, ' ', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.customerEmailrequiered) == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
14152
14182
  "class": "mx-2",
14153
14183
  style: {
14154
14184
  color: 'var(--danger)'
14155
14185
  }
14156
- }, "*"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) == '6739bf5880c04' && /*#__PURE__*/React__default["default"].createElement("span", {
14186
+ }, "*"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '6739bf5880c04' && /*#__PURE__*/React__default["default"].createElement("span", {
14157
14187
  "class": "mx-2",
14158
14188
  style: {
14159
14189
  fontSize: 13
@@ -14231,7 +14261,7 @@ var Checkout = function Checkout(props) {
14231
14261
  className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
14232
14262
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14233
14263
  className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
14234
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '67e448d2ef6e0' ? langdetect == 'en' ? 'Governorate' : 'المحافظة' : lang.stategov, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
14264
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.contactinfo.instid) == '67e448d2ef6e0' ? langdetect == 'en' ? 'Governorate' : 'المحافظة' : lang.stategov, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
14235
14265
  "class": "mx-2",
14236
14266
  style: {
14237
14267
  color: 'var(--danger)'
@@ -14436,12 +14466,17 @@ var Checkout = function Checkout(props) {
14436
14466
 
14437
14467
  var currentDate = year + '-' + month + '-' + day;
14438
14468
  if (item.type == 'date') {
14439
- var _authdetailsContext$i19, _authdetailsContext$i20;
14469
+ var _authdetailsContext$i20, _authdetailsContext$i21;
14440
14470
  return /*#__PURE__*/React__default["default"].createElement("div", {
14441
14471
  className: "col-lg-6 col-md-12 mb-3"
14442
14472
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14443
14473
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14444
- }, langdetect == 'en' ? item.title_en : item.title_ar), /*#__PURE__*/React__default["default"].createElement("input", {
14474
+ }, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
14475
+ "class": "mx-2",
14476
+ style: {
14477
+ color: 'var(--danger)'
14478
+ }
14479
+ }, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
14445
14480
  type: 'date',
14446
14481
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
14447
14482
  value: item.value
@@ -14452,12 +14487,12 @@ var Checkout = function Checkout(props) {
14452
14487
  // }}
14453
14488
  ,
14454
14489
  onChange: function onChange(event) {
14455
- var _authdetailsContext$i17;
14456
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '66b4a0338cb14') {
14490
+ var _authdetailsContext$i18;
14491
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 || (_authdetailsContext$i18 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) == '66b4a0338cb14') {
14457
14492
  var selectedDate = event.target.value;
14458
14493
  if (selectedDate != undefined && selectedDate != null && selectedDate != '' && selectedDate.length != 0) {
14459
- var _authdetailsContext$i18;
14460
- var minDate = (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 || (_authdetailsContext$i18 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) === '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000).toISOString().split('T')[0] : null;
14494
+ var _authdetailsContext$i19;
14495
+ var minDate = (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 || (_authdetailsContext$i19 = _authdetailsContext$i19.contactinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instid) === '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000).toISOString().split('T')[0] : null;
14461
14496
  if (minDate && selectedDate < minDate) {
14462
14497
  // alert(`Please select a date on or after ${minDate}`);
14463
14498
  return;
@@ -14475,8 +14510,8 @@ var Checkout = function Checkout(props) {
14475
14510
  style: {
14476
14511
  boxShadow: 'none'
14477
14512
  },
14478
- min: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000) // allow starting 11 days after today
14479
- .toISOString().split('T')[0] : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '6908bb20bbca3' ? currentDate : null
14513
+ min: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000) // allow starting 11 days after today
14514
+ .toISOString().split('T')[0] : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '6908bb20bbca3' ? currentDate : null
14480
14515
  }));
14481
14516
  }
14482
14517
  if (item.type == 'time') {
@@ -14484,7 +14519,12 @@ var Checkout = function Checkout(props) {
14484
14519
  className: "col-lg-6 col-md-12 mb-3"
14485
14520
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14486
14521
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14487
- }, langdetect == 'en' ? item.title_en : item.title_ar), /*#__PURE__*/React__default["default"].createElement("input", {
14522
+ }, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
14523
+ "class": "mx-2",
14524
+ style: {
14525
+ color: 'var(--danger)'
14526
+ }
14527
+ }, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
14488
14528
  type: 'time',
14489
14529
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
14490
14530
  value: item.value,
@@ -14503,7 +14543,12 @@ var Checkout = function Checkout(props) {
14503
14543
  className: "col-lg-6 col-md-12 mb-3"
14504
14544
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14505
14545
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14506
- }, langdetect == 'en' ? item.title_en : item.title_ar), /*#__PURE__*/React__default["default"].createElement("input", {
14546
+ }, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
14547
+ "class": "mx-2",
14548
+ style: {
14549
+ color: 'var(--danger)'
14550
+ }
14551
+ }, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
14507
14552
  type: 'text',
14508
14553
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
14509
14554
  value: item.value,
@@ -14535,7 +14580,12 @@ var Checkout = function Checkout(props) {
14535
14580
  className: "col-lg-6 col-md-12 mb-3"
14536
14581
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14537
14582
  className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
14538
- }, langdetect == 'en' ? item.title_en : item.title_ar), /*#__PURE__*/React__default["default"].createElement("select", {
14583
+ }, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
14584
+ "class": "mx-2",
14585
+ style: {
14586
+ color: 'var(--danger)'
14587
+ }
14588
+ }, "*")), /*#__PURE__*/React__default["default"].createElement("select", {
14539
14589
  type: 'text',
14540
14590
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
14541
14591
  value: item.value,
@@ -14713,7 +14763,7 @@ var Checkout = function Checkout(props) {
14713
14763
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
14714
14764
  })), /*#__PURE__*/React__default["default"].createElement("p", {
14715
14765
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
14716
- }, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.acceptForsaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14766
+ }, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.acceptForsaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14717
14767
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
14718
14768
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14719
14769
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
@@ -14735,7 +14785,7 @@ var Checkout = function Checkout(props) {
14735
14785
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
14736
14786
  })), /*#__PURE__*/React__default["default"].createElement("p", {
14737
14787
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
14738
- }, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.acceptSouhoolaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14788
+ }, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.acceptSouhoolaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14739
14789
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
14740
14790
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14741
14791
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
@@ -14757,7 +14807,7 @@ var Checkout = function Checkout(props) {
14757
14807
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
14758
14808
  })), /*#__PURE__*/React__default["default"].createElement("p", {
14759
14809
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
14760
- }, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14810
+ }, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14761
14811
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
14762
14812
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14763
14813
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
@@ -14779,7 +14829,7 @@ var Checkout = function Checkout(props) {
14779
14829
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
14780
14830
  })), /*#__PURE__*/React__default["default"].createElement("p", {
14781
14831
  className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
14782
- }, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14832
+ }, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14783
14833
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
14784
14834
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14785
14835
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
@@ -14801,7 +14851,7 @@ var Checkout = function Checkout(props) {
14801
14851
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
14802
14852
  })), /*#__PURE__*/React__default["default"].createElement("p", {
14803
14853
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
14804
- }, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14854
+ }, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14805
14855
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
14806
14856
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14807
14857
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
@@ -14823,7 +14873,7 @@ var Checkout = function Checkout(props) {
14823
14873
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
14824
14874
  })), /*#__PURE__*/React__default["default"].createElement("p", {
14825
14875
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
14826
- }, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.acceptTamara) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14876
+ }, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.acceptTamara) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14827
14877
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
14828
14878
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14829
14879
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
@@ -14845,7 +14895,7 @@ var Checkout = function Checkout(props) {
14845
14895
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
14846
14896
  })), /*#__PURE__*/React__default["default"].createElement("p", {
14847
14897
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
14848
- }, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.acceptTabby) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14898
+ }, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.acceptTabby) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
14849
14899
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
14850
14900
  }, /*#__PURE__*/React__default["default"].createElement("label", {
14851
14901
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
@@ -34077,8 +34127,8 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
34077
34127
  })));
34078
34128
  };
34079
34129
 
34080
- var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\r\n position: absolute;\r\n}\r\n.Simpleheader-module_navbar__lLQ9F .Simpleheader-module_header_cart__GG895 .Simpleheader-module_header_badge__cW4uV {\r\n height: 25px !important;\r\n width: 25px !important;\r\n border-radius: 50%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n background-color: white;\r\n}\r\n.Simpleheader-module_nav__item__txPCh {\r\n width: 100%;\r\n height: 100%;\r\n margin: 0;\r\n padding: 0;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n position: relative;\r\n z-index: 2000 !important;\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF {\r\n cursor: pointer;\r\n position: relative;\r\n white-space: nowrap;\r\n z-index: 2000 !important;\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF::before {\r\n position: absolute;\r\n width: 100%;\r\n height: 1px;\r\n top: 100%;\r\n left: 0;\r\n pointer-events: none;\r\n transform-origin: 100% 50%;\r\n transform: scale3d(0, 1, 1);\r\n transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF::after {\r\n position: absolute;\r\n width: 100%;\r\n height: 1px;\r\n top: 100%;\r\n left: 0;\r\n pointer-events: none;\r\n content: '';\r\n top: calc(100% + 4px);\r\n transform-origin: 0% 50%;\r\n transform: scale3d(0, 1, 1);\r\n transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF::before {\r\n content: '';\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF:hover::before {\r\n transform-origin: 0% 50%;\r\n transform: scale3d(1, 1, 1);\r\n transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF:hover::after {\r\n transform-origin: 100% 50%;\r\n transform: scale3d(1, 1, 1);\r\n transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);\r\n}\r\nli {\r\n list-style-type: none;\r\n}\r\n.Simpleheader-module_badge_counter_header_notifications__9NFCv {\r\n position: absolute;\r\n transform: scale(0.3);\r\n transform-origin: top right;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.Simpleheader-module_searchbar__-iAVU {\r\n display: inline-block;\r\n border: none;\r\n outline: none;\r\n width: 0px;\r\n position: absolute;\r\n top: 0;\r\n background: none;\r\n z-index: 3;\r\n transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);\r\n cursor: pointer;\r\n}\r\n.Simpleheader-module_searchbar__-iAVU:focus {\r\n width: 300px !important;\r\n z-index: 1;\r\n cursor: text;\r\n}\r\n.Simpleheader-module_searchbaractive__9RFRQ {\r\n display: inline-block;\r\n z-index: 2;\r\n cursor: pointer;\r\n cursor: pointer;\r\n}\r\n ";
34081
- var headerstyles$9 = {"headercontainer":"Simpleheader-module_headercontainer__H09AD","navbar":"Simpleheader-module_navbar__lLQ9F","header_cart":"Simpleheader-module_header_cart__GG895","header_badge":"Simpleheader-module_header_badge__cW4uV","nav__item":"Simpleheader-module_nav__item__txPCh","link":"Simpleheader-module_link__aI5DF","badge_counter_header_notifications":"Simpleheader-module_badge_counter_header_notifications__9NFCv","searchbar":"Simpleheader-module_searchbar__-iAVU","searchbaractive":"Simpleheader-module_searchbaractive__9RFRQ"};
34130
+ var css_248z$v = ".Simpleheader-module_headercontainer__H09AD {\r\n position: absolute;\r\n}\r\n.Simpleheader-module_navbar__lLQ9F .Simpleheader-module_header_cart__GG895 .Simpleheader-module_header_badge__cW4uV {\r\n height: 25px !important;\r\n width: 25px !important;\r\n border-radius: 50%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n background-color: white;\r\n}\r\n.Simpleheader-module_nav__item__txPCh {\r\n width: 100%;\r\n height: 100%;\r\n margin: 0;\r\n padding: 0;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n position: relative;\r\n z-index: 2000 !important;\r\n}\r\n.Simpleheader-module_nav__item2__8Q7or {\r\n width: 100%;\r\n /* height: 100%; */\r\n margin: 0;\r\n padding: 0;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n position: relative;\r\n z-index: 2000 !important;\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF {\r\n cursor: pointer;\r\n position: relative;\r\n white-space: nowrap;\r\n z-index: 2000 !important;\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF::before {\r\n position: absolute;\r\n width: 100%;\r\n height: 1px;\r\n top: 100%;\r\n left: 0;\r\n pointer-events: none;\r\n transform-origin: 100% 50%;\r\n transform: scale3d(0, 1, 1);\r\n transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF::after {\r\n position: absolute;\r\n width: 100%;\r\n height: 1px;\r\n top: 100%;\r\n left: 0;\r\n pointer-events: none;\r\n content: '';\r\n top: calc(100% + 4px);\r\n transform-origin: 0% 50%;\r\n transform: scale3d(0, 1, 1);\r\n transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF::before {\r\n content: '';\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF:hover::before {\r\n transform-origin: 0% 50%;\r\n transform: scale3d(1, 1, 1);\r\n transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);\r\n}\r\n.Simpleheader-module_nav__item__txPCh .Simpleheader-module_link__aI5DF:hover::after {\r\n transform-origin: 100% 50%;\r\n transform: scale3d(1, 1, 1);\r\n transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);\r\n}\r\nli {\r\n list-style-type: none;\r\n}\r\n.Simpleheader-module_badge_counter_header_notifications__9NFCv {\r\n position: absolute;\r\n transform: scale(0.3);\r\n transform-origin: top right;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.Simpleheader-module_searchbar__-iAVU {\r\n display: inline-block;\r\n border: none;\r\n outline: none;\r\n width: 0px;\r\n position: absolute;\r\n top: 0;\r\n background: none;\r\n z-index: 3;\r\n transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);\r\n cursor: pointer;\r\n}\r\n.Simpleheader-module_searchbar__-iAVU:focus {\r\n width: 300px !important;\r\n z-index: 1;\r\n cursor: text;\r\n}\r\n.Simpleheader-module_searchbaractive__9RFRQ {\r\n display: inline-block;\r\n z-index: 2;\r\n cursor: pointer;\r\n cursor: pointer;\r\n}\r\n ";
34131
+ var headerstyles$9 = {"headercontainer":"Simpleheader-module_headercontainer__H09AD","navbar":"Simpleheader-module_navbar__lLQ9F","header_cart":"Simpleheader-module_header_cart__GG895","header_badge":"Simpleheader-module_header_badge__cW4uV","nav__item":"Simpleheader-module_nav__item__txPCh","nav__item2":"Simpleheader-module_nav__item2__8Q7or","link":"Simpleheader-module_link__aI5DF","badge_counter_header_notifications":"Simpleheader-module_badge_counter_header_notifications__9NFCv","searchbar":"Simpleheader-module_searchbar__-iAVU","searchbaractive":"Simpleheader-module_searchbaractive__9RFRQ"};
34082
34132
  styleInject(css_248z$v);
34083
34133
 
34084
34134
  function ownKeys$20(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; }
@@ -34473,7 +34523,7 @@ var SubheaderDropdown = function SubheaderDropdown(props) {
34473
34523
  function ownKeys$1$(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; }
34474
34524
  function _objectSpread$1$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1$(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
34475
34525
  var Simpleheader = function Simpleheader(props) {
34476
- var _authdetailsContext$i, _authdetailsContext$i2, _header_cssstyles, _authdetailsContext$i3, _authdetailsContext$i4, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i5, _authdetailsContext$i15, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$c, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$i19, _authdetailsContext$i20, _authdetailsContext$i21, _logoarrayofobjects$3, _logoarrayofobjects$4;
34526
+ var _authdetailsContext$i, _authdetailsContext$i2, _header_cssstyles, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i6, _authdetailsContext$i16, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$c, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$c2, _authdetailsContext$c3, _authdetailsContext$i20, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i24, _authdetailsContext$i25, _logoarrayofobjects$3, _logoarrayofobjects$4, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _authdetailsContext$c4, _authdetailsContext$i26, _authdetailsContext$i27, _authdetailsContext$i28, _authdetailsContext$c5, _authdetailsContext$c6, _authdetailsContext$i29, _authdetailsContext$i30, _authdetailsContext$i31, _logoarrayofobjects$5, _logoarrayofobjects$6;
34477
34527
  var actions = props.actions;
34478
34528
  var _useState = React.useState(''),
34479
34529
  _useState2 = _slicedToArray__default["default"](_useState, 2),
@@ -34534,9 +34584,9 @@ var Simpleheader = function Simpleheader(props) {
34534
34584
  inqmenushowabout34 = _useState16[0],
34535
34585
  setinqmenushowabout34 = _useState16[1];
34536
34586
  var _useState17 = React.useState(false),
34537
- _useState18 = _slicedToArray__default["default"](_useState17, 2);
34538
- _useState18[0];
34539
- _useState18[1];
34587
+ _useState18 = _slicedToArray__default["default"](_useState17, 2),
34588
+ inqmenushowabout35 = _useState18[0],
34589
+ setinqmenushowabout35 = _useState18[1];
34540
34590
  var _useState19 = React.useState(false),
34541
34591
  _useState20 = _slicedToArray__default["default"](_useState19, 2);
34542
34592
  _useState20[0];
@@ -34863,7 +34913,7 @@ var Simpleheader = function Simpleheader(props) {
34863
34913
  }, /*#__PURE__*/React__default["default"].createElement(FloatingIcons, {
34864
34914
  sectionpropertiesprops: sectionproperties,
34865
34915
  actions: actions
34866
- }), /*#__PURE__*/React__default["default"].createElement("div", {
34916
+ }), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) != '695ba82d5844d' && /*#__PURE__*/React__default["default"].createElement("div", {
34867
34917
  "class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 '
34868
34918
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34869
34919
  "class": "row m-0 w-100 "
@@ -34891,8 +34941,8 @@ var Simpleheader = function Simpleheader(props) {
34891
34941
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34892
34942
  "class": " ".concat(headerstyles$9.navbar) + ' row m-0 w-100 d-flex flex-row align-items-center h-100 '
34893
34943
  }, /*#__PURE__*/React__default["default"].createElement("div", {
34894
- "class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 ? 'col-lg-4 p-0 d-flex flex-row d-flex align-items-center' : 'col-lg-2 p-0 flex-row d-flex align-items-center' : 'col-lg-2 p-0 flex-row d-flex align-items-center'
34895
- }, (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", {
34944
+ "class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) > 1 ? 'col-lg-4 p-0 d-flex flex-row d-flex align-items-center' : 'col-lg-2 p-0 flex-row d-flex align-items-center' : 'col-lg-2 p-0 flex-row d-flex align-items-center'
34945
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
34896
34946
  style: {
34897
34947
  width: 30,
34898
34948
  height: 30,
@@ -34929,7 +34979,7 @@ var Simpleheader = function Simpleheader(props) {
34929
34979
  maxHeight: '100%'
34930
34980
  }
34931
34981
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
34932
- "class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.length) > 1 ? "".concat(headerstyles$9.nav__item) + ' col-lg-4 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ',
34982
+ "class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.length) > 1 ? "".concat(headerstyles$9.nav__item) + ' col-lg-4 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ' : "".concat(headerstyles$9.nav__item) + ' col-lg-8 p-0 d-flex flex-row align-items-center ',
34933
34983
  style: {
34934
34984
  justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
34935
34985
  }
@@ -34947,8 +34997,8 @@ var Simpleheader = function Simpleheader(props) {
34947
34997
  // activepagecolor
34948
34998
  // actibepagebgcolor
34949
34999
  if (item.isnavigation == 1 && item.isactive == 1) {
34950
- var _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0;
34951
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instid) == '6901f2154edb4') {
35000
+ var _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1;
35001
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instid) == '6901f2154edb4') {
34952
35002
  if (item.pagename != 'Boutique Banquet' && item.pagename != 'Restaurant' && item.pagename != 'Events') {
34953
35003
  if (window.location.pathname == '/' + item.navigationroute) {
34954
35004
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -35129,7 +35179,7 @@ var Simpleheader = function Simpleheader(props) {
35129
35179
  }
35130
35180
  }
35131
35181
  // superior
35132
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instid) == '6946c118427af') {
35182
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instid) == '6946c118427af') {
35133
35183
  if (item.pagename != 'Our Services') {
35134
35184
  if (window.location.pathname == '/' + item.navigationroute) {
35135
35185
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -35253,7 +35303,7 @@ var Simpleheader = function Simpleheader(props) {
35253
35303
  "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
35254
35304
  }, langdetect == 'en' ? 'Interior Design' : 'التصميم الداخلي'))))))));
35255
35305
  }
35256
- } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instid) == '69358e8e586a8') {
35306
+ } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instid) == '69358e8e586a8') {
35257
35307
  if (item.pagename != 'Services') {
35258
35308
  if (window.location.pathname == '/' + item.navigationroute) {
35259
35309
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -35344,7 +35394,7 @@ var Simpleheader = function Simpleheader(props) {
35344
35394
  "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
35345
35395
  }, langdetect == 'en' ? 'Joinery & Manufacturing' : 'النجارة والتصنيع'))))))));
35346
35396
  }
35347
- } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instid) == '68de59f061f69') {
35397
+ } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instid) == '68de59f061f69') {
35348
35398
  if (item.pagename != 'Our Sub Brands') {
35349
35399
  if (window.location.pathname == '/' + item.navigationroute) {
35350
35400
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -35523,7 +35573,7 @@ var Simpleheader = function Simpleheader(props) {
35523
35573
  "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 text-black '
35524
35574
  }, langdetect == 'en' ? 'Special Occasions' : 'المناسبات الخاصة'))))))));
35525
35575
  }
35526
- } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instid) == '68c69dcc53e94') {
35576
+ } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.instid) == '68c69dcc53e94') {
35527
35577
  if (item.pagename != 'Services') {
35528
35578
  return /*#__PURE__*/React__default["default"].createElement("div", {
35529
35579
  "class": 'cursor-pointer',
@@ -35788,21 +35838,21 @@ var Simpleheader = function Simpleheader(props) {
35788
35838
  }, "\u0639\u0632\u0644 ANTNTI"))))))));
35789
35839
  }
35790
35840
  } else {
35791
- var _authdetailsContext$i1, _authdetailsContext$i14;
35792
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.instid) == '684aa79857878') {
35841
+ var _authdetailsContext$i10, _authdetailsContext$i15;
35842
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instid) == '684aa79857878') {
35793
35843
  if (item.pagename != 'About' && item.pagename != 'Admission Policy' && item.pagename != 'Community ') {
35794
- var _authdetailsContext$i10, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13;
35844
+ var _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14;
35795
35845
  return /*#__PURE__*/React__default["default"].createElement("div", {
35796
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instid) == '67b1bb900a541' ? 'cursor-pointer p-2' : 'cursor-pointer',
35846
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instid) == '67b1bb900a541' ? 'cursor-pointer p-2' : 'cursor-pointer',
35797
35847
  onClick: function onClick() {
35798
35848
  routingcountext(item.navigationroute, false, '');
35799
35849
  },
35800
35850
  style: {
35801
- background: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instid) == '67b1bb900a541' ? window.location.pathname == '/' + item.navigationroute ? '#36322c' : 'transparent' : 'transprent',
35851
+ background: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instid) == '67b1bb900a541' ? window.location.pathname == '/' + item.navigationroute ? '#36322c' : 'transparent' : 'transprent',
35802
35852
  borderRadius: 100
35803
35853
  }
35804
35854
  }, /*#__PURE__*/React__default["default"].createElement("p", {
35805
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instid) == '67b1bb900a541' && window.location.pathname == '/' + item.navigationroute ? "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text, " ").concat(header_cssstyles.navbar_item_textactive) + ' p-0 mb-0 ' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instid) == '67d6bda67adf6' && window.location.pathname == '/' + item.navigationroute ? "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text, " ").concat(header_cssstyles.navbar_item_textactive) + ' p-0 mb-0 ' : "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
35855
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instid) == '67b1bb900a541' && window.location.pathname == '/' + item.navigationroute ? "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text, " ").concat(header_cssstyles.navbar_item_textactive) + ' p-0 mb-0 ' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instid) == '67d6bda67adf6' && window.location.pathname == '/' + item.navigationroute ? "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text, " ").concat(header_cssstyles.navbar_item_textactive) + ' p-0 mb-0 ' : "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
35806
35856
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
35807
35857
  } else if (item.pagename == 'About') {
35808
35858
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -36031,7 +36081,7 @@ var Simpleheader = function Simpleheader(props) {
36031
36081
  "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
36032
36082
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
36033
36083
  }
36034
- } else if (item.pagename == 'Our Solutions' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instid) == '683c55d780e0c') {
36084
+ } else if (item.pagename == 'Our Solutions' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instid) == '683c55d780e0c') {
36035
36085
  return /*#__PURE__*/React__default["default"].createElement("div", {
36036
36086
  "class": 'cursor-pointer dropdownoutersecuritykey',
36037
36087
  onMouseEnter: function onMouseEnter() {
@@ -36110,7 +36160,7 @@ var Simpleheader = function Simpleheader(props) {
36110
36160
  subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
36111
36161
  }
36112
36162
  })), /*#__PURE__*/React__default["default"].createElement("div", {
36113
- "class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 || (_authdetailsContext$i15 = _authdetailsContext$i15.instcurrencies) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.length) > 1 ? 'col-lg-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end'
36163
+ "class": sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 || (_authdetailsContext$i16 = _authdetailsContext$i16.instcurrencies) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.length) > 1 ? 'col-lg-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end' : 'col-lg-2 p-0 d-flex align-items-center justify-content-end'
36114
36164
  }, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
36115
36165
  "class": sectionproperties.searchbaricon_fontsize == 0 ? header_cssstyles.searchicon + ' m-0 p-0 mx-2 ' : header_cssstyles.searchicon + ' m-0 p-0 mx-1 ',
36116
36166
  style: {
@@ -36242,7 +36292,7 @@ var Simpleheader = function Simpleheader(props) {
36242
36292
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36243
36293
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
36244
36294
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36245
- }), langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instid) == '68248846ec6bc' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '68248846ec6bc' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36295
+ }), langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '68248846ec6bc' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) == '68248846ec6bc' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36246
36296
  onClick: function onClick() {
36247
36297
  routingcountext(StaticPagesLinksContext.Ordershistory);
36248
36298
  }
@@ -36298,7 +36348,7 @@ var Simpleheader = function Simpleheader(props) {
36298
36348
  "class": ' h-100 d-flex align-items-center '
36299
36349
  }, /*#__PURE__*/React__default["default"].createElement(HiUserCircle.HiUserCircle, {
36300
36350
  size: sectionproperties.userBtnTextfontsize
36301
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("span", {
36351
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("span", {
36302
36352
  className: "mx-2",
36303
36353
  style: {
36304
36354
  fontSize: 18
@@ -36380,7 +36430,532 @@ var Simpleheader = function Simpleheader(props) {
36380
36430
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36381
36431
  }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
36382
36432
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36383
- }), langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.instid) == '68248846ec6bc' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36433
+ }), langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.instid) == '68248846ec6bc' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36434
+ onClick: function onClick() {
36435
+ routingcountext(StaticPagesLinksContext.Ordershistory);
36436
+ }
36437
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36438
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
36439
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36440
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
36441
+ }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
36442
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36443
+ }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
36444
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36445
+ }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
36446
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36447
+ }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
36448
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36449
+ }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
36450
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36451
+ }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
36452
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36453
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
36454
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36455
+ }), langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear))), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36456
+ onClick: function onClick() {
36457
+ routingcountext(StaticPagesLinksContext.Wishlist);
36458
+ }
36459
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36460
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
36461
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36462
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
36463
+ }, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
36464
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36465
+ }), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiFillStar$1.AiFillStar, {
36466
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36467
+ }), ' ', lang.wishlist))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36468
+ onClick: function onClick() {
36469
+ LogoutMutationContext.mutate();
36470
+ }
36471
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36472
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
36473
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36474
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
36475
+ }, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
36476
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36477
+ }), lang.logout))))), sectionproperties.showlanuagecontainer == 'Show' && sectionproperties.languagecontainertype != 'Dropdown' && /*#__PURE__*/React__default["default"].createElement("div", {
36478
+ "class": ' allcentered m-0 cursor-pointer mx-1 ',
36479
+ style: {
36480
+ minWidth: '30px'
36481
+ },
36482
+ onClick: function onClick() {
36483
+ if (langdetect == 'en') {
36484
+ setlang('ar');
36485
+ } else if (langdetect == 'ar') {
36486
+ setlang('en');
36487
+ }
36488
+ }
36489
+ }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
36490
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
36491
+ }, sectionproperties.flagIcon == 'Flag' && /*#__PURE__*/React__default["default"].createElement("p", {
36492
+ "class": "m-0 p-0 d-flex align-items-center w-100"
36493
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
36494
+ src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
36495
+ style: {
36496
+ maxWidth: '2.5vh',
36497
+ maxHeight: '2.5vh'
36498
+ }
36499
+ }), /*#__PURE__*/React__default["default"].createElement("div", {
36500
+ style: {
36501
+ height: '20px',
36502
+ width: '1.5px',
36503
+ background: '#e6e6e6'
36504
+ },
36505
+ "class": "ml-2 mr-2"
36506
+ }), /*#__PURE__*/React__default["default"].createElement("i", {
36507
+ "class": "h-100 allcentered mr-auto pr-3"
36508
+ }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null))), sectionproperties.flagIcon == 'Icon' && /*#__PURE__*/React__default["default"].createElement("p", {
36509
+ "class": "m-0 p-0 d-flex align-items-center w-100"
36510
+ }, "En", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
36511
+ "class": "h-100 allcentered ml-auto pl-3"
36512
+ }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
36513
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 allcentered w-100 '
36514
+ }, sectionproperties.flagIcon == 'Icon' && /*#__PURE__*/React__default["default"].createElement("p", {
36515
+ "class": "m-0 p-0 d-flex align-items-center w-100"
36516
+ }, "\u0639", ' ', /*#__PURE__*/React__default["default"].createElement("i", {
36517
+ "class": "h-100 allcentered mr-auto pr-3"
36518
+ }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null))), sectionproperties.flagIcon == 'Flag' && /*#__PURE__*/React__default["default"].createElement("p", {
36519
+ "class": "m-0 p-0 d-flex align-items-center w-100"
36520
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
36521
+ src: 'https://tabex-co.com/storage/StaticImages/egyptflag.png',
36522
+ style: {
36523
+ maxWidth: '2.5vh',
36524
+ maxHeight: '2.5vh'
36525
+ }
36526
+ }), /*#__PURE__*/React__default["default"].createElement("div", {
36527
+ style: {
36528
+ height: '20px',
36529
+ width: '1.5px',
36530
+ background: '#e6e6e6'
36531
+ },
36532
+ "class": "ml-2 mr-2"
36533
+ }), /*#__PURE__*/React__default["default"].createElement("i", {
36534
+ "class": "h-100 allcentered mr-auto pr-3"
36535
+ }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null))))), sectionproperties.showlanuagecontainer == 'Show' && sectionproperties.languagecontainertype == 'Dropdown' && /*#__PURE__*/React__default["default"].createElement("div", {
36536
+ "class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
36537
+ }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
36538
+ "class": "".concat(headerstyles$9.header_menu) + ' allcentered '
36539
+ }, langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
36540
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 px-1'
36541
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36542
+ "class": "m-0 p-0 d-flex align-items-center "
36543
+ }, sectionproperties.flagIcon != 'Icon' && /*#__PURE__*/React__default["default"].createElement("span", null, "\u0639 "), sectionproperties.flagIcon == 'Icon' && /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, {
36544
+ size: sectionproperties.language_container_fontsize
36545
+ }), /*#__PURE__*/React__default["default"].createElement("i", {
36546
+ "class": "h-100 allcentered ml-auto pl-3"
36547
+ }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))), langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
36548
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 px-1 '
36549
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36550
+ "class": "m-0 p-0 d-flex align-items-center"
36551
+ }, sectionproperties.flagIcon != 'Icon' && /*#__PURE__*/React__default["default"].createElement("span", null, "En "), sectionproperties.flagIcon == 'Icon' && /*#__PURE__*/React__default["default"].createElement(BiGlobe.BiGlobe, {
36552
+ size: sectionproperties.language_container_fontsize
36553
+ }), /*#__PURE__*/React__default["default"].createElement("i", {
36554
+ "class": "h-100 allcentered ml-auto pl-3"
36555
+ }, /*#__PURE__*/React__default["default"].createElement(BsChevronDown.BsChevronDown, null)))))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36556
+ "class": "".concat(header_cssstyles.dropdownitem),
36557
+ onClick: function onClick() {
36558
+ setlang('ar');
36559
+ }
36560
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36561
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
36562
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36563
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
36564
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
36565
+ "class": "ml-2 mr-2"
36566
+ }, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36567
+ "class": "".concat(header_cssstyles.dropdownitem),
36568
+ onClick: function onClick() {
36569
+ setlang('en');
36570
+ }
36571
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36572
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
36573
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36574
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
36575
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
36576
+ "class": "ml-2 mr-2"
36577
+ }, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 || (_authdetailsContext$i21 = _authdetailsContext$i21.instcurrencies) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.length) > 1 && sectionproperties.showcurrency == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36578
+ "class": ' d-flex align-items-center justify-content-end '
36579
+ }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
36580
+ "class": ' d-flex align-items-center justify-content-center '
36581
+ }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
36582
+ "class": header_cssstyles.currencycont + ' row m-0 w-100 d-flex align-items-center '
36583
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36584
+ "class": "m-0 p-0 mr-2 ml-2"
36585
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
36586
+ "class": header_cssstyles.currencycont + ' row m-0 w-100 d-flex align-items-center '
36587
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36588
+ "class": "m-0 p-0 ml-2 mr-2"
36589
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 || (_authdetailsContext$i22 = _authdetailsContext$i22.instcurrencies) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.map(function (item, index) {
36590
+ var _authdetailsContext$i23;
36591
+ return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36592
+ onClick: function onClick() {
36593
+ setcurrencyfunccontext(item);
36594
+ }
36595
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36596
+ "class": "row m-0 w-100"
36597
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36598
+ "class": "col-lg-12 p-0 d-flex justify-content-start"
36599
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36600
+ "class": "".concat(header_cssstyles.dropdownitemcontainer)
36601
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36602
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center justify-content-center m-0 p-0 ',
36603
+ style: {}
36604
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
36605
+ "class": 'ml-2 mr-2'
36606
+ }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 || (_authdetailsContext$i23 = _authdetailsContext$i23.instcurrencies) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
36607
+ "class": "col-lg-12 p-0"
36608
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
36609
+ "class": "m-0"
36610
+ }))));
36611
+ }))))))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React__default["default"].createElement("div", {
36612
+ "class": "col-lg-12 p-0"
36613
+ }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
36614
+ actions: actions,
36615
+ sectionpropertiesprops: sectionproperties,
36616
+ subheaderpropertiesprops: {
36617
+ subheaderpositionprops: 'Full Width',
36618
+ paddingLeftprops: '25px',
36619
+ paddingRightprops: '25px',
36620
+ subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
36621
+ }
36622
+ })))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '695ba82d5844d' && /*#__PURE__*/React__default["default"].createElement("div", {
36623
+ "class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 '
36624
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36625
+ "class": "row m-0 w-100 "
36626
+ }, templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
36627
+ sectionpropertiesprops: sectionproperties,
36628
+ templateproperties_contextprops: templateproperties_context,
36629
+ actions: actions
36630
+ }), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36631
+ "class": "col-lg-12 p-0 d-flex d-md-none"
36632
+ }, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
36633
+ sectionpropertiesprops: sectionproperties,
36634
+ templateproperties_contextprops: templateproperties_context,
36635
+ actions: actions
36636
+ })), sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36637
+ "class": "w-100 d-flex d-md-none"
36638
+ }, /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
36639
+ sectionpropertiesprops: sectionproperties,
36640
+ actions: actions
36641
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
36642
+ "class": "col-lg-12 p-0"
36643
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36644
+ "class": header_cssstyles.headerinnercontainer + ' row mx-0 w-100 px-1025-1 '
36645
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36646
+ "class": "col-lg-12 p-0"
36647
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36648
+ "class": " ".concat(headerstyles$9.navbar) + ' row m-0 w-100 d-flex flex-row align-items-center h-100 '
36649
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36650
+ "class": 'col-lg-6 p-0 flex-row d-flex align-items-center'
36651
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
36652
+ style: {
36653
+ width: 30,
36654
+ height: 30,
36655
+ marginRight: langdetect == 'en' ? 30 : 0,
36656
+ marginLeft: langdetect == 'en' ? 0 : 30
36657
+ },
36658
+ "class": "allcentered"
36659
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
36660
+ "class": header_cssstyles.menuiconn + ' h-100 allcentered ',
36661
+ style: {},
36662
+ onClick: function onClick() {
36663
+ if (menuactive == true) {
36664
+ setmenuactive(false);
36665
+ } else {
36666
+ setmenuactive(true);
36667
+ }
36668
+ }
36669
+ }, /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
36670
+ size: 24
36671
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
36672
+ "class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
36673
+ style: {
36674
+ cursor: 'pointer'
36675
+ },
36676
+ onClick: function onClick() {
36677
+ routingcountext(sectionproperties.logoonclickroute);
36678
+ }
36679
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
36680
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
36681
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
36682
+ path: langdetect == 'en' ? (_logoarrayofobjects$3 = logoarrayofobjects[0]) === null || _logoarrayofobjects$3 === void 0 ? void 0 : _logoarrayofobjects$3.englishlogo : (_logoarrayofobjects$4 = logoarrayofobjects[0]) === null || _logoarrayofobjects$4 === void 0 ? void 0 : _logoarrayofobjects$4.arabiclogo,
36683
+ style: {
36684
+ maxWidth: '100%',
36685
+ maxHeight: '100%'
36686
+ }
36687
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
36688
+ "class": 'col-lg-6 p-0 d-flex align-items-center justify-content-end'
36689
+ }, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
36690
+ "class": sectionproperties.searchbaricon_fontsize == 0 ? header_cssstyles.searchicon + ' m-0 p-0 mx-2 ' : header_cssstyles.searchicon + ' m-0 p-0 mx-1 ',
36691
+ style: {
36692
+ fontSize: sectionproperties.searchtextfontsize + 'px'
36693
+ },
36694
+ onClick: function onClick() {
36695
+ setsearchbarCanvasContext(true);
36696
+ }
36697
+ }, sectionproperties.searchbaricon_fontsize != 0 && /*#__PURE__*/React__default["default"].createElement("i", {
36698
+ className: header_cssstyles.searchicon + ' h-100 allcentered '
36699
+ }, /*#__PURE__*/React__default["default"].createElement(FiSearch.FiSearch, {
36700
+ size: sectionproperties.searchbaricon_fontsize
36701
+ })), langdetect == 'en' ? sectionproperties.searchcontentenglish : sectionproperties.searchcontentarabic), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36702
+ "class": "".concat(header_cssstyles.wishlist_btn) + ' cursor-pointer allcentered mx-1 ',
36703
+ onClick: function onClick() {
36704
+ routingcountext(StaticPagesLinksContext.Wishlist);
36705
+ }
36706
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
36707
+ "class": ' pr-0 ',
36708
+ style: {
36709
+ position: 'relative'
36710
+ }
36711
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
36712
+ "class": "allcentered"
36713
+ }, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
36714
+ style: {
36715
+ fontSize: sectionproperties.favBtnIconfontsize + 'px'
36716
+ }
36717
+ }), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiFillStar$1.AiFillStar, {
36718
+ style: {
36719
+ fontSize: sectionproperties.favBtnIconfontsize + 'px'
36720
+ }
36721
+ })), sectionproperties.showfavbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36722
+ "class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.favbadge)
36723
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, " ", favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length)))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36724
+ style: {
36725
+ position: 'relative'
36726
+ },
36727
+ "class": sectionproperties.cartBtnWidth == 0 ? "".concat(header_cssstyles.cart_btn) + ' cursor-pointer d-flex align-items-center justify-content-center mx-2 ' : "".concat(header_cssstyles.cart_btn) + ' cursor-pointer d-flex align-items-center justify-content-center mx-1 ',
36728
+ onClick: function onClick() {
36729
+ setsidecartnavshowcontext(true);
36730
+ }
36731
+ }, sectionproperties.cartBtnTextfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("span", {
36732
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36733
+ }, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), /*#__PURE__*/React__default["default"].createElement("div", {
36734
+ "class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.cartbadge)
36735
+ }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue4 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue4 === void 0 || (_fetchcustomercartQue4 = _fetchcustomercartQue4.data) === null || _fetchcustomercartQue4 === void 0 ? void 0 : _fetchcustomercartQue4.customercart) != null ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue5 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue5 === void 0 || (_fetchcustomercartQue5 = _fetchcustomercartQue5.data) === null || _fetchcustomercartQue5 === void 0 ? void 0 : _fetchcustomercartQue5.customercart.cartitems_count_withquantity) >= 10 ? '+9' : fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue6 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue6 === void 0 || (_fetchcustomercartQue6 = _fetchcustomercartQue6.data) === null || _fetchcustomercartQue6 === void 0 ? void 0 : _fetchcustomercartQue6.customercart.cartitems_count_withquantity : 0), /*#__PURE__*/React__default["default"].createElement("i", {
36736
+ "class": "h-100 allcentered"
36737
+ }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
36738
+ size: sectionproperties.cartBtn_iconFontSize
36739
+ }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
36740
+ size: sectionproperties.cartBtn_iconFontSize
36741
+ }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
36742
+ size: sectionproperties.cartBtn_iconFontSize
36743
+ }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
36744
+ size: sectionproperties.cartBtn_iconFontSize
36745
+ }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
36746
+ size: sectionproperties.cartBtn_iconFontSize
36747
+ }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
36748
+ size: sectionproperties.cartBtn_iconFontSize
36749
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
36750
+ size: sectionproperties.cartBtn_iconFontSize
36751
+ }))), sectionproperties.userbtnstyle == 'Style 2' && !authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36752
+ "class": "".concat(header_cssstyles.user_btn) + ' allcentered ',
36753
+ onClick: function onClick() {
36754
+ routingcountext(StaticPagesLinksContext.Login);
36755
+ }
36756
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36757
+ "class": "m-0 p-0",
36758
+ style: {
36759
+ textTransform: sectionproperties.userbtn_logintextTextTransform,
36760
+ fontWeight: sectionproperties.userBtnTextfontweight,
36761
+ fontSize: sectionproperties.userbtn_logintextFontSize + 'px'
36762
+ }
36763
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), sectionproperties.userbtnstyle == 'Style 2' && authdetailsContext.loggedin && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("div", {
36764
+ className: header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
36765
+ sytle: {
36766
+ position: 'relative'
36767
+ }
36768
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36769
+ className: "".concat(header_cssstyles.loggedinuserbtn, " ").concat(header_cssstyles.userbtnloggedin) + ' loggedinuserbtn loggedinuserbtnbg mx-1 '
36770
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
36771
+ className: ' h-100 allcentered '
36772
+ }, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
36773
+ size: sectionproperties.loggedinusericonfontsize
36774
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
36775
+ className: "m-0 p-0 flex-column",
36776
+ style: {
36777
+ textAlign: langdetect == 'en' ? 'left' : 'right'
36778
+ }
36779
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36780
+ className: header_cssstyles.greetingstyles + ' m-0 p-0 '
36781
+ }, lang.hello, langdetect == 'en' ? ',' : '،'), /*#__PURE__*/React__default["default"].createElement("p", {
36782
+ className: header_cssstyles.loggedinusername + ' loggedinuserbtn text-overflow m-0 p-0 '
36783
+ }, authdetailsContext.customerinfo.name)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
36784
+ style: {
36785
+ minWidth: '200px'
36786
+ }
36787
+ }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36788
+ "class": "".concat(header_cssstyles.dropdownitem) + ' allcentered '
36789
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
36790
+ style: {
36791
+ color: '#8fa0bd'
36792
+ }
36793
+ }, lang.hello, ","), /*#__PURE__*/React__default["default"].createElement("span", {
36794
+ "class": "font-weight-600 ml-1 mr-1 text-overflow text-capitalize",
36795
+ onClick: function onClick() {
36796
+ routingcountext(StaticPagesLinksContext.accountinfo);
36797
+ }
36798
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c4 = authdetailsContext.customerinfo) === null || _authdetailsContext$c4 === void 0 ? void 0 : _authdetailsContext$c4.name)), sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), sectionproperties.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36799
+ onClick: function onClick() {
36800
+ routingcountext(StaticPagesLinksContext.Ordershistory);
36801
+ }
36802
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36803
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
36804
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36805
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
36806
+ }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
36807
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36808
+ }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
36809
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36810
+ }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
36811
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36812
+ }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
36813
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36814
+ }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
36815
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36816
+ }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
36817
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36818
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
36819
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36820
+ }), langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.instid) == '68248846ec6bc' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.instid) == '68248846ec6bc' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36821
+ onClick: function onClick() {
36822
+ routingcountext(StaticPagesLinksContext.Ordershistory);
36823
+ }
36824
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36825
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
36826
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36827
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
36828
+ }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
36829
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36830
+ }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
36831
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36832
+ }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
36833
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36834
+ }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
36835
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36836
+ }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
36837
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36838
+ }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
36839
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36840
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
36841
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36842
+ }), langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear))), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36843
+ onClick: function onClick() {
36844
+ routingcountext(StaticPagesLinksContext.Wishlist);
36845
+ }
36846
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36847
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
36848
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36849
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
36850
+ }, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
36851
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36852
+ }), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiFillStar$1.AiFillStar, {
36853
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36854
+ }), " ", lang.wishlist))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36855
+ onClick: function onClick() {
36856
+ LogoutMutationContext.mutate();
36857
+ }
36858
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36859
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
36860
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36861
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
36862
+ }, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
36863
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36864
+ }), lang.logout))))), sectionproperties.userbtnstyle == 'Style 1' && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
36865
+ "class": " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center mx-1 ',
36866
+ sytle: {
36867
+ position: 'relative'
36868
+ },
36869
+ onClick: function onClick() {
36870
+ routingcountext(StaticPagesLinksContext.Login);
36871
+ }
36872
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
36873
+ "class": ' h-100 d-flex align-items-center '
36874
+ }, /*#__PURE__*/React__default["default"].createElement(HiUserCircle.HiUserCircle, {
36875
+ size: sectionproperties.userBtnTextfontsize
36876
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.instid) == '67b1bb900a541' && /*#__PURE__*/React__default["default"].createElement("span", {
36877
+ className: "mx-2",
36878
+ style: {
36879
+ fontSize: 18
36880
+ }
36881
+ }, langdetect == 'en' ? 'LOGIN' : 'تسجيل الدخول')), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
36882
+ "class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
36883
+ sytle: {
36884
+ position: 'relative'
36885
+ }
36886
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36887
+ "class": header_cssstyles.userbtnloggedin + ' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '
36888
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
36889
+ "class": ' h-100 allcentered '
36890
+ }, /*#__PURE__*/React__default["default"].createElement(RiUserSettingsLine.RiUserSettingsLine, {
36891
+ size: sectionproperties.loggedinusericonfontsize
36892
+ }))))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
36893
+ style: {
36894
+ minWidth: '200px'
36895
+ }
36896
+ }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36897
+ "class": "".concat(header_cssstyles.dropdownitem) + ' text-start '
36898
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36899
+ "class": "allcentered flex-column"
36900
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36901
+ "class": "allcentered"
36902
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
36903
+ style: {
36904
+ color: '#8fa0bd'
36905
+ }
36906
+ }, lang.hello, ","), /*#__PURE__*/React__default["default"].createElement("span", {
36907
+ "class": "font-weight-600 ml-1 mr-1 text-overflow text-capitalize",
36908
+ onClick: function onClick() {
36909
+ routingcountext(StaticPagesLinksContext.accountinfo);
36910
+ }
36911
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c5 = authdetailsContext.customerinfo) === null || _authdetailsContext$c5 === void 0 ? void 0 : _authdetailsContext$c5.name)), templateproperties_context.showwallet == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36912
+ "class": ' m-0 p-0 d-flex justify-content-start flex-row ',
36913
+ style: {}
36914
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36915
+ "class": "m-0 p-0",
36916
+ style: {
36917
+ color: templateproperties_context.walletcolor,
36918
+ fontSize: templateproperties_context.walletfontize + 'px',
36919
+ fontWeight: 500
36920
+ }
36921
+ }, langdetect == 'en' ? templateproperties_context.walletcontent_en : templateproperties_context.walletcontent_ar), /*#__PURE__*/React__default["default"].createElement("p", {
36922
+ "class": "m-0 p-0 mx-1",
36923
+ style: {
36924
+ color: templateproperties_context.walletsecondarycolor,
36925
+ fontSize: '15px',
36926
+ fontWeight: 600
36927
+ }
36928
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$c6 = authdetailsContext.customerinfo) === null || _authdetailsContext$c6 === void 0 ? void 0 : _authdetailsContext$c6.walletpoints, ' ')))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36929
+ onClick: function onClick() {
36930
+ routingcountext(StaticPagesLinksContext.accountinfo);
36931
+ }
36932
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36933
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
36934
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36935
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
36936
+ }, langdetect == 'en' ? 'My Account' : 'ملفي'))), templateproperties_context.showprevorder == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36937
+ onClick: function onClick() {
36938
+ routingcountext(StaticPagesLinksContext.Ordershistory);
36939
+ }
36940
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
36941
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
36942
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36943
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem allcenetered m-0 p-0 '
36944
+ }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
36945
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36946
+ }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
36947
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36948
+ }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
36949
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36950
+ }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
36951
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36952
+ }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
36953
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36954
+ }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
36955
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36956
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
36957
+ "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36958
+ }), langdetect == 'en' ? sectionproperties.previousorders_titleen : sectionproperties.previousorders_titlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.instid) == '68248846ec6bc' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36384
36959
  onClick: function onClick() {
36385
36960
  routingcountext(StaticPagesLinksContext.Ordershistory);
36386
36961
  }
@@ -36414,7 +36989,7 @@ var Simpleheader = function Simpleheader(props) {
36414
36989
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36415
36990
  }), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiFillStar$1.AiFillStar, {
36416
36991
  "class": langdetect == 'en' ? 'mr-2' : 'ml-2'
36417
- }), " ", lang.wishlist))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36992
+ }), ' ', lang.wishlist))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36418
36993
  onClick: function onClick() {
36419
36994
  LogoutMutationContext.mutate();
36420
36995
  }
@@ -36524,7 +37099,7 @@ var Simpleheader = function Simpleheader(props) {
36524
37099
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
36525
37100
  }, /*#__PURE__*/React__default["default"].createElement("span", {
36526
37101
  "class": "ml-2 mr-2"
36527
- }, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 || (_authdetailsContext$i20 = _authdetailsContext$i20.instcurrencies) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.length) > 1 && sectionproperties.showcurrency == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
37102
+ }, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 || (_authdetailsContext$i30 = _authdetailsContext$i30.instcurrencies) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.length) > 1 && sectionproperties.showcurrency == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36528
37103
  "class": ' d-flex align-items-center justify-content-end '
36529
37104
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
36530
37105
  "class": ' d-flex align-items-center justify-content-center '
@@ -36536,8 +37111,8 @@ var Simpleheader = function Simpleheader(props) {
36536
37111
  "class": header_cssstyles.currencycont + ' row m-0 w-100 d-flex align-items-center '
36537
37112
  }, /*#__PURE__*/React__default["default"].createElement("p", {
36538
37113
  "class": "m-0 p-0 ml-2 mr-2"
36539
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 || (_authdetailsContext$i21 = _authdetailsContext$i21.instcurrencies) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.map(function (item, index) {
36540
- var _authdetailsContext$i22;
37114
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 || (_authdetailsContext$i31 = _authdetailsContext$i31.instcurrencies) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.map(function (item, index) {
37115
+ var _authdetailsContext$i32;
36541
37116
  return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
36542
37117
  onClick: function onClick() {
36543
37118
  setcurrencyfunccontext(item);
@@ -36553,12 +37128,465 @@ var Simpleheader = function Simpleheader(props) {
36553
37128
  style: {}
36554
37129
  }, /*#__PURE__*/React__default["default"].createElement("span", {
36555
37130
  "class": 'ml-2 mr-2'
36556
- }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 || (_authdetailsContext$i22 = _authdetailsContext$i22.instcurrencies) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
37131
+ }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 || (_authdetailsContext$i32 = _authdetailsContext$i32.instcurrencies) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
36557
37132
  "class": "col-lg-12 p-0"
36558
37133
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
36559
37134
  "class": "m-0"
36560
37135
  }))));
36561
- }))))))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React__default["default"].createElement("div", {
37136
+ }))))), /*#__PURE__*/React__default["default"].createElement("div", {
37137
+ "class": "".concat(headerstyles$9.nav__item2) + ' col-lg-12 p-0 d-flex flex-row align-items-center h-auto pb-2',
37138
+ style: {
37139
+ justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
37140
+ }
37141
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37142
+ "class": ' w-100 align-items-center justify-content-center'
37143
+ // class={' scrollhorizontal w-100 align-items-center '}
37144
+ ,
37145
+ style: {
37146
+ display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
37147
+ // justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start',
37148
+ flexWrap: 'wrap'
37149
+ }
37150
+ }, templatepropcontext.pagesnprop.map(function (item, index) {
37151
+ if (item.isselected) ;
37152
+ // activepagecolor
37153
+ // actibepagebgcolor
37154
+ if (item.isnavigation == 1 && item.isactive == 1) {
37155
+ var _authdetailsContext$i33;
37156
+ // superior
37157
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.instid) == '695ba82d5844d') {
37158
+ if (item.pagename != 'About' && item.pagename != 'Legal Expertise' && item.pagename != 'People' && item.pagename != 'Careers & Trainings' && item.pagename != 'Legal Compliances' && item.pagename != 'Client Resources') {
37159
+ if (window.location.pathname == '/' + item.navigationroute) {
37160
+ return /*#__PURE__*/React__default["default"].createElement("div", {
37161
+ "class": 'cursor-pointer',
37162
+ onClick: function onClick() {
37163
+ routingcountext(item.navigationroute, false, '');
37164
+ }
37165
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37166
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 ',
37167
+ style: {
37168
+ color: sectionproperties.activepagecolor
37169
+ }
37170
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar));
37171
+ } else {
37172
+ return /*#__PURE__*/React__default["default"].createElement("div", {
37173
+ "class": 'cursor-pointer',
37174
+ onClick: function onClick() {
37175
+ routingcountext(item.navigationroute, false, '');
37176
+ }
37177
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37178
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
37179
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar));
37180
+ }
37181
+ } else if (item.pagename == 'About') {
37182
+ return /*#__PURE__*/React__default["default"].createElement("div", {
37183
+ "class": 'cursor-pointer dropdownoutersecuritykey',
37184
+ onMouseEnter: function onMouseEnter() {
37185
+ setisolationmenu(true);
37186
+ }
37187
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37188
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
37189
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar), isolationmenu == true && /*#__PURE__*/React__default["default"].createElement("div", {
37190
+ "class": "w-100"
37191
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37192
+ "class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
37193
+ style: {
37194
+ left: langdetect == 'en' ? '10%' : '',
37195
+ right: langdetect == 'ar' ? '10%' : ''
37196
+ }
37197
+ }, /*#__PURE__*/React__default["default"].createElement("ul", {
37198
+ "class": "mt-2",
37199
+ sytle: {
37200
+ width: '200px'
37201
+ }
37202
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37203
+ "class": "dropdown d-flex align-items-center w-100"
37204
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37205
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37206
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37207
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37208
+ onClick: function onClick() {
37209
+ routingcountext('overview', false, '');
37210
+ }
37211
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37212
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37213
+ }, langdetect == 'en' ? 'Overview' : 'ملخص')))), /*#__PURE__*/React__default["default"].createElement("li", {
37214
+ "class": "dropdown d-flex align-items-center w-100"
37215
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37216
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37217
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37218
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37219
+ onClick: function onClick() {
37220
+ routingcountext('values', false, '');
37221
+ }
37222
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37223
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37224
+ }, langdetect == 'en' ? 'Values' : 'القيم')))), /*#__PURE__*/React__default["default"].createElement("li", {
37225
+ "class": "dropdown d-flex align-items-center w-100"
37226
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37227
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37228
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37229
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37230
+ onClick: function onClick() {
37231
+ routingcountext('governance-ethics', false, '');
37232
+ }
37233
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37234
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37235
+ }, langdetect == 'en' ? 'Governance Ethics' : 'أخلاقيات الحوكمة'))))))));
37236
+ } else if (item.pagename == 'Legal Expertise') {
37237
+ return /*#__PURE__*/React__default["default"].createElement("div", {
37238
+ "class": 'cursor-pointer dropdownoutersecuritykey',
37239
+ onMouseEnter: function onMouseEnter() {
37240
+ setinqmenushowabout(true);
37241
+ }
37242
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37243
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
37244
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar), inqmenushowabout == true && /*#__PURE__*/React__default["default"].createElement("div", {
37245
+ "class": "w-100"
37246
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37247
+ "class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
37248
+ style: {
37249
+ left: langdetect == 'en' ? '10%' : '',
37250
+ right: langdetect == 'ar' ? '10%' : ''
37251
+ }
37252
+ }, /*#__PURE__*/React__default["default"].createElement("ul", {
37253
+ "class": "mt-2",
37254
+ sytle: {
37255
+ width: '200px'
37256
+ }
37257
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37258
+ "class": "dropdown d-flex align-items-center w-100"
37259
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37260
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37261
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37262
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37263
+ onClick: function onClick() {
37264
+ routingcountext('practicesareas', false, '');
37265
+ }
37266
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37267
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37268
+ }, langdetect == 'en' ? 'Practices Areas' : 'مجالات الممارسات')))), /*#__PURE__*/React__default["default"].createElement("li", {
37269
+ "class": "dropdown d-flex align-items-center w-100"
37270
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37271
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37272
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37273
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37274
+ onClick: function onClick() {
37275
+ routingcountext('sectorsweserve', false, '');
37276
+ }
37277
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37278
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37279
+ }, langdetect == 'en' ? 'Sectors We Serve' : 'القطاعات التي نخدمها')))), /*#__PURE__*/React__default["default"].createElement("li", {
37280
+ "class": "dropdown d-flex align-items-center w-100"
37281
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37282
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37283
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37284
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37285
+ onClick: function onClick() {
37286
+ routingcountext('crossborderadvisory', false, '');
37287
+ }
37288
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37289
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37290
+ }, langdetect == 'en' ? 'Cross Border - Advisory' : 'استشاري عبر الحدود')))), /*#__PURE__*/React__default["default"].createElement("li", {
37291
+ "class": "dropdown d-flex align-items-center w-100"
37292
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37293
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37294
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37295
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37296
+ onClick: function onClick() {
37297
+ routingcountext('regulatorycompliance', false, '');
37298
+ }
37299
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37300
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37301
+ }, langdetect == 'en' ? 'Regulatory Compliance' : 'الامتثال التنظيمي')))), /*#__PURE__*/React__default["default"].createElement("li", {
37302
+ "class": "dropdown d-flex align-items-center w-100"
37303
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37304
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37305
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37306
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37307
+ onClick: function onClick() {
37308
+ routingcountext('disputeresolution', false, '');
37309
+ }
37310
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37311
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37312
+ }, langdetect == 'en' ? 'Dispute Resolution' : 'حل النزاعات'))))))));
37313
+ } else if (item.pagename == 'People') {
37314
+ return /*#__PURE__*/React__default["default"].createElement("div", {
37315
+ "class": 'cursor-pointer dropdownoutersecuritykey',
37316
+ onMouseEnter: function onMouseEnter() {
37317
+ setinqmenushowabout33(true);
37318
+ }
37319
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37320
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
37321
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar), inqmenushowabout33 == true && /*#__PURE__*/React__default["default"].createElement("div", {
37322
+ "class": "w-100"
37323
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37324
+ "class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
37325
+ style: {
37326
+ left: langdetect == 'en' ? '10%' : '',
37327
+ right: langdetect == 'ar' ? '10%' : ''
37328
+ }
37329
+ }, /*#__PURE__*/React__default["default"].createElement("ul", {
37330
+ "class": "mt-2",
37331
+ sytle: {
37332
+ width: '200px'
37333
+ }
37334
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37335
+ "class": "dropdown d-flex align-items-center w-100"
37336
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37337
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37338
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37339
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37340
+ onClick: function onClick() {
37341
+ routingcountext('foundingpartners', false, '');
37342
+ }
37343
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37344
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37345
+ }, langdetect == 'en' ? 'Founding Partners' : 'الشركاء المؤسسون')))), /*#__PURE__*/React__default["default"].createElement("li", {
37346
+ "class": "dropdown d-flex align-items-center w-100"
37347
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37348
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37349
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37350
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37351
+ onClick: function onClick() {
37352
+ routingcountext('successpartners', false, '');
37353
+ }
37354
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37355
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37356
+ }, langdetect == 'en' ? 'Success Partners' : 'شركاء النجاح')))), /*#__PURE__*/React__default["default"].createElement("li", {
37357
+ "class": "dropdown d-flex align-items-center w-100"
37358
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37359
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37360
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37361
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37362
+ onClick: function onClick() {
37363
+ routingcountext('الشركاء', false, '');
37364
+ }
37365
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37366
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37367
+ }, langdetect == 'en' ? 'Partners' : 'الشركاء')))), /*#__PURE__*/React__default["default"].createElement("li", {
37368
+ "class": "dropdown d-flex align-items-center w-100"
37369
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37370
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37371
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37372
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37373
+ onClick: function onClick() {
37374
+ routingcountext('supportprofessional', false, '');
37375
+ }
37376
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37377
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37378
+ }, langdetect == 'en' ? 'Support Professional' : 'دعم محترف'))))))));
37379
+ } else if (item.pagename == 'Careers & Trainings') {
37380
+ return /*#__PURE__*/React__default["default"].createElement("div", {
37381
+ "class": 'cursor-pointer dropdownoutersecuritykey',
37382
+ onMouseEnter: function onMouseEnter() {
37383
+ setinqmenushowabout34(true);
37384
+ }
37385
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37386
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
37387
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar), inqmenushowabout34 == true && /*#__PURE__*/React__default["default"].createElement("div", {
37388
+ "class": "w-100"
37389
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37390
+ "class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
37391
+ style: {
37392
+ left: langdetect == 'en' ? '10%' : '',
37393
+ right: langdetect == 'ar' ? '10%' : ''
37394
+ }
37395
+ }, /*#__PURE__*/React__default["default"].createElement("ul", {
37396
+ "class": "mt-2",
37397
+ sytle: {
37398
+ width: '200px'
37399
+ }
37400
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37401
+ "class": "dropdown d-flex align-items-center w-100"
37402
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37403
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37404
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37405
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37406
+ onClick: function onClick() {
37407
+ routingcountext('careersoverview', false, '');
37408
+ }
37409
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37410
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37411
+ }, langdetect == 'en' ? 'Careers Overview' : 'نظرة عامة على الوظائف')))), /*#__PURE__*/React__default["default"].createElement("li", {
37412
+ "class": "dropdown d-flex align-items-center w-100"
37413
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37414
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37415
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37416
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37417
+ onClick: function onClick() {
37418
+ routingcountext('experiencedlawyers', false, '');
37419
+ }
37420
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37421
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37422
+ }, langdetect == 'en' ? 'Experienced Lawyers' : 'محامون ذوو خبرة')))), /*#__PURE__*/React__default["default"].createElement("li", {
37423
+ "class": "dropdown d-flex align-items-center w-100"
37424
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37425
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37426
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37427
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37428
+ onClick: function onClick() {
37429
+ routingcountext('graduated-trainees', false, '');
37430
+ }
37431
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37432
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37433
+ }, langdetect == 'en' ? 'Graduated & Trainees' : 'المتخرجون والمتدربون')))), /*#__PURE__*/React__default["default"].createElement("li", {
37434
+ "class": "dropdown d-flex align-items-center w-100"
37435
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37436
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37437
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37438
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37439
+ onClick: function onClick() {
37440
+ routingcountext('trainingprograms', false, '');
37441
+ }
37442
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37443
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37444
+ }, langdetect == 'en' ? 'Training Programs' : 'برامج التدريب'))))))));
37445
+ } else if (item.pagename == 'Legal Compliance') {
37446
+ return /*#__PURE__*/React__default["default"].createElement("div", {
37447
+ "class": 'cursor-pointer dropdownoutersecuritykey',
37448
+ onMouseEnter: function onMouseEnter() {
37449
+ setinqmenushowabout35(true);
37450
+ }
37451
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37452
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
37453
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar), inqmenushowabout35 == true && /*#__PURE__*/React__default["default"].createElement("div", {
37454
+ "class": "w-100"
37455
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37456
+ "class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
37457
+ style: {
37458
+ left: langdetect == 'en' ? '10%' : '',
37459
+ right: langdetect == 'ar' ? '10%' : ''
37460
+ }
37461
+ }, /*#__PURE__*/React__default["default"].createElement("ul", {
37462
+ "class": "mt-2",
37463
+ sytle: {
37464
+ width: '200px'
37465
+ }
37466
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37467
+ "class": "dropdown d-flex align-items-center w-100"
37468
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37469
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37470
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37471
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37472
+ onClick: function onClick() {
37473
+ routingcountext('legaldisclaimer', false, '');
37474
+ }
37475
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37476
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37477
+ }, langdetect == 'en' ? 'Legal Disclaimer' : 'إخلاء المسؤولية القانونية')))), /*#__PURE__*/React__default["default"].createElement("li", {
37478
+ "class": "dropdown d-flex align-items-center w-100"
37479
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37480
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37481
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37482
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37483
+ onClick: function onClick() {
37484
+ routingcountext('professionalresponsibility', false, '');
37485
+ }
37486
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37487
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37488
+ }, langdetect == 'en' ? 'Professional Responsibility' : 'المسؤولية المهنية')))), /*#__PURE__*/React__default["default"].createElement("li", {
37489
+ "class": "dropdown d-flex align-items-center w-100"
37490
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37491
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37492
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37493
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37494
+ onClick: function onClick() {
37495
+ routingcountext('privacypolicy', false, '');
37496
+ }
37497
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37498
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37499
+ }, langdetect == 'en' ? 'Privacy Policy' : 'سياسة الخصوصية')))), /*#__PURE__*/React__default["default"].createElement("li", {
37500
+ "class": "dropdown d-flex align-items-center w-100"
37501
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37502
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37503
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37504
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37505
+ onClick: function onClick() {
37506
+ routingcountext('cookiepolicy', false, '');
37507
+ }
37508
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37509
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37510
+ }, langdetect == 'en' ? 'Cookie Policy' : 'سياسة ملفات تعريف الارتباط')))), /*#__PURE__*/React__default["default"].createElement("li", {
37511
+ "class": "dropdown d-flex align-items-center w-100"
37512
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37513
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37514
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37515
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37516
+ onClick: function onClick() {
37517
+ routingcountext('terms&conditions', false, '');
37518
+ }
37519
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37520
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37521
+ }, langdetect == 'en' ? 'Terms & Conditions' : 'الشروط والأحكام'))))))));
37522
+ } else if (item.pagename == 'Client Resources') {
37523
+ return /*#__PURE__*/React__default["default"].createElement("div", {
37524
+ "class": 'cursor-pointer dropdownoutersecuritykey',
37525
+ onMouseEnter: function onMouseEnter() {
37526
+ setinqmenushowcalendar(true);
37527
+ }
37528
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37529
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' p-0 mb-0 '
37530
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar), inqmenushowcalendar == true && /*#__PURE__*/React__default["default"].createElement("div", {
37531
+ "class": "w-100"
37532
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37533
+ "class": langdetect == 'en' ? ' dropdown dropdownen w-100' : ' dropdown dropdownar w-100',
37534
+ style: {
37535
+ left: langdetect == 'en' ? '10%' : '',
37536
+ right: langdetect == 'ar' ? '10%' : ''
37537
+ }
37538
+ }, /*#__PURE__*/React__default["default"].createElement("ul", {
37539
+ "class": "mt-2",
37540
+ sytle: {
37541
+ width: '200px'
37542
+ }
37543
+ }, /*#__PURE__*/React__default["default"].createElement("li", {
37544
+ "class": "dropdown d-flex align-items-center w-100"
37545
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37546
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37547
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37548
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37549
+ onClick: function onClick() {
37550
+ routingcountext('clientguides', false, '');
37551
+ }
37552
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37553
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37554
+ }, langdetect == 'en' ? 'Client Guides' : 'أدلة العملاء')))), /*#__PURE__*/React__default["default"].createElement("li", {
37555
+ "class": "dropdown d-flex align-items-center w-100"
37556
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37557
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37558
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37559
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37560
+ onClick: function onClick() {
37561
+ routingcountext('faqs', false, '');
37562
+ }
37563
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37564
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37565
+ }, langdetect == 'en' ? 'FAQs' : 'الأسئلة الشائعة')))), /*#__PURE__*/React__default["default"].createElement("li", {
37566
+ "class": "dropdown d-flex align-items-center w-100"
37567
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37568
+ "class": ' row m-0 w-100 d-flex align-items-center dropdownInnerContainer cursor-pointer '
37569
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
37570
+ className: ' col-lg-10 col-md-10 col-sm-10 p-0 d-flex justify-content-start align-items-center p-0 ',
37571
+ onClick: function onClick() {
37572
+ routingcountext('engagementprocess', false, '');
37573
+ }
37574
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
37575
+ "class": "".concat(headerstyles$9.link, " ").concat(header_cssstyles.navbar_item_text) + ' mb-0 p-0 ml-md-3 mr-md-3 '
37576
+ }, langdetect == 'en' ? 'Engagement Process' : 'عملية المشاركة'))))))));
37577
+ }
37578
+ }
37579
+ }
37580
+ })), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement(Subheader, {
37581
+ sectionpropertiesprops: sectionproperties,
37582
+ actions: actions,
37583
+ subheaderpropertiesprops: {
37584
+ subheaderpositionprops: 'in nav',
37585
+ paddingLeftprops: '10px',
37586
+ paddingRightprops: '10px',
37587
+ subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
37588
+ }
37589
+ })))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React__default["default"].createElement("div", {
36562
37590
  "class": "col-lg-12 p-0"
36563
37591
  }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
36564
37592
  actions: actions,
@@ -36622,7 +37650,7 @@ var Simpleheader = function Simpleheader(props) {
36622
37650
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
36623
37651
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
36624
37652
  className: generalstyles.logo_image,
36625
- path: langdetect == 'en' ? (_logoarrayofobjects$3 = logoarrayofobjects[0]) === null || _logoarrayofobjects$3 === void 0 ? void 0 : _logoarrayofobjects$3.englishlogo : (_logoarrayofobjects$4 = logoarrayofobjects[0]) === null || _logoarrayofobjects$4 === void 0 ? void 0 : _logoarrayofobjects$4.arabiclogo,
37653
+ path: langdetect == 'en' ? (_logoarrayofobjects$5 = logoarrayofobjects[0]) === null || _logoarrayofobjects$5 === void 0 ? void 0 : _logoarrayofobjects$5.englishlogo : (_logoarrayofobjects$6 = logoarrayofobjects[0]) === null || _logoarrayofobjects$6 === void 0 ? void 0 : _logoarrayofobjects$6.arabiclogo,
36626
37654
  style: {
36627
37655
  width: '100%',
36628
37656
  height: '100%',
@@ -50022,7 +51050,7 @@ var CenteredLogoHeaderWithSlider = function CenteredLogoHeaderWithSlider(props)
50022
51050
  function ownKeys$1M(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; }
50023
51051
  function _objectSpread$1M(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1M(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1M(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
50024
51052
  var Minimalheader = function Minimalheader(props) {
50025
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i10, _authdetailsContext$i13;
51053
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i0, _authdetailsContext$i11, _authdetailsContext$i14;
50026
51054
  var _useState = React.useState(''),
50027
51055
  _useState2 = _slicedToArray__default["default"](_useState, 2),
50028
51056
  sectionproperties = _useState2[0],
@@ -50312,7 +51340,18 @@ var Minimalheader = function Minimalheader(props) {
50312
51340
  }
50313
51341
  }, /*#__PURE__*/React__default["default"].createElement(FiSearch.FiSearch, {
50314
51342
  size: sectionproperties.searchbaricon_fontsize
50315
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
51343
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691455ef9ed84' && /*#__PURE__*/React__default["default"].createElement("div", {
51344
+ "class": "allcentered mx-5"
51345
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
51346
+ "class": header_cssstyles.menuicon + ' m-0 p-0 allcentered ',
51347
+ onClick: function onClick() {
51348
+ routingcountext(StaticPagesLinksContext.Login);
51349
+ },
51350
+ style: {
51351
+ fontSize: 20,
51352
+ fontWeight: 600
51353
+ }
51354
+ }, langdetect == 'en' ? 'Login' : 'تسجيل الدخول')), /*#__PURE__*/React__default["default"].createElement("div", {
50316
51355
  "class": "allcentered"
50317
51356
  }, /*#__PURE__*/React__default["default"].createElement("p", {
50318
51357
  "class": header_cssstyles.menuicon + ' m-0 p-0 allcentered ',
@@ -50595,7 +51634,7 @@ var Minimalheader = function Minimalheader(props) {
50595
51634
  "class": "m-0 p-0"
50596
51635
  }, " ", langdetect == 'en' ? item.pagename : item.pagename_ar));
50597
51636
  }
50598
- }), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 || (_authdetailsContext$i = _authdetailsContext$i.instcurrencies) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
51637
+ }), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.length) > 1 && /*#__PURE__*/React__default["default"].createElement("div", {
50599
51638
  "class": ' col-lg-12 p-0 d-flex align-items-center justify-content-start cursor-pointer '
50600
51639
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50601
51640
  "class": "row m-0 w-100"
@@ -50619,7 +51658,7 @@ var Minimalheader = function Minimalheader(props) {
50619
51658
  background: '#f4f4f4',
50620
51659
  borderRadius: 5
50621
51660
  }
50622
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 || (_authdetailsContext$i2 = _authdetailsContext$i2.instcurrencies) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.map(function (item, index) {
51661
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.map(function (item, index) {
50623
51662
  return /*#__PURE__*/React__default["default"].createElement("div", {
50624
51663
  "class": header_cssstyles.navbarItem + ' col-lg-12 p-0 text-start py-2 px-2 cursor-pointer ',
50625
51664
  onClick: function onClick() {
@@ -50699,13 +51738,13 @@ var Minimalheader = function Minimalheader(props) {
50699
51738
  "class": "col-lg-12"
50700
51739
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50701
51740
  "class": "row m-0 w-100"
50702
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null && sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
51741
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null && sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
50703
51742
  "class": "".concat(header_cssstyles.fbbtn) + ' col-lg-12 p-0 text-start mb-2 cursor-pointer ',
50704
51743
  onClick: function onClick() {
50705
- var _authdetailsContext$i4;
50706
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink) != null) {
50707
- var _authdetailsContext$i5;
50708
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink, '_blank');
51744
+ var _authdetailsContext$i5;
51745
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
51746
+ var _authdetailsContext$i6;
51747
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
50709
51748
  }
50710
51749
  }
50711
51750
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -50714,13 +51753,13 @@ var Minimalheader = function Minimalheader(props) {
50714
51753
  size: sectionproperties.iconcontainer_iconfontsize
50715
51754
  }), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement(FiArrowUpLeft.FiArrowUpLeft, {
50716
51755
  size: sectionproperties.iconcontainer_iconfontsize
50717
- })), "Facebook"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
51756
+ })), "Facebook"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50718
51757
  "class": "".concat(header_cssstyles.instagrambtn) + ' col-lg-12 p-0 text-start mb-2 cursor-pointer ',
50719
51758
  onClick: function onClick() {
50720
- var _authdetailsContext$i7;
50721
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
50722
- var _authdetailsContext$i8;
50723
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
51759
+ var _authdetailsContext$i8;
51760
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink) != null) {
51761
+ var _authdetailsContext$i9;
51762
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink, '_blank');
50724
51763
  }
50725
51764
  }
50726
51765
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -50729,13 +51768,13 @@ var Minimalheader = function Minimalheader(props) {
50729
51768
  size: sectionproperties.iconcontainer_iconfontsize
50730
51769
  }), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement(FiArrowUpLeft.FiArrowUpLeft, {
50731
51770
  size: sectionproperties.iconcontainer_iconfontsize
50732
- })), "Instagram"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
51771
+ })), "Instagram"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.twitterlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50733
51772
  "class": "".concat(header_cssstyles.fbbtn) + ' col-lg-12 p-0 text-start mb-2 cursor-pointer ',
50734
51773
  onClick: function onClick() {
50735
- var _authdetailsContext$i0;
50736
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.twitterlink) != null) {
50737
- var _authdetailsContext$i1;
50738
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.twitterlink, '_blank');
51774
+ var _authdetailsContext$i1;
51775
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.twitterlink) != null) {
51776
+ var _authdetailsContext$i10;
51777
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.twitterlink, '_blank');
50739
51778
  }
50740
51779
  }
50741
51780
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -50744,13 +51783,13 @@ var Minimalheader = function Minimalheader(props) {
50744
51783
  size: sectionproperties.iconcontainer_iconfontsize
50745
51784
  }), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement(FiArrowUpLeft.FiArrowUpLeft, {
50746
51785
  size: sectionproperties.iconcontainer_iconfontsize
50747
- })), "X"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
51786
+ })), "X"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50748
51787
  "class": "".concat(header_cssstyles.fbbtn) + ' col-lg-12 p-0 text-start mb-2 cursor-pointer ',
50749
51788
  onClick: function onClick() {
50750
- var _authdetailsContext$i11;
50751
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
50752
- var _authdetailsContext$i12;
50753
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
51789
+ var _authdetailsContext$i12;
51790
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
51791
+ var _authdetailsContext$i13;
51792
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
50754
51793
  }
50755
51794
  }
50756
51795
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -50759,13 +51798,13 @@ var Minimalheader = function Minimalheader(props) {
50759
51798
  size: sectionproperties.iconcontainer_iconfontsize
50760
51799
  }), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement(FiArrowUpLeft.FiArrowUpLeft, {
50761
51800
  size: sectionproperties.iconcontainer_iconfontsize
50762
- })), "LinkedIn"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
51801
+ })), "LinkedIn"), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
50763
51802
  "class": "".concat(header_cssstyles.fbbtn) + ' col-lg-12 p-0 text-start mb-2 cursor-pointer ',
50764
51803
  onClick: function onClick() {
50765
- var _authdetailsContext$i14;
50766
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.youtubelink) != null) {
50767
- var _authdetailsContext$i15;
50768
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink, '_blank');
51804
+ var _authdetailsContext$i15;
51805
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.youtubelink) != null) {
51806
+ var _authdetailsContext$i16;
51807
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.youtubelink, '_blank');
50769
51808
  }
50770
51809
  }
50771
51810
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -94339,7 +95378,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
94339
95378
  borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
94340
95379
  borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
94341
95380
  transition: '.3s',
94342
- opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 ? 0.4 : 1,
95381
+ opacity: item.currentquantity < 1 && sectionproperties.showoutofstock == 'Show' && item.quantavailtype == 'limit' && item.hasvariants == 0 ? sectionproperties.outofstockimageopcity : 1,
94343
95382
  '@media (max-width: 800px)': {
94344
95383
  height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive != null ? sectionproperties.height_responsive + 'px' : sectionproperties.image_height + 'px'
94345
95384
  }