tabexseriescomponents 0.0.242 → 0.0.244

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.esm.js CHANGED
@@ -6620,7 +6620,23 @@ var Checkout = function Checkout(props) {
6620
6620
  textTransform: sectionproperties.total_texttransform,
6621
6621
  color: sectionproperties.total_color
6622
6622
  }
6623
- }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue67 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue67 === void 0 ? void 0 : (_fetchcustomercartQue68 = _fetchcustomercartQue67.data) === null || _fetchcustomercartQue68 === void 0 ? void 0 : _fetchcustomercartQue68.customercart.totalpriceafterdiscount).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))), /*#__PURE__*/React.createElement("div", {
6623
+ }, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue67 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue67 === void 0 ? void 0 : (_fetchcustomercartQue68 = _fetchcustomercartQue67.data) === null || _fetchcustomercartQue68 === void 0 ? void 0 : _fetchcustomercartQue68.customercart.totalpriceafterdiscount).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))), sectionproperties.slideshowtext1_show == 'Show' && /*#__PURE__*/React.createElement("div", {
6624
+ "class": "col-lg-12 p-0 my-2 p-2 allcentered mb-3",
6625
+ style: {
6626
+ background: '#eee',
6627
+ borderRadius: 10
6628
+ }
6629
+ }, /*#__PURE__*/React.createElement("p", {
6630
+ "class": "m-0 p-0",
6631
+ style: {
6632
+ color: sectionproperties.slideshowText1ContentColor,
6633
+ fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
6634
+ fontWeight: sectionproperties.slideshowText1ContentFontWeight
6635
+ },
6636
+ dangerouslySetInnerHTML: {
6637
+ __html: langdetect == 'en' ? sectionproperties.text1editortexten : sectionproperties.text1editortextar
6638
+ }
6639
+ })), /*#__PURE__*/React.createElement("div", {
6624
6640
  className: "col-lg-12 d-flex align-items-center justify-content-center mb-2 mt-sm-3"
6625
6641
  }, /*#__PURE__*/React.createElement("button", {
6626
6642
  className: " ".concat(checkoutstyles.checkoutbtnstyles) + ' d-flex align-items-center justify-content-center ',
@@ -14051,7 +14067,7 @@ var ClassicHeader = function ClassicHeader(props) {
14051
14067
  fontSize: sectionproperties.userBtntextfontsize + 'px',
14052
14068
  lineHeight: sectionproperties.userBtntextfontsize + 'px',
14053
14069
  transition: '.3s',
14054
- maxWidth: '40px'
14070
+ maxWidth: '80px'
14055
14071
  }),
14056
14072
  userBtnContainer: css({
14057
14073
  ':hover .user_btn': {
@@ -14204,14 +14220,20 @@ var ClassicHeader = function ClassicHeader(props) {
14204
14220
  })
14205
14221
  };
14206
14222
  return /*#__PURE__*/React.createElement("div", {
14207
- "class": +' row m-0 w-100 d-flex justify-content-center ',
14223
+ "class": ' row m-0 w-100 d-flex justify-content-center ',
14208
14224
  style: {
14209
- width: '100vw'
14225
+ background: sectionproperties.header_backgroundColor
14210
14226
  }
14211
14227
  }, /*#__PURE__*/React.createElement("div", {
14212
- "class": "".concat(headerstyles$d.headercontainer) + ' col-lg-12 p-0 d-md-none ',
14228
+ "class": "row m-0",
14229
+ style: {
14230
+ width: sectionproperties.header_width + 'vw'
14231
+ }
14232
+ }, /*#__PURE__*/React.createElement("div", {
14233
+ "class": "".concat(headerstyles$d.headercontainer) + ' col-lg-12 pl-0 pr-0 d-md-none ',
14213
14234
  style: {
14214
14235
  position: sectionproperties.headerstyles_position,
14236
+ paddingBottom: sectionproperties.header_paddingBottom + 'px',
14215
14237
  top: 0
14216
14238
  }
14217
14239
  }, /*#__PURE__*/React.createElement("div", {
@@ -14538,9 +14560,10 @@ var ClassicHeader = function ClassicHeader(props) {
14538
14560
  }, /*#__PURE__*/React.createElement("div", {
14539
14561
  "class": header_cssstyles.lowerHeaderSection + ' w-100 '
14540
14562
  }, /*#__PURE__*/React.createElement("div", {
14541
- "class": ' scrollhorizontal w-100 justify-content-start align-items-center ',
14563
+ "class": ' scrollhorizontal w-100 align-items-center ',
14542
14564
  style: {
14543
- display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex'
14565
+ display: sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' ? 'none' : 'flex',
14566
+ justifyContent: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
14544
14567
  }
14545
14568
  }, templatepropcontext === null || templatepropcontext === void 0 ? void 0 : (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.map(function (item, index) {
14546
14569
  if (item.isnavigation == 1 && item.isactive == 1) {
@@ -14564,7 +14587,7 @@ var ClassicHeader = function ClassicHeader(props) {
14564
14587
  subheaderpositionprops: 'in nav',
14565
14588
  paddingLeftprops: '1.5rem',
14566
14589
  paddingRightprops: '1.5rem',
14567
- subheadercontentpositionprops: 'start'
14590
+ subheadercontentpositionprops: sectionproperties.header_centered == 'Centered' ? 'center' : 'start'
14568
14591
  }
14569
14592
  }))), /*#__PURE__*/React.createElement("div", {
14570
14593
  "class": "col-lg-12 p-0"
@@ -14577,7 +14600,7 @@ var ClassicHeader = function ClassicHeader(props) {
14577
14600
  paddingRightprops: '35px',
14578
14601
  subheadercontentpositionprops: 'center'
14579
14602
  }
14580
- })))), /*#__PURE__*/React.createElement(Headerresponsive, {
14603
+ }))))), /*#__PURE__*/React.createElement(Headerresponsive, {
14581
14604
  sectionpropertiesprops: sectionproperties,
14582
14605
  actions: actions
14583
14606
  }));
@@ -25179,7 +25202,7 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
25179
25202
  justifyContent: sectionproperties.showfooterphonenumber == 'Show' ? 'between' : 'end'
25180
25203
  }
25181
25204
  }, sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React.createElement("div", {
25182
- "class": langdetect == 'en' ? 'd-flex align-items-center justify-content-end mr-2' : 'd-flex align-items-center justify-content-end ml-2'
25205
+ "class": langdetect == 'en' ? 'd-flex align-items-center justify-content-end mr-4' : 'd-flex align-items-center justify-content-end ml-4'
25183
25206
  }, /*#__PURE__*/React.createElement("a", {
25184
25207
  href: 'tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber),
25185
25208
  target: '_self',
@@ -29741,7 +29764,7 @@ var Footer8 = function Footer8(props) {
29741
29764
  },
29742
29765
  loading: "lazy"
29743
29766
  }))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React.createElement("div", {
29744
- "class": "col-lg-12 pl-5 pr-5 p-md-0 d-flex justify-content-start mt-2"
29767
+ "class": "col-lg-12 p-md-0 d-flex justify-content-start mt-2"
29745
29768
  }, /*#__PURE__*/React.createElement("p", {
29746
29769
  "class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 ' : ' wordbreak pl-5 wordbreak3 mb-4 ',
29747
29770
  style: {
@@ -31142,10 +31165,10 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
31142
31165
  setbgimagearrayofobjs = _useState8[1];
31143
31166
  useEffect(function () {
31144
31167
  if (sectionproperties.length != 0) {
31145
- if (sectionproperties.bgsection_imagearrayofobjs != null) {
31146
- var bgsection_imagearrayofobjsparsed = JSON.parse(sectionproperties.bgsection_imagearrayofobjs);
31147
- if (Array.isArray(bgsection_imagearrayofobjsparsed)) {
31148
- setbgimagearrayofobjs(_toConsumableArray(bgsection_imagearrayofobjsparsed));
31168
+ if (sectionproperties.arrayofobjectimagesonly != null) {
31169
+ var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
31170
+ if (Array.isArray(arrayofobjectimagesonlyparsed)) {
31171
+ setbgimagearrayofobjs(_toConsumableArray(arrayofobjectimagesonlyparsed));
31149
31172
  }
31150
31173
  }
31151
31174
  }
@@ -31224,7 +31247,7 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
31224
31247
  }
31225
31248
  })), _section_cssstyles);
31226
31249
  var ImageSection = function ImageSection() {
31227
- var _bgimagearrayofobjs$, _bgimagearrayofobjs$2;
31250
+ var _bgimagearrayofobjs$, _bgimagearrayofobjs$2, _bgimagearrayofobjs$3, _bgimagearrayofobjs$4;
31228
31251
  return /*#__PURE__*/React.createElement("div", {
31229
31252
  "class": "mt-sm-3 mb-sm-3",
31230
31253
  style: {
@@ -31238,12 +31261,28 @@ var Sixverticalcardssection = function Sixverticalcardssection(props) {
31238
31261
  }, /*#__PURE__*/React.createElement(IKImage, {
31239
31262
  urlEndpoint: IKurlEndpoint,
31240
31263
  publicKey: IKpublicKey,
31241
- "class": "h-sm-auto",
31264
+ "class": "h-sm-auto d-flex d-md-none",
31242
31265
  path: bgimagearrayofobjs.length != 0 ? langdetect == 'en' ? (_bgimagearrayofobjs$ = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$ === void 0 ? void 0 : _bgimagearrayofobjs$.bgsection_image : (_bgimagearrayofobjs$2 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$2 === void 0 ? void 0 : _bgimagearrayofobjs$2.bgsection_image_ar : '',
31243
31266
  style: {
31244
31267
  width: '100%',
31245
31268
  height: '100%',
31246
- objectFit: 'cover',
31269
+ objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
31270
+ margin: 0,
31271
+ padding: 0,
31272
+ borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
31273
+ borderTopRightRadius: sectionproperties.image_bordertoprightradius + 'px',
31274
+ borderBottomLeftRadius: sectionproperties.image_borderBottomLeftRadius + 'px',
31275
+ borderBottomRightRadius: sectionproperties.image_borderBottomRightRadius + 'px'
31276
+ }
31277
+ }), /*#__PURE__*/React.createElement(IKImage, {
31278
+ urlEndpoint: IKurlEndpoint,
31279
+ publicKey: IKpublicKey,
31280
+ "class": "h-sm-auto d-none d-md-flex",
31281
+ path: bgimagearrayofobjs.length != 0 ? langdetect == 'en' ? (_bgimagearrayofobjs$3 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$3 === void 0 ? void 0 : _bgimagearrayofobjs$3.bgsection_imageresponsive : (_bgimagearrayofobjs$4 = bgimagearrayofobjs[0]) === null || _bgimagearrayofobjs$4 === void 0 ? void 0 : _bgimagearrayofobjs$4.bgsection_imageresponsive_ar : '',
31282
+ style: {
31283
+ width: '100%',
31284
+ height: '100%',
31285
+ objectFit: sectionproperties.bgcovercontainresponsive == 'Cover' ? 'cover' : 'contain',
31247
31286
  margin: 0,
31248
31287
  padding: 0,
31249
31288
  borderTopLeftRadius: sectionproperties.image_bordertopleftradius + 'px',
@@ -31857,7 +31896,7 @@ var ModernCardsSection = function ModernCardsSection(props) {
31857
31896
  }, /*#__PURE__*/React.createElement(ScrollMenu, {
31858
31897
  transitionBehavior: 'auto',
31859
31898
  wrapperClassName: '',
31860
- itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : item.tabexsectioninfo.sectioncompname == 'Card20' ? 'scrollmenuclassnameitemCard20' : item.tabexsectioninfo.sectioncompname == 'UpSlideEffectCard' ? 'scrollmenuclassnameitemUpSlideEffectCard' : 'scrollmenuclassnameitem',
31899
+ itemClassName: item.tabexsectioninfo.sectioncompname == 'Productcard6' ? 'scrollmenuclassnameitemProductcard6' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularhover' ? 'scrollmenuclassnameitemProductcardcircularhover' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_circularbg' ? 'scrollmenuclassnameitemProductcard_with_circularbg' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_twolinestransition' ? 'scrollmenuclassnameitemCategorycard_with_twolinestransition' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_slideanimation' ? 'scrollmenuclassnameitemProductcard_with_slideanimation' : item.tabexsectioninfo.sectioncompname == 'Categorycard_withtext' ? 'scrollmenuclassnameitemCategorycard_withtext' : item.tabexsectioninfo.sectioncompname == 'Productcard_animatedbuttons' ? 'scrollmenuclassnameitemProductcard_animatedbuttons' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_variants' ? 'scrollmenuclassnameitemProductcard_with_variants' : item.tabexsectioninfo.sectioncompname == 'Productcarddefault' ? 'scrollmenuclassnameitemProductcarddefault' : item.tabexsectioninfo.sectioncompname == 'Simpleproductcard' ? section_cssstyles.scrollmenuclassnameitemSimpleproductcard + ' scrollmenuclassnameitemSimpleproductcard ' : item.tabexsectioninfo.sectioncompname == 'Categorycard_with_trianglebg' ? 'scrollmenuclassnameitemCategorycard_with_trianglebg' : item.tabexsectioninfo.sectioncompname == 'Productcard_with_textonhover' ? 'scrollmenuclassnameitemProductcard_with_textonhover' : item.tabexsectioninfo.sectioncompname == 'Categorycard_slidebgscaled' ? 'scrollmenuclassnameitemCategorycard_slidebgscaled' : item.tabexsectioninfo.sectioncompname == 'Categorycard_fullimage' ? 'scrollmenuclassnameitemCategorycard_Categorycard_fullimage' : item.tabexsectioninfo.sectioncompname == 'Card20' ? 'scrollmenuclassnameitemCard20' : item.tabexsectioninfo.sectioncompname == 'UpSlideEffectCard' ? 'scrollmenuclassnameitemUpSlideEffectCard' : '',
31861
31900
  scrollContainerClassName: 'scrollmenuclasssubscrollbar'
31862
31901
  }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
31863
31902
  return /*#__PURE__*/React.createElement("div", {
@@ -31873,7 +31912,8 @@ var ModernCardsSection = function ModernCardsSection(props) {
31873
31912
  cardinfoitemprops: cardinfoitem,
31874
31913
  sectionindexprops: index,
31875
31914
  sectionidprops: item.sectionid,
31876
- actions: actions
31915
+ actions: actions,
31916
+ sectiontypeprops2: 'horizontal'
31877
31917
  }));
31878
31918
  }), fetchingtype == 'products' && fetchProductsQuery.isFetchingNextPage && /*#__PURE__*/React.createElement("button", {
31879
31919
  className: section_cssstyles.loadbtn + ' d-flex justify-content-end align-items-center ',
@@ -34058,7 +34098,7 @@ var BacgroundThreeImageWithCategories = function BacgroundThreeImageWithCategori
34058
34098
  }))))));
34059
34099
  };
34060
34100
  return /*#__PURE__*/React.createElement("div", {
34061
- "class": sectionproperties.card_marginLeft != 0 ? 'row ml-0 mr-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2' : 'row ml-0 mr-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
34101
+ "class": sectionproperties.card_marginLeft != 0 ? 'row ml-0 mr-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2' : 'row ml-0 mr-0 w-100',
34062
34102
  style: {
34063
34103
  marginBottom: sectionproperties.marginBottom + 'px',
34064
34104
  paddingLeft: sectionproperties.card_marginLeft + 'px',
@@ -38567,10 +38607,23 @@ var Servicesection = function Servicesection(props) {
38567
38607
  return /*#__PURE__*/React.createElement("div", {
38568
38608
  "class": "col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start",
38569
38609
  style: {
38570
- padding: '10px'
38610
+ // padding: '10px',
38611
+ paddingTop: sectionproperties.reservation_padding_top + 'px',
38612
+ paddingBottom: sectionproperties.reservation_padding_bottom + 'px'
38571
38613
  }
38572
38614
  }, /*#__PURE__*/React.createElement("div", {
38573
- "class": "m-lg-auto d-flex justify-content-center"
38615
+ // class="m-lg-auto d-flex justify-content-center"
38616
+ "class": sectionproperties.innersectionbordertype != 'All' ? 'm-sm-auto d-flex justify-content-center border-md-none w-100' : 'm-lg-auto d-flex justify-content-center',
38617
+ style: {
38618
+ background: sectionproperties.reservation_bgcolor,
38619
+ paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
38620
+ paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
38621
+ borderRadius: sectionproperties.reservation_borderradius + 'px',
38622
+ border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
38623
+ borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
38624
+ borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
38625
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
38626
+ }
38574
38627
  }, /*#__PURE__*/React.createElement("div", {
38575
38628
  "class": "d-flex d-sm-none",
38576
38629
  style: {
@@ -38723,10 +38776,16 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38723
38776
  })
38724
38777
  };
38725
38778
  return /*#__PURE__*/React.createElement("div", {
38779
+ "class": ' row ml-0 mr-0 w-md-100 d-flex justify-content-center align-items-center w-100 ',
38780
+ style: {
38781
+ background: sectionproperties.outerbgcolor
38782
+ }
38783
+ }, /*#__PURE__*/React.createElement("div", {
38726
38784
  "class": ' row ml-0 mr-0 w-md-100 align-items-center ',
38727
38785
  style: {
38728
38786
  position: 'relative',
38729
- width: sectionproperties.width + '%'
38787
+ width: sectionproperties.width + '%',
38788
+ background: sectionproperties.outerbgcolor
38730
38789
  }
38731
38790
  }, sectionproperties.maincontainerarrayofobjs != undefined && sectionproperties.maincontainerarrayofobjs.length != 0 && /*#__PURE__*/React.createElement("div", {
38732
38791
  "class": sectionStyles.imgcontainer
@@ -38760,7 +38819,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38760
38819
  borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
38761
38820
  borderTopLeftRadius: sectionproperties.borderTopLeftRadius + 'px',
38762
38821
  borderTopRightRadius: sectionproperties.borderTopRightRadius + 'px',
38763
- border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
38822
+ border: sectionproperties.borderType == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
38823
+ borderTop: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
38824
+ borderBottom: sectionproperties.borderType == 'Vertical' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
38764
38825
  borderLeftWidth: 0,
38765
38826
  borderRightWidth: 0
38766
38827
  }
@@ -38820,7 +38881,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38820
38881
  zIndex: 2
38821
38882
  }
38822
38883
  }, /*#__PURE__*/React.createElement("div", {
38823
- "class": "row m-0 w-100 mb-auto",
38884
+ "class": sectionproperties.innersectionbordertype != 'All' ? 'row m-0 w-100 mb-auto border-md-none' : 'row m-0 w-100 mb-auto',
38824
38885
  style: {
38825
38886
  background: sectionproperties.reservation_bgcolor,
38826
38887
  paddingTop: sectionproperties.reservation_padding_top + 'px',
@@ -38828,7 +38889,9 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38828
38889
  paddingLeft: langdetect == 'en' ? sectionproperties.reservation_padding_left + 'px' : sectionproperties.reservation_padding_right + 'px',
38829
38890
  paddingRight: langdetect == 'en' ? sectionproperties.reservation_padding_right + 'px' : sectionproperties.reservation_padding_left + 'px',
38830
38891
  borderRadius: sectionproperties.reservation_borderradius + 'px',
38831
- border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor,
38892
+ border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
38893
+ borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
38894
+ borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
38832
38895
  boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
38833
38896
  }
38834
38897
  }, /*#__PURE__*/React.createElement("div", {
@@ -38886,7 +38949,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
38886
38949
  textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : ''
38887
38950
  }
38888
38951
  }, langdetect == 'en' ? cardsarray[cardinfoindex].cardobj_descripen : cardsarray[cardinfoindex].cardobj_descripar))));
38889
- })));
38952
+ }))));
38890
38953
  };
