tabexseriescomponents 0.50.176 → 0.50.178

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
@@ -4144,7 +4144,7 @@ var ProductReviews = function ProductReviews(props) {
4144
4144
  _useState4 = _slicedToArray__default["default"](_useState3, 2),
4145
4145
  openreviewmodal = _useState4[0],
4146
4146
  setopenreviewmodal = _useState4[1];
4147
- var _useState5 = React.useState("all"),
4147
+ var _useState5 = React.useState('all'),
4148
4148
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
4149
4149
  filterproductreviews = _useState6[0],
4150
4150
  setfilterproductreviews = _useState6[1];
@@ -4160,7 +4160,7 @@ var ProductReviews = function ProductReviews(props) {
4160
4160
  var getreviewsassignermutationfunc = function getreviewsassignermutationfunc() {
4161
4161
  var _fetchProductInfoQuer2;
4162
4162
  GeneralAPIMutationContext.mutate({
4163
- endpointurl: "/fetchproductreviews",
4163
+ endpointurl: '/fetchproductreviews',
4164
4164
  productid: fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer2 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.productinfo) === null || _fetchProductInfoQuer2 === void 0 ? void 0 : _fetchProductInfoQuer2.productid,
4165
4165
  filterproductreviews: filterproductreviews,
4166
4166
  mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
@@ -4177,18 +4177,19 @@ var ProductReviews = function ProductReviews(props) {
4177
4177
  fetchProductInfoQueryContext.refetch();
4178
4178
  };
4179
4179
  return /*#__PURE__*/React__default["default"].createElement("div", {
4180
- className: "row w-100 ml-0 mr-0",
4180
+ className: 'row w-100 ml-0 mr-0',
4181
4181
  style: {
4182
- marginTop: props.actions.srcfrom == "collapsepinfo" ? 0 : sectionproperties.marginTop + "px",
4183
- maxHeight: props.actions.srcfrom == "collapsepinfo" ? "30vh" : "auto",
4184
- overflowY: "auto"
4182
+ marginTop: props.actions.srcfrom == 'collapsepinfo' ? 0 : sectionproperties.marginTop + 'px',
4183
+ maxHeight: props.actions.srcfrom == 'collapsepinfo' ? '30vh' : 'auto',
4184
+ overflowY: 'auto',
4185
+ color: '#000'
4185
4186
  }
4186
4187
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4187
- "class": props.actions.srcfrom == "collapsepinfo" ? "col-lg-12 p-0 w-100 p-0 p-md-0 plr-1025-0" : "col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0 plr-1025-0"
4188
+ "class": props.actions.srcfrom == 'collapsepinfo' ? 'col-lg-12 p-0 w-100 p-0 p-md-0 plr-1025-0' : 'col-lg-12 p-0 w-100 pl-5 pr-5 p-md-0 plr-1025-0'
4188
4189
  }, GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
4189
4190
  "class": "col-lg-12 allcentered",
4190
4191
  style: {
4191
- height: "20vh"
4192
+ height: '20vh'
4192
4193
  }
4193
4194
  }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.Messaging, {
4194
4195
  color: "#ccc",
@@ -4197,40 +4198,40 @@ var ProductReviews = function ProductReviews(props) {
4197
4198
  duration: "1s"
4198
4199
  })), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
4199
4200
  "class": "row m-0 w-100"
4200
- }, props.actions.srcfrom != "collapsepinfo" && /*#__PURE__*/React__default["default"].createElement("div", {
4201
- "class": props.actions.srcfrom != "collapsepinfo" ? "col-lg-3" : "col-12"
4201
+ }, props.actions.srcfrom != 'collapsepinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
4202
+ "class": props.actions.srcfrom != 'collapsepinfo' ? 'col-lg-3' : 'col-12'
4202
4203
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4203
4204
  "class": "row m-0 w-100 allcentered"
4204
4205
  }, canuserreview && /*#__PURE__*/React__default["default"].createElement("div", {
4205
- "class": props.actions.srcfrom != "collapsepinfo" ? "col-lg-12 allcentered mb-3 p-0" : "col-lg-12 text-end mb-3 p-0"
4206
+ "class": props.actions.srcfrom != 'collapsepinfo' ? 'col-lg-12 allcentered mb-3 p-0' : 'col-lg-12 text-end mb-3 p-0'
4206
4207
  }, /*#__PURE__*/React__default["default"].createElement("button", {
4207
- "class": "".concat(productinfo_cssstyles.reviewbutton) + " ",
4208
+ "class": "".concat(productinfo_cssstyles.reviewbutton) + ' ',
4208
4209
  onClick: function onClick() {
4209
4210
  setopenreviewmodal(true);
4210
4211
  }
4211
- }, langdetect != "ar" ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)), props.actions.srcfrom != "collapsepinfo" && /*#__PURE__*/React__default["default"].createElement("div", {
4212
+ }, langdetect != 'ar' ? sectionproperties.reviewbtn_contenten : sectionproperties.reviewbtn_contentar)), props.actions.srcfrom != 'collapsepinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
4212
4213
  "class": "col-lg-12 p-0 mb-3"
4213
4214
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4214
4215
  "class": "row m-0 w-100 py-3 px-2",
4215
4216
  style: {
4216
4217
  borderRadius: 10,
4217
- background: "#eee"
4218
+ background: '#eee'
4218
4219
  }
4219
4220
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4220
4221
  "class": "col-lg-12 p-0 allcentered"
4221
4222
  }, /*#__PURE__*/React__default["default"].createElement("p", {
4222
4223
  "class": "m-0 font-weight-600 text-uppercase",
4223
4224
  style: {
4224
- fontSize: "17px"
4225
+ fontSize: '17px'
4225
4226
  }
4226
- }, langdetect != "ar" ? "Overall Ratings" : "جميع التقييمات")), /*#__PURE__*/React__default["default"].createElement("div", {
4227
+ }, langdetect != 'ar' ? 'Overall Ratings' : 'جميع التقييمات')), /*#__PURE__*/React__default["default"].createElement("div", {
4227
4228
  "class": "col-lg-12 pl-3 pr-3"
4228
4229
  }, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement("div", {
4229
4230
  "class": "col-lg-12 p-0 allcentered"
4230
4231
  }, /*#__PURE__*/React__default["default"].createElement("p", {
4231
4232
  "class": "m-0 p-0 font-weight-600",
4232
4233
  style: {
4233
- fontSize: "20px"
4234
+ fontSize: '20px'
4234
4235
  }
4235
4236
  }, 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.productoverallrate, "/5")), /*#__PURE__*/React__default["default"].createElement("div", {
4236
4237
  "class": "col-lg-12 p-0 allcentered"
@@ -4242,7 +4243,7 @@ var ProductReviews = function ProductReviews(props) {
4242
4243
  emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
4243
4244
  className: "far fa-star",
4244
4245
  style: {
4245
- color: "#bfbfbf"
4246
+ color: '#bfbfbf'
4246
4247
  }
4247
4248
  }),
4248
4249
  halfIcon: /*#__PURE__*/React__default["default"].createElement("i", {
@@ -4251,26 +4252,26 @@ var ProductReviews = function ProductReviews(props) {
4251
4252
  filledIcon: /*#__PURE__*/React__default["default"].createElement("i", {
4252
4253
  className: "fa fa-star",
4253
4254
  style: {
4254
- color: "#FAB400"
4255
+ color: '#FAB400'
4255
4256
  }
4256
4257
  }),
4257
4258
  activeColor: "#ffd700"
4258
- })))), props.actions.srcfrom != "collapsepinfo" && /*#__PURE__*/React__default["default"].createElement("div", {
4259
+ })))), props.actions.srcfrom != 'collapsepinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
4259
4260
  "class": "col-lg-12 p-0 d-flex justify-content-start mb-3"
4260
4261
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4261
4262
  "class": "row m-0 w-100 py-3 px-2",
4262
4263
  style: {
4263
4264
  borderRadius: 10,
4264
- background: "#eee"
4265
+ background: '#eee'
4265
4266
  }
4266
4267
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4267
4268
  "class": "col-lg-12 p-0 allcentered"
