tabexseriescomponents 0.2.931 → 0.2.932

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
@@ -3730,7 +3730,7 @@ var Product_itemtype = function Product_itemtype(props) {
3730
3730
  }, /*#__PURE__*/React__default["default"].createElement(FiLayers.FiLayers, {
3731
3731
  size: 26
3732
3732
  }))), productimagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
3733
- "class": "w-100 d-block d-md-none",
3733
+ "class": sectionproperties.showthumbnail == 'Hide' ? 'w-100 d-block d-md-none hidethumbnail' : 'w-100 d-block d-md-none',
3734
3734
  style: {
3735
3735
  // height: '500px',
3736
3736
  // height: sectionproperties.evencols == 'Yes' ? '550px' : '',
@@ -4085,7 +4085,9 @@ var Product_itemtype = function Product_itemtype(props) {
4085
4085
  }, /*#__PURE__*/React__default["default"].createElement("p", {
4086
4086
  style: {
4087
4087
  textAlign: langdetect == 'en' ? 'left' : 'right',
4088
- color: sectionproperties.generaltext_fontColor
4088
+ color: sectionproperties.generaltext_fontColor,
4089
+ fontSize: 17,
4090
+ fontWeight: 700
4089
4091
  }
4090
4092
  }, langdetect == 'en' ? 'Description' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
4091
4093
  "class": "col-lg-12 p-0"
@@ -5187,11 +5189,13 @@ var Product_itemtype = function Product_itemtype(props) {
5187
5189
  }, /*#__PURE__*/React__default["default"].createElement("div", {
5188
5190
  "class": "row m-0 w-100"
5189
5191
  }, sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
5190
- "class": "col-lg-12 p-0 mb-2"
5192
+ "class": "col-lg-12 p-0 mb-2 "
5191
5193
  }, /*#__PURE__*/React__default["default"].createElement("p", {
5192
5194
  style: {
5193
5195
  textAlign: langdetect == 'en' ? 'left' : 'right',
5194
- color: sectionproperties.generaltext_fontColor
5196
+ color: sectionproperties.generaltext_fontColor,
5197
+ fontWeight: 700,
5198
+ fontSize: 17
5195
5199
  }
5196
5200
  }, langdetect == 'en' ? 'Description' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
5197
5201
  "class": "col-lg-12 p-0"
@@ -20403,8 +20407,8 @@ var Filter$1 = function Filter(props) {
20403
20407
  }
20404
20408
  }),
20405
20409
  filtercard: glamor.css({
20406
- minWidth: sectionproperties.filtercardwidth + 'px',
20407
- maxWidth: sectionproperties.filtercardwidth + 'px'
20410
+ minWidth: sectionproperties.filterdirection == 'Collections Vertical' ? '100%' : sectionproperties.filtercardwidth + 'px',
20411
+ maxWidth: sectionproperties.filterdirection == 'Collections Vertical' ? '100%' : sectionproperties.filtercardwidth + 'px'
20408
20412
  }),
20409
20413
  filtercardfilter: glamor.css({
20410
20414
  minWidth: '100px',
@@ -20749,8 +20753,99 @@ var Filter$1 = function Filter(props) {
20749
20753
  minHeight: sectionproperties.filterminheight == 0 ? 'auto' : sectionproperties.filterminheight + 'vh'
20750
20754
  }
20751
20755
  }, props.typeprops != 'vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
20752
- className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 p-0 w-100 filter mt-md-0 ' : 'col-lg-12 p-0 w-100 filter mt-md-0 d-md-none'
20753
- }, sectionproperties.filterType == 'Title & Sort By Only' && /*#__PURE__*/React__default["default"].createElement("div", {
20756
+ className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 p-0 w-100 filter mt-md-0 ' : 'col-lg-12 p-0 w-100 filter mt-md-0 d-md-none'
20757
+ }, sectionproperties.filterdirection == 'Horizontal' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20758
+ "class": "row m-0 w-100"
20759
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20760
+ "class": "col-lg-12 p-0 mb-4"
20761
+ }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
20762
+ transitionBehavior: 'auto',
20763
+ wrapperClassName: '',
20764
+ itemClassName: '',
20765
+ scrollContainerClassName: 'scrollmenuclasssubscrollbar2'
20766
+ }, collectionstobevisible.map(function (item, index) {
20767
+ return /*#__PURE__*/React__default["default"].createElement("div", {
20768
+ className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100 mb-2 '
20769
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20770
+ className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
20771
+ onClick: function onClick() {
20772
+ setCollectionFilterFunc(item.collectionid);
20773
+ },
20774
+ style: {
20775
+ color: item.isfilterselected == true ? sectionproperties.activecat_color : ''
20776
+ }
20777
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20778
+ "class": "col-lg-12 allcentered mb-2"
20779
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20780
+ style: {
20781
+ width: sectionproperties.filterimagewidthheight + '%',
20782
+ height: sectionproperties.filterimagewidthheight + '%'
20783
+ }
20784
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
20785
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
20786
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
20787
+ path: '/tr:w-' + sectionproperties.filterimage_tr + ',h-' + sectionproperties.filterimage_h + '/' + item.collectionlogo,
20788
+ style: {
20789
+ width: '100%',
20790
+ height: '100%',
20791
+ objectFit: 'cover',
20792
+ borderRadius: sectionproperties.filterimageborderradius + 'px'
20793
+ },
20794
+ loading: "lazy"
20795
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
20796
+ "class": "row m-0 w-100"
20797
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20798
+ "class": "col-10 text-start"
20799
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
20800
+ "class": ' m-0 p-0 '
20801
+ }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
20802
+ "class": "col-2 text-end"
20803
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
20804
+ "class": "h-100 allcentered"
20805
+ }, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
20806
+ })))), sectionproperties.filterdirection == 'Collections Vertical' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20807
+ "class": "row m-0 w-100 allcentered mt-md-3"
20808
+ }, collectionstobevisible.map(function (item, index) {
20809
+ return /*#__PURE__*/React__default["default"].createElement("div", {
20810
+ className: ' col-xl-2 col-lg-3 col-md-3 col-sm-4 w-100 mb-2 '
20811
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20812
+ className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
20813
+ onClick: function onClick() {
20814
+ setCollectionFilterFunc(item.collectionid);
20815
+ },
20816
+ style: {
20817
+ color: item.isfilterselected == true ? sectionproperties.activecat_color : ''
20818
+ }
20819
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20820
+ "class": "col-lg-12 allcentered mb-2 p-0"
20821
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20822
+ style: {
20823
+ width: sectionproperties.filterimagewidthheight + '%',
20824
+ height: sectionproperties.filterimagewidthheight + '%'
20825
+ }
20826
+ }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
20827
+ urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
20828
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
20829
+ path: '/tr:w-' + sectionproperties.filterimage_tr + ',h-' + sectionproperties.filterimage_h + '/' + item.collectionlogo,
20830
+ style: {
20831
+ width: '100%',
20832
+ height: '100%',
20833
+ objectFit: 'cover',
20834
+ borderRadius: sectionproperties.filterimageborderradius + 'px'
20835
+ },
20836
+ loading: "lazy"
20837
+ }))), /*#__PURE__*/React__default["default"].createElement("div", {
20838
+ "class": "row m-0 w-100"
20839
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
20840
+ "class": "col-10 col-sm-9 text-start"
20841
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
20842
+ "class": ' m-0 p-0 '
20843
+ }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
20844
+ "class": "col-2 col-sm-3 text-end"
20845
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
20846
+ "class": "h-100 allcentered"
20847
+ }, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
20848
+ })), sectionproperties.filterType == 'Title & Sort By Only' && /*#__PURE__*/React__default["default"].createElement("div", {
20754
20849
  "class": "row mx-0 w-100",
20755
20850
  style: {
20756
20851
  marginTop: sectionproperties.sectionTitleMarginTop + 'px',
@@ -20838,72 +20933,7 @@ var Filter$1 = function Filter(props) {
20838
20933
  }
20839
20934
  }, valueitem.name);
20840
20935
  }));
