tabexseriescomponents 0.0.161 → 0.0.163

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 CHANGED
@@ -1409,7 +1409,7 @@ var Product_itemtype = function Product_itemtype(props) {
1409
1409
  }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1410
1410
  } else {
1411
1411
  return /*#__PURE__*/React__default["default"].createElement("div", {
1412
- className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1412
+ className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered pl-2 pr-2 ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1413
1413
  onClick: function onClick() {
1414
1414
  if (optionvaluesitem.isenabled == 1) {
1415
1415
  selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
@@ -1417,7 +1417,7 @@ var Product_itemtype = function Product_itemtype(props) {
1417
1417
  },
1418
1418
  style: {
1419
1419
  backgroundColor: isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
1420
- minWidth: sectionproperties.variantcontainer_minwidth + 'px',
1420
+ width: 'auto',
1421
1421
  height: sectionproperties.variantcontainer_height + 'px',
1422
1422
  borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
1423
1423
  position: 'relative'
@@ -1435,7 +1435,7 @@ var Product_itemtype = function Product_itemtype(props) {
1435
1435
  }, /*#__PURE__*/React__default["default"].createElement("i", {
1436
1436
  "class": "h-100 allcentered"
1437
1437
  }, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
1438
- className: 'm-0 p-0 d-flex align-items-center justify-content-center',
1438
+ className: 'm-0 p-0 allcentered',
1439
1439
  style: {
1440
1440
  color: sectionproperties.variantcontainer_color,
1441
1441
  fontSize: sectionproperties.variantcontainer_fontSize + 'px'
@@ -2248,6 +2248,7 @@ var Service_itemtype = function Service_itemtype(props) {
2248
2248
  var productinfo_cssstyles = props.actions.productinfo_cssstyles;
2249
2249
  var addtocartfunc = props.actions.addtocartfunc;
2250
2250
  props.actions.selectproductoptionvalue;
2251
+ var relatedproducts = props.actions.relatedproducts;
2251
2252
  var productimagesarray = props.actions.productimagesarray;
2252
2253
  var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
2253
2254
  var sectionproperties = props.actions.sectionproperties;
@@ -2305,7 +2306,7 @@ var Service_itemtype = function Service_itemtype(props) {
2305
2306
  paddingRight: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
2306
2307
  }
2307
2308
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2308
- "class": "".concat(productinfo_cssstyles.cardcontainer) + ' col-lg-12 mb-5 ',
2309
+ "class": "".concat(productinfo_cssstyles.cardcontainer) + ' col-lg-12 mb-3 ',
2309
2310
  style: {
2310
2311
  minHeight: '70vh'
2311
2312
  }
@@ -2325,7 +2326,7 @@ var Service_itemtype = function Service_itemtype(props) {
2325
2326
  showNav: false,
2326
2327
  showPlayButton: false
2327
2328
  })), sectionproperties.showShareButton == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2328
- "class": "col-lg-12 mt-5 mt-md-4"
2329
+ "class": "col-lg-12 mt-4 mt-md-4"
2329
2330
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2330
2331
  "class": "row m-0 w-100"
2331
2332
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -2368,7 +2369,7 @@ var Service_itemtype = function Service_itemtype(props) {
2368
2369
  size: 40,
2369
2370
  round: true
2370
2371
  }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
2371
- "class": langdetect == 'en' ? 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-2 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-2 p-md-0'
2372
+ "class": 'col-xl-7 col-lg-8 col-md-12 col-sm-12 p-0'
2372
2373
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2373
2374
  "class": "row m-0 w-100"
2374
2375
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -2430,8 +2431,8 @@ var Service_itemtype = function Service_itemtype(props) {
2430
2431
  NotificationManager: NotificationManager,
2431
2432
  addtocartfunc: addtocartfunc
2432
2433
  }
2433
- })), /*#__PURE__*/React__default["default"].createElement("div", {
2434
- "class": langdetect == 'en' ? 'col-lg-12 p-0 pl-4 pl-md-0 mb-3' : 'col-lg-12 pr-4 pr-md-0 p-0 mb-3'
2434
+ })), sectionproperties.show_availability == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2435
+ "class": 'col-lg-12 p-0 pl-5 pr-5 p-md-0 mb-3'
2435
2436
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2436
2437
  style: {
2437
2438
  width: sectionproperties.availability_width + 'px',
@@ -2455,11 +2456,11 @@ var Service_itemtype = function Service_itemtype(props) {
2455
2456
  }, lang.availability, ":"), /*#__PURE__*/React__default["default"].createElement("span", {
2456
2457
  "class": "ml-1 mr-1"
2457
2458
  }, fetchProductInfoQueryContext.data.data.productinfo.quantavailtype == 'nolimit' ? lang.available : lang.limitedquantity)))), /*#__PURE__*/React__default["default"].createElement("div", {
2458
- "class": "col-lg-12 p-0 mb-3"
2459
+ "class": "col-lg-12 mb-3"
2459
2460
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
2460
2461
  "class": langdetect == 'en' ? 'mb-0 mt-2 ml-4 ml-md-0' : 'mb-0 mt-2 mr-4 mr-md-0'
2461
2462
  })), /*#__PURE__*/React__default["default"].createElement("div", {
2462
- className: "col-lg-12 p-0 mb-3 pl-3 pr-3 p-md-0 mb-3"
2463
+ className: "col-lg-12 mb-3 pl-5 pr-5 p-md-0 mb-3"
2463
2464
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2464
2465
  className: "row m-0 w-100 d-flex flex-row"
2465
2466
  }, /*#__PURE__*/React__default["default"].createElement("p", {
@@ -2495,7 +2496,7 @@ var Service_itemtype = function Service_itemtype(props) {
2495
2496
  }, /*#__PURE__*/React__default["default"].createElement("span", {
2496
2497
  className: "ml-2 mr-2"
2497
2498
  }, "-"), " ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchProductInfoQueryContext.data.data.productinfo.defaultprice, " ", langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), /*#__PURE__*/React__default["default"].createElement("div", {
2498
- "class": langdetect == 'en' ? 'row m-0 w-100 d-flex align-items-center mb-3 pl-4 pl-md-0 ' : 'row m-0 w-100 d-flex align-items-center mb-3 pr-4 pr-md-0'
2499
+ "class": 'row m-0 w-100 d-flex align-items-center mb-3 pl-5 pr-5 p-md-0 '
2499
2500
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2500
2501
  style: {
2501
2502
  width: sectionproperties.iconcontainerwidth + 'px',
@@ -2519,7 +2520,9 @@ var Service_itemtype = function Service_itemtype(props) {
2519
2520
  color: sectionproperties.icontextcolor,
2520
2521
  fontWeight: sectionproperties.icontextfontweight
2521
2522
  }
2522
- }, lang.securepayment))))))));
2523
+ }, lang.securepayment))))))), /*#__PURE__*/React__default["default"].createElement("div", {
2524
+ "class": "col-lg-12 p-0"
2525
+ }, relatedproducts()));
2523
2526
  };
2524
2527
 
2525
2528
  var IKurlEndpoint = 'https://ik.imagekit.io/kcrbhhnh0';
@@ -10126,15 +10129,20 @@ var Subheader = function Subheader(props) {
10126
10129
  }
10127
10130
  }, langdetect == 'en' ? item.title_en : item.title_ar);
10128
10131
  }))), Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 ? void 0 : (_fetchCategoriesQuery9 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery9 === void 0 ? void 0 : (_fetchCategoriesQuery10 = _fetchCategoriesQuery9.data) === null || _fetchCategoriesQuery10 === void 0 ? void 0 : (_fetchCategoriesQuery11 = _fetchCategoriesQuery10.categories[Choosenindex]) === null || _fetchCategoriesQuery11 === void 0 ? void 0 : (_fetchCategoriesQuery12 = _fetchCategoriesQuery11.parentcolletions) === null || _fetchCategoriesQuery12 === void 0 ? void 0 : _fetchCategoriesQuery12.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
10129
- "class": "".concat(headerstyles$f.dropmenu, " ").concat(header_cssstyles.dropdownmenu, " ").concat(showdownheadermenu ? 'd-flex' : 'd-none') + ' col-lg-12 ml-auto mr-auto flex-row justify-content-center align-items-center p-sm-0 position-md-relative ',
10132
+ "class": "".concat(headerstyles$f.dropmenu, " ").concat(header_cssstyles.dropdownmenu, " ").concat(showdownheadermenu ? 'd-flex' : 'd-none') + ' col-lg-12 ml-auto mr-auto flex-row justify-content-center align-items-center pl-lg-3 pr-lg-3 pl-md-2 pr-md-2 p-sm-0 position-md-relative ',
10130
10133
  onMouseLeave: function onMouseLeave() {
10131
10134
  setshowdownheadermenu(false);
10132
10135
  },
10133
10136
  style: {
10134
- width: '95%',
10137
+ width: sectionproperties.subheader_width + '%',
10135
10138
  zIndex: 2000,
10136
10139
  position: ((_props$subheaderprope25 = props.subheaderpropertiesprops) === null || _props$subheaderprope25 === void 0 ? void 0 : _props$subheaderprope25.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
10137
- top: ((_props$subheaderprope26 = props.subheaderpropertiesprops) === null || _props$subheaderprope26 === void 0 ? void 0 : _props$subheaderprope26.subheaderpositionprops) == 'in nav' ? 30 : ''
10140
+ top: ((_props$subheaderprope26 = props.subheaderpropertiesprops) === null || _props$subheaderprope26 === void 0 ? void 0 : _props$subheaderprope26.subheaderpositionprops) == 'in nav' ? 30 : '',
10141
+ border: sectionproperties.subheader_width != 100 ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor : 0,
10142
+ borderBottom: sectionproperties.subheader_width == 100 ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor : 0,
10143
+ borderTop: sectionproperties.subheader_width == 100 ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor : 0,
10144
+ paddingLeft: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingLeft + 'px' : sectionproperties.subheader_dropdown_paddingRight + 'px',
10145
+ paddingRight: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingRight + 'px' : sectionproperties.subheader_dropdown_paddingLeft + 'px'
10138
10146
  }
10139
10147
  }, /*#__PURE__*/React__default["default"].createElement("div", {
10140
10148
  "class": "row m-0 w-100 d-flex pt-3 pb-3"
@@ -17451,11 +17459,6 @@ var Modernheader = function Modernheader(props) {
17451
17459
  paddingBottom: sectionproperties.uppersection_paddingbottom + 'px'
17452
17460
  }),
17453
17461
  navbar_nav: glamor.css({
17454
- background: sectionproperties.lowersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.lowersection_backgroundColor,
17455
- borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderBottomLeftRadius + 'px' : sectionproperties.lowersection_BorderBottomRightRadius + 'px',
17456
- borderBottomRightRadius: langdetect == 'en' ? sectionproperties.lowersection_BorderBottomRightRadius + 'px' : sectionproperties.lowersection_borderBottomLeftRadius + 'px',
17457
- borderTopLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopLeftRadius + 'px' : sectionproperties.lowersection_borderTopRightRadius + 'px',
17458
- borderTopRightRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopRightRadius + 'px' : sectionproperties.lowersection_borderTopLeftRadius + 'px',
17459
17462
  paddingTop: sectionproperties.lowersection_paddingtop + 'px',
17460
17463
  paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
17461
17464
  paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
@@ -17579,7 +17582,7 @@ var Modernheader = function Modernheader(props) {
17579
17582
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17580
17583
  "class": "row m-0 w-100"
17581
17584
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17582
- "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center '
17585
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
17583
17586
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17584
17587
  "class": "col-lg-4 col-md-6 col-sm-12 allcentered p-0",
17585
17588
  style: {}
@@ -17897,7 +17900,7 @@ var Modernheader = function Modernheader(props) {
17897
17900
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17898
17901
  "class": header_cssstyles.header_divider
17899
17902
  })), sectionproperties.showlowerheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17900
- "class": "".concat(header_cssstyles.navbar_nav, " ") + ' row w-100 m-0 d-flex align-items-center '
17903
+ "class": sectionproperties.lowersection_paddingleft != 0 && sectionproperties.lowersection_paddingright != 0 ? "".concat(header_cssstyles.navbar_nav, " ") + ' row w-100 m-0 d-flex align-items-center px-1025-1 ' : "".concat(header_cssstyles.navbar_nav, " ") + ' row w-100 m-0 d-flex align-items-center '
17901
17904
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17902
17905
  "class": "col-lg-12 col-md-12 justify-content-center align-items-center m-auto p-0",
17903
17906
  style: {
@@ -38695,7 +38698,7 @@ var Card20 = function Card20(props) {
38695
38698
  marginBottom: sectionproperties.cartBtnShow == 'Show' ? 20 : 0
38696
38699
  }
38697
38700
  }, plainString(langdetect == 'en' ? item.description_en : item.description_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
38698
- "class": "col-lg-6 col-md-6 col-sm-6 p-0"
38701
+ "class": "col-lg-6 col-md-6 col-sm-6 p-0 d-flex justify-content-start"
38699
38702
  }, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
38700
38703
  "class": cardstyles.cart_btn,
38701
38704
  onClick: function onClick() {
package/dist/index.esm.js CHANGED
@@ -1366,7 +1366,7 @@ var Product_itemtype = function Product_itemtype(props) {
1366
1366
  }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1367
1367
  } else {
1368
1368
  return /*#__PURE__*/React.createElement("div", {
1369
- className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1369
+ className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered pl-2 pr-2 ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1370
1370
  onClick: function onClick() {
1371
1371
  if (optionvaluesitem.isenabled == 1) {
1372
1372
  selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
@@ -1374,7 +1374,7 @@ var Product_itemtype = function Product_itemtype(props) {
1374
1374
  },
1375
1375
  style: {
1376
1376
  backgroundColor: isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
1377
- minWidth: sectionproperties.variantcontainer_minwidth + 'px',
1377
+ width: 'auto',
1378
1378
  height: sectionproperties.variantcontainer_height + 'px',
1379
1379
  borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
1380
1380
  position: 'relative'
@@ -1392,7 +1392,7 @@ var Product_itemtype = function Product_itemtype(props) {
1392
1392
  }, /*#__PURE__*/React.createElement("i", {
1393
1393
  "class": "h-100 allcentered"
1394
1394
  }, /*#__PURE__*/React.createElement(IoMdClose, null))), /*#__PURE__*/React.createElement("p", {
1395
- className: 'm-0 p-0 d-flex align-items-center justify-content-center',
1395
+ className: 'm-0 p-0 allcentered',
1396
1396
  style: {
1397
1397
  color: sectionproperties.variantcontainer_color,
1398
1398
  fontSize: sectionproperties.variantcontainer_fontSize + 'px'
@@ -2205,6 +2205,7 @@ var Service_itemtype = function Service_itemtype(props) {
2205
2205
  var productinfo_cssstyles = props.actions.productinfo_cssstyles;
2206
2206
  var addtocartfunc = props.actions.addtocartfunc;
2207
2207
  props.actions.selectproductoptionvalue;
2208
+ var relatedproducts = props.actions.relatedproducts;
2208
2209
  var productimagesarray = props.actions.productimagesarray;
2209
2210
  var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
2210
2211
  var sectionproperties = props.actions.sectionproperties;
@@ -2262,7 +2263,7 @@ var Service_itemtype = function Service_itemtype(props) {
2262
2263
  paddingRight: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
2263
2264
  }
2264
2265
  }, /*#__PURE__*/React.createElement("div", {
2265
- "class": "".concat(productinfo_cssstyles.cardcontainer) + ' col-lg-12 mb-5 ',
2266
+ "class": "".concat(productinfo_cssstyles.cardcontainer) + ' col-lg-12 mb-3 ',
2266
2267
  style: {
2267
2268
  minHeight: '70vh'
2268
2269
  }
@@ -2282,7 +2283,7 @@ var Service_itemtype = function Service_itemtype(props) {
2282
2283
  showNav: false,
2283
2284
  showPlayButton: false
2284
2285
  })), sectionproperties.showShareButton == 'Show' && /*#__PURE__*/React.createElement("div", {
2285
- "class": "col-lg-12 mt-5 mt-md-4"
2286
+ "class": "col-lg-12 mt-4 mt-md-4"
2286
2287
  }, /*#__PURE__*/React.createElement("div", {
2287
2288
  "class": "row m-0 w-100"
2288
2289
  }, /*#__PURE__*/React.createElement("div", {
@@ -2325,7 +2326,7 @@ var Service_itemtype = function Service_itemtype(props) {
2325
2326
  size: 40,
2326
2327
  round: true
2327
2328
  }))))))), /*#__PURE__*/React.createElement("div", {
2328
- "class": langdetect == 'en' ? 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-2 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-2 p-md-0'
2329
+ "class": 'col-xl-7 col-lg-8 col-md-12 col-sm-12 p-0'
2329
2330
  }, /*#__PURE__*/React.createElement("div", {
2330
2331
  "class": "row m-0 w-100"
2331
2332
  }, /*#__PURE__*/React.createElement("div", {
@@ -2387,8 +2388,8 @@ var Service_itemtype = function Service_itemtype(props) {
2387
2388
  NotificationManager: NotificationManager,
2388
2389
  addtocartfunc: addtocartfunc
2389
2390
  }
2390
- })), /*#__PURE__*/React.createElement("div", {
2391
- "class": langdetect == 'en' ? 'col-lg-12 p-0 pl-4 pl-md-0 mb-3' : 'col-lg-12 pr-4 pr-md-0 p-0 mb-3'
2391
+ })), sectionproperties.show_availability == 'Show' && /*#__PURE__*/React.createElement("div", {
2392
+ "class": 'col-lg-12 p-0 pl-5 pr-5 p-md-0 mb-3'
2392
2393
  }, /*#__PURE__*/React.createElement("div", {
2393
2394
  style: {
2394
2395
  width: sectionproperties.availability_width + 'px',
@@ -2412,11 +2413,11 @@ var Service_itemtype = function Service_itemtype(props) {
2412
2413
  }, lang.availability, ":"), /*#__PURE__*/React.createElement("span", {
2413
2414
  "class": "ml-1 mr-1"
2414
2415
  }, fetchProductInfoQueryContext.data.data.productinfo.quantavailtype == 'nolimit' ? lang.available : lang.limitedquantity)))), /*#__PURE__*/React.createElement("div", {
2415
- "class": "col-lg-12 p-0 mb-3"
2416
+ "class": "col-lg-12 mb-3"
2416
2417
  }, /*#__PURE__*/React.createElement("hr", {
2417
2418
  "class": langdetect == 'en' ? 'mb-0 mt-2 ml-4 ml-md-0' : 'mb-0 mt-2 mr-4 mr-md-0'
2418
2419
  })), /*#__PURE__*/React.createElement("div", {
2419
- className: "col-lg-12 p-0 mb-3 pl-3 pr-3 p-md-0 mb-3"
2420
+ className: "col-lg-12 mb-3 pl-5 pr-5 p-md-0 mb-3"
2420
2421
  }, /*#__PURE__*/React.createElement("div", {
2421
2422
  className: "row m-0 w-100 d-flex flex-row"
2422
2423
  }, /*#__PURE__*/React.createElement("p", {
@@ -2452,7 +2453,7 @@ var Service_itemtype = function Service_itemtype(props) {
2452
2453
  }, /*#__PURE__*/React.createElement("span", {
2453
2454
  className: "ml-2 mr-2"
2454
2455
  }, "-"), " ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchProductInfoQueryContext.data.data.productinfo.defaultprice, " ", langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), /*#__PURE__*/React.createElement("div", {
2455
- "class": langdetect == 'en' ? 'row m-0 w-100 d-flex align-items-center mb-3 pl-4 pl-md-0 ' : 'row m-0 w-100 d-flex align-items-center mb-3 pr-4 pr-md-0'
2456
+ "class": 'row m-0 w-100 d-flex align-items-center mb-3 pl-5 pr-5 p-md-0 '
2456
2457
  }, /*#__PURE__*/React.createElement("div", {
2457
2458
  style: {
2458
2459
  width: sectionproperties.iconcontainerwidth + 'px',
@@ -2476,7 +2477,9 @@ var Service_itemtype = function Service_itemtype(props) {
2476
2477
  color: sectionproperties.icontextcolor,
2477
2478
  fontWeight: sectionproperties.icontextfontweight
2478
2479
  }
2479
- }, lang.securepayment))))))));
2480
+ }, lang.securepayment))))))), /*#__PURE__*/React.createElement("div", {
2481
+ "class": "col-lg-12 p-0"
2482
+ }, relatedproducts()));
2480
2483
  };