4268
4269
  }, /*#__PURE__*/React__default["default"].createElement("p", {
4269
4270
  "class": "m-0 font-weight-600 text-uppercase",
4270
4271
  style: {
4271
- fontSize: "17px"
4272
+ fontSize: '17px'
4272
4273
  }
4273
- }, langdetect === "ar" ? "فلترة" : langdetect === "chin" ? "筛选" : langdetect === "es" ? "Filtrar" : langdetect === "fr" ? "Filtrer" : langdetect === "rus" ? "Фильтр" : "Filter")), /*#__PURE__*/React__default["default"].createElement("div", {
4274
+ }, langdetect === 'ar' ? 'فلترة' : langdetect === 'chin' ? '筛选' : langdetect === 'es' ? 'Filtrar' : langdetect === 'fr' ? 'Filtrer' : langdetect === 'rus' ? 'Фильтр' : 'Filter')), /*#__PURE__*/React__default["default"].createElement("div", {
4274
4275
  "class": "col-lg-12 pl-3 pr-3"
4275
4276
  }, /*#__PURE__*/React__default["default"].createElement("hr", null)), /*#__PURE__*/React__default["default"].createElement("div", {
4276
4277
  "class": "col-lg-12 d-flex justify-content-center"
@@ -4283,7 +4284,7 @@ var ProductReviews = function ProductReviews(props) {
4283
4284
  emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
4284
4285
  className: "far fa-star",
4285
4286
  style: {
4286
- color: "#bfbfbf"
4287
+ color: '#bfbfbf'
4287
4288
  }
4288
4289
  }),
4289
4290
  halfIcon: /*#__PURE__*/React__default["default"].createElement("i", {
@@ -4292,7 +4293,7 @@ var ProductReviews = function ProductReviews(props) {
4292
4293
  filledIcon: /*#__PURE__*/React__default["default"].createElement("i", {
4293
4294
  className: "fa fa-star",
4294
4295
  style: {
4295
- color: "#FAB400"
4296
+ color: '#FAB400'
4296
4297
  }
4297
4298
  }),
4298
4299
  activeColor: "#ffd700",
@@ -4300,14 +4301,14 @@ var ProductReviews = function ProductReviews(props) {
4300
4301
  setfilterproductreviews(event);
4301
4302
  }
4302
4303
  })))))), /*#__PURE__*/React__default["default"].createElement("div", {
4303
- "class": props.actions.srcfrom != "collapsepinfo" ? "col-lg-9" : "col-12 p-0"
4304
+ "class": props.actions.srcfrom != 'collapsepinfo' ? 'col-lg-9' : 'col-12 p-0'
4304
4305
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4305
4306
  "class": "row m-0 w-100"
4306
4307
  }, productreviews === null || productreviews === void 0 ? void 0 : productreviews.map(function (reviewitem, reviewindex) {
4307
4308
  return /*#__PURE__*/React__default["default"].createElement("div", {
4308
4309
  "class": "col-lg-12 flex-column",
4309
4310
  style: {
4310
- color: "#000"
4311
+ color: '#000'
4311
4312
  }
4312
4313
  }, /*#__PURE__*/React__default["default"].createElement("div", {
4313
4314
  "class": "row m-0 w-100"
@@ -4321,7 +4322,7 @@ var ProductReviews = function ProductReviews(props) {
4321
4322
  emptyIcon: /*#__PURE__*/React__default["default"].createElement("i", {
4322
4323
  className: "far fa-star",
4323
4324
  style: {
4324
- color: "#bfbfbf"
4325
+ color: '#bfbfbf'
4325
4326
  }
4326
4327
  }),
4327
4328
  halfIcon: /*#__PURE__*/React__default["default"].createElement("i", {
@@ -4330,7 +4331,7 @@ var ProductReviews = function ProductReviews(props) {
4330
4331
  filledIcon: /*#__PURE__*/React__default["default"].createElement("i", {
4331
4332
  className: "fa fa-star",
4332
4333
  style: {
4333
- color: "#FAB400"
4334
+ color: '#FAB400'
4334
4335
  }
4335
4336
  }),
4336
4337
  activeColor: "#ffd700"
@@ -4339,7 +4340,7 @@ var ProductReviews = function ProductReviews(props) {
4339
4340
  }, /*#__PURE__*/React__default["default"].createElement("p", {
4340
4341
  "class": "m-0 p-0 font-weight-600",
4341
4342
  style: {
4342
- fontSize: "15px"
4343
+ fontSize: '15px'
4343
4344
  }
4344
4345
  }, reviewitem.reviewtitle)), /*#__PURE__*/React__default["default"].createElement("div", {
4345
4346
  "class": "col-lg-12 p-0 d-flex justify-content-start mb-2",
@@ -4355,7 +4356,7 @@ var ProductReviews = function ProductReviews(props) {
4355
4356
  style: {
4356
4357
  fontSize: 14
4357
4358
  }
4358
- }, (langdetect === "ar" ? "عن طريق" : langdetect === "chin" ? "通过" : langdetect === "es" ? "Por" : langdetect === "fr" ? "Par" : langdetect === "rus" ? "По" : "By") + ": ", reviewitem.review_name)), /*#__PURE__*/React__default["default"].createElement("div", {
4359
+ }, (langdetect === 'ar' ? 'عن طريق' : langdetect === 'chin' ? '通过' : langdetect === 'es' ? 'Por' : langdetect === 'fr' ? 'Par' : langdetect === 'rus' ? 'По' : 'By') + ': ', reviewitem.review_name)), /*#__PURE__*/React__default["default"].createElement("div", {
4359
4360
  "class": "col-lg-6 d-flex align-items-center justify-content-end justify-content-md-start p-0 font-weight-400 text-light",
4360
4361
  style: {
4361
4362
  fontSize: 13
@@ -9626,7 +9627,7 @@ var Article_itemtype = function Article_itemtype(props) {
9626
9627
  function ownKeys$2C(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; }
9627
9628
  function _objectSpread$2C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2C(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
9628
9629
  var Productinfo = function Productinfo(props) {
9629
- var _css, _fetchProductInfoQuer64, _ref, _fetchProductInfoQuer65, _ref2, _fetchProductInfoQuer66, _ref3, _authdetailsContext$i11, _fetchProductInfoQuer67, _fetchProductInfoQuer68, _fetchProductInfoQuer69, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _fetchProductInfoQuer70, _fetchProductInfoQuer71, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _fetchProductInfoQuer72, _fetchProductInfoQuer73, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj0, _authdetailsContext$i12, _fetchProductInfoQuer74, _fetchProductInfoQuer75;
9630
+ var _css, _fetchProductInfoQuer64, _ref, _fetchProductInfoQuer65, _ref2, _fetchProductInfoQuer66, _ref3, _authdetailsContext$i12, _fetchProductInfoQuer67, _fetchProductInfoQuer68, _fetchProductInfoQuer69, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _fetchProductInfoQuer70, _fetchProductInfoQuer71, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _fetchProductInfoQuer72, _fetchProductInfoQuer73, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj0, _authdetailsContext$i13, _fetchProductInfoQuer74, _fetchProductInfoQuer75;
9630
9631
  var _useState = React.useState({}),
9631
9632
  _useState2 = _slicedToArray__default["default"](_useState, 2),
9632
9633
  ProductInfoObj = _useState2[0],
@@ -9834,7 +9835,7 @@ var Productinfo = function Productinfo(props) {
9834
9835
  };
9835
9836
  React.useEffect(function () {
9836
9837
  if (Object.keys(StatePagePropertiesContext).length != 0) {
9837
- var _authdetailsContext$i;
9838
+ var _authdetailsContext$i, _authdetailsContext$i2;
9838
9839
  var secpropobj = {};
9839
9840
  StatePagePropertiesContext.pageobj != undefined && StatePagePropertiesContext.pageobj.pageproperties != undefined && StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
9840
9841
  secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
@@ -9845,6 +9846,9 @@ var Productinfo = function Productinfo(props) {
9845
9846
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68e4efe8cb18e') {
9846
9847
  settabname('descriptiontab');
9847
9848
  // alert('sd');
9849
+ } else if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '693fdc5a14f45') {
9850
+ settabname('descriptiontab');
9851
+ // alert('sd');
9848
9852
  } else {
9849
9853
  var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4;
9850
9854
  if (sectionproperties.prodCatShow == 'Hide' || sectionproperties.descriptionposition != 'Bottom' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer2 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.data) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.productinfo) === null || _fetchProductInfoQuer2 === void 0 || (_fetchProductInfoQuer2 = _fetchProductInfoQuer2.product_videos) === null || _fetchProductInfoQuer2 === void 0 ? void 0 : _fetchProductInfoQuer2.length) == 0) {
@@ -10052,8 +10056,8 @@ var Productinfo = function Productinfo(props) {
10052
10056
  tempaddtocardpayloadobj.item_type = 'product';
10053
10057
  }
10054
10058
  if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer25 === void 0 || (_fetchProductInfoQuer25 = _fetchProductInfoQuer25.productinfo) === null || _fetchProductInfoQuer25 === void 0 ? void 0 : _fetchProductInfoQuer25.quantitystepincrearse) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer26 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.data) === null || _fetchProductInfoQuer26 === void 0 || (_fetchProductInfoQuer26 = _fetchProductInfoQuer26.productinfo) === null || _fetchProductInfoQuer26 === void 0 ? void 0 : _fetchProductInfoQuer26.quantitystepincrearse) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer27 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.data) === null || _fetchProductInfoQuer27 === void 0 || (_fetchProductInfoQuer27 = _fetchProductInfoQuer27.productinfo) === null || _fetchProductInfoQuer27 === void 0 ? void 0 : _fetchProductInfoQuer27.quantitystepincrearse) != 1 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer28 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer28 === void 0 || (_fetchProductInfoQuer28 = _fetchProductInfoQuer28.data) === null || _fetchProductInfoQuer28 === void 0 || (_fetchProductInfoQuer28 = _fetchProductInfoQuer28.productinfo) === null || _fetchProductInfoQuer28 === void 0 ? void 0 : _fetchProductInfoQuer28.quantitystepincrearse) != '') {
10055
- var _authdetailsContext$i2;
10056
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '66d6de1a1e04a') {
10059
+ var _authdetailsContext$i3;
10060
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '66d6de1a1e04a') {
10057
10061
  var _fetchProductInfoQuer29;
10058
10062
  quantitystepincrearse = parseFloat(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer29 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer29 === void 0 || (_fetchProductInfoQuer29 = _fetchProductInfoQuer29.data) === null || _fetchProductInfoQuer29 === void 0 || (_fetchProductInfoQuer29 = _fetchProductInfoQuer29.productinfo) === null || _fetchProductInfoQuer29 === void 0 ? void 0 : _fetchProductInfoQuer29.quantitystepincrearse);
10059
10063
  } else {
@@ -10272,10 +10276,10 @@ var Productinfo = function Productinfo(props) {
10272
10276
  if (addtocardpayloadobj.variantid.length != 0) {
10273
10277
  runfunc = true;
10274
10278
  } else {
10275
- var _authdetailsContext$i3;
10279
+ var _authdetailsContext$i4;
10276
10280
  // here
10277
10281
  setvariantnotchosendisclaimer('This field is required');
10278
- NotificationManager.warning('', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '674f0617c7811' ? 'Please Choose Size & Color' : 'Please Choose Product Options');
10282
+ NotificationManager.warning('', (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '674f0617c7811' ? 'Please Choose Size & Color' : 'Please Choose Product Options');
10279
10283
  }
10280
10284
  } else {
10281
10285
  runfunc = true;
@@ -10359,9 +10363,9 @@ var Productinfo = function Productinfo(props) {
10359
10363
  };
10360
10364
  };
10361
10365
  var returnpolicyobj = function returnpolicyobj(policytype) {
10362
- var _authdetailsContext$i4;
10366
+ var _authdetailsContext$i5;
10363
10367
  var policyobj = {};
10364
- authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instpolicies) === null || _authdetailsContext$i4 === void 0 || _authdetailsContext$i4.forEach(function (item, index) {
10368
+ authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instpolicies) === null || _authdetailsContext$i5 === void 0 || _authdetailsContext$i5.forEach(function (item, index) {
10365
10369
  if (item.policytype == policytype) {
10366
10370
  policyobj = item;
10367
10371
  }
@@ -10370,7 +10374,7 @@ var Productinfo = function Productinfo(props) {
10370
10374
  };
10371
10375
  var relatedproducts = function relatedproducts() {
10372
10376
  if (Relatedproducts.length != 0) {
10373
- var _authdetailsContext$i5;
10377
+ var _authdetailsContext$i6;
10374
10378
  return /*#__PURE__*/React__default["default"].createElement("div", {
10375
10379
  className: "w-100 row ml-0 mr-0 d-flex justify-content-start pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
10376
10380
  style: {
@@ -10417,7 +10421,7 @@ var Productinfo = function Productinfo(props) {
10417
10421
  }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
10418
10422
  transitionBehavior: 'auto',
10419
10423
  wrapperClassName: '',
10420
- itemClassName: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '67dc756de56bd' ? 'scrollmenuclassnameitemrelatedproductkingtut' : 'scrollmenuclassnameitemrelatedproduct',
10424
+ itemClassName: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '67dc756de56bd' ? 'scrollmenuclassnameitemrelatedproductkingtut' : 'scrollmenuclassnameitemrelatedproduct',
10421
10425
  scrollContainerClassName: 'scrollmenuclasssubscrollbarrelatedproducts'
10422
10426
  }, Relatedproducts.map(function (item, index) {
10423
10427
  if (item.productinfo != null) {
@@ -11117,7 +11121,7 @@ var Productinfo = function Productinfo(props) {
11117
11121
  })));
11118
11122
  };
11119
11123
  var StoreInfo = function StoreInfo(position) {
11120
- var _fetchProductInfoQuer58, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i0;
11124
+ var _fetchProductInfoQuer58, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i1;
11121
11125
  return /*#__PURE__*/React__default["default"].createElement("div", {
11122
11126
  "class": "row m-0 w-100"
11123
11127
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -11192,8 +11196,8 @@ var Productinfo = function Productinfo(props) {
11192
11196
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
11193
11197
  className: "".concat(productinfo_cssstyles.storeinfobtn, " ").concat(productinfo_cssstyles.storeinfocontainer) + ' mb-4 col-lg-12 p-0 d-flex align-items-center cursor-pointer ',
11194
11198
  onClick: function onClick() {
11195
- var _authdetailsContext$i6;
11196
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.email), '_self');
11199
+ var _authdetailsContext$i7;
11200
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
11197
11201
  }
11198
11202
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11199
11203
  "class": productinfo_cssstyles.iconContainer + ' iconContainer '
@@ -11213,7 +11217,7 @@ var Productinfo = function Productinfo(props) {
11213
11217
  style: {
11214
11218
  textAlign: langdetect != 'ar' ? 'left' : 'right'
11215
11219
  }
11216
- }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email)))), sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
11220
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email)))), sectionproperties.storeinfostyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
11217
11221
  "class": "row m-0 w-100"
11218
11222
  }, sectionproperties.showfooterphonenumber == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
11219
11223
  "class": position == 'belowinfo' ? 'col-lg-12 allcentered mb-2 p-0' : 'col-lg-12 allcentered mb-2 p-sm-0'
@@ -11224,25 +11228,25 @@ var Productinfo = function Productinfo(props) {
11224
11228
  }
11225
11229
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11226
11230
  "class": "m-0 p-0"
11227
- }, sectionproperties["phonetitle_".concat(langdetect)] || sectionproperties.phonetitle_en))), sectionproperties.showfooteremail == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 || (_authdetailsContext$i8 = _authdetailsContext$i8.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.email) != null && /*#__PURE__*/React__default["default"].createElement("div", {
11231
+ }, sectionproperties["phonetitle_".concat(langdetect)] || sectionproperties.phonetitle_en))), sectionproperties.showfooteremail == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 || (_authdetailsContext$i9 = _authdetailsContext$i9.contactinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.email) != null && /*#__PURE__*/React__default["default"].createElement("div", {
11228
11232
  "class": position == 'belowinfo' ? 'col-lg-12 allcentered mb-2 p-0' : 'col-lg-12 allcentered mb-2 p-sm-0'
11229
11233
  }, /*#__PURE__*/React__default["default"].createElement("button", {
11230
11234
  "class": productinfo_cssstyles.storeinfobtn + ' allcentered ',
11231
11235
  onClick: function onClick() {
11232
- var _authdetailsContext$i9;
11233
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 || (_authdetailsContext$i9 = _authdetailsContext$i9.contactinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.email), '_self');
11236
+ var _authdetailsContext$i0;
11237
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 || (_authdetailsContext$i0 = _authdetailsContext$i0.contactinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.email), '_self');
11234
11238
  }
11235
11239
  }, /*#__PURE__*/React__default["default"].createElement("p", {
11236
11240
  "class": "m-0 p-0"
11237
- }, sectionproperties["emailtitle_".concat(langdetect)] || sectionproperties.emailtitle_en))), sectionproperties.showwhatsapp == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
11241
+ }, sectionproperties["emailtitle_".concat(langdetect)] || sectionproperties.emailtitle_en))), sectionproperties.showwhatsapp == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
11238
11242
  "class": position == 'belowinfo' ? 'col-lg-12 allcentered mb-2 p-0' : 'col-lg-12 allcentered mb-2 p-sm-0'
11239
11243
  }, /*#__PURE__*/React__default["default"].createElement("button", {
11240
11244
  "class": productinfo_cssstyles.storeinfobtn + ' allcentered ',
11241
11245
  onClick: function onClick() {
11242
- var _authdetailsContext$i1;
11243
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.whatsappnumber) != null) {
11244
- var _authdetailsContext$i10;
11245
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.whatsappnumber), '_blank');
11246
+ var _authdetailsContext$i10;
11247
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.whatsappnumber) != null) {
11248
+ var _authdetailsContext$i11;
11249
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.whatsappnumber), '_blank');
11246
11250
  }
11247
11251
  }
11248
11252
  }, /*#__PURE__*/React__default["default"].createElement("p", {
@@ -11347,7 +11351,7 @@ var Productinfo = function Productinfo(props) {
11347
11351
  lang: lang,
11348
11352
  srcfromprops: props.srcfromprops
11349
11353
  }, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), "ProductInfoObj", ProductInfoObj), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "StaticPagesLinksContext", StaticPagesLinksContext), "variantindexcompleted", variantindexcompleted), "GeneralAPIMutationContext", GeneralAPIMutationContext), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref3, "NotificationManager", NotificationManager), "getprice_discountpriceprops", getprice_discountpriceprops), "quantityconditionfoundobjprops", quantityconditionfoundobj), "relatedproducts", relatedproducts), "getQuantityCondition", getQuantityCondition), "StoreInfoprops", StoreInfo), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "sizeguideimage", sizeguideimage), "setopensizeguidemodal", setopensizeguidemodal))
11350
- }), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.instid) != '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement("div", {
11354
+ }), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instid) != '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement("div", {
11351
11355
  className: sectionproperties.card_marginLeft != 0 ? ' col-lg-12 p-0 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' col-lg-12 p-sm-0 ',
11352
11356
  style: {
11353
11357
  paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect != 'ar' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
@@ -11538,7 +11542,7 @@ var Productinfo = function Productinfo(props) {
11538
11542
  productinfo_cssstyles: productinfo_cssstyles,
11539
11543
  sectionproperties: sectionproperties
11540
11544
  })