38891
38954
 
38892
38955
  var css_248z$g = ".Slideshow_with_rotatedsquare-module_sectioncont__AfYNO{\n padding-top:80px;\n padding-bottom:80px;\n padding-left: 180px;\n padding-right: 180px;\n \n }\n .Slideshow_with_rotatedsquare-module_rotatedsquare__lZPTd{\n width:150px;\n height:150px;\n border-radius:15px;\n position: relative;\n transform: rotate(-45deg);\n }\n .Slideshow_with_rotatedsquare-module_circle__ofuN0{\n position: absolute;\n width:60px;\n height:60px;\n border-radius:50%;\n left:57%;\n top:100px;\n \n }\n .Slideshow_with_rotatedsquare-module_circle1__4tbou{\n \n width:10px;\n height:10px;\n border-radius:50%;\n margin-right:10px;\n margin-left:140px;\n background-color:blue;\n \n }\n \n ";
@@ -39890,9 +39953,12 @@ var Slideshowslide = function Slideshowslide(props) {
39890
39953
  }, /*#__PURE__*/React.createElement("div", {
39891
39954
  "class": "row m-0 w-100"
39892
39955
  }, /*#__PURE__*/React.createElement("div", {
39893
- className: slideshow_styles.dropdowntitle + ' col-lg-12 p-0 '
39956
+ className: slideshow_styles.dropdowntitle + ' col-lg-12 p-0 ',
39957
+ style: {
39958
+ justifyContent: sectionproperties.titlecentered == 'Centered' ? 'center' : 'start'
39959
+ }
39894
39960
  }, /*#__PURE__*/React.createElement("p", {
39895
- className: "m-0 p-3 text-center"
39961
+ className: "m-0 p-3 w-100"
39896
39962
  }, langdetect == 'en' ? sectionproperties.collectionssectiontitleen : sectionproperties.collectionssectiontitlear)), /*#__PURE__*/React.createElement("div", {
39897
39963
  "class": "col-lg-12 flex-column cat_dropdown_hover scrollvertical pt-3 px-2",
39898
39964
  style: {
@@ -39966,7 +40032,24 @@ var Slideshowslide = function Slideshowslide(props) {
39966
40032
  }
39967
40033
  }, /*#__PURE__*/React.createElement("div", {
39968
40034
  className: ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-start align-items-center p-0 '
39969
- }, /*#__PURE__*/React.createElement("p", {
40035
+ }, sectionproperties.showcatimage == 'Show' && /*#__PURE__*/React.createElement("div", {
40036
+ style: {
40037
+ width: '4.5vh',
40038
+ height: '4.5vh',
40039
+ marginRight: langdetect == 'en' ? '5px' : 0,
40040
+ marginLeft: langdetect == 'ar' ? '5px' : 0
40041
+ }
40042
+ }, /*#__PURE__*/React.createElement(IKImage, {
40043
+ urlEndpoint: IKurlEndpoint,
40044
+ publicKey: IKpublicKey,
40045
+ path: item.collectionlogo,
40046
+ loading: "lazy",
40047
+ style: {
40048
+ width: '100%',
40049
+ height: '100%',
40050
+ objectFit: 'contain'
40051
+ }
40052
+ })), /*#__PURE__*/React.createElement("p", {
39970
40053
  "class": ' m-0 p-0 wordbreak wordbreak1 ',
39971
40054
  onClick: function onClick() {
39972
40055
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.collectionid);
@@ -43124,10 +43207,10 @@ var NewProductcard = function NewProductcard(props) {
43124
43207
  width: sectionproperties.generalbtn_width + 'px',
43125
43208
  background: sectionproperties.slideshow_btn_bg,
43126
43209
  color: sectionproperties.generalbtn_textColor,
43127
- borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
43128
- borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
43129
- borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
43130
- borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
43210
+ borderTopLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
43211
+ borderTopRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
43212
+ borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
43213
+ borderBottomRightRadius: langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
43131
43214
  fontSize: sectionproperties.generalbtn_fontsize + 'px',
43132
43215
  textTransform: sectionproperties.generalbtn_texttransform,
43133
43216
  fontWeight: sectionproperties.generalbtn_fontweight,
@@ -43206,6 +43289,29 @@ var NewProductcard = function NewProductcard(props) {
43206
43289
  bottom: '10px',
43207
43290
  opacity: 0,
43208
43291
  zIndex: 10000
43292
+ }),
43293
+ showButtonResp: css({
43294
+ background: sectionproperties.slideshow_btn_bg,
43295
+ color: sectionproperties.generalbtn_textColor,
43296
+ borderTopLeftRadius: sectionproperties.transition != 'Show By Default' ? 0 : langdetect == 'en' ? sectionproperties.generalbtn_bordertopleftradius + 'px' : sectionproperties.generalbtn_bordertoprightradius + 'px',
43297
+ borderTopRightRadius: sectionproperties.transition != 'Show By Default' ? 0 : langdetect == 'en' ? sectionproperties.generalbtn_bordertoprightradius + 'px' : sectionproperties.generalbtn_bordertopleftradius + 'px',
43298
+ borderBottomLeftRadius: sectionproperties.transition != 'Show By Default' ? 0 : langdetect == 'en' ? sectionproperties.generalbtn_borderbottomleftradius + 'px' : sectionproperties.generalbtn_borderbottomrightradius + 'px',
43299
+ borderBottomRightRadius: sectionproperties.transition != 'Show By Default' ? 0 : langdetect == 'en' ? sectionproperties.generalbtn_borderbottomrightradius + 'px' : sectionproperties.generalbtn_borderbottomleftradius + 'px',
43300
+ height: '40px',
43301
+ ':hover': {
43302
+ background: sectionproperties.generalbtn_bgColoronhover,
43303
+ color: sectionproperties.generalbtn_textColoronhover
43304
+ }
43305
+ }),
43306
+ cartbtnresp: css({
43307
+ background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
43308
+ color: sectionproperties.cartBtnTextcolor,
43309
+ borderRadius: sectionproperties.transition != 'Show By Default' ? 0 : sectionproperties.cart_btn_borderBottomLeftRadius + 'px',
43310
+ height: '40px',
43311
+ ':hover': {
43312
+ background: sectionproperties.cartbtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColoronhover,
43313
+ color: sectionproperties.cartBtnTextcoloronhover
43314
+ }
43209
43315
  })
43210
43316
  };
43211
43317
  var ImageContent = function ImageContent() {
@@ -43286,11 +43392,11 @@ var NewProductcard = function NewProductcard(props) {
43286
43392
  direction: 'ltr'
43287
43393
  }
43288
43394
  }, '-' + Math.round(10.0 * ((parseInt(item.defaultprice) - parseInt(item.defaultsaleprice)) / parseInt(item.defaultprice)) * 100) / 10.0 + '%')), /*#__PURE__*/React.createElement("div", {
43289
- "class": "".concat(card_cssstyles.buttoncont) + ' buttoncont row w-100 m-0 d-flex justify-content-center align-items-center '
43395
+ "class": sectionproperties.transition != 'Show By Default' ? "".concat(card_cssstyles.buttoncont) + ' buttoncont row w-100 m-0 d-flex d-md-none d-sm-none justify-content-center align-items-center ' : "".concat(card_cssstyles.buttoncont) + ' buttoncont row w-100 m-0 d-none justify-content-center align-items-center '
43290
43396
  }, /*#__PURE__*/React.createElement("div", {
43291
43397
  "class": "col-lg-12 p-0 mb-2"
43292
43398
  }, /*#__PURE__*/React.createElement("button", {
43293
- "class": "".concat(card_cssstyles.quickshow_btn) + ' cursor-pointer d-flex d-md-none d-sm-none justify-content-center align-items-center quickshow_btn ',
43399
+ "class": "".concat(card_cssstyles.quickshow_btn) + ' cursor-pointer d-flex justify-content-center align-items-center quickshow_btn ',
43294
43400
  onClick: function onClick(e) {
43295
43401
  e.stopPropagation();
43296
43402
  setShowProductInfoModalContext(true);
@@ -43299,7 +43405,7 @@ var NewProductcard = function NewProductcard(props) {
43299
43405
  }, langdetect == 'en' ? sectionproperties.slideshow_btn_text : sectionproperties.slideshow_btn_text_ar)), /*#__PURE__*/React.createElement("div", {
43300
43406
  "class": "col-lg-12 p-0"
43301
43407
  }, sectionproperties.cartBtnShow == 'Show' && /*#__PURE__*/React.createElement("button", {
43302
- "class": "".concat(card_cssstyles.cart_btn) + ' cursor-pointer d-flex d-md-none d-sm-none justify-content-center align-items-center cart_btn ',
43408
+ "class": "".concat(card_cssstyles.cart_btn) + ' cursor-pointer d-flex justify-content-center align-items-center cart_btn ',
43303
43409
  onClick: function onClick(e) {
43304
43410
  e.stopPropagation();
43305
43411
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
@@ -43310,14 +43416,9 @@ var NewProductcard = function NewProductcard(props) {
43310
43416
  position: 'absolute',
43311
43417
  width: '100%'
43312
43418
  },
43313
- "class": "d-none d-md-flex d-sm-flex"
43419
+ "class": sectionproperties.transition == 'Show By Default' ? 'd-flex' : 'd-none d-md-flex d-sm-flex'
43314
43420
  }, /*#__PURE__*/React.createElement("div", {
43315
- style: {
43316
- background: sectionproperties.slideshow_btn_bg,
43317
- color: sectionproperties.generalbtn_textColor,
43318
- height: '40px'
43319
- },
43320
- "class": "col-lg-6 p-0 d-flex align-items-center justify-content-center",
43421
+ "class": card_cssstyles.showButtonResp + ' col-lg-6 p-0 d-flex align-items-center justify-content-center ',
43321
43422
  onClick: function onClick(e) {
43322
43423
  e.stopPropagation();
43323
43424
  setShowProductInfoModalContext(true);
@@ -43326,12 +43427,7 @@ var NewProductcard = function NewProductcard(props) {
43326
43427
  }, /*#__PURE__*/React.createElement(BsEye, {
43327
43428
  size: sectionproperties.cartBtn_iconFontSize
43328
43429
  })), /*#__PURE__*/React.createElement("div", {
43329
- style: {
43330
- background: sectionproperties.cartbtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.cartBtnbgColor,
43331
- color: sectionproperties.cartBtnTextcolor,
43332
- height: '40px'
43333
- },
43334
- "class": "col-lg-6 p-0 d-flex align-items-center justify-content-center",
43430
+ "class": card_cssstyles.cartbtnresp + ' col-lg-6 p-0 d-flex align-items-center justify-content-center ',
43335
43431
  onClick: function onClick(e) {
43336
43432
  e.stopPropagation();
43337
43433
  cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
@@ -43356,7 +43452,7 @@ var NewProductcard = function NewProductcard(props) {
43356
43452
  };
43357
43453
  return /*#__PURE__*/React.createElement("div", {
43358
43454
  // ${generalCardsStyles.newproductcard}
43359
- "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 ' : " ".concat(card_cssstyles.productcard),
43455
+ "class": props.sectiontypeprops2 == 'vertical' ? "".concat(card_cssstyles.productcard) + ' w-100 p-md-0 ' : " ".concat(card_cssstyles.productcard),
43360
43456
  style: {
43361
43457
  paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
43362
43458
  paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px'
@@ -47249,7 +47345,7 @@ var Horizontalcard = function Horizontalcard(props) {
47249
47345
  position: 'relative'
47250
47346
  }
47251
47347
  }, /*#__PURE__*/React.createElement("div", {
47252
- "class": 'col-lg-9 col-md-9 col-sm-3 p-0 mb-2',
47348
+ "class": 'col-lg-9 col-md-9 col-sm-9 p-0 mb-2',
47253
47349
  style: {
47254
47350
  minHeight: '6vh'
47255
47351
  }
@@ -51692,7 +51788,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
51692
51788
  setShowProductInfoModalContext(true);
51693
51789
  setProductIdProdutInfoModalContext(item.productid);
51694
51790
  },
51695
- "class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0 mb-2 ',
51791
+ "class": "".concat(card_cssstyles.productcardimagecont) + ' w-100 p-0 mb-2 allcentered ',
51696
51792
  style: {
51697
51793
  zIndex: 1
51698
51794
  }
@@ -51702,8 +51798,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
51702
51798
  path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
51703
51799
  loading: "lazy",
51704
51800
  style: {
51705
- width: '100%',
51706
- height: '100%',
51801
+ width: sectionproperties.imageInnerWidth_Height + '%',
51802
+ height: sectionproperties.imageInnerWidth_Height + '%',
51707
51803
  objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'
51708
51804
  }
51709
51805
  }))), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {