tabexseriescomponents 0.0.329 → 0.0.331

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
@@ -130,7 +130,8 @@ var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
130
130
  var GoLocation = require('@react-icons/all-files/go/GoLocation');
131
131
  var RiRoadMapLine = require('@react-icons/all-files/ri/RiRoadMapLine');
132
132
  var HiOutlineClock = require('@react-icons/all-files/hi/HiOutlineClock');
133
- var Select$5 = require('react-select');
133
+ var AiOutlineLinkedin = require('@react-icons/all-files/ai/AiOutlineLinkedin');
134
+ require('react-select');
134
135
  var ReactPlayer = require('react-player');
135
136
  var BackgroundSlideshow = require('react-background-slideshow');
136
137
  var _extends = require('@babel/runtime/helpers/extends');
@@ -184,7 +185,6 @@ var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
184
185
  var PhoneInput__default = /*#__PURE__*/_interopDefaultLegacy(PhoneInput);
185
186
  var InputRange__default = /*#__PURE__*/_interopDefaultLegacy(InputRange);
186
187
  var ReactPaginate__default = /*#__PURE__*/_interopDefaultLegacy(ReactPaginate);
187
- var Select__default = /*#__PURE__*/_interopDefaultLegacy(Select$5);
188
188
  var ReactPlayer__default = /*#__PURE__*/_interopDefaultLegacy(ReactPlayer);
189
189
  var BackgroundSlideshow__default = /*#__PURE__*/_interopDefaultLegacy(BackgroundSlideshow);
190
190
  var _extends__default = /*#__PURE__*/_interopDefaultLegacy(_extends);
@@ -1246,88 +1246,6 @@ var defaultstylestranslated = {
1246
1246
  });
1247
1247
  }
1248
1248
  };
1249
- var defaultstylestransparent = {
1250
- option: function option(provided, state) {
1251
- return _objectSpread$2f(_objectSpread$2f({}, provided), {}, {
1252
- borderBottom: '1px solid #e6e6e6',
1253
- backgroundColor: state.isSelected ? '' : '',
1254
- padding: 5,
1255
- textTransform: 'capitalize',
1256
- color: state.isSelected ? '#eac435' : 'black',
1257
- transition: '.3s',
1258
- '&:hover': {
1259
- // color: '#eac435',
1260
- cursor: 'pointer'
1261
- }
1262
- });
1263
- },
1264
- control: function control() {
1265
- return {
1266
- borderBottom: '1px solid #ccc',
1267
- backgroundColor: 'transparent',
1268
- display: 'flex',
1269
- cursor: 'pointer',
1270
- padding: 0,
1271
- transition: '.3s',
1272
- '&:hover': {
1273
- // boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
1274
- // borderRadius: '10px',
1275
- }
1276
- };
1277
- },
1278
- dropdownIndicator: function dropdownIndicator(provided) {
1279
- return _objectSpread$2f(_objectSpread$2f({}, provided), {}, {
1280
- '&:hover': {
1281
- // color: '#eac435',
1282
- }
1283
- });
1284
- }
1285
- };
1286
- var defaultstylestranslatedtransparent = {
1287
- option: function option(provided, state) {
1288
- return _objectSpread$2f(_objectSpread$2f({}, provided), {}, {
1289
- borderBottom: '1px solid #e6e6e6',
1290
- backgroundColor: state.isSelected ? '' : '',
1291
- padding: 5,
1292
- textTransform: 'capitalize',
1293
- // color: state.isSelected ? '#eac435' : '#022648',
1294
- color: state.isSelected ? '#eac435' : 'black',
1295
- transition: '.3s',
1296
- textAlign: 'right',
1297
- '&:hover': {
1298
- // color: '#eac435',
1299
- cursor: 'pointer'
1300
- }
1301
- });
1302
- },
1303
- control: function control() {
1304
- return {
1305
- borderBottom: '1px solid #ccc',
1306
- backgroundColor: 'transparent',
1307
- display: 'flex',
1308
- cursor: 'pointer',
1309
- padding: 0,
1310
- transition: '.3s',
1311
- textAlign: 'right',
1312
- '&:hover': {
1313
- // boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
1314
- // borderRadius: '10px',
1315
- }
1316
- };
1317
- },
1318
- dropdownIndicator: function dropdownIndicator(provided) {
1319
- return _objectSpread$2f(_objectSpread$2f({}, provided), {}, {
1320
- '&:hover': {
1321
- // color: '#eac435',
1322
- }
1323
- });
1324
- },
1325
- placeholder: function placeholder(provided, state) {
1326
- return _objectSpread$2f(_objectSpread$2f({}, provided), {}, {
1327
- textAlign: 'right'
1328
- });
1329
- }
1330
- };
1331
1249
  var defaultstylesnone = {
1332
1250
  option: function option(provided, state) {
1333
1251
  return _objectSpread$2f(_objectSpread$2f({}, provided), {}, {
@@ -2092,6 +2010,16 @@ var Product_itemtype = function Product_itemtype(props) {
2092
2010
  }, /*#__PURE__*/React__default["default"].createElement(reactShare.WhatsappIcon, {
2093
2011
  size: 40,
2094
2012
  round: true
2013
+ }))), sectionproperties.showsharelinkedin == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2014
+ className: "Demo__some-network ml-2 mr-2"
2015
+ }, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinShareButton, {
2016
+ url: shareUrl,
2017
+ title: title,
2018
+ separator: ":: ",
2019
+ className: "Demo__some-network__share-button"
2020
+ }, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinIcon, {
2021
+ size: 40,
2022
+ round: true
2095
2023
  }))))));
2096
2024
  };
2097
2025
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -2135,7 +2063,7 @@ var Product_itemtype = function Product_itemtype(props) {
2135
2063
  marginTop: sectionproperties.gallerystyle == 'Style 2' ? '3rem' : 0
2136
2064
  }
2137
2065
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2138
- className: sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' && sectionproperties.showstoreinfo2 == 'Hide' && sectionproperties.showstoreinfo1 == 'Hide' ? 'col-lg-12' : langdetect == 'en' ? 'col-lg-9 pl-0 mb-md-3 p-md-0' : 'col-lg-9 pr-0 mb-md-3 p-md-0'
2066
+ className: sectionproperties.showfooterphonenumber == 'Hide' && sectionproperties.showfooteremail == 'Hide' && sectionproperties.showstoreinfo2 == 'Hide' && sectionproperties.showstoreinfo1 == 'Hide' ? 'col-lg-12' : sectionproperties.storeinfoposition == 'Below Information' ? 'col-lg-12' : langdetect == 'en' ? 'col-lg-9 pl-0 mb-md-3 p-md-0' : 'col-lg-9 pr-0 mb-md-3 p-md-0'
2139
2067
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2140
2068
  className: 'row m-0 w-100'