2481
2484
 
2482
2485
  var IKurlEndpoint = 'https://ik.imagekit.io/kcrbhhnh0';
@@ -10083,15 +10086,20 @@ var Subheader = function Subheader(props) {
10083
10086
  }
10084
10087
  }, langdetect == 'en' ? item.title_en : item.title_ar);
10085
10088
  }))), Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 ? void 0 : (_fetchCategoriesQuery9 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery9 === void 0 ? void 0 : (_fetchCategoriesQuery10 = _fetchCategoriesQuery9.data) === null || _fetchCategoriesQuery10 === void 0 ? void 0 : (_fetchCategoriesQuery11 = _fetchCategoriesQuery10.categories[Choosenindex]) === null || _fetchCategoriesQuery11 === void 0 ? void 0 : (_fetchCategoriesQuery12 = _fetchCategoriesQuery11.parentcolletions) === null || _fetchCategoriesQuery12 === void 0 ? void 0 : _fetchCategoriesQuery12.length) != 0 && /*#__PURE__*/React.createElement("div", {
10086
- "class": "".concat(headerstyles$f.dropmenu, " ").concat(header_cssstyles.dropdownmenu, " ").concat(showdownheadermenu ? 'd-flex' : 'd-none') + ' col-lg-12 ml-auto mr-auto flex-row justify-content-center align-items-center p-sm-0 position-md-relative ',
10089
+ "class": "".concat(headerstyles$f.dropmenu, " ").concat(header_cssstyles.dropdownmenu, " ").concat(showdownheadermenu ? 'd-flex' : 'd-none') + ' col-lg-12 ml-auto mr-auto flex-row justify-content-center align-items-center pl-lg-3 pr-lg-3 pl-md-2 pr-md-2 p-sm-0 position-md-relative ',
10087
10090
  onMouseLeave: function onMouseLeave() {
10088
10091
  setshowdownheadermenu(false);
10089
10092
  },
10090
10093
  style: {
10091
- width: '95%',
10094
+ width: sectionproperties.subheader_width + '%',
10092
10095
  zIndex: 2000,
10093
10096
  position: ((_props$subheaderprope25 = props.subheaderpropertiesprops) === null || _props$subheaderprope25 === void 0 ? void 0 : _props$subheaderprope25.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
10094
- top: ((_props$subheaderprope26 = props.subheaderpropertiesprops) === null || _props$subheaderprope26 === void 0 ? void 0 : _props$subheaderprope26.subheaderpositionprops) == 'in nav' ? 30 : ''
10097
+ top: ((_props$subheaderprope26 = props.subheaderpropertiesprops) === null || _props$subheaderprope26 === void 0 ? void 0 : _props$subheaderprope26.subheaderpositionprops) == 'in nav' ? 30 : '',
10098
+ border: sectionproperties.subheader_width != 100 ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor : 0,
10099
+ borderBottom: sectionproperties.subheader_width == 100 ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor : 0,
10100
+ borderTop: sectionproperties.subheader_width == 100 ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor : 0,
10101
+ paddingLeft: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingLeft + 'px' : sectionproperties.subheader_dropdown_paddingRight + 'px',
10102
+ paddingRight: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingRight + 'px' : sectionproperties.subheader_dropdown_paddingLeft + 'px'
10095
10103
  }
10096
10104
  }, /*#__PURE__*/React.createElement("div", {
10097
10105
  "class": "row m-0 w-100 d-flex pt-3 pb-3"
@@ -17408,11 +17416,6 @@ var Modernheader = function Modernheader(props) {
17408
17416
  paddingBottom: sectionproperties.uppersection_paddingbottom + 'px'
17409
17417
  }),
17410
17418
  navbar_nav: css({
17411
- background: sectionproperties.lowersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.lowersection_backgroundColor,
17412
- borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderBottomLeftRadius + 'px' : sectionproperties.lowersection_BorderBottomRightRadius + 'px',
17413
- borderBottomRightRadius: langdetect == 'en' ? sectionproperties.lowersection_BorderBottomRightRadius + 'px' : sectionproperties.lowersection_borderBottomLeftRadius + 'px',
17414
- borderTopLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopLeftRadius + 'px' : sectionproperties.lowersection_borderTopRightRadius + 'px',
17415
- borderTopRightRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopRightRadius + 'px' : sectionproperties.lowersection_borderTopLeftRadius + 'px',
17416
17419
  paddingTop: sectionproperties.lowersection_paddingtop + 'px',
17417
17420
  paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
17418
17421
  paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
@@ -17536,7 +17539,7 @@ var Modernheader = function Modernheader(props) {
17536
17539
  }, /*#__PURE__*/React.createElement("div", {
17537
17540
  "class": "row m-0 w-100"
17538
17541
  }, /*#__PURE__*/React.createElement("div", {
17539
- "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center '
17542
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
17540
17543
  }, /*#__PURE__*/React.createElement("div", {
17541
17544
  "class": "col-lg-4 col-md-6 col-sm-12 allcentered p-0",
17542
17545
  style: {}
@@ -17854,7 +17857,7 @@ var Modernheader = function Modernheader(props) {
17854
17857
  }, /*#__PURE__*/React.createElement("div", {
17855
17858
  "class": header_cssstyles.header_divider
17856
17859
  })), sectionproperties.showlowerheadersection == 'Show' && /*#__PURE__*/React.createElement("div", {
17857
- "class": "".concat(header_cssstyles.navbar_nav, " ") + ' row w-100 m-0 d-flex align-items-center '
17860
+ "class": sectionproperties.lowersection_paddingleft != 0 && sectionproperties.lowersection_paddingright != 0 ? "".concat(header_cssstyles.navbar_nav, " ") + ' row w-100 m-0 d-flex align-items-center px-1025-1 ' : "".concat(header_cssstyles.navbar_nav, " ") + ' row w-100 m-0 d-flex align-items-center '
17858
17861
  }, /*#__PURE__*/React.createElement("div", {
17859
17862
  "class": "col-lg-12 col-md-12 justify-content-center align-items-center m-auto p-0",
17860
17863
  style: {
@@ -38652,7 +38655,7 @@ var Card20 = function Card20(props) {
38652
38655
  marginBottom: sectionproperties.cartBtnShow == 'Show' ? 20 : 0
38653
38656
  }
38654
38657
  }, plainString(langdetect == 'en' ? item.description_en : item.description_ar))), /*#__PURE__*/React.createElement("div", {
38655
- "class": "col-lg-6 col-md-6 col-sm-6 p-0"
38658
+ "class": "col-lg-6 col-md-6 col-sm-6 p-0 d-flex justify-content-start"
38656
38659
  }, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("button", {
38657
38660
  "class": cardstyles.cart_btn,
38658
38661
  onClick: function onClick() {
package/dist/index.umd.js CHANGED
@@ -1273,7 +1273,7 @@
1273
1273
  }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1274
1274
  } else {
1275
1275
  return /*#__PURE__*/React__default["default"].createElement("div", {
1276
- className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1276
+ className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered pl-2 pr-2 ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1277
1277
  onClick: function onClick() {
1278
1278
  if (optionvaluesitem.isenabled == 1) {
1279
1279
  selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
@@ -1281,7 +1281,7 @@
1281
1281
  },
1282
1282
  style: {
1283
1283
  backgroundColor: isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
1284
- minWidth: sectionproperties.variantcontainer_minwidth + 'px',
1284
+ width: 'auto',
1285
1285
  height: sectionproperties.variantcontainer_height + 'px',
1286
1286
  borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
1287
1287
  position: 'relative'
@@ -1299,7 +1299,7 @@
1299
1299
  }, /*#__PURE__*/React__default["default"].createElement("i", {
1300
1300
  "class": "h-100 allcentered"
1301
1301
  }, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
1302
- className: 'm-0 p-0 d-flex align-items-center justify-content-center',
1302
+ className: 'm-0 p-0 allcentered',
1303
1303
  style: {
1304
1304
  color: sectionproperties.variantcontainer_color,
1305
1305
  fontSize: sectionproperties.variantcontainer_fontSize + 'px'
@@ -2112,6 +2112,7 @@
2112
2112
  var productinfo_cssstyles = props.actions.productinfo_cssstyles;
2113
2113
  var addtocartfunc = props.actions.addtocartfunc;
2114
2114
  props.actions.selectproductoptionvalue;
2115
+ var relatedproducts = props.actions.relatedproducts;
2115
2116
  var productimagesarray = props.actions.productimagesarray;
2116
2117
  var fetchProductInfoQueryContext = props.actions.fetchProductInfoQueryContext;
2117
2118
  var sectionproperties = props.actions.sectionproperties;
@@ -2169,7 +2170,7 @@
2169
2170
  paddingRight: srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
2170
2171
  }
2171
2172
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2172
- "class": "".concat(productinfo_cssstyles.cardcontainer) + ' col-lg-12 mb-5 ',
2173
+ "class": "".concat(productinfo_cssstyles.cardcontainer) + ' col-lg-12 mb-3 ',
2173
2174
  style: {
2174
2175
  minHeight: '70vh'
2175
2176
  }
@@ -2189,7 +2190,7 @@
2189
2190
  showNav: false,
2190
2191
  showPlayButton: false
2191
2192
  })), sectionproperties.showShareButton == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2192
- "class": "col-lg-12 mt-5 mt-md-4"
2193
+ "class": "col-lg-12 mt-4 mt-md-4"
2193
2194
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2194
2195
  "class": "row m-0 w-100"
2195
2196
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -2232,7 +2233,7 @@
2232
2233
  size: 40,
2233
2234
  round: true
2234
2235
  }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
2235
- "class": langdetect == 'en' ? 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-2 pr-0 p-md-0' : 'col-xl-7 col-lg-8 col-md-12 col-sm-12 pl-0 pr-2 p-md-0'
2236
+ "class": 'col-xl-7 col-lg-8 col-md-12 col-sm-12 p-0'
2236
2237
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2237
2238
  "class": "row m-0 w-100"
2238
2239
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -2294,8 +2295,8 @@
2294
2295
  NotificationManager: NotificationManager,
2295
2296
  addtocartfunc: addtocartfunc
2296
2297
  }
2297
- })), /*#__PURE__*/React__default["default"].createElement("div", {
2298
- "class": langdetect == 'en' ? 'col-lg-12 p-0 pl-4 pl-md-0 mb-3' : 'col-lg-12 pr-4 pr-md-0 p-0 mb-3'
2298
+ })), sectionproperties.show_availability == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
2299
+ "class": 'col-lg-12 p-0 pl-5 pr-5 p-md-0 mb-3'
2299
2300
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2300
2301
  style: {
2301
2302
  width: sectionproperties.availability_width + 'px',
@@ -2319,11 +2320,11 @@
2319
2320
  }, lang.availability, ":"), /*#__PURE__*/React__default["default"].createElement("span", {
2320
2321
  "class": "ml-1 mr-1"
2321
2322
  }, fetchProductInfoQueryContext.data.data.productinfo.quantavailtype == 'nolimit' ? lang.available : lang.limitedquantity)))), /*#__PURE__*/React__default["default"].createElement("div", {
2322
- "class": "col-lg-12 p-0 mb-3"
2323
+ "class": "col-lg-12 mb-3"
2323
2324
  }, /*#__PURE__*/React__default["default"].createElement("hr", {
2324
2325
  "class": langdetect == 'en' ? 'mb-0 mt-2 ml-4 ml-md-0' : 'mb-0 mt-2 mr-4 mr-md-0'
2325
2326
  })), /*#__PURE__*/React__default["default"].createElement("div", {
2326
- className: "col-lg-12 p-0 mb-3 pl-3 pr-3 p-md-0 mb-3"
2327
+ className: "col-lg-12 mb-3 pl-5 pr-5 p-md-0 mb-3"
2327
2328
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2328
2329
  className: "row m-0 w-100 d-flex flex-row"
2329
2330
  }, /*#__PURE__*/React__default["default"].createElement("p", {
@@ -2359,7 +2360,7 @@
2359
2360
  }, /*#__PURE__*/React__default["default"].createElement("span", {
2360
2361
  className: "ml-2 mr-2"
2361
2362
  }, "-"), " ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchProductInfoQueryContext.data.data.productinfo.defaultprice, " ", langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), /*#__PURE__*/React__default["default"].createElement("div", {
2362
- "class": langdetect == 'en' ? 'row m-0 w-100 d-flex align-items-center mb-3 pl-4 pl-md-0 ' : 'row m-0 w-100 d-flex align-items-center mb-3 pr-4 pr-md-0'
2363
+ "class": 'row m-0 w-100 d-flex align-items-center mb-3 pl-5 pr-5 p-md-0 '
2363
2364
  }, /*#__PURE__*/React__default["default"].createElement("div", {
2364
2365
  style: {
2365
2366
  width: sectionproperties.iconcontainerwidth + 'px',
@@ -2383,7 +2384,9 @@
2383
2384
  color: sectionproperties.icontextcolor,
2384
2385
  fontWeight: sectionproperties.icontextfontweight
2385
2386
  }
2386
- }, lang.securepayment))))))));
2387
+ }, lang.securepayment))))))), /*#__PURE__*/React__default["default"].createElement("div", {
2388
+ "class": "col-lg-12 p-0"
2389
+ }, relatedproducts()));
2387
2390
  };