11541
- }))))), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement("div", {
11545
+ }))))), props.srcfromprops != 'templatedraftrouter' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement("div", {
11542
11546
  className: sectionproperties.card_marginLeft != 0 ? ' col-lg-12 p-0 pl-lg-3 pr-lg-3 pl-md-4 pr-md-4 pl-sm-1 pr-sm-1 ' : ' col-lg-12 p-sm-0 ',
11543
11547
  style: {
11544
11548
  paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect != 'ar' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
@@ -32510,8 +32514,8 @@ styleInject(css_248z$A);
32510
32514
  function ownKeys$26(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; }
32511
32515
  function _objectSpread$26(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$26(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$26(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
32512
32516
  var Gotoheader = function Gotoheader(props) {
32513
- var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _logoarrayofobjects$3, _logoarrayofobjects$4;
32514
- var _useState = React.useState(""),
32517
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue2, _fetchcustomercartQue3, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _logoarrayofobjects$3, _logoarrayofobjects$4;
32518
+ var _useState = React.useState(''),
32515
32519
  _useState2 = _slicedToArray__default["default"](_useState, 2),
32516
32520
  sectionproperties = _useState2[0],
32517
32521
  setsectionproperties = _useState2[1];
@@ -32578,217 +32582,217 @@ var Gotoheader = function Gotoheader(props) {
32578
32582
  };
32579
32583
  var header_cssstyles = {
32580
32584
  top_bar: glamor.css({
32581
- background: sectionproperties.uppersection_bgcolortransparent == "Transparent" ? "transparent" : sectionproperties.uppersection_bgcolor,
32582
- borderTopLeftRadius: langdetect != "ar" ? sectionproperties.uppersection_btlradius + "px" : sectionproperties.uppersection_btrradius + "px",
32583
- borderTopRightRadius: langdetect != "ar" ? sectionproperties.uppersection_btrradius + "px" : sectionproperties.uppersection_btlradius + "px",
32584
- borderBottomLeftRadius: langdetect != "ar" ? sectionproperties.uppersection_bblradius + "px" : sectionproperties.uppersection_bbrradius + "px",
32585
- borderBottomRightRadius: langdetect != "ar" ? sectionproperties.uppersection_bbrradius + "px" : sectionproperties.uppersection_bblradius + "px",
32586
- paddingLeft: langdetect != "ar" ? sectionproperties.uppersection_paddingleft + "px" : sectionproperties.uppersection_paddingright + "px",
32587
- paddingRight: langdetect != "ar" ? sectionproperties.uppersection_paddingright + "px" : sectionproperties.uppersection_paddingleft + "px",
32588
- paddingTop: sectionproperties.uppersection_paddingtop + "px",
32589
- paddingBottom: sectionproperties.uppersection_paddingbottom + "px"
32585
+ background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.uppersection_bgcolor,
32586
+ borderTopLeftRadius: langdetect != 'ar' ? sectionproperties.uppersection_btlradius + 'px' : sectionproperties.uppersection_btrradius + 'px',
32587
+ borderTopRightRadius: langdetect != 'ar' ? sectionproperties.uppersection_btrradius + 'px' : sectionproperties.uppersection_btlradius + 'px',
32588
+ borderBottomLeftRadius: langdetect != 'ar' ? sectionproperties.uppersection_bblradius + 'px' : sectionproperties.uppersection_bbrradius + 'px',
32589
+ borderBottomRightRadius: langdetect != 'ar' ? sectionproperties.uppersection_bbrradius + 'px' : sectionproperties.uppersection_bblradius + 'px',
32590
+ paddingLeft: langdetect != 'ar' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
32591
+ paddingRight: langdetect != 'ar' ? sectionproperties.uppersection_paddingright + 'px' : sectionproperties.uppersection_paddingleft + 'px',
32592
+ paddingTop: sectionproperties.uppersection_paddingtop + 'px',
32593
+ paddingBottom: sectionproperties.uppersection_paddingbottom + 'px'
32590
32594
  }),
32591
32595
  header_logo: glamor.css({
32592
- width: templateproperties_context.logo_width + "px",
32593
- height: templateproperties_context.logo_height + "px"
32596
+ width: templateproperties_context.logo_width + 'px',
32597
+ height: templateproperties_context.logo_height + 'px'
32594
32598
  }),
32595
32599
  topheadericon: glamor.css({
32596
32600
  color: sectionproperties.uppersection_iconcolor,
32597
- fontSize: sectionproperties.uppersection_infoiconfontsize + "px"
32601
+ fontSize: sectionproperties.uppersection_infoiconfontsize + 'px'
32598
32602
  }),
32599
32603
  topheadertitle: glamor.css({
32600
32604
  color: sectionproperties.uppersection_titlecolor,
32601
- fontSize: sectionproperties.uppersection_titlefontsize + "px",
32605
+ fontSize: sectionproperties.uppersection_titlefontsize + 'px',
32602
32606
  fontWeight: sectionproperties.uppersection_titlefontweight,
32603
32607
  textTransform: sectionproperties.uppersection_titletextransform
32604
32608
  }),
32605
32609
  cart_btn: glamor.css({
32606
- width: sectionproperties.cartBtnWidth + "px",
32607
- height: sectionproperties.cartBtnHeight + "px",
32608
- background: sectionproperties.cartbtn_bgtransparent == "Transparent" ? "transparent" : sectionproperties.cartBtnbgColor,
32609
- borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + "px",
32610
- border: sectionproperties.cartbtnborderwidth + "px solid " + sectionproperties.cartbtnbordercolor,
32610
+ width: sectionproperties.cartBtnWidth + 'px',
32611
+ height: sectionproperties.cartBtnHeight + 'px',
32612
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
32613
+ borderRadius: sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
32614
+ border: sectionproperties.cartbtnborderwidth + 'px solid ' + sectionproperties.cartbtnbordercolor,
32611
32615
  color: sectionproperties.cart_iconcolor,
32612
- cursor: "pointer",
32613
- transition: ".3s",
32614
- ":hover": {
32615
- background: sectionproperties.cartbtn_transparentbgcoloronhover == "Transparent" ? "transparent" : sectionproperties.cartBtnbgColoronhover,
32616
- borderColor: sectionproperties.cartbtn_transparentbgcoloronhover == "Transparent" ? sectionproperties.cartBtnTextcoloronhover : sectionproperties.cartBtnbgColoronhover,
32616
+ cursor: 'pointer',
32617
+ transition: '.3s',
32618
+ ':hover': {
32619
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
32620
+ borderColor: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.cartBtnTextcoloronhover : sectionproperties.cartBtnbgColoronhover,
32617
32621
  color: sectionproperties.cartBtnTextcoloronhover
32618
32622
  }
32619
32623
  }),
32620
32624
  badge_counter_header_notifications: glamor.css({
32621
32625
  background: sectionproperties.badge_bgcolor,
32622
- width: sectionproperties.badge_width + "px",
32623
- height: sectionproperties.badge_height + "px",
32626
+ width: sectionproperties.badge_width + 'px',
32627
+ height: sectionproperties.badge_height + 'px',
32624
32628
  color: sectionproperties.badge_color,
32625
- borderRadius: sectionproperties.badge_borderradius + "px",
32626
- fontSize: sectionproperties.badge_fontsize + "px",
32627
- position: "absolute",
32628
- transform: "scale(0.3)",
32629
- transformOrigin: "top right",
32630
- display: "flex",
32631
- alignItems: "center",
32632
- justifyContent: "center"
32629
+ borderRadius: sectionproperties.badge_borderradius + 'px',
32630
+ fontSize: sectionproperties.badge_fontsize + 'px',
32631
+ position: 'absolute',
32632
+ transform: 'scale(0.3)',
32633
+ transformOrigin: 'top right',
32634
+ display: 'flex',
32635
+ alignItems: 'center',
32636
+ justifyContent: 'center'
32633
32637
  }),
32634
32638
  cartbadge: glamor.css({
32635
- top: sectionproperties.cartbadgetop + "px",
32636
- right: sectionproperties.cartbadgeright + "px"
32639
+ top: sectionproperties.cartbadgetop + 'px',
32640
+ right: sectionproperties.cartbadgeright + 'px'
32637
32641
  }),
32638
32642
  favbadge: glamor.css({
32639
- top: sectionproperties.wishlistbadgetop + "px",
32640
- right: sectionproperties.wishlistbadgeright + "px"
32643
+ top: sectionproperties.wishlistbadgetop + 'px',
32644
+ right: sectionproperties.wishlistbadgeright + 'px'
32641
32645
  }),
32642
32646
  header_divider: glamor.css({
32643
- height: sectionproperties.vl_height + "px",
32647
+ height: sectionproperties.vl_height + 'px',
32644
32648
  background: sectionproperties.vl_bg,
32645
- width: sectionproperties.vl_width + "%"
32649
+ width: sectionproperties.vl_width + '%'
32646
32650
  }),
32647
32651
  navbar_nav: glamor.css({
32648
- width: sectionproperties.lowerheaderwidth + "%",
32649
- background: sectionproperties.lowersection_bgcolortransparent == "Transparent" ? "transparent" : sectionproperties.lowersection_backgroundColor,
32650
- borderBottomLeftRadius: langdetect != "ar" ? sectionproperties.lowersection_borderBottomLeftRadius + "px" : sectionproperties.lowersection_BorderBottomRightRadius + "px",
32651
- borderBottomRightRadius: langdetect != "ar" ? sectionproperties.lowersection_BorderBottomRightRadius + "px" : sectionproperties.lowersection_borderBottomLeftRadius + "px",
32652
- borderTopLeftRadius: langdetect != "ar" ? sectionproperties.lowersection_borderTopLeftRadius + "px" : sectionproperties.lowersection_borderTopRightRadius + "px",
32653
- borderTopRightRadius: langdetect != "ar" ? sectionproperties.lowersection_borderTopRightRadius + "px" : sectionproperties.lowersection_borderTopLeftRadius + "px",
32654
- paddingLeft: langdetect != "ar" ? sectionproperties.lowersection_paddingleft + "px" : sectionproperties.lowersection_paddingright + "px",
32655
- paddingRight: langdetect != "ar" ? sectionproperties.lowersection_paddingright + "px" : sectionproperties.lowersection_paddingleft + "px"
32652
+ width: sectionproperties.lowerheaderwidth + '%',
32653
+ background: sectionproperties.lowersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.lowersection_backgroundColor,
32654
+ borderBottomLeftRadius: langdetect != 'ar' ? sectionproperties.lowersection_borderBottomLeftRadius + 'px' : sectionproperties.lowersection_BorderBottomRightRadius + 'px',
32655
+ borderBottomRightRadius: langdetect != 'ar' ? sectionproperties.lowersection_BorderBottomRightRadius + 'px' : sectionproperties.lowersection_borderBottomLeftRadius + 'px',
32656
+ borderTopLeftRadius: langdetect != 'ar' ? sectionproperties.lowersection_borderTopLeftRadius + 'px' : sectionproperties.lowersection_borderTopRightRadius + 'px',
32657
+ borderTopRightRadius: langdetect != 'ar' ? sectionproperties.lowersection_borderTopRightRadius + 'px' : sectionproperties.lowersection_borderTopLeftRadius + 'px',
32658
+ paddingLeft: langdetect != 'ar' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
32659
+ paddingRight: langdetect != 'ar' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px'
32656
32660
  }),
32657
32661
  topbar_item: glamor.css({
32658
32662
  color: sectionproperties.lowersection_fontColor,
32659
- fontSize: sectionproperties.lowersection_fontsize + "px",
32663
+ fontSize: sectionproperties.lowersection_fontsize + 'px',
32660
32664
  textTransform: sectionproperties.lowersection_textTransform,
32661
32665
  fontWeight: sectionproperties.lowersection_textfontweight,
32662
- transition: ".3s",
32663
- ":hover": {
32666
+ transition: '.3s',
32667
+ ':hover': {
32664
32668
  color: sectionproperties.lowersection_fontColoronhover
32665
32669
  },
32666
- ":before": {
32670
+ ':before': {
32667
32671
  background: sectionproperties.lowersection_fontColoronhover
32668
32672
  }
32669
32673
  }),
32670
32674
  user_btn: glamor.css({
32671
- background: sectionproperties.userbtn_bgtransparent == "Transparent" ? "transparent" : sectionproperties.userBtnbgColor,
32672
- width: sectionproperties.userBtnWidth + "px",
32673
- height: sectionproperties.userBtnHeight + "px",
32674
- borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + "px",
32675
+ background: sectionproperties.userbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColor,
32676
+ width: sectionproperties.userBtnWidth + 'px',
32677
+ height: sectionproperties.userBtnHeight + 'px',
32678
+ borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
32675
32679
  color: sectionproperties.userBtniconcolor,
32676
- fontSize: sectionproperties.userBtniconfontsize + "px",
32677
- border: sectionproperties.userbtnborderwidth + "px solid " + sectionproperties.userbtnbordercolor,
32678
- cursor: "pointer",
32679
- transition: ".3s",
32680
- ":hover": {
32680
+ fontSize: sectionproperties.userBtniconfontsize + 'px',
32681
+ border: sectionproperties.userbtnborderwidth + 'px solid ' + sectionproperties.userbtnbordercolor,
32682
+ cursor: 'pointer',
32683
+ transition: '.3s',
32684
+ ':hover': {
32681
32685
  color: sectionproperties.userBtnTextcoloronhover,
32682
- background: sectionproperties.userbtn_transparentbgcoloronhover == "Transparent" ? "transparent" : sectionproperties.userBtnbgColoronhover,
32683
- borderColor: sectionproperties.userbtn_transparentbgcoloronhover == "Transparent" ? sectionproperties.userBtnTextcoloronhover : sectionproperties.userBtnbgColoronhover
32686
+ background: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.userBtnbgColoronhover,
32687
+ borderColor: sectionproperties.userbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.userBtnTextcoloronhover : sectionproperties.userBtnbgColoronhover
32684
32688
  }
32685
32689
  }),
32686
32690
  loggedinusername: glamor.css({
32687
32691
  fontWeight: sectionproperties.userBtnTextfontweight,
32688
32692
  textTransform: sectionproperties.userBtnTexttransform,
32689
32693
  color: sectionproperties.userBtnTextcolor,
32690
- fontSize: sectionproperties.userBtntextfontsize + "px",
32691
- lineHeight: sectionproperties.userBtntextfontsize + "px",
32692
- transition: ".3s",
32693
- maxWidth: "70px"
32694
+ fontSize: sectionproperties.userBtntextfontsize + 'px',
32695
+ lineHeight: sectionproperties.userBtntextfontsize + 'px',
32696
+ transition: '.3s',
32697
+ maxWidth: '70px'
32694
32698
  }),
32695
32699
  loggedinuserbtn: glamor.css({
32696
- width: sectionproperties.loggedinuserbtn_width + "px",
32697
- height: sectionproperties.loggedinuserbtn_height + "px",
32698
- border: sectionproperties.userlogginbtnborderwidth + "px solid " + sectionproperties.userlogginbtnbordercolor,
32699
- borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + "px",
32700
+ width: sectionproperties.loggedinuserbtn_width + 'px',
32701
+ height: sectionproperties.loggedinuserbtn_height + 'px',
32702
+ border: sectionproperties.userlogginbtnborderwidth + 'px solid ' + sectionproperties.userlogginbtnbordercolor,
32703
+ borderRadius: sectionproperties.userbtn_borderBottomLeftRadius + 'px',
32700
32704
  background: sectionproperties.userBtnbgColor_loggedin,
32701
32705
  color: sectionproperties.userBtniconcolor_loggedin,
32702
- transition: ".3s",
32703
- ":hover": {
32706
+ transition: '.3s',
32707
+ ':hover': {
32704
32708
  backgroundColor: sectionproperties.userBtnbgColoronhover_loggedin
32705
32709
  }
32706
32710
  }),
32707
32711
  userBtnLoggedinContainer: glamor.css({
32708
- transition: ".3s",
32709
- ":hover .loggedinuserbtn": {
32710
- transition: ".3s",
32712
+ transition: '.3s',
32713
+ ':hover .loggedinuserbtn': {
32714
+ transition: '.3s',
32711
32715
  color: sectionproperties.userBtnTextcoloronhover_loggedin,
32712
32716
  borderColor: sectionproperties.userbtn_loggedin_iconcoloronhover
32713
32717
  },
32714
- ":hover .loggedinuserbtnbg": {
32718
+ ':hover .loggedinuserbtnbg': {
32715
32719
  backgroundColor: sectionproperties.userBtnbgColoronhover_loggedin,
32716
32720
  color: sectionproperties.userbtn_loggedin_iconcoloronhover
32717
32721
  }
32718
32722
  }),
32719
32723
  wishlist_btn: glamor.css({
32720
- width: sectionproperties.favBtnWidth + "px",
32721
- height: sectionproperties.favBtnHeight + "px",
32722
- background: sectionproperties.favbtn_bgtransparent == "Transparent" ? "transparent" : sectionproperties.favBtnbgColor,
32723
- borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + "px",
32724
+ width: sectionproperties.favBtnWidth + 'px',
32725
+ height: sectionproperties.favBtnHeight + 'px',
32726
+ background: sectionproperties.favbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColor,
32727
+ borderRadius: sectionproperties.fav_btn_borderBottomLeftRadius + 'px',
32724
32728
  color: sectionproperties.favBtniconcolor,
32725
- border: sectionproperties.favbtnborderwidth + "px solid " + sectionproperties.favbtnbordercolor,
32726
- cursor: "pointer",
32727
- transition: ".3s",
32728
- ":hover": {
32729
- background: sectionproperties.favbtn_transparentbgcoloronhover == "Transparent" ? "transparent" : sectionproperties.favBtnbgColoronhover,
32730
- borderColor: sectionproperties.favbtn_transparentbgcoloronhover == "Transparent" ? sectionproperties.favBtnTextcoloronhover : sectionproperties.favBtnbgColoronhover,
32729
+ border: sectionproperties.favbtnborderwidth + 'px solid ' + sectionproperties.favbtnbordercolor,
32730
+ cursor: 'pointer',
32731
+ transition: '.3s',
32732
+ ':hover': {
32733
+ background: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.favBtnbgColoronhover,
32734
+ borderColor: sectionproperties.favbtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.favBtnTextcoloronhover : sectionproperties.favBtnbgColoronhover,
32731
32735
  color: sectionproperties.favBtnTextcoloronhover
32732
32736
  }
32733
32737
  }),
32734
32738
  searchbarcont: glamor.css({
32735
- position: "relative",
32736
- width: sectionproperties.searchbarcont_width + "px",
32737
- height: sectionproperties.searchbarcont_height + "px",
32738
- background: sectionproperties.searchbarcont_bgcolortransparent == "Transparent" ? "transparent" : sectionproperties.searchbarcont_bgcolor,
32739
- borderRadius: sectionproperties.searchbarcont_borderRadius + "px",
32740
- border: sectionproperties.searchbarcontinput_borderwidth + "px solid" + sectionproperties.searchbarcontinput_bordercolor,
32739
+ position: 'relative',
32740
+ width: sectionproperties.searchbarcont_width + 'px',
32741
+ height: sectionproperties.searchbarcont_height + 'px',
32742
+ background: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
32743
+ borderRadius: sectionproperties.searchbarcont_borderRadius + 'px',
32744
+ border: sectionproperties.searchbarcontinput_borderwidth + 'px solid' + sectionproperties.searchbarcontinput_bordercolor,
32741
32745
  color: sectionproperties.searchbarcont_color,
32742
- cursor: "pointer",
32743
- transition: ".3s",
32744
- ":hover": {
32745
- background: sectionproperties.searchbarcont_transparentbghover == "Transparent" ? "transparent" : sectionproperties.searchbarcont_bghover,
32746
- borderColor: sectionproperties.searchbarcont_transparentbghover == "Transparent" ? sectionproperties.searchbarcontcoloronhover : sectionproperties.searchbarcont_bghover,
32746
+ cursor: 'pointer',
32747
+ transition: '.3s',
32748
+ ':hover': {
32749
+ background: sectionproperties.searchbarcont_transparentbghover == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bghover,
32750
+ borderColor: sectionproperties.searchbarcont_transparentbghover == 'Transparent' ? sectionproperties.searchbarcontcoloronhover : sectionproperties.searchbarcont_bghover,
32747
32751
  color: sectionproperties.searchbarcontcoloronhover
32748
32752
  }
32749
32753
  }),
32750
32754
  searchbarcont_input: glamor.css({
32751
- height: "45px",
32752
- outline: "none",
32753
- border: "none",
32754
- transition: "0.3s",
32755
+ height: '45px',
32756
+ outline: 'none',
32757
+ border: 'none',
32758
+ transition: '0.3s',
32755
32759
  color: sectionproperties.searchbarcontinput_color,
32756
32760
  fontWeight: sectionproperties.searchbarcont_inputfontweight,
32757
- fontSize: sectionproperties.searchbarcontinput_fontsize + "px",
32758
- paddingLeft: langdetect != "ar" ? "5px" : "60px",
32759
- paddingRight: langdetect != "ar" ? "60px" : "5px",
32760
- ":focus": {
32761
- borderBottom: sectionproperties.searchbarcontinput_borderBottom + "px solid " + sectionproperties.searchbarcontinput_bordercoloronfocus
32761
+ fontSize: sectionproperties.searchbarcontinput_fontsize + 'px',
32762
+ paddingLeft: langdetect != 'ar' ? '5px' : '60px',
32763
+ paddingRight: langdetect != 'ar' ? '60px' : '5px',
32764
+ ':focus': {
32765
+ borderBottom: sectionproperties.searchbarcontinput_borderBottom + 'px solid ' + sectionproperties.searchbarcontinput_bordercoloronfocus
32762
32766
  }
32763
32767
  }),
32764
32768
  dropdownitemcontainer: glamor.css({
32765
- fontSize: sectionproperties.dropdown_fontsize + "px",
32769
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
32766
32770
  color: sectionproperties.dropdown_color,
32767
32771
  fontWeight: sectionproperties.dropdown_fontweight,
32768
32772
  textTransform: sectionproperties.dropdown_texttransform,
32769
- padding: "0.3rem 0.8rem",
32770
- display: "flex",
32771
- alignItems: "center",
32772
- transition: ".3s",
32773
- ":hover": {
32773
+ padding: '0.3rem 0.8rem',
32774
+ display: 'flex',
32775
+ alignItems: 'center',
32776
+ transition: '.3s',
32777
+ ':hover': {
32774
32778
  color: sectionproperties.dropdown_hovercolor
32775
32779
  }
32776
32780
  }),
32777
32781
  languagecontainer: glamor.css({
32778
32782
  color: sectionproperties.language_container_color,
32779
- fontSize: sectionproperties.language_container_fontsize + "px",
32783
+ fontSize: sectionproperties.language_container_fontsize + 'px',
32780
32784
  fontWeight: 600,
32781
- cursor: "pointer",
32782
- transition: ".3s",
32783
- ":hover": {
32785
+ cursor: 'pointer',
32786
+ transition: '.3s',
32787
+ ':hover': {
32784
32788
  color: sectionproperties.language_container_coloronhover
32785
32789
  }
32786
32790
  })
32787
32791
  };
32788
32792
  return /*#__PURE__*/React__default["default"].createElement("div", {
32789
- className: "".concat(headerstyles$e.header_container) + " row m-0 w-100 d-flex justify-content-center "
32793
+ className: "".concat(headerstyles$e.header_container) + ' row m-0 w-100 d-flex justify-content-center '
32790
32794
  // class={`${headerstyles.header_container}` + ' row m-0 w-100 d-flex justify-content-center '} style={{ position: 'relative', zIndex: 1000 }}
32791
- }, templateproperties_context.showtextslider == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
32795
+ }, templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
32792
32796
  "class": "col-lg-12 p-0"
32793
32797
  }, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
32794
32798
  sectionpropertiesprops: sectionproperties,
@@ -32799,43 +32803,43 @@ var Gotoheader = function Gotoheader(props) {
32799
32803
  "class": "row m-0 d-md-none",
32800
32804
  style: {
32801
32805
  position: sectionproperties.headerstyles_position,
32802
- marginTop: sectionproperties.header_marginTop + "px",
32803
- marginBottom: sectionproperties.header_marginBottom + "px",
32804
- width: "100vw",
32806
+ marginTop: sectionproperties.header_marginTop + 'px',
32807
+ marginBottom: sectionproperties.header_marginBottom + 'px',
32808
+ width: '100vw',
32805
32809
  top: 0,
32806
- display: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == "Hide" ? "none" : "flex"
32810
+ display: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? 'none' : 'flex'
32807
32811
  }
32808
- }, sectionproperties.showdownloadapp == "Show" && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
32812
+ }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
32809
32813
  sectionpropertiesprops: sectionproperties,
32810
32814
  actions: actions
32811
32815
  }), /*#__PURE__*/React__default["default"].createElement("div", {
32812
32816
  "class": "col-lg-12 p-0"
32813
32817
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32814
- "class": "".concat(header_cssstyles.top_bar) + " row m-0 w-100 d-flex align-items-center px-1025-1 "
32818
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
32815
32819
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32816
32820
  "class": "col-xl-3 col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-start p-0"
32817
32821
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32818
32822
  "class": "".concat(header_cssstyles.header_logo),
32819
32823
  style: {
32820
- cursor: "pointer"
32824
+ cursor: 'pointer'
32821
32825
  },
32822
32826
  onClick: function onClick() {
32823
- routingcountext("home");
32827
+ routingcountext('home');
32824
32828
  }
32825
32829
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
32826
32830
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
32827
32831
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
32828
- path: langdetect != "ar" ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
32832
+ path: langdetect != 'ar' ? (_logoarrayofobjects$ = logoarrayofobjects[0]) === null || _logoarrayofobjects$ === void 0 ? void 0 : _logoarrayofobjects$.englishlogo : (_logoarrayofobjects$2 = logoarrayofobjects[0]) === null || _logoarrayofobjects$2 === void 0 ? void 0 : _logoarrayofobjects$2.arabiclogo,
32829
32833
  style: {
32830
- width: "100%",
32831
- height: "100%",
32832
- objectFit: "contain"
32834
+ width: '100%',
32835
+ height: '100%',
32836
+ objectFit: 'contain'
32833
32837
  }
32834
32838
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
32835
32839
  "class": "col-xl-9 col-lg-8 col-md-6 col-sm-12 allcentered p-0"
32836
32840
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32837
32841
  "class": "row m-0 w-100 d-flex justify-content-end align-items-center"
32838
- }, sectionproperties.searchbar_show == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
32842
+ }, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
32839
32843
  "class": "col-xl-5 col-lg-4 p-0 d-flex justify-content-end align-items-center"
32840
32844
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32841
32845
  "class": "row m-0 w-100 d-flex justify-content-end align-items-center"
@@ -32843,198 +32847,198 @@ var Gotoheader = function Gotoheader(props) {
32843
32847
  "class": "col-lg-12 p-0 d-flex justify-content-end align-items-center"
32844
32848
  }, /*#__PURE__*/React__default["default"].createElement("input", {
32845
32849
  "class": "".concat(headerstyles$e.searchbar, " ").concat(header_cssstyles.searchbarcont_input),
32846
- placeholder: langdetect != "ar" ? "What're we looking for?" : "البحث...",
32850
+ placeholder: langdetect != 'ar' ? "What're we looking for?" : 'البحث...',
32847
32851
  onChange: function onChange(event) {
32848
32852
  setSearchHeaderInputContext(event.target.value);
32849
32853
  },
32850
32854
  style: {
32851
- right: langdetect != "ar" ? 0 : "",
32852
- left: langdetect != "ar" ? "" : 0
32855
+ right: langdetect != 'ar' ? 0 : '',
32856
+ left: langdetect != 'ar' ? '' : 0
32853
32857
  }
32854
32858
  }), /*#__PURE__*/React__default["default"].createElement("div", {
32855
- "class": "".concat(header_cssstyles.searchbarcont) + " d-flex justify-content-center align-items-center "
32859
+ "class": "".concat(header_cssstyles.searchbarcont) + ' d-flex justify-content-center align-items-center '
32856
32860
  }, /*#__PURE__*/React__default["default"].createElement("i", {
32857
- "class": headerstyles$e.searchbaractive + " h-100 d-flex align-items-center"
32861
+ "class": headerstyles$e.searchbaractive + ' h-100 d-flex align-items-center'
32858
32862
  }, /*#__PURE__*/React__default["default"].createElement(BiSearch.BiSearch, {
32859
32863
  size: sectionproperties.searchbarcontfontsize,
32860
32864
  style: {
32861
- transform: langdetect != "ar" ? "scaleX(1)" : "scaleX(-1)"
32865
+ transform: langdetect != 'ar' ? 'scaleX(1)' : 'scaleX(-1)'
32862
32866
  }
32863
32867
  })))), /*#__PURE__*/React__default["default"].createElement("div", {
32864
32868
  "class": "col-lg-12 p-0 d-flex justify-content-end align-items-center"
32865
32869
  }, /*#__PURE__*/React__default["default"].createElement(Searchlist$1, {
32866
32870
  sectionpropertiesprops: sectionproperties,
32867
- srcfromprops: "header-400",
32871
+ srcfromprops: 'header-400',
32868
32872
  actions: actions
32869
- })))), sectionproperties.ShowUserBtn == "Show" && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], {
32873
+ })))), sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], {
32870
32874
  style: {
32871
- marginLeft: langdetect != "ar" ? "1rem" : "",
32872
- marginRight: langdetect == "ar" ? "1rem" : ""
32875
+ marginLeft: langdetect != 'ar' ? '1rem' : '',
32876
+ marginRight: langdetect == 'ar' ? '1rem' : ''
32873
32877
  }
32874
32878
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
32875
- "class": " ".concat(header_cssstyles.user_btn) + " d-flex align-items-center justify-content-center ",
32879
+ "class": " ".concat(header_cssstyles.user_btn) + ' d-flex align-items-center justify-content-center ',
32876
32880
  sytle: {
32877
- position: "relative"
32881
+ position: 'relative'
32878
32882
  }
32879
32883
  }, /*#__PURE__*/React__default["default"].createElement("i", {
32880
- "class": " h-100 d-flex align-items-center "
32884
+ "class": ' h-100 d-flex align-items-center '
32881
32885
  }, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
32882
32886
  size: sectionproperties.userBtnTextfontsize
32883
32887
  }))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
32884
- "class": header_cssstyles.userBtnLoggedinContainer + " allcentered ",
32888
+ "class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
32885
32889
  sytle: {
32886
- position: "relative"
32890
+ position: 'relative'
32887
32891
  }
32888
32892
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32889
- "class": header_cssstyles.loggedinuserbtn + " loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 "
32893
+ "class": header_cssstyles.loggedinuserbtn + ' loggedinuserbtn loggedinuserbtnbg ml-2 mr-2 '
32890
32894
  }, /*#__PURE__*/React__default["default"].createElement("i", {
32891
- "class": " h-100 allcentered "
32895
+ "class": ' h-100 allcentered '
32892
32896
  }, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
32893
32897
  size: sectionproperties.loggedinusericonfontsize
32894
32898
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
32895
32899
  "class": "m-0 p-0 loggedinuserbtn flex-column",
32896
32900
  style: {
32897
- textAlign: langdetect != "ar" ? "left" : "right"
32901
+ textAlign: langdetect != 'ar' ? 'left' : 'right'
32898
32902
  }
32899
32903
  }, /*#__PURE__*/React__default["default"].createElement("p", {
32900
32904
  "class": "m-0 p-0",
32901
32905
  style: {
32902
32906
  color: sectionproperties.greetingtextcolor,
32903
- fontSize: sectionproperties.greetingtextfontsize + "px",
32904
- lineHeight: sectionproperties.greetingtextfontsize + "px",
32907
+ fontSize: sectionproperties.greetingtextfontsize + 'px',
32908
+ lineHeight: sectionproperties.greetingtextfontsize + 'px',
32905
32909
  fontWeight: 400
32906
32910
  }
32907
- }, lang.hello, langdetect != "ar" ? "," : "،"), /*#__PURE__*/React__default["default"].createElement("p", {
32908
- "class": header_cssstyles.loggedinusername + " loggedinuserbtn m-0 p-0 text-overflow "
32911
+ }, lang.hello, langdetect != 'ar' ? ',' : '،'), /*#__PURE__*/React__default["default"].createElement("p", {
32912
+ "class": header_cssstyles.loggedinusername + ' loggedinuserbtn m-0 p-0 text-overflow '
32909
32913
  }, authdetailsContext.customerinfo.name)))), !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