20841
- }))))), sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection == 'Horizontal' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20842
- "class": "row m-0 w-100"
20843
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20844
- "class": "col-lg-12 p-0 mb-4"
20845
- }, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
20846
- transitionBehavior: 'auto',
20847
- wrapperClassName: '',
20848
- itemClassName: '',
20849
- scrollContainerClassName: 'scrollmenuclasssubscrollbar2'
20850
- }, collectionstobevisible.map(function (item, index) {
20851
- return /*#__PURE__*/React__default["default"].createElement("div", {
20852
- className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100 mb-2 '
20853
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20854
- className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
20855
- onClick: function onClick() {
20856
- setCollectionFilterFunc(item.collectionid);
20857
- },
20858
- style: {
20859
- color: item.isfilterselected == true ? sectionproperties.activecat_color : ''
20860
- }
20861
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20862
- "class": "col-lg-12 allcentered mb-2"
20863
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20864
- style: {
20865
- width: sectionproperties.filterimagewidthheight + '%',
20866
- height: sectionproperties.filterimagewidthheight + '%'
20867
- }
20868
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
20869
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
20870
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
20871
- path: '/tr:w-' + sectionproperties.filterimage_tr + ',h-' + sectionproperties.filterimage_h + '/' + item.collectionlogo,
20872
- style: {
20873
- width: '100%',
20874
- height: '100%',
20875
- objectFit: 'cover',
20876
- borderRadius: sectionproperties.filterimageborderradius + 'px'
20877
- },
20878
- loading: "lazy"
20879
- }))), /*#__PURE__*/React__default["default"].createElement("div", {
20880
- "class": "row m-0 w-100"
20881
- }, /*#__PURE__*/React__default["default"].createElement("div", {
20882
- "class": "col-10 text-start"
20883
- }, /*#__PURE__*/React__default["default"].createElement("p", {
20884
- "class": ' m-0 p-0 '
20885
- }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
20886
- "class": "col-2 text-end"
20887
- }, /*#__PURE__*/React__default["default"].createElement("i", {
20888
- "class": "h-100 allcentered"
20889
- }, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
20890
- }))), sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
20891
- "class": "col-lg-12 text-start px-4 mb-5",
20892
- style: {
20893
- fontSize: 15,
20894
- color: '#62554a'
20895
- }
20896
- }, /*#__PURE__*/React__default["default"].createElement("span", {
20897
- "class": "cursor-pointer",
20898
- onClick: function onClick() {
20899
- routingcountext('home', false, '');
20900
- }
20901
- }, 'Home', " /", ' '), ' ', /*#__PURE__*/React__default["default"].createElement("span", {
20902
- style: {
20903
- textTransform: 'capitalize'
20904
- },
20905
- "class": "mx-2"
20906
- }, props.show_product_group_titles()['title_en']))), authdetailsContext.instinfo.instid == '6790ae890234e' && window.location.pathname == '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20936
+ }))))), authdetailsContext.instinfo.instid == '6790ae890234e' && window.location.pathname == '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
20907
20937
  "class": "col-lg-12 mx-auto col-md-12 pl-md-2 pr-md-2 mb-4 allcentered",
