tabexseriescomponents 0.0.35 → 0.0.39

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
@@ -2,7 +2,14 @@
2
2
 
3
3
  var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
4
4
  var React = require('react');
5
+ var _classCallCheck = require('@babel/runtime/helpers/classCallCheck');
6
+ var _createClass = require('@babel/runtime/helpers/createClass');
7
+ var _assertThisInitialized = require('@babel/runtime/helpers/assertThisInitialized');
8
+ var _inherits = require('@babel/runtime/helpers/inherits');
9
+ var _possibleConstructorReturn = require('@babel/runtime/helpers/possibleConstructorReturn');
10
+ var _getPrototypeOf = require('@babel/runtime/helpers/getPrototypeOf');
5
11
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
12
+ var Cookies = require('universal-cookie');
6
13
  var ai = require('react-icons/ai');
7
14
  var reactCssfxLoading = require('react-cssfx-loading');
8
15
  var glamor = require('glamor');
@@ -21,6 +28,9 @@ var fi = require('react-icons/fi');
21
28
  var md = require('react-icons/md');
22
29
  var io = require('react-icons/io');
23
30
  var cg = require('react-icons/cg');
31
+ var TextareaAutosize = require('react-textarea-autosize');
32
+ var Select = require('react-select');
33
+ var gr = require('react-icons/gr');
24
34
  var reactAccessibleAccordion = require('react-accessible-accordion');
25
35
  var Dropdown = require('react-bootstrap/Dropdown');
26
36
  var reactIntersectionObserver = require('react-intersection-observer');
@@ -38,10 +48,19 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
38
48
 
39
49
  var _slicedToArray__default = /*#__PURE__*/_interopDefaultLegacy(_slicedToArray);
40
50
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
51
+ var _classCallCheck__default = /*#__PURE__*/_interopDefaultLegacy(_classCallCheck);
52
+ var _createClass__default = /*#__PURE__*/_interopDefaultLegacy(_createClass);
53
+ var _assertThisInitialized__default = /*#__PURE__*/_interopDefaultLegacy(_assertThisInitialized);
54
+ var _inherits__default = /*#__PURE__*/_interopDefaultLegacy(_inherits);
55
+ var _possibleConstructorReturn__default = /*#__PURE__*/_interopDefaultLegacy(_possibleConstructorReturn);
56
+ var _getPrototypeOf__default = /*#__PURE__*/_interopDefaultLegacy(_getPrototypeOf);
41
57
  var _defineProperty__default = /*#__PURE__*/_interopDefaultLegacy(_defineProperty);
58
+ var Cookies__default = /*#__PURE__*/_interopDefaultLegacy(Cookies);
42
59
  var jwtDecode__default = /*#__PURE__*/_interopDefaultLegacy(jwtDecode);
43
60
  var FacebookLogin__default = /*#__PURE__*/_interopDefaultLegacy(FacebookLogin);
44
61
  var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
62
+ var TextareaAutosize__default = /*#__PURE__*/_interopDefaultLegacy(TextareaAutosize);
63
+ var Select__default = /*#__PURE__*/_interopDefaultLegacy(Select);
45
64
  var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
46
65
  var BackgroundSlideshow__default = /*#__PURE__*/_interopDefaultLegacy(BackgroundSlideshow);
47
66
  var _extends__default = /*#__PURE__*/_interopDefaultLegacy(_extends);
@@ -78,6 +97,283 @@ var AwesomeButton = function AwesomeButton(props) {
78
97
  }, "123sdasdasdadsd", children.toUpperCase());
79
98
  };
80
99
 
100
+ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf__default["default"](Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf__default["default"](this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn__default["default"](this, result); }; }
101
+
102
+ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
103
+ var LanguageContext$1 = /*#__PURE__*/React__default["default"].createContext();
104
+ var LanguageProvider = /*#__PURE__*/function (_Component) {
105
+ _inherits__default["default"](LanguageProvider, _Component);
106
+
107
+ var _super = _createSuper(LanguageProvider);
108
+
109
+ function LanguageProvider(props) {
110
+ var _en, _ar;
111
+
112
+ var _this;
113
+
114
+ _classCallCheck__default["default"](this, LanguageProvider);
115
+
116
+ _this = _super.call(this, props);
117
+
118
+ _defineProperty__default["default"](_assertThisInitialized__default["default"](_this), "setlang", function (key) {
119
+ var cookies = new Cookies__default["default"]();
120
+ cookies.set('sitelang', key, {
121
+ path: '/'
122
+ });
123
+
124
+ _this.setState({
125
+ langdetect: key
126
+ });
127
+
128
+ window.location.reload();
129
+ });
130
+
131
+ _this.state = {
132
+ lang: {
133
+ en: (_en = {
134
+ workinghours: 'Working Hours',
135
+ english: 'English',
136
+ arabic: 'Arabic',
137
+ hello: 'Hello',
138
+ // Static Pages
139
+ orderhistory: 'Previous orders',
140
+ policies: 'Policies',
141
+ wishlist: 'Wishlist',
142
+ mywishlist: 'My wishlist',
143
+ accountinformation: 'Account information',
144
+ account: 'Account',
145
+ viewcart: 'View cart',
146
+ cart: 'Cart',
147
+ myshoppingcart: 'My shopping cart',
148
+ previousorders: 'Previous orders',
149
+ checkout: 'Checkout',
150
+ mycart: 'My cart',
151
+ login: 'Login',
152
+ signup: 'Signup',
153
+ // General
154
+ inprogress: 'In progress',
155
+ status: 'Status',
156
+ excludingdelivery: 'Excluding delivery',
157
+ stayconnected: 'Stay connected',
158
+ availability: 'Availability',
159
+ available: 'Available',
160
+ limitedquantity: 'Limited quantity',
161
+ securepayment: 'Secure payment',
162
+ trustedshipping: 'Trusted shipping',
163
+ callus: 'CALL US',
164
+ returnpolicy: 'Return policy',
165
+ shippingpolicy: 'Shipping policy',
166
+ deliverto: 'Deliver to',
167
+ support247: 'Support 24/7',
168
+ select: 'Select',
169
+ usefullinks: 'Useful links',
170
+ helpcenter: 'Help center',
171
+ loggedinas: 'Logged in as',
172
+ // Buttons
173
+ logout: 'Logout',
174
+ addtocart: 'Add to cart',
175
+ addtofavorites: 'Add to favorites',
176
+ removefromfav: 'Remove from favorites',
177
+ description: 'Description',
178
+ showmore: 'Show more',
179
+ remove: 'Remove',
180
+ shopbycategory: 'shop by category',
181
+ confirmorder: 'Confirm Order',
182
+ continuetopayment: 'Continue To Payment',
183
+ doyouhavepromocode: 'Do you have a promo code?',
184
+ loginwithfacebook: 'Sign in with facebook',
185
+ orsigninwith: 'Or Sign in with',
186
+ orsignupwith: 'Or Sign up with',
187
+ // Products
188
+ price: 'Price',
189
+ relatedproducts: 'Related products',
190
+ qty: 'QTY',
191
+ emptyshoppingcart: 'Your shopping cart is empty',
192
+ shopnow: 'Shop now',
193
+ total: 'Total',
194
+ otherinformation: 'Other information',
195
+ productname: 'Product name',
196
+ quantity: 'Quantity',
197
+ // Orders
198
+ orderid: 'Order ID',
199
+ numberofproducts: 'Number of products',
200
+ checkyourorder: 'Check your order',
201
+ // Placeholders
202
+ searchproducts: 'Search for products...',
203
+ choosecity: 'Choose city',
204
+ choosestategov: 'Choose state/governorate',
205
+ choosecountry: 'Choose country',
206
+ giftcarddicountcode: 'Gift Card Or Discount Code...',
207
+ nosearchresults: 'No search results',
208
+ sale: 'Sale',
209
+ //
210
+ nofavoriteproducts: 'Your wishlist is empty',
211
+ // Notifications
212
+ loggedoutsuccess: 'Logged out successfully',
213
+ addedtocartsuccess: 'Cart is updated successfully',
214
+ promocodeapplied: 'Promo code is applied.',
215
+ promocoderemoved: 'Promo code is removed',
216
+ countryandstateupdatedsuccess: 'Country and state are updated successfully',
217
+ orderaddedsuccess: 'Order is added successfully',
218
+ addedtowishlist: 'Product is added to your wishlist',
219
+ productrmovedfromwishlist: 'Product is removed from your wishlist',
220
+ fillthemissingfields: 'Please complete the missing fields',
221
+ passwordsdontmatch: "Passwords don't match",
222
+ loggedinsuccess: 'Logged in successfully',
223
+ // Checkout
224
+ subtotal: 'Sub total',
225
+ discount: 'Discount',
226
+ outofzone: 'Out of zone'
227
+ }, _defineProperty__default["default"](_en, "total", 'Total'), _defineProperty__default["default"](_en, "cod", 'Cash on Delivery'), _defineProperty__default["default"](_en, "cardondelivery", 'Credit Card On Delivery'), _defineProperty__default["default"](_en, "onlinepayment", 'Online Payment'), _defineProperty__default["default"](_en, "paymentcardinformation", 'Payment Card Information'), _defineProperty__default["default"](_en, "shippingfees", 'Shipping fees'), _defineProperty__default["default"](_en, "shippingaddress", 'Shipping address'), _defineProperty__default["default"](_en, "cardnumber", 'Card number'), _defineProperty__default["default"](_en, "year", 'Year'), _defineProperty__default["default"](_en, "month", 'Month'), _defineProperty__default["default"](_en, "cvv", 'CVV'), _defineProperty__default["default"](_en, "nameoncard", 'Name On Card'), _defineProperty__default["default"](_en, "country", 'Country'), _defineProperty__default["default"](_en, "addressdetails", 'ِAddress details'), _defineProperty__default["default"](_en, "stategov", 'State/Governorate'), _defineProperty__default["default"](_en, "city", 'City'), _defineProperty__default["default"](_en, "paymentmethod", 'Payment method'), _defineProperty__default["default"](_en, "productimage", 'Product image'), _defineProperty__default["default"](_en, "orderdetails", 'Order details'), _defineProperty__default["default"](_en, "orderinvoice", 'Order invoice'), _defineProperty__default["default"](_en, "promocodediscount", 'Promo code discount'), _defineProperty__default["default"](_en, "address", 'Address'), _defineProperty__default["default"](_en, "signup", 'Signup'), _defineProperty__default["default"](_en, "update", 'Update'), _defineProperty__default["default"](_en, "phonenumber", 'Mobile number'), _defineProperty__default["default"](_en, "completerequiredfields", 'Please complete all required fields'), _defineProperty__default["default"](_en, "name", 'Name'), _defineProperty__default["default"](_en, "email", 'Email'), _defineProperty__default["default"](_en, "password", 'Password'), _defineProperty__default["default"](_en, "confirmpassword", 'Confirm password'), _defineProperty__default["default"](_en, "showmore", 'Show more'), _defineProperty__default["default"](_en, "showless", 'Show less'), _defineProperty__default["default"](_en, "contactdetails", 'Contact Information'), _defineProperty__default["default"](_en, "asaguest", 'As a guest'), _defineProperty__default["default"](_en, "choosecountryfirst", 'Please choose country first'), _defineProperty__default["default"](_en, "security", 'Security'), _defineProperty__default["default"](_en, "personalinformation", 'Personal Information'), _defineProperty__default["default"](_en, "contactus", 'Contact us'), _defineProperty__default["default"](_en, "slogan", 'Your website & mobile application in one place'), _en),
228
+ ar: (_ar = {
229
+ workinghours: 'مواعيد العمل',
230
+ english: 'لغه إنجليزيه',
231
+ arabic: 'لغه عربيه',
232
+ hello: 'مرحبا',
233
+ // Static Pages
234
+ orderhistory: 'الطلبات السابقة',
235
+ policies: 'السياسات',
236
+ wishlist: 'المفضلات',
237
+ mywishlist: 'مفضلاتى',
238
+ accountinformation: 'الملف الشخصي',
239
+ account: 'الملف الشخصي',
240
+ viewcart: 'حقيبة التسوق',
241
+ cart: 'حقيبة التسوق',
242
+ myshoppingcart: 'حقيبة التسوق',
243
+ previousorders: 'الطلبات السابقة',
244
+ checkout: 'الدفع',
245
+ mycart: 'عربة التسوق',
246
+ login: 'تسجيل الدخول',
247
+ signup: 'إنشاء الحساب',
248
+ // General
249
+ inprogress: 'جارى',
250
+ status: 'الحالة',
251
+ excludingdelivery: 'غير شامل سعر الشحن',
252
+ stayconnected: 'ابق على اتصال بنا',
253
+ availability: 'توافر المنتج',
254
+ available: 'متوافر',
255
+ limitedquantity: 'كمية محدودة',
256
+ securepayment: 'دفع امن',
257
+ trustedshipping: 'شحن امن',
258
+ callus: 'إتصل بنا',
259
+ returnpolicy: 'سياسة الإستبدال و الإسترجاع',
260
+ shippingpolicy: 'سياسة الشحن',
261
+ deliverto: 'التوصيل إلى',
262
+ support247: 'متواجدون 24/7',
263
+ select: 'إختر',
264
+ usefullinks: 'روابط هامة',
265
+ helpcenter: 'مركز الخدمات',
266
+ loggedinas: 'البيانات المسجلة',
267
+ // Buttons
268
+ logout: 'تسجيل الخروج',
269
+ addtocart: 'اضف لسلة التسوق',
270
+ addtofavorites: 'اضف إلى المفضلات',
271
+ removefromfav: 'حذف من المفضلات',
272
+ description: 'التفاصيل',
273
+ showmore: 'تفاصيل اخري',
274
+ remove: 'حذف',
275
+ shopbycategory: 'تسوق بالمجموعات',
276
+ confirmorder: 'تأكيد الطلب',
277
+ continuetopayment: 'الدفع',
278
+ doyouhavepromocode: 'هل لديك كود خصم',
279
+ loginwithfacebook: 'تسجيل الدخول عن طريق فيسبوك',
280
+ orsigninwith: 'او تسجيل الدخول عن طريق',
281
+ orsignupwith: 'او انشاء حساب عن طريق',
282
+ // Products
283
+ price: 'السعر',
284
+ relatedproducts: 'منتجات ذات صلة',
285
+ qty: 'الكمية',
286
+ emptyshoppingcart: 'حقيبة التسوق فارغة',
287
+ shopnow: 'تسوق الان',
288
+ total: 'الإجمالى',
289
+ otherinformation: 'معلومات اخرى',
290
+ productname: 'إسم المنتج',
291
+ quantity: 'الكمية',
292
+ // Orders
293
+ orderid: 'رقم الطلب',
294
+ numberofproducts: 'عدد المنتجات',
295
+ checkyourorder: 'الذهاب إلى طلبك',
296
+ // Placeholders
297
+ searchproducts: 'ابحث...',
298
+ choosecity: 'إختر المدينة',
299
+ choosestategov: 'إختر المحافظة/الولاية',
300
+ choosecountry: 'إختر البلد',
301
+ giftcarddicountcode: 'كود خصم',
302
+ nosearchresults: 'لا توجد نتائج',
303
+ sale: 'خصم',
304
+ //
305
+ nofavoriteproducts: 'لا توجد منتجات مفضلة',
306
+ // Notifications
307
+ loggedoutsuccess: 'تم تسجيل الخروج',
308
+ addedtocartsuccess: 'تم إضافة المنتج لعربة التسوق',
309
+ promocodeapplied: 'تم تطبيق كود الخصم',
310
+ promocoderemoved: 'تم حذف كود الخصم',
311
+ countryandstateupdatedsuccess: 'تم تحديث البلد و المدينة',
312
+ orderaddedsuccess: 'تم إضافة الطلب',
313
+ addedtowishlist: 'تم إضافة المنتج فى المفضلات',
314
+ productrmovedfromwishlist: 'تم حذف المنتج من المفضلات',
315
+ fillthemissingfields: 'من فضلك اكمل باقى البيانات',
316
+ passwordsdontmatch: 'كلمات السر لا تتطابق',
317
+ loggedinsuccess: 'تم تسجيل الدخول',
318
+ // Checkout
319
+ subtotal: 'إجمالي المبلغ',
320
+ discount: 'الخصم',
321
+ outofzone: 'خارج نطاق الشحن'
322
+ }, _defineProperty__default["default"](_ar, "total", 'المبلغ الكلي'), _defineProperty__default["default"](_ar, "cod", 'الدفع عند الإستلام'), _defineProperty__default["default"](_ar, "cardondelivery", 'الدفع بالطاقة الائتمانية عند الإستلام'), _defineProperty__default["default"](_ar, "onlinepayment", 'الدفع الإلكترونى'), _defineProperty__default["default"](_ar, "paymentcardinformation", 'بيانات البطاقة'), _defineProperty__default["default"](_ar, "shippingfees", 'مصاريف الشحن'), _defineProperty__default["default"](_ar, "shippingaddress", 'عنوان الشحن'), _defineProperty__default["default"](_ar, "cardnumber", 'رقم البطاقة'), _defineProperty__default["default"](_ar, "year", 'السنة'), _defineProperty__default["default"](_ar, "month", 'الشهر'), _defineProperty__default["default"](_ar, "cvv", 'رقم البطاقة'), _defineProperty__default["default"](_ar, "nameoncard", 'الإسم على البطاقة'), _defineProperty__default["default"](_ar, "country", 'البلد'), _defineProperty__default["default"](_ar, "addressdetails", 'العنوان'), _defineProperty__default["default"](_ar, "stategov", 'المحافظة/الولاية'), _defineProperty__default["default"](_ar, "city", 'المدينة'), _defineProperty__default["default"](_ar, "paymentmethod", 'طريقة الدفع'), _defineProperty__default["default"](_ar, "productimage", 'صورة المنتج'), _defineProperty__default["default"](_ar, "orderdetails", 'تفاصيل الطلب'), _defineProperty__default["default"](_ar, "orderinvoice", 'فاتورة الطلب'), _defineProperty__default["default"](_ar, "promocodediscount", 'كود الخصم'), _defineProperty__default["default"](_ar, "address", 'العنوان'), _defineProperty__default["default"](_ar, "signup", 'إنشاء الحساب'), _defineProperty__default["default"](_ar, "update", 'تحديث'), _defineProperty__default["default"](_ar, "phonenumber", 'الهاتف'), _defineProperty__default["default"](_ar, "completerequiredfields", 'من فضلك اكمل البيانات الإجبارية'), _defineProperty__default["default"](_ar, "name", 'الإسم'), _defineProperty__default["default"](_ar, "email", 'البريد الإلكترونى'), _defineProperty__default["default"](_ar, "password", 'كلمة السر'), _defineProperty__default["default"](_ar, "confirmpassword", 'تأكيد كلمة السر'), _defineProperty__default["default"](_ar, "showless", 'اعرض اقل'), _defineProperty__default["default"](_ar, "showmore", 'اعرض المزيد'), _defineProperty__default["default"](_ar, "contactdetails", 'معلومات التواصل'), _defineProperty__default["default"](_ar, "asaguest", 'كزائر'), _defineProperty__default["default"](_ar, "choosecountryfirst", 'من فضلك اختر البلد اولاً'), _defineProperty__default["default"](_ar, "security", 'الخصوصية و الأمان'), _defineProperty__default["default"](_ar, "personalinformation", 'البيانات الشخصية'), _defineProperty__default["default"](_ar, "contactus", 'تواصل معنا'), _defineProperty__default["default"](_ar, "slogan", 'موقعك و تطبيقك فى مكان واحد'), _ar)
323
+ },
324
+ langdetect: 'en',
325
+ setlang: _this.setlang
326
+ };
327
+ return _this;
328
+ }
329
+
330
+ _createClass__default["default"](LanguageProvider, [{
331
+ key: "componentDidMount",
332
+ value: function componentDidMount() {
333
+ var cookies = new Cookies__default["default"]();
334
+ var lastlangselected = cookies.get('sitelang');
335
+
336
+ if (lastlangselected == 'en') {
337
+ this.setState({
338
+ langdetect: 'en'
339
+ });
340
+ } else if (lastlangselected == 'ar') {
341
+ this.setState({
342
+ langdetect: 'ar'
343
+ });
344
+ } else {
345
+ this.setState({
346
+ langdetect: 'en'
347
+ });
348
+ }
349
+ }
350
+ }, {
351
+ key: "render",
352
+ value: function render() {
353
+ var setlang = this.state.setlang;
354
+ var lang = '';
355
+
356
+ if (this.state.langdetect == 'en') {
357
+ lang = this.state.lang.en; // window.document.body.setAttribute('dir', 'ltr');
358
+ } else if (this.state.langdetect == 'ar') {
359
+ lang = this.state.lang.ar; // window.document.body.setAttribute('dir', 'rtl');
360
+ }
361
+
362
+ var langdetect = this.state.langdetect;
363
+ return /*#__PURE__*/React__default["default"].createElement(LanguageContext$1.Provider, {
364
+ value: {
365
+ lang: lang,
366
+ setlang: setlang,
367
+ langdetect: langdetect
368
+ }
369
+ }, this.props.children);
370
+ }
371
+ }]);
372
+
373
+ return LanguageProvider;
374
+ }(React.Component);
375
+ LanguageContext$1.Consumer;
376
+
81
377
  function styleInject(css, ref) {
82
378
  if ( ref === void 0 ) ref = {};
83
379
  var insertAt = ref.insertAt;
@@ -105,9 +401,9 @@ function styleInject(css, ref) {
105
401
  }
106
402
  }
107
403
 
108
- var css_248z$w = ".login-module_login_input_icon__hETpJ {\n font-size: 15px;\n color: #999999;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n position: absolute;\n border-radius: 25px;\n bottom: 10px;\n left: 0;\n padding-left: 15px;\n pointer-events: none;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n.login-module_login_input_icontrans__8whFD{\n font-size: 15px;\n color: #999999;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n position: absolute;\n border-radius: 25px;\n bottom: 10px;\n right: 5;\n pointer-events: none;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n\n}\n.login-module_form_control__-41tV:focus + .login-module_login_input_icontrans__8whFD {\n padding-right: 10px;\n}\n\n@media screen and (max-width: 500px) {\n .login-module_form_control__-41tV {\n /* padding: 0 5px !important; */\n }\n .login-module_login_input_icon__hETpJ {\n padding-left: 0 !important;\n }\n .login-module_rightContainer__Nt9tD {\n border-radius: 0 0 15px 15px !important;\n }\n .login-module_leftcontainer__Rlat- {\n border-radius: 15px 15px 0 0 !important;\n }\n}\n.login-module_form_control__-41tV:focus {\n -webkit-animation: login-module_anim-shadow__4SiKH 0.5s ease-in-out forwards;\n animation: login-module_anim-shadow__4SiKH 0.5s ease-in-out forwards;\n}\n.login-module_form_control__-41tV:focus + .login-module_login_input_icon__hETpJ {\n padding-left: 20px;\n}\n\n/* Forms */\n.login-module_form_control__-41tV {\n display: block;\n width: 100%;\n height: 35px;\n font-size: 1rem;\n color: var(--cardtitle);\n background: no-repeat center bottom, center calc(100% - 1px);\n background-size: 0 100%, 100% 100%;\n background-clip: padding-box;\n padding-left: 0;\n padding-right: 0;\n font-size: 14px;\n transition: background 0s ease-out;\n border: 0;\n padding: 0 30px;\n font-weight: 600;\n display: flex;\n align-items: center;\n position: relative;\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .login-module_form_control__-41tV {\n transition: none;\n }\n}\n.login-module_form_control__-41tV::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n.login-module_form_control__-41tV:focus {\n outline: 0;\n}\n.login-module_form_control__-41tV::placeholder {\n color: #eac435;\n opacity: 1;\n}\n.login-module_form_control__-41tV:disabled,\n.login-module_form_control__-41tV[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n cursor: not-allowed;\n}\ntextarea.login-module_form_control__-41tV {\n height: auto;\n}\n.login-module_form_control__-41tV:focus {\n background-size: 100% 100%, 100% 100%;\n transition-duration: 0.3s;\n box-shadow: none;\n}\n.login-module_form_control__-41tV::-moz-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.login-module_form_control__-41tV:-ms-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.login-module_form_control__-41tV::-webkit-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.login-module_form_control__-41tV {\n background-image: linear-gradient(to top, #000 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);\n}\n.login-module_form_control_border_none__dkr-m {\n background-image: none;\n}\n.login-module_form_control__-41tV.login-module_disabled__fUlAg,\n.login-module_form_control__-41tV:disabled,\n.login-module_form_control__-41tV[disabled] {\n background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);\n background-repeat: repeat-x;\n background-size: 3px 1px;\n cursor: not-allowed;\n}\n";
404
+ var css_248z$x = ".login-module_login_input_icon__hETpJ {\n font-size: 15px;\n color: #999999;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n position: absolute;\n border-radius: 25px;\n bottom: 10px;\n left: 0;\n padding-left: 15px;\n pointer-events: none;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n.login-module_login_input_icontrans__8whFD{\n font-size: 15px;\n color: #999999;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n position: absolute;\n border-radius: 25px;\n bottom: 10px;\n right: 5;\n pointer-events: none;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n\n}\n.login-module_form_control__-41tV:focus + .login-module_login_input_icontrans__8whFD {\n padding-right: 10px;\n}\n\n@media screen and (max-width: 500px) {\n .login-module_form_control__-41tV {\n /* padding: 0 5px !important; */\n }\n .login-module_login_input_icon__hETpJ {\n padding-left: 0 !important;\n }\n .login-module_rightContainer__Nt9tD {\n border-radius: 0 0 15px 15px !important;\n }\n .login-module_leftcontainer__Rlat- {\n border-radius: 15px 15px 0 0 !important;\n }\n}\n.login-module_form_control__-41tV:focus {\n -webkit-animation: login-module_anim-shadow__4SiKH 0.5s ease-in-out forwards;\n animation: login-module_anim-shadow__4SiKH 0.5s ease-in-out forwards;\n}\n.login-module_form_control__-41tV:focus + .login-module_login_input_icon__hETpJ {\n padding-left: 20px;\n}\n\n/* Forms */\n.login-module_form_control__-41tV {\n display: block;\n width: 100%;\n height: 35px;\n font-size: 1rem;\n color: var(--cardtitle);\n background: no-repeat center bottom, center calc(100% - 1px);\n background-size: 0 100%, 100% 100%;\n background-clip: padding-box;\n padding-left: 0;\n padding-right: 0;\n font-size: 14px;\n transition: background 0s ease-out;\n border: 0;\n padding: 0 30px;\n font-weight: 600;\n display: flex;\n align-items: center;\n position: relative;\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .login-module_form_control__-41tV {\n transition: none;\n }\n}\n.login-module_form_control__-41tV::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n.login-module_form_control__-41tV:focus {\n outline: 0;\n}\n.login-module_form_control__-41tV::placeholder {\n color: #eac435;\n opacity: 1;\n}\n.login-module_form_control__-41tV:disabled,\n.login-module_form_control__-41tV[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n cursor: not-allowed;\n}\ntextarea.login-module_form_control__-41tV {\n height: auto;\n}\n.login-module_form_control__-41tV:focus {\n background-size: 100% 100%, 100% 100%;\n transition-duration: 0.3s;\n box-shadow: none;\n}\n.login-module_form_control__-41tV::-moz-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.login-module_form_control__-41tV:-ms-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.login-module_form_control__-41tV::-webkit-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.login-module_form_control__-41tV {\n background-image: linear-gradient(to top, #000 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);\n}\n.login-module_form_control_border_none__dkr-m {\n background-image: none;\n}\n.login-module_form_control__-41tV.login-module_disabled__fUlAg,\n.login-module_form_control__-41tV:disabled,\n.login-module_form_control__-41tV[disabled] {\n background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%);\n background-repeat: repeat-x;\n background-size: 3px 1px;\n cursor: not-allowed;\n}\n";
109
405
  var loginstyles = {"login_input_icon":"login-module_login_input_icon__hETpJ","login_input_icontrans":"login-module_login_input_icontrans__8whFD","form_control":"login-module_form_control__-41tV","rightContainer":"login-module_rightContainer__Nt9tD","leftcontainer":"login-module_leftcontainer__Rlat-","anim-shadow":"login-module_anim-shadow__4SiKH","form_control_border_none":"login-module_form_control_border_none__dkr-m","disabled":"login-module_disabled__fUlAg"};
110
- styleInject(css_248z$w);
406
+ styleInject(css_248z$x);
111
407
 
112
408
  var GoogleLoginButton = function GoogleLoginButton(props) {
113
409
  var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4;
@@ -137,9 +433,9 @@ var GoogleLoginButton = function GoogleLoginButton(props) {
137
433
  })))));
138
434
  };
139
435
 
140
- var css_248z$v = "@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');\n:root {\n --cimon: #f76566;\n --primary: #022648; /* rgba (2,38,72) */\n --secondary: #eac435;\n --success: #2f9d64;\n --successhover: #1d623f;\n --info: #16aaff; /*rgb(22, 170, 255)*/\n --infohover: #0071b3; /*rgb(0, 113, 179)*/\n --danger: #d92550; /* rgb(217, 37, 80) */\n --dangerhover: #991a37; /* rgb(153, 26, 55) */\n --fav: #ff1a75; /* rgb(255, 26, 117) */\n --favhover: #cc0052; /* rgb(204, 0, 82) */\n --light: #999999;\n --light2: #808080;\n --dark: #454d54;\n --darkhover: #343a40;\n --focus: #444054;\n --cardtitle: rgba(13, 27, 62, 0.7);\n --cardheader: #008eb3;\n --cardHeaderHover: #007a99;\n --darkblue: #0000b3;\n --orange: #ff6600;\n}\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\nhtml {\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n font-family: 'Poppins', sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\nbody {\n margin: 0;\n font-family: 'Poppins', sans-serif;\n font-size: 0.88rem;\n font-weight: 400;\n line-height: 1.5;\n /* color: #022648; */\n text-align: left;\n background: #fff;\n overflow-x: hidden;\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n}\nbody::-webkit-scrollbar {\n width: 5px;\n}\nbody::-webkit-scrollbar-track {\n box-shadow: inset 0 0 5px grey;\n border-radius: 10px;\n}\nbody::-webkit-scrollbar-thumb {\n background: #022648;\n border-radius: 10px;\n}\nbody::-webkit-scrollbar-thumb:hover {\n background: #eac435;\n}\n.general-module_shadow_bottom__YcJR3 {\n box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);\n transition: 0.3s;\n}\n.general-module_shadow_bottom__YcJR3:hover {\n box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);\n}\n.general-module_overflowY_scroll__m5upZ {\n overflow-y: scroll;\n}\n\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar {\n width: 5px;\n}\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar-track {\n /* box-shadow: inset 0 0 5px grey; */\n border-radius: 10px;\n}\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar-thumb {\n background: #4d4d4d;\n border-radius: 10px;\n}\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar-thumb:hover {\n background: #999999;\n}\n/* badges */\n.general-module_badge__GTiMs {\n display: inline-block;\n padding: 0.25em;\n font-size: 90%;\n font-weight: 700;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 50%;\n margin-left: -15%;\n width: 3vh;\n height: 3vh;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n@media (prefers-reduced-motion: reduce) {\n .general-module_badge__GTiMs {\n transition: none;\n }\n}\n.general-module_badge__GTiMs:empty {\n display: none;\n}\n.general-module_badge_secondary__p6ErJ {\n min-width: 2.5vh;\n height: 2.5vh;\n border-radius: 5px;\n background: #eac435;\n color: white;\n font-size: 12px;\n /* line-height: 3vh; */\n}\na {\n color: #022648;\n text-decoration: none;\n background-color: transparent;\n}\n\n.general-module_divider__WFV-A {\n margin-top: 1rem;\n margin-bottom: 1rem;\n height: 1px;\n overflow: hidden;\n background: #e9ecef;\n}\n.general-module_verical_divider__u5DxE {\n margin-top: 1rem;\n margin-bottom: 1rem;\n height: 40px;\n overflow: hidden;\n background: #e1e6ea;\n width: 1px;\n}\n\n/* Table */\ntable {\n border-collapse: collapse;\n}\nth {\n text-align: inherit;\n}\n.general-module_table__hdcWN {\n width: 100%;\n margin-bottom: 1rem;\n background-color: rgba(0, 0, 0, 0);\n}\n.general-module_table__hdcWN th,\n.general-module_table__hdcWN td {\n padding: 0.55rem;\n border-top: 1px solid #e9ecef;\n}\n.general-module_table__hdcWN th.general-module_mw-200__PaU8G,\n.general-module_table__hdcWN td.general-module_mw-200__PaU8G {\n max-width: 200px;\n}\n.general-module_table__hdcWN thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #e9ecef;\n font-size: 15px;\n}\n.general-module_table__hdcWN td {\n color: var(--focus);\n font-size: 15px;\n}\n.general-module_table_bordered__JKIJp {\n border: 1px solid #e9ecef;\n}\n.general-module_table_bordered__JKIJp th,\n.general-module_table_bordered__JKIJp td {\n border: 1px solid #e9ecef;\n}\n.general-module_table_bordered__JKIJp thead th,\n.general-module_table_bordered__JKIJp thead td {\n border-bottom-width: 2px;\n}\n.general-module_table_borderless__OF0cl th,\n.general-module_table_borderless__OF0cl td,\n.general-module_table_borderless__OF0cl thead th,\n.general-module_table_borderless__OF0cl tbody + tbody {\n border: 0;\n}\n.general-module_table_striped__wWBA6 tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.03);\n}\n.general-module_table_hover__EiJha tbody tr:hover {\n background-color: #e0f3ff;\n}\n.general-module_table_responsive__JPCKF {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n}\n.general-module_table_responsive__JPCKF > .general-module_table_bordered__JKIJp {\n border: 0;\n}\n.general-module_table_translation__x1Rpf {\n background: rgba(0, 0, 0, 0.1);\n border-radius: 20px;\n padding: 5px;\n font-weight: 500;\n width: 100px;\n /* margin-left: auto;\n margin-right: auto; */\n}\n.general-module_table_translation__x1Rpf i {\n font-size: 20px;\n}\n.general-module_table_icon__EMMDI {\n font-size: 20px;\n transition: 0.3s;\n cursor: pointer;\n}\n.general-module_table_icon__EMMDI:hover {\n color: var(--secondary);\n}\n.general-module_image_table__HqRaH {\n width: 5vh;\n height: 5vh;\n box-shadow: 0 0 10px #ccc;\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n border-radius: 5px;\n}\n.general-module_image_table__HqRaH img {\n max-width: 95%;\n max-height: 95%;\n border-radius: 5px;\n}\n.general-module_shownumber_cont__34Y5j {\n min-width: 3rem;\n background: white;\n box-shadow: 0 0 10px #ccc;\n border: 1px solid #ccc;\n border-radius: 10px;\n cursor: pointer;\n}\n.general-module_card_input_table__vVK0p {\n min-width: 90%;\n height: 35px;\n}\n.general-module_card_input_table__vVK0p imput {\n height: 35px;\n}\n\n/* Buttons */\n.general-module_btn__FAb1b {\n display: inline-block;\n font-weight: 500;\n text-align: center;\n vertical-align: middle;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n background-color: transparent;\n border-radius: 20px;\n height: 35px;\n padding: 0 10px;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n font-size: 13px;\n}\n.general-module_btn_rounded__Rkb8o {\n width: 5vh !important;\n height: 5vh !important;\n border-radius: 50% !important;\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .general-module_btn__FAb1b {\n transition: none;\n }\n}\n.general-module_btn__FAb1b:hover {\n text-decoration: none;\n}\n.general-module_btn__FAb1b:focus,\n.general-module_btn__FAb1b.general-module_focus__8-F6p {\n outline: 0;\n box-shadow: none;\n}\n.general-module_btn__FAb1b.general-module_disabled__PRzt-,\n.general-module_btn__FAb1b:disabled {\n opacity: 0.65;\n cursor: not-allowed;\n}\n.general-module_btn__FAb1b:not(:disabled):not(.general-module_disabled__PRzt-) {\n cursor: pointer;\n}\na.general-module_btn__FAb1b.general-module_disabled__PRzt- {\n pointer-events: none;\n cursor: not-allowed;\n}\n.general-module_btn_tranparent__GFTRs {\n color: #fff;\n background-color: tranparent;\n border-color: tranparent;\n}\n.general-module_btn_circle__lOyd4 {\n border-radius: 100%;\n width: 35px;\n height: 35px;\n line-height: 20px;\n padding: 10px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.general-module_btn_white__H0esd {\n color: #fff;\n background-color: #fff;\n border-color: #fff;\n color: var(--primary);\n}\n.general-module_btn_white__H0esd:hover {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n}\n.general-module_btn_white__H0esd.general-module_disabled__PRzt-,\n.general-module_btn_white__H0esd:disabled {\n color: #fff;\n background-color: #fff;\n border-color: #fff;\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_black__NcqLp {\n color: #fff;\n background-color: #000;\n border-color: #000;\n}\n.general-module_btn_black__NcqLp:hover {\n color: #fff;\n background-color: #595959;\n border-color: #595959;\n}\n.general-module_btn_black__NcqLp.general-module_disabled__PRzt-,\n.general-module_btn_black__NcqLp:disabled {\n color: #fff;\n background-color: #000;\n border-color: #000;\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_primary__C5oTz {\n color: #fff;\n background-color: var(--primary);\n border-color: var(--primary);\n}\n.general-module_btn_primary__C5oTz:hover {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n}\n.general-module_btn_primary__C5oTz.general-module_disabled__PRzt-,\n.general-module_btn_primary__C5oTz:disabled {\n color: #fff;\n background-color: var(--primary);\n border-color: var(--primary);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_secondary__MbOCN {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n}\n.general-module_btn_secondary__MbOCN:hover {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n}\n.general-module_btn_secondary__MbOCN.general-module_disabled__PRzt-,\n.general-module_btn_secondary__MbOCN:disabled {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_success__iV5-t {\n color: #fff;\n background-color: var(--success);\n border-color: var(--success);\n}\n.general-module_btn_success__iV5-t:hover {\n color: #fff;\n background-color: var(--successhover);\n border-color: var(--successhover);\n}\n.general-module_btn_success__iV5-t.general-module_disabled__PRzt-,\n.general-module_btn_success__iV5-t:disabled {\n color: #fff;\n background-color: var(--success);\n border-color: var(--success);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_info__-ClLB {\n color: #fff;\n background-color: var(--info);\n border-color: var(--info);\n}\n.general-module_btn_info__-ClLB:hover {\n color: #fff;\n background-color: var(--infohover);\n border-color: var(--infohover);\n}\n.general-module_btn_info__-ClLB.general-module_disabled__PRzt-,\n.general-module_btn_info__-ClLB:disabled {\n color: #fff;\n background-color: var(--info);\n border-color: var(--info);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_danger__b0QkM {\n color: #fff;\n background-color: var(--danger);\n border-color: var(--danger);\n}\n.general-module_btn_danger__b0QkM:hover {\n color: #fff;\n background-color: var(--dangerhover);\n border-color: var(--dangerhover);\n}\n.general-module_btn_danger__b0QkM.general-module_disabled__PRzt-,\n.general-module_btn_danger__b0QkM:disabled {\n color: #fff;\n background-color: var(--danger);\n border-color: var(--danger);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_dark__hSWyC {\n color: #fff;\n background-color: var(--dark);\n border-color: var(--dark);\n}\n.general-module_btn_dark__hSWyC:hover {\n color: #fff;\n background-color: var(--darkhover);\n border-color: var(--darkhover);\n}\n.general-module_btn_dark__hSWyC.general-module_disabled__PRzt-,\n.general-module_btn_dark__hSWyC:disabled {\n color: #fff;\n background-color: var(--dark);\n border-color: var(--dark);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn__FAb1b:not(:disabled):not(.general-module_disabled__PRzt-):active,\n.general-module_btn__FAb1b:not(:disabled):not(.general-module_disabled__PRzt-).general-module_active__MPpsF {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc;\n}\n.general-module_btn_grey__fGIYU {\n color: #fff;\n background-color: var(--focus);\n border-color: var(--focus);\n}\n.general-module_btn_grey__fGIYU:hover {\n color: #fff;\n background-color: var(--dark);\n border-color: var(--dark);\n}\n.general-module_btn_cardheader__vccWl {\n color: #fff;\n background-color: var(--cardheader);\n border-color: var(--cardheader);\n}\n.general-module_btn_cardheader__vccWl:hover {\n color: #fff;\n background-color: #007a99;\n border-color: #007a99;\n}\n.general-module_btn_cardheader__vccWl.general-module_disabled__PRzt-,\n.general-module_btn_cardheader__vccWl:disabled {\n color: #fff;\n background-color: #005166;\n border-color: #005166;\n cursor: not-allowed;\n opacity: 0.7;\n}\n\n/* Borders */\n.general-module_border_primary__Jqm8o {\n border-color: #022648;\n}\n.general-module_border_secondary__xiHt3 {\n border-color: #eac435;\n}\n.general-module_border_success__kWv6N {\n border-color: var(--success);\n}\n.general-module_border_info__wfOF- {\n border-color: #16aaff;\n}\n.general-module_border_warning__mSIRm {\n border-color: #f7b924;\n}\n.general-module_border_danger__U7veI {\n border-color: #d92550;\n}\n.general-module_border__Pvp44 {\n border: 1px solid #dee2e6 !important;\n}\n.general-module_border_top__0-KRU {\n border-top: 1px solid #dee2e6 !important;\n}\n.general-module_border_right__7QXHH {\n border-right: 1px solid #dee2e6 !important;\n}\n.general-module_border_bottom__Xyy95 {\n border-bottom: 1px solid #dee2e6 !important;\n}\n.general-module_border_left__90qSD {\n border-left: 1px solid #dee2e6 !important;\n}\n.general-module_border_0__YO9qY {\n border: 0 !important;\n}\n.general-module_border_top_0__KFIha {\n border-top: 0 !important;\n}\n.general-module_border_right_0__FaED6 {\n border-right: 0 !important;\n}\n.general-module_border_bottom_0__NZhJm {\n border-bottom: 0 !important;\n}\n.general-module_border_top_0__KFIha {\n border-top: 0 !important;\n}\n.general-module_border_left_0__gjITr {\n border-left: 0 !important;\n}\n/* Inner Content */\n.general-module_app_container__-NNzK {\n display: flex;\n flex-direction: column;\n margin: 0;\n position: relative !important;\n}\n.general-module_app_main__3s9rd {\n z-index: 8;\n position: relative;\n}\n.general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n flex: 1;\n padding: 130px 40px 0;\n}\n.general-module_app_main_inner_headertwo__UkOlN {\n padding: 100px 40px 0 !important;\n}\n.general-module_app_main_inner_headerfour__slUk1 {\n padding: 80px 20px 0 280px !important;\n}\n@media screen and (max-width: 1025px) {\n .general-module_app_main_inner_headerfour__slUk1 {\n padding: 80px 10px !important;\n }\n}\n/* Card */\n.general-module_card__KT-JI {\n position: relative;\n display: flex;\n flex-direction: column;\n min-width: 0;\n word-wrap: break-word;\n background-color: white !important;\n background-clip: border-box;\n border-radius: 15px;\n padding: 0.5em 0.8em;\n transition: all 0.2s;\n}\n.general-module_card_border_10__M-cl- {\n border-radius: 10px !important;\n}\n/* Responsive */\n@media (max-width: 991.98px) {\n .general-module_app_main__3s9rd {\n display: block;\n }\n .general-module_app_main__3s9rd .general-module_app_main_outer__gNSLc {\n padding-left: 0 !important;\n }\n .general-module_app_main__3s9rd .general-module_app_main_outertranslated__IZRx2 {\n padding-right: 0;\n padding-left: 0;\n }\n}\n@media (max-width: 1025px) {\n .general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n padding: 130px 20px 0;\n }\n}\n@media (max-width: 800px) {\n .general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n padding: 130px 20px 0 !important;\n }\n}\n\n@media (max-width: 600px) {\n .general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n padding: 70px 20px !important;\n }\n}\n\n/* Pills */\n.general-module_pill__gHCcE {\n min-width: 9vh;\n height: 4vh;\n color: white;\n padding: 0 1%;\n display: flex;\n text-align: center;\n justify-content: center;\n align-items: center;\n border-radius: 20px;\n font-size: 12px;\n}\n.general-module_fadeIn__bUx2u {\n /* opacity: 1; */\n display: block;\n visibility: visible;\n transition: 1s ease-in-out;\n transition-delay: 0s;\n}\n.general-module_fadeOut__R13Fc {\n /* opacity: 0; */\n display: none;\n visibility: hidden;\n transition: 1s ease-in-out;\n}\n.general-module_fadeInButton__1daVD {\n display: block;\n}\n.general-module_fadeOutButton__8BRUG {\n display: none;\n}\n\n/* Section Title */\n.general-module_sectiontitlecont__F-e6k {\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.general-module_sectiontitlecont__F-e6k span {\n position: relative;\n white-space: nowrap;\n transition: 0.3s;\n}\n.general-module_sectiontitlecont__F-e6k span::after {\n content: '';\n position: absolute;\n bottom: -3px;\n left: 0;\n display: block;\n height: 3px;\n border-radius: 20px;\n z-index: 1000;\n}\n.general-module_homesectiontitlecont__ZfXNm span {\n font-size: 25px !important;\n}\n\n.general-module_sectiontitlecont2__mfEaP {\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.general-module_sectiontitlecont2__mfEaP span {\n position: relative;\n white-space: nowrap;\n transition: 0.3s;\n}\n.general-module_sectiontitlecont2__mfEaP span::after {\n content: '';\n position: absolute;\n bottom: -3px;\n left: 0;\n display: block;\n border-radius: 20px;\n z-index: 1000;\n}\n";
436
+ var css_248z$w = "@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');\n:root {\n --cimon: #f76566;\n --primary: #022648; /* rgba (2,38,72) */\n --secondary: #eac435;\n --success: #2f9d64;\n --successhover: #1d623f;\n --info: #16aaff; /*rgb(22, 170, 255)*/\n --infohover: #0071b3; /*rgb(0, 113, 179)*/\n --danger: #d92550; /* rgb(217, 37, 80) */\n --dangerhover: #991a37; /* rgb(153, 26, 55) */\n --fav: #ff1a75; /* rgb(255, 26, 117) */\n --favhover: #cc0052; /* rgb(204, 0, 82) */\n --light: #999999;\n --light2: #808080;\n --dark: #454d54;\n --darkhover: #343a40;\n --focus: #444054;\n --cardtitle: rgba(13, 27, 62, 0.7);\n --cardheader: #008eb3;\n --cardHeaderHover: #007a99;\n --darkblue: #0000b3;\n --orange: #ff6600;\n}\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\nhtml {\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n font-family: 'Poppins', sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\nbody {\n margin: 0;\n font-family: 'Poppins', sans-serif;\n font-size: 0.88rem;\n font-weight: 400;\n line-height: 1.5;\n /* color: #022648; */\n text-align: left;\n background: #fff;\n overflow-x: hidden;\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n}\nbody::-webkit-scrollbar {\n width: 5px;\n}\nbody::-webkit-scrollbar-track {\n box-shadow: inset 0 0 5px grey;\n border-radius: 10px;\n}\nbody::-webkit-scrollbar-thumb {\n background: #022648;\n border-radius: 10px;\n}\nbody::-webkit-scrollbar-thumb:hover {\n background: #eac435;\n}\n.general-module_shadow_bottom__YcJR3 {\n box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);\n transition: 0.3s;\n}\n.general-module_shadow_bottom__YcJR3:hover {\n box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);\n}\n.general-module_overflowY_scroll__m5upZ {\n overflow-y: scroll;\n}\n\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar {\n width: 5px;\n}\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar-track {\n /* box-shadow: inset 0 0 5px grey; */\n border-radius: 10px;\n}\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar-thumb {\n background: #4d4d4d;\n border-radius: 10px;\n}\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar-thumb:hover {\n background: #999999;\n}\n/* badges */\n.general-module_badge__GTiMs {\n display: inline-block;\n padding: 0.25em;\n font-size: 90%;\n font-weight: 700;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 50%;\n margin-left: -15%;\n width: 3vh;\n height: 3vh;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n@media (prefers-reduced-motion: reduce) {\n .general-module_badge__GTiMs {\n transition: none;\n }\n}\n.general-module_badge__GTiMs:empty {\n display: none;\n}\n.general-module_badge_secondary__p6ErJ {\n min-width: 2.5vh;\n height: 2.5vh;\n border-radius: 5px;\n background: #eac435;\n color: white;\n font-size: 12px;\n /* line-height: 3vh; */\n}\na {\n color: #022648;\n text-decoration: none;\n background-color: transparent;\n}\n\n.general-module_divider__WFV-A {\n margin-top: 1rem;\n margin-bottom: 1rem;\n height: 1px;\n overflow: hidden;\n background: #e9ecef;\n}\n.general-module_verical_divider__u5DxE {\n margin-top: 1rem;\n margin-bottom: 1rem;\n height: 40px;\n overflow: hidden;\n background: #e1e6ea;\n width: 1px;\n}\n\n/* Table */\ntable {\n border-collapse: collapse;\n}\nth {\n text-align: inherit;\n}\n.general-module_table__hdcWN {\n width: 100%;\n margin-bottom: 1rem;\n background-color: rgba(0, 0, 0, 0);\n}\n.general-module_table__hdcWN th,\n.general-module_table__hdcWN td {\n padding: 0.55rem;\n border-top: 1px solid #e9ecef;\n}\n.general-module_table__hdcWN th.general-module_mw-200__PaU8G,\n.general-module_table__hdcWN td.general-module_mw-200__PaU8G {\n max-width: 200px;\n}\n.general-module_table__hdcWN thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #e9ecef;\n font-size: 15px;\n}\n.general-module_table__hdcWN td {\n color: var(--focus);\n font-size: 15px;\n}\n.general-module_table_bordered__JKIJp {\n border: 1px solid #e9ecef;\n}\n.general-module_table_bordered__JKIJp th,\n.general-module_table_bordered__JKIJp td {\n border: 1px solid #e9ecef;\n}\n.general-module_table_bordered__JKIJp thead th,\n.general-module_table_bordered__JKIJp thead td {\n border-bottom-width: 2px;\n}\n.general-module_table_borderless__OF0cl th,\n.general-module_table_borderless__OF0cl td,\n.general-module_table_borderless__OF0cl thead th,\n.general-module_table_borderless__OF0cl tbody + tbody {\n border: 0;\n}\n.general-module_table_striped__wWBA6 tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.03);\n}\n.general-module_table_hover__EiJha tbody tr:hover {\n background-color: #e0f3ff;\n}\n.general-module_table_responsive__JPCKF {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n}\n.general-module_table_responsive__JPCKF > .general-module_table_bordered__JKIJp {\n border: 0;\n}\n.general-module_table_translation__x1Rpf {\n background: rgba(0, 0, 0, 0.1);\n border-radius: 20px;\n padding: 5px;\n font-weight: 500;\n width: 100px;\n /* margin-left: auto;\n margin-right: auto; */\n}\n.general-module_table_translation__x1Rpf i {\n font-size: 20px;\n}\n.general-module_table_icon__EMMDI {\n font-size: 20px;\n transition: 0.3s;\n cursor: pointer;\n}\n.general-module_table_icon__EMMDI:hover {\n color: var(--secondary);\n}\n.general-module_image_table__HqRaH {\n width: 5vh;\n height: 5vh;\n box-shadow: 0 0 10px #ccc;\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n border-radius: 5px;\n}\n.general-module_image_table__HqRaH img {\n max-width: 95%;\n max-height: 95%;\n border-radius: 5px;\n}\n.general-module_shownumber_cont__34Y5j {\n min-width: 3rem;\n background: white;\n box-shadow: 0 0 10px #ccc;\n border: 1px solid #ccc;\n border-radius: 10px;\n cursor: pointer;\n}\n.general-module_card_input_table__vVK0p {\n min-width: 90%;\n height: 35px;\n}\n.general-module_card_input_table__vVK0p imput {\n height: 35px;\n}\n\n/* Buttons */\n.general-module_btn__FAb1b {\n display: inline-block;\n font-weight: 500;\n text-align: center;\n vertical-align: middle;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n background-color: transparent;\n border-radius: 20px;\n height: 35px;\n padding: 0 10px;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n font-size: 13px;\n}\n.general-module_btn_rounded__Rkb8o {\n width: 5vh !important;\n height: 5vh !important;\n border-radius: 50% !important;\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .general-module_btn__FAb1b {\n transition: none;\n }\n}\n.general-module_btn__FAb1b:hover {\n text-decoration: none;\n}\n.general-module_btn__FAb1b:focus,\n.general-module_btn__FAb1b.general-module_focus__8-F6p {\n outline: 0;\n box-shadow: none;\n}\n.general-module_btn__FAb1b.general-module_disabled__PRzt-,\n.general-module_btn__FAb1b:disabled {\n opacity: 0.65;\n cursor: not-allowed;\n}\n.general-module_btn__FAb1b:not(:disabled):not(.general-module_disabled__PRzt-) {\n cursor: pointer;\n}\na.general-module_btn__FAb1b.general-module_disabled__PRzt- {\n pointer-events: none;\n cursor: not-allowed;\n}\n.general-module_btn_tranparent__GFTRs {\n color: #fff;\n background-color: tranparent;\n border-color: tranparent;\n}\n.general-module_btn_circle__lOyd4 {\n border-radius: 100%;\n width: 35px;\n height: 35px;\n line-height: 20px;\n padding: 10px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.general-module_btn_white__H0esd {\n color: #fff;\n background-color: #fff;\n border-color: #fff;\n color: var(--primary);\n}\n.general-module_btn_white__H0esd:hover {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n}\n.general-module_btn_white__H0esd.general-module_disabled__PRzt-,\n.general-module_btn_white__H0esd:disabled {\n color: #fff;\n background-color: #fff;\n border-color: #fff;\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_black__NcqLp {\n color: #fff;\n background-color: #000;\n border-color: #000;\n}\n.general-module_btn_black__NcqLp:hover {\n color: #fff;\n background-color: #595959;\n border-color: #595959;\n}\n.general-module_btn_black__NcqLp.general-module_disabled__PRzt-,\n.general-module_btn_black__NcqLp:disabled {\n color: #fff;\n background-color: #000;\n border-color: #000;\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_primary__C5oTz {\n color: #fff;\n background-color: var(--primary);\n border-color: var(--primary);\n}\n.general-module_btn_primary__C5oTz:hover {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n}\n.general-module_btn_primary__C5oTz.general-module_disabled__PRzt-,\n.general-module_btn_primary__C5oTz:disabled {\n color: #fff;\n background-color: var(--primary);\n border-color: var(--primary);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_secondary__MbOCN {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n}\n.general-module_btn_secondary__MbOCN:hover {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n}\n.general-module_btn_secondary__MbOCN.general-module_disabled__PRzt-,\n.general-module_btn_secondary__MbOCN:disabled {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_success__iV5-t {\n color: #fff;\n background-color: var(--success);\n border-color: var(--success);\n}\n.general-module_btn_success__iV5-t:hover {\n color: #fff;\n background-color: var(--successhover);\n border-color: var(--successhover);\n}\n.general-module_btn_success__iV5-t.general-module_disabled__PRzt-,\n.general-module_btn_success__iV5-t:disabled {\n color: #fff;\n background-color: var(--success);\n border-color: var(--success);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_info__-ClLB {\n color: #fff;\n background-color: var(--info);\n border-color: var(--info);\n}\n.general-module_btn_info__-ClLB:hover {\n color: #fff;\n background-color: var(--infohover);\n border-color: var(--infohover);\n}\n.general-module_btn_info__-ClLB.general-module_disabled__PRzt-,\n.general-module_btn_info__-ClLB:disabled {\n color: #fff;\n background-color: var(--info);\n border-color: var(--info);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_danger__b0QkM {\n color: #fff;\n background-color: var(--danger);\n border-color: var(--danger);\n}\n.general-module_btn_danger__b0QkM:hover {\n color: #fff;\n background-color: var(--dangerhover);\n border-color: var(--dangerhover);\n}\n.general-module_btn_danger__b0QkM.general-module_disabled__PRzt-,\n.general-module_btn_danger__b0QkM:disabled {\n color: #fff;\n background-color: var(--danger);\n border-color: var(--danger);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_dark__hSWyC {\n color: #fff;\n background-color: var(--dark);\n border-color: var(--dark);\n}\n.general-module_btn_dark__hSWyC:hover {\n color: #fff;\n background-color: var(--darkhover);\n border-color: var(--darkhover);\n}\n.general-module_btn_dark__hSWyC.general-module_disabled__PRzt-,\n.general-module_btn_dark__hSWyC:disabled {\n color: #fff;\n background-color: var(--dark);\n border-color: var(--dark);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn__FAb1b:not(:disabled):not(.general-module_disabled__PRzt-):active,\n.general-module_btn__FAb1b:not(:disabled):not(.general-module_disabled__PRzt-).general-module_active__MPpsF {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc;\n}\n.general-module_btn_grey__fGIYU {\n color: #fff;\n background-color: var(--focus);\n border-color: var(--focus);\n}\n.general-module_btn_grey__fGIYU:hover {\n color: #fff;\n background-color: var(--dark);\n border-color: var(--dark);\n}\n.general-module_btn_cardheader__vccWl {\n color: #fff;\n background-color: var(--cardheader);\n border-color: var(--cardheader);\n}\n.general-module_btn_cardheader__vccWl:hover {\n color: #fff;\n background-color: #007a99;\n border-color: #007a99;\n}\n.general-module_btn_cardheader__vccWl.general-module_disabled__PRzt-,\n.general-module_btn_cardheader__vccWl:disabled {\n color: #fff;\n background-color: #005166;\n border-color: #005166;\n cursor: not-allowed;\n opacity: 0.7;\n}\n\n/* Borders */\n.general-module_border_primary__Jqm8o {\n border-color: #022648;\n}\n.general-module_border_secondary__xiHt3 {\n border-color: #eac435;\n}\n.general-module_border_success__kWv6N {\n border-color: var(--success);\n}\n.general-module_border_info__wfOF- {\n border-color: #16aaff;\n}\n.general-module_border_warning__mSIRm {\n border-color: #f7b924;\n}\n.general-module_border_danger__U7veI {\n border-color: #d92550;\n}\n.general-module_border__Pvp44 {\n border: 1px solid #dee2e6 !important;\n}\n.general-module_border_top__0-KRU {\n border-top: 1px solid #dee2e6 !important;\n}\n.general-module_border_right__7QXHH {\n border-right: 1px solid #dee2e6 !important;\n}\n.general-module_border_bottom__Xyy95 {\n border-bottom: 1px solid #dee2e6 !important;\n}\n.general-module_border_left__90qSD {\n border-left: 1px solid #dee2e6 !important;\n}\n.general-module_border_0__YO9qY {\n border: 0 !important;\n}\n.general-module_border_top_0__KFIha {\n border-top: 0 !important;\n}\n.general-module_border_right_0__FaED6 {\n border-right: 0 !important;\n}\n.general-module_border_bottom_0__NZhJm {\n border-bottom: 0 !important;\n}\n.general-module_border_top_0__KFIha {\n border-top: 0 !important;\n}\n.general-module_border_left_0__gjITr {\n border-left: 0 !important;\n}\n/* Inner Content */\n.general-module_app_container__-NNzK {\n display: flex;\n flex-direction: column;\n margin: 0;\n position: relative !important;\n}\n.general-module_app_main__3s9rd {\n z-index: 8;\n position: relative;\n}\n.general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n flex: 1;\n padding: 130px 40px 0;\n}\n.general-module_app_main_inner_headertwo__UkOlN {\n padding: 100px 40px 0 !important;\n}\n.general-module_app_main_inner_headerfour__slUk1 {\n padding: 80px 20px 0 280px !important;\n}\n@media screen and (max-width: 1025px) {\n .general-module_app_main_inner_headerfour__slUk1 {\n padding: 80px 10px !important;\n }\n}\n/* Card */\n.general-module_card__KT-JI {\n position: relative;\n display: flex;\n flex-direction: column;\n min-width: 0;\n word-wrap: break-word;\n background-color: white !important;\n background-clip: border-box;\n border-radius: 15px;\n padding: 0.5em 0.8em;\n transition: all 0.2s;\n}\n.general-module_card_border_10__M-cl- {\n border-radius: 10px !important;\n}\n/* Responsive */\n@media (max-width: 991.98px) {\n .general-module_app_main__3s9rd {\n display: block;\n }\n .general-module_app_main__3s9rd .general-module_app_main_outer__gNSLc {\n padding-left: 0 !important;\n }\n .general-module_app_main__3s9rd .general-module_app_main_outertranslated__IZRx2 {\n padding-right: 0;\n padding-left: 0;\n }\n}\n@media (max-width: 1025px) {\n .general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n padding: 130px 20px 0;\n }\n}\n@media (max-width: 800px) {\n .general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n padding: 130px 20px 0 !important;\n }\n}\n\n@media (max-width: 600px) {\n .general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n padding: 70px 20px !important;\n }\n}\n\n/* Pills */\n.general-module_pill__gHCcE {\n min-width: 9vh;\n height: 4vh;\n color: white;\n padding: 0 1%;\n display: flex;\n text-align: center;\n justify-content: center;\n align-items: center;\n border-radius: 20px;\n font-size: 12px;\n}\n.general-module_fadeIn__bUx2u {\n /* opacity: 1; */\n display: block;\n visibility: visible;\n transition: 1s ease-in-out;\n transition-delay: 0s;\n}\n.general-module_fadeOut__R13Fc {\n /* opacity: 0; */\n display: none;\n visibility: hidden;\n transition: 1s ease-in-out;\n}\n.general-module_fadeInButton__1daVD {\n display: block;\n}\n.general-module_fadeOutButton__8BRUG {\n display: none;\n}\n\n/* Section Title */\n.general-module_sectiontitlecont__F-e6k {\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.general-module_sectiontitlecont__F-e6k span {\n position: relative;\n white-space: nowrap;\n transition: 0.3s;\n}\n.general-module_sectiontitlecont__F-e6k span::after {\n content: '';\n position: absolute;\n bottom: -3px;\n left: 0;\n display: block;\n height: 3px;\n border-radius: 20px;\n z-index: 1000;\n}\n.general-module_homesectiontitlecont__ZfXNm span {\n font-size: 25px !important;\n}\n\n.general-module_sectiontitlecont2__mfEaP {\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.general-module_sectiontitlecont2__mfEaP span {\n position: relative;\n white-space: nowrap;\n transition: 0.3s;\n}\n.general-module_sectiontitlecont2__mfEaP span::after {\n content: '';\n position: absolute;\n bottom: -3px;\n left: 0;\n display: block;\n border-radius: 20px;\n z-index: 1000;\n}\n";
141
437
  var generalstyles = {"shadow_bottom":"general-module_shadow_bottom__YcJR3","overflowY_scroll":"general-module_overflowY_scroll__m5upZ","sub_scrollbar":"general-module_sub_scrollbar__mpHTI","badge":"general-module_badge__GTiMs","badge_secondary":"general-module_badge_secondary__p6ErJ","divider":"general-module_divider__WFV-A","verical_divider":"general-module_verical_divider__u5DxE","table":"general-module_table__hdcWN","mw-200":"general-module_mw-200__PaU8G","table_bordered":"general-module_table_bordered__JKIJp","table_borderless":"general-module_table_borderless__OF0cl","table_striped":"general-module_table_striped__wWBA6","table_hover":"general-module_table_hover__EiJha","table_responsive":"general-module_table_responsive__JPCKF","table_translation":"general-module_table_translation__x1Rpf","table_icon":"general-module_table_icon__EMMDI","image_table":"general-module_image_table__HqRaH","shownumber_cont":"general-module_shownumber_cont__34Y5j","card_input_table":"general-module_card_input_table__vVK0p","btn":"general-module_btn__FAb1b","btn_rounded":"general-module_btn_rounded__Rkb8o","focus":"general-module_focus__8-F6p","disabled":"general-module_disabled__PRzt-","btn_tranparent":"general-module_btn_tranparent__GFTRs","btn_circle":"general-module_btn_circle__lOyd4","btn_white":"general-module_btn_white__H0esd","btn_black":"general-module_btn_black__NcqLp","btn_primary":"general-module_btn_primary__C5oTz","btn_secondary":"general-module_btn_secondary__MbOCN","btn_success":"general-module_btn_success__iV5-t","btn_info":"general-module_btn_info__-ClLB","btn_danger":"general-module_btn_danger__b0QkM","btn_dark":"general-module_btn_dark__hSWyC","active":"general-module_active__MPpsF","btn_grey":"general-module_btn_grey__fGIYU","btn_cardheader":"general-module_btn_cardheader__vccWl","border_primary":"general-module_border_primary__Jqm8o","border_secondary":"general-module_border_secondary__xiHt3","border_success":"general-module_border_success__kWv6N","border_info":"general-module_border_info__wfOF-","border_warning":"general-module_border_warning__mSIRm","border_danger":"general-module_border_danger__U7veI","border":"general-module_border__Pvp44","border_top":"general-module_border_top__0-KRU","border_right":"general-module_border_right__7QXHH","border_bottom":"general-module_border_bottom__Xyy95","border_left":"general-module_border_left__90qSD","border_0":"general-module_border_0__YO9qY","border_top_0":"general-module_border_top_0__KFIha","border_right_0":"general-module_border_right_0__FaED6","border_bottom_0":"general-module_border_bottom_0__NZhJm","border_left_0":"general-module_border_left_0__gjITr","app_container":"general-module_app_container__-NNzK","app_main":"general-module_app_main__3s9rd","app_main_inner":"general-module_app_main_inner__OdEv-","app_main_inner_headertwo":"general-module_app_main_inner_headertwo__UkOlN","app_main_inner_headerfour":"general-module_app_main_inner_headerfour__slUk1","card":"general-module_card__KT-JI","card_border_10":"general-module_card_border_10__M-cl-","app_main_outer":"general-module_app_main_outer__gNSLc","app_main_outertranslated":"general-module_app_main_outertranslated__IZRx2","pill":"general-module_pill__gHCcE","fadeIn":"general-module_fadeIn__bUx2u","fadeOut":"general-module_fadeOut__R13Fc","fadeInButton":"general-module_fadeInButton__1daVD","fadeOutButton":"general-module_fadeOutButton__8BRUG","sectiontitlecont":"general-module_sectiontitlecont__F-e6k","homesectiontitlecont":"general-module_homesectiontitlecont__ZfXNm","sectiontitlecont2":"general-module_sectiontitlecont2__mfEaP"};
142
- styleInject(css_248z$v);
438
+ styleInject(css_248z$w);
143
439
 
144
440
  var FacebookLoginButton = function FacebookLoginButton(props) {
145
441
  var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4;
@@ -189,9 +485,9 @@ var FacebookLoginButton = function FacebookLoginButton(props) {
189
485
  }));
190
486
  };
191
487
 
192
- function ownKeys$15(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; }
488
+ function ownKeys$17(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; }
193
489
 
194
- function _objectSpread$15(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$15(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$15(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
490
+ function _objectSpread$17(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$17(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$17(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
195
491
 
196
492
  var Login = function Login(props) {
197
493
  var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
@@ -237,7 +533,7 @@ var Login = function Login(props) {
237
533
  StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 ? void 0 : (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 ? void 0 : (_StatePagePropertiesC2 = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC2 === void 0 ? void 0 : _StatePagePropertiesC2.forEach(function (arrayItem, arrayindex) {
238
534
  secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
239
535
  });
240
- setsectionproperties(_objectSpread$15({}, secpropobj));
536
+ setsectionproperties(_objectSpread$17({}, secpropobj));
241
537
  }
242
538
  }, [StatePagePropertiesContext]);
243
539
 
@@ -351,10 +647,10 @@ var Login = function Login(props) {
351
647
  className: "".concat(loginstyles.form_control, " ").concat(loginstyles2.form_control),
352
648
  value: payloadobj.email,
353
649
  onChange: function onChange(event) {
354
- var temppayloadobj = _objectSpread$15({}, payloadobj);
650
+ var temppayloadobj = _objectSpread$17({}, payloadobj);
355
651
 
356
652
  temppayloadobj.email = event.target.value;
357
- setpayloadobj(_objectSpread$15({}, temppayloadobj));
653
+ setpayloadobj(_objectSpread$17({}, temppayloadobj));
358
654
  }
359
655
  }), /*#__PURE__*/React__default["default"].createElement("span", {
360
656
  className: langdetect == 'en' ? loginstyles.login_input_icon : loginstyles.login_input_icontrans
@@ -372,10 +668,10 @@ var Login = function Login(props) {
372
668
  textplaceholder: "",
373
669
  value: payloadobj.password,
374
670
  onChange: function onChange(event) {
375
- var temppayloadobj = _objectSpread$15({}, payloadobj);
671
+ var temppayloadobj = _objectSpread$17({}, payloadobj);
376
672
 
377
673
  temppayloadobj.password = event.target.value;
378
- setpayloadobj(_objectSpread$15({}, temppayloadobj));
674
+ setpayloadobj(_objectSpread$17({}, temppayloadobj));
379
675
  }
380
676
  }), /*#__PURE__*/React__default["default"].createElement("span", {
381
677
  className: langdetect == 'en' ? loginstyles.login_input_icon : loginstyles.login_input_icontrans
@@ -494,13 +790,13 @@ var IKurlEndpoint = 'https://ik.imagekit.io/kcrbhhnh0';
494
790
  var IKpublicKey = 'public_ro8Tmo5Nlgw12YIFkn9MNUQLvQE=';
495
791
  var serverbaselink = 'https://tabex-co.com';
496
792
 
497
- var css_248z$u = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu__p0mIj {\n margin: 0;\n padding: 0;\n position: relative;\n list-style: none;\n transition: 0.3s ease-in-out;\n border-radius: 20px;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj li.staticroutersidenav-module_sidebar_item__3F9Q1 {\n transition: 0.3s !important;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n flex-direction: row;\n padding: 5px !important;\n position: relative;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidebar_item__3F9Q1::after {\n content: '';\n position: absolute;\n bottom: -3px;\n display: block;\n border-radius: 100px 0 100px 0;\n width: 0;\n height: 0;\n transition: 0.2s !important;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidenav_page_name__46AJV {\n transition: 0.3s;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj li .staticroutersidenav-module_sidenav_icon_cont__O8YSe {\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n /* width: 35px; */\n /* height: 35px; */\n /* background-color: rgba(0, 28, 105); */\n /* border-radius: 10px; */\n /* color: white; */\n transition: all 0.3s;\n position: relative;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj i.staticroutersidenav-module_metismenu_icon__EcRZ1 {\n display: flex;\n align-items: center;\n justify-content: center;\n color: #022648;\n transition: 0.3s;\n opacity: 1;\n font-size: 16px;\n}\n/* active */\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidenav_active__IjRo0::after {\n content: '';\n position: absolute;\n bottom: -3px;\n /* right: -5%; */\n display: block;\n border-radius: 100px 0 100px 0;\n width: 10px;\n height: 100%;\n /* background: red !important; */\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidenav_active__IjRo0 .staticroutersidenav-module_sidenav_page_name__46AJV {\n font-weight: 600;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidenav_active__IjRo0 .staticroutersidenav-module_sidenav_icon_cont__O8YSe {\n /* background-color: rgba(249, 128, 100) !important; */\n box-shadow: none !important;\n}\n/* hover */\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidebar_item__3F9Q1:hover {\n cursor: pointer;\n transition: 0.3s;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidebar_item__3F9Q1:hover::after {\n width: 10px;\n height: 100%;\n}\n\n.staticroutersidenav-module_horizontal_nav_menu__6V32S{\n display: flex;\n flex-direction: row;\n}\n.staticroutersidenav-module_horizontal_nav_menu__6V32S li.staticroutersidenav-module_sidebar_item__3F9Q1 {\n transition: 0.3s !important;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n padding: 5px !important;\n position: relative;\n}\n@media screen and (max-width:800px) {\n .staticroutersidenav-module_horizontal_nav_menu__6V32S{\n width: 100%;\n display: block !important;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .staticroutersidenav-module_sidebar_item__3F9Q1{\n width: 30% !important;\n float: none;\n display: inline-block;\n zoom: 1; \n } \n}\n@media screen and (max-width:700px) {\n .staticroutersidenav-module_sidebar_item__3F9Q1{\n min-width: 40% !important;\n }\n}\n@media screen and (max-width:500px) {\n .staticroutersidenav-module_sidebar_item__3F9Q1{\n min-width: 60% !important;\n }\n}\n\n\n.staticroutersidenav-module_sidebar_itemlastchild__9O187{\n margin-right: 0 !important;\n margin-left: 0 !important;\n}";
793
+ var css_248z$v = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu__p0mIj {\n margin: 0;\n padding: 0;\n position: relative;\n list-style: none;\n transition: 0.3s ease-in-out;\n border-radius: 20px;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj li.staticroutersidenav-module_sidebar_item__3F9Q1 {\n transition: 0.3s !important;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n flex-direction: row;\n padding: 5px !important;\n position: relative;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidebar_item__3F9Q1::after {\n content: '';\n position: absolute;\n bottom: -3px;\n display: block;\n border-radius: 100px 0 100px 0;\n width: 0;\n height: 0;\n transition: 0.2s !important;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidenav_page_name__46AJV {\n transition: 0.3s;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj li .staticroutersidenav-module_sidenav_icon_cont__O8YSe {\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n /* width: 35px; */\n /* height: 35px; */\n /* background-color: rgba(0, 28, 105); */\n /* border-radius: 10px; */\n /* color: white; */\n transition: all 0.3s;\n position: relative;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj i.staticroutersidenav-module_metismenu_icon__EcRZ1 {\n display: flex;\n align-items: center;\n justify-content: center;\n color: #022648;\n transition: 0.3s;\n opacity: 1;\n font-size: 16px;\n}\n/* active */\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidenav_active__IjRo0::after {\n content: '';\n position: absolute;\n bottom: -3px;\n /* right: -5%; */\n display: block;\n border-radius: 100px 0 100px 0;\n width: 10px;\n height: 100%;\n /* background: red !important; */\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidenav_active__IjRo0 .staticroutersidenav-module_sidenav_page_name__46AJV {\n font-weight: 600;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidenav_active__IjRo0 .staticroutersidenav-module_sidenav_icon_cont__O8YSe {\n /* background-color: rgba(249, 128, 100) !important; */\n box-shadow: none !important;\n}\n/* hover */\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidebar_item__3F9Q1:hover {\n cursor: pointer;\n transition: 0.3s;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidebar_item__3F9Q1:hover::after {\n width: 10px;\n height: 100%;\n}\n\n.staticroutersidenav-module_horizontal_nav_menu__6V32S{\n display: flex;\n flex-direction: row;\n}\n.staticroutersidenav-module_horizontal_nav_menu__6V32S li.staticroutersidenav-module_sidebar_item__3F9Q1 {\n transition: 0.3s !important;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n padding: 5px !important;\n position: relative;\n}\n@media screen and (max-width:800px) {\n .staticroutersidenav-module_horizontal_nav_menu__6V32S{\n width: 100%;\n display: block !important;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .staticroutersidenav-module_sidebar_item__3F9Q1{\n width: 30% !important;\n float: none;\n display: inline-block;\n zoom: 1; \n } \n}\n@media screen and (max-width:700px) {\n .staticroutersidenav-module_sidebar_item__3F9Q1{\n min-width: 40% !important;\n }\n}\n@media screen and (max-width:500px) {\n .staticroutersidenav-module_sidebar_item__3F9Q1{\n min-width: 60% !important;\n }\n}\n\n\n.staticroutersidenav-module_sidebar_itemlastchild__9O187{\n margin-right: 0 !important;\n margin-left: 0 !important;\n}";
498
794
  var staticroutersidenav = {"vertical_nav_menu":"staticroutersidenav-module_vertical_nav_menu__p0mIj","sidebar_item":"staticroutersidenav-module_sidebar_item__3F9Q1","sidenav_page_name":"staticroutersidenav-module_sidenav_page_name__46AJV","sidenav_icon_cont":"staticroutersidenav-module_sidenav_icon_cont__O8YSe","metismenu_icon":"staticroutersidenav-module_metismenu_icon__EcRZ1","sidenav_active":"staticroutersidenav-module_sidenav_active__IjRo0","horizontal_nav_menu":"staticroutersidenav-module_horizontal_nav_menu__6V32S","sidebar_itemlastchild":"staticroutersidenav-module_sidebar_itemlastchild__9O187"};
499
- styleInject(css_248z$u);
795
+ styleInject(css_248z$v);
500
796
 
501
- function ownKeys$14(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; }
797
+ function ownKeys$16(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; }
502
798
 
503
- function _objectSpread$14(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$14(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$14(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
799
+ function _objectSpread$16(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$16(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$16(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
504
800
  // import { useMutation, useQuery, useQueryClient } from 'react-query';
505
801
  // import { useHistory, Link } from 'react-router-dom';
506
802
  // import { LanguageContext } from '../../../../../../../Contexts/LanguageContext';
@@ -608,7 +904,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
608
904
  templatepropcontext === null || templatepropcontext === void 0 ? void 0 : (_templatepropcontext$ = templatepropcontext.pagesnprop[CurrentPageId]) === null || _templatepropcontext$ === void 0 ? void 0 : (_templatepropcontext$2 = _templatepropcontext$.pageproperties) === null || _templatepropcontext$2 === void 0 ? void 0 : _templatepropcontext$2.forEach(function (arrayItem, arrayindex) {
609
905
  secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
610
906
  });
611
- setsectionproperties(_objectSpread$14({}, secpropobj));
907
+ setsectionproperties(_objectSpread$16({}, secpropobj));
612
908
  setnavigationstyle('Upper Navigation'); // }
613
909
  // }
614
910
  }, [CurrentPageId]);
@@ -764,9 +1060,9 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
764
1060
  }))))));
765
1061
  };
766
1062
 
767
- function ownKeys$13(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; }
1063
+ function ownKeys$15(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; }
768
1064
 
769
- function _objectSpread$13(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$13(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$13(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
1065
+ function _objectSpread$15(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$15(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$15(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
770
1066
 
771
1067
  var Ordershistory = function Ordershistory(props) {
772
1068
  var _bgimagesarray$, _bgimagesarray$2;
@@ -811,10 +1107,10 @@ var Ordershistory = function Ordershistory(props) {
811
1107
 
812
1108
  React.useEffect(function () {
813
1109
  if ((authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) == true) {
814
- var tempFetchQueriesEngineContext = _objectSpread$13({}, FetchQueriesEngineContext);
1110
+ var tempFetchQueriesEngineContext = _objectSpread$15({}, FetchQueriesEngineContext);
815
1111
 
816
1112
  tempFetchQueriesEngineContext.orderhistory = true;
817
- setFetchQueriesEngineContext(_objectSpread$13({}, tempFetchQueriesEngineContext));
1113
+ setFetchQueriesEngineContext(_objectSpread$15({}, tempFetchQueriesEngineContext));
818
1114
  } else {
819
1115
  routingcountext('');
820
1116
  }
@@ -840,7 +1136,7 @@ var Ordershistory = function Ordershistory(props) {
840
1136
  StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
841
1137
  secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
842
1138
  });
843
- setsectionproperties(_objectSpread$13({}, secpropobj));
1139
+ setsectionproperties(_objectSpread$15({}, secpropobj));
844
1140
  }
845
1141
  }, [StatePagePropertiesContext]);
846
1142
  var orderhistory_cssstyles = {
@@ -1620,13 +1916,13 @@ var Ordershistory = function Ordershistory(props) {
1620
1916
  }, lang.cod))))))))))));
1621
1917
  };
1622
1918
 
1623
- var css_248z$t = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_container__FuptA {\n height: 300px;\n border-radius: 10px;\n background-size: cover !important;\n background-repeat: no-repeat;\n background-position: center;\n background-color: #e6e6e6;\n width: 100% !important;\n box-shadow: 0 0 10px #e6e6e6;\n}\n.wishlist-module_floatbtn__PZDvQ {\n position: absolute;\n top: 10px;\n right: 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: 0.3s;\n opacity: 0;\n}\n.wishlist-module_wishlist_card__sUXul:hover .wishlist-module_floatbtn__PZDvQ {\n opacity: 1;\n}\n@media screen and (max-width: 800px) {\n .wishlist-module_floatbtn__PZDvQ {\n opacity: 1 !important;\n }\n}\n";
1919
+ var css_248z$u = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_container__FuptA {\n height: 300px;\n border-radius: 10px;\n background-size: cover !important;\n background-repeat: no-repeat;\n background-position: center;\n background-color: #e6e6e6;\n width: 100% !important;\n box-shadow: 0 0 10px #e6e6e6;\n}\n.wishlist-module_floatbtn__PZDvQ {\n position: absolute;\n top: 10px;\n right: 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: 0.3s;\n opacity: 0;\n}\n.wishlist-module_wishlist_card__sUXul:hover .wishlist-module_floatbtn__PZDvQ {\n opacity: 1;\n}\n@media screen and (max-width: 800px) {\n .wishlist-module_floatbtn__PZDvQ {\n opacity: 1 !important;\n }\n}\n";
1624
1920
  var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
1625
- styleInject(css_248z$t);
1921
+ styleInject(css_248z$u);
1626
1922
 
1627
- function ownKeys$12(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; }
1923
+ function ownKeys$14(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; }
1628
1924
 
1629
- function _objectSpread$12(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$12(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$12(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
1925
+ function _objectSpread$14(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$14(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$14(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
1630
1926
 
1631
1927
  var Wishlist = function Wishlist(props) {
1632
1928
  var _bgimagesarray$, _bgimagesarray$2;
@@ -1663,7 +1959,7 @@ var Wishlist = function Wishlist(props) {
1663
1959
  StatePagePropertiesContext.pageobj.pageproperties.forEach(function (arrayItem, arrayindex) {
1664
1960
  secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
1665
1961
  });
1666
- setsectionproperties(_objectSpread$12({}, secpropobj));
1962
+ setsectionproperties(_objectSpread$14({}, secpropobj));
1667
1963
  }
1668
1964
  }, [StatePagePropertiesContext]);
1669
1965
 
@@ -1673,10 +1969,10 @@ var Wishlist = function Wishlist(props) {
1673
1969
  _useState2[1];
1674
1970
 
1675
1971
  React.useEffect(function () {
1676
- var tempFetchQueriesEngineContext = _objectSpread$12({}, FetchQueriesEngineContext);
1972
+ var tempFetchQueriesEngineContext = _objectSpread$14({}, FetchQueriesEngineContext);
1677
1973
 
1678
1974
  tempFetchQueriesEngineContext.fetchfavoriteproducts = true;
1679
- setFetchQueriesEngineContext(_objectSpread$12({}, tempFetchQueriesEngineContext));
1975
+ setFetchQueriesEngineContext(_objectSpread$14({}, tempFetchQueriesEngineContext));
1680
1976
  }, []);
1681
1977
 
1682
1978
  var _useState3 = React.useState(''),
@@ -1708,7 +2004,7 @@ var Wishlist = function Wishlist(props) {
1708
2004
  StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 ? void 0 : (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 ? void 0 : (_StatePagePropertiesC2 = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC2 === void 0 ? void 0 : _StatePagePropertiesC2.forEach(function (arrayItem, arrayindex) {
1709
2005
  secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
1710
2006
  });
1711
- setsectionproperties(_objectSpread$12({}, secpropobj));
2007
+ setsectionproperties(_objectSpread$14({}, secpropobj));
1712
2008
  }
1713
2009
  }, [StatePagePropertiesContext]);
1714
2010
  var wishlist_cssstyles = {
@@ -2143,6 +2439,1161 @@ var Wishlist = function Wishlist(props) {
2143
2439
  })));
2144
2440
  };
2145
2441
 
2442
+ var css_248z$t = "/* Forms */\n.form-module_form_control__4-RGw {\n display: block;\n width: 100%;\n height: 25px;\n font-size: 1rem;\n font-weight: 500;\n color: #444054;\n background-color: white;\n border-radius: 20px;\n box-shadow: 0 0 10px #e6e6e6;\n height: 40px;\n padding-left: 0;\n padding-right: 0;\n font-size: 14px;\n transition: background 0s ease-out;\n border: 0;\n padding: 0 10px;\n}\n.form-module_form_controlcheckout__IoXvi{\n display: block;\n width: 100%;\n height: 25px;\n /* font-size: 1rem; */\n /* font-weight: 500; */\n /* color: #444054; */\n /* background-color: #eee; */\n /* border-radius: 10px; */\n height: 40px;\n padding-left: 0;\n padding-right: 0;\n font-size: 14px;\n transition: background 0s ease-out;\n border: 0;\n padding: 0 10px;\n}\n.form-module_textarea__zG0ed{\n resize: none;\n /* background-color: #eee; */\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .form-module_form_control__4-RGw {\n transition: none;\n }\n}\n.form-module_form_control__4-RGw::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n.form-module_form_control__4-RGw::placeholder {\n color: #eac435;\n opacity: 1;\n}\n.form-module_form_control__4-RGw:disabled,\n.form-module_form_control__4-RGw[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n cursor: not-allowed;\n}\ntextarea.form-module_form_control__4-RGw {\n min-height: 100px !important;\n padding-top: 10px;\n padding-bottom: 10px;\n}\n.form-module_form_control__4-RGw:focus {\n transition-duration: 0.3s;\n box-shadow: none;\n box-shadow: 0 0 10px #ccc;\n}\n.form-module_form_control__4-RGw::-moz-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.form-module_form_control__4-RGw:-ms-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.form-module_form_control__4-RGw::-webkit-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n\n.form-module_form_control_border_none__TJvdZ {\n background-image: none;\n}\n.form-module_form_control__4-RGw.form-module_disabled__AtvSI,\n.form-module_form_control__4-RGw:disabled,\n.form-module_form_control__4-RGw[disabled] {\n cursor: not-allowed;\n}\n.form-module_input_label_name__416wN {\n font-size: 16px;\n text-transform: capitalize;\n color: var(--cardheader);\n font-weight: 500;\n}\n.form-module_input_label_name-bolder__UQn0a {\n font-weight: 500;\n}\n.form-module_input_icon__X-CzC {\n position: absolute;\n bottom: 5px;\n left: 0;\n color: #d9d9d9;\n}\n/* Radio Buttons */\n.form-module_radiobtn_label__-4Hoi {\n display: flex;\n cursor: pointer;\n font-weight: 500;\n position: relative;\n overflow: hidden;\n margin-bottom: 0;\n}\n.form-module_radiobtn_label__-4Hoi input {\n position: absolute;\n left: -9999px;\n display: none;\n}\n.form-module_radiobtn_label__-4Hoi input:checked + span {\n background-color: #f0f5f5;\n color: var(--focus);\n font-weight: 500;\n}\n.form-module_radiobtn_label__-4Hoi input:checked + span:before {\n box-shadow: inset 0 0 0 0.3em #eac435;\n}\n.form-module_radiobtn_label__-4Hoi span {\n display: flex;\n align-items: center;\n text-transform: capitalize;\n padding: 0.375em 0.75em 0.375em 0.375em;\n border-radius: 99em;\n transition: 0.25s ease;\n font-weight: normal;\n color: var(--focus);\n}\n.form-module_radiobtn_label__-4Hoi span:hover {\n background-color: #e6e6e6;\n}\n.form-module_radiobtn_label__-4Hoi span:before {\n display: flex;\n flex-shrink: 0;\n content: '';\n background-color: #fff;\n width: 1em;\n height: 1em;\n border-radius: 50%;\n margin-right: 0.375em;\n transition: 0.25s ease;\n box-shadow: inset 0 0 0 0.125em var(--focus);\n}\n.form-module_radiobtn_label__-4Hoi.form-module_text-grey__JdZMY span:before {\n box-shadow: inset 0 0 0 0.125em grey;\n}\n.form-module_radiobtn_label__-4Hoi input.form-module_disabled__AtvSI {\n cursor: not-allowed;\n}\n.form-module_radiobtn_label_translated__WN5Jj span:before {\n display: flex;\n flex-shrink: 0;\n content: '';\n background-color: #fff;\n width: 1em;\n height: 1em;\n border-radius: 50%;\n margin-left: 0.375em;\n margin-right: 0;\n transition: 0.25s ease;\n box-shadow: inset 0 0 0 0.125em var(--focus);\n}\n.form-module_radiobtn_label_translated__WN5Jj input.form-module_disabled__AtvSI {\n cursor: not-allowed;\n}\n\n/* Checkbox */\n.form-module_checkbox__XPkWy {\n --border: #022648;\n --border-hover: #959ed0;\n --tick: #fff;\n position: relative;\n /* color: var(--cardheader); */\n}\n.form-module_checkbox_label__VvcKs {\n font-size: 16px;\n text-transform: capitalize;\n font-weight: 500;\n cursor: pointer;\n}\n.form-module_checkbox__XPkWy:hover {\n /* color: var(--border-hover); */\n}\n.form-module_checkbox__XPkWy input,\n.form-module_checkbox__XPkWy svg {\n width: 16px;\n height: 16px;\n display: block;\n}\n.form-module_checkbox_sub__QWYil input {\n width: 15px;\n height: 15px;\n}\n.form-module_checkbox__XPkWy input {\n -webkit-appearance: none;\n -moz-appearance: none;\n position: relative;\n outline: none;\n background: white;\n border: none;\n margin: 0;\n padding: 0;\n cursor: pointer;\n border-radius: 4px;\n transition: box-shadow 0.3s;\n box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));\n}\n.form-module_checkbox__XPkWy input:disabled {\n cursor: not-allowed;\n}\n.form-module_checkbox__XPkWy input:hover {\n /* --s: 2px; */\n /* --b: var(--border-hover); */\n}\n.form-module_checkbox__XPkWy input:checked {\n /* --b: var(--secondary); */\n}\n.form-module_checkbox__XPkWy svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n /* stroke: var(--stroke, var(--secondary)); */\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.form-module_checkbox_sub__QWYil svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke: var(--stroke, var(--secondary));\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.form-module_checkboxtranslated__zvEV- svg {\n right: 0;\n}\n.form-module_checkbox__XPkWy input:checked {\n --s: 2px;\n transition-delay: 0.4s;\n}\n.form-module_checkbox__XPkWy input:checked + svg {\n --a: 16.1 86.12;\n --o: 102.22;\n}\n.form-module_checkbox__XPkWy svg {\n stroke-dasharray: var(--a, 86.12);\n stroke-dashoffset: var(--o, 86.12);\n transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;\n}\n";
2443
+ var formstyles = {"form_control":"form-module_form_control__4-RGw","form_controlcheckout":"form-module_form_controlcheckout__IoXvi","textarea":"form-module_textarea__zG0ed","form_control_border_none":"form-module_form_control_border_none__TJvdZ","disabled":"form-module_disabled__AtvSI","input_label_name":"form-module_input_label_name__416wN","input_label_name-bolder":"form-module_input_label_name-bolder__UQn0a","input_icon":"form-module_input_icon__X-CzC","radiobtn_label":"form-module_radiobtn_label__-4Hoi","text-grey":"form-module_text-grey__JdZMY","radiobtn_label_translated":"form-module_radiobtn_label_translated__WN5Jj","checkbox":"form-module_checkbox__XPkWy","checkbox_label":"form-module_checkbox_label__VvcKs","checkbox_sub":"form-module_checkbox_sub__QWYil","checkboxtranslated":"form-module_checkboxtranslated__zvEV-"};
2444
+ styleInject(css_248z$t);
2445
+
2446
+ function ownKeys$13(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; }
2447
+
2448
+ function _objectSpread$13(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$13(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$13(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
2449
+ var defaultstyles = {
2450
+ option: function option(provided, state) {
2451
+ return _objectSpread$13(_objectSpread$13({}, provided), {}, {
2452
+ borderBottom: '1px solid #e6e6e6',
2453
+ backgroundColor: state.isSelected ? '' : '',
2454
+ padding: 5,
2455
+ textTransform: 'capitalize',
2456
+ color: state.isSelected ? '#eac435' : '#022648',
2457
+ transition: '.3s',
2458
+ '&:hover': {
2459
+ // color: '#eac435',
2460
+ cursor: 'pointer'
2461
+ }
2462
+ });
2463
+ },
2464
+ control: function control() {
2465
+ return {
2466
+ borderBottom: '1px solid #ccc',
2467
+ backgroundColor: 'white',
2468
+ display: 'flex',
2469
+ cursor: 'pointer',
2470
+ padding: 0,
2471
+ transition: '.3s',
2472
+ '&:hover': {// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
2473
+ // borderRadius: '10px',
2474
+ }
2475
+ };
2476
+ },
2477
+ dropdownIndicator: function dropdownIndicator(provided) {
2478
+ return _objectSpread$13(_objectSpread$13({}, provided), {}, {
2479
+ '&:hover': {// color: '#eac435',
2480
+ }
2481
+ });
2482
+ }
2483
+ };
2484
+ var defaultstylestranslated = {
2485
+ option: function option(provided, state) {
2486
+ return _objectSpread$13(_objectSpread$13({}, provided), {}, {
2487
+ borderBottom: '1px solid #e6e6e6',
2488
+ backgroundColor: state.isSelected ? '' : '',
2489
+ padding: 5,
2490
+ textTransform: 'capitalize',
2491
+ // color: state.isSelected ? '#eac435' : '#022648',
2492
+ transition: '.3s',
2493
+ textAlign: 'right',
2494
+ '&:hover': {
2495
+ // color: '#eac435',
2496
+ cursor: 'pointer'
2497
+ }
2498
+ });
2499
+ },
2500
+ control: function control() {
2501
+ return {
2502
+ borderBottom: '1px solid #ccc',
2503
+ backgroundColor: 'white',
2504
+ display: 'flex',
2505
+ cursor: 'pointer',
2506
+ padding: 0,
2507
+ transition: '.3s',
2508
+ textAlign: 'right',
2509
+ '&:hover': {// boxShadow: '0px 9px 20px rgba(75, 72, 72, 0.3)',
2510
+ // borderRadius: '10px',
2511
+ }
2512
+ };
2513
+ },
2514
+ dropdownIndicator: function dropdownIndicator(provided) {
2515
+ return _objectSpread$13(_objectSpread$13({}, provided), {}, {
2516
+ '&:hover': {// color: '#eac435',
2517
+ }
2518
+ });
2519
+ },
2520
+ placeholder: function placeholder(provided, state) {
2521
+ return _objectSpread$13(_objectSpread$13({}, provided), {}, {
2522
+ textAlign: 'right'
2523
+ });
2524
+ }
2525
+ };
2526
+
2527
+ function ownKeys$12(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; }
2528
+
2529
+ function _objectSpread$12(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$12(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$12(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
2530
+
2531
+ var Checkout = function Checkout(props) {
2532
+ var _fetchcustomercartQue69, _fetchcustomercartQue70, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue83, _fetchcustomercartQue84, _fetchcustomercartQue85, _fetchcustomercartQue86, _fetchcustomercartQue89, _fetchcustomercartQue90, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue97, _fetchcustomercartQue98;
2533
+
2534
+ var _useState = React.useState(null),
2535
+ _useState2 = _slicedToArray__default["default"](_useState, 2),
2536
+ timer = _useState2[0],
2537
+ settimer = _useState2[1];
2538
+
2539
+ var langdetect = props.actions.langdetect;
2540
+ var lang = props.actions.lang;
2541
+ var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
2542
+ var routingcountext = props.actions.routingcountext;
2543
+ var ApplyPromoCodeMutationContext = props.actions.ApplyPromoCodeMutationContext;
2544
+ var CurrentSrcTypeContext = props.actions.CurrentSrcTypeContext;
2545
+ var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
2546
+ var templatepropcontext = props.actions.templatepropcontext;
2547
+ var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
2548
+ var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
2549
+ var setFetchQueriesEngineContext = props.actions.setFetchQueriesEngineContext;
2550
+ var fetchTabexCountriesQueryContext = props.actions.fetchTabexCountriesQueryContext;
2551
+ var fetchTabexStatesQueryContext = props.actions.fetchTabexStatesQueryContext;
2552
+ var FetchTabexStatesPayloadobjContext = props.actions.FetchTabexStatesPayloadobjContext;
2553
+ var setFetchTabexStatesPayloadobjContext = props.actions.setFetchTabexStatesPayloadobjContext;
2554
+ var ChooseState_CountryMutationContext = props.actions.ChooseState_CountryMutationContext;
2555
+ var fetchTabexCitiesQueryContext = props.actions.fetchTabexCitiesQueryContext;
2556
+ var AddOrderMutationContext = props.actions.AddOrderMutationContext;
2557
+ props.actions.fetchAuthorizationQueryContext;
2558
+ var authdetailsContext = props.actions.authdetailsContext;
2559
+ var NotificationManager = props.actions.NotificationManager;
2560
+ var queryClient = props.actions.queryClient;
2561
+
2562
+ var _useState3 = React.useState(''),
2563
+ _useState4 = _slicedToArray__default["default"](_useState3, 2),
2564
+ sectionproperties = _useState4[0],
2565
+ setsectionproperties = _useState4[1];
2566
+
2567
+ var _useState5 = React.useState(''),
2568
+ _useState6 = _slicedToArray__default["default"](_useState5, 2),
2569
+ CurrentPageId = _useState6[0],
2570
+ setCurrentPageId = _useState6[1];
2571
+
2572
+ React.useEffect(function () {
2573
+ var _templatepropcontext$;
2574
+
2575
+ var cartindex = templatepropcontext === null || templatepropcontext === void 0 ? void 0 : (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
2576
+ return x.staticpageid == '6218bccb82af8';
2577
+ });
2578
+
2579
+ if (cartindex >= 0) {
2580
+ setCurrentPageId(cartindex);
2581
+ }
2582
+ }, []);
2583
+ React.useEffect(function () {
2584
+ var _templatepropcontext$2, _templatepropcontext$3;
2585
+
2586
+ var secpropobj = {};
2587
+ templatepropcontext === null || templatepropcontext === void 0 ? void 0 : (_templatepropcontext$2 = templatepropcontext.pagesnprop[CurrentPageId]) === null || _templatepropcontext$2 === void 0 ? void 0 : (_templatepropcontext$3 = _templatepropcontext$2.pageproperties) === null || _templatepropcontext$3 === void 0 ? void 0 : _templatepropcontext$3.forEach(function (arrayItem, arrayindex) {
2588
+ secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
2589
+ });
2590
+ setsectionproperties(_objectSpread$12({}, secpropobj));
2591
+ }, [CurrentPageId]);
2592
+ React.useEffect(function () {
2593
+ if (CurrentSrcTypeContext == 'workplace') {
2594
+ if (StatePagePropertiesContext != null && StatePagePropertiesContext != undefined && StatePagePropertiesContext.length != 0) {
2595
+ var _StatePagePropertiesC, _StatePagePropertiesC2;
2596
+
2597
+ var secpropobj = {};
2598
+ StatePagePropertiesContext === null || StatePagePropertiesContext === void 0 ? void 0 : (_StatePagePropertiesC = StatePagePropertiesContext.pageobj) === null || _StatePagePropertiesC === void 0 ? void 0 : (_StatePagePropertiesC2 = _StatePagePropertiesC.pageproperties) === null || _StatePagePropertiesC2 === void 0 ? void 0 : _StatePagePropertiesC2.forEach(function (arrayItem, arrayindex) {
2599
+ secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
2600
+ });
2601
+ setsectionproperties(_objectSpread$12({}, secpropobj));
2602
+ }
2603
+ }
2604
+ }, [StatePagePropertiesContext]);
2605
+ React.useEffect(function () {
2606
+ var _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue9, _fetchcustomercartQue10, _fetchcustomercartQue11, _fetchcustomercartQue12, _fetchcustomercartQue13, _fetchcustomercartQue14;
2607
+
2608
+ // if (authdetailsContext.loggedin == true) {
2609
+ var tempFetchQueriesEngineContext = _objectSpread$12({}, FetchQueriesEngineContext);
2610
+
2611
+ tempFetchQueriesEngineContext.fetchtabexcountries = true;
2612
+ setFetchQueriesEngineContext(_objectSpread$12({}, tempFetchQueriesEngineContext));
2613
+
2614
+ var tempFetchTabexStatesPayloadobjContext = _objectSpread$12({}, FetchTabexStatesPayloadobjContext);
2615
+
2616
+ if ( // Aya
2617
+ !fetchcustomercartQueryContext.isFetching && fetchcustomercartQueryContext.isSuccess && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue === void 0 ? void 0 : (_fetchcustomercartQue2 = _fetchcustomercartQue.data) === null || _fetchcustomercartQue2 === void 0 ? void 0 : _fetchcustomercartQue2.customercart) != undefined && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue3 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue3 === void 0 ? void 0 : (_fetchcustomercartQue4 = _fetchcustomercartQue3.data) === null || _fetchcustomercartQue4 === void 0 ? void 0 : _fetchcustomercartQue4.customercart.countryid) != null && // End
2618
+ (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue5 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue5 === void 0 ? void 0 : (_fetchcustomercartQue6 = _fetchcustomercartQue5.data) === null || _fetchcustomercartQue6 === void 0 ? void 0 : _fetchcustomercartQue6.customercart.countryid.length) != 0) {
2619
+ var _fetchcustomercartQue7, _fetchcustomercartQue8;
2620
+
2621
+ tempFetchTabexStatesPayloadobjContext.country_id = fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue7 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue7 === void 0 ? void 0 : (_fetchcustomercartQue8 = _fetchcustomercartQue7.data) === null || _fetchcustomercartQue8 === void 0 ? void 0 : _fetchcustomercartQue8.customercart.countryid;
2622
+ }
2623
+
2624
+ if ( // aya
2625
+ !fetchcustomercartQueryContext.isFetching && fetchcustomercartQueryContext.isSuccess && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue9 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue9 === void 0 ? void 0 : (_fetchcustomercartQue10 = _fetchcustomercartQue9.data) === null || _fetchcustomercartQue10 === void 0 ? void 0 : _fetchcustomercartQue10.customercart) != undefined && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue11 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue11 === void 0 ? void 0 : (_fetchcustomercartQue12 = _fetchcustomercartQue11.data) === null || _fetchcustomercartQue12 === void 0 ? void 0 : _fetchcustomercartQue12.customercart.stateid) != null && // end
2626
+ (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue13 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue13 === void 0 ? void 0 : (_fetchcustomercartQue14 = _fetchcustomercartQue13.data) === null || _fetchcustomercartQue14 === void 0 ? void 0 : _fetchcustomercartQue14.customercart.stateid.length) != 0) {
2627
+ var _fetchcustomercartQue15, _fetchcustomercartQue16;
2628
+
2629
+ tempFetchTabexStatesPayloadobjContext.state_id = fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue15 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue15 === void 0 ? void 0 : (_fetchcustomercartQue16 = _fetchcustomercartQue15.data) === null || _fetchcustomercartQue16 === void 0 ? void 0 : _fetchcustomercartQue16.customercart.stateid;
2630
+ }
2631
+
2632
+ setFetchTabexStatesPayloadobjContext(_objectSpread$12({}, tempFetchTabexStatesPayloadobjContext)); // } else {
2633
+ // routingcountext('');
2634
+ // }
2635
+ }, []);
2636
+
2637
+ var cartinfoupdater = function cartinfoupdater(key, value) {
2638
+ var _fetchcustomercartQue17, _fetchcustomercartQue18, _fetchcustomercartQue19, _fetchcustomercartQue20, _fetchcustomercartQue21, _fetchcustomercartQue22, _fetchcustomercartQue23, _fetchcustomercartQue24, _fetchcustomercartQue25, _fetchcustomercartQue26, _fetchcustomercartQue27, _fetchcustomercartQue28, _fetchcustomercartQue29, _fetchcustomercartQue30, _fetchcustomercartQue31, _fetchcustomercartQue32;
2639
+
2640
+ var cartarr = queryClient.getQueryData('fetchcustomercart_API');
2641
+ cartarr.data.customercart[key] = value;
2642
+ queryClient.setQueryData('fetchcustomercart_API', cartarr);
2643
+ var payloadobj = {
2644
+ stateid: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue17 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue17 === void 0 ? void 0 : (_fetchcustomercartQue18 = _fetchcustomercartQue17.data) === null || _fetchcustomercartQue18 === void 0 ? void 0 : _fetchcustomercartQue18.customercart.stateid,
2645
+ countryid: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue19 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue19 === void 0 ? void 0 : (_fetchcustomercartQue20 = _fetchcustomercartQue19.data) === null || _fetchcustomercartQue20 === void 0 ? void 0 : _fetchcustomercartQue20.customercart.countryid,
2646
+ cityid: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue21 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue21 === void 0 ? void 0 : (_fetchcustomercartQue22 = _fetchcustomercartQue21.data) === null || _fetchcustomercartQue22 === void 0 ? void 0 : _fetchcustomercartQue22.customercart.cityid,
2647
+ address: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue23 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue23 === void 0 ? void 0 : (_fetchcustomercartQue24 = _fetchcustomercartQue23.data) === null || _fetchcustomercartQue24 === void 0 ? void 0 : _fetchcustomercartQue24.customercart.address,
2648
+ paymentmethod: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue25 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue25 === void 0 ? void 0 : (_fetchcustomercartQue26 = _fetchcustomercartQue25.data) === null || _fetchcustomercartQue26 === void 0 ? void 0 : _fetchcustomercartQue26.customercart.paymentmethod,
2649
+ name: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue27 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue27 === void 0 ? void 0 : (_fetchcustomercartQue28 = _fetchcustomercartQue27.data) === null || _fetchcustomercartQue28 === void 0 ? void 0 : _fetchcustomercartQue28.customercart.name,
2650
+ email: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue29 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue29 === void 0 ? void 0 : (_fetchcustomercartQue30 = _fetchcustomercartQue29.data) === null || _fetchcustomercartQue30 === void 0 ? void 0 : _fetchcustomercartQue30.customercart.email,
2651
+ mobile: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue31 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue31 === void 0 ? void 0 : (_fetchcustomercartQue32 = _fetchcustomercartQue31.data) === null || _fetchcustomercartQue32 === void 0 ? void 0 : _fetchcustomercartQue32.customercart.mobile
2652
+ };
2653
+
2654
+ if (key == 'address' || key == 'name' || key == 'mobile' || key == 'email') {
2655
+ clearTimeout(timer);
2656
+ settimer(setTimeout(function () {
2657
+ ChooseState_CountryMutationContext.mutate(payloadobj);
2658
+ }, 1500));
2659
+ } else {
2660
+ ChooseState_CountryMutationContext.mutate(payloadobj);
2661
+ }
2662
+ };
2663
+
2664
+ var checkoutstyles = _defineProperty__default["default"]({
2665
+ Salepricestyless: glamor.css({
2666
+ fontSize: sectionproperties.prodsalepriceFontSize + 'px',
2667
+ fontWeight: sectionproperties.prodsalePriceFontWeight,
2668
+ color: sectionproperties.prodsalePriceColor,
2669
+ show: sectionproperties.prodsalePriceshow,
2670
+ transition: '.3s'
2671
+ }),
2672
+ userinfo_iconcont: glamor.css({
2673
+ width: sectionproperties.userinfo_iconwidth + 'px',
2674
+ height: sectionproperties.userinfo_iconheight + 'px',
2675
+ background: sectionproperties.userinfo_iconbg,
2676
+ borderRadius: sectionproperties.userinfo_iconborderbottomleftradius + 'px',
2677
+ color: sectionproperties.userinfo_iconcolor
2678
+ }),
2679
+ userinfotextstyles: glamor.css({
2680
+ color: sectionproperties.userinfo_color,
2681
+ fontWeight: sectionproperties.userinfo_fontweight,
2682
+ fontSize: sectionproperties.userinfo_fontsize + 'px'
2683
+ }),
2684
+ input_label_name: glamor.css({
2685
+ color: sectionproperties.form_labelcolor,
2686
+ textTransform: sectionproperties.form_labeltexttransform,
2687
+ fontWeight: sectionproperties.form_labelfontweight,
2688
+ fontSize: sectionproperties.form_labelfontsize + 'px'
2689
+ }),
2690
+ checkbox: glamor.css({
2691
+ color: sectionproperties.checkbox_color,
2692
+ textTransform: sectionproperties.form_labeltexttransform,
2693
+ fontWeight: sectionproperties.form_labelfontweight,
2694
+ fontSize: sectionproperties.form_labelfontsize + 'px',
2695
+ transition: '.3s',
2696
+ ':hover': {
2697
+ color: sectionproperties.checkbox_texthovercolor
2698
+ },
2699
+ 'input:checked': {
2700
+ color: sectionproperties.checkbox_checkedcolor
2701
+ }
2702
+ }),
2703
+ checkboxinputstyles: glamor.css({
2704
+ ':hover:not(:checked)': {
2705
+ boxShadow: 'inset 0 0 0 2px ' + sectionproperties.checkbox_texthovercolor
2706
+ },
2707
+ ':checked': {
2708
+ boxShadow: 'inset 0 0 0 2px ' + sectionproperties.checkbox_checkedcolor
2709
+ }
2710
+ }),
2711
+ svgstyles: glamor.css({
2712
+ stroke: 'var(--stroke, ' + sectionproperties.checkbox_checkedcolor + ')'
2713
+ }),
2714
+ innersectiontitlestyles: glamor.css({
2715
+ color: sectionproperties.innersection_titlecolor,
2716
+ fontSize: sectionproperties.innersection_titlefontsize + 'px',
2717
+ fontWeight: sectionproperties.innersection_titlefontweight,
2718
+ textTransform: sectionproperties.innersection_titletextTransform
2719
+ }),
2720
+ summarysectionstyles: glamor.css({
2721
+ fontSize: sectionproperties.summary_fontsize + 'px',
2722
+ color: sectionproperties.summary_textcolor,
2723
+ fontWeight: sectionproperties.summary_textfontweight,
2724
+ textTransform: sectionproperties.summary_texttransform,
2725
+ textAlign: langdetect == 'en' ? 'left' : 'right'
2726
+ }),
2727
+ checkoutbtnstyles: glamor.css({
2728
+ background: sectionproperties.checkoutBtnbgColor,
2729
+ width: sectionproperties.checkoutBtnWidth,
2730
+ height: sectionproperties.checkoutBtnHeight,
2731
+ borderRadius: sectionproperties.checkout_borderBottomLeftRadius + 'px',
2732
+ color: sectionproperties.checkoutBtnTextcolor,
2733
+ textTransform: sectionproperties.checkoutBtnTexttransform,
2734
+ fontWeight: sectionproperties.checkoutBtnTextfontweight,
2735
+ fontSize: sectionproperties.checkoutBtnTextfontsize + 'px',
2736
+ border: sectionproperties.checkoutBtn_borderwidth + 'px solid ' + sectionproperties.checkoutBtn_bordercolor,
2737
+ transition: '.3s',
2738
+ ':hover': {
2739
+ background: sectionproperties.checkoutBtnbgColoronhover_tranparent == 'Transparent' ? 'transparent' : sectionproperties.checkoutBtnbgColoronhover,
2740
+ color: sectionproperties.checkoutBtnTextcoloronhover
2741
+ }
2742
+ }),
2743
+ productNameStyles: glamor.css({
2744
+ color: sectionproperties.prodNameColor,
2745
+ fontSize: sectionproperties.prodNameFontSize + 'px',
2746
+ textTransform: sectionproperties.prodNameTextTranform,
2747
+ fontWeight: sectionproperties.prodNameFontWeight
2748
+ }),
2749
+ productPricestyles: glamor.css({
2750
+ color: sectionproperties.prodPriceColor,
2751
+ fontSize: sectionproperties.prodpriceFontSize + 'px',
2752
+ fontWeight: sectionproperties.prodPriceFontWeight
2753
+ }),
2754
+ productSalePricestyles: glamor.css({
2755
+ color: sectionproperties.prodsalePriceColor,
2756
+ fontSize: sectionproperties.prodsalepriceFontSize + 'px',
2757
+ fontWeight: sectionproperties.prodsalePriceFontWeight
2758
+ }),
2759
+ imagecont: glamor.css({
2760
+ width: '8vh',
2761
+ height: '8vh',
2762
+ border: sectionproperties.prodimage_borderwidth + 'px solid ' + sectionproperties.prodimage_color,
2763
+ backgroundColor: sectionproperties.prodimage_bgcolor,
2764
+ borderBottomLeftRadius: sectionproperties.prodimage__borderBottomLeftRadius + 'px',
2765
+ borderBottomRightRadius: sectionproperties.prodimage__borderBottomRightRadius + 'px',
2766
+ borderTopLeftRadius: sectionproperties.prodimage__borderTopLeftRadius + 'px',
2767
+ borderTopRightRadius: sectionproperties.prodimage__borderTopRightRadius + 'px',
2768
+ display: 'flex',
2769
+ alignItems: 'center',
2770
+ justifyContent: 'center',
2771
+ backgroundRepeat: 'no-repeat',
2772
+ backgroundSize: 'cover',
2773
+ backgroundPosition: 'center',
2774
+ position: 'relative'
2775
+ }),
2776
+ applybtnstyles: glamor.css({
2777
+ width: sectionproperties.applybtn_width + 'px',
2778
+ height: sectionproperties.applybtn_height + 'px',
2779
+ borderRadius: sectionproperties.applybtn_borderBottomLeftRadius + 'px',
2780
+ textTransform: sectionproperties.applybtn_texttransform,
2781
+ fontSize: sectionproperties.applybtn_fontsize + 'px',
2782
+ color: sectionproperties.applybtn_textColor,
2783
+ fontWeight: sectionproperties.applybtn_Textfontweight,
2784
+ background: sectionproperties.applybtn_bgColor,
2785
+ border: sectionproperties.applybtnborderwidth + 'px solid ' + sectionproperties.applybtnbordercolor,
2786
+ transition: '.3s',
2787
+ ':hover': {
2788
+ background: sectionproperties.applybtn_bgColoronhover,
2789
+ color: sectionproperties.applybtn_Textcoloronhover
2790
+ }
2791
+ }),
2792
+ inputfiledstyles: glamor.css({}),
2793
+ checkorderbtnstyles: glamor.css({
2794
+ background: sectionproperties.generalbtn_bgColor,
2795
+ width: sectionproperties.generalbtn_width,
2796
+ height: sectionproperties.generalbtn_height,
2797
+ borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
2798
+ borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
2799
+ borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
2800
+ borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
2801
+ color: sectionproperties.generalbtn_textColor,
2802
+ textTransform: sectionproperties.generalbtn_texttransform,
2803
+ fontWeight: sectionproperties.generalbtn_fontweight,
2804
+ fontSize: sectionproperties.generalbtn_fontsize + 'px',
2805
+ border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
2806
+ transition: '.3s',
2807
+ ':hover': {
2808
+ background: sectionproperties.generalbtn_bgColoronhover,
2809
+ color: sectionproperties.generalbtn_textColoronhover
2810
+ }
2811
+ })
2812
+ }, "input_label_name", glamor.css({
2813
+ color: sectionproperties.form_labelcolor,
2814
+ textTransform: sectionproperties.form_labeltexttransform,
2815
+ fontWeight: sectionproperties.form_labelfontweight,
2816
+ fontSize: sectionproperties.form_labelfontsize + 'px'
2817
+ }));
2818
+
2819
+ var Mycart = function Mycart() {
2820
+ var _fetchcustomercartQue33, _fetchcustomercartQue34, _fetchcustomercartQue35, _fetchcustomercartQue36, _fetchcustomercartQue37, _fetchcustomercartQue38, _fetchcustomercartQue45, _fetchcustomercartQue46, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue56, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64, _fetchcustomercartQue65, _fetchcustomercartQue66, _fetchcustomercartQue67, _fetchcustomercartQue68;
2821
+
2822
+ return /*#__PURE__*/React__default["default"].createElement("div", {
2823
+ className: "row m-0 w-100"
2824
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2825
+ className: "col-lg-12 d-flex align-items-center p-0"
2826
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2827
+ style: {
2828
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
2829
+ color: sectionproperties.sectionTitleColor,
2830
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
2831
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
2832
+ textTransform: sectionproperties.sectionTitleTextTransform,
2833
+ fontWeight: sectionproperties.sectionTitleFontWeight
2834
+ }
2835
+ }, lang.mycart)), ChooseState_CountryMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, null), !ChooseState_CountryMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
2836
+ className: "row m-0 w-100"
2837
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2838
+ className: "col-lg-12 p-0"
2839
+ }, fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue33 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue33 === void 0 ? void 0 : (_fetchcustomercartQue34 = _fetchcustomercartQue33.data) === null || _fetchcustomercartQue34 === void 0 ? void 0 : _fetchcustomercartQue34.customercart.cartitems.map(function (item, index) {
2840
+ return /*#__PURE__*/React__default["default"].createElement("div", {
2841
+ className: langdetect == 'en' ? 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pl-2 pr-0 mb-3' : 'col-lg-12 col-md-12 col-sm-12 pt-3 pb-3 pr-2 pl-0 mb-3',
2842
+ style: {
2843
+ background: sectionproperties.summary_sectionbgcolor,
2844
+ borderRadius: sectionproperties.summary_sectionborderbottomleftradius + 'px',
2845
+ border: sectionproperties.summary_sectionborderwidth + 'px solid ' + sectionproperties.summary_sectionbordercolor
2846
+ }
2847
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2848
+ className: "row m-0 w-100 d-flex"
2849
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2850
+ className: "".concat(checkoutstyles.imagecont)
2851
+ }, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
2852
+ urlEndpoint: IKurlEndpoint,
2853
+ publicKey: IKpublicKey,
2854
+ path: item.productinfo.hasvariants == 0 ? '/tr:w-300,h-300/' + item.productinfo.productmainimage : '/tr:w-300,h-300/' + item.productinfo.variantinfo.variantimageurl,
2855
+ style: {
2856
+ width: '100%',
2857
+ height: '100%',
2858
+ objectFit: 'cover'
2859
+ },
2860
+ loading: "lazy"
2861
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
2862
+ className: "col-lg-7 col-md-7 col-sm-7"
2863
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2864
+ className: "row m-0 w-100"
2865
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2866
+ className: "col-lg-12 col-md-12 col-sm-12 p-0"
2867
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2868
+ className: "".concat(checkoutstyles.productNameStyles) + ' m-0 p-0 d-flex justify-content-start '
2869
+ }, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
2870
+ className: "col-lg-12 p-0"
2871
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2872
+ className: "m-0 p-0 font-weight-500 text-light d-flex justify-content-start"
2873
+ }, lang.qty, ": ", item.quantity)), item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
2874
+ return /*#__PURE__*/React__default["default"].createElement("div", {
2875
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
2876
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2877
+ className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
2878
+ }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
2879
+ className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
2880
+ }, variantitem.optionvalue));
2881
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
2882
+ className: "col-lg-3 col-md-3 col-sm-2 p-0"
2883
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2884
+ className: "row m-0 w-100 h-100"
2885
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2886
+ className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-center justify-content-end mb-auto"
2887
+ }, item.productinfo.hasvariants == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
2888
+ className: "row m-0 w-100 d-flex flex-column justify-content-end"
2889
+ }, item.productinfo.hassale == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
2890
+ className: "col-lg-12 p-0 d-flex justify-content-end"
2891
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2892
+ className: langdetect == 'en' ? "".concat(checkoutstyles.productPricestyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.productPricestyles) + ' m-0 p-0 wordbreak text-left '
2893
+ }, langdetect == 'en' ? 'EGP' : '', " ", item.productinfo.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م')), item.productinfo.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
2894
+ className: "row m-0 w-100 d-flex flex-column justify-content-end"
2895
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2896
+ className: "col-lg-12 p-0 d-flex justify-content-end"
2897
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2898
+ className: langdetect == 'en' ? "".concat(checkoutstyles.productPricestyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.productPricestyles) + ' m-0 p-0 wordbreak text-left '
2899
+ }, langdetect == 'en' ? 'EGP' : '', " ", item.productinfo.defaultsaleprice, " ", langdetect == 'en' ? '' : 'ج.م')), /*#__PURE__*/React__default["default"].createElement("div", {
2900
+ className: "col-lg-12 p-0 d-flex justify-content-end"
2901
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2902
+ className: langdetect == 'en' ? "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak text-left '
2903
+ }, langdetect == 'en' ? 'EGP' : '', " ", item.productinfo.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م')))), item.productinfo.hasvariants == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
2904
+ className: "row m-0 w-100 d-flex flex-column justify-content-end"
2905
+ }, item.productinfo.variantinfo.hassale == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
2906
+ className: "col-lg-12 p-0 d-flex justify-content-end"
2907
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2908
+ className: langdetect == 'en' ? "".concat(checkoutstyles.productPricestyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.productPricestyles) + ' m-0 p-0 wordbreak text-left '
2909
+ }, langdetect == 'en' ? 'EGP' : 'ج.م', " ", item.productinfo.variantinfo.variantprice)), item.productinfo.variantinfo.hassale == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
2910
+ className: "row m-0 w-100 d-flex flex-column justify-content-end"
2911
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2912
+ className: "col-lg-12 p-0 d-flex justify-content-end"
2913
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2914
+ className: langdetect == 'en' ? "".concat(checkoutstyles.productPricestyles) + ' m-0 p-0 wordbreak d-flex align-items-center justify-content-end text-right ' : "".concat(checkoutstyles.productPricestyles) + ' m-0 p-0 wordbreak d-flex align-items-center justify-content-end text-left '
2915
+ }, langdetect == 'en' ? 'EGP' : '', " ", item.productinfo.variantinfo.variantsaleprice, langdetect == 'en' ? '' : 'ج.م')), /*#__PURE__*/React__default["default"].createElement("div", {
2916
+ className: "col-lg-12 p-0 d-flex justify-content-end"
2917
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2918
+ className: langdetect == 'en' ? "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-right ' : "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-left '
2919
+ }, langdetect == 'en' ? 'EGP' : '', " ", item.productinfo.variantinfo.variantprice, " ", langdetect == 'en' ? '' : 'ج.م')))))))));
2920
+ }), /*#__PURE__*/React__default["default"].createElement("div", {
2921
+ className: ' row m-0 w-100 p-3',
2922
+ style: {
2923
+ background: sectionproperties.summary_sectionbgcolor,
2924
+ borderRadius: sectionproperties.summary_sectionborderradius + 'px',
2925
+ border: sectionproperties.summary_sectionborderwidth + 'px solid ' + sectionproperties.summary_sectionbordercolor
2926
+ }
2927
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2928
+ className: "col-lg-12 p-0 mb-1"
2929
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2930
+ className: "col-lg-12 p-0 mb-4"
2931
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
2932
+ className: "".concat(checkoutstyles.input_label_name) + ' m-0 p-0 mb-2 d-flex justify-content-start '
2933
+ }, lang.doyouhavepromocode), /*#__PURE__*/React__default["default"].createElement("div", {
2934
+ className: ' row m-0 w-100 d-flex justify-content-center align-items-center '
2935
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2936
+ className: 'col-lg-12 col-md-12 col-sm-12 p-0 mb-3'
2937
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
2938
+ type: "text",
2939
+ className: "".concat(formstyles.form_control),
2940
+ style: {
2941
+ borderRadius: sectionproperties.inputfieldborderradius + 'px',
2942
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
2943
+ color: sectionproperties.inputfieldcolor,
2944
+ backgroundColor: sectionproperties.input_bgcolor
2945
+ },
2946
+ placeholder: lang.giftcarddicountcode,
2947
+ value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue35 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue35 === void 0 ? void 0 : (_fetchcustomercartQue36 = _fetchcustomercartQue35.data) === null || _fetchcustomercartQue36 === void 0 ? void 0 : _fetchcustomercartQue36.customercart.couponname,
2948
+ onChange: function onChange(event) {
2949
+ var cartarr = queryClient.getQueryData('fetchcustomercart_API');
2950
+ cartarr.data.customercart.couponname = event.target.value;
2951
+ queryClient.setQueryData('fetchcustomercart_API', cartarr);
2952
+ },
2953
+ disabled: fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue37 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue37 !== void 0 && (_fetchcustomercartQue38 = _fetchcustomercartQue37.data) !== null && _fetchcustomercartQue38 !== void 0 && _fetchcustomercartQue38.customercart.couponexists ? true : false
2954
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
2955
+ className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center"
2956
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
2957
+ className: " ".concat(checkoutstyles.applybtnstyles),
2958
+ onClick: function onClick() {
2959
+ var _fetchcustomercartQue39, _fetchcustomercartQue40;
2960
+
2961
+ if (!(fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue39 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue39 !== void 0 && (_fetchcustomercartQue40 = _fetchcustomercartQue39.data) !== null && _fetchcustomercartQue40 !== void 0 && _fetchcustomercartQue40.customercart.couponexists)) {
2962
+ var _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue43, _fetchcustomercartQue44;
2963
+
2964
+ var payloadobj = {
2965
+ couponname: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue41 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue41 === void 0 ? void 0 : (_fetchcustomercartQue42 = _fetchcustomercartQue41.data) === null || _fetchcustomercartQue42 === void 0 ? void 0 : _fetchcustomercartQue42.customercart.couponname,
2966
+ functype: 'add'
2967
+ };
2968
+
2969
+ if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue43 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue43 === void 0 ? void 0 : (_fetchcustomercartQue44 = _fetchcustomercartQue43.data) === null || _fetchcustomercartQue44 === void 0 ? void 0 : _fetchcustomercartQue44.customercart.couponname.length) != 0) {
2970
+ ApplyPromoCodeMutationContext.mutate(payloadobj);
2971
+ } else {
2972
+ NotificationManager.warning('', 'Please Type Promo Code');
2973
+ }
2974
+ } else {
2975
+ var payloadobj = {
2976
+ functype: 'delete'
2977
+ };
2978
+ ApplyPromoCodeMutationContext.mutate(payloadobj);
2979
+ }
2980
+ },
2981
+ disabled: ApplyPromoCodeMutationContext.isLoading ? true : false
2982
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
2983
+ className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles.fadeOutButton) : "".concat(generalstyles.fadeInButton)
2984
+ }, fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue45 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue45 !== void 0 && (_fetchcustomercartQue46 = _fetchcustomercartQue45.data) !== null && _fetchcustomercartQue46 !== void 0 && _fetchcustomercartQue46.customercart.couponexists ? langdetect == 'en' ? 'Remove' : 'حذف' : langdetect == 'en' ? 'Apply' : 'تطبيق'), /*#__PURE__*/React__default["default"].createElement("div", {
2985
+ className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles.fadeInButton, " ").concat(generalstyles.btn_preloader) + ' d-flex align-items-center justify-content-center ' : "".concat(generalstyles.fadeOutButton) + ' align-items-center justify-content-center '
2986
+ }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
2987
+ color: "#fff",
2988
+ width: "20px",
2989
+ height: "20px",
2990
+ duration: "1s"
2991
+ })))))), /*#__PURE__*/React__default["default"].createElement("div", {
2992
+ className: "row m-0 w-100"
2993
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
2994
+ className: "col-lg-6 col-md-6 col-sm-6 p-0"
2995
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
2996
+ className: "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 d-flex align-items-center wordbreak '
2997
+ }, lang.subtotal)), /*#__PURE__*/React__default["default"].createElement("div", {
2998
+ className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
2999
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3000
+ className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-left '
3001
+ }, langdetect == 'en' ? 'EGP' : '', " ", fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue47 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue47 === void 0 ? void 0 : (_fetchcustomercartQue48 = _fetchcustomercartQue47.data) === null || _fetchcustomercartQue48 === void 0 ? void 0 : _fetchcustomercartQue48.customercart.totalprice, " ", langdetect == 'en' ? '' : 'ج.م')))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue49 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue49 === void 0 ? void 0 : (_fetchcustomercartQue50 = _fetchcustomercartQue49.data) === null || _fetchcustomercartQue50 === void 0 ? void 0 : _fetchcustomercartQue50.customercart.couponexists) && (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue51 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue51 === void 0 ? void 0 : (_fetchcustomercartQue52 = _fetchcustomercartQue51.data) === null || _fetchcustomercartQue52 === void 0 ? void 0 : _fetchcustomercartQue52.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
3002
+ className: "col-lg-12 p-0 mb-1"
3003
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3004
+ className: "row m-0 w-100"
3005
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3006
+ className: "col-lg-6 col-md-6 col-sm-6 p-0"
3007
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3008
+ className: "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 text-danger d-flex align-items-start wordbreak '
3009
+ }, lang.discount)), /*#__PURE__*/React__default["default"].createElement("div", {
3010
+ className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
3011
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3012
+ 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 '
3013
+ }, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue53 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue53 === void 0 ? void 0 : (_fetchcustomercartQue54 = _fetchcustomercartQue53.data) === null || _fetchcustomercartQue54 === void 0 ? void 0 : _fetchcustomercartQue54.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "- ", langdetect == 'en' ? 'EGP' : '', " ", fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue55 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue55 === void 0 ? void 0 : (_fetchcustomercartQue56 = _fetchcustomercartQue55.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.discountprice, ' ', langdetect == 'en' ? '' : 'ج.م'), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue57 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue57 === void 0 ? void 0 : (_fetchcustomercartQue58 = _fetchcustomercartQue57.data) === null || _fetchcustomercartQue58 === void 0 ? void 0 : _fetchcustomercartQue58.customercart.discountprice) == 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "0"))))), /*#__PURE__*/React__default["default"].createElement("div", {
3014
+ className: "col-lg-12 p-0"
3015
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3016
+ className: "row m-0 w-100"
3017
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3018
+ className: "col-lg-6 col-md-6 col-sm-6 p-0"
3019
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3020
+ className: "".concat(checkoutstyles.summarysectionstyles, " ") + ' m-0 p-0 d-flex align-items-start wordbreak '
3021
+ }, lang.shippingfees)), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue59 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue59 === void 0 ? void 0 : (_fetchcustomercartQue60 = _fetchcustomercartQue59.data) === null || _fetchcustomercartQue60 === void 0 ? void 0 : _fetchcustomercartQue60.customercart.zoneexists) && /*#__PURE__*/React__default["default"].createElement("div", {
3022
+ className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
3023
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3024
+ className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 wordbreak text-left '
3025
+ }, langdetect == 'en' ? 'EGP' : '', " ", fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue61 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue61 === void 0 ? void 0 : (_fetchcustomercartQue62 = _fetchcustomercartQue61.data) === null || _fetchcustomercartQue62 === void 0 ? void 0 : _fetchcustomercartQue62.customercart.zoneprice, " ", langdetect == 'en' ? '' : 'ج.م')), !(fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue63 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue63 !== void 0 && (_fetchcustomercartQue64 = _fetchcustomercartQue63.data) !== null && _fetchcustomercartQue64 !== void 0 && _fetchcustomercartQue64.customercart.zoneexists) && /*#__PURE__*/React__default["default"].createElement("div", {
3026
+ className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
3027
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3028
+ className: "".concat(checkoutstyles.summarysectionstyles) + ' m-0 p-0 d-flex align-items-start wordbreak ',
3029
+ style: {
3030
+ color: 'red'
3031
+ }
3032
+ }, lang.outofzone)))), /*#__PURE__*/React__default["default"].createElement("div", {
3033
+ className: "col-lg-12 p-0"
3034
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
3035
+ className: "mt-2 mb-2"
3036
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3037
+ className: "col-lg-12 p-0"
3038
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3039
+ className: "row m-0 w-100"
3040
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3041
+ className: "col-lg-6 col-md-6 col-sm-6 p-0"
3042
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3043
+ className: "d-flex align-items-start",
3044
+ style: {
3045
+ fontSize: sectionproperties.total_fontsize + 'px',
3046
+ fontWeight: sectionproperties.total_fontweight,
3047
+ textTransform: sectionproperties.total_texttransform,
3048
+ color: sectionproperties.total_color
3049
+ }
3050
+ }, lang.total)), /*#__PURE__*/React__default["default"].createElement("div", {
3051
+ className: "col-lg-6 col-md-6 col-sm-6 p-0"
3052
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3053
+ className: "row m-0 w-100"
3054
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3055
+ className: "col-lg-12 p-0 d-flex justify-content-end "
3056
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3057
+ className: langdetect == 'en' ? ' wordbreak text-right ' : 'wordbreak text-left ',
3058
+ style: {
3059
+ fontSize: sectionproperties.total_fontsize + 'px',
3060
+ fontWeight: sectionproperties.total_fontweight,
3061
+ textTransform: sectionproperties.total_texttransform,
3062
+ color: sectionproperties.total_color
3063
+ }
3064
+ }, langdetect == 'en' ? 'EGP' : '', " ", 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 : _fetchcustomercartQue66.customercart.totalpriceafterdiscount, ' ', langdetect == 'en' ? '' : 'ج.م')))))), /*#__PURE__*/React__default["default"].createElement("div", {
3065
+ className: "col-lg-12 d-flex align-items-center justify-content-center mb-2 mt-sm-3"
3066
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
3067
+ className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
3068
+ onClick: function onClick() {
3069
+ var payloadobj = {};
3070
+ AddOrderMutationContext.mutate(payloadobj);
3071
+ },
3072
+ disabled: AddOrderMutationContext.isLoading ? true : false
3073
+ }, AddOrderMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
3074
+ color: "#fff",
3075
+ width: "20px",
3076
+ height: "20px",
3077
+ duration: "1s"
3078
+ }), !AddOrderMutationContext.isLoading ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue67 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue67 === void 0 ? void 0 : (_fetchcustomercartQue68 = _fetchcustomercartQue67.data) === null || _fetchcustomercartQue68 === void 0 ? void 0 : _fetchcustomercartQue68.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? lang.confirmorder : lang.confirmorder + ' ' + lang.asaguest : ''))))));
3079
+ };
3080
+
3081
+ return /*#__PURE__*/React__default["default"].createElement("div", {
3082
+ className: 'row m-0 w-100 mb-3 d-flex justify-content-center p-sm-0 mt-sm-3'
3083
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3084
+ className: 'col-lg-12 w-100 d-flex justify-content-center pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
3085
+ style: {
3086
+ marginTop: sectionproperties.marginTop + 'px',
3087
+ marginBottom: sectionproperties.marginBottom + 'px',
3088
+ paddingLeft: sectionproperties.paddingLeft + 'px',
3089
+ paddingRight: sectionproperties.paddingRight + 'px',
3090
+ paddingTop: sectionproperties.paddingTop + 'px',
3091
+ paddingBottom: sectionproperties.paddingBottom + 'px',
3092
+ background: sectionproperties.backgroundColor,
3093
+ borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
3094
+ borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
3095
+ borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
3096
+ borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px'
3097
+ }
3098
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3099
+ className: 'row m-0 w-100 justify-content-center '
3100
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3101
+ className: langdetect == 'en' ? ' col-lg-8 col-md-12 pl-0 p-md-0 ' : ' col-lg-8 col-md-12 pr-0 p-md-0 '
3102
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3103
+ className: "col-lg-12 d-flex align-items-center p-0"
3104
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3105
+ style: {
3106
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
3107
+ color: sectionproperties.sectionTitleColor,
3108
+ marginTop: sectionproperties.sectionTitleMarginTop + 'px',
3109
+ marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
3110
+ textTransform: sectionproperties.sectionTitleTextTransform,
3111
+ fontWeight: sectionproperties.sectionTitleFontWeight
3112
+ }
3113
+ }, lang.checkout)), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
3114
+ className: "col-lg-12 p-0"
3115
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3116
+ className: "pl-3 pr-3 pt-2 pb-2",
3117
+ style: {
3118
+ background: sectionproperties.userinfo_sectionbgcolor,
3119
+ borderRadius: sectionproperties.userinfo_borderradius + 'px',
3120
+ marginTop: sectionproperties.userinfo_sectionmarginTop + 'px',
3121
+ marginBottom: sectionproperties.userinfo_sectionmarginbottom + 'px',
3122
+ border: sectionproperties.userinfo_borderwidth + 'px solid ' + sectionproperties.usserinfo_sectionbordercolor
3123
+ }
3124
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3125
+ className: "row m-0 w-100"
3126
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3127
+ className: "".concat(checkoutstyles.userinfo_iconcont) + ' d-flex align-items-center justify-content-center '
3128
+ }, /*#__PURE__*/React__default["default"].createElement(bs.BsCheck2Circle, {
3129
+ size: 20
3130
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3131
+ className: "col-lg-11 col-md-10 col-sm-10 p-0"
3132
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3133
+ className: "row m-0 w-100"
3134
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3135
+ className: "col-lg-12 d-flex align-items-center pl-2 pr-2",
3136
+ style: {
3137
+ fontSize: sectionproperties.userinfo_titlefontsize + 'px',
3138
+ color: sectionproperties.userinfo_titlecolor,
3139
+ fontWeight: sectionproperties.userinfo_titlefontweight
3140
+ }
3141
+ }, lang.loggedinas), /*#__PURE__*/React__default["default"].createElement("div", {
3142
+ className: "".concat(checkoutstyles.userinfotextstyles) + ' col-lg-4 col-md-6 col-sm-12 d-flex align-items-center pl-1 pr-1 text-capitalize '
3143
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3144
+ className: "m-0 p-0 d-flex align-items-center"
3145
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
3146
+ className: "h-100 d-flex align-items-center justify-content-center mb-auto mt-1",
3147
+ style: {
3148
+ fontSize: sectionproperties.userinfotext_iconfontsize + 'px',
3149
+ color: sectionproperties.userinfotext_iconcolor,
3150
+ marginRight: langdetect == 'en' ? '5px' : 0,
3151
+ marginLeft: langdetect == 'en' ? 0 : '5px'
3152
+ }
3153
+ }, /*#__PURE__*/React__default["default"].createElement(hi.HiUser, null)), /*#__PURE__*/React__default["default"].createElement("p", {
3154
+ className: "m-0 p-0 wordbreak"
3155
+ }, authdetailsContext.customerinfo.name))), /*#__PURE__*/React__default["default"].createElement("div", {
3156
+ className: "".concat(checkoutstyles.userinfotextstyles) + ' col-lg-4 col-md-6 col-sm-12 d-flex align-items-center pl-1 pr-1 '
3157
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3158
+ className: "m-0 p-0 d-flex align-items-center"
3159
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
3160
+ className: "h-100 d-flex align-items-center justify-content-center mb-auto mt-1",
3161
+ style: {
3162
+ fontSize: sectionproperties.userinfotext_iconfontsize + 'px',
3163
+ color: sectionproperties.userinfotext_iconcolor,
3164
+ marginRight: langdetect == 'en' ? '5px' : 0,
3165
+ marginLeft: langdetect == 'en' ? 0 : '5px'
3166
+ }
3167
+ }, /*#__PURE__*/React__default["default"].createElement(bs.BsFillTelephoneFill, null)), /*#__PURE__*/React__default["default"].createElement("p", {
3168
+ className: "m-0 p-0 wordbreak"
3169
+ }, authdetailsContext.customerinfo.mobile))), /*#__PURE__*/React__default["default"].createElement("div", {
3170
+ className: "".concat(checkoutstyles.userinfotextstyles) + ' col-lg-4 col-md-6 col-sm-12 d-flex align-items-center pl-1 pr-1 '
3171
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3172
+ className: "m-0 p-0 d-flex align-items-center"
3173
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
3174
+ className: "h-100 d-flex align-items-center justify-content-center mb-auto mt-1",
3175
+ style: {
3176
+ fontSize: sectionproperties.userinfotext_iconfontsize + 'px',
3177
+ color: sectionproperties.userinfotext_iconcolor,
3178
+ marginRight: langdetect == 'en' ? '5px' : 0,
3179
+ marginLeft: langdetect == 'en' ? 0 : '5px'
3180
+ }
3181
+ }, /*#__PURE__*/React__default["default"].createElement(gr.GrMail, null)), /*#__PURE__*/React__default["default"].createElement("p", {
3182
+ className: "m-0 p-0 wordbreak"
3183
+ }, authdetailsContext.customerinfo.email))))), /*#__PURE__*/React__default["default"].createElement("div", {
3184
+ className: "col-lg-12 justify-content-end float-right pl-2 pr-2",
3185
+ style: {
3186
+ fontSize: sectionproperties.userinfo_titlefontsize + 'px',
3187
+ color: sectionproperties.userinfo_titlecolor,
3188
+ fontWeight: sectionproperties.userinfo_titlefontweight,
3189
+ textAlign: 'right',
3190
+ textDecoration: 'underline',
3191
+ cursor: 'pointer',
3192
+ position: 'absolute',
3193
+ right: 10,
3194
+ top: 10
3195
+ },
3196
+ onClick: function onClick() {
3197
+ routingcountext(StaticPagesLinksContext.accountinfo);
3198
+ }
3199
+ }, lang.update)))), /*#__PURE__*/React__default["default"].createElement("div", {
3200
+ className: "col-lg-12 p-0"
3201
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3202
+ style: {
3203
+ marginTop: sectionproperties.contactinfo_sectionmarginTop + 'px',
3204
+ marginBottom: sectionproperties.contactinfo_sectionmarginbottom + 'px',
3205
+ background: sectionproperties.contactinfo_sectionbgcolor,
3206
+ borderRadius: sectionproperties.contactinfo_sectionborderradius + 'px',
3207
+ border: sectionproperties.contactinfo_borderwidth + 'px solid ' + sectionproperties.contactinfo_sectionbordercolor
3208
+ }
3209
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3210
+ className: "col-lg-12 pl-3 pr-3 pt-2"
3211
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3212
+ className: checkoutstyles.innersectiontitlestyles + ' m-0 p-0 d-flex align-items-start '
3213
+ }, authdetailsContext.loggedin ? lang.addressdetails : lang.contactdetails)), /*#__PURE__*/React__default["default"].createElement("div", {
3214
+ className: "col-lg-12 p-0"
3215
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
3216
+ className: "mt-2 mb-2"
3217
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3218
+ className: "row m-0 w-100 mb-3 pl-3 pr-3 pb-3"
3219
+ }, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("div", {
3220
+ className: "col-lg-4 col-md-12 mb-3"
3221
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3222
+ className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
3223
+ }, lang.name), /*#__PURE__*/React__default["default"].createElement("input", {
3224
+ type: 'text',
3225
+ className: "".concat(formstyles.form_control),
3226
+ value: 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 : _fetchcustomercartQue70.customercart.name,
3227
+ onChange: function onChange(event) {
3228
+ cartinfoupdater('name', event.target.value);
3229
+ },
3230
+ style: {
3231
+ resize: 'none',
3232
+ fontWeight: sectionproperties.inputtextfontweight,
3233
+ background: sectionproperties.input_bgcolor,
3234
+ color: sectionproperties.inputfieldcolor,
3235
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
3236
+ borderRadius: sectionproperties.inputfieldborderradius + 'px',
3237
+ boxShadow: 'none'
3238
+ }
3239
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3240
+ className: "col-lg-4 col-md-12 mb-3"
3241
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3242
+ className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
3243
+ }, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
3244
+ type: 'text',
3245
+ className: "".concat(formstyles.form_control),
3246
+ value: 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.mobile,
3247
+ onChange: function onChange(event) {
3248
+ cartinfoupdater('mobile', event.target.value);
3249
+ },
3250
+ style: {
3251
+ resize: 'none',
3252
+ fontWeight: sectionproperties.inputtextfontweight,
3253
+ background: sectionproperties.input_bgcolor,
3254
+ color: sectionproperties.inputfieldcolor,
3255
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
3256
+ borderRadius: sectionproperties.inputfieldborderradius + 'px',
3257
+ boxShadow: 'none'
3258
+ }
3259
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3260
+ className: "col-lg-4 col-md-12 mb-3"
3261
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3262
+ className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
3263
+ }, lang.email), /*#__PURE__*/React__default["default"].createElement("input", {
3264
+ type: 'text',
3265
+ className: "".concat(formstyles.form_control),
3266
+ value: 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.email,
3267
+ onChange: function onChange(event) {
3268
+ cartinfoupdater('email', event.target.value);
3269
+ },
3270
+ style: {
3271
+ resize: 'none',
3272
+ fontWeight: sectionproperties.inputtextfontweight,
3273
+ background: sectionproperties.input_bgcolor,
3274
+ color: sectionproperties.inputfieldcolor,
3275
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
3276
+ borderRadius: sectionproperties.inputfieldborderradius + 'px',
3277
+ boxShadow: 'none'
3278
+ }
3279
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
3280
+ className: "col-lg-4 col-md-12 mb-3"
3281
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3282
+ className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
3283
+ }, " ", lang.country), fetchTabexCountriesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
3284
+ className: "w-100"
3285
+ }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
3286
+ color: "black",
3287
+ width: "20px",
3288
+ height: "20px",
3289
+ duration: "1s"
3290
+ })), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
3291
+ options: fetchTabexCountriesQueryContext.data.data.countries,
3292
+ getOptionLabel: function getOptionLabel(option) {
3293
+ return option.name;
3294
+ },
3295
+ getOptionValue: function getOptionValue(option) {
3296
+ return option.id;
3297
+ },
3298
+ value: fetchTabexCountriesQueryContext.data.data.countries.filter(function (option) {
3299
+ var _fetchcustomercartQue75, _fetchcustomercartQue76;
3300
+
3301
+ return option.id == (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.countryid);
3302
+ }),
3303
+ onChange: function onChange(option) {
3304
+ var tempFetchTabexStatesPayloadobjContext = _objectSpread$12({}, FetchTabexStatesPayloadobjContext);
3305
+
3306
+ tempFetchTabexStatesPayloadobjContext.functype = 'states';
3307
+ tempFetchTabexStatesPayloadobjContext.country_id = option.id;
3308
+ setFetchTabexStatesPayloadobjContext(_objectSpread$12({}, tempFetchTabexStatesPayloadobjContext));
3309
+ cartinfoupdater('countryid', option.id);
3310
+ },
3311
+ styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
3312
+ placeholder: lang.choosecountry,
3313
+ isSearchable: true
3314
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3315
+ className: "col-lg-4 col-md-12 mb-3"
3316
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3317
+ className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
3318
+ }, lang.stategov), fetchTabexStatesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
3319
+ className: "w-100"
3320
+ }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
3321
+ color: "black",
3322
+ width: "20px",
3323
+ height: "20px",
3324
+ duration: "1s"
3325
+ })), !fetchTabexStatesQueryContext.isFetching && fetchTabexStatesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
3326
+ options: fetchTabexStatesQueryContext.data.data.states,
3327
+ getOptionLabel: function getOptionLabel(option) {
3328
+ return option.name;
3329
+ },
3330
+ getOptionValue: function getOptionValue(option) {
3331
+ return option.id;
3332
+ },
3333
+ value: fetchTabexStatesQueryContext.data.data.states.filter(function (option) {
3334
+ var _fetchcustomercartQue77, _fetchcustomercartQue78;
3335
+
3336
+ return option.id == (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.stateid);
3337
+ }),
3338
+ onChange: function onChange(option) {
3339
+ var _fetchcustomercartQue79, _fetchcustomercartQue80;
3340
+
3341
+ if (option.id.length != 0 && (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.countryid.length) != 0) {
3342
+ var tempFetchTabexStatesPayloadobjContext = _objectSpread$12({}, FetchTabexStatesPayloadobjContext);
3343
+
3344
+ tempFetchTabexStatesPayloadobjContext.functype = 'cities';
3345
+ tempFetchTabexStatesPayloadobjContext.state_id = option.id;
3346
+ setFetchTabexStatesPayloadobjContext(_objectSpread$12({}, tempFetchTabexStatesPayloadobjContext));
3347
+ cartinfoupdater('stateid', option.id);
3348
+ } else {
3349
+ NotificationManager.warning('', 'Please Choose Country Or State');
3350
+ }
3351
+ },
3352
+ styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
3353
+ placeholder: lang.choosestategov,
3354
+ isSearchable: true
3355
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3356
+ className: "col-lg-4 col-md-12 mb-3"
3357
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3358
+ className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
3359
+ }, lang.city), fetchTabexCitiesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
3360
+ className: "w-100"
3361
+ }, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
3362
+ color: "black",
3363
+ width: "20px",
3364
+ height: "20px",
3365
+ duration: "1s"
3366
+ })), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement(Select__default["default"], {
3367
+ options: fetchTabexCitiesQueryContext.data.data.cities,
3368
+ getOptionLabel: function getOptionLabel(option) {
3369
+ return option.name;
3370
+ },
3371
+ getOptionValue: function getOptionValue(option) {
3372
+ return option.id;
3373
+ },
3374
+ value: fetchTabexCitiesQueryContext.data.data.cities.filter(function (option) {
3375
+ var _fetchcustomercartQue81, _fetchcustomercartQue82;
3376
+
3377
+ return option.id == (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.cityid);
3378
+ }),
3379
+ onChange: function onChange(option) {
3380
+ cartinfoupdater('cityid', option.id);
3381
+ },
3382
+ styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
3383
+ placeholder: lang.choosecity,
3384
+ isSearchable: true
3385
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3386
+ className: "col-lg-12 mb-3"
3387
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3388
+ className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
3389
+ }, lang.shippingaddress), /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
3390
+ type: 'text',
3391
+ className: "".concat(formstyles.form_control),
3392
+ value: 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.address,
3393
+ onChange: function onChange(event) {
3394
+ cartinfoupdater('address', event.target.value);
3395
+ },
3396
+ style: {
3397
+ resize: 'none',
3398
+ fontWeight: sectionproperties.inputtextfontweight,
3399
+ background: sectionproperties.input_bgcolor,
3400
+ color: sectionproperties.inputfieldcolor,
3401
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
3402
+ borderRadius: sectionproperties.inputfieldborderradius + 'px',
3403
+ boxShadow: 'none'
3404
+ }
3405
+ }))))), /*#__PURE__*/React__default["default"].createElement("div", {
3406
+ className: "col-lg-12 p-0 w-100"
3407
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3408
+ style: {
3409
+ background: sectionproperties.payment_sectionbgcolor,
3410
+ borderRadius: sectionproperties.payment_borderradius + 'px',
3411
+ border: sectionproperties.payment_borderwidth + 'px solid ' + sectionproperties.payment_sectionbordercolor
3412
+ }
3413
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3414
+ className: "col-lg-12 pl-3 pr-3 pt-2"
3415
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3416
+ className: checkoutstyles.innersectiontitlestyles + ' m-0 p-0 d-flex align-items-start '
3417
+ }, lang.paymentmethod)), /*#__PURE__*/React__default["default"].createElement("div", {
3418
+ className: "col-lg-12 p-0"
3419
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
3420
+ className: "mt-2 mb-2"
3421
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3422
+ className: "row m-0 w-100 mb-3 pl-3 pr-3"
3423
+ }, authdetailsContext.instinfo.acceptCOD == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
3424
+ className: "col-xl-4 col-lg-4 col-md-12 mb-3"
3425
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3426
+ className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
3427
+ "for": "codcheckbox"
3428
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
3429
+ id: 'codcheckbox',
3430
+ type: "checkbox",
3431
+ className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
3432
+ checked: (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.paymentmethod) == 'cod' ? true : false,
3433
+ onChange: function onChange() {
3434
+ var _fetchcustomercartQue87, _fetchcustomercartQue88;
3435
+
3436
+ if ((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.paymentmethod) != 'cod') {
3437
+ cartinfoupdater('paymentmethod', 'cod');
3438
+ }
3439
+ }
3440
+ }), /*#__PURE__*/React__default["default"].createElement("svg", {
3441
+ viewBox: "0 0 21 21",
3442
+ className: checkoutstyles.svgstyles + ' h-100 '
3443
+ }, /*#__PURE__*/React__default["default"].createElement("path", {
3444
+ 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"
3445
+ })), /*#__PURE__*/React__default["default"].createElement("p", {
3446
+ className: ' ml-2 mb-0 cursor-pointer wordbreak mr-2',
3447
+ style: {}
3448
+ }, lang.cod))), authdetailsContext.instinfo.acceptCardOnDelivery == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
3449
+ className: "col-xl-4 col-lg-4 col-md-12 mb-3"
3450
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3451
+ className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
3452
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
3453
+ type: "checkbox",
3454
+ className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
3455
+ checked: (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) == 'cardondelivery' ? true : false,
3456
+ onChange: function onChange() {
3457
+ var _fetchcustomercartQue91, _fetchcustomercartQue92;
3458
+
3459
+ if ((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.paymentmethod) != 'cardondelivery') {
3460
+ cartinfoupdater('paymentmethod', 'cardondelivery');
3461
+ }
3462
+ }
3463
+ }), /*#__PURE__*/React__default["default"].createElement("svg", {
3464
+ viewBox: "0 0 21 21",
3465
+ className: checkoutstyles.svgstyles + ' h-100 '
3466
+ }, /*#__PURE__*/React__default["default"].createElement("path", {
3467
+ 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"
3468
+ })), /*#__PURE__*/React__default["default"].createElement("p", {
3469
+ className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
3470
+ }, " ", lang.cardondelivery))), authdetailsContext.instinfo.acceptOnlineCardPayment == 0 && /*#__PURE__*/React__default["default"].createElement("div", {
3471
+ className: "col-xl-4 col-lg-4 col-md-12 mb-3"
3472
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3473
+ className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
3474
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
3475
+ type: "checkbox",
3476
+ className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
3477
+ checked: (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.paymentmethod) == 'onlinepayment' ? true : false,
3478
+ onChange: function onChange() {
3479
+ var _fetchcustomercartQue95, _fetchcustomercartQue96;
3480
+
3481
+ if ((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.paymentmethod) != 'onlinepayment') {
3482
+ cartinfoupdater('paymentmethod', 'onlinepayment');
3483
+ }
3484
+ }
3485
+ }), /*#__PURE__*/React__default["default"].createElement("svg", {
3486
+ viewBox: "0 0 21 21",
3487
+ className: checkoutstyles.svgstyles + ' h-100 '
3488
+ }, /*#__PURE__*/React__default["default"].createElement("path", {
3489
+ 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"
3490
+ })), /*#__PURE__*/React__default["default"].createElement("p", {
3491
+ className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
3492
+ }, " ", lang.onlinepayment)))))), (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) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
3493
+ className: "col-lg-12 p-0 w-100 mb-3"
3494
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3495
+ style: {
3496
+ background: sectionproperties.payment_sectionbgcolor,
3497
+ borderRadius: sectionproperties.payment_borderradius + 'px',
3498
+ borderColor: sectionproperties.payment_sectionbordercolor
3499
+ }
3500
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3501
+ className: "col-lg-12 pl-3 pr-3 pt-2"
3502
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
3503
+ className: checkoutstyles.innersectiontitlestyles + ' m-0 p-0 d-flex align-items-start '
3504
+ }, lang.paymentcardinformation)), /*#__PURE__*/React__default["default"].createElement("div", {
3505
+ className: "col-lg-12 p-0"
3506
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
3507
+ className: "mt-2 mb-2"
3508
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3509
+ className: "w-100 row m-0 pl-3 pr-3 pt-2 pb-2"
3510
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3511
+ className: "col-lg-12 col-md-12 col-sm-12 mb-3 p-sm-0"
3512
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3513
+ className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
3514
+ }, lang.cardnumber), /*#__PURE__*/React__default["default"].createElement("input", {
3515
+ className: formstyles.form_controlcheckout,
3516
+ type: "text",
3517
+ textplaceholder: "",
3518
+ onChange: function onChange(event) {},
3519
+ style: {
3520
+ fontWeight: sectionproperties.inputtextfontweight,
3521
+ background: sectionproperties.input_bgcolor,
3522
+ color: sectionproperties.inputfieldcolor,
3523
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
3524
+ borderRadius: sectionproperties.inputfieldborderradius + 'px'
3525
+ }
3526
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3527
+ className: "w-100 row m-0"
3528
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
3529
+ className: "col-lg-4 col-md-12 col-sm-12 p-sm-0 mb-3"
3530
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3531
+ className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
3532
+ }, lang.year), /*#__PURE__*/React__default["default"].createElement("input", {
3533
+ className: formstyles.form_controlcheckout,
3534
+ type: "text",
3535
+ textplaceholder: "",
3536
+ onChange: function onChange(event) {},
3537
+ style: {
3538
+ fontWeight: sectionproperties.inputtextfontweight,
3539
+ background: sectionproperties.input_bgcolor,
3540
+ color: sectionproperties.inputfieldcolor,
3541
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
3542
+ borderRadius: sectionproperties.inputfieldborderradius + 'px'
3543
+ }
3544
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3545
+ className: "col-lg-4 col-md-12 col-sm-12 p-sm-0 mb-3"
3546
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3547
+ className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
3548
+ }, lang.month), /*#__PURE__*/React__default["default"].createElement("input", {
3549
+ className: formstyles.form_controlcheckout,
3550
+ type: "text",
3551
+ textplaceholder: "",
3552
+ onChange: function onChange(event) {},
3553
+ style: {
3554
+ fontWeight: sectionproperties.inputtextfontweight,
3555
+ background: sectionproperties.input_bgcolor,
3556
+ color: sectionproperties.inputfieldcolor,
3557
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
3558
+ borderRadius: sectionproperties.inputfieldborderradius + 'px'
3559
+ }
3560
+ })), /*#__PURE__*/React__default["default"].createElement("div", {
3561
+ className: "col-lg-4 col-md-12 col-sm-12 p-sm-0 mb-3"
3562
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3563
+ className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
3564
+ }, lang.cvv), /*#__PURE__*/React__default["default"].createElement("input", {
3565
+ className: formstyles.form_controlcheckout,
3566
+ type: "text",
3567
+ textplaceholder: "",
3568
+ onChange: function onChange(event) {},
3569
+ style: {
3570
+ fontWeight: sectionproperties.inputtextfontweight,
3571
+ background: sectionproperties.input_bgcolor,
3572
+ color: sectionproperties.inputfieldcolor,
3573
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
3574
+ borderRadius: sectionproperties.inputfieldborderradius + 'px'
3575
+ }
3576
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
3577
+ className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0 mb-3"
3578
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
3579
+ className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
3580
+ }, lang.nameoncard), /*#__PURE__*/React__default["default"].createElement("input", {
3581
+ className: formstyles.form_controlcheckout,
3582
+ type: "text",
3583
+ textplaceholder: "",
3584
+ onChange: function onChange(event) {},
3585
+ style: {
3586
+ fontWeight: sectionproperties.inputtextfontweight,
3587
+ background: sectionproperties.input_bgcolor,
3588
+ color: sectionproperties.inputfieldcolor,
3589
+ fontSize: sectionproperties.inputfieldfontsize + 'px',
3590
+ borderRadius: sectionproperties.inputfieldborderradius + 'px'
3591
+ }
3592
+ })))))), /*#__PURE__*/React__default["default"].createElement("div", {
3593
+ className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0' : 'col-lg-4 col-md-12 pl-0'
3594
+ }, Mycart()))));
3595
+ };
3596
+
2146
3597
  var css_248z$s = ".tabs-module_tabs__36dMY {\n position: relative;\n height: auto;\n display: flex;\n width: 100% !important;\n flex-direction: column;\n word-wrap: break-word;\n}\n.tabs-module_tabs__36dMY input[name='tab-control'] {\n display: none;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n list-style-type: none;\n padding-left: 0;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n /* width: 30%; */\n height: 100%;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n box-sizing: border-box;\n flex: 1;\n display: inline-block;\n width: 100% !important;\n text-align: left;\n /* border-right: 1px solid #ccc; */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label {\n font-size: 16px;\n font-weight: 500;\n transition: all 0.3s ease-in-out;\n padding: 10px;\n overflow: hidden;\n text-overflow: ellipsis;\n display: block;\n cursor: pointer;\n transition: all 0.2s ease-in-out;\n white-space: nowrap;\n /* color: var(--light2); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label:hover {\n outline: 0;\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label.tabs-module_active__6wLfI {\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(1):checked ~ ul li:nth-child(1) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(2):checked ~ ul li:nth-child(2) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(3):checked ~ ul li:nth-child(3) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(4):checked ~ ul li:nth-child(4) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n@media screen and (max-width: 800px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n width: 100%;\n display: block;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width: 50% !important;\n float: none;\n display: inline-block;\n zoom: 1;\n border-right: 0 !important;\n }\n label:hover {\n border-right: 0 !important;\n border-top: 3px solid !important;\n }\n}\n@media (max-width: 576px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width: 100% !important;\n }\n}\n\n.tabs-module_policiestabs__nopXD .tabs-module_tabsul__wNZqy {\n flex-direction: row !important;\n}\n.tabs-module_policiestabs__nopXD .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n /* border-top: 5px solid #fff; */\n margin: 0 5px;\n}\n.tabs-module_policiestabs__nopXD .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label {\n padding: 0 !important;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n";
2147
3598
  var tabstyles = {"tabs":"tabs-module_tabs__36dMY","tabsul":"tabs-module_tabsul__wNZqy","tabsli":"tabs-module_tabsli__-uR10","active":"tabs-module_active__6wLfI","policiestabs":"tabs-module_policiestabs__nopXD"};
2148
3599
  styleInject(css_248z$s);
@@ -23919,8 +25370,10 @@ var StylishProductCard = function StylishProductCard(props) {
23919
25370
 
23920
25371
  var returnLibrary = function returnLibrary() {
23921
25372
  return {
25373
+ LanguageContext: LanguageContext$1,
25374
+ LanguageProvider: LanguageProvider,
23922
25375
  AwesomeButton: AwesomeButton,
23923
- // Checkout: Checkout,
25376
+ Checkout: Checkout,
23924
25377
  // Signup: Signup,
23925
25378
  // Productinfo: Productinfo,
23926
25379
  Ordershistory: Ordershistory,