tabexseriescomponents 0.50.186 → 0.50.188

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
@@ -3115,6 +3115,9 @@ var ProductExtras = function ProductExtras(props) {
3115
3115
  props.actions.addtocardpayloadobj;
3116
3116
  props.actions.setaddtocardpayloadobj;
3117
3117
  var addtocartfunc_extras = props.actions.addtocartfunc_extras;
3118
+ var product_prod_extras_array = props.actions.product_prod_extras_array;
3119
+ var setproduct_prod_extras_array = props.actions.setproduct_prod_extras_array;
3120
+ var variantindexcompleted = props.actions.variantindexcompleted;
3118
3121
  props.actions;
3119
3122
  var productid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer === void 0 || (_fetchProductInfoQuer = _fetchProductInfoQuer.productinfo) === null || _fetchProductInfoQuer === void 0 ? void 0 : _fetchProductInfoQuer.productid;
3120
3123
  // const templatepropcontext = props.actions.templatepropcontext;
@@ -3142,10 +3145,7 @@ var ProductExtras = function ProductExtras(props) {
3142
3145
  _useState0 = _slicedToArray__default["default"](_useState9, 2);
3143
3146
  _useState0[0];
3144
3147
  _useState0[1];
3145
- var _useState1 = React.useState([]),
3146
- _useState10 = _slicedToArray__default["default"](_useState1, 2),
3147
- product_prod_extras_array = _useState10[0],
3148
- setproduct_prod_extras_array = _useState10[1];
3148
+ // const [product_prod_extras_array, setproduct_prod_extras_array] = useState([]);
3149
3149
  React.useEffect(function () {
3150
3150
  if (fetchProductInfoQueryContext.isSuccess) ;
3151
3151
  }, [filterproductreviews]);
@@ -3173,7 +3173,7 @@ var ProductExtras = function ProductExtras(props) {
3173
3173
  return /*#__PURE__*/React__default["default"].createElement("div", {
3174
3174
  className: 'row w-100 ml-0 mr-0 mt-3'
3175
3175
  }, product_prod_extras_array === null || product_prod_extras_array === void 0 ? void 0 : product_prod_extras_array.map(function (item, index) {
3176
- var _item$productinfo;
3176
+ var _item$productinfo, _item$productinfo2;
3177
3177
  return /*#__PURE__*/React__default["default"].createElement("div", {
3178
3178
  "class": props.srcfromprops == 'servicestyle2' ? 'col-lg-12 col-sm-12 p-0 mb-3' : 'col-lg-6 col-sm-12 p-0 mb-3'
3179
3179
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -3190,7 +3190,9 @@ var ProductExtras = function ProductExtras(props) {
3190
3190
  "class": "col-12 p-0 text-start"
3191
3191
  }, /*#__PURE__*/React__default["default"].createElement("p", {
3192
3192
  className: ' m-0 p-0 ',
3193
- style: {},
3193
+ style: {
3194
+ fontSize: 15
3195
+ },
3194
3196
  dangerouslySetInnerHTML: {
3195
3197
  __html: item === null || item === void 0 ? void 0 : item.productinfo["description_".concat(langdetect)]
3196
3198
  }
@@ -3201,7 +3203,7 @@ var ProductExtras = function ProductExtras(props) {
3201
3203
  style: {
3202
3204
  fontSize: 12
3203
3205
  }
3204
- }, "(+ ", item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.defaultprice, " ", langdetect == 'ar' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en, ")"), /*#__PURE__*/React__default["default"].createElement("div", {
3206
+ }, "(+", ' ', sectionproperties.removedecimals == 'Without Decimals and Separated With Comma' ? Math.floor(item === null || item === void 0 || (_item$productinfo = item.productinfo) === null || _item$productinfo === void 0 ? void 0 : _item$productinfo.defaultprice).toLocaleString() : item === null || item === void 0 || (_item$productinfo2 = item.productinfo) === null || _item$productinfo2 === void 0 ? void 0 : _item$productinfo2.defaultprice, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar, ")"), /*#__PURE__*/React__default["default"].createElement("div", {
3205
3207
  "class": "d-flex flex-row",
3206
3208
  style: {
3207
3209
  width: '50%',
@@ -3215,34 +3217,58 @@ var ProductExtras = function ProductExtras(props) {
3215
3217
  },
3216
3218
  "class": "text-black cursor-pointer ",
3217
3219
  onClick: function onClick() {
3218
- var quantity = 0;
3219
- var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
3220
- if (parseFloat(tempproduct_prod_extras_array[index].quantity) <= 0) {
3221
- quantity = 0;
3220
+ var _fetchProductInfoQuer3;
3221
+ var can_add_extras = false;
3222
+ if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.hasvariants) == 1) {
3223
+ if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
3224
+ can_add_extras = true;
3225
+ } else {
3226
+ alert('Please select a variant to be able to add extras');
3227
+ }
3222
3228
  } else {
3223
- quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
3229
+ can_add_extras = true;
3224
3230
  }
3225
- quantity = quantity - 1;
3226
- if (quantity >= 0) {
3227
- var _item$productinfo2;
3228
- tempproduct_prod_extras_array[index].quantity = quantity;
3229
- tempproduct_prod_extras_array[index].quantity = quantity;
3230
- addtocartfunc_extras(false, {
3231
- functype: 'add',
3232
- item_type: 'Extras',
3233
- productid: item === null || item === void 0 || (_item$productinfo2 = item.productinfo) === null || _item$productinfo2 === void 0 ? void 0 : _item$productinfo2.productid,
3234
- main_ref_productid: productid,
3235
- variantid: '',
3236
- quantity: quantity,
3237
- date: '',
3238
- time: '',
3239
- from: '',
3240
- to: '',
3241
- extrafields: []
3242
- });
3243
- setproduct_prod_extras_array(_toConsumableArray__default["default"](tempproduct_prod_extras_array));
3244
- } else {
3245
- alert('Quantity cannot be less than 0');
3231
+ if (can_add_extras) {
3232
+ var quantity = 0;
3233
+ var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
3234
+ if (parseFloat(tempproduct_prod_extras_array[index].quantity) <= 0) {
3235
+ quantity = 0;
3236
+ } else {
3237
+ quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
3238
+ }
3239
+ quantity = quantity - 1;
3240
+ if (quantity >= 0) {
3241
+ var _item$productinfo3;
3242
+ tempproduct_prod_extras_array[index].quantity = quantity;
3243
+ tempproduct_prod_extras_array[index].quantity = quantity;
3244
+ var variantid = null;
3245
+ if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
3246
+ var _fetchProductInfoQuer4;
3247
+ variantid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.variants[variantindexcompleted]) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.variantid;
3248
+ }
3249
+ tempproduct_prod_extras_array[index].main_ref_variantid = variantid;
3250
+ tempproduct_prod_extras_array[index].main_ref_productid = productid;
3251
+ tempproduct_prod_extras_array[index].item_type = 'Extras';
3252
+ tempproduct_prod_extras_array[index].productinfo = item === null || item === void 0 ? void 0 : item.productinfo;
3253
+ addtocartfunc_extras(false, {
3254
+ functype: 'add',
3255
+ item_type: 'Extras',
3256
+ productid: item === null || item === void 0 || (_item$productinfo3 = item.productinfo) === null || _item$productinfo3 === void 0 ? void 0 : _item$productinfo3.productid,
3257
+ main_ref_productid: productid,
3258
+ main_ref_variantid: variantid,
3259
+ variantid: '',
3260
+ quantity: quantity,
3261
+ hasvariants: 0,
3262
+ date: '',
3263
+ time: '',
3264
+ from: '',
3265
+ to: '',
3266
+ extrafields: []
3267
+ });
3268
+ setproduct_prod_extras_array(_toConsumableArray__default["default"](tempproduct_prod_extras_array));
3269
+ } else {
3270
+ alert('Quantity cannot be less than 0');
3271
+ }
3246
3272
  }
3247
3273
  }
3248
3274
  }, /*#__PURE__*/React__default["default"].createElement("i", {
@@ -3261,28 +3287,52 @@ var ProductExtras = function ProductExtras(props) {
3261
3287
  },
3262
3288
  "class": "text-black cursor-pointer ",
3263
3289
  onClick: function onClick() {
3264
- var _item$productinfo3;
3265
- var quantity = 0;
3266
- var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
3267
- if (tempproduct_prod_extras_array[index].quantity != undefined && tempproduct_prod_extras_array[index].quantity != null && tempproduct_prod_extras_array[index].quantity != 0) {
3268
- quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
3269
- }
3270
- quantity = quantity + 1;
3271
- tempproduct_prod_extras_array[index].quantity = quantity;
3272
- addtocartfunc_extras(false, {
3273
- functype: 'add',
3274
- item_type: 'Extras',
3275
- productid: item === null || item === void 0 || (_item$productinfo3 = item.productinfo) === null || _item$productinfo3 === void 0 ? void 0 : _item$productinfo3.productid,
3276
- main_ref_productid: productid,
3277
- variantid: '',
3278
- quantity: quantity,
3279
- date: '',
3280
- time: '',
3281
- from: '',
3282
- to: '',
3283
- extrafields: []
3284
- });
3285
- setproduct_prod_extras_array(_toConsumableArray__default["default"](tempproduct_prod_extras_array));
3290
+ var _fetchProductInfoQuer5;
3291
+ var can_add_extras = false;
3292
+ if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer5 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.data) === null || _fetchProductInfoQuer5 === void 0 || (_fetchProductInfoQuer5 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : _fetchProductInfoQuer5.hasvariants) == 1) {
3293
+ if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
3294
+ can_add_extras = true;
3295
+ } else {
3296
+ alert('Please select a variant to be able to add extras');
3297
+ }
3298
+ } else {
3299
+ can_add_extras = true;
3300
+ }
3301
+ if (can_add_extras) {
3302
+ var _item$productinfo4;
3303
+ var quantity = 0;
3304
+ var tempproduct_prod_extras_array = _toConsumableArray__default["default"](product_prod_extras_array);
3305
+ if (tempproduct_prod_extras_array[index].quantity != undefined && tempproduct_prod_extras_array[index].quantity != null && tempproduct_prod_extras_array[index].quantity != 0) {
3306
+ quantity = parseFloat(tempproduct_prod_extras_array[index].quantity);
3307
+ }
3308
+ quantity = quantity + 1;
3309
+ tempproduct_prod_extras_array[index].quantity = quantity;
3310
+ var variantid = null;
3311
+ if (variantindexcompleted != undefined && variantindexcompleted != null && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0) {
3312
+ var _fetchProductInfoQuer6;
3313
+ variantid = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer6 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.data) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.productinfo) === null || _fetchProductInfoQuer6 === void 0 || (_fetchProductInfoQuer6 = _fetchProductInfoQuer6.variants[variantindexcompleted]) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : _fetchProductInfoQuer6.variantid;
3314
+ }
3315
+ tempproduct_prod_extras_array[index].main_ref_variantid = variantid;
3316
+ tempproduct_prod_extras_array[index].main_ref_productid = productid;
3317
+ tempproduct_prod_extras_array[index].item_type = 'Extras';
3318
+ tempproduct_prod_extras_array[index].productinfo = item === null || item === void 0 ? void 0 : item.productinfo;
3319
+ addtocartfunc_extras(false, {
3320
+ functype: 'add',
3321
+ item_type: 'Extras',
3322
+ productid: item === null || item === void 0 || (_item$productinfo4 = item.productinfo) === null || _item$productinfo4 === void 0 ? void 0 : _item$productinfo4.productid,
3323
+ main_ref_productid: productid,
3324
+ main_ref_variantid: variantid,
3325
+ variantid: '',
3326
+ quantity: quantity,
3327
+ hasvariants: 0,
3328
+ date: '',
3329
+ time: '',
3330
+ from: '',
3331
+ to: '',
3332
+ extrafields: []
3333
+ });
3334
+ setproduct_prod_extras_array(_toConsumableArray__default["default"](tempproduct_prod_extras_array));
3335
+ }
3286
3336
  }
3287
3337
  }, /*#__PURE__*/React__default["default"].createElement("i", {
3288
3338
  className: 'h-100 allcentered'
@@ -28966,7 +29016,7 @@ var SocialMediaSection = function SocialMediaSection(props) {
28966
29016
  function ownKeys$28(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; }
28967
29017
  function _objectSpread$28(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$28(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$28(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
28968
29018
  var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
28969
- var _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _authdetailsContext$i25, _authdetailsContext$i26, _authdetailsContext$i27, _authdetailsContext$i28, _authdetailsContext$i29, _authdetailsContext$i30, _authdetailsContext$i31, _authdetailsContext$i32, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i41, _authdetailsContext$i42;
29019
+ var _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i17, _authdetailsContext$i18, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24, _authdetailsContext$i25, _authdetailsContext$i26, _authdetailsContext$i27, _authdetailsContext$i28, _authdetailsContext$i29, _authdetailsContext$i30, _authdetailsContext$i31, _authdetailsContext$i32, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _authdetailsContext$i36, _authdetailsContext$i37, _authdetailsContext$i38, _authdetailsContext$i39, _authdetailsContext$i40, _authdetailsContext$i41, _authdetailsContext$i42, _authdetailsContext$i43;
28970
29020
  var actions = props.actions;
28971
29021
  var LogoutMutationContext = props.actions.LogoutMutationContext;
28972
29022
  var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
@@ -29946,7 +29996,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
29946
29996
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
29947
29997
  }, /*#__PURE__*/React__default["default"].createElement("span", {
29948
29998
  "class": "ml-2 mr-2"
29949
- }, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
29999
+ }, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instid) == '6989e1bf78c8f' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
29950
30000
  "class": "".concat(header_cssstyles.dropdownitem),
29951
30001
  onClick: function onClick() {
29952
30002
  setlang('rus');
@@ -29958,6 +30008,17 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
29958
30008
  }, /*#__PURE__*/React__default["default"].createElement("span", {
29959
30009
  "class": "ml-2 mr-2"
29960
30010
  }, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
30011
+ "class": "".concat(header_cssstyles.dropdownitem),
30012
+ onClick: function onClick() {
30013
+ setlang('rus');
30014
+ }
30015
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
30016
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
30017
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
30018
+ "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
30019
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
30020
+ "class": "ml-2 mr-2"
30021
+ }, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
29961
30022
  "class": "".concat(header_cssstyles.dropdownitem),
29962
30023
  onClick: function onClick() {
29963
30024
  setlang('ital');
@@ -29968,7 +30029,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
29968
30029
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
29969
30030
  }, /*#__PURE__*/React__default["default"].createElement("span", {
29970
30031
  "class": "ml-2 mr-2"
29971
- }, "Italiano")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
30032
+ }, "Italiano")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
29972
30033
  "class": "".concat(header_cssstyles.dropdownitem),
29973
30034
  onClick: function onClick() {
29974
30035
  setlang('magr');
@@ -29979,7 +30040,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
29979
30040
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
29980
30041
  }, /*#__PURE__*/React__default["default"].createElement("span", {
29981
30042
  "class": "ml-2 mr-2"
29982
- }, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
30043
+ }, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
29983
30044
  "class": "".concat(header_cssstyles.dropdownitem),
29984
30045
  onClick: function onClick() {
29985
30046
  setlang('turk');
@@ -30045,8 +30106,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
30045
30106
  size: 20,
30046
30107
  color: sectionproperties.cart_BtnTextcolor_resp
30047
30108
  }))), templatepropcontext.pagesnprop.map(function (item, index) {
30048
- var _authdetailsContext$i18, _authdetailsContext$i19, _authdetailsContext$i20;
30049
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '684aa79857878') {
30109
+ var _authdetailsContext$i19, _authdetailsContext$i20, _authdetailsContext$i21;
30110
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '684aa79857878') {
30050
30111
  if (item.isnavigation == 1 && item.isactive == 1) {
30051
30112
  if (item.pagename != 'About' && item.pagename != 'Community' && item.pagename != 'Admission Policy') {
30052
30113
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -30431,7 +30492,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
30431
30492
  })));
30432
30493
  }
30433
30494
  }
30434
- } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) != '6790ae890234e' && item.pagename != 'Our Solutions') {
30495
+ } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) != '6790ae890234e' && item.pagename != 'Our Solutions') {
30435
30496
  if (item.isnavigation == 1 && item.isactive == 1) {
30436
30497
  return /*#__PURE__*/React__default["default"].createElement("div", {
30437
30498
  className: "row m-0 w-100 anim"
@@ -30454,7 +30515,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
30454
30515
  }
30455
30516
  })));