32910
32914
  onClick: function onClick() {
32911
32915
  routingcountext(StaticPagesLinksContext.Login);
32912
32916
  }
32913
32917
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32914
- "class": "".concat(header_cssstyles.dropdownitemcontainer) + " m-0 p-0 d-flex align-items-center "
32918
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
32915
32919
  }, /*#__PURE__*/React__default["default"].createElement("p", {
32916
- "class": " d-flex align-items-center m-0 p-0 "
32920
+ "class": ' d-flex align-items-center m-0 p-0 '
32917
32921
  }, /*#__PURE__*/React__default["default"].createElement(AiOutlineLogin.AiOutlineLogin, {
32918
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32922
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32919
32923
  }), /*#__PURE__*/React__default["default"].createElement("span", null, lang.login)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
32920
32924
  onClick: function onClick() {
32921
32925
  routingcountext(StaticPagesLinksContext.Signup);
32922
32926
  }
32923
32927
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32924
- "class": "".concat(header_cssstyles.dropdownitemcontainer) + " m-0 p-0 d-flex align-items-center "
32928
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
32925
32929
  }, /*#__PURE__*/React__default["default"].createElement("p", {
32926
- "class": " d-flex align-items-center m-0 p-0 "
32930
+ "class": ' d-flex align-items-center m-0 p-0 '
32927
32931
  }, /*#__PURE__*/React__default["default"].createElement(AiOutlineUserAdd.AiOutlineUserAdd, {
32928
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32932
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32929
32933
  }), /*#__PURE__*/React__default["default"].createElement("span", {
32930
32934
  "class": "text-transform-none"
32931
32935
  }, lang.signup))))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
