:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bumrah_image{left:0}.widget-open{width:82px!important}.widget-title{padding:0 1rem 0 3rem}.bumrah_image,.chat_icon,.widget-title{transition:opacity .3s ease-in-out}.bumrah_image{opacity:0;transition:opacity .1s ease-in-out;left:60%}.widget-title{padding:0 3rem 0 1rem!important}.bumrah_image{width:auto!important;position:absolute;left:60%!important;bottom:0}.widget-open{width:60px!important;transition:padding .3s ease}.wide-padding{padding:1rem 2rem 1rem 1rem}.normal-padding{padding:.5rem}.widget-open{height:60px;display:flex;width:auto;border-radius:4px}.close_icon{position:absolute;top:.75rem;right:.75rem;cursor:pointer;z-index:1;width:16px!important;height:16px!important;color:#fff;opacity:1}.widget-title{padding:0 3rem 0 1rem}.chat_icon{transition:opacity .1s ease-in-out;height:35px!important;width:35px!important;opacity:1}.widget-open:hover .chat_icon{opacity:0;height:0!important;width:0!important}.widget-open:hover .bumrah_image,.widget-open:hover .widget-title{opacity:1}.bumrah_image,.widget-title{opacity:0;height:0!important;transition:opacity .1s ease-in-out}.widget-open:hover .bumrah_image{opacity:1;height:140px!important;transition:opacity .1s ease-in-out}.widget-open:hover{width:auto!important}.widget-open:hover .widget-title{height:42px!important}.footer_link{font-size:13px!important;cursor:pointer;color:#fff;text-decoration:none!important}.customDarkTextInput{font-size:14px!important}.mobile-partition-divider{display:none!important}.footer_links{margin-left:10rem!important}.footer-main-link{font-size:13px!important}.divider-footer{height:100%;width:1px;background-color:#8f8f8f;margin:1rem 0!important}.footer-link-nav{flex-direction:column}.footer-container{padding:0!important;flex:2 1}.mobile-partition{display:block}.footer-link-nav{display:flex;flex-direction:row;width:23%;justify-content:space-between}.certi-footer-text{margin:0!important;padding:0!important}.contact-info{display:flex;flex-direction:column;gap:10px}.contact-item{display:flex;justify-content:flex-start;align-items:center;color:#fff}.contact-title{margin-right:10px;min-width:120px}.contact-detail,.contact-title{font-weight:"Uniform Medium"!important;font-size:13px!important}@media screen and (max-width:1300px){.certificate{width:50px!important;height:auto!important}}@media screen and (max-width:1025px){.footer_link{font-size:13px!important}.customDarkTextInput{font-size:12px!important}.footer_links{margin-left:6rem!important}}@media screen and (max-width:770px){.footer_link{font-size:12px!important}.address_footer{margin:0!important}.footer-main-link{font-size:12px!important}.footer{padding:2rem 2rem 4rem}.certification-icons,.footer-address,.footer-contact{padding:1rem 0!important}.divider-footer.mobile-partition{display:block;width:1px;height:100%;background-color:#8f8f8f}.footer-link-nav{display:flex;flex-direction:row;width:100%;justify-content:space-between;padding-bottom:1rem!important}.divider-footer{width:100%;height:1px;background-color:#8f8f8f;margin:.5rem 0!important}.certification-footer{flex-direction:column!important;justify-content:space-between!important}.certificate{width:50px!important;height:auto!important}.certification-icons{padding:0!important;gap:0!important}.footer-container{padding:1rem 0 0!important}.certi-footer-text{margin:0!important}.icons-footer-certi{flex:1 1;justify-content:flex-start;margin-bottom:1rem!important}.footer{padding-bottom:60px!important}.mobile-partition-divider{display:block!important}}.header{width:100%;top:0!important;left:0;z-index:1000;position:-webkit-sticky;position:sticky;display:block;height:82px;transition:all .1s ease-in-out}.drawer_class2,.mobile-header{display:none}.header-container{padding:0 2rem!important}.phone-input-custom input,.phone-input-custom-form input{border:none!important;padding:.25rem 0!important;color:#092853!important;font-family:Uniform Bold!important}.disable-menu{color:#aaa!important}.mobile-nav-link{text-decoration:none}.phone-input-custom input:focus-visible,.phone-input-custom-form input:focus-visible{outline:none!important}.phone-input-custom,.phone-input-custom-form{border-radius:4px!important;border:1px solid #5b5b5b80;width:25%}.phone-input-custom-form{width:100%!important;margin:0!important}.header-content{flex:1 1;padding:0 3rem}.header-section{padding:.6rem 3rem;height:100%!important}.header-logo{height:100%!important;width:auto!important}.custom-search-header{background:none;color:#fff;border:none;outline:none;padding-right:3rem;font-size:14px!important;padding-left:.5rem!important;font-family:Uniform Medium!important}.input-section-mobile{margin-bottom:1rem!important;padding:0 1rem}.custom-search-header::placeholder{color:inherit;font-family:Uniform Medium}.searched-product:hover{background-color:#f5f5f5}.searched-products-container{z-index:2}.header-icon{margin:.1rem .3rem!important}.header-person-outlined{margin:0!important}.cart-count .MuiBadge-badge{font-size:12px!important;padding:0!important;height:15px!important;width:15px!important}.login-container{background-color:#fff;min-width:145px;width:max-content;border-radius:.5rem;position:relative;padding:1rem 0!important;box-shadow:0 1px 3px 1px #ddd}.fav-icon:hover{fill:#092853}.login-container:before{content:"";position:absolute;width:0;height:0;background-color:#fff;top:-.5rem;left:4rem;border:.5rem solid #fff;border-top-left-radius:.25rem;transform:rotate(45deg)}.login-text{font-size:14px!important;font-family:Uniform Medium!important;color:#092853}.login-text-container{cursor:pointer;padding:.5rem 1rem!important}.login-text-container:not(:last-child){border-bottom:1px solid #ebebeb}.login-text-container:hover{background-color:#f5f5f5}.searched-image{height:75px;width:75px}.extended__menu{width:100%;height:-moz-fit-content;height:fit-content;min-height:55vh;position:absolute;align-items:flex-start!important;justify-content:flex-start!important;background-color:hsla(0,0%,100%,.9)}.menu-image-container{flex:1 1}.menu__link_parent:hover{color:#e87b1e!important}.child-submenu{align-items:"flex-start";justify-content:"flex-start";display:"flex";height:"100%"}.menu__link_child,.menu__link_parent,.menu__link_secondparent,.menu__link_subparent{padding:.5rem!important;border-radius:4px;margin-bottom:.25rem!important}.menu__link_child:hover,.menu__link_parent:hover,.menu__link_secondparent:hover,.menu__link_subparent:hover{background-color:#fff}.header-search{margin-left:2rem!important}.search-product-title{font-size:16px!important;font-family:Uniform Bold!important}.search-product-description{font-size:12px!important;font-family:Uniform Medium!important}.input-label{margin-bottom:.5rem;font-size:18px!important;font-family:Uniform Medium}.contact-us-input,select{width:100%;outline:none}.contact-us-input{padding:.7rem 1rem;border-radius:4px;font-family:Uniform Medium;font-size:16px!important}.shop-now-btn{text-shadow:-1px 1px 4px #05295c;color:inherit;animation:blink 1s infinite}.mobile-shop-now-btn span{text-shadow:-1px 1px 4px #e1e8f2;animation:mobileblink 1s infinite}@keyframes blink{0%{text-shadow:-1px 1px 15px rgba(7,55,122,.8)}50%{text-shadow:-1px 1px 30px rgba(3,55,129,.4)}to{text-shadow:-1px 1px 15px rgba(4,44,101,.8)}}@keyframes mobileblink{0%{text-shadow:-1px 1px 15px rgba(160,194,242,.8)}50%{text-shadow:-1px 1px 30px rgba(219,229,243,.4)}to{text-shadow:-1px 1px 15px rgba(160,194,242,.8)}}.menu__link_parent:hover .shop-now-btn{text-shadow:-1px 1px 25px #d77c1b;animation:blinkHover 1s infinite}@keyframes blinkHover{0%{text-shadow:-1px 1px 15px rgba(122,53,7,.8)}50%{text-shadow:-1px 1px 30px rgba(129,70,3,.4)}to{text-shadow:-1px 1px 15px rgba(101,53,4,.8)}}.input-row{align-items:flex-start}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.menu__link_child-link,.menu__link_parent-link,.menu__link_secondparent-link,.menu__link_subparent-link{width:100%!important;text-decoration:none!important}input[type=number]{-moz-appearance:textfield}.input-section{margin:1rem;margin-left:0!important}.input-section-query{margin:1rem;padding:0 1rem 0 0}.querySelect{font-size:16px!important}.visit-center-close{position:absolute;top:2rem;right:2rem;width:24px;height:24px;cursor:pointer}.visit-center-title{font-size:24px!important;margin:1rem 0}.menu__link{width:max-content}.menu__link,.other__menu{font-size:14px!important}.visit-center-title{text-transform:uppercase;padding:1rem;margin-bottom:2rem}.visit-drawer{height:93vh;padding:2rem 0}._ebco-logo{height:60px!important}@media screen and (max-width:1700px){.header-section{padding:.6rem 3rem}._ebco-logo{height:55px!important}.header{width:100%;top:0!important;left:0;z-index:1000;position:-webkit-sticky;position:sticky;display:block;height:82px;transition:all .1s ease-in-out}}@media screen and (max-width:1440px){.extended__menu{padding:1rem 5rem!important}.menu__link_child,.menu__link_parent,.menu__link_secondparent,.menu__link_subparent{width:85%!important;padding:.4rem!important;border-radius:4px;margin-bottom:.15rem!important}}@media screen and (max-width:1300px){.extended__menu{padding:.25rem 5rem!important}.menu__link_child,.menu__link_parent,.menu__link_secondparent,.menu__link_subparent{width:85%!important;padding:.3rem!important;border-radius:4px;margin-bottom:.1rem!important}.menu__link{width:max-content}.menu__link,.other__menu{font-size:12px!important}}@media screen and (max-width:1025px){.header-content{flex:1 1;padding:0 1rem}.header-section{padding:1rem 1.5rem}}@media screen and (max-width:770px){.header{display:none}.drawer_class2,.mobile-header{display:block}.header-actions{width:20%}.custom-search-header{font-size:12px!important}.header-search{margin-left:1rem!important}.logout_drawer{padding:3rem 1rem!important}.logout-text{color:#092853;font-size:14px!important;font-family:Uniform Medium!important;padding:.5rem 0!important}.logout_drawer_class .MuiDrawer-paperAnchorBottom{border-top-left-radius:1rem;border-top-right-radius:1rem}.action-icons{background-color:#fff;padding:.35rem .5rem;border-radius:50px;cursor:pointer;width:60%}.action-icon{height:16px!important;width:16px!important}.input-section-query{margin-left:1rem!important}.searched-image{height:50px;width:50px}}@media screen and (max-width:430px){.header-actions{width:55%}.search-product-title{font-size:12px!important;font-family:Uniform Bold!important}.header-search{margin:0!important}.searched-products-section{padding:1rem 0!important}.searched-products-container{padding:0!important}.searched-products-section{margin-top:0!important}.mobile-header{padding-bottom:.35rem!important}.search-product-description{font-size:10px!important;font-family:Uniform Medium!important}.action-icons{width:75%;padding:.4rem .5rem;height:32px!important}.ebco-logo img{width:85px!important;height:auto!important}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.postal-code-btn{color:#092853!important;font-family:Uniform Bold;font-size:16px!important;text-transform:inherit!important}.breadcrumbs-postal{padding:0 3rem}.postal-drawer-container{width:25vw;border-top-left-radius:12px;border-bottom-left-radius:12px;padding:2rem 0 0!important}.add-to-cart-button{height:40px!important}.download-brochure-button{line-height:1.2!important}.postal-icon{margin-right:.5rem}.product-Images-pdf{width:100%;display:flex;flex-direction:row;justify-content:flex-start}.size-quantity-container{margin-top:1rem!important}.postal-title{font-size:24px!important;font-family:Uniform Bold;color:#5b5b5b!important;padding:1rem!important}.postal-code{width:100%;padding:.5rem;font-size:16px!important;font-family:Uniform Medium!important;color:#5b5b5b!important;border:1px solid #c3c3c3;border-radius:4px;margin:1rem 0!important}.postal-text{font-size:20px!important;font-family:Uniform Bold;color:#5b5b5b!important}.postal-container{padding:1rem!important}.delivery-text{font-size:12px!important;color:#5b5b5b;font-family:Uniform Light!important}.close-modal{position:absolute;right:1rem;top:1rem;cursor:pointer}.postal-check-container{width:100%}.product-details-container{padding:2rem;display:flex}.image-gallery-container{width:65%}.image-gallery-many{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);grid-gap:10px;gap:10px}.single-image-gallery{display:flex!important;justify-content:center!important}.single-image-gallery img{width:50%}.product-image{width:100%;aspect-ratio:1/1;object-fit:cover;position:relative}.product-video{height:100%!important;width:100%;margin-bottom:12px;object-fit:cover}.image-gallery-swiper .swiper-slide{box-shadow:none!important}.swiper{height:100%!important}.swiper-slide{background-color:transparent!important}.layer{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1}.view-all-container{height:100%;width:100%;cursor:pointer}.custom-panel img,.styled-images img{width:49%;height:100%;object-fit:cover}iframe .custom-panel-content img{width:49%!important;height:100%;object-fit:cover}.view-all-icon{color:#fff;padding:1rem;height:60px!important;width:60px!important;border:1px solid #fff;border-radius:100%}.view-all-text{font-size:16px!important;color:#fff;font-family:Uniform Bold;margin-top:1rem}.remaining-count{position:absolute;right:1rem;bottom:1rem}.product-detail-info-container{width:35%;margin-left:2rem}.remaining-text{color:#fff;font-family:Uniform Bold}.product-details-title{color:#092853;font-family:Uniform Bold!important;font-size:2rem!important;margin-bottom:1rem!important}.product-description{margin-bottom:.5rem!important;font-size:16px!important;font-family:Uniform Medium;position:relative;padding-left:1rem}.product-description:before{content:"\2022";position:absolute;height:4px;width:4px;top:4px;left:0;color:#5b5b5b;font-size:1em;line-height:1}.size-container{margin-right:1rem;margin-bottom:1rem}.custom-select,.quantity-input{border:1px solid #c3c3c3;padding:.5rem;border-radius:4px;margin-top:.5rem!important;margin-right:1rem!important}.custom-select{position:relative;cursor:pointer}.quantity-icon-container{padding:0!important}.Mui-disabled .quantity-icon{color:#908f8f!important}.quantity-icon{cursor:pointer;width:20px!important;height:20px!important}.size-text{color:#3a3a3a!important;font-family:Uniform Bold!important;font-size:16px!important;width:40%}.option-text{width:100%!important}.size-text-value{color:#5b5b5b!important;font-family:Uniform Medium!important;font-size:16px!important;margin-left:1rem}.custom-select-options{position:absolute;margin-left:-8px;width:100%;max-height:300px;overflow:auto;top:100%;padding:.5rem;border:1px solid #8b8b8b;margin-top:2px!important;background-color:#fff;border-radius:4px;z-index:101;display:flex;flex-direction:column;box-shadow:0 2px 4px rgba(0,0,0,.1)}.custom-select-option{color:#5b5b5b;width:100%;font-family:Uniform Medium!important;margin-bottom:.5rem!important;padding:.5rem}.custom-select-option:hover{background-color:#f3f3f3;width:100%}.color-container{margin-top:1rem}.color-text{color:#5b5b5b!important;font-size:16px!important}.color-text,.revised-price-text{font-family:Uniform Medium!important}.revised-price-text{font-size:1.1rem!important;color:#092853}.tax-text{font-size:14px!important;color:#092853;font-family:Uniform Light!important}.price-text{font-size:1.5rem!important;color:#092853;font-family:Uniform Bold!important}.og-price-text{color:#5b5b5b!important;font-size:14px!important;font-family:Uniform Medium!important}.price-container{margin:2rem 0!important}.cart-icon{margin-right:5px!important}.download-button-container{margin:1rem 0!important}.share-button-container{border-radius:50px;border:1px solid #092853!important;padding:.5rem;margin:0 .5rem!important;cursor:pointer}.share-text{color:#092853!important;font-size:16px!important;font-family:Uniform Medium!important}.payment-image{width:100%!important;height:20px!important}.safe-checkout-container{display:flex;align-items:center;margin:.5rem 0!important}.gaurantee-checkout-container{border:1px solid #dddcdc;padding:1rem;border-radius:4px;margin:1rem 0!important}.payment-image{margin:1rem 0!important}.gaurantee-text{font-family:Uniform Light!important}.gaurantee-text,.safe-checkout-text{font-size:40px!important;color:#092853!important}.safe-checkout-text{font-family:Uniform Bold!important}.safe-checkout{color:#5b5b5b!important;font-size:16px!important;font-family:Uniform Medium!important;margin-left:.5rem!important}.specifications-description-tabs-container{margin:2rem 1rem!important;border-radius:8px;height:85vh!important}.custom-tabs .MuiTabs-indicator{background-color:#fff!important;background:url(/images/right.svg) no-repeat 50%!important;background-position:50%;height:70px!important;right:20px!important;width:10px}.custom-tabs{width:25vw!important;background-color:#eaf0f5!important;border:none!important;padding:2rem 0!important}.custom-tab-panel{width:100%!important;overflow:auto!important;background:#f9f9f9!important}.custom-tab{text-transform:capitalize!important;font-size:1.25rem!important;font-family:Uniform Medium!important;padding:1.5rem!important;color:#092853!important;margin:0!important;align-items:flex-start!important;text-align:left!important;max-width:100%!important}.custom-tab.Mui-selected{color:#092853!important;font-family:Uniform Bold!important;background:#e5ecf3!important}.quantity-text{width:26.25%!important}.table-header-specifications{font-family:Uniform Bold!important;color:#092853}.table-cell-specifications,.table-header-specifications{padding:2rem!important;border:1px solid #e3e3e3;text-align:center}.table-cell-specifications{color:#5b5b5b!important;font-family:Uniform Medium!important;font-size:16px!important}.specifications-title{font-size:32px!important;color:#092853;font-family:Uniform Bold!important;margin-bottom:1rem!important}.care-image,.warranty-image{width:100%!important;height:auto}.care-instructions-title,.warranty-instructions-title{width:60%!important;padding:0 1.5rem}.warranty-container:not(:last-child){margin-bottom:2rem!important}.care-instructions-image,.warranty-instructions-image{width:40%!important}.care-instructions-title-text,.warranty-instructions-title-text{font-size:32px!important;color:#092853;font-family:Uniform Bold!important;margin-bottom:1rem!important}.care-instructions-text,.warranty-instructions-text{color:#5b5b5b!important;font-size:16px!important;font-family:Uniform Medium!important;position:relative;padding-left:1rem}.care-instructions-text:before,.warranty-instructions-text:before{content:"\2022";position:absolute;height:4px;width:4px;top:4px;left:0;color:#5b5b5b;font-size:1em;line-height:1}.table{width:100%;border-collapse:collapse}strong{font-size:18px!important}.fitting-title,strong{text-transform:uppercase!important;color:#092853!important;font-family:Uniform Bold!important}.fitting-title{font-size:24px!important}.styled-images{display:grid;place-items:center}.styled-images.img{width:50%}.table td,.table th{border:1px solid #ddd;text-align:left;padding:.5rem}.table th{background-color:#f2f2f2}.table p{margin:0}.table img{max-width:100%;height:auto;display:block;margin-top:10px}.fitting-instructions-container .fitting-instructions-image{width:75%;height:auto}.styled-images.img{width:85%!important}.buyers-text{font-family:Uniform Light!important}.also-viewed-text,.buyers-text{font-size:40px!important;color:#092853}.also-viewed-text{font-family:Uniform Bold!important}.input-section-query{margin-bottom:1rem!important}.buyers-also-viewed-text-container{padding:5rem 2rem}.buyers-also-viewed-container{overflow:hidden;align-items:flex-start;position:relative}.buyers-also-viewed-image{position:absolute;bottom:0;left:0;opacity:.1}.color-box{width:30px;height:30px}.color-box-container{margin:.5rem!important}.meta-table{display:flex!important;flex-direction:column!important}.gaurantee-icon{height:20px!important;width:20px!important}.desktop-view,.desktop-view-column{display:flex!important}.enquiry-modal{width:50vw!important}table td{border:1px solid #d8d8d8;margin:0!important;text-align:left!important;padding:.5rem!important}table{border-collapse:collapse}table thead tr td{font-size:20px!important;color:#092853;font-family:Uniform Bold!important}button:disabled{cursor:not-allowed!important}.orange-button{border:none;text-transform:uppercase;font-family:Uniform Medium!important}.buy-now-button{width:50%!important;height:40px!important}.orange-button-container{width:100%}.Gallery-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:transparent}.product-image-slider{width:auto!important;height:75%!important;object-fit:contain;aspect-ratio:1/1}.product-image-gallery-container{width:100%;height:100vh}.custom-swiper-arrows{display:flex;top:50vh;left:0;padding:0 2rem!important;margin:0!important;position:absolute}.selected-color{border:2px solid #e87b1e}.close-gallery-modal{position:absolute;right:10%;top:10%;z-index:1000;height:1.5rem;width:-moz-fit-content;width:fit-content;color:#fff;font-family:Uniform Medium!important;cursor:pointer}.product-image{cursor:pointer}.gallery-container{position:relative}.button-container{background-color:#fff;position:relative;padding:0!important;z-index:100;margin-left:0!important;margin-top:2rem!important}.postal-available{color:green!important;font-family:Uniform Medium!important;font-size:16px!important}@media screen and (max-width:3000px){.similar-products-container{width:65%}.product-video{height:100%!important;width:100%;object-fit:cover}}@media screen and (max-width:2700px){.product-video{height:100%!important;width:100%;object-fit:cover}.care-image,.warranty-image{width:60%!important;height:auto}.quantity-text{width:25%!important}}@media screen and (max-width:2200px){.product-video{height:100%!important;width:100%;object-fit:cover}}@media screen and (max-width:1800px){.product-video{height:100%!important;width:100%;object-fit:cover}.quantity-text{width:25%!important}.care-image,.warranty-image{width:100%!important;height:auto}.similar-products-container{width:70%;margin-right:4rem}}@media screen and (max-width:1030px){.product-details-container{padding:1rem}.product-detail-info-container{margin-left:1rem;width:50%}.postal-drawer-container{width:35vw}.product-video{height:100%!important;width:100%;object-fit:cover}.image-gallery-container{width:50%}.product-description{margin-bottom:.5rem!important}.size-text,.size-text-value{font-size:14px!important}.color-box{width:20px;height:20px}.color-box-container{margin:.25rem!important}.price-container{margin:1rem 0!important}.blue-border-button,.orange-button{padding:.25rem!important}.blue-border-button{line-height:1.2!important}.share-button-container{border-radius:50px;border:1px solid #092853!important;padding:.25rem;margin:0 .25rem!important;cursor:pointer}.share-text{font-size:14px!important}.copy-icon{width:16px!important;height:16px!important}.gaurantee-text,.safe-checkout-text{font-size:24px!important}.payment-image{height:14px!important}.safe-checkout{color:#5b5b5b!important;font-size:14px!important;font-family:Uniform Medium!important;margin-left:.25rem!important;margin-bottom:.5rem!important}.gaurantee-icon{height:14px!important;width:14px!important;margin-top:-8px!important}.quantity-text{width:24%!important}}@media screen and (max-width:770px){.desktop-view{display:none!important}.mobile-view{display:flex}.desktop-view-column{display:none!important}.breadcrumbs-postal{padding:0 1rem;background-color:#fff!important}.postal-code-btn{color:#092853!important}.product-details-container{padding:0 1rem!important}.mobile-view-column{display:flex;flex-direction:column}.postal-drawer-container{width:65vw;padding:0!important}.product-details-container{flex-direction:column-reverse}.product-detail-info-container{margin-bottom:1rem;width:100%}.image-gallery-container{width:100%}.custom-tab{text-transform:capitalize!important;font-size:1rem!important;font-family:Uniform Medium!important;padding:.5rem!important;color:#092853!important;margin:0!important;align-items:center!important;text-align:left!important;max-width:100%!important}.product-video{height:100%!important;width:100%;object-fit:cover}.mobile-info-container{padding:1rem;padding-top:0!important}.download-button-container{width:99%}.product-description-container{margin-top:1rem!important}.custom-swiper-arrows{display:flex;top:50vh;left:0;padding:0 1rem!important;margin:0!important;position:absolute}.product-image-gallery-container{width:100%;height:max-content}.Gallery-modal{padding:.25rem!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:max-content!important;background-color:transparent;box-shadow:none!important;border:none;outline:none}.new-close-btn{position:-webkit-sticky;position:sticky;bottom:0;background:#fff;padding:.75rem;display:flex;justify-content:flex-end}.product-details-title{color:#092853;font-family:Uniform Bold!important;font-size:1.75rem!important;margin-bottom:1rem!important}.favorite-icon{margin-right:1rem}.enquiry-modal{width:80vw!important;padding:.5rem!important}.input-row,.input-section-query{width:100%!important}.input-section{margin-bottom:0!important}.specification-container{padding:1rem!important;background-color:#f3faff}.specifications-box-container{padding:1rem!important;border-bottom:1px solid #f2f1f1}.specifications-care-container{padding:1rem!important;height:100vh}.fitting-container{height:100vh;height:0 1rem}.title-close{position:-webkit-sticky;position:sticky;top:0;height:-moz-fit-content;height:fit-content;background-color:#fff;width:100%;padding:1rem!important}.close-modal{position:absolute;top:.5rem;right:.5rem}.care-container{flex-direction:column-reverse}.care-instructions-image,.warranty-instructions-image{width:100%!important}.care-instructions-title,.warranty-instructions-title{width:100%!important;padding:0 1.5rem}.warranty-container{flex-direction:column-reverse}.return-container{flex-direction:column}.buyers-also-viewed-container{flex-direction:column!important;align-items:flex-start!important}.buyers-also-viewed-text-container{width:100%;padding:1rem!important;flex-direction:row!important;gap:12px!important;justify-content:flex-start!important}.similar-products-container{width:100%}.size-quantity-container{flex-direction:column!important;align-items:flex-start!important;margin-top:0!important}.quantity-container,.size-container{width:100%;align-items:flex-start}.size-text{width:100%}.styled-images img{width:100%!important;max-width:100%!important;height:auto!important;display:block!important;margin:0 auto}.product-Images-pdf{width:100%;display:flex;flex-direction:column;justify-content:flex-start}}@media screen and (max-width:430px){.product-video{height:100%!important;width:100%;object-fit:cover}.postal-drawer-container{width:100vw;padding:0!important}.check-btn{padding:.5rem!important;margin:0!important}.enquiry-modal{width:100vw!important}.product-detail-info-container{margin:1rem 0 .25rem!important}.also-viewed-text{font-size:30px!important;font-family:Uniform Bold!important;color:#092853}.table-cell-specifications{padding:.5rem!important;font-size:12px!important}.table-header-specifications{padding:.5rem!important}.buyers-text{font-size:30px!important;font-family:Uniform Light!important;color:#092853}.also-buy-image{height:310px!important}.quantity-input{width:40%!important;margin-bottom:.75rem!important}.button-container{background-color:#fff;padding:fixed;position:fixed;padding:.5rem!important;z-index:100;margin-left:-1rem!important;bottom:0}.button-container .orange-button{padding:.5rem!important;width:50%!important}.button-container .send-enquiry{width:100%!important}.button-container .blue-border-button{width:50%!important;padding:.5rem!important}.specifications-image-container img{width:100%!important}.swiper-pagination-bullet{width:40px!important}.product-image-slider{width:100%!important;height:auto!important}.image-gallery-swiper .swiper-slide{box-shadow:none!important}.close-gallery-modal{position:relative;float:right;right:2%;top:2%;z-index:1000;width:-moz-fit-content;width:fit-content;height:1rem;cursor:pointer;color:#fff;margin-top:1rem!important}.view-all-text{color:#fff;font-family:Uniform Bold;margin-top:1rem}.remaining-text,.view-all-text{font-size:12px!important}.download-brochure-button{width:100%!important}.download-brochure-button-hide{display:none!important}.product-details-title{font-size:1.5rem!important}.specifications-title{font-size:24px!important}}@media screen and (max-width:325px){.add-to-cart-button{font-size:12px!important}.product-video{height:100%!important;width:100%;object-fit:cover}.view-all-icon{padding:1rem;height:30px!important;width:30px!important;color:#fff;padding:.25rem;height:20px!important;width:20px!important;border:1px solid #fff;border-radius:100%}}.cart{width:35vw;height:98vh}.cart-container{margin:1rem;background-color:#eaf0f5;height:100%;border-radius:8px;padding:2rem 1.5rem}.cart-header-title{font-size:24px!important;font-family:Uniform Medium!important}.cart-product-title{font-size:18px!important;font-family:Uniform Bold!important;color:#092853;margin-left:1rem!important}.size-quantity-container{margin-top:2rem}.close-icon-cart{cursor:pointer;width:24px!important;height:24px!important;position:absolute;top:-.5rem;left:.5rem;z-index:1000;border-radius:50%!important;padding:.25rem}.option-item{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem!important}.option-key{flex:0 0 50%;text-align:left;padding-right:8px;font-family:Uniform Bold!important;color:#222}.option-value{flex:1 1;text-align:left;font-family:Uniform Medium!important;color:#4a4a4a}.cart-products-container{flex:1 1;width:100%;height:50vh;max-height:60vh;overflow:auto;padding:1rem 1rem 1rem 0!important}.empty-cart-icon{height:100px!important;width:100px!important}.no-product-text{font-size:18px!important;color:#092853;font-family:Uniform Medium!important}.cart-product-image-title-container{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.cart-product-image{margin-left:1rem!important}.subtotal-price,.subtotal-text,.total-text{font-size:14px!important;color:#092853;font-family:Uniform Medium!important}.total-price{font-size:24px!important;color:#092853;font-family:Uniform Bold!important}.product-subTotal,.total-price-container{padding:.5rem 0;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;margin:1rem 0!important}.cart-action-container{width:100%}.checkout-button,.continue-shopping-button{width:100%;padding:.75rem;outline:none;border:none;border-radius:50px;cursor:pointer}.checkout-button:active,.continue-shopping-button:active{transform:translateY(1px)}.continue-shopping-button{background-color:#e87b1e;color:#fff;font-family:Uniform Medium!important;text-transform:uppercase}.continue-shopping-button:hover{background-color:#d76807;color:#fff}.checkout-button:hover{background-color:#eaf2fa}.checkout-button{background-color:transparent;border:1px solid #092853;color:#092853;margin:.5rem 0!important;font-family:Uniform Bold!important;text-transform:uppercase}@media screen and (max-width:1025px){.cart{width:45vw;height:98vh}.cart-products-container{height:55vh;max-height:55vh}}@media screen and (max-width:770px){.cart{width:60vw}}@media screen and (max-width:430px){.cart{width:100vw}.cart-products-container{overflow-x:hidden}.cart-product-image{width:100px!important;height:100px!important}.cart-product-container{padding-top:1rem!important}}.header-icon{margin:.1rem .2rem;height:18px!important;width:18px!important;cursor:pointer}.header-person-outlined{width:20px!important;height:20px!important}:root{--dark-blue:"#092853";--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135;--toastify-color-success:#092853!important}body{height:100%;margin:0;min-height:100%;display:flex;flex-direction:column}.main{flex:1 1}.swiper-slide{box-shadow:none!important}.Toastify__toast-body{font-family:Uniform Medium!important}@font-face{font-family:Uniform Black;src:url(/fonts/Uniform_Black.otf) format("opentype");font-display:swap}@font-face{font-family:Uniform Light;src:url(/fonts/Uniform_Light.otf) format("opentype");font-display:swap}@font-face{font-family:Uniform Bold;src:url(/fonts/Uniform_Bold.otf) format("opentype");font-display:swap}@font-face{font-family:Uniform Medium;src:url(/fonts/Uniform_Medium.otf) format("opentype");font-display:swap}@font-face{font-family:Uniform Condensed Bold;src:url("/fonts/Uniform Condensed Bold.otf") format("opentype");font-display:swap}@font-face{font-family:Uniform Condensed Medium;src:url("/fonts/Uniform Condensed Medium.otf") format("opentype");font-display:swap}@font-face{font-family:Uniform;src:url(/fonts/Uniform.otf) format("opentype");font-display:swap}body{font-family:Uniform Medium,sans-serif;background-color:#f9fafc;position:relative}h1{font-family:Uniform Bold,sans-serif}input:focus-within{outline:none}.row-center{flex-direction:row}.row-center,.row-reverse-center{display:flex;justify-content:center;align-items:center}.row-reverse-center{flex-direction:row-reverse}.no-padding{padding:0!important}.column-center{display:flex;justify-content:center;align-items:center;flex-direction:column}.row-space-between{flex-direction:row}.column-space-between,.row-space-between{display:flex;justify-content:space-between;align-items:center}.column-space-between{flex-direction:column}.row-space-around{display:flex;justify-content:space-around;align-items:center;flex-direction:row}.zsiq_floatmain{display:none!important}.column-space-around{display:flex;justify-content:space-around;align-items:center;flex-direction:column}.w-100{width:100%}.h-100{height:100%}.w-25{width:25%}.bg-center{background-position:50%;background-size:cover;background-repeat:no-repeat}.MuiListItemText-root span{font-size:inherit!important}.w-50{width:50%}.h-50{height:50%}.imageSection{display:none}.carousal-container{width:99%;padding:1rem 0}.slick-arrow,.slick-dots{display:inline-block}.mobile-view{display:none}.desktop-block{display:block}.desktop-view-column{display:flex;flex-direction:column}.mobile-view-column{display:none}.desktop-view{display:flex}.mobile-block{display:none}.product_range_card_image{height:100%!important;display:block;width:100%}.white-text{color:#fff!important}.blue-text{color:#092853!important}.cartdrawer .MuiDrawer-paperAnchorRight{border-top-left-radius:8px;border-bottom-left-radius:8px}.login-non-image-container{width:50%}.login-image-text-container{height:max-content;min-height:90vh;align-items:center}.ytp-playlist-menu-button .ytp-button{display:none!important}.swiper-pagination-bullet{height:2px!important;width:80px!important;border-radius:0!important;margin:0!important;background-color:#5b5b5b}.swiper-pagination-bullet-active{background-color:#e87b1e!important}.global-title{font-size:28px!important}.global-title,.global-title-lite{font-family:Uniform Bold!important}.global-title-lite{font-size:22px!important}.global-description,.global-description-med{font-size:20px!important;font-family:Uniform Medium!important}.pr{padding:1rem}@media (max-width:770px){.global-title{font-size:24px!important;font-family:Uniform Bold!important}.global-description{font-size:16px!important;font-family:Uniform Medium!important}.header-actions{width:55%!important}.imageSection{display:block}.slick-arrow{display:none!important}.MuiTabs-scroller{overflow:auto!important}}@media screen and (max-width:770px){.mobile-view{display:flex}.swiper-pagination-bullet{height:2px!important;width:40px!important;border-radius:0!important;margin:0!important;background-color:#5b5b5b}.swiper-pagination-bullet-active{background-color:#e87b1e!important}.login-non-image-container{width:100%}.login-image-text-container{height:auto}.desktop-view-column{display:none}.mobile-block{display:block}.desktop-block{display:none}.mobile-view-column{display:flex;flex-direction:column}.desktop-view{display:none}}.PhoneInputInput{width:80%;height:40px;border-radius:5px;border:1px solid #5b5b5b;font-size:16px;font-family:Uniform Medium;padding:.25rem 1rem;letter-spacing:2px}.PhoneInputCountry{margin-right:1rem!important;height:40px;width:auto}.PhoneInputCountryIcon--border{box-shadow:none!important;background-color:transparent!important;border:1px solid #f0f0f0;padding:0 .3rem}.custom-select-discovery{font-size:14px!important}.PhoneInputInput:focus-visible{outline:1px solid #e87b1e;border:none}.PhoneInput{margin:1rem 0}.PhoneInputCountryIcon{height:40px!important;width:40px!important}::-webkit-scrollbar{width:6px;height:3px!important}.custom-tablist::-webkit-scrollbar{display:none!important}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(209,18,18,.103);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:#e87b1e!important}.MuiModal-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.data-point{cursor:pointer!important}.custom_slider .slick-dots li{width:50px!important;background-color:#ddd;height:2px!important;margin:0!important}.custom_slider .slick-dots .slick-active{background-color:#e87b1e!important}.custom_slider>.slick-list>.slick-track>.slick-slide{width:275px!important;margin:0 .5rem!important;height:500px!important;transition:width .3s ease-in-out,height .3s ease-in-out,transform .3s ease-in-out;cursor:pointer}.custom-model-viewer{width:600px;height:400px}.custom_slider .slick-dots{width:100%!important;margin:0!important}.manufacturing_section{width:98%!important;margin:0 auto 1rem!important;padding-top:0!important}.Manufacturing_slide_content{box-shadow:none!important;display:none;transition:display .3s ease-in}.custom_slide{width:100%!important}.slick-arrow:before{display:none}.custom_slider .slick-next,.custom_slider .slick-prev{bottom:0!important;top:100%!important;display:flex!important;justify-content:center!important;align-items:center!important}.custom_slider .slick-prev{left:1%!important;display:none!important}.custom_slider .slick-next{right:1%!important;display:none!important}.custom_slider{height:580px}a{text-decoration:none!important}.custom_slider .slick-list{height:580px!important}.contact-detail{-webkit-touch-callout:none;-webkit-user-select:none;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent}.footer_topnav{margin:0 1rem;background:"green"}.footer p{font-size:14px}.customDarkTextInput{padding:.5rem .25rem;background:transparent;color:#eaf0f5;outline:none;box-shadow:none;border:none;border-bottom:1px solid grey;width:100%}.customDarkTextInput::placeholder{color:#eaf0f5;font-family:Uniform Light}.custom_slider>.slick-list>.slick-track>.slick-slide .Manufacturing_slide_content{display:none;margin:1rem}.custom_slider>.slick-list>.slick-track>.slick-current .Manufacturing_slide_content{display:block;margin:1rem}.custom_slider>.slick-list>.slick-track>.slick-current div{box-shadow:0 1px 10px 0 #00000014}@media (min-width:770px){.imageSection{display:block}.custom_slider>.slick-list>.slick-track>.slick-slide{box-shadow:none}.custom_slider>.slick-list>.slick-track>.slick-current{width:500px!important;transform:scale(1.1);margin:0 3rem!important}.custom_slider .slick-prev{left:1%!important;display:flex!important}.custom_slider .slick-next{right:1%!important;display:flex!important}.custom_slider .slick-dots{width:80%!important;margin:0 10rem!important}}@media (min-width:1550px){.custom_slider>.slick-list>.slick-track>.slick-slide{width:450px!important;margin:0 1rem!important}}.MuiPaginationItem-previousNext{border:1px solid #e87b1e!important}.MuiPaginationItem-page{color:#8d8d8d!important}.Mui-selected.MuiPaginationItem-page{color:#fff!important;background-color:#e87b1e!important}.Mui-selected.MuiPaginationItem-page:hover{background-color:#f1780e!important}.MuiPaginationItem-icon{color:#e87b1e!important}.orange-button{padding:.5rem!important;background-color:#e87b1e!important;color:#fff!important;font-family:Uniform Bold!important;border-radius:50px!important;margin:0 .5rem!important;width:100%}.orange-button:hover{background-color:#d86500!important}.blue-border-button{padding:.5rem!important;color:#092853!important;font-family:Uniform Bold!important;border-radius:50px!important;border:1px solid #092853!important;margin:0 .5rem!important;line-height:1.2!important}.blue-border-button:hover{background-color:#eee!important}.grey-border-button{padding:.5rem!important;color:#092853!important;font-family:Uniform Bold!important;border-radius:50px!important;border:1px solid #d4d6d8!important;margin:0 .5rem!important}.single-line{white-space:wrap!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical;text-overflow:ellipsis!important}.single-line,body.loading{overflow:hidden}button:active{transform:translateY(1px)}@media print{body{margin:0;padding:0}body,p{font-family:cursive!important}p{color:green!important}}.loader{width:50px;padding:8px;aspect-ratio:1;border-radius:50%;background:#092853;--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;animation:l3 1s linear infinite}.zsiq-newtheme.siq_lft{left:5px!important}#zsiq_floatmain{display:none!important}.popupImage img{width:100%!important;height:auto}.loader-container{top:0;left:0;pointer-events:none}.loader-container,.loader-container-product{position:absolute;height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background-color:#ffffff9b;z-index:1e+24}.loader-container-product{top:0!important;left:0!important;pointer-events:none!important}.arrow{margin:0 25%!important}.initiative-arrow{margin:0 20%!important}.arrow-left-gallery,.arrow-right-gallery,.buy-arrows{margin:0!important;background:none!important;border:none!important;cursor:pointer!important}.p-16{padding:16px!important}.arrow-right-arrival,.arrow-right-discovery,.arrow-right-news{margin-left:20%!important}.arrow-left-home{margin:0 23%!important}.loader-map-parent{height:70vh;width:100%;display:grid;place-items:center}.loader-map{width:100px;height:100px;display:inline-block;position:relative}.loader-map:after,.loader-map:before{content:"";box-sizing:border-box;width:100px;height:100px;border-radius:50%;border:4px solid #092853;position:absolute;left:0;top:0;animation:animloader 2s linear infinite}.loader-map:after{animation-delay:1s}@keyframes animloader{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}@keyframes l3{to{transform:rotate(1turn)}}.events-swiper-1 .swiper-pagination{display:none!important}.events-swiper-2 .swiper-wrapper{padding-bottom:0!important}.segment-logo,.segment-logo-column{width:22%!important;right:10px;height:-moz-fit-content!important;height:fit-content!important}.segment-logo,.segment-logo-column,.segment-logo-mobile{color:transparent;position:absolute;bottom:2%;object-fit:contain!important}.segment-logo-mobile{display:block;opacity:1!important;height:auto!important;width:25%!important;height:-moz-fit-content!important;height:fit-content!important;right:4%}option{cursor:pointer}.MuiTabs-scroller{overflow:auto!important}.MuiTabs-scroller::-webkit-scrollbar{display:none}.MuiTabs-scroller{scrollbar-width:none}.send-enquiry{width:100%!important}@media screen and (max-width:770px){.swiper-pagination-bullet{width:30px!important;border-radius:0!important}.manufacturing_section{padding:0 1rem!important}}@media screen and (max-width:380px){.global-title{font-size:18px!important;font-family:Uniform Bold!important}.global-description{font-size:16px!important;font-family:Uniform Medium!important}}@media screen and (max-width:349px){.global-description{font-size:16px!important;font-family:Uniform Medium!important}}.card-image-designer{transition:transform .3s ease;transform-origin:center}.card-image-designer:hover{transform:scale(1.05)}