.MyAccount-module__EGillq__account__main__container{background:var(--primary-white);width:100%;height:100%;padding:60px 0}.MyAccount-module__EGillq__account__sub__container{justify-content:space-between;align-items:flex-start;column-gap:120px;width:90%;height:100%;margin:0 auto;padding:0 50px;display:flex;position:relative}.MyAccount-module__EGillq__account__sub__container:after{content:"";background:#cececd;width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.MyAccount-module__EGillq__login__main__container,.MyAccount-module__EGillq__register__main__container{width:50%;height:100%}.MyAccount-module__EGillq__login__heading,.MyAccount-module__EGillq__register__heading{color:var(--primary-black);font-size:var(--font-40);font-weight:var(--font-600);line-height:var(--lineHeight-desc)}.MyAccount-module__EGillq__form{flex-direction:column;row-gap:15px;width:100%;height:100%;margin-top:40px;display:flex}.MyAccount-module__EGillq__form__sub__box{flex-direction:column;row-gap:5px;width:100%;height:100%;display:flex}.MyAccount-module__EGillq__span__pass__box{width:100%;position:relative}.MyAccount-module__EGillq__eye__image{cursor:pointer;width:20px;height:20px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.MyAccount-module__EGillq__label{color:var(--primary-black);font-size:var(--font-15);font-weight:var(--font-400)}.MyAccount-module__EGillq__input__field{width:100%;color:var(--primary-black);font-size:var(--font-15);font-weight:var(--font-400);background:#f5b33500;border:1px solid #c7c7c7;border-radius:6px;padding:15px 12px}.MyAccount-module__EGillq__form__btn__box{justify-content:space-between;align-items:center;column-gap:10px;display:flex}.MyAccount-module__EGillq__form__button{font-size:var(--font-15);font-weight:var(--font-500);text-transform:uppercase;background:var(--primary-black);width:100%;color:var(--primary-white);border:1px solid var(--primary-black);cursor:pointer;border-radius:6px;margin-top:10px;padding:15px 0;transition:all .4s}.MyAccount-module__EGillq__form__button:hover{color:var(--primary-black);background:0 0}.MyAccount-module__EGillq__lost__pass__link{color:#045cb4;font-size:var(--font-16);font-weight:var(--font-400);cursor:pointer;max-width:fit-content;position:relative}.MyAccount-module__EGillq__lost__pass__link:after{content:"";background:#045cb4;width:0;height:1.5px;transition:all .4s;position:absolute;bottom:-2px;left:0}.MyAccount-module__EGillq__lost__pass__link:hover:after{width:100%}.MyAccount-module__EGillq__register__desc{color:var(--primary-black);font-size:var(--font-16);font-weight:var(--font-400)}.MyAccount-module__EGillq__register__desc a{color:var(--hover-pink);position:relative}.MyAccount-module__EGillq__register__desc a:after{content:"";background:var(--hover-pink);width:0;height:7%;transition:all .4s;position:absolute;bottom:-2px;left:0}.MyAccount-module__EGillq__register__desc a:hover:after{width:100%}.MyAccount-module__EGillq__error__message{color:red;font-size:var(--font-14);font-weight:var(--font-400);padding-top:5px}.MyAccount-module__EGillq__form__button__active{color:var(--primary-black);border:1px solid var(--primary-black);background:0 0}.MyAccount-module__EGillq__loader{aspect-ratio:1;background:var(--primary-black);--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0)content-box;width:40px;-webkit-mask:var(--_m);-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;border-radius:50%;padding:8px;animation:1s linear infinite MyAccount-module__EGillq__l3;-webkit-mask-composite:source-out;mask-composite:subtract}@keyframes MyAccount-module__EGillq__l3{to{transform:rotate(1turn)}}.MyAccount-module__EGillq__success__message{color:#5f6644;font-size:var(--font-18);font-weight:var(--font-500)}.MyAccount-module__EGillq__loggedin__main__container{background:var(--primaryFive-color);width:100%;height:100%;padding:60px 0}.MyAccount-module__EGillq__loggedin__sub__container{width:90%;height:100%;margin:0 auto}.MyAccount-module__EGillq__loggedin__right__box{width:80%}.MyAccount-module__EGillq__loggedin__box{border:1px solid #c7c7c7;border-radius:10px;justify-content:flex-start;column-gap:30px;width:100%;height:100%;display:flex}.MyAccount-module__EGillq__loggedin__left__box{border-right:1px solid #c7c7c7;width:20%;height:auto}.MyAccount-module__EGillq__left__top__box{border-bottom:1px solid #c7c7c7;flex-direction:column;justify-content:center;align-items:center;row-gap:10px;width:100%;height:auto;padding:25px 0;display:flex}.MyAccount-module__EGillq__user__profile{width:80px;height:80px}.MyAccount-module__EGillq__user__email{color:#848484;font-size:var(--font-14);font-weight:var(--fontWeight-500)}.MyAccount-module__EGillq__logout__btn{color:var(--primary-black);font-size:var(--fontSize-12);font-weight:var(--font-600);border:none;border-bottom:1px solid var(--primary-black);cursor:pointer;text-transform:uppercase;background:0 0;font-family:HK Grotesk,sans-serif}.MyAccount-module__EGillq__bottom__btn__box{flex-direction:column;justify-content:center;align-items:flex-start;row-gap:15px;width:100%;height:auto;padding:25px 0;display:flex}.MyAccount-module__EGillq__sidebar__img{width:25px;height:auto}.MyAccount-module__EGillq__btn__sidebar{width:100%;color:var(--primary-black);font-size:var(--font-18);font-weight:var(--fontWeight-500);cursor:pointer;background:0 0;border:none;align-items:center;column-gap:8px;padding:10px 0 10px 15px;display:flex}.MyAccount-module__EGillq__active__tab__btn{background:#84848429}.MyAccount-module__EGillq__dashboard__box{width:100%;height:100%;margin-top:30px}.MyAccount-module__EGillq__dash__heading{color:var(--primary-black);font-size:var(--font-14);font-weight:var(--font-400)}.MyAccount-module__EGillq__orange__color{color:var(--hover-pink);cursor:pointer;position:relative}.MyAccount-module__EGillq__orange__color:after{content:"";background:var(--hover-pink);width:0;height:1.5px;transition:all .4s;position:absolute;bottom:-3px;left:0}.MyAccount-module__EGillq__orange__color:hover:after{width:100%}.MyAccount-module__EGillq__dash__heading:nth-child(2){max-width:70%;padding-top:10px}.MyAccount-module__EGillq__order__loading__animation{aspect-ratio:1;background:var(--primary-black);--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0)content-box;width:40px;height:40px;-webkit-mask:var(--_m);-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;border-radius:50%;padding:8px;animation:1s linear infinite MyAccount-module__EGillq__l3;-webkit-mask-composite:source-out;mask-composite:subtract}.MyAccount-module__EGillq__loading__flex{justify-content:center;align-items:center;width:97%;height:80%;display:flex}.MyAccount-module__EGillq__none{visibility:hidden;opacity:0;display:none}.MyAccount-module__EGillq__order__table{width:100%;height:100%;margin-top:30px}.MyAccount-module__EGillq__order__heading{font-size:var(--font-24);color:var(--primary-black);font-weight:var(--font-600)}.MyAccount-module__EGillq__table{border-collapse:separate;text-align:left;border:1px solid #c7c7c7;border-radius:6px;width:100%;max-width:97.5%;height:auto;margin-top:20px}.MyAccount-module__EGillq__table thead{background:#fbfbfb}.MyAccount-module__EGillq__table__head{width:20%;font-size:var(--font-15);font-weight:var(--fontWeight-400);color:var(--primary-black);vertical-align:middle;background-color:#c7c7c726;border:0 solid #c7c7c7;padding:12px 16px}.MyAccount-module__EGillq__table__data{width:20%;font-size:var(--font-15);font-weight:var(--fontWeight-400);color:var(--primary-black);vertical-align:middle;padding:12px 16px}.MyAccount-module__EGillq__table__data:first-child{color:#046bd2;cursor:pointer}.MyAccount-module__EGillq__view__btn{font-size:var(--font-14);text-transform:uppercase;color:#848484;font-weight:var(--fontWeight-400);cursor:pointer;background-color:#02010100;border:1px solid #848484;border-radius:4px;padding:8px 16px;text-decoration:none;transition:all .4s}.MyAccount-module__EGillq__view__btn:hover{background:var(--primary-black);color:var(--primary-white)}.MyAccount-module__EGillq__no__orders__found{border-top:3px solid var(--secondary-pink);background:#f7f6f7;justify-content:space-between;align-items:center;width:97%;margin-top:20px;padding:20px;display:flex}.MyAccount-module__EGillq__no__order__heading{color:var(--primary-black);font-size:var(--font-18);font-weight:var(--fontWeight-400)}.MyAccount-module__EGillq__browse__btn{color:var(--color-white);font-size:var(--font-15);font-weight:var(--fontWeight-400);background:var(--secondary-pink);cursor:pointer;border:none;padding:10px 15px;transition:all .4s}.MyAccount-module__EGillq__browse__btn:hover{filter:brightness(.9)}.MyAccount-module__EGillq__account__form{flex-direction:column;row-gap:20px;width:97%;height:100%;margin-top:30px;display:flex}.MyAccount-module__EGillq__asterix{color:var(--hover-pink);font-weight:var(--fontWeight-700)}.MyAccount-module__EGillq__first__and__last__box{justify-content:space-between;align-items:center;column-gap:40px;width:100%;display:flex}.MyAccount-module__EGillq__names__box{width:50%}.MyAccount-module__EGillq__names__box label,.MyAccount-module__EGillq__dis__names__box label,.MyAccount-module__EGillq__dis__span__txt,.MyAccount-module__EGillq__password__change__box label{color:var(--primary-black);font-size:var(--font-15);font-weight:var(--fontWeight-400)}.MyAccount-module__EGillq__names__box input,.MyAccount-module__EGillq__dis__names__box input,.MyAccount-module__EGillq__password__change__box input{width:100%;color:var(--primary-black);font-size:var(--font-15);font-weight:var(--fontWeight-400);background:#02010100;border:1px solid #c7c7c7;border-radius:6px;margin-top:5px;padding:12px}.MyAccount-module__EGillq__display__name__box{width:100%}.MyAccount-module__EGillq__dis__names__box{flex-direction:column;width:100%;display:flex}.MyAccount-module__EGillq__dis__span__txt{color:#848484;padding-top:5px}.MyAccount-module__EGillq__password__box fieldset{border:1px solid #e2e8f0;padding:5px 12px}.MyAccount-module__EGillq__btn__box__save{width:100%;height:auto}.MyAccount-module__EGillq__password__change__box{margin-top:20px;margin-bottom:10px}.MyAccount-module__EGillq__loader__box{align-items:center;column-gap:10px;margin-bottom:20px;display:flex}.MyAccount-module__EGillq__save__changes__btn{text-transform:uppercase;max-width:fit-content;color:var(--color-white);background-color:var(--primary-black);cursor:pointer;border-style:solid;border-width:0;border-radius:6px;padding:16px 32px;font-size:.938rem;font-style:normal;text-decoration:none}.MyAccount-module__EGillq__success{font-size:var(--font-16);color:var(--primary-black);font-weight:var(--fontWeight-400);margin-bottom:10px}.MyAccount-module__EGillq__logout__box{width:100%;height:100%;margin-top:30px}.MyAccount-module__EGillq__logout__txt{color:var(--primary-black);font-size:var(--font-15);font-weight:var(--fontWeight-400)}.MyAccount-module__EGillq__logout__txt span{cursor:pointer;text-decoration:underline}.MyAccount-module__EGillq__otp__phone__field{width:100%;margin-bottom:15px;position:relative}.MyAccount-module__EGillq__send__otp__btn{cursor:pointer;font-size:var(--font-14);font-weight:var(--fontWeight-400);color:var(--primary-black);background:0 0;border:none;position:absolute;top:65%;right:10px;transform:translateY(-50%)}.MyAccount-module__EGillq__send__otp__btn:hover{text-decoration:underline}.MyAccount-module__EGillq__btn__none{display:none}.MyAccount-module__EGillq__loader__otp{aspect-ratio:1;background:var(--primary-black);--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0)content-box;width:25px;-webkit-mask:var(--_m);-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;border-radius:50%;padding:4px;animation:1s linear infinite MyAccount-module__EGillq__l3;position:absolute;top:50%;right:10px;-webkit-mask-composite:source-out;mask-composite:subtract}.MyAccount-module__EGillq__otp__verification__box{width:100%;position:relative}.MyAccount-module__EGillq__phone__verify__txt{font-size:var(--font-15);color:red;font-weight:var(--fontWeight-400);padding-top:20px}.MyAccount-module__EGillq__product__popup__main.MyAccount-module__EGillq__product__popup__open{z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100%;height:100vh;transition:all .8s cubic-bezier(.1,.1,.1,1);display:flex;position:fixed;inset:0}.MyAccount-module__EGillq__product__popup__sub{background:var(--primary-white);opacity:0;border-radius:5px;width:65%;height:auto;padding:20px 20px 40px;transition:all .8s cubic-bezier(.2,.2,.2,1.1);overflow:hidden;transform:scale(0)}.MyAccount-module__EGillq__product__table__container::-webkit-scrollbar{background:0 0;width:5px;height:20px}.MyAccount-module__EGillq__product__table__container::-webkit-scrollbar-thumb{background:#c7c7c7}.MyAccount-module__EGillq__product__popup__sub.MyAccount-module__EGillq__product__popup__open{opacity:1;transform:scale(1)}.MyAccount-module__EGillq__track__order__cont{width:100%;height:auto}.MyAccount-module__EGillq__product__table__container{border:1px solid #c7c7c7;border-radius:6px;height:100%;max-height:320px;overflow-y:scroll}.MyAccount-module__EGillq__product__table{border:none;width:100%;max-width:100%;height:100%;margin-top:0}.MyAccount-module__EGillq__product__image{width:50px;height:auto}.MyAccount-module__EGillq__price__txt{font-size:var(--font-14);color:var(--primary-black);font-weight:var(--fontWeight-400)}.MyAccount-module__EGillq__product__name__track{font-size:var(--font-14);color:var(--primary-black);font-weight:var(--font-400)}.MyAccount-module__EGillq__button__close__box{justify-content:flex-end;align-items:flex-end;width:100%;height:auto;margin-bottom:15px;display:flex}.MyAccount-module__EGillq__close__btn{cursor:pointer;background:var(--secondary-pink);border:none;border-radius:100px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.MyAccount-module__EGillq__close__btn svg{width:13px;height:13px;fill:var(--primary-black);transition:all .4s}.MyAccount-module__EGillq__close__btn:hover svg{transform:rotate(90deg)}@media screen and (max-width:1024px){.MyAccount-module__EGillq__account__sub__container{width:100%}}@media screen and (max-width:767px){.MyAccount-module__EGillq__account__main__container{padding:50px 0}.MyAccount-module__EGillq__account__sub__container{flex-direction:column;row-gap:40px;width:100%;padding:0 25px}.MyAccount-module__EGillq__login__heading,.MyAccount-module__EGillq__register__heading{font-size:var(--fontSize-32)}.MyAccount-module__EGillq__form{margin-top:20px}.MyAccount-module__EGillq__login__main__container,.MyAccount-module__EGillq__register__main__container{width:100%}.MyAccount-module__EGillq__account__sub__container:after{background:0 0}.MyAccount-module__EGillq__loggedin__main__container{padding:50px 0}.MyAccount-module__EGillq__loggedin__box{flex-direction:column}.MyAccount-module__EGillq__loggedin__left__box{width:100%}.MyAccount-module__EGillq__bottom__btn__box{border-bottom:1px solid #c7c7c7;flex-flow:wrap;width:100%;margin:0 auto}.MyAccount-module__EGillq__btn__sidebar{border-radius:5px;width:44%;margin:0 10px}.MyAccount-module__EGillq__loggedin__right__box{width:95%;margin:0 auto;padding-bottom:20px}.MyAccount-module__EGillq__account__form{width:100%}.MyAccount-module__EGillq__dash__heading:nth-child(2){max-width:100%}.MyAccount-module__EGillq__table__mobile{border:1px solid #c7c7c7;border-radius:6px;margin-top:20px;overflow-x:auto}.MyAccount-module__EGillq__table{border:none;margin:0}.MyAccount-module__EGillq__left__top__box{padding:15px 0}.MyAccount-module__EGillq__product__popup__sub{width:90%}}