2141
2069
  }, sectionproperties.gallerystyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -3459,6 +3387,16 @@ var Service_itemtype = function Service_itemtype(props) {
3459
3387
  }, /*#__PURE__*/React__default["default"].createElement(reactShare.WhatsappIcon, {
3460
3388
  size: 40,
3461
3389
  round: true
3390
+ }))), sectionproperties.showsharelinkedin == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
3391
+ className: "Demo__some-network ml-2 mr-2"
3392
+ }, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinShareButton, {
3393
+ url: shareUrl,
3394
+ title: title,
3395
+ separator: ":: ",
3396
+ className: "Demo__some-network__share-button"
3397
+ }, /*#__PURE__*/React__default["default"].createElement(reactShare.LinkedinIcon, {
3398
+ size: 40,
3399
+ round: true
3462
3400
  })))))), /*#__PURE__*/React__default["default"].createElement("div", {
3463
3401
  className: langdetect == 'en' ? sectionproperties.galleryNumberOfCols == 4 ? 'col-xl-8 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : sectionproperties.galleryNumberOfCols == 4 ? 'col-xl-8 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-4 p-md-0'
3464
3402
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -7909,7 +7847,7 @@ var Select$3 = /*#__PURE__*/React__default["default"].lazy(function () {
7909
7847
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
7910
7848
  });
7911
7849
  var Checkout = function Checkout(props) {
7912
- var _css, _checkoutstyles, _fetchcustomercartQue91, _fetchcustomercartQue92, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue95, _fetchcustomercartQue96, _fetchcustomercartQue105, _fetchcustomercartQue106, _fetchcustomercartQue107, _fetchcustomercartQue108, _fetchcustomercartQue109, _fetchcustomercartQue110, _fetchcustomercartQue111, _fetchcustomercartQue112, _fetchcustomercartQue113, _fetchcustomercartQue116, _fetchcustomercartQue117, _fetchcustomercartQue120, _fetchcustomercartQue121, _fetchcustomercartQue124, _fetchcustomercartQue125, _fetchcustomercartQue128, _fetchcustomercartQue129;
7850
+ var _css, _checkoutstyles, _fetchcustomercartQue99, _fetchcustomercartQue100, _fetchcustomercartQue101, _fetchcustomercartQue102, _fetchcustomercartQue103, _fetchcustomercartQue104, _fetchcustomercartQue113, _fetchcustomercartQue114, _fetchcustomercartQue115, _fetchcustomercartQue116, _fetchcustomercartQue117, _fetchcustomercartQue118, _fetchcustomercartQue119, _fetchcustomercartQue120, _fetchcustomercartQue121, _fetchcustomercartQue124, _fetchcustomercartQue125, _fetchcustomercartQue128, _fetchcustomercartQue129, _fetchcustomercartQue132, _fetchcustomercartQue133, _fetchcustomercartQue136, _fetchcustomercartQue137;
7913
7851
  var _useState = React.useState(null),
7914
7852
  _useState2 = _slicedToArray__default["default"](_useState, 2),
7915
7853
  timer = _useState2[0],
@@ -8231,9 +8169,9 @@ var Checkout = function Checkout(props) {
8231
8169
  }
8232
8170
  })), _checkoutstyles);
8233
8171
  var Mycart = function Mycart() {
8234
- var _fetchcustomercartQue37, _fetchcustomercartQue38, _fetchcustomercartQue39, _fetchcustomercartQue40, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue56, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64, _fetchcustomercartQue65, _fetchcustomercartQue66, _fetchcustomercartQue67, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue77, _fetchcustomercartQue78, _fetchcustomercartQue79, _fetchcustomercartQue80, _fetchcustomercartQue81, _fetchcustomercartQue82, _fetchcustomercartQue83, _fetchcustomercartQue84, _fetchcustomercartQue85, _fetchcustomercartQue86, _fetchcustomercartQue87, _fetchcustomercartQue88, _fetchcustomercartQue89, _fetchcustomercartQue90;
8172
+ var _fetchcustomercartQue37, _fetchcustomercartQue38, _fetchcustomercartQue39, _fetchcustomercartQue40, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue56, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64, _fetchcustomercartQue65, _fetchcustomercartQue66, _fetchcustomercartQue67, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue77, _fetchcustomercartQue78, _fetchcustomercartQue79, _fetchcustomercartQue80, _fetchcustomercartQue81, _fetchcustomercartQue82, _fetchcustomercartQue83, _fetchcustomercartQue84, _fetchcustomercartQue85, _fetchcustomercartQue86, _fetchcustomercartQue87, _fetchcustomercartQue88, _fetchcustomercartQue89, _fetchcustomercartQue90, _fetchcustomercartQue91, _fetchcustomercartQue92, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue95, _fetchcustomercartQue96, _fetchcustomercartQue97, _fetchcustomercartQue98;
8235
8173
  return /*#__PURE__*/React__default["default"].createElement("div", {
8236
- className: "row m-0 w-100"
8174
+ className: "row m-0 w-100 mb-md-3"
8237
8175
  }, /*#__PURE__*/React__default["default"].createElement("div", {
8238
8176
  className: "col-lg-12 d-flex align-items-center p-0"
8239
8177
  }, /*#__PURE__*/React__default["default"].createElement("p", {
@@ -8447,7 +8385,29 @@ var Checkout = function Checkout(props) {
8447
8385
  className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
8448
8386
  }, /*#__PURE__*/React__default["default"].createElement("p", {
8449
8387
  className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-left '
8450
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue63 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue63 === void 0 ? void 0 : (_fetchcustomercartQue64 = _fetchcustomercartQue63.data) === null || _fetchcustomercartQue64 === void 0 ? void 0 : _fetchcustomercartQue64.customercart.totalprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue65 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue65 === void 0 ? void 0 : (_fetchcustomercartQue66 = _fetchcustomercartQue65.data) === null || _fetchcustomercartQue66 === void 0 ? void 0 : (_fetchcustomercartQue67 = _fetchcustomercartQue66.customercart) === null || _fetchcustomercartQue67 === void 0 ? void 0 : _fetchcustomercartQue67.usewalletpoints) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
8388
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue63 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue63 === void 0 ? void 0 : (_fetchcustomercartQue64 = _fetchcustomercartQue63.data) === null || _fetchcustomercartQue64 === void 0 ? void 0 : _fetchcustomercartQue64.customercart.totalprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))), sectionproperties.showtotalsection == 'Show' && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue65 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue65 === void 0 ? void 0 : (_fetchcustomercartQue66 = _fetchcustomercartQue65.data) === null || _fetchcustomercartQue66 === void 0 ? void 0 : (_fetchcustomercartQue67 = _fetchcustomercartQue66.customercart) === null || _fetchcustomercartQue67 === void 0 ? void 0 : (_fetchcustomercartQue68 = _fetchcustomercartQue67.genpayments) === null || _fetchcustomercartQue68 === void 0 ? void 0 : _fetchcustomercartQue68.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
8389
+ className: "row m-0 w-100"
8390
+ }, fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue69 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue69 === void 0 ? void 0 : (_fetchcustomercartQue70 = _fetchcustomercartQue69.data) === null || _fetchcustomercartQue70 === void 0 ? void 0 : (_fetchcustomercartQue71 = _fetchcustomercartQue70.customercart) === null || _fetchcustomercartQue71 === void 0 ? void 0 : (_fetchcustomercartQue72 = _fetchcustomercartQue71.genpayments) === null || _fetchcustomercartQue72 === void 0 ? void 0 : _fetchcustomercartQue72.map(function (item, index) {
8391
+ return /*#__PURE__*/React__default["default"].createElement("div", {
8392
+ "class": "col-lg-12 p-0"
8393
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
8394
+ className: "row m-0 w-100"
8395
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
8396
+ className: "col-lg-6 col-md-6 col-sm-6 p-0"
8397
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
8398
+ className: "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 d-flex align-items-center wordbreak ',
8399
+ style: {
8400
+ color: item.addsubtype == 'subtract' ? 'var(--danger)' : 'var(--success)'
8401
+ }
8402
+ }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
8403
+ className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
8404
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
8405
+ className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-left ',
8406
+ style: {
8407
+ color: item.addsubtype == 'subtract' ? 'var(--danger)' : 'var(--success)'
8408
+ }
8409
+ }, item.addsubtype == 'subtract' && /*#__PURE__*/React__default["default"].createElement("span", null, "-"), item.valuetype == 'value' && /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " ", item.value, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), item.valuetype == 'percentage' && /*#__PURE__*/React__default["default"].createElement("span", null, item.value, "%")))));
8410
+ }))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue73 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue73 === void 0 ? void 0 : (_fetchcustomercartQue74 = _fetchcustomercartQue73.data) === null || _fetchcustomercartQue74 === void 0 ? void 0 : (_fetchcustomercartQue75 = _fetchcustomercartQue74.customercart) === null || _fetchcustomercartQue75 === void 0 ? void 0 : _fetchcustomercartQue75.usewalletpoints) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
8451
8411
  className: "row m-0 w-100"