32932
32936
  style: {
32933
- minWidth: "200px"
32937
+ minWidth: '200px'
32934
32938
  }
32935
32939
  }, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
32936
32940
  onClick: function onClick() {
32937
32941
  routingcountext(StaticPagesLinksContext.accountinfo);
32938
32942
  }
32939
32943
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32940
- "class": "".concat(header_cssstyles.dropdownitemcontainer) + " allcenetered m-0 p-0 "
32944
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
32941
32945
  }, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
32942
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32946
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32943
32947
  }), /*#__PURE__*/React__default["default"].createElement("p", {
32944
- "class": " allcenetered m-0 p-0 "
32945
- }, langdetect != "ar" ? "My Account" : "حسابى"))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
32948
+ "class": ' allcenetered m-0 p-0 '
32949
+ }, langdetect != 'ar' ? 'My Account' : 'حسابى'))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
32946
32950
  onClick: function onClick() {
32947
32951
  routingcountext(StaticPagesLinksContext.Ordershistory);
32948
32952
  }
32949
32953
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32950
- "class": "".concat(header_cssstyles.dropdownitemcontainer) + " allcenetered m-0 p-0 "
32954
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
32951
32955
  }, /*#__PURE__*/React__default["default"].createElement("i", {
32952
32956
  "class": "h-100 allcentered"
32953
- }, sectionproperties.carticonstyle == "Shopping bag 1" && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
32954
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32955
- }), sectionproperties.carticonstyle == "Shopping bag 2" && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
32956
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32957
- }), sectionproperties.carticonstyle == "Shopping bag 3" && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
32958
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32959
- }), sectionproperties.carticonstyle == "Shopping bag 4" && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
32960
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32961
- }), sectionproperties.carticonstyle == "Shopping cart 1" && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
32962
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32963
- }), sectionproperties.carticonstyle == "Shopping cart 2" && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
32964
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32965
- }), sectionproperties.carticonstyle == "Calendar 1" && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
32966
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32957
+ }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
32958
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32959
+ }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
32960
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32961
+ }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
32962
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32963
+ }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
32964
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32965
+ }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
32966
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32967
+ }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
32968
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32969
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
32970
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32967
32971
  })), /*#__PURE__*/React__default["default"].createElement("p", {
32968
- "class": " allcenetered m-0 p-0 "
32972
+ "class": ' allcenetered m-0 p-0 '
32969
32973
  }, sectionproperties["previousorders_title".concat(langdetect)] || sectionproperties.previousorders_titleen))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
32970
32974
  onClick: function onClick() {
32971
32975
  routingcountext(StaticPagesLinksContext.Wishlist);
32972
32976
  }
32973
32977
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32974
- "class": "".concat(header_cssstyles.dropdownitemcontainer) + " allcenetered m-0 p-0 "
32978
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' allcenetered m-0 p-0 '
32975
32979
  }, /*#__PURE__*/React__default["default"].createElement("i", {
32976
32980
  "class": "h-100 allcentered"
32977
- }, sectionproperties.faviconshape == "Heart Shape" && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
32978
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32979
- }), sectionproperties.faviconshape == "Star Shape" && /*#__PURE__*/React__default["default"].createElement(AiFillStar$1.AiFillStar, {
32980
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32981
+ }, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
32982
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32983
+ }), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiFillStar$1.AiFillStar, {
32984
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32981
32985
  })), /*#__PURE__*/React__default["default"].createElement("p", {
32982
- "class": " allcenetered m-0 p-0 "
32986
+ "class": ' allcenetered m-0 p-0 '
32983
32987
  }, lang.wishlist))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
32984
32988
  onClick: function onClick() {
32985
32989
  LogoutMutationContext.mutate();
32986
32990
  }
32987
32991
  }, /*#__PURE__*/React__default["default"].createElement("div", {
32988
- "class": "".concat(header_cssstyles.dropdownitemcontainer) + " m-0 p-0 d-flex align-items-center "
32992
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
32989
32993
  }, /*#__PURE__*/React__default["default"].createElement("i", {
32990
32994
  "class": "h-100 allcentered"
32991
32995
  }, /*#__PURE__*/React__default["default"].createElement(BiLogOutCircle.BiLogOutCircle, {
32992
- "class": langdetect != "ar" ? "mr-2" : "ml-2"
32996
+ "class": langdetect != 'ar' ? 'mr-2' : 'ml-2'
32993
32997
  })), /*#__PURE__*/React__default["default"].createElement("p", {
32994
- "class": " allcenetered m-0 p-0 "
32995
- }, lang.logout))))), sectionproperties.favBtnShow == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
32996
- "class": langdetect != "ar" ? "".concat(header_cssstyles.wishlist_btn) + " d-flex justify-content-center align-items-center ml-3 " : "".concat(header_cssstyles.wishlist_btn) + " d-flex justify-content-center align-items-center mr-3 ",
32998
+ "class": ' allcenetered m-0 p-0 '
32999
+ }, lang.logout))))), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
33000
+ "class": langdetect != 'ar' ? "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center ml-3 ' : "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center mr-3 ',
32997
33001
  onClick: function onClick() {
32998
33002
  routingcountext(StaticPagesLinksContext.Wishlist);
32999
33003
  },
33000
33004
  style: {
33001
- position: "relative"
33005
+ position: 'relative'
33002
33006
  }
33003
33007
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33004
33008
  "class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.favbadge)
33005
- }, favoriteprojectscountContext.length >= 10 ? "+9" : favoriteprojectscountContext.length), /*#__PURE__*/React__default["default"].createElement("i", {
33006
- "class": "h-100 d-flex align-items-center"
33007
- }, sectionproperties.faviconshape == "Heart Shape" && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
33009
+ }, favoriteprojectscountContext.length >= 10 ? '+9' : favoriteprojectscountContext.length), /*#__PURE__*/React__default["default"].createElement("i", {
33010
+ "class": 'h-100 d-flex align-items-center'
33011
+ }, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
33008
33012
  style: {
33009
- fontSize: sectionproperties.favBtnIconfontsize + "px"
33013
+ fontSize: sectionproperties.favBtnIconfontsize + 'px'
33010
33014
  }
33011
- }), sectionproperties.faviconshape == "Star Shape" && /*#__PURE__*/React__default["default"].createElement(AiOutlineStar.AiOutlineStar, {
33015
+ }), sectionproperties.faviconshape == 'Star Shape' && /*#__PURE__*/React__default["default"].createElement(AiOutlineStar.AiOutlineStar, {
33012
33016
  style: {
33013
- fontSize: sectionproperties.favBtnIconfontsize + "px"
33017
+ fontSize: sectionproperties.favBtnIconfontsize + 'px'
33014
33018
  }
33015
- }))), sectionproperties.cartBtnShow == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
33019
+ }))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
33016
33020
  "class": "m-0 d-flex flex-row align-items-center justify-content-end ml-3 mr-4",
33017
33021
  onClick: function onClick() {
33018
33022
  setsidecartnavshowcontext(true);
33019
33023
  }
33020
33024
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33021
- "class": "".concat(header_cssstyles.cart_btn) + " allcentered ml-2 mr-2 ",
33025
+ "class": "".concat(header_cssstyles.cart_btn) + ' allcentered ml-2 mr-2 ',
33022
33026
  style: {
33023
- position: "relative"
33027
+ position: 'relative'
33024
33028
  }
33025
- }, sectionproperties.carticonstyle == "Shopping bag 1" && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
33029
+ }, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, {
33026
33030
  size: sectionproperties.cartBtn_iconFontSize
33027
- }), sectionproperties.carticonstyle == "Shopping bag 2" && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
33031
+ }), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, {
33028
33032
  size: sectionproperties.cartBtn_iconFontSize
33029
- }), sectionproperties.carticonstyle == "Shopping bag 3" && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
33033
+ }), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
33030
33034
  size: sectionproperties.cartBtn_iconFontSize
33031
- }), sectionproperties.carticonstyle == "Shopping bag 4" && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
33035
+ }), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
33032
33036
  size: sectionproperties.cartBtn_iconFontSize
33033
- }), sectionproperties.carticonstyle == "Shopping cart 1" && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
33037
+ }), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
33034
33038
  size: sectionproperties.cartBtn_iconFontSize
33035
- }), sectionproperties.carticonstyle == "Shopping cart 2" && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
33039
+ }), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
33036
33040
  size: sectionproperties.cartBtn_iconFontSize
33037
- }), sectionproperties.carticonstyle == "Calendar 1" && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
33041
+ }), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
33038
33042
  size: sectionproperties.cartBtn_iconFontSize
