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.esm.js
CHANGED
|
@@ -25,7 +25,7 @@ import { CgShoppingBag } from '@react-icons/all-files/cg/CgShoppingBag';
|
|
|
25
25
|
import { FaRegHeart } from '@react-icons/all-files/fa/FaRegHeart';
|
|
26
26
|
import { FaHeart } from '@react-icons/all-files/fa/FaHeart';
|
|
27
27
|
import { FiShoppingBag } from '@react-icons/all-files/fi/FiShoppingBag';
|
|
28
|
-
import { FiShoppingCart
|
|
28
|
+
import { FiShoppingCart } from '@react-icons/all-files/fi/FiShoppingCart';
|
|
29
29
|
import { AiFillStar } from '@react-icons/all-files/ai/AiFillStar';
|
|
30
30
|
import { AiOutlineStar } from '@react-icons/all-files/ai/AiOutlineStar';
|
|
31
31
|
import { RiSecurePaymentLine } from '@react-icons/all-files/ri/RiSecurePaymentLine';
|
|
@@ -69,6 +69,7 @@ import { RiSearchLine } from '@react-icons/all-files/ri/RiSearchLine';
|
|
|
69
69
|
import { CgMenuLeft } from '@react-icons/all-files/cg/CgMenuLeft';
|
|
70
70
|
import { CgMenuRight } from '@react-icons/all-files/cg/CgMenuRight';
|
|
71
71
|
import { HiOutlineShoppingBag } from '@react-icons/all-files/hi/HiOutlineShoppingBag';
|
|
72
|
+
import { RiHandbagLine } from '@react-icons/all-files/ri/RiHandbagLine';
|
|
72
73
|
import { MdKeyboardArrowDown } from '@react-icons/all-files/md/MdKeyboardArrowDown';
|
|
73
74
|
import { GoSearch } from '@react-icons/all-files/go/GoSearch';
|
|
74
75
|
import { FiUser } from '@react-icons/all-files/fi/FiUser';
|
|
@@ -82,7 +83,7 @@ import { BsSearch } from '@react-icons/all-files/bs/BsSearch';
|
|
|
82
83
|
import { AiFillInstagram } from '@react-icons/all-files/ai/AiFillInstagram';
|
|
83
84
|
import { FaWhatsapp } from '@react-icons/all-files/fa/FaWhatsapp';
|
|
84
85
|
import { AiOutlineInstagram } from '@react-icons/all-files/ai/AiOutlineInstagram';
|
|
85
|
-
import { BsInfoCircle
|
|
86
|
+
import { BsInfoCircle } from '@react-icons/all-files/bs/BsInfoCircle';
|
|
86
87
|
import { AiFillPhone } from '@react-icons/all-files/ai/AiFillPhone';
|
|
87
88
|
import { AiOutlineClockCircle } from '@react-icons/all-files/ai/AiOutlineClockCircle';
|
|
88
89
|
import { IoClose } from '@react-icons/all-files/io5/IoClose';
|
|
@@ -90,7 +91,7 @@ import { MdKeyboardArrowUp as MdKeyboardArrowUp$1 } from '@react-icons/all-files
|
|
|
90
91
|
import { FaPhoneAlt } from '@react-icons/all-files/fa/FaPhoneAlt';
|
|
91
92
|
import { FaPhone } from '@react-icons/all-files/fa/FaPhone';
|
|
92
93
|
import { GoLocation } from '@react-icons/all-files/go/GoLocation';
|
|
93
|
-
import { AiOutlinePhone
|
|
94
|
+
import { AiOutlinePhone } from '@react-icons/all-files/ai/AiOutlinePhone';
|
|
94
95
|
import { HiOutlineClock } from '@react-icons/all-files/hi/HiOutlineClock';
|
|
95
96
|
import { HiOutlinePlus } from '@react-icons/all-files/hi/HiOutlinePlus';
|
|
96
97
|
import { AiOutlineMinus } from '@react-icons/all-files/ai/AiOutlineMinus';
|
|
@@ -105,7 +106,6 @@ import { IoIosArrowRoundBack } from '@react-icons/all-files/io/IoIosArrowRoundBa
|
|
|
105
106
|
import BackgroundSlideshow from 'react-background-slideshow';
|
|
106
107
|
import _extends from '@babel/runtime/helpers/extends';
|
|
107
108
|
import { Fade, Slide, Zoom } from 'react-slideshow-image';
|
|
108
|
-
import { RiHandbagLine } from '@react-icons/all-files/ri/RiHandbagLine';
|
|
109
109
|
import { BiTimeFive } from '@react-icons/all-files/bi/BiTimeFive';
|
|
110
110
|
import { BsEye } from '@react-icons/all-files/bs/BsEye';
|
|
111
111
|
import { IoIosArrowUp } from '@react-icons/all-files/io/IoIosArrowUp';
|
|
@@ -1628,7 +1628,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1628
1628
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(IoBagHandleOutline, {
|
|
1629
1629
|
className: "",
|
|
1630
1630
|
size: sectionproperties.cartBtn_iconFontSize
|
|
1631
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
1631
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
1632
1632
|
className: "",
|
|
1633
1633
|
size: sectionproperties.cartBtn_iconFontSize
|
|
1634
1634
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -1952,7 +1952,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
1952
1952
|
ischecked: currentchecked == 'previousorders' ? true : false,
|
|
1953
1953
|
icon: /*#__PURE__*/React.createElement("i", {
|
|
1954
1954
|
className: "h-100 d-flex align-items-center justify-content-center"
|
|
1955
|
-
}, /*#__PURE__*/React.createElement(FiShoppingCart
|
|
1955
|
+
}, /*#__PURE__*/React.createElement(FiShoppingCart, null)),
|
|
1956
1956
|
Isvisible: authdetailsContext.loggedin
|
|
1957
1957
|
}, {
|
|
1958
1958
|
tabname: lang.policies,
|
|
@@ -2122,7 +2122,7 @@ var Staticpagesrouter = function Staticpagesrouter(props) {
|
|
|
2122
2122
|
}
|
|
2123
2123
|
}, /*#__PURE__*/React.createElement("button", {
|
|
2124
2124
|
className: "".concat(styles.generalbtn) + ' d-flex align-items-center justify-content-center '
|
|
2125
|
-
}, /*#__PURE__*/React.createElement(FiShoppingCart
|
|
2125
|
+
}, /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
2126
2126
|
size: 18,
|
|
2127
2127
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
2128
2128
|
}), langdetect == 'en' ? 'My Cart' : 'حقيبة التسوق')))), navigationstyle == 'Upper Navigation' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -3494,7 +3494,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
3494
3494
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(IoBagHandleOutline, {
|
|
3495
3495
|
className: "",
|
|
3496
3496
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3497
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
3497
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
3498
3498
|
className: "",
|
|
3499
3499
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3500
3500
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -7179,7 +7179,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
7179
7179
|
}
|
|
7180
7180
|
}, /*#__PURE__*/React.createElement("i", {
|
|
7181
7181
|
className: langdetect == 'en' ? 'h-100 d-flex align-items-center mr-2' : 'h-100 d-flex align-items-center ml-2'
|
|
7182
|
-
}, /*#__PURE__*/React.createElement(FiShoppingCart
|
|
7182
|
+
}, /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
7183
7183
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7184
7184
|
})), 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) {
|
|
7185
7185
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -7280,7 +7280,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
7280
7280
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(IoBagHandleOutline, {
|
|
7281
7281
|
className: "",
|
|
7282
7282
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7283
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
7283
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
7284
7284
|
className: "",
|
|
7285
7285
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7286
7286
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -8356,7 +8356,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8356
8356
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
8357
8357
|
}, /*#__PURE__*/React.createElement("p", {
|
|
8358
8358
|
className: ' d-flex align-items-center m-0 p-0 '
|
|
8359
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
8359
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
8360
8360
|
className: "ml-2 mr-2"
|
|
8361
8361
|
}, lang.viewcart))))), authdetailsContext.loggedin && /*#__PURE__*/React.createElement(Dropdown.Menu, {
|
|
8362
8362
|
style: {
|
|
@@ -8391,7 +8391,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8391
8391
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
8392
8392
|
}, /*#__PURE__*/React.createElement("p", {
|
|
8393
8393
|
className: ' d-flex align-items-center m-0 p-0 '
|
|
8394
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(
|
|
8394
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
8395
8395
|
className: langdetect == 'en' ? 'ml-2' : 'mr-2'
|
|
8396
8396
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
8397
8397
|
style: {
|
|
@@ -8479,9 +8479,9 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8479
8479
|
size: sectionproperties.cartBtniconresp_size
|
|
8480
8480
|
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, {
|
|
8481
8481
|
size: sectionproperties.cartBtniconresp_size
|
|
8482
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(
|
|
8482
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
8483
8483
|
size: sectionproperties.cartBtniconresp_size
|
|
8484
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
8484
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
8485
8485
|
size: sectionproperties.cartBtniconresp_size
|
|
8486
8486
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
8487
8487
|
size: sectionproperties.cartBtniconresp_size
|
|
@@ -9086,7 +9086,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9086
9086
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9087
9087
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
9088
9088
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9089
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
9089
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
9090
9090
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9091
9091
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
9092
9092
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -9163,7 +9163,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9163
9163
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9164
9164
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
9165
9165
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9166
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
9166
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
9167
9167
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9168
9168
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
9169
9169
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -9782,7 +9782,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
9782
9782
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
9783
9783
|
}, /*#__PURE__*/React.createElement("p", {
|
|
9784
9784
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
9785
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
9785
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
9786
9786
|
"class": "ml-2 mr-2"
|
|
9787
9787
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
9788
9788
|
onClick: function onClick() {
|
|
@@ -9848,7 +9848,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
9848
9848
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9849
9849
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
9850
9850
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9851
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
9851
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
9852
9852
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9853
9853
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
9854
9854
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -10040,9 +10040,9 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
10040
10040
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10041
10041
|
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, {
|
|
10042
10042
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10043
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(
|
|
10043
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
10044
10044
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10045
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
10045
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
10046
10046
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10047
10047
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
10048
10048
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -10480,7 +10480,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10480
10480
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10481
10481
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
10482
10482
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10483
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
10483
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
10484
10484
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10485
10485
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
10486
10486
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -10569,7 +10569,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10569
10569
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10570
10570
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
10571
10571
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10572
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
10572
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
10573
10573
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10574
10574
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
10575
10575
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -11243,7 +11243,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11243
11243
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
11244
11244
|
}, /*#__PURE__*/React.createElement("p", {
|
|
11245
11245
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
11246
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
11246
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
11247
11247
|
"class": "ml-2 mr-2"
|
|
11248
11248
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
11249
11249
|
onClick: function onClick() {
|
|
@@ -11311,7 +11311,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11311
11311
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11312
11312
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
11313
11313
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11314
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
11314
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
11315
11315
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11316
11316
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
11317
11317
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -11995,7 +11995,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
11995
11995
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
11996
11996
|
}, /*#__PURE__*/React.createElement("p", {
|
|
11997
11997
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
11998
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
11998
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
11999
11999
|
"class": "ml-2 mr-2"
|
|
12000
12000
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
12001
12001
|
onClick: function onClick() {
|
|
@@ -12061,7 +12061,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12061
12061
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12062
12062
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
12063
12063
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12064
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
12064
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
12065
12065
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12066
12066
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
12067
12067
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -13256,7 +13256,7 @@ var Header8 = function Header8(props) {
|
|
|
13256
13256
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
13257
13257
|
}, /*#__PURE__*/React.createElement("p", {
|
|
13258
13258
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
13259
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
13259
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
13260
13260
|
"class": "ml-2 mr-2"
|
|
13261
13261
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
13262
13262
|
style: {
|
|
@@ -13352,7 +13352,7 @@ var Header8 = function Header8(props) {
|
|
|
13352
13352
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13353
13353
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
13354
13354
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13355
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
13355
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
13356
13356
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13357
13357
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
13358
13358
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -13922,7 +13922,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
13922
13922
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
13923
13923
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
13924
13924
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
13925
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
13925
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
13926
13926
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
13927
13927
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
13928
13928
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -14006,7 +14006,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14006
14006
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
14007
14007
|
"class": "",
|
|
14008
14008
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14009
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
14009
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
14010
14010
|
"class": "",
|
|
14011
14011
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14012
14012
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -14021,7 +14021,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14021
14021
|
"class": langdetect == 'en' ? 'informationdropdown informationdropdown_en' : 'informationdropdown informationdropdown_ar'
|
|
14022
14022
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("i", {
|
|
14023
14023
|
"class": header_cssstyles.infoiconcontainer + ' allcentered '
|
|
14024
|
-
}, /*#__PURE__*/React.createElement(BsInfoCircle
|
|
14024
|
+
}, /*#__PURE__*/React.createElement(BsInfoCircle, {
|
|
14025
14025
|
size: sectionproperties.icontextfontsize
|
|
14026
14026
|
}))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, /*#__PURE__*/React.createElement(Dropdown.Header, {
|
|
14027
14027
|
style: {
|
|
@@ -14787,7 +14787,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
14787
14787
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
14788
14788
|
}, /*#__PURE__*/React.createElement("p", {
|
|
14789
14789
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
14790
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
14790
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
14791
14791
|
"class": "ml-2 mr-2"
|
|
14792
14792
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
14793
14793
|
onClick: function onClick() {
|
|
@@ -14857,7 +14857,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
14857
14857
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14858
14858
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
14859
14859
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14860
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
14860
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
14861
14861
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14862
14862
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
14863
14863
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -15416,7 +15416,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
15416
15416
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15417
15417
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
15418
15418
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15419
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
15419
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
15420
15420
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15421
15421
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
15422
15422
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -15518,7 +15518,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
15518
15518
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
15519
15519
|
"class": "",
|
|
15520
15520
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15521
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
15521
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
15522
15522
|
"class": "",
|
|
15523
15523
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15524
15524
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -16118,7 +16118,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16118
16118
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
16119
16119
|
}, /*#__PURE__*/React.createElement("p", {
|
|
16120
16120
|
className: "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
16121
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
16121
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
16122
16122
|
className: "ml-2 mr-2"
|
|
16123
16123
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
16124
16124
|
style: {
|
|
@@ -16248,10 +16248,10 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16248
16248
|
}), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, {
|
|
16249
16249
|
className: "",
|
|
16250
16250
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16251
|
-
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(
|
|
16251
|
+
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
16252
16252
|
className: "",
|
|
16253
16253
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16254
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
16254
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
16255
16255
|
className: "",
|
|
16256
16256
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16257
16257
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -16942,7 +16942,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
16942
16942
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
16943
16943
|
}, /*#__PURE__*/React.createElement("p", {
|
|
16944
16944
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
16945
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
16945
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
16946
16946
|
"class": "ml-2 mr-2"
|
|
16947
16947
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
16948
16948
|
onClick: function onClick() {
|
|
@@ -17125,7 +17125,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
17125
17125
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17126
17126
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
17127
17127
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17128
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
17128
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
17129
17129
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17130
17130
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
17131
17131
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -17876,7 +17876,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
17876
17876
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
17877
17877
|
}, /*#__PURE__*/React.createElement("p", {
|
|
17878
17878
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
17879
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
17879
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
17880
17880
|
"class": "ml-2 mr-2"
|
|
17881
17881
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
17882
17882
|
onClick: function onClick() {
|
|
@@ -17946,7 +17946,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
17946
17946
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17947
17947
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
17948
17948
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17949
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
17949
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
17950
17950
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17951
17951
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
17952
17952
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -18433,7 +18433,8 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18433
18433
|
"class": "row w-100 ml-0 mr-0 d-flex justify-content-center",
|
|
18434
18434
|
style: {
|
|
18435
18435
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
18436
|
-
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
18436
|
+
marginBottom: sectionproperties.header_marginBottom + 'px',
|
|
18437
|
+
zIndex: 1000
|
|
18437
18438
|
}
|
|
18438
18439
|
}, /*#__PURE__*/React.createElement("div", {
|
|
18439
18440
|
"class": "".concat(header_cssstyles.header_outercontainer) + ' d-flex d-md-none row ml-0 mr-0 '
|
|
@@ -18683,7 +18684,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18683
18684
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18684
18685
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
18685
18686
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18686
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
18687
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
18687
18688
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18688
18689
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
18689
18690
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -18771,7 +18772,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18771
18772
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
18772
18773
|
}, /*#__PURE__*/React.createElement("p", {
|
|
18773
18774
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
18774
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(
|
|
18775
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
18775
18776
|
"class": "ml-2 mr-2"
|
|
18776
18777
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
18777
18778
|
onClick: function onClick() {
|
|
@@ -19230,19 +19231,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19230
19231
|
"class": "col-lg-4 d-flex align-items-center p-0"
|
|
19231
19232
|
}, /*#__PURE__*/React.createElement("div", {
|
|
19232
19233
|
"class": "row m-0 d-flex justify-content-end w-100"
|
|
19233
|
-
},
|
|
19234
|
-
"class": header_cssstyles.fbbtn + ' p-0 allcentered cursor-pointer '
|
|
19235
|
-
}, /*#__PURE__*/React.createElement(FaFacebookF, {
|
|
19236
|
-
size: sectionproperties.facebkbtnniconfontsize
|
|
19237
|
-
})), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
19238
|
-
"class": header_cssstyles.whatsappbtn + ' p-0 allcentered cursor-pointer '
|
|
19239
|
-
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
19240
|
-
size: sectionproperties.youtubebtniconfontsize
|
|
19241
|
-
})), sectionproperties.instbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
19242
|
-
"class": header_cssstyles.instagrambtn + ' p-0 allcentered cursor-pointer '
|
|
19243
|
-
}, /*#__PURE__*/React.createElement(AiOutlineInstagram, {
|
|
19244
|
-
size: sectionproperties.instgrambtniconfontsize
|
|
19245
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
19234
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
19246
19235
|
"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 ',
|
|
19247
19236
|
onClick: function onClick() {
|
|
19248
19237
|
if (langdetect == 'en') {
|
|
@@ -19442,7 +19431,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19442
19431
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19443
19432
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
19444
19433
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19445
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
19434
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
19446
19435
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19447
19436
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
19448
19437
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -19523,7 +19512,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19523
19512
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19524
19513
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
19525
19514
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19526
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
19515
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
19527
19516
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19528
19517
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
19529
19518
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -20049,7 +20038,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
20049
20038
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20050
20039
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
20051
20040
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20052
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
20041
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
20053
20042
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20054
20043
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
20055
20044
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
@@ -20104,7 +20093,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
20104
20093
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20105
20094
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
20106
20095
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20107
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
20096
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
20108
20097
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20109
20098
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
20110
20099
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -20809,7 +20798,7 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20809
20798
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
20810
20799
|
}, /*#__PURE__*/React.createElement("p", {
|
|
20811
20800
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
20812
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
20801
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, null), /*#__PURE__*/React.createElement("span", {
|
|
20813
20802
|
"class": "ml-2 mr-2"
|
|
20814
20803
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
20815
20804
|
onClick: function onClick() {
|
|
@@ -20906,7 +20895,7 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20906
20895
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20907
20896
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
20908
20897
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20909
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
20898
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
20910
20899
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20911
20900
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
20912
20901
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -21335,7 +21324,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21335
21324
|
"class": " ".concat(header_cssstyles.headercontainer) + ' d-flex d-md-none align-items-center m-0 pl-lg-2 pr-lg-2 '
|
|
21336
21325
|
}, /*#__PURE__*/React.createElement("div", {
|
|
21337
21326
|
"class": "row m-0 w-100 "
|
|
21338
|
-
},
|
|
21327
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21339
21328
|
"class": ' col-lg-12 d-flex align-items-center p-0 '
|
|
21340
21329
|
}, /*#__PURE__*/React.createElement("div", {
|
|
21341
21330
|
"class": header_cssstyles.upperheadersection + ' w-100 plr-1025-0 '
|
|
@@ -21368,7 +21357,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21368
21357
|
}
|
|
21369
21358
|
}, /*#__PURE__*/React.createElement("i", {
|
|
21370
21359
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
21371
|
-
}, /*#__PURE__*/React.createElement(AiOutlinePhone
|
|
21360
|
+
}, /*#__PURE__*/React.createElement(AiOutlinePhone, {
|
|
21372
21361
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
21373
21362
|
size: sectionproperties.footerinfotext_fontsize
|
|
21374
21363
|
})), /*#__PURE__*/React.createElement("p", {
|
|
@@ -21508,7 +21497,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21508
21497
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
21509
21498
|
}, /*#__PURE__*/React.createElement("p", {
|
|
21510
21499
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
21511
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
21500
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React.createElement(FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React.createElement(CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React.createElement(BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, null), /*#__PURE__*/React.createElement("span", {
|
|
21512
21501
|
"class": "ml-2 mr-2"
|
|
21513
21502
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
21514
21503
|
style: {
|
|
@@ -21538,7 +21527,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21538
21527
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
21539
21528
|
}, /*#__PURE__*/React.createElement("p", {
|
|
21540
21529
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
21541
|
-
}, /*#__PURE__*/React.createElement(
|
|
21530
|
+
}, /*#__PURE__*/React.createElement(AiOutlineSecurityScan, null), /*#__PURE__*/React.createElement("span", {
|
|
21542
21531
|
"class": "ml-2 mr-2"
|
|
21543
21532
|
}, lang.policies)))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
21544
21533
|
style: {
|
|
@@ -21598,7 +21587,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21598
21587
|
"class": "ml-2 mr-2"
|
|
21599
21588
|
}), /*#__PURE__*/React.createElement("p", {
|
|
21600
21589
|
"class": "m-0 p-0"
|
|
21601
|
-
}, "En")))))))),
|
|
21590
|
+
}, "En")))))))), /*#__PURE__*/React.createElement("div", {
|
|
21602
21591
|
"class": "col-lg-12 d-flex align-items-center p-0"
|
|
21603
21592
|
}, /*#__PURE__*/React.createElement("div", {
|
|
21604
21593
|
"class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
|
|
@@ -21722,7 +21711,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21722
21711
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21723
21712
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(HiOutlineShoppingBag, {
|
|
21724
21713
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21725
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
21714
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
21726
21715
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21727
21716
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
21728
21717
|
size: sectionproperties.cartBtn_iconFontSize
|
|
@@ -21960,7 +21949,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
21960
21949
|
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
21961
21950
|
}, /*#__PURE__*/React.createElement("i", {
|
|
21962
21951
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
21963
|
-
}, /*#__PURE__*/React.createElement(AiOutlinePhone
|
|
21952
|
+
}, /*#__PURE__*/React.createElement(AiOutlinePhone, {
|
|
21964
21953
|
size: parseInt(sectionproperties.iconcontainer_iconfontsize) + 5
|
|
21965
21954
|
}))), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("p", {
|
|
21966
21955
|
"class": "".concat(footerStyles.textStyles) + ' p-0 m-0 ',
|
|
@@ -23386,7 +23375,7 @@ var Footer4 = function Footer4(props) {
|
|
|
23386
23375
|
}
|
|
23387
23376
|
}, /*#__PURE__*/React.createElement("i", {
|
|
23388
23377
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
23389
|
-
}, /*#__PURE__*/React.createElement(AiOutlinePhone
|
|
23378
|
+
}, /*#__PURE__*/React.createElement(AiOutlinePhone, {
|
|
23390
23379
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
23391
23380
|
size: 20
|
|
23392
23381
|
})), /*#__PURE__*/React.createElement("p", {
|
|
@@ -23968,7 +23957,7 @@ var Footer5 = function Footer5(props) {
|
|
|
23968
23957
|
}
|
|
23969
23958
|
}, /*#__PURE__*/React.createElement("i", {
|
|
23970
23959
|
className: "h-100 d-flex justify-content-center align-items-center"
|
|
23971
|
-
}, /*#__PURE__*/React.createElement(AiOutlinePhone
|
|
23960
|
+
}, /*#__PURE__*/React.createElement(AiOutlinePhone, {
|
|
23972
23961
|
className: langdetect == 'en' ? 'mr-2 storeinfotext' : 'ml-2 storeinfotext',
|
|
23973
23962
|
size: 20
|
|
23974
23963
|
})), /*#__PURE__*/React.createElement("p", {
|
|
@@ -24614,7 +24603,7 @@ var Footer7 = function Footer7(props) {
|
|
|
24614
24603
|
}
|
|
24615
24604
|
}, /*#__PURE__*/React.createElement("i", {
|
|
24616
24605
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
24617
|
-
}, /*#__PURE__*/React.createElement(AiOutlinePhone
|
|
24606
|
+
}, /*#__PURE__*/React.createElement(AiOutlinePhone, {
|
|
24618
24607
|
className: langdetect == 'en' ? ' mr-2 ' : ' ml-2 ',
|
|
24619
24608
|
size: 20
|
|
24620
24609
|
})), /*#__PURE__*/React.createElement("p", {
|
|
@@ -25089,7 +25078,7 @@ var FooterWithThreeColumns = function FooterWithThreeColumns(props) {
|
|
|
25089
25078
|
}
|
|
25090
25079
|
}, /*#__PURE__*/React.createElement("i", {
|
|
25091
25080
|
className: "h-100 d-flex justify-content-center align-items-center storeinfotext"
|
|
25092
|
-
}, /*#__PURE__*/React.createElement(AiOutlinePhone
|
|
25081
|
+
}, /*#__PURE__*/React.createElement(AiOutlinePhone, {
|
|
25093
25082
|
className: langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
25094
25083
|
size: 20
|
|
25095
25084
|
})), /*#__PURE__*/React.createElement("p", {
|
|
@@ -34638,7 +34627,7 @@ var Card21 = function Card21(props) {
|
|
|
34638
34627
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34639
34628
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
34640
34629
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34641
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
34630
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
34642
34631
|
"class": "",
|
|
34643
34632
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34644
34633
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -34687,7 +34676,7 @@ var Card21 = function Card21(props) {
|
|
|
34687
34676
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34688
34677
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
34689
34678
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34690
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
34679
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
34691
34680
|
"class": "",
|
|
34692
34681
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34693
34682
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -35296,7 +35285,7 @@ var Card23 = function Card23(props) {
|
|
|
35296
35285
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35297
35286
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
35298
35287
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35299
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
35288
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
35300
35289
|
"class": "",
|
|
35301
35290
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35302
35291
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -35558,7 +35547,7 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
35558
35547
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35559
35548
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
35560
35549
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35561
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
35550
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
35562
35551
|
"class": "",
|
|
35563
35552
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35564
35553
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -35607,7 +35596,7 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
35607
35596
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35608
35597
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
35609
35598
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35610
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
35599
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
35611
35600
|
"class": "",
|
|
35612
35601
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35613
35602
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -36125,7 +36114,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
36125
36114
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36126
36115
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
36127
36116
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36128
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
36117
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
36129
36118
|
"class": "",
|
|
36130
36119
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36131
36120
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -38111,7 +38100,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
38111
38100
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38112
38101
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
38113
38102
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38114
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
38103
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
38115
38104
|
"class": "",
|
|
38116
38105
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38117
38106
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -38223,7 +38212,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
38223
38212
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38224
38213
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
38225
38214
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38226
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
38215
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
38227
38216
|
"class": "",
|
|
38228
38217
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38229
38218
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -39043,7 +39032,7 @@ var ModernProductCard = function ModernProductCard(props) {
|
|
|
39043
39032
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39044
39033
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
39045
39034
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39046
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
39035
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
39047
39036
|
"class": "",
|
|
39048
39037
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39049
39038
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -39256,7 +39245,7 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
39256
39245
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39257
39246
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
39258
39247
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39259
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
39248
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
39260
39249
|
"class": "",
|
|
39261
39250
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39262
39251
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -40850,7 +40839,7 @@ var Productcard7 = function Productcard7(props) {
|
|
|
40850
40839
|
size: sectionproperties.cartBtn_iconFontSize
|
|
40851
40840
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
40852
40841
|
size: sectionproperties.cartBtn_iconFontSize
|
|
40853
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
40842
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
40854
40843
|
"class": "",
|
|
40855
40844
|
size: sectionproperties.cartBtn_iconFontSize
|
|
40856
40845
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -41873,7 +41862,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
41873
41862
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41874
41863
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
41875
41864
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41876
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
41865
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
41877
41866
|
"class": "",
|
|
41878
41867
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41879
41868
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -42192,7 +42181,7 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
42192
42181
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42193
42182
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
42194
42183
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42195
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
42184
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
42196
42185
|
"class": "",
|
|
42197
42186
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42198
42187
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|
|
@@ -42416,7 +42405,7 @@ var ProductCardWithTextOnImage = function ProductCardWithTextOnImage(props) {
|
|
|
42416
42405
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42417
42406
|
}), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React.createElement(RiHandbagLine, {
|
|
42418
42407
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42419
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart
|
|
42408
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
42420
42409
|
"class": "",
|
|
42421
42410
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42422
42411
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart$1, {
|