20908
20938
  style: {
20909
20939
  paddingLeft: 300,
@@ -22508,6 +22538,7 @@ var CardsSection = function CardsSection(props) {
22508
22538
  innercardssection: glamor.css({
22509
22539
  paddingLeft: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px' : 0,
22510
22540
  paddingRight: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px' : 0,
22541
+ paddingTop: sectionproperties.paddingTop + 'px',
22511
22542
  '@media (max-width: 800px)': {
22512
22543
  paddingLeft: langdetect == 'en' ? sectionproperties.paddinghorizontalresponsive + 'px' : sectionproperties.paddinghorizontalresponsive + 'px',
22513
22544
  paddingRight: langdetect == 'en' ? sectionproperties.paddinghorizontalresponsive + 'px' : sectionproperties.paddinghorizontalresponsive + 'px'
@@ -22530,7 +22561,7 @@ var CardsSection = function CardsSection(props) {
22530
22561
  pageLinkClassName: glamor.css({
22531
22562
  minWidth: sectionproperties.paginationContainerWidth + 'vh',
22532
22563
  height: sectionproperties.paginationContainerHeight + 'vh',
22533
- padding: '17px',
22564
+ // padding: '17px',
22534
22565
  display: 'flex',
22535
22566
  alignItems: 'center',
22536
22567
  justifyContent: 'center',
@@ -22629,7 +22660,6 @@ var CardsSection = function CardsSection(props) {
22629
22660
  cards_sections: glamor.css({
22630
22661
  paddingLeft: sectionproperties.showFilter == 'show' ? 0 : langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
22631
22662
  paddingRight: sectionproperties.showFilter == 'show' ? 0 : langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
22632
- paddingTop: sectionproperties.paddingTop + 'px',
22633
22663
  paddingBottom: sectionproperties.paddingBottom + 'px',
22634
22664
  borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
22635
22665
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
@@ -22697,6 +22727,50 @@ var CardsSection = function CardsSection(props) {
22697
22727
  paddingLeft: sectionproperties.sectiontitlepaddinghorizontalresponsive + 'rem',
22698
22728
  paddingRight: sectionproperties.sectiontitlepaddinghorizontalresponsive + 'rem'
22699
22729
  }
22730
+ }),
22731
+ groupbysectionimage: glamor.css({
22732
+ ':after': {
22733
+ content: 's',
22734
+ fontSize: 0,
22735
+ position: 'absolute',
22736
+ top: 0,
22737
+ bottom: 0,
22738
+ left: 0,
22739
+ width: '100%',
22740
+ height: '100%',
22741
+ zIndex: 1,
22742
+ transition: ' 0.3s',
22743
+ background: '#000',
22744
+ opacity: 0.2,
22745
+ borderRadius: sectionproperties.groupbysectionimageborderradius + 'px'
22746
+ }
22747
+ }),
22748
+ groupbytitle: glamor.css({
22749
+ // fontWeight: 700,
22750
+ // fontSize: 27,
22751
+ // color: sectionproperties.sectionTitleColor,
22752
+ color: sectionproperties.groupbytitlecolor,
22753
+ fontSize: sectionproperties.groupbytitlefontsize + 'px',
22754
+ fontWeight: sectionproperties.groupbytitlefontweight,
22755
+ '@media (max-width: 800px)': {
22756
+ fontSize: sectionproperties.groupbytitlefontsizeresp + 'px'
22757
+ }
22758
+ }),
22759
+ groupbydescription: glamor.css({
22760
+ // fontSize: 18,
22761
+ // color: sectionproperties.sectionTitleColor,
22762
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
22763
+ // color: '#fff',
22764
+ // fontSize: 20,
22765
+ // fontWeight: 500,
22766
+
22767
+ color: sectionproperties.groupbydescriptioncolor,
22768
+ fontSize: sectionproperties.groupbydescriptionfontsize + 'px',
22769
+ fontWeight: sectionproperties.groupbydescriptionfontweight,
22770
+ // color: '#62554a',
22771
+ '@media (max-width: 800px)': {
22772
+ fontSize: sectionproperties.groupbydescriptionfontsizeresp + 'px'
22773
+ }
22700
22774
  })
22701
22775
  };
22702
22776
  var SectionTitle = function SectionTitle() {
@@ -22920,67 +22994,105 @@ var CardsSection = function CardsSection(props) {
22920
22994
  };
22921
22995
  var GroupByTitleSection = function GroupByTitleSection() {
22922
22996
  return /*#__PURE__*/React__default["default"].createElement("div", {
22923
- "class": authdetailsContext.instinfo.instid == '67d6bda67adf6' ? 'row m-0 w-100 px-5 px-md-0' : 'row m-0 w-100'
22924
- }, authdetailsContext.instinfo.instid == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
22925
- "class": "col-md-6 col-sm-12 d-none d-md-flex justify-content-end"
22997
+ "class": 'row m-0 w-100',
22998
+ style: {
22999
+ position: 'relative'
23000
+ }
23001
+ }, sectionproperties.groupbysectionimage == 'Show' && sectionproperties.groupbysectionimageposition == 'Top' && show_product_group_titles()['logo'] != '' && /*#__PURE__*/React__default["default"].createElement("div", {
23002
+ "class": "col-12 p-0 d-flex align-items-center",
23003
+ style: {
23004
+ justifyContent: sectionproperties.groupbysectionimagehorizontalposition == 'Center' ? 'center' : 'start'
23005
+ }
22926
23006
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23007
+ "class": section_cssstyles.groupbysectionimage + ' ',
22927
23008
  style: {
22928
- width: '90%',
22929
- height: '90%'
23009
+ width: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
23010
+ height: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%'
22930
23011
  }
22931
23012
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
22932
23013
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
22933
23014
  publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
22934
23015
  path: show_product_group_titles()['logo'],
22935
- className: sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : '',
23016
+ "class": 'w-100 h-100',
22936
23017
  style: {
22937
- maxHeight: '100%',
22938
- maxWidth: '100%'
23018
+ borderRadius: sectionproperties.groupbysectionimageborderradius + 'px'
22939
23019
  }
22940
23020
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
22941
- "class": authdetailsContext.instinfo.instid == '67d6bda67adf6' ? 'col-lg-8 p-0' : 'col-lg-12 p-0'
22942
- }, /*#__PURE__*/React__default["default"].createElement("div", {
22943
- "class": "row m-0 w-100"
23021
+ "class": "col-12 allcentered",
23022
+ style: {
23023
+ position: sectionproperties.groupbysectiontextposition == 'On Image' ? 'absolute' : 'relative',
23024
+ top: 0,
23025
+ bottom: 0,
23026
+ left: 0,
23027
+ right: 0,
23028
+ margin: 'auto'
23029
+ }
22944
23030
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22945
- "class": authdetailsContext.instinfo.instid == '67d6bda67adf6' ? 'col-lg-12 mb-3 mt-5 text-start mt-md-2' : 'col-lg-12 mb-3 mt-5 text-start'
23031
+ "class": sectionproperties.groupbysectiontextposition == 'On Image' ? 'row m-0 w-100 px-4 px-md-2 px-sm-0' : 'row m-0 w-100'
23032
+ }, sectionproperties.groupbytitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23033
+ "class": sectionproperties.groupbysectiontextposition == 'On Image' ? 'col-lg-12 d-flex align-items-center mb-1' : 'col-lg-12 mb-3 mt-5 d-flex align-items-center',
23034
+ style: {
23035
+ justifyContent: sectionproperties.groupbytitleposition == 'Center' ? 'center' : 'start'
23036
+ }
22946
23037
  }, /*#__PURE__*/React__default["default"].createElement("p", {
22947
- "class": "m-0",
23038
+ "class": section_cssstyles.groupbytitle + ' m-0 '
23039
+ }, langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar'])), sectionproperties.groupbydescriptionshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23040
+ "class": sectionproperties.groupbysectiontextposition == 'On Image' ? 'col-lg-12 d-flex align-items-center' : 'col-lg-12 mb-3 mt-5 d-flex align-items-center',
22948
23041
  style: {
22949
- fontWeight: 700,
22950
- fontSize: 27,
22951
- color: sectionproperties.sectionTitleColor
23042
+ justifyContent: sectionproperties.groupbydescriptionposition == 'Center' ? 'center' : 'start'
22952
23043
  }
22953
- }, langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar'])), /*#__PURE__*/React__default["default"].createElement("div", {
22954
- "class": "col-lg-12 mb-3"
22955
23044
  }, /*#__PURE__*/React__default["default"].createElement("p", {
22956
- "class": "m-0",
23045
+ "class": section_cssstyles.groupbydescription + ' m-0 ',
22957
23046
  style: {
22958
- fontSize: 18,
22959
- color: sectionproperties.sectionTitleColor,
22960
- textAlign: langdetect == 'en' ? 'left' : 'right'
22961
-
22962
- // color: '#62554a',
23047
+ textAlign: sectionproperties.groupbydescriptionposition == 'Center' ? 'center' : langdetect == 'en' ? 'left' : 'right'
22963
23048
  },
22964
23049
  dangerouslySetInnerHTML: {
22965
23050
  __html: langdetect == 'en' ? show_product_group_titles()['description_en'] : show_product_group_titles()['description_ar']
22966
23051
  }
22967
- })))), authdetailsContext.instinfo.instid == '67d6bda67adf6' && /*#__PURE__*/React__default["default"].createElement("div", {
22968
- "class": "col-lg-4 d-flex d-md-none justify-content-end pt-4"
22969
- }, /*#__PURE__*/React__default["default"].createElement("div", {
22970
- style: {
22971
- width: '90%',
22972
- height: '90%'
22973
- }
22974
- }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
22975
- urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
22976
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
22977
- path: show_product_group_titles()['logo'],
22978
- className: sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain' : '',
22979
- style: {
22980
- maxHeight: '100%',
22981
- maxWidth: '100%'
22982
- }
22983
- }))));
23052
+ })))))
23053
+ // <div class={ 'row m-0 w-100'}>
23054
+ // <div class="col-12 p-0 allcentered">
23055
+ // <div class="w-100 h-100">
23056
+ // <Imagekitimagecomp
23057
+ // urlEndpoint={ikimagecredcontext?.ikimageendpoint}
23058
+ // publicKey={ikimagecredcontext?.ikimagepublickey}
23059
+ // path={show_product_group_titles()['logo']}
23060
+ // className={sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain w-100 h-100' : 'w-100 h-100'}
23061
+ // />
23062
+ // </div>
23063
+ // </div>
23064
+
23065
+ // <div class={'col-lg-12 mb-3 mt-5 allcentered'}>
23066
+ // {/* <div class={ 'col-lg-12 mb-3 mt-5 text-start'}> */}
23067
+ // <p
23068
+ // class="m-0"
23069
+ // style={{
23070
+ // fontWeight: 700,
23071
+ // fontSize: 27,
23072
+
23073
+ // color: sectionproperties.sectionTitleColor,
23074
+ // }}
23075
+ // >
23076
+ // {langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar']}
23077
+ // </p>
23078
+ // </div>
23079
+ // <div class="col-lg-12 mb-3 allcentered">
23080
+ // <p
23081
+ // class="m-0"
23082
+ // style={{
23083
+ // fontSize: 18,
23084
+ // color: sectionproperties.sectionTitleColor,
23085
+ // textAlign: langdetect == 'en' ? 'left' : 'right',
23086
+
23087
+ // // color: '#62554a',
23088
+ // }}
23089
+ // dangerouslySetInnerHTML={{
23090
+ // __html: langdetect == 'en' ? show_product_group_titles()['description_en'] : show_product_group_titles()['description_ar'],
23091
+ // }}
23092
+ // ></p>
23093
+ // </div>
23094
+ // </div>
23095
+ ;
22984
23096
  };