8452
8412
  }, /*#__PURE__*/React__default["default"].createElement("div", {
8453
8413
  className: "col-lg-6 col-md-6 col-sm-6 p-0"
@@ -8460,7 +8420,7 @@ var Checkout = function Checkout(props) {
8460
8420
  style: {
8461
8421
  color: 'red'
8462
8422
  }
8463
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " -", ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue68 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue68 === void 0 ? void 0 : (_fetchcustomercartQue69 = _fetchcustomercartQue68.data) === null || _fetchcustomercartQue69 === void 0 ? void 0 : (_fetchcustomercartQue70 = _fetchcustomercartQue69.customercart) === null || _fetchcustomercartQue70 === void 0 ? void 0 : _fetchcustomercartQue70.walletpointsused), " ", langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue71 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue71 === void 0 ? void 0 : (_fetchcustomercartQue72 = _fetchcustomercartQue71.data) === null || _fetchcustomercartQue72 === void 0 ? void 0 : _fetchcustomercartQue72.customercart.couponexists) && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue73 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue73 === void 0 ? void 0 : (_fetchcustomercartQue74 = _fetchcustomercartQue73.data) === null || _fetchcustomercartQue74 === void 0 ? void 0 : _fetchcustomercartQue74.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
8423
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', " -", ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue76 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue76 === void 0 ? void 0 : (_fetchcustomercartQue77 = _fetchcustomercartQue76.data) === null || _fetchcustomercartQue77 === void 0 ? void 0 : (_fetchcustomercartQue78 = _fetchcustomercartQue77.customercart) === null || _fetchcustomercartQue78 === void 0 ? void 0 : _fetchcustomercartQue78.walletpointsused), " ", langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue79 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue79 === void 0 ? void 0 : (_fetchcustomercartQue80 = _fetchcustomercartQue79.data) === null || _fetchcustomercartQue80 === void 0 ? void 0 : _fetchcustomercartQue80.customercart.couponexists) && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue81 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue81 === void 0 ? void 0 : (_fetchcustomercartQue82 = _fetchcustomercartQue81.data) === null || _fetchcustomercartQue82 === void 0 ? void 0 : _fetchcustomercartQue82.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
8464
8424
  className: "col-lg-12 p-0 mb-1"
8465
8425
  }, /*#__PURE__*/React__default["default"].createElement("div", {
8466
8426
  className: "row m-0 w-100"
@@ -8472,7 +8432,7 @@ var Checkout = function Checkout(props) {
8472
8432
  className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
8473
8433
  }, /*#__PURE__*/React__default["default"].createElement("p", {
8474
8434
  className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles, " ") + ' m-0 p-0 text-danger wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles, " ") + ' m-0 p-0 text-danger wordbreak text-left '
8475
- }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue75 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue75 === void 0 ? void 0 : (_fetchcustomercartQue76 = _fetchcustomercartQue75.data) === null || _fetchcustomercartQue76 === void 0 ? void 0 : _fetchcustomercartQue76.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "- ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue77 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue77 === void 0 ? void 0 : (_fetchcustomercartQue78 = _fetchcustomercartQue77.data) === null || _fetchcustomercartQue78 === void 0 ? void 0 : _fetchcustomercartQue78.customercart.discountprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue79 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue79 === void 0 ? void 0 : (_fetchcustomercartQue80 = _fetchcustomercartQue79.data) === null || _fetchcustomercartQue80 === void 0 ? void 0 : _fetchcustomercartQue80.customercart.discountprice) == 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "0"))))), sectionproperties.hideshipping == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
8435
+ }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue83 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue83 === void 0 ? void 0 : (_fetchcustomercartQue84 = _fetchcustomercartQue83.data) === null || _fetchcustomercartQue84 === void 0 ? void 0 : _fetchcustomercartQue84.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "- ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue85 === void 0 ? void 0 : (_fetchcustomercartQue86 = _fetchcustomercartQue85.data) === null || _fetchcustomercartQue86 === void 0 ? void 0 : _fetchcustomercartQue86.customercart.discountprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue87 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue87 === void 0 ? void 0 : (_fetchcustomercartQue88 = _fetchcustomercartQue87.data) === null || _fetchcustomercartQue88 === void 0 ? void 0 : _fetchcustomercartQue88.customercart.discountprice) == 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "0"))))), sectionproperties.hideshipping == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
8476
8436
  className: "col-lg-12 p-0"
8477
8437
  }, /*#__PURE__*/React__default["default"].createElement("div", {
8478
8438
  className: "row m-0 w-100"
@@ -8480,11 +8440,11 @@ var Checkout = function Checkout(props) {
8480
8440
  className: "col-lg-6 col-md-6 col-sm-6 p-0"
8481
8441
  }, /*#__PURE__*/React__default["default"].createElement("p", {
8482
8442
  className: "".concat(checkoutstyles.summarysectionstyles, " ") + ' m-0 p-0 d-flex align-items-start wordbreak '
8483
- }, lang.shippingfees)), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue81 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue81 === void 0 ? void 0 : (_fetchcustomercartQue82 = _fetchcustomercartQue81.data) === null || _fetchcustomercartQue82 === void 0 ? void 0 : _fetchcustomercartQue82.customercart.zoneexists) && /*#__PURE__*/React__default["default"].createElement("div", {
8443
+ }, lang.shippingfees)), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue89 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue89 === void 0 ? void 0 : (_fetchcustomercartQue90 = _fetchcustomercartQue89.data) === null || _fetchcustomercartQue90 === void 0 ? void 0 : _fetchcustomercartQue90.customercart.zoneexists) && /*#__PURE__*/React__default["default"].createElement("div", {
8484
8444
  className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
8485
8445
  }, /*#__PURE__*/React__default["default"].createElement("p", {
8486
8446
  className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-left '
8487
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue83 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue83 === void 0 ? void 0 : (_fetchcustomercartQue84 = _fetchcustomercartQue83.data) === null || _fetchcustomercartQue84 === void 0 ? void 0 : _fetchcustomercartQue84.customercart.zoneprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), !(fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue85 !== void 0 && (_fetchcustomercartQue86 = _fetchcustomercartQue85.data) !== null && _fetchcustomercartQue86 !== void 0 && _fetchcustomercartQue86.customercart.zoneexists) && /*#__PURE__*/React__default["default"].createElement("div", {
8447
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue91 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue91 === void 0 ? void 0 : (_fetchcustomercartQue92 = _fetchcustomercartQue91.data) === null || _fetchcustomercartQue92 === void 0 ? void 0 : _fetchcustomercartQue92.customercart.zoneprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), !(fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue93 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue93 !== void 0 && (_fetchcustomercartQue94 = _fetchcustomercartQue93.data) !== null && _fetchcustomercartQue94 !== void 0 && _fetchcustomercartQue94.customercart.zoneexists) && /*#__PURE__*/React__default["default"].createElement("div", {
8488
8448
  className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
8489
8449
  }, /*#__PURE__*/React__default["default"].createElement("p", {
8490
8450
  className: "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 d-flex align-items-start wordbreak ',
@@ -8523,7 +8483,7 @@ var Checkout = function Checkout(props) {
8523
8483
  textTransform: sectionproperties.total_texttransform,
8524
8484
  color: sectionproperties.total_color
8525
8485
  }
8526
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue87 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue87 === void 0 ? void 0 : (_fetchcustomercartQue88 = _fetchcustomercartQue87.data) === null || _fetchcustomercartQue88 === void 0 ? void 0 : _fetchcustomercartQue88.customercart.totalpriceafterdiscount).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))), sectionproperties.slideshowtext1_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
8486
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue95 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue95 === void 0 ? void 0 : (_fetchcustomercartQue96 = _fetchcustomercartQue95.data) === null || _fetchcustomercartQue96 === void 0 ? void 0 : _fetchcustomercartQue96.customercart.totalpriceafterdiscount).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))), sectionproperties.slideshowtext1_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
8527
8487
  "class": "col-lg-12 p-0 my-2 p-2 allcentered mb-3",