2388
2391
 
2389
2392
  var IKurlEndpoint = 'https://ik.imagekit.io/kcrbhhnh0';
@@ -9990,15 +9993,20 @@
9990
9993
  }
9991
9994
  }, langdetect == 'en' ? item.title_en : item.title_ar);
9992
9995
  }))), Choosenindex.length != 0 && (fetchCategoriesQueryContext === null || fetchCategoriesQueryContext === void 0 ? void 0 : (_fetchCategoriesQuery9 = fetchCategoriesQueryContext.data) === null || _fetchCategoriesQuery9 === void 0 ? void 0 : (_fetchCategoriesQuery10 = _fetchCategoriesQuery9.data) === null || _fetchCategoriesQuery10 === void 0 ? void 0 : (_fetchCategoriesQuery11 = _fetchCategoriesQuery10.categories[Choosenindex]) === null || _fetchCategoriesQuery11 === void 0 ? void 0 : (_fetchCategoriesQuery12 = _fetchCategoriesQuery11.parentcolletions) === null || _fetchCategoriesQuery12 === void 0 ? void 0 : _fetchCategoriesQuery12.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
9993
- "class": "".concat(headerstyles$f.dropmenu, " ").concat(header_cssstyles.dropdownmenu, " ").concat(showdownheadermenu ? 'd-flex' : 'd-none') + ' col-lg-12 ml-auto mr-auto flex-row justify-content-center align-items-center p-sm-0 position-md-relative ',
9996
+ "class": "".concat(headerstyles$f.dropmenu, " ").concat(header_cssstyles.dropdownmenu, " ").concat(showdownheadermenu ? 'd-flex' : 'd-none') + ' col-lg-12 ml-auto mr-auto flex-row justify-content-center align-items-center pl-lg-3 pr-lg-3 pl-md-2 pr-md-2 p-sm-0 position-md-relative ',
9994
9997
  onMouseLeave: function onMouseLeave() {
9995
9998
  setshowdownheadermenu(false);
9996
9999
  },
9997
10000
  style: {
9998
- width: '95%',
10001
+ width: sectionproperties.subheader_width + '%',
9999
10002
  zIndex: 2000,
10000
10003
  position: ((_props$subheaderprope25 = props.subheaderpropertiesprops) === null || _props$subheaderprope25 === void 0 ? void 0 : _props$subheaderprope25.subheaderpositionprops) == 'in nav' ? 'absolute' : '',
10001
- top: ((_props$subheaderprope26 = props.subheaderpropertiesprops) === null || _props$subheaderprope26 === void 0 ? void 0 : _props$subheaderprope26.subheaderpositionprops) == 'in nav' ? 30 : ''
10004
+ top: ((_props$subheaderprope26 = props.subheaderpropertiesprops) === null || _props$subheaderprope26 === void 0 ? void 0 : _props$subheaderprope26.subheaderpositionprops) == 'in nav' ? 30 : '',
10005
+ border: sectionproperties.subheader_width != 100 ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor : 0,
10006
+ borderBottom: sectionproperties.subheader_width == 100 ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor : 0,
10007
+ borderTop: sectionproperties.subheader_width == 100 ? sectionproperties.subheader_dropdown_borderWidth + 'px solid ' + sectionproperties.subheader_dropdown_borderColor : 0,
10008
+ paddingLeft: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingLeft + 'px' : sectionproperties.subheader_dropdown_paddingRight + 'px',
10009
+ paddingRight: langdetect == 'en' ? sectionproperties.subheader_dropdown_paddingRight + 'px' : sectionproperties.subheader_dropdown_paddingLeft + 'px'
10002
10010
  }
10003
10011
  }, /*#__PURE__*/React__default["default"].createElement("div", {
10004
10012
  "class": "row m-0 w-100 d-flex pt-3 pb-3"
@@ -17315,11 +17323,6 @@
17315
17323
  paddingBottom: sectionproperties.uppersection_paddingbottom + 'px'
17316
17324
  }),
17317
17325
  navbar_nav: glamor.css({
17318
- background: sectionproperties.lowersection_bgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.lowersection_backgroundColor,
17319
- borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderBottomLeftRadius + 'px' : sectionproperties.lowersection_BorderBottomRightRadius + 'px',
17320
- borderBottomRightRadius: langdetect == 'en' ? sectionproperties.lowersection_BorderBottomRightRadius + 'px' : sectionproperties.lowersection_borderBottomLeftRadius + 'px',
17321
- borderTopLeftRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopLeftRadius + 'px' : sectionproperties.lowersection_borderTopRightRadius + 'px',
17322
- borderTopRightRadius: langdetect == 'en' ? sectionproperties.lowersection_borderTopRightRadius + 'px' : sectionproperties.lowersection_borderTopLeftRadius + 'px',
17323
17326
  paddingTop: sectionproperties.lowersection_paddingtop + 'px',
17324
17327
  paddingBottom: sectionproperties.lowersection_paddingbottom + 'px',
17325
17328
  paddingLeft: langdetect == 'en' ? sectionproperties.lowersection_paddingleft + 'px' : sectionproperties.lowersection_paddingright + 'px',
@@ -17443,7 +17446,7 @@
17443
17446
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17444
17447
  "class": "row m-0 w-100"
17445
17448
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17446
- "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center '
17449
+ "class": "".concat(header_cssstyles.top_bar) + ' row m-0 w-100 d-flex align-items-center px-1025-1 '
17447
17450
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17448
17451
  "class": "col-lg-4 col-md-6 col-sm-12 allcentered p-0",
17449
17452
  style: {}
@@ -17761,7 +17764,7 @@
17761
17764
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17762
17765
  "class": header_cssstyles.header_divider
17763
17766
  })), sectionproperties.showlowerheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
17764
- "class": "".concat(header_cssstyles.navbar_nav, " ") + ' row w-100 m-0 d-flex align-items-center '
17767
+ "class": sectionproperties.lowersection_paddingleft != 0 && sectionproperties.lowersection_paddingright != 0 ? "".concat(header_cssstyles.navbar_nav, " ") + ' row w-100 m-0 d-flex align-items-center px-1025-1 ' : "".concat(header_cssstyles.navbar_nav, " ") + ' row w-100 m-0 d-flex align-items-center '
17765
17768
  }, /*#__PURE__*/React__default["default"].createElement("div", {
17766
17769
  "class": "col-lg-12 col-md-12 justify-content-center align-items-center m-auto p-0",
17767
17770
  style: {
@@ -38559,7 +38562,7 @@
38559
38562
  marginBottom: sectionproperties.cartBtnShow == 'Show' ? 20 : 0
38560
38563
  }
38561
38564
  }, plainString(langdetect == 'en' ? item.description_en : item.description_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
38562
- "class": "col-lg-6 col-md-6 col-sm-6 p-0"
38565
+ "class": "col-lg-6 col-md-6 col-sm-6 p-0 d-flex justify-content-start"
38563
38566
  }, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("button", {
38564
38567
  "class": cardstyles.cart_btn,
38565
38568
  onClick: function onClick() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.161",
3
+ "version": "0.0.163",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {