tabexseriescomponents 0.0.157 → 0.0.159
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 +118 -152
- package/dist/index.esm.js +118 -152
- package/dist/index.umd.js +118 -152
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
};
|
|
371
371
|
|
|
372
372
|
var css_248z$M = "@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');\n:root {\n --cimon: #f76566;\n --primary: #022648; /* rgba (2,38,72) */\n --secondary: #eac435;\n --success: #2f9d64;\n --successhover: #1d623f;\n --info: #16aaff; /*rgb(22, 170, 255)*/\n --infohover: #0071b3; /*rgb(0, 113, 179)*/\n --danger: #d92550; /* rgb(217, 37, 80) */\n --dangerhover: #991a37; /* rgb(153, 26, 55) */\n --fav: #ff1a75; /* rgb(255, 26, 117) */\n --favhover: #cc0052; /* rgb(204, 0, 82) */\n --light: #999999;\n --light2: #808080;\n --dark: #454d54;\n --darkhover: #343a40;\n --focus: #444054;\n --cardtitle: rgba(13, 27, 62, 0.7);\n --cardheader: #008eb3;\n --cardHeaderHover: #007a99;\n --darkblue: #0000b3;\n --orange: #ff6600;\n}\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\nhtml {\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n font-family: 'Poppins', sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\nbody {\n margin: 0;\n font-family: 'Poppins', sans-serif;\n font-size: 0.88rem;\n font-weight: 400;\n line-height: 1.5;\n /* color: #022648; */\n text-align: left;\n background: #fff;\n overflow-x: hidden;\n width: 100vw;\n height: 100vh;\n top: 0;\n left: 0;\n}\nbody::-webkit-scrollbar {\n width: 5px;\n}\nbody::-webkit-scrollbar-track {\n box-shadow: inset 0 0 5px grey;\n border-radius: 10px;\n}\nbody::-webkit-scrollbar-thumb {\n background: #022648;\n border-radius: 10px;\n}\nbody::-webkit-scrollbar-thumb:hover {\n background: #eac435;\n}\n.general-module_shadow_bottom__YcJR3 {\n box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);\n transition: 0.3s;\n}\n.general-module_shadow_bottom__YcJR3:hover {\n box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);\n}\n.general-module_overflowY_scroll__m5upZ {\n overflow-y: scroll;\n}\n\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar {\n width: 5px;\n}\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar-track {\n /* box-shadow: inset 0 0 5px grey; */\n border-radius: 10px;\n}\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar-thumb {\n background: #4d4d4d;\n border-radius: 10px;\n}\n.general-module_sub_scrollbar__mpHTI::-webkit-scrollbar-thumb:hover {\n background: #999999;\n}\n/* badges */\n.general-module_badge__GTiMs {\n display: inline-block;\n padding: 0.25em;\n font-size: 90%;\n font-weight: 700;\n line-height: 1;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: 50%;\n margin-left: -15%;\n width: 3vh;\n height: 3vh;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n@media (prefers-reduced-motion: reduce) {\n .general-module_badge__GTiMs {\n transition: none;\n }\n}\n.general-module_badge__GTiMs:empty {\n display: none;\n}\n.general-module_badge_secondary__p6ErJ {\n min-width: 2.5vh;\n height: 2.5vh;\n border-radius: 5px;\n background: #eac435;\n color: white;\n font-size: 12px;\n /* line-height: 3vh; */\n}\na {\n color: #022648;\n text-decoration: none;\n background-color: transparent;\n}\n\n.general-module_divider__WFV-A {\n margin-top: 1rem;\n margin-bottom: 1rem;\n height: 1px;\n overflow: hidden;\n background: #e9ecef;\n}\n.general-module_verical_divider__u5DxE {\n margin-top: 1rem;\n margin-bottom: 1rem;\n height: 40px;\n overflow: hidden;\n background: #e1e6ea;\n width: 1px;\n}\n\n/* Table */\ntable {\n border-collapse: collapse;\n}\nth {\n text-align: inherit;\n}\n.general-module_table__hdcWN {\n width: 100%;\n margin-bottom: 1rem;\n background-color: rgba(0, 0, 0, 0);\n}\n.general-module_table__hdcWN th,\n.general-module_table__hdcWN td {\n padding: 0.55rem;\n border-top: 1px solid #e9ecef;\n}\n.general-module_table__hdcWN th.general-module_mw-200__PaU8G,\n.general-module_table__hdcWN td.general-module_mw-200__PaU8G {\n max-width: 200px;\n}\n.general-module_table__hdcWN thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #e9ecef;\n font-size: 15px;\n}\n.general-module_table__hdcWN td {\n color: var(--focus);\n font-size: 15px;\n}\n.general-module_table_bordered__JKIJp {\n border: 1px solid #e9ecef;\n}\n.general-module_table_bordered__JKIJp th,\n.general-module_table_bordered__JKIJp td {\n border: 1px solid #e9ecef;\n}\n.general-module_table_bordered__JKIJp thead th,\n.general-module_table_bordered__JKIJp thead td {\n border-bottom-width: 2px;\n}\n.general-module_table_borderless__OF0cl th,\n.general-module_table_borderless__OF0cl td,\n.general-module_table_borderless__OF0cl thead th,\n.general-module_table_borderless__OF0cl tbody + tbody {\n border: 0;\n}\n.general-module_table_striped__wWBA6 tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.03);\n}\n.general-module_table_hover__EiJha tbody tr:hover {\n background-color: #e0f3ff;\n}\n.general-module_table_responsive__JPCKF {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n}\n.general-module_table_responsive__JPCKF > .general-module_table_bordered__JKIJp {\n border: 0;\n}\n.general-module_table_translation__x1Rpf {\n background: rgba(0, 0, 0, 0.1);\n border-radius: 20px;\n padding: 5px;\n font-weight: 500;\n width: 100px;\n /* margin-left: auto;\n margin-right: auto; */\n}\n.general-module_table_translation__x1Rpf i {\n font-size: 20px;\n}\n.general-module_table_icon__EMMDI {\n font-size: 20px;\n transition: 0.3s;\n cursor: pointer;\n}\n.general-module_table_icon__EMMDI:hover {\n color: var(--secondary);\n}\n.general-module_image_table__HqRaH {\n width: 5vh;\n height: 5vh;\n box-shadow: 0 0 10px #ccc;\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n border-radius: 5px;\n}\n.general-module_image_table__HqRaH img {\n max-width: 95%;\n max-height: 95%;\n border-radius: 5px;\n}\n.general-module_shownumber_cont__34Y5j {\n min-width: 3rem;\n background: white;\n box-shadow: 0 0 10px #ccc;\n border: 1px solid #ccc;\n border-radius: 10px;\n cursor: pointer;\n}\n.general-module_card_input_table__vVK0p {\n min-width: 90%;\n height: 35px;\n}\n.general-module_card_input_table__vVK0p imput {\n height: 35px;\n}\n\n/* Buttons */\n.general-module_btn__FAb1b {\n display: inline-block;\n font-weight: 500;\n text-align: center;\n vertical-align: middle;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n background-color: transparent;\n border-radius: 20px;\n height: 35px;\n padding: 0 10px;\n transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n font-size: 13px;\n}\n.general-module_btn_rounded__Rkb8o {\n width: 5vh !important;\n height: 5vh !important;\n border-radius: 50% !important;\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .general-module_btn__FAb1b {\n transition: none;\n }\n}\n.general-module_btn__FAb1b:hover {\n text-decoration: none;\n}\n.general-module_btn__FAb1b:focus,\n.general-module_btn__FAb1b.general-module_focus__8-F6p {\n outline: 0;\n box-shadow: none;\n}\n.general-module_btn__FAb1b.general-module_disabled__PRzt-,\n.general-module_btn__FAb1b:disabled {\n opacity: 0.65;\n cursor: not-allowed;\n}\n.general-module_btn__FAb1b:not(:disabled):not(.general-module_disabled__PRzt-) {\n cursor: pointer;\n}\na.general-module_btn__FAb1b.general-module_disabled__PRzt- {\n pointer-events: none;\n cursor: not-allowed;\n}\n.general-module_btn_tranparent__GFTRs {\n color: #fff;\n background-color: tranparent;\n border-color: tranparent;\n}\n.general-module_btn_circle__lOyd4 {\n border-radius: 100%;\n width: 35px;\n height: 35px;\n line-height: 20px;\n padding: 10px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.general-module_btn_white__H0esd {\n color: #fff;\n background-color: #fff;\n border-color: #fff;\n color: var(--primary);\n}\n.general-module_btn_white__H0esd:hover {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n}\n.general-module_btn_white__H0esd.general-module_disabled__PRzt-,\n.general-module_btn_white__H0esd:disabled {\n color: #fff;\n background-color: #fff;\n border-color: #fff;\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_black__NcqLp {\n color: #fff;\n background-color: #000;\n border-color: #000;\n}\n.general-module_btn_black__NcqLp:hover {\n color: #fff;\n background-color: #595959;\n border-color: #595959;\n}\n.general-module_btn_black__NcqLp.general-module_disabled__PRzt-,\n.general-module_btn_black__NcqLp:disabled {\n color: #fff;\n background-color: #000;\n border-color: #000;\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_primary__C5oTz {\n color: #fff;\n background-color: var(--primary);\n border-color: var(--primary);\n}\n.general-module_btn_primary__C5oTz:hover {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n}\n.general-module_btn_primary__C5oTz.general-module_disabled__PRzt-,\n.general-module_btn_primary__C5oTz:disabled {\n color: #fff;\n background-color: var(--primary);\n border-color: var(--primary);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_secondary__MbOCN {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n}\n.general-module_btn_secondary__MbOCN:hover {\n color: #fff;\n background-color: #5a6268;\n border-color: #545b62;\n}\n.general-module_btn_secondary__MbOCN.general-module_disabled__PRzt-,\n.general-module_btn_secondary__MbOCN:disabled {\n color: #fff;\n background-color: var(--secondary);\n border-color: var(--secondary);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_success__iV5-t {\n color: #fff;\n background-color: var(--success);\n border-color: var(--success);\n}\n.general-module_btn_success__iV5-t:hover {\n color: #fff;\n background-color: var(--successhover);\n border-color: var(--successhover);\n}\n.general-module_btn_success__iV5-t.general-module_disabled__PRzt-,\n.general-module_btn_success__iV5-t:disabled {\n color: #fff;\n background-color: var(--success);\n border-color: var(--success);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_info__-ClLB {\n color: #fff;\n background-color: var(--info);\n border-color: var(--info);\n}\n.general-module_btn_info__-ClLB:hover {\n color: #fff;\n background-color: var(--infohover);\n border-color: var(--infohover);\n}\n.general-module_btn_info__-ClLB.general-module_disabled__PRzt-,\n.general-module_btn_info__-ClLB:disabled {\n color: #fff;\n background-color: var(--info);\n border-color: var(--info);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_danger__b0QkM {\n color: #fff;\n background-color: var(--danger);\n border-color: var(--danger);\n}\n.general-module_btn_danger__b0QkM:hover {\n color: #fff;\n background-color: var(--dangerhover);\n border-color: var(--dangerhover);\n}\n.general-module_btn_danger__b0QkM.general-module_disabled__PRzt-,\n.general-module_btn_danger__b0QkM:disabled {\n color: #fff;\n background-color: var(--danger);\n border-color: var(--danger);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn_dark__hSWyC {\n color: #fff;\n background-color: var(--dark);\n border-color: var(--dark);\n}\n.general-module_btn_dark__hSWyC:hover {\n color: #fff;\n background-color: var(--darkhover);\n border-color: var(--darkhover);\n}\n.general-module_btn_dark__hSWyC.general-module_disabled__PRzt-,\n.general-module_btn_dark__hSWyC:disabled {\n color: #fff;\n background-color: var(--dark);\n border-color: var(--dark);\n cursor: not-allowed;\n opacity: 0.7;\n}\n.general-module_btn__FAb1b:not(:disabled):not(.general-module_disabled__PRzt-):active,\n.general-module_btn__FAb1b:not(:disabled):not(.general-module_disabled__PRzt-).general-module_active__MPpsF {\n color: #fff;\n background-color: #ccc;\n border-color: #ccc;\n}\n.general-module_btn_grey__fGIYU {\n color: #fff;\n background-color: var(--focus);\n border-color: var(--focus);\n}\n.general-module_btn_grey__fGIYU:hover {\n color: #fff;\n background-color: var(--dark);\n border-color: var(--dark);\n}\n.general-module_btn_cardheader__vccWl {\n color: #fff;\n background-color: var(--cardheader);\n border-color: var(--cardheader);\n}\n.general-module_btn_cardheader__vccWl:hover {\n color: #fff;\n background-color: #007a99;\n border-color: #007a99;\n}\n.general-module_btn_cardheader__vccWl.general-module_disabled__PRzt-,\n.general-module_btn_cardheader__vccWl:disabled {\n color: #fff;\n background-color: #005166;\n border-color: #005166;\n cursor: not-allowed;\n opacity: 0.7;\n}\n\n/* Borders */\n.general-module_border_primary__Jqm8o {\n border-color: #022648;\n}\n.general-module_border_secondary__xiHt3 {\n border-color: #eac435;\n}\n.general-module_border_success__kWv6N {\n border-color: var(--success);\n}\n.general-module_border_info__wfOF- {\n border-color: #16aaff;\n}\n.general-module_border_warning__mSIRm {\n border-color: #f7b924;\n}\n.general-module_border_danger__U7veI {\n border-color: #d92550;\n}\n.general-module_border__Pvp44 {\n border: 1px solid #dee2e6 !important;\n}\n.general-module_border_top__0-KRU {\n border-top: 1px solid #dee2e6 !important;\n}\n.general-module_border_right__7QXHH {\n border-right: 1px solid #dee2e6 !important;\n}\n.general-module_border_bottom__Xyy95 {\n border-bottom: 1px solid #dee2e6 !important;\n}\n.general-module_border_left__90qSD {\n border-left: 1px solid #dee2e6 !important;\n}\n.general-module_border_0__YO9qY {\n border: 0 !important;\n}\n.general-module_border_top_0__KFIha {\n border-top: 0 !important;\n}\n.general-module_border_right_0__FaED6 {\n border-right: 0 !important;\n}\n.general-module_border_bottom_0__NZhJm {\n border-bottom: 0 !important;\n}\n.general-module_border_top_0__KFIha {\n border-top: 0 !important;\n}\n.general-module_border_left_0__gjITr {\n border-left: 0 !important;\n}\n/* Inner Content */\n.general-module_app_container__-NNzK {\n display: flex;\n flex-direction: column;\n margin: 0;\n position: relative !important;\n}\n.general-module_app_main__3s9rd {\n z-index: 8;\n position: relative;\n}\n.general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n flex: 1;\n padding: 130px 40px 0;\n}\n.general-module_app_main_inner_headertwo__UkOlN {\n padding: 100px 40px 0 !important;\n}\n.general-module_app_main_inner_headerfour__slUk1 {\n padding: 80px 20px 0 280px !important;\n}\n@media screen and (max-width: 1025px) {\n .general-module_app_main_inner_headerfour__slUk1 {\n padding: 80px 10px !important;\n }\n}\n/* Card */\n.general-module_card__KT-JI {\n position: relative;\n display: flex;\n flex-direction: column;\n min-width: 0;\n word-wrap: break-word;\n background-color: white !important;\n background-clip: border-box;\n border-radius: 15px;\n padding: 0.5em 0.8em;\n transition: all 0.2s;\n}\n.general-module_card_border_10__M-cl- {\n border-radius: 10px !important;\n}\n/* Responsive */\n@media (max-width: 991.98px) {\n .general-module_app_main__3s9rd {\n display: block;\n }\n .general-module_app_main__3s9rd .general-module_app_main_outer__gNSLc {\n padding-left: 0 !important;\n }\n .general-module_app_main__3s9rd .general-module_app_main_outertranslated__IZRx2 {\n padding-right: 0;\n padding-left: 0;\n }\n}\n@media (max-width: 1025px) {\n .general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n padding: 130px 20px 0;\n }\n}\n@media (max-width: 800px) {\n .general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n padding: 130px 20px 0 !important;\n }\n}\n\n@media (max-width: 600px) {\n .general-module_app_main__3s9rd .general-module_app_main_inner__OdEv- {\n padding: 70px 20px !important;\n }\n}\n\n/* Pills */\n.general-module_pill__gHCcE {\n min-width: 9vh;\n height: 4vh;\n color: white;\n padding: 0 1%;\n display: flex;\n text-align: center;\n justify-content: center;\n align-items: center;\n border-radius: 20px;\n font-size: 12px;\n}\n.general-module_fadeIn__bUx2u {\n /* opacity: 1; */\n display: block;\n visibility: visible;\n transition: 1s ease-in-out;\n transition-delay: 0s;\n}\n.general-module_fadeOut__R13Fc {\n /* opacity: 0; */\n display: none;\n visibility: hidden;\n transition: 1s ease-in-out;\n}\n.general-module_fadeInButton__1daVD {\n display: block;\n}\n.general-module_fadeOutButton__8BRUG {\n display: none;\n}\n\n/* Section Title */\n.general-module_sectiontitlecont__F-e6k {\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.general-module_sectiontitlecont__F-e6k span {\n position: relative;\n white-space: nowrap;\n transition: 0.3s;\n}\n.general-module_sectiontitlecont__F-e6k span::after {\n content: '';\n position: absolute;\n bottom: -3px;\n left: 0;\n display: block;\n height: 3px;\n border-radius: 20px;\n z-index: 1000;\n}\n.general-module_homesectiontitlecont__ZfXNm span {\n font-size: 25px !important;\n}\n\n.general-module_sectiontitlecont2__mfEaP {\n padding: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n}\n.general-module_sectiontitlecont2__mfEaP span {\n position: relative;\n white-space: nowrap;\n transition: 0.3s;\n}\n.general-module_sectiontitlecont2__mfEaP span::after {\n content: '';\n position: absolute;\n bottom: -3px;\n left: 0;\n display: block;\n border-radius: 20px;\n z-index: 1000;\n}\n\n/* Search Overlay */\n.general-module_search_modern__Emxk4 {\n position: relative;\n z-index: 2000;\n display: inline-block;\n vertical-align: middle;\n}\n.general-module_search_wrap__XD-i0 {\n position: fixed;\n left: 0;\n z-index: 100;\n width: 100%;\n height: 280px;\n top:0;\n}\n.general-module_search_form__ENSm4 {\n position: absolute;\n z-index: 1;\n top: 55%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n width: 90%;\n border: none;\n -webkit-animation-delay: 0.5s;\n -moz-animation-delay: 0.5s;\n -o-animation-delay: 0.5s;\n animation-delay: 0.5s;\n -webkit-animation-name: general-module_fadeIn__bUx2u;\n animation-name: general-module_fadeIn__bUx2u;\n -webkit-animation-duration: 0.7s;\n animation-duration: 0.7s;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n visibility: visible;\n}\n.general-module_search_form__ENSm4:after {\n content: '';\n display: block;\n width: 100%;\n height: 1px;\n -webkit-transform: scale3d(0, 1, 1);\n -ms-transform: scale3d(0, 1, 1);\n transform: scale3d(0, 1, 1);\n -webkit-transform-origin: left center;\n -ms-transform-origin: left center;\n transform-origin: left center;\n -webkit-animation-delay: 0.3s;\n -moz-animation-delay: 0.3s;\n -o-animation-delay: 0.3s;\n animation-delay: 0.3s;\n -webkit-animation-name: general-module_fadeInMove__AZr3h;\n animation-name: general-module_fadeInMove__AZr3h;\n -webkit-animation-duration: 0.7s;\n animation-duration: 0.7s;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n visibility: visible;\n}\n.general-module_search_form_wrap__mqmVB {\n position: absolute;\n z-index: 1;\n top: 50%;\n left: 50%;\n -webkit-transform: translate(-50%, -50%);\n -ms-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n width: 100%;\n height: 100%;\n}\n.general-module_search_field__ik-q3 {\n width: 100%;\n height: 3em;\n padding: 0 1.5em 0 0;\n letter-spacing: 0;\n border: none;\n background-color: transparent;\n margin: 0;\n border: none;\n white-space: pre-wrap;\n word-wrap: break-word;\n resize: none;\n overflow: hidden;\n display: block;\n visibility: visible;\n vertical-align: middle;\n -webkit-box-sizing: border-box;\n -ms-box-sizing: border-box;\n box-sizing: border-box; \n}\n.general-module_search_modern__Emxk4 .general-module_search_wrap__XD-i0 .general-module_search_field__ik-q3::-ms-clear {\n display: none;\n} \n.general-module_logo_image__lTnSu {\n -webkit-animation-delay: 0.3s;\n -moz-animation-delay: 0.3s;\n -o-animation-delay: 0.3s;\n animation-delay: 0.3s;\n -webkit-animation-name: general-module_fadeInAnim__UYit1;\n animation-name: general-module_fadeInAnim__UYit1;\n -webkit-animation-duration: 0.6s;\n animation-duration: 0.6s;\n -webkit-animation-fill-mode: both;\n animation-fill-mode: both;\n visibility: visible;\n}\n@-webkit-keyframes general-module_fadeInAnim__UYit1 {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n@keyframes general-module_fadeInAnim__UYit1 {\n 0% {\n opacity: 0;\n }\n 100% {\n opacity: 1;\n }\n}\n@-webkit-keyframes general-module_fadeInMove__AZr3h {\n 0% {\n opacity: 0;\n -webkit-transform: scale3d(0, 1, 1);\n }\n 10% {\n opacity: 1;\n -webkit-transform: scale3d(0.1, 1, 1);\n }\n 100% {\n opacity: 0.14;\n -webkit-transform: scale3d(1, 1, 1);\n }\n}\n@keyframes general-module_fadeInMove__AZr3h {\n 0% {\n opacity: 0;\n transform: scale3d(0, 1, 1);\n }\n 10% {\n opacity: 1;\n transform: scale3d(0.1, 1, 1);\n }\n 100% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n}\n";
|
|
373
|
-
var generalstyles
|
|
373
|
+
var generalstyles = {"shadow_bottom":"general-module_shadow_bottom__YcJR3","overflowY_scroll":"general-module_overflowY_scroll__m5upZ","sub_scrollbar":"general-module_sub_scrollbar__mpHTI","badge":"general-module_badge__GTiMs","badge_secondary":"general-module_badge_secondary__p6ErJ","divider":"general-module_divider__WFV-A","verical_divider":"general-module_verical_divider__u5DxE","table":"general-module_table__hdcWN","mw-200":"general-module_mw-200__PaU8G","table_bordered":"general-module_table_bordered__JKIJp","table_borderless":"general-module_table_borderless__OF0cl","table_striped":"general-module_table_striped__wWBA6","table_hover":"general-module_table_hover__EiJha","table_responsive":"general-module_table_responsive__JPCKF","table_translation":"general-module_table_translation__x1Rpf","table_icon":"general-module_table_icon__EMMDI","image_table":"general-module_image_table__HqRaH","shownumber_cont":"general-module_shownumber_cont__34Y5j","card_input_table":"general-module_card_input_table__vVK0p","btn":"general-module_btn__FAb1b","btn_rounded":"general-module_btn_rounded__Rkb8o","focus":"general-module_focus__8-F6p","disabled":"general-module_disabled__PRzt-","btn_tranparent":"general-module_btn_tranparent__GFTRs","btn_circle":"general-module_btn_circle__lOyd4","btn_white":"general-module_btn_white__H0esd","btn_black":"general-module_btn_black__NcqLp","btn_primary":"general-module_btn_primary__C5oTz","btn_secondary":"general-module_btn_secondary__MbOCN","btn_success":"general-module_btn_success__iV5-t","btn_info":"general-module_btn_info__-ClLB","btn_danger":"general-module_btn_danger__b0QkM","btn_dark":"general-module_btn_dark__hSWyC","active":"general-module_active__MPpsF","btn_grey":"general-module_btn_grey__fGIYU","btn_cardheader":"general-module_btn_cardheader__vccWl","border_primary":"general-module_border_primary__Jqm8o","border_secondary":"general-module_border_secondary__xiHt3","border_success":"general-module_border_success__kWv6N","border_info":"general-module_border_info__wfOF-","border_warning":"general-module_border_warning__mSIRm","border_danger":"general-module_border_danger__U7veI","border":"general-module_border__Pvp44","border_top":"general-module_border_top__0-KRU","border_right":"general-module_border_right__7QXHH","border_bottom":"general-module_border_bottom__Xyy95","border_left":"general-module_border_left__90qSD","border_0":"general-module_border_0__YO9qY","border_top_0":"general-module_border_top_0__KFIha","border_right_0":"general-module_border_right_0__FaED6","border_bottom_0":"general-module_border_bottom_0__NZhJm","border_left_0":"general-module_border_left_0__gjITr","app_container":"general-module_app_container__-NNzK","app_main":"general-module_app_main__3s9rd","app_main_inner":"general-module_app_main_inner__OdEv-","app_main_inner_headertwo":"general-module_app_main_inner_headertwo__UkOlN","app_main_inner_headerfour":"general-module_app_main_inner_headerfour__slUk1","card":"general-module_card__KT-JI","card_border_10":"general-module_card_border_10__M-cl-","app_main_outer":"general-module_app_main_outer__gNSLc","app_main_outertranslated":"general-module_app_main_outertranslated__IZRx2","pill":"general-module_pill__gHCcE","fadeIn":"general-module_fadeIn__bUx2u","fadeOut":"general-module_fadeOut__R13Fc","fadeInButton":"general-module_fadeInButton__1daVD","fadeOutButton":"general-module_fadeOutButton__8BRUG","sectiontitlecont":"general-module_sectiontitlecont__F-e6k","homesectiontitlecont":"general-module_homesectiontitlecont__ZfXNm","sectiontitlecont2":"general-module_sectiontitlecont2__mfEaP","search_modern":"general-module_search_modern__Emxk4","search_wrap":"general-module_search_wrap__XD-i0","search_form":"general-module_search_form__ENSm4","fadeInMove":"general-module_fadeInMove__AZr3h","search_form_wrap":"general-module_search_form_wrap__mqmVB","search_field":"general-module_search_field__ik-q3","logo_image":"general-module_logo_image__lTnSu","fadeInAnim":"general-module_fadeInAnim__UYit1"};
|
|
374
374
|
styleInject(css_248z$M);
|
|
375
375
|
|
|
376
376
|
var FacebookLoginButton = function FacebookLoginButton(props) {
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
385
385
|
className: ""
|
|
386
386
|
}, ((_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : (_authdetailsContext$i2 = _authdetailsContext$i.instcred) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebookloginappid) != null && /*#__PURE__*/React__default["default"].createElement(FacebookLogin__default["default"], {
|
|
387
|
-
cssClass: "".concat(generalstyles
|
|
387
|
+
cssClass: "".concat(generalstyles.btn, " ").concat(generalstyles.btn_primary, " ").concat(loginstyles$1.loginbtn) + ' w-100 mb-3 d-flex align-items-center justify-content-center ',
|
|
388
388
|
appId: (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : (_authdetailsContext$i4 = _authdetailsContext$i3.instcred) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebookloginappid,
|
|
389
389
|
fields: "name,email",
|
|
390
390
|
callback: function callback(responseFacebook) {
|
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
}, forgetpasswordstage == 'verify' ? langdetect == 'en' ? 'Reset password' : 'إعادة تعيين كلمة المرور' : langdetect == 'en' ? 'Send verification code' : 'أرسل رمز التحقق'))))));
|
|
888
888
|
};
|
|
889
889
|
|
|
890
|
-
var css_248z$L = ".productinfo-module_variant_container__-y4Uc {\n display: flex;\n align-items: center;\n justify-content: center;\n /* min-width: 10vh;\n height: 5vh; */\n border-radius: 10px;\n background-color: #000;\n color: white;\n padding: 0 6px;\n cursor: pointer;\n transition: 0.3s;\n}\n.productinfo-module_size_variant_container__vuTAO {\n min-width: 5vh !important;\n max-width: 5vh !important;\n height: 5vh !important;\n border-radius: 50% !important
|
|
890
|
+
var css_248z$L = ".productinfo-module_variant_container__-y4Uc {\n display: flex;\n align-items: center;\n justify-content: center;\n /* min-width: 10vh;\n height: 5vh; */\n border-radius: 10px;\n background-color: #000;\n color: white;\n padding: 0 6px;\n cursor: pointer;\n transition: 0.3s;\n}\n.productinfo-module_size_variant_container__vuTAO {\n /* min-width: 5vh !important;\n max-width: 5vh !important;\n height: 5vh !important;\n border-radius: 50% !important; */\n /* padding: 0 2px !important; */\n}\n.productinfo-module_variant_container__-y4Uc:hover {\n transform: scale(1.1);\n}\n.productinfo-module_variant_container_active__OAhmg {\n border: 2px solid green;\n background-color: green;\n}\n.productinfo-module_color_container__c42a9 {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 4vh;\n height: 4vh;\n border: 2px solid #ccc;\n border-radius: 50%;\n overflow: hidden;\n cursor: pointer;\n transition: 0.3s;\n}\n.productinfo-module_color_container_active__Br2PW {\n padding: 10px;\n border: 2px solid var(--green);\n}\n\n.productinfo-module_color_container_active__Br2PW:before {\n display: flex;\n align-items: center;\n justify-content: center;\n content: '✓';\n color: white;\n}\n.productinfo-module_color_container__c42a9:hover {\n transform: scale(1.1);\n}\n";
|
|
891
891
|
var productinfostyles = {"variant_container":"productinfo-module_variant_container__-y4Uc","size_variant_container":"productinfo-module_size_variant_container__vuTAO","variant_container_active":"productinfo-module_variant_container_active__OAhmg","color_container":"productinfo-module_color_container__c42a9","color_container_active":"productinfo-module_color_container_active__Br2PW"};
|
|
892
892
|
styleInject(css_248z$L);
|
|
893
893
|
|
|
@@ -1088,7 +1088,7 @@
|
|
|
1088
1088
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
1089
1089
|
size: sectionproperties.favBtnIconfontsize
|
|
1090
1090
|
})))))), langdetect == 'en' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer === void 0 ? void 0 : (_fetchProductInfoQuer2 = _fetchProductInfoQuer.data) === null || _fetchProductInfoQuer2 === void 0 ? void 0 : (_fetchProductInfoQuer3 = _fetchProductInfoQuer2.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.description_en) != '' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : (_fetchProductInfoQuer5 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer5 === void 0 ? void 0 : (_fetchProductInfoQuer6 = _fetchProductInfoQuer5.productinfo) === null || _fetchProductInfoQuer6 === void 0 ? void 0 : _fetchProductInfoQuer6.description_en) != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1091
|
-
className: "col-lg-12 p-0 mb-
|
|
1091
|
+
className: "col-lg-12 p-0 mb-4 d-flex justify-content-center"
|
|
1092
1092
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1093
1093
|
className: "row m-0 w-100 d-flex"
|
|
1094
1094
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1199
1199
|
className: "row m-0 w-100 d-flex align-items-start"
|
|
1200
1200
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1201
|
-
className: "col-lg-12 col-md-12 p-0 d-flex mb-
|
|
1201
|
+
className: "col-lg-12 col-md-12 p-0 d-flex mb-2"
|
|
1202
1202
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1203
1203
|
className: ' m-0 p-0 wordbreak',
|
|
1204
1204
|
style: {
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
fontSize: sectionproperties.varianttitle_fontSize + 'px'
|
|
1209
1209
|
}
|
|
1210
1210
|
}, lang.select, " ", langdetect == 'en' ? item.optionname : item.optionname_ar, ":")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1211
|
-
className: "col-lg-12 col-md-12
|
|
1211
|
+
className: "col-lg-12 col-md-12 d-flex pb-md-3 justify-content-start align-items-start scrollhorixontalcontainer"
|
|
1212
1212
|
}, item.optionvalues.map(function (optionvaluesitem, optionvaluesindex) {
|
|
1213
1213
|
var isoptionvalueselected = 0;
|
|
1214
1214
|
if (optionvaluesitem.isselected == 1) {
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
cursor: isoptionvaluedenabled == 1 ? 'pointer' : 'not-allowed'
|
|
1237
1237
|
}
|
|
1238
1238
|
});
|
|
1239
|
-
} else if (item.optionname == 'size') {
|
|
1239
|
+
} else if (item.optionname == 'size' || item.optionname == 'Size') {
|
|
1240
1240
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1241
1241
|
className: "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
|
|
1242
1242
|
onClick: function onClick() {
|
|
@@ -1249,9 +1249,22 @@
|
|
|
1249
1249
|
backgroundColor: isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
|
|
1250
1250
|
minWidth: sectionproperties.variantcontainer_minwidth + 'px',
|
|
1251
1251
|
height: sectionproperties.variantcontainer_height + 'px',
|
|
1252
|
-
borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px'
|
|
1252
|
+
borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
|
|
1253
|
+
position: 'relative'
|
|
1253
1254
|
}
|
|
1254
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1255
|
+
}, isoptionvalueselected == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1256
|
+
"class": "m-0 p-0 bg-danger bgdanger-hover",
|
|
1257
|
+
style: {
|
|
1258
|
+
position: 'absolute',
|
|
1259
|
+
top: '-15px',
|
|
1260
|
+
right: '-5px',
|
|
1261
|
+
width: '3vh',
|
|
1262
|
+
height: '3vh',
|
|
1263
|
+
borderRadius: 100
|
|
1264
|
+
}
|
|
1265
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
1266
|
+
"class": "h-100 allcentered"
|
|
1267
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1255
1268
|
className: 'font-12 wordbreak m-0 p-0 d-flex align-items-center justify-content-center',
|
|
1256
1269
|
style: {
|
|
1257
1270
|
color: sectionproperties.variantcontainer_color,
|
|
@@ -1270,9 +1283,22 @@
|
|
|
1270
1283
|
backgroundColor: isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
|
|
1271
1284
|
minWidth: sectionproperties.variantcontainer_minwidth + 'px',
|
|
1272
1285
|
height: sectionproperties.variantcontainer_height + 'px',
|
|
1273
|
-
borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px'
|
|
1286
|
+
borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
|
|
1287
|
+
position: 'relative'
|
|
1274
1288
|
}
|
|
1275
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1289
|
+
}, isoptionvalueselected == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1290
|
+
"class": "m-0 p-0 bg-danger bgdanger-hover",
|
|
1291
|
+
style: {
|
|
1292
|
+
position: 'absolute',
|
|
1293
|
+
top: '-15px',
|
|
1294
|
+
right: '-5px',
|
|
1295
|
+
width: '3vh',
|
|
1296
|
+
height: '3vh',
|
|
1297
|
+
borderRadius: 100
|
|
1298
|
+
}
|
|
1299
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
1300
|
+
"class": "h-100 allcentered"
|
|
1301
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1276
1302
|
className: 'm-0 p-0 d-flex align-items-center justify-content-center',
|
|
1277
1303
|
style: {
|
|
1278
1304
|
color: sectionproperties.variantcontainer_color,
|
|
@@ -1282,7 +1308,7 @@
|
|
|
1282
1308
|
}
|
|
1283
1309
|
}))));
|
|
1284
1310
|
})), sectionproperties.show_availability == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1285
|
-
className: "col-lg-12 p-0 mb-3"
|
|
1311
|
+
className: "col-lg-12 p-0 mb-3 mt-2"
|
|
1286
1312
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1287
1313
|
style: {
|
|
1288
1314
|
width: sectionproperties.availability_width + 'px',
|
|
@@ -1415,7 +1441,7 @@
|
|
|
1415
1441
|
}
|
|
1416
1442
|
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer37 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer37 === void 0 ? void 0 : (_fetchProductInfoQuer38 = _fetchProductInfoQuer37.data) === null || _fetchProductInfoQuer38 === void 0 ? void 0 : (_fetchProductInfoQuer39 = _fetchProductInfoQuer38.productinfo) === null || _fetchProductInfoQuer39 === void 0 ? void 0 : _fetchProductInfoQuer39.hasvariants) == 1 && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) == 0 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1417
1443
|
"class": "m-0 p-0"
|
|
1418
|
-
},
|
|
1444
|
+
}, 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), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer40 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer40 === void 0 ? void 0 : (_fetchProductInfoQuer41 = _fetchProductInfoQuer40.data) === null || _fetchProductInfoQuer41 === void 0 ? void 0 : (_fetchProductInfoQuer42 = _fetchProductInfoQuer41.productinfo) === null || _fetchProductInfoQuer42 === void 0 ? void 0 : _fetchProductInfoQuer42.hasvariants) == 1 && (variantindexcompleted === null || variantindexcompleted === void 0 ? void 0 : variantindexcompleted.length) != 0 && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, fetchProductInfoQueryContext.data.data.productinfo.variants[variantindexcompleted].hassale == 1 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1419
1445
|
className: langdetect == 'en' ? ' m-0 p-0 d-flex align-items-center justify-content-end wordbreak text-right ' : ' m-0 p-0 d-flex align-items-center justify-content-end wordbreak text-left '
|
|
1420
1446
|
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchProductInfoQueryContext.data.data.productinfo.variants[variantindexcompleted].variantsaleprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, fetchProductInfoQueryContext.data.data.productinfo.variants[variantindexcompleted].hassale == 0 && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1421
1447
|
className: langdetect == 'en' ? ' m-0 p-0 d-flex align-items-center justify-content-end wordbreak text-right wordbreak ' : ' m-0 p-0 d-flex align-items-center justify-content-end wordbreak text-left wordbreak '
|
|
@@ -1492,7 +1518,7 @@
|
|
|
1492
1518
|
color: sectionproperties.icontextcolor,
|
|
1493
1519
|
fontWeight: sectionproperties.icontextfontweight
|
|
1494
1520
|
}
|
|
1495
|
-
}, lang.trustedshipping)))))))
|
|
1521
|
+
}, lang.trustedshipping)))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1496
1522
|
className: "col-lg-3 pl-2 pr-2"
|
|
1497
1523
|
}, (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.loggedin) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1498
1524
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
|
|
@@ -1528,10 +1554,7 @@
|
|
|
1528
1554
|
fontSize: sectionproperties.secondaryfontsize + 'px'
|
|
1529
1555
|
}
|
|
1530
1556
|
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c = authdetailsContext.customerinfo) === null || _authdetailsContext$c === void 0 ? void 0 : _authdetailsContext$c.name)))))), sectionproperties.productInformationType == 'Product/Service Information' && sectionproperties.showPolicy == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1531
|
-
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
|
|
1532
|
-
style: {
|
|
1533
|
-
cursor: 'pointer'
|
|
1534
|
-
}
|
|
1557
|
+
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
|
|
1535
1558
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1536
1559
|
className: "row m-0 w-100"
|
|
1537
1560
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -1554,18 +1577,15 @@
|
|
|
1554
1577
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1555
1578
|
className: productinfo_cssstyles.storeInfoContent + ' m-0 p-0 wordbreak ',
|
|
1556
1579
|
style: {
|
|
1557
|
-
lineClamp:
|
|
1558
|
-
WebkitLineClamp:
|
|
1580
|
+
lineClamp: 10,
|
|
1581
|
+
WebkitLineClamp: 10,
|
|
1559
1582
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
1560
1583
|
},
|
|
1561
1584
|
dangerouslySetInnerHTML: {
|
|
1562
1585
|
__html: langdetect == 'en' ? (_returnpolicyobj3 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj3 === void 0 ? void 0 : _returnpolicyobj3.policycontent_en : (_returnpolicyobj4 = returnpolicyobj('Shipping Policy')) === null || _returnpolicyobj4 === void 0 ? void 0 : _returnpolicyobj4.policycontent_ar
|
|
1563
1586
|
}
|
|
1564
1587
|
})))), sectionproperties.productInformationType == 'Product/Service Information' && sectionproperties.showPolicy == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1565
|
-
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
|
|
1566
|
-
style: {
|
|
1567
|
-
cursor: 'pointer'
|
|
1568
|
-
}
|
|
1588
|
+
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 '
|
|
1569
1589
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1570
1590
|
className: "row m-0 w-100"
|
|
1571
1591
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -1588,8 +1608,8 @@
|
|
|
1588
1608
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1589
1609
|
className: productinfo_cssstyles.storeInfoContent + ' m-0 p-0 wordbreak ',
|
|
1590
1610
|
style: {
|
|
1591
|
-
lineClamp:
|
|
1592
|
-
WebkitLineClamp:
|
|
1611
|
+
lineClamp: 10,
|
|
1612
|
+
WebkitLineClamp: 10,
|
|
1593
1613
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
1594
1614
|
},
|
|
1595
1615
|
dangerouslySetInnerHTML: {
|
|
@@ -1628,7 +1648,9 @@
|
|
|
1628
1648
|
fontSize: sectionproperties.secondaryfontsize + 'px',
|
|
1629
1649
|
color: sectionproperties.text_secondarycolor
|
|
1630
1650
|
}
|
|
1631
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : (_authdetailsContext$i2 = _authdetailsContext$i.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.mobile)))))))
|
|
1651
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : (_authdetailsContext$i2 = _authdetailsContext$i.contactinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.mobile))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1652
|
+
"class": "col-lg-12"
|
|
1653
|
+
}, relatedproducts()));
|
|
1632
1654
|
};
|
|
1633
1655
|
|
|
1634
1656
|
var css_248z$J = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu__pb6-m {\n margin: 0;\n padding: 0;\n position: relative;\n list-style: none;\n transition: 0.3s ease-in-out;\n border-radius: 20px;\n}\n.staticroutersidenav-module_vertical_nav_menu__pb6-m li.staticroutersidenav-module_sidebar_item__IZacx {\n transition: 0.3s !important;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n flex-direction: row;\n padding: 5px !important;\n position: relative;\n}\n.staticroutersidenav-module_vertical_nav_menu__pb6-m .staticroutersidenav-module_sidebar_item__IZacx::after {\n content: '';\n position: absolute;\n bottom: -3px;\n display: block;\n border-radius: 100px 0 100px 0;\n width: 0;\n height: 0;\n transition: 0.2s !important;\n}\n.staticroutersidenav-module_vertical_nav_menu__pb6-m .staticroutersidenav-module_sidenav_page_name__ZUjPo {\n transition: 0.3s;\n}\n.staticroutersidenav-module_vertical_nav_menu__pb6-m li .staticroutersidenav-module_sidenav_icon_cont__4JeVd {\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n transition: all 0.3s;\n position: relative;\n}\n.staticroutersidenav-module_vertical_nav_menu__pb6-m i.staticroutersidenav-module_metismenu_icon__gAw7T {\n display: flex;\n align-items: center;\n justify-content: center;\n color: #022648;\n transition: 0.3s;\n opacity: 1;\n font-size: 16px;\n}\n/* active */\n.staticroutersidenav-module_vertical_nav_menu__pb6-m .staticroutersidenav-module_sidenav_active__twizl::after {\n content: '';\n position: absolute;\n bottom: -3px;\n /* right: -5%; */\n display: block;\n border-radius: 100px 0 100px 0;\n width: 10px;\n height: 100%;\n /* background: red !important; */\n}\n.staticroutersidenav-module_vertical_nav_menu__pb6-m .staticroutersidenav-module_sidenav_active__twizl .staticroutersidenav-module_sidenav_page_name__ZUjPo {\n font-weight: 600;\n}\n.staticroutersidenav-module_vertical_nav_menu__pb6-m .staticroutersidenav-module_sidenav_active__twizl .staticroutersidenav-module_sidenav_icon_cont__4JeVd {\n /* background-color: rgba(249, 128, 100) !important; */\n box-shadow: none !important;\n}\n/* hover */\n.staticroutersidenav-module_vertical_nav_menu__pb6-m .staticroutersidenav-module_sidebar_item__IZacx:hover {\n cursor: pointer;\n transition: 0.3s;\n}\n.staticroutersidenav-module_vertical_nav_menu__pb6-m .staticroutersidenav-module_sidebar_item__IZacx:hover::after {\n width: 10px;\n height: 100%;\n}\n\n.staticroutersidenav-module_horizontal_nav_menu__nrYjB {\n display: flex;\n flex-direction: row;\n justify-content: center;\n}\n.staticroutersidenav-module_horizontal_nav_menu__nrYjB .staticroutersidenav-module_sidebar_item__IZacx {\n transition: 0.3s !important;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n position: relative;\n width: 180px !important;\n}\n@media screen and (max-width: 800px) {\n .staticroutersidenav-module_horizontal_nav_menu__nrYjB {\n width: 100%;\n display: block !important;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .staticroutersidenav-module_sidebar_item__IZacx {\n width: 30% !important;\n float: none;\n display: inline-block;\n zoom: 1;\n }\n}\n@media screen and (max-width: 700px) {\n .staticroutersidenav-module_horizontal_nav_menu__nrYjB {\n width: 100%;\n display: block !important;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .staticroutersidenav-module_sidebar_item__IZacx {\n min-width: 40% !important;\n }\n}\n@media screen and (max-width: 500px) {\n .staticroutersidenav-module_horizontal_nav_menu__nrYjB {\n width: 100%;\n display: block !important;\n white-space: nowrap;\n position: relative;\n overflow-x: scroll;\n overflow-y: hidden;\n -webkit-overflow-scrolling: touch;\n }\n .staticroutersidenav-module_sidebar_item__IZacx {\n max-width: 40% !important;\n }\n}\n\n.staticroutersidenav-module_sidebar_itemlastchild__3kkbu {\n margin-right: 0 !important;\n margin-left: 0 !important;\n}\n";
|
|
@@ -2704,72 +2726,42 @@
|
|
|
2704
2726
|
};
|
|
2705
2727
|
var relatedproducts = function relatedproducts() {
|
|
2706
2728
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2707
|
-
className: "w-100 row m-0 d-flex justify-content-start"
|
|
2708
|
-
}, Relatedproducts.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2709
|
-
className: "w-100 row m-0 d-flex justify-content-start"
|
|
2710
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2711
|
-
className: "col-lg-12"
|
|
2712
|
-
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
2713
|
-
className: "mt-0"
|
|
2714
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2715
|
-
className: "col-lg-12",
|
|
2729
|
+
className: "w-100 row m-0 d-flex justify-content-start mt-3",
|
|
2716
2730
|
style: {
|
|
2717
2731
|
background: sectionproperties.relatedproductsbg,
|
|
2718
2732
|
paddingTop: sectionproperties.relatedproductspaddingTop + 'px',
|
|
2719
2733
|
paddingBottom: sectionproperties.relatedproductspaddingBottom + 'px',
|
|
2720
2734
|
paddingLeft: sectionproperties.relatedproductspaddingLeft + 'px',
|
|
2721
2735
|
paddingRight: sectionproperties.relatedproductspaddingRight + 'px',
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
borderBottomLeftRadius: sectionproperties.relatedproductsbgbblr + 'px',
|
|
2725
|
-
borderBottomRightRadius: sectionproperties.relatedproductsbgbbrr + 'px',
|
|
2726
|
-
boxShadow: sectionproperties.relatedproductsbgbbrrshowshadow == 'Show' ? '0 0 10px ' + sectionproperties.relatedproductsshadowcolor : 'none'
|
|
2736
|
+
borderRadius: sectionproperties.relatedproductsbgbblr + 'px',
|
|
2737
|
+
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor
|
|
2727
2738
|
}
|
|
2739
|
+
}, Relatedproducts.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2740
|
+
className: "col-lg-12 p-0",
|
|
2741
|
+
style: {}
|
|
2728
2742
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2729
2743
|
className: "row m-0 w-100"
|
|
2730
2744
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2731
|
-
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 mb-
|
|
2732
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
2733
|
-
className:
|
|
2734
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2735
|
-
className: ' col-lg-12 d-flex align-items-center p-0'
|
|
2736
|
-
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2737
|
-
className: "".concat(productinfo_cssstyles.sectiontitlespan),
|
|
2745
|
+
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 mb-3"
|
|
2746
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2747
|
+
className: ' m-0 p-0 ',
|
|
2738
2748
|
style: {
|
|
2739
2749
|
fontSize: sectionproperties.relatedproductstitlefontsize + 'px',
|
|
2740
2750
|
color: sectionproperties.relatedproductstitlecolor,
|
|
2741
|
-
fontWeight: sectionproperties.relatedproductstitlefontweight
|
|
2742
|
-
textTransform: sectionproperties.relatedproductstitletextTransform
|
|
2743
|
-
}
|
|
2744
|
-
}, lang.relatedproducts)))), sectionproperties.relatedproductstitlestyle == 'Line Before Text' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2745
|
-
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0",
|
|
2746
|
-
style: {
|
|
2747
|
-
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : ''
|
|
2751
|
+
fontWeight: sectionproperties.relatedproductstitlefontweight
|
|
2748
2752
|
}
|
|
2749
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2750
|
-
className: ""
|
|
2751
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
2752
|
-
className: "".concat(productinfo_cssstyles.sectiontitlespan2) + ' pl-3 ',
|
|
2753
|
-
style: {
|
|
2754
|
-
fontSize: sectionproperties.relatedproductstitlefontsize + 'px',
|
|
2755
|
-
color: sectionproperties.relatedproductstitlecolor,
|
|
2756
|
-
fontWeight: sectionproperties.relatedproductstitlefontweight,
|
|
2757
|
-
textTransform: sectionproperties.relatedproductstitletextTransform
|
|
2758
|
-
}
|
|
2759
|
-
}, "Related", /*#__PURE__*/React__default["default"].createElement("br", null), " Products"))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2760
|
-
className: "col-lg-12 p-0 pl-md-2 pr-md-2"
|
|
2761
|
-
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu
|
|
2762
|
-
// onWheel={onWheel}
|
|
2763
|
-
, {
|
|
2753
|
+
}, langdetect == 'en' ? sectionproperties.relatedproducttitleEn : sectionproperties.relatedproducttitleAr)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2754
|
+
className: "col-lg-12"
|
|
2755
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
2764
2756
|
transitionBehavior: 'auto',
|
|
2765
2757
|
wrapperClassName: '',
|
|
2766
|
-
itemClassName: '
|
|
2758
|
+
itemClassName: 'scrollmenuclassnameitemrelatedproduct',
|
|
2767
2759
|
scrollContainerClassName: 'scrollmenuclasssubscrollbar'
|
|
2768
2760
|
}, Relatedproducts.map(function (item, index) {
|
|
2769
2761
|
if (item.productinfo != null) {
|
|
2770
2762
|
if (item.productid != fetchProductInfoQueryContext.data.data.productinfo.productid) {
|
|
2771
2763
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2772
|
-
className: "col-lg-12 w-100
|
|
2764
|
+
className: "col-lg-12 w-100",
|
|
2773
2765
|
onClick: function onClick() {
|
|
2774
2766
|
if (props.srcfromprops != 'templatdraftrouter') {
|
|
2775
2767
|
productidassigner(item.productid);
|
|
@@ -2778,65 +2770,40 @@
|
|
|
2778
2770
|
}
|
|
2779
2771
|
}
|
|
2780
2772
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2781
|
-
className: "row w-100 m-0 cursor-pointer p-1"
|
|
2782
|
-
style: {
|
|
2783
|
-
boxShadow: '0 0 10px #ccc',
|
|
2784
|
-
cursor: 'pointer',
|
|
2785
|
-
borderRadius: '10px',
|
|
2786
|
-
background: 'white'
|
|
2787
|
-
}
|
|
2773
|
+
className: "row w-100 m-0 cursor-pointer p-1"
|
|
2788
2774
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2789
|
-
|
|
2775
|
+
"class": "".concat(productinfo_cssstyles.productcard) + ' cursor-pointer w-100 '
|
|
2790
2776
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2791
|
-
|
|
2777
|
+
"class": "".concat(productinfo_cssstyles.imagecont) + ' w-100 p-0 mb-2 '
|
|
2792
2778
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
2793
2779
|
urlEndpoint: IKurlEndpoint,
|
|
2794
2780
|
publicKey: IKpublicKey,
|
|
2795
2781
|
path: item.productinfo.productmainimage,
|
|
2782
|
+
loading: "lazy",
|
|
2796
2783
|
style: {
|
|
2797
|
-
borderBottomLeftRadius: sectionproperties.prodimage__borderBottomLeftRadius + 'px',
|
|
2798
|
-
borderBottomRightRadius: sectionproperties.prodimage__borderBottomRightRadius + 'px',
|
|
2799
|
-
borderTopLeftRadius: sectionproperties.prodimage__borderTopLeftRadius + 'px',
|
|
2800
|
-
borderTopRightRadius: sectionproperties.prodimage__borderTopRightRadius + 'px',
|
|
2801
2784
|
width: '100%',
|
|
2802
2785
|
height: '100%',
|
|
2803
|
-
objectFit: '
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
className: "col-lg-10 col-md-10 col-sm-10 pl-3 "
|
|
2808
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2809
|
-
className: "row m-0 w-100"
|
|
2786
|
+
objectFit: 'contain'
|
|
2787
|
+
}
|
|
2788
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2789
|
+
"class": "row m-0 w-100 "
|
|
2810
2790
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2811
|
-
|
|
2791
|
+
"class": "col-lg-12 p-0"
|
|
2812
2792
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2813
|
-
|
|
2814
|
-
style: {
|
|
2815
|
-
fontSize: '15px'
|
|
2816
|
-
}
|
|
2793
|
+
"class": "".concat(productinfo_cssstyles.relatedproductNameStyles) + ' wordbreak wordbreak1 text-center m-0 '
|
|
2817
2794
|
}, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2795
|
+
style: {
|
|
2796
|
+
flexDirection: 'column'
|
|
2797
|
+
},
|
|
2798
|
+
"class": "col-lg-12 d-flex align-items-center justify-content-center p-0 "
|
|
2799
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2800
|
+
"class": "".concat(productinfo_cssstyles.relatedproductPricestyles) + ' m-0 '
|
|
2801
|
+
}, item.productinfo.hasvariants == 1 ? item.productinfo.variants.variantsaleprice : item.productinfo.defaultsaleprice, ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar, ' '))))));
|
|
2822
2802
|
}
|
|
2823
2803
|
}
|
|
2824
|
-
}))))))
|
|
2804
|
+
}))))));
|
|
2825
2805
|
};
|
|
2826
2806
|
var productinfo_cssstyles = {
|
|
2827
|
-
sectiontitlespan: glamor.css({
|
|
2828
|
-
':after': {
|
|
2829
|
-
width: sectionproperties.relatedproducttitle_lineafterwidth + '%',
|
|
2830
|
-
backgroundColor: sectionproperties.relatedproducttitlelinebgcolor
|
|
2831
|
-
}
|
|
2832
|
-
}),
|
|
2833
|
-
sectiontitlespan2: glamor.css({
|
|
2834
|
-
':after': {
|
|
2835
|
-
width: sectionproperties.relatedproducttitle_lineafterwidth + 'px',
|
|
2836
|
-
height: '100%',
|
|
2837
|
-
backgroundColor: sectionproperties.relatedproducttitlelinebgcolor
|
|
2838
|
-
}
|
|
2839
|
-
}),
|
|
2840
2807
|
cart_btn: glamor.css({
|
|
2841
2808
|
width: sectionproperties.cartBtnWidth + 'px',
|
|
2842
2809
|
height: sectionproperties.cartBtnHeight + 'px',
|
|
@@ -2916,8 +2883,7 @@
|
|
|
2916
2883
|
}
|
|
2917
2884
|
}),
|
|
2918
2885
|
imagecont: glamor.css({
|
|
2919
|
-
|
|
2920
|
-
height: '60px',
|
|
2886
|
+
height: '200px',
|
|
2921
2887
|
border: sectionproperties.prodimage_borderwidth + 'px solid ' + sectionproperties.prodimage_color,
|
|
2922
2888
|
backgroundColor: sectionproperties.prodimage_bgcolor,
|
|
2923
2889
|
borderBottomLeftRadius: sectionproperties.prodimage__borderBottomLeftRadius + 'px',
|
|
@@ -3583,7 +3549,7 @@
|
|
|
3583
3549
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3584
3550
|
className: ' col-lg-4 col-md-6 col-sm-12 mb-4 pl-md-2 pr-md-2 pr-0 '
|
|
3585
3551
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3586
|
-
className: "".concat(generalstyles
|
|
3552
|
+
className: "".concat(generalstyles.card) + ' noshadow ',
|
|
3587
3553
|
onClick: function onClick() {
|
|
3588
3554
|
setorderindex(index);
|
|
3589
3555
|
setopenorderitemsmodalshow(true);
|
|
@@ -3634,7 +3600,7 @@
|
|
|
3634
3600
|
}, item.orderitems.length))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3635
3601
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mt-2"
|
|
3636
3602
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
3637
|
-
className: "".concat(generalstyles
|
|
3603
|
+
className: "".concat(generalstyles.pill, " ") + ' pl-2 pr-2 ',
|
|
3638
3604
|
style: {
|
|
3639
3605
|
backgroundColor: item.instorderstatus != null ? item.instorderstatus.statuscolor : 'orange'
|
|
3640
3606
|
}
|
|
@@ -3651,7 +3617,7 @@
|
|
|
3651
3617
|
height: '35vh'
|
|
3652
3618
|
}
|
|
3653
3619
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3654
|
-
className: generalstyles
|
|
3620
|
+
className: generalstyles.card + ' col-lg-12 d-flex align-items-center justify-content-center text-light flex-column h-100 pt-5 pb-5 '
|
|
3655
3621
|
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
3656
3622
|
src: shoppingcart,
|
|
3657
3623
|
style: {
|
|
@@ -3671,9 +3637,9 @@
|
|
|
3671
3637
|
minHeight: '70vh'
|
|
3672
3638
|
}
|
|
3673
3639
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3674
|
-
className: "".concat(generalstyles
|
|
3640
|
+
className: "".concat(generalstyles.table_responsive) + ' col-lg-12 '
|
|
3675
3641
|
}, /*#__PURE__*/React__default["default"].createElement("table", {
|
|
3676
|
-
className: "".concat(generalstyles
|
|
3642
|
+
className: "".concat(generalstyles.table, " ").concat(generalstyles.table_thbg)
|
|
3677
3643
|
}, /*#__PURE__*/React__default["default"].createElement("thead", {
|
|
3678
3644
|
className: "",
|
|
3679
3645
|
style: {
|
|
@@ -3710,7 +3676,7 @@
|
|
|
3710
3676
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3711
3677
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex mt-2 justify-content-center"
|
|
3712
3678
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
3713
|
-
className: "".concat(generalstyles
|
|
3679
|
+
className: "".concat(generalstyles.pill, " ") + ' pl-2 pr-2 ',
|
|
3714
3680
|
style: {
|
|
3715
3681
|
backgroundColor: item.instorderstatus != null ? item.instorderstatus.statuscolor : 'orange'
|
|
3716
3682
|
}
|
|
@@ -3782,7 +3748,7 @@
|
|
|
3782
3748
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3783
3749
|
className: "col-lg-12 p-0"
|
|
3784
3750
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3785
|
-
className: "".concat(generalstyles
|
|
3751
|
+
className: "".concat(generalstyles.card) + ' w-100 pl-3 pr-3 '
|
|
3786
3752
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3787
3753
|
className: "col-lg-12 p-0"
|
|
3788
3754
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -5643,9 +5609,9 @@
|
|
|
5643
5609
|
},
|
|
5644
5610
|
disabled: ApplyPromoCodeMutationContext.isLoading ? true : false
|
|
5645
5611
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
5646
|
-
className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles
|
|
5612
|
+
className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles.fadeOutButton) : "".concat(generalstyles.fadeInButton)
|
|
5647
5613
|
}, fetchcustomercartQueryContext !== null && fetchcustomercartQueryContext !== void 0 && (_fetchcustomercartQue45 = fetchcustomercartQueryContext.data) !== null && _fetchcustomercartQue45 !== void 0 && (_fetchcustomercartQue46 = _fetchcustomercartQue45.data) !== null && _fetchcustomercartQue46 !== void 0 && _fetchcustomercartQue46.customercart.couponexists ? langdetect == 'en' ? 'Remove' : 'حذف' : langdetect == 'en' ? 'Apply' : 'تطبيق'), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5648
|
-
className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles
|
|
5614
|
+
className: ApplyPromoCodeMutationContext.isLoading ? "".concat(generalstyles.fadeInButton, " ").concat(generalstyles.btn_preloader) + ' d-flex align-items-center justify-content-center ' : "".concat(generalstyles.fadeOutButton) + ' align-items-center justify-content-center '
|
|
5649
5615
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
5650
5616
|
color: "#fff",
|
|
5651
5617
|
width: "20px",
|
|
@@ -7062,7 +7028,7 @@
|
|
|
7062
7028
|
}, lang.login))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7063
7029
|
className: "col-lg-12 p-sm-0"
|
|
7064
7030
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7065
|
-
className: "".concat(generalstyles
|
|
7031
|
+
className: "".concat(generalstyles.card) + ' p-0 ml-3 mr-3 m-md-0 ',
|
|
7066
7032
|
style: {
|
|
7067
7033
|
border: 'none',
|
|
7068
7034
|
boxShadow: 'none'
|
|
@@ -8022,7 +7988,7 @@
|
|
|
8022
7988
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8023
7989
|
className: "col-lg-12 p-0"
|
|
8024
7990
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8025
|
-
className: generalstyles
|
|
7991
|
+
className: generalstyles.sub_scrollbar + ' row m-0 w-100 ',
|
|
8026
7992
|
style: {
|
|
8027
7993
|
height: sectionproperties.image_height - 9 + 'vh',
|
|
8028
7994
|
overflowY: 'scroll'
|
|
@@ -8100,7 +8066,7 @@
|
|
|
8100
8066
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8101
8067
|
className: "col-lg-12 p-0"
|
|
8102
8068
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8103
|
-
className: generalstyles
|
|
8069
|
+
className: generalstyles.sub_scrollbar + ' row m-0 w-100 ',
|
|
8104
8070
|
style: {
|
|
8105
8071
|
height: sectionproperties.image_height - 9 + 'vh',
|
|
8106
8072
|
overflowY: 'scroll'
|
|
@@ -9258,13 +9224,13 @@
|
|
|
9258
9224
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9259
9225
|
"class": "row m-0 w-100"
|
|
9260
9226
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9261
|
-
"class": "".concat(generalstyles
|
|
9227
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
|
|
9262
9228
|
style: {
|
|
9263
9229
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
9264
9230
|
fontSize: sectionproperties.sectionTitleFontSize + 'px'
|
|
9265
9231
|
}
|
|
9266
9232
|
}, SectionTitle()), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
9267
|
-
"class": "".concat(generalstyles
|
|
9233
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
|
|
9268
9234
|
style: {
|
|
9269
9235
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
9270
9236
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
@@ -17130,9 +17096,9 @@
|
|
|
17130
17096
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17131
17097
|
"class": "row m-0 w-100 p-3"
|
|
17132
17098
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17133
|
-
"class": "".concat(generalstyles
|
|
17099
|
+
"class": "".concat(generalstyles.search_modern)
|
|
17134
17100
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17135
|
-
"class": "".concat(generalstyles
|
|
17101
|
+
"class": "".concat(generalstyles.search_wrap, " ").concat(header_cssstyles.search_wrap)
|
|
17136
17102
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17137
17103
|
"class": ' pl-5 pr-5 '
|
|
17138
17104
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -17166,12 +17132,12 @@
|
|
|
17166
17132
|
}, /*#__PURE__*/React__default["default"].createElement(IoClose.IoClose, {
|
|
17167
17133
|
size: sectionproperties.closeSlider_fontSize
|
|
17168
17134
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17169
|
-
"class": generalstyles
|
|
17135
|
+
"class": generalstyles.search_form_wrap
|
|
17170
17136
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
17171
|
-
"class": "".concat(generalstyles
|
|
17137
|
+
"class": "".concat(generalstyles.search_form, " ").concat(header_cssstyles.search_form)
|
|
17172
17138
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
17173
17139
|
type: "text",
|
|
17174
|
-
"class": "".concat(generalstyles
|
|
17140
|
+
"class": "".concat(generalstyles.search_field, " ").concat(header_cssstyles.search_field),
|
|
17175
17141
|
placeholder: langdetect == 'en' ? "What're we looking for?" : 'البحث...',
|
|
17176
17142
|
onChange: function onChange(event) {
|
|
17177
17143
|
setSearchHeaderInputContext(event.target.value);
|
|
@@ -18568,9 +18534,9 @@
|
|
|
18568
18534
|
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18569
18535
|
className: "row m-0 w-100 p-3"
|
|
18570
18536
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18571
|
-
className: "".concat(generalstyles
|
|
18537
|
+
className: "".concat(generalstyles.search_modern)
|
|
18572
18538
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18573
|
-
className: "".concat(generalstyles
|
|
18539
|
+
className: "".concat(generalstyles.search_wrap, " ").concat(header_cssstyles.search_wrap)
|
|
18574
18540
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18575
18541
|
className: ' pl-5 pr-5 '
|
|
18576
18542
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -18585,7 +18551,7 @@
|
|
|
18585
18551
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
18586
18552
|
urlEndpoint: IKurlEndpoint,
|
|
18587
18553
|
publicKey: IKpublicKey,
|
|
18588
|
-
className: generalstyles
|
|
18554
|
+
className: generalstyles.logo_image,
|
|
18589
18555
|
path: langdetect == 'en' ? (_logoarrayofobjects$5 = logoarrayofobjects[0]) === null || _logoarrayofobjects$5 === void 0 ? void 0 : _logoarrayofobjects$5.englishlogo : (_logoarrayofobjects$6 = logoarrayofobjects[0]) === null || _logoarrayofobjects$6 === void 0 ? void 0 : _logoarrayofobjects$6.arabiclogo,
|
|
18590
18556
|
style: {
|
|
18591
18557
|
width: '100%',
|
|
@@ -18605,12 +18571,12 @@
|
|
|
18605
18571
|
}, /*#__PURE__*/React__default["default"].createElement(IoClose.IoClose, {
|
|
18606
18572
|
size: sectionproperties.closeSlider_fontSize
|
|
18607
18573
|
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18608
|
-
className: generalstyles
|
|
18574
|
+
className: generalstyles.search_form_wrap
|
|
18609
18575
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
18610
|
-
className: "".concat(generalstyles
|
|
18576
|
+
className: "".concat(generalstyles.search_form, " ").concat(header_cssstyles.search_form)
|
|
18611
18577
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
18612
18578
|
type: "text",
|
|
18613
|
-
className: "".concat(generalstyles
|
|
18579
|
+
className: "".concat(generalstyles.search_field, " ").concat(header_cssstyles.search_field),
|
|
18614
18580
|
placeholder: langdetect == 'en' ? "What're we looking for?" : 'البحث...',
|
|
18615
18581
|
onChange: function onChange(event) {
|
|
18616
18582
|
setSearchHeaderInputContext(event.target.value);
|
|
@@ -28972,7 +28938,7 @@
|
|
|
28972
28938
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28973
28939
|
"class": sectionproperties.viewmorebtnshow == 'Show' ? ' col-lg-6 col-md-6 col-sm-6 d-flex align-items-center p-0 ' : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
|
|
28974
28940
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28975
|
-
"class": "".concat(generalstyles
|
|
28941
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center mb-auto mt-sm-auto mb-sm-auto ',
|
|
28976
28942
|
style: {
|
|
28977
28943
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
28978
28944
|
}
|
|
@@ -30038,7 +30004,7 @@
|
|
|
30038
30004
|
"class": sectionproperties.sectiontitleposition == 'Centered' ? ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 ' : ' col-lg-7 col-md-7 col-sm-7 d-flex align-items-center p-0 '
|
|
30039
30005
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30040
30006
|
// mb-auto
|
|
30041
|
-
"class": "".concat(generalstyles
|
|
30007
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center ',
|
|
30042
30008
|
style: {
|
|
30043
30009
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
30044
30010
|
}
|
|
@@ -30421,7 +30387,7 @@
|
|
|
30421
30387
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30422
30388
|
"class": sectionproperties.viewmorebtnshow == 'Show' ? ' col-lg-6 col-md-6 col-sm-6 d-flex align-items-center p-0 ' : ' col-lg-12 col-md-12 col-sm-12 d-flex align-items-center p-0 '
|
|
30423
30389
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30424
|
-
"class": "".concat(generalstyles
|
|
30390
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center mb-auto ',
|
|
30425
30391
|
style: {
|
|
30426
30392
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
30427
30393
|
}
|
|
@@ -31130,7 +31096,7 @@
|
|
|
31130
31096
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31131
31097
|
"class": "row m-0 w-100"
|
|
31132
31098
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31133
|
-
"class": "".concat(generalstyles
|
|
31099
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex align-items-center ',
|
|
31134
31100
|
style: {
|
|
31135
31101
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
31136
31102
|
}
|
|
@@ -31474,13 +31440,13 @@
|
|
|
31474
31440
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31475
31441
|
"class": "row m-0 w-100"
|
|
31476
31442
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31477
|
-
"class": "".concat(generalstyles
|
|
31443
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-flex d-md-none align-items-center ',
|
|
31478
31444
|
style: {
|
|
31479
31445
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
31480
31446
|
fontSize: sectionproperties.sectionTitleFontSize + 'px'
|
|
31481
31447
|
}
|
|
31482
31448
|
}, SectionTitle()), sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
31483
|
-
"class": "".concat(generalstyles
|
|
31449
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 d-none d-md-flex align-items-center ',
|
|
31484
31450
|
style: {
|
|
31485
31451
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
31486
31452
|
fontSize: sectionproperties.sectionTitleFontSizeresp + 'px'
|
|
@@ -34930,7 +34896,7 @@
|
|
|
34930
34896
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34931
34897
|
"class": "col-lg-12 p-0"
|
|
34932
34898
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
34933
|
-
"class": sectionproperties.sectionTitleMarginLeft != 0 && sectionproperties.sectionTitleMarginRight != 0 ? "".concat(generalstyles
|
|
34899
|
+
"class": sectionproperties.sectionTitleMarginLeft != 0 && sectionproperties.sectionTitleMarginRight != 0 ? "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pl-md-3 pr-md-3' : sectionproperties.sectionTitleMarginLeft != 0 ? langdetect == 'en' ? "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pl-md-3 ' : "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pr-md-3 ' : sectionproperties.sectionTitleMarginRight != 0 ? langdetect == 'en' ? "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pr-md-3 ' : "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center pl-md-3 ' : "".concat(generalstyles.sectiontitlecont) + ' w-100 d-flex align-items-center ',
|
|
34934
34900
|
style: {
|
|
34935
34901
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start',
|
|
34936
34902
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|
|
@@ -35353,7 +35319,7 @@
|
|
|
35353
35319
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
35354
35320
|
}
|
|
35355
35321
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35356
|
-
"class": "".concat(generalstyles
|
|
35322
|
+
"class": "".concat(generalstyles.sectiontitlecont),
|
|
35357
35323
|
style: {
|
|
35358
35324
|
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
35359
35325
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
@@ -35372,7 +35338,7 @@
|
|
|
35372
35338
|
justifyContent: sectionproperties.sectiontitleposition == 'Centered' ? 'center' : 'start'
|
|
35373
35339
|
}
|
|
35374
35340
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35375
|
-
"class": "".concat(generalstyles
|
|
35341
|
+
"class": "".concat(generalstyles.sectiontitlecont2),
|
|
35376
35342
|
style: {
|
|
35377
35343
|
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
35378
35344
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px'
|
|
@@ -35598,7 +35564,7 @@
|
|
|
35598
35564
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35599
35565
|
"class": "col-lg-12 allcentered p-0"
|
|
35600
35566
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
35601
|
-
"class": "".concat(generalstyles
|
|
35567
|
+
"class": "".concat(generalstyles.sectiontitlecont) + ' col-lg-12 p-0 allcentered pl-md-3 pr-md-3 ',
|
|
35602
35568
|
style: {
|
|
35603
35569
|
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
35604
35570
|
marginBottom: sectionproperties.sectionTitleMarginBottom + 'px',
|