8528
8488
  style: {
8529
8489
  background: '#eee',
@@ -8556,7 +8516,7 @@ var Checkout = function Checkout(props) {
8556
8516
  width: "20px",
8557
8517
  height: "20px",
8558
8518
  duration: "1s"
8559
- }), !AddOrderMutationContext.isLoading ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue89 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue89 === void 0 ? void 0 : (_fetchcustomercartQue90 = _fetchcustomercartQue89.data) === null || _fetchcustomercartQue90 === void 0 ? void 0 : _fetchcustomercartQue90.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''))))));
8519
+ }), !AddOrderMutationContext.isLoading ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue97 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue97 === void 0 ? void 0 : (_fetchcustomercartQue98 = _fetchcustomercartQue97.data) === null || _fetchcustomercartQue98 === void 0 ? void 0 : _fetchcustomercartQue98.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''))))));
8560
8520
  };
8561
8521
  return /*#__PURE__*/React__default["default"].createElement("div", {
8562
8522
  className: 'row m-0 w-100 d-flex justify-content-center p-sm-0 '
@@ -8703,7 +8663,7 @@ var Checkout = function Checkout(props) {
8703
8663
  }, lang.name), /*#__PURE__*/React__default["default"].createElement("input", {
8704
8664
  type: 'text',
8705
8665
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
8706
- value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue91 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue91 === void 0 ? void 0 : (_fetchcustomercartQue92 = _fetchcustomercartQue91.data) === null || _fetchcustomercartQue92 === void 0 ? void 0 : _fetchcustomercartQue92.customercart.name,
8666
+ value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue99 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue99 === void 0 ? void 0 : (_fetchcustomercartQue100 = _fetchcustomercartQue99.data) === null || _fetchcustomercartQue100 === void 0 ? void 0 : _fetchcustomercartQue100.customercart.name,
8707
8667
  onChange: function onChange(event) {
8708
8668
  cartinfoupdater('name', event.target.value);
8709
8669
  },
@@ -8718,7 +8678,7 @@ var Checkout = function Checkout(props) {
8718
8678
  }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
8719
8679
  type: 'text',
8720
8680
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
8721
- value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue93 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue93 === void 0 ? void 0 : (_fetchcustomercartQue94 = _fetchcustomercartQue93.data) === null || _fetchcustomercartQue94 === void 0 ? void 0 : _fetchcustomercartQue94.customercart.mobile,
8681
+ value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue101 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue101 === void 0 ? void 0 : (_fetchcustomercartQue102 = _fetchcustomercartQue101.data) === null || _fetchcustomercartQue102 === void 0 ? void 0 : _fetchcustomercartQue102.customercart.mobile,
8722
8682
  onChange: function onChange(event) {
8723
8683
  cartinfoupdater('mobile', event.target.value);
8724
8684
  },
@@ -8733,7 +8693,7 @@ var Checkout = function Checkout(props) {
8733
8693
  }, lang.email), /*#__PURE__*/React__default["default"].createElement("input", {
8734
8694
  type: 'text',
8735
8695
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
8736
- value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue95 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue95 === void 0 ? void 0 : (_fetchcustomercartQue96 = _fetchcustomercartQue95.data) === null || _fetchcustomercartQue96 === void 0 ? void 0 : _fetchcustomercartQue96.customercart.email,
8696
+ value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue103 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue103 === void 0 ? void 0 : (_fetchcustomercartQue104 = _fetchcustomercartQue103.data) === null || _fetchcustomercartQue104 === void 0 ? void 0 : _fetchcustomercartQue104.customercart.email,
8737
8697
  onChange: function onChange(event) {
8738
8698
  cartinfoupdater('email', event.target.value);
8739
8699
  },
@@ -8777,8 +8737,8 @@ var Checkout = function Checkout(props) {
8777
8737
  return option.id;
8778
8738
  },
8779
8739
  value: fetchTabexCountriesQueryContext.data.data.countries.filter(function (option) {
8780
- var _fetchcustomercartQue97, _fetchcustomercartQue98;
8781
- return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue97 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue97 === void 0 ? void 0 : (_fetchcustomercartQue98 = _fetchcustomercartQue97.data) === null || _fetchcustomercartQue98 === void 0 ? void 0 : _fetchcustomercartQue98.customercart.countryid);
8740
+ var _fetchcustomercartQue105, _fetchcustomercartQue106;
8741
+ return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue105 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue105 === void 0 ? void 0 : (_fetchcustomercartQue106 = _fetchcustomercartQue105.data) === null || _fetchcustomercartQue106 === void 0 ? void 0 : _fetchcustomercartQue106.customercart.countryid);
8782
8742
  }),
8783
8743
  onChange: function onChange(option) {
8784
8744
  var tempFetchTabexStatesPayloadobjContext = _objectSpread$24({}, FetchTabexStatesPayloadobjContext);
@@ -8823,12 +8783,12 @@ var Checkout = function Checkout(props) {
8823
8783
  return option.id;
8824
8784
  },
8825
8785
  value: fetchTabexStatesQueryContext.data.data.states.filter(function (option) {
8826
- var _fetchcustomercartQue99, _fetchcustomercartQue100;
8827
- return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue99 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue99 === void 0 ? void 0 : (_fetchcustomercartQue100 = _fetchcustomercartQue99.data) === null || _fetchcustomercartQue100 === void 0 ? void 0 : _fetchcustomercartQue100.customercart.stateid);
8786
+ var _fetchcustomercartQue107, _fetchcustomercartQue108;
8787
+ return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue107 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue107 === void 0 ? void 0 : (_fetchcustomercartQue108 = _fetchcustomercartQue107.data) === null || _fetchcustomercartQue108 === void 0 ? void 0 : _fetchcustomercartQue108.customercart.stateid);
8828
8788
  }),
8829
8789
  onChange: function onChange(option) {
8830
- var _fetchcustomercartQue101, _fetchcustomercartQue102;
8831
- if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue101 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue101 === void 0 ? void 0 : (_fetchcustomercartQue102 = _fetchcustomercartQue101.data) === null || _fetchcustomercartQue102 === void 0 ? void 0 : _fetchcustomercartQue102.customercart.countryid.length) != 0) {
8790
+ var _fetchcustomercartQue109, _fetchcustomercartQue110;
8791
+ if (option.id.length != 0 && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue109 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue109 === void 0 ? void 0 : (_fetchcustomercartQue110 = _fetchcustomercartQue109.data) === null || _fetchcustomercartQue110 === void 0 ? void 0 : _fetchcustomercartQue110.customercart.countryid.length) != 0) {
8832
8792
  var tempFetchTabexStatesPayloadobjContext = _objectSpread$24({}, FetchTabexStatesPayloadobjContext);
8833
8793
  tempFetchTabexStatesPayloadobjContext.functype = 'cities';
8834
8794
  tempFetchTabexStatesPayloadobjContext.state_id = option.id;
@@ -8871,8 +8831,8 @@ var Checkout = function Checkout(props) {
8871
8831
  return option.id;
8872
8832
  },
8873
8833
  value: fetchTabexCitiesQueryContext.data.data.cities.filter(function (option) {
8874
- var _fetchcustomercartQue103, _fetchcustomercartQue104;
8875
- return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue103 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue103 === void 0 ? void 0 : (_fetchcustomercartQue104 = _fetchcustomercartQue103.data) === null || _fetchcustomercartQue104 === void 0 ? void 0 : _fetchcustomercartQue104.customercart.cityid);
8834
+ var _fetchcustomercartQue111, _fetchcustomercartQue112;
8835
+ return option.id == (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue111 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue111 === void 0 ? void 0 : (_fetchcustomercartQue112 = _fetchcustomercartQue111.data) === null || _fetchcustomercartQue112 === void 0 ? void 0 : _fetchcustomercartQue112.customercart.cityid);
8876
8836
  }),
8877
8837
  onChange: function onChange(option) {
8878
8838
  cartinfoupdater('cityid', option.id);
@@ -8887,7 +8847,7 @@ var Checkout = function Checkout(props) {
8887
8847
  }, langdetect == 'en' ? sectionproperties.shippingaddressen : sectionproperties.shippingaddressar), /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
8888
8848
  type: 'text',
8889
8849
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
8890
- value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue105 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue105 === void 0 ? void 0 : (_fetchcustomercartQue106 = _fetchcustomercartQue105.data) === null || _fetchcustomercartQue106 === void 0 ? void 0 : _fetchcustomercartQue106.customercart.address,
8850
+ value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue113 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue113 === void 0 ? void 0 : (_fetchcustomercartQue114 = _fetchcustomercartQue113.data) === null || _fetchcustomercartQue114 === void 0 ? void 0 : _fetchcustomercartQue114.customercart.address,
8891
8851
  onChange: function onChange(event) {
8892
8852
  cartinfoupdater('address', event.target.value);
8893
8853
  },
@@ -8902,7 +8862,7 @@ var Checkout = function Checkout(props) {
8902
8862
  }, langdetect == 'en' ? 'Notes' : 'الملاحظات'), /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
8903
8863
  type: 'text',
8904
8864
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
8905
- value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue107 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue107 === void 0 ? void 0 : (_fetchcustomercartQue108 = _fetchcustomercartQue107.data) === null || _fetchcustomercartQue108 === void 0 ? void 0 : _fetchcustomercartQue108.customercart.notes,
8865
+ value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue115 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue115 === void 0 ? void 0 : (_fetchcustomercartQue116 = _fetchcustomercartQue115.data) === null || _fetchcustomercartQue116 === void 0 ? void 0 : _fetchcustomercartQue116.customercart.notes,
8906
8866
  onChange: function onChange(event) {
8907
8867
  cartinfoupdater('notes', event.target.value);
8908
8868
  },
@@ -8917,7 +8877,7 @@ var Checkout = function Checkout(props) {
8917
8877
  }, langdetect == 'en' ? 'Affiliate code' : 'رمز المسوق'), /*#__PURE__*/React__default["default"].createElement("input", {
8918
8878
  type: 'number',
8919
8879
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
8920
- value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue109 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue109 === void 0 ? void 0 : (_fetchcustomercartQue110 = _fetchcustomercartQue109.data) === null || _fetchcustomercartQue110 === void 0 ? void 0 : (_fetchcustomercartQue111 = _fetchcustomercartQue110.customercart) === null || _fetchcustomercartQue111 === void 0 ? void 0 : _fetchcustomercartQue111.aff_code,
8880
+ value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue117 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue117 === void 0 ? void 0 : (_fetchcustomercartQue118 = _fetchcustomercartQue117.data) === null || _fetchcustomercartQue118 === void 0 ? void 0 : (_fetchcustomercartQue119 = _fetchcustomercartQue118.customercart) === null || _fetchcustomercartQue119 === void 0 ? void 0 : _fetchcustomercartQue119.aff_code,
8921
8881
  onChange: function onChange(event) {
8922
8882
  cartinfoupdater('aff_code', event.target.value);
8923
8883
  },
@@ -8948,10 +8908,10 @@ var Checkout = function Checkout(props) {
8948
8908
  id: 'codcheckbox',
8949
8909
  type: "checkbox",
8950
8910
  className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
8951
- checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue112 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue112 === void 0 ? void 0 : (_fetchcustomercartQue113 = _fetchcustomercartQue112.data) === null || _fetchcustomercartQue113 === void 0 ? void 0 : _fetchcustomercartQue113.customercart.paymentmethod) == 'cod' ? true : false,
8911
+ checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue120 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue120 === void 0 ? void 0 : (_fetchcustomercartQue121 = _fetchcustomercartQue120.data) === null || _fetchcustomercartQue121 === void 0 ? void 0 : _fetchcustomercartQue121.customercart.paymentmethod) == 'cod' ? true : false,
8952
8912
  onChange: function onChange() {
8953
- var _fetchcustomercartQue114, _fetchcustomercartQue115;
8954
- if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue114 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue114 === void 0 ? void 0 : (_fetchcustomercartQue115 = _fetchcustomercartQue114.data) === null || _fetchcustomercartQue115 === void 0 ? void 0 : _fetchcustomercartQue115.customercart.paymentmethod) != 'cod') {
8913
+ var _fetchcustomercartQue122, _fetchcustomercartQue123;
8914
+ if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue122 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue122 === void 0 ? void 0 : (_fetchcustomercartQue123 = _fetchcustomercartQue122.data) === null || _fetchcustomercartQue123 === void 0 ? void 0 : _fetchcustomercartQue123.customercart.paymentmethod) != 'cod') {
8955
8915
  cartinfoupdater('paymentmethod', 'cod');
8956
8916
  }
8957
8917
  }
@@ -8972,10 +8932,10 @@ var Checkout = function Checkout(props) {
8972
8932
  }, /*#__PURE__*/React__default["default"].createElement("input", {
8973
8933
  type: "checkbox",
8974
8934
  className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
8975
- checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue116 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue116 === void 0 ? void 0 : (_fetchcustomercartQue117 = _fetchcustomercartQue116.data) === null || _fetchcustomercartQue117 === void 0 ? void 0 : _fetchcustomercartQue117.customercart.paymentmethod) == 'cardondelivery' ? true : false,
8935
+ checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue124 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue124 === void 0 ? void 0 : (_fetchcustomercartQue125 = _fetchcustomercartQue124.data) === null || _fetchcustomercartQue125 === void 0 ? void 0 : _fetchcustomercartQue125.customercart.paymentmethod) == 'cardondelivery' ? true : false,
8976
8936
  onChange: function onChange() {
8977
- var _fetchcustomercartQue118, _fetchcustomercartQue119;
8978
- if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue118 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue118 === void 0 ? void 0 : (_fetchcustomercartQue119 = _fetchcustomercartQue118.data) === null || _fetchcustomercartQue119 === void 0 ? void 0 : _fetchcustomercartQue119.customercart.paymentmethod) != 'cardondelivery') {
8937
+ var _fetchcustomercartQue126, _fetchcustomercartQue127;
8938
+ if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue126 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue126 === void 0 ? void 0 : (_fetchcustomercartQue127 = _fetchcustomercartQue126.data) === null || _fetchcustomercartQue127 === void 0 ? void 0 : _fetchcustomercartQue127.customercart.paymentmethod) != 'cardondelivery') {
8979
8939
  cartinfoupdater('paymentmethod', 'cardondelivery');
8980
8940
  }
8981
8941
  }
@@ -8993,10 +8953,10 @@ var Checkout = function Checkout(props) {
8993
8953
  }, /*#__PURE__*/React__default["default"].createElement("input", {
8994
8954
  type: "checkbox",
8995
8955
  className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
8996
- checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue120 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue120 === void 0 ? void 0 : (_fetchcustomercartQue121 = _fetchcustomercartQue120.data) === null || _fetchcustomercartQue121 === void 0 ? void 0 : _fetchcustomercartQue121.customercart.paymentmethod) == 'onlinepayment' ? true : false,
8956
+ checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue128 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue128 === void 0 ? void 0 : (_fetchcustomercartQue129 = _fetchcustomercartQue128.data) === null || _fetchcustomercartQue129 === void 0 ? void 0 : _fetchcustomercartQue129.customercart.paymentmethod) == 'onlinepayment' ? true : false,
8997
8957
  onChange: function onChange() {
8998
- var _fetchcustomercartQue122, _fetchcustomercartQue123;
8999
- if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue122 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue122 === void 0 ? void 0 : (_fetchcustomercartQue123 = _fetchcustomercartQue122.data) === null || _fetchcustomercartQue123 === void 0 ? void 0 : _fetchcustomercartQue123.customercart.paymentmethod) != 'onlinepayment') {
8958
+ var _fetchcustomercartQue130, _fetchcustomercartQue131;
8959
+ if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue130 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue130 === void 0 ? void 0 : (_fetchcustomercartQue131 = _fetchcustomercartQue130.data) === null || _fetchcustomercartQue131 === void 0 ? void 0 : _fetchcustomercartQue131.customercart.paymentmethod) != 'onlinepayment') {
9000
8960
  cartinfoupdater('paymentmethod', 'onlinepayment');
9001
8961
  }
9002
8962
  }
@@ -9014,10 +8974,10 @@ var Checkout = function Checkout(props) {
9014
8974
  }, /*#__PURE__*/React__default["default"].createElement("input", {
9015
8975
  type: "checkbox",
9016
8976
  className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
9017
- checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue124 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue124 === void 0 ? void 0 : (_fetchcustomercartQue125 = _fetchcustomercartQue124.data) === null || _fetchcustomercartQue125 === void 0 ? void 0 : _fetchcustomercartQue125.customercart.paymentmethod) == 'valU' ? true : false,
8977
+ checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue132 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue132 === void 0 ? void 0 : (_fetchcustomercartQue133 = _fetchcustomercartQue132.data) === null || _fetchcustomercartQue133 === void 0 ? void 0 : _fetchcustomercartQue133.customercart.paymentmethod) == 'valU' ? true : false,
9018
8978
  onChange: function onChange() {
9019
- var _fetchcustomercartQue126, _fetchcustomercartQue127;
9020
- if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue126 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue126 === void 0 ? void 0 : (_fetchcustomercartQue127 = _fetchcustomercartQue126.data) === null || _fetchcustomercartQue127 === void 0 ? void 0 : _fetchcustomercartQue127.customercart.paymentmethod) != 'valU') {
8979
+ var _fetchcustomercartQue134, _fetchcustomercartQue135;
8980
+ if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue134 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue134 === void 0 ? void 0 : (_fetchcustomercartQue135 = _fetchcustomercartQue134.data) === null || _fetchcustomercartQue135 === void 0 ? void 0 : _fetchcustomercartQue135.customercart.paymentmethod) != 'valU') {
9021
8981
  cartinfoupdater('paymentmethod', 'valU');
9022
8982
  }
9023
8983
  }
@@ -9028,7 +8988,7 @@ var Checkout = function Checkout(props) {
9028
8988
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
9029
8989
  })), /*#__PURE__*/React__default["default"].createElement("p", {
9030
8990
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
9031
- }, " ValU")))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue128 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue128 === void 0 ? void 0 : (_fetchcustomercartQue129 = _fetchcustomercartQue128.data) === null || _fetchcustomercartQue129 === void 0 ? void 0 : _fetchcustomercartQue129.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
8991
+ }, " ValU")))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue136 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue136 === void 0 ? void 0 : (_fetchcustomercartQue137 = _fetchcustomercartQue136.data) === null || _fetchcustomercartQue137 === void 0 ? void 0 : _fetchcustomercartQue137.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
9032
8992
  className: "col-lg-12 p-0 w-100 mb-3"
9033
8993
  }, /*#__PURE__*/React__default["default"].createElement("div", {
9034
8994
  style: {
@@ -35570,7 +35530,7 @@ var Footer7 = function Footer7(props) {
35570
35530
  function ownKeys$1o(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
35571
35531
  function _objectSpread$1o(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1o(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1o(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
35572
35532
  var Footer8 = function Footer8(props) {
35573
- var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i8, _authdetailsContext$i9, _templatepropcontext$;
35533
+ var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16, _authdetailsContext$i19, _templatepropcontext$;
35574
35534
  var _useState = React.useState(''),
35575
35535
  _useState2 = _slicedToArray__default["default"](_useState, 2),
35576
35536
  sectionproperties = _useState2[0],
@@ -35868,39 +35828,52 @@ var Footer8 = function Footer8(props) {
35868
35828
  }
35869
35829
  }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React__default["default"].createElement("div", {
35870
35830
  "class": 'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'
35871
- }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
35872
- "class": "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ',
35831
+ }, sectionproperties.fbbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
35832
+ "class": langdetect == 'en' ? "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center mr-2 ' : "".concat(footerStyles.facebook_btn) + ' d-flex align-items-center justify-content-center ml-2 ',
35873
35833
  onClick: function onClick() {
35874
- var _authdetailsContext$i10;
35875
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.facebooklink) != null) {
35876
- var _authdetailsContext$i11;
35877
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink, '_blank');
35834
+ var _authdetailsContext$i11;
35835
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.facebooklink) != null) {
35836
+ var _authdetailsContext$i12;
35837
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.facebooklink, '_blank');
35878
35838
  }
35879
35839
  }
35880
35840
  }, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
35881
35841
  size: sectionproperties.facebkbtnniconfontsize
35882
- })), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
35883
- "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-3 mr-3 ',
35842
+ })), sectionproperties.instbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
35843
+ "class": "".concat(footerStyles.instgram_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
35884
35844
  onClick: function onClick() {
35885
- var _authdetailsContext$i12;
35886
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.instagramlink) != null) {
35887
- var _authdetailsContext$i13;
35888
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.instagramlink, '_blank');
35845
+ var _authdetailsContext$i14;
35846
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.instagramlink) != null) {
35847
+ var _authdetailsContext$i15;
35848
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.instagramlink, '_blank');
35889
35849
  }
35890
35850
  }
35891
35851
  }, /*#__PURE__*/React__default["default"].createElement(AiFillInstagram.AiFillInstagram, {
35892
35852
  size: sectionproperties.instgrambtniconfontsize
35893
- })), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
35894
- "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ',
35853
+ })), sectionproperties.youtbtn_show == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React__default["default"].createElement("div", {
35854
+ "class": "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2 mr-2 ',
35895
35855
  onClick: function onClick() {
35896
- var _authdetailsContext$i14;
35897
- if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.whatsappnumber) != null) {
35898
- var _authdetailsContext$i15;
35899
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.whatsappnumber), '_blank');
35856
+ var _authdetailsContext$i17;
35857
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
35858
+ var _authdetailsContext$i18;
35859
+ window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
35900
35860
  }
35901
35861
  }
35902
35862
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
35903
35863
  size: sectionproperties.youtubebtniconfontsize
35864
+ })), sectionproperties.tiktokshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.tiktoklink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
35865
+ "class": langdetect == 'en' ? "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center ml-2' : "".concat(footerStyles.youtube_btn) + ' d-flex align-items-center justify-content-center mr-2 '
35866
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
35867
+ ,
35868
+ onClick: function onClick() {
35869
+ var _authdetailsContext$i20;
35870
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.tiktoklink) != null) {
35871
+ var _authdetailsContext$i21;
35872
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.tiktoklink, '_blank');
35873
+ }
35874
+ }
35875
+ }, /*#__PURE__*/React__default["default"].createElement(IoLogoTiktok.IoLogoTiktok, {
35876
+ size: sectionproperties.youtubebtniconfontsize
35904
35877
  })))))), sectionproperties.showhidemainpages == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
35905
35878
  "class": "row m-0 allcentered"
35906
35879
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -36580,7 +36553,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
36580
36553
  function ownKeys$1l(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
36581
36554
  function _objectSpread$1l(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1l(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1l(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
36582
36555
  var ModernFooter = function ModernFooter(props) {
36583
- var _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i15, _authdetailsContext$i16;
36556
+ var _templatepropcontext$, _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i18, _authdetailsContext$i19;
36584
36557
  var _useState = React.useState(''),
36585
36558
  _useState2 = _slicedToArray__default["default"](_useState, 2),
36586
36559
  sectionproperties = _useState2[0],
@@ -36661,6 +36634,16 @@ var ModernFooter = function ModernFooter(props) {
36661
36634
  color: sectionproperties.instgrambtnTextcoloronhover
36662
36635
  }
36663
36636
  }),
36637
+ linkedin_btn: glamor.css({
36638
+ cursor: 'pointer',
36639
+ fontSize: sectionproperties.linkedinbtnfontsize + 'px',
36640
+ color: sectionproperties.linkedinbtnTextcolor,
36641
+ fontWeight: sectionproperties.footersubtitle__fontweight,
36642
+ transition: '.3s',
36643
+ ':hover': {
36644
+ color: sectionproperties.linkedinbtnTextcoloronhover
36645
+ }
36646
+ }),
36664
36647
  footerinfotext: glamor.css({
36665
36648
  fontSize: sectionproperties.footerinfotext_fontsize + 'px',
36666
36649
  color: sectionproperties.footerinfotext_color,
@@ -36823,7 +36806,21 @@ var ModernFooter = function ModernFooter(props) {
36823
36806
  }, sectionproperties.whatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
36824
36807
  "class": 'mr-2',
36825
36808
  size: sectionproperties.whatsappiconfontsize
36826
- }), sectionproperties.whatsapplinktext)))), /*#__PURE__*/React__default["default"].createElement("div", {
36809
+ }), sectionproperties.whatsapplinktext)), sectionproperties.linkedinbtnshow == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React__default["default"].createElement("div", {
36810
+ "class": "col-lg-12 d-flex justify-content-start align-items-center p-0 mb-1"
36811
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
36812
+ "class": footerStyles.linkedin_btn + ' m-0 p-0 d-flex align-items-center ',
36813
+ onClick: function onClick() {
36814
+ var _authdetailsContext$i11;
36815
+ if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
36816
+ var _authdetailsContext$i12;
36817
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
36818
+ }
36819
+ }
36820
+ }, sectionproperties.linkedinbtniconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement(AiOutlineLinkedin.AiOutlineLinkedin, {
36821
+ "class": 'mr-2',
36822
+ size: sectionproperties.linkedinbtniconfontsize
36823
+ }), sectionproperties.linkedinlinktext)))), /*#__PURE__*/React__default["default"].createElement("div", {
36827
36824
  "class": sectionproperties.showdownloadsection == 'Show' || sectionproperties.showpaymentfooter == 'Show' ? 'col-lg-3 col-md-12 col-sm-12 mt-md-3' : 'col-lg-4 col-md-12 col-sm-12 mt-md-3'
36828
36825
  }, /*#__PURE__*/React__default["default"].createElement("div", {
36829
36826
  "class": "row m-0 w-100"
@@ -36846,7 +36843,7 @@ var ModernFooter = function ModernFooter(props) {
36846
36843
  }
36847
36844
  }, /*#__PURE__*/React__default["default"].createElement(IoLocationSharp.IoLocationSharp, {
36848
36845
  size: sectionproperties.footerinfoicon_fontsize
36849
- })), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36846
+ })), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.address_en)), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36850
36847
  "class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
36851
36848
  onClick: function onClick() {
36852
36849
  window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
@@ -36865,14 +36862,14 @@ var ModernFooter = function ModernFooter(props) {
36865
36862
  }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber)), sectionproperties.showfooteremail == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36866
36863
  "class": "".concat(footerStyles.footerinfotext) + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-1 p-0 ',
36867
36864
  onClick: function onClick() {
36868
- var _authdetailsContext$i11, _authdetailsContext$i12;
36869
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : (_authdetailsContext$i12 = _authdetailsContext$i11.contactinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.email), '_self');
36865
+ var _authdetailsContext$i14, _authdetailsContext$i15;
36866
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : (_authdetailsContext$i15 = _authdetailsContext$i14.contactinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.email), '_self');
36870
36867
  }
36871
36868
  }, /*#__PURE__*/React__default["default"].createElement("p", {
36872
36869
  "class": ' footerinfotext d-flex align-items-center justify-content-start m-0 p-0 cursor-pointer ',
36873
36870
  onClick: function onClick() {
36874
- var _authdetailsContext$i13, _authdetailsContext$i14;
36875
- window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : (_authdetailsContext$i14 = _authdetailsContext$i13.contactinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.email), '_self');
36871
+ var _authdetailsContext$i16, _authdetailsContext$i17;
36872
+ window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : (_authdetailsContext$i17 = _authdetailsContext$i16.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.email), '_self');
36876
36873
  },
36877
36874
  style: {
36878
36875
  textTransform: 'none'
@@ -36883,7 +36880,7 @@ var ModernFooter = function ModernFooter(props) {
36883
36880
  marginRight: langdetect == 'en' ? '0.5rem' : 0,
36884
36881
  marginLeft: langdetect == 'ar' ? '0.5rem' : 0
36885
36882
  }
36886
- }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : (_authdetailsContext$i16 = _authdetailsContext$i15.contactinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36883
+ }), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : (_authdetailsContext$i19 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.email)))), sectionproperties.showdownloadsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36887
36884
  "class": "col-lg-3 col-md-12 col-sm-12 mt-md-3"