30456
30517
  }
30457
- } else if (item.pagename == 'Our Solutions' && item.isnavigation == 1 && item.isactive == 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '683c55d780e0c') {
30518
+ } else if (item.pagename == 'Our Solutions' && item.isnavigation == 1 && item.isactive == 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '683c55d780e0c') {
30458
30519
  return /*#__PURE__*/React__default["default"].createElement("div", {
30459
30520
  className: "row m-0 w-100 anim"
30460
30521
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -30697,9 +30758,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
30697
30758
  routingcountext(StaticPagesLinksContext.Wishlist);
30698
30759
  setmenuactive(false);
30699
30760
  }
30700
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
30761
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
30701
30762
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
30702
- }, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
30763
+ }, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
30703
30764
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
30704
30765
  }, lang.wishlist))), /*#__PURE__*/React__default["default"].createElement("div", {
30705
30766
  className: "col-lg-12 p-0"
@@ -30708,7 +30769,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
30708
30769
  style: {
30709
30770
  borderColor: sectionproperties.resp_header_separatorbg
30710
30771
  }
30711
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
30772
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
30712
30773
  className: "row m-0 w-100 anim"
30713
30774
  }, /*#__PURE__*/React__default["default"].createElement("div", {
30714
30775
  className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
@@ -30841,7 +30902,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
30841
30902
  style: {
30842
30903
  borderColor: sectionproperties.resp_header_separatorbg
30843
30904
  }
30844
- }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
30905
+ }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
30845
30906
  className: "row m-0 w-100 anim"
30846
30907
  }, /*#__PURE__*/React__default["default"].createElement("div", {
30847
30908
  className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
@@ -30860,7 +30921,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
30860
30921
  style: {
30861
30922
  borderColor: sectionproperties.resp_header_separatorbg
30862
30923
  }
30863
- }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
30924
+ }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
30864
30925
  className: "row m-0 w-100 anim"
30865
30926
  }, /*#__PURE__*/React__default["default"].createElement("div", {
30866
30927
  className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start my-1"
@@ -30911,7 +30972,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
30911
30972
  fontSize: 15,
30912
30973
  color: sectionproperties.language_container_color_resp
30913
30974
  }
30914
- }, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
30975
+ }, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
30915
30976
  "class": header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
30916
30977
  onClick: function onClick() {
30917
30978
  setlang('ar');
@@ -30925,7 +30986,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
30925
30986
  fontSize: 15,
30926
30987
  color: sectionproperties.language_container_color_resp
30927
30988
  }
30928
- }, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
30989
+ }, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
30929
30990
  "class": header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
30930
30991
  onClick: function onClick() {
30931
30992
  setlang('nrwig');
@@ -31168,9 +31229,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31168
31229
  routingcountext(StaticPagesLinksContext.Wishlist);
31169
31230
  setopenCnvas(false);
31170
31231
  }
31171
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
31232
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
31172
31233
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
31173
- }, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
31234
+ }, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
31174
31235
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
31175
31236
  }, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
31176
31237
  className: "col-lg-12 p-0"
@@ -31179,7 +31240,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31179
31240
  style: {
31180
31241
  borderColor: sectionproperties.resp_header_separatorbg
31181
31242
  }
31182
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
31243
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
31183
31244
  className: "row m-0 w-100 anim"
31184
31245
  }, /*#__PURE__*/React__default["default"].createElement("div", {
31185
31246
  className: "col-lg-12 d-flex justify-content-start pl-3 pr-3"
@@ -31311,7 +31372,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31311
31372
  style: {
31312
31373
  borderColor: sectionproperties.resp_header_separatorbg
31313
31374
  }
31314
- }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
31375
+ }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
31315
31376
  className: "row m-0 w-100"
31316
31377
  }, /*#__PURE__*/React__default["default"].createElement("div", {
31317
31378
  className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
@@ -31330,7 +31391,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31330
31391
  style: {
31331
31392
  borderColor: sectionproperties.resp_header_separatorbg
31332
31393
  }
31333
- }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
31394
+ }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
31334
31395
  className: "row m-0 w-100"
31335
31396
  }, /*#__PURE__*/React__default["default"].createElement("div", {
31336
31397
  className: "col-lg-12 pl-0 pr-0 d-flex justify-content-start pl-3 pr-3"
@@ -31381,7 +31442,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31381
31442
  fontSize: 15,
31382
31443
  color: sectionproperties.language_container_color_resp
31383
31444
  }
31384
- }, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
31445
+ }, "English")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
31385
31446
  "class": sectionproperties.showfrench == 'Show' ? header_cssstyles.navbarItem + ' col-4 p-0 allcentered py-2 px-2 cursor-pointer ' : header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
