tabexseriescomponents 0.0.103 → 0.0.104
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 +81 -92
- package/dist/index.esm.js +78 -89
- package/dist/index.umd.js +81 -92
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -27,7 +27,7 @@ var CgShoppingBag = require('@react-icons/all-files/cg/CgShoppingBag');
|
|
|
27
27
|
var FaRegHeart = require('@react-icons/all-files/fa/FaRegHeart');
|
|
28
28
|
var FaHeart = require('@react-icons/all-files/fa/FaHeart');
|
|
29
29
|
var FiShoppingBag = require('@react-icons/all-files/fi/FiShoppingBag');
|
|
30
|
-
var FiShoppingCart
|
|
30
|
+
var FiShoppingCart = require('@react-icons/all-files/fi/FiShoppingCart');
|
|
31
31
|
var AiFillStar = require('@react-icons/all-files/ai/AiFillStar');
|
|
32
32
|
var AiOutlineStar = require('@react-icons/all-files/ai/AiOutlineStar');
|
|
33
33
|
var RiSecurePaymentLine = require('@react-icons/all-files/ri/RiSecurePaymentLine');
|
|
@@ -71,6 +71,7 @@ var RiSearchLine = require('@react-icons/all-files/ri/RiSearchLine');
|
|
|
71
71
|
var CgMenuLeft = require('@react-icons/all-files/cg/CgMenuLeft');
|
|
72
72
|
var CgMenuRight = require('@react-icons/all-files/cg/CgMenuRight');
|
|
73
73
|
var HiOutlineShoppingBag = require('@react-icons/all-files/hi/HiOutlineShoppingBag');
|
|
74
|
+
var RiHandbagLine = require('@react-icons/all-files/ri/RiHandbagLine');
|
|
74
75
|
var MdKeyboardArrowDown = require('@react-icons/all-files/md/MdKeyboardArrowDown');
|
|
75
76
|
var GoSearch = require('@react-icons/all-files/go/GoSearch');
|
|
76
77
|
var FiUser = require('@react-icons/all-files/fi/FiUser');
|
|
@@ -84,7 +85,7 @@ var BsSearch = require('@react-icons/all-files/bs/BsSearch');
|
|
|
84
85
|
var AiFillInstagram = require('@react-icons/all-files/ai/AiFillInstagram');
|
|
85
86
|
var FaWhatsapp = require('@react-icons/all-files/fa/FaWhatsapp');
|
|
86
87
|
var AiOutlineInstagram = require('@react-icons/all-files/ai/AiOutlineInstagram');
|
|
87
|
-
var BsInfoCircle
|
|
88
|
+
var BsInfoCircle = require('@react-icons/all-files/bs/BsInfoCircle');
|
|
88
89
|
var AiFillPhone = require('@react-icons/all-files/ai/AiFillPhone');
|
|
89
90
|
var AiOutlineClockCircle = require('@react-icons/all-files/ai/AiOutlineClockCircle');
|
|
90
91
|
var IoClose = require('@react-icons/all-files/io5/IoClose');
|
|
@@ -92,7 +93,7 @@ var MdKeyboardArrowUp$1 = require('@react-icons/all-files/md/MdKeyboardArrowUp')
|
|
|
92
93
|
var FaPhoneAlt = require('@react-icons/all-files/fa/FaPhoneAlt');
|
|
93
94
|
var FaPhone = require('@react-icons/all-files/fa/FaPhone');
|
|
94
95
|
var GoLocation = require('@react-icons/all-files/go/GoLocation');
|
|
95
|
-
var AiOutlinePhone
|
|
96
|
+
var AiOutlinePhone = require('@react-icons/all-files/ai/AiOutlinePhone');
|
|
96
97
|
var HiOutlineClock = require('@react-icons/all-files/hi/HiOutlineClock');
|
|
97
98
|
var HiOutlinePlus = require('@react-icons/all-files/hi/HiOutlinePlus');
|
|
98
99
|
var AiOutlineMinus = require('@react-icons/all-files/ai/AiOutlineMinus');
|
|
@@ -107,7 +108,6 @@ var IoIosArrowRoundBack = require('@react-icons/all-files/io/IoIosArrowRoundBack
|
|
|
107
108
|
var BackgroundSlideshow = require('react-background-slideshow');
|
|
108
109
|
var _extends = require('@babel/runtime/helpers/extends');
|
|
109
110
|
var reactSlideshowImage = require('react-slideshow-image');
|
|
110
|
-
var RiHandbagLine = require('@react-icons/all-files/ri/RiHandbagLine');
|
|
111
111
|
var BiTimeFive = require('@react-icons/all-files/bi/BiTimeFive');
|
|
112
112
|
var BsEye = require('@react-icons/all-files/bs/BsEye');
|
|
113
113
|
var IoIosArrowUp = require('@react-icons/all-files/io/IoIosArrowUp');
|
|
@@ -1670,7 +1670,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1670
1670
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(IoBagHandleOutline.IoBagHandleOutline, {
|
|
1671
1671
|
className: "",
|
|
1672
1672
|
size: sectionproperties.cartBtn_iconFontSize
|
|
1673
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
1673
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
1674
1674
|
className: "",
|
|
1675
1675
|
size: sectionproperties.cartBtn_iconFontSize
|
|
1676
1676
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -1994,7 +1994,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
1994
1994
|
ischecked: currentchecked == 'previousorders' ? true : false,
|
|
1995
1995
|
icon: /*#__PURE__*/React__default["default"].createElement("i", {
|
|
1996
1996
|
className: "h-100 d-flex align-items-center justify-content-center"
|
|
1997
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
1997
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null)),
|
|
1998
1998
|
Isvisible: authdetailsContext.loggedin
|
|
1999
1999
|
}, {
|
|
2000
2000
|
tabname: lang.policies,
|
|
@@ -2164,7 +2164,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
2164
2164
|
}
|
|
2165
2165
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
2166
2166
|
className: "".concat(styles.generalbtn) + ' d-flex align-items-center justify-content-center '
|
|
2167
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
2167
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
2168
2168
|
size: 18,
|
|
2169
2169
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
2170
2170
|
}), langdetect == 'en' ? 'My Cart' : 'حقيبة التسوق')))), navigationstyle == 'Upper Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -3536,7 +3536,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
3536
3536
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(IoBagHandleOutline.IoBagHandleOutline, {
|
|
3537
3537
|
className: "",
|
|
3538
3538
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3539
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
3539
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
3540
3540
|
className: "",
|
|
3541
3541
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3542
3542
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -7221,7 +7221,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
7221
7221
|
}
|
|
7222
7222
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
7223
7223
|
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
|
|
7224
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
7225
7225
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7226
7226
|
})), 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
7227
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -7322,7 +7322,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
7322
7322
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(IoBagHandleOutline.IoBagHandleOutline, {
|
|
7323
7323
|
className: "",
|
|
7324
7324
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7325
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
7325
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
7326
7326
|
className: "",
|
|
7327
7327
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7328
7328
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -8398,7 +8398,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8398
8398
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
8399
8399
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8400
8400
|
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
|
|
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.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
8402
8402
|
className: "ml-2 mr-2"
|
|
8403
8403
|
}, lang.viewcart))))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
|
|
8404
8404
|
style: {
|
|
@@ -8433,7 +8433,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8433
8433
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
8434
8434
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8435
8435
|
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(
|
|
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(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
8437
|
className: langdetect == 'en' ? 'ml-2' : 'mr-2'
|
|
8438
8438
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
8439
8439
|
style: {
|
|
@@ -8521,9 +8521,9 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8521
8521
|
size: sectionproperties.cartBtniconresp_size
|
|
8522
8522
|
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
|
|
8523
8523
|
size: sectionproperties.cartBtniconresp_size
|
|
8524
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(
|
|
8524
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
8525
8525
|
size: sectionproperties.cartBtniconresp_size
|
|
8526
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
8526
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
8527
8527
|
size: sectionproperties.cartBtniconresp_size
|
|
8528
8528
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
8529
8529
|
size: sectionproperties.cartBtniconresp_size
|
|
@@ -9128,7 +9128,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9128
9128
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9129
9129
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
9130
9130
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9131
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
9131
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
9132
9132
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9133
9133
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
9134
9134
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -9205,7 +9205,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9205
9205
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9206
9206
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
9207
9207
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9208
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
9208
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
9209
9209
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9210
9210
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
9211
9211
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -9824,7 +9824,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
9824
9824
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
9825
9825
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
9826
9826
|
"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
|
|
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.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
9828
9828
|
"class": "ml-2 mr-2"
|
|
9829
9829
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
9830
9830
|
onClick: function onClick() {
|
|
@@ -9890,7 +9890,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
9890
9890
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9891
9891
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
9892
9892
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9893
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
9893
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
9894
9894
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9895
9895
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
9896
9896
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -10082,9 +10082,9 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
10082
10082
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10083
10083
|
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
|
|
10084
10084
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10085
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(
|
|
10085
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
10086
10086
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10087
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
10087
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
10088
10088
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10089
10089
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
10090
10090
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -10522,7 +10522,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10522
10522
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10523
10523
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
10524
10524
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10525
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
10525
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
10526
10526
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10527
10527
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
10528
10528
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -10611,7 +10611,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10611
10611
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10612
10612
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
10613
10613
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10614
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
10614
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
10615
10615
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10616
10616
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
10617
10617
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -11285,7 +11285,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11285
11285
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
11286
11286
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
11287
11287
|
"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
|
|
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.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
11289
11289
|
"class": "ml-2 mr-2"
|
|
11290
11290
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
11291
11291
|
onClick: function onClick() {
|
|
@@ -11353,7 +11353,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11353
11353
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11354
11354
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
11355
11355
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11356
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
11356
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
11357
11357
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11358
11358
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
11359
11359
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -12037,7 +12037,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12037
12037
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
12038
12038
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12039
12039
|
"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
|
|
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.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
12041
12041
|
"class": "ml-2 mr-2"
|
|
12042
12042
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
12043
12043
|
onClick: function onClick() {
|
|
@@ -12103,7 +12103,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12103
12103
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12104
12104
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
12105
12105
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12106
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
12106
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
12107
12107
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12108
12108
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
12109
12109
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -12615,7 +12615,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
12615
12615
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
12616
12616
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
12617
12617
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
12618
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart, {
|
|
12618
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
12619
12619
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
12620
12620
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
12621
12621
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -13298,7 +13298,7 @@ var Header8 = function Header8(props) {
|
|
|
13298
13298
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
13299
13299
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
13300
13300
|
"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
|
|
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.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
13302
13302
|
"class": "ml-2 mr-2"
|
|
13303
13303
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
13304
13304
|
style: {
|
|
@@ -13394,7 +13394,7 @@ var Header8 = function Header8(props) {
|
|
|
13394
13394
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13395
13395
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
13396
13396
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13397
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
13397
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
13398
13398
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13399
13399
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
13400
13400
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -13964,7 +13964,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
13964
13964
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
13965
13965
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
13966
13966
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
13967
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
13967
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
13968
13968
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
13969
13969
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
13970
13970
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -14048,7 +14048,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14048
14048
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
14049
14049
|
"class": "",
|
|
14050
14050
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14051
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
14051
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
14052
14052
|
"class": "",
|
|
14053
14053
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14054
14054
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -14063,7 +14063,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14063
14063
|
"class": langdetect == 'en' ? 'informationdropdown informationdropdown_en' : 'informationdropdown informationdropdown_ar'
|
|
14064
14064
|
}, /*#__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
14065
|
"class": header_cssstyles.infoiconcontainer + ' allcentered '
|
|
14066
|
-
}, /*#__PURE__*/React__default["default"].createElement(BsInfoCircle
|
|
14066
|
+
}, /*#__PURE__*/React__default["default"].createElement(BsInfoCircle.BsInfoCircle, {
|
|
14067
14067
|
size: sectionproperties.icontextfontsize
|
|
14068
14068
|
}))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Header, {
|
|
14069
14069
|
style: {
|
|
@@ -14829,7 +14829,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
14829
14829
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
14830
14830
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
14831
14831
|
"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
|
|
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.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
14833
14833
|
"class": "ml-2 mr-2"
|
|
14834
14834
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
14835
14835
|
onClick: function onClick() {
|
|
@@ -14899,7 +14899,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
14899
14899
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14900
14900
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
14901
14901
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14902
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
14902
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
14903
14903
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14904
14904
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
14905
14905
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -15458,7 +15458,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
15458
15458
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15459
15459
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
15460
15460
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15461
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
15461
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
15462
15462
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15463
15463
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
15464
15464
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -15560,7 +15560,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
15560
15560
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
15561
15561
|
"class": "",
|
|
15562
15562
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15563
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
15563
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
15564
15564
|
"class": "",
|
|
15565
15565
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15566
15566
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -16160,7 +16160,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16160
16160
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
16161
16161
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16162
16162
|
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
|
|
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.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
16164
16164
|
className: "ml-2 mr-2"
|
|
16165
16165
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
16166
16166
|
style: {
|
|
@@ -16290,10 +16290,10 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16290
16290
|
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, {
|
|
16291
16291
|
className: "",
|
|
16292
16292
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16293
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(
|
|
16293
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
16294
16294
|
className: "",
|
|
16295
16295
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16296
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
16296
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
16297
16297
|
className: "",
|
|
16298
16298
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16299
16299
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -16984,7 +16984,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
16984
16984
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
16985
16985
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16986
16986
|
"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
|
|
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.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
16988
16988
|
"class": "ml-2 mr-2"
|
|
16989
16989
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
16990
16990
|
onClick: function onClick() {
|
|
@@ -17167,7 +17167,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
17167
17167
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17168
17168
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
17169
17169
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17170
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
17170
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
17171
17171
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17172
17172
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
17173
17173
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -17918,7 +17918,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
17918
17918
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
17919
17919
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
17920
17920
|
"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
|
|
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.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
17922
17922
|
"class": "ml-2 mr-2"
|
|
17923
17923
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
17924
17924
|
onClick: function onClick() {
|
|
@@ -17988,7 +17988,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
17988
17988
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17989
17989
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
17990
17990
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17991
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
17991
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
17992
17992
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17993
17993
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
17994
17994
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -18475,7 +18475,8 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18475
18475
|
"class": "row w-100 ml-0 mr-0 d-flex justify-content-center",
|
|
18476
18476
|
style: {
|
|
18477
18477
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
18478
|
-
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
18478
|
+
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
18479
|
+
zIndex: 1000
|
|
18479
18480
|
}
|
|
18480
18481
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18481
18482
|
"class": "".concat(header_cssstyles.header_outercontainer) + ' d-flex d-md-none row ml-0 mr-0 '
|
|
@@ -18725,7 +18726,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18725
18726
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18726
18727
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
18727
18728
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18728
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
18729
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
18729
18730
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18730
18731
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
18731
18732
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -18813,7 +18814,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18813
18814
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
18814
18815
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
18815
18816
|
"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(
|
|
18817
|
+
}, 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
18818
|
"class": "ml-2 mr-2"
|
|
18818
18819
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
18819
18820
|
onClick: function onClick() {
|
|
@@ -19272,19 +19273,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19272
19273
|
"class": "col-lg-4 d-flex align-items-center p-0"
|
|
19273
19274
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19274
19275
|
"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", {
|
|
19276
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
19288
19277
|
"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
19278
|
onClick: function onClick() {
|
|
19290
19279
|
if (langdetect == 'en') {
|
|
@@ -19484,7 +19473,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19484
19473
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19485
19474
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
19486
19475
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19487
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
19476
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
19488
19477
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19489
19478
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
19490
19479
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -19565,7 +19554,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19565
19554
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19566
19555
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
19567
19556
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19568
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
19557
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
19569
19558
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19570
19559
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
19571
19560
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -20091,7 +20080,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
20091
20080
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20092
20081
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
20093
20082
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20094
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
20083
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
20095
20084
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20096
20085
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
20097
20086
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -20146,7 +20135,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
20146
20135
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20147
20136
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
20148
20137
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20149
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
20138
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
20150
20139
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20151
20140
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
20152
20141
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -20851,7 +20840,7 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20851
20840
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
20852
20841
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
20853
20842
|
"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
|
|
20843
|
+
}, 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
20844
|
"class": "ml-2 mr-2"
|
|
20856
20845
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
20857
20846
|
onClick: function onClick() {
|
|
@@ -20948,7 +20937,7 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20948
20937
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20949
20938
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
20950
20939
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20951
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
20940
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
20952
20941
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20953
20942
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart, {
|
|
20954
20943
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -21377,7 +21366,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21377
21366
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
|
|
21378
21367
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21379
21368
|
"class": "row m-0 w-100 "
|
|
21380
|
-
},
|
|
21369
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21381
21370
|
"class": ' col-lg-12 d-flex align-items-center p-0 '
|
|
21382
21371
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21383
21372
|
"class": header_cssstyles.upperheadersection + ' w-100 plr-1025-0 '
|
|
@@ -21410,7 +21399,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21410
21399
|
}
|
|
21411
21400
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
21412
21401
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
21413
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
21402
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
21414
21403
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
21415
21404
|
size: sectionproperties.footerinfotext_fontsize
|
|
21416
21405
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -21550,7 +21539,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21550
21539
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
21551
21540
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21552
21541
|
"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
|
|
21542
|
+
}, 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
21543
|
"class": "ml-2 mr-2"
|
|
21555
21544
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
21556
21545
|
style: {
|
|
@@ -21580,7 +21569,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21580
21569
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
21581
21570
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21582
21571
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
21583
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
21572
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineSecurityScan.AiOutlineSecurityScan, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
21584
21573
|
"class": "ml-2 mr-2"
|
|
21585
21574
|
}, lang.policies)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, {
|
|
21586
21575
|
style: {
|
|
@@ -21640,7 +21629,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21640
21629
|
"class": "ml-2 mr-2"
|
|
21641
21630
|
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
21642
21631
|
"class": "m-0 p-0"
|
|
21643
|
-
}, "En")))))))),
|
|
21632
|
+
}, "En")))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21644
21633
|
"class": "col-lg-12 d-flex align-items-center p-0"
|
|
21645
21634
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21646
21635
|
"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 +21753,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21764
21753
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21765
21754
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, {
|
|
21766
21755
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21767
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
21756
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
21768
21757
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21769
21758
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
21770
21759
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -22002,7 +21991,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
22002
21991
|
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
22003
21992
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
22004
21993
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
22005
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
21994
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
22006
21995
|
size: parseInt(sectionproperties.iconcontainer_iconfontsize) + 5
|
|
22007
21996
|
}))), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22008
21997
|
"class": "".concat(footerStyles.textStyles) + ' p-0 m-0 ',
|
|
@@ -23428,7 +23417,7 @@ var Footer4 = function Footer4(props) {
|
|
|
23428
23417
|
}
|
|
23429
23418
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23430
23419
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
23431
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
23420
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
23432
23421
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
23433
23422
|
size: 20
|
|
23434
23423
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -24010,7 +23999,7 @@ var Footer5 = function Footer5(props) {
|
|
|
24010
23999
|
}
|
|
24011
24000
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
24012
24001
|
className: "h-100 d-flex justify-content-center align-items-center"
|
|
24013
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
24002
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
24014
24003
|
className: langdetect == 'en' ? 'mr-2 storeinfotext' : 'ml-2 storeinfotext',
|
|
24015
24004
|
size: 20
|
|
24016
24005
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -24214,7 +24203,7 @@ var Footer6 = function Footer6(props) {
|
|
|
24214
24203
|
className: "row m-0 w-100"
|
|
24215
24204
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
24216
24205
|
className: "col-lg-12 d-flex justify-content-start align-items-center flex-row"
|
|
24217
|
-
}, /*#__PURE__*/React__default["default"].createElement(BsInfoCircle, {
|
|
24206
|
+
}, /*#__PURE__*/React__default["default"].createElement(BsInfoCircle.BsInfoCircle, {
|
|
24218
24207
|
className: footerStyles.icon,
|
|
24219
24208
|
size: 18
|
|
24220
24209
|
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -24656,7 +24645,7 @@ var Footer7 = function Footer7(props) {
|
|
|
24656
24645
|
}
|
|
24657
24646
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
24658
24647
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
24659
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
24648
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
24660
24649
|
className: langdetect == 'en' ? ' mr-2 ' : ' ml-2 ',
|
|
24661
24650
|
size: 20
|
|
24662
24651
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -24878,7 +24867,7 @@ var Simplefooter = function Simplefooter(props) {
|
|
|
24878
24867
|
}
|
|
24879
24868
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
24880
24869
|
className: "h-100 d-flex justify-content-center align-items-center"
|
|
24881
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone, {
|
|
24870
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
24882
24871
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
24883
24872
|
size: 20
|
|
24884
24873
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -25131,7 +25120,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
25131
25120
|
}
|
|
25132
25121
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
25133
25122
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
25134
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone
|
|
25123
|
+
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
25135
25124
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
25136
25125
|
size: 20
|
|
25137
25126
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -34680,7 +34669,7 @@ var Card21 = function Card21(props) {
|
|
|
34680
34669
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34681
34670
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
34682
34671
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34683
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
34672
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
34684
34673
|
"class": "",
|
|
34685
34674
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34686
34675
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -34729,7 +34718,7 @@ var Card21 = function Card21(props) {
|
|
|
34729
34718
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34730
34719
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
34731
34720
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34732
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
34721
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
34733
34722
|
"class": "",
|
|
34734
34723
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34735
34724
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -35338,7 +35327,7 @@ var Card23 = function Card23(props) {
|
|
|
35338
35327
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35339
35328
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
35340
35329
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35341
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
35330
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
35342
35331
|
"class": "",
|
|
35343
35332
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35344
35333
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -35600,7 +35589,7 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
35600
35589
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35601
35590
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
35602
35591
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35603
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
35592
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
35604
35593
|
"class": "",
|
|
35605
35594
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35606
35595
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -35649,7 +35638,7 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
35649
35638
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35650
35639
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
35651
35640
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35652
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
35641
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
35653
35642
|
"class": "",
|
|
35654
35643
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35655
35644
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -36167,7 +36156,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
36167
36156
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36168
36157
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
36169
36158
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36170
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
36159
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
36171
36160
|
"class": "",
|
|
36172
36161
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36173
36162
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -38153,7 +38142,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
38153
38142
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38154
38143
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
38155
38144
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38156
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
38145
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
38157
38146
|
"class": "",
|
|
38158
38147
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38159
38148
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -38265,7 +38254,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
38265
38254
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38266
38255
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
38267
38256
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38268
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
38257
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
38269
38258
|
"class": "",
|
|
38270
38259
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38271
38260
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -39085,7 +39074,7 @@ var ModernProductCard = function ModernProductCard(props) {
|
|
|
39085
39074
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39086
39075
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
39087
39076
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39088
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
39077
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
39089
39078
|
"class": "",
|
|
39090
39079
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39091
39080
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -39298,7 +39287,7 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
39298
39287
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39299
39288
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
39300
39289
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39301
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
39290
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
39302
39291
|
"class": "",
|
|
39303
39292
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39304
39293
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -40892,7 +40881,7 @@ var Productcard7 = function Productcard7(props) {
|
|
|
40892
40881
|
size: sectionproperties.cartBtn_iconFontSize
|
|
40893
40882
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
40894
40883
|
size: sectionproperties.cartBtn_iconFontSize
|
|
40895
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
40884
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
40896
40885
|
"class": "",
|
|
40897
40886
|
size: sectionproperties.cartBtn_iconFontSize
|
|
40898
40887
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -41915,7 +41904,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
41915
41904
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41916
41905
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
41917
41906
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41918
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
41907
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
41919
41908
|
"class": "",
|
|
41920
41909
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41921
41910
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -42234,7 +42223,7 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
42234
42223
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42235
42224
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
42236
42225
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42237
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
42226
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
42238
42227
|
"class": "",
|
|
42239
42228
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42240
42229
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|
|
@@ -42458,7 +42447,7 @@ var ProductCardWithTextOnImage = function ProductCardWithTextOnImage(props) {
|
|
|
42458
42447
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42459
42448
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(RiHandbagLine.RiHandbagLine, {
|
|
42460
42449
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42461
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart
|
|
42450
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, {
|
|
42462
42451
|
"class": "",
|
|
42463
42452
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42464
42453
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart$1.MdAddShoppingCart, {
|