33039
33043
  }), /*#__PURE__*/React__default["default"].createElement("div", {
33040
33044
  "class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.cartbadge)
@@ -33042,142 +33046,203 @@ var Gotoheader = function Gotoheader(props) {
33042
33046
  "class": "m-0 p-0 d-flex flex-column ",
33043
33047
  style: {
33044
33048
  color: sectionproperties.cartBtnTextcolor,
33045
- fontSize: sectionproperties.cartBtnTextfontsize + "px",
33046
- lineHeight: sectionproperties.cartBtnTextfontsize + "px",
33049
+ fontSize: sectionproperties.cartBtnTextfontsize + 'px',
33050
+ lineHeight: sectionproperties.cartBtnTextfontsize + 'px',
33047
33051
  fontWeight: sectionproperties.cartBtnTextfontweight,
33048
33052
  textTransform: sectionproperties.cartBtnTexttransform,
33049
- cursor: "pointer",
33050
- textAlign: langdetect != "ar" ? "left" : "right"
33053
+ cursor: 'pointer',
33054
+ textAlign: langdetect != 'ar' ? 'left' : 'right'
33051
33055
  }
33052
- }, langdetect === "ar" ? sectionproperties.cartBtnContentarabic : langdetect === "chin" ? sectionproperties.cartBtnContentchin : langdetect === "es" ? sectionproperties.cartBtnContentspanish : langdetect === "fr" ? sectionproperties.cartBtnContentfrench : langdetect === "rus" ? sectionproperties.cartBtnContentrussian : sectionproperties.cartBtnContentenglish, /*#__PURE__*/React__default["default"].createElement("p", {
33056
+ }, langdetect === 'ar' ? sectionproperties.cartBtnContentarabic : langdetect === 'chin' ? sectionproperties.cartBtnContentchin : langdetect === 'es' ? sectionproperties.cartBtnContentspanish : langdetect === 'fr' ? sectionproperties.cartBtnContentfrench : langdetect === 'rus' ? sectionproperties.cartBtnContentrussian : sectionproperties.cartBtnContentenglish, /*#__PURE__*/React__default["default"].createElement("p", {
33053
33057
  "class": "m-0 p-0",
33054
33058
  style: {
33055
33059
  color: sectionproperties.total_color,
33056
- fontSize: sectionproperties.total_fontsize + "px",
33060
+ fontSize: sectionproperties.total_fontsize + 'px',
33057
33061
  fontWeight: sectionproperties.total_fontweight,
33058
- textAlign: langdetect != "ar" ? "left" : "right",
33059
- cursor: "pointer"
33062
+ textAlign: langdetect != 'ar' ? 'left' : 'right',
33063
+ cursor: 'pointer'
33060
33064
  }
33061
- }, langdetect != "ar" ? "EGP" : "", " ", subtotalcart(), " ", langdetect != "ar" ? "" : "ج.م"))), /*#__PURE__*/React__default["default"].createElement("div", {
33062
- "class": langdetect != "ar" ? "headerdropdownml" : "headerdropdownmr"
33065
+ }, langdetect != 'ar' ? 'EGP' : '', " ", subtotalcart(), " ", langdetect != 'ar' ? '' : 'ج.م'))), /*#__PURE__*/React__default["default"].createElement("div", {
33066
+ "class": langdetect != 'ar' ? 'headerdropdownml' : 'headerdropdownmr'
33063
33067
  }, /*#__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", {
33064
- "class": " d-flex align-items-center justify-content-center "
33065
- }, langdetect != "ar" && sectionproperties.showflags != "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
33066
- "class": "".concat(header_cssstyles.languagecontainer) + " row m-0 w-100 d-flex align-items-center "
33068
+ "class": ' d-flex align-items-center justify-content-center '
33069
+ }, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
33070
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
33067
33071
  }, /*#__PURE__*/React__default["default"].createElement("p", {
33068
33072
  "class": "m-0 p-0 mr-2"
33069
- }, "En"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect != "ar" && sectionproperties.showflags == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
33070
- "class": "".concat(header_cssstyles.languagecontainer) + " allcentered mx-4 ",
33073
+ }, "En "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'rus' && /*#__PURE__*/React__default["default"].createElement("div", {
33074
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
33075
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
33076
+ "class": "m-0 p-0 ml-2"
33077
+ }, "Py "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ital' && /*#__PURE__*/React__default["default"].createElement("div", {
33078
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
33079
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
33080
+ "class": "m-0 p-0 ml-2"
33081
+ }, "It "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'magr' && /*#__PURE__*/React__default["default"].createElement("div", {
33082
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
33083
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
33084
+ "class": "m-0 p-0 ml-2"
33085
+ }, "HU "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'turk' && /*#__PURE__*/React__default["default"].createElement("div", {
33086
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
33087
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
33088
+ "class": "m-0 p-0 ml-2"
33089
+ }, "TR "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
33090
+ "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
33091
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
33092
+ "class": "m-0 p-0 ml-2"
33093
+ }, "\u0639 "), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33071
33094
  onClick: function onClick() {
33072
- setlang("en");
33095
+ setlang('en');
33073
33096
  }
33074
- }, /*#__PURE__*/React__default["default"].createElement("img", {
33075
- src: "https://tabex-co.com/storage/StaticImages/egyptflag.png",
33097
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
33098
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
33099
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
33100
+ "class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
33076
33101
  style: {
33077
- maxWidth: "2vh",
33078
- maxHeight: "2vh"
33102
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
33103
+ fontWeight: sectionproperties.dropdown_fontweight,
33104
+ textTransform: sectionproperties.dropdown_texttransform
33079
33105
  }
33080
- }), /*#__PURE__*/React__default["default"].createElement("div", {
33106
+ }, /*#__PURE__*/React__default["default"].createElement("img", {
33107
+ src: 'https://tabex-co.com/storage/StaticImages/usflag.png',
33081
33108
  style: {
33082
- height: "20px",
33083
- width: "1.5px",
33084
- background: "#e6e6e6"
33085
- },
33086
- "class": "ml-2 mr-2"
33087
- }), /*#__PURE__*/React__default["default"].createElement("p", {
33088
- "class": "m-0 p-0"
33089
- }, "\u0639")), langdetect == "ar" && sectionproperties.showflags == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
33090
- "class": "".concat(header_cssstyles.languagecontainer) + " allcentered mx-4 ",
33109
+ maxWidth: '2vh',
33110
+ maxHeight: '2vh'
33111
+ }
33112
+ }), /*#__PURE__*/React__default["default"].createElement("span", {
33113
+ "class": 'ml-2 mr-2'
33114
+ }, 'English')))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33091
33115
  onClick: function onClick() {
33092
- setlang("ar");
33116
+ setlang('rus');
33093
33117
  }
33094
- }, /*#__PURE__*/React__default["default"].createElement("img", {
33095
- src: "https://tabex-co.com/storage/StaticImages/usflag.png",
33118
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
33119
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
33120
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
33121
+ "class": 'dropdownitem d-flex align-items-center m-0 p-0',
33096
33122
  style: {
33097
- maxWidth: "2vh",
33098
- maxHeight: "2vh"
33123
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
33124
+ fontWeight: sectionproperties.dropdown_fontweight,
33125
+ textTransform: sectionproperties.dropdown_texttransform
33099
33126
  }
33100
- }), /*#__PURE__*/React__default["default"].createElement("div", {
33101
- style: {
33102
- height: "20px",
33103
- width: "1.5px",
33104
- background: "#e6e6e6"
33105
- },
33106
- "class": "ml-2 mr-2"
33107
- }), /*#__PURE__*/React__default["default"].createElement("p", {
33108
- "class": "m-0 p-0"
33109
- }, "En")), langdetect == "ar" && sectionproperties.showflags != "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
33110
- "class": "".concat(header_cssstyles.languagecontainer) + " row m-0 w-100 d-flex align-items-center "
33127
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, "\u0420\u0443\u0441\u0441\u043A\u0438\u0439")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33128
+ onClick: function onClick() {
33129
+ setlang('ital');
33130
+ }
33131
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
33132
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
33111
33133
  }, /*#__PURE__*/React__default["default"].createElement("p", {
33112
- "class": "m-0 p-0 ml-2"
33113
- }, "\u0639"), /*#__PURE__*/React__default["default"].createElement(MdKeyboardArrowDown.MdKeyboardArrowDown, null)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33134
+ "class": 'dropdownitem d-flex align-items-center m-0 p-0',
33135
+ style: {
33136
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
33137
+ fontWeight: sectionproperties.dropdown_fontweight,
33138
+ textTransform: sectionproperties.dropdown_texttransform
33139
+ }
33140
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, "Italiano")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33114
33141
  onClick: function onClick() {
33115
- setlang("ar");
33142
+ setlang('magr');
33116
33143
  }
33117
33144
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33118
- "class": "".concat(header_cssstyles.dropdownitemcontainer) + " p-0 "
33145
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
33119
33146
  }, /*#__PURE__*/React__default["default"].createElement("p", {
33120
- "class": "dropdownitem d-flex align-items-center m-0 p-0",
33147
+ "class": 'dropdownitem d-flex align-items-center m-0 p-0',
33121
33148
  style: {
33122
- fontSize: sectionproperties.dropdown_fontsize + "px",
33149
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
33123
33150
  fontWeight: sectionproperties.dropdown_fontweight,
33124
33151
  textTransform: sectionproperties.dropdown_texttransform
33125
33152
  }
33126
- }, /*#__PURE__*/React__default["default"].createElement("img", {
33127
- src: "https://tabex-co.com/storage/StaticImages/egyptflag.png",
33153
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, "Magyar")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '68e4efe8cb18e' && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33154
+ onClick: function onClick() {
33155
+ setlang('turk');
33156
+ }
33157
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
33158
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
33159
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
33160
+ "class": 'dropdownitem d-flex align-items-center m-0 p-0',
33128
33161
  style: {
33129
- maxWidth: "2vh",
33130
- maxHeight: "2vh"
33162
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
33163
+ fontWeight: sectionproperties.dropdown_fontweight,
33164
+ textTransform: sectionproperties.dropdown_texttransform
33131
33165
  }
33132
- }), /*#__PURE__*/React__default["default"].createElement("span", {
33133
- "class": "ml-2 mr-2"
33134
- }, lang.arabic)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33166
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, "T\xFCrk\xE7e")))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33135
33167
  onClick: function onClick() {
33136
- setlang("en");
33168
+ setlang('ar');
33137
33169
  }
33138
33170
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33139
- "class": "".concat(header_cssstyles.dropdownitemcontainer) + " p-0 "
33171
+ "class": "".concat(header_cssstyles.dropdownitemcontainer) + ' p-0 '
33140
33172
  }, /*#__PURE__*/React__default["default"].createElement("p", {
33141
- "class": "dropdownitem d-flex align-items-center justify-content-center m-0 p-0",
33173
+ "class": 'dropdownitem d-flex align-items-center m-0 p-0',
33142
33174
  style: {
33143
- fontSize: sectionproperties.dropdown_fontsize + "px",
33175
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
33144
33176
  fontWeight: sectionproperties.dropdown_fontweight,
33145
33177
  textTransform: sectionproperties.dropdown_texttransform
33146
33178
  }
33147
- }, /*#__PURE__*/React__default["default"].createElement("img", {
33148
- src: "https://tabex-co.com/storage/StaticImages/usflag.png",
33179
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, 'لغة عربية'))))))), 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 && /*#__PURE__*/React__default["default"].createElement("div", {
33180
+ "class": 'd-flex align-items-center justify-content-end mx-3'
33181
+ }, /*#__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", {
33182
+ "class": ' d-flex align-items-center justify-content-center ',
33149
33183
  style: {
33150
- maxWidth: "2vh",
33151
- maxHeight: "2vh"
33184
+ color: sectionproperties.language_container_color
33152
33185
  }
33153
- }), /*#__PURE__*/React__default["default"].createElement("span", {
33154
- "class": "ml-2 mr-2"
33155
- }, lang.english))))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
33186
+ }, langdetect != 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
33187
+ "class": ' row m-0 w-100 d-flex align-items-center '
33188
+ }, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("p", {
33189
+ "class": "m-0 p-0 mr-2 ml-2"
33190
+ }, 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", {
33191
+ "class": ' row m-0 w-100 d-flex align-items-center '
33192
+ }, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("p", {
33193
+ "class": "m-0 p-0 ml-2 mr-2"
33194
+ }, 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$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.map(function (item, index) {
33195
+ var _authdetailsContext$i7;
33196
+ return /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
33197
+ onClick: function onClick() {
33198
+ setcurrencyfunccontext(item);
33199
+ }
33200
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
33201
+ "class": "row m-0 w-100"
33202
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
33203
+ "class": "col-lg-12 p-0 d-flex justify-content-start"
33204
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
33205
+ "class": "".concat(header_cssstyles.dropdownitemcontainer)
33206
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
33207
+ "class": 'dropdownitem d-flex align-items-center justify-content-center m-0 p-0',
33208
+ style: {
33209
+ fontSize: sectionproperties.dropdown_fontsize + 'px',
33210
+ fontWeight: sectionproperties.dropdown_fontweight,
33211
+ textTransform: sectionproperties.dropdown_texttransform
33212
+ }
33213
+ }, /*#__PURE__*/React__default["default"].createElement(FaMoneyBillWave.FaMoneyBillWave, null), /*#__PURE__*/React__default["default"].createElement("span", {
33214
+ "class": 'ml-2 mr-2'
33215
+ }, langdetect != 'ar' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.instcurrencies) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.length) - 1 && /*#__PURE__*/React__default["default"].createElement("div", {
33216
+ "class": "col-lg-12 p-0"
33217
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
33218
+ "class": "m-0"
33219
+ }))));
33220
+ })))))))), /*#__PURE__*/React__default["default"].createElement("div", {
33156
33221
  "class": "col-lg-12 p-0 allcentered",
33157
33222
  style: {
33158
- background: sectionproperties.uppersection_bgcolortransparent == "Transparent" ? "transparent" : sectionproperties.uppersection_bgcolor
33223
+ background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.uppersection_bgcolor
33159
33224
  }
33160
33225
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33161
33226
  "class": header_cssstyles.header_divider
33162
- })), sectionproperties.showlowerheadersection == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
33163
- "class": " col-lg-12 d-flex align-items-center justify-content-center p-0"
33227
+ })), sectionproperties.showlowerheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
33228
+ "class": ' col-lg-12 d-flex align-items-center justify-content-center p-0'
33164
33229
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33165
- "class": "".concat(header_cssstyles.navbar_nav) + " row m-0 d-flex justify-content-start align-items-center "
33230
+ "class": "".concat(header_cssstyles.navbar_nav) + ' row m-0 d-flex justify-content-start align-items-center '
33166
33231
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33167
- "class": " scrollhorizontal w-100 align-items-center ",
33232
+ "class": ' scrollhorizontal w-100 align-items-center ',
33168
33233
  style: {
33169
- display: sectionproperties.showhidesubheader == "Show" && sectionproperties.subheaderposition == "Besides Top Navigation" ? "none" : "flex",
33170
- paddingTop: sectionproperties.lowersection_paddingtop + "px",
33171
- paddingBottom: sectionproperties.lowersection_paddingbottom + "px",
33172
- justifyContent: sectionproperties.header_centered == "Centered" ? "center" : "start"
33234
+ display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
33235
+ paddingTop: sectionproperties.lowersection_paddingtop + 'px',
33236
+ paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
33237
+ justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
33173
33238
  }
33174
33239
  }, templatepropcontext.pagesnprop.map(function (item, index) {
33175
33240
  if (item.isnavigation == 1 && item.isactive == 1) {
33176
33241
  return /*#__PURE__*/React__default["default"].createElement("div", {
33177
33242
  "class": "".concat(headerstyles$e.topbar_item_container),
33178
33243
  style: {
33179
- marginRight: langdetect != "ar" ? "30px" : 0,
33180
- marginLeft: langdetect != "ar" ? 0 : "30px"
33244
+ marginRight: langdetect != 'ar' ? '30px' : 0,
33245
+ marginLeft: langdetect != 'ar' ? 0 : '30px'
33181
33246
  },
33182
33247
  onClick: function onClick() {
33183
33248
  // history.push(item.navigationroute);
@@ -33187,43 +33252,43 @@ var Gotoheader = function Gotoheader(props) {
33187
33252
  "class": "".concat(headerstyles$e.topbar_item, " ").concat(header_cssstyles.topbar_item)
33188
33253
  }, /*#__PURE__*/React__default["default"].createElement("span", null, item["pagename_".concat(langdetect)] || item.pagename)));
33189
33254
  }
33190
- })), sectionproperties.showhidesubheader == "Show" && sectionproperties.subheaderposition == "Besides Top Navigation" && /*#__PURE__*/React__default["default"].createElement("div", {
33255
+ })), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
33191
33256
  "class": "w-100",
33192
33257
  style: {
33193
- paddingTop: sectionproperties.lowersection_paddingtop + "px",
33194
- paddingBottom: sectionproperties.lowersection_paddingbottom + "px"
33258
+ paddingTop: sectionproperties.lowersection_paddingtop + 'px',
33259
+ paddingBottom: sectionproperties.lowersection_paddingbottom + 'px'
33195
33260
  }
33196
33261
  }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
33197
33262
  sectionpropertiesprops: sectionproperties,
33198
33263
  actions: actions,
33199
33264
  subheaderpropertiesprops: {
33200
- subheaderpositionprops: "in nav",
33201
- paddingLeftprops: "30px",
33202
- paddingRightprops: "30px",
33203
- subheadercontentpositionprops: sectionproperties.header_centered == "Centered" ? "center" : "start"
33265
+ subheaderpositionprops: 'in nav',
33266
+ paddingLeftprops: '30px',
33267
+ paddingRightprops: '30px',
33268
+ subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
33204
33269
  }
33205
33270
  })))), /*#__PURE__*/React__default["default"].createElement("div", {
33206
33271
  "class": "col-lg-12 p-0"
33207
- }, sectionproperties.showhidesubheader == "Show" && sectionproperties.subheaderposition == "Full Width" && /*#__PURE__*/React__default["default"].createElement(Subheader, {
33272
+ }, sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React__default["default"].createElement(Subheader, {
33208
33273
  sectionpropertiesprops: sectionproperties,
33209
33274
  actions: actions,
33210
33275
  subheaderpropertiesprops: {
33211
- subheaderpositionprops: "Full Width",
33212
- paddingLeftprops: "30px",
33213
- paddingRightprops: "30px",
33214
- subheadercontentpositionprops: "start"
33276
+ subheaderpositionprops: 'Full Width',
33277
+ paddingLeftprops: '30px',
33278
+ paddingRightprops: '30px',
33279
+ subheadercontentpositionprops: 'start'
33215
33280
  }
33216
- }))), !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == "Hide" && /*#__PURE__*/React__default["default"].createElement("div", {
33217
- className: " row m-0 ",
33281
+ }))), !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
33282
+ className: ' row m-0 ',
33218
33283
  style: {
33219
33284
  position: sectionproperties.headerstyles_position,
33220
- marginTop: sectionproperties.header_marginTop + "px",
33221
- marginBottom: sectionproperties.header_marginBottom + "px",
33222
- width: "100vw",
33285
+ marginTop: sectionproperties.header_marginTop + 'px',
33286
+ marginBottom: sectionproperties.header_marginBottom + 'px',
33287
+ width: '100vw',
33223
33288
  top: 0
33224
33289
  }
33225
33290
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33226
- "class": "".concat(header_cssstyles.top_bar) + " row m-0 w-100 d-flex align-items-center "
33291
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center '
33227
33292
  }, /*#__PURE__*/React__default["default"].createElement("div", {
33228
33293
  "class": "col-lg-12 allcentered p-0"
33229
33294
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -33231,30 +33296,30 @@ var Gotoheader = function Gotoheader(props) {
33231
33296
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
33232
33297
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
33233
33298
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
33234
- path: langdetect != "ar" ? (_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,
33299
+ path: langdetect != 'ar' ? (_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,
33235
33300
  style: {
33236
- width: "100%",
33237
- height: "100%",
33238
- objectFit: "contain"
33301
+ width: '100%',
33302
+ height: '100%',
33303
+ objectFit: 'contain'
33239
33304
  }
33240
33305
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
33241
- className: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == "Hide" ? " row m-0 w-100 d-none justify-content-center " : authdetailsContext.loggedin ? "row m-0 w-100 d-flex justify-content-centet" : " row m-0 w-100 d-flex justify-content-center "
33242
- }, sectionproperties.responsiveheaderstyle == "Style 1" && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
33306
+ className: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? ' row m-0 w-100 d-none justify-content-center ' : authdetailsContext.loggedin ? 'row m-0 w-100 d-flex justify-content-centet' : ' row m-0 w-100 d-flex justify-content-center '
33307
+ }, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
33243
33308
  sectionpropertiesprops: sectionproperties,
33244
33309
  actions: actions
33245
- }), sectionproperties.responsiveheaderstyle == "Style 1 With Canvas" && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
33310
+ }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
33246
33311
  sectionpropertiesprops: sectionproperties,
33247
33312
  actions: actions
33248
- }), sectionproperties.responsiveheaderstyle == "Style 2" && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
33313
+ }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
33249
33314
  sectionpropertiesprops: sectionproperties,
33250
33315
  actions: actions
33251
- }), sectionproperties.responsiveheaderstyle == "Style 2 With Subheader" && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
33316
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
33252
33317
  sectionpropertiesprops: sectionproperties,
33253
33318
  actions: actions
33254
- }), sectionproperties.responsiveheaderstyle == "Style 2 With Merged Subheader" && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
33319
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
33255
33320
  sectionpropertiesprops: sectionproperties,
33256
33321
  actions: actions
33257
- }), sectionproperties.responsiveheaderstyle == "Style 2 With Subheader Only" && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
33322
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader Only' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
33258
33323
  sectionpropertiesprops: sectionproperties,
33259
33324
  actions: actions
33260
33325
  })));
@@ -76025,7 +76090,7 @@ function ownKeys$W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymb
76025
76090
  function _objectSpread$W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$W(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
76026
76091
  var Servicesection = function Servicesection(props) {
76027
76092
  var _maincontainerarrayof;
76028
- var _useState = React.useState(""),
76093
+ var _useState = React.useState(''),
76029
76094
  _useState2 = _slicedToArray__default["default"](_useState, 2),
76030
76095
  sectionproperties = _useState2[0],
76031
76096
  setsectionproperties = _useState2[1];
@@ -76072,13 +76137,13 @@ var Servicesection = function Servicesection(props) {
76072
76137
  }, [sectionproperties]);
76073
76138
  var section_styles = {
76074
76139
  imgcontainer: glamor.css({
76075
- ":before": {
76076
- width: "100%",
76077
- height: "100%",
76078
- background: "rgba(0,0,0,0.6)",
76140
+ ':before': {
76141
+ width: '100%',
76142
+ height: '100%',
76143
+ background: 'rgba(0,0,0,0.6)',
76079
76144
  zIndex: 1,
76080
- position: "absolute",
76081
- content: "s",
76145
+ position: 'absolute',
76146
+ content: 's',
76082
76147
  fontSize: 0,
76083
76148
  left: 0,
76084
76149
  right: 0,
@@ -76087,45 +76152,45 @@ var Servicesection = function Servicesection(props) {
76087
76152
  }
76088
76153
  }),
76089
76154
  sectiontitlespan: glamor.css({
76090
- ":after": {
76091
- width: sectionproperties.sectitle_lineafterwidth + "%",
76155
+ ':after': {
76156
+ width: sectionproperties.sectitle_lineafterwidth + '%',
76092
76157
  backgroundColor: sectionproperties.linebgcolor
76093
76158
  }
76094
76159
  }),
76095
76160
  sectiontitlespan2: glamor.css({
76096
- ":after": {
76097
- width: sectionproperties.sectitle_lineafterwidth + "px",
76098
- height: "100%",
76161
+ ':after': {
76162
+ width: sectionproperties.sectitle_lineafterwidth + 'px',
76163
+ height: '100%',
76099
76164
  backgroundColor: sectionproperties.linebgcolor
76100
76165
  }
76101
76166
  })
76102
76167
  };
76103
76168
  var DescriptionContent = function DescriptionContent() {
76104
76169
  return /*#__PURE__*/React__default["default"].createElement("p", {
76105
- "class": sectionproperties.descFontFamily == "Pacifico" ? " PacificoFont m-0 p-0 wordbreak " : sectionproperties.descFontFamily == "Playfair" ? " PlayfairFont m-0 p-0 wordbreak " : sectionproperties.descFontFamily == "Great Vibes" ? " GreatvibesFont m-0 p-0 wordbreak " : sectionproperties.descFontFamily == "Quicksand" ? " QuicksandFont m-0 p-0 wordbreak" : " m-0 p-0 wordbreak",
76170
+ "class": sectionproperties.descFontFamily == 'Pacifico' ? ' PacificoFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Playfair' ? ' PlayfairFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Great Vibes' ? ' GreatvibesFont m-0 p-0 wordbreak ' : sectionproperties.descFontFamily == 'Quicksand' ? ' QuicksandFont m-0 p-0 wordbreak' : ' m-0 p-0 wordbreak',
76106
76171
  style: {
76107
76172
  color: sectionproperties.prodCatColor,
76108
76173
  fontWeight: sectionproperties.prodCatFontWeight,
76109
- textAlign: sectionproperties.descriptionCentered == "Centered" ? "center" : langdetect != "ar" ? "left" : "right"
76174
+ textAlign: sectionproperties.descriptionCentered == 'Centered' ? 'center' : langdetect != 'ar' ? 'left' : 'right'
76110
76175
  }
76111
- }, sectionproperties["descriptionContent".concat(langdetect.charAt(0).toUpperCase() + langdetect.slice(1))] || sectionproperties.descriptionContentEn);
76176
+ }, langdetect == 'ar' ? sectionproperties.descriptionContentAr : sectionproperties["descriptionContent".concat(langdetect)] || sectionproperties.descriptionContentEn);
76112
76177
  };
76113
76178
  return /*#__PURE__*/React__default["default"].createElement("div", {
76114
- "class": " row ml-0 mr-0 align-items-center w-md-100 ",
76179
+ "class": ' row ml-0 mr-0 align-items-center w-md-100 ',
76115
76180
  style: {
76116
- width: sectionproperties.width + "vw",
76117
- marginTop: sectionproperties.marginTop + "px",
76118
- marginBottom: sectionproperties.marginBottom + "px",
76119
- background: sectionproperties.backgroundColortransparent == "Transparent" ? "transparent" : sectionproperties.backgroundColor,
76120
- borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + "px",
76121
- borderBottomRightRadius: sectionproperties.borderBottomRightRadius + "px",
76122
- borderTopLeftRadius: sectionproperties.borderTopLeftRadius + "px",
76123
- borderTopRightRadius: sectionproperties.borderTopRightRadius + "px",
76124
- boxShadow: sectionproperties.sectioncardshadow == "Show" ? "0 0 10px " + sectionproperties.sectioncardshadowcolor : "none",
76181
+ width: sectionproperties.width + 'vw',
76182
+ marginTop: sectionproperties.marginTop + 'px',
76183
+ marginBottom: sectionproperties.marginBottom + 'px',
76184
+ background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
76185
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
76186
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
76187
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
76188
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
76189
+ boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
76125
76190
  // border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
76126
- borderBottom: sectionproperties.sectioncardborderwidth + "px solid " + sectionproperties.sectioncardbordercolor,
76127
- borderTop: sectionproperties.sectioncardborderwidth + "px solid " + sectionproperties.sectioncardbordercolor,
76128
- position: "relative"
76191
+ borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
76192
+ borderTop: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
76193
+ position: 'relative'
76129
76194
  }
76130
76195
  }, maincontainerarrayofobjs != undefined && maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
76131
76196
  "class": section_styles.imgcontainer
@@ -76134,12 +76199,12 @@ var Servicesection = function Servicesection(props) {
76134
76199
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
76135
76200
  path: (_maincontainerarrayof = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof === void 0 ? void 0 : _maincontainerarrayof.back_bgimage,
76136
76201
  style: {
76137
- height: "100%",
76138
- width: "100%",
76139
- objectFit: "cover",
76202
+ height: '100%',
76203
+ width: '100%',
76204
+ objectFit: 'cover',
76140
76205
  margin: 0,
76141
76206
  padding: 0,
76142
- position: "absolute",
76207
+ position: 'absolute',
76143
76208
  top: 0,
76144
76209
  bottom: 0,
76145
76210
  right: 0,
@@ -76149,69 +76214,69 @@ var Servicesection = function Servicesection(props) {
76149
76214
  "class": "col-lg-12 px-1025-1 pl-md-3 pr-md-3 pr-sm-2 pl-sm-2",
76150
76215
  style: {
76151
76216
  zIndex: 1,
76152
- paddingLeft: sectionproperties.paddingLeft + "px",
76153
- paddingRight: sectionproperties.paddingRight + "px",
76154
- paddingTop: sectionproperties.paddingTop + "px",
76155
- paddingBottom: sectionproperties.paddingBottom + "px"
76217
+ paddingLeft: sectionproperties.paddingLeft + 'px',
76218
+ paddingRight: sectionproperties.paddingRight + 'px',
76219
+ paddingTop: sectionproperties.paddingTop + 'px',
76220
+ paddingBottom: sectionproperties.paddingBottom + 'px'
76156
76221
  }
76157
76222
  }, /*#__PURE__*/React__default["default"].createElement("div", {
76158
76223
  "class": "row m-0 w-100"
76159
- }, sectionproperties.sectiontitleshow == "Show" && sectionproperties.sectiontitlestyle == "Line Under Text" && /*#__PURE__*/React__default["default"].createElement("div", {
76224
+ }, sectionproperties.sectiontitleshow == 'Show' && sectionproperties.sectiontitlestyle == 'Line Under Text' && /*#__PURE__*/React__default["default"].createElement("div", {
76160
76225
  "class": "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0",
76161
76226
  style: {
76162
- justifyContent: sectionproperties.sectiontitleposition == "Centered" ? "center" : "start"
76227
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
76163
76228
  }
76164
76229
  }, /*#__PURE__*/React__default["default"].createElement("div", {
76165
76230
  "class": "".concat(generalstyles.sectiontitlecont),
76166
76231
  style: {
76167
- marginTop: sectionproperties.sectionTitleMarginTop + "px",
76168
- marginBottom: sectionproperties.sectionTitleMarginBottom + "px"
76232
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
76233
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
76169
76234
  }
76170
76235
  }, /*#__PURE__*/React__default["default"].createElement("span", {
76171
- "class": sectionproperties.sectiontitlefontfamily == "Pacifico" ? "".concat(section_styles.sectiontitlespan) + " PacificoFont mb-0 pb-0 wordbreak " : sectionproperties.sectiontitlefontfamily == "Playfair" ? "".concat(section_styles.sectiontitlespan) + " PlayfairFont mb-0 pb-0 wordbreak " : sectionproperties.sectiontitlefontfamily == "Great Vibes" ? "".concat(section_styles.sectiontitlespan) + " GreatvibesFont mb-0 pb-0 wordbreak " : sectionproperties.sectiontitlefontfamily == "Quicksand" ? "".concat(section_styles.sectiontitlespan) + " QuicksandFont mb-0 pb-0 wordbreak " : sectionproperties.sectiontitlefontfamily == "Satisfy" ? "".concat(section_styles.sectiontitlespan) + " SatisfyFont mb-0 pb-0 wordbreak " : "".concat(section_styles.sectiontitlespan) + " mb-0 pb-0 wordbreak ",
76236
+ "class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_styles.sectiontitlespan) + ' PacificoFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_styles.sectiontitlespan) + ' PlayfairFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_styles.sectiontitlespan) + ' GreatvibesFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? "".concat(section_styles.sectiontitlespan) + ' QuicksandFont mb-0 pb-0 wordbreak ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? "".concat(section_styles.sectiontitlespan) + ' SatisfyFont mb-0 pb-0 wordbreak ' : "".concat(section_styles.sectiontitlespan) + ' mb-0 pb-0 wordbreak ',
76172
76237
  style: {
76173
76238
  color: sectionproperties.sectionTitleColor,
76174
- fontSize: sectionproperties.sectionTitleFontSize + "px",
76239
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
76175
76240
  textTransform: sectionproperties.sectionTitleTextTransform,
76176
76241
  fontWeight: sectionproperties.sectionTitleFontWeight,
76177
- textAlign: langdetect != "ar" ? "left" : "right"
76242
+ textAlign: langdetect != 'ar' ? 'left' : 'right'
76178
76243
  }
76179
- }, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.sectiontitleshow == "Show" && sectionproperties.sectiontitlestyle == "Line Before Text" && /*#__PURE__*/React__default["default"].createElement("div", {
76244
+ }, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.sectiontitleshow == 'Show' && sectionproperties.sectiontitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("div", {
76180
76245
  "class": "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0",
76181
76246
  style: {
76182
- justifyContent: sectionproperties.sectiontitleposition == "Centered" ? "center" : "start"
76247
+ justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
76183
76248
  }
76184
76249
  }, /*#__PURE__*/React__default["default"].createElement("div", {
76185
76250
  "class": "".concat(generalstyles.sectiontitlecont2),
76186
76251
  style: {
76187
- marginTop: sectionproperties.sectionTitleMarginTop + "px",
76188
- marginBottom: sectionproperties.sectionTitleMarginBottom + "px"
76252
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
76253
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
76189
76254
  }
76190
76255
  }, /*#__PURE__*/React__default["default"].createElement("span", {
76191
76256
  "class": "".concat(section_styles.sectiontitlespan2),
76192
76257
  style: {
76193
76258
  color: sectionproperties.sectionTitleColor,
76194
- fontSize: sectionproperties.sectionTitleFontSize + "px",
76259
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
76195
76260
  textTransform: sectionproperties.sectionTitleTextTransform,
76196
76261
  fontWeight: sectionproperties.sectionTitleFontWeight
76197
76262
  }
76198
- }, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.prodCatShow == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
76199
- "class": " col-lg-12 col-md-12 col-sm-12 d-flex d-md-none align-items-center p-0 ",
76263
+ }, sectionproperties["sectionTitleContent_".concat(langdetect)] || sectionproperties.sectionTitleContent))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
76264
+ "class": ' col-lg-12 col-md-12 col-sm-12 d-flex d-md-none align-items-center p-0 ',
76200
76265
  style: {
76201
- justifyContent: sectionproperties.descriptionCentered == "Centered" ? "center" : "start",
76202
- marginBottom: sectionproperties.descriptionMarginBottom + "px",
76203
- paddingLeft: langdetect != "ar" ? sectionproperties.description_marginLeft + "px" : sectionproperties.description_marginRight + "px",
76204
- paddingRight: langdetect != "ar" ? sectionproperties.description_marginRight + "px" : sectionproperties.description_marginLeft + "px",
76205
- fontSize: sectionproperties.prodCatFontSize + "px"
76266
+ justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
76267
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
76268
+ paddingLeft: langdetect != 'ar' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
76269
+ paddingRight: langdetect != 'ar' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
76270
+ fontSize: sectionproperties.prodCatFontSize + 'px'
76206
76271
  }
76207
- }, DescriptionContent()), sectionproperties.prodCatShow == "Show" && /*#__PURE__*/React__default["default"].createElement("div", {
76208
- "class": " col-lg-12 col-md-12 col-sm-12 d-none d-md-flex align-items-center p-0 ",
76272
+ }, DescriptionContent()), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
76273
+ "class": ' col-lg-12 col-md-12 col-sm-12 d-none d-md-flex align-items-center p-0 ',
76209
76274
  style: {
76210
- justifyContent: sectionproperties.descriptionCentered == "Centered" ? "center" : "start",
76211
- marginBottom: sectionproperties.descriptionMarginBottom + "px",
76212
- paddingLeft: langdetect != "ar" ? sectionproperties.description_marginLeft + "px" : sectionproperties.description_marginRight + "px",
76213
- paddingRight: langdetect != "ar" ? sectionproperties.description_marginRight + "px" : sectionproperties.description_marginLeft + "px",
76214
- fontSize: sectionproperties.prodCatFontSizeResp + "px"
76275
+ justifyContent: sectionproperties.descriptionCentered == 'Centered' ? 'center' : 'start',
76276
+ marginBottom: sectionproperties.descriptionMarginBottom + 'px',
76277
+ paddingLeft: langdetect != 'ar' ? sectionproperties.description_marginLeft + 'px' : sectionproperties.description_marginRight + 'px',
76278
+ paddingRight: langdetect != 'ar' ? sectionproperties.description_marginRight + 'px' : sectionproperties.description_marginLeft + 'px',
76279
+ fontSize: sectionproperties.prodCatFontSizeResp + 'px'
76215
76280
  }
76216
76281
  }, DescriptionContent()), /*#__PURE__*/React__default["default"].createElement("div", {
76217
76282
  "class": "row m-0 w-100 d-flex justify-content-center justify-content-md-start"
@@ -76220,89 +76285,89 @@ var Servicesection = function Servicesection(props) {
76220
76285
  "class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start"
76221
76286
  }, /*#__PURE__*/React__default["default"].createElement("div", {
76222
76287
  // class="m-lg-auto d-flex justify-content-center"
76223
- "class": sectionproperties.innersectionbordertype != "All" ? "m-sm-auto d-flex justify-content-center border-md-none w-100" : "m-lg-auto d-flex justify-content-center",
76288
+ "class": sectionproperties.innersectionbordertype != 'All' ? 'm-sm-auto d-flex justify-content-center border-md-none w-100' : 'm-lg-auto d-flex justify-content-center',
76224
76289
  style: {
76225
- paddingTop: sectionproperties.reservation_padding_top + "px",
76226
- paddingBottom: sectionproperties.reservation_padding_bottom + "px",
76290
+ paddingTop: sectionproperties.reservation_padding_top + 'px',
76291
+ paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
76227
76292
  background: sectionproperties.reservation_bgcolor,
76228
- paddingLeft: langdetect != "ar" ? sectionproperties.reservation_padding_left + "px" : sectionproperties.reservation_padding_right + "px",
76229
- paddingRight: langdetect != "ar" ? sectionproperties.reservation_padding_right + "px" : sectionproperties.reservation_padding_left + "px",
76230
- borderRadius: sectionproperties.reservation_borderradius + "px",
76231
- border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == "All" ? sectionproperties.innersectionborderWidth + "px solid " + sectionproperties.innersectionborderColor : "" : "",
76232
- borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == "Right" ? langdetect != "ar" ? sectionproperties.innersectionborderWidth + "px solid " + sectionproperties.innersectionborderColor : "" : "" : "",
76233
- borderLeft: sectionproperties.innersectionbordertype == "Right" ? langdetect == "ar" ? sectionproperties.innersectionborderWidth + "px solid " + sectionproperties.innersectionborderColor : "" : "",
76234
- boxShadow: " 0 0 10px " + sectionproperties.innerSectionShadowColor,
76235
- cursor: cardinfoitem.iscardclickable == "Yes" ? "pointer" : "default"
76293
+ paddingLeft: langdetect != 'ar' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
76294
+ paddingRight: langdetect != 'ar' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
76295
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
76296
+ border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
76297
+ borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect != 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
76298
+ borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
76299
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
76300
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
76236
76301
  },
76237
76302
  onClick: function onClick() {
76238
- if (cardinfoitem.iscardclickable == "Yes" && cardinfoitem.clickabletabtype == "Same Tab") {
76239
- window.open(cardinfoitem.btnlink, "_target");
76240
- } else if (cardinfoitem.iscardclickable == "Yes" && cardinfoitem.clickabletabtype == "New Tab") {
76241
- window.open(cardinfoitem.btnlink, "_blank");
76303
+ if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab') {
76304
+ window.open(cardinfoitem.btnlink, '_target');
76305
+ } else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab') {
76306
+ window.open(cardinfoitem.btnlink, '_blank');
76242
76307
  }
76243
76308
  }
76244
- }, sectionproperties.image_show == "show" && /*#__PURE__*/React__default["default"].createElement("div", {
76309
+ }, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
76245
76310
  "class": "d-flex d-sm-none",
76246
76311
  style: {
76247
- width: sectionproperties.image_width + "px",
76248
- height: sectionproperties.image_height + "px",
76249
- marginBottom: "auto",
76250
- marginRight: langdetect != "ar" ? "10px" : 0,
76251
- marginLeft: langdetect == "ar" ? "10px" : 0
76312
+ width: sectionproperties.image_width + 'px',
76313
+ height: sectionproperties.image_height + 'px',
76314
+ marginBottom: 'auto',
76315
+ marginRight: langdetect != 'ar' ? '10px' : 0,
76316
+ marginLeft: langdetect == 'ar' ? '10px' : 0
76252
76317
  }
76253
76318
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
76254
76319
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
76255
76320
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
76256
- path: cardsarray.length != 0 ? cardsarray[cardinfoindex].cardobj_img : "",
76321
+ path: cardsarray.length != 0 ? cardsarray[cardinfoindex].cardobj_img : '',
76257
76322
  style: {
76258
- height: "100%",
76259
- width: "100%",
76260
- objectFit: "cover"
76323
+ height: '100%',
76324
+ width: '100%',
76325
+ objectFit: 'cover'
76261
76326
  }
76262
- })), sectionproperties.image_show == "show" && /*#__PURE__*/React__default["default"].createElement("div", {
76327
+ })), sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
76263
76328
  "class": "d-none d-sm-flex mt-auto mb-auto",
76264
76329
  style: {
76265
76330
  width: 35,
76266
76331
  height: 35,
76267
76332
  // marginBottom: 'auto',
76268
- marginRight: langdetect != "ar" ? "10px" : 0,
76269
- marginLeft: langdetect == "ar" ? "10px" : 0
76333
+ marginRight: langdetect != 'ar' ? '10px' : 0,
76334
+ marginLeft: langdetect == 'ar' ? '10px' : 0
76270
76335
  }
76271
76336
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
76272
76337
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
76273
76338
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
76274
- path: cardsarray.length != 0 ? cardsarray[cardinfoindex].cardobj_img : "",
76339
+ path: cardsarray.length != 0 ? cardsarray[cardinfoindex].cardobj_img : '',
76275
76340
  style: {
76276
- height: "100%",
76277
- width: "100%",
76278
- objectFit: "contain"
76341
+ height: '100%',
76342
+ width: '100%',
76343
+ objectFit: 'contain'
76279
76344
  }
76280
76345
  })), /*#__PURE__*/React__default["default"].createElement("div", {
76281
- "class": sectionproperties.slideshowtext2_show == "Show" ? "d-flex flex-column" : "d-flex flex-column align-items-center",
76346
+ "class": sectionproperties.slideshowtext2_show == 'Show' ? 'd-flex flex-column' : 'd-flex flex-column align-items-center',
76282
76347
  style: {
76283
- paddingLeft: langdetect != "ar" ? "10px" : 0,
76284
- paddingRight: langdetect != "ar" ? 0 : "10px",
76348
+ paddingLeft: langdetect != 'ar' ? '10px' : 0,
76349
+ paddingRight: langdetect != 'ar' ? 0 : '10px',
76285
76350
  flex: 1
76286
76351
  }
76287
76352
  }, /*#__PURE__*/React__default["default"].createElement("p", {
76288
- "class": sectionproperties.slideshowtext2_show == "Show" ? "p-0 m-0 wordbreak wordbreak2" : "p-0 m-0 wordbreak wordbreak2 mt-auto mb-auto",
76353
+ "class": sectionproperties.slideshowtext2_show == 'Show' ? 'p-0 m-0 wordbreak wordbreak2' : 'p-0 m-0 wordbreak wordbreak2 mt-auto mb-auto',
76289
76354
  style: {
76290
76355
  color: sectionproperties.slideshowText1ContentColor,
76291
- fontSize: sectionproperties.slideshowText1ContentFontSize + "px",
76356
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
76292
76357
  fontWeight: sectionproperties.slideshowText1ContentFontWeight,
76293
76358
  textTransform: sectionproperties.slideshowText1ContentTextTransform,
76294
- textAlign: langdetect != "ar" ? "left" : "right"
76359
+ textAlign: langdetect != 'ar' ? 'left' : 'right'
76295
76360
  }
76296
- }, langdetect != "ar" ? cardsarray[cardinfoindex].cardobj_titleen : cardsarray[cardinfoindex].cardobj_titlear), sectionproperties.slideshowtext2_show == "Show" && /*#__PURE__*/React__default["default"].createElement("p", {
76361
+ }, cardinfoitem["cardobj_title".concat(langdetect)] || cardinfoitem.cardobj_titleen), sectionproperties.slideshowtext2_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
76297
76362
  "class": "m-0 wordbreak ",
76298
76363
  style: {
76299
76364
  color: sectionproperties.slideshowText2ContentColor,
76300
- fontSize: sectionproperties.slideshowText2ContentFontSize + "px",
76365
+ fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
76301
76366
  fontWeight: sectionproperties.slideshowText2ContentFontWeight,
76302
76367
  textTransform: sectionproperties.slideshowText2ContentTextTransform,
76303
- textAlign: langdetect != "ar" ? "left" : "right"
76368
+ textAlign: langdetect != 'ar' ? 'left' : 'right'
76304
76369
  }
76305
- }, langdetect != "ar" ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar))));
76370
+ }, cardinfoitem["cardobj_descrip".concat(langdetect)] || cardinfoitem.cardobj_descripen))));
76306
76371
  })))));
76307
76372
  };
76308
76373