36888
36885
  }, /*#__PURE__*/React__default["default"].createElement("div", {
36889
36886
  className: "col-lg-12 p-0 d-flex justify-content-start mb-3"
@@ -36895,15 +36892,15 @@ var ModernFooter = function ModernFooter(props) {
36895
36892
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-flex d-md-none ',
36896
36893
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
36897
36894
  onClick: function onClick() {
36898
- var _authdetailsContext$i17;
36899
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.mobileapplink_appstore, '_blank');
36895
+ var _authdetailsContext$i20;
36896
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.mobileapplink_appstore, '_blank');
36900
36897
  }
36901
36898
  }), /*#__PURE__*/React__default["default"].createElement("img", {
36902
36899
  "class": "".concat(footerStyles.apptore) + ' cursor-pointer d-none d-md-flex ',
36903
36900
  src: 'https://tabex-co.com/storage/StaticImages/appstore.png',
36904
36901
  onClick: function onClick() {
36905
- var _authdetailsContext$i18;
36906
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.mobileapplink_appstore, '_blank');
36902
+ var _authdetailsContext$i21;
36903
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.mobileapplink_appstore, '_blank');
36907
36904
  }
36908
36905
  })), /*#__PURE__*/React__default["default"].createElement("div", {
36909
36906
  "class": 'col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start'
@@ -36911,15 +36908,15 @@ var ModernFooter = function ModernFooter(props) {
36911
36908
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-flex d-md-none ',
36912
36909
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
36913
36910
  onClick: function onClick() {
36914
- var _authdetailsContext$i19;
36915
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.mobileapplink_playstore, '_blank');
36911
+ var _authdetailsContext$i22;
36912
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.mobileapplink_playstore, '_blank');
36916
36913
  }
36917
36914
  }), /*#__PURE__*/React__default["default"].createElement("img", {
36918
36915
  "class": "".concat(footerStyles.playstore) + ' cursor-pointer d-none d-md-flex ',
36919
36916
  src: 'https://tabex-co.com/storage/StaticImages/googleplay.png',
36920
36917
  onClick: function onClick() {
36921
- var _authdetailsContext$i20;
36922
- window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.mobileapplink_playstore, '_blank');
36918
+ var _authdetailsContext$i23;
36919
+ window.open(authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.mobileapplink_playstore, '_blank');
36923
36920
  }
36924
36921
  }))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36925
36922
  "class": "col-lg-3 col-md-12 col-sm-12 mt-md-3 px-lg-5 px-md-2",
@@ -42869,7 +42866,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
42869
42866
  _useState6 = _slicedToArray__default["default"](_useState5, 2),
42870
42867
  imagesarray = _useState6[0],
42871
42868
  setimagesarray = _useState6[1];
42872
- var lang = props.actions.lang;
42869
+ props.actions.lang;
42873
42870
  var langdetect = props.actions.langdetect;
42874
42871
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
42875
42872
  var ikimagecredcontext = props.actions.ikimagecredcontext;
@@ -42996,29 +42993,6 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
42996
42993
  }
42997
42994
  })
42998
42995
  };
42999
- var countries = [{
43000
- value: 'egypt',
43001
- label: 'Egypt'
43002
- }, {
43003
- value: 'algeria',
43004
- label: 'Algeria'
43005
- }, {
43006
- value: 'georgia',
43007
- label: 'Georgia'
43008
- }];
43009
- var states = [{
43010
- value: 'cairo',
43011
- label: 'Cairo'
43012
- }, {
43013
- vlaue: 'giza',
43014
- label: 'Giza'
43015
- }, {
43016
- vlaue: 'chlef',
43017
- label: 'Chlef'
43018
- }, {
43019
- vlaue: 'alabama',
43020
- label: 'Alabama'
43021
- }];
43022
42996
  return /*#__PURE__*/React__default["default"].createElement("div", {
43023
42997
  "class": sectionstyles.container + ' allcentered mx-md-0 '
43024
42998
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -43095,37 +43069,7 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
43095
43069
  fontWeight: sectionproperties.formRightTextFontWeight2,
43096
43070
  textAlign: langdetect == 'en' ? 'left' : 'right'
43097
43071
  }
43098
- }, langdetect == 'en' ? sectionproperties.formRightText2 : sectionproperties.formRightText2_ar), /*#__PURE__*/React__default["default"].createElement("div", {
43099
- "class": "row m-0 w-100 mt-2"
43100
- }, /*#__PURE__*/React__default["default"].createElement("div", {
43101
- className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-12 col-md-12 col-sm-12 mb-3 p-0 '
43102
- }, /*#__PURE__*/React__default["default"].createElement("label", {
43103
- className: "".concat(sectionstyles.input_label_name) + ' m-0 '
43104
- }, lang.country), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
43105
- options: countries,
43106
- styles: langdetect == 'en' ? defaultstylestransparent : defaultstylestranslatedtransparent
43107
- })), /*#__PURE__*/React__default["default"].createElement("div", {
43108
- className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-12 col-md-12 col-sm-12 mb-3 p-0 '
43109
- }, /*#__PURE__*/React__default["default"].createElement("label", {
43110
- className: "".concat(sectionstyles.input_label_name) + ' m-0 '
43111
- }, langdetect == 'en' ? 'State' : 'الولاية'), /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
43112
- options: states,
43113
- styles: langdetect == 'en' ? defaultstylestransparent : defaultstylestranslatedtransparent
43114
- })), /*#__PURE__*/React__default["default"].createElement("div", {
43115
- className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-12 col-md-12 col-sm-12 mb-3 p-0 '
43116
- }, /*#__PURE__*/React__default["default"].createElement("label", {
43117
- className: "".concat(sectionstyles.input_label_name) + ' m-0 '
43118
- }, langdetect == 'en' ? 'From' : 'من'), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("input", {
43119
- className: "".concat(sectionstyles.dateInput),
43120
- type: "date"
43121
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
43122
- className: "".concat(langdetect == 'en' ? 'text-left' : 'text-right') + ' col-lg-12 col-md-12 col-sm-12 mb-3 p-0 '
43123
- }, /*#__PURE__*/React__default["default"].createElement("label", {
43124
- className: "".concat(sectionstyles.input_label_name) + ' m-0 '
43125
- }, langdetect == 'en' ? 'To' : 'إلى'), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("input", {
43126
- className: "".concat(sectionstyles.dateInput),
43127
- type: "date"
43128
- })))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43072
+ }, langdetect == 'en' ? sectionproperties.formRightText2 : sectionproperties.formRightText2_ar), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43129
43073
  "class": "row m-0 w-100 justify-content-center"
43130
43074
  }, /*#__PURE__*/React__default["default"].createElement("button", {
43131
43075
  "class": sectionstyles.btnstyles + ' allcentered '
@@ -43208,13 +43152,13 @@ var BackgroundImageWithTopContent = function BackgroundImageWithTopContent(props
43208
43152
  formatLabel: function formatLabel(value) {
43209
43153
  return "".concat(value);
43210
43154
  },
43211
- maxValue: 10000,
43212
- minValue: 0,
43155
+ maxValue: parseInt(sectionproperties.filterpricemaxvalue),
43156
+ minValue: parseInt(sectionproperties.filterpriceminvalue),
43213
43157
  value: pricevalue,
43214
43158
  onChange: function onChange(value) {
43215
43159
  setpricevalue(_objectSpread$15({}, value));
43216
43160
  }
43217
- })), /*#__PURE__*/React__default["default"].createElement("div", null)))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43161
+ }))))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
43218
43162
  "class": "col-lg-12 p-0 allcentered mt-3"
43219
43163
  }, /*#__PURE__*/React__default["default"].createElement("button", {
43220
43164
  "class": sectionstyles.btnstyles + ' allcentered ',