tabexseriescomponents 0.0.103 → 0.0.105
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 +116 -95
- package/dist/index.esm.js +112 -92
- package/dist/index.umd.js +115 -95
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -18,6 +18,7 @@ var FacebookLogin = require('react-facebook-login/dist/facebook-login-render-pro
|
|
|
18
18
|
var FaFacebookF = require('@react-icons/all-files/fa/FaFacebookF');
|
|
19
19
|
var AiOutlineUser = require('@react-icons/all-files/ai/AiOutlineUser');
|
|
20
20
|
var ImageGallery = require('react-image-gallery');
|
|
21
|
+
var ShowMoreText = require('react-show-more-text');
|
|
21
22
|
var reactRouter = require('react-router');
|
|
22
23
|
var imagekitioReact = require('imagekitio-react');
|
|
23
24
|
var MdAddShoppingCart$1 = require('@react-icons/all-files/md/MdAddShoppingCart');
|
|
@@ -27,7 +28,7 @@ var CgShoppingBag = require('@react-icons/all-files/cg/CgShoppingBag');
|
|
|
27
28
|
var FaRegHeart = require('@react-icons/all-files/fa/FaRegHeart');
|
|
28
29
|
var FaHeart = require('@react-icons/all-files/fa/FaHeart');
|
|
29
30
|
var FiShoppingBag = require('@react-icons/all-files/fi/FiShoppingBag');
|
|
30
|
-
var FiShoppingCart
|
|
31
|
+
var FiShoppingCart = require('@react-icons/all-files/fi/FiShoppingCart');
|
|
31
32
|
var AiFillStar = require('@react-icons/all-files/ai/AiFillStar');
|
|
32
33
|
var AiOutlineStar = require('@react-icons/all-files/ai/AiOutlineStar');
|
|
33
34
|
var RiSecurePaymentLine = require('@react-icons/all-files/ri/RiSecurePaymentLine');
|
|
@@ -71,6 +72,7 @@ var RiSearchLine = require('@react-icons/all-files/ri/RiSearchLine');
|
|
|
71
72
|
var CgMenuLeft = require('@react-icons/all-files/cg/CgMenuLeft');
|
|
72
73
|
var CgMenuRight = require('@react-icons/all-files/cg/CgMenuRight');
|
|
73
74
|
var HiOutlineShoppingBag = require('@react-icons/all-files/hi/HiOutlineShoppingBag');
|
|
75
|
+
var RiHandbagLine = require('@react-icons/all-files/ri/RiHandbagLine');
|
|
74
76
|
var MdKeyboardArrowDown = require('@react-icons/all-files/md/MdKeyboardArrowDown');
|
|
75
77
|
var GoSearch = require('@react-icons/all-files/go/GoSearch');
|
|
76
78
|
var FiUser = require('@react-icons/all-files/fi/FiUser');
|
|
@@ -84,7 +86,7 @@ var BsSearch = require('@react-icons/all-files/bs/BsSearch');
|
|
|
84
86
|
var AiFillInstagram = require('@react-icons/all-files/ai/AiFillInstagram');
|
|
85
87
|
var FaWhatsapp = require('@react-icons/all-files/fa/FaWhatsapp');
|
|
86
88
|
var AiOutlineInstagram = require('@react-icons/all-files/ai/AiOutlineInstagram');
|
|
87
|
-
var BsInfoCircle
|
|
89
|
+
var BsInfoCircle = require('@react-icons/all-files/bs/BsInfoCircle');
|
|
88
90
|
var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
|
|
89
91
|
var AiOutlineClockCircle = require('@react-icons/all-files/ai/AiOutlineClockCircle');
|
|
90
92
|
var IoClose = require('@react-icons/all-files/io5/IoClose');
|
|
@@ -92,7 +94,7 @@ var MdKeyboardArrowUp$1 = require('@react-icons/all-files/md/MdKeyboardArrowUp')
|
|
|
92
94
|
var FaPhoneAlt = require('@react-icons/all-files/fa/FaPhoneAlt');
|
|
93
95
|
var FaPhone = require('@react-icons/all-files/fa/FaPhone');
|
|
94
96
|
var GoLocation = require('@react-icons/all-files/go/GoLocation');
|
|
95
|
-
var AiOutlinePhone
|
|
97
|
+
var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
|
|
96
98
|
var HiOutlineClock = require('@react-icons/all-files/hi/HiOutlineClock');
|
|
97
99
|
var HiOutlinePlus = require('@react-icons/all-files/hi/HiOutlinePlus');
|
|
98
100
|
var AiOutlineMinus = require('@react-icons/all-files/ai/AiOutlineMinus');
|
|
@@ -107,7 +109,6 @@ var IoIosArrowRoundBack = require('@react-icons/all-files/io/IoIosArrowRoundBack
|
|
|
107
109
|
var BackgroundSlideshow = require('react-background-slideshow');
|
|
108
110
|
var _extends = require('@babel/runtime/helpers/extends');
|
|
109
111
|
var reactSlideshowImage = require('react-slideshow-image');
|
|
110
|
-
var RiHandbagLine = require('@react-icons/all-files/ri/RiHandbagLine');
|
|
111
112
|
var BiTimeFive = require('@react-icons/all-files/bi/BiTimeFive');
|
|
112
113
|
var BsEye = require('@react-icons/all-files/bs/BsEye');
|
|
113
114
|
var IoIosArrowUp = require('@react-icons/all-files/io/IoIosArrowUp');
|
|
@@ -147,6 +148,7 @@ var Cookies__default = /*#__PURE__*/_interopDefaultLegacy(Cookies);
|
|
|
147
148
|
var jwtDecode__default = /*#__PURE__*/_interopDefaultLegacy(jwtDecode);
|
|
148
149
|
var FacebookLogin__default = /*#__PURE__*/_interopDefaultLegacy(FacebookLogin);
|
|
149
150
|
var ImageGallery__default = /*#__PURE__*/_interopDefaultLegacy(ImageGallery);
|
|
151
|
+
var ShowMoreText__default = /*#__PURE__*/_interopDefaultLegacy(ShowMoreText);
|
|
150
152
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
|
151
153
|
var TextareaAutosize__default = /*#__PURE__*/_interopDefaultLegacy(TextareaAutosize);
|
|
152
154
|
var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
|
|
@@ -1475,7 +1477,22 @@ var Productinfo = function Productinfo(props) {
|
|
|
1475
1477
|
className: "row m-0 w-100 d-flex flex-column"
|
|
1476
1478
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1477
1479
|
className: "m-0 p-0 text-light font-15 d-flex justify-content-start"
|
|
1478
|
-
}, lang.description, ":")
|
|
1480
|
+
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement(ShowMoreText__default["default"], {
|
|
1481
|
+
lines: 5,
|
|
1482
|
+
more: lang.showmore,
|
|
1483
|
+
less: lang.showless,
|
|
1484
|
+
anchorClass: "my-anchor-css-className",
|
|
1485
|
+
expanded: false,
|
|
1486
|
+
truncatedEndingComponent: '... '
|
|
1487
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1488
|
+
className: 'text-black text-capitalize m-0 p-0 wordbreak',
|
|
1489
|
+
style: {
|
|
1490
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
1491
|
+
},
|
|
1492
|
+
dangerouslySetInnerHTML: {
|
|
1493
|
+
__html: langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.description_en : fetchProductInfoQueryContext.data.data.productinfo.description_ar
|
|
1494
|
+
}
|
|
1495
|
+
})))), langdetect == 'ar' && fetchProductInfoQueryContext.data.data.productinfo.description_ar != '' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1479
1496
|
className: "col-lg-12 p-0 mb-5 d-flex justify-content-center",
|
|
1480
1497
|
style: {
|
|
1481
1498
|
minHeight: '15vh'
|
|
@@ -1484,7 +1501,22 @@ var Productinfo = function Productinfo(props) {
|
|
|
1484
1501
|
className: "row m-0 w-100 d-flex flex-column"
|
|
1485
1502
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1486
1503
|
className: "m-0 p-0 text-light font-15 d-flex justify-content-start"
|
|
1487
|
-
}, lang.description, ":")
|
|
1504
|
+
}, lang.description, ":"), /*#__PURE__*/React__default["default"].createElement(ShowMoreText__default["default"], {
|
|
1505
|
+
lines: 5,
|
|
1506
|
+
more: lang.showmore,
|
|
1507
|
+
less: lang.showless,
|
|
1508
|
+
anchorClass: "my-anchor-css-className",
|
|
1509
|
+
expanded: false,
|
|
1510
|
+
truncatedEndingComponent: '... '
|
|
1511
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1512
|
+
className: 'text-black text-capitalize m-0 p-0 wordbreak',
|
|
1513
|
+
style: {
|
|
1514
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
1515
|
+
},
|
|
1516
|
+
dangerouslySetInnerHTML: {
|
|
1517
|
+
__html: langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.description_en : fetchProductInfoQueryContext.data.data.productinfo.description_ar
|
|
1518
|
+
}
|
|
1519
|
+
})))), fetchProductInfoQueryContext.data.data.productinfo.hasvariants == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1488
1520
|
className: "row m-0 w-100 d-flex align-items-start"
|
|
1489
1521
|
}, fetchProductInfoQueryContext.data.data.productinfo.productoptions.map(function (item, index) {
|
|
1490
1522
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -1579,7 +1611,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1579
1611
|
}
|
|
1580
1612
|
}))));
|
|
1581
1613
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1582
|
-
className: "col-lg-12 p-0 mb-3"
|
|
1614
|
+
className: "col-lg-12 p-0 mb-3 mt-4"
|
|
1583
1615
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1584
1616
|
style: {
|
|
1585
1617
|
width: sectionproperties.availability_width + 'px',
|
|
@@ -1670,7 +1702,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1670
1702
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(IoBagHandleOutline.IoBagHandleOutline, {
|
|
1671
1703
|
className: "",
|
|
1672
1704
|
size: sectionproperties.cartBtn_iconFontSize
|
|
1673
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
1705
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
1674
1706
|
className: "",
|
|
1675
1707
|
size: sectionproperties.cartBtn_iconFontSize
|
|
1676
1708
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -1994,7 +2026,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
1994
2026
|
ischecked: currentchecked == 'previousorders' ? true : false,
|
|
1995
2027
|
icon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
1996
2028
|
className: "h-100 d-flex align-items-center justify-content-center"
|
|
1997
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
2029
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null)),
|
|
1998
2030
|
Isvisible: authdetailsContext.loggedin
|
|
1999
2031
|
}, {
|
|
2000
2032
|
tabname: lang.policies,
|
|
@@ -2164,7 +2196,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
2164
2196
|
}
|
|
2165
2197
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
2166
2198
|
className: "".concat(styles.generalbtn) + ' d-flex align-items-center justify-content-center '
|
|
2167
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
2199
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
2168
2200
|
size: 18,
|
|
2169
2201
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
2170
2202
|
}), langdetect == 'en' ? 'My Cart' : 'حقيبة التسوق')))), navigationstyle == 'Upper Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -3536,7 +3568,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
3536
3568
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(IoBagHandleOutline.IoBagHandleOutline, {
|
|
3537
3569
|
className: "",
|
|
3538
3570
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3539
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
3571
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
3540
3572
|
className: "",
|
|
3541
3573
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3542
3574
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -7221,7 +7253,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
7221
7253
|
}
|
|
7222
7254
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
7223
7255
|
className: langdetect == 'en' ? 'h-100 d-flex align-items-center mr-2' : 'h-100 d-flex align-items-center ml-2'
|
|
7224
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
7256
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
7225
7257
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7226
7258
|
})), lang.shopnow))), fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue10 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue10 === void 0 ? void 0 : (_fetchcustomercartQue11 = _fetchcustomercartQue10.data) === null || _fetchcustomercartQue11 === void 0 ? void 0 : (_fetchcustomercartQue12 = _fetchcustomercartQue11.customercart) === null || _fetchcustomercartQue12 === void 0 ? void 0 : (_fetchcustomercartQue13 = _fetchcustomercartQue12.cartitems) === null || _fetchcustomercartQue13 === void 0 ? void 0 : _fetchcustomercartQue13.map(function (item, index) {
|
|
7227
7259
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -7322,7 +7354,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
7322
7354
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(IoBagHandleOutline.IoBagHandleOutline, {
|
|
7323
7355
|
className: "",
|
|
7324
7356
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7325
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
7357
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
7326
7358
|
className: "",
|
|
7327
7359
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7328
7360
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -8398,7 +8430,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8398
8430
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
8399
8431
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8400
8432
|
className: ' d-flex align-items-center m-0 p-0 '
|
|
8401
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
8433
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
8402
8434
|
className: "ml-2 mr-2"
|
|
8403
8435
|
}, lang.viewcart))))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
|
|
8404
8436
|
style: {
|
|
@@ -8433,7 +8465,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8433
8465
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
8434
8466
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8435
8467
|
className: ' d-flex align-items-center m-0 p-0 '
|
|
8436
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(
|
|
8468
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
8437
8469
|
className: langdetect == 'en' ? 'ml-2' : 'mr-2'
|
|
8438
8470
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
8439
8471
|
style: {
|
|
@@ -8521,9 +8553,9 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8521
8553
|
size: sectionproperties.cartBtniconresp_size
|
|
8522
8554
|
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
|
|
8523
8555
|
size: sectionproperties.cartBtniconresp_size
|
|
8524
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(
|
|
8556
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
8525
8557
|
size: sectionproperties.cartBtniconresp_size
|
|
8526
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
8558
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
8527
8559
|
size: sectionproperties.cartBtniconresp_size
|
|
8528
8560
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
8529
8561
|
size: sectionproperties.cartBtniconresp_size
|
|
@@ -9128,7 +9160,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9128
9160
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9129
9161
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
9130
9162
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9131
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
9163
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
9132
9164
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9133
9165
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
9134
9166
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -9205,7 +9237,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9205
9237
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9206
9238
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
9207
9239
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9208
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
9240
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
9209
9241
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9210
9242
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
9211
9243
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -9824,7 +9856,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
9824
9856
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
9825
9857
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
9826
9858
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
9827
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
9859
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9828
9860
|
"class": "ml-2 mr-2"
|
|
9829
9861
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
9830
9862
|
onClick: function onClick() {
|
|
@@ -9890,7 +9922,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
9890
9922
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9891
9923
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
9892
9924
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9893
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
9925
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
9894
9926
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9895
9927
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
9896
9928
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -10082,9 +10114,9 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
10082
10114
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10083
10115
|
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
|
|
10084
10116
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10085
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(
|
|
10117
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
10086
10118
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10087
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
10119
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
10088
10120
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10089
10121
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
10090
10122
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -10522,7 +10554,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10522
10554
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10523
10555
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
10524
10556
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10525
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
10557
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
10526
10558
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10527
10559
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
10528
10560
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -10611,7 +10643,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10611
10643
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10612
10644
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
10613
10645
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10614
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
10646
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
10615
10647
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10616
10648
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
10617
10649
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -11285,7 +11317,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11285
11317
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
11286
11318
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11287
11319
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
11288
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
11320
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
11289
11321
|
"class": "ml-2 mr-2"
|
|
11290
11322
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
11291
11323
|
onClick: function onClick() {
|
|
@@ -11353,7 +11385,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11353
11385
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11354
11386
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
11355
11387
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11356
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
11388
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
11357
11389
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11358
11390
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
11359
11391
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -12037,7 +12069,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12037
12069
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
12038
12070
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12039
12071
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
12040
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
12072
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
12041
12073
|
"class": "ml-2 mr-2"
|
|
12042
12074
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
12043
12075
|
onClick: function onClick() {
|
|
@@ -12103,7 +12135,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12103
12135
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12104
12136
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
12105
12137
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12106
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
12138
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
12107
12139
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12108
12140
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
12109
12141
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -12615,7 +12647,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
12615
12647
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
12616
12648
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
12617
12649
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
12618
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart, {
|
|
12650
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
12619
12651
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
12620
12652
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
12621
12653
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -13298,7 +13330,7 @@ var Header8 = function Header8(props) {
|
|
|
13298
13330
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
13299
13331
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13300
13332
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
13301
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
13333
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
13302
13334
|
"class": "ml-2 mr-2"
|
|
13303
13335
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
13304
13336
|
style: {
|
|
@@ -13394,7 +13426,7 @@ var Header8 = function Header8(props) {
|
|
|
13394
13426
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13395
13427
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
13396
13428
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13397
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
13429
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
13398
13430
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13399
13431
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
13400
13432
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -13964,7 +13996,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
13964
13996
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
13965
13997
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
13966
13998
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
13967
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
13999
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
13968
14000
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
13969
14001
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
13970
14002
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -14048,7 +14080,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14048
14080
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
14049
14081
|
"class": "",
|
|
14050
14082
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14051
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
14083
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
14052
14084
|
"class": "",
|
|
14053
14085
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14054
14086
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -14063,7 +14095,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14063
14095
|
"class": langdetect == 'en' ? 'informationdropdown informationdropdown_en' : 'informationdropdown informationdropdown_ar'
|
|
14064
14096
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
14065
14097
|
"class": header_cssstyles.infoiconcontainer + ' allcentered '
|
|
14066
|
-
}, /*#__PURE__*/React__default["default"].createElement(BsInfoCircle
|
|
14098
|
+
}, /*#__PURE__*/React__default["default"].createElement(BsInfoCircle.BsInfoCircle, {
|
|
14067
14099
|
size: sectionproperties.icontextfontsize
|
|
14068
14100
|
}))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Header, {
|
|
14069
14101
|
style: {
|
|
@@ -14829,7 +14861,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
14829
14861
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
14830
14862
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
14831
14863
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
14832
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
14864
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14833
14865
|
"class": "ml-2 mr-2"
|
|
14834
14866
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
14835
14867
|
onClick: function onClick() {
|
|
@@ -14899,7 +14931,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
14899
14931
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14900
14932
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
14901
14933
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14902
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
14934
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
14903
14935
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14904
14936
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
14905
14937
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -15458,7 +15490,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
15458
15490
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15459
15491
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
15460
15492
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15461
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
15493
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
15462
15494
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15463
15495
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
15464
15496
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -15560,7 +15592,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
15560
15592
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
15561
15593
|
"class": "",
|
|
15562
15594
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15563
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
15595
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
15564
15596
|
"class": "",
|
|
15565
15597
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15566
15598
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -16160,7 +16192,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16160
16192
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
16161
16193
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16162
16194
|
className: "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
16163
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
16195
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
16164
16196
|
className: "ml-2 mr-2"
|
|
16165
16197
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
16166
16198
|
style: {
|
|
@@ -16290,10 +16322,10 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16290
16322
|
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
|
|
16291
16323
|
className: "",
|
|
16292
16324
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16293
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(
|
|
16325
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
16294
16326
|
className: "",
|
|
16295
16327
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16296
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
16328
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
16297
16329
|
className: "",
|
|
16298
16330
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16299
16331
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -16984,7 +17016,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
16984
17016
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
16985
17017
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16986
17018
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
16987
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
17019
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
16988
17020
|
"class": "ml-2 mr-2"
|
|
16989
17021
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
16990
17022
|
onClick: function onClick() {
|
|
@@ -17167,7 +17199,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
17167
17199
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17168
17200
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
17169
17201
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17170
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
17202
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
17171
17203
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17172
17204
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
17173
17205
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -17918,7 +17950,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
17918
17950
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
17919
17951
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17920
17952
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
17921
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
17953
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
17922
17954
|
"class": "ml-2 mr-2"
|
|
17923
17955
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
17924
17956
|
onClick: function onClick() {
|
|
@@ -17988,7 +18020,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
17988
18020
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17989
18021
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
17990
18022
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17991
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
18023
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
17992
18024
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17993
18025
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
17994
18026
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -18475,7 +18507,8 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18475
18507
|
"class": "row w-100 ml-0 mr-0 d-flex justify-content-center",
|
|
18476
18508
|
style: {
|
|
18477
18509
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
18478
|
-
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
18510
|
+
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
18511
|
+
zIndex: 1000
|
|
18479
18512
|
}
|
|
18480
18513
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18481
18514
|
"class": "".concat(header_cssstyles.header_outercontainer) + ' d-flex d-md-none row ml-0 mr-0 '
|
|
@@ -18725,7 +18758,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18725
18758
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18726
18759
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
18727
18760
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18728
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
18761
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
18729
18762
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18730
18763
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
18731
18764
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -18813,7 +18846,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18813
18846
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
18814
18847
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18815
18848
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
18816
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(
|
|
18849
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18817
18850
|
"class": "ml-2 mr-2"
|
|
18818
18851
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
18819
18852
|
onClick: function onClick() {
|
|
@@ -19272,19 +19305,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19272
19305
|
"class": "col-lg-4 d-flex align-items-center p-0"
|
|
19273
19306
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19274
19307
|
"class": "row m-0 d-flex justify-content-end w-100"
|
|
19275
|
-
},
|
|
19276
|
-
"class": header_cssstyles.fbbtn + ' p-0 allcentered cursor-pointer '
|
|
19277
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaFacebookF.FaFacebookF, {
|
|
19278
|
-
size: sectionproperties.facebkbtnniconfontsize
|
|
19279
|
-
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19280
|
-
"class": header_cssstyles.whatsappbtn + ' p-0 allcentered cursor-pointer '
|
|
19281
|
-
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
19282
|
-
size: sectionproperties.youtubebtniconfontsize
|
|
19283
|
-
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19284
|
-
"class": header_cssstyles.instagrambtn + ' p-0 allcentered cursor-pointer '
|
|
19285
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineInstagram.AiOutlineInstagram, {
|
|
19286
|
-
size: sectionproperties.instgrambtniconfontsize
|
|
19287
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19308
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19288
19309
|
"class": langdetect == 'en' ? "".concat(headerstyles$2.navbar_item) + ' allcentered m-0 cursor-pointer ml-1 ' : "".concat(headerstyles$2.navbar_item) + ' m-0 cursor-pointer mr-1 ',
|
|
19289
19310
|
onClick: function onClick() {
|
|
19290
19311
|
if (langdetect == 'en') {
|
|
@@ -19484,7 +19505,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19484
19505
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19485
19506
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
19486
19507
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19487
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
19508
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
19488
19509
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19489
19510
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
19490
19511
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -19565,7 +19586,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19565
19586
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19566
19587
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
19567
19588
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19568
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
19589
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
19569
19590
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19570
19591
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
19571
19592
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -20091,7 +20112,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
20091
20112
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20092
20113
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
20093
20114
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20094
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
20115
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
20095
20116
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20096
20117
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
20097
20118
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -20146,7 +20167,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
20146
20167
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20147
20168
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
20148
20169
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20149
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
20170
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
20150
20171
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20151
20172
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
20152
20173
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -20851,7 +20872,7 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20851
20872
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
20852
20873
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
20853
20874
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
20854
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
20875
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
20855
20876
|
"class": "ml-2 mr-2"
|
|
20856
20877
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
20857
20878
|
onClick: function onClick() {
|
|
@@ -20948,7 +20969,7 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20948
20969
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20949
20970
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
20950
20971
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20951
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
20972
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
20952
20973
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20953
20974
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart, {
|
|
20954
20975
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -21377,7 +21398,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21377
21398
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
|
|
21378
21399
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21379
21400
|
"class": "row m-0 w-100 "
|
|
21380
|
-
},
|
|
21401
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21381
21402
|
"class": ' col-lg-12 d-flex align-items-center p-0 '
|
|
21382
21403
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21383
21404
|
"class": header_cssstyles.upperheadersection + ' w-100 plr-1025-0 '
|
|
@@ -21410,7 +21431,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21410
21431
|
}
|
|
21411
21432
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
21412
21433
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
21413
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
21434
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
21414
21435
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
21415
21436
|
size: sectionproperties.footerinfotext_fontsize
|
|
21416
21437
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -21550,7 +21571,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21550
21571
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
21551
21572
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21552
21573
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
21553
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
21574
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
21554
21575
|
"class": "ml-2 mr-2"
|
|
21555
21576
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
21556
21577
|
style: {
|
|
@@ -21580,7 +21601,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21580
21601
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
21581
21602
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21582
21603
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
21583
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
21604
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineSecurityScan.AiOutlineSecurityScan, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
21584
21605
|
"class": "ml-2 mr-2"
|
|
21585
21606
|
}, lang.policies)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
21586
21607
|
style: {
|
|
@@ -21640,7 +21661,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21640
21661
|
"class": "ml-2 mr-2"
|
|
21641
21662
|
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21642
21663
|
"class": "m-0 p-0"
|
|
21643
|
-
}, "En")))))))),
|
|
21664
|
+
}, "En")))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21644
21665
|
"class": "col-lg-12 d-flex align-items-center p-0"
|
|
21645
21666
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21646
21667
|
"class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
|
|
@@ -21764,7 +21785,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21764
21785
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21765
21786
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
21766
21787
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21767
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
21788
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
21768
21789
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21769
21790
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
21770
21791
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -22002,7 +22023,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
22002
22023
|
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
22003
22024
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
22004
22025
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
22005
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
22026
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
22006
22027
|
size: parseInt(sectionproperties.iconcontainer_iconfontsize) + 5
|
|
22007
22028
|
}))), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22008
22029
|
"class": "".concat(footerStyles.textStyles) + ' p-0 m-0 ',
|
|
@@ -23428,7 +23449,7 @@ var Footer4 = function Footer4(props) {
|
|
|
23428
23449
|
}
|
|
23429
23450
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23430
23451
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
23431
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
23452
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
23432
23453
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
23433
23454
|
size: 20
|
|
23434
23455
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -24010,7 +24031,7 @@ var Footer5 = function Footer5(props) {
|
|
|
24010
24031
|
}
|
|
24011
24032
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
24012
24033
|
className: "h-100 d-flex justify-content-center align-items-center"
|
|
24013
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
24034
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
24014
24035
|
className: langdetect == 'en' ? 'mr-2 storeinfotext' : 'ml-2 storeinfotext',
|
|
24015
24036
|
size: 20
|
|
24016
24037
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -24214,7 +24235,7 @@ var Footer6 = function Footer6(props) {
|
|
|
24214
24235
|
className: "row m-0 w-100"
|
|
24215
24236
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24216
24237
|
className: "col-lg-12 d-flex justify-content-start align-items-center flex-row"
|
|
24217
|
-
}, /*#__PURE__*/React__default["default"].createElement(BsInfoCircle, {
|
|
24238
|
+
}, /*#__PURE__*/React__default["default"].createElement(BsInfoCircle.BsInfoCircle, {
|
|
24218
24239
|
className: footerStyles.icon,
|
|
24219
24240
|
size: 18
|
|
24220
24241
|
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -24656,7 +24677,7 @@ var Footer7 = function Footer7(props) {
|
|
|
24656
24677
|
}
|
|
24657
24678
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
24658
24679
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
24659
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
24680
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
24660
24681
|
className: langdetect == 'en' ? ' mr-2 ' : ' ml-2 ',
|
|
24661
24682
|
size: 20
|
|
24662
24683
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -24878,7 +24899,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
24878
24899
|
}
|
|
24879
24900
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
24880
24901
|
className: "h-100 d-flex justify-content-center align-items-center"
|
|
24881
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone, {
|
|
24902
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
24882
24903
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
24883
24904
|
size: 20
|
|
24884
24905
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -25131,7 +25152,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
25131
25152
|
}
|
|
25132
25153
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
25133
25154
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
25134
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
25155
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
25135
25156
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
25136
25157
|
size: 20
|
|
25137
25158
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -34680,7 +34701,7 @@ var Card21 = function Card21(props) {
|
|
|
34680
34701
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34681
34702
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
34682
34703
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34683
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
34704
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
34684
34705
|
"class": "",
|
|
34685
34706
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34686
34707
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -34729,7 +34750,7 @@ var Card21 = function Card21(props) {
|
|
|
34729
34750
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34730
34751
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
34731
34752
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34732
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
34753
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
34733
34754
|
"class": "",
|
|
34734
34755
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34735
34756
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -35338,7 +35359,7 @@ var Card23 = function Card23(props) {
|
|
|
35338
35359
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35339
35360
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
35340
35361
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35341
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
35362
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
35342
35363
|
"class": "",
|
|
35343
35364
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35344
35365
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -35600,7 +35621,7 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
35600
35621
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35601
35622
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
35602
35623
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35603
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
35624
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
35604
35625
|
"class": "",
|
|
35605
35626
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35606
35627
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -35649,7 +35670,7 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
35649
35670
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35650
35671
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
35651
35672
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35652
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
35673
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
35653
35674
|
"class": "",
|
|
35654
35675
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35655
35676
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -36167,7 +36188,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
36167
36188
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36168
36189
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
36169
36190
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36170
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
36191
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
36171
36192
|
"class": "",
|
|
36172
36193
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36173
36194
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -38153,7 +38174,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
38153
38174
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38154
38175
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
38155
38176
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38156
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
38177
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
38157
38178
|
"class": "",
|
|
38158
38179
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38159
38180
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -38265,7 +38286,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
38265
38286
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38266
38287
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
38267
38288
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38268
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
38289
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
38269
38290
|
"class": "",
|
|
38270
38291
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38271
38292
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -39085,7 +39106,7 @@ var ModernProductCard = function ModernProductCard(props) {
|
|
|
39085
39106
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39086
39107
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
39087
39108
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39088
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
39109
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
39089
39110
|
"class": "",
|
|
39090
39111
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39091
39112
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -39298,7 +39319,7 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
39298
39319
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39299
39320
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
39300
39321
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39301
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
39322
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
39302
39323
|
"class": "",
|
|
39303
39324
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39304
39325
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -40892,7 +40913,7 @@ var Productcard7 = function Productcard7(props) {
|
|
|
40892
40913
|
size: sectionproperties.cartBtn_iconFontSize
|
|
40893
40914
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
40894
40915
|
size: sectionproperties.cartBtn_iconFontSize
|
|
40895
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
40916
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
40896
40917
|
"class": "",
|
|
40897
40918
|
size: sectionproperties.cartBtn_iconFontSize
|
|
40898
40919
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -41915,7 +41936,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
41915
41936
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41916
41937
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
41917
41938
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41918
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
41939
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
41919
41940
|
"class": "",
|
|
41920
41941
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41921
41942
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -42234,7 +42255,7 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
42234
42255
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42235
42256
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
42236
42257
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42237
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
42258
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
42238
42259
|
"class": "",
|
|
42239
42260
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42240
42261
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -42458,7 +42479,7 @@ var ProductCardWithTextOnImage = function ProductCardWithTextOnImage(props) {
|
|
|
42458
42479
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42459
42480
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
42460
42481
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42461
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
42482
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
42462
42483
|
"class": "",
|
|
42463
42484
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42464
42485
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|