22985
23097
  var cardsrender = function cardsrender() {
22986
23098
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -23142,7 +23254,7 @@ var CardsSection = function CardsSection(props) {
23142
23254
  size: sectionproperties.viewmoreiconfontsizeresp,
23143
23255
  color: sectionproperties.viewmorebtn_Textcolor
23144
23256
  })))), sectionproperties.showFilter == 'show' && sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection != 'Collections Horizontal' && sectionproperties.filterbtnstyle == 'Style 1' && authdetailsContext.instinfo.instid != '6790ae890234e' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("button", {
23145
- "class": sectionproperties.filterdirection == 'Horizontal' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
23257
+ "class": sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
23146
23258
  onClick: function onClick() {
23147
23259
  setopenFilterSlider(true);
23148
23260
  // var element = document.getElementById('filterslider');
@@ -23162,7 +23274,7 @@ var CardsSection = function CardsSection(props) {
23162
23274
  fontSize: sectionproperties.filterbtniconfontsize
23163
23275
  }
23164
23276
  })))), sectionproperties.showFilter == 'show' && sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection != 'Collections Horizontal' && sectionproperties.filterbtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("button", {
23165
- "class": sectionproperties.filterdirection == 'Horizontal' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
23277
+ "class": sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
23166
23278
  onClick: function onClick() {
23167
23279
  setopenFilterSlider(true);
23168
23280
  },
@@ -23590,6 +23702,44 @@ var CardsSection = function CardsSection(props) {
23590
23702
  "class": "col-lg-12 p-0 allcentered"
23591
23703
  }, ViewMoreButton())));
23592
23704
  };
23705
+ var CardsSectionContent = function CardsSectionContent() {
23706
+ return /*#__PURE__*/React__default["default"].createElement("div", {
23707
+ "class": ' row m-0 w-100 '
23708
+ }, sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
23709
+ className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23710
+ }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23711
+ sectionpropertiesprops: sectionproperties,
23712
+ actions: actions,
23713
+ openFilterSlider: openFilterSlider,
23714
+ setopenFilterSlider: setopenFilterSlider,
23715
+ show_product_group_titles: show_product_group_titles
23716
+ })), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23717
+ className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23718
+ }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23719
+ sectionpropertiesprops: sectionproperties,
23720
+ actions: actions,
23721
+ openFilterSlider: openFilterSlider,
23722
+ setopenFilterSlider: setopenFilterSlider,
23723
+ show_product_group_titles: show_product_group_titles,
23724
+ typeprops: 'vertical'
23725
+ })), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23726
+ "class": "col-lg-12 allcentered my-5"
23727
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
23728
+ "class": "row m-0 w-100"
23729
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
23730
+ "class": "col-lg-12 allcentered mb-3"
23731
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
23732
+ "class": section_cssstyles.titleee + ' m-0 p-0 ',
23733
+ style: {}
23734
+ }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
23735
+ "class": "col-lg-12 allcentered"
23736
+ }, /*#__PURE__*/React__default["default"].createElement("button", {
23737
+ "class": section_cssstyles.btnnn + ' w-md-100 ',
23738
+ onClick: function onClick() {
23739
+ routingcountext('inquiryform', false, '');
23740
+ }
23741
+ }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا')))));
23742
+ };
23593
23743
  return /*#__PURE__*/React__default["default"].createElement("div", {
23594
23744
  ref: refscr,
23595
23745
  "class": section_cssstyles.sectioncontainerr + ' row ml-0 mr-0 d-flex justify-content-center ml-auto mr-auto ',
@@ -23599,75 +23749,9 @@ var CardsSection = function CardsSection(props) {
23599
23749
  }, sectionproperties.length != 0 && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
23600
23750
  "class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 ',
23601
23751
  "data-aos": 'fade-up'
23602
- }, sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
23603
- className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23604
- }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23605
- sectionpropertiesprops: sectionproperties,
23606
- actions: actions,
23607
- openFilterSlider: openFilterSlider,
23608
- setopenFilterSlider: setopenFilterSlider,
23609
- show_product_group_titles: show_product_group_titles
23610
- })), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23611
- className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23612
- }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23613
- sectionpropertiesprops: sectionproperties,
23614
- actions: actions,
23615
- openFilterSlider: openFilterSlider,
23616
- setopenFilterSlider: setopenFilterSlider,
23617
- show_product_group_titles: show_product_group_titles,
23618
- typeprops: 'vertical'
23619
- })), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23620
- "class": "col-lg-12 allcentered my-5"
23621
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23622
- "class": "row m-0 w-100"
23623
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23624
- "class": "col-lg-12 allcentered mb-3"
23625
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23626
- "class": section_cssstyles.titleee + ' m-0 p-0 ',
23627
- style: {}
23628
- }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
23629
- "class": "col-lg-12 allcentered"
23630
- }, /*#__PURE__*/React__default["default"].createElement("button", {
23631
- "class": section_cssstyles.btnnn + ' w-md-100 ',
23632
- onClick: function onClick() {
23633
- routingcountext('inquiryform', false, '');
23634
- }
23635
- }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))), sectionproperties.length != 0 && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
23752
+ }, CardsSectionContent()), sectionproperties.length != 0 && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
23636
23753
  "class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 '
