tabexseriescomponents 0.0.459 → 0.0.461
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 +95 -48
- package/dist/index.esm.js +95 -48
- package/dist/index.umd.js +96 -50
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -71,8 +71,8 @@ import { BsChevronLeft } from '@react-icons/all-files/bs/BsChevronLeft';
|
|
|
71
71
|
import { BsChevronRight } from '@react-icons/all-files/bs/BsChevronRight';
|
|
72
72
|
import '@react-icons/all-files/ri/RiArrowUpSLine';
|
|
73
73
|
import '@react-icons/all-files/ri/RiArrowDownSLine';
|
|
74
|
-
import
|
|
75
|
-
import
|
|
74
|
+
import '@react-icons/all-files/io/IoIosArrowRoundForward';
|
|
75
|
+
import '@react-icons/all-files/io/IoIosArrowRoundBack';
|
|
76
76
|
import { FiChevronUp } from '@react-icons/all-files/fi/FiChevronUp';
|
|
77
77
|
import { FiChevronDown } from '@react-icons/all-files/fi/FiChevronDown';
|
|
78
78
|
import { HiOutlinePlus } from '@react-icons/all-files/hi/HiOutlinePlus';
|
|
@@ -155,6 +155,7 @@ import { BsArrowRight } from '@react-icons/all-files/bs/BsArrowRight';
|
|
|
155
155
|
import { BsArrowLeft } from '@react-icons/all-files/bs/BsArrowLeft';
|
|
156
156
|
import { BsEye } from '@react-icons/all-files/bs/BsEye';
|
|
157
157
|
import { BiTimeFive } from '@react-icons/all-files/bi/BiTimeFive';
|
|
158
|
+
import '@mui/system';
|
|
158
159
|
import { IoIosArrowUp } from '@react-icons/all-files/io/IoIosArrowUp';
|
|
159
160
|
|
|
160
161
|
// import './index.module.css'
|
|
@@ -2240,7 +2241,7 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2240
2241
|
function ownKeys$2s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2241
2242
|
function _objectSpread$2s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
2242
2243
|
var Product_itemtype = function Product_itemtype(props) {
|
|
2243
|
-
var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8,
|
|
2244
|
+
var _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _fetchProductInfoQuer19, _fetchProductInfoQuer20, _fetchProductInfoQuer21, _fetchProductInfoQuer22, _fetchProductInfoQuer23, _fetchProductInfoQuer24, _fetchProductInfoQuer25, _fetchProductInfoQuer26, _fetchProductInfoQuer27, _fetchProductInfoQuer29, _fetchProductInfoQuer30, _fetchProductInfoQuer31, _fetchProductInfoQuer33, _fetchProductInfoQuer34, _fetchProductInfoQuer35, _fetchProductInfoQuer36, _fetchProductInfoQuer37, _fetchProductInfoQuer38, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer39, _fetchProductInfoQuer40, _fetchProductInfoQuer41, _fetchProductInfoQuer42, _fetchProductInfoQuer43;
|
|
2244
2245
|
var lang = props.actions.lang;
|
|
2245
2246
|
var langdetect = props.actions.langdetect;
|
|
2246
2247
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -3036,6 +3037,40 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3036
3037
|
height: "20px",
|
|
3037
3038
|
duration: "1s"
|
|
3038
3039
|
}))))))), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
3040
|
+
"class": "col-lg-12 p-md-0"
|
|
3041
|
+
}, /*#__PURE__*/React.createElement("hr", {
|
|
3042
|
+
"class": "my-3"
|
|
3043
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
3044
|
+
"class": "col-lg-12 text-start p-md-0"
|
|
3045
|
+
}, fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer36 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.data) === null || _fetchProductInfoQuer36 === void 0 || (_fetchProductInfoQuer36 = _fetchProductInfoQuer36.productinfo) === null || _fetchProductInfoQuer36 === void 0 ? void 0 : _fetchProductInfoQuer36.productfeatures.map(function (fitem, findex) {
|
|
3046
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
3047
|
+
"class": "row m-0 w-100 text-start mb-3 mt-2"
|
|
3048
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
3049
|
+
"class": "col-lg-12 text-start mb-3 text-uppercase p-0"
|
|
3050
|
+
}, (fitem === null || fitem === void 0 ? void 0 : fitem.name_en) == 'support level' && /*#__PURE__*/React.createElement("img", {
|
|
3051
|
+
"class": langdetect == 'en' ? 'mr-2' : 'ml-2',
|
|
3052
|
+
src: 'https://tabex-co.com/storage/StaticImages/icons8-bars-48.png',
|
|
3053
|
+
style: {
|
|
3054
|
+
width: '20px'
|
|
3055
|
+
}
|
|
3056
|
+
}), /*#__PURE__*/React.createElement("p", {
|
|
3057
|
+
"class": "m-0 p-0",
|
|
3058
|
+
style: {
|
|
3059
|
+
color: sectionproperties.prodCatColor,
|
|
3060
|
+
fontWeight: 600,
|
|
3061
|
+
fontSize: 17
|
|
3062
|
+
}
|
|
3063
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.name_en : fitem === null || fitem === void 0 ? void 0 : fitem.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
3064
|
+
"class": "col-lg-12 text-start text-capitalize"
|
|
3065
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
3066
|
+
"class": "m-0 p-0",
|
|
3067
|
+
style: {
|
|
3068
|
+
color: sectionproperties.prodCatColor,
|
|
3069
|
+
fontWeight: 400,
|
|
3070
|
+
fontSize: 15
|
|
3071
|
+
}
|
|
3072
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar)));
|
|
3073
|
+
})), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
3039
3074
|
"class": "col-lg-12 col-md-12 p-md-0 mt-3"
|
|
3040
3075
|
}, /*#__PURE__*/React.createElement(Accordion, {
|
|
3041
3076
|
allowMultipleExpanded: true,
|
|
@@ -3123,7 +3158,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3123
3158
|
color: sectionproperties.prodCatColor
|
|
3124
3159
|
},
|
|
3125
3160
|
dangerouslySetInnerHTML: {
|
|
3126
|
-
__html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3161
|
+
__html: langdetect == 'en' ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer37 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.data) === null || _fetchProductInfoQuer37 === void 0 || (_fetchProductInfoQuer37 = _fetchProductInfoQuer37.productinfo) === null || _fetchProductInfoQuer37 === void 0 ? void 0 : _fetchProductInfoQuer37.short_description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer38 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.data) === null || _fetchProductInfoQuer38 === void 0 || (_fetchProductInfoQuer38 = _fetchProductInfoQuer38.productinfo) === null || _fetchProductInfoQuer38 === void 0 ? void 0 : _fetchProductInfoQuer38.short_description_ar
|
|
3127
3162
|
}
|
|
3128
3163
|
})))))), sectionproperties.descriptionstyle == 'Style 2' && /*#__PURE__*/React.createElement("div", {
|
|
3129
3164
|
"class": "col-lg-12 col-md-12 my-3 p-md-0"
|
|
@@ -3248,7 +3283,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3248
3283
|
onClick: function onClick() {
|
|
3249
3284
|
routingcountext(StaticPagesLinksContext.RefundPolicy);
|
|
3250
3285
|
}
|
|
3251
|
-
}, "SEE MORE")))))), sectionproperties.productInformationType == 'Product/Service Information' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3286
|
+
}, "SEE MORE")))))), sectionproperties.productInformationType == 'Product/Service Information' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer39 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.data) === null || _fetchProductInfoQuer39 === void 0 || (_fetchProductInfoQuer39 = _fetchProductInfoQuer39.productinfo) === null || _fetchProductInfoQuer39 === void 0 ? void 0 : _fetchProductInfoQuer39.isproducttobesold) == 1 && sectionproperties.showtotalsection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
3252
3287
|
className: "col-lg-12 p-0 mb-3"
|
|
3253
3288
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3254
3289
|
className: "row m-0 w-100 d-flex flex-row"
|
|
@@ -3271,7 +3306,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3271
3306
|
}
|
|
3272
3307
|
}, /*#__PURE__*/React.createElement("span", {
|
|
3273
3308
|
className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right ' : ' d-flex align-items-center justify-content-end wordbreak text-left '
|
|
3274
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3309
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length == 0 && fetchProductInfoQueryContext.data.data.productinfo.hassale == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer40 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.data) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.productinfo) === null || _fetchProductInfoQuer40 === void 0 || (_fetchProductInfoQuer40 = _fetchProductInfoQuer40.variants[variantindexcompleted]) === null || _fetchProductInfoQuer40 === void 0 ? void 0 : _fetchProductInfoQuer40.hassale) == 1 && parseFloat(getprice_discountpriceprops('defaultsaleprice', 1, variantindexcompleted)).toFixed(2), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer41 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.data) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.productinfo) === null || _fetchProductInfoQuer41 === void 0 || (_fetchProductInfoQuer41 = _fetchProductInfoQuer41.variants[variantindexcompleted]) === null || _fetchProductInfoQuer41 === void 0 ? void 0 : _fetchProductInfoQuer41.hassale) == 0 && parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)).toFixed(2), langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), /*#__PURE__*/React.createElement("p", {
|
|
3275
3310
|
className: 'm-0 p-0 linethrough wordbreak',
|
|
3276
3311
|
style: {
|
|
3277
3312
|
color: sectionproperties.prodsalePriceColor,
|
|
@@ -3285,14 +3320,14 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3285
3320
|
style: {
|
|
3286
3321
|
textDecoration: 'none'
|
|
3287
3322
|
}
|
|
3288
|
-
}, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3323
|
+
}, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), variantindexcompleted != undefined && variantindexcompleted.length != 0 && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer42 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.data) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.productinfo) === null || _fetchProductInfoQuer42 === void 0 || (_fetchProductInfoQuer42 = _fetchProductInfoQuer42.variants[variantindexcompleted]) === null || _fetchProductInfoQuer42 === void 0 ? void 0 : _fetchProductInfoQuer42.hassale) == 1 && /*#__PURE__*/React.createElement("span", {
|
|
3289
3324
|
className: langdetect == 'en' ? ' d-flex align-items-center justify-content-end wordbreak text-right wordbreak ' : ' d-flex align-items-center justify-content-end wordbreak text-left wordbreak '
|
|
3290
3325
|
}, /*#__PURE__*/React.createElement("span", {
|
|
3291
3326
|
className: "ml-2 mr-2",
|
|
3292
3327
|
style: {
|
|
3293
3328
|
textDecoration: 'none'
|
|
3294
3329
|
}
|
|
3295
|
-
}, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.availabilitybtnposition == 'Bottom' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
3330
|
+
}, "-"), langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(getprice_discountpriceprops('defaultprice', 1, variantindexcompleted)), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.availabilitybtnposition == 'Bottom' && sectionproperties.show_availability == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer43 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.data) === null || _fetchProductInfoQuer43 === void 0 || (_fetchProductInfoQuer43 = _fetchProductInfoQuer43.productinfo) === null || _fetchProductInfoQuer43 === void 0 ? void 0 : _fetchProductInfoQuer43.isproducttobesold) == 1 && /*#__PURE__*/React.createElement("div", {
|
|
3296
3331
|
className: "col-lg-12 p-0 mb-3 mt-2"
|
|
3297
3332
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3298
3333
|
style: {
|
|
@@ -12682,7 +12717,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
12682
12717
|
})))))));
|
|
12683
12718
|
};
|
|
12684
12719
|
|
|
12685
|
-
var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n height: auto;\n display: flex;\n width: 100% !important;\n flex-direction: column;\n word-wrap: break-word;\n}\n.tabs-module_tabs__36dMY input[name='tab-control'] {\n display: none;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n list-style-type: none;\n padding-left: 0;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n /* width: 30%; */\n height: 100%;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n box-sizing: border-box;\n flex: 1;\n display: inline-block;\n width: 100% !important;\n text-align: left;\n /* border-right: 1px solid #ccc; */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label {\n font-size: 16px;\n font-weight: 500;\n transition: all 0.3s ease-in-out;\n padding: 10px;\n overflow: hidden;\n text-overflow: ellipsis;\n display: block;\n cursor: pointer;\n transition: all 0.2s ease-in-out;\n white-space: nowrap;\n /* color: var(--light2); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label:hover {\n outline: 0;\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label.tabs-module_active__6wLfI {\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(1):checked ~ ul li:nth-child(1) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(2):checked ~ ul li:nth-child(2) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(3):checked ~ ul li:nth-child(3) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(4):checked ~ ul li:nth-child(4) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n@media screen and (max-width: 800px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n width: 100%;\n display: block;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width: 50% !important;\n float: none;\n display: inline-block;\n zoom: 1;\n border-right: 0 !important;\n }\n /* label:hover {\n border-right: 0 !important;\n border-top: 3px solid !important;\n } */\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsliheaderresp__TPNhh{\n width: 50% !important;\n }\n .tabs-module_accordionContainer__-MSW5 label:hover {\n border-top: none !important;\n } \n}\n@media (max-width: 576px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width:
|
|
12720
|
+
var css_248z$F = ".tabs-module_tabs__36dMY {\n position: relative;\n height: auto;\n display: flex;\n width: 100% !important;\n flex-direction: column;\n word-wrap: break-word;\n}\n.tabs-module_tabs__36dMY input[name='tab-control'] {\n display: none;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n list-style-type: none;\n padding-left: 0;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n /* width: 30%; */\n height: 100%;\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n box-sizing: border-box;\n flex: 1;\n display: inline-block;\n width: 100% !important;\n text-align: left;\n /* border-right: 1px solid #ccc; */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label {\n font-size: 16px;\n font-weight: 500;\n transition: all 0.3s ease-in-out;\n padding: 10px;\n overflow: hidden;\n text-overflow: ellipsis;\n display: block;\n cursor: pointer;\n transition: all 0.2s ease-in-out;\n white-space: nowrap;\n /* color: var(--light2); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label:hover {\n outline: 0;\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label.tabs-module_active__6wLfI {\n /* border-right: 5px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(1):checked ~ ul li:nth-child(1) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(2):checked ~ ul li:nth-child(2) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(3):checked ~ ul li:nth-child(3) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n.tabs-module_tabs__36dMY input[name='tab-control']:nth-of-type(4):checked ~ ul li:nth-child(4) label {\n cursor: default;\n background: white;\n /* border-top: 3px solid var(--secondary); */\n}\n@media screen and (max-width: 800px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy {\n width: 100%;\n display: block;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width: 50% !important;\n float: none;\n display: inline-block;\n zoom: 1;\n border-right: 0 !important;\n }\n /* label:hover {\n border-right: 0 !important;\n border-top: 3px solid !important;\n } */\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsliheaderresp__TPNhh{\n width: 50% !important;\n }\n .tabs-module_accordionContainer__-MSW5 label:hover {\n border-top: none !important;\n } \n}\n@media (max-width: 576px) {\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n width: 50% !important;\n }\n .tabs-module_tabs__36dMY .tabs-module_tabsul__wNZqy .tabs-module_tabsliheaderresp__TPNhh{\n width: 50% !important;\n }\n}\n\n.tabs-module_policiestabs__nopXD .tabs-module_tabsul__wNZqy {\n flex-direction: row !important;\n}\n.tabs-module_policiestabs__nopXD .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 {\n /* border-top: 5px solid #fff; */\n margin: 0 5px;\n}\n.tabs-module_policiestabs__nopXD .tabs-module_tabsul__wNZqy .tabs-module_tabsli__-uR10 label {\n padding: 0 !important;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n";
|
|
12686
12721
|
var tabstyles = {"tabs":"tabs-module_tabs__36dMY","tabsul":"tabs-module_tabsul__wNZqy","tabsli":"tabs-module_tabsli__-uR10","active":"tabs-module_active__6wLfI","tabsliheaderresp":"tabs-module_tabsliheaderresp__TPNhh","accordionContainer":"tabs-module_accordionContainer__-MSW5","policiestabs":"tabs-module_policiestabs__nopXD"};
|
|
12687
12722
|
styleInject(css_248z$F);
|
|
12688
12723
|
|
|
@@ -15427,10 +15462,10 @@ var Filter$1 = function Filter(props) {
|
|
|
15427
15462
|
transitionBehavior: 'auto',
|
|
15428
15463
|
wrapperClassName: '',
|
|
15429
15464
|
itemClassName: '',
|
|
15430
|
-
scrollContainerClassName: '
|
|
15465
|
+
scrollContainerClassName: 'scrollmenuclasssubscrollbar2'
|
|
15431
15466
|
}, collectionstobevisible.map(function (item, index) {
|
|
15432
15467
|
return /*#__PURE__*/React.createElement("div", {
|
|
15433
|
-
className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100'
|
|
15468
|
+
className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100 mb-2 '
|
|
15434
15469
|
}, /*#__PURE__*/React.createElement("div", {
|
|
15435
15470
|
className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
|
|
15436
15471
|
onClick: function onClick() {
|
|
@@ -15460,11 +15495,11 @@ var Filter$1 = function Filter(props) {
|
|
|
15460
15495
|
}))), /*#__PURE__*/React.createElement("div", {
|
|
15461
15496
|
"class": "row m-0 w-100"
|
|
15462
15497
|
}, /*#__PURE__*/React.createElement("div", {
|
|
15463
|
-
"class": "col-
|
|
15498
|
+
"class": "col-10 text-start"
|
|
15464
15499
|
}, /*#__PURE__*/React.createElement("p", {
|
|
15465
15500
|
"class": ' m-0 p-0 '
|
|
15466
15501
|
}, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React.createElement("div", {
|
|
15467
|
-
"class": "col-
|
|
15502
|
+
"class": "col-2 text-end"
|
|
15468
15503
|
}, /*#__PURE__*/React.createElement("i", {
|
|
15469
15504
|
"class": "h-100 allcentered"
|
|
15470
15505
|
}, langdetect == 'en' ? /*#__PURE__*/React.createElement(BsChevronRight, null) : /*#__PURE__*/React.createElement(BsChevronRight, null))))));
|
|
@@ -16618,6 +16653,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
16618
16653
|
image: ''
|
|
16619
16654
|
};
|
|
16620
16655
|
if (fetchingtype == 'products') {
|
|
16656
|
+
var _arrayItem$features3;
|
|
16621
16657
|
var itemquantity = 0;
|
|
16622
16658
|
if (langdetect == 'en') {
|
|
16623
16659
|
cardobj.name = arrayItem.productinfo.name_en;
|
|
@@ -16650,6 +16686,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
16650
16686
|
var _arrayItem$features2;
|
|
16651
16687
|
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
|
|
16652
16688
|
}
|
|
16689
|
+
cardobj.productfeatureid = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.featureid;
|
|
16653
16690
|
cardobj.hassale = arrayItem.productinfo.hassale;
|
|
16654
16691
|
cardobj.productid = arrayItem.productinfo.productid;
|
|
16655
16692
|
cardobj.hasvariants = arrayItem.productinfo.hasvariants;
|
|
@@ -17248,7 +17285,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
17248
17285
|
}
|
|
17249
17286
|
}, langdetect == 'en' ? sectionproperties.filterbtntexten : sectionproperties.filterbtntextar), sectionproperties.filterbtniconfontsize != 0 && /*#__PURE__*/React.createElement("i", {
|
|
17250
17287
|
"class": "h-100 d-flex align-items-center justify-content-center"
|
|
17251
|
-
}, /*#__PURE__*/React.createElement(
|
|
17288
|
+
}, /*#__PURE__*/React.createElement(FiFilter, {
|
|
17252
17289
|
style: {
|
|
17253
17290
|
fontSize: sectionproperties.filterbtniconfontsize
|
|
17254
17291
|
}
|
|
@@ -20512,7 +20549,7 @@ var Headerresponsive = function Headerresponsive(props) {
|
|
|
20512
20549
|
style: {
|
|
20513
20550
|
borderColor: sectionproperties.resp_header_separatorbg
|
|
20514
20551
|
}
|
|
20515
|
-
}))), /*#__PURE__*/React.createElement("div", {
|
|
20552
|
+
}))), templateproperties_context.showpolicies == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
20516
20553
|
className: "row m-0 w-100"
|
|
20517
20554
|
}, /*#__PURE__*/React.createElement("div", {
|
|
20518
20555
|
className: "col-lg-12 d-flex justify-content-start",
|
|
@@ -53833,7 +53870,10 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
53833
53870
|
display: 'flex',
|
|
53834
53871
|
width: '100%',
|
|
53835
53872
|
height: '100%',
|
|
53836
|
-
zIndex: 100
|
|
53873
|
+
zIndex: 100,
|
|
53874
|
+
'@media (max-width: 800px)': {
|
|
53875
|
+
bottom: '30px'
|
|
53876
|
+
}
|
|
53837
53877
|
}),
|
|
53838
53878
|
bgimage: css({
|
|
53839
53879
|
':before': {
|
|
@@ -53911,8 +53951,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
53911
53951
|
borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
53912
53952
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
53913
53953
|
border: sectionproperties.generalbtn_borderwidth + 'px solid ' + sectionproperties.generalbtn_bordercolor,
|
|
53914
|
-
marginLeft: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'en' ?
|
|
53915
|
-
marginRight: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'ar' ?
|
|
53954
|
+
marginLeft: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'en' ? '16px' : '',
|
|
53955
|
+
marginRight: sectionproperties.generalbtn_position == 'Centered' ? 'auto' : langdetect == 'ar' ? '16px' : '',
|
|
53916
53956
|
transition: '.3s',
|
|
53917
53957
|
':hover': {
|
|
53918
53958
|
background: sectionproperties.generalbtn_bgColortransparentonhover == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColoronhover,
|
|
@@ -54012,7 +54052,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
54012
54052
|
zIndex: 1
|
|
54013
54053
|
}
|
|
54014
54054
|
}, /*#__PURE__*/React.createElement("div", {
|
|
54015
|
-
className: "".concat(bgcssstyles.centered_container) + ' row m-0 d-flex pt-0 d-flex align-items-stretch '
|
|
54055
|
+
className: "".concat(bgcssstyles.centered_container) + ' row m-0 d-flex pt-0 d-flex align-items-stretch h-sm-auto '
|
|
54016
54056
|
}, /*#__PURE__*/React.createElement("div", {
|
|
54017
54057
|
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 ',
|
|
54018
54058
|
style: {
|
|
@@ -54059,7 +54099,7 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
54059
54099
|
color: bgimagearrayofobjs[index].bg1_descolor
|
|
54060
54100
|
}
|
|
54061
54101
|
}, langdetect == 'en' ? bgimagearrayofobjs[index].bg1_descriptionen : bgimagearrayofobjs[index].bg1_descriptionar), bgimagearrayofobjs[index].showbutton1 == 'Show' && /*#__PURE__*/React.createElement("button", {
|
|
54062
|
-
className: "".concat(bgcssstyles.btnresp) + '
|
|
54102
|
+
className: "".concat(bgcssstyles.btnresp) + ' ',
|
|
54063
54103
|
onClick: function onClick() {
|
|
54064
54104
|
if (item.IsClickable == 'Yes') {
|
|
54065
54105
|
if (item.place_clickable == 'Button') {
|
|
@@ -58292,51 +58332,48 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58292
58332
|
};
|
|
58293
58333
|
var SlideShowTextContainer = function SlideShowTextContainer(item) {
|
|
58294
58334
|
return /*#__PURE__*/React.createElement("div", {
|
|
58295
|
-
"class": 'row m-0 w-100
|
|
58335
|
+
"class": 'row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
|
|
58336
|
+
// style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
|
|
58337
|
+
,
|
|
58296
58338
|
style: {
|
|
58297
58339
|
position: 'absolute',
|
|
58298
|
-
|
|
58299
|
-
zIndex:
|
|
58300
|
-
|
|
58301
|
-
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
58302
|
-
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
58340
|
+
bottom: 40,
|
|
58341
|
+
zIndex: 2,
|
|
58342
|
+
width: '50%'
|
|
58303
58343
|
}
|
|
58304
58344
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58305
|
-
"class": 'col-lg-12
|
|
58306
|
-
style: {
|
|
58307
|
-
textAlign: 'center'
|
|
58308
|
-
}
|
|
58345
|
+
"class": sectionproperties.text1centered == 'Centered' ? 'col-lg-12 allcentered mb-1' : 'col-lg-12 mb-1 '
|
|
58309
58346
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58310
|
-
className: "m-0 p-0 wordbreak
|
|
58347
|
+
className: "m-0 p-0 wordbreak text-wrap",
|
|
58311
58348
|
style: {
|
|
58312
58349
|
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
58313
58350
|
color: sectionproperties.slideshowText1ContentColor,
|
|
58314
|
-
fontWeight: sectionproperties.slideshowText1ContentFontWeight
|
|
58351
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight,
|
|
58352
|
+
textAlign: sectionproperties.text1centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
58353
|
+
overflow: 'hidden'
|
|
58315
58354
|
}
|
|
58316
58355
|
}, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React.createElement("div", {
|
|
58317
|
-
"class": 'col-lg-12 d-
|
|
58356
|
+
"class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3 d-md-none' : 'col-lg-12 mb-3 d-md-none'
|
|
58318
58357
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58319
58358
|
className: "m-0 p-0 wordbreak",
|
|
58320
58359
|
style: {
|
|
58321
58360
|
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
58322
58361
|
color: sectionproperties.slideshowText2ContentColor,
|
|
58323
|
-
fontWeight: sectionproperties.slideshowText2ContentFontWeight
|
|
58362
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
58363
|
+
textAlign: sectionproperties.text2centered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
58364
|
+
overflow: 'hidden'
|
|
58324
58365
|
}
|
|
58325
58366
|
}, langdetect == 'en' ? item.descriptionen : item.descriptionar)), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
58326
|
-
"class": 'col-lg-12
|
|
58367
|
+
"class": sectionproperties.generalbtn_position == 'Centered' ? 'col-lg-12 allcentered' : 'col-lg-12 '
|
|
58327
58368
|
}, /*#__PURE__*/React.createElement("button", {
|
|
58328
58369
|
"class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
|
|
58329
|
-
style: {
|
|
58330
|
-
letterSpacing: langdetect == 'en' ? '1px' : 0
|
|
58331
|
-
},
|
|
58332
58370
|
onClick: function onClick() {
|
|
58333
58371
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
|
|
58372
|
+
},
|
|
58373
|
+
style: {
|
|
58374
|
+
direction: langdetect == 'en' ? 'ltr' : 'rtl'
|
|
58334
58375
|
}
|
|
58335
|
-
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' '
|
|
58336
|
-
size: 20
|
|
58337
|
-
}) : /*#__PURE__*/React.createElement(IoIosArrowRoundBack, {
|
|
58338
|
-
size: 20
|
|
58339
|
-
}))));
|
|
58376
|
+
}, langdetect == 'en' ? sectionproperties.generalbtn_content : sectionproperties.slideshow_btn_text_ar, ' ')));
|
|
58340
58377
|
};
|
|
58341
58378
|
var SlideshowContent = function SlideshowContent() {
|
|
58342
58379
|
var _authdetailsContext$i2, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6, _authdetailsContext$i7;
|
|
@@ -58559,7 +58596,7 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58559
58596
|
height: sectionproperties.bgcovercontain == 'Cover' ? sectionproperties.height + 'vh' : 'auto'
|
|
58560
58597
|
}
|
|
58561
58598
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58562
|
-
"class": 'p-0 align-items-center d-flex d-
|
|
58599
|
+
"class": 'p-0 align-items-center d-flex d-md-none',
|
|
58563
58600
|
key: index,
|
|
58564
58601
|
onClick: function onClick() {
|
|
58565
58602
|
if (item.IsClickableimg == 'Yes') {
|
|
@@ -58590,12 +58627,12 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58590
58627
|
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
58591
58628
|
}
|
|
58592
58629
|
}), SlideShowTextContainer(item)), /*#__PURE__*/React.createElement("div", {
|
|
58593
|
-
"class": 'p-0 align-items-center d-none d-
|
|
58630
|
+
"class": 'p-0 align-items-center d-none d-md-flex ',
|
|
58594
58631
|
key: index,
|
|
58595
58632
|
style: {
|
|
58596
58633
|
width: '100%',
|
|
58597
58634
|
height: '100%',
|
|
58598
|
-
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
58635
|
+
// direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
58599
58636
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
58600
58637
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
58601
58638
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
@@ -66133,7 +66170,7 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
66133
66170
|
categorycard: css({
|
|
66134
66171
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
66135
66172
|
boxShadow: sectionproperties.sectioncardshadow == 'Show' ? '0 0 10px ' + sectionproperties.sectioncardshadowcolor : 'none',
|
|
66136
|
-
height: sectionproperties.
|
|
66173
|
+
height: sectionproperties.image_height + 'px',
|
|
66137
66174
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
66138
66175
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
66139
66176
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
@@ -66183,6 +66220,9 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
66183
66220
|
},
|
|
66184
66221
|
':hover:after': {
|
|
66185
66222
|
opacity: sectionproperties.cardtransitionbgopacityonhover
|
|
66223
|
+
},
|
|
66224
|
+
'@media (max-width: 800px)': {
|
|
66225
|
+
height: sectionproperties.height_responsive + 'px'
|
|
66186
66226
|
}
|
|
66187
66227
|
}),
|
|
66188
66228
|
categorycardtext: css({
|
|
@@ -71966,7 +72006,14 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
71966
72006
|
style: {
|
|
71967
72007
|
height: 40
|
|
71968
72008
|
}
|
|
71969
|
-
}, /*#__PURE__*/React.createElement("
|
|
72009
|
+
}, item.productfeatureid == '80' && /*#__PURE__*/React.createElement("img", {
|
|
72010
|
+
"class": ' mx-2 ',
|
|
72011
|
+
src: 'https://tabex-co.com/storage/StaticImages/icons8-bars-48.png',
|
|
72012
|
+
style: {
|
|
72013
|
+
maxWidth: '50%',
|
|
72014
|
+
maxHeight: '50%'
|
|
72015
|
+
}
|
|
72016
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
71970
72017
|
"class": "text-capitalize",
|
|
71971
72018
|
style: {
|
|
71972
72019
|
color: sectionproperties.tagcolor,
|