tabexseriescomponents 0.0.111 → 0.0.113
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 +478 -358
- package/dist/index.esm.js +476 -356
- package/dist/index.umd.js +479 -359
- package/package.json +1 -1
- package/tabexseriescomponents-master.zip +0 -0
package/dist/index.esm.js
CHANGED
|
@@ -21,7 +21,7 @@ import 'react-query';
|
|
|
21
21
|
import ImageGallery from 'react-image-gallery';
|
|
22
22
|
import { useParams } from 'react-router';
|
|
23
23
|
import { IKImage } from 'imagekitio-react';
|
|
24
|
-
import { MdAddShoppingCart
|
|
24
|
+
import { MdAddShoppingCart } from '@react-icons/all-files/md/MdAddShoppingCart';
|
|
25
25
|
import { IoBagHandleOutline } from '@react-icons/all-files/io5/IoBagHandleOutline';
|
|
26
26
|
import { BsBag } from '@react-icons/all-files/bs/BsBag';
|
|
27
27
|
import { CgShoppingBag } from '@react-icons/all-files/cg/CgShoppingBag';
|
|
@@ -210,6 +210,7 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
210
210
|
securepayment: 'Secure payment',
|
|
211
211
|
trustedshipping: 'Trusted shipping',
|
|
212
212
|
callus: 'CALL US',
|
|
213
|
+
callus2: 'Call us',
|
|
213
214
|
returnpolicy: 'Return policy',
|
|
214
215
|
shippingpolicy: 'Shipping policy',
|
|
215
216
|
deliverto: 'Deliver to',
|
|
@@ -317,6 +318,7 @@ var LanguageProvider = /*#__PURE__*/function (_Component) {
|
|
|
317
318
|
securepayment: 'دفع امن',
|
|
318
319
|
trustedshipping: 'شحن امن',
|
|
319
320
|
callus: 'إتصل بنا',
|
|
321
|
+
callus2: 'إتصل بنا',
|
|
320
322
|
returnpolicy: 'سياسة الإستبدال و الإسترجاع',
|
|
321
323
|
shippingpolicy: 'سياسة الشحن',
|
|
322
324
|
deliverto: 'التوصيل إلى',
|
|
@@ -1838,7 +1840,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
1838
1840
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
1839
1841
|
className: "",
|
|
1840
1842
|
size: sectionproperties.cartBtn_iconFontSize
|
|
1841
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
1843
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
1842
1844
|
size: sectionproperties.cartBtn_iconFontSize
|
|
1843
1845
|
})), lang.addtocart), AddtoCartMutationContext.isLoading && /*#__PURE__*/React.createElement("div", {
|
|
1844
1846
|
className: ' d-flex align-items-center justify-content-center '
|
|
@@ -3704,7 +3706,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
3704
3706
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
3705
3707
|
className: "",
|
|
3706
3708
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3707
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
3709
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
3708
3710
|
className: "",
|
|
3709
3711
|
size: sectionproperties.cartBtn_iconFontSize
|
|
3710
3712
|
}))), /*#__PURE__*/React.createElement("td", {
|
|
@@ -7490,7 +7492,7 @@ var CartSlider = function CartSlider(props) {
|
|
|
7490
7492
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
7491
7493
|
className: "",
|
|
7492
7494
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7493
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
7495
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
7494
7496
|
size: sectionproperties.cartBtn_iconFontSize
|
|
7495
7497
|
})), lang.viewcart), /*#__PURE__*/React.createElement("button", {
|
|
7496
7498
|
className: " ".concat(cart_cssstyles.checkoutbtn) + ' ml-1 mr-1 ',
|
|
@@ -7810,8 +7812,8 @@ var OrderSuccess = function OrderSuccess(props) {
|
|
|
7810
7812
|
}, ReasonFail)));
|
|
7811
7813
|
};
|
|
7812
7814
|
|
|
7813
|
-
var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100% !important;\n display: flex;\n align-items: center;\n align-content: center;\n transition: all 0.2s;\n padding: 0 !important;\n margin: 0 !important;\n}\n.Gotoheader-
|
|
7814
|
-
var headerstyles$g = {"header_container":"Gotoheader-module_header_container__f-O-q","
|
|
7815
|
+
var css_248z$A = ".Gotoheader-module_header_container__f-O-q {\n width: 100% !important;\n display: flex;\n align-items: center;\n align-content: center;\n transition: all 0.2s;\n padding: 0 !important;\n margin: 0 !important;\n}\n.Gotoheader-module_topbar_item_container__qiBbU {\n margin: 0;\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.Gotoheader-module_topbar_item__rYdqG {\n cursor: pointer;\n position: relative;\n white-space: nowrap;\n}\n.Gotoheader-module_topbar_item__rYdqG::before {\n content: '';\n position: absolute;\n width: 100%;\n height: 1px;\n top: 100%;\n left: 0;\n pointer-events: none;\n transform-origin: 50% 100%;\n transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);\n}\n.Gotoheader-module_topbar_item__rYdqG:hover::before {\n transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);\n clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);\n}\n.Gotoheader-module_topbar_item__rYdqG span {\n display: inline-block;\n transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n}\n.Gotoheader-module_topbar_item__rYdqG:hover span {\n transform: translate3d(0, -2px, 0);\n}\n.Gotoheader-module_badge_counter_header_notifications__a3aCj {\n position: absolute;\n transform: scale(0.3);\n transform-origin: top right;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.Gotoheader-module_header_divider__KE8o6 {\n overflow: hidden;\n}\n/* */\n.Gotoheader-module_searchbar__xRQAq {\n display: inline-block;\n border: none;\n outline: none;\n width: 0px;\n position: absolute;\n top: 0;\n /* right: 0; */\n background: none;\n z-index: 3;\n transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);\n cursor: pointer;\n}\n.Gotoheader-module_searchbar__xRQAq:focus {\n width: 400px !important;\n z-index: 1;\n cursor: text;\n}\n.Gotoheader-module_searchbaractive__ECT3T {\n display: inline-block;\n z-index: 2;\n cursor: pointer;\n cursor: pointer;\n}\n";
|
|
7816
|
+
var headerstyles$g = {"header_container":"Gotoheader-module_header_container__f-O-q","topbar_item_container":"Gotoheader-module_topbar_item_container__qiBbU","topbar_item":"Gotoheader-module_topbar_item__rYdqG","badge_counter_header_notifications":"Gotoheader-module_badge_counter_header_notifications__a3aCj","header_divider":"Gotoheader-module_header_divider__KE8o6","searchbar":"Gotoheader-module_searchbar__xRQAq","searchbaractive":"Gotoheader-module_searchbaractive__ECT3T"};
|
|
7815
7817
|
styleInject(css_248z$A);
|
|
7816
7818
|
|
|
7817
7819
|
var Searchlist$1 = function Searchlist(props) {
|
|
@@ -8105,7 +8107,6 @@ var Subheader = function Subheader(props) {
|
|
|
8105
8107
|
var _props$subheaderprope4, _props$subheaderprope5;
|
|
8106
8108
|
return /*#__PURE__*/React.createElement("div", {
|
|
8107
8109
|
onClick: function onClick() {
|
|
8108
|
-
// history.push(item.navigationroute);
|
|
8109
8110
|
routingcountext(item.navigationroute);
|
|
8110
8111
|
},
|
|
8111
8112
|
"class": "scrollhorizontalcard",
|
|
@@ -8114,13 +8115,7 @@ var Subheader = function Subheader(props) {
|
|
|
8114
8115
|
marginRight: langdetect == 'en' ? props === null || props === void 0 ? void 0 : (_props$subheaderprope5 = props.subheaderpropertiesprops) === null || _props$subheaderprope5 === void 0 ? void 0 : _props$subheaderprope5.paddingRightprops : 0
|
|
8115
8116
|
}
|
|
8116
8117
|
}, /*#__PURE__*/React.createElement("p", {
|
|
8117
|
-
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
8118
|
-
onClick: function onClick() {
|
|
8119
|
-
templatepropcontext === null || templatepropcontext === void 0 ? void 0 : templatepropcontext.pagesnprop.forEach(function (pageitem, pageindex) {
|
|
8120
|
-
pageitem.isselected = false;
|
|
8121
|
-
});
|
|
8122
|
-
templatepropcontext.pagesnprop[index].isselected = true;
|
|
8123
|
-
}
|
|
8118
|
+
"class": "".concat(headerstyles$f.link, " ").concat(header_cssstyles.subheader_category) + ' mb-0 p-0 ml-md-3 mr-md-3 '
|
|
8124
8119
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
8125
8120
|
}
|
|
8126
8121
|
})), fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 ? void 0 : (_fetchCategoriesQuery = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery === void 0 ? void 0 : (_fetchCategoriesQuery2 = _fetchCategoriesQuery.data) === null || _fetchCategoriesQuery2 === void 0 ? void 0 : _fetchCategoriesQuery2.categories.map(function (item, index) {
|
|
@@ -8563,7 +8558,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8563
8558
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
8564
8559
|
}, /*#__PURE__*/React.createElement("p", {
|
|
8565
8560
|
className: ' d-flex align-items-center m-0 p-0 '
|
|
8566
|
-
}, 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
|
|
8561
|
+
}, 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", {
|
|
8567
8562
|
className: "ml-2 mr-2"
|
|
8568
8563
|
}, lang.viewcart))))), authdetailsContext.loggedin && /*#__PURE__*/React.createElement(Dropdown.Menu, {
|
|
8569
8564
|
style: {
|
|
@@ -8598,7 +8593,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8598
8593
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
8599
8594
|
}, /*#__PURE__*/React.createElement("p", {
|
|
8600
8595
|
className: ' d-flex align-items-center m-0 p-0 '
|
|
8601
|
-
}, 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
|
|
8596
|
+
}, 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, null), /*#__PURE__*/React.createElement("span", {
|
|
8602
8597
|
className: langdetect == 'en' ? 'ml-2' : 'mr-2'
|
|
8603
8598
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
8604
8599
|
style: {
|
|
@@ -8690,7 +8685,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8690
8685
|
size: sectionproperties.cartBtniconresp_size
|
|
8691
8686
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
8692
8687
|
size: sectionproperties.cartBtniconresp_size
|
|
8693
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
8688
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
8694
8689
|
size: sectionproperties.cartBtniconresp_size
|
|
8695
8690
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
8696
8691
|
className: "".concat(header_cssstyles.badge_counter_header_notifications),
|
|
@@ -8867,7 +8862,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
8867
8862
|
function ownKeys$1r(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
8868
8863
|
function _objectSpread$1r(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1r(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1r(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
8869
8864
|
var Gotoheader = function Gotoheader(props) {
|
|
8870
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2;
|
|
8865
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _fetchcustomercartQue5, _fetchcustomercartQue6, _fetchcustomercartQue7, _fetchcustomercartQue8, _fetchcustomercartQue9, _fetchcustomercartQue10;
|
|
8871
8866
|
var _useState = useState(''),
|
|
8872
8867
|
_useState2 = _slicedToArray(_useState, 2),
|
|
8873
8868
|
sectionproperties = _useState2[0],
|
|
@@ -9002,8 +8997,6 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9002
8997
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.lowersection_BorderBottomRightRadius + 'px' : sectionproperties.lowersection_borderBottomLeftRadius + 'px',
|
|
9003
8998
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopLeftRadius + 'px' : sectionproperties.lowersection_borderTopRightRadius + 'px',
|
|
9004
8999
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopRightRadius + 'px' : sectionproperties.lowersection_borderTopLeftRadius + 'px',
|
|
9005
|
-
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
9006
|
-
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
|
|
9007
9000
|
paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
|
|
9008
9001
|
paddingRight: langdetect == 'en' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px'
|
|
9009
9002
|
}),
|
|
@@ -9295,7 +9288,7 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9295
9288
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9296
9289
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
9297
9290
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9298
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
9291
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
9299
9292
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
9300
9293
|
})), /*#__PURE__*/React.createElement("p", {
|
|
9301
9294
|
"class": ' allcenetered m-0 p-0 '
|
|
@@ -9372,11 +9365,11 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9372
9365
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9373
9366
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
9374
9367
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9375
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
9368
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
9376
9369
|
size: sectionproperties.cartBtn_iconFontSize
|
|
9377
9370
|
}), /*#__PURE__*/React.createElement("div", {
|
|
9378
9371
|
"class": "".concat(header_cssstyles.badge_counter_header_notifications, " ").concat(header_cssstyles.cartbadge)
|
|
9379
|
-
}, fetchcustomercartQueryContext.data.data.customercart != null ? fetchcustomercartQueryContext.data.data.customercart.cartitems.length : 0)), /*#__PURE__*/React.createElement("p", {
|
|
9372
|
+
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue5 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue5 === void 0 ? void 0 : (_fetchcustomercartQue6 = _fetchcustomercartQue5.data) === null || _fetchcustomercartQue6 === void 0 ? void 0 : _fetchcustomercartQue6.customercart) != null ? fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue7 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue7 === void 0 ? void 0 : (_fetchcustomercartQue8 = _fetchcustomercartQue7.data) === null || _fetchcustomercartQue8 === void 0 ? void 0 : (_fetchcustomercartQue9 = _fetchcustomercartQue8.customercart) === null || _fetchcustomercartQue9 === void 0 ? void 0 : (_fetchcustomercartQue10 = _fetchcustomercartQue9.cartitems) === null || _fetchcustomercartQue10 === void 0 ? void 0 : _fetchcustomercartQue10.length : 0)), /*#__PURE__*/React.createElement("p", {
|
|
9380
9373
|
"class": "m-0 p-0 d-flex flex-column ",
|
|
9381
9374
|
style: {
|
|
9382
9375
|
color: sectionproperties.cartBtnTextcolor,
|
|
@@ -9460,17 +9453,17 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9460
9453
|
})), sectionproperties.showlowerheadersection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
9461
9454
|
"class": ' col-lg-12 d-flex align-items-center p-0'
|
|
9462
9455
|
}, /*#__PURE__*/React.createElement("div", {
|
|
9463
|
-
"class": "".concat(header_cssstyles.navbar_nav) + ' w-100 '
|
|
9456
|
+
"class": "".concat(header_cssstyles.navbar_nav) + ' w-100 row m-0 w-100 d-flex justify-content-start align-items-center '
|
|
9464
9457
|
}, /*#__PURE__*/React.createElement("div", {
|
|
9465
|
-
"class":
|
|
9466
|
-
}, /*#__PURE__*/React.createElement("nav", {
|
|
9467
|
-
"class": headerstyles$g.navbar,
|
|
9458
|
+
"class": ' scrollhorizontal w-100 justify-content-start align-items-center ',
|
|
9468
9459
|
style: {
|
|
9469
|
-
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
9460
|
+
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
|
|
9461
|
+
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
9462
|
+
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px'
|
|
9470
9463
|
}
|
|
9471
|
-
},
|
|
9464
|
+
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
9472
9465
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
9473
|
-
return /*#__PURE__*/React.createElement("
|
|
9466
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
9474
9467
|
"class": "".concat(headerstyles$g.topbar_item_container),
|
|
9475
9468
|
style: {
|
|
9476
9469
|
marginRight: langdetect == 'en' ? '45px' : 0,
|
|
@@ -9483,7 +9476,13 @@ var Gotoheader = function Gotoheader(props) {
|
|
|
9483
9476
|
"class": "".concat(headerstyles$g.topbar_item, " ").concat(header_cssstyles.topbar_item)
|
|
9484
9477
|
}, /*#__PURE__*/React.createElement("span", null, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
9485
9478
|
}
|
|
9486
|
-
}))
|
|
9479
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement("div", {
|
|
9480
|
+
"class": "w-100",
|
|
9481
|
+
style: {
|
|
9482
|
+
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
9483
|
+
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px'
|
|
9484
|
+
}
|
|
9485
|
+
}, /*#__PURE__*/React.createElement(Subheader, {
|
|
9487
9486
|
sectionpropertiesprops: sectionproperties,
|
|
9488
9487
|
actions: actions,
|
|
9489
9488
|
subheaderpropertiesprops: {
|
|
@@ -9989,7 +9988,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
9989
9988
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
9990
9989
|
}, /*#__PURE__*/React.createElement("p", {
|
|
9991
9990
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
9992
|
-
}, 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
|
|
9991
|
+
}, 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", {
|
|
9993
9992
|
"class": "ml-2 mr-2"
|
|
9994
9993
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
9995
9994
|
onClick: function onClick() {
|
|
@@ -10057,7 +10056,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
10057
10056
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10058
10057
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
10059
10058
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10060
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
10059
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
10061
10060
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10062
10061
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
10063
10062
|
"class": langdetect == 'en' ? 'headerdropdownml d-flex align-items-center justify-content-center' : 'headerdropdownmr d-flex align-items-center justify-content-center'
|
|
@@ -10127,7 +10126,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
10127
10126
|
zIndex: 2
|
|
10128
10127
|
}
|
|
10129
10128
|
}, /*#__PURE__*/React.createElement("div", {
|
|
10130
|
-
"class": 'col-
|
|
10129
|
+
"class": 'col-xl-2 col-lg-3 d-flex align-items-center p-0',
|
|
10131
10130
|
style: {},
|
|
10132
10131
|
onClick: function onClick() {
|
|
10133
10132
|
setdropdownselect(!dropdownselect);
|
|
@@ -10164,29 +10163,29 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
10164
10163
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
|
|
10165
10164
|
}, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React.createElement(Dropdown.Divider, null));
|
|
10166
10165
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
10167
|
-
"class": "col-lg-
|
|
10168
|
-
}, /*#__PURE__*/React.createElement("
|
|
10169
|
-
"class":
|
|
10166
|
+
"class": "col-xl-7 col-lg-6 d-flex align-items-center justify-content-start pl-1 pr-1"
|
|
10167
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
10168
|
+
"class": ' scrollhorizontal w-100 justify-content-start align-items-center ',
|
|
10170
10169
|
style: {
|
|
10171
10170
|
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
10172
10171
|
}
|
|
10173
|
-
},
|
|
10172
|
+
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
10174
10173
|
if (item.isselected) ;
|
|
10175
10174
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
10176
|
-
return /*#__PURE__*/React.createElement("
|
|
10175
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
10176
|
+
"class": "cursor-pointer",
|
|
10177
|
+
onClick: function onClick() {
|
|
10178
|
+
routingcountext(item.navigationroute, false, '');
|
|
10179
|
+
},
|
|
10177
10180
|
style: {
|
|
10178
10181
|
marginLeft: langdetect == 'en' ? 0 : '35px',
|
|
10179
10182
|
marginRight: langdetect == 'en' ? '35px' : 0
|
|
10180
10183
|
}
|
|
10181
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
10182
|
-
onClick: function onClick() {
|
|
10183
|
-
routingcountext(item.navigationroute, false, '');
|
|
10184
|
-
}
|
|
10185
10184
|
}, /*#__PURE__*/React.createElement("span", {
|
|
10186
10185
|
"class": "".concat(header_cssstyles.navbar_item_text)
|
|
10187
|
-
}, langdetect == 'en' ? item.pagename : item.pagename_ar))
|
|
10186
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
10188
10187
|
}
|
|
10189
|
-
}))
|
|
10188
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement(Subheader, {
|
|
10190
10189
|
sectionpropertiesprops: sectionproperties,
|
|
10191
10190
|
actions: actions,
|
|
10192
10191
|
subheaderpropertiesprops: {
|
|
@@ -10196,7 +10195,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
10196
10195
|
subheadercontentpositionprops: 'start'
|
|
10197
10196
|
}
|
|
10198
10197
|
})), /*#__PURE__*/React.createElement("div", {
|
|
10199
|
-
"class": "col-lg-
|
|
10198
|
+
"class": "col-xl-3 col-lg-3 d-flex align-items-center justify-content-end p-0"
|
|
10200
10199
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
10201
10200
|
"class": "row m-0 w-100 d-flex justify-content-end align-items-center"
|
|
10202
10201
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -10251,7 +10250,7 @@ var CategoryFeaturingHeader = function CategoryFeaturingHeader(props) {
|
|
|
10251
10250
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10252
10251
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
10253
10252
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10254
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
10253
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
10255
10254
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10256
10255
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
10257
10256
|
"class": "col-lg-12 p-0"
|
|
@@ -10689,7 +10688,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10689
10688
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10690
10689
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
10691
10690
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10692
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
10691
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
10693
10692
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
10694
10693
|
})), /*#__PURE__*/React.createElement("p", {
|
|
10695
10694
|
"class": ' allcenetered m-0 p-0 '
|
|
@@ -10778,7 +10777,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10778
10777
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10779
10778
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
10780
10779
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10781
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
10780
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
10782
10781
|
size: sectionproperties.cartBtn_iconFontSize
|
|
10783
10782
|
}), /*#__PURE__*/React.createElement("div", {
|
|
10784
10783
|
"class": "".concat(header_cssstyles.badge_counter_header_notifications),
|
|
@@ -10872,12 +10871,12 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10872
10871
|
"class": ' col-lg-12 p-0 '
|
|
10873
10872
|
}, /*#__PURE__*/React.createElement("div", {
|
|
10874
10873
|
"class": header_cssstyles.lowerHeaderSection + ' w-100 '
|
|
10875
|
-
}, /*#__PURE__*/React.createElement("
|
|
10876
|
-
"class":
|
|
10874
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
10875
|
+
"class": ' scrollhorizontal w-100 justify-content-start align-items-center ',
|
|
10877
10876
|
style: {
|
|
10878
10877
|
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
10879
10878
|
}
|
|
10880
|
-
},
|
|
10879
|
+
}, templatepropcontext === null || templatepropcontext === void 0 ? void 0 : (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.map(function (item, index) {
|
|
10881
10880
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
10882
10881
|
return /*#__PURE__*/React.createElement("li", {
|
|
10883
10882
|
"class": "cursor-pointer",
|
|
@@ -10892,7 +10891,7 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
10892
10891
|
"class": "".concat(header_cssstyles.navbar_item_text) + ' navbar_item_text '
|
|
10893
10892
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
10894
10893
|
}
|
|
10895
|
-
}))
|
|
10894
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement(Subheader, {
|
|
10896
10895
|
sectionpropertiesprops: sectionproperties,
|
|
10897
10896
|
actions: actions,
|
|
10898
10897
|
subheaderpropertiesprops: {
|
|
@@ -11450,7 +11449,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11450
11449
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
11451
11450
|
}, /*#__PURE__*/React.createElement("p", {
|
|
11452
11451
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
11453
|
-
}, 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
|
|
11452
|
+
}, 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", {
|
|
11454
11453
|
"class": "ml-2 mr-2"
|
|
11455
11454
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
11456
11455
|
onClick: function onClick() {
|
|
@@ -11520,7 +11519,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11520
11519
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11521
11520
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
11522
11521
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11523
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
11522
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
11524
11523
|
size: sectionproperties.cartBtn_iconFontSize
|
|
11525
11524
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
11526
11525
|
"class": "col-lg-12 p-0 allcentered",
|
|
@@ -11559,13 +11558,14 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11559
11558
|
size: sectionproperties.youtubebtniconfontsize
|
|
11560
11559
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
11561
11560
|
"class": "col-lg-6 p-0 d-flex align-items-center justify-content-center"
|
|
11562
|
-
}, /*#__PURE__*/React.createElement("
|
|
11561
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
11562
|
+
"class": "scrollhorizontal w-100 align-items-center justify-content-center h-100 flex-row",
|
|
11563
11563
|
style: {
|
|
11564
|
-
display: 'flex'
|
|
11564
|
+
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
11565
11565
|
}
|
|
11566
11566
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
11567
11567
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
11568
|
-
return /*#__PURE__*/React.createElement("
|
|
11568
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
11569
11569
|
"class": "cursor-pointer",
|
|
11570
11570
|
onClick: function onClick() {
|
|
11571
11571
|
routingcountext(item.navigationroute, false, '');
|
|
@@ -11578,6 +11578,17 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11578
11578
|
"class": "".concat(header_cssstyles.topbar_item_text)
|
|
11579
11579
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
11580
11580
|
}
|
|
11581
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement("div", {
|
|
11582
|
+
"class": "row m-0 w-100 p-0"
|
|
11583
|
+
}, /*#__PURE__*/React.createElement(Subheader, {
|
|
11584
|
+
sectionpropertiesprops: sectionproperties,
|
|
11585
|
+
subheaderpropertiesprops: {
|
|
11586
|
+
subheaderpositionprops: 'in nav',
|
|
11587
|
+
paddingLeftprops: '30px',
|
|
11588
|
+
paddingRightprops: '30px',
|
|
11589
|
+
subheadercontentpositionprops: 'center'
|
|
11590
|
+
},
|
|
11591
|
+
actions: actions
|
|
11581
11592
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
11582
11593
|
"class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
|
|
11583
11594
|
}, sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("button", {
|
|
@@ -11639,7 +11650,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11639
11650
|
}
|
|
11640
11651
|
}), /*#__PURE__*/React.createElement("span", {
|
|
11641
11652
|
"class": 'ml-2 mr-2'
|
|
11642
|
-
}, lang.english)))))))), sectionproperties.showhidesubheader == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
11653
|
+
}, lang.english)))))))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React.createElement("div", {
|
|
11643
11654
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0"
|
|
11644
11655
|
}, /*#__PURE__*/React.createElement(Subheader, {
|
|
11645
11656
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -11658,8 +11669,8 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
11658
11669
|
})));
|
|
11659
11670
|
};
|
|
11660
11671
|
|
|
11661
|
-
var css_248z$v = ".Header_threesectionslogocentered-module_header_innercontainer__yjjgZ {\n display: flex;\n align-items: center;\n align-content: center;\n position: relative;\n z-index: 1000;\n transition: all 0.2s;\n}\n
|
|
11662
|
-
var headerstyles$b = {"header_innercontainer":"Header_threesectionslogocentered-module_header_innercontainer__yjjgZ","
|
|
11672
|
+
var css_248z$v = ".Header_threesectionslogocentered-module_header_innercontainer__yjjgZ {\n display: flex;\n align-items: center;\n align-content: center;\n position: relative;\n z-index: 1000;\n transition: all 0.2s;\n}\n\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item__YMaF8 {\n position: relative;\n cursor: pointer;\n white-space: nowrap;\n display: flex;\n align-items: center;\n}\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item__YMaF8 .Header_threesectionslogocentered-module_navbar_item_text__0DPls {\n transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n transition: 0.3s;\n padding: 0;\n}\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item__YMaF8 .Header_threesectionslogocentered-module_navbar_item_text__0DPls:after {\n position: absolute;\n left: 0;\n bottom: -10px;\n right: 0;\n width: 7px;\n height: 7px;\n content: '';\n border-radius: 50%;\n margin: 0 auto;\n opacity: 0;\n -webkit-transition: all, 0.3s;\n -moz-transition: all, 0.3s;\n -ms-transition: all, 0.3s;\n -o-transition: all, 0.3s;\n transition: all, 0.3s;\n}\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item__YMaF8:hover .Header_threesectionslogocentered-module_navbar_item_text__0DPls:after {\n opacity: 1;\n}\n/* Side Nav Active */\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_navbar_item_active__ladUm .Header_threesectionslogocentered-module_navbar_item_text__0DPls:after {\n opacity: 1;\n}\n\n/* Search Bar */\n.Header_threesectionslogocentered-module_header_innercontainer__yjjgZ .Header_threesectionslogocentered-module_searchbarcont__9MNXO input::placeholder {\n color: #8c8c8c;\n font-weight: normal;\n}\n/* Badge */\n.Header_threesectionslogocentered-module_badge_counter_header_notifications__qekYU {\n position: absolute;\n transform: scale(0.3);\n transform-origin: top right;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.Header_threesectionslogocentered-module_searchbar__5KdKx {\n display: inline-block;\n border: none;\n outline: none;\n width: 0px;\n position: absolute;\n top: 0;\n background: none;\n z-index: 3;\n transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);\n cursor: pointer;\n}\n.Header_threesectionslogocentered-module_searchbar__5KdKx:focus {\n width: 300px !important;\n z-index: 1;\n cursor: text;\n}\n.Header_threesectionslogocentered-module_searchbaractive__8Pp-9 {\n display: inline-block;\n z-index: 2;\n cursor: pointer;\n cursor: pointer;\n}\n ";
|
|
11673
|
+
var headerstyles$b = {"header_innercontainer":"Header_threesectionslogocentered-module_header_innercontainer__yjjgZ","navbar_item":"Header_threesectionslogocentered-module_navbar_item__YMaF8","navbar_item_text":"Header_threesectionslogocentered-module_navbar_item_text__0DPls","navbar_item_active":"Header_threesectionslogocentered-module_navbar_item_active__ladUm","searchbarcont":"Header_threesectionslogocentered-module_searchbarcont__9MNXO","badge_counter_header_notifications":"Header_threesectionslogocentered-module_badge_counter_header_notifications__qekYU","searchbar":"Header_threesectionslogocentered-module_searchbar__5KdKx","searchbaractive":"Header_threesectionslogocentered-module_searchbaractive__8Pp-9"};
|
|
11663
11674
|
styleInject(css_248z$v);
|
|
11664
11675
|
|
|
11665
11676
|
function ownKeys$1n(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -12040,21 +12051,22 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12040
12051
|
zIndex: 2
|
|
12041
12052
|
}
|
|
12042
12053
|
}, /*#__PURE__*/React.createElement("div", {
|
|
12043
|
-
"class": "col-lg-
|
|
12044
|
-
}, /*#__PURE__*/React.createElement("
|
|
12045
|
-
"class":
|
|
12046
|
-
},
|
|
12054
|
+
"class": "col-lg-5 p-0 d-flex align-items-center justify-content-start h-100"
|
|
12055
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
12056
|
+
"class": ' scrollhorizontal w-100 d-flex align-items-center h-100 '
|
|
12057
|
+
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
12047
12058
|
var activeclass = '';
|
|
12048
12059
|
if (item.isselected) {
|
|
12049
12060
|
activeclass = headerstyles$b.navbar_item_active;
|
|
12050
12061
|
}
|
|
12051
12062
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
12052
|
-
return /*#__PURE__*/React.createElement("
|
|
12063
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
12064
|
+
"class": "scrollhorizontalcard",
|
|
12053
12065
|
style: {
|
|
12054
12066
|
marginLeft: langdetect == 'en' ? 0 : '35px',
|
|
12055
|
-
marginRight: langdetect == 'en' ? '35px' : 0
|
|
12056
|
-
|
|
12057
|
-
|
|
12067
|
+
marginRight: langdetect == 'en' ? '35px' : 0,
|
|
12068
|
+
position: 'relative'
|
|
12069
|
+
},
|
|
12058
12070
|
onClick: function onClick() {
|
|
12059
12071
|
routingcountext(item.navigationroute, false, '');
|
|
12060
12072
|
}
|
|
@@ -12062,10 +12074,10 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12062
12074
|
"class": "".concat(headerstyles$b.navbar_item, " ").concat(activeclass)
|
|
12063
12075
|
}, /*#__PURE__*/React.createElement("span", {
|
|
12064
12076
|
"class": "".concat(headerstyles$b.navbar_item_text, " ").concat(header_cssstyles.navbar_item_text)
|
|
12065
|
-
}, langdetect == 'en' ? item.pagename : item.pagename_ar)))
|
|
12077
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
12066
12078
|
}
|
|
12067
|
-
})))
|
|
12068
|
-
"class": "col-lg-
|
|
12079
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
12080
|
+
"class": "col-lg-2 p-0 d-flex align-items-center justify-content-center"
|
|
12069
12081
|
}, /*#__PURE__*/React.createElement("div", {
|
|
12070
12082
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
12071
12083
|
style: {
|
|
@@ -12083,7 +12095,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12083
12095
|
maxHeight: '100%'
|
|
12084
12096
|
}
|
|
12085
12097
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
12086
|
-
"class": "col-lg-
|
|
12098
|
+
"class": "col-lg-5 d-flex align-items-center justify-content-end p-0"
|
|
12087
12099
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
12088
12100
|
"class": "col-lg-4 p-0 d-flex justify-content-end align-items-center",
|
|
12089
12101
|
onClick: function onClick() {
|
|
@@ -12202,7 +12214,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12202
12214
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
12203
12215
|
}, /*#__PURE__*/React.createElement("p", {
|
|
12204
12216
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
12205
|
-
}, 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
|
|
12217
|
+
}, 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", {
|
|
12206
12218
|
"class": "ml-2 mr-2"
|
|
12207
12219
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
12208
12220
|
onClick: function onClick() {
|
|
@@ -12270,7 +12282,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
12270
12282
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12271
12283
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
12272
12284
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12273
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
12285
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
12274
12286
|
size: sectionproperties.cartBtn_iconFontSize
|
|
12275
12287
|
}))), sectionproperties.showupperheadersection == 'Hide' && /*#__PURE__*/React.createElement("div", {
|
|
12276
12288
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
@@ -12782,7 +12794,7 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
12782
12794
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
12783
12795
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
12784
12796
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
12785
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
12797
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
12786
12798
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
12787
12799
|
}), lang.orderhistory))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
12788
12800
|
onClick: function onClick() {
|
|
@@ -13463,7 +13475,7 @@ var Header8 = function Header8(props) {
|
|
|
13463
13475
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
13464
13476
|
}, /*#__PURE__*/React.createElement("p", {
|
|
13465
13477
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
13466
|
-
}, 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
|
|
13478
|
+
}, 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", {
|
|
13467
13479
|
"class": "ml-2 mr-2"
|
|
13468
13480
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
13469
13481
|
style: {
|
|
@@ -13561,7 +13573,7 @@ var Header8 = function Header8(props) {
|
|
|
13561
13573
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13562
13574
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
13563
13575
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13564
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
13576
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
13565
13577
|
size: sectionproperties.cartBtn_iconFontSize
|
|
13566
13578
|
})), /*#__PURE__*/React.createElement("div", {
|
|
13567
13579
|
"class": langdetect == 'en' ? 'ml-2' : 'mr-2'
|
|
@@ -13663,8 +13675,8 @@ var Header8 = function Header8(props) {
|
|
|
13663
13675
|
}, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React.createElement(Dropdown.Divider, null));
|
|
13664
13676
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
13665
13677
|
"class": "col-lg-10 flex-row d-flex align-items-center justify-content-start"
|
|
13666
|
-
}, /*#__PURE__*/React.createElement("
|
|
13667
|
-
"class": '
|
|
13678
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
13679
|
+
"class": ' scrollhorizontal w-100 align-items-center justify-content-start ',
|
|
13668
13680
|
style: {
|
|
13669
13681
|
display: sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
13670
13682
|
}
|
|
@@ -13675,21 +13687,17 @@ var Header8 = function Header8(props) {
|
|
|
13675
13687
|
}
|
|
13676
13688
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
13677
13689
|
return /*#__PURE__*/React.createElement("div", {
|
|
13678
|
-
|
|
13679
|
-
cursor: 'pointer'
|
|
13680
|
-
},
|
|
13690
|
+
"class": "".concat(activeclass) + ' cursor-pointer scrollhorizontalcard ',
|
|
13681
13691
|
onClick: function onClick() {
|
|
13682
13692
|
routingcountext(item.navigationroute);
|
|
13683
|
-
}
|
|
13684
|
-
}, /*#__PURE__*/React.createElement("li", {
|
|
13685
|
-
"class": "".concat(activeclass),
|
|
13693
|
+
},
|
|
13686
13694
|
style: {
|
|
13687
13695
|
marginRight: langdetect == 'en' ? '25px' : 0,
|
|
13688
13696
|
marginLeft: langdetect == 'en' ? 0 : '25px'
|
|
13689
13697
|
}
|
|
13690
13698
|
}, /*#__PURE__*/React.createElement("div", {
|
|
13691
13699
|
"class": "".concat(header_cssstyles.navbar_item_text)
|
|
13692
|
-
}, " ", langdetect == 'en' ? item.pagename : item.pagename_ar))
|
|
13700
|
+
}, " ", langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
13693
13701
|
}
|
|
13694
13702
|
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement(Subheader, {
|
|
13695
13703
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -13715,8 +13723,8 @@ var Header8 = function Header8(props) {
|
|
|
13715
13723
|
}));
|
|
13716
13724
|
};
|
|
13717
13725
|
|
|
13718
|
-
var css_248z$t = ".headerresturant-module_header_innercontainer__K3I1g {\n display: flex;\n align-items: center;\n align-content: center;\n z-index: 10;\n}\n.
|
|
13719
|
-
var headerstyles$9 = {"header_innercontainer":"headerresturant-module_header_innercontainer__K3I1g","
|
|
13726
|
+
var css_248z$t = ".headerresturant-module_header_innercontainer__K3I1g {\n display: flex;\n align-items: center;\n align-content: center;\n z-index: 10;\n}\n/* .header_innercontainer .navbar ul {\n margin: 0;\n padding: 0;\n display: flex;\n list-style: none;\n align-items: center;\n}\n.header_innercontainer .navbar ul li {\n position: relative !important;\n} */\n.headerresturant-module_header_innercontainer__K3I1g .headerresturant-module_navbar_item__Exl8b {\n position: relative;\n cursor: pointer;\n white-space: nowrap;\n display: flex;\n align-items: center;\n}\n.headerresturant-module_header_innercontainer__K3I1g .headerresturant-module_navbar_item__Exl8b .headerresturant-module_navbar_item_text__psv09 {\n transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n transition: 0.3s;\n padding: 0;\n}\n.headerresturant-module_header_innercontainer__K3I1g .headerresturant-module_navbar_item__Exl8b .headerresturant-module_navbar_item_text__psv09:after {\n content: '';\n width: 7px;\n height: 7px;\n position: absolute;\n left: -12px !important;\n bottom: 0;\n top:0;\n margin: auto !important;\n border-radius: 50%;\n margin: 0 auto;\n opacity: 0;\n -webkit-transition: all, 0.3s;\n -moz-transition: all, 0.3s;\n -ms-transition: all, 0.3s;\n -o-transition: all, 0.3s;\n transition: all, 0.3s;\n}\n.headerresturant-module_header_innercontainer__K3I1g .headerresturant-module_navbar_item__Exl8b:hover .headerresturant-module_navbar_item_text__psv09:after {\n opacity: 1;\n}\n.headerresturant-module_navbar_item_active__8BCbD .headerresturant-module_navbar_item_text__psv09:after{\n opacity: 1 !important;\n}\n/* Side Nav Active */\n.headerresturant-module_header_innercontainer__K3I1g .headerresturant-module_navbar_item_active__8BCbD .headerresturant-module_navbar_item_text__psv09:after {\n opacity: 1;\n}\n\n/* Search Bar */\n.headerresturant-module_header_innercontainer__K3I1g .headerresturant-module_searchbarcont__4VPWj input::placeholder {\n color: #8c8c8c;\n font-weight: normal;\n}\n\n/* Language Container */\n.headerresturant-module_language_cont__LwHIK {\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n width: 3.5vh;\n height: 3.5vh;\n border-radius: 5px;\n /* color: #022648; */\n /* background-color: white; */\n font-size: 13px;\n line-height: 4vh;\n transition: 0.3s ease, color 0.3s ease;\n font-weight: 600;\n}\n\n/* Badge */\n.headerresturant-module_badge_counter_header_notifications__mGA2- {\n position: absolute;\n transform: scale(0.3);\n transform-origin: top right;\n display: flex;\n align-items: center;\n justify-content: center;\n}";
|
|
13727
|
+
var headerstyles$9 = {"header_innercontainer":"headerresturant-module_header_innercontainer__K3I1g","navbar_item":"headerresturant-module_navbar_item__Exl8b","navbar_item_text":"headerresturant-module_navbar_item_text__psv09","navbar_item_active":"headerresturant-module_navbar_item_active__8BCbD","searchbarcont":"headerresturant-module_searchbarcont__4VPWj","language_cont":"headerresturant-module_language_cont__LwHIK","badge_counter_header_notifications":"headerresturant-module_badge_counter_header_notifications__mGA2-"};
|
|
13720
13728
|
styleInject(css_248z$t);
|
|
13721
13729
|
|
|
13722
13730
|
function ownKeys$1k(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -14010,7 +14018,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14010
14018
|
}, /*#__PURE__*/React.createElement("div", {
|
|
14011
14019
|
"class": "".concat(headerstyles$9.header_innercontainer, " ").concat(header_cssstyles.header_innercontainer) + ' row m-0 w-100 d-flex d-md-none align-items-center '
|
|
14012
14020
|
}, /*#__PURE__*/React.createElement("div", {
|
|
14013
|
-
"class": "col-lg-
|
|
14021
|
+
"class": "col-lg-3 p-0 d-flex align-items-center"
|
|
14014
14022
|
}, /*#__PURE__*/React.createElement("div", {
|
|
14015
14023
|
"class": "".concat(header_cssstyles.header_logo) + ' d-flex align-items-center justify-content-center ',
|
|
14016
14024
|
style: {
|
|
@@ -14028,23 +14036,24 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14028
14036
|
maxHeight: '100%'
|
|
14029
14037
|
}
|
|
14030
14038
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
14031
|
-
"class": "col-lg-
|
|
14032
|
-
}, /*#__PURE__*/React.createElement("
|
|
14033
|
-
"class":
|
|
14034
|
-
|
|
14039
|
+
"class": "col-lg-6 p-0 d-flex align-items-center justify-content-center"
|
|
14040
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
14041
|
+
"class": "scrollhorizontal w-100 align-items-center justify-content-center",
|
|
14042
|
+
style: {
|
|
14043
|
+
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
14044
|
+
}
|
|
14045
|
+
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
14035
14046
|
var activeclass = '';
|
|
14036
14047
|
if (item.isselected) {
|
|
14037
14048
|
activeclass = headerstyles$9.navbar_item_active;
|
|
14038
14049
|
}
|
|
14039
14050
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
14040
|
-
return /*#__PURE__*/React.createElement("
|
|
14041
|
-
"class": "allcentered",
|
|
14051
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
14052
|
+
"class": "allcentered cursor-pointer",
|
|
14042
14053
|
style: {
|
|
14043
|
-
flex: 1,
|
|
14044
14054
|
paddingLeft: '25px',
|
|
14045
14055
|
paddingRight: '25px'
|
|
14046
|
-
}
|
|
14047
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
14056
|
+
},
|
|
14048
14057
|
onClick: function onClick() {
|
|
14049
14058
|
routingcountext(item.navigationroute, false, '');
|
|
14050
14059
|
}
|
|
@@ -14052,10 +14061,19 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14052
14061
|
"class": "".concat(headerstyles$9.navbar_item, " ").concat(activeclass)
|
|
14053
14062
|
}, /*#__PURE__*/React.createElement("span", {
|
|
14054
14063
|
"class": "".concat(headerstyles$9.navbar_item_text, " ").concat(header_cssstyles.navbar_item_text)
|
|
14055
|
-
}, langdetect == 'en' ? item.pagename : item.pagename_ar)))
|
|
14064
|
+
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
14056
14065
|
}
|
|
14057
|
-
}))
|
|
14058
|
-
|
|
14066
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement(Subheader, {
|
|
14067
|
+
sectionpropertiesprops: sectionproperties,
|
|
14068
|
+
actions: actions,
|
|
14069
|
+
subheaderpropertiesprops: {
|
|
14070
|
+
subheaderpositionprops: 'in nav',
|
|
14071
|
+
paddingLeftprops: '35px',
|
|
14072
|
+
paddingRightprops: '35px',
|
|
14073
|
+
subheadercontentpositionprops: 'center'
|
|
14074
|
+
}
|
|
14075
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
14076
|
+
"class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
|
|
14059
14077
|
}, /*#__PURE__*/React.createElement(Dropdown, {
|
|
14060
14078
|
style: {
|
|
14061
14079
|
marginRight: langdetect == 'en' ? '30px' : 0,
|
|
@@ -14131,7 +14149,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14131
14149
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
14132
14150
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
14133
14151
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
14134
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
14152
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
14135
14153
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
14136
14154
|
}), /*#__PURE__*/React.createElement("span", null, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
14137
14155
|
onClick: function onClick() {
|
|
@@ -14216,7 +14234,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14216
14234
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
14217
14235
|
"class": "",
|
|
14218
14236
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14219
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
14237
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
14220
14238
|
size: sectionproperties.cartBtn_iconFontSize
|
|
14221
14239
|
})), /*#__PURE__*/React.createElement("div", {
|
|
14222
14240
|
className: "".concat(headerstyles$9.badge_counter_header_notifications, " ").concat(header_cssstyles.badge_counter_header_notifications) + ' d-flex justify-content-center text-center ',
|
|
@@ -14360,7 +14378,7 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14360
14378
|
"class": "ml-2 mr-2"
|
|
14361
14379
|
}, lang.english)))))))), /*#__PURE__*/React.createElement("div", {
|
|
14362
14380
|
"class": "col-lg-12 p-0"
|
|
14363
|
-
}, sectionproperties.showhidesubheader == 'Show' && /*#__PURE__*/React.createElement(Subheader, {
|
|
14381
|
+
}, sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React.createElement(Subheader, {
|
|
14364
14382
|
sectionpropertiesprops: sectionproperties,
|
|
14365
14383
|
actions: actions,
|
|
14366
14384
|
subheaderpropertiesprops: {
|
|
@@ -14377,8 +14395,8 @@ var HeaderRestaurant = function HeaderRestaurant(props) {
|
|
|
14377
14395
|
}))));
|
|
14378
14396
|
};
|
|
14379
14397
|
|
|
14380
|
-
var css_248z$s = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n display: flex;\n align-items: center;\n align-content: center;\n position: relative;\n z-index: 1000;\n transition: all 0.2s;\n}\n.header_contactinfo-module_lowerHeaderContainer__toB3m .header_contactinfo-
|
|
14381
|
-
var headerstyles$8 = {"lowerHeaderContainer":"header_contactinfo-module_lowerHeaderContainer__toB3m","
|
|
14398
|
+
var css_248z$s = ".header_contactinfo-module_lowerHeaderContainer__toB3m {\n display: flex;\n align-items: center;\n align-content: center;\n position: relative;\n z-index: 1000;\n transition: all 0.2s;\n}\n.header_contactinfo-module_lowerHeaderContainer__toB3m .header_contactinfo-module_navbar_item__T6mXT {\n position: relative;\n cursor: pointer;\n white-space: nowrap;\n display: flex;\n align-items: center;\n}\n.header_contactinfo-module_lowerHeaderContainer__toB3m .header_contactinfo-module_navbar_item__T6mXT .header_contactinfo-module_navbar_item_text__dSoH9 {\n transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);\n transition: 0.3s;\n padding: 0;\n}\n.header_contactinfo-module_lowerHeaderContainer__toB3m .header_contactinfo-module_navbar_item__T6mXT .header_contactinfo-module_navbar_item_text__dSoH9:after {\n position: absolute;\n left: 0;\n bottom: -10px;\n right: 0;\n width: 7px;\n height: 7px;\n content: '';\n border-radius: 50%;\n margin: 0 auto;\n opacity: 0;\n -webkit-transition: all, 0.3s;\n -moz-transition: all, 0.3s;\n -ms-transition: all, 0.3s;\n -o-transition: all, 0.3s;\n transition: all, 0.3s;\n}\n.header_contactinfo-module_lowerHeaderContainer__toB3m .header_contactinfo-module_navbar_item__T6mXT:hover .header_contactinfo-module_navbar_item_text__dSoH9:after {\n opacity: 1;\n}\n/* Side Nav Active */\n.header_contactinfo-module_lowerHeaderContainer__toB3m .header_contactinfo-module_navbar_item_active__eiC3f .header_contactinfo-module_navbar_item_text__dSoH9:after {\n opacity: 1;\n}\n/* Badge */\n.header_contactinfo-module_badge_counter_header_notifications__gWKN6 {\n position: absolute;\n transform: scale(0.3);\n transform-origin: top right;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n";
|
|
14399
|
+
var headerstyles$8 = {"lowerHeaderContainer":"header_contactinfo-module_lowerHeaderContainer__toB3m","navbar_item":"header_contactinfo-module_navbar_item__T6mXT","navbar_item_text":"header_contactinfo-module_navbar_item_text__dSoH9","navbar_item_active":"header_contactinfo-module_navbar_item_active__eiC3f","badge_counter_header_notifications":"header_contactinfo-module_badge_counter_header_notifications__gWKN6"};
|
|
14382
14400
|
styleInject(css_248z$s);
|
|
14383
14401
|
|
|
14384
14402
|
function ownKeys$1j(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -14846,19 +14864,19 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
14846
14864
|
maxHeight: '100%'
|
|
14847
14865
|
}
|
|
14848
14866
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
14849
|
-
"class": "col-lg-7 p-0 d-flex align-items-center justify-content-start"
|
|
14850
|
-
}, /*#__PURE__*/React.createElement("
|
|
14851
|
-
"class":
|
|
14867
|
+
"class": "col-lg-7 p-0 d-flex align-items-center justify-content-start h-100"
|
|
14868
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
14869
|
+
"class": "scrollhorizontal w-100 align-items-center justify-content-start h-100",
|
|
14852
14870
|
style: {
|
|
14853
14871
|
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
14854
14872
|
}
|
|
14855
|
-
},
|
|
14873
|
+
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
14856
14874
|
var activeclass = '';
|
|
14857
14875
|
if (item.isselected) {
|
|
14858
14876
|
activeclass = headerstyles$8.navbar_item_active;
|
|
14859
14877
|
}
|
|
14860
14878
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
14861
|
-
return /*#__PURE__*/React.createElement("
|
|
14879
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
14862
14880
|
style: {
|
|
14863
14881
|
marginLeft: langdetect == 'en' ? 0 : '35px',
|
|
14864
14882
|
marginRight: langdetect == 'en' ? '35px' : 0
|
|
@@ -14872,7 +14890,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
14872
14890
|
"class": "".concat(headerstyles$8.navbar_item_text, " ").concat(header_cssstyles.navbar_item_text)
|
|
14873
14891
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
14874
14892
|
}
|
|
14875
|
-
}))
|
|
14893
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement(Subheader, {
|
|
14876
14894
|
sectionpropertiesprops: sectionproperties,
|
|
14877
14895
|
actions: actions,
|
|
14878
14896
|
subheaderpropertiesprops: {
|
|
@@ -14994,7 +15012,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
14994
15012
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
14995
15013
|
}, /*#__PURE__*/React.createElement("p", {
|
|
14996
15014
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
14997
|
-
}, 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
|
|
15015
|
+
}, 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", {
|
|
14998
15016
|
"class": "ml-2 mr-2"
|
|
14999
15017
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
15000
15018
|
onClick: function onClick() {
|
|
@@ -15066,7 +15084,7 @@ var HeaderwithContactinfo = function HeaderwithContactinfo(props) {
|
|
|
15066
15084
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15067
15085
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
15068
15086
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15069
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
15087
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
15070
15088
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15071
15089
|
}))), sectionproperties.showupperheadersection == 'Hide' && /*#__PURE__*/React.createElement("div", {
|
|
15072
15090
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
@@ -15625,7 +15643,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
15625
15643
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15626
15644
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
15627
15645
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15628
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
15646
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
15629
15647
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
15630
15648
|
})), /*#__PURE__*/React.createElement("p", {
|
|
15631
15649
|
"class": ' allcenetered m-0 p-0 '
|
|
@@ -15728,7 +15746,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
15728
15746
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
15729
15747
|
"class": "",
|
|
15730
15748
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15731
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
15749
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
15732
15750
|
size: sectionproperties.cartBtn_iconFontSize
|
|
15733
15751
|
})), /*#__PURE__*/React.createElement("div", {
|
|
15734
15752
|
className: "".concat(headerstyles$7.badge_counter_header_notifications, " ").concat(header_cssstyles.badge_counter_header_notifications) + ' d-flex justify-content-center text-center ',
|
|
@@ -16325,7 +16343,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16325
16343
|
className: "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
16326
16344
|
}, /*#__PURE__*/React.createElement("p", {
|
|
16327
16345
|
className: "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
16328
|
-
}, 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
|
|
16346
|
+
}, 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", {
|
|
16329
16347
|
className: "ml-2 mr-2"
|
|
16330
16348
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
16331
16349
|
style: {
|
|
@@ -16390,25 +16408,31 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16390
16408
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16391
16409
|
className: "col-lg-8 d-flex align-items-center"
|
|
16392
16410
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16393
|
-
|
|
16394
|
-
|
|
16395
|
-
|
|
16396
|
-
|
|
16411
|
+
"class": ' scrollhorizontal w-100 align-items-center justify-content-start flex-row ',
|
|
16412
|
+
style: {
|
|
16413
|
+
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
16414
|
+
}
|
|
16415
|
+
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
16397
16416
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
16398
|
-
return /*#__PURE__*/React.createElement("
|
|
16399
|
-
className: header_cssstyles.navItemContainer,
|
|
16417
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
16418
|
+
className: header_cssstyles.navItemContainer + ' scrollhorizontalcard cursor-pointer ',
|
|
16400
16419
|
onClick: function onClick() {
|
|
16401
|
-
|
|
16402
|
-
pageitem.isselected = false;
|
|
16403
|
-
});
|
|
16404
|
-
templatepropcontext.pagesnprop[index].isselected = true;
|
|
16420
|
+
routingcountext(item.navigationroute);
|
|
16405
16421
|
}
|
|
16406
|
-
}, /*#__PURE__*/React.createElement("
|
|
16407
|
-
href: item.navigationroute,
|
|
16422
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
16408
16423
|
className: "".concat(header_cssstyles.navbar_item_text) + ' navbar_item_text '
|
|
16409
16424
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar));
|
|
16410
16425
|
}
|
|
16411
|
-
}))
|
|
16426
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement(Subheader, {
|
|
16427
|
+
actions: actions,
|
|
16428
|
+
sectionpropertiesprops: sectionproperties,
|
|
16429
|
+
subheaderpropertiesprops: {
|
|
16430
|
+
subheaderpositionprops: 'in nav',
|
|
16431
|
+
paddingLeftprops: '30px',
|
|
16432
|
+
paddingRightprops: '30px',
|
|
16433
|
+
subheadercontentpositionprops: 'start'
|
|
16434
|
+
}
|
|
16435
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
16412
16436
|
className: "col-lg-4 d-flex align-items-center justify-content-end"
|
|
16413
16437
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16414
16438
|
className: "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center ',
|
|
@@ -16461,7 +16485,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16461
16485
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
16462
16486
|
className: "",
|
|
16463
16487
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16464
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
16488
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
16465
16489
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16466
16490
|
})), /*#__PURE__*/React.createElement("div", {
|
|
16467
16491
|
className: "".concat(headerstyles$6.badge_counter_header_notifications, " ").concat(header_cssstyles.badge_counter_header_notifications) + ' d-flex justify-content-center text-center ',
|
|
@@ -16533,7 +16557,7 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16533
16557
|
}
|
|
16534
16558
|
}), /*#__PURE__*/React.createElement("span", {
|
|
16535
16559
|
className: 'ml-2 mr-2'
|
|
16536
|
-
}, lang.english)))))))))), sectionproperties.showhidesubheader == 'Show' && /*#__PURE__*/React.createElement(Subheader, {
|
|
16560
|
+
}, lang.english)))))))))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React.createElement(Subheader, {
|
|
16537
16561
|
actions: actions,
|
|
16538
16562
|
sectionpropertiesprops: sectionproperties,
|
|
16539
16563
|
subheaderpropertiesprops: {
|
|
@@ -16595,8 +16619,8 @@ var StylishHeader = function StylishHeader(props) {
|
|
|
16595
16619
|
className: "col-lg-6"
|
|
16596
16620
|
}, /*#__PURE__*/React.createElement("div", {
|
|
16597
16621
|
style: {
|
|
16598
|
-
width: '
|
|
16599
|
-
height: '
|
|
16622
|
+
width: sectionproperties.searchlogowidth + 'vh',
|
|
16623
|
+
height: sectionproperties.searchlogoheight + 'vh'
|
|
16600
16624
|
}
|
|
16601
16625
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
16602
16626
|
urlEndpoint: IKurlEndpoint,
|
|
@@ -17149,7 +17173,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
17149
17173
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
17150
17174
|
}, /*#__PURE__*/React.createElement("p", {
|
|
17151
17175
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
17152
|
-
}, 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
|
|
17176
|
+
}, 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", {
|
|
17153
17177
|
"class": "ml-2 mr-2"
|
|
17154
17178
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
17155
17179
|
onClick: function onClick() {
|
|
@@ -17334,7 +17358,7 @@ var ThreeTieredHeader = function ThreeTieredHeader(props) {
|
|
|
17334
17358
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17335
17359
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
17336
17360
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17337
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
17361
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
17338
17362
|
size: sectionproperties.cartBtn_iconFontSize
|
|
17339
17363
|
}))), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
17340
17364
|
"class": "ml-2 mr-2"
|
|
@@ -18083,7 +18107,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
18083
18107
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
18084
18108
|
}, /*#__PURE__*/React.createElement("p", {
|
|
18085
18109
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
18086
|
-
}, 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
|
|
18110
|
+
}, 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", {
|
|
18087
18111
|
"class": "ml-2 mr-2"
|
|
18088
18112
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
18089
18113
|
onClick: function onClick() {
|
|
@@ -18155,7 +18179,7 @@ var SearchFocusedHeader = function SearchFocusedHeader(props) {
|
|
|
18155
18179
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18156
18180
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
18157
18181
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18158
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
18182
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
18159
18183
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18160
18184
|
}))), sectionproperties.showupperheadersection == 'Hide' && /*#__PURE__*/React.createElement("div", {
|
|
18161
18185
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
@@ -18893,7 +18917,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18893
18917
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18894
18918
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
18895
18919
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18896
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
18920
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
18897
18921
|
size: sectionproperties.cartBtn_iconFontSize
|
|
18898
18922
|
}))), /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
18899
18923
|
"class": header_cssstyles.user_btnContainer + ' d-flex justify-content-center align-items-center '
|
|
@@ -18979,7 +19003,7 @@ var HeaderWithUtilityBar = function HeaderWithUtilityBar(props) {
|
|
|
18979
19003
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
18980
19004
|
}, /*#__PURE__*/React.createElement("p", {
|
|
18981
19005
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
18982
|
-
}, 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
|
|
19006
|
+
}, 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, null), /*#__PURE__*/React.createElement("span", {
|
|
18983
19007
|
"class": "ml-2 mr-2"
|
|
18984
19008
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
18985
19009
|
onClick: function onClick() {
|
|
@@ -19085,6 +19109,18 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19085
19109
|
}
|
|
19086
19110
|
}
|
|
19087
19111
|
}, [templateproperties_context]);
|
|
19112
|
+
var _useState5 = useState([]),
|
|
19113
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
19114
|
+
textarray = _useState6[0],
|
|
19115
|
+
settextarray = _useState6[1];
|
|
19116
|
+
useEffect(function () {
|
|
19117
|
+
if (sectionproperties.length != 0 && sectionproperties.txtArray != undefined) {
|
|
19118
|
+
var textarrayparsed = JSON.parse(sectionproperties.txtArray);
|
|
19119
|
+
if (Array.isArray(textarrayparsed)) {
|
|
19120
|
+
settextarray(_toConsumableArray(textarrayparsed));
|
|
19121
|
+
}
|
|
19122
|
+
}
|
|
19123
|
+
}, [sectionproperties]);
|
|
19088
19124
|
var header_cssstyles = {
|
|
19089
19125
|
upperheadersection: css({
|
|
19090
19126
|
background: sectionproperties.uppersection_bgcolortransparent == 'Transparent' ? 'Transparent' : sectionproperties.uppersection_bgcolor,
|
|
@@ -19373,6 +19409,11 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19373
19409
|
color: sectionproperties.youtubebtnTextcoloronhover,
|
|
19374
19410
|
backgroundColor: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColoronhover
|
|
19375
19411
|
}
|
|
19412
|
+
}),
|
|
19413
|
+
textSlider: css({
|
|
19414
|
+
fontSize: sectionproperties.textsliderfontsize + 'px',
|
|
19415
|
+
color: sectionproperties.textsliderfontcolor,
|
|
19416
|
+
fontWeight: sectionproperties.textsliderfontweight
|
|
19376
19417
|
})
|
|
19377
19418
|
};
|
|
19378
19419
|
return /*#__PURE__*/React.createElement("div", {
|
|
@@ -19424,17 +19465,16 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19424
19465
|
"class": langdetect == 'en' ? ' mr-1 ' : ' ml-1 '
|
|
19425
19466
|
}, langdetect == 'en' ? 'Call Us:' : 'تواصل معنا على:'), authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : (_authdetailsContext$i8 = _authdetailsContext$i7.contactinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.mobile))))), /*#__PURE__*/React.createElement("div", {
|
|
19426
19467
|
"class": "col-lg-4 d-flex align-items-center justify-content-center p-0"
|
|
19427
|
-
}, /*#__PURE__*/React.createElement("
|
|
19428
|
-
|
|
19429
|
-
|
|
19430
|
-
|
|
19431
|
-
|
|
19432
|
-
|
|
19433
|
-
|
|
19434
|
-
|
|
19435
|
-
|
|
19436
|
-
|
|
19437
|
-
}, "This is an infinitely sliding text example ")))), /*#__PURE__*/React.createElement("div", {
|
|
19468
|
+
}, /*#__PURE__*/React.createElement("marquee", null, /*#__PURE__*/React.createElement("span", {
|
|
19469
|
+
style: {
|
|
19470
|
+
display: 'flex',
|
|
19471
|
+
flexDirection: 'row'
|
|
19472
|
+
}
|
|
19473
|
+
}, textarray.map(function (item, index) {
|
|
19474
|
+
return /*#__PURE__*/React.createElement("p", {
|
|
19475
|
+
"class": header_cssstyles.textSlider + ' ml-4 mr-4 '
|
|
19476
|
+
}, langdetect == 'en' ? item.textEnglish : item.textArabic);
|
|
19477
|
+
})))), /*#__PURE__*/React.createElement("div", {
|
|
19438
19478
|
"class": "col-lg-4 d-flex align-items-center p-0"
|
|
19439
19479
|
}, /*#__PURE__*/React.createElement("div", {
|
|
19440
19480
|
"class": "row m-0 d-flex justify-content-end w-100"
|
|
@@ -19640,7 +19680,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19640
19680
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19641
19681
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
19642
19682
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19643
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
19683
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
19644
19684
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
19645
19685
|
}), lang.orderhistory))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
19646
19686
|
onClick: function onClick() {
|
|
@@ -19721,7 +19761,7 @@ var HeaderWithTextSlide = function HeaderWithTextSlide(props) {
|
|
|
19721
19761
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19722
19762
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
19723
19763
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19724
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
19764
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
19725
19765
|
size: sectionproperties.cartBtn_iconFontSize
|
|
19726
19766
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
19727
19767
|
"class": "col-lg-12 p-0"
|
|
@@ -20247,7 +20287,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
20247
20287
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20248
20288
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
20249
20289
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20250
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
20290
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
20251
20291
|
"class": langdetect == 'en' ? 'mr-2' : 'ml-2'
|
|
20252
20292
|
}), lang.orderhistory))), /*#__PURE__*/React.createElement(Dropdown.Divider, null), /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
20253
20293
|
onClick: function onClick() {
|
|
@@ -20302,7 +20342,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
20302
20342
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20303
20343
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
20304
20344
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20305
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
20345
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
20306
20346
|
size: sectionproperties.cartBtn_iconFontSize
|
|
20307
20347
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
20308
20348
|
"class": "col-lg-12 p-0"
|
|
@@ -20385,7 +20425,7 @@ var HeaderWithSearchOnCenter = function HeaderWithSearchOnCenter(props) {
|
|
|
20385
20425
|
|
|
20386
20426
|
function ownKeys$1b(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
20387
20427
|
function _objectSpread$1b(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1b(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1b(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
20388
|
-
var
|
|
20428
|
+
var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
20389
20429
|
var _css, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$c, _authdetailsContext$i7, _authdetailsContext$i8, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6;
|
|
20390
20430
|
var lang = props.actions.lang;
|
|
20391
20431
|
var langdetect = props.actions.langdetect;
|
|
@@ -20458,8 +20498,7 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20458
20498
|
paddingTop: sectionproperties.lowersection_paddingtop + 'px',
|
|
20459
20499
|
paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
|
|
20460
20500
|
paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
|
|
20461
|
-
paddingRight: langdetect == 'en' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px'
|
|
20462
|
-
zIndex: 200
|
|
20501
|
+
paddingRight: langdetect == 'en' ? sectionproperties.lowersection_paddingright + 'px' : sectionproperties.lowersection_paddingleft + 'px'
|
|
20463
20502
|
}),
|
|
20464
20503
|
upperheadertext: css({
|
|
20465
20504
|
fontSize: sectionproperties.footerinfotext_fontsize + 'px',
|
|
@@ -20515,7 +20554,6 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20515
20554
|
transition: '.3s',
|
|
20516
20555
|
height: sectionproperties.searchbarcont_height + 'px',
|
|
20517
20556
|
background: sectionproperties.searchbarcont_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.searchbarcont_bgcolor,
|
|
20518
|
-
width: '100%',
|
|
20519
20557
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomLeftRadius + 'px' : sectionproperties.searchbarcont_borderBottomRightRadius + 'px',
|
|
20520
20558
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderBottomRightRadius + 'px' : sectionproperties.searchbarcont_borderBottomLeftRadius + 'px',
|
|
20521
20559
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.searchbarcont_borderTopLeftRadius + 'px' : sectionproperties.searchbarcont_borderTopRightRadius + 'px',
|
|
@@ -20776,9 +20814,12 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20776
20814
|
maxHeight: '100%'
|
|
20777
20815
|
}
|
|
20778
20816
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
20779
|
-
"class": "col-lg-7 p-0 d-flex align-items-center justify-content-
|
|
20817
|
+
"class": "col-lg-7 p-0 d-flex align-items-center justify-content-center"
|
|
20780
20818
|
}, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
20781
|
-
"class": ' row
|
|
20819
|
+
"class": ' row d-flex justify-content-center m-0 ',
|
|
20820
|
+
style: {
|
|
20821
|
+
width: sectionproperties.searchbarcont_width + '%'
|
|
20822
|
+
}
|
|
20782
20823
|
}, /*#__PURE__*/React.createElement("div", {
|
|
20783
20824
|
"class": 'col-lg-3 p-0 d-flex align-items-center justify-content-start ',
|
|
20784
20825
|
onClick: function onClick() {
|
|
@@ -20826,9 +20867,9 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20826
20867
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem text-overflow m-0 p-0 '
|
|
20827
20868
|
}, langdetect == 'en' ? item.title_en : item.title_ar)))), index != authdetailsContext.instinfo.instcollections.length - 1 && /*#__PURE__*/React.createElement(Dropdown.Divider, null));
|
|
20828
20869
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
20829
|
-
"class": "col-lg-9 p-0 d-flex justify-content-
|
|
20870
|
+
"class": "col-lg-9 p-0 d-flex justify-content-start align-items-center"
|
|
20830
20871
|
}, /*#__PURE__*/React.createElement("div", {
|
|
20831
|
-
"class": header_cssstyles.searchbarcont + ' p-0 m-0 ',
|
|
20872
|
+
"class": header_cssstyles.searchbarcont + ' p-0 m-0 w-100 ',
|
|
20832
20873
|
style: {
|
|
20833
20874
|
position: 'relative'
|
|
20834
20875
|
}
|
|
@@ -20852,22 +20893,19 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20852
20893
|
srcfromprops: 'headerfullwidth',
|
|
20853
20894
|
actions: actions
|
|
20854
20895
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
20855
|
-
"class": "col-lg-
|
|
20896
|
+
"class": "col-lg-1 p-0"
|
|
20897
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
20898
|
+
"class": "col-lg-2 p-0"
|
|
20856
20899
|
}, /*#__PURE__*/React.createElement("div", {
|
|
20857
|
-
"class": "row m-0 w-100 d-flex align-items-center justify-content-
|
|
20900
|
+
"class": "row m-0 w-100 d-flex align-items-center justify-content-between h-100"
|
|
20858
20901
|
}, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
20859
|
-
"class": "d-flex align-items-center justify-content-
|
|
20860
|
-
style: {
|
|
20861
|
-
height: '40px',
|
|
20862
|
-
borderRight: langdetect == 'en' ? '1px solid ' + sectionproperties.upperheaderseparatorcolor : 0,
|
|
20863
|
-
borderLeft: langdetect == 'en' ? 0 : '1px solid ' + sectionproperties.upperheaderseparatorcolor
|
|
20864
|
-
}
|
|
20902
|
+
"class": "d-flex align-items-center justify-content-end"
|
|
20865
20903
|
}, /*#__PURE__*/React.createElement("a", {
|
|
20866
20904
|
href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : (_authdetailsContext$i4 = _authdetailsContext$i3.contactinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.mobile),
|
|
20867
20905
|
target: '_self',
|
|
20868
20906
|
"class": header_cssstyles.upperheadertext + ' d-flex justify-content-center align-items-center '
|
|
20869
20907
|
}, /*#__PURE__*/React.createElement("div", {
|
|
20870
|
-
"class": '
|
|
20908
|
+
"class": ' ml-2 mr-2 '
|
|
20871
20909
|
}, /*#__PURE__*/React.createElement("i", {
|
|
20872
20910
|
"class": ' allcentered '
|
|
20873
20911
|
}, langdetect == 'en' && /*#__PURE__*/React.createElement(FaPhoneAlt, {
|
|
@@ -20884,18 +20922,17 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20884
20922
|
}, /*#__PURE__*/React.createElement("p", {
|
|
20885
20923
|
"class": "m-0 p-0",
|
|
20886
20924
|
style: {
|
|
20887
|
-
textTransform: 'lowercase',
|
|
20888
20925
|
fontSize: '15px',
|
|
20889
20926
|
color: sectionproperties.footerinfotext_secondarycolor,
|
|
20890
20927
|
lineHeight: '15px'
|
|
20891
20928
|
}
|
|
20892
|
-
}, lang.
|
|
20929
|
+
}, lang.callus2), /*#__PURE__*/React.createElement("p", {
|
|
20893
20930
|
style: {
|
|
20894
20931
|
lineHeight: sectionproperties.footerinfotext_fontsize + 'px'
|
|
20895
20932
|
},
|
|
20896
20933
|
"class": ' p-0 m-0 '
|
|
20897
20934
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : (_authdetailsContext$i6 = _authdetailsContext$i5.contactinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.mobile)))), /*#__PURE__*/React.createElement("div", {
|
|
20898
|
-
"class":
|
|
20935
|
+
"class": langdetect == 'en' ? 'headerdropdownml dropdown-toggle_w100' : 'headerdropdownmr dropdown-toggle_w100'
|
|
20899
20936
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
20900
20937
|
"class": ' d-flex justify-content-center align-items-center '
|
|
20901
20938
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -20918,12 +20955,12 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
20918
20955
|
},
|
|
20919
20956
|
"class": "m-0 p-0"
|
|
20920
20957
|
}, lang.account), /*#__PURE__*/React.createElement("p", {
|
|
20921
|
-
"class": '
|
|
20958
|
+
"class": ' m-0 p-0 text-overflow ',
|
|
20922
20959
|
style: {
|
|
20923
|
-
maxWidth: '
|
|
20960
|
+
maxWidth: '120px',
|
|
20924
20961
|
fontSize: '13px'
|
|
20925
20962
|
}
|
|
20926
|
-
}, lang.
|
|
20963
|
+
}, lang.loginregister)))), authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
|
|
20927
20964
|
"class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
|
|
20928
20965
|
sytle: {
|
|
20929
20966
|
position: 'relative'
|
|
@@ -21035,10 +21072,11 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
21035
21072
|
"class": header_cssstyles.lowerheaderSection + ' row m-0 w-100 '
|
|
21036
21073
|
}, /*#__PURE__*/React.createElement("div", {
|
|
21037
21074
|
"class": "col-lg-9 p-0 d-flex justify-content-start align-items-center "
|
|
21038
|
-
}, /*#__PURE__*/React.createElement("
|
|
21039
|
-
"class":
|
|
21040
|
-
|
|
21041
|
-
|
|
21075
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
21076
|
+
"class": "scrollhorizontal w-100 align-items-center justify-content-start",
|
|
21077
|
+
style: {
|
|
21078
|
+
display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
|
|
21079
|
+
}
|
|
21042
21080
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
21043
21081
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
21044
21082
|
return /*#__PURE__*/React.createElement("li", {
|
|
@@ -21054,7 +21092,16 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
21054
21092
|
"class": "".concat(headerstyles$4.navbar_item, " ").concat(header_cssstyles.navbar_item)
|
|
21055
21093
|
}, langdetect == 'en' ? item.pagename : item.pagename_ar)));
|
|
21056
21094
|
}
|
|
21057
|
-
}))
|
|
21095
|
+
})), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement(Subheader, {
|
|
21096
|
+
sectionpropertiesprops: sectionproperties,
|
|
21097
|
+
actions: actions,
|
|
21098
|
+
subheaderpropertiesprops: {
|
|
21099
|
+
subheaderpositionprops: 'in nav',
|
|
21100
|
+
paddingLeftprops: '35px',
|
|
21101
|
+
paddingRightprops: '35px',
|
|
21102
|
+
subheadercontentpositionprops: 'start'
|
|
21103
|
+
}
|
|
21104
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
21058
21105
|
"class": "col-lg-3 d-flex align-items-center justify-content-end"
|
|
21059
21106
|
}, /*#__PURE__*/React.createElement("div", {
|
|
21060
21107
|
"class": "".concat(header_cssstyles.wishlist_btn) + ' d-flex justify-content-center align-items-center cursor-pointer ',
|
|
@@ -21062,8 +21109,8 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
21062
21109
|
routingcountext(StaticPagesLinksContext.Wishlist);
|
|
21063
21110
|
},
|
|
21064
21111
|
style: {
|
|
21065
|
-
marginRight: langdetect == 'en' ? '
|
|
21066
|
-
marginLeft: langdetect == 'ar' ? '
|
|
21112
|
+
marginRight: langdetect == 'en' ? '1.5rem' : 0,
|
|
21113
|
+
marginLeft: langdetect == 'ar' ? '1.5rem' : 0
|
|
21067
21114
|
}
|
|
21068
21115
|
}, sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React.createElement(FaRegHeart, {
|
|
21069
21116
|
size: sectionproperties.favBtnIconfontsize
|
|
@@ -21072,8 +21119,8 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
21072
21119
|
})), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
21073
21120
|
"class": 'd-flex align-items-center justify-content-end',
|
|
21074
21121
|
style: {
|
|
21075
|
-
marginRight:
|
|
21076
|
-
marginLeft:
|
|
21122
|
+
marginRight: langdetect == 'en' ? '1.5rem' : 0,
|
|
21123
|
+
marginLeft: langdetect == 'ar' ? '1.5rem' : 0
|
|
21077
21124
|
}
|
|
21078
21125
|
}, /*#__PURE__*/React.createElement("div", {
|
|
21079
21126
|
"class": "".concat(header_cssstyles.cart_btn) + ' allcentered ',
|
|
@@ -21099,12 +21146,6 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
21099
21146
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
21100
21147
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21101
21148
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
21102
|
-
style: {
|
|
21103
|
-
marginLeft: langdetect == 'en' ? '1rem' : 0,
|
|
21104
|
-
marginRight: langdetect == 'ar' ? '1rem' : 0
|
|
21105
|
-
},
|
|
21106
|
-
"class": 'd-flex align-items-center justify-content-center'
|
|
21107
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
21108
21149
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
21109
21150
|
}, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
|
|
21110
21151
|
"class": "".concat(headerstyles$4.header_menu) + ' allcentered '
|
|
@@ -21113,8 +21154,8 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
21113
21154
|
}, /*#__PURE__*/React.createElement("img", {
|
|
21114
21155
|
src: egyptflag,
|
|
21115
21156
|
style: {
|
|
21116
|
-
maxWidth: '
|
|
21117
|
-
maxHeight: '
|
|
21157
|
+
maxWidth: '2vh',
|
|
21158
|
+
maxHeight: '2vh'
|
|
21118
21159
|
}
|
|
21119
21160
|
}), /*#__PURE__*/React.createElement("div", {
|
|
21120
21161
|
style: {
|
|
@@ -21124,14 +21165,14 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
21124
21165
|
},
|
|
21125
21166
|
"class": "ml-2 mr-2"
|
|
21126
21167
|
}), /*#__PURE__*/React.createElement("p", {
|
|
21127
|
-
"class": "m-0 p-0"
|
|
21168
|
+
"class": "m-0 p-0 font-weight-500"
|
|
21128
21169
|
}, "\u0639")), langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
|
21129
21170
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
21130
21171
|
}, /*#__PURE__*/React.createElement("img", {
|
|
21131
21172
|
src: usflag,
|
|
21132
21173
|
style: {
|
|
21133
|
-
maxWidth: '
|
|
21134
|
-
maxHeight: '
|
|
21174
|
+
maxWidth: '2vh',
|
|
21175
|
+
maxHeight: '2vh'
|
|
21135
21176
|
}
|
|
21136
21177
|
}), /*#__PURE__*/React.createElement("div", {
|
|
21137
21178
|
style: {
|
|
@@ -21141,7 +21182,7 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
21141
21182
|
},
|
|
21142
21183
|
"class": "ml-2 mr-2"
|
|
21143
21184
|
}), /*#__PURE__*/React.createElement("p", {
|
|
21144
|
-
"class": "m-0 p-0"
|
|
21185
|
+
"class": "m-0 p-0 font-weight-500"
|
|
21145
21186
|
}, "En")))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, /*#__PURE__*/React.createElement(Dropdown.Item, {
|
|
21146
21187
|
"class": "".concat(header_cssstyles.dropdownitem),
|
|
21147
21188
|
onClick: function onClick() {
|
|
@@ -21176,7 +21217,18 @@ var SearchHeader = function SearchHeader(props) {
|
|
|
21176
21217
|
}
|
|
21177
21218
|
}), /*#__PURE__*/React.createElement("span", {
|
|
21178
21219
|
"class": "ml-2 mr-2"
|
|
21179
|
-
}, lang.english)))))))))
|
|
21220
|
+
}, lang.english))))))))), /*#__PURE__*/React.createElement("div", {
|
|
21221
|
+
"class": "col-lg-12 p-0"
|
|
21222
|
+
}, sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React.createElement(Subheader, {
|
|
21223
|
+
sectionpropertiesprops: sectionproperties,
|
|
21224
|
+
actions: actions,
|
|
21225
|
+
subheaderpropertiesprops: {
|
|
21226
|
+
subheaderpositionprops: 'Full Width',
|
|
21227
|
+
paddingLeftprops: '35px',
|
|
21228
|
+
paddingRightprops: '35px',
|
|
21229
|
+
subheadercontentpositionprops: 'center'
|
|
21230
|
+
}
|
|
21231
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
21180
21232
|
"class": "col-lg-12 p-0"
|
|
21181
21233
|
}, /*#__PURE__*/React.createElement(Headerresponsive, {
|
|
21182
21234
|
sectionpropertiesprops: sectionproperties,
|
|
@@ -21696,7 +21748,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21696
21748
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
21697
21749
|
}, /*#__PURE__*/React.createElement("p", {
|
|
21698
21750
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
21699
|
-
}, 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
|
|
21751
|
+
}, 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", {
|
|
21700
21752
|
"class": "ml-2 mr-2"
|
|
21701
21753
|
}, lang.orderhistory)))), /*#__PURE__*/React.createElement(Dropdown.Divider, {
|
|
21702
21754
|
style: {
|
|
@@ -21912,7 +21964,7 @@ var NewHeader = function NewHeader(props) {
|
|
|
21912
21964
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21913
21965
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
21914
21966
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21915
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
21967
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
21916
21968
|
size: sectionproperties.cartBtn_iconFontSize
|
|
21917
21969
|
}))))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React.createElement("div", {
|
|
21918
21970
|
"class": "row m-0 w-100 justify-content-center align-items-center",
|
|
@@ -26299,7 +26351,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
26299
26351
|
className: "row m-0 w-100"
|
|
26300
26352
|
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
26301
26353
|
return /*#__PURE__*/React.createElement("div", {
|
|
26302
|
-
"class": sectionproperties.numberOfColsvertical == '1' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-12 p-0 col-lg-12 col-md-4 p-0 d-flex justify-content-center col-sm-6 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-12 p-0 col-lg-12 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto' : ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '2' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft ' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-6 p-0 col-lg-6 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0' : sectionproperties.numberOfColsvertical == '3' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-4 p-0 col-lg-4 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '4' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '12' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : '' : sectionproperties.numberOfColsvertical == '6' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-2 p-0 col-lg-2 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-2 p-0 col-lg-
|
|
26354
|
+
"class": sectionproperties.numberOfColsvertical == '1' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-12 p-0 col-lg-12 col-md-4 p-0 d-flex justify-content-center col-sm-6 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-12 p-0 col-lg-12 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-12 p-0 col-lg-12 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-12 p-0 col-lg-12 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '2' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft ' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-6 p-0 col-lg-6 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-6 p-0 col-lg-6 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-6 p-0 col-lg-6 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-6 p-0 col-lg-6 col-md-6 col-sm-12 d-flex justify-content-center p-0' : sectionproperties.numberOfColsvertical == '3' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-4 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-4 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-4 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-4 p-0 col-lg-4 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-4 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-4 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '4' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 p-0 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'ModernProductCard' ? ' col-xl-3 p-0 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-3 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-3 col-lg-4 col-md-4 col-sm-6 p-0 d-flex justify-content-center p-0 ' : sectionproperties.numberOfColsvertical == '12' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-3 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-3 p-0 col-lg-4 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-3 p-0 col-lg-3 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-3 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-3 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : '' : sectionproperties.numberOfColsvertical == '6' ? item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productccard_with_imageontopleft' ? ' col-xl-2 col-lg-4 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'MenuCard' ? ' col-xl-2 p-0 col-lg-2 col-md-12 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'StylishProductCard' ? ' col-xl-2 p-0 col-lg-2 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? ' col-xl-2 p-0 col-lg-3 col-md-3 col-sm-6 d-flex justify-content-center p-0 ' : item.tabexsectioninfo.sectioncompname == 'Card20' ? ' col-xl-2 p-0 col-lg-2 col-md-4 col-sm-10 d-flex justify-content-center p-0 ml-sm-auto mr-sm-auto ' : item.tabexsectioninfo.sectioncompname == 'Simplecategorycardwithtextbelow' ? ' col-xl-2 p-0 col-lg-3 col-md-4 col-sm-6 d-flex justify-content-center p-0 ' : ' col-xl-2 col-lg-4 col-md-6 col-sm-12 d-flex justify-content-center p-0 ' : ''
|
|
26303
26355
|
}, /*#__PURE__*/React.createElement(Sectioncomp, {
|
|
26304
26356
|
sectiontypeprops: 'horizontal',
|
|
26305
26357
|
fetchingtypeprops: fetchingtype,
|
|
@@ -27713,6 +27765,19 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
27713
27765
|
}
|
|
27714
27766
|
})
|
|
27715
27767
|
};
|
|
27768
|
+
var SectionTitle = function SectionTitle() {
|
|
27769
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
27770
|
+
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 d-flex justify-content-center mb-md-0' : 'col-lg-12 d-flex justify-content-md-center mb-md-0'
|
|
27771
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
27772
|
+
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_cssstyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_cssstyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start justify-content-md-center' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : "".concat(section_cssstyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ',
|
|
27773
|
+
style: {
|
|
27774
|
+
color: sectionproperties.sectionTitleColor,
|
|
27775
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
27776
|
+
paddingLeft: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
27777
|
+
paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0
|
|
27778
|
+
}
|
|
27779
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar));
|
|
27780
|
+
};
|
|
27716
27781
|
var cardsrender = function cardsrender() {
|
|
27717
27782
|
return /*#__PURE__*/React.createElement("div", {
|
|
27718
27783
|
"class": "row m-0 w-100",
|
|
@@ -27731,17 +27796,18 @@ var ModernCardsSection = function ModernCardsSection(props) {
|
|
|
27731
27796
|
}, /*#__PURE__*/React.createElement("div", {
|
|
27732
27797
|
"class": "row m-0 allcentered w-100"
|
|
27733
27798
|
}, /*#__PURE__*/React.createElement("div", {
|
|
27734
|
-
"class":
|
|
27735
|
-
}, /*#__PURE__*/React.createElement("p", {
|
|
27736
|
-
"class": sectionproperties.sectiontitlefontfamily == 'Pacifico' ? "".concat(section_cssstyles.sectiontitlespan) + ' PacificoFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Playfair' ? "".concat(section_cssstyles.sectiontitlespan) + ' PlayfairFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Great Vibes' ? "".concat(section_cssstyles.sectiontitlespan) + ' GreatvibesFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center' : sectionproperties.sectiontitlefontfamily == 'Quicksand' ? ' QuicksandFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : sectionproperties.sectiontitlefontfamily == 'Satisfy' ? ' SatisfyFont mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ' : "".concat(section_cssstyles.sectiontitlespan) + ' mb-auto mb-0 pb-0 font-sm-18 wordbreak d-flex align-items-center justify-content-start justify-content-md-center ',
|
|
27799
|
+
"class": ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
|
|
27737
27800
|
style: {
|
|
27738
|
-
|
|
27739
|
-
|
|
27740
|
-
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
27741
|
-
paddingLeft: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0,
|
|
27742
|
-
paddingRight: sectionproperties.sectiontitlestyle == 'Line Before Text' ? '12px' : 0
|
|
27801
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
27802
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px'
|
|
27743
27803
|
}
|
|
27744
|
-
},
|
|
27804
|
+
}, SectionTitle()), /*#__PURE__*/React.createElement("div", {
|
|
27805
|
+
"class": ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
|
|
27806
|
+
style: {
|
|
27807
|
+
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
27808
|
+
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
27809
|
+
}
|
|
27810
|
+
}, SectionTitle()), /*#__PURE__*/React.createElement("div", {
|
|
27745
27811
|
"class": sectionproperties.sectiontitleposition == 'Centered' ? 'col-lg-12 d-flex align-items-center justify-content-center mb-md-0' : 'col-lg-12 d-flex align-items-center justify-content-start justify-content-md-center mb-md-0',
|
|
27746
27812
|
style: {
|
|
27747
27813
|
marginBottom: sectionproperties.descriptionMarginBottom + 'px'
|
|
@@ -29607,7 +29673,8 @@ var BackgroundSectionWithServicesCards = function BackgroundSectionWithServicesC
|
|
|
29607
29673
|
width: 40,
|
|
29608
29674
|
height: 40,
|
|
29609
29675
|
marginBottom: 'auto',
|
|
29610
|
-
marginRight: '10px'
|
|
29676
|
+
marginRight: langdetect == 'en' ? '10px' : 0,
|
|
29677
|
+
marginLeft: langdetect == 'ar' ? '10px' : 0
|
|
29611
29678
|
}
|
|
29612
29679
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
29613
29680
|
urlEndpoint: IKurlEndpoint,
|
|
@@ -31701,8 +31768,41 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
31701
31768
|
height: '100%',
|
|
31702
31769
|
zIndex: 1000
|
|
31703
31770
|
}),
|
|
31771
|
+
bgimage: css({
|
|
31772
|
+
':before': {
|
|
31773
|
+
content: 'h',
|
|
31774
|
+
position: 'absolute',
|
|
31775
|
+
width: '100%',
|
|
31776
|
+
height: '100%',
|
|
31777
|
+
backgroundColor: 'rgba(0,0,0,' + sectionproperties.darknessopacity + ')',
|
|
31778
|
+
top: 0,
|
|
31779
|
+
borrom: 0,
|
|
31780
|
+
right: 0,
|
|
31781
|
+
left: 0,
|
|
31782
|
+
zIndex: 1,
|
|
31783
|
+
fontSize: 0,
|
|
31784
|
+
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
31785
|
+
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
31786
|
+
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
31787
|
+
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px'
|
|
31788
|
+
}
|
|
31789
|
+
}),
|
|
31790
|
+
text1styles: css({
|
|
31791
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
31792
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
31793
|
+
marginTop: sectionproperties.slideshowText1Content_marginTop + 'px',
|
|
31794
|
+
marginBottom: sectionproperties.slideshowText1Content_marginBottom + 'px',
|
|
31795
|
+
marginLeft: sectionproperties.slideshowText1Content_marginLeft + 'px',
|
|
31796
|
+
textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
31797
|
+
}),
|
|
31798
|
+
text2styles: css({
|
|
31799
|
+
marginBottom: sectionproperties.slideshowText2Content_marginBottom + 'px',
|
|
31800
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
31801
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
31802
|
+
marginLeft: sectionproperties.generaltext2_leftposition + 'px',
|
|
31803
|
+
textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
31804
|
+
}),
|
|
31704
31805
|
btnone: css({
|
|
31705
|
-
position: 'absolute',
|
|
31706
31806
|
width: sectionproperties.generalbtn_width + 'px',
|
|
31707
31807
|
height: sectionproperties.generalbtn_height + 'px',
|
|
31708
31808
|
background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
@@ -31715,6 +31815,10 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
31715
31815
|
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
31716
31816
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
31717
31817
|
border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
|
|
31818
|
+
marginLeft: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'en' ? sectionproperties.generalbtn_leftposition + 'px' : '',
|
|
31819
|
+
marginRight: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'ar' ? sectionproperties.generalbtn_leftposition + 'px' : '',
|
|
31820
|
+
marginTop: 'auto',
|
|
31821
|
+
marginBottom: sectionproperties.generalbtn_topposition + 'px',
|
|
31718
31822
|
transition: '.3s',
|
|
31719
31823
|
':hover': {
|
|
31720
31824
|
background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
@@ -31722,8 +31826,6 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
31722
31826
|
}
|
|
31723
31827
|
}),
|
|
31724
31828
|
btnresp: css({
|
|
31725
|
-
// position: 'absolute',
|
|
31726
|
-
// bottom: 10,
|
|
31727
31829
|
width: sectionproperties.generalbtn_width + 'px',
|
|
31728
31830
|
height: sectionproperties.generalbtn_height + 'px',
|
|
31729
31831
|
background: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
@@ -31736,30 +31838,13 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
31736
31838
|
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
31737
31839
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
31738
31840
|
border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
|
|
31841
|
+
marginLeft: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'en' ? sectionproperties.generalbtn_leftposition + 'px' : '',
|
|
31842
|
+
marginRight: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'ar' ? sectionproperties.generalbtn_leftposition + 'px' : '',
|
|
31739
31843
|
transition: '.3s',
|
|
31740
31844
|
':hover': {
|
|
31741
31845
|
background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
31742
31846
|
color: sectionproperties.generalbtn_textColoronhover
|
|
31743
31847
|
}
|
|
31744
|
-
}),
|
|
31745
|
-
bgimage: css({
|
|
31746
|
-
':before': {
|
|
31747
|
-
content: 'h',
|
|
31748
|
-
position: 'absolute',
|
|
31749
|
-
width: '100%',
|
|
31750
|
-
height: '100%',
|
|
31751
|
-
backgroundColor: 'rgba(0,0,0,' + sectionproperties.darknessopacity + ')',
|
|
31752
|
-
top: 0,
|
|
31753
|
-
borrom: 0,
|
|
31754
|
-
right: 0,
|
|
31755
|
-
left: 0,
|
|
31756
|
-
zIndex: 1,
|
|
31757
|
-
fontSize: 0,
|
|
31758
|
-
borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
|
|
31759
|
-
borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
|
|
31760
|
-
borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
31761
|
-
borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px'
|
|
31762
|
-
}
|
|
31763
31848
|
})
|
|
31764
31849
|
};
|
|
31765
31850
|
var BackgroundImage = function BackgroundImage() {
|
|
@@ -31864,49 +31949,27 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
31864
31949
|
zIndex: 1
|
|
31865
31950
|
}
|
|
31866
31951
|
}, /*#__PURE__*/React.createElement("div", {
|
|
31867
|
-
className: "".concat(bgcssstyles.centered_container) + ' row m-0 d-flex pt-0 '
|
|
31952
|
+
className: "".concat(bgcssstyles.centered_container) + ' row m-0 d-flex pt-0 d-flex align-items-stretch '
|
|
31868
31953
|
}, /*#__PURE__*/React.createElement("div", {
|
|
31869
|
-
className: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? '
|
|
31954
|
+
className: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? ' d-flex flex-column d-md-none col-lg-12 d-flex align-items-stretch ' : bgimagearrayofobjs[index].bg1_numberofcols >= '6' ? ' d-flex flex-column d-md-none col-lg-6 d-flex align-items-stretch ' : ' d-flex flex-column d-md-none col-lg-10 d-flex align-items-stretch ',
|
|
31870
31955
|
style: {
|
|
31871
31956
|
position: 'relative',
|
|
31872
31957
|
overflow: 'hidden'
|
|
31873
31958
|
}
|
|
31874
31959
|
}, /*#__PURE__*/React.createElement("p", {
|
|
31875
|
-
className: 'd-flex justify-content-md-center wordbreak',
|
|
31960
|
+
className: bgcssstyles.text1styles + ' d-flex justify-content-md-center wordbreak ',
|
|
31876
31961
|
style: {
|
|
31877
31962
|
maxWidth: '100%',
|
|
31878
|
-
|
|
31879
|
-
fontSize: bgimagearrayofobjs[index].bg1_fontsize + 'px',
|
|
31880
|
-
color: bgimagearrayofobjs[index].bg1_txtcolor,
|
|
31881
|
-
textTransform: bgimagearrayofobjs[index].bg1_txttransform,
|
|
31882
|
-
fontWeight: bgimagearrayofobjs[index].bg1_fontweight,
|
|
31883
|
-
top: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : bgimagearrayofobjs[index].bg1_texttop + 'px',
|
|
31884
|
-
left: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : langdetect == 'en' ? bgimagearrayofobjs[index].bg1_textleft + 'px' : '',
|
|
31885
|
-
right: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : langdetect == 'en' ? '' : bgimagearrayofobjs[index].bg1_textleft + 'px',
|
|
31886
|
-
bottom: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 0 : '',
|
|
31887
|
-
margin: bgimagearrayofobjs[index].bg1_numberofcols == '12' ? 'auto' : '',
|
|
31888
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
31963
|
+
color: bgimagearrayofobjs[index].bg1_txtcolor
|
|
31889
31964
|
}
|
|
31890
31965
|
}, langdetect == 'en' ? bgimagearrayofobjs[index].bg1_text_en : bgimagearrayofobjs[index].bg1_text_ar), bgimagearrayofobjs[index].showdescription1 == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
31891
|
-
className: 'd-flex justify-content-md-center wordbreak',
|
|
31966
|
+
className: bgcssstyles.text2styles + ' d-flex justify-content-md-center wordbreak ',
|
|
31892
31967
|
style: {
|
|
31893
|
-
|
|
31894
|
-
position: 'relative',
|
|
31895
|
-
fontSize: bgimagearrayofobjs[index].bg1_desfontsize + 'px',
|
|
31896
|
-
color: bgimagearrayofobjs[index].bg1_descolor,
|
|
31897
|
-
textTransform: bgimagearrayofobjs[index].bg1_destxttransform,
|
|
31898
|
-
fontWeight: bgimagearrayofobjs[index].bg1_desfontweight,
|
|
31899
|
-
top: bgimagearrayofobjs[index].desc1top + 'px',
|
|
31900
|
-
left: langdetect == 'en' ? bgimagearrayofobjs[index].desc1left + 'px' : '',
|
|
31901
|
-
right: langdetect == 'en' ? '' : bgimagearrayofobjs[index].desc1left + 'px',
|
|
31902
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
31968
|
+
color: bgimagearrayofobjs[index].bg1_descolor
|
|
31903
31969
|
}
|
|
31904
31970
|
}, langdetect == 'en' ? bgimagearrayofobjs[index].bg1_descriptionen : bgimagearrayofobjs[index].bg1_descriptionar), bgimagearrayofobjs[index].showbutton1 == 'Show' && /*#__PURE__*/React.createElement("button", {
|
|
31905
31971
|
className: "".concat(bgcssstyles.btnone) + ' allcentered ',
|
|
31906
31972
|
style: {
|
|
31907
|
-
top: bgimagearrayofobjs[index].bg1_btnpositiontop + 'px',
|
|
31908
|
-
left: langdetect == 'en' ? bgimagearrayofobjs[index].bg1_btnpositionleft + 'px' : '',
|
|
31909
|
-
right: langdetect == 'en' ? '' : bgimagearrayofobjs[index].bg1_btnpositionleft + 'px',
|
|
31910
31973
|
letterSpacing: langdetect == 'en' ? '1px' : 0
|
|
31911
31974
|
},
|
|
31912
31975
|
onClick: function onClick() {
|
|
@@ -31927,24 +31990,14 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
31927
31990
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
31928
31991
|
className: "col-md-12 d-none d-md-flex flex-column mt-auto mb-auto "
|
|
31929
31992
|
}, /*#__PURE__*/React.createElement("p", {
|
|
31930
|
-
className:
|
|
31993
|
+
className: bgcssstyles.text1styles + ' wordbreak m-0 ',
|
|
31931
31994
|
style: {
|
|
31932
|
-
|
|
31933
|
-
fontSize: bgimagearrayofobjs[index].bg1_fontsize + 'px',
|
|
31934
|
-
color: bgimagearrayofobjs[index].bg1_txtcolor,
|
|
31935
|
-
textTransform: bgimagearrayofobjs[index].bg1_txttransform,
|
|
31936
|
-
fontWeight: bgimagearrayofobjs[index].bg1_fontweight,
|
|
31937
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
31995
|
+
color: bgimagearrayofobjs[index].bg1_txtcolor
|
|
31938
31996
|
}
|
|
31939
31997
|
}, langdetect == 'en' ? bgimagearrayofobjs[index].bg1_text_en : bgimagearrayofobjs[index].bg1_text_ar), bgimagearrayofobjs[index].showdescription1 == 'Show' && /*#__PURE__*/React.createElement("p", {
|
|
31940
|
-
className: 'd-flex justify-content-md-center wordbreak m-0',
|
|
31998
|
+
className: bgcssstyles.text2styles + ' d-flex justify-content-md-center wordbreak m-0 ',
|
|
31941
31999
|
style: {
|
|
31942
|
-
|
|
31943
|
-
fontSize: bgimagearrayofobjs[index].bg1_desfontsize + 'px',
|
|
31944
|
-
color: bgimagearrayofobjs[index].bg1_descolor,
|
|
31945
|
-
textTransform: bgimagearrayofobjs[index].bg1_destxttransform,
|
|
31946
|
-
fontWeight: bgimagearrayofobjs[index].bg1_desfontweight,
|
|
31947
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
32000
|
+
color: bgimagearrayofobjs[index].bg1_descolor
|
|
31948
32001
|
}
|
|
31949
32002
|
}, langdetect == 'en' ? bgimagearrayofobjs[index].bg1_descriptionen : bgimagearrayofobjs[index].bg1_descriptionar), bgimagearrayofobjs[index].showbutton1 == 'Show' && /*#__PURE__*/React.createElement("button", {
|
|
31950
32003
|
className: "".concat(bgcssstyles.btnresp) + ' mt-md-5 mt-sm-3 ',
|
|
@@ -32155,7 +32208,10 @@ var AboutSection = function AboutSection(props) {
|
|
|
32155
32208
|
position: 'relative'
|
|
32156
32209
|
}
|
|
32157
32210
|
}, /*#__PURE__*/React.createElement("span", {
|
|
32158
|
-
"class": "".concat(section_styles.sectiontitlespan2) + ' wordbreak '
|
|
32211
|
+
"class": "".concat(section_styles.sectiontitlespan2) + ' wordbreak text-md-center ',
|
|
32212
|
+
style: {
|
|
32213
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
32214
|
+
}
|
|
32159
32215
|
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar))))), /*#__PURE__*/React.createElement("div", {
|
|
32160
32216
|
"class": 'col-lg-12 d-flex justify-content-center mb-3 pl-md-2 pr-md-2'
|
|
32161
32217
|
}, /*#__PURE__*/React.createElement("p", {
|
|
@@ -33691,8 +33747,12 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
33691
33747
|
setsectionproperties = _useState2[1];
|
|
33692
33748
|
var _useState3 = useState([]),
|
|
33693
33749
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
33694
|
-
|
|
33695
|
-
|
|
33750
|
+
cardsarray = _useState4[0],
|
|
33751
|
+
setcardsarray = _useState4[1];
|
|
33752
|
+
var _useState5 = useState([]),
|
|
33753
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
33754
|
+
bgimagearrayofobjs = _useState6[0],
|
|
33755
|
+
setbgimagearrayofobjs = _useState6[1];
|
|
33696
33756
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
33697
33757
|
props.actions.lang;
|
|
33698
33758
|
var langdetect = props.actions.langdetect;
|
|
@@ -33725,34 +33785,20 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
33725
33785
|
}
|
|
33726
33786
|
}
|
|
33727
33787
|
}, [sectionproperties]);
|
|
33788
|
+
useEffect(function () {
|
|
33789
|
+
if (sectionproperties.length != 0 && sectionproperties.card_arrayofobjects != undefined) {
|
|
33790
|
+
var card_arrayofobjsparsed = JSON.parse(sectionproperties.card_arrayofobjects);
|
|
33791
|
+
if (Array.isArray(card_arrayofobjsparsed)) {
|
|
33792
|
+
setcardsarray(_toConsumableArray(card_arrayofobjsparsed));
|
|
33793
|
+
}
|
|
33794
|
+
}
|
|
33795
|
+
}, [sectionproperties]);
|
|
33728
33796
|
var Slideshowsettings = {
|
|
33729
33797
|
indicators: false,
|
|
33730
33798
|
arrows: false,
|
|
33731
33799
|
pauseOnHover: false,
|
|
33732
33800
|
scale: 1.4
|
|
33733
33801
|
};
|
|
33734
|
-
var slideshow_styles = {
|
|
33735
|
-
slideshow_btn: css({
|
|
33736
|
-
zIndex: 1000,
|
|
33737
|
-
height: sectionproperties.generalbtn_height + 'px',
|
|
33738
|
-
width: sectionproperties.generalbtn_width + 'px',
|
|
33739
|
-
background: sectionproperties.generalbtn_bgColor,
|
|
33740
|
-
color: sectionproperties.generalbtn_textColor,
|
|
33741
|
-
borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
33742
|
-
borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
33743
|
-
borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
33744
|
-
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
33745
|
-
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
33746
|
-
lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
33747
|
-
textTransform: sectionproperties.generalbtn_texttransform,
|
|
33748
|
-
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
33749
|
-
transition: '.3s',
|
|
33750
|
-
':hover': {
|
|
33751
|
-
background: sectionproperties.generalbtn_bgColoronhover,
|
|
33752
|
-
color: sectionproperties.generalbtn_textColoronhover
|
|
33753
|
-
}
|
|
33754
|
-
})
|
|
33755
|
-
};
|
|
33756
33802
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
33757
33803
|
return /*#__PURE__*/React.createElement("div", {
|
|
33758
33804
|
"class": 'row m-0 w-100 pl-md-2 pr-md-2',
|
|
@@ -33764,7 +33810,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
33764
33810
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
33765
33811
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
33766
33812
|
}
|
|
33767
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
33813
|
+
}, sectionproperties.slideshowtext1_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
33768
33814
|
"class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 d-flex justify-content-start'
|
|
33769
33815
|
}, /*#__PURE__*/React.createElement("p", {
|
|
33770
33816
|
className: "m-0 p-0 wordbreak PacificoFont",
|
|
@@ -33773,7 +33819,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
33773
33819
|
color: sectionproperties.slideshowText1ContentColor,
|
|
33774
33820
|
fontWeight: sectionproperties.slideshowText1ContentFontWeight
|
|
33775
33821
|
}
|
|
33776
|
-
}, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React.createElement("div", {
|
|
33822
|
+
}, langdetect == 'en' ? item.titleen : item.titlear)), sectionproperties.slideshowtext2_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
33777
33823
|
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 d-flex justify-content-start'
|
|
33778
33824
|
}, /*#__PURE__*/React.createElement("p", {
|
|
33779
33825
|
className: "m-0 p-0 wordbreak",
|
|
@@ -33792,18 +33838,53 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
33792
33838
|
onClick: function onClick() {
|
|
33793
33839
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
|
|
33794
33840
|
}
|
|
33795
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' '
|
|
33796
|
-
|
|
33797
|
-
|
|
33798
|
-
|
|
33799
|
-
|
|
33841
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')));
|
|
33842
|
+
};
|
|
33843
|
+
var slideshow_styles = {
|
|
33844
|
+
slideshow_btn: css({
|
|
33845
|
+
zIndex: 1000,
|
|
33846
|
+
height: sectionproperties.generalbtn_height + 'px',
|
|
33847
|
+
width: sectionproperties.generalbtn_width + 'px',
|
|
33848
|
+
background: sectionproperties.generalbtn_bgColor,
|
|
33849
|
+
color: sectionproperties.generalbtn_textColor,
|
|
33850
|
+
borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
33851
|
+
borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
33852
|
+
borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
33853
|
+
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
33854
|
+
fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
33855
|
+
lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
33856
|
+
textTransform: sectionproperties.generalbtn_texttransform,
|
|
33857
|
+
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
33858
|
+
transition: '.3s',
|
|
33859
|
+
':hover': {
|
|
33860
|
+
background: sectionproperties.generalbtn_bgColoronhover,
|
|
33861
|
+
color: sectionproperties.generalbtn_textColoronhover
|
|
33862
|
+
}
|
|
33863
|
+
}),
|
|
33864
|
+
innerSection: css({
|
|
33865
|
+
// position: 'relative',
|
|
33866
|
+
zIndex: 1000,
|
|
33867
|
+
bottom: 0,
|
|
33868
|
+
marginTop: '-50px',
|
|
33869
|
+
width: sectionproperties.innersectionWidth + '%',
|
|
33870
|
+
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
33871
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
33872
|
+
paddingTop: sectionproperties.reservation_padding_top + 'px',
|
|
33873
|
+
paddingBottom: sectionproperties.reservation_padding_bottom + 'px',
|
|
33874
|
+
paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
|
|
33875
|
+
paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
|
|
33876
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
33877
|
+
})
|
|
33800
33878
|
};
|
|
33801
33879
|
return /*#__PURE__*/React.createElement("div", {
|
|
33802
|
-
"class":
|
|
33880
|
+
"class": ' row m-0 w-100 d-flex justify-content-center align-items-center ',
|
|
33881
|
+
style: {
|
|
33882
|
+
background: sectionproperties.lower_section_background
|
|
33883
|
+
}
|
|
33803
33884
|
}, /*#__PURE__*/React.createElement("div", {
|
|
33804
33885
|
"class": 'col-lg-12 p-0 d-flex justify-content-center',
|
|
33805
33886
|
style: {
|
|
33806
|
-
height: sectionproperties.height + 'vh'
|
|
33887
|
+
// height: sectionproperties.height + 'vh',
|
|
33807
33888
|
}
|
|
33808
33889
|
}, /*#__PURE__*/React.createElement("div", {
|
|
33809
33890
|
style: {
|
|
@@ -33814,8 +33895,8 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
33814
33895
|
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
33815
33896
|
width: sectionproperties.width + 'vw',
|
|
33816
33897
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
33817
|
-
marginTop: sectionproperties.marginTop + 'px'
|
|
33818
|
-
height: sectionproperties.height + 'vh'
|
|
33898
|
+
marginTop: sectionproperties.marginTop + 'px'
|
|
33899
|
+
// height: sectionproperties.height + 'vh',
|
|
33819
33900
|
}
|
|
33820
33901
|
}, /*#__PURE__*/React.createElement(Fade, _extends({}, Slideshowsettings, {
|
|
33821
33902
|
transitionDuration: 1500,
|
|
@@ -33837,7 +33918,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
33837
33918
|
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
33838
33919
|
routingcountext(item.clickableimg_page_route, false, '');
|
|
33839
33920
|
} else {
|
|
33840
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true,
|
|
33921
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.Clickableimg_getcoection);
|
|
33841
33922
|
}
|
|
33842
33923
|
}
|
|
33843
33924
|
},
|
|
@@ -33859,7 +33940,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
33859
33940
|
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
33860
33941
|
routingcountext(item.clickableimg_page_route, false, '');
|
|
33861
33942
|
} else {
|
|
33862
|
-
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true,
|
|
33943
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, item.Clickableimg_getcoection);
|
|
33863
33944
|
}
|
|
33864
33945
|
}
|
|
33865
33946
|
},
|
|
@@ -33877,7 +33958,49 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
33877
33958
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
33878
33959
|
}
|
|
33879
33960
|
}, SlideShowTextContainer(item)));
|
|
33880
|
-
}))
|
|
33961
|
+
})), cardsarray.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
33962
|
+
"class": "".concat(slideshow_styles.innerSection) + ' col-lg-9 col-md-10 col-sm-10 ml-auto mr-auto '
|
|
33963
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
33964
|
+
"class": ' row m-0 w-100 align-items-center justify-content-center '
|
|
33965
|
+
}, cardsarray.map(function (cardItem, cardinfoindex) {
|
|
33966
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
33967
|
+
"class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-md-2 mb-sm-3 p-0"
|
|
33968
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
33969
|
+
"class": "row m-0 w-100 d-flex align-items-center"
|
|
33970
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
33971
|
+
style: {
|
|
33972
|
+
width: '70px',
|
|
33973
|
+
height: '70px'
|
|
33974
|
+
}
|
|
33975
|
+
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
33976
|
+
urlEndpoint: IKurlEndpoint,
|
|
33977
|
+
publicKey: IKpublicKey,
|
|
33978
|
+
path: cardsarray.length != 0 ? cardItem.cardobj_img : '',
|
|
33979
|
+
style: {
|
|
33980
|
+
width: '100%',
|
|
33981
|
+
height: '100%',
|
|
33982
|
+
borderRadius: '100%'
|
|
33983
|
+
}
|
|
33984
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
33985
|
+
"class": "col-lg-8 col-md-8 col-sm-8 d-flex flex-column"
|
|
33986
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
33987
|
+
"class": "p-0 m-0 wordbreak wordbreak1",
|
|
33988
|
+
style: {
|
|
33989
|
+
color: sectionproperties.sectionTitleColor,
|
|
33990
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
33991
|
+
fontWeight: sectionproperties.sectionTitleFontWeight,
|
|
33992
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
33993
|
+
}
|
|
33994
|
+
}, langdetect == 'en' ? cardItem.cardobj_titleen : cardItem.cardobj_titlear), /*#__PURE__*/React.createElement("p", {
|
|
33995
|
+
"class": "m-0 wordbreak wordbreak1",
|
|
33996
|
+
style: {
|
|
33997
|
+
color: sectionproperties.prodCatColor,
|
|
33998
|
+
fontSize: sectionproperties.prodCatFontSize + 'px',
|
|
33999
|
+
fontWeight: sectionproperties.prodCatFontWeight,
|
|
34000
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
34001
|
+
}
|
|
34002
|
+
}, langdetect == 'en' ? cardItem.cardobj_descripen : cardItem.cardobj_descripar))));
|
|
34003
|
+
}))))));
|
|
33881
34004
|
};
|
|
33882
34005
|
|
|
33883
34006
|
function ownKeys$x(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -34835,7 +34958,7 @@ var Card21 = function Card21(props) {
|
|
|
34835
34958
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
34836
34959
|
"class": "",
|
|
34837
34960
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34838
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
34961
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
34839
34962
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34840
34963
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
34841
34964
|
"class": "".concat(cardsstyles2.iconsContainer2) + ' col-lg-12 col-md-12 col-sm-12 d-xl-none d-lg-none d-md-none d-sm-block p-0 justify-content-center '
|
|
@@ -34884,7 +35007,7 @@ var Card21 = function Card21(props) {
|
|
|
34884
35007
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
34885
35008
|
"class": "",
|
|
34886
35009
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34887
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
35010
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
34888
35011
|
size: sectionproperties.cartBtn_iconFontSize
|
|
34889
35012
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
34890
35013
|
"class": "col-lg-12 col-md-12 col-sm-12",
|
|
@@ -35493,7 +35616,7 @@ var Card23 = function Card23(props) {
|
|
|
35493
35616
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
35494
35617
|
"class": "",
|
|
35495
35618
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35496
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
35619
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
35497
35620
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35498
35621
|
})), /*#__PURE__*/React.createElement("p", {
|
|
35499
35622
|
"class": "m-0 p-0"
|
|
@@ -35755,7 +35878,7 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
35755
35878
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
35756
35879
|
"class": "",
|
|
35757
35880
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35758
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
35881
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
35759
35882
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35760
35883
|
})))), /*#__PURE__*/React.createElement("div", {
|
|
35761
35884
|
"class": "".concat(cardsstyles2.iconsContainer2) + ' d-xl-none d-lg-none d-md-none d-sm-block p-0 justify-content-center '
|
|
@@ -35804,7 +35927,7 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
35804
35927
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
35805
35928
|
"class": "",
|
|
35806
35929
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35807
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
35930
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
35808
35931
|
size: sectionproperties.cartBtn_iconFontSize
|
|
35809
35932
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
35810
35933
|
"class": "col-lg-12 col-md-12 col-sm-12",
|
|
@@ -36322,7 +36445,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
36322
36445
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
36323
36446
|
"class": "",
|
|
36324
36447
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36325
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
36448
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
36326
36449
|
size: sectionproperties.cartBtn_iconFontSize
|
|
36327
36450
|
})), addtocartbuttonrender()))))));
|
|
36328
36451
|
};
|
|
@@ -38308,7 +38431,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
38308
38431
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
38309
38432
|
"class": "",
|
|
38310
38433
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38311
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
38434
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
38312
38435
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38313
38436
|
})))))), /*#__PURE__*/React.createElement("div", {
|
|
38314
38437
|
"class": "col-lg-12 mt-1 p-0"
|
|
@@ -38420,7 +38543,7 @@ var MenuCard = function MenuCard(props) {
|
|
|
38420
38543
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
38421
38544
|
"class": "",
|
|
38422
38545
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38423
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
38546
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
38424
38547
|
size: sectionproperties.cartBtn_iconFontSize
|
|
38425
38548
|
})))))))))));
|
|
38426
38549
|
};
|
|
@@ -38626,9 +38749,11 @@ var ModernCardWithQuantityButton = function ModernCardWithQuantityButton(props)
|
|
|
38626
38749
|
display: 'flex',
|
|
38627
38750
|
alignItems: 'center',
|
|
38628
38751
|
justifyContent: 'center',
|
|
38629
|
-
borderRadius: sectionproperties.add_quantitybtn_borderradius + 'px',
|
|
38630
|
-
|
|
38631
|
-
|
|
38752
|
+
// borderRadius: sectionproperties.add_quantitybtn_borderradius + 'px',
|
|
38753
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.add_quantitybtn_leftborderradius + 'px' : sectionproperties.add_quantitybtn_rightborderradius + 'px',
|
|
38754
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.add_quantitybtn_leftborderradius + 'px' : sectionproperties.add_quantitybtn_rightborderradius + 'px',
|
|
38755
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.add_quantitybtn_rightborderradius + 'px' : sectionproperties.add_quantitybtn_leftborderradius + 'px',
|
|
38756
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.add_quantitybtn_rightborderradius + 'px' : sectionproperties.add_quantitybtn_leftborderradius + 'px',
|
|
38632
38757
|
fontSize: sectionproperties.add_quantitybtn_textfontsize + 'px',
|
|
38633
38758
|
color: sectionproperties.add_quantitybtn_textcolor,
|
|
38634
38759
|
transition: '.3s',
|
|
@@ -38643,17 +38768,18 @@ var ModernCardWithQuantityButton = function ModernCardWithQuantityButton(props)
|
|
|
38643
38768
|
}),
|
|
38644
38769
|
minus_quantitybtn_icon_container: css({
|
|
38645
38770
|
position: 'relative',
|
|
38646
|
-
width: sectionproperties.remove_quantitybtn_width + 'px',
|
|
38647
|
-
height: sectionproperties.remove_quantitybtn_height + 'px',
|
|
38648
|
-
background: sectionproperties.remove_quantitybtn_bgcolor,
|
|
38649
38771
|
display: 'flex',
|
|
38650
38772
|
alignItems: 'center',
|
|
38651
38773
|
justifyContent: 'center',
|
|
38652
|
-
|
|
38774
|
+
width: sectionproperties.remove_quantitybtn_width + 'px',
|
|
38775
|
+
height: sectionproperties.remove_quantitybtn_height + 'px',
|
|
38776
|
+
background: sectionproperties.remove_quantitybtn_bgcolor,
|
|
38653
38777
|
fontSize: sectionproperties.remove_quantitybtn_textfontsize + 'px',
|
|
38654
38778
|
color: sectionproperties.remove_quantitybtn_textcolor,
|
|
38655
|
-
|
|
38656
|
-
|
|
38779
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.remove_quantitybtn_leftborderradius + 'px' : sectionproperties.remove_quantitybtn_rightborderradius + 'px',
|
|
38780
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.remove_quantitybtn_leftborderradius + 'px' : sectionproperties.remove_quantitybtn_rightborderradius + 'px',
|
|
38781
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.remove_quantitybtn_rightborderradius + 'px' : sectionproperties.remove_quantitybtn_leftborderradius + 'px',
|
|
38782
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.remove_quantitybtn_rightborderradius + 'px' : sectionproperties.remove_quantitybtn_leftborderradius + 'px',
|
|
38657
38783
|
transition: '.3s',
|
|
38658
38784
|
':hover': {
|
|
38659
38785
|
color: sectionproperties.remove_quantitybtn_textcoloronhover,
|
|
@@ -38773,15 +38899,9 @@ var ModernCardWithQuantityButton = function ModernCardWithQuantityButton(props)
|
|
|
38773
38899
|
}, langdetect == 'en' ? 'EGP' : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : 'ج.م')), showquantity == true && /*#__PURE__*/React.createElement("div", {
|
|
38774
38900
|
"class": "row m-0 w-100 allcentered mt-3 mb-1"
|
|
38775
38901
|
}, /*#__PURE__*/React.createElement("button", {
|
|
38776
|
-
"class": "".concat(cardsstyles2.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center '
|
|
38777
|
-
style: {
|
|
38778
|
-
direction: 'ltr'
|
|
38779
|
-
}
|
|
38902
|
+
"class": "".concat(cardsstyles2.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center '
|
|
38780
38903
|
}, /*#__PURE__*/React.createElement("span", {
|
|
38781
38904
|
"class": "".concat(cardsstyles2.minus_quantitybtn_icon_container),
|
|
38782
|
-
style: {
|
|
38783
|
-
transform: ' rotate(-180deg)'
|
|
38784
|
-
},
|
|
38785
38905
|
onClick: function onClick() {
|
|
38786
38906
|
if (item.hasvariants == 0) {
|
|
38787
38907
|
var tempitem = _objectSpread$f({}, item);
|
|
@@ -39240,7 +39360,7 @@ var ModernProductCard = function ModernProductCard(props) {
|
|
|
39240
39360
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
39241
39361
|
"class": "",
|
|
39242
39362
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39243
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
39363
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
39244
39364
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39245
39365
|
})))))))));
|
|
39246
39366
|
};
|
|
@@ -39452,7 +39572,7 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
39452
39572
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
39453
39573
|
"class": "",
|
|
39454
39574
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39455
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
39575
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
39456
39576
|
size: sectionproperties.cartBtn_iconFontSize
|
|
39457
39577
|
})))), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React.createElement("li", {
|
|
39458
39578
|
"class": ' cursor-pointer ',
|
|
@@ -39721,11 +39841,12 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
|
|
|
39721
39841
|
style: {
|
|
39722
39842
|
height: '100%',
|
|
39723
39843
|
width: '100%',
|
|
39724
|
-
objectFit:
|
|
39844
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
39725
39845
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
39726
39846
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
39727
|
-
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.
|
|
39728
|
-
borderTopRightRadius: langdetect == 'en' ? sectionproperties.
|
|
39847
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
39848
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px',
|
|
39849
|
+
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor
|
|
39729
39850
|
}
|
|
39730
39851
|
}))), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
39731
39852
|
"class": "col-lg-12 d-flex align-items-center justify-content-center",
|
|
@@ -40486,7 +40607,7 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
40486
40607
|
style: {
|
|
40487
40608
|
width: '100%',
|
|
40488
40609
|
height: '100%',
|
|
40489
|
-
objectFit: 'cover',
|
|
40610
|
+
objectFit: sectionproperties.bgcovercontain == 'Contain' ? 'contain' : 'cover',
|
|
40490
40611
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
40491
40612
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
40492
40613
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
@@ -40544,7 +40665,7 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
40544
40665
|
setProductIdProdutInfoModalContext(item.productid);
|
|
40545
40666
|
}
|
|
40546
40667
|
}, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic), sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("button", {
|
|
40547
|
-
"class": "".concat(card_cssstyles.cart_btnresponsive) + ' cursor-pointer d-none d-md-flex d-sm-flex align-items-center justify-content-center ',
|
|
40668
|
+
"class": "".concat(card_cssstyles.cart_btnresponsive) + ' cursor-pointer d-none d-md-flex d-sm-flex align-items-center justify-content-center w-sm-80 ',
|
|
40548
40669
|
onClick: function onClick(e) {
|
|
40549
40670
|
e.stopPropagation();
|
|
40550
40671
|
setShowProductInfoModalContext(true);
|
|
@@ -41046,7 +41167,7 @@ var Productcard7 = function Productcard7(props) {
|
|
|
41046
41167
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
41047
41168
|
"class": "",
|
|
41048
41169
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41049
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
41170
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
41050
41171
|
"class": "",
|
|
41051
41172
|
size: sectionproperties.cartBtn_iconFontSize
|
|
41052
41173
|
})), langdetect == 'en' ? 'add to cart' : 'اضف الى العرية')));
|
|
@@ -41272,7 +41393,7 @@ var Productcarddefault = function Productcarddefault(props) {
|
|
|
41272
41393
|
}
|
|
41273
41394
|
}, /*#__PURE__*/React.createElement("i", {
|
|
41274
41395
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
41275
|
-
}, /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
41396
|
+
}, /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
41276
41397
|
size: sectionproperties.cartBtn_iconFontSize + 'px'
|
|
41277
41398
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
41278
41399
|
"class": "".concat(card_cssstyles.textContainer) + ' row m-0 w-100 '
|
|
@@ -41783,9 +41904,8 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
41783
41904
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
|
|
41784
41905
|
}
|
|
41785
41906
|
}, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
41786
|
-
"class": card_cssstyles.cardcontainer + ' w-100 ',
|
|
41907
|
+
"class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 && sectionproperties.paddingTop != 0 && sectionproperties.paddingBottom != 0 ? card_cssstyles.cardcontainer + ' w-100 p-sm-2 ' : card_cssstyles.cardcontainer + ' w-100 ',
|
|
41787
41908
|
onClick: function onClick() {
|
|
41788
|
-
// e.stopPropagation();
|
|
41789
41909
|
if (props.fetchingtypeprops == 'collections') {
|
|
41790
41910
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
|
|
41791
41911
|
} else {
|
|
@@ -42069,7 +42189,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
42069
42189
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
42070
42190
|
"class": "",
|
|
42071
42191
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42072
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
42192
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
42073
42193
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42074
42194
|
})), lang.addtocart))))));
|
|
42075
42195
|
};
|
|
@@ -42388,7 +42508,7 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
42388
42508
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
42389
42509
|
"class": "",
|
|
42390
42510
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42391
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
42511
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
42392
42512
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42393
42513
|
})))))));
|
|
42394
42514
|
};
|
|
@@ -42612,7 +42732,7 @@ var ProductCardWithTextOnImage = function ProductCardWithTextOnImage(props) {
|
|
|
42612
42732
|
}), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React.createElement(FiShoppingCart, {
|
|
42613
42733
|
"class": "",
|
|
42614
42734
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42615
|
-
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart
|
|
42735
|
+
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React.createElement(MdAddShoppingCart, {
|
|
42616
42736
|
size: sectionproperties.cartBtn_iconFontSize
|
|
42617
42737
|
})))), sectionproperties.favBtnShow == 'Show' && /*#__PURE__*/React.createElement("li", {
|
|
42618
42738
|
"class": ' cursor-pointer ',
|
|
@@ -42708,7 +42828,7 @@ var returnLibrary = function returnLibrary() {
|
|
|
42708
42828
|
HeaderWithUtilityBar: HeaderWithUtilityBar,
|
|
42709
42829
|
HeaderWithTextSlide: HeaderWithTextSlide,
|
|
42710
42830
|
HeaderWithSearchOnCenter: HeaderWithSearchOnCenter,
|
|
42711
|
-
|
|
42831
|
+
TwoTieredHeader: TwoTieredHeader,
|
|
42712
42832
|
NewHeader: NewHeader,
|
|
42713
42833
|
// Footers
|
|
42714
42834
|
Allinonefooter: Allinonefooter,
|