31386
31447
  onClick: function onClick() {
31387
31448
  setlang('ar');
@@ -31395,7 +31456,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31395
31456
  fontSize: 15,
31396
31457
  color: sectionproperties.language_container_color_resp
31397
31458
  }
31398
- }, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
31459
+ }, "\u0644\u063A\u0629 \u0639\u0631\u0628\u064A\u0629")), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
31399
31460
  "class": sectionproperties.showfrench == 'Show' ? header_cssstyles.navbarItem + ' col-4 p-0 allcentered py-2 px-2 cursor-pointer ' : header_cssstyles.navbarItem + ' col-6 p-0 allcentered py-2 px-2 cursor-pointer ',
31400
31461
  onClick: function onClick() {
31401
31462
  setlang('nrwig');
@@ -31654,7 +31715,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31654
31715
  style: {
31655
31716
  borderColor: sectionproperties.resp_header_separatorbg
31656
31717
  }
31657
- }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
31718
+ }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("div", {
31658
31719
  className: "row m-0 w-100"
31659
31720
  }, /*#__PURE__*/React__default["default"].createElement("div", {
31660
31721
  className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
@@ -31672,7 +31733,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31672
31733
  style: {
31673
31734
  borderColor: sectionproperties.resp_header_separatorbg
31674
31735
  }
31675
- }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
31736
+ }))), authdetailsContext.loggedin == true && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.contactinfo.instid) == '6804c4480fde5' && /*#__PURE__*/React__default["default"].createElement("div", {
31676
31737
  className: "row m-0 w-100"
31677
31738
  }, /*#__PURE__*/React__default["default"].createElement("div", {
31678
31739
  className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
@@ -31699,9 +31760,9 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31699
31760
  routingcountext(StaticPagesLinksContext.Wishlist);
31700
31761
  setopenCnvas(false);
31701
31762
  }
31702
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
31763
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.contactinfo.instid) == '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
31703
31764
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
31704
- }, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
31765
+ }, langdetect != 'ar' ? lang.wishlist : 'المفضلة'), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.contactinfo.instid) != '6808c6295b598' && /*#__PURE__*/React__default["default"].createElement("p", {
31705
31766
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 d-flex justify-content-start '
31706
31767
  }, lang.wishlist)), /*#__PURE__*/React__default["default"].createElement("div", {
31707
31768
  className: "col-lg-12 p-0"
@@ -31710,7 +31771,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31710
31771
  style: {
31711
31772
  borderColor: sectionproperties.resp_header_separatorbg
31712
31773
  }
31713
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
31774
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.contactinfo.instid) == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
31714
31775
  className: "row m-0 w-100 anim"
31715
31776
  }, /*#__PURE__*/React__default["default"].createElement("div", {
31716
31777
  className: "col-lg-12 d-flex justify-content-start pl-3 pr-3"
@@ -31823,7 +31884,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31823
31884
  style: {
31824
31885
  borderColor: sectionproperties.resp_header_separatorbg
31825
31886
  }
31826
- }))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 || (_authdetailsContext$i40 = _authdetailsContext$i40.instcurrencies) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.length) > 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.contactinfo.instid) == '67f69c023cbd4' && /*#__PURE__*/React__default["default"].createElement("div", {
31887
+ }))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 || (_authdetailsContext$i41 = _authdetailsContext$i41.instcurrencies) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.length) > 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.contactinfo.instid) == '67f69c023cbd4' && /*#__PURE__*/React__default["default"].createElement("div", {
31827
31888
  "class": "row m-0 w-100 pl-3 pr-3"
31828
31889
  }, /*#__PURE__*/React__default["default"].createElement("div", {
31829
31890
  "class": header_cssstyles.navbar_item_text_responsive + ' col-lg-12 p-0 d-flex align-items-center justify-content-start mb-2 '
@@ -31841,7 +31902,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
31841
31902
  background: '#f4f4f4',
31842
31903
  borderRadius: 5
31843
31904
  }
31844
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 || (_authdetailsContext$i42 = _authdetailsContext$i42.instcurrencies) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.map(function (item, index) {
31905
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 || (_authdetailsContext$i43 = _authdetailsContext$i43.instcurrencies) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.map(function (item, index) {
31845
31906
  return /*#__PURE__*/React__default["default"].createElement("div", {
31846
31907
  "class": header_cssstyles.navbar_item_text_responsive + ' col-lg-12 p-0 text-start py-2 px-2 cursor-pointer ',
31847
31908
  onClick: function onClick() {
@@ -34488,7 +34549,7 @@ styleInject(css_248z$y);
34488
34549
  function ownKeys$24(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; }
34489
34550
  function _objectSpread$24(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$24(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$24(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
34490
34551
  var FloatingIcons = function FloatingIcons(props) {
34491
- var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i9, _authdetailsContext$i0;
34552
+ var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i1, _authdetailsContext$i10;
34492
34553
  var _useState = React.useState(''),
34493
34554
  _useState2 = _slicedToArray__default["default"](_useState, 2),
34494
34555
  sectionproperties = _useState2[0],
@@ -34507,8 +34568,8 @@ var FloatingIcons = function FloatingIcons(props) {
34507
34568
  zIndex: 999999,
34508
34569
  transition: 'all 0.3s ease-out',
34509
34570
  bottom: sectionproperties.floatingwhatsapppositionfrombottom + 'px',
34510
- right: sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.floatingwhatsapppositionfromright,
34511
- left: sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : '',
34571
+ right: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68e4efe8cb18e' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.floatingwhatsapppositionfromright,
34572
+ left: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68e4efe8cb18e' ? langdetect != 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : sectionproperties.cartBtnShow == 'Hide' ? langdetect == 'ar' ? sectionproperties.floatingwhatsapppositionfromright + 'px' : '' : '',
34512
34573
  width: sectionproperties.floatingwhatsappiconwidth + 'px',
34513
34574
  height: sectionproperties.floatingwhatappiconheight + 'px',
34514
34575
  background: sectionproperties.floatingwhatappiconbgcolor,
@@ -34658,8 +34719,8 @@ var FloatingIcons = function FloatingIcons(props) {
34658
34719
  left: sectionproperties.floatingwhatsapppositionfromright + 'px'
34659
34720
  })
34660
34721
  };
34661
- var whatsappUrl = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessageen);
34662
- var whatsappUrl_ar = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessagear);
34722
+ var whatsappUrl = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessageen);
34723
+ var whatsappUrl_ar = "https://wa.me/".concat(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.whatsappnumber, "?text=").concat(sectionproperties.directwabtnmessagear);
34663
34724
  return /*#__PURE__*/React__default["default"].createElement("div", {
34664
34725
  "class": '',
34665
34726
  style: {
@@ -34680,10 +34741,10 @@ var FloatingIcons = function FloatingIcons(props) {
34680
34741
  }, langdetect != 'ar' ? sectionproperties.floatingwhatsappicontexten : sectionproperties.floatingwhatsappicontextar))), sectionproperties.showfloatingfbbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34681
34742
  "class": sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.fbfloatingicon, " ").concat(header_cssstyles.fbfloatingiconen) + ' allcentered cursor-pointer ',
34682
34743
  onClick: function onClick() {
34683
- var _authdetailsContext$i3;
34684
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
34685
- var _authdetailsContext$i4;
34686
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
34744
+ var _authdetailsContext$i5;
34745
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.facebooklink) != null) {
34746
+ var _authdetailsContext$i6;
34747
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.facebooklink, '_blank');
34687
34748
  }
34688
34749
  }
34689
34750
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebook.FaFacebook, {
@@ -34691,10 +34752,10 @@ var FloatingIcons = function FloatingIcons(props) {
34691
34752
  })), sectionproperties.instagramfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34692
34753
  "class": sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.instagramfloatingicon, " ").concat(header_cssstyles.instagramfloatingiconen) + ' allcentered cursor-pointer ',
34693
34754
  onClick: function onClick() {
34694
- var _authdetailsContext$i5;
34695
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
34696
- var _authdetailsContext$i6;
34697
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
34755
+ var _authdetailsContext$i7;
34756
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
34757
+ var _authdetailsContext$i8;
34758
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
34698
34759
  }
34699
34760
  }
34700
34761
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
@@ -34702,10 +34763,10 @@ var FloatingIcons = function FloatingIcons(props) {
34702
34763
  })), sectionproperties.tiktonfloatingbtnshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
34703
34764
  "class": sectionproperties.cartBtnShow == 'Hide' ? langdetect != 'ar' ? "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconar) + ' allcentered cursor-pointer ' : "".concat(header_cssstyles.tiktokfloatingicon, " ").concat(header_cssstyles.tiktokfloatingiconen) + ' allcentered cursor-pointer ',
34704
34765
  onClick: function onClick() {
34705
- var _authdetailsContext$i7;
34706
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink) != null) {
34707
- var _authdetailsContext$i8;
34708
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.instagramlink, '_blank');
34766
+ var _authdetailsContext$i9;
34767
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instagramlink) != null) {
34768
+ var _authdetailsContext$i0;
34769
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instagramlink, '_blank');
34709
34770
  }
34710
34771
  }
34711
34772
  }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
@@ -34743,7 +34804,7 @@ var FloatingIcons = function FloatingIcons(props) {
34743
34804
  }
34744
34805
  }, /*#__PURE__*/React__default["default"].createElement("p", {
34745
34806
  "class": "m-0 p-0"
34746
- }, langdetect == 'nrwig' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.instid) == '68c6a5ff3e0d0' ? 'Tilpass produktet ditt' : langdetect != 'ar' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
34807
+ }, langdetect == 'nrwig' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.instid) == '68c6a5ff3e0d0' ? 'Tilpass produktet ditt' : langdetect != 'ar' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingcallbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
34747
34808
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
34748
34809
  target: '_self',
34749
34810
  style: {
@@ -34760,7 +34821,7 @@ var FloatingIcons = function FloatingIcons(props) {
34760
34821
  style: {
34761
34822
  transform: langdetect != 'ar' ? 'scaleX(1)' : 'scaleX(-1)'
34762
34823
  }
34763
- }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.instid) == '6824564a386c2' && /*#__PURE__*/React__default["default"].createElement("a", {
34824
+ }))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.instid) == '6824564a386c2' && /*#__PURE__*/React__default["default"].createElement("a", {
34764
34825
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
34765
34826
  target: '_self',
34766
34827
  style: {