tabexseriescomponents 0.0.134 → 0.0.136
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 +340 -162
- package/dist/index.esm.js +340 -162
- package/dist/index.umd.js +343 -165
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40,6 +40,7 @@ import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
|
40
40
|
import { AiOutlineClockCircle } from '@react-icons/all-files/ai/AiOutlineClockCircle';
|
|
41
41
|
import { AiOutlinePlus } from '@react-icons/all-files/ai/AiOutlinePlus';
|
|
42
42
|
import { AiOutlineCheck } from '@react-icons/all-files/ai/AiOutlineCheck';
|
|
43
|
+
import { ScrollMenu } from 'react-horizontal-scrolling-menu';
|
|
43
44
|
import { FaStar } from '@react-icons/all-files/fa/FaStar';
|
|
44
45
|
import { IoLocationSharp } from '@react-icons/all-files/io5/IoLocationSharp';
|
|
45
46
|
import { HiOutlineChevronRight } from '@react-icons/all-files/hi/HiOutlineChevronRight';
|
|
@@ -66,7 +67,6 @@ import Dropdown from 'react-bootstrap/Dropdown';
|
|
|
66
67
|
import { HiOutlinePlus } from '@react-icons/all-files/hi/HiOutlinePlus';
|
|
67
68
|
import { AiOutlineMinus } from '@react-icons/all-files/ai/AiOutlineMinus';
|
|
68
69
|
import { useInView } from 'react-intersection-observer';
|
|
69
|
-
import { ScrollMenu } from 'react-horizontal-scrolling-menu';
|
|
70
70
|
import { FaArrowAltCircleRight } from '@react-icons/all-files/fa/FaArrowAltCircleRight';
|
|
71
71
|
import { FaArrowAltCircleLeft } from '@react-icons/all-files/fa/FaArrowAltCircleLeft';
|
|
72
72
|
import { FiFilter } from '@react-icons/all-files/fi/FiFilter';
|
|
@@ -174,6 +174,7 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
174
174
|
lang: {
|
|
175
175
|
en: (_en = {
|
|
176
176
|
loginregister: 'Login/Register',
|
|
177
|
+
pleaselogintocheckout: 'Please login in order to checkout',
|
|
177
178
|
reservationtime: 'Time',
|
|
178
179
|
reservationdate: 'Reservation Date',
|
|
179
180
|
chooseemployee: 'Choose employee',
|
|
@@ -184,6 +185,8 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
184
185
|
workinghours: 'Working Hours',
|
|
185
186
|
english: 'English',
|
|
186
187
|
arabic: 'Arabic',
|
|
188
|
+
price: 'Price',
|
|
189
|
+
dates: 'Dates',
|
|
187
190
|
hello: 'Hello',
|
|
188
191
|
havequestion: 'Have a question?',
|
|
189
192
|
// Static Pages
|
|
@@ -237,50 +240,11 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
237
240
|
doyouhavepromocode: 'Do you have a promo code?',
|
|
238
241
|
loginwithfacebook: 'Sign in with facebook',
|
|
239
242
|
orsigninwith: 'Or Sign in with',
|
|
240
|
-
orsignupwith: 'Or Sign up with'
|
|
241
|
-
|
|
242
|
-
price: 'Price',
|
|
243
|
-
relatedproducts: 'Related products',
|
|
244
|
-
qty: 'QTY',
|
|
245
|
-
emptyshoppingcart: 'Your shopping cart is empty',
|
|
246
|
-
shopnow: 'Shop now',
|
|
247
|
-
total: 'Total',
|
|
248
|
-
otherinformation: 'Other information',
|
|
249
|
-
productname: 'Product name',
|
|
250
|
-
quantity: 'Quantity',
|
|
251
|
-
// Orders
|
|
252
|
-
orderid: 'Order ID',
|
|
253
|
-
numberofproducts: 'Number of products',
|
|
254
|
-
checkyourorder: 'Check your order',
|
|
255
|
-
// Placeholders
|
|
256
|
-
search: 'Search',
|
|
257
|
-
searchproducts: 'Search for products...',
|
|
258
|
-
choosecity: 'Choose city',
|
|
259
|
-
choosestategov: 'Choose state/governorate',
|
|
260
|
-
choosecountry: 'Choose country',
|
|
261
|
-
giftcarddicountcode: 'Gift Card Or Discount Code...',
|
|
262
|
-
nosearchresults: 'No search results',
|
|
263
|
-
sale: 'Sale',
|
|
264
|
-
nofavoriteproducts: 'Your wishlist is empty',
|
|
265
|
-
// Notifications
|
|
266
|
-
loggedoutsuccess: 'Logged out successfully',
|
|
267
|
-
addedtocartsuccess: 'Cart is updated successfully',
|
|
268
|
-
promocodeapplied: 'Promo code is applied.',
|
|
269
|
-
promocoderemoved: 'Promo code is removed',
|
|
270
|
-
countryandstateupdatedsuccess: 'Country and state are updated successfully',
|
|
271
|
-
orderaddedsuccess: 'Order is added successfully',
|
|
272
|
-
addedtowishlist: 'Added to your favourites',
|
|
273
|
-
productrmovedfromwishlist: 'Removed from your favourites',
|
|
274
|
-
fillthemissingfields: 'Please complete the missing fields',
|
|
275
|
-
passwordsdontmatch: "Passwords don't match",
|
|
276
|
-
loggedinsuccess: 'Logged in successfully',
|
|
277
|
-
// Checkout
|
|
278
|
-
subtotal: 'Sub total',
|
|
279
|
-
discount: 'Discount',
|
|
280
|
-
outofzone: 'Out of zone'
|
|
281
|
-
}, _defineProperty(_en, "total", 'Total'), _defineProperty(_en, "cod", 'Cash on Delivery'), _defineProperty(_en, "cardondelivery", 'Credit Card On Delivery'), _defineProperty(_en, "onlinepayment", 'Online Payment'), _defineProperty(_en, "paymentcardinformation", 'Payment Card Information'), _defineProperty(_en, "shippingfees", 'Shipping fees'), _defineProperty(_en, "shippingaddress", 'Shipping address'), _defineProperty(_en, "cardnumber", 'Card number'), _defineProperty(_en, "year", 'Year'), _defineProperty(_en, "month", 'Month'), _defineProperty(_en, "cvv", 'CVV'), _defineProperty(_en, "nameoncard", 'Name On Card'), _defineProperty(_en, "country", 'Country'), _defineProperty(_en, "addressdetails", 'ِAddress details'), _defineProperty(_en, "stategov", 'State/Governorate'), _defineProperty(_en, "city", 'City'), _defineProperty(_en, "paymentmethod", 'Payment method'), _defineProperty(_en, "productimage", 'Product image'), _defineProperty(_en, "orderdetails", 'Order details'), _defineProperty(_en, "orderinvoice", 'Order invoice'), _defineProperty(_en, "promocodediscount", 'Promo code discount'), _defineProperty(_en, "address", 'Address'), _defineProperty(_en, "update", 'Update'), _defineProperty(_en, "phonenumber", 'Mobile number'), _defineProperty(_en, "completerequiredfields", 'Please complete all required fields'), _defineProperty(_en, "name", 'Name'), _defineProperty(_en, "email", 'Email'), _defineProperty(_en, "password", 'Password'), _defineProperty(_en, "confirmpassword", 'Confirm password'), _defineProperty(_en, "showmore", 'Show more'), _defineProperty(_en, "showless", 'Show less'), _defineProperty(_en, "contactdetails", 'Contact Information'), _defineProperty(_en, "asaguest", 'As a guest'), _defineProperty(_en, "choosecountryfirst", 'Please choose country first'), _defineProperty(_en, "security", 'Security'), _defineProperty(_en, "personalinformation", 'Personal Information'), _defineProperty(_en, "contactus", 'Contact us'), _defineProperty(_en, "slogan", 'Your website & mobile application in one place'), _en),
|
|
243
|
+
orsignupwith: 'Or Sign up with'
|
|
244
|
+
}, _defineProperty(_en, "price", 'Price'), _defineProperty(_en, "relatedproducts", 'Related products'), _defineProperty(_en, "qty", 'QTY'), _defineProperty(_en, "emptyshoppingcart", 'Your shopping cart is empty'), _defineProperty(_en, "shopnow", 'Shop now'), _defineProperty(_en, "total", 'Total'), _defineProperty(_en, "otherinformation", 'Other information'), _defineProperty(_en, "productname", 'Product name'), _defineProperty(_en, "quantity", 'Quantity'), _defineProperty(_en, "orderid", 'Order ID'), _defineProperty(_en, "numberofproducts", 'Number of products'), _defineProperty(_en, "checkyourorder", 'Check your order'), _defineProperty(_en, "search", 'Search'), _defineProperty(_en, "searchproducts", 'Search for products...'), _defineProperty(_en, "choosecity", 'Choose city'), _defineProperty(_en, "choosestategov", 'Choose state/governorate'), _defineProperty(_en, "choosecountry", 'Choose country'), _defineProperty(_en, "giftcarddicountcode", 'Gift Card Or Discount Code...'), _defineProperty(_en, "nosearchresults", 'No search results'), _defineProperty(_en, "sale", 'Sale'), _defineProperty(_en, "nofavoriteproducts", 'Your wishlist is empty'), _defineProperty(_en, "loggedoutsuccess", 'Logged out successfully'), _defineProperty(_en, "addedtocartsuccess", 'Cart is updated successfully'), _defineProperty(_en, "promocodeapplied", 'Promo code is applied.'), _defineProperty(_en, "promocoderemoved", 'Promo code is removed'), _defineProperty(_en, "countryandstateupdatedsuccess", 'Country and state are updated successfully'), _defineProperty(_en, "orderaddedsuccess", 'Order is added successfully'), _defineProperty(_en, "addedtowishlist", 'Added to your favourites'), _defineProperty(_en, "productrmovedfromwishlist", 'Removed from your favourites'), _defineProperty(_en, "fillthemissingfields", 'Please complete the missing fields'), _defineProperty(_en, "passwordsdontmatch", "Passwords don't match"), _defineProperty(_en, "loggedinsuccess", 'Logged in successfully'), _defineProperty(_en, "subtotal", 'Sub total'), _defineProperty(_en, "discount", 'Discount'), _defineProperty(_en, "outofzone", 'Out of zone'), _defineProperty(_en, "total", 'Total'), _defineProperty(_en, "cod", 'Cash on Delivery'), _defineProperty(_en, "cardondelivery", 'Credit Card On Delivery'), _defineProperty(_en, "onlinepayment", 'Online Payment'), _defineProperty(_en, "paymentcardinformation", 'Payment Card Information'), _defineProperty(_en, "shippingfees", 'Shipping fees'), _defineProperty(_en, "shippingaddress", 'Shipping address'), _defineProperty(_en, "cardnumber", 'Card number'), _defineProperty(_en, "year", 'Year'), _defineProperty(_en, "month", 'Month'), _defineProperty(_en, "cvv", 'CVV'), _defineProperty(_en, "nameoncard", 'Name On Card'), _defineProperty(_en, "country", 'Country'), _defineProperty(_en, "addressdetails", 'ِAddress details'), _defineProperty(_en, "stategov", 'State/Governorate'), _defineProperty(_en, "city", 'City'), _defineProperty(_en, "paymentmethod", 'Payment method'), _defineProperty(_en, "productimage", 'Product image'), _defineProperty(_en, "orderdetails", 'Order details'), _defineProperty(_en, "orderinvoice", 'Order invoice'), _defineProperty(_en, "promocodediscount", 'Promo code discount'), _defineProperty(_en, "address", 'Address'), _defineProperty(_en, "update", 'Update'), _defineProperty(_en, "phonenumber", 'Mobile number'), _defineProperty(_en, "completerequiredfields", 'Please complete all required fields'), _defineProperty(_en, "name", 'Name'), _defineProperty(_en, "email", 'Email'), _defineProperty(_en, "password", 'Password'), _defineProperty(_en, "confirmpassword", 'Confirm password'), _defineProperty(_en, "showmore", 'Show more'), _defineProperty(_en, "showless", 'Show less'), _defineProperty(_en, "contactdetails", 'Contact Information'), _defineProperty(_en, "asaguest", 'As a guest'), _defineProperty(_en, "choosecountryfirst", 'Please choose country first'), _defineProperty(_en, "security", 'Security'), _defineProperty(_en, "personalinformation", 'Personal Information'), _defineProperty(_en, "contactus", 'Contact us'), _defineProperty(_en, "slogan", 'Your website & mobile application in one place'), _defineProperty(_en, "recent", 'Recent'), _defineProperty(_en, "oldest", 'Oldest'), _defineProperty(_en, "pricehightolow", 'High to low'), _defineProperty(_en, "pricelowtohigh", 'Low to High'), _en),
|
|
282
245
|
ar: (_ar = {
|
|
283
246
|
loginregister: 'تسجيل الدخول/إنشاء حساب جديد',
|
|
247
|
+
pleaselogintocheckout: 'قم بتسجيل دخول لاستكمال طلبك',
|
|
284
248
|
reservationtime: 'ميعاد الحجز',
|
|
285
249
|
reservationdate: 'تاريخ الحجز',
|
|
286
250
|
chooseemployee: 'إختر الموظف',
|
|
@@ -293,6 +257,12 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
293
257
|
arabic: 'لغه عربيه',
|
|
294
258
|
hello: 'مرحبا',
|
|
295
259
|
havequestion: 'هل لديك اسئلة؟',
|
|
260
|
+
price: 'السعر',
|
|
261
|
+
dates: 'التاريخ',
|
|
262
|
+
recent: 'الاحدث',
|
|
263
|
+
oldest: 'الاقدم',
|
|
264
|
+
pricehightolow: 'السعر من الاعلي الي الاقل',
|
|
265
|
+
pricelowtohigh: ' السعر من الاقل الي الاعلي ',
|
|
296
266
|
// Static Pages
|
|
297
267
|
orderhistory: 'الطلبات السابقة',
|
|
298
268
|
policies: 'السياسات',
|
|
@@ -344,48 +314,8 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
344
314
|
doyouhavepromocode: 'هل لديك كود خصم',
|
|
345
315
|
loginwithfacebook: 'تسجيل الدخول عن طريق فيسبوك',
|
|
346
316
|
orsigninwith: 'او تسجيل الدخول عن طريق',
|
|
347
|
-
orsignupwith: 'او انشاء حساب عن طريق'
|
|
348
|
-
|
|
349
|
-
price: 'السعر',
|
|
350
|
-
relatedproducts: 'منتجات ذات صلة',
|
|
351
|
-
qty: 'الكمية',
|
|
352
|
-
emptyshoppingcart: 'حقيبة التسوق فارغة',
|
|
353
|
-
shopnow: 'تسوق الان',
|
|
354
|
-
total: 'الإجمالى',
|
|
355
|
-
otherinformation: 'معلومات اخرى',
|
|
356
|
-
productname: 'إسم المنتج',
|
|
357
|
-
quantity: 'الكمية',
|
|
358
|
-
// Orders
|
|
359
|
-
orderid: 'رقم الطلب',
|
|
360
|
-
numberofproducts: 'عدد المنتجات',
|
|
361
|
-
checkyourorder: 'الذهاب إلى طلبك',
|
|
362
|
-
// Placeholders
|
|
363
|
-
search: 'ابحث',
|
|
364
|
-
searchproducts: 'ابحث...',
|
|
365
|
-
choosecity: 'إختر المدينة',
|
|
366
|
-
choosestategov: 'إختر المحافظة/الولاية',
|
|
367
|
-
choosecountry: 'إختر البلد',
|
|
368
|
-
giftcarddicountcode: 'كود خصم',
|
|
369
|
-
nosearchresults: 'لا توجد نتائج',
|
|
370
|
-
sale: 'خصم',
|
|
371
|
-
nofavoriteproducts: 'لا توجد منتجات مفضلة',
|
|
372
|
-
// Notifications
|
|
373
|
-
loggedoutsuccess: 'تم تسجيل الخروج',
|
|
374
|
-
addedtocartsuccess: 'تم تعديل عربة التسوق',
|
|
375
|
-
promocodeapplied: 'تم تطبيق كود الخصم',
|
|
376
|
-
promocoderemoved: 'تم حذف كود الخصم',
|
|
377
|
-
countryandstateupdatedsuccess: 'تم تحديث البلد و المدينة',
|
|
378
|
-
orderaddedsuccess: 'تم إضافة الطلب',
|
|
379
|
-
addedtowishlist: 'تم الإضافة لمفضلاتك',
|
|
380
|
-
productrmovedfromwishlist: 'تم الحذف من مفضلاتك',
|
|
381
|
-
fillthemissingfields: 'من فضلك اكمل باقى البيانات',
|
|
382
|
-
passwordsdontmatch: 'كلمات السر لا تتطابق',
|
|
383
|
-
loggedinsuccess: 'تم تسجيل الدخول',
|
|
384
|
-
// Checkout
|
|
385
|
-
subtotal: 'إجمالي المبلغ',
|
|
386
|
-
discount: 'الخصم',
|
|
387
|
-
outofzone: 'خارج نطاق الشحن'
|
|
388
|
-
}, _defineProperty(_ar, "total", 'المبلغ الكلي'), _defineProperty(_ar, "cod", 'الدفع عند الإستلام'), _defineProperty(_ar, "cardondelivery", 'الدفع بالطاقة الائتمانية عند الإستلام'), _defineProperty(_ar, "onlinepayment", 'الدفع الإلكترونى'), _defineProperty(_ar, "paymentcardinformation", 'بيانات البطاقة'), _defineProperty(_ar, "shippingfees", 'مصاريف الشحن'), _defineProperty(_ar, "shippingaddress", 'عنوان الشحن'), _defineProperty(_ar, "cardnumber", 'رقم البطاقة'), _defineProperty(_ar, "year", 'السنة'), _defineProperty(_ar, "month", 'الشهر'), _defineProperty(_ar, "cvv", 'رقم البطاقة'), _defineProperty(_ar, "nameoncard", 'الإسم على البطاقة'), _defineProperty(_ar, "country", 'البلد'), _defineProperty(_ar, "addressdetails", 'العنوان'), _defineProperty(_ar, "stategov", 'المحافظة/الولاية'), _defineProperty(_ar, "city", 'المدينة'), _defineProperty(_ar, "paymentmethod", 'طريقة الدفع'), _defineProperty(_ar, "productimage", 'صورة المنتج'), _defineProperty(_ar, "orderdetails", 'تفاصيل الطلب'), _defineProperty(_ar, "orderinvoice", 'فاتورة الطلب'), _defineProperty(_ar, "promocodediscount", 'كود الخصم'), _defineProperty(_ar, "address", 'العنوان'), _defineProperty(_ar, "update", 'تحديث'), _defineProperty(_ar, "phonenumber", 'الهاتف'), _defineProperty(_ar, "completerequiredfields", 'من فضلك اكمل البيانات الإجبارية'), _defineProperty(_ar, "name", 'الإسم'), _defineProperty(_ar, "email", 'البريد الإلكترونى'), _defineProperty(_ar, "password", 'كلمة السر'), _defineProperty(_ar, "confirmpassword", 'تأكيد كلمة السر'), _defineProperty(_ar, "showless", 'اعرض اقل'), _defineProperty(_ar, "showmore", 'اعرض المزيد'), _defineProperty(_ar, "contactdetails", 'معلومات التواصل'), _defineProperty(_ar, "asaguest", 'كزائر'), _defineProperty(_ar, "choosecountryfirst", 'من فضلك اختر البلد اولاً'), _defineProperty(_ar, "security", 'الخصوصية و الأمان'), _defineProperty(_ar, "personalinformation", 'البيانات الشخصية'), _defineProperty(_ar, "contactus", 'تواصل معنا'), _defineProperty(_ar, "slogan", 'موقعك و تطبيقك فى مكان واحد'), _ar)
|
|
317
|
+
orsignupwith: 'او انشاء حساب عن طريق'
|
|
318
|
+
}, _defineProperty(_ar, "price", 'السعر'), _defineProperty(_ar, "relatedproducts", 'منتجات ذات صلة'), _defineProperty(_ar, "qty", 'الكمية'), _defineProperty(_ar, "emptyshoppingcart", 'حقيبة التسوق فارغة'), _defineProperty(_ar, "shopnow", 'تسوق الان'), _defineProperty(_ar, "total", 'الإجمالى'), _defineProperty(_ar, "otherinformation", 'معلومات اخرى'), _defineProperty(_ar, "productname", 'إسم المنتج'), _defineProperty(_ar, "quantity", 'الكمية'), _defineProperty(_ar, "orderid", 'رقم الطلب'), _defineProperty(_ar, "numberofproducts", 'عدد المنتجات'), _defineProperty(_ar, "checkyourorder", 'الذهاب إلى طلبك'), _defineProperty(_ar, "search", 'ابحث'), _defineProperty(_ar, "searchproducts", 'ابحث...'), _defineProperty(_ar, "choosecity", 'إختر المدينة'), _defineProperty(_ar, "choosestategov", 'إختر المحافظة/الولاية'), _defineProperty(_ar, "choosecountry", 'إختر البلد'), _defineProperty(_ar, "giftcarddicountcode", 'كود خصم'), _defineProperty(_ar, "nosearchresults", 'لا توجد نتائج'), _defineProperty(_ar, "sale", 'خصم'), _defineProperty(_ar, "nofavoriteproducts", 'لا توجد منتجات مفضلة'), _defineProperty(_ar, "loggedoutsuccess", 'تم تسجيل الخروج'), _defineProperty(_ar, "addedtocartsuccess", 'تم تعديل عربة التسوق'), _defineProperty(_ar, "promocodeapplied", 'تم تطبيق كود الخصم'), _defineProperty(_ar, "promocoderemoved", 'تم حذف كود الخصم'), _defineProperty(_ar, "countryandstateupdatedsuccess", 'تم تحديث البلد و المدينة'), _defineProperty(_ar, "orderaddedsuccess", 'تم إضافة الطلب'), _defineProperty(_ar, "addedtowishlist", 'تم الإضافة لمفضلاتك'), _defineProperty(_ar, "productrmovedfromwishlist", 'تم الحذف من مفضلاتك'), _defineProperty(_ar, "fillthemissingfields", 'من فضلك اكمل باقى البيانات'), _defineProperty(_ar, "passwordsdontmatch", 'كلمات السر لا تتطابق'), _defineProperty(_ar, "loggedinsuccess", 'تم تسجيل الدخول'), _defineProperty(_ar, "subtotal", 'إجمالي المبلغ'), _defineProperty(_ar, "discount", 'الخصم'), _defineProperty(_ar, "outofzone", 'خارج نطاق الشحن'), _defineProperty(_ar, "total", 'المبلغ الكلي'), _defineProperty(_ar, "cod", 'الدفع عند الإستلام'), _defineProperty(_ar, "cardondelivery", 'الدفع بالطاقة الائتمانية عند الإستلام'), _defineProperty(_ar, "onlinepayment", 'الدفع الإلكترونى'), _defineProperty(_ar, "paymentcardinformation", 'بيانات البطاقة'), _defineProperty(_ar, "shippingfees", 'مصاريف الشحن'), _defineProperty(_ar, "shippingaddress", 'عنوان الشحن'), _defineProperty(_ar, "cardnumber", 'رقم البطاقة'), _defineProperty(_ar, "year", 'السنة'), _defineProperty(_ar, "month", 'الشهر'), _defineProperty(_ar, "cvv", 'رقم البطاقة'), _defineProperty(_ar, "nameoncard", 'الإسم على البطاقة'), _defineProperty(_ar, "country", 'البلد'), _defineProperty(_ar, "addressdetails", 'العنوان'), _defineProperty(_ar, "stategov", 'المحافظة/الولاية'), _defineProperty(_ar, "city", 'المدينة'), _defineProperty(_ar, "paymentmethod", 'طريقة الدفع'), _defineProperty(_ar, "productimage", 'صورة المنتج'), _defineProperty(_ar, "orderdetails", 'تفاصيل الطلب'), _defineProperty(_ar, "orderinvoice", 'فاتورة الطلب'), _defineProperty(_ar, "promocodediscount", 'كود الخصم'), _defineProperty(_ar, "address", 'العنوان'), _defineProperty(_ar, "update", 'تحديث'), _defineProperty(_ar, "phonenumber", 'الهاتف'), _defineProperty(_ar, "completerequiredfields", 'من فضلك اكمل البيانات الإجبارية'), _defineProperty(_ar, "name", 'الإسم'), _defineProperty(_ar, "email", 'البريد الإلكترونى'), _defineProperty(_ar, "password", 'كلمة السر'), _defineProperty(_ar, "confirmpassword", 'تأكيد كلمة السر'), _defineProperty(_ar, "showless", 'اعرض اقل'), _defineProperty(_ar, "showmore", 'اعرض المزيد'), _defineProperty(_ar, "contactdetails", 'معلومات التواصل'), _defineProperty(_ar, "asaguest", 'كزائر'), _defineProperty(_ar, "choosecountryfirst", 'من فضلك اختر البلد اولاً'), _defineProperty(_ar, "security", 'الخصوصية و الأمان'), _defineProperty(_ar, "personalinformation", 'البيانات الشخصية'), _defineProperty(_ar, "contactus", 'تواصل معنا'), _defineProperty(_ar, "slogan", 'موقعك و تطبيقك فى مكان واحد'), _ar)
|
|
389
319
|
},
|
|
390
320
|
langdetect: 'en',
|
|
391
321
|
setlang: _this.setlang
|
|
@@ -453,7 +383,9 @@ var ProductsCardsSectionContext_Provider = function ProductsCardsSectionContext_
|
|
|
453
383
|
collections: [],
|
|
454
384
|
FilterOptions: [],
|
|
455
385
|
grouptype: '',
|
|
456
|
-
grouptyperefid: ''
|
|
386
|
+
grouptyperefid: '',
|
|
387
|
+
sortprice: '',
|
|
388
|
+
sortdates: ''
|
|
457
389
|
}),
|
|
458
390
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
459
391
|
ProductFilterObjContext = _useState4[0],
|
|
@@ -527,7 +459,7 @@ var GoogleLoginButton = function GoogleLoginButton(props) {
|
|
|
527
459
|
};
|
|
528
460
|
|
|
529
461
|
var css_248z$M = "@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\n/* Search Overlay */\n.general-module_search_modern__Emxk4 {\n position: relative;\n z-index: 2000;\n display: inline-block;\n vertical-align: middle;\n}\n.general-module_search_wrap__XD-i0 {\n position: fixed;\n left: 0;\n z-index: 100;\n width: 100%;\n height: 280px;\n top:0;\n}\n.general-module_search_form__ENSm4 {\n position: absolute;\n z-index: 1;\n top: 55%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n width: 90%;\n border: none;\n -webkit-animation-delay: 0.5s;\n -moz-animation-delay: 0.5s;\n -o-animation-delay: 0.5s;\n animation-delay: 0.5s;\n -webkit-animation-name: general-module_fadeIn__bUx2u;\n animation-name: general-module_fadeIn__bUx2u;\n -webkit-animation-duration: 0.7s;\n animation-duration: 0.7s;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n visibility: visible;\n}\n.general-module_search_form__ENSm4:after {\n content: '';\n display: block;\n width: 100%;\n height: 1px;\n -webkit-transform: scale3d(0, 1, 1);\n -ms-transform: scale3d(0, 1, 1);\n transform: scale3d(0, 1, 1);\n -webkit-transform-origin: left center;\n -ms-transform-origin: left center;\n transform-origin: left center;\n -webkit-animation-delay: 0.3s;\n -moz-animation-delay: 0.3s;\n -o-animation-delay: 0.3s;\n animation-delay: 0.3s;\n -webkit-animation-name: general-module_fadeInMove__AZr3h;\n animation-name: general-module_fadeInMove__AZr3h;\n -webkit-animation-duration: 0.7s;\n animation-duration: 0.7s;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n visibility: visible;\n}\n.general-module_search_form_wrap__mqmVB {\n position: absolute;\n z-index: 1;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n width: 100%;\n height: 100%;\n}\n.general-module_search_field__ik-q3 {\n width: 100%;\n height: 3em;\n padding: 0 1.5em 0 0;\n letter-spacing: 0;\n border: none;\n background-color: transparent;\n margin: 0;\n border: none;\n white-space: pre-wrap;\n word-wrap: break-word;\n resize: none;\n overflow: hidden;\n display: block;\n visibility: visible;\n vertical-align: middle;\n -webkit-box-sizing: border-box;\n -ms-box-sizing: border-box;\n box-sizing: border-box; \n}\n.general-module_search_modern__Emxk4 .general-module_search_wrap__XD-i0 .general-module_search_field__ik-q3::-ms-clear {\n display: none;\n} \n.general-module_logo_image__lTnSu {\n -webkit-animation-delay: 0.3s;\n -moz-animation-delay: 0.3s;\n -o-animation-delay: 0.3s;\n animation-delay: 0.3s;\n -webkit-animation-name: general-module_fadeInAnim__UYit1;\n animation-name: general-module_fadeInAnim__UYit1;\n -webkit-animation-duration: 0.6s;\n animation-duration: 0.6s;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n visibility: visible;\n}\n@-webkit-keyframes general-module_fadeInAnim__UYit1 {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n@keyframes general-module_fadeInAnim__UYit1 {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n@-webkit-keyframes general-module_fadeInMove__AZr3h {\n 0% {\n opacity: 0;\n -webkit-transform: scale3d(0, 1, 1);\n }\n 10% {\n opacity: 1;\n -webkit-transform: scale3d(0.1, 1, 1);\n }\n 100% {\n opacity: 0.14;\n -webkit-transform: scale3d(1, 1, 1);\n }\n}\n@keyframes general-module_fadeInMove__AZr3h {\n 0% {\n opacity: 0;\n transform: scale3d(0, 1, 1);\n }\n 10% {\n opacity: 1;\n transform: scale3d(0.1, 1, 1);\n }\n 100% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n}\n";
|
|
530
|
-
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","search_modern":"general-module_search_modern__Emxk4","search_wrap":"general-module_search_wrap__XD-i0","search_form":"general-module_search_form__ENSm4","fadeInMove":"general-module_fadeInMove__AZr3h","search_form_wrap":"general-module_search_form_wrap__mqmVB","search_field":"general-module_search_field__ik-q3","logo_image":"general-module_logo_image__lTnSu","fadeInAnim":"general-module_fadeInAnim__UYit1"};
|
|
462
|
+
var generalstyles$1 = {"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","search_modern":"general-module_search_modern__Emxk4","search_wrap":"general-module_search_wrap__XD-i0","search_form":"general-module_search_form__ENSm4","fadeInMove":"general-module_fadeInMove__AZr3h","search_form_wrap":"general-module_search_form_wrap__mqmVB","search_field":"general-module_search_field__ik-q3","logo_image":"general-module_logo_image__lTnSu","fadeInAnim":"general-module_fadeInAnim__UYit1"};
|
|
531
463
|
styleInject(css_248z$M);
|
|
532
464
|
|
|
533
465
|
var FacebookLoginButton = function FacebookLoginButton(props) {
|
|
@@ -541,7 +473,7 @@ var FacebookLoginButton = function FacebookLoginButton(props) {
|
|
|
541
473
|
return /*#__PURE__*/React.createElement("div", {
|
|
542
474
|
className: ""
|
|
543
475
|
}, ((_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : (_authdetailsContext$i2 = _authdetailsContext$i.instcred) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebookloginappid) != null && /*#__PURE__*/React.createElement(FacebookLogin, {
|
|
544
|
-
cssClass: "".concat(generalstyles.btn, " ").concat(generalstyles.btn_primary, " ").concat(loginstyles$1.loginbtn) + ' w-100 mb-3 d-flex align-items-center justify-content-center ',
|
|
476
|
+
cssClass: "".concat(generalstyles$1.btn, " ").concat(generalstyles$1.btn_primary, " ").concat(loginstyles$1.loginbtn) + ' w-100 mb-3 d-flex align-items-center justify-content-center ',
|
|
545
477
|
appId: (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : (_authdetailsContext$i4 = _authdetailsContext$i3.instcred) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebookloginappid,
|
|
546
478
|
fields: "name,email",
|
|
547
479
|
callback: function callback(responseFacebook) {
|
|
@@ -1074,6 +1006,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1074
1006
|
var variantindexcompleted = props.actions.variantindexcompleted;
|
|
1075
1007
|
var ProductInfoObj = props.actions.ProductInfoObj;
|
|
1076
1008
|
var NotificationManager = props.actions.NotificationManager;
|
|
1009
|
+
var relatedproducts = props.actions.relatedproducts;
|
|
1077
1010
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
1078
1011
|
var _useState = useState(false),
|
|
1079
1012
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -1560,7 +1493,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1560
1493
|
color: sectionproperties.icontextcolor,
|
|
1561
1494
|
fontWeight: sectionproperties.icontextfontweight
|
|
1562
1495
|
}
|
|
1563
|
-
}, lang.trustedshipping)))))))), /*#__PURE__*/React.createElement("div", {
|
|
1496
|
+
}, lang.trustedshipping))))))), relatedproducts()), /*#__PURE__*/React.createElement("div", {
|
|
1564
1497
|
className: "col-lg-3 pl-2 pr-2"
|
|
1565
1498
|
}, (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) && /*#__PURE__*/React.createElement("div", {
|
|
1566
1499
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
|
|
@@ -2361,6 +2294,10 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
2361
2294
|
}, lang.securepayment))))))));
|
|
2362
2295
|
};
|
|
2363
2296
|
|
|
2297
|
+
var IKurlEndpoint = 'https://ik.imagekit.io/kcrbhhnh0';
|
|
2298
|
+
var IKpublicKey = 'public_ro8Tmo5Nlgw12YIFkn9MNUQLvQE=';
|
|
2299
|
+
var serverbaselink$1 = 'https://tabex-co.com';
|
|
2300
|
+
|
|
2364
2301
|
function ownKeys$1N(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; }
|
|
2365
2302
|
function _objectSpread$1N(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1N(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1N(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
2366
2303
|
var Productinfo = function Productinfo(props) {
|
|
@@ -2405,6 +2342,10 @@ var Productinfo = function Productinfo(props) {
|
|
|
2405
2342
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
2406
2343
|
ProductInfoObj = _useState8[0],
|
|
2407
2344
|
setProductInfoObj = _useState8[1];
|
|
2345
|
+
var _useState9 = useState([]),
|
|
2346
|
+
_useState10 = _slicedToArray(_useState9, 2),
|
|
2347
|
+
Relatedproducts = _useState10[0],
|
|
2348
|
+
setRelatedproducts = _useState10[1];
|
|
2408
2349
|
var _useParams = useParams();
|
|
2409
2350
|
_useParams.collectionidparams;
|
|
2410
2351
|
useEffect(function () {
|
|
@@ -2443,11 +2384,11 @@ var Productinfo = function Productinfo(props) {
|
|
|
2443
2384
|
});
|
|
2444
2385
|
setsectionproperties(_objectSpread$1N({}, secpropobj));
|
|
2445
2386
|
}, [pageindexcontext]);
|
|
2446
|
-
var
|
|
2447
|
-
|
|
2448
|
-
productimagesarray =
|
|
2449
|
-
setproductimagesarray =
|
|
2450
|
-
var
|
|
2387
|
+
var _useState11 = useState([]),
|
|
2388
|
+
_useState12 = _slicedToArray(_useState11, 2),
|
|
2389
|
+
productimagesarray = _useState12[0],
|
|
2390
|
+
setproductimagesarray = _useState12[1];
|
|
2391
|
+
var _useState13 = useState({
|
|
2451
2392
|
functype: 'add',
|
|
2452
2393
|
item_type: 'product',
|
|
2453
2394
|
productid: '',
|
|
@@ -2458,17 +2399,17 @@ var Productinfo = function Productinfo(props) {
|
|
|
2458
2399
|
from: '',
|
|
2459
2400
|
to: ''
|
|
2460
2401
|
}),
|
|
2461
|
-
_useState12 = _slicedToArray(_useState11, 2),
|
|
2462
|
-
addtocardpayloadobj = _useState12[0],
|
|
2463
|
-
setaddtocardpayloadobj = _useState12[1];
|
|
2464
|
-
var _useState13 = useState(''),
|
|
2465
2402
|
_useState14 = _slicedToArray(_useState13, 2),
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
var _useState15 = useState(
|
|
2403
|
+
addtocardpayloadobj = _useState14[0],
|
|
2404
|
+
setaddtocardpayloadobj = _useState14[1];
|
|
2405
|
+
var _useState15 = useState(''),
|
|
2469
2406
|
_useState16 = _slicedToArray(_useState15, 2),
|
|
2470
|
-
|
|
2471
|
-
|
|
2407
|
+
variantindexcompleted = _useState16[0],
|
|
2408
|
+
setvariantindexcompleted = _useState16[1];
|
|
2409
|
+
var _useState17 = useState(false),
|
|
2410
|
+
_useState18 = _slicedToArray(_useState17, 2),
|
|
2411
|
+
isloaded = _useState18[0],
|
|
2412
|
+
setisloaded = _useState18[1];
|
|
2472
2413
|
useEffect(function () {
|
|
2473
2414
|
if (productidparam == undefined) {
|
|
2474
2415
|
productidassigner(ProductIdProdutInfoModalContext);
|
|
@@ -2497,6 +2438,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
2497
2438
|
useEffect(function () {
|
|
2498
2439
|
if (!fetchProductInfoQueryContext.isFetching && fetchProductInfoQueryContext.isSuccess) {
|
|
2499
2440
|
if (fetchProductInfoQueryContext.data.data.productinfo != null) {
|
|
2441
|
+
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7;
|
|
2500
2442
|
var tempproductimagesarray = [];
|
|
2501
2443
|
if (Array.isArray(fetchProductInfoQueryContext.data.data.productinfo.productimages)) {
|
|
2502
2444
|
fetchProductInfoQueryContext.data.data.productinfo.productimages.forEach(function (arrayItem, arrayindex) {
|
|
@@ -2513,6 +2455,17 @@ var Productinfo = function Productinfo(props) {
|
|
|
2513
2455
|
tempaddtocardpayloadobj.productid = fetchProductInfoQueryContext.data.data.productinfo.productid;
|
|
2514
2456
|
setaddtocardpayloadobj(_objectSpread$1N({}, tempaddtocardpayloadobj));
|
|
2515
2457
|
setRelatedProductsTagid(fetchProductInfoQueryContext.data.data.productinfo.maintagid);
|
|
2458
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 ? void 0 : (_fetchProductInfoQuer2 = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer2 === void 0 ? void 0 : (_fetchProductInfoQuer3 = _fetchProductInfoQuer2.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.maintagid) != null && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : (_fetchProductInfoQuer5 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : (_fetchProductInfoQuer6 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : (_fetchProductInfoQuer7 = _fetchProductInfoQuer6.maintagid) === null || _fetchProductInfoQuer7 === void 0 ? void 0 : _fetchProductInfoQuer7.length) != 0) {
|
|
2459
|
+
GeneralAPIMutationContext.mutate({
|
|
2460
|
+
endpointurl: '/FetchRelatedProducts',
|
|
2461
|
+
tagid: fetchProductInfoQueryContext.data.data.productinfo.maintagid,
|
|
2462
|
+
mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
|
|
2463
|
+
if (data.data.status) {
|
|
2464
|
+
setRelatedproducts(data.data.productsrelated);
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
});
|
|
2468
|
+
}
|
|
2516
2469
|
}
|
|
2517
2470
|
}
|
|
2518
2471
|
}, [fetchProductInfoQueryContext.isSuccess, fetchProductInfoQueryContext.data]);
|
|
@@ -2661,8 +2614,8 @@ var Productinfo = function Productinfo(props) {
|
|
|
2661
2614
|
var addtocartfunc = function addtocartfunc() {
|
|
2662
2615
|
var runfunc = false;
|
|
2663
2616
|
if (addtocardpayloadobj.productid.length != 0 && addtocardpayloadobj.quantity > 0) {
|
|
2664
|
-
var
|
|
2665
|
-
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (
|
|
2617
|
+
var _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10;
|
|
2618
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer8 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer8 === void 0 ? void 0 : (_fetchProductInfoQuer9 = _fetchProductInfoQuer8.data) === null || _fetchProductInfoQuer9 === void 0 ? void 0 : (_fetchProductInfoQuer10 = _fetchProductInfoQuer9.productinfo) === null || _fetchProductInfoQuer10 === void 0 ? void 0 : _fetchProductInfoQuer10.hasvariants) == 1) {
|
|
2666
2619
|
if (addtocardpayloadobj.variantid.length != 0) {
|
|
2667
2620
|
runfunc = true;
|
|
2668
2621
|
} else {
|
|
@@ -2870,6 +2823,127 @@ var Productinfo = function Productinfo(props) {
|
|
|
2870
2823
|
});
|
|
2871
2824
|
return policyobj;
|
|
2872
2825
|
};
|
|
2826
|
+
var relatedproducts = function relatedproducts() {
|
|
2827
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
2828
|
+
className: "w-100 row m-0 d-flex justify-content-start"
|
|
2829
|
+
}, Relatedproducts.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
2830
|
+
className: "w-100 row m-0 d-flex justify-content-start"
|
|
2831
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2832
|
+
className: "col-lg-12"
|
|
2833
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
2834
|
+
className: "mt-0"
|
|
2835
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
2836
|
+
className: "col-lg-12",
|
|
2837
|
+
style: {
|
|
2838
|
+
background: sectionproperties.relatedproductsbg,
|
|
2839
|
+
paddingTop: sectionproperties.relatedproductspaddingTop + 'px',
|
|
2840
|
+
paddingBottom: sectionproperties.relatedproductspaddingBottom + 'px',
|
|
2841
|
+
paddingLeft: sectionproperties.relatedproductspaddingLeft + 'px',
|
|
2842
|
+
paddingRight: sectionproperties.relatedproductspaddingRight + 'px',
|
|
2843
|
+
borderTopLeftRadius: sectionproperties.relatedproductsbgbtlr + 'px',
|
|
2844
|
+
borderTopRightRadius: sectionproperties.relatedproductsbgbtrr + 'px',
|
|
2845
|
+
borderBottomLeftRadius: sectionproperties.relatedproductsbgbblr + 'px',
|
|
2846
|
+
borderBottomRightRadius: sectionproperties.relatedproductsbgbbrr + 'px',
|
|
2847
|
+
boxShadow: sectionproperties.relatedproductsbgbbrrshowshadow == 'Show' ? '0 0 10px ' + sectionproperties.relatedproductsshadowcolor : 'none'
|
|
2848
|
+
}
|
|
2849
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2850
|
+
className: "row m-0 w-100"
|
|
2851
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2852
|
+
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 mb-2"
|
|
2853
|
+
}, /*#__PURE__*/React.createElement("div", null, sectionproperties.relatedproductstitlestyle == 'Line Under Text' && /*#__PURE__*/React.createElement("div", {
|
|
2854
|
+
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0"
|
|
2855
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
2856
|
+
className: ' col-lg-12 d-flex align-items-center p-0'
|
|
2857
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
2858
|
+
className: "".concat(productinfo_cssstyles.sectiontitlespan),
|
|
2859
|
+
style: {
|
|
2860
|
+
fontSize: sectionproperties.relatedproductstitlefontsize + 'px',
|
|
2861
|
+
color: sectionproperties.relatedproductstitlecolor,
|
|
2862
|
+
fontWeight: sectionproperties.relatedproductstitlefontweight,
|
|
2863
|
+
textTransform: sectionproperties.relatedproductstitletextTransform
|
|
2864
|
+
}
|
|
2865
|
+
}, lang.relatedproducts)))), sectionproperties.relatedproductstitlestyle == 'Line Before Text' && /*#__PURE__*/React.createElement("div", {
|
|
2866
|
+
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0",
|
|
2867
|
+
style: {
|
|
2868
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
2869
|
+
}
|
|
2870
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2871
|
+
className: "".concat(generalstyles.sectiontitlecont2)
|
|
2872
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
2873
|
+
className: "".concat(productinfo_cssstyles.sectiontitlespan2) + ' pl-3 ',
|
|
2874
|
+
style: {
|
|
2875
|
+
fontSize: sectionproperties.relatedproductstitlefontsize + 'px',
|
|
2876
|
+
color: sectionproperties.relatedproductstitlecolor,
|
|
2877
|
+
fontWeight: sectionproperties.relatedproductstitlefontweight,
|
|
2878
|
+
textTransform: sectionproperties.relatedproductstitletextTransform
|
|
2879
|
+
}
|
|
2880
|
+
}, "Related", /*#__PURE__*/React.createElement("br", null), " Products"))))), /*#__PURE__*/React.createElement("div", {
|
|
2881
|
+
className: "col-lg-12 p-0 pl-md-2 pr-md-2"
|
|
2882
|
+
}, /*#__PURE__*/React.createElement(ScrollMenu
|
|
2883
|
+
// onWheel={onWheel}
|
|
2884
|
+
, {
|
|
2885
|
+
transitionBehavior: 'auto',
|
|
2886
|
+
wrapperClassName: '',
|
|
2887
|
+
itemClassName: 'scrollmenuclassnameitem',
|
|
2888
|
+
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
2889
|
+
}, Relatedproducts.map(function (item, index) {
|
|
2890
|
+
if (item.productinfo != null) {
|
|
2891
|
+
if (item.productid != fetchProductInfoQueryContext.data.data.productinfo.productid) {
|
|
2892
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
2893
|
+
className: "col-lg-12 w-100 p-2",
|
|
2894
|
+
onClick: function onClick() {
|
|
2895
|
+
if (props.srcfromprops != 'templatdraftrouter') {
|
|
2896
|
+
productidassigner(item.productid);
|
|
2897
|
+
} else {
|
|
2898
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2902
|
+
className: "row w-100 m-0 cursor-pointer p-1",
|
|
2903
|
+
style: {
|
|
2904
|
+
boxShadow: '0 0 10px #ccc',
|
|
2905
|
+
cursor: 'pointer',
|
|
2906
|
+
borderRadius: '10px',
|
|
2907
|
+
background: 'white'
|
|
2908
|
+
}
|
|
2909
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2910
|
+
className: 'col-lg-2 col-md-2 col-sm-2 pl-0'
|
|
2911
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2912
|
+
className: productinfo_cssstyles.imagecont
|
|
2913
|
+
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
2914
|
+
urlEndpoint: IKurlEndpoint,
|
|
2915
|
+
publicKey: IKpublicKey,
|
|
2916
|
+
path: item.productinfo.productmainimage,
|
|
2917
|
+
style: {
|
|
2918
|
+
borderBottomLeftRadius: sectionproperties.prodimage__borderBottomLeftRadius + 'px',
|
|
2919
|
+
borderBottomRightRadius: sectionproperties.prodimage__borderBottomRightRadius + 'px',
|
|
2920
|
+
borderTopLeftRadius: sectionproperties.prodimage__borderTopLeftRadius + 'px',
|
|
2921
|
+
borderTopRightRadius: sectionproperties.prodimage__borderTopRightRadius + 'px',
|
|
2922
|
+
width: '100%',
|
|
2923
|
+
height: '100%',
|
|
2924
|
+
objectFit: 'cover'
|
|
2925
|
+
},
|
|
2926
|
+
loading: "lazy"
|
|
2927
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
2928
|
+
className: "col-lg-10 col-md-10 col-sm-10 pl-3 "
|
|
2929
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2930
|
+
className: "row m-0 w-100"
|
|
2931
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2932
|
+
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start"
|
|
2933
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
2934
|
+
className: "".concat(productinfo_cssstyles.relatedproductNameStyles) + ' m-0 p-0 module line-clamp d-flex justify-content-start ',
|
|
2935
|
+
style: {
|
|
2936
|
+
fontSize: '15px'
|
|
2937
|
+
}
|
|
2938
|
+
}, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
2939
|
+
className: langdetect == 'en' ? "".concat(productinfo_cssstyles.relatedproductPricestyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex wordbreak text-right ' : "".concat(productinfo_cssstyles.relatedproductPricestyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex wordbreak text-left '
|
|
2940
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
2941
|
+
className: 'ml-1 mr-1'
|
|
2942
|
+
}, item.productinfo.hasvariants == 1 ? item.productinfo.variants.variantsaleprice : item.productinfo.defaultsaleprice, ' ', langdetect == 'en' ? 'EGP' : 'ج.م'))))));
|
|
2943
|
+
}
|
|
2944
|
+
}
|
|
2945
|
+
})))))));
|
|
2946
|
+
};
|
|
2873
2947
|
return /*#__PURE__*/React.createElement("div", {
|
|
2874
2948
|
className: 'row w-100 ml-0 mr-0',
|
|
2875
2949
|
style: {
|
|
@@ -2894,14 +2968,14 @@ var Productinfo = function Productinfo(props) {
|
|
|
2894
2968
|
langdetect: langdetect,
|
|
2895
2969
|
lang: lang,
|
|
2896
2970
|
srcfromprops: props.srcfromprops
|
|
2897
|
-
}, _defineProperty(_ref, "returnpolicyobj", returnpolicyobj), _defineProperty(_ref, "productinfo_cssstyles", productinfo_cssstyles), _defineProperty(_ref, "addtocartfunc", addtocartfunc), _defineProperty(_ref, "selectproductoptionvalue", selectproductoptionvalue), _defineProperty(_ref, "productimagesarray", productimagesarray), _defineProperty(_ref, "fetchProductInfoQueryContext", fetchProductInfoQueryContext), _defineProperty(_ref, "ProductInfoObj", ProductInfoObj), _defineProperty(_ref, "sectionproperties", sectionproperties), _defineProperty(_ref, "addtocardpayloadobj", addtocardpayloadobj), _defineProperty(_ref, "setaddtocardpayloadobj", setaddtocardpayloadobj), _defineProperty(_ref, "routingcountext", routingcountext), _defineProperty(_ref, "AddtoCartMutationContext", AddtoCartMutationContext), _defineProperty(_ref, "authdetailsContext", authdetailsContext), _defineProperty(_ref, "addtofavoritescontext", addtofavoritescontext), _defineProperty(_ref, "variantindexcompleted", variantindexcompleted), _defineProperty(_ref, "StaticPagesLinksContext", StaticPagesLinksContext), _defineProperty(_ref, "NotificationManager", NotificationManager), _ref)
|
|
2971
|
+
}, _defineProperty(_ref, "returnpolicyobj", returnpolicyobj), _defineProperty(_ref, "productinfo_cssstyles", productinfo_cssstyles), _defineProperty(_ref, "addtocartfunc", addtocartfunc), _defineProperty(_ref, "selectproductoptionvalue", selectproductoptionvalue), _defineProperty(_ref, "productimagesarray", productimagesarray), _defineProperty(_ref, "fetchProductInfoQueryContext", fetchProductInfoQueryContext), _defineProperty(_ref, "ProductInfoObj", ProductInfoObj), _defineProperty(_ref, "sectionproperties", sectionproperties), _defineProperty(_ref, "addtocardpayloadobj", addtocardpayloadobj), _defineProperty(_ref, "setaddtocardpayloadobj", setaddtocardpayloadobj), _defineProperty(_ref, "routingcountext", routingcountext), _defineProperty(_ref, "AddtoCartMutationContext", AddtoCartMutationContext), _defineProperty(_ref, "authdetailsContext", authdetailsContext), _defineProperty(_ref, "addtofavoritescontext", addtofavoritescontext), _defineProperty(_ref, "variantindexcompleted", variantindexcompleted), _defineProperty(_ref, "StaticPagesLinksContext", StaticPagesLinksContext), _defineProperty(_ref, "NotificationManager", NotificationManager), _defineProperty(_ref, "relatedproducts", relatedproducts), _ref)
|
|
2898
2972
|
}), fetchProductInfoQueryContext.data.data.productinfo.item_type == 'service' && /*#__PURE__*/React.createElement(Service_itemtype, {
|
|
2899
2973
|
actions: (_ref2 = {
|
|
2900
2974
|
returnpolicyobj: returnpolicyobj,
|
|
2901
2975
|
langdetect: langdetect,
|
|
2902
2976
|
lang: lang,
|
|
2903
2977
|
srcfromprops: props.srcfromprops
|
|
2904
|
-
}, _defineProperty(_ref2, "returnpolicyobj", returnpolicyobj), _defineProperty(_ref2, "productinfo_cssstyles", productinfo_cssstyles), _defineProperty(_ref2, "addtocartfunc", addtocartfunc), _defineProperty(_ref2, "selectproductoptionvalue", selectproductoptionvalue), _defineProperty(_ref2, "productimagesarray", productimagesarray), _defineProperty(_ref2, "fetchProductInfoQueryContext", fetchProductInfoQueryContext), _defineProperty(_ref2, "sectionproperties", sectionproperties), _defineProperty(_ref2, "addtocardpayloadobj", addtocardpayloadobj), _defineProperty(_ref2, "setaddtocardpayloadobj", setaddtocardpayloadobj), _defineProperty(_ref2, "routingcountext", routingcountext), _defineProperty(_ref2, "AddtoCartMutationContext", AddtoCartMutationContext), _defineProperty(_ref2, "authdetailsContext", authdetailsContext), _defineProperty(_ref2, "addtofavoritescontext", addtofavoritescontext), _defineProperty(_ref2, "StaticPagesLinksContext", StaticPagesLinksContext), _defineProperty(_ref2, "variantindexcompleted", variantindexcompleted), _defineProperty(_ref2, "GeneralAPIMutationContext", GeneralAPIMutationContext), _defineProperty(_ref2, "NotificationManager", NotificationManager), _ref2)
|
|
2978
|
+
}, _defineProperty(_ref2, "returnpolicyobj", returnpolicyobj), _defineProperty(_ref2, "productinfo_cssstyles", productinfo_cssstyles), _defineProperty(_ref2, "addtocartfunc", addtocartfunc), _defineProperty(_ref2, "selectproductoptionvalue", selectproductoptionvalue), _defineProperty(_ref2, "productimagesarray", productimagesarray), _defineProperty(_ref2, "fetchProductInfoQueryContext", fetchProductInfoQueryContext), _defineProperty(_ref2, "sectionproperties", sectionproperties), _defineProperty(_ref2, "addtocardpayloadobj", addtocardpayloadobj), _defineProperty(_ref2, "setaddtocardpayloadobj", setaddtocardpayloadobj), _defineProperty(_ref2, "routingcountext", routingcountext), _defineProperty(_ref2, "AddtoCartMutationContext", AddtoCartMutationContext), _defineProperty(_ref2, "authdetailsContext", authdetailsContext), _defineProperty(_ref2, "addtofavoritescontext", addtofavoritescontext), _defineProperty(_ref2, "StaticPagesLinksContext", StaticPagesLinksContext), _defineProperty(_ref2, "variantindexcompleted", variantindexcompleted), _defineProperty(_ref2, "GeneralAPIMutationContext", GeneralAPIMutationContext), _defineProperty(_ref2, "NotificationManager", NotificationManager), _defineProperty(_ref2, "relatedproducts", relatedproducts), _ref2)
|
|
2905
2979
|
}))));
|
|
2906
2980
|
};
|
|
2907
2981
|
|
|
@@ -2911,10 +2985,6 @@ var onlinepayment = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0CAYAA
|
|
|
2911
2985
|
|
|
2912
2986
|
var cod = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAACAASURBVHic7N13eJRV2sfx78wkk95IICH03kOV3gWkCiIKCGJF17Kurr2j4upa1t4bdhCpSu9V6b0HAiGBVNL7lPePMb6IlJRnnjJzf65rrnURzrnBkPN7znOKCSGUYQKGAqOBnkAMYAXOALuAX4C5QKlWBQohhBBCWf2BnYDzCp8EYKI2JQohhBBCSQ8BNq48+J//+QDw1aJYIYQQQlTfdCo38J//+RXwU79kIYQQQlRHdQZ/CQFCCCGEASkx+EsIEEIIIQxEycFfQoAQQghhAO4Y/CUECCGEEDrmzsFfQoAQQgihQ2oM/hIChBBCCB1Rc/CXECCEEELogBaDv4QAIYQQQkNaDv4SAoQQQggN6GHwlxAghBBCqEhPg7+EACGEcBOT1gUIXXkVeFzrIi5hHjAeKNO6EA/iA9QBGgDRQAQQdt7HepFfU/DHJx/IBjKAFODsH58it1cthFCEBABRTs+DfzkJAVUTAsQB7f/4tMI16NcBLAr3lQYcA47+8b8Hgd3AKYX7EUIIoYBX0X6av6KfuchVwlfSCLgd+BaIBxxo/9/tHLAK1yum4bhmGIQQQmjISIO/hICLCwJuAL4EEtD+v09FPnZgO/AS0APlZyKEEEJchhEHfwkBLsHABOBnXO/ktf7vUd1PBvADMBnXWgQhhBBuYuTB31tDgAm4GpgNFKL9n7+7PsW41nuMRXZ/CCGEojxh8PemEBAOPAgcRvs/b7U/WcCnQLtq/ykKIYSX86TB35NDgBnoh+u9vidM8Vf34wCWAAOr84cqhBDeSo+H/Cj18ZTDgloD04DjaP9nqtfPLmAKrnMMhBBCXIG6T/6dWjkZ3kftgcGoMwF1gEdw7ZfXenA10ucEcD+uXRBCCCEuQt0n/44tncx+08n8d5yM7Kf2oGCUmYAwXE+xv+A62EjrwdTIn2zgHSC2Uv8FhPBychKg51P3hL9OreDJO8H6x4O40wmfzYFF61UrAf2eGGgFhuLa6jYK8Ne2HI9TBHwNvInrACQhxGVIAPBs04GnVeutY0t4aur/D/7lnE74fC78uk61UoBFwPVAiZqdXkJnXE/7E4BaGtfiDRzAYlxrKXZoW4oQ+iUBwHPpY/Av530hoCWuAX8S0FSD/oXLSuA54DetCxFCbyQAeCZ9Df7lPD8ERP7R1xSglwr9iYrbBPwX15oLIQQSADyRPgf/cp4XAgKAkbgG/aHI1jS92w28BXyP6z4CIbyWBADPou2Cv4oy/sJAX2AIrun90UCgAm0Kde0H/gPMwrVmQAivIwHAc+j7yf9CxpwJKF/MNx6IVqoooakTuF4NfAnYNK5FCFVJAPAMxnjyv5AxZgKaAzchi/k83VFcIfpHJAh4Gh9cu2+8adttJpBzpZ8kAcD4jDn4l9NnCKjF/6/g76pWUUIXjgEv41ojIEHAuHrhOm9jGFAP190a3qYI2AYsAL7CdbHWX0gAMDZjD/7l9BECgoAxuAb9wXjJYj6z2URMZBj1YmpQLyaSGmFBhAUHEBocQICfFQCTCcKCA8jOK6KwuISi4jKycgvIyM4jJSOHtHO5nDyTSWmZR42Xx3EFgW+RIGAkDYAPgBFaF6Iz53Cdi/E+rtMzAQkARuYZg3857ULAZ7im+McAwWp2rrbgQD86t25E26Z1/vw0qlMLq6+l2m07HE6S07I4fjqN3UcS2XU4kT1HEjmTnq1A5Zo6BryA69WALBbUt564/k7LYVuX9iNwG3+sg5IAYEyeNfiX0yYEeCwfi5nucU3o06kFfTo1o0PLBvhY1J0JTc3MZdfhU/y2J55VWw5y9FSqqv0r6ADwPK4Lp5xX+LlCfS1xHfYUrnUhBvANcAtIADAizxz8y0kIqBYfi5nenZozun9HhveJIyJUXxflJaWeY9WWQ6z8/QBrth2itMxwW/F34jpZcJHWhYg/+QB7cF2lLSrmDuBLCQDG4tmDfzkJAZXWIDaSW6/tzcRh3akRpq9B/1Kycgv5Zd1u5qzcxpZ9J3A4DPVg/RuubbdrtC5E8A/gI62LMJgzQHMJAMbhHYN/OQkBV2QymRhwVUtuv64Pg7q1wWw27l/no6dS+ein1cxevs1oiwmXAk/gegIV2tgPtNG6CAO6xbjfMbyLdw3+5SQEXFSz+tGMHdSZGwZfRf3akVqXo6jUzFw+m7OOrxduJCe/SOtyKsoBfAc8CyRqXIu3aYproaaovDkSAPTPWCf8KU2bEwN1JyI0iFH92nPDkK50bdsIk8mz/+oWFJXw/aLf+Hj2GpJS/7Z9Wa9KgRm4gkCatqV4jeuBn7UuwqDiPfu7iPF555P/hbx0JiAowI/hfeIYN7gLfTu3wGL2vrNMymx2FqzZyfszV3Hw+Bmty6moLFx/d9/DdRiLcJ/7cO1tF5VXKAFAv2TwP5+XhAAfi5n+V7Xk+kFdGN47jgB/q9Yl6YLT6WTt9sO8/+MqNuw8qnU5FXUa146Bb5GbB93lUeA1rYswKgkA+uTd0/6X4sGvA1o0jOHGIV2ZMKwbNSNCtC5H1/bHJ/PRT6uZu3IHdochzuY5hOsMgdlaF+KBJABUgwQA/VH3yb9jK3hKx0/+F/KgmYBGdWoybnAXrh/UhcZ1a2pdjuEcOXmWd75fyfzVO7DZDREE1gKP4TqfXShDAkA1SADQF3Wf/AEiw2D8MBjSw3Xou97tOwZfzIWEZK0rqZKI0EBG9evgNYv51HA65Rwfz17Dt79uprikopc8asaJa9Hao8ApjWvxBBIAqkG+++iHuk/+F2rZCG4aAe2ba1bCZSUkww+LYes+rSuptAB/K8N6teP6wV0YcFUr1Y/j9Rapmbl89NNqvl64iYKiEq3LuZIC4L/AG8hCweqQAFANEgD0QdvB/3wtGsL1g+GqNqCHVecHj8OclbDjoGv63yAsZjN9Ojdn3KAujOjbnqAAP61L8hpZuYV8Nmctn/y8lryCYq3LuZJEXAcJzUTuGKgKCQDVIAFAe/oZ/M8XFQGDu8PV3aFmhLp95xbAum2wbDOcTlG372pq37we44ZcxZgBnYiODNW6HK+WlVvIJ7PX8OmcteQX6n5G4DfgQWCr1oUYjASAapAAoC19Dv7nM5mgaT3o0QG6tIH6Me5ZK5CSCTsPwu97YF88GGN1NwD1a0cyblAXrh/chWb1o7UuR1wgK7eAD2et5vO56/X+asAJfA88CSRpXItRSACoBgkA2tH/4H8xoUHQugk0bwgNakP92lCrRuXayM6DU2dcn/jTsD8eMo13b3xIkD9fT59Krw5NZTGfAZzLKeD9mav4ct56CotLtS7ncgpwrQ14/Y9/1jsz0BVoBtTCdTufWvoCw1Xsz6PIdy1tGHPwvxRfH4gIhchwCA50bSn083WtISgqAbsd8gogKxcysqFU9yu1K2xY7zg+n3Ybvj4WrUsRFZSZnc97P67kqwUbKdJ3EEjGtSvoW1z3DehNDVyzFVNwDfyGZwkIwSdAv6/uSs4pu/tJAoD6PGvwFxICDCo9K4/3fljJjIUb9b59cAfwMKCnE7DGAF8B4VoXoqTafSdTb/j9WpdxSVuf6K5oe/IdS10y+Hug+MRUDp04y8i+7b3yvH6jCgrwY0DXVkwa0QOb3cH++GTs+jxQKBa4FYgDdgLnNK0G7sc1+AdoXIfiQhrEEdasq9ZlXFLyys8VbU8CgHpk8PdgEgKMKyjAj4FdW3HTsO6U2ewcOH5Gr0GgFfAPIALXaYJa7HEcDnyNh44dEgCEO8jg7wUkBBhbcKA/V3drzcRh3SksKuHA8WQc+jt7wgL0AO4ECoHdqHfRUBCwEtDvS/JqkgAglCaDvxeREGB8IYH+DOnZlmsHdORseg7xialal3Qxgbiexqfg2imwD/cvFHwE17t/jyUBQChJBn8vJCHAM0SGBXPdwE7079KS+MQ0ktOytC7pYsKBUcBkIA84gPtmBD7CQ1b7X4oEAKEUGfy9mIQAz1GnVgQ3De9O26Z1OHg8mcwcXW7NjwBG43o1EAgcRtkzBOoBryjYni55WwCQ70zuoergH9i9PQEdW6nVnWFZG8QSOryvav0t2biXO6d9RZlNrVe0wp2G9Y5j7ZdP8uYjE4iJCtO6nEupDbyI646BGUB/lPk+31CBNoTOyAyA8lQd/IN6dqTO208QNmYQ5pBAinYedB28I/6f2UTE5FHEvvYIIYN7Ys/Jo3h/vCpdy0yAZzGbTbRvXo9br+1NgJ+VPUcTKS2zaV3WxfgAHXBtH7wL1wCeh+twoaqsbLwKuFGh2nTL22YAJAAoS/XBP/atxzFZfcFkIiCuBSGDe1Jy6AS21Ey1ytA1a4NYYt96grDrBmHysYDJRFCvjhICRLX4+ljo0b4JN4/sSanNzr5jp7E7dLdjoFwIrqN6bwf+BfTGdbaADUilYosH44Bx7ipQLyQAiKrSbvA/jyU8hLBrB+ATHUnJgXgcRbq/DtUtzIH+RE69gZjpD+Bb94ILeiQECIUE+FsZ2LUVYwd1ITkti2P63DFwPn+gOTAEmIrre9Y4XGfqNwcicc0elPzxKdcWCQCaUzoAyFHAytDF4H8hR2Ex576aS9a3v+As0fWZ58oxmwkbPZDI+ybiE3mFU0qdTtJe+4LsmUvUqQ05NtjTbdx1jGffn8uB48qe2a6RPOA0rpsJ/XGFBI8mRwGLytLl4A9g8vUhsGs7wkb2x1FQROnx04a6ZrdSzCaC+3Wl9n//TdjYQZgD/a/8a2QmQCisfu1Ibh7Vk9ia4ew6dErvtw5eiR9QE2gCNNC4FlV42wyABIDqmY7rNixVBPZoT523n6jQ4H8+c3Agwf2vInzsYMwB/pQeO+UxMwImXx9Ch/Wh9isPET5x+JWf+v/WwB8hILeA4v3H3FPkBeITU9l79DSj+nXAYpEQ4GnMJtdCwdvG9MHXx8KOg6f0erSwuIAEAFFRr6Li4F++2r+yg//5zIH+BHZpS/iN12AJDcF2Jg17Tr6CVarHJyqC8PHDqP3KQ4SO6o8lohqnk5pMBPXsoOpMwImkdA4lyEyAJ/P1sdCrQzPGXt2ZM+nZHDul+/UBXk8CgKgI3U77V4TJ6ktAh5aETxxOYI8OmHx8sCWl6n5WwORnJWRQD2o+dDPRT04lsHt7zEEKXUgmrwOEm4SHBDJmQCd6dmjKgfhk0s7laV2SuAQJAOJKDD34X8g3Jorgvp2JmDQS/1aNMQcHYs/KxZFf6Jb+KssSHkpw/6uocctoYp67l9DhfbHWrw0mN6xflRAg3Kh+TCSTR7rWB+w0/voAj+RtAUB2AVSORw3+l1N6/DQFm3dRuP0AJQePY8tQ5xx0S2gwfq0aE9C5NUE9OuDfuimYVf4yld0Bws3yCor537fL+GzOWkrL5OAuvfC2XQASACrOawb/i7FlZFFy8DjFhxMoPZGELSWdsjPp2DKzoAoHoFgiw/GNicInJgprg1j8WjXGv1UTfOvo5K4RCQFCBQnJ6Uz7aAFLNu7VuhRVNWvWnKHDhle7nV07d7Bx4wYFKnKRACAuxqsH/8tx2uzYUjOx5+bhyCvEabPhKChyrSewOzAF+mMO8Mfk64M5JAhzUAC+tWsa4vcmIUCoZfOeeF78eAE7D53SuhRVjLluLJ9+9mW12/ng/Xd5YdpzClTk4m0BwEfR1jzTdNS82KdHe8MM/gAmHwu+dWrp58ldSSYTtR67A0xmsn9cpEqXSzbu5ZZnPmPGS3di9ZW/nt6iZ/umLP3oYZZt3s9zH8wjITld65KEF5BVR5f3KvC0Wp25tvo9aZjB3yuYTNR69DbCJwxTrcuVvx9k6gsz5BZBL3RNz7ZsmPEUL90/lhphQVqXIzycBIBLkyd/4fLHTED4xBGqdVk+E6DTm+aEG1l9Ldw9rj87Z73A9PvHEh1ZjTMuhLgMCQAXNx0Vn/xdJ/zJk7+ulc8EqBgCVv5+kFuf/VxCgJcK9Ldy17j+bPn+OabfP5aYqDCtSxIeRgLA38m0v7g4eR0gNFAeBLZ+/xyvPXQjLRrW1rok4SEkAPyVTPuLy5PXAUIj/n6+3Dq6NxtmPMmKTx/lhiFXyW4RUS0SAP6fPPmLipGZAKGx9s3r8cFTN7N95jSeunMk7ZrV1bokYUASAFzkyV9UjswECB2oHRXGg5OHsOqzx9g5axrT7x9L17aNMbnjqGzhcWSjsRzyI6rqj5kAnA7VDgsqnwmQw4LEhepG1+Cucf25a1x/zmbksGnXMbbsO85ve+I5KjcRiovw9gAgg7+oNHtOHoVb9lF8MJ6SwwmUHD6hav9LNu7lzmlfSQgQl1Q7Koxxg7swbnAXADKy8tiy7wTbDiRwOOEsR0+lkpR6TuMqhda8OQCoOvgDhN0wRAZ/gyo7nULe8k0UbNhB0b5j4HBoWo+EAFEZUREhjOjbnhF92//5Y/mFJRw9lcKRk65AcPJMBikZOZxJyyI9Kw+bXduvceF+3hoAVB/8AdJe/ZzAzm0wh8gJX0bgLC0jb+Vv5M5fReH2A+Cs/KVH7iQhQFRHcKAfnVo1oFOrBn/7d3aHg/RzeZxJzyY1M4cVvx3gu0W/aVClcCdvXASo6oK/89lSM0l7c4YWXYtKcJaWkTNnBQkj7yXl6Xco3LZfd4N/OVkYKNzBYjYTExVGp1YNGNY7jr6dW2hdknADbwsAqm71u5jcBasp2LhTyxLEJTjtdrJnLiZhxD2kTv8YW7ox3pHKFkEhRFV4UwDQZNr/YlKnf4yjqETrMsR5inYeInHio6T99wtsGVlal1Np5a8DJAQIISrKWwKAbgZ/cL0KyPp2odZlCMBZUkrqy59y+s5nKTlm7LvYJQQIISrDGwKArgb/cllfzzfMFLOnKjl6klM3PUrOz8t0+46/spZs3Eu3SS/x7Ptz+W1PPHaNdysIIfTL03cBaLbg70ochcVkfvgj0c/fp3UpXilv5W+kPPsezmLPexWTlHqOT35eyyc/ryUiNIhB3VtzTc+2DOrehkB/q9blCSF0wpMDgC6f/M+Xs3At4TeNxK/Z37fhCDdxOsn87GcyP57lMU/9l5OVW8Ds5duYvXwbwYF+DOrehuG947i6W2tCgvy1Lk8IoSFPDQC6ffL/C4eDc1/No/Z/HtS6Eu/gdJL2+ldk/7hI60o0kV9YwvzVO5m/eic+FjOdWjXk2v4dGD2gE9GRoVqXJ4RQmScGgOlovNWvMvKWbSLq3gn41o3RuhTP5nSS9toXqp3Zr3c2u4Ot+0+wdf8JnvtwHu2a1mVIz7aMvbozTerV0ro8IYQKPC0AGGrwB8DhIOuHxdR67HatK/FoGe9+J4P/JTgcTvYcPc2eo6d5fcYSWjSM4dr+HRnSsy3tm9fTujwhhJt40i4A4w3+f8iZtxJ7dq7WZXisnDkrODdjvtZlGMaRkym8PmMJg+96nc4TpvH0e3PYsu8EDofnr5kQwpt4ygyA7hf8XY6zuITcX9YScfO1WpficQq37CX1P59qXYZhnU45x2dz1vHZnHVER4YytFccI/vG0bNDM7l/QAiD84QAoO7gHxMJKZmKNysBQHm2zGzOPv2O5jf3eYrUzFy+XriRrxduJDwkkEHd2zCiTxwDu7YiQLYXCmE4Rg8A6g7+HVvBk3fAE2/DiSRFmy45doqSIwn4tWikaLtey+kk5el3sGdma12JR8rOK+TnFdv4ecU2/P186d+lJSP6tGdIz7ZEhAZqXZ4QogKMHADU3erXsSU8dSdYfeGucfDkO4rvI89dtI6aEgAUkTNvJYVb9mpdhlcoLilj6aZ9LN20D4vZTOfWru2FI/t1ILZmuNblCSEuwaiLANW91a9jK3hqqmvwB2jVGLq0Ubyb3MUbZLpaAbbMbDLe+U7rMryS3eHaXvjM+3PpeOPzDL3nTd79YQXxp9O0Lk0IcQEjzgCoP+1f/uR/vhuGwLb9inZlz8ymaN8xAtrL3dvVkfHOt9hz81Xv12Ix06huLVo0iiUyIgR/P9fXTPq5XE4mpXMk4QyFXnQLpNPpZOehU+w8dIrpn/5Ci4YxDOsdx/A+cbRvXg+TyaR1iUJ4NaMFAH0M/gAtGkJcc9h7VNEuCzfvkgBQDaXHT5O7aL1q/YWHBjF+eE9GDOxM/25tCA689PG6ZTY7Ow+cYOn63SxYsZXdh06qVqceHDmZwpGTKbz93XLqRkcwrHccw3rH0aN9Eyxmo05GCmFcRgoA+hn8y43sp3gAKNi8m8h7Jijaprdw5BWQ/s63qrxGaVinJk/eM5abx/T780n/Snx9LHRr34xu7Zvx/D9vICEpjXnLtzJ/xRY27zziVfvsk1Kz/txeWCMsiGt6tmN4nzj6d2mB3+X+zgkhFGOUAKC/wR9c6wBqhMG5HMW6Lj4Yjz07F0u4nM1+JWXJaRRu20fxniMU7T1C6clkcPMgGuBv5el7r+eRO6/F6lu9vz6N6tbi37eP5N+3jyQ1I4cFK7cxf8UWVv+2n9Iym0IV69+5nAJ+XPI7Py75naAAP67u1prhfeIY1L01oUEBWpcnhMcyQgDQ5+APYDHD1d1g9nLl+nc4Kdy6n5AhPZVr01M4nRQfiCd/3TYK1m2n5NgpVbtv27w+s99/mBaNYhVvOzoqjLsmDOKuCYPIyStk8bqdzF++lSXrdpFfWKx4f3pVUFTCwrW7WLh2F1ZfC707Nmd4n/YM692OmhEhWpcnhEfRewDQ7+BfrldHZQMAUHwgXgLAeWypmeQuXEPOglWUJWuzmnzkgM78+M5DBAX4ub2vsJBAJo7szcSRvSkuKWPFpj0sWLGNhau2kZGV5/b+9aK0zM7qrYdYvfUQj701iy6tGzG8Txwj+rSnQWyk1uUJYXh6DgD6H/wBGtWBmChIyVCslJJDxxVry8gKNu0ke+YSCjbv1nR75Lih3fn+rQc1OfrW38+XUQO7MGpgF+z2u9mw/RDzl29l/sqtJJ5R7mtO7xwO55+3F077aD5tmtRheB/XjoI2TepoXZ4QhqTXAGCMwb9ct3awYI1i5RQfTnAdMuSN26QcTvLXbCHzizmUHDqhdTX06dKKb998QBfn3lssZvp3a0P/bm1465lb2XkggfkrtjBv+VYOxit7MqXeHTiezIHjybw+YwkNYiMZ0ac9w/vE0aV1I8xmL/x7I0QV6DEAGGvwB2jXTNEA4MgroCwpFd96MYq1aQT5q7eQ8f4PlCboYzCLjgrjp/ce1uWqdJPJROe2jenctjEvPTSRIwlnXDsKlm9h277jOBU+pVLPTp3J5MNZq/lw1mpq1QhlaK+2DO/Tnt4dm2P11T64CaFXegsAxhv8AVo3AbNZ0WnqkqMnvSYAlBw9SfqbMyjcuk/rUv7is//cQ3RUmNZlVEiLRrE8cfcYnrh7DMmp55i/YivzV2xl3ZaD2Ox2rctTTdq5XL75ZTPf/LKZ0KAABvdow/A/LixSY/2GEEaipwBgzMEfICgA6sfAyTPVb+sPZWfSFWtLrxwFhaS//R05c1fo7gjkEf07MXJAZ63LqJI60TW4b/JQ7ps8lHM5+fy6egfzV2xl2YbdFBWXal2eanILipizcjtzVm7Hz+pL/y4tGNWvA6MHdNTlrI4QatNLAFB38O/UCp5UaPAv17COogHAlurZC7wKt+4j5fn3sSm4eFIpJpOJlx++SesyFFEjLJgp1/VjynX9KCwqYemG3cxfvpVFa3eQlVOgdXmqKSktY9nm/SzbvJ/nP5rPvTcO5N4JA+UEQuHV9BAAnsPogz9A/dqKNlemw4FRCc7iEtLf/pbsn5YqfpuiUgb3iiOuZQOty1BcYIAfY4d0Y+yQbpTZ7KzdcoD5y7ewYOU2zqRlaV2eajKz83np04Us3byPGS/dKecLCK+ldfwdB0xTrTd3Df4AdaMVbc521vNeAZQlpZA45UmyZy3R7eAPcOv1A7Quwe18fSwM7hXHBy9MJXHDJ2z66WUemzqaZg2VDbJ6tm1/Ajc88gFZud4zEyLE+bQMACHA+4A6e3bcOfgDRCl777kt3bOeyAo27yJx0uOqn95XWQH+VkYONOa7/6oym0306NicVx+bzJEV77J30Zu88OB4OrVprHVpbnfw+Bn+/cZMrcsQQhNavgK4H1D2sflS3D34g+tOAAU5ijzn+NdzX80j4/3v3X5OvxK6xjW97I1+3qBt8/q0bV6fZ+8bx8nkdNeOguVb2bTzMHa7vhZrKmHR+j0s/20/Q3q01boUIVSl5QyAOqus1Bj8AcKCFT24x1nsAffGO52kv/EVGe9+Z4jBH6BnJ7mK+XwN69TkwVtHsPaHFziz+TM+ffkfDO/fyeNW0X8ye63WJQihOq1mAGoD7o/bag3+4DoHwMcCCt3i5rTZcdrsmHRwAl1VOO12Ul/4kNxf1mpdSqU0d8NFP56iZo1Q7rzxau688WryCopYvHYX81dsYfHaXeQVFGldXrVs3HWMtHO51Koht3AK76FVAHD/y0U1B/9yVl/FAgC4ZgFMwYGKtacWp93O2cfeJH/1Fq1LqbT6sVFal2AIIUEBjB/Rk/EjelJSWsaqzfuYv2IrC1ZuI/1crtblVZrT6WT3kUR5DSC8ilYBwL37bixmuPN6dQd/AB9l/zidRrwT3ukk9YUPDTn4AwR5+fv/qvCz+jK8fyeG9+/ERy/exaadh10XFq3Yyslk4+xmOXUmU+sShFCVVmsAst3aut0BL3wEaefc2s3flJUp2pzJgO9ZM979znDT/ueTg2Gqx2Ix0/eq1vzv6Vs5sfZDts//L8/eN462zetrXdoVmbzx8i3h1bSaATgK2AH3veBOzYRn3oPp/4RaNdzWzV+UKBsAzAY7uzzru184N2O+1mVUS7bsCVdUpzaN6dSmMS88OJ74UynMXb6FBSu2smXPMRw6WxgaW6cWweFhOBwOHHY7Dpsdh8OO3Wav9uVK53IK+H3vcZLTsigqKaVWjVCa1Y+mY8sGcnuh0IxWAeAcsB3o5tZe1AwBZTZQbBs00AAAIABJREFU8NIVk9XXtbDQIPKWbCD9f19rXUa1edOJeGpr2iCGx6aO5rGpozmTlsWClduYv3wLa7ccoMym/YVF3Tq2wD/o4mtunA4ndpvtb+HAYXdgt9mxO2xwkYzw25543vh6KZt3x2O/yH0XNSNCmDKqF/eOH0hIkLx+EurS8hyAj3F3AAD1QkCWsgufjPT0X3LsFCnTPtD16X4VdfDYaa1L8AqxtSK456Yh3HPTELJyCli0dgfzl29l6YbdFBapvwW2cb1omjW49CmIJrMJn8u+knNit9tx2O3YbQ4KCov454tfMXPJ75ftNz0rjze/WcqMhRv59Llb6dOpeRV/B0JUnpaPmN8Ch1TpqTwEuHNNwLkcRZszBwYo2p67OIpKOPv4/3CWKvv6oyL8rBYaxiq7bWvbvnhF2xNXFhEWxOTRffn5g0dI3/olcz98lCnX9aNGWLBqNdw/ZVg1p+JNWCw++Fr9KHPCsLteu+Lgf77M7HzGP/ohs5dvq0YNQlSOlgHADtwI5KnSm7tDQIayU8c+0ZGKtucu6a99TmlCkqp9hgRZefiWjpxYMoVHb+uoaNubdhwhN9/Ye9qNLMDfypjBXZnx2v2kbPmcFV8/x32Th1In2n2zdy0b1+Gu8YMUacvhcDLlkffYvu94pX+tze7g32/M5MjZbEKjahAcHkZgaAj+QYFY/fywWPRwd5vwJFq/ZN6P60RAdR4f3RkCElMUbc6ndk1F23OHvKUbyZm/WrX+fCxmHpjUnlPLb+GNR3oRWyuIlo0iFO2jpLSMX9fsULRNUTU+FgtX92zHe8/fQeKGj/l9zis8cfcYWih4WFNggB/fvPFPAhV65fbDLxtYsLLqT/ElpWXc8dRHmH188A8KJDAkmODwMEKjahARU5OoOrWpUTuasJpRhNQIJygslICgQPz8/fGxWjFbtP6WLoxED5HyV2A8MAtw/743d60JOHVGubYA3xh9H0hjS8kgdfrHqvXXp1Ms7z/dj7jmf50Zad1E+SfDT35Yzk2jeiverqg6k8lE17imdI1ryn8emcTB+CTmLd/K/BVb2HkgoUqr9EOCAlj46RN0addEkRrtdgfPvz2r2u0cTTjLt/PXc9slbqU0m82YrWYu/e3S6VqsaHNgt9ux2204bXYcDtf/d/zxz0LoIQAAzMPoIeCEstPgPjoPAOlvzsChwvGvflYL/32oJw9Man/RqxZiogJpXDeUE0nKLcLcsP0Q2/bGc1VcU8XaFMpq3bQurZvW5el7x5J4JoP5K10XFm3YfqhCFxb169qaT1/+h6LXH2/edYSEpDRF2vph4YZLBoArM2E2WzBbLfhc4tup0wkOhw27zbWTweH4Ixj88c/2Mlu1tz4K/dNLAAAjh4CMLMVfK/jWVeeixKoo3LqPvJW/ub2fpvXDmPn6NXRuXeuyP69P51hFAwDA4699x+rvpinapnCP+rFRPDBlOA9MGU5GVh4LV23j19U72LL7GGfPu1Y7tlYE/bq24fYbBjKwR1vFD/5ZvmG3Ym2t33qQgqISgty0G8hkAovF57LrCv7c8mh34GeQRcmicvQUAMCoIWC/8ivH/Vs0UrxNJThtdtJe+8Lt/QzuUY+f/zeM0GDrFX/ugKvq8vWCw4r2v3bLAX5avJkbh/dUtF3hXlERIdw+biC3jxsIQGZ2Hjl5hQQH+lMrUtkruy90IlGZp3+AMpudpJRMRdc7VJbZbMZsNoMvWP3ljAJPpMcVI+UhwDgLA/ceVa4eXDsALJHhiraplOxZSyg97t698uOHNuPXD0ZWaPAHGNmvIT5uWPx0/7TPSUl376nVwr0iw0NoXC/a7YM/uMKGks5l5yvanhAX0mMAACOFALsDtu5XtBz/lu6/LLEqHHkFZH7yk1v7uHdCO3747xCsvhU/JToy3J8+nZV/UsrIymPig2/p4pQ6oX9REcrecaZ0e0JcSK8BAIwSAvbHQ56y58f7tVZmVbLSsn9ejkPh3+v5bh7Vgvef6lelA1luGu6eE9TWbT3Ivc99KguixBU1rqfcuh1fH4tbzz4QAvQdAMAIIWD9dsXLCGinv+NAnaVlZP+wyG3tD+vdgC9evPqiK/0rYsKwZhV+ZVBZX8xezYPTv5IQIC5raD/lDqXq362NYmcTCHEpeg8AoOcQUFgMG3cq2r3Jz0pAp1aKtqmE3EXrsCl82mG5jq1qMvt/Q/H1qfqXY3CgL5NGuC84vffNEu5+5hN5HSAuqXuH5jRtEKNIW5NG91WkHSEuxwgBAPQaAtZth+JSRbsO7NwGk597nmSrzOEk65sFbmk6JMjKrNevISig+ps+/j2lIxY3Xq36+U+rGHHHf8jIUuf0amEsZrOJFx4cX+12WjSK5aZr5SAq4X5GCQCgtxDgcMDCtYp3G9hL2bPtlVCwaSelJ5U96bDch8/0o1kDZXY8NK0fxoRh7n19snLzXjqMfJhVm/e5tR9hTBNG9OK6IV2r/Ov9/XyZ8fr9+FgqvghWiKoyUgAAPYWAzbvhjHL7fssF9eygeJvVlbt4vVvavWl4cyaPbKFom8/c3aVarxIq4kxaFkNufYk7nviQ9HPKHkAkjM1kMvH16/+kW/tmlf61vj4WPn/l3ir9WiGqwmgBAPQQApxOmL1c8a6sjetibVhH8Xarw1FYTME65a8oDQ228uajyk9ztmwUwT3j2yne7oWcTidfzVlDyyEP8J+P5pJfWOz2PoUxBAf6s+b7F7hlbP8K/5roqDCWzXhW7qAQqjJiAACtQ8CqLeCGKfHQkf0Vb7O6CtZtw1FUoni7z/3jKmKiAhVvF2DavV2JDFfn5LKsnAKe+d+PNO5/L8+9NZOklExV+hX65u/ny1f/vY8NM1/imj4dLjmlXye6Bs8/cCNHV75H/25tVK5SeDu9HQVcGdocG/zMXfDdr8q3bzYTOqKf8u1WU+7SjYq32aJhBA9Maq94u+UiQv14+/E+3PzkCrf1caGMrDymfziHVz+Zz7B+HblxRE+uvboLIUFyhro369W5JUu+fJqsnAI27jhE4pkMiopLiY4Kp3XTunRq00jxOwmEqCgjBwDQIgQ89Bq4YStYYLd2+Ch5PbEC7Ln5FG7epXi7j9/Rye3v6SePbMGcFceZv/qEW/u5kM1u55fV2/ll9XYC/K0M6+sKAyMHdJZ93V4sIiyIUQO7aF2GEH9h1FcA51P3dYCb9oGHjarq1Z/uU7TzIE6Ff791agW5db/++T5+rj+1awap0tfFFBWXMnf5Fib86y2iu93BxAffYt7yrRSXqPOlKoQQl+MJAQDUDgEK84mOJHhQD63L+JuinQcVb/PBmztU6pz/6oiODOSnN6p3wJBSCopKmLVoM9ff9zrR3e5gyiPv8cvq7ZSUGvJLVgjhAbT/zqgcw4aAiEkjMfnq721M0Q5lA4Cvj5lbR6t7ymHvTrV5/eFeqvZ5JXkFRXy3YD2j7/4vtXtM5fbHP2Dp+t1yyqAQQlWeFADAFQKuA5Rftu4m5qAAwq4bpHUZf+MoKKLkyElF27ymV32iItS/V/xfk9vz4M3uW3RYHdm5BcyYu5bhd7xMTPc7uOVR18yAhAEhhLt5WgAAWARMxCAzAeE3DsUc7J7tcNVRtOcwTruyg9CEYdodcPLmI7258ZqmmvVfEVk5BXw73zUzUK/33dw/7XPWbT2IwyGXEAkhlOeJAQAM8jrAHBRAxORRWpdxUUo//ftYzFzbv5GibVaG2Wzi21cGc93VjTWroTLSMnP48PtlDJj0PPX73M2DL33F5p1H5EZCIYRiPDUAgAFeB9S443osNcK0LuOiyhKVPeioc5uahARpe8mR1dfC7P8NU/z4YXc7k5bFu98spvf4Z2jQ9x4efOkrNm4/LGFACFEtnhwAQMevA3xiooi4aYTWZVxSaWKKou316RSraHtVZTGbmPHyIO6b6P7jgt0hKSWTd79ZTN+Jz9J04P089cb37DqYoHVZQggD8vQAADp9HVDzgcn6u/b3PGWnPTMAgCsEvP9UP95+vI9brw92t4SkNF79ZD6dRz9GyyEP8NxbM9l/NFHrsoQQBuENAQB0FgIC2rcgZKh+L/1wFBZjy8hStM22zSIVbU8J/5rcniUfX0t0pP4WYVbW0YSzTP9wDnEjHqbtsId48f2fOXwiWeuyhBA65i0BAHQSAkx+VqKn3Qc6Pv/bdjbddeOhQqy+FhrEhijWnpIG96jHrtnjGdC1rtalKOZgfBLT3plF62sepOOoR/nPR3M5npiqdVlCCJ3xpgAAOlgYGHXfRN1d+XshR0Ghou01rhuq66n22jWDWPX5GD55foDmCxWVtufwSZ753480u/p+2g57iGnv/kT8KWVf7wghjMnbAgBouDDQP64FEZNGqt1tpSl9/W/92vp8+j+fyQR3jWvD3rkTGNq7vtbluMXB+CRefG82LQY/QM8bnubtGYvk+mIhvJg3BgDQ6HVA1D3jwaz/P3JHYbGi7YUEuf+iRqU0jA1lyUfXsujDUbRqHKF1OW7hdDr5ffdR/v3yDBr2u4d+E5/j/W+XkpKerXVpQggV6X80ch/VQ0Dq9I8pO5uuVndVpnQACA40TgAoN7xPA/bOncinzw+gcd1QrctxG4fDyYbth3jgxS+o1+durr75BT6ZuYKMrDytSxNCuJl+X8yq5zpgFqDKKOVbpxZ1P3sR39o11eiuSrJ/Xkbay58q1t69E9rxwdP9FGtPbTa7gx8XH+O1L3eyP947psx9LBYG9mjLjSN6ct3gbkSEaXetstDerEWbmfjgW1qXIRTmzTMA5VRdGFiWnMbp25+hLDlNje6qxGRS9svC6GfZ+1jM3DyqBfvmTWT7rBu5a1wbAvz0d3ujkmx2O8s37uHOJz+iVrfb6TPhWT6duZKcPGUXiAohtKPOxez6dww4AIxFhT8TR34hBeu2ETygG5YQ/T1ZlSWeJX/V74q116JhBGMHNVGsPS3F1gxiVP9G3DO+Lc3qh1NcYuPUmTwld03qjtPp5PTZDH5ds4O3v1rEjv3HceKkUd1aWHV4jbVQ3oFjp5mzVLnvCUIfJAD8v8PATuB6wO3f1Rx5BeSv+t0VAkL1FQJsyWnkLd2oWHtN6oVpehOgOwT4+9CpdU1uHtWS+2+Ko02TGtjsDk4k5eLw4DRgtzs4cuIMc5dt4a2vfmXL7mOU2ew0aRAjYcCDSQDwTBIA/kpmAgBb+jlyf1mrWHvRkYHcOqaVYu3pTYC/D+1bRHHT8OZMvb41DWJDyS0oJTmtwKNnBmx2B0dPnmX+iq28980S9h89jcVipmHdWvj4yLcWTyIBwDPJIsCLGwHMAfzU6MwnJop6n7+Eb51aanR3RcUH4kmc/Lhi7dWNDub0ylsVa88oklLzmbPiOLOXx7N591mPDgPnCwzwY0T/Tkwe05dr+nSQmQEPIIsAPZMEgEvz2t0BZUkpJIy6T7H2TCbI3/oPAv29dyA4eSaXn5bGM2vpMXYe0v9WUKVEhAVx3eBu3DC8B1f3bIePRWYGjOiG+99kzjKZAfA0EgAuzytDgNNuJ777RJw2u2Jt7pkzkbjm+rsQSAvxiTnMWnqMn5YdY+9R79hWCBAVEcL113TnhuE96de1NRaLbEIygrnLtzDuvje0LkO4gcTxyzsM7EetNQF5BRSs3ar5mgCT2UzeonXYc/IVa7Nru2g6ttR+dkMPaoT507dzLPeMb8f4oc2oWSOA5LQCzuUoewCT3hQWl7Jj/wm+mbeOT2eu4FRyOiHBAdSLicKk48uxvFlWTgGjpr5CvsKHgwl9kABwZV65O6Bg0y7KTp9VrL0aYf6MHthYsfY8Rc2IAPpfVYfc/FJWb03SuhzVFBSWsG1vPDPmrOGL2atITM4gOCiAerUjJQzoyJ1PfsRvu49qXYZwE5mDqxhVLxCypWSQdPfzmh4b7Fu/tqLtrdsud9Nfzqot3jP4Xyg59RzvfrOYvhOfpcmA+3jtswVk5xZoXZbXmzF3LT/+qtx2YKE7uRIAKk7VuwPKktNImvqcZiHA2kDZAHAiKZeE5FxF2/QU+YVl/LZHudkWIzuZnM4Tr31Hi8EPMH/FVq3L8Vrxp1L414tfal2GcK8zEgAqx2uODfZvq/zBPbOWHlO8TU+wcG0CxSXKLbj0BOnnchl77+u88vE8rUvxOkXFpUz411vkFRRpXYpwry0SACrPK14H+LVshDkoQNE2f1ws7xIvZvayeK1L0K2n3/yBr+eu1boMr3LHkx+y88AJrcsQ7rdQAkDVePzrAJPFQkD7loq2ufdoptfcpldRKRmFLN5wSusydO1fL33JyWTvOTtBS69/vpCZv27SugzhfoeRAFAtHh8CAjq3VrzNd7/fq3ibRvbZnAOUlik7/R/QuQ2ho/pj1tHx0tWRm1/EpIfepkzBcynE381dvoUnX/9O6zKE+zmBRwCbbAOsHs8+J8BkInfBakWbPHj8HHeObUNwoCpnK+lacYmdKU+tIK9A2QxZ84HJRE69gYhJI/Fv2xST2UzZmTScZTZF+1FTUkomRcUlDOndXutSPNLvu48y5h+vUaZwGBW6NB34FOQcACV4bAjwiYogZ/YynMXKrXm02Z34+pgZ1L2eYm0a1Uc/7ecnhd//mywWaj1zN2Y/KyaLBWvDOgRf3d0VBlq6zmEoS04DAz5N/7brKPVio+jYupHWpXiUIwlnuObWl8jJK9S6FOFeTuAlYFr5D0gAUIZHhgCT2UxZcholB48r2u6eo5ncOrolIUFWRds1ksJiG+MfWar4039g59aE33DN337c5GPB2rguIYN7EjFpJH7NGoDD4QoDdoeiNbjT0vW76dGxBY3rRWtdikc4cTqVqye/QEp6ttalCPc6CNwCfH7+D0oAUI5HhgBLcAC5C9co2mZpmZ3UzCLGDmqiaLtG8uLH21i0/qTi7Ubcdh3+rZte9ueYfH3wa1qfkGt6EXHTcKyN6+O027GdSQOHvsOA3eFg7rLf6XNVKxrEytHS1XH6bCYDJz1P4tkMrUsRyksDjgO/AM8DD+O67v4v5MxN5XnWBUIOJydG/ANbirLfJEwm2PD19fTqqOyBQ0YQn5hDu7E/KL7332T1pfGKz7GEBlfp1zvyCshfs5W8ZZso3LpX0cuglBYSFMCyGc/QvUNzrUsxpJPJ6Qye8gLHE1Pd3VU20AGQrS46JDMAyvOsmQCTCVtGFsV7jije9NZ9adx2XSt8fbxnM4rD4eS6fy3mRJLypyKGDOxO6Mj+Vf71Jj8rfi0aETqiL+Hjh2KtF4OzuISysxngdCpXqAJKy2zMWbaFbh2a0bBuLa3LMZTDJ5IZOHkap9TZWnkbIPsKdUoCgHt4VAjwrVmD7NnLFG837VwRmdnFjOzXUPG29er1r3bxxbyDbmm75sO3YK2nzIyK2d8P/1ZNCB3Vn/BxQ/CtE42jsBhbaoZrKZEOFJeUMfPXTTRpEE275vW1LscQdh1MYPCUFzmbnqVGd9/gWnEudEoCgPt4TAiw1Aij+EA8ZYnKn1e//UAabZvWoHWTGoq3rTcbd57l1mdWYXcoP4JaG9el1sO3ut6tKMwc6I9/m6aEjR5I2NhB+MTUxFlQiC3tnOJ9VZbd7mDe8q0E+Fvp1VnZg6s8za9rdjBq6itkqXPRUjwwGihVozNRNRIA3MtjQoBvdKTiiwHLLd+cyIh+DYmODHRL+3qQlJrPoKkLyM13z/fDqH9Owr+V+xdVmoMCCGjXnLAxVxM2eiA+0ZE4cguwpWsbBlZu2ktCUhqDesVh9XX7rd2G8/aMRdzx5IeUlKpyblkBMAQ4rUZnoupkEaA6PGJhYOKUJyne557z/OvUCmLTt+NoEBvilva1lJ1XQv/b5rHniHtWW1siw2m8+GNMVu0OVypLSiVvxWbylm2i5EiCZnW0aBTLzHcfon3LhprVoCdFxaU88OIXfDFb2QO9rmAS8IOaHYqqkRkAdXjETIAlLIS85e5Zz5NXUMaSjYlMGNacwADPeYIrLLYx7J5f2LbffTc6Rt07gYCOrdzWfkVYQoMJ6NiK8HFDCBnWB0uNMMpOp+DIV/dwmczsPL6eu5aIsGCuirv8dkhPF38qhWG3T2fJul1qdvsO8LqaHYqqkwCgHsOHAGuDOuSv2YL9XI4i7V0oM7uYpRtPMXpAY484JCg7r4QR9/7Kxl3Kr50o5xMTRe3pD2Cy6OevsiU8hMDObSjafZjShCTV+7fZHSxeu5Md+0/Qu0srwkI899XSpcz8dRPX3v0qp86ousd/JXAroO/DJMSf9PNdwzsYOwSYTFgb1SX3F/esBQDXzoA5K48ztHcDoiKUvY5YTclpBVx9x3y2H3Dfkz9AzYdvw7+NPp90M977Hoc6C84u6ujJs3zx0yqCAv3o3LYxZrPnbzdNP5fLbY+9z0sf/ExJqap3P+wHhgJynrCBSABQn6FDgG9sLUpPJlN63H3re3LySpm19Bjd42IMuSZg9+EMBk9dwLFE9x6v6teiEdFPTXXLyv/qcuQVkPHu91qXQWmZjaXrdzNn6e80rh9D0wYxWpfkNrMWbebau19l2z5lj+6ugDPAQFynzwkDkQCgDUOHgIC2zciZu8KtJ8UVFtv4duFhMJno3SkWsw4HuQs5nfDBzL2Mf3QpmdnF7u3MbKLO/x7HJybKvf1UUfHhBHLnr9K6jD+ln8vl+4Ub2LjjMI3rRVM/Vp9/blWx/2giNz30Nm98vpCCIuUu7qqgPFwr/pU/KUy4nQQA7Rg2BJiDXe9UC7fuU6K0S3I6Ye22ZNbvOMPArnUJC/Fza3/VkZ5VxOQnVvDWN7ux2d1/Uk74DUMJu36w2/upqqIdB8lfvUXrMv4m4XQaX81Zw8Ydh4mNjqBR3VqYDBAuLyYtM4en3vyBqU99rMaRvhdTCIwEfteic1F9EgC0ZdgQ4N+2GQXrt2PPdP8tYifP5PHZzwdxOqFr22h8dHR0sM3u4IOZ+7j+oSXsPqzOgiufmChi33hU021/V5K/bitF2/ZrXcYlJZxO49v565mz9HcsFjOtmtQ1zPkBaZk5vPDebG5++F027jiMQ5tjmktxbW/WzzSPqDRjRl/PY8hzAkpPJpN406M4VJx2bFIvjFce7MH1g5pgNmv35et0wtJNp3j8f5vZdyxTvY7NJup9+gIBnduo12cVpL7wATnzVd17Xi3Bgf6MvaYbk0b3ZWD3tlgs+gmZ5Q4dT+aj75fy1c9rtJjqP58NGA/M1bIIUX0SAPTDkCEgd8FqUqZ9oFBVFde8QTiP3NqRKde2xM+q3kSWze7gp2XxvPblTrcd7HM5NW4fS9Q/J6neb2Ul/+sVCtZv17qMKompGc7IAZ0ZMaAzg3vFERig3aunouJSfl2zg09+XM6a3w/g1P5SplJcB/38rHUhovokAOiLIUNAytPvkLt4vUJVVU6tGgFMGNacCcOa0T0uxm0L4ncfzuDHJUf5cfFRTqfku6eTK/CPa0G9L17C5KP/N3eJU56geN/frh83nAB/K907NKdPl5b06tKKHh2bExzo79Y+c/IKWbbBtXNh8dqdWj/tn68IGAcs1roQoQwJAPpjuBDgKCgi8aZHKXXDZUGV0ahOKCP6NqRvl1j6do6t1t0CmdnFbNx1lnXbklmy8RSHE1S5Pe2SfKIjqf/df/GJitC0jopKGHUfZUkpWpehOIvFTJP60cS1aEDbFg1o06wu9WtHUbd2JNGR4ZV+LVVcUkb8qbMcOJbE5p2H2bDtEPuOJmK36+4snTzgWmCtxnUIBUkA0CfDhYDSxLOcvvUp7FnK33NfVU3rh9GiYQTNG4TTtH4Y0ZGBhIVYCQ70xdfHjN3uJLeglNz8UtKziohPzOHYqWyOnMzm6KlsHG64ta8qTH5W6n05Hf/W7r/sRyknBt2BTYUFonri62MhpmY49WpHEejvR2CAFT+rL8GB/vj6umZtcvOLKCgsITe/kJPJ6Zw+m6Gbr7PLSAVGAdu0LkQoSwKAfhkuBBQfPE7S1OdwFLp5D7w3MZuo/eq/CRncU+tKKuV4v1uw52rzqkQo6iAwAjipcR3CDfS31FWUm4crBKjyArAsOY3Ttz9DWXLVD/Pyb92E2Lee0PX2NEMxmYh+8i7DDf4AjhK5Bt4DrAJ6IYO/x5IAoG+LgImAKpd421IySLr7ecrOple5jcCu7YiZdh9ouEXPU0T9cxJh44ZoXUbVaL9aXVTPR8AwwLve43gZ/S8nFoY7LMivWQN8oqMo3LhTBoKqMJmI+uckatw+VutKqizr6/k4y1S9jEYooxC4HXgFudXP48kMgDHMw3XwhiozAWXJaSRNfa5aMwFhYwZS+81HMfkZ/1pfNZksFmKev9fQgz+AyVfh10B9O+vy0iMPcxToDnyndSFCHRIAjMNwISC431XU/fh5LGHBClbmuUz+fsS+9TihowdqXUq1mfwVDn7jh8IL90JNY2yDNKDvgKsA917wIXRFXgEYi+FeB/jGRBHcpwv567fjyJerwi/FEhZC3Y+eJfCqdlqXoojcX9Yqe09En87QrhkM6g45+ZCQrFzb3i0DmAK8jEoLjoV+SAAwHsOFAEuNMEKG9qbkSEK1dhl4Kv82Tan74XP4NWugdSmKyV/5m7L/rTu2hAa1wdcXurVzhYHjpyE7T7k+vM8iXAv9ZH+/l5IAYEyGCwHmwABCR/TD5OtD0c6DsjgQwGQi4uZrqf2fB7FEhGpdjaIKNu2k9Php5RpsVAfaNP3//1+rBgzpCWHBcOQklKryZsxTnAX+ATwJyGENXkwCgHEZLgRgMhHQqTWBXdtRuGWvV78SsESEEvv6I4SPH4ZJhzfPVVfx/mMU7zmiXINREdA97q8/ZjZB8wau1wJlZa7XAg5ZuH4ZNuBdXOf5G/OmJqEoCQDGZrwQgGtdQOi1A7CnZ1ESn6hghcYQ3L8rdd59Ev+WjbUuxW3KTqdQsGGHgi06YVjvi//wtSDFAAAgAElEQVQrfyt0bg1Xd3PNBJxMBv0fr6u2VbgG/q+Rd/3iDxIAjM+QIcDsZyV4YDcCu8VRcvQk9gxtL9tRg7VhHWJefpDIqeMwBwVoXY5b2XPyyFPyhsi8AhgzEC53E2KgP3RpAwO6QmkpnE4B/V2qo7YtwK3AC7jO9BfiTxIAPIMhQwC4ZgPCrxuET80aFO89itMDj5A1BwUQdf9NxLz0ANYGsVqXowqT2UL2D4uUa9DpdC0ErFXjyj83KACuagtDe0NIIJxJB++7n2IPcA/wKHBC41qETkkA8ByGDQGYTPi3bkLYdYMwmc2UxCfi9IBFXeYAP8LHD6P2q/8mqEcHTGbPe9d/KZaQQLK+/1XZ/45REa7V/xXlZ4XWTWBkP2gYC2mZcC5HuXr0xwksA+4FHsP1PUGIS5IA4FmMGwIAs7+VwG5xhN84FEt4CKXHT+MoKFKgUnVZIkKpcdt11H7lIYIHdsMc6NnT/RdlMlGwcSe2lAzl2iwrc638r0ItBAbAsk2Q55ELT/OAb4FbgLeQJ35RQXK2pmcy3FXCF+Mss5G3eD3ZPy2l+OBxRdt2B7+m9Qm7fghhYwZi8vfTuhzNpb32Jdk/KvgawGyGL1+Eym6ZzMyBZ951vQrwHHZcC/u+BebiOsNfiEqRAOC5PCIElCtNPEve0o3kLd1IaUKSW/qoCt86tQgZ2oeQa3p51EE+SshbsZmzj72pbKNTx8HIvhX/+Z41+BcDa4ElwBxAjkMU1SIBwLN5VAgoV3IkgfxVWyjcsZ/i/fGqrhcwWSz4tW5CYJc2BA/oin/bZnJJzSXYMrI4MfhOZRtt1RhefbBiP9f4g38ZrrP5NwNLgTXIk75QkHzn8nweGQLKOUtKKdp3jKIdByjadYjSE0nY0s8p1r6lRhjWRnUJ6NiSwE5t8G/fAnOgv2Lte7qTY/5J6akzyjb63pNQv/blf46xBn87rqf5k8BxYDeu43l34XrqF8ItJAB4B48OARdyFJVQlniG0tMplJ1OwZaaiaO4BGdhMfa8ApzFJThLysDXB3OAH5bQYEz+VswB/vjUrIFvvRh868dgrV8bc1CgJr8HT6H4OgCA4X3g7hsu/e/VH/xtuPbabwQigPA/Pr5AEHD+1YgFuA7iyQaKcB3LexqVbvkU4nwSALyHV4UAoQ8Fm3eTfN9LyjYa4AefvwDBFwln2gz+k3H93RLCULxnY7KYB4xHpSeNsuQ0kqY+R9lZQ0zBCjcJ7NJG+VcmRSWwcO3ff1wGfyEqRQKAd5EQIFRlsvoS1LeL8g3/ug7OPyNCBn8hKk0OAvI+h4GdwPWAj7s7c+QVkL/qd9dhQaHVPyxIGI/Z15e8pRuVbbTM5jrnv2NLyMqFZ9+H5DRl+7g0O653/j+q1aEQ7iABwDsdAw6g1omB+YUUrNum2ImBwlh869Qi56elyt/zEJ8IbZrAq1+oOfiXP/nL4C8MTwKA9zL0scHCOEwWM/b0LIr3HVO2YYcT1mxz3RSoDpn2Fx5F1gB4t3nAGFS6H7wsOY3Ttz9DmXpPa0Inwm64xj0HJjmdyrd5ceXT/jL4C48hMwBCXgcIt7OEh1K04wBlZwwZ/mTaX3gkCQACXK8DdgDjkIWBwk0soSHKLwZ0P1nwJzyWvAIQ5RbjmgVQ5XWALSWD03c+K68DvEhQ3874Na2vdRmVYcd1xe73WhcihDvIDIA4n7wOEO5jMmEOCiR/9RatK6kImfYXHk9mAMSFZGGgcJvQYb2xNqmndRlXIgv+hFeQGQBxMcdwHRakzpqA/ELyV2+RNQHewGTCp1YN8pZt0rqSS5Fpf+E1JACIS9HkdUDIwO6YL3bJi/AY1oZ1KPx9D7bUTK1LuZBM+wuvIgFAXI7quwPyZHeAV/Br0ZCceavU3Md/JbLaX3gdCQDiSuR1gFCcT80a2M/lUHwgXutSQKb9hZeSACAqQl4HCMX5t29B7i9rcRYVa1mGTPsLryUBQFSUvA4QijL7WbE2iNXycCCZ9hdeTQKAqAx5HSAUZW1Yh7LkNEqOnlS7a5n2F15PAoCorGO4bhG8HnkdIBRgbRBL9uxlanYp0/5CIAcBiaqZj8qHBSXe9rQcFuSBbJnZnHn0DbnVTwgNyAyAqCp5HSCqxZaZTdLU5ylNSFKrS5n2F+I8EgBEdUgIEFUig78Q2pMAIKpLQoCoFBn8hdAHCQBCCRICRIXI4C+EfkgAEEqRECAuSwZ/IfRFAoBQkoQAcVEy+AuhPxIAhNIkBIi/kMFfCH2SACDcQUKAAGTwF0LPJAAId5EQ4OVk8BdC30xaFyA83hjgJ8BXjc5869Si3ucv4RMTpUZ3VWLPzKYsNRNbSgZlKRnYM7Jw2uw4CotwFpfiLC0DwGT1xeRvxRzoj8nHB0tUBL4xUfjEROETHYlPZLjGv5NLs6WdI2nqc5QmnlWtS1zH+8oJf0JUkAQAoQavDAHOklJKjp6i+PAJSg4nUHLoBCXHE/8c4KvLZPXFr0l9/Fo2wq9VY/xbNsKveUNMflZF2q8qGfyFMAYJAEItw4G5gJ8anfnERFHv85fwrVNLje7+VHr8NPnrt1O4ZS9Fuw4pNthXmNmMf4tGBHaP4//au++wqo70gePfey9FxIa9dwV7Q2wxVjCWKDGmmjXJJjE95pfeNskmm77JZjeb3rOmqNgVotgiCCpFwY5dbKiIgEi/9/fHQdNsyDln7j33/TzPPGY3OvPmgsx75sy8Ezi4DwE9QsBu3l9zWfYXwnNIAiDMZL2VAKeTM+s3kRe9moL4VMpz8owb6wo4gmoROLAXNcdcTWD/7mA37v4vefIXwrNIAiDMZomVgJLdmeTHJpC3cBWlhz3jlkJH7ZrUGNmfWmOHENCrk659y5O/EJ5HEgChgmcmAU4XBXEpnPxmLoUbt+sTnCL+ndoSdOtYao4ejM1RtcNAMvkL4ZkkARCqeEwS4CopJX/pGk5+OYeSfYcMiE4d32YNqXPrOGpfNxJ7QOW/FDL5C+G5JAEQKrn1ngBXeTl5c5eT/ckMyrJPGRydWo66tal3743Uvj78slcE5J2/EJ5NEgChmluuBJxZl87xd7+heOd+M8JyG36tmlLvwVuoGT7wor9PnvyF8HySAAh34DYrASV7D3LszS84s36TGaG4rYA+XWj07D34tWvxp38nT/5CWIOUAhbuYDuQglllg/MLyF++9vdlg50ucucs4/Dj71C6/7DRIbi9siPHyZ0Ti6uomIA+XbBVHB8syz7FwXtfpsS8z6gcuAP40awBhRBCmG8MUAS4zGg+jeu72iz62NVm4YeugN6dTRnTE5t/x9auVj/909V22ZcuvzbNzRy7DJiMEEIIrxAJlGBWEtCgrsvm56t8knX3ZvPzdfk0qmfmmKXATQghhPAqpq4ESHO7Jk/+QgjhxSQJ8M4mk78QQghJArysyeQvhBDiHEkCvKPJ5C+EEOJPJAmwdpPJXwghxAVJEmDNJpO/EEKIS5IkwFpNJn8hFJJSwMLTmFo22DDV/KB5Y2jaAOrUggZ1IKAaVK8Gtoq/li4XnCmCwiI4fgpO5cPhY3DwKBSVqI2/6qS8rxCKSQIgPJHnJQHNGkLX9tClPQS3hkb1fp3oK8vlgqyTkLEXNu+GLbvgYJau4RpMJn8h3IAkAMJTuX8S0LEVDOgB/XtoT/pGOnoCEtNhbRps32vsWFUjk78QbkISAOHJ3C8JqFEdhoVBxABo2URNDAezYGkCrFgP+QVqYjg/mfyFcCOSAAhPNwaYA/grjaJOTbjmKpgwFKoHKA3lnNIyLQmYuQRO5KiOphy4HfhedSBCCI0kAMIK1K0E1KgON10Do68CX8NvMr4yZeWwZA38GKNqRUCe/IVwQ5IACKswPwm4qhfcdyPUDDRtyCo5fQY+nw2rkswcVSZ/IdyUXXUAQuhkHloSUGzaiDv2acf0PEVpGew6YOaI5cAdyOQvhFtyqA5ACB3tBFKBSYDx6/FnimBtOvTrrr0KcGc5efDCB2YeF5R3/kK4OUkAhNVIEvBHMvkLIc5DEgBhRZIEnCWTvxDiAiQBEFYlSYBM/kKIi5AEQFiZ9yYBMvkLIS5BEgBhdd6XBMjkL4S4DJIACG/gPUmATP5CiMskCYDwFtZPAmTyF0JUgiQAwptYNwmQyV8IUUmSAAhvY70kQCZ/IcQVkARAeCPrJAEy+QshrpAkAMJbeX4SIJO/EKIKJAEQ3sxzkwCZ/IUQVSQJgPB2npcEyOQvhNCBJABCeFISIJO/EEInkgAIoXH/JEAmfyGEjiQBEOJX7psEyOQvhNCZJABC/J77JQEy+QshDCAJgBB/5j5JgEz+QgiDSAIgxPmpTwJk8hdCCCGUGQMUAS5TWoMgF5+95OKbf7ho3sicMbVWBkzW8XMTQgghPF4kUIJZk3Gjei6aNjBz8i8FbtLx8xJCCCEsw9yVAHnyF0IIIdyG1ZIAmfyFEEKIy2SVJEAmfyGEEKKSPD0JkMlfCCGEuEKemgTI5C+EEEJUkaclATL5CyGEEDrxlCRAJn8hhBBCZ+6eBMjkL4QQQhjEXZMAmfyFEEIIg7lbEiCTvxBCCGESd0kCZPIXQgjhMWxAUEXzVRxLVahOAmTyF0Jckk11AMJrNAZ6Am2B1kCbil8bA4FADc4/6eejTWh5Fb8eBQ4Bh4FM4EjFr/uAg8aFX2ljgDmAv8njypW+QojLIgmAMIIvMLCi9QVCgRYmjJsDpAObKn49+89nTBj7fMxOAmTyF0IIYboGwA3Ad2gTsep34GdbKZAMvAmMBAKM+gAuwKzXAbLsL4QQwjS1gbuB1YAT9ZP95bRCYCXwGNBK/4/kvIxOAmTyF0IIYTgbEAH8hDaZqp7Qq9KcwDrgKbS9CUYyKgmQyV8IIYSh/IG7gM2on7iNamuAvwDVdPrM/kjvJEAmfyGEEIapBbyAtvte9QRtVssG3gOCdfj8/kivJEAmfyGEEIbwA6biXRP/+VosMKCKn+UfVTUJkMlfCCGE7nyA+9DO2quefN2pLQOGVeFz/aNIrmwPRTFwo45xCCGEEFwFpKF+snXn9gtabQM9hAK7KjH2AaC/TmMLIYQQ1AX+jVZIRvUE6wnNCcxEq2RYVb5omytXoy3tn2+87cCjaNUShRBCF1IJUEwB/oWWBIjKKQTeAd5Ae6dfVXWAEKAZYAdy0aoZHtWhbyGEEALQKvfNRv3TtBXaLmB45T5+IYQQwnwTgCzUT5xWak7gY7Rjk0IIIYRb8UGria96srRy24+2mVIIIYRwC82BBNRPkN7QSoGXAcflfGGEEEIIo0QAx1E/MXpbW46210IIIYQw3VS0J1LVk6G3tkz0qxsghBBCXJID+AD1E6A0OAPcevEvlxBCCFF1NYBFqJ/4Kt3q1Ap0BdUOdNntNuWx6NycwLOX+LoJIYRppBCQ9dQFfsZNl50bN6jDoN4hdGrXjA5tmtKxTRPaNG9IYPVqBAb4/+73lpc7yTtdSGFxCUXFJZzIyWf/oeO/a3sPHiNj72FKy8oV/RdV2ofANLSqi0IIoYwkANbSCO32um6qAzmreoA/Y4b0YvTQ3lzVJ4QOrZvoPkZxSSkbt+0jedNukjftJil9F9v3HMLpdOk+lk5+BP6CJAFCCIUkAbCOFmiTvxF32FeKn68P40eEctO4QYy+uhfV//Bkb4Zj2blE/7KB6JUpLI1PI+90oekxXMJ04A4kCRBCKCIJgDW0QLulro3SIJrU456bw7n7hhE0blBHZSi/U1pWzur1W5mxeA0zFieQX+A2ycA3aBcBORXHIYTwQpIAeL7GaDfJdVAVQIfWTXj+geu5dfxV+Djcu/ZNQWExs2IS+XrWCuJTtuNyKX9N8AXaUU3lgQghvIskAJ6tPrAK6KJi8LYtGvG3hyYxecJgt5/4z2fLzkze/mwePy5cQ1m50pX4j4AHVQYghPA+kgB4rlrASqC32QMHBvjzzH0Tefyua6nm72v28Lrbd+g4//x8Pl9FraCouFRVGI8D76kaXAjhfSQB8Ey+aOf8I8we+IbRA3j3udtp3rie2UMbLvNINs++M50fF61R8WqgHO2WxsVmDyyE8E6SAHimj4D7zRywQd1afPTKPVw/qr+ZwyqRvGk3j73+DfHJ280eOh/tJsF0swcWQngfz3txK54FnjFzwOsiwlj8xXP07dbezGGVadqoLndcP4xG9esQl7SNktIys4b2ByKBmkAWcMKsgYUQ3kdWADzLdcBsTPq6+fv58s9np/DgbdeYMZxb2n/oOPc89wnLEpQ8lG8CZgAzgZ0qAhBCWJckAJ4jGFiPtvnPcG2aN2TGfx4jtFs7M4Zzay6Xi/e/Wcwzb09XWXI4lV+TgX2qghBCWIckAJ6hBrAO6GzGYMMHdGXWB08QVDvQjOE8RuKGDG6e9h6ZR7JVhuFCSwRnArPQrhsWQohKkwTAM8wEbjBjoLtvHMGHf78HXx/ZHnI+J3LymfjA2yo2CJ6PE0hEWxmIAo6oDUcI4UkkAXB/9wCfGT2IzWbj9Sdu5empkUYP5fGKS0q565mP+GFhvOpQfsuJVhFyBto+keNqwxFCuDt5zHNvHYG5gJ+Rgzgcdj559V4emTLGyGEsw8fh4LqIfuSfLmTtxgzV4ZxlA1oD44DH0I4T+qPtF3Cbyw+EEO5DEgD35QMsxOALfvx8fZj+7iP8JXKIkcNYjs1mY9TgnhQVl7ImxS1eB/yWHWgHjAeeQCsYVRPYDZxRGJcQwo1c7BWAHzAECEW7cKaaKRGJs1pjcKU/Xx8Hs/77BONHhBo5jKW5XC4e/cfXfPBdjOpQLkcxsATtNcFCtMJDQggvdb4EoCbwJPAIUNvccIRZHA4709+dxk1jB6oOxeO5XC4eeeUrPpz+s+pQKqMQiEbbYLoIWRkQwuv88RVAKBCP9h5Rnvgtymaz8cUbD3DbhMGqQ7EEm83G6CG92LzjANt2H1IdzuXyRTtWegPwKNAd7T6CfYBppQ+FEOr8dgVgGNpFJAGKYhEmefOp23jqngmqw7Cc02eKuOqmF0jfvl91KFWRByxAe02wFChRG44QwihnE4A2QBJgvSvexO88MHkU/335btVhWNa+Q8fpG/k02acs8Xr9FNoplJnAckDZXclCCP2dfQXwNQrulRfmGjesD9+8/RB2u5R/MEqdWoG0b92YmdEJqkPRQzWgF3Ab8ADQHm2vwAG0ioRCCA/mAPoA76kORBgruE1TYr56gYBqhpYUEECnds05evwUKZv3qA5FT9XRflZMAe5FWzU8jVaKWJIBITyQA5iGVjREWFTNwACWfvsizRvLGx6zjBjYjYTUHew7ZMmCfDWAvsCdaJUqW6LtHTioMighROU4gDeBpqoDEcb537uPMLRfF9VheBVfHwc3jhnInswsNmdY+r6emkB/4C60hKA5kAMcVhmUEOLSbEAW0FB1IMIY99w0kk//ca/qMLzavNj1vPrfKDZs3as6FDPtQds8OAPYqDgWIcR52NDO/tpVByL0F9K2GUnz3iIwwF91KAJYuzGDGYvWEPXzWg5lnVQdjpky0BKBmcBmxbEIISrYkA08luTjcJAY9Tp9urZVHYr4A6fTRXzKNmZFJxL1cyJZJ3JVh2SmLfy6MrBDcSxCeDVJACzqmXsjef2JyarDEJfgdLpISN1BVEwiM6LXeFsysBWYBfyAtkoghDCRJAAW1KF1EzYu/Kcc+fMw5eVOEjdkEBWTyI+L4jl+Mk91SGY6mwxMB3YpjkUIryAJgAV9+eYD3Hn9MNVhiCooKS1jaXwas6ITmL8sibzThapDMosLWIv2mmAW4DGXKwjhaSQBsKAf3/8/ueXPQopLSlkan0ZUTCLzYpPIL/CaZMAJJKIlAjOBI2rDEcJaJAGwIEkArKuouJTYNVoyMHfpek6fKVIdkll+mwz8hHZ8WQhRBZIAWJAkAN6hsKiEZQnpRMUkMnvJOs4UFqsOySzlaK8Jzm4gtGS5RSGMJgmABUkC4H1y888wf1kSM6MTiI1Po7SsXHVIZikBfgY+Qru+WH6eCXGZJAGwIEkAvFtObgELVyQTFZPIkriN3pQM7AK+AD5Fu8pYCHERuicArSc+o2d3usrZtJLcnet062/cteMZOmx4lfuZ/t23bNy4QYeINJIAiLOOn8xj9pK1zIpOZHXSVsrLnapDMkMu8CXaPSfyekCIC/DRu8OGYZF6d6mb4hMHdU0A+vQJZcqUO6rcT3zcal0TACHOalC3FvfdEsF9t0SQfSqfxStTmT5vNSvWbsLptOziX23gMWAq8C5aIuA1uyWFuFxyB4AQXqJenZpMuW4IS7/9G/tXf8K/XriTQX1CsNlsqkMzSg3gJbQqg1PQVjyFEBV0XwEQQri/Zo3qMu32MUy7fQz7Dh1nZnQCs6ITSNm8R3VoRmgBfIt2XfHtwAG14YgKdqAl0BpoAAT9pv1WLnAGOIhWGCoTOIp2GkRUgSQAQni51s0a8NQ9E3jqngns2n+UmdEJzIxOIH37ftWh6W0o2tXE96EVFhLmqQn0BwYC3YEOFa3aFfZ3GkgFkiraL2hJgagESQCEEOe0b9WY5+6fyHP3T2Tb7kNaMrB4Ddt2W6YibxDaTYSjgUeAfLXhWFYAMALtcx4EdAUcOvZfA7i6ooFWKGo9MK+iyU2Tl0H2AAghzqtTu2a89PANbPn5fdIWvcvzD0ykQ+smqsPSyx1ACtBecRxW0hD4KzAXOAEsBB4AeqDv5H8+drQVhjeB7UAccCPga/C4Hk1WAIQQl9QtuCXdglvy6v/dQuqWPcyKTmTG4jXsO+TRp+w6AAnAOLSnR1E5vmhL+hHAKKAX7vNQeVVFOwT8G/gAOQnyJ5IACCEqpXeXtvTu0pY3npzMlp2ZzIpJ5Pv5q9l9wCPL8zcAVgA3A4sUx+IJ2gIjK1oE2pFLd9YMeBvtdc+raIWivKIYxuWQBEAIccW6dGhBlw4teOnhG0hI3cHM6ASiYtZy5HiO6tAqIxBt2fou4DvFsbibmsBwtCf8CKCd2nCuWHO0CpF3VrTtasNxD5IACCGqzGazMahPCIP6hPCv5+8kIXUHUTGJzIxJ4Ohxj6jK6wN8hba7fI7iWFSyoy3ln33KvxrwUxqRvvqjnR54FvgPXl4KXxIAIYSu7HYbV4WGcFVoCO8+dzsr1m5mVnQCc5as42TuadXhXYwDmA6EA2sUx2KmJvz6hB8O1FcbjuECgPfRVjamoNUZ8EqSAAghDONw2Akf1J3wQd35+JWpJG7IIComkR8WxnEixy1P4AUAi4HBwCbFsRjFB+1JeBzaU35vvLNK4ni0RG8MXlocShIAIYQpHA77uZWBt56+jSVxacyKTmDB8mTyCwpVh/dbtdGOsPUGTiqORS+d0J7yR6Et61dXG47b6MKvSYBVE74LkgRACGE6fz9fxo8IZfyIUAqLSohZvYGZixNYtDKFM4XFqsMDaAV8BkxSHcgVqotWiOfsEb0WasNxa82B1WiVItPUhmIuSQCEEEoFVPNjYkQ/Jkb0o7CohGUJ6UTFJDJnyToK1CYD16PtGP9aZRCXyQH05NfNe0OQIjiVUQeIRXv14zVVBN2laIPwYiWlZWQeyXb3DWLCBAHV/Lh2eCjfvvMwWeu+ZP6nT3PD6AH4+ymbyz4AOqoa/BIao21imwkcB5LRKuGNRCb/K9EAiEbbFOkVZAVAKLF110G+mrWcRStTyNh75Nz/Xz3An2H9ujDxmv7cNuFqfH2MriAq3FX1AH+uHR7KtcNDyckt4Lt5v/DJ90vYsfewmWEEoh0PHIz6I2OBaE/2Z9/lB6sNx5Laoh0DvRooVRyL4WQFQJgqv6CQe577mB7jHue9rxb9bvIHOFNYzOJVqdz1zEd0HjWN6FWpiiIV7iSodiDTbh/D1iXvM++Tp+nVuY2Zww9CzV4AG1od/aeAZUA22gmFR5DJ30j9gddVB2EGSQCEafZkZjFg0nN8OWsF5eWXrsa5+0AW4+99kzc+mWtCdMIT2Gw2xo8IJXneW3z/r2k0afDHq+MN8xrmLKs3BG4FvgUOo11f/Bbahj5/E8YXmsfRjklamiQAwhT5BYWMn/omW3cdrNSfczpdPP/uD3zy41KDIhOeyGazccu4q9i29N/ce3O4GUN2AKYa0K8v2u7z19FuJzwCfI/2br+xAeOJy2ND2/xp6aJIkgAIU9z3wmeVnvx/a9orX7E5wytrdYiLqFUjgI9fncrsD58kqHag0cO9iHYPfVW1Bx4E5qPVGViJVpq2N/Iz2Z3UB95QHYSR5JtNGC55025+Wly1yqqlZeU8988fdIpIWM11EWGsm/0mHdsYuoG7IdqtgZUViLYz/01gC7AT+C9aJTo9EgphnL8CA1QHYRQ5BSAM9+H0n3G5qr6BetHKFPYePEab5g11iEpYTftWjVn946uMnPKKkatF96JdKXsxdqAPvxbhGYD8rL2goFqBdOvQnJaN69KkQR1q1wigmr92/1BRcQm5pwvZfySbXQey2LzrICWl5WaGZ0dL1vpiwWuE5ZtSGKq83KnrTv5FK1J4eMpo3foT1tKwXm1iv32RYZNfYvueQ0YMEYq2VP/Hb+qm/Hqhzkgs/u74StlsNnoGt+DqPsH0CG5Bj44tadG47mX/+aLiUpK27GXeilQW/rKRU/lnDIz2nN5oRaFmmTGYmSQBEIY6lHWS4yfzdOsvffs+3foS1tSofm0Wfv4s/a9/luxThlw4NBV4FK02wNlJv5sRA1lB9Wp+XN0nmIiBXYkY0IWGdWtdcV/V/H0Z3Lsjg3t35NWHJvL1vDj++9Nysk8ZXkTseSAK9bUgdCUJgDDU0RP63gV/+FiOrv0Ja2rXshE/vP8o19z5D11eP/3BHWi79AP07tgKbDYbXds3Y2jfEIb17URY17b4+epf0Kt6NT8evHkEk8cO4Ln/zCYqNkn3MX6jB9qxwIVGDmI2SQCEofz99DzAFbQAACAASURBVP0WC6h4NyjEpYQP6s5Df7mGD76L0btrOY//B/WDajI0NIThYSEMCQ2hQVBN08auU7M6Hz3/F4b1DeH/3vnByD0CzyEJgHB3Tqepm2Quqlmjerr217SRMYVfSkrLWLA8mbikraRv309BYTH16tSkU7tm9OvZkVGDe1CnluHHzITOXn9iMlExazlyXFaO9OTn66Bvl7YMCwthaGgI3To0x2azKY3phoi+NKxbk9tf+IIzRSVGDNEf7VWPZa4NlgTAggpO5ZF9+Ch2uwO7jx273Y7D4YPNx47d7sDhcODwcWCzG38KtH5QTTq3b16lGgC/NbhvZ136OcvpdPHf6TG88fEcsk7k/unfL4nbCCzGz9eHYf27EhkRxoQRfWncoI6ucQhjBAb48/K0G7n3hU9Vh+Lx2jZvcG5Z/6peHQgMcL+FkCGhIXz64h3c8cIXlDsN2bR/G/C0ER2rIAmARblcLsrLyyi/yGKAzWbTEgIfB3YfB3aHA7vdjt1HSxLsDocuWX1keJguCUBANT9GDe5Z5X7OOpl7msj73iI+efslf29JaRlL4jayJG4jD770OQN6BTNhZF+ui+hHu5aNdItJ6O+O64fx9//MlP0jlVQzsBpX9erIsIpJv1VTfVfzjDJqYFdeun8CL35oSAnxW4BnsMhmQEkAvNivSUIZXODadbvdgd1hr0gI7Nh9fLREwWHH4eOD/TJWEabdMZYPvoshv6CwSvE+MmUMtWros+8qJ7eAEbf9nbQrOFXgdLpYk7KdNSnbeeqt/9E9pBWR4WFEhofRs1NrXeIT+vH1cTD1lghe/vcM1aG4NbvdRvcOLc4t6/ft2hYfh2fWirt30lBiE7cQl5qhd9ctgF78+RioR5IEQFyU01mO01lOWemFb8b83aqB3Y7Nx4HD4aP9bx87DerW4m8PTeKpt/53xXG0aFKPJ6dOuOI//0cPvPTZFU3+55O+fT/p2/fzygezaNO8IddFhBEZ3o+BvYOx29W+FxWam8cOkgTgPBrVq8Wwvp0Y2leb9OsaX07ZFDabjfeeuIUhf33DiP0AY5EEQAiN0+nEWeKk7ALXZ9tsNv46tj9rU7YxZ1lypfsPqObHnI+eom5tfaqmRq9KZcbiBF36+qO9B4/x3leLeO+rRTSqX5sJI/sSGd6P4QO64ucrf91U6dimCSFtmxlVHMhj+Pn60L97u3PL+p3aNlG+ec8orZrW466JV/PBD8v07joceFXvTlWQn0jCcC6XC5ernP8+exvNGtap1F/IJg2DiPrgcfp01e/+9/e/XqxbXxeTdSKXz35axmc/LaN6gD/D+3dl0ugBRIaH6fYqQ1y+gb2DvTIBaNW0HkP6BHN1n2CG9e1EzcBqqkMyzUM3j+DreXGcPnOBd5xXJgztKKiunaogCYAwjY/Dzt+mjie0c2v+8dlCdh7IuuDv9fVxMHnsAJ68YzQNgmpy4tBRbHZbxb6Ds/sRHL/uUfBx4LD7aJd4XsSx7FyWJ5p/iudMYTGLVqawaGUK1fx9GTmwO5ERYYwf0Zf6Jp6Z9ma9urTRarlZXO0aAQzuHcywMO0pv7lBR2c9QVCtQG4dM4DPolbp2a0/2j6AtXp2qoIkAMJ0o6/qTsTAriRs3EVs4hZ27DvK0excalT3p0n9Ogzu3YFRA7vRuH7t3/05l9NFWUkpXOBVA1x6P8K6tJ1GVIarlKLi0nPJgN3+CQN6BTNueB8mRvSjQ2tDb7Pzas0be8Yu9sqy2210a9+cq0ODGdInmAE92uPro3/lPU81dnB3vRMA0CoDSgIgxJVw2O3nanrr6VL7ETZv3qXreFX12xMFz77zPX26tiUyvB/XRYTRuX1z1eFZSsN6tS/9mzxEs4ZBFWfyQxjcO5igWtVVh+S2wrq1JahWIDl5BXp220XPzlSRBEB4FYOKg+gmZfMeUjbv4W//+pHgNk2144URYYR1b2/ZzVpm8eSPr5q/LwO6tz+3rB/curHqkDyGw25nWN8Q5ixP0bNbfZ9cFJEEQHiVoJqec8xpx97DvPXZPN76bB7NGtU9V2tgSL/O+DhkibeySkrLVIdQKSFtmjA8rBNDQ0MY0KMd/n6+qkPyWJ3aNgV9E4CmenamiiQAwqt07dBMdQhX5FDWST6c/jMfTv+ZurVrMG54HyLDwxg1uCcB1eSCpMtxOMu9KwEG1QpkSGgwQ0NDGBbWiSb1rfPKQrWOrXSv1mmJzTqSAAiv0qlNU1o0rkvm0ZOqQ7liJ3NP893cX/hu7i9UD/DnmsE9mRAexrhhfQiySCEXI+w9eEx1CL/j47DTu1Prc8v6PYJb4DDhfg5v1KpJfb27tMTRHUkAhFex221MuXYQr31ujVs9zxQWM2fpOuYsXYevj4Oh/boQGdGPCSP70rSh9x7/Op/kTeo3gLZoXPfcsv7gPh2pFSj1IMzgo/+pCH/AAbjP1atXQBIA4XWmXj+E7xcnsu/wCdWh6Kq0rJzYNenErknn4b9/QVj3DkRGhHFdeJjXHy90Ol0kpO4wfdzq1fwY1LMDw8I6MaxvCO1aNDQ9BmHIBlAXFrgQSBIA4XUCqvnxwbO3ccMTH1JUfOGaAp7M6XSxdmMGazdm8Mzb0+nasSXXhYcxIbwvvbu0VR2e6dakbj/vdc96s9lsdGnXlKF9tQm/X7e2UgLaDRTqfx/AacC9jxRdBvnOFF6pX7e2fP3KXdz54peWTQJ+a3PGATZnHODVD6No3azBueOFg3qH4PDQG98q44f5cYb1XT+oJkP6BDOsbwhD+4bQsG4tw8YSV2bvId1X+4zPJk0gCYDwWiP6dWbZZ0/x4GvfkZaRqToc0+w7dJz3v1nM+98spkHdWkwY2ZcJ4WGMHNjNkkfNsk/l87/5q3XtMzDAn0dvi2Bo3xC6tW8utz66ud36bwDN07tDFSQBEF6tY6tGLPnkCVas38ZX81bzS/IOSss8el9PpRw/mccXM5fzxczl1AwMYMzQXkSG92PM0F7UtMgGtfe+XMiZQn3vbRnUswPTJofr2qcwzpoNO/Xu0r3PlF4mSQCE17PbbYzs35mR/TuTe7qQ2MQtRMels2L9ViPuEndb+QWFzFicwIzFCfj7+TJiYDciw8OYMLIvDTx0WXtPZhb/+nqR7v0O7Nle9z6FMXJPF7I2fbfe3W7Vu0MVJAEQ4jdq1whgUngok8JDKSouZVXydqLj0lmSsFnvWuJurbiklOhVqUSvSuX+Fz9jUO8QIiO0SoStmzVQHd5lKS93cudTxmz0HNnfEqXgvcLCXzYasaqXpneHKkgCIMQFVPP35ZpB3bhmUDfKyp0kpu0iOi6dmPh0Dh8/pTo805SXO1mdtJXVSVt57LVv6NW5zbnjhV07tlQd3gX9/T8ziUvepnu/ndo2NaKynDCAy+Xi01krjeh6oxGdmk0SACEug4/j19sLX3/kejbuyCQ6Lo3ouHR2HshSHZ6pNmzdy4ate3np/Rm0b9WYiRH9mBAeRr8eHdxmM9wXM5fzj49mG9J35LDehvQr9BcTv4kd+47q3a0TSNe7UxUkARCikmw2G71CWtIrpCXP33MtGfuziIlPZ/HqNNIyMnG5PL4+yGXbtf8ob38+n7c/n0/ThkFMGNmXyIh+DO3XRdmd9J/+FMuDL31uSN82m40Jw3oZ0rfQV1FxKS9+NNeIrpOAfCM6NpskAEJUUcdWjejYKpxpk8M5dCyHmPhNRMelkZi22+2vH9bT4WM5fPzDUj7+YSlBtQMZO7QPkRFhXDO4J9UD/A0fv6y8nOf/+QP//HKhYUnYkNBg2jb3jD0Q3u6db2M4cCTbiK7nGdGpCpIACKGjZg2DuHvi1dw98Wpy8gr4ec0mYuI3sSp5u1cUHDorJ7eA6fNXM33+agKq+TFqcE8iw8MYN7wPdWvX0H28rbsOMvX5Twwv9/vAjcMN7V/oY2XSNj78ablR3UsCIIS4uKBagdwyuj+3jO7PmaISlq/bSnRcOrGJW8grKFQdnmkKi0qYF7ueebHr8XE4GNKvs1aJMDyMZo3qVqnvI8dzeOez+Xz0/RJKSst0ivj8OrdrypDQYEPHEFW399BxHnjtfzidhqwCba9oliAJgBAmqF7Nj2uH9OTaIT0pKS1nzcaMihMFmzh20hJFxS5LWXk5yxM2sTxhE4+88hV9u7UjMqIf10WEEdym6WX1UVpWzi/rt/DdnF+I+jnRtJWVRydHYDPgVhmhn6zsPG588iOyT502aoivjOpYBUkAhDCZn6+DYX07MaxvJ9569EaSt+4lOi6d6Lh0y91QeDEul4v16btYn76L5/75PW2aN2Rg72C6dGxJ62YNqF9Xu3K9sKiEk6dOs2PPITbtOMDqpG3km7yCEta1rWz+c3OHj5/ihsc/ZP9hQ977g3YBkDG7SxWRBEAIhex2G2Fd2xLWtS0v3x/J1t2HWRyXRkx8Opt3HVIdnqn2HjzGXv1rtleZ3W7jHw9PlKd/N7Zj31FuefoTDmadNHKYrwBLFQCRBEAIN9K5XVM6t2vKk3eM5sCRbBbHpRMdl0bSlr1GvdMUl3DzNf3oGey+BY+83ZzlKTz+z58o0Pm+hz8oB/5t5AAqSAIghJtq2aQe9984jPtvHEZOXgGxiVtYsGojq5K3G77hTWiaNQzi5fsjVYchzqOs3MkbXy7igx+WmTHcp8AeMwYykyQAQniAoFqB3DgqjBtHhZFXUMiytdqJguXrthr95OO1HHY7n754O3VqVlcdiviD1G37eeLdn8x6TZYDvGTGQGaTBEAID1MrMICJI/owcUQfiktKWZW8g5j4dH5es4mTud5zYZHRHpsyirCubVWHIX4j93Qhr3+xiG8XxJv5SuzvgCV350oCIIQH8/fzZdTArowa2JVyp5O16bvPXVh0MMsSV5YrMX5oLx6fco3qMESFouJSvpoXx7+/jzX7Vs404CMzBzSTJABCWITDbmdQzw4M6tmB1x6+nrSMXy8sMuBCFMsK69qWD5+7zW0uNvJmqdv2M3tZMnNXpHIix/Ty+4XArYBlS3hKAiCERfXo2IIeHVvw7F3j2J15jOi4dBbHpbFh+wGvurCoMjq2asT/Xr8Hfz9f1aF4rX2HTxAVm8zsZcnszlR6LPRxYKvKAIwmCYAQXqBdi4Y8fOtIHr51JEdO5BJTkQwkpu2irNx7Liy6mG4dmjPj7fsJqhWoOhSvk33qNPNWpjJ7WQrJW/aqDge0ev+fqA7CaJIACOFlmtSvzV+vG8xfrxvMqfwzrE7ZwZKEzUTHpXvtiYLenVrx41v3E1RLdvyb5ewG1llLk4iJT6e0rFx1SGdtAe4ALL9MJgmAEF6sTs3qjB/ai/FDe1FYVMKK9duIjtcuLDqVf0Z1eKYYP7QXHzwzmYBqfqpDsbxyp5O4lAyiliUTHZfG6TNul3AeAcYAuaoDMYMkAEIIAAKq+TH26h6MvboHpWXlJGzcyeI47Xjh0RPW+3no5+vgxXsnMHXSUNWhWF5aRiazY5OZuyKFrGy3vfyqABgPHFAdiFkkARBC/Imvj4MhoSEMCQ3hzWk3sGH7/nNlifccPK46vCpr2aQen7wwhdAubVSHYlkHjmQze1kKs5clkbE/S3U4l1IAjAWSVQdiJkkAhBAXZbfb6NO5NX06t+bFe8ez/3A2SxI2sWDVRpK27PWoEwU+Djt3Rg7mubvHERjgrzocy8k9XciSNZuYuTSJuNQMT/neOANcC/yiOhCzSQIghKiUVk3rMXXSUKZOGkrm0ZNEx2srA+s37aXc6b4nCvp2bcPb/3cjXdo1Ux2KpRSXlLIkYTNRscmsWL+VklK32cx3OXLRlv1Xqw5EBUkAhBBXrEXjutw7aSj3ThpK9qnTxKzZRExcOr+k7HCbC4u6dWjO038dQ8SArqpDsQyn08WajTuJik1m8eo08goKVYd0JQ6gLftvVh2IKpIAWFBhcYnqEIQXqlenBreNHcBtYwdw+kwxy9ZuITpeu7Aov6DI1Fjsdhsjwjpz7w1DGdy7IzabVPXTw5bdh5i1NIm5y1M44tkbQ1PQlv2PqA5EJUkALGjaWz/w5HszaVy/Nk3q16ZJgzo0qluLZo2CaFSvNq2b1qdDy0bUqC7vQIUxalT3J3J4byKH96aktIzVKRlEx6Xxc8JmQ0u6dmrblIkj+jApPJRmDYMMG8ebHMzKYc7yZKJik9m+1xLz5bfAg2gb/7yaJAAWVVJaxoEj2Rw4kn3B39OicV06tmpMcGuthbRpSpd2zfDzdZgYqbA6P18fRvbvzMj+nXnH6SRl6z7iN+wkMW03KVv3VukseNMGdQjt0oaBPdoTPqALLRrX1TFy73Uq/wwLf9lIVGwS6zbtMfPmPSOdAR4CvlYdiLuQBMCLZR49SebRkyxf92u562r+voR2bs2AHu3p370doZ1bS4EUoRuH3U5Y17baNbt/AZfLxYEjJ9m29zD7j2Rz+FgOx3PyyS8oorC4FKfTid1uJ8Dflzq1qtOobm2aNqhDh1aNCG7dmIZ1a6n+T7KMktIyYhO3MCs2iWVrt7rNHg6dpAC3o1X5ExUkARC/U1RcSvyGncRv2Alo58F7hbRizODuXDukpzxhCV3ZbDZaNa1Hq6b1VIfilZxOF2s37SZqaRILf9lI7mmP3Mx3McXAK8DbgKUyGj1IAiAuqrSsnPWb97B+8x5e/ngePYNbcu2Qnlw7tCetm9ZXHZ4Q4gps33uEWbHaZr6DWTmqwzHKcuARLH6jX1VIAiAqZeOOA2zccYBXP1tAj44tuOf6IVw3og++PrJvQAh3duRELgtXbWDBqo2s37xHdThGygReAL5THYi7kwRAXLG0jEweemM6r3y6gJuuCeOvkYNl57UQbiSvoJCf47WqjSvWb7X61c+ZwLvAp4C55049lCQAosqOnczjgx+W8emsldw0qh/TJofTsom80xVChZLSclas30pUbDJLEjZTXFKqOiSjbQA+Ab4BpAhKJUgCIHRTUlrO/xYl8NPP64gc3pvH/jKKdi0aqg5LCK+QlpHJzCXrmbsi1dBaC27iIDAHbdLfoDYUzyUJgNBdaVn5uWph14eH8tQdY+T0gBAGyNifxexlSUTFJpN59KTqcIyWA8wCvgfiAEsUJ1BJEgBhmLJyJzN+Xs/c5SncfE0/nr1rHPXq1FAdlhAeLSs7j/krU71hMx9ox/hi0Sb+KLRiPkInkgAIw5WUlvPdwgQWrNrIw7eMZOqkIfj7+aoOSwiPUVRcytLEzcxckuQNm/mcQCK/Pu2fUBuOdUkCUAVHjhwmLW1jlfvJybHsOdzfOZV/hlc/W8A3C+L529TxTBjWSy5pEeICSsvKWZm0jdmxycSs2URRseU3821Cm/B/QNvRLwxmQ+f3KGFvrtWzO11lRv+XI6unqw5DVOgV0pLXHr6e0C5tVIcihNs4u5lv3opUjlt/M98hYDba03684li8jqwACGU2bD/A2Ife59ohPXn5/kiaN5IaAsI7Hcw6ydzlqXwfncieg8dVh2O0XGAB2qQfg5ToVUYSAKGUy+ViwaoNLF+3lWmTw7n/xmGyP0B4heM5+cxbkcrsZcmkbtuvOhyjlaBN9tOBRUihHrcgCYBwCwWFxbz+xSK+mR/Pc3eP44aIvrI/QFjObzfzrUzaRmlZueqQjJYC/A/tvb7llzY8jSQAwq0cPn6Kh96Yzlfz4nj1wYn07Sr7A4RnK3c6Sd6yj1lL1zNneQqnzxSrDslo24CZaBP/bsWxiIuQBEC4pdRt+xn38Nn9ARNo3kgKCQnPsmPfEWYuTWLGz+s5djJPdThGO4x2Tl8283kQSQCsqRzw+Ov5zu4PWLZ2C49MDueBG4dTzV/2Bwj3te/wCaJik5m9LJndmcdUh2O0PGAu2nv9lWg/d4QHkQTAmiajVc9qBrQEmlb8cwegM9AJ8FcWXSWdKSrhzS8XM31RAn+7dwKRUj9AuJHsU6eZv3IDUcuSSd6yV3U4RisFlqBN+guAQrXhiKqQBMC6Tla0Tef5dz5AO6ArMAAYAvTCzVcNDmblcO8r3/D57F94+f4JhHVtqzok4aUKi0qIWbOJOctSvGEznwutMt/3aO/2pTKfRUgCYE2XKu5UBuyoaLMr/r9awGDgGmAS0Niw6Kooectexj30PqOv6s4LU6+lQ8tGqkMSXqDc6SQuJYOoZclEx6V5w2a+HWiT/veA5S8d8EaSAFjTldQWzgMWV7RH0VYFbqxoblmhJyY+ndjEzdw6pj9P3jGGRvVqqQ5JWFB6RiZRscnMXZFCVrblN/NlAT+hTfpJimMRBpMEwJoOVfHPlwMrKtrjwG3Aw0CXKvaru7JyJ98tTCAqNpn7bhjGgzePoGZgNdVhCQ+XefRkxWa+JDL2Z6kOx2ingXlok34sspnPa8hdANZzDG3Tn95/iW3ACOApIFznvnVTr04NHp9yDVOuHYSfr1tvaRBuJifvDAtWpRIVm8z6zXtxuSx93XwZ2mT/PdrkX6A2HKGCrABYzwKMyeBdwLKKdhXwd2C4AeNUSfap0zz3nyg+i1rFc3ePkxsHxUUVl5SyJGEzUbHJrFi/lZJSyz/8rkOryvcT2sOC8GKyAmAtJWjL9LtMGu9q4HVgkEnjVVrP4Jb87d7xDO7dUXUowk04nS7WbNxJVGwyi1enkVdg+ZNsu/h1M99OxbEINyIrANbyLuZN/gCr0U4OTALeAtyubu/GHQe4/rH/cnWfYJ66c7QcHfRiW3YfYtbSJOYuT+HIiVzV4RjtODADbdJ336cyoZQkANbxM/A3BeO60Mp/LgCmAc8BtRXEcVGrU3awOmUHQ/uG8PSdY+jTubXqkIQJDmblMGd5MlGxyWzfe0R1OEY7A8xHm/SXohXtEeKCJAGwhh+Bu1C7e7cYeBv4EngReAA3/P5albSdVUnbubpPMM/dPY7enVqpDknoLPd0IUvWbGLBqo0sX7eVcqdTdUhGcqIV6fkO7edAvtpwhCfRfQ9AkyF/0bM7XeXtSaEgc6vqMPS0G+2Je6bqQM6jC9oriVGqA7mY8P5dePLO0fQMbqk6FFEFJaVlLFu7lZlL17Ns7VZKSstUh2S0FLRyvDMAyy9tCGPongB4mYNohTPM4qwYLwOtYM9qtOM87uwatESgs+pALsRmsxExoAtP3jGa7h1bqA5HXCan08XaTbuZHZvMwl82cir/jOqQjLaXXzfzbVcci7AASQCq5ingHdVBeAAfYCra0cH6imO5IJvNxqiBXXnqzjF0bd9MdTjiArbvPUJUbDJzlidzMOtKil56lGy0Fb7vgQTk57XQkSQAVSMJQOXUAZ5BKzXstrcR2mw2wvt34ak7ZUXAXRw5kcvCVRtYsGoj6zdbvix9EVq9je/QNvWVqA1HWJUkAFUjCcCV6QC8BtygOpCLOZsIPP3XMXTr0Fx1OF4nr6CQn+O1zXwr1m+lrNwrNvPNQnu3n602HOENJAGoGkkAqmY48B7QQ3UgF3M2EXhsyig5NWCwcqeTNRt2MmPJehavTuNMkeUffreiTfrfor3jF8I0kgBUjSQAVWdHu2zobcDt7/UN69qWh28dyaiBXVWHYilpGZnMXLKeuStSOZFj+ZNsB4E5aJN+quJYhBeTBKBqJAHQT23gBbRbB912f8BZoV3aMG1yOBEDushdA1coY38Ws5clERWbTObRk6rDMVoOEIW2vB+PtuQvhFKSAFSNJAD6a4GWCNwFuP11fiFtmvDQzSOYODIUH4dddThuLyevgIW/pDFzyXpv2MxXjHbj3iy0yd/y5xSFZ5EEoGokATBOT+BN3LyQ0FltmjXgwZtHcNOovvj7+aoOx62cPlNMdFwas2KTiU/N8IbKfHFoT/pRwCm14QhxYTa0etFuV7LVQzwG/Et1EBY3Ei0R6KM6kMvRIKgmd08cwh0TriKoVnXV4ShTWlbOyqRtzFmWQnR8OkXFli9Lvxlt0v8ByFQcixCXxQYcApqqDsRD3YJ2r7Ywlg3txsHXgfaKY7ks1av5MSk8lAduGkHb5g1Uh2Oas5v55q1I5bj1N/MdAmajLfHHK45FiEqzoX3juu197m5uAHLVppn8gPvR9gi4bUXB3/Jx2JkwrDcP3jzCstUFd2ceY/Yy7ca9fYdPqA7HaLlok/504BdkM5/wYDbgeeAfqgPxQMeBJqi9gc9b1Ubbf/Eo4DHr7ENCQ3jo5uEMCQ1RHUqVFRWXMndFCt8uWEPqtv2qwzFaCRCDNukvQqvUJ4THswHt0C6WkH0AlfMfYJrqILxcU+Bl4A7AY3bedevQnNvGDmDCsN7UrR2oOpxK2XvoON8uWMOPMWvJybP0pnYXsAatBv9MwPLnFIX3OXuA+WPgPpWBeJh8tHK2Zt4EKC6sHfAScCsecHTwLF8fB0NDQ4gc3psR/Tq7bTJwMreARavTmL8ylTUbd+J0Wvrg0Fa0jXzfA/vUhiKEsc4mAEHAOrRJTVza7WgXdQj30gntxsFJ/Pq97RHsdhs9g1syol9nRvTrTI/gFjjs6uoKZOzPIj41g5g1m1izIcPqdfiPoG3mnY5U5hNe5Lc/JEOA5ciJgEt5Be1pU7ivHsCrwLWqA7lS1av50b1jC3qFtKRHcEt6hbSkTTNjThMUFpWwdc9hNu08yPrNe4hLzSArO8+QsdxIPlo53u+BFcheHuGF/viU1BTtfZecCvizfOAh5Mnfk4ShJWweUUzoUmoFBtCicV2aNwqq+LUuTRvUoVnDIOrWDqSavy+BAX+uolxQWEze6ULyCorIySvgwJFsMo+eJDPrJLsOZLE787jVi/OcVQosQZv05wOFasMRwv3YgBvRXgk40TbDeHM7BvwbD7ioRlxQfyAa9d9L0sxvTiABeBAPOToqhFku9Z60GdC74tfaxofjNkqBo8BuIBlZHrSKMOBFYKzqQIThMtCe9L9H+3sshBBC0B3tVZescFmrZQOfAlfhYZtAhRBCjAFsywAAAc9JREFUmKs3MA9JBDy5nQb+B1yD1DIRQghRSV3RNneWon5Ck3bpVoZWwnwqUPM8X08hhBCiUtqgbfgsRP0kJ+3PbQvwNND4Ql9AIYQQoioaoZUYzkX9pOftbT/addDBF/uCCSGEEHqqj5YIZKN+IvSmdhLZzCeEEMIN1AKeQSsZq3pytGorQKvBPxYPuthJCCGEd/ADpqC9i1Y9YVqhlSOb+YQQQngQG9o9A7Gon0Q9sZ3dzNeksh+8EEII4S76oB0hLEP9xOrO7QDaCYueV/YxCyGEEO4pGPgMKEL9ZOsuLRv4GNnMJ4QQwgs0Bl4DTqB+AlbVkoA7gWpV/CyFEEIIj+OHtk/gR7Qd7qonZaNbPvA12oVLQgghhABqAJOBxUAx6idrvVoxMB+4Caiu26clhBBCWFAN4DrgcyAT9ZN4ZdsJtPP6twFBOn82QggTycYcIdRqB1wNDAUGAu2VRvNn+UAikAAsBdajnd8XQng4SQCEcC910K4p7g30AkKADphTKCcH2ARsBdLQJv7NyIQvhCVJAiCEZ2gMdES7sbBxRWuAVkynNlriYEMrW+xAe9VwuuLPllb8cy5anf2TwDHgINr5/P3AHrRSx0IIL/H/J3162ZVrvakAAAAASUVORK5CYII=";
|
|
2913
2987
|
|
|
2914
|
-
var IKurlEndpoint = 'https://ik.imagekit.io/kcrbhhnh0';
|
|
2915
|
-
var IKpublicKey = 'public_ro8Tmo5Nlgw12YIFkn9MNUQLvQE=';
|
|
2916
|
-
var serverbaselink$1 = 'https://tabex-co.com';
|
|
2917
|
-
|
|
2918
2988
|
var css_248z$I = "/* 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}";
|
|
2919
2989
|
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"};
|
|
2920
2990
|
styleInject(css_248z$I);
|
|
@@ -3452,7 +3522,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3452
3522
|
return /*#__PURE__*/React.createElement("div", {
|
|
3453
3523
|
className: ' col-lg-4 col-md-6 col-sm-12 mb-4 pl-md-2 pr-md-2 pr-0 '
|
|
3454
3524
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3455
|
-
className: "".concat(generalstyles.card) + ' noshadow ',
|
|
3525
|
+
className: "".concat(generalstyles$1.card) + ' noshadow ',
|
|
3456
3526
|
onClick: function onClick() {
|
|
3457
3527
|
setorderindex(index);
|
|
3458
3528
|
setopenorderitemsmodalshow(true);
|
|
@@ -3503,7 +3573,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3503
3573
|
}, item.orderitems.length))), /*#__PURE__*/React.createElement("div", {
|
|
3504
3574
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mt-2"
|
|
3505
3575
|
}, /*#__PURE__*/React.createElement("span", {
|
|
3506
|
-
className: "".concat(generalstyles.pill, " ") + ' pl-2 pr-2 ',
|
|
3576
|
+
className: "".concat(generalstyles$1.pill, " ") + ' pl-2 pr-2 ',
|
|
3507
3577
|
style: {
|
|
3508
3578
|
backgroundColor: item.instorderstatus != null ? item.instorderstatus.statuscolor : 'orange'
|
|
3509
3579
|
}
|
|
@@ -3520,7 +3590,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3520
3590
|
height: '35vh'
|
|
3521
3591
|
}
|
|
3522
3592
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3523
|
-
className: generalstyles.card + ' col-lg-12 d-flex align-items-center justify-content-center text-light flex-column h-100 pt-5 pb-5 '
|
|
3593
|
+
className: generalstyles$1.card + ' col-lg-12 d-flex align-items-center justify-content-center text-light flex-column h-100 pt-5 pb-5 '
|
|
3524
3594
|
}, /*#__PURE__*/React.createElement("img", {
|
|
3525
3595
|
src: shoppingcart,
|
|
3526
3596
|
style: {
|
|
@@ -3540,9 +3610,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3540
3610
|
minHeight: '70vh'
|
|
3541
3611
|
}
|
|
3542
3612
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3543
|
-
className: "".concat(generalstyles.table_responsive) + ' col-lg-12 '
|
|
3613
|
+
className: "".concat(generalstyles$1.table_responsive) + ' col-lg-12 '
|
|
3544
3614
|
}, /*#__PURE__*/React.createElement("table", {
|
|
3545
|
-
className: "".concat(generalstyles.table, " ").concat(generalstyles.table_thbg)
|
|
3615
|
+
className: "".concat(generalstyles$1.table, " ").concat(generalstyles$1.table_thbg)
|
|
3546
3616
|
}, /*#__PURE__*/React.createElement("thead", {
|
|
3547
3617
|
className: "",
|
|
3548
3618
|
style: {
|
|
@@ -3579,7 +3649,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3579
3649
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3580
3650
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mt-2 justify-content-center"
|
|
3581
3651
|
}, /*#__PURE__*/React.createElement("span", {
|
|
3582
|
-
className: "".concat(generalstyles.pill, " ") + ' pl-2 pr-2 ',
|
|
3652
|
+
className: "".concat(generalstyles$1.pill, " ") + ' pl-2 pr-2 ',
|
|
3583
3653
|
style: {
|
|
3584
3654
|
backgroundColor: item.instorderstatus != null ? item.instorderstatus.statuscolor : 'orange'
|
|
3585
3655
|
}
|
|
@@ -3651,7 +3721,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3651
3721
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3652
3722
|
className: "col-lg-12 p-0"
|
|
3653
3723
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3654
|
-
className: "".concat(generalstyles.card) + ' w-100 pl-3 pr-3 '
|
|
3724
|
+
className: "".concat(generalstyles$1.card) + ' w-100 pl-3 pr-3 '
|
|
3655
3725
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3656
3726
|
className: "col-lg-12 p-0"
|
|
3657
3727
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -3775,7 +3845,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3775
3845
|
width: "20px",
|
|
3776
3846
|
height: "20px",
|
|
3777
3847
|
duration: "1s"
|
|
3778
|
-
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React.createElement("p",
|
|
3848
|
+
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React.createElement("p", {
|
|
3849
|
+
"class": "m-0 p-0"
|
|
3850
|
+
}, " ", langdetect == 'en' ? 'Delete Order' : 'حذف الطلب'))))))))), /*#__PURE__*/React.createElement("div", {
|
|
3779
3851
|
className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0'
|
|
3780
3852
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3781
3853
|
className: "row m-0 w-100 mb-3",
|
|
@@ -5502,9 +5574,9 @@ var Checkout = function Checkout(props) {
|
|
|
5502
5574
|
},
|
|
5503
5575
|
disabled: ApplyPromoCodeMutationContext.isLoading ? true : false
|
|
5504
5576
|
}, /*#__PURE__*/React.createElement("span", {
|
|
5505
|
-
className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles.fadeOutButton) : "".concat(generalstyles.fadeInButton)
|
|
5577
|
+
className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles$1.fadeOutButton) : "".concat(generalstyles$1.fadeInButton)
|
|
5506
5578
|
}, 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.createElement("div", {
|
|
5507
|
-
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 '
|
|
5579
|
+
className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles$1.fadeInButton, " ").concat(generalstyles$1.btn_preloader) + ' d-flex align-items-center justify-content-center ' : "".concat(generalstyles$1.fadeOutButton) + ' align-items-center justify-content-center '
|
|
5508
5580
|
}, /*#__PURE__*/React.createElement(CircularProgress, {
|
|
5509
5581
|
color: "#fff",
|
|
5510
5582
|
width: "20px",
|
|
@@ -6921,7 +6993,7 @@ var Signup = function Signup(props) {
|
|
|
6921
6993
|
}, lang.login))), /*#__PURE__*/React.createElement("div", {
|
|
6922
6994
|
className: "col-lg-12 p-sm-0"
|
|
6923
6995
|
}, /*#__PURE__*/React.createElement("div", {
|
|
6924
|
-
className: "".concat(generalstyles.card) + ' p-0 ml-3 mr-3 m-md-0 ',
|
|
6996
|
+
className: "".concat(generalstyles$1.card) + ' p-0 ml-3 mr-3 m-md-0 ',
|
|
6925
6997
|
style: {
|
|
6926
6998
|
border: 'none',
|
|
6927
6999
|
boxShadow: 'none'
|
|
@@ -7880,7 +7952,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
7880
7952
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7881
7953
|
className: "col-lg-12 p-0"
|
|
7882
7954
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7883
|
-
className: generalstyles.sub_scrollbar + ' row m-0 w-100 ',
|
|
7955
|
+
className: generalstyles$1.sub_scrollbar + ' row m-0 w-100 ',
|
|
7884
7956
|
style: {
|
|
7885
7957
|
height: sectionproperties.image_height - 9 + 'vh',
|
|
7886
7958
|
overflowY: 'scroll'
|
|
@@ -7958,7 +8030,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
7958
8030
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7959
8031
|
className: "col-lg-12 p-0"
|
|
7960
8032
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7961
|
-
className: generalstyles.sub_scrollbar + ' row m-0 w-100 ',
|
|
8033
|
+
className: generalstyles$1.sub_scrollbar + ' row m-0 w-100 ',
|
|
7962
8034
|
style: {
|
|
7963
8035
|
height: sectionproperties.image_height - 9 + 'vh',
|
|
7964
8036
|
overflowY: 'scroll'
|
|
@@ -7972,7 +8044,7 @@ var Categoriesdropdown = function Categoriesdropdown(props) {
|
|
|
7972
8044
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7973
8045
|
className: "col-lg-12 cursor-pointer",
|
|
7974
8046
|
onClick: function onClick() {
|
|
7975
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
|
|
8047
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, false);
|
|
7976
8048
|
}
|
|
7977
8049
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7978
8050
|
className: sectionstyles.collectionbtn + ' row m-0 w-100 '
|
|
@@ -8140,7 +8212,7 @@ styleInject(css_248z$B);
|
|
|
8140
8212
|
function ownKeys$1A(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; }
|
|
8141
8213
|
function _objectSpread$1A(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1A(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1A(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
8142
8214
|
var Filter$1 = function Filter(props) {
|
|
8143
|
-
props.actions.lang;
|
|
8215
|
+
var lang = props.actions.lang;
|
|
8144
8216
|
var langdetect = props.actions.langdetect;
|
|
8145
8217
|
props.actions.productfiltercontext;
|
|
8146
8218
|
props.actions.setproductfiltercontext;
|
|
@@ -8163,6 +8235,34 @@ var Filter$1 = function Filter(props) {
|
|
|
8163
8235
|
_useState8 = _slicedToArray(_useState7, 2);
|
|
8164
8236
|
_useState8[0];
|
|
8165
8237
|
_useState8[1];
|
|
8238
|
+
var _useState9 = useState([{
|
|
8239
|
+
payloadvalue: 'sortprice',
|
|
8240
|
+
name: lang.price,
|
|
8241
|
+
filterarray: [{
|
|
8242
|
+
name: lang.pricehightolow,
|
|
8243
|
+
value: 'hightolow',
|
|
8244
|
+
isfilterselected: false
|
|
8245
|
+
}, {
|
|
8246
|
+
name: lang.pricelowtohigh,
|
|
8247
|
+
value: 'lowtohigh',
|
|
8248
|
+
isfilterselected: false
|
|
8249
|
+
}]
|
|
8250
|
+
}, {
|
|
8251
|
+
payloadvalue: 'sortdates',
|
|
8252
|
+
name: lang.dates,
|
|
8253
|
+
filterarray: [{
|
|
8254
|
+
name: lang.recent,
|
|
8255
|
+
value: 'recent',
|
|
8256
|
+
isfilterselected: false
|
|
8257
|
+
}, {
|
|
8258
|
+
name: lang.oldest,
|
|
8259
|
+
value: 'old',
|
|
8260
|
+
isfilterselected: false
|
|
8261
|
+
}]
|
|
8262
|
+
}]),
|
|
8263
|
+
_useState10 = _slicedToArray(_useState9, 2),
|
|
8264
|
+
otherfilters = _useState10[0];
|
|
8265
|
+
_useState10[1];
|
|
8166
8266
|
useEffect(function () {
|
|
8167
8267
|
filterupdater();
|
|
8168
8268
|
}, []);
|
|
@@ -8408,8 +8508,82 @@ var Filter$1 = function Filter(props) {
|
|
|
8408
8508
|
zIndex: 9999
|
|
8409
8509
|
}
|
|
8410
8510
|
}, /*#__PURE__*/React.createElement("div", {
|
|
8411
|
-
className:
|
|
8412
|
-
},
|
|
8511
|
+
className: filter_cssstyles.filteraccordion + ' row m-0 w-100 pt-2 pb-3 filter-accordion '
|
|
8512
|
+
}, otherfilters.map(function (item, index) {
|
|
8513
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Accordion, {
|
|
8514
|
+
allowMultipleExpanded: true,
|
|
8515
|
+
allowZeroExpanded: true,
|
|
8516
|
+
preExpanded: [0, 1, 2, 3],
|
|
8517
|
+
style: {
|
|
8518
|
+
width: '100%'
|
|
8519
|
+
}
|
|
8520
|
+
}, /*#__PURE__*/React.createElement(AccordionItem, {
|
|
8521
|
+
uuid: index
|
|
8522
|
+
}, /*#__PURE__*/React.createElement(AccordionItemHeading, null, /*#__PURE__*/React.createElement(AccordionItemButton, null, /*#__PURE__*/React.createElement("div", {
|
|
8523
|
+
className: filter_cssstyles.titlecontainer + ' row m-0 p-0 mb-2 '
|
|
8524
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8525
|
+
className: "col-lg-10 p-0"
|
|
8526
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
8527
|
+
className: langdetect == 'en' ? filter_cssstyles.collapsetitle + ' m-0 p-0 ' : filter_cssstyles.collapsetitle + ' m-0 p-0 text-right'
|
|
8528
|
+
}, item.name)), /*#__PURE__*/React.createElement("div", {
|
|
8529
|
+
className: "col-lg-2 p-0"
|
|
8530
|
+
}, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
|
|
8531
|
+
if (state.expanded == true) {
|
|
8532
|
+
return /*#__PURE__*/React.createElement("i", {
|
|
8533
|
+
className: filter_cssstyles.collapsetitleicon + ' h-100 d-flex align-items-center justify-content-end accordion__button '
|
|
8534
|
+
}, /*#__PURE__*/React.createElement(AiOutlineMinus, null));
|
|
8535
|
+
} else {
|
|
8536
|
+
return /*#__PURE__*/React.createElement("i", {
|
|
8537
|
+
className: filter_cssstyles.collapsetitleicon + ' h-100 d-flex align-items-center justify-content-end accordion__button '
|
|
8538
|
+
}, /*#__PURE__*/React.createElement(HiOutlinePlus, null));
|
|
8539
|
+
}
|
|
8540
|
+
}))))), /*#__PURE__*/React.createElement(AccordionItemPanel, {
|
|
8541
|
+
className: "p-0"
|
|
8542
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8543
|
+
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
|
|
8544
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8545
|
+
className: 'col-lg-12'
|
|
8546
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
8547
|
+
className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
|
|
8548
|
+
}, item.filterarray.map(function (valueitem, valueindex) {
|
|
8549
|
+
var ischecked = false;
|
|
8550
|
+
if (item.payloadvalue == 'sortprice') {
|
|
8551
|
+
if (valueitem.value == ProductFilterObjContext.sortprice) {
|
|
8552
|
+
ischecked = true;
|
|
8553
|
+
}
|
|
8554
|
+
} else if (item.payloadvalue == 'sortdates') {
|
|
8555
|
+
if (valueitem.value == ProductFilterObjContext.sortdates) {
|
|
8556
|
+
ischecked = true;
|
|
8557
|
+
}
|
|
8558
|
+
}
|
|
8559
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
8560
|
+
className: "".concat(filterstyles.border_left_line, " ").concat(filterstyles.timelineinnercont, " ").concat(filter_cssstyles.timelineinnercont, "\n ").concat(ischecked ? "".concat(filter_cssstyles.timelineinnercont_active, " ").concat(filterstyles.timelineinnercont_active) : '', "\n \n ") + ' d-flex align-items-start pb-3 ',
|
|
8561
|
+
onClick: function onClick() {
|
|
8562
|
+
// setfilterfunc(valueitem.valueid, valueindex, index, 'assign');
|
|
8563
|
+
var tempfetchproductsfilerobjcontext = _objectSpread$1A({}, ProductFilterObjContext);
|
|
8564
|
+
if (tempfetchproductsfilerobjcontext[item.payloadvalue] == valueitem.value) {
|
|
8565
|
+
tempfetchproductsfilerobjcontext[item.payloadvalue] = '';
|
|
8566
|
+
} else {
|
|
8567
|
+
tempfetchproductsfilerobjcontext[item.payloadvalue] = valueitem.value;
|
|
8568
|
+
}
|
|
8569
|
+
setProductFilterObjContext(_objectSpread$1A({}, tempfetchproductsfilerobjcontext));
|
|
8570
|
+
}
|
|
8571
|
+
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
8572
|
+
className: " ".concat(ischecked ? filter_cssstyles.btn_item_active : '', " ").concat(filterstyles.btn_item, " ").concat(filter_cssstyles.btn_item) + ' mb-2 d-flex align-items-center '
|
|
8573
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
8574
|
+
className: "h-100 d-flex align-items-center"
|
|
8575
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
8576
|
+
className: langdetect == 'en' ? 'ml-3' : 'mr-3 text-right'
|
|
8577
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
8578
|
+
className: "".concat(filterstyles.timeline_text, " ").concat(filter_cssstyles.timeline_text) + ' m-0 p-0 ',
|
|
8579
|
+
style: {
|
|
8580
|
+
color: ischecked ? sectionproperties.activecat_color : ''
|
|
8581
|
+
}
|
|
8582
|
+
}, valueitem.name)));
|
|
8583
|
+
}))))))), /*#__PURE__*/React.createElement("hr", {
|
|
8584
|
+
className: "mt-3 mb-3"
|
|
8585
|
+
}));
|
|
8586
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
8413
8587
|
className: "col-lg-9 col-md-9 col-sm-9 d-flex align-items-center d-md-flex"
|
|
8414
8588
|
}, /*#__PURE__*/React.createElement("p", {
|
|
8415
8589
|
className: "m-0 p-0 font-16 font-weight-600",
|
|
@@ -9019,13 +9193,13 @@ var CardsSection = function CardsSection(props) {
|
|
|
9019
9193
|
}, /*#__PURE__*/React.createElement("div", {
|
|
9020
9194
|
"class": "row m-0 w-100"
|
|
9021
9195
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
9022
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
|
|
9196
|
+
"class": "".concat(generalstyles$1.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
|
|
9023
9197
|
style: {
|
|
9024
9198
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
9025
9199
|
fontSize: sectionproperties.sectionTitleFontSize + 'px'
|
|
9026
9200
|
}
|
|
9027
9201
|
}, SectionTitle()), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
9028
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
|
|
9202
|
+
"class": "".concat(generalstyles$1.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
|
|
9029
9203
|
style: {
|
|
9030
9204
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
9031
9205
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
@@ -9173,7 +9347,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
9173
9347
|
}
|
|
9174
9348
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
9175
9349
|
return /*#__PURE__*/React.createElement("div", {
|
|
9176
|
-
"class": sectionproperties.numberOfColsvertical == '1' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-12 p-0 col-lg-12 col-md-4 p-0 d-flex justify-content-center col-sm-6 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-12 p-0 col-lg-12 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '2' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft ' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-6 p-0 col-lg-6 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0' : sectionproperties.numberOfColsvertical == '3' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-4 p-0 col-lg-4 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '4' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '12' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : '' : sectionproperties.numberOfColsvertical == '6' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-2 p-0 col-lg-2 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-2 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : ''
|
|
9350
|
+
"class": sectionproperties.numberOfColsvertical == '1' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-12 p-0 col-lg-12 col-md-4 p-0 d-flex justify-content-center col-sm-6 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-12 p-0 col-lg-12 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '2' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft ' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-6 p-0 col-lg-6 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0' : ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0' : sectionproperties.numberOfColsvertical == '3' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-4 p-0 col-lg-4 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '4' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-12 p-0 d-flex justify-content-center p-0 ' : ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '12' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : '' : sectionproperties.numberOfColsvertical == '6' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-2 p-0 col-lg-2 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-2 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : ''
|
|
9177
9351
|
}, /*#__PURE__*/React.createElement(Sectioncomp, {
|
|
9178
9352
|
sectiontypeprops: 'horizontal',
|
|
9179
9353
|
fetchingtypeprops: fetchingtype,
|
|
@@ -16762,9 +16936,9 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
16762
16936
|
}, /*#__PURE__*/React.createElement(Offcanvas.Body, null, /*#__PURE__*/React.createElement("div", {
|
|
16763
16937
|
"class": "row m-0 w-100 p-3"
|
|
16764
16938
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16765
|
-
"class": "".concat(generalstyles.search_modern)
|
|
16939
|
+
"class": "".concat(generalstyles$1.search_modern)
|
|
16766
16940
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16767
|
-
"class": "".concat(generalstyles.search_wrap, " ").concat(header_cssstyles.search_wrap)
|
|
16941
|
+
"class": "".concat(generalstyles$1.search_wrap, " ").concat(header_cssstyles.search_wrap)
|
|
16768
16942
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16769
16943
|
"class": ' pl-5 pr-5 '
|
|
16770
16944
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -16793,12 +16967,12 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
16793
16967
|
}, /*#__PURE__*/React.createElement(IoClose, {
|
|
16794
16968
|
size: sectionproperties.closeSlider_fontSize
|
|
16795
16969
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
16796
|
-
"class": generalstyles.search_form_wrap
|
|
16970
|
+
"class": generalstyles$1.search_form_wrap
|
|
16797
16971
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16798
|
-
"class": "".concat(generalstyles.search_form, " ").concat(header_cssstyles.search_form)
|
|
16972
|
+
"class": "".concat(generalstyles$1.search_form, " ").concat(header_cssstyles.search_form)
|
|
16799
16973
|
}, /*#__PURE__*/React.createElement("input", {
|
|
16800
16974
|
type: "text",
|
|
16801
|
-
"class": "".concat(generalstyles.search_field, " ").concat(header_cssstyles.search_field),
|
|
16975
|
+
"class": "".concat(generalstyles$1.search_field, " ").concat(header_cssstyles.search_field),
|
|
16802
16976
|
placeholder: langdetect == 'en' ? "What're we looking for?" : 'البحث...',
|
|
16803
16977
|
onChange: function onChange(event) {
|
|
16804
16978
|
setSearchHeaderInputContext(event.target.value);
|
|
@@ -18198,9 +18372,9 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
18198
18372
|
}, /*#__PURE__*/React.createElement(Offcanvas.Body, null, /*#__PURE__*/React.createElement("div", {
|
|
18199
18373
|
className: "row m-0 w-100 p-3"
|
|
18200
18374
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18201
|
-
className: "".concat(generalstyles.search_modern)
|
|
18375
|
+
className: "".concat(generalstyles$1.search_modern)
|
|
18202
18376
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18203
|
-
className: "".concat(generalstyles.search_wrap, " ").concat(header_cssstyles.search_wrap)
|
|
18377
|
+
className: "".concat(generalstyles$1.search_wrap, " ").concat(header_cssstyles.search_wrap)
|
|
18204
18378
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18205
18379
|
className: ' pl-5 pr-5 '
|
|
18206
18380
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -18215,7 +18389,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
18215
18389
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
18216
18390
|
urlEndpoint: IKurlEndpoint,
|
|
18217
18391
|
publicKey: IKpublicKey,
|
|
18218
|
-
className: generalstyles.logo_image,
|
|
18392
|
+
className: generalstyles$1.logo_image,
|
|
18219
18393
|
path: langdetect == 'en' ? (_logoarrayofobjects$5 = logoarrayofobjects[0]) === null || _logoarrayofobjects$5 === void 0 ? void 0 : _logoarrayofobjects$5.englishlogo : (_logoarrayofobjects$6 = logoarrayofobjects[0]) === null || _logoarrayofobjects$6 === void 0 ? void 0 : _logoarrayofobjects$6.arabiclogo,
|
|
18220
18394
|
style: {
|
|
18221
18395
|
width: '100%',
|
|
@@ -18235,12 +18409,12 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
18235
18409
|
}, /*#__PURE__*/React.createElement(IoClose, {
|
|
18236
18410
|
size: sectionproperties.closeSlider_fontSize
|
|
18237
18411
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
18238
|
-
className: generalstyles.search_form_wrap
|
|
18412
|
+
className: generalstyles$1.search_form_wrap
|
|
18239
18413
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18240
|
-
className: "".concat(generalstyles.search_form, " ").concat(header_cssstyles.search_form)
|
|
18414
|
+
className: "".concat(generalstyles$1.search_form, " ").concat(header_cssstyles.search_form)
|
|
18241
18415
|
}, /*#__PURE__*/React.createElement("input", {
|
|
18242
18416
|
type: "text",
|
|
18243
|
-
className: "".concat(generalstyles.search_field, " ").concat(header_cssstyles.search_field),
|
|
18417
|
+
className: "".concat(generalstyles$1.search_field, " ").concat(header_cssstyles.search_field),
|
|
18244
18418
|
placeholder: langdetect == 'en' ? "What're we looking for?" : 'البحث...',
|
|
18245
18419
|
onChange: function onChange(event) {
|
|
18246
18420
|
setSearchHeaderInputContext(event.target.value);
|
|
@@ -28382,7 +28556,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
|
|
|
28382
28556
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
28383
28557
|
"class": sectionproperties.viewmorebtnshow == 'Show' ? ' col-lg-6 col-md-6 col-sm-6 d-flex align-items-center p-0 ' : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
|
|
28384
28558
|
}, /*#__PURE__*/React.createElement("div", {
|
|
28385
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center mb-auto mt-sm-auto mb-sm-auto ',
|
|
28559
|
+
"class": "".concat(generalstyles$1.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center mb-auto mt-sm-auto mb-sm-auto ',
|
|
28386
28560
|
style: {
|
|
28387
28561
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
28388
28562
|
}
|
|
@@ -29448,7 +29622,7 @@ var ElegantCategoriesCardSection = function ElegantCategoriesCardSection(props)
|
|
|
29448
29622
|
"class": sectionproperties.sectiontitleposition == 'Centered' ? ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 ' : ' col-lg-7 col-md-7 col-sm-7 d-flex align-items-center p-0 '
|
|
29449
29623
|
}, /*#__PURE__*/React.createElement("div", {
|
|
29450
29624
|
// mb-auto
|
|
29451
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center ',
|
|
29625
|
+
"class": "".concat(generalstyles$1.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center ',
|
|
29452
29626
|
style: {
|
|
29453
29627
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
29454
29628
|
}
|
|
@@ -29831,7 +30005,7 @@ var RandomlyStructuredCollectionCards = function RandomlyStructuredCollectionCar
|
|
|
29831
30005
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
29832
30006
|
"class": sectionproperties.viewmorebtnshow == 'Show' ? ' col-lg-6 col-md-6 col-sm-6 d-flex align-items-center p-0 ' : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
|
|
29833
30007
|
}, /*#__PURE__*/React.createElement("div", {
|
|
29834
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center mb-auto ',
|
|
30008
|
+
"class": "".concat(generalstyles$1.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center mb-auto ',
|
|
29835
30009
|
style: {
|
|
29836
30010
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
29837
30011
|
}
|
|
@@ -30540,7 +30714,7 @@ var CardsSectionwithfilter = function CardsSectionwithfilter(props) {
|
|
|
30540
30714
|
}, /*#__PURE__*/React.createElement("div", {
|
|
30541
30715
|
"class": "row m-0 w-100"
|
|
30542
30716
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
30543
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center ',
|
|
30717
|
+
"class": "".concat(generalstyles$1.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center ',
|
|
30544
30718
|
style: {
|
|
30545
30719
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
30546
30720
|
}
|
|
@@ -30884,13 +31058,13 @@ var UsersCardsSection = function UsersCardsSection(props) {
|
|
|
30884
31058
|
}, /*#__PURE__*/React.createElement("div", {
|
|
30885
31059
|
"class": "row m-0 w-100"
|
|
30886
31060
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
30887
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
|
|
31061
|
+
"class": "".concat(generalstyles$1.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
|
|
30888
31062
|
style: {
|
|
30889
31063
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
30890
31064
|
fontSize: sectionproperties.sectionTitleFontSize + 'px'
|
|
30891
31065
|
}
|
|
30892
31066
|
}, SectionTitle()), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
30893
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
|
|
31067
|
+
"class": "".concat(generalstyles$1.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
|
|
30894
31068
|
style: {
|
|
30895
31069
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
30896
31070
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
@@ -34325,7 +34499,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
34325
34499
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
34326
34500
|
"class": "col-lg-12 p-0"
|
|
34327
34501
|
}, /*#__PURE__*/React.createElement("div", {
|
|
34328
|
-
"class": sectionproperties.sectionTitleMarginLeft != 0 && sectionproperties.sectionTitleMarginRight != 0 ? "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pl-md-3 pr-md-3' : sectionproperties.sectionTitleMarginLeft != 0 ? langdetect == 'en' ? "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pl-md-3 ' : "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pr-md-3 ' : sectionproperties.sectionTitleMarginRight != 0 ? langdetect == 'en' ? "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pr-md-3 ' : "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pl-md-3 ' : "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center ',
|
|
34502
|
+
"class": sectionproperties.sectionTitleMarginLeft != 0 && sectionproperties.sectionTitleMarginRight != 0 ? "".concat(generalstyles$1.sectiontitlecont) + ' w-100 d-flex align-items-center pl-md-3 pr-md-3' : sectionproperties.sectionTitleMarginLeft != 0 ? langdetect == 'en' ? "".concat(generalstyles$1.sectiontitlecont) + ' w-100 d-flex align-items-center pl-md-3 ' : "".concat(generalstyles$1.sectiontitlecont) + ' w-100 d-flex align-items-center pr-md-3 ' : sectionproperties.sectionTitleMarginRight != 0 ? langdetect == 'en' ? "".concat(generalstyles$1.sectiontitlecont) + ' w-100 d-flex align-items-center pr-md-3 ' : "".concat(generalstyles$1.sectiontitlecont) + ' w-100 d-flex align-items-center pl-md-3 ' : "".concat(generalstyles$1.sectiontitlecont) + ' w-100 d-flex align-items-center ',
|
|
34329
34503
|
style: {
|
|
34330
34504
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
34331
34505
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
@@ -34713,7 +34887,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
34713
34887
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
34714
34888
|
}
|
|
34715
34889
|
}, /*#__PURE__*/React.createElement("div", {
|
|
34716
|
-
"class": "".concat(generalstyles.sectiontitlecont),
|
|
34890
|
+
"class": "".concat(generalstyles$1.sectiontitlecont),
|
|
34717
34891
|
style: {
|
|
34718
34892
|
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
34719
34893
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
@@ -34732,7 +34906,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
34732
34906
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
34733
34907
|
}
|
|
34734
34908
|
}, /*#__PURE__*/React.createElement("div", {
|
|
34735
|
-
"class": "".concat(generalstyles.sectiontitlecont2),
|
|
34909
|
+
"class": "".concat(generalstyles$1.sectiontitlecont2),
|
|
34736
34910
|
style: {
|
|
34737
34911
|
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
34738
34912
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
@@ -34939,7 +35113,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
34939
35113
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
34940
35114
|
"class": "col-lg-12 allcentered p-0"
|
|
34941
35115
|
}, /*#__PURE__*/React.createElement("div", {
|
|
34942
|
-
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 allcentered pl-md-3 pr-md-3 ',
|
|
35116
|
+
"class": "".concat(generalstyles$1.sectiontitlecont) + ' col-lg-12 p-0 allcentered pl-md-3 pr-md-3 ',
|
|
34943
35117
|
style: {
|
|
34944
35118
|
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
34945
35119
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
@@ -35925,7 +36099,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
35925
36099
|
color: sectionproperties.slideshowText2ContentColor,
|
|
35926
36100
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight
|
|
35927
36101
|
}
|
|
35928
|
-
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), /*#__PURE__*/React.createElement("div", {
|
|
36102
|
+
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
35929
36103
|
"class": 'col-lg-12 d-flex justify-content-start mt-3'
|
|
35930
36104
|
}, /*#__PURE__*/React.createElement("button", {
|
|
35931
36105
|
"class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
|
|
@@ -35944,11 +36118,12 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
35944
36118
|
return /*#__PURE__*/React.createElement("div", {
|
|
35945
36119
|
"class": "row m-0 w-100 d-flex justify-content-center align-items-center"
|
|
35946
36120
|
}, /*#__PURE__*/React.createElement("div", {
|
|
35947
|
-
"class": 'col-lg-12 p-0 d-flex justify-content-center',
|
|
36121
|
+
"class": 'col-lg-12 p-0 d-flex justify-content-center h-sm-auto',
|
|
35948
36122
|
style: {
|
|
35949
36123
|
height: sectionproperties.height + 'vh'
|
|
35950
36124
|
}
|
|
35951
36125
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36126
|
+
"class": "h-sm-auto pl-sm-2 pr-sm-2",
|
|
35952
36127
|
style: {
|
|
35953
36128
|
position: 'relative',
|
|
35954
36129
|
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
@@ -35959,7 +36134,10 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
35959
36134
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
35960
36135
|
marginTop: sectionproperties.marginTop + 'px',
|
|
35961
36136
|
height: sectionproperties.height + 'vh',
|
|
35962
|
-
overflow: 'hidden'
|
|
36137
|
+
overflow: 'hidden',
|
|
36138
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
36139
|
+
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
36140
|
+
background: sectionproperties.backgroundColor
|
|
35963
36141
|
}
|
|
35964
36142
|
}, /*#__PURE__*/React.createElement(Slide, _extends({}, Slideshowsettings, {
|
|
35965
36143
|
transitionDuration: 1500,
|
|
@@ -35968,7 +36146,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
35968
36146
|
easing: "ease"
|
|
35969
36147
|
}), Object.keys(bgimagearrayofobjs).length != 0 && bgimagearrayofobjs.map(function (item, index) {
|
|
35970
36148
|
return /*#__PURE__*/React.createElement("div", {
|
|
35971
|
-
"class": "row m-0 w-100",
|
|
36149
|
+
"class": "row m-0 w-100 h-sm-auto",
|
|
35972
36150
|
style: {
|
|
35973
36151
|
borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
|
|
35974
36152
|
borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
|
|
@@ -36000,7 +36178,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
36000
36178
|
path: item.imageen,
|
|
36001
36179
|
style: {
|
|
36002
36180
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
36003
|
-
objectFit:
|
|
36181
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
36004
36182
|
margin: 0,
|
|
36005
36183
|
padding: 0,
|
|
36006
36184
|
width: '100%',
|
|
@@ -36022,7 +36200,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
36022
36200
|
publicKey: IKpublicKey,
|
|
36023
36201
|
path: item.image_resp_en,
|
|
36024
36202
|
style: {
|
|
36025
|
-
objectFit: '
|
|
36203
|
+
objectFit: 'contain',
|
|
36026
36204
|
margin: 0,
|
|
36027
36205
|
padding: 0,
|
|
36028
36206
|
width: '100%',
|
|
@@ -38022,7 +38200,7 @@ var Card23 = function Card23(props) {
|
|
|
38022
38200
|
var langdetect = props.actions.langdetect;
|
|
38023
38201
|
props.actions.routingcountext;
|
|
38024
38202
|
props.actions.StaticPagesLinksContext;
|
|
38025
|
-
var addtofavoritescontext = props.addtofavoritescontext;
|
|
38203
|
+
var addtofavoritescontext = props.actions.addtofavoritescontext;
|
|
38026
38204
|
var setShowProductInfoModalContext = props.actions.setShowProductInfoModalContext;
|
|
38027
38205
|
var setProductIdProdutInfoModalContext = props.actions.setProductIdProdutInfoModalContext;
|
|
38028
38206
|
var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
@@ -38251,7 +38429,7 @@ var Card23 = function Card23(props) {
|
|
|
38251
38429
|
size: sectionproperties.favBtnIconfontsize
|
|
38252
38430
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React.createElement(FaRegHeart, {
|
|
38253
38431
|
size: sectionproperties.favBtnIconfontsize
|
|
38254
|
-
}))), /*#__PURE__*/React.createElement("button", {
|
|
38432
|
+
}))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("button", {
|
|
38255
38433
|
"class": " ".concat(cardsstyles2.showmodal),
|
|
38256
38434
|
onClick: function onClick(e) {
|
|
38257
38435
|
e.stopPropagation();
|
|
@@ -38286,7 +38464,7 @@ var Card23 = function Card23(props) {
|
|
|
38286
38464
|
size: sectionproperties.favBtnIconfontsize
|
|
38287
38465
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React.createElement(FaRegHeart, {
|
|
38288
38466
|
size: sectionproperties.favBtnIconfontsize
|
|
38289
|
-
}))), /*#__PURE__*/React.createElement("button", {
|
|
38467
|
+
}))), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("button", {
|
|
38290
38468
|
"class": " ".concat(cardsstyles2.showmodal),
|
|
38291
38469
|
onClick: function onClick(e) {
|
|
38292
38470
|
e.stopPropagation();
|
|
@@ -39343,7 +39521,7 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
39343
39521
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|
|
39344
39522
|
}
|
|
39345
39523
|
}, /*#__PURE__*/React.createElement("div", {
|
|
39346
|
-
"class": "".concat(categorycard_cssstyles.categoryCard, " ").concat(cardstyles$6.categoryCard) + ' w-100 ',
|
|
39524
|
+
"class": "".concat(categorycard_cssstyles.categoryCard, " ").concat(cardstyles$6.categoryCard) + ' w-100 h-sm-auto ',
|
|
39347
39525
|
onClick: function onClick() {
|
|
39348
39526
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
39349
39527
|
}
|