tabexseriescomponents 0.0.246 → 0.0.248
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 +310 -290
- package/dist/index.esm.js +309 -290
- package/dist/index.umd.js +313 -294
- package/package.json +2 -1
- package/src-components.zip +0 -0
- package/src.zip +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -59,6 +59,7 @@ var HiUser = require('@react-icons/all-files/hi/HiUser');
|
|
|
59
59
|
var GrMail = require('@react-icons/all-files/gr/GrMail');
|
|
60
60
|
var FiCheckCircle = require('@react-icons/all-files/fi/FiCheckCircle');
|
|
61
61
|
var BiPhone = require('@react-icons/all-files/bi/BiPhone');
|
|
62
|
+
var PhoneInput = require('react-phone-input-2');
|
|
62
63
|
var reactAccessibleAccordion = require('react-accessible-accordion');
|
|
63
64
|
var BsChevronLeft = require('@react-icons/all-files/bs/BsChevronLeft');
|
|
64
65
|
var BsChevronRight = require('@react-icons/all-files/bs/BsChevronRight');
|
|
@@ -164,6 +165,7 @@ var FacebookLogin__default = /*#__PURE__*/_interopDefaultLegacy(FacebookLogin);
|
|
|
164
165
|
var ImageGallery__default = /*#__PURE__*/_interopDefaultLegacy(ImageGallery);
|
|
165
166
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
|
166
167
|
var TextareaAutosize__default = /*#__PURE__*/_interopDefaultLegacy(TextareaAutosize);
|
|
168
|
+
var PhoneInput__default = /*#__PURE__*/_interopDefaultLegacy(PhoneInput);
|
|
167
169
|
var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
|
|
168
170
|
var ReactPaginate__default = /*#__PURE__*/_interopDefaultLegacy(ReactPaginate);
|
|
169
171
|
var Select__default = /*#__PURE__*/_interopDefaultLegacy(Select$2);
|
|
@@ -496,9 +498,9 @@ function styleInject(css, ref) {
|
|
|
496
498
|
}
|
|
497
499
|
}
|
|
498
500
|
|
|
499
|
-
var css_248z$
|
|
501
|
+
var css_248z$L = ".login-module_login_input_icon__hETpJ {\n font-size: 15px;\n color: #999999;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n position: absolute;\n border-radius: 25px;\n bottom: 10px;\n left: 0;\n padding-left: 15px;\n pointer-events: none;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n}\n.login-module_login_input_icontrans__8whFD{\n font-size: 15px;\n color: #999999;\n display: -webkit-box;\n display: -webkit-flex;\n display: -moz-box;\n display: -ms-flexbox;\n display: flex;\n align-items: center;\n position: absolute;\n border-radius: 25px;\n bottom: 10px;\n right: 5;\n pointer-events: none;\n -webkit-transition: all 0.4s;\n -o-transition: all 0.4s;\n -moz-transition: all 0.4s;\n transition: all 0.4s;\n\n}\n.login-module_form_control__-41tV:focus + .login-module_login_input_icontrans__8whFD {\n /* padding-right: 10px; */\n}\n@media screen and (max-width: 500px) {\n .login-module_login_input_icon__hETpJ {\n padding-left: 0 !important;\n }\n .login-module_rightContainer__Nt9tD {\n border-radius: 0 0 15px 15px !important;\n }\n .login-module_leftcontainer__Rlat- {\n border-radius: 15px 15px 0 0 !important;\n }\n}\n.login-module_form_control__-41tV:focus {\n -webkit-animation: login-module_anim-shadow__4SiKH 0.5s ease-in-out forwards;\n animation: login-module_anim-shadow__4SiKH 0.5s ease-in-out forwards;\n}\n.login-module_form_control__-41tV:focus + .login-module_login_input_icon__hETpJ {\n /* padding-left: 20px; */\n}\n\n/* Forms */\n@media screen and (prefers-reduced-motion: reduce) {\n .login-module_form_control__-41tV {\n transition: none;\n }\n}\n.login-module_form_control__-41tV::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n.login-module_form_control__-41tV:focus {\n outline: 0;\n}\n.login-module_form_control__-41tV::placeholder {\n opacity: 1;\n}\n.login-module_form_control__-41tV:disabled,\n.login-module_form_control__-41tV[readonly] {\n opacity: 1;\n cursor: not-allowed;\n}\ntextarea.login-module_form_control__-41tV {\n height: auto;\n}\n.login-module_form_control__-41tV:focus {\n transition-duration: 0.3s;\n box-shadow: none;\n}\n.login-module_form_control__-41tV::-moz-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.login-module_form_control__-41tV:-ms-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.login-module_form_control__-41tV::-webkit-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.login-module_form_control_border_none__dkr-m {\n background-image: none;\n}\n.login-module_form_control__-41tV.login-module_disabled__fUlAg,\n.login-module_form_control__-41tV:disabled,\n.login-module_form_control__-41tV[disabled] {\n cursor: not-allowed;\n}\n";
|
|
500
502
|
var loginstyles$1 = {"login_input_icon":"login-module_login_input_icon__hETpJ","login_input_icontrans":"login-module_login_input_icontrans__8whFD","form_control":"login-module_form_control__-41tV","rightContainer":"login-module_rightContainer__Nt9tD","leftcontainer":"login-module_leftcontainer__Rlat-","anim-shadow":"login-module_anim-shadow__4SiKH","form_control_border_none":"login-module_form_control_border_none__dkr-m","disabled":"login-module_disabled__fUlAg"};
|
|
501
|
-
styleInject(css_248z$
|
|
503
|
+
styleInject(css_248z$L);
|
|
502
504
|
|
|
503
505
|
var GoogleLoginButton = function GoogleLoginButton(props) {
|
|
504
506
|
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4;
|
|
@@ -527,9 +529,9 @@ var GoogleLoginButton = function GoogleLoginButton(props) {
|
|
|
527
529
|
})))));
|
|
528
530
|
};
|
|
529
531
|
|
|
530
|
-
var css_248z$L = "@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_wrap2__NHS-l {\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_search_modern__Emxk4 .general-module_search_wrap2__NHS-l .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";
|
|
532
|
+
var css_248z$K = "@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_wrap2__NHS-l {\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_search_modern__Emxk4 .general-module_search_wrap2__NHS-l .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";
|
|
531
533
|
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_wrap2":"general-module_search_wrap2__NHS-l","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"};
|
|
532
|
-
styleInject(css_248z$
|
|
534
|
+
styleInject(css_248z$K);
|
|
533
535
|
|
|
534
536
|
var FacebookLoginButton = function FacebookLoginButton(props) {
|
|
535
537
|
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4;
|
|
@@ -692,7 +694,8 @@ var Login = function Login(props) {
|
|
|
692
694
|
color: sectionproperties.form_labelcolor,
|
|
693
695
|
textTransform: sectionproperties.form_labeltexttransform,
|
|
694
696
|
fontWeight: sectionproperties.form_labelfontweight,
|
|
695
|
-
fontSize: sectionproperties.form_labelfontsize + 'px'
|
|
697
|
+
fontSize: sectionproperties.form_labelfontsize + 'px',
|
|
698
|
+
marginBottom: sectionproperties.inputfieldbordertype == 'All' ? 10 : 0
|
|
696
699
|
}),
|
|
697
700
|
signupbtn: glamor.css({
|
|
698
701
|
background: sectionproperties.signup_btnbgcolortransparent == 'Transparent' ? 'transparent' : sectionproperties.signup_btnbgcolor,
|
|
@@ -703,29 +706,62 @@ var Login = function Login(props) {
|
|
|
703
706
|
fontSize: sectionproperties.signup_btn_fontSize + 'px',
|
|
704
707
|
textTransform: sectionproperties.signup_btn_texttransform,
|
|
705
708
|
fontWeight: sectionproperties.signup_btn_fontweight,
|
|
706
|
-
|
|
707
|
-
border: sectionproperties.signup_btn_borderwidth + 'px solid ' + sectionproperties.signup_btn_bordercolor,
|
|
708
|
-
opacity: sectionproperties.signup_btn_opacity,
|
|
709
|
+
border: sectionproperties.signup_btn_borderwidth + 'px solid ' + sectionproperties.signupbtn_bordercolor,
|
|
709
710
|
transition: '.3s',
|
|
710
711
|
':hover': {
|
|
711
712
|
color: sectionproperties.signup_btn_coloronhover,
|
|
712
|
-
|
|
713
|
-
|
|
713
|
+
borderColor: sectionproperties.signup_btn_coloronhover,
|
|
714
|
+
background: sectionproperties.signup_btnbgcoloroonhover
|
|
714
715
|
}
|
|
715
716
|
}),
|
|
716
717
|
form_control: glamor.css((_css = {
|
|
717
718
|
position: 'relative',
|
|
718
719
|
display: 'flex',
|
|
719
|
-
alignItems: 'center'
|
|
720
|
-
|
|
721
|
-
}, _defineProperty__default["default"](_css, "display", 'block'), _defineProperty__default["default"](_css, "width", '100%'), _defineProperty__default["default"](_css, "height", '35px'), _defineProperty__default["default"](_css, "padding", '0 30px'), _defineProperty__default["default"](_css, "transition", '.3s'), _defineProperty__default["default"](_css, "fontWeight", 500), _defineProperty__default["default"](_css, "background", 'transparent'), _defineProperty__default["default"](_css, ':focus', {
|
|
720
|
+
alignItems: 'center'
|
|
721
|
+
}, _defineProperty__default["default"](_css, "display", 'block'), _defineProperty__default["default"](_css, "width", '100%'), _defineProperty__default["default"](_css, "height", '35px'), _defineProperty__default["default"](_css, "padding", '0 30px'), _defineProperty__default["default"](_css, "transition", '.3s'), _defineProperty__default["default"](_css, "fontWeight", 500), _defineProperty__default["default"](_css, "border", sectionproperties.inputfieldbordertype == 'All' ? sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor : 0), _defineProperty__default["default"](_css, "borderBottom", sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor), _defineProperty__default["default"](_css, "borderRadius", sectionproperties.inputfieldborderradius + 'px'), _defineProperty__default["default"](_css, "height", sectionproperties.inputfieldheight + 'px'), _defineProperty__default["default"](_css, "background", sectionproperties.input_bgcolor), _defineProperty__default["default"](_css, "color", sectionproperties.inputfieldcolor), _defineProperty__default["default"](_css, ':focus', {
|
|
722
722
|
borderColor: sectionproperties.inputfeildbordercoloronfocus
|
|
723
723
|
}), _defineProperty__default["default"](_css, ':focus .login_input_icon', {
|
|
724
724
|
color: sectionproperties.inputfeildbordercoloronfocus
|
|
725
725
|
}), _css))
|
|
726
726
|
};
|
|
727
|
+
var RightContainerContent = function RightContainerContent() {
|
|
728
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
729
|
+
className: "row m-0 w-100"
|
|
730
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
731
|
+
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-md-2"
|
|
732
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
733
|
+
className: " ".concat(loginstyles$1.rightContainerText),
|
|
734
|
+
style: {
|
|
735
|
+
color: sectionproperties.formRightTextColor1,
|
|
736
|
+
fontSize: sectionproperties.formRightTextFontSize1 + 'px',
|
|
737
|
+
fontWeight: sectionproperties.formRightTextFontWeight1,
|
|
738
|
+
marginBottom: sectionproperties.formRightTextMarginBottom1 + 'px'
|
|
739
|
+
}
|
|
740
|
+
}, langdetect == 'en' ? sectionproperties.formRightText1 : sectionproperties.formRightText1_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
741
|
+
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-md-2"
|
|
742
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
743
|
+
className: " ".concat(loginstyles$1.rightContainerText),
|
|
744
|
+
style: {
|
|
745
|
+
color: sectionproperties.formRightTextColor2,
|
|
746
|
+
fontSize: sectionproperties.formRightTextFontSize2 + 'px',
|
|
747
|
+
fontWeight: sectionproperties.formRightTextFontWeight2,
|
|
748
|
+
marginBottom: sectionproperties.formRightTextMarginBottom2 + 'px'
|
|
749
|
+
}
|
|
750
|
+
}, langdetect == 'en' ? sectionproperties.formRightText2 : sectionproperties.formRightText2_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
751
|
+
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center"
|
|
752
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
753
|
+
className: "".concat(loginstyles2.signupbtn, " ") + ' pl-4 pr-4 ',
|
|
754
|
+
onClick: function onClick() {
|
|
755
|
+
routingcountext(StaticPagesLinksContext.Signup);
|
|
756
|
+
}
|
|
757
|
+
}, lang.signup)));
|
|
758
|
+
};
|
|
727
759
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
728
|
-
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3
|
|
760
|
+
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3 pb-5",
|
|
761
|
+
style: {
|
|
762
|
+
background: sectionproperties.backgroundColor,
|
|
763
|
+
marginBottom: sectionproperties.marginBottom + 'px'
|
|
764
|
+
}
|
|
729
765
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
730
766
|
className: 'row m-0 w-100 pl-5 pr-5 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 p-sm-0'
|
|
731
767
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -748,8 +784,8 @@ var Login = function Login(props) {
|
|
|
748
784
|
className: ' col-lg-10 col-md-12 col-sm-12 p-sm-0 '
|
|
749
785
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
750
786
|
className: " row m-0 w-100 "
|
|
751
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
752
|
-
className: "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ',
|
|
787
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
788
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ' : "".concat(loginstyles$1.leftcontainer) + ' col-lg-6 mx-auto col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch p-0 ',
|
|
753
789
|
style: {
|
|
754
790
|
background: sectionproperties.formLeftbgColor,
|
|
755
791
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.formLeft_bordertoprightradius + 'px' : sectionproperties.formLeft_bordertopleftradius + 'px',
|
|
@@ -758,11 +794,15 @@ var Login = function Login(props) {
|
|
|
758
794
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.formLeft_borderbottomleftadius + 'px' : sectionproperties.formLeft_borderbottomrightadius + 'px'
|
|
759
795
|
}
|
|
760
796
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
761
|
-
|
|
797
|
+
"class": "row m-0 w-100"
|
|
798
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
799
|
+
"class": "col-lg-12 p-0"
|
|
800
|
+
}, /*#__PURE__*/React__default["default"].createElement("form", {
|
|
801
|
+
"class": "row m-0 w-100 d-flex p-2 pl-sm-3 pr-sm-3"
|
|
762
802
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
763
803
|
className: "col-lg-12 col-md-12 col-sm-12 mb-5 p-sm-0"
|
|
764
804
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
765
|
-
className: "".concat(loginstyles2.logininputLabel) + '
|
|
805
|
+
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
766
806
|
}, langdetect == 'en' ? 'E-mail or Phone number' : 'البريد الإلكترونى او رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
767
807
|
type: "text",
|
|
768
808
|
className: "".concat(loginstyles2.form_control),
|
|
@@ -784,7 +824,7 @@ var Login = function Login(props) {
|
|
|
784
824
|
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
785
825
|
className: "col-lg-12 col-md-12 col-sm-12 p-sm-0"
|
|
786
826
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
787
|
-
className: "".concat(loginstyles2.logininputLabel) + '
|
|
827
|
+
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
788
828
|
}, langdetect == 'en' ? 'Password' : 'كلمة السر'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
789
829
|
className: "".concat(loginstyles$1.form_control, " ").concat(loginstyles2.form_control),
|
|
790
830
|
type: "password",
|
|
@@ -798,7 +838,7 @@ var Login = function Login(props) {
|
|
|
798
838
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
799
839
|
className: langdetect == 'en' ? loginstyles$1.login_input_icon : loginstyles$1.login_input_icontrans
|
|
800
840
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
801
|
-
className: "
|
|
841
|
+
className: "fa fa-at h-100 d-flex align-items-center justify-content-center ml-1"
|
|
802
842
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
803
843
|
className: "col-lg-12 col-md-12 col-sm-12 mb-3 d-flex justify-content-end mt-1 cursor-pointer text-light text-lighthover font-13 ",
|
|
804
844
|
onClick: function onClick() {
|
|
@@ -847,7 +887,9 @@ var Login = function Login(props) {
|
|
|
847
887
|
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center"
|
|
848
888
|
}, /*#__PURE__*/React__default["default"].createElement(GoogleLoginButton, {
|
|
849
889
|
actions: actions
|
|
850
|
-
})))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
890
|
+
})))), sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
891
|
+
className: ' col-lg-12 col-md-12 col-sm-12 allcentered p-0 '
|
|
892
|
+
}, RightContainerContent()))), sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
851
893
|
className: ' col-lg-6 col-md-12 col-sm-12 d-flex align-items-stretch p-0 '
|
|
852
894
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
853
895
|
className: "".concat(loginstyles$1.rightContainer) + ' p-2 row m-0 w-100 d-flex align-items-center justify-content-center pt-md-4 pb-md-4 ',
|
|
@@ -858,36 +900,7 @@ var Login = function Login(props) {
|
|
|
858
900
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.formRight_borderbottomrightadius + 'px' : sectionproperties.formRight_borderbottomleftadius + 'px',
|
|
859
901
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.formRight_borderbottomleftadius + 'px' : sectionproperties.formRight_borderbottomrightadius + 'px'
|
|
860
902
|
}
|
|
861
|
-
}, /*#__PURE__*/React__default["default"].createElement("
|
|
862
|
-
className: "row m-0 w-100"
|
|
863
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
864
|
-
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-md-2"
|
|
865
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
866
|
-
className: " ".concat(loginstyles$1.rightContainerText),
|
|
867
|
-
style: {
|
|
868
|
-
color: sectionproperties.formRightTextColor1,
|
|
869
|
-
fontSize: sectionproperties.formRightTextFontSize1 + 'px',
|
|
870
|
-
fontWeight: sectionproperties.formRightTextFontWeight1,
|
|
871
|
-
marginBottom: sectionproperties.formRightTextMarginBottom1 + 'px'
|
|
872
|
-
}
|
|
873
|
-
}, langdetect == 'en' ? sectionproperties.formRightText1 : sectionproperties.formRightText1_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
874
|
-
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-md-2"
|
|
875
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
876
|
-
className: " ".concat(loginstyles$1.rightContainerText),
|
|
877
|
-
style: {
|
|
878
|
-
color: sectionproperties.formRightTextColor2,
|
|
879
|
-
fontSize: sectionproperties.formRightTextFontSize2 + 'px',
|
|
880
|
-
fontWeight: sectionproperties.formRightTextFontWeight2,
|
|
881
|
-
marginBottom: sectionproperties.formRightTextMarginBottom2 + 'px'
|
|
882
|
-
}
|
|
883
|
-
}, langdetect == 'en' ? sectionproperties.formRightText2 : sectionproperties.formRightText2_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
884
|
-
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center"
|
|
885
|
-
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
886
|
-
className: "".concat(loginstyles2.signupbtn, " ") + ' pl-4 pr-4 ',
|
|
887
|
-
onClick: function onClick() {
|
|
888
|
-
routingcountext(StaticPagesLinksContext.Signup);
|
|
889
|
-
}
|
|
890
|
-
}, lang.signup)))))))), /*#__PURE__*/React__default["default"].createElement("form", {
|
|
903
|
+
}, RightContainerContent()))))), /*#__PURE__*/React__default["default"].createElement("form", {
|
|
891
904
|
method: "POST",
|
|
892
905
|
action: '/surfer/login',
|
|
893
906
|
className: "",
|
|
@@ -947,7 +960,7 @@ var Login = function Login(props) {
|
|
|
947
960
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
948
961
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
949
962
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
950
|
-
className: "".concat(loginstyles2.logininputLabel) + '
|
|
963
|
+
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
951
964
|
}, langdetect == 'en' ? 'E-mail' : 'البريد الإلكترونى'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
952
965
|
type: "text",
|
|
953
966
|
className: "".concat(loginstyles2.form_control),
|
|
@@ -967,7 +980,7 @@ var Login = function Login(props) {
|
|
|
967
980
|
})))), forgetpasswordstage == 'verify' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
968
981
|
className: "col-lg-12 col-md-12 col-sm-12 mb-3 mt-3 p-sm-0"
|
|
969
982
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
970
|
-
className: "".concat(loginstyles2.logininputLabel) + '
|
|
983
|
+
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
971
984
|
}, langdetect == 'en' ? 'Code' : ' كود البريد الاكتروني'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
972
985
|
type: "text",
|
|
973
986
|
className: "".concat(loginstyles2.form_control),
|
|
@@ -980,7 +993,7 @@ var Login = function Login(props) {
|
|
|
980
993
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
981
994
|
className: "col-lg-12 col-md-12 col-sm-12 mb-3 p-sm-0"
|
|
982
995
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
983
|
-
className: "".concat(loginstyles2.logininputLabel) + '
|
|
996
|
+
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
984
997
|
}, lang.password), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
985
998
|
type: "password",
|
|
986
999
|
className: "".concat(loginstyles2.form_control),
|
|
@@ -993,7 +1006,7 @@ var Login = function Login(props) {
|
|
|
993
1006
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
994
1007
|
className: "col-lg-12 col-md-12 col-sm-12 mb-2 p-sm-0"
|
|
995
1008
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
996
|
-
className: "".concat(loginstyles2.logininputLabel) + '
|
|
1009
|
+
className: "".concat(loginstyles2.logininputLabel) + ' text-transform-none d-flex justify-content-start '
|
|
997
1010
|
}, lang.confirmpassword), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
998
1011
|
type: "password",
|
|
999
1012
|
className: "".concat(loginstyles2.form_control),
|
|
@@ -1050,13 +1063,13 @@ var Login = function Login(props) {
|
|
|
1050
1063
|
}, forgetpasswordstage == 'verify' ? langdetect == 'en' ? 'Reset password' : 'إعادة تعيين كلمة المرور' : langdetect == 'en' ? 'Send verification code' : 'أرسل رمز التحقق'))))));
|
|
1051
1064
|
};
|
|
1052
1065
|
|
|
1053
|
-
var css_248z$
|
|
1066
|
+
var css_248z$J = ".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.05);\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";
|
|
1054
1067
|
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"};
|
|
1055
|
-
styleInject(css_248z$K);
|
|
1056
|
-
|
|
1057
|
-
var css_248z$J = ".image-gallery_image-gallery-icon__WE2UX {\n\tcolor: #fff;\n\ttransition: all .3s ease-out;\n\tappearance: none;\n\tbackground-color: transparent;\n\tborder: 0;\n\tcursor: pointer;\n\toutline: none;\n\tposition: absolute;\n\tz-index: 4;\n display: none !important;\n\t/* filter: drop-shadow(0 2px 2px #1a1a1a); */\n}\n\n@media(hover: hover)and (pointer: fine) {\n\t.image-gallery_image-gallery-icon__WE2UX:hover {\n\t\tcolor: var(--secondary)\n\t}\n\n\t.image-gallery_image-gallery-icon__WE2UX:hover .image-gallery_image-gallery-svg__XloJd {\n\t\ttransform: scale(1.1)\n\t}\n}\n\n.image-gallery_image-gallery-icon__WE2UX:focus {\n\toutline: 2px solid #000\n}\n\n.image-gallery_image-gallery-using-mouse__lBKAU .image-gallery_image-gallery-icon__WE2UX:focus {\n\toutline: none\n}\n\n.image-gallery_image-gallery-fullscreen-button__xyF3z,\n.image-gallery_image-gallery-play-button__2AS3J {\n\tbottom: 0;\n\tpadding: 20px\n}\n\n.image-gallery_image-gallery-fullscreen-button__xyF3z .image-gallery_image-gallery-svg__XloJd,\n.image-gallery_image-gallery-play-button__2AS3J .image-gallery_image-gallery-svg__XloJd {\n\theight: 28px;\n\twidth: 28px\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z,\n\t.image-gallery_image-gallery-play-button__2AS3J {\n\t\tpadding: 15px\n\t}\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-play-button__2AS3J .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 24px;\n\t\twidth: 24px\n\t}\n}\n\n@media(max-width: 480px) {\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z,\n\t.image-gallery_image-gallery-play-button__2AS3J {\n\t\tpadding: 10px\n\t}\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-play-button__2AS3J .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 16px;\n\t\twidth: 16px\n\t}\n}\n\n.image-gallery_image-gallery-fullscreen-button__xyF3z {\n\tright: 0\n}\n\n.image-gallery_image-gallery-play-button__2AS3J {\n\tleft: 0\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk,\n.image-gallery_image-gallery-right-nav__53hut {\n\tpadding: 50px 10px;\n\ttop: 50%;\n\ttransform: translateY(-50%)\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk .image-gallery_image-gallery-svg__XloJd,\n.image-gallery_image-gallery-right-nav__53hut .image-gallery_image-gallery-svg__XloJd {\n\theight: 120px;\n\twidth: 60px\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-left-nav__BmHmk .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-right-nav__53hut .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 72px;\n\t\twidth: 36px\n\t}\n}\n\n@media(max-width: 480px) {\n\n\t.image-gallery_image-gallery-left-nav__BmHmk .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-right-nav__53hut .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 48px;\n\t\twidth: 24px\n\t}\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk[disabled],\n.image-gallery_image-gallery-right-nav__53hut[disabled] {\n\tcursor: disabled;\n\topacity: .6;\n\tpointer-events: none\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk {\n\tleft: 0\n}\n\n.image-gallery_image-gallery-right-nav__53hut {\n\tright: 0\n}\n\n.image-gallery_image-gallery__FfPQj {\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\t-o-user-select: none;\n\tuser-select: none;\n\t-webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n\tposition: relative\n}\n\n.image-gallery_image-gallery__FfPQj.image-gallery_fullscreen-modal__KM6Xw {\n\tbackground: #000;\n\tbottom: 0;\n\theight: 100%;\n\tleft: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\twidth: 100%;\n\tz-index: 5\n}\n\n.image-gallery_image-gallery__FfPQj.image-gallery_fullscreen-modal__KM6Xw .image-gallery_image-gallery-content__kMTBU {\n\ttop: 50%;\n\ttransform: translateY(-50%)\n}\n\n.image-gallery_image-gallery-content__kMTBU {\n\tposition: relative;\n\tline-height: 0;\n\ttop: 0\n}\n\n.image-gallery_image-gallery-content__kMTBU.image-gallery_fullscreen__VMCyX {\n\tbackground: #000\n}\n\n.image-gallery_image-gallery-content__kMTBU .image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh {\n\tmax-height: 50vh !important;\n}\n\n.image-gallery_image-gallery-content__kMTBU.image-gallery_left__K0NWU .image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh,\n.image-gallery_image-gallery-content__kMTBU.image-gallery_right__PlchD .image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh {\n\tmax-height: 100vh\n}\n\n.image-gallery_image-gallery-slide-wrapper__gdmSf {\n\tposition: relative\n}\n\n.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_left__K0NWU,\n.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_right__PlchD {\n\tdisplay: inline-block;\n\twidth: calc(100% - 110px)\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_left__K0NWU,\n\t.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_right__PlchD {\n\t\twidth: calc(100% - 87px)\n\t}\n}\n\n.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_image-gallery-rtl__jhrNg {\n\tdirection: rtl\n}\n\n.image-gallery_image-gallery-slides__cWfmF {\n\tline-height: 0;\n\toverflow: hidden;\n\tposition: relative;\n\twhite-space: nowrap;\n\ttext-align: center\n}\n\n.image-gallery_image-gallery-slide__2BfHc {\n\tleft: 0;\n\tposition: absolute;\n\ttop: 0;\n\twidth: 100%\n}\n\n.image-gallery_image-gallery-slide__2BfHc.image-gallery_center__1gH-w {\n\tposition: relative\n}\n\n.image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh {\n\twidth: 100%;\n\tobject-fit: contain\n}\n\n.image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-description__l1rZM {\n\tbackground: rgba(0, 0, 0, .4);\n\tbottom: 70px;\n\tcolor: #fff;\n\tleft: 0;\n\tline-height: 1;\n\tpadding: 10px 20px;\n\tposition: absolute;\n\twhite-space: normal\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-description__l1rZM {\n\t\tbottom: 45px;\n\t\tfont-size: .8em;\n\t\tpadding: 8px 15px\n\t}\n}\n\n.image-gallery_image-gallery-bullets__CEQBy {\n\tbottom: 20px;\n\tleft: 0;\n\tmargin: 0 auto;\n\tposition: absolute;\n\tright: 0;\n\twidth: 80%;\n\tz-index: 4\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullets-container__BXDlg {\n\tmargin: 0;\n\tpadding: 0;\n\ttext-align: center\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG {\n\tappearance: none;\n\tbackground-color: transparent;\n\tborder: 1px solid #fff;\n\tborder-radius: 50%;\n\tbox-shadow: 0 2px 2px #1a1a1a;\n\tcursor: pointer;\n\tdisplay: inline-block;\n\tmargin: 0 5px;\n\toutline: none;\n\tpadding: 5px;\n\ttransition: all .2s ease-out\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG {\n\t\tmargin: 0 3px;\n\t\tpadding: 3px\n\t}\n}\n\n@media(max-width: 480px) {\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG {\n\t\tpadding: 2.7px\n\t}\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG:focus {\n\ttransform: scale(1.2);\n\tbackground: #000;\n\tborder: 1px solid #000\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG.image-gallery_active__B2qrR {\n\ttransform: scale(1.2);\n\tborder: 1px solid #fff;\n\tbackground: #fff\n}\n\n@media(hover: hover)and (pointer: fine) {\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG:hover {\n\t\tbackground: #000;\n\t\tborder: 1px solid #000\n\t}\n\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG.image-gallery_active__B2qrR:hover {\n\t\tbackground: #000\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv- {\n\tposition: relative\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_thumbnails-swipe-horizontal__5-5qp {\n\ttouch-action: pan-y\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_thumbnails-swipe-vertical__-NAhb {\n\ttouch-action: pan-x\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_thumbnails-wrapper-rtl__Ya5gz {\n\tdirection: rtl\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\twidth: 100px;\n\theight: 100px !important;\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\t\twidth: 81px\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU .image-gallery_image-gallery-thumbnails__1BFBn,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD .image-gallery_image-gallery-thumbnails__1BFBn {\n\theight: 100%;\n\twidth: 100%;\n\tleft: 0;\n\tpadding: 0;\n\tposition: absolute;\n\ttop: 0\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF {\n\tdisplay: block;\n\tmargin-right: 0;\n\tpadding: 0\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF+.image-gallery_image-gallery-thumbnail__EKbDF,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF+.image-gallery_image-gallery-thumbnail__EKbDF {\n\tmargin-left: 0;\n\tmargin-top: 2px\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\tmargin: 0 5px\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\t\tmargin: 0 3px\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails__1BFBn {\n\toverflow: hidden;\n\tpadding: 5px 0\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnails__1BFBn {\n\t\tpadding: 3px 0\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnails-container__Z3mr8 {\n\tcursor: pointer;\n\ttext-align: center;\n\twhite-space: nowrap\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF {\n\tdisplay: inline-block;\n\tborder: 2px solid transparent;\n\ttransition: border .3s ease-out;\n\twidth: 10vh;\n\tbackground: transparent;\n\tpadding: 0\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnail__EKbDF {\n\t\tborder: 3px solid transparent;\n\t\twidth: 81px\n\t}\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF+.image-gallery_image-gallery-thumbnail__EKbDF {\n\tmargin-left: 2px\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF .image-gallery_image-gallery-thumbnail-inner__4F4ry {\n\tdisplay: block;\n\tposition: relative\n}\n.image-gallery_image-gallery-thumbnail__EKbDF{\n\twidth: 10vh;\n\theight: 7vh;\n\toverflow: hidden;\n}\n.image-gallery_image-gallery-thumbnail__EKbDF .image-gallery_image-gallery-thumbnail-image__Oi9qX {\n\twidth: 100%;\n height:100%;\n\tline-height: 0;\n object-fit: contain;\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF.image-gallery_active__B2qrR,\n.image-gallery_image-gallery-thumbnail__EKbDF:focus {\n\toutline: none;\n\tborder: 2px solid var(--light);\n}\n@media(hover: hover)and (pointer: fine) {\n\t.image-gallery_image-gallery-thumbnail__EKbDF:hover {\n\t\toutline: none;\n\t\tborder: 2px solid var(--light)\n\t}\n}\n\n@media(hover: hover)and (pointer: fine)and (max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnail__EKbDF:hover {\n\t\tborder: 2px solid var(--primary)\n\t}\n}\n\n.image-gallery_image-gallery-thumbnail-label__4Xph8 {\n\tbox-sizing: border-box;\n\tcolor: #fff;\n\tfont-size: 1em;\n\tleft: 0;\n\tline-height: 1em;\n\tpadding: 5%;\n\tposition: absolute;\n\ttop: 50%;\n\ttext-shadow: 0 2px 2px #1a1a1a;\n\ttransform: translateY(-50%);\n\twhite-space: normal;\n\twidth: 100%\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnail-label__4Xph8 {\n\t\tfont-size: .8em;\n\t\tline-height: .8em\n\t}\n}\n\n.image-gallery_image-gallery-index__DbRoC {\n\tbackground: rgba(0, 0, 0, .4);\n\tcolor: #fff;\n\tline-height: 1;\n\tpadding: 10px 20px;\n\tposition: absolute;\n\tright: 0;\n\ttop: 0;\n\tz-index: 4\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-index__DbRoC {\n\t\tfont-size: .8em;\n\t\tpadding: 5px 10px\n\t}\n}";
|
|
1058
1068
|
styleInject(css_248z$J);
|
|
1059
1069
|
|
|
1070
|
+
var css_248z$I = ".image-gallery_image-gallery-icon__WE2UX {\n\tcolor: #fff;\n\ttransition: all .3s ease-out;\n\tappearance: none;\n\tbackground-color: transparent;\n\tborder: 0;\n\tcursor: pointer;\n\toutline: none;\n\tposition: absolute;\n\tz-index: 4;\n display: none !important;\n\t/* filter: drop-shadow(0 2px 2px #1a1a1a); */\n}\n\n@media(hover: hover)and (pointer: fine) {\n\t.image-gallery_image-gallery-icon__WE2UX:hover {\n\t\tcolor: var(--secondary)\n\t}\n\n\t.image-gallery_image-gallery-icon__WE2UX:hover .image-gallery_image-gallery-svg__XloJd {\n\t\ttransform: scale(1.1)\n\t}\n}\n\n.image-gallery_image-gallery-icon__WE2UX:focus {\n\toutline: 2px solid #000\n}\n\n.image-gallery_image-gallery-using-mouse__lBKAU .image-gallery_image-gallery-icon__WE2UX:focus {\n\toutline: none\n}\n\n.image-gallery_image-gallery-fullscreen-button__xyF3z,\n.image-gallery_image-gallery-play-button__2AS3J {\n\tbottom: 0;\n\tpadding: 20px\n}\n\n.image-gallery_image-gallery-fullscreen-button__xyF3z .image-gallery_image-gallery-svg__XloJd,\n.image-gallery_image-gallery-play-button__2AS3J .image-gallery_image-gallery-svg__XloJd {\n\theight: 28px;\n\twidth: 28px\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z,\n\t.image-gallery_image-gallery-play-button__2AS3J {\n\t\tpadding: 15px\n\t}\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-play-button__2AS3J .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 24px;\n\t\twidth: 24px\n\t}\n}\n\n@media(max-width: 480px) {\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z,\n\t.image-gallery_image-gallery-play-button__2AS3J {\n\t\tpadding: 10px\n\t}\n\n\t.image-gallery_image-gallery-fullscreen-button__xyF3z .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-play-button__2AS3J .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 16px;\n\t\twidth: 16px\n\t}\n}\n\n.image-gallery_image-gallery-fullscreen-button__xyF3z {\n\tright: 0\n}\n\n.image-gallery_image-gallery-play-button__2AS3J {\n\tleft: 0\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk,\n.image-gallery_image-gallery-right-nav__53hut {\n\tpadding: 50px 10px;\n\ttop: 50%;\n\ttransform: translateY(-50%)\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk .image-gallery_image-gallery-svg__XloJd,\n.image-gallery_image-gallery-right-nav__53hut .image-gallery_image-gallery-svg__XloJd {\n\theight: 120px;\n\twidth: 60px\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-left-nav__BmHmk .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-right-nav__53hut .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 72px;\n\t\twidth: 36px\n\t}\n}\n\n@media(max-width: 480px) {\n\n\t.image-gallery_image-gallery-left-nav__BmHmk .image-gallery_image-gallery-svg__XloJd,\n\t.image-gallery_image-gallery-right-nav__53hut .image-gallery_image-gallery-svg__XloJd {\n\t\theight: 48px;\n\t\twidth: 24px\n\t}\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk[disabled],\n.image-gallery_image-gallery-right-nav__53hut[disabled] {\n\tcursor: disabled;\n\topacity: .6;\n\tpointer-events: none\n}\n\n.image-gallery_image-gallery-left-nav__BmHmk {\n\tleft: 0\n}\n\n.image-gallery_image-gallery-right-nav__53hut {\n\tright: 0\n}\n\n.image-gallery_image-gallery__FfPQj {\n\t-webkit-user-select: none;\n\t-moz-user-select: none;\n\t-ms-user-select: none;\n\t-o-user-select: none;\n\tuser-select: none;\n\t-webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n\tposition: relative\n}\n\n.image-gallery_image-gallery__FfPQj.image-gallery_fullscreen-modal__KM6Xw {\n\tbackground: #000;\n\tbottom: 0;\n\theight: 100%;\n\tleft: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\twidth: 100%;\n\tz-index: 5\n}\n\n.image-gallery_image-gallery__FfPQj.image-gallery_fullscreen-modal__KM6Xw .image-gallery_image-gallery-content__kMTBU {\n\ttop: 50%;\n\ttransform: translateY(-50%)\n}\n\n.image-gallery_image-gallery-content__kMTBU {\n\tposition: relative;\n\tline-height: 0;\n\ttop: 0\n}\n\n.image-gallery_image-gallery-content__kMTBU.image-gallery_fullscreen__VMCyX {\n\tbackground: #000\n}\n\n.image-gallery_image-gallery-content__kMTBU .image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh {\n\tmax-height: 50vh !important;\n}\n\n.image-gallery_image-gallery-content__kMTBU.image-gallery_left__K0NWU .image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh,\n.image-gallery_image-gallery-content__kMTBU.image-gallery_right__PlchD .image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh {\n\tmax-height: 100vh\n}\n\n.image-gallery_image-gallery-slide-wrapper__gdmSf {\n\tposition: relative\n}\n\n.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_left__K0NWU,\n.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_right__PlchD {\n\tdisplay: inline-block;\n\twidth: calc(100% - 110px)\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_left__K0NWU,\n\t.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_right__PlchD {\n\t\twidth: calc(100% - 87px)\n\t}\n}\n\n.image-gallery_image-gallery-slide-wrapper__gdmSf.image-gallery_image-gallery-rtl__jhrNg {\n\tdirection: rtl\n}\n\n.image-gallery_image-gallery-slides__cWfmF {\n\tline-height: 0;\n\toverflow: hidden;\n\tposition: relative;\n\twhite-space: nowrap;\n\ttext-align: center\n}\n\n.image-gallery_image-gallery-slide__2BfHc {\n\tleft: 0;\n\tposition: absolute;\n\ttop: 0;\n\twidth: 100%\n}\n\n.image-gallery_image-gallery-slide__2BfHc.image-gallery_center__1gH-w {\n\tposition: relative\n}\n\n.image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-image__pCNKh {\n\twidth: 100%;\n\tobject-fit: contain\n}\n\n.image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-description__l1rZM {\n\tbackground: rgba(0, 0, 0, .4);\n\tbottom: 70px;\n\tcolor: #fff;\n\tleft: 0;\n\tline-height: 1;\n\tpadding: 10px 20px;\n\tposition: absolute;\n\twhite-space: normal\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-slide__2BfHc .image-gallery_image-gallery-description__l1rZM {\n\t\tbottom: 45px;\n\t\tfont-size: .8em;\n\t\tpadding: 8px 15px\n\t}\n}\n\n.image-gallery_image-gallery-bullets__CEQBy {\n\tbottom: 20px;\n\tleft: 0;\n\tmargin: 0 auto;\n\tposition: absolute;\n\tright: 0;\n\twidth: 80%;\n\tz-index: 4\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullets-container__BXDlg {\n\tmargin: 0;\n\tpadding: 0;\n\ttext-align: center\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG {\n\tappearance: none;\n\tbackground-color: transparent;\n\tborder: 1px solid #fff;\n\tborder-radius: 50%;\n\tbox-shadow: 0 2px 2px #1a1a1a;\n\tcursor: pointer;\n\tdisplay: inline-block;\n\tmargin: 0 5px;\n\toutline: none;\n\tpadding: 5px;\n\ttransition: all .2s ease-out\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG {\n\t\tmargin: 0 3px;\n\t\tpadding: 3px\n\t}\n}\n\n@media(max-width: 480px) {\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG {\n\t\tpadding: 2.7px\n\t}\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG:focus {\n\ttransform: scale(1.2);\n\tbackground: #000;\n\tborder: 1px solid #000\n}\n\n.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG.image-gallery_active__B2qrR {\n\ttransform: scale(1.2);\n\tborder: 1px solid #fff;\n\tbackground: #fff\n}\n\n@media(hover: hover)and (pointer: fine) {\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG:hover {\n\t\tbackground: #000;\n\t\tborder: 1px solid #000\n\t}\n\n\t.image-gallery_image-gallery-bullets__CEQBy .image-gallery_image-gallery-bullet__Z7gGG.image-gallery_active__B2qrR:hover {\n\t\tbackground: #000\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv- {\n\tposition: relative\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_thumbnails-swipe-horizontal__5-5qp {\n\ttouch-action: pan-y\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_thumbnails-swipe-vertical__-NAhb {\n\ttouch-action: pan-x\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_thumbnails-wrapper-rtl__Ya5gz {\n\tdirection: rtl\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\twidth: 100px;\n\theight: 100px !important;\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\t\twidth: 81px\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU .image-gallery_image-gallery-thumbnails__1BFBn,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD .image-gallery_image-gallery-thumbnails__1BFBn {\n\theight: 100%;\n\twidth: 100%;\n\tleft: 0;\n\tpadding: 0;\n\tposition: absolute;\n\ttop: 0\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF {\n\tdisplay: block;\n\tmargin-right: 0;\n\tpadding: 0\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF+.image-gallery_image-gallery-thumbnail__EKbDF,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD .image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnail__EKbDF+.image-gallery_image-gallery-thumbnail__EKbDF {\n\tmargin-left: 0;\n\tmargin-top: 2px\n}\n\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\tmargin: 0 5px\n}\n\n@media(max-width: 768px) {\n\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_left__K0NWU,\n\t.image-gallery_image-gallery-thumbnails-wrapper__7vIv-.image-gallery_right__PlchD {\n\t\tmargin: 0 3px\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails__1BFBn {\n\toverflow: hidden;\n\tpadding: 5px 0\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnails__1BFBn {\n\t\tpadding: 3px 0\n\t}\n}\n\n.image-gallery_image-gallery-thumbnails__1BFBn .image-gallery_image-gallery-thumbnails-container__Z3mr8 {\n\tcursor: pointer;\n\ttext-align: center;\n\twhite-space: nowrap\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF {\n\tdisplay: inline-block;\n\tborder: 2px solid transparent;\n\ttransition: border .3s ease-out;\n\twidth: 10vh;\n\tbackground: transparent;\n\tpadding: 0\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnail__EKbDF {\n\t\tborder: 3px solid transparent;\n\t\twidth: 81px\n\t}\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF+.image-gallery_image-gallery-thumbnail__EKbDF {\n\tmargin-left: 2px\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF .image-gallery_image-gallery-thumbnail-inner__4F4ry {\n\tdisplay: block;\n\tposition: relative\n}\n.image-gallery_image-gallery-thumbnail__EKbDF{\n\twidth: 10vh;\n\theight: 7vh;\n\toverflow: hidden;\n}\n.image-gallery_image-gallery-thumbnail__EKbDF .image-gallery_image-gallery-thumbnail-image__Oi9qX {\n\twidth: 100%;\n height:100%;\n\tline-height: 0;\n object-fit: contain;\n}\n\n.image-gallery_image-gallery-thumbnail__EKbDF.image-gallery_active__B2qrR,\n.image-gallery_image-gallery-thumbnail__EKbDF:focus {\n\toutline: none;\n\tborder: 2px solid var(--light);\n}\n@media(hover: hover)and (pointer: fine) {\n\t.image-gallery_image-gallery-thumbnail__EKbDF:hover {\n\t\toutline: none;\n\t\tborder: 2px solid var(--light)\n\t}\n}\n\n@media(hover: hover)and (pointer: fine)and (max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnail__EKbDF:hover {\n\t\tborder: 2px solid var(--primary)\n\t}\n}\n\n.image-gallery_image-gallery-thumbnail-label__4Xph8 {\n\tbox-sizing: border-box;\n\tcolor: #fff;\n\tfont-size: 1em;\n\tleft: 0;\n\tline-height: 1em;\n\tpadding: 5%;\n\tposition: absolute;\n\ttop: 50%;\n\ttext-shadow: 0 2px 2px #1a1a1a;\n\ttransform: translateY(-50%);\n\twhite-space: normal;\n\twidth: 100%\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-thumbnail-label__4Xph8 {\n\t\tfont-size: .8em;\n\t\tline-height: .8em\n\t}\n}\n\n.image-gallery_image-gallery-index__DbRoC {\n\tbackground: rgba(0, 0, 0, .4);\n\tcolor: #fff;\n\tline-height: 1;\n\tpadding: 10px 20px;\n\tposition: absolute;\n\tright: 0;\n\ttop: 0;\n\tz-index: 4\n}\n\n@media(max-width: 768px) {\n\t.image-gallery_image-gallery-index__DbRoC {\n\t\tfont-size: .8em;\n\t\tpadding: 5px 10px\n\t}\n}";
|
|
1071
|
+
styleInject(css_248z$I);
|
|
1072
|
+
|
|
1060
1073
|
var Imagekitimagecomp = function Imagekitimagecomp(props) {
|
|
1061
1074
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, (props === null || props === void 0 ? void 0 : props.urlEndpoint) != undefined && (props === null || props === void 0 ? void 0 : props.urlEndpoint) != '' && /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
1062
1075
|
urlEndpoint: props === null || props === void 0 ? void 0 : props.urlEndpoint
|
|
@@ -2199,10 +2212,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
2199
2212
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer25 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer25 === void 0 ? void 0 : (_fetchProductInfoQuer26 = _fetchProductInfoQuer25.data) === null || _fetchProductInfoQuer26 === void 0 ? void 0 : (_fetchProductInfoQuer27 = _fetchProductInfoQuer26.productinfo) === null || _fetchProductInfoQuer27 === void 0 ? void 0 : (_fetchProductInfoQuer28 = _fetchProductInfoQuer27.serviceinfo) === null || _fetchProductInfoQuer28 === void 0 ? void 0 : _fetchProductInfoQuer28.scheduletype) == 'days') {
|
|
2200
2213
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
2201
2214
|
addtocartfunc();
|
|
2215
|
+
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
2216
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
2217
|
+
}
|
|
2202
2218
|
}
|
|
2203
2219
|
} else if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer29 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer29 === void 0 ? void 0 : (_fetchProductInfoQuer30 = _fetchProductInfoQuer29.data) === null || _fetchProductInfoQuer30 === void 0 ? void 0 : (_fetchProductInfoQuer31 = _fetchProductInfoQuer30.productinfo) === null || _fetchProductInfoQuer31 === void 0 ? void 0 : (_fetchProductInfoQuer32 = _fetchProductInfoQuer31.serviceinfo) === null || _fetchProductInfoQuer32 === void 0 ? void 0 : _fetchProductInfoQuer32.scheduletype) == 'minutes') {
|
|
2204
2220
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
2205
2221
|
addtocartfunc();
|
|
2222
|
+
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
2223
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
2224
|
+
}
|
|
2206
2225
|
}
|
|
2207
2226
|
} else {
|
|
2208
2227
|
NotificationManager.warning(lang.completerequiredfields, data.data.reason);
|
|
@@ -2276,10 +2295,16 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
2276
2295
|
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 ? void 0 : (_fetchProductInfoQuer33 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer33 === void 0 ? void 0 : (_fetchProductInfoQuer34 = _fetchProductInfoQuer33.data) === null || _fetchProductInfoQuer34 === void 0 ? void 0 : (_fetchProductInfoQuer35 = _fetchProductInfoQuer34.productinfo) === null || _fetchProductInfoQuer35 === void 0 ? void 0 : (_fetchProductInfoQuer36 = _fetchProductInfoQuer35.serviceinfo) === null || _fetchProductInfoQuer36 === void 0 ? void 0 : _fetchProductInfoQuer36.scheduletype) == 'days') {
|
|
2277
2296
|
if (addtocardpayloadobj.from.length != 0 && addtocardpayloadobj.to.length != 0 && addtocardpayloadobj.quantity != 0) {
|
|
2278
2297
|
addtocartfunc();
|
|
2298
|
+
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
2299
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
2300
|
+
}
|
|
2279
2301
|
}
|
|
2280
2302
|
} else if ((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 : (_fetchProductInfoQuer40 = _fetchProductInfoQuer39.serviceinfo) === null || _fetchProductInfoQuer40 === void 0 ? void 0 : _fetchProductInfoQuer40.scheduletype) == 'minutes') {
|
|
2281
2303
|
if (addtocardpayloadobj.date.length != 0 && addtocardpayloadobj.time.length != 0) {
|
|
2282
2304
|
addtocartfunc();
|
|
2305
|
+
if (sectionproperties.cartbtntype == 'Goes to checkout') {
|
|
2306
|
+
routingcountext(StaticPagesLinksContext.Checkout);
|
|
2307
|
+
}
|
|
2283
2308
|
}
|
|
2284
2309
|
} else {
|
|
2285
2310
|
NotificationManager.warning(lang.completerequiredfields, data.data.reason);
|
|
@@ -3838,9 +3863,9 @@ var onlinepayment = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0CAYAA
|
|
|
3838
3863
|
|
|
3839
3864
|
var cod = "data:image/png;base64,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";
|
|
3840
3865
|
|
|
3841
|
-
var css_248z$
|
|
3866
|
+
var css_248z$H = "/* Side Nav */\n.staticroutersidenav-module_vertical_nav_menu__p0mIj {\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__p0mIj li.staticroutersidenav-module_sidebar_item__3F9Q1 {\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__p0mIj .staticroutersidenav-module_sidebar_item__3F9Q1::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__p0mIj .staticroutersidenav-module_sidenav_page_name__46AJV {\n transition: 0.3s;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj li .staticroutersidenav-module_sidenav_icon_cont__O8YSe {\n display: flex;\n justify-content: center;\n align-items: center;\n text-align: center;\n /* width: 35px; */\n /* height: 35px; */\n /* background-color: rgba(0, 28, 105); */\n /* border-radius: 10px; */\n /* color: white; */\n transition: all 0.3s;\n position: relative;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj i.staticroutersidenav-module_metismenu_icon__EcRZ1 {\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__p0mIj .staticroutersidenav-module_sidenav_active__IjRo0::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__p0mIj .staticroutersidenav-module_sidenav_active__IjRo0 .staticroutersidenav-module_sidenav_page_name__46AJV {\n font-weight: 600;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidenav_active__IjRo0 .staticroutersidenav-module_sidenav_icon_cont__O8YSe {\n /* background-color: rgba(249, 128, 100) !important; */\n box-shadow: none !important;\n}\n/* hover */\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidebar_item__3F9Q1:hover {\n cursor: pointer;\n transition: 0.3s;\n}\n.staticroutersidenav-module_vertical_nav_menu__p0mIj .staticroutersidenav-module_sidebar_item__3F9Q1:hover::after {\n width: 10px;\n height: 100%;\n}\n\n.staticroutersidenav-module_horizontal_nav_menu__6V32S{\n display: flex;\n flex-direction: row;\n}\n.staticroutersidenav-module_horizontal_nav_menu__6V32S li.staticroutersidenav-module_sidebar_item__3F9Q1 {\n transition: 0.3s !important;\n display: flex;\n align-items: center;\n justify-content: center;\n text-align: center;\n padding: 5px !important;\n position: relative;\n}\n@media screen and (max-width:800px) {\n .staticroutersidenav-module_horizontal_nav_menu__6V32S{\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__3F9Q1{\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_sidebar_item__3F9Q1{\n min-width: 40% !important;\n }\n}\n@media screen and (max-width:500px) {\n .staticroutersidenav-module_sidebar_item__3F9Q1{\n min-width: 60% !important;\n }\n}\n\n\n.staticroutersidenav-module_sidebar_itemlastchild__9O187{\n margin-right: 0 !important;\n margin-left: 0 !important;\n}";
|
|
3842
3867
|
var staticroutersidenav = {"vertical_nav_menu":"staticroutersidenav-module_vertical_nav_menu__p0mIj","sidebar_item":"staticroutersidenav-module_sidebar_item__3F9Q1","sidenav_page_name":"staticroutersidenav-module_sidenav_page_name__46AJV","sidenav_icon_cont":"staticroutersidenav-module_sidenav_icon_cont__O8YSe","metismenu_icon":"staticroutersidenav-module_metismenu_icon__EcRZ1","sidenav_active":"staticroutersidenav-module_sidenav_active__IjRo0","horizontal_nav_menu":"staticroutersidenav-module_horizontal_nav_menu__6V32S","sidebar_itemlastchild":"staticroutersidenav-module_sidebar_itemlastchild__9O187"};
|
|
3843
|
-
styleInject(css_248z$
|
|
3868
|
+
styleInject(css_248z$H);
|
|
3844
3869
|
|
|
3845
3870
|
function ownKeys$1X(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3846
3871
|
function _objectSpread$1X(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1X(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1X(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -5043,9 +5068,9 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
5043
5068
|
}, "Submit")))))));
|
|
5044
5069
|
};
|
|
5045
5070
|
|
|
5046
|
-
var css_248z$
|
|
5071
|
+
var css_248z$G = ".wishlist-module_wishlist_card__sUXul .wishlist-module_image_container__FuptA {\n height: 300px;\n border-radius: 10px;\n background-size: cover !important;\n background-repeat: no-repeat;\n background-position: center;\n background-color: #e6e6e6;\n width: 100% !important;\n box-shadow: 0 0 10px #e6e6e6;\n}\n.wishlist-module_floatbtn__PZDvQ {\n position: absolute;\n top: 10px;\n right: 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: 0.3s;\n opacity: 0;\n}\n.wishlist-module_wishlist_card__sUXul:hover .wishlist-module_floatbtn__PZDvQ {\n opacity: 1;\n}\n@media screen and (max-width: 800px) {\n .wishlist-module_floatbtn__PZDvQ {\n opacity: 1 !important;\n }\n}\n";
|
|
5047
5072
|
var wishliststyles = {"wishlist_card":"wishlist-module_wishlist_card__sUXul","image_container":"wishlist-module_image_container__FuptA","floatbtn":"wishlist-module_floatbtn__PZDvQ"};
|
|
5048
|
-
styleInject(css_248z$
|
|
5073
|
+
styleInject(css_248z$G);
|
|
5049
5074
|
|
|
5050
5075
|
function ownKeys$1V(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5051
5076
|
function _objectSpread$1V(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1V(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1V(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
@@ -5301,7 +5326,9 @@ var Wishlist = function Wishlist(props) {
|
|
|
5301
5326
|
}, sectionproperties.pagedesign == 'Design 1 (Cards)' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5302
5327
|
className: 'row m-0 d-flex justify-content-center w-100',
|
|
5303
5328
|
style: {
|
|
5304
|
-
background:
|
|
5329
|
+
background: sectionproperties.reservation_bgcolor,
|
|
5330
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor,
|
|
5331
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
5305
5332
|
padding: '20px',
|
|
5306
5333
|
minHeight: '70vh'
|
|
5307
5334
|
}
|
|
@@ -5330,11 +5357,19 @@ var Wishlist = function Wishlist(props) {
|
|
|
5330
5357
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5331
5358
|
className: "col-lg-12 d-flex align-items-center justify-content-center p-0"
|
|
5332
5359
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5333
|
-
className: "".concat(wishliststyles.image_container)
|
|
5360
|
+
className: "".concat(wishliststyles.image_container)
|
|
5361
|
+
// style={{ backgroundImage: `url(${serverbaselink + item.productmainimage})` }}
|
|
5362
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
5363
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
5364
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
5365
|
+
path: item.productmainimage,
|
|
5334
5366
|
style: {
|
|
5335
|
-
|
|
5336
|
-
|
|
5337
|
-
|
|
5367
|
+
width: '100%',
|
|
5368
|
+
height: '100%',
|
|
5369
|
+
objectFit: 'cover'
|
|
5370
|
+
},
|
|
5371
|
+
loading: "lazy"
|
|
5372
|
+
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
5338
5373
|
className: "".concat(wishliststyles.floatbtn, " ").concat(wishlist_cssstyles.trash_btn),
|
|
5339
5374
|
onClick: function onClick() {
|
|
5340
5375
|
addtofavoritescontext(item.productid);
|
|
@@ -5377,7 +5412,9 @@ var Wishlist = function Wishlist(props) {
|
|
|
5377
5412
|
}, langdetect == 'en' ? sectionproperties.nocards_content_en : sectionproperties.nocards_content_ar))))), sectionproperties.pagedesign == 'Design 2 (Table)' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5378
5413
|
className: ' row m-0 w-100 p-sm-3 ',
|
|
5379
5414
|
style: {
|
|
5380
|
-
background:
|
|
5415
|
+
background: sectionproperties.reservation_bgcolor,
|
|
5416
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor,
|
|
5417
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
5381
5418
|
padding: '20px',
|
|
5382
5419
|
minHeight: '70vh'
|
|
5383
5420
|
}
|
|
@@ -5451,6 +5488,9 @@ var Wishlist = function Wishlist(props) {
|
|
|
5451
5488
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
5452
5489
|
className: "",
|
|
5453
5490
|
size: sectionproperties.cartBtn_iconFontSize
|
|
5491
|
+
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
5492
|
+
className: "",
|
|
5493
|
+
size: sectionproperties.cartBtn_iconFontSize
|
|
5454
5494
|
}))), /*#__PURE__*/React__default["default"].createElement("td", {
|
|
5455
5495
|
className: "text-center"
|
|
5456
5496
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
@@ -5481,9 +5521,6 @@ var Wishlist = function Wishlist(props) {
|
|
|
5481
5521
|
})));
|
|
5482
5522
|
};
|
|
5483
5523
|
|
|
5484
|
-
var css_248z$G = ".viewcart-module_cartslider_container__UL-Hd {\n position: fixed;\n height: 100vh;\n width: 25vw;\n background-color: #f7f1ee;\n z-index: 1000;\n top: 0;\n right: 0;\n transform: translateX(150%);\n transition: 0.3s;\n border-left: 2px solid #e6e6e6;\n}\n.viewcart-module_cartslider_container_opened__F7T-6 {\n transform: translateX(0) !important;\n}\n.viewcart-module_close_menu_icon_cont__iLLUP {\n width: 4.5vh;\n height: 4.5vh;\n background-color: var(--danger);\n border-radius: 50%;\n color: white;\n position: absolute;\n top: 20px;\n left: -17px;\n display: flex;\n align-items: center;\n justify-content: center;\n transition: 0.3s;\n cursor: pointer;\n z-index: 1000;\n}\n.viewcart-module_close_menu_icon_cont__iLLUP:hover {\n background-color: var(--dangerhover);\n}\n.viewcart-module_cart_slider_imagecont__IX0L7 {\n /* width: 100%; */\n height: 12vh;\n background-color: #eee;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 10px;\n background-repeat: no-repeat;\n background-size: cover;\n background-position: center;\n position: relative;\n}\n.viewcart-module_cart_slider_imagecont__IX0L7 img {\n max-width: 98%;\n max-height: 98%;\n}\n\n.viewcart-module_checkout_quantity_cont__lJQsv {\n position: absolute;\n top: -7px;\n right: -7px;\n min-width: 2.5vh;\n height: 2.5vh;\n background-color: var(--danger);\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 50%;\n color: white;\n font-size: 10px !important;\n padding: 2px;\n}\n.viewcart-module_btn_circle__mj95R {\n border-radius: 100%;\n width: 20px;\n height: 20px;\n line-height: 20px;\n padding: 10px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n.viewcart-module_cart_progress_card__1FShH {\n opacity: 0.7 !important;\n transition: 0.3s;\n cursor: pointer;\n}\n.viewcart-module_cart_progress_card__1FShH:hover {\n opacity: 1 !important;\n}\n.viewcart-module_cart_progress_card_active__Gnvfg {\n opacity: 1 !important;\n}\n.viewcart-module_trash_btn__WA3Ht {\n width: 4vh !important;\n height: 4vh !important;\n border-radius: 10px !important;\n padding: 0 !important;\n}\n/* .btn_apply {\n width: 100% !important;\n height: 40px !important;\n border-radius: 10px !important;\n} */\n.viewcart-module_checkout_card_card__gkpcm {\n max-height: 58vh;\n overflow-y: auto;\n}\n@media screen and (max-width: 800px) {\n .viewcart-module_checkout_card_card__gkpcm {\n max-height: 100% !important;\n }\n}\n.viewcart-module_checkout_card_card__gkpcm::-webkit-scrollbar {\n width: 5px;\n}\n.viewcart-module_checkout_card_card__gkpcm::-webkit-scrollbar-track {\n box-shadow: inset 0 0 5px grey;\n border-radius: 10px;\n}\n.viewcart-module_checkout_card_card__gkpcm::-webkit-scrollbar-thumb {\n background: #022648;\n border-radius: 10px;\n}\n.viewcart-module_checkout_card_card__gkpcm::-webkit-scrollbar-thumb:hover {\n background: #343a40;\n}\n\n@media screen and (max-width:500px) {\n .viewcart-module_cart_slider_imagecont__IX0L7{\n height: 8vh;\n }\n \n}";
|
|
5485
|
-
styleInject(css_248z$G);
|
|
5486
|
-
|
|
5487
5524
|
function ownKeys$1U(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5488
5525
|
function _objectSpread$1U(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1U(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1U(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5489
5526
|
var Viewcart = function Viewcart(props) {
|
|
@@ -5491,7 +5528,6 @@ var Viewcart = function Viewcart(props) {
|
|
|
5491
5528
|
var lang = props.actions.lang;
|
|
5492
5529
|
var langdetect = props.actions.langdetect;
|
|
5493
5530
|
var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
|
|
5494
|
-
props.actions.AddtoCartMutationContext;
|
|
5495
5531
|
var deletecartitemContext = props.actions.deletecartitemContext;
|
|
5496
5532
|
var ChangeCartItemQuantityContext = props.actions.ChangeCartItemQuantityContext;
|
|
5497
5533
|
var routingcountext = props.actions.routingcountext;
|
|
@@ -6064,8 +6100,8 @@ var Viewcart = function Viewcart(props) {
|
|
|
6064
6100
|
}, Summary()))))));
|
|
6065
6101
|
};
|
|
6066
6102
|
|
|
6067
|
-
var css_248z$F = "/* Forms */\n.form-module_form_control__4-RGw {\n display: block;\n width: 100%;\n height: 25px
|
|
6068
|
-
var formstyles = {"form_control":"form-module_form_control__4-RGw","
|
|
6103
|
+
var css_248z$F = "/* Forms */\n.form-module_form_control__4-RGw {\n display: block;\n width: 100%;\n /* height: 25px; */\n /* font-size: 1rem; */\n font-weight: 500;\n /* color: #444054; */\n /* background-color: white; */\n /* border-radius: 20px; */\n /* box-shadow: 0 0 10px #e6e6e6; */\n /* height: 40px; */\n padding-left: 0;\n padding-right: 0;\n /* font-size: 14px; */\n transition: background 0s ease-out;\n padding: 0 10px;\n}\n.form-module_textarea__zG0ed{\n resize: none;\n /* background-color: #eee; */\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .form-module_form_control__4-RGw {\n transition: none;\n }\n}\n.form-module_form_control__4-RGw::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n.form-module_form_control__4-RGw::placeholder {\n color: #eac435;\n opacity: 1;\n}\n.form-module_form_control__4-RGw:disabled,\n.form-module_form_control__4-RGw[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n cursor: not-allowed;\n}\ntextarea.form-module_form_control__4-RGw {\n min-height: 100px !important;\n padding-top: 10px;\n padding-bottom: 10px;\n}\n.form-module_form_control__4-RGw:focus {\n transition-duration: 0.3s;\n box-shadow: none;\n box-shadow: 0 0 10px #ccc;\n}\n.form-module_form_control__4-RGw::-moz-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.form-module_form_control__4-RGw:-ms-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.form-module_form_control__4-RGw::-webkit-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n\n.form-module_form_control_border_none__TJvdZ {\n background-image: none;\n}\n.form-module_form_control__4-RGw.form-module_disabled__AtvSI,\n.form-module_form_control__4-RGw:disabled,\n.form-module_form_control__4-RGw[disabled] {\n cursor: not-allowed;\n}\n.form-module_input_label_name__416wN {\n font-size: 16px;\n text-transform: capitalize;\n color: var(--cardheader);\n font-weight: 500;\n}\n.form-module_input_label_name-bolder__UQn0a {\n font-weight: 500;\n}\n.form-module_input_icon__X-CzC {\n position: absolute;\n bottom: 5px;\n left: 0;\n color: #d9d9d9;\n}\n/* Radio Buttons */\n.form-module_radiobtn_label__-4Hoi {\n display: flex;\n cursor: pointer;\n font-weight: 500;\n position: relative;\n overflow: hidden;\n margin-bottom: 0;\n}\n.form-module_radiobtn_label__-4Hoi input {\n position: absolute;\n left: -9999px;\n display: none;\n}\n.form-module_radiobtn_label__-4Hoi input:checked + span {\n background-color: #f0f5f5;\n color: var(--focus);\n font-weight: 500;\n}\n.form-module_radiobtn_label__-4Hoi input:checked + span:before {\n box-shadow: inset 0 0 0 0.3em #eac435;\n}\n.form-module_radiobtn_label__-4Hoi span {\n display: flex;\n align-items: center;\n text-transform: capitalize;\n padding: 0.375em 0.75em 0.375em 0.375em;\n border-radius: 99em;\n transition: 0.25s ease;\n font-weight: normal;\n color: var(--focus);\n}\n.form-module_radiobtn_label__-4Hoi span:hover {\n background-color: #e6e6e6;\n}\n.form-module_radiobtn_label__-4Hoi span:before {\n display: flex;\n flex-shrink: 0;\n content: '';\n background-color: #fff;\n width: 1em;\n height: 1em;\n border-radius: 50%;\n margin-right: 0.375em;\n transition: 0.25s ease;\n box-shadow: inset 0 0 0 0.125em var(--focus);\n}\n.form-module_radiobtn_label__-4Hoi.form-module_text-grey__JdZMY span:before {\n box-shadow: inset 0 0 0 0.125em grey;\n}\n.form-module_radiobtn_label__-4Hoi input.form-module_disabled__AtvSI {\n cursor: not-allowed;\n}\n.form-module_radiobtn_label_translated__WN5Jj span:before {\n display: flex;\n flex-shrink: 0;\n content: '';\n background-color: #fff;\n width: 1em;\n height: 1em;\n border-radius: 50%;\n margin-left: 0.375em;\n margin-right: 0;\n transition: 0.25s ease;\n box-shadow: inset 0 0 0 0.125em var(--focus);\n}\n.form-module_radiobtn_label_translated__WN5Jj input.form-module_disabled__AtvSI {\n cursor: not-allowed;\n}\n\n/* Checkbox */\n.form-module_checkbox__XPkWy {\n --border: #022648;\n --border-hover: #959ed0;\n --tick: #fff;\n position: relative;\n /* color: var(--cardheader); */\n}\n.form-module_checkbox_label__VvcKs {\n font-size: 16px;\n text-transform: capitalize;\n font-weight: 500;\n cursor: pointer;\n}\n.form-module_checkbox__XPkWy:hover {\n /* color: var(--border-hover); */\n}\n.form-module_checkbox__XPkWy input,\n.form-module_checkbox__XPkWy svg {\n width: 16px;\n height: 16px;\n display: block;\n}\n.form-module_checkbox_sub__QWYil input {\n width: 15px;\n height: 15px;\n}\n.form-module_checkbox__XPkWy input {\n -webkit-appearance: none;\n -moz-appearance: none;\n position: relative;\n outline: none;\n background: white;\n border: none;\n margin: 0;\n padding: 0;\n cursor: pointer;\n border-radius: 4px;\n transition: box-shadow 0.3s;\n box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));\n}\n.form-module_checkbox__XPkWy input:disabled {\n cursor: not-allowed;\n}\n.form-module_checkbox__XPkWy input:hover {\n /* --s: 2px; */\n /* --b: var(--border-hover); */\n}\n.form-module_checkbox__XPkWy input:checked {\n /* --b: var(--secondary); */\n}\n.form-module_checkbox__XPkWy svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n /* stroke: var(--stroke, var(--secondary)); */\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.form-module_checkbox_sub__QWYil svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke: var(--stroke, var(--secondary));\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.form-module_checkboxtranslated__zvEV- svg {\n right: 0;\n}\n.form-module_checkbox__XPkWy input:checked {\n --s: 2px;\n transition-delay: 0.4s;\n}\n.form-module_checkbox__XPkWy input:checked + svg {\n --a: 16.1 86.12;\n --o: 102.22;\n}\n.form-module_checkbox__XPkWy svg {\n stroke-dasharray: var(--a, 86.12);\n stroke-dashoffset: var(--o, 86.12);\n transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;\n}\n";
|
|
6104
|
+
var formstyles = {"form_control":"form-module_form_control__4-RGw","textarea":"form-module_textarea__zG0ed","form_control_border_none":"form-module_form_control_border_none__TJvdZ","disabled":"form-module_disabled__AtvSI","input_label_name":"form-module_input_label_name__416wN","input_label_name-bolder":"form-module_input_label_name-bolder__UQn0a","input_icon":"form-module_input_icon__X-CzC","radiobtn_label":"form-module_radiobtn_label__-4Hoi","text-grey":"form-module_text-grey__JdZMY","radiobtn_label_translated":"form-module_radiobtn_label_translated__WN5Jj","checkbox":"form-module_checkbox__XPkWy","checkbox_label":"form-module_checkbox_label__VvcKs","checkbox_sub":"form-module_checkbox_sub__QWYil","checkboxtranslated":"form-module_checkboxtranslated__zvEV-"};
|
|
6069
6105
|
styleInject(css_248z$F);
|
|
6070
6106
|
|
|
6071
6107
|
function ownKeys$1T(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -6159,7 +6195,7 @@ var Select$1 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
|
6159
6195
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
6160
6196
|
});
|
|
6161
6197
|
var Checkout = function Checkout(props) {
|
|
6162
|
-
var _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue85, _fetchcustomercartQue86, _fetchcustomercartQue87, _fetchcustomercartQue88, _fetchcustomercartQue89, _fetchcustomercartQue90, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue97, _fetchcustomercartQue98, _fetchcustomercartQue101, _fetchcustomercartQue102;
|
|
6198
|
+
var _css, _checkoutstyles, _fetchcustomercartQue71, _fetchcustomercartQue72, _fetchcustomercartQue73, _fetchcustomercartQue74, _fetchcustomercartQue75, _fetchcustomercartQue76, _fetchcustomercartQue85, _fetchcustomercartQue86, _fetchcustomercartQue87, _fetchcustomercartQue88, _fetchcustomercartQue89, _fetchcustomercartQue90, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue97, _fetchcustomercartQue98, _fetchcustomercartQue101, _fetchcustomercartQue102;
|
|
6163
6199
|
var _useState = React.useState(null),
|
|
6164
6200
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
6165
6201
|
timer = _useState2[0],
|
|
@@ -6170,8 +6206,6 @@ var Checkout = function Checkout(props) {
|
|
|
6170
6206
|
var routingcountext = props.actions.routingcountext;
|
|
6171
6207
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
6172
6208
|
var ApplyPromoCodeMutationContext = props.actions.ApplyPromoCodeMutationContext;
|
|
6173
|
-
props.actions.CurrentSrcTypeContext;
|
|
6174
|
-
props.actions.StatePagePropertiesContext;
|
|
6175
6209
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
6176
6210
|
var fetchcustomercartQueryContext = props.actions.fetchcustomercartQueryContext;
|
|
6177
6211
|
var FetchQueriesEngineContext = props.actions.FetchQueriesEngineContext;
|
|
@@ -6183,7 +6217,6 @@ var Checkout = function Checkout(props) {
|
|
|
6183
6217
|
var ChooseState_CountryMutationContext = props.actions.ChooseState_CountryMutationContext;
|
|
6184
6218
|
var fetchTabexCitiesQueryContext = props.actions.fetchTabexCitiesQueryContext;
|
|
6185
6219
|
var AddOrderMutationContext = props.actions.AddOrderMutationContext;
|
|
6186
|
-
props.actions.fetchAuthorizationQueryContext;
|
|
6187
6220
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
6188
6221
|
var NotificationManager = props.actions.NotificationManager;
|
|
6189
6222
|
var queryClient = props.actions.queryClient;
|
|
@@ -6192,9 +6225,9 @@ var Checkout = function Checkout(props) {
|
|
|
6192
6225
|
sectionproperties = _useState4[0],
|
|
6193
6226
|
setsectionproperties = _useState4[1];
|
|
6194
6227
|
var _useState5 = React.useState(''),
|
|
6195
|
-
_useState6 = _slicedToArray__default["default"](_useState5, 2)
|
|
6196
|
-
|
|
6197
|
-
setCurrentPageId = _useState6[1];
|
|
6228
|
+
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
6229
|
+
_useState6[0];
|
|
6230
|
+
var setCurrentPageId = _useState6[1];
|
|
6198
6231
|
React.useEffect(function () {
|
|
6199
6232
|
var _templatepropcontext$;
|
|
6200
6233
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 ? void 0 : (_templatepropcontext$ = templatepropcontext.pagesnprop) === null || _templatepropcontext$ === void 0 ? void 0 : _templatepropcontext$.findIndex(function (x) {
|
|
@@ -6204,22 +6237,13 @@ var Checkout = function Checkout(props) {
|
|
|
6204
6237
|
setCurrentPageId(cartindex);
|
|
6205
6238
|
}
|
|
6206
6239
|
}, []);
|
|
6207
|
-
React.useEffect(function () {
|
|
6208
|
-
// var secpropobj = {};
|
|
6209
|
-
// templatepropcontext?.pagesnprop[CurrentPageId]?.pageproperties?.forEach(function (arrayItem, arrayindex) {
|
|
6210
|
-
// secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6211
|
-
// });
|
|
6212
|
-
// setsectionproperties({ ...secpropobj });
|
|
6213
|
-
}, [CurrentPageId, props.actions.templatepropcontext]);
|
|
6214
6240
|
React.useEffect(function () {
|
|
6215
6241
|
var _props$actions, _props$actions$StateP, _props$actions$StateP2, _props$actions$StateP3;
|
|
6216
|
-
// if (rops?.actions?.StatePagePropertiesContext != null && rops?.actions?.StatePagePropertiesContext != undefined && StatePagePropertiesContext.length != 0) {
|
|
6217
6242
|
var secpropobj = {};
|
|
6218
6243
|
props === null || props === void 0 ? void 0 : (_props$actions = props.actions) === null || _props$actions === void 0 ? void 0 : (_props$actions$StateP = _props$actions.StatePagePropertiesContext) === null || _props$actions$StateP === void 0 ? void 0 : (_props$actions$StateP2 = _props$actions$StateP.pageobj) === null || _props$actions$StateP2 === void 0 ? void 0 : (_props$actions$StateP3 = _props$actions$StateP2.pageproperties) === null || _props$actions$StateP3 === void 0 ? void 0 : _props$actions$StateP3.forEach(function (arrayItem, arrayindex) {
|
|
6219
6244
|
secpropobj[arrayItem.property_css_name] = arrayItem.property_value;
|
|
6220
6245
|
});
|
|
6221
6246
|
setsectionproperties(_objectSpread$1S({}, secpropobj));
|
|
6222
|
-
// }
|
|
6223
6247
|
}, [props.actions.StatePagePropertiesContext]);
|
|
6224
6248
|
React.useEffect(function () {
|
|
6225
6249
|
var Canorder = false;
|
|
@@ -6286,7 +6310,7 @@ var Checkout = function Checkout(props) {
|
|
|
6286
6310
|
ChooseState_CountryMutationContext.mutate(payloadobj);
|
|
6287
6311
|
}
|
|
6288
6312
|
};
|
|
6289
|
-
var checkoutstyles =
|
|
6313
|
+
var checkoutstyles = (_checkoutstyles = {
|
|
6290
6314
|
Salepricestyless: glamor.css({
|
|
6291
6315
|
fontSize: sectionproperties.prodsalepriceFontSize + 'px',
|
|
6292
6316
|
fontWeight: sectionproperties.prodsalePriceFontWeight,
|
|
@@ -6434,12 +6458,25 @@ var Checkout = function Checkout(props) {
|
|
|
6434
6458
|
color: sectionproperties.generalbtn_textColoronhover
|
|
6435
6459
|
}
|
|
6436
6460
|
})
|
|
6437
|
-
}, "input_label_name", glamor.css({
|
|
6461
|
+
}, _defineProperty__default["default"](_checkoutstyles, "input_label_name", glamor.css({
|
|
6438
6462
|
color: sectionproperties.form_labelcolor,
|
|
6439
6463
|
textTransform: sectionproperties.form_labeltexttransform,
|
|
6440
6464
|
fontWeight: sectionproperties.form_labelfontweight,
|
|
6441
6465
|
fontSize: sectionproperties.form_labelfontsize + 'px'
|
|
6442
|
-
}))
|
|
6466
|
+
})), _defineProperty__default["default"](_checkoutstyles, "form_control", glamor.css((_css = {
|
|
6467
|
+
position: 'relative',
|
|
6468
|
+
display: 'flex',
|
|
6469
|
+
alignItems: 'center'
|
|
6470
|
+
}, _defineProperty__default["default"](_css, "display", 'block'), _defineProperty__default["default"](_css, "width", '100%'), _defineProperty__default["default"](_css, "padding", '0 30px'), _defineProperty__default["default"](_css, "transition", '.3s'), _defineProperty__default["default"](_css, "fontWeight", 500), _defineProperty__default["default"](_css, "border", sectionproperties.inputfieldbordertype == 'All' ? sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor : 0), _defineProperty__default["default"](_css, "borderBottom", sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor), _defineProperty__default["default"](_css, "borderRadius", sectionproperties.inputfieldborderradius + 'px'), _defineProperty__default["default"](_css, "height", sectionproperties.inputfieldheight + 'px'), _defineProperty__default["default"](_css, "background", sectionproperties.input_bgcolor), _defineProperty__default["default"](_css, "color", sectionproperties.inputfieldcolor), _defineProperty__default["default"](_css, "fontSize", sectionproperties.inputfieldfontsize + 'px'), _defineProperty__default["default"](_css, ':focus', {
|
|
6471
|
+
borderColor: sectionproperties.inputfeildbordercoloronfocus,
|
|
6472
|
+
boxShadow: 'none'
|
|
6473
|
+
}), _defineProperty__default["default"](_css, ':focus .login_input_icon', {
|
|
6474
|
+
color: sectionproperties.inputfeildbordercoloronfocus
|
|
6475
|
+
}), _css))), _defineProperty__default["default"](_checkoutstyles, "innersection", glamor.css({
|
|
6476
|
+
backgroundColor: sectionproperties.reservation_bgcolor,
|
|
6477
|
+
borderRadius: sectionproperties.reservation_borderradius + 'px',
|
|
6478
|
+
border: sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor
|
|
6479
|
+
})), _checkoutstyles);
|
|
6443
6480
|
var Mycart = function Mycart() {
|
|
6444
6481
|
var _fetchcustomercartQue35, _fetchcustomercartQue36, _fetchcustomercartQue37, _fetchcustomercartQue38, _fetchcustomercartQue39, _fetchcustomercartQue40, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54, _fetchcustomercartQue55, _fetchcustomercartQue56, _fetchcustomercartQue57, _fetchcustomercartQue58, _fetchcustomercartQue59, _fetchcustomercartQue60, _fetchcustomercartQue61, _fetchcustomercartQue62, _fetchcustomercartQue63, _fetchcustomercartQue64, _fetchcustomercartQue65, _fetchcustomercartQue66, _fetchcustomercartQue67, _fetchcustomercartQue68, _fetchcustomercartQue69, _fetchcustomercartQue70;
|
|
6445
6482
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -6496,7 +6533,7 @@ var Checkout = function Checkout(props) {
|
|
|
6496
6533
|
className: "col-lg-12 col-md-12 col-sm-12 p-0"
|
|
6497
6534
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
6498
6535
|
className: "".concat(checkoutstyles.productNameStyles) + ' m-0 p-0 d-flex justify-content-start '
|
|
6499
|
-
}, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6536
|
+
}, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), sectionproperties.producttype == 'Product' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6500
6537
|
className: "col-lg-12 p-0"
|
|
6501
6538
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
6502
6539
|
className: "m-0 p-0 font-weight-500 text-light d-flex justify-content-start"
|
|
@@ -6548,31 +6585,20 @@ var Checkout = function Checkout(props) {
|
|
|
6548
6585
|
className: langdetect == 'en' ? "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-right ' : "".concat(checkoutstyles.Salepricestyless) + ' linethrough mb-0 p-0 wordbreak d-flex align-items-center justify-content-end text-left '
|
|
6549
6586
|
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(item.productinfo.variantinfo.variantprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)))))))));
|
|
6550
6587
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6551
|
-
|
|
6552
|
-
style: {
|
|
6553
|
-
background: sectionproperties.summary_sectionbgcolor,
|
|
6554
|
-
borderRadius: sectionproperties.summary_sectionborderradius + 'px',
|
|
6555
|
-
border: sectionproperties.summary_sectionborderwidth + 'px solid ' + sectionproperties.summary_sectionbordercolor
|
|
6556
|
-
}
|
|
6588
|
+
"class": "".concat(checkoutstyles.innersection) + ' row m-0 w-100 p-3 '
|
|
6557
6589
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6558
6590
|
className: "col-lg-12 p-0 mb-1"
|
|
6559
6591
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6560
6592
|
className: "col-lg-12 p-0 mb-4"
|
|
6561
6593
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
6562
|
-
className: "".concat(checkoutstyles.input_label_name) + '
|
|
6594
|
+
className: "".concat(checkoutstyles.input_label_name) + ' p-0 d-flex justify-content-start '
|
|
6563
6595
|
}, lang.doyouhavepromocode), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6564
6596
|
className: ' row m-0 w-100 d-flex justify-content-center align-items-center '
|
|
6565
6597
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6566
6598
|
className: 'col-lg-12 col-md-12 col-sm-12 p-0 mb-3'
|
|
6567
6599
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
6568
6600
|
type: "text",
|
|
6569
|
-
className: "".concat(formstyles.form_control),
|
|
6570
|
-
style: {
|
|
6571
|
-
borderRadius: sectionproperties.inputfieldborderradius + 'px',
|
|
6572
|
-
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
6573
|
-
color: sectionproperties.inputfieldcolor,
|
|
6574
|
-
backgroundColor: sectionproperties.input_bgcolor
|
|
6575
|
-
},
|
|
6601
|
+
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
6576
6602
|
placeholder: lang.giftcarddicountcode,
|
|
6577
6603
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue37 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue37 === void 0 ? void 0 : (_fetchcustomercartQue38 = _fetchcustomercartQue37.data) === null || _fetchcustomercartQue38 === void 0 ? void 0 : _fetchcustomercartQue38.customercart.couponname,
|
|
6578
6604
|
onChange: function onChange(event) {
|
|
@@ -6637,7 +6663,7 @@ var Checkout = function Checkout(props) {
|
|
|
6637
6663
|
className: "col-lg-6 col-md-6 col-sm-6 d-flex justify-content-end p-0"
|
|
6638
6664
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
6639
6665
|
className: langdetect == 'en' ? "".concat(checkoutstyles.summarysectionstyles, " ") + ' m-0 p-0 text-danger wordbreak text-right ' : "".concat(checkoutstyles.summarysectionstyles, " ") + ' m-0 p-0 text-danger wordbreak text-left '
|
|
6640
|
-
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue55 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue55 === void 0 ? void 0 : (_fetchcustomercartQue56 = _fetchcustomercartQue55.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "- ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue57 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue57 === void 0 ? void 0 : (_fetchcustomercartQue58 = _fetchcustomercartQue57.data) === null || _fetchcustomercartQue58 === void 0 ? void 0 : _fetchcustomercartQue58.customercart.discountprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue59 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue59 === void 0 ? void 0 : (_fetchcustomercartQue60 = _fetchcustomercartQue59.data) === null || _fetchcustomercartQue60 === void 0 ? void 0 : _fetchcustomercartQue60.customercart.discountprice) == 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "0"))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6666
|
+
}, (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue55 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue55 === void 0 ? void 0 : (_fetchcustomercartQue56 = _fetchcustomercartQue55.data) === null || _fetchcustomercartQue56 === void 0 ? void 0 : _fetchcustomercartQue56.customercart.discountprice) != 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "- ", langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', parseFloat(fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue57 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue57 === void 0 ? void 0 : (_fetchcustomercartQue58 = _fetchcustomercartQue57.data) === null || _fetchcustomercartQue58 === void 0 ? void 0 : _fetchcustomercartQue58.customercart.discountprice).toFixed(2), ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue59 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue59 === void 0 ? void 0 : (_fetchcustomercartQue60 = _fetchcustomercartQue59.data) === null || _fetchcustomercartQue60 === void 0 ? void 0 : _fetchcustomercartQue60.customercart.discountprice) == 0 && /*#__PURE__*/React__default["default"].createElement("span", null, "0"))))), sectionproperties.hideshipping == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6641
6667
|
className: "col-lg-12 p-0"
|
|
6642
6668
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6643
6669
|
className: "row m-0 w-100"
|
|
@@ -6721,7 +6747,7 @@ var Checkout = function Checkout(props) {
|
|
|
6721
6747
|
}), !AddOrderMutationContext.isLoading ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue69 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue69 === void 0 ? void 0 : (_fetchcustomercartQue70 = _fetchcustomercartQue69.data) === null || _fetchcustomercartQue70 === void 0 ? void 0 : _fetchcustomercartQue70.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? lang.confirmorder : lang.confirmorder + ' ' + lang.asaguest : ''))))));
|
|
6722
6748
|
};
|
|
6723
6749
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6724
|
-
className: 'row m-0 w-100
|
|
6750
|
+
className: 'row m-0 w-100 d-flex justify-content-center p-sm-0 '
|
|
6725
6751
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6726
6752
|
className: 'col-lg-12 w-100 d-flex justify-content-center pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
|
|
6727
6753
|
style: {
|
|
@@ -6857,13 +6883,7 @@ var Checkout = function Checkout(props) {
|
|
|
6857
6883
|
}, lang.update)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6858
6884
|
className: "col-lg-12 p-0"
|
|
6859
6885
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6860
|
-
|
|
6861
|
-
marginTop: sectionproperties.contactinfo_sectionmarginTop + 'px',
|
|
6862
|
-
marginBottom: sectionproperties.contactinfo_sectionmarginbottom + 'px',
|
|
6863
|
-
background: sectionproperties.contactinfo_sectionbgcolor,
|
|
6864
|
-
borderRadius: sectionproperties.contactinfo_sectionborderradius + 'px',
|
|
6865
|
-
border: sectionproperties.contactinfo_borderwidth + 'px solid ' + sectionproperties.contactinfo_sectionbordercolor
|
|
6866
|
-
}
|
|
6886
|
+
"class": "".concat(checkoutstyles.innersection) + ' w-100 mb-3 '
|
|
6867
6887
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6868
6888
|
className: "col-lg-12 pl-3 pr-3 pt-2"
|
|
6869
6889
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -6877,64 +6897,48 @@ var Checkout = function Checkout(props) {
|
|
|
6877
6897
|
}, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6878
6898
|
className: "col-lg-4 col-md-12 mb-3"
|
|
6879
6899
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
6880
|
-
className: "".concat(checkoutstyles.input_label_name) + '
|
|
6900
|
+
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
6881
6901
|
}, lang.name), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
6882
6902
|
type: 'text',
|
|
6883
|
-
className: "".concat(formstyles.form_control),
|
|
6903
|
+
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
6884
6904
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue71 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue71 === void 0 ? void 0 : (_fetchcustomercartQue72 = _fetchcustomercartQue71.data) === null || _fetchcustomercartQue72 === void 0 ? void 0 : _fetchcustomercartQue72.customercart.name,
|
|
6885
6905
|
onChange: function onChange(event) {
|
|
6886
6906
|
cartinfoupdater('name', event.target.value);
|
|
6887
6907
|
},
|
|
6888
6908
|
style: {
|
|
6889
6909
|
resize: 'none',
|
|
6890
|
-
fontWeight: sectionproperties.inputtextfontweight,
|
|
6891
|
-
background: sectionproperties.input_bgcolor,
|
|
6892
|
-
color: sectionproperties.inputfieldcolor,
|
|
6893
|
-
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
6894
|
-
borderRadius: sectionproperties.inputfieldborderradius + 'px',
|
|
6895
6910
|
boxShadow: 'none'
|
|
6896
6911
|
}
|
|
6897
6912
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6898
6913
|
className: "col-lg-4 col-md-12 mb-3"
|
|
6899
6914
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
6900
|
-
className: "".concat(checkoutstyles.input_label_name) + '
|
|
6915
|
+
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
6901
6916
|
}, langdetect == 'en' ? 'Phone Number' : 'رقم الهاتف'), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
6902
6917
|
type: 'text',
|
|
6903
|
-
className: "".concat(formstyles.form_control),
|
|
6918
|
+
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
6904
6919
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue73 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue73 === void 0 ? void 0 : (_fetchcustomercartQue74 = _fetchcustomercartQue73.data) === null || _fetchcustomercartQue74 === void 0 ? void 0 : _fetchcustomercartQue74.customercart.mobile,
|
|
6905
6920
|
onChange: function onChange(event) {
|
|
6906
6921
|
cartinfoupdater('mobile', event.target.value);
|
|
6907
6922
|
},
|
|
6908
6923
|
style: {
|
|
6909
|
-
resize: 'none'
|
|
6910
|
-
fontWeight: sectionproperties.inputtextfontweight,
|
|
6911
|
-
background: sectionproperties.input_bgcolor,
|
|
6912
|
-
color: sectionproperties.inputfieldcolor,
|
|
6913
|
-
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
6914
|
-
borderRadius: sectionproperties.inputfieldborderradius + 'px',
|
|
6915
|
-
boxShadow: 'none'
|
|
6924
|
+
resize: 'none'
|
|
6916
6925
|
}
|
|
6917
6926
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6918
6927
|
className: "col-lg-4 col-md-12 mb-3"
|
|
6919
6928
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
6920
|
-
className: "".concat(checkoutstyles.input_label_name) + '
|
|
6929
|
+
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
6921
6930
|
}, lang.email), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
6922
6931
|
type: 'text',
|
|
6923
|
-
className: "".concat(formstyles.form_control),
|
|
6932
|
+
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
6924
6933
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue75 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue75 === void 0 ? void 0 : (_fetchcustomercartQue76 = _fetchcustomercartQue75.data) === null || _fetchcustomercartQue76 === void 0 ? void 0 : _fetchcustomercartQue76.customercart.email,
|
|
6925
6934
|
onChange: function onChange(event) {
|
|
6926
6935
|
cartinfoupdater('email', event.target.value);
|
|
6927
|
-
},
|
|
6928
|
-
style: {
|
|
6929
|
-
resize: 'none',
|
|
6930
|
-
fontWeight: sectionproperties.inputtextfontweight,
|
|
6931
|
-
background: sectionproperties.input_bgcolor,
|
|
6932
|
-
color: sectionproperties.inputfieldcolor,
|
|
6933
|
-
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
6934
|
-
borderRadius: sectionproperties.inputfieldborderradius + 'px',
|
|
6935
|
-
boxShadow: 'none'
|
|
6936
6936
|
}
|
|
6937
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6937
|
+
}))), sectionproperties.hideshipping == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6938
|
+
"class": "col-lg-12 p-0"
|
|
6939
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6940
|
+
"class": "row m-0 w-100"
|
|
6941
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6938
6942
|
className: "col-lg-4 col-md-12 mb-3"
|
|
6939
6943
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
6940
6944
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
@@ -7037,52 +7041,35 @@ var Checkout = function Checkout(props) {
|
|
|
7037
7041
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7038
7042
|
className: "col-lg-12 mb-3"
|
|
7039
7043
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7040
|
-
className: "".concat(checkoutstyles.input_label_name) + '
|
|
7044
|
+
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
7041
7045
|
}, lang.shippingaddress), /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
|
|
7042
7046
|
type: 'text',
|
|
7043
|
-
className: "".concat(formstyles.form_control),
|
|
7047
|
+
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
7044
7048
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue85 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue85 === void 0 ? void 0 : (_fetchcustomercartQue86 = _fetchcustomercartQue85.data) === null || _fetchcustomercartQue86 === void 0 ? void 0 : _fetchcustomercartQue86.customercart.address,
|
|
7045
7049
|
onChange: function onChange(event) {
|
|
7046
7050
|
cartinfoupdater('address', event.target.value);
|
|
7047
7051
|
},
|
|
7048
7052
|
style: {
|
|
7049
|
-
resize: 'none'
|
|
7050
|
-
fontWeight: sectionproperties.inputtextfontweight,
|
|
7051
|
-
background: sectionproperties.input_bgcolor,
|
|
7052
|
-
color: sectionproperties.inputfieldcolor,
|
|
7053
|
-
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
7054
|
-
borderRadius: sectionproperties.inputfieldborderradius + 'px',
|
|
7055
|
-
boxShadow: 'none'
|
|
7053
|
+
resize: 'none'
|
|
7056
7054
|
}
|
|
7057
|
-
})), sectionproperties.shownotes == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7055
|
+
})))), sectionproperties.shownotes == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7058
7056
|
className: "col-lg-12 mb-3"
|
|
7059
7057
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7060
7058
|
className: "".concat(checkoutstyles.input_label_name) + ' mb-2 d-flex align-items-start '
|
|
7061
7059
|
}, langdetect == 'en' ? 'Notes' : 'الملاحظات'), /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
|
|
7062
7060
|
type: 'text',
|
|
7063
|
-
className: "".concat(formstyles.form_control),
|
|
7061
|
+
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
7064
7062
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue87 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue87 === void 0 ? void 0 : (_fetchcustomercartQue88 = _fetchcustomercartQue87.data) === null || _fetchcustomercartQue88 === void 0 ? void 0 : _fetchcustomercartQue88.customercart.notes,
|
|
7065
7063
|
onChange: function onChange(event) {
|
|
7066
7064
|
cartinfoupdater('notes', event.target.value);
|
|
7067
7065
|
},
|
|
7068
7066
|
style: {
|
|
7069
|
-
|
|
7070
|
-
resize: 'none',
|
|
7071
|
-
fontWeight: sectionproperties.inputtextfontweight,
|
|
7072
|
-
background: sectionproperties.input_bgcolor,
|
|
7073
|
-
color: sectionproperties.inputfieldcolor,
|
|
7074
|
-
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
7075
|
-
borderRadius: sectionproperties.inputfieldborderradius + 'px',
|
|
7076
|
-
boxShadow: 'none'
|
|
7067
|
+
resize: 'none'
|
|
7077
7068
|
}
|
|
7078
7069
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7079
7070
|
className: "col-lg-12 p-0 w-100"
|
|
7080
7071
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7081
|
-
|
|
7082
|
-
background: sectionproperties.payment_sectionbgcolor,
|
|
7083
|
-
borderRadius: sectionproperties.payment_borderradius + 'px',
|
|
7084
|
-
border: sectionproperties.payment_borderwidth + 'px solid ' + sectionproperties.payment_sectionbordercolor
|
|
7085
|
-
}
|
|
7072
|
+
"class": "".concat(checkoutstyles.innersection) + ' w-100 mb-3 '
|
|
7086
7073
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7087
7074
|
className: "col-lg-12 pl-3 pr-3 pt-2"
|
|
7088
7075
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -7117,7 +7104,7 @@ var Checkout = function Checkout(props) {
|
|
|
7117
7104
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
7118
7105
|
className: ' ml-2 mb-0 cursor-pointer wordbreak mr-2',
|
|
7119
7106
|
style: {}
|
|
7120
|
-
},
|
|
7107
|
+
}, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), authdetailsContext.instinfo.acceptCardOnDelivery == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7121
7108
|
className: "col-xl-4 col-lg-4 col-md-12 mb-3"
|
|
7122
7109
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7123
7110
|
className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
|
|
@@ -7264,7 +7251,7 @@ var Checkout = function Checkout(props) {
|
|
|
7264
7251
|
}, Mycart()))));
|
|
7265
7252
|
};
|
|
7266
7253
|
|
|
7267
|
-
var css_248z$E = "@media screen and (max-width: 800px) {\n .signup-module_rightContainer__yEcoL,\n .signup-module_rightContainerTrans__fkdBH {\n border-top-right-radius: 0 !important;\n border-bottom-right-radius: 15px !important;\n border-bottom-left-radius: 15px !important;\n }\n .signup-module_rightContainerText__-pvN- {\n font-size: 23px !important;\n }\n}\n.signup-module_form_control__7s76W:focus {\n -webkit-animation: signup-module_anim-shadow__CsxhG 0.5s ease-in-out forwards;\n animation: signup-module_anim-shadow__CsxhG 0.5s ease-in-out forwards;\n}\n.signup-module_form_control__7s76W:focus + .signup-module_login_input_icon__RDTS0 {\n padding-left: 20px;\n}\n/* Forms */\n.signup-module_form_control__7s76W {\n display: block;\n width: 100%;\n height: 35px
|
|
7254
|
+
var css_248z$E = "@media screen and (max-width: 800px) {\n .signup-module_rightContainer__yEcoL,\n .signup-module_rightContainerTrans__fkdBH {\n border-top-right-radius: 0 !important;\n border-bottom-right-radius: 15px !important;\n border-bottom-left-radius: 15px !important;\n }\n .signup-module_rightContainerText__-pvN- {\n font-size: 23px !important;\n }\n}\n.signup-module_form_control__7s76W:focus {\n -webkit-animation: signup-module_anim-shadow__CsxhG 0.5s ease-in-out forwards;\n animation: signup-module_anim-shadow__CsxhG 0.5s ease-in-out forwards;\n}\n.signup-module_form_control__7s76W:focus + .signup-module_login_input_icon__RDTS0 {\n padding-left: 20px;\n}\n/* Forms */\n.signup-module_form_control__7s76W {\n display: block;\n width: 100%;\n /* height: 35px; */\n /* font-size: 1rem; */\n /* color: var(--cardtitle); */\n /* background: no-repeat center bottom, center calc(100% - 1px); */\n /* background-size: 0 100%, 100% 100%; */\n background-clip: padding-box;\n /* font-size: 14px; */\n /* transition: background 0s ease-out; */\n /* border: 0; */\n padding: 0 15px;\n font-weight: 500;\n display: flex;\n align-items: center;\n position: relative;\n}\n@media screen and (prefers-reduced-motion: reduce) {\n .signup-module_form_control__7s76W {\n transition: none;\n }\n}\n.signup-module_form_control__7s76W::-ms-expand {\n background-color: transparent;\n border: 0;\n}\n.signup-module_form_control__7s76W:focus {\n outline: 0;\n}\n.signup-module_form_control__7s76W::placeholder {\n opacity: 1;\n}\n.signup-module_form_control__7s76W:disabled,\n.signup-module_form_control__7s76W[readonly] {\n background-color: #e9ecef;\n opacity: 1;\n cursor: not-allowed;\n}\ntextarea.signup-module_form_control__7s76W {\n height: auto;\n}\n.signup-module_form_control__7s76W:focus {\n /* background-size: 100% 100%, 100% 100%; */\n transition-duration: 0.3s;\n box-shadow: none;\n}\n.signup-module_form_control__7s76W::-moz-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.signup-module_form_control__7s76W:-ms-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.signup-module_form_control__7s76W::-webkit-input-placeholder {\n color: #aaaaaa;\n font-weight: 400;\n font-size: 14px;\n}\n.signup-module_form_control__7s76W {\n /* background-image: linear-gradient(to top, #000 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px); */\n}\n.signup-module_form_control_border_none__HjUMS {\n background-image: none;\n}\n.signup-module_form_control__7s76W.signup-module_disabled__h55ao,\n.signup-module_form_control__7s76W:disabled,\n.signup-module_form_control__7s76W[disabled] {\n /* background-image: linear-gradient(to right, #d2d2d2 0%, #d2d2d2 30%, transparent 30%, transparent 100%); */\n /* background-repeat: repeat-x;\n background-size: 3px 1px; */\n cursor: not-allowed;\n}\n@media screen and (max-width: 500px) {\n .signup-module_form_control__7s76W {\n /* padding: 0 5px !important; */\n }\n .signup-module_login_input_icon__RDTS0 {\n padding-left: 0 !important;\n }\n .signup-module_rightContainer__yEcoL {\n border-radius: 15px 15px 0 0 !important;\n }\n .signup-module_leftcontainer__bqfnN {\n border-radius: 15px 15px 0 0 !important;\n }\n}\n.signup-module_form_controltextarea__-LGz6{\n min-height: 10vh !important;\n}\n.signup-module_checkbox__8ejBx {\n --border: #022648;\n --border-hover: #959ed0;\n --tick: #fff;\n position: relative;\n /* color: var(--cardheader); */\n}\n.signup-module_checkbox_label__d84Q2 {\n font-size: 16px;\n text-transform: capitalize;\n font-weight: 500;\n cursor: pointer;\n}\n.signup-module_checkbox__8ejBx:hover {\n /* color: var(--border-hover); */\n}\n.signup-module_checkbox__8ejBx input,\n.signup-module_checkbox__8ejBx svg {\n width: 16px;\n height: 16px;\n display: block;\n}\n.signup-module_checkbox_sub__WQLUX input {\n width: 15px;\n height: 15px;\n}\n.signup-module_checkbox__8ejBx input {\n -webkit-appearance: none;\n -moz-appearance: none;\n position: relative;\n outline: none;\n background: white;\n border: none;\n margin: 0;\n padding: 0;\n cursor: pointer;\n border-radius: 4px;\n transition: box-shadow 0.3s;\n box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));\n}\n.signup-module_checkbox__8ejBx input:disabled {\n cursor: not-allowed;\n}\n.signup-module_checkbox__8ejBx input:hover {\n /* --s: 2px; */\n /* --b: var(--border-hover); */\n}\n.signup-module_checkbox__8ejBx input:checked {\n /* --b: var(--secondary); */\n}\n.signup-module_checkbox__8ejBx svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n /* stroke: var(--stroke, var(--secondary)); */\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.signup-module_checkbox_sub__WQLUX svg {\n pointer-events: none;\n fill: none;\n stroke-width: 2px;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke: var(--stroke, var(--secondary));\n position: absolute;\n top: 0;\n left: 0;\n width: 16px;\n height: 21px;\n transform: scale(var(--scale, 1)) translateZ(0);\n}\n.signup-module_checkboxtranslated__4xHR- svg {\n right: 0;\n}\n.signup-module_checkbox__8ejBx input:checked {\n --s: 2px;\n transition-delay: 0.4s;\n}\n.signup-module_checkbox__8ejBx input:checked + svg {\n --a: 16.1 86.12;\n --o: 102.22;\n}\n.signup-module_checkbox__8ejBx svg {\n stroke-dasharray: var(--a, 86.12);\n stroke-dashoffset: var(--o, 86.12);\n transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;\n}\n";
|
|
7268
7255
|
var loginstyles = {"rightContainer":"signup-module_rightContainer__yEcoL","rightContainerTrans":"signup-module_rightContainerTrans__fkdBH","rightContainerText":"signup-module_rightContainerText__-pvN-","form_control":"signup-module_form_control__7s76W","anim-shadow":"signup-module_anim-shadow__CsxhG","login_input_icon":"signup-module_login_input_icon__RDTS0","form_control_border_none":"signup-module_form_control_border_none__HjUMS","disabled":"signup-module_disabled__h55ao","leftcontainer":"signup-module_leftcontainer__bqfnN","form_controltextarea":"signup-module_form_controltextarea__-LGz6","checkbox":"signup-module_checkbox__8ejBx","checkbox_label":"signup-module_checkbox_label__d84Q2","checkbox_sub":"signup-module_checkbox_sub__WQLUX","checkboxtranslated":"signup-module_checkboxtranslated__4xHR-"};
|
|
7269
7256
|
styleInject(css_248z$E);
|
|
7270
7257
|
|
|
@@ -7313,7 +7300,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7313
7300
|
instsignupformvalues: [],
|
|
7314
7301
|
countryid: '',
|
|
7315
7302
|
stateid: '',
|
|
7316
|
-
cityid: ''
|
|
7303
|
+
cityid: '',
|
|
7304
|
+
countrydialcode: ''
|
|
7317
7305
|
}),
|
|
7318
7306
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
|
7319
7307
|
payloadobj = _useState6[0],
|
|
@@ -7413,7 +7401,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7413
7401
|
color: sectionproperties.form_labelcolor,
|
|
7414
7402
|
textTransform: sectionproperties.form_labeltexttransform,
|
|
7415
7403
|
fontWeight: sectionproperties.form_labelfontweight,
|
|
7416
|
-
fontSize: sectionproperties.form_labelfontsize + 'px'
|
|
7404
|
+
fontSize: sectionproperties.form_labelfontsize + 'px',
|
|
7405
|
+
marginBottom: sectionproperties.inputfieldbordertype == 'All' ? 10 : 0
|
|
7417
7406
|
}),
|
|
7418
7407
|
form_control: glamor.css((_css = {
|
|
7419
7408
|
background: 'transparent',
|
|
@@ -7421,9 +7410,8 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7421
7410
|
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
7422
7411
|
position: 'relative',
|
|
7423
7412
|
display: 'flex',
|
|
7424
|
-
alignItems: 'center'
|
|
7425
|
-
|
|
7426
|
-
}, _defineProperty__default["default"](_css, "display", 'block'), _defineProperty__default["default"](_css, "width", '100%'), _defineProperty__default["default"](_css, "height", '35px'), _defineProperty__default["default"](_css, "padding", '0 30px'), _defineProperty__default["default"](_css, "transition", '.3s'), _defineProperty__default["default"](_css, ':focus', {
|
|
7413
|
+
alignItems: 'center'
|
|
7414
|
+
}, _defineProperty__default["default"](_css, "display", 'block'), _defineProperty__default["default"](_css, "width", '100%'), _defineProperty__default["default"](_css, "padding", '0 30px'), _defineProperty__default["default"](_css, "transition", '.3s'), _defineProperty__default["default"](_css, "border", sectionproperties.inputfieldbordertype == 'All' ? sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor : 0), _defineProperty__default["default"](_css, "borderBottom", sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor), _defineProperty__default["default"](_css, "borderRadius", sectionproperties.inputfieldborderradius + 'px'), _defineProperty__default["default"](_css, "height", sectionproperties.inputfieldheight + 'px'), _defineProperty__default["default"](_css, "background", sectionproperties.input_bgcolor), _defineProperty__default["default"](_css, "color", sectionproperties.inputfieldcolor), _defineProperty__default["default"](_css, ':focus', {
|
|
7427
7415
|
borderColor: sectionproperties.inputfeildbordercoloronfocus
|
|
7428
7416
|
}), _defineProperty__default["default"](_css, ':focus .login_input_icon', {
|
|
7429
7417
|
color: sectionproperties.inputfeildbordercoloronfocus
|
|
@@ -7457,9 +7445,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7457
7445
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7458
7446
|
className: "row m-0 w-100"
|
|
7459
7447
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7460
|
-
className: 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7448
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7461
7449
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7462
|
-
className: "".concat(formstyles.input_label_name) + '
|
|
7450
|
+
className: "".concat(formstyles.input_label_name) + ' text-transform-none d-flex align-items-start '
|
|
7463
7451
|
}, lang.name), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
7464
7452
|
type: "text",
|
|
7465
7453
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
@@ -7468,9 +7456,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7468
7456
|
payloadobjchange('name', event.target.value);
|
|
7469
7457
|
}
|
|
7470
7458
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7471
|
-
className: 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7459
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7472
7460
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7473
|
-
className: "".concat(formstyles.input_label_name) + '
|
|
7461
|
+
className: "".concat(formstyles.input_label_name) + ' text-transform-none d-flex align-items-start '
|
|
7474
7462
|
}, lang.email), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
7475
7463
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
7476
7464
|
type: "text",
|
|
@@ -7480,16 +7468,27 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7480
7468
|
payloadobjchange('email', event.target.value);
|
|
7481
7469
|
}
|
|
7482
7470
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7483
|
-
className: 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7471
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7484
7472
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7485
|
-
className: formstyles.input_label_name + '
|
|
7486
|
-
}, lang.phonenumber), /*#__PURE__*/React__default["default"].createElement("
|
|
7473
|
+
className: formstyles.input_label_name + ' d-flex justify-content-start '
|
|
7474
|
+
}, lang.phonenumber), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
|
|
7487
7475
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
7488
|
-
|
|
7489
|
-
|
|
7476
|
+
country: 'eg',
|
|
7477
|
+
enableSearch: true,
|
|
7478
|
+
autoFormat: true,
|
|
7490
7479
|
value: payloadobj.mobile,
|
|
7491
|
-
onChange: function onChange(event) {
|
|
7492
|
-
|
|
7480
|
+
onChange: function onChange(event, country) {
|
|
7481
|
+
var temp = _objectSpread$1R({}, payloadobj);
|
|
7482
|
+
temp.mobile = event;
|
|
7483
|
+
temp.countrydialcode = country.dialCode;
|
|
7484
|
+
setpayloadobj(_objectSpread$1R({}, temp));
|
|
7485
|
+
// payloadobjchange('mobile', event);
|
|
7486
|
+
|
|
7487
|
+
// alert(JSON.stringify(country));
|
|
7488
|
+
},
|
|
7489
|
+
|
|
7490
|
+
style: {
|
|
7491
|
+
direction: 'ltr'
|
|
7493
7492
|
}
|
|
7494
7493
|
})));
|
|
7495
7494
|
};
|
|
@@ -7497,7 +7496,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7497
7496
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7498
7497
|
className: "row m-0 w-100"
|
|
7499
7498
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7500
|
-
className: 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7499
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7501
7500
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7502
7501
|
className: formstyles.input_label_name + ' d-flex justify-content-start '
|
|
7503
7502
|
}, lang.country), fetchTabexCountriesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -7540,7 +7539,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7540
7539
|
placeholder: langdetect == 'en' ? 'Choose Country' : 'إختر البلد',
|
|
7541
7540
|
isSearchable: true
|
|
7542
7541
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7543
|
-
className: 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7542
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7544
7543
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7545
7544
|
className: formstyles.input_label_name + ' d-flex justify-content-start '
|
|
7546
7545
|
}, lang.choosestategov), fetchTabexStatesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -7587,7 +7586,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7587
7586
|
placeholder: lang.choosestategov,
|
|
7588
7587
|
isSearchable: true
|
|
7589
7588
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7590
|
-
className: 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7589
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-4 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7591
7590
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7592
7591
|
className: formstyles.input_label_name + ' d-flex justify-content-start '
|
|
7593
7592
|
}, lang.city), fetchTabexCitiesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -7630,9 +7629,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7630
7629
|
placeholder: lang.choosecity,
|
|
7631
7630
|
isSearchable: true
|
|
7632
7631
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7633
|
-
className:
|
|
7632
|
+
className: 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7634
7633
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7635
|
-
className: "".concat(formstyles.input_label_name) + ' text-transform-none d-flex align-items-start '
|
|
7634
|
+
className: "".concat(formstyles.input_label_name) + ' mb-1 text-transform-none d-flex align-items-start '
|
|
7636
7635
|
}, lang.address), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7637
7636
|
className: loginstyles.wrap_input100
|
|
7638
7637
|
}, /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
|
|
@@ -7654,9 +7653,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7654
7653
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7655
7654
|
className: "row m-0 w-100"
|
|
7656
7655
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7657
|
-
className:
|
|
7656
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7658
7657
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7659
|
-
className: "".concat(formstyles.input_label_name) + '
|
|
7658
|
+
className: "".concat(formstyles.input_label_name) + ' text-transform-none d-flex align-items-start '
|
|
7660
7659
|
}, lang.password), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
7661
7660
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
7662
7661
|
type: "password",
|
|
@@ -7667,9 +7666,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7667
7666
|
payloadobjchange('password', event.target.value);
|
|
7668
7667
|
}
|
|
7669
7668
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7670
|
-
className:
|
|
7669
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7671
7670
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7672
|
-
className: "".concat(formstyles.input_label_name) + '
|
|
7671
|
+
className: "".concat(formstyles.input_label_name) + ' text-transform-none d-flex align-items-start '
|
|
7673
7672
|
}, lang.confirmpassword), /*#__PURE__*/React__default["default"].createElement("input", {
|
|
7674
7673
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
7675
7674
|
type: "password",
|
|
@@ -7686,9 +7685,9 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7686
7685
|
className: "row m-0 w-100"
|
|
7687
7686
|
}, payloadobj.instsignupformvalues.length != 0 && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, payloadobj.instsignupformvalues.map(function (item, index) {
|
|
7688
7687
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7689
|
-
className:
|
|
7688
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
|
|
7690
7689
|
}, item.inputtype != 'checkbox' && /*#__PURE__*/React__default["default"].createElement("label", {
|
|
7691
|
-
className: formstyles.input_label_name + '
|
|
7690
|
+
className: formstyles.input_label_name + ' d-flex align-items-start '
|
|
7692
7691
|
}, langdetect == 'en' ? item.inputname_en : item.inputname_ar, " ", /*#__PURE__*/React__default["default"].createElement("span", {
|
|
7693
7692
|
"class": "text-danger ml-1 mr-1"
|
|
7694
7693
|
}, item.optional == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -7726,7 +7725,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7726
7725
|
}, /*#__PURE__*/React__default["default"].createElement("path", {
|
|
7727
7726
|
d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
|
|
7728
7727
|
})), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
7729
|
-
className: formstyles.input_label_name + ' ml-2
|
|
7728
|
+
className: formstyles.input_label_name + ' ml-2 cursor-pointer wordbreak mr-2',
|
|
7730
7729
|
style: {}
|
|
7731
7730
|
}, langdetect == 'en' ? item.inputname_en : item.inputname_ar, " ", /*#__PURE__*/React__default["default"].createElement("span", {
|
|
7732
7731
|
"class": "text-danger ml-1 mr-1"
|
|
@@ -7772,11 +7771,11 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
7772
7771
|
height: "20px",
|
|
7773
7772
|
duration: "1s"
|
|
7774
7773
|
}), dataloaded && props.srcfromprops == 'signup' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7775
|
-
className: "
|
|
7774
|
+
className: "col-lg-12 p-0",
|
|
7776
7775
|
style: {
|
|
7777
7776
|
background: 'white'
|
|
7778
7777
|
}
|
|
7779
|
-
}, PersonalInformation(), Address(), Otherinformation(), Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7778
|
+
}, PersonalInformation(), sectionproperties.hideshipping == 'Show' && Address(), Otherinformation(), Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7780
7779
|
className: "col-lg-12 p-0"
|
|
7781
7780
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7782
7781
|
className: "row ml-0 mr-0 w-100"
|
|
@@ -8071,12 +8070,40 @@ var Signup = function Signup(props) {
|
|
|
8071
8070
|
backgroundImage: 'linear-gradient(to top, #eac435 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px)'
|
|
8072
8071
|
})
|
|
8073
8072
|
};
|
|
8073
|
+
var LoginButton = function LoginButton() {
|
|
8074
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8075
|
+
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mb-md-2",
|
|
8076
|
+
style: {
|
|
8077
|
+
flexDirection: sectionproperties.cardstyletype == 'Style 1' ? 'row' : 'column'
|
|
8078
|
+
}
|
|
8079
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8080
|
+
className: "m-0 p-0",
|
|
8081
|
+
style: {
|
|
8082
|
+
color: sectionproperties.formRightTextColor1,
|
|
8083
|
+
fontSize: sectionproperties.formRightTextFontSize1 + 'px',
|
|
8084
|
+
fontWeight: sectionproperties.formRightTextFontWeight1
|
|
8085
|
+
}
|
|
8086
|
+
}, langdetect == 'en' ? sectionproperties.formRightText1 : sectionproperties.formRightText1_ar), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8087
|
+
className: "".concat(loginstyles2.loginbtn, " ") + ' ml-2 mr-2 mb-0 p-0 cursor-pointer ',
|
|
8088
|
+
onClick: function onClick() {
|
|
8089
|
+
routingcountext(StaticPagesLinksContext.Login);
|
|
8090
|
+
}
|
|
8091
|
+
}, lang.login));
|
|
8092
|
+
};
|
|
8074
8093
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8075
|
-
className
|
|
8094
|
+
// className="col-lg-12 d-flex align-items-center justify-content-center pt-3 pb-3 pt-md-3 "
|
|
8095
|
+
className: "col-lg-12 d-flex align-items-center justify-content-center pt-md-3 pb-5",
|
|
8096
|
+
style: {
|
|
8097
|
+
background: sectionproperties.backgroundColor,
|
|
8098
|
+
marginBottom: sectionproperties.marginBottom + 'px'
|
|
8099
|
+
}
|
|
8076
8100
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8077
8101
|
className: 'row m-0 w-100 pl-3 pr-3 d-flex align-items-center justify-content-center pl-md-3 pr-md-3 p-sm-0'
|
|
8078
8102
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8079
|
-
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center"
|
|
8103
|
+
className: "col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center mt-3",
|
|
8104
|
+
style: {
|
|
8105
|
+
marginBottom: sectionproperties.cardstyletype == 'Style 1' ? 0 : '15px'
|
|
8106
|
+
}
|
|
8080
8107
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8081
8108
|
className: "m-0 p-0",
|
|
8082
8109
|
style: {
|
|
@@ -8084,24 +8111,10 @@ var Signup = function Signup(props) {
|
|
|
8084
8111
|
color: sectionproperties.sectionTitleColor,
|
|
8085
8112
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
8086
8113
|
}
|
|
8087
|
-
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8114
|
+
}, langdetect == 'en' ? sectionproperties.sectionTitleContent : sectionproperties.sectionTitleContent_ar)), sectionproperties.cardstyletype == 'Style 1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8088
8115
|
className: "row m-0 w-100 mb-2"
|
|
8089
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8090
|
-
className:
|
|
8091
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8092
|
-
className: "m-0 p-0",
|
|
8093
|
-
style: {
|
|
8094
|
-
color: sectionproperties.formRightTextColor1,
|
|
8095
|
-
fontSize: sectionproperties.formRightTextFontSize1 + 'px',
|
|
8096
|
-
fontWeight: sectionproperties.formRightTextFontWeight1
|
|
8097
|
-
}
|
|
8098
|
-
}, langdetect == 'en' ? sectionproperties.formRightText1 : sectionproperties.formRightText1_ar), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
8099
|
-
className: "".concat(loginstyles2.loginbtn, " ") + ' ml-2 mr-2 mb-0 p-0 cursor-pointer ',
|
|
8100
|
-
onClick: function onClick() {
|
|
8101
|
-
routingcountext(StaticPagesLinksContext.Login);
|
|
8102
|
-
}
|
|
8103
|
-
}, lang.login))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8104
|
-
className: "col-lg-12 p-sm-0"
|
|
8116
|
+
}, LoginButton()), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8117
|
+
className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-12 p-sm-0' : 'col-lg-6 p-sm-0 mx-auto'
|
|
8105
8118
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8106
8119
|
className: "".concat(generalstyles.card) + ' p-0 ml-3 mr-3 m-md-0 ',
|
|
8107
8120
|
style: {
|
|
@@ -8111,7 +8124,7 @@ var Signup = function Signup(props) {
|
|
|
8111
8124
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8112
8125
|
className: " row m-0 w-100 "
|
|
8113
8126
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8114
|
-
className:
|
|
8127
|
+
className: 'col-lg-12 col-md-12 col-sm-12 pt-4 pb-4 d-flex align-items-stretch',
|
|
8115
8128
|
style: {
|
|
8116
8129
|
background: sectionproperties.formLeftbgColor,
|
|
8117
8130
|
borderTopRightRadius: sectionproperties.formLeft_bordertoprightradius + 'px',
|
|
@@ -8119,12 +8132,18 @@ var Signup = function Signup(props) {
|
|
|
8119
8132
|
borderBottomRightRadius: sectionproperties.formLeft_borderbottomrightadius + 'px',
|
|
8120
8133
|
borderBottomLeftRadius: sectionproperties.formLeft_borderbottomleftadius + 'px'
|
|
8121
8134
|
}
|
|
8122
|
-
}, !SocialLoginMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(
|
|
8135
|
+
}, !SocialLoginMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8136
|
+
"class": "row m-0 w-100"
|
|
8137
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8138
|
+
"class": "col-lg-12 p-0"
|
|
8139
|
+
}, /*#__PURE__*/React__default["default"].createElement(CustomerInformationForm, {
|
|
8123
8140
|
formtype: "add",
|
|
8124
8141
|
sectionpropertiesprops: sectionproperties,
|
|
8125
8142
|
srcfromprops: 'signup',
|
|
8126
8143
|
actions: actions
|
|
8127
|
-
}),
|
|
8144
|
+
})), sectionproperties.cardstyletype == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8145
|
+
className: "col-lg-12 p-0 allcentered m-0 w-100 mb-2"
|
|
8146
|
+
}, LoginButton())), SocialLoginMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8128
8147
|
className: "w-100 d-flex m-auto mx-auto justify-content-center align-items-center"
|
|
8129
8148
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
8130
8149
|
color: "black",
|
|
@@ -8449,7 +8468,7 @@ var Policies = function Policies(props) {
|
|
|
8449
8468
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
8450
8469
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
8451
8470
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
8452
|
-
path: bgimagesarray.length != 0 ? langdetect == 'en' ? (_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image : (_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar : '',
|
|
8471
|
+
path: bgimagesarray.length != 0 ? langdetect == 'en' ? '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$5 = bgimagesarray[0]) === null || _bgimagesarray$5 === void 0 ? void 0 : _bgimagesarray$5.bgsection_image) : '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + ((_bgimagesarray$6 = bgimagesarray[0]) === null || _bgimagesarray$6 === void 0 ? void 0 : _bgimagesarray$6.bgsection_image_ar) : '',
|
|
8453
8472
|
"class": "d-flex d-sm-none",
|
|
8454
8473
|
style: {
|
|
8455
8474
|
height: '100%',
|
|
@@ -11015,7 +11034,8 @@ var CardsSection = function CardsSection(props) {
|
|
|
11015
11034
|
sectionindexprops: index,
|
|
11016
11035
|
sectionidprops: item.sectionid,
|
|
11017
11036
|
actions: actions,
|
|
11018
|
-
fontFamilyprops: sectionproperties.sectiontitlefontfamily == 'ASUL' ? 'ASUL' : ''
|
|
11037
|
+
fontFamilyprops: sectionproperties.sectiontitlefontfamily == 'ASUL' ? 'ASUL' : '',
|
|
11038
|
+
numberOfColsvertical: sectionproperties.numberOfColsvertical
|
|
11019
11039
|
}));
|
|
11020
11040
|
}), fetchingtype == 'products' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11021
11041
|
className: "w-100 col-lg-12 allcentered mt-2"
|
|
@@ -14658,8 +14678,8 @@ var ClassicHeader = function ClassicHeader(props) {
|
|
|
14658
14678
|
return /*#__PURE__*/React__default["default"].createElement("li", {
|
|
14659
14679
|
"class": "cursor-pointer",
|
|
14660
14680
|
style: {
|
|
14661
|
-
paddingRight: langdetect == 'en' ? '2rem' : 0,
|
|
14662
|
-
paddingLeft: langdetect == 'ar' ? '2rem' : 0
|
|
14681
|
+
paddingRight: langdetect == 'en' ? '2rem' : sectionproperties.header_centered == 'Centered' ? '2rem' : 0,
|
|
14682
|
+
paddingLeft: langdetect == 'ar' ? '2rem' : sectionproperties.header_centered == 'Centered' ? '2rem' : 0
|
|
14663
14683
|
},
|
|
14664
14684
|
onClick: function onClick() {
|
|
14665
14685
|
routingcountext(item.navigationroute, false, '');
|
|
@@ -15112,7 +15132,7 @@ styleInject(css_248z$w);
|
|
|
15112
15132
|
function ownKeys$1D(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15113
15133
|
function _objectSpread$1D(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1D(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1D(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15114
15134
|
var CTAHeader = function CTAHeader(props) {
|
|
15115
|
-
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24;
|
|
15135
|
+
var _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$c, _authdetailsContext$c2, _fetchcustomercartQue, _fetchcustomercartQue2, _fetchcustomercartQue3, _fetchcustomercartQue4, _fetchcustomercartQue5, _fetchcustomercartQue6, _authdetailsContext$i3, _authdetailsContext$i6, _authdetailsContext$i9, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i15, _authdetailsContext$i16, _authdetailsContext$i18, _authdetailsContext$i21, _authdetailsContext$i24;
|
|
15116
15136
|
var actions = props.actions;
|
|
15117
15137
|
var lang = props.actions.lang;
|
|
15118
15138
|
var langdetect = props.actions.langdetect;
|
|
@@ -15695,7 +15715,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
15695
15715
|
}
|
|
15696
15716
|
}), /*#__PURE__*/React__default["default"].createElement("i", {
|
|
15697
15717
|
"class": "".concat(headerstyles$c.searchbaractive) + ' h-100 d-flex align-items-center hovericon '
|
|
15698
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
15718
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiSearch.FiSearch, {
|
|
15699
15719
|
size: sectionproperties.searchbarcontfontsize,
|
|
15700
15720
|
style: {
|
|
15701
15721
|
Zindex: 2,
|
|
@@ -15715,7 +15735,10 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
15715
15735
|
zIndex: 1000
|
|
15716
15736
|
}
|
|
15717
15737
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, !authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15718
|
-
"class": "".concat(headerstyles$c.navbar_item) + ' d-flex justify-content-center align-items-center '
|
|
15738
|
+
"class": "".concat(headerstyles$c.navbar_item) + ' d-flex justify-content-center align-items-center ',
|
|
15739
|
+
onClick: function onClick() {
|
|
15740
|
+
routingcountext(StaticPagesLinksContext.Login);
|
|
15741
|
+
}
|
|
15719
15742
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
15720
15743
|
"class": "".concat(headerstyles$c.navbar_item_text, " ").concat(header_cssstyles.navbar_item_text, " ").concat(header_cssstyles.user_btn) + ' d-flex justify-content-center align-items-center '
|
|
15721
15744
|
}, /*#__PURE__*/React__default["default"].createElement(FiUser.FiUser, {
|
|
@@ -15749,27 +15772,7 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
15749
15772
|
style: {
|
|
15750
15773
|
maxWidth: '60px'
|
|
15751
15774
|
}
|
|
15752
|
-
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c = authdetailsContext.customerinfo) === null || _authdetailsContext$c === void 0 ? void 0 : _authdetailsContext$c.name)))),
|
|
15753
|
-
onClick: function onClick() {
|
|
15754
|
-
routingcountext(StaticPagesLinksContext.Login);
|
|
15755
|
-
}
|
|
15756
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15757
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
|
|
15758
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
15759
|
-
"class": "".concat(header_cssstyles.dropdownitem) + ' d-flex align-items-center dropdownitem m-0 p-0 '
|
|
15760
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineLogin.AiOutlineLogin, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
15761
|
-
"class": "ml-2 mr-2"
|
|
15762
|
-
}, lang.login)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
15763
|
-
onClick: function onClick() {
|
|
15764
|
-
routingcountext(StaticPagesLinksContext.Signup);
|
|
15765
|
-
}
|
|
15766
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15767
|
-
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' d-flex align-items-center m-0 p-0 '
|
|
15768
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
15769
|
-
"class": "".concat(header_cssstyles.dropdownitem) + ' d-flex align-items-center dropdownitem m-0 p-0 '
|
|
15770
|
-
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineUserAdd.AiOutlineUserAdd, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
15771
|
-
"class": "ml-2 mr-2 text-transform-none"
|
|
15772
|
-
}, lang.signup))))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
|
|
15775
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c = authdetailsContext.customerinfo) === null || _authdetailsContext$c === void 0 ? void 0 : _authdetailsContext$c.name)))), authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Menu, {
|
|
15773
15776
|
style: {
|
|
15774
15777
|
minWidth: '200px'
|
|
15775
15778
|
}
|
|
@@ -15779,7 +15782,12 @@ var CTAHeader = function CTAHeader(props) {
|
|
|
15779
15782
|
style: {
|
|
15780
15783
|
color: '#8fa0bd'
|
|
15781
15784
|
}
|
|
15782
|
-
}, lang.hello, ",")
|
|
15785
|
+
}, lang.hello, ","), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
15786
|
+
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem font-weight-600 text-overflow text-capitalize p-0 ml-1 mr-1 ',
|
|
15787
|
+
onClick: function onClick() {
|
|
15788
|
+
routingcountext(StaticPagesLinksContext.accountinfo);
|
|
15789
|
+
}
|
|
15790
|
+
}, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$c2 = authdetailsContext.customerinfo) === null || _authdetailsContext$c2 === void 0 ? void 0 : _authdetailsContext$c2.name))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
15783
15791
|
onClick: function onClick() {
|
|
15784
15792
|
routingcountext(StaticPagesLinksContext.Ordershistory);
|
|
15785
15793
|
}
|
|
@@ -16699,7 +16707,7 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
16699
16707
|
"class": "".concat(header_cssstyles.dropdownitemcontainer) + ' m-0 p-0 d-flex align-items-center '
|
|
16700
16708
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
16701
16709
|
"class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
|
|
16702
|
-
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
16710
|
+
}, sectionproperties.carticonstyle == 'Shopping bag 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingBag.FiShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 2' && /*#__PURE__*/React__default["default"].createElement(CgShoppingBag.CgShoppingBag, null), sectionproperties.carticonstyle == 'Shopping bag 3' && /*#__PURE__*/React__default["default"].createElement(BsBag.BsBag, null), sectionproperties.carticonstyle == 'Shopping bag 4' && /*#__PURE__*/React__default["default"].createElement(HiOutlineShoppingBag.HiOutlineShoppingBag, null), sectionproperties.carticonstyle == 'Shopping cart 1' && /*#__PURE__*/React__default["default"].createElement(FiShoppingCart.FiShoppingCart, null), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, null), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, null), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
16703
16711
|
"class": "ml-2 mr-2"
|
|
16704
16712
|
}, lang.orderhistory)))), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Divider, null), /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Item, {
|
|
16705
16713
|
onClick: function onClick() {
|
|
@@ -16769,6 +16777,8 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
|
|
|
16769
16777
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16770
16778
|
}), sectionproperties.carticonstyle == 'Shopping cart 2' && /*#__PURE__*/React__default["default"].createElement(MdAddShoppingCart.MdAddShoppingCart, {
|
|
16771
16779
|
size: sectionproperties.cartBtn_iconFontSize
|
|
16780
|
+
}), sectionproperties.carticonstyle == 'Calendar 1' && /*#__PURE__*/React__default["default"].createElement(FiCalendar.FiCalendar, {
|
|
16781
|
+
size: sectionproperties.cartBtn_iconFontSize
|
|
16772
16782
|
}))), sectionproperties.showupperheadersection == 'Hide' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
16773
16783
|
"class": langdetect == 'en' ? 'headerdropdownml' : 'headerdropdownmr'
|
|
16774
16784
|
}, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"], null, /*#__PURE__*/React__default["default"].createElement(Dropdown__default["default"].Toggle, null, /*#__PURE__*/React__default["default"].createElement("li", {
|
|
@@ -30943,7 +30953,7 @@ var Footer8 = function Footer8(props) {
|
|
|
30943
30953
|
},
|
|
30944
30954
|
loading: "lazy"
|
|
30945
30955
|
}))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
30946
|
-
"class": "col-lg-12 p-md-0 d-flex justify-content-start mt-2"
|
|
30956
|
+
"class": "col-lg-12 pl-5 pr-5 p-md-0 d-flex justify-content-start mt-2"
|
|
30947
30957
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
30948
30958
|
"class": langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 ' : ' wordbreak pl-5 wordbreak3 mb-4 ',
|
|
30949
30959
|
style: {
|
|
@@ -39432,7 +39442,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
39432
39442
|
width: sectionproperties.width + 'vw'
|
|
39433
39443
|
}
|
|
39434
39444
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39435
|
-
"class": sectionproperties.paddingLeft != 0 ? 'row m-0 w-100 d-flex justify-content-between
|
|
39445
|
+
"class": sectionproperties.paddingLeft != 0 ? langdetect == 'en' ? 'row m-0 w-100 d-flex justify-content-between pl-1025-1 pl-md-3' : 'row m-0 w-100 d-flex justify-content-between pr-1025-1 pr-md-3' : sectionproperties.paddingRight != 0 ? langdetect == 'en' ? 'row m-0 w-100 d-flex justify-content-between pr-1025-1 pr-md-3' : 'row m-0 w-100 d-flex justify-content-between pl-1025-1 pl-md-3' : 'row m-0 w-100 d-flex justify-content-between',
|
|
39436
39446
|
style: {
|
|
39437
39447
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
39438
39448
|
paddingRight: langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
@@ -39445,23 +39455,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
39445
39455
|
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.borderBottomLeftRadius + 'px' : sectionproperties.borderBottomRightRadius + 'px',
|
|
39446
39456
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px'
|
|
39447
39457
|
}
|
|
39448
|
-
}, sectionproperties.sectionstyle == 'Image on right' &&
|
|
39449
|
-
"class": "col-lg-12 p-0 d-flex justify-content-between"
|
|
39450
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39451
|
-
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
39452
|
-
style: {
|
|
39453
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
39454
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
39455
|
-
}
|
|
39456
|
-
}, Content(), Image())), sectionproperties.sectionstyle == 'Image on right' && langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39457
|
-
"class": "col-lg-12 p-0 d-flex justify-content-between"
|
|
39458
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39459
|
-
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
39460
|
-
style: {
|
|
39461
|
-
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
39462
|
-
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
39463
|
-
}
|
|
39464
|
-
}, Image(), Content())), sectionproperties.sectionstyle != 'Image on right' && langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39458
|
+
}, sectionproperties.sectionstyle == 'Image on right' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39465
39459
|
"class": "col-lg-12 p-0 d-flex justify-content-between"
|
|
39466
39460
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39467
39461
|
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
@@ -39469,7 +39463,7 @@ var Image_with_leftwords = function Image_with_leftwords(props) {
|
|
|
39469
39463
|
alignItems: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : '',
|
|
39470
39464
|
justifyContent: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : 'start'
|
|
39471
39465
|
}
|
|
39472
|
-
},
|
|
39466
|
+
}, Content(), Image())), sectionproperties.sectionstyle == 'Image on left' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39473
39467
|
"class": "col-lg-12 p-0 d-flex justify-content-between"
|
|
39474
39468
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39475
39469
|
"class": "row m-0 w-100 d-flex justify-content-between",
|
|
@@ -41640,11 +41634,13 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
41640
41634
|
}))));
|
|
41641
41635
|
};
|
|
41642
41636
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
41643
|
-
"class": sectionproperties.card_marginLeft != 0 && sectionproperties.card_marginRight != 0 ? 'row
|
|
41637
|
+
"class": sectionproperties.card_marginLeft != 0 && sectionproperties.card_marginRight != 0 ? 'row ml-0 mr-0 w-100 d-flex justify-content-center align-items-center pl-sm-2 pr-sm-2' : 'row ml-0 mr-0 w-100 d-flex justify-content-center align-items-center ',
|
|
41644
41638
|
style: {
|
|
41645
41639
|
paddingLeft: langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px',
|
|
41646
41640
|
paddingRight: langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px',
|
|
41647
|
-
background: sectionproperties.backgroundColor
|
|
41641
|
+
background: sectionproperties.backgroundColor,
|
|
41642
|
+
marginBottom: sectionproperties.marginBottom + 'px',
|
|
41643
|
+
paddingTop: sectionproperties.marginTop + 'px'
|
|
41648
41644
|
}
|
|
41649
41645
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
41650
41646
|
"class": cardarrayofobjs.length != 0 ? 'col-lg-12 p-0 d-flex justify-content-center' : 'col-lg-12 p-0 d-flex justify-content-center h-md-auto h-sm-auto',
|
|
@@ -48371,6 +48367,7 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
48371
48367
|
function ownKeys$i(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
48372
48368
|
function _objectSpread$i(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$i(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$i(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
48373
48369
|
var Horizontalcard = function Horizontalcard(props) {
|
|
48370
|
+
var _ref;
|
|
48374
48371
|
var _useState = React.useState(''),
|
|
48375
48372
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
48376
48373
|
sectionproperties = _useState2[0],
|
|
@@ -48425,7 +48422,8 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
48425
48422
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.borderBottomRightRadius + 'px' : sectionproperties.borderBottomLeftRadius + 'px',
|
|
48426
48423
|
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.borderTopLeftRadius + 'px' : sectionproperties.borderTopRightRadius + 'px',
|
|
48427
48424
|
borderTopRightRadius: langdetect == 'en' ? sectionproperties.borderTopRightRadius + 'px' : sectionproperties.borderTopLeftRadius + 'px',
|
|
48428
|
-
border: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
48425
|
+
border: sectionproperties.bordertype == 'All' ? sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor : '',
|
|
48426
|
+
borderBottom: sectionproperties.sectioncardborderwidth + 'px solid ' + sectionproperties.sectioncardbordercolor,
|
|
48429
48427
|
boxShadow: '0 0 10px ' + sectionproperties.sectioncardshadowcolor
|
|
48430
48428
|
}),
|
|
48431
48429
|
productNameStyles: glamor.css({
|
|
@@ -48505,7 +48503,7 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
48505
48503
|
paddingBottom: sectionproperties.paddingBottom + 'px'
|
|
48506
48504
|
}
|
|
48507
48505
|
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48508
|
-
"class":
|
|
48506
|
+
"class": props.numberOfColsvertical == '1' ? 'col-lg-2 col-md-2 col-sm-2 p-0 h-100' : 'col-lg-4 col-md-4 col-sm-4 p-0 h-100'
|
|
48509
48507
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48510
48508
|
"class": "d-flex d-md-none",
|
|
48511
48509
|
onClick: function onClick() {
|
|
@@ -48515,7 +48513,11 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
48515
48513
|
width: '100%',
|
|
48516
48514
|
height: sectionproperties.image_height + 'px',
|
|
48517
48515
|
cursor: 'pointer',
|
|
48518
|
-
position: 'relative'
|
|
48516
|
+
position: 'relative',
|
|
48517
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
48518
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
48519
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
48520
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
48519
48521
|
}
|
|
48520
48522
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
48521
48523
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
@@ -48524,8 +48526,12 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
48524
48526
|
style: {
|
|
48525
48527
|
width: '100%',
|
|
48526
48528
|
height: '100%',
|
|
48527
|
-
objectFit: 'contain',
|
|
48528
|
-
marginBottom: 'auto'
|
|
48529
|
+
objectFit: sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain',
|
|
48530
|
+
marginBottom: 'auto',
|
|
48531
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
48532
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
48533
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
48534
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
48529
48535
|
},
|
|
48530
48536
|
loading: "lazy"
|
|
48531
48537
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -48537,18 +48543,22 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
48537
48543
|
width: '100%',
|
|
48538
48544
|
height: sectionproperties.height_responsive + 'px',
|
|
48539
48545
|
cursor: 'pointer',
|
|
48540
|
-
position: 'relative'
|
|
48546
|
+
position: 'relative',
|
|
48547
|
+
borderBottomLeftRadius: langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px',
|
|
48548
|
+
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
48549
|
+
borderTopLeftRadius: langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px',
|
|
48550
|
+
borderTopRightRadius: langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'
|
|
48541
48551
|
}
|
|
48542
48552
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
48543
48553
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
48544
48554
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
48545
48555
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.image,
|
|
48546
|
-
style: {
|
|
48556
|
+
style: (_ref = {
|
|
48547
48557
|
width: '100%',
|
|
48548
48558
|
height: '100%',
|
|
48549
48559
|
objectFit: 'contain',
|
|
48550
48560
|
marginBottom: 'auto'
|
|
48551
|
-
},
|
|
48561
|
+
}, _defineProperty__default["default"](_ref, "objectFit", sectionproperties.bgcovercontain == 'Cover' ? 'cover' : 'contain'), _defineProperty__default["default"](_ref, "marginBottom", 'auto'), _defineProperty__default["default"](_ref, "borderBottomLeftRadius", langdetect == 'en' ? sectionproperties.image_borderBottomLeftRadius + 'px' : sectionproperties.image_borderBottomRightRadius + 'px'), _defineProperty__default["default"](_ref, "borderBottomRightRadius", langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px'), _defineProperty__default["default"](_ref, "borderTopLeftRadius", langdetect == 'en' ? sectionproperties.image_bordertopleftradius + 'px' : sectionproperties.image_bordertoprightradius + 'px'), _defineProperty__default["default"](_ref, "borderTopRightRadius", langdetect == 'en' ? sectionproperties.image_bordertoprightradius + 'px' : sectionproperties.image_bordertopleftradius + 'px'), _ref),
|
|
48552
48562
|
loading: "lazy"
|
|
48553
48563
|
})), (item === null || item === void 0 ? void 0 : item.hassale) == 1 && sectionproperties.showbadge == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48554
48564
|
"class": "allcentered",
|
|
@@ -48570,7 +48580,7 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
48570
48580
|
fontSize: sectionproperties.badge_fontsize + 'px'
|
|
48571
48581
|
}
|
|
48572
48582
|
}, langdetect == 'en' ? sectionproperties.badgeContentEn : sectionproperties.badgeContentAr))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48573
|
-
"class": sectionproperties.image_show == 'show' ? 'col-lg-8 col-md-8 col-sm-8 pt-2' : 'col-lg-12 col-md-12 col-sm-12 pt-2',
|
|
48583
|
+
"class": sectionproperties.image_show == 'show' ? props.numberOfColsvertical == '1' ? 'col-lg-10 col-md-8 col-sm-8 pt-2' : 'col-lg-8 col-md-8 col-sm-8 pt-2' : 'col-lg-12 col-md-12 col-sm-12 pt-2',
|
|
48574
48584
|
style: {
|
|
48575
48585
|
paddingRight: langdetect == 'en' ? 0 : '',
|
|
48576
48586
|
paddingLeft: langdetect == 'ar' ? 0 : '',
|
|
@@ -48625,12 +48635,22 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
48625
48635
|
size: sectionproperties.favBtnIconfontsize
|
|
48626
48636
|
}), sectionproperties.faviconshape == 'Heart Shape' && /*#__PURE__*/React__default["default"].createElement(FaRegHeart.FaRegHeart, {
|
|
48627
48637
|
size: sectionproperties.favBtnIconfontsize
|
|
48628
|
-
}))))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("
|
|
48629
|
-
"class":
|
|
48638
|
+
}))))), sectionproperties.prodCatShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48639
|
+
"class": props.numberOfColsvertical != '1' ? ' col-lg-11 p-0 ' : ' col-lg-9 p-0 '
|
|
48640
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
48641
|
+
"class": "".concat(card_cssstyles.productDescStyles) + ' wordbreak wordbreak2 p-0 m-0 mb-3 ',
|
|
48630
48642
|
style: {
|
|
48631
48643
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
48632
48644
|
}
|
|
48633
|
-
}, plainString(langdetect == 'en' ? item.description_en : item.description_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48645
|
+
}, plainString(langdetect == 'en' ? item.description_en : item.description_ar))), sectionproperties.cartBtnShow == 'Show' && props.numberOfColsvertical == '1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48646
|
+
"class": "col-lg-3 col-md-3 col-sm-3 p-0 d-flex align-items-center justify-content-end"
|
|
48647
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
48648
|
+
"class": card_cssstyles.cart_btn,
|
|
48649
|
+
onClick: function onClick() {
|
|
48650
|
+
setShowProductInfoModalContext(true);
|
|
48651
|
+
setProductIdProdutInfoModalContext(item.productid);
|
|
48652
|
+
}
|
|
48653
|
+
}, langdetect == 'en' ? sectionproperties.cartBtnContentenglish : sectionproperties.cartBtnContentarabic)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48634
48654
|
"class": "col-lg-12 p-0 d-flex align-items-center"
|
|
48635
48655
|
}, sectionproperties.prodPriceShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
48636
48656
|
"class": card_cssstyles.productPricestyles + ' m-0 p-0 '
|
|
@@ -48639,9 +48659,9 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
48639
48659
|
style: {
|
|
48640
48660
|
textDecoration: 'line-through'
|
|
48641
48661
|
}
|
|
48642
|
-
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48662
|
+
}, langdetect == 'en' ? item.currencyname : '', " ", item.defaultprice, " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.cartBtnShow == 'Show' && props.numberOfColsvertical != '1' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
48643
48663
|
"class": "col-lg-12 p-0 d-flex align-items-center mt-2"
|
|
48644
|
-
},
|
|
48664
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
48645
48665
|
"class": card_cssstyles.cart_btn,
|
|
48646
48666
|
onClick: function onClick() {
|
|
48647
48667
|
setShowProductInfoModalContext(true);
|