23637
- }, sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
23638
- className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23639
- }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23640
- sectionpropertiesprops: sectionproperties,
23641
- actions: actions,
23642
- openFilterSlider: openFilterSlider,
23643
- setopenFilterSlider: setopenFilterSlider,
23644
- show_product_group_titles: show_product_group_titles
23645
- })), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23646
- className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
23647
- }, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
23648
- sectionpropertiesprops: sectionproperties,
23649
- actions: actions,
23650
- openFilterSlider: openFilterSlider,
23651
- setopenFilterSlider: setopenFilterSlider,
23652
- show_product_group_titles: show_product_group_titles,
23653
- typeprops: 'vertical'
23654
- })), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
23655
- "class": "col-lg-12 allcentered my-5"
23656
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23657
- "class": "row m-0 w-100"
23658
- }, /*#__PURE__*/React__default["default"].createElement("div", {
23659
- "class": "col-lg-12 allcentered mb-3"
23660
- }, /*#__PURE__*/React__default["default"].createElement("p", {
23661
- "class": section_cssstyles.titleee + ' m-0 p-0 ',
23662
- style: {}
23663
- }, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
23664
- "class": "col-lg-12 allcentered"
23665
- }, /*#__PURE__*/React__default["default"].createElement("button", {
23666
- "class": section_cssstyles.btnnn + ' w-md-100 ',
23667
- onClick: function onClick() {
23668
- routingcountext('inquiryform', false, '');
23669
- }
23670
- }, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
23754
+ }, CardsSectionContent()));
23671
23755
  };
23672
23756
 
23673
23757
  function ownKeys$2h(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; }
@@ -36855,13 +36939,18 @@ var Simpleheader = function Simpleheader(props) {
36855
36939
  borderColor: sectionproperties.closeSlider_colorOnHover
36856
36940
  }
36857
36941
  })), "headerinnercontainer", glamor.css({
36858
- borderRadius: sectionproperties.header_borderBottomLeftRadius + 'px',
36942
+ // borderRadius: sectionproperties.header_borderBottomLeftRadius + 'px',
36859
36943
  paddingLeft: langdetect == 'en' ? sectionproperties.header_paddingLeft + 'px' : sectionproperties.header_paddingRight + 'px',
36860
36944
  paddingRight: langdetect == 'en' ? sectionproperties.header_paddingRight + 'px' : sectionproperties.header_paddingLeft + 'px',
36861
36945
  paddingTop: sectionproperties.header_paddingTop + 'px',
36862
36946
  paddingBottom: sectionproperties.header_paddingBottom + 'px',
36863
36947
  backgroundColor: sectionproperties.keepheadertransparent == 'Yes' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68527dfef348b' && window.location.pathname == '/login' ? sectionproperties.header_backgroundColor : sectionproperties.keepheadertransparent == 'Yes' ? 'transparent' : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
36864
36948
  borderBottom: sectionproperties.headerborderbottomwidth + 'px solid ' + sectionproperties.headerbordercolor,
36949
+ borderTopLeftRadius: sectionproperties.headerbordertopleftradius + 'px',
36950
+ borderTopRightRadius: sectionproperties.headerbordertoprightradius + 'px',
36951
+ borderBottomLeftRadius: sectionproperties.headerborderbottomleftradius + 'px',
36952
+ borderBottomRightRadius: sectionproperties.headerborderbottomrightradius + 'px',
36953
+ marginTop: sectionproperties.header_marginTop + 'px',
36865
36954
  ':hover': {
36866
36955
  backgroundColor: sectionproperties.header_backgroundColor,
36867
36956
  transition: '.3s ease-in-out'
@@ -36987,6 +37076,8 @@ var Simpleheader = function Simpleheader(props) {
36987
37076
  }
36988
37077
  }, templatepropcontext.pagesnprop.map(function (item, index) {
36989
37078
  if (item.isselected) ;
37079
+ // activepagecolor
37080
+ // actibepagebgcolor
36990
37081
  if (item.isnavigation == 1 && item.isactive == 1) {
36991
37082
  var _authdetailsContext$i6, _authdetailsContext$i1, _authdetailsContext$i14;
36992
37083
  if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instid) == '684aa79857878') {
@@ -57705,7 +57796,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
57705
57796
  paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
57706
57797
  paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
57707
57798
  paddingBottom: sectionproperties.footer_paddingBottom + 'px',
57708
- width: '100vw'
57799
+ width: '100vw',
57800
+ '@media (max-width: 800px)': {
57801
+ paddingBottom: sectionproperties.showbottomnav == 'Show' ? 140 : sectionproperties.footer_paddingBottom + 'px'
57802
+ }
57709
57803
  }),
57710
57804
  footerlogo: glamor.css({
57711
57805
  width: sectionproperties.logo_width + 'px',