@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);:root{--font-family:"Poppins",sans-serif;--dark-blue:#0a1930;--light-blue:#1f93ff;--color-white:#fff;--color-dark:#333;--color-black:#000;--color-grey:#eee;--color-red:#e10000;--box-shadow:0 5px 15px #0000001a;--color-purple:#9d0191;--color-orange:#f72;--color-primary:#007bff;--color-success:#28a745}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}html{font-size:10px}body{font-family:Poppins,sans-serif;font-family:var(--font-family)}section{padding:4rem 0;width:100%}.container{margin:0 auto;max-width:1280px;padding:0 20px}.--flex-center{align-items:center;display:flex;justify-content:center}.--flex-start{align-items:flex-start;display:flex;justify-content:flex-start}.--flex-end{justify-content:flex-end}.--flex-between,.--flex-end{align-items:center;display:flex}.--flex-between{justify-content:space-between}.--dir-column{flex-direction:column}.--flex-dir-column{display:flex}.--100vh{height:100vh}.--mh-100vh{min-height:100vh}.--grid-15{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.--grid-15,.--grid-25{grid-row-gap:1rem;grid-column-gap:1rem;column-gap:1rem;display:grid;row-gap:1rem}.--grid-25{grid-template-columns:repeat(auto-fit,minmax(24rem,1fr))}.--center-all{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:auto;text-align:center;width:100%}h1,h2,h3,h4{color:#333;color:var(--color-dark);font-weight:500;line-height:1.2;margin-bottom:1rem}h1{font-size:4rem}h2{font-size:3rem}h3{font-size:2.5rem}h4{font-size:2rem}p{color:#333;color:var(--color-dark);font-size:1.5rem;font-weight:300;line-height:1.3}.--text-xl{font-size:4.5rem}.--text-lg{font-size:4rem}.--text-md{font-size:3rem}.--text-sm{font-size:1.2rem;font-weight:300}.--text-p{color:#333;color:var(--color-dark);font-size:1.5rem;font-weight:300;line-height:1.3}.--fw-bold{font-weight:600}.--fw-thin{font-weight:200}.--text-light{color:#fff}.--text-red{color:#e10000}.--color-primary{color:#007bff}.--color-danger{color:#ff4500}.--color-success{color:#28a745}.--color-white{color:#fff}.--color-red{color:#e10000;color:var(--color-red)}.--text-center{text-align:center}.--card{border:1px solid #0000;border-radius:5px;box-shadow:0 5px 15px #0000001a;box-shadow:var(--box-shadow);overflow:hidden}.--m{margin:1rem}.--ml{margin-left:1rem}.--mr{margin-right:1rem}.--mb{margin-bottom:1rem}.--my{margin:1rem 0}.--mx{margin:0 1rem}.--m2{margin:2rem}.--ml2{margin-left:2rem}.--mr2{margin-right:2rem}.--mb2{margin-bottom:2rem}.--my2{margin:2rem 0}.--mx2{margin:0 2rem}.--p{padding:1rem}.--p2{padding:2rem}.--py{padding:1rem 0}.--py2{padding:2rem 0}.--px{padding:0 1rem}.--px2{padding:0 2rem}.--btn{align-items:center;border:1px solid #0000;border-radius:3px;cursor:pointer;display:flex;font-size:1.6rem;font-weight:400;justify-content:center;margin:0 5px 0 0;padding:6px 8px;transition:all .3s}.--btn:hover{transform:translateY(-2px)}.--btn-lg{padding:8px 10px}.--btn-block{width:100%}.--btn-primary{background:#007bff;color:#fff}.--btn-secondary{background:#0000;border:1px solid #fff;color:#fff}.--btn-danger{background:#ff4500;color:#fff}.--btn-red{background:red;color:#fff}.--btn-success{background:#28a745;color:#fff}.--btn-dark{background-color:#000;color:#fff;transition:all .4s}.--btn-dark:hover{background-color:#dbdbdb;color:#000}.--bg-light{background:#fff}.--bg-dark{background:#333;background:var(--color-dark)}.--bg-primary{background:#007bff;background:var(--color-primary)}.--bg-success{background:#28a745;background:var(--color-success)}.--bg-grey{background:#eee;background:var(--color-grey)}.--bg-night{background-color:#000;background-color:var(--color-black)}.--form-control{font-size:1.6rem;font-weight:300}.--form-control>*{margin:5px 0}.--form-control input{font-size:1.6rem;font-weight:300;outline:none}.--form-control input,.--form-control select{border:1px solid #777;border-radius:3px;padding:8px 1rem}.--form-control select{font-size:1.4rem;font-weight:400}.--form-control label{color:#333;color:var(--color-dark);display:inline-block;font-size:1.6rem;font-weight:400;margin-right:1rem;min-width:7rem}@media screen and (max-width:600px){.--flex-dir-column{flex-direction:column}}.--block{display:block}.--inline-block{display:inline-block}.--width-100{width:100%}.--width-500px{width:500px}.--line{position:relative}.--line:after{background:#d908aa;background:linear-gradient(135deg,#a301bf 44%,#d908aa 57%);bottom:-5px;content:"";height:3px;left:50%;margin-bottom:1rem;position:absolute;transform:translateX(-50%);width:5rem}.--list-style-none{list-style:none}.--profile-img{border:1px solid #ccc;border-radius:50%;height:6rem;width:6rem}a{color:#0a1930;color:var(--dark-blue);font-size:1.4rem;text-decoration:none;transition:all .2s}.--border-radius1{border-radius:1rem}.--border-radius2{border-radius:2rem}.--border-radius3{border-radius:5px}.--border-radius4{border-radius:10px}.slider{background-color:var(--color-dark);height:100vh;overflow:hidden;position:relative;width:100%}.slide{height:100%;left:0;opacity:0;position:absolute;top:0;transform:translateX(-50%);transition:all .5s ease;width:100%}@media screen and (min-width:600px){.slide img{height:100%;width:100%}}.slide img{height:100%}.content{align-items:center;animation:slide-up 1s ease .5s;animation-fill-mode:forwards;background:#0006;display:flex;flex-direction:column;justify-self:center;left:50%;opacity:0;padding:3rem;position:absolute;text-align:center;top:23rem;transform:translateX(-50%);width:50%}.content h2{font-size:4.5rem}@keyframes slide-up{0%{top:23rem;visibility:visible}to{top:20rem;visibility:visible}}@media screen and (max-width:600px){.content{width:80%}}.content>*{color:#fff;margin-bottom:1rem}.current{transform:translateX(0)}.current,.current .content{opacity:1}.arrow{align-items:center;background:#0000;border-radius:50%;color:rgba(2,2,2,.451);cursor:pointer;display:flex;font-size:5rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.arrow:hover{background:rgba(0,0,0,.374);color:hsla(0,0%,100%,.751)}.next{right:1.5rem}.prev{left:1.5rem}hr{background:#fff;height:2px;width:50%}.Product_product__peIZx{display:flex;margin:0 auto;position:relative}.Product_product__peIZx .Product_filter__yNZ7d{transition:all .3s;width:20%}.Product_product__peIZx .Product_content__kNqFQ{padding-left:5px;position:relative;width:80%}.Product_product__peIZx .Product_content__kNqFQ .Product_icon__\+S2md{align-items:center;cursor:pointer;display:none;justify-content:center;position:absolute;right:0;top:0}.Product_product__peIZx .Product_content__kNqFQ .Product_icon__\+S2md>*{padding-left:5px}@media screen and (max-width:700px){.Product_product__peIZx .Product_filter__yNZ7d{background-color:#fff;border:2px solid var(--dark-blue);height:100%;left:-200%;padding:1rem;position:absolute;top:0;width:50%;z-index:99}.Product_product__peIZx .Product_show__Zf-yp{left:0}.Product_product__peIZx .Product_content__kNqFQ{width:100%}.Product_product__peIZx .Product_content__kNqFQ .Product_icon__\+S2md{background-color:#000;border:1px solid #0000;border-radius:20px;color:#fff;display:flex;padding:0 10px}.Product_product__peIZx .Product_content__kNqFQ .Product_icon__\+S2md p{color:#fff}}.ProductFilter_filter__o-x7B>button{margin-top:10px}.ProductFilter_filter__o-x7B h4{margin-top:1rem}.ProductFilter_filter__o-x7B .ProductFilter_category__rSYd\+ button{background-color:#0000;border:none;border-bottom:1px solid #777;cursor:pointer;display:block;font-size:1.5rem;height:3rem;text-align:left;width:80%}.ProductFilter_filter__o-x7B .ProductFilter_category__rSYd\+ .ProductFilter_active__DNDAN{padding-left:1rem;position:relative}.ProductFilter_filter__o-x7B .ProductFilter_category__rSYd\+ .ProductFilter_active__DNDAN:before{background-color:var(--color-red);bottom:0;content:"";height:100%;left:0;position:absolute;width:3px}.ProductFilter_filter__o-x7B .ProductFilter_brand__d-QHm select{border:1px solid #777;border-radius:3px;font-size:1.6rem;font-weight:300;outline:none;padding:5px;width:80%}@media screen and (max-width:700px){.ProductFilter_filter__o-x7B .ProductFilter_brand__d-QHm select,.ProductFilter_filter__o-x7B .ProductFilter_category__rSYd\+ button{width:100%}}.ProductList_product-list__v0Dw3{width:100%}.ProductList_product-list__v0Dw3 .ProductList_top__z8SOF{align-items:center;border-bottom:2px solid #ccc;display:flex;justify-content:space-between;width:100%}.ProductList_product-list__v0Dw3 .ProductList_top__z8SOF .ProductList_icons__CVihd{align-items:center;display:flex;justify-content:center}.ProductList_product-list__v0Dw3 .ProductList_top__z8SOF .ProductList_icons__CVihd>*{cursor:pointer;margin-right:7px}.ProductList_product-list__v0Dw3 .ProductList_top__z8SOF .ProductList_sort__oTwOc label{font-size:1.4rem;font-weight:500;margin:0 5px}.ProductList_product-list__v0Dw3 .ProductList_top__z8SOF .ProductList_sort__oTwOc select{border:none;font-size:1.6rem;font-weight:300;outline:none}@media screen and (max-width:800px){.ProductList_product-list__v0Dw3 .ProductList_top__z8SOF{align-items:start;flex-direction:column;padding-bottom:5px}.ProductList_product-list__v0Dw3 .ProductList_search__o9q3p{width:100%}}.ProductList_grid__r2Jl1{background-color:#fffdf7;display:flex;flex-wrap:wrap;justify-content:space-around;padding:1rem 0;row-gap:40px}.ProductList_list__X4tdr{display:flex;flex-direction:column;gap:20px}.Search_search__PQsNp{flex:1 1;margin:5px 0;position:relative}.Search_search__PQsNp .Search_icon__pJy84{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.Search_search__PQsNp input[type=text]{border:1px solid #000;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem 1rem 1rem 3rem;width:100%}.ProductItem_grid__VZa85{background-color:#fff;height:38rem;margin:5px;position:relative;width:28rem}.ProductItem_grid__VZa85 .ProductItem_img__5wfzT{border-bottom:2px solid #eee;max-height:73%;overflow:hidden;padding:1rem;width:100%}.ProductItem_grid__VZa85 .ProductItem_img__5wfzT img{cursor:pointer;max-width:100%;width:100%}.ProductItem_grid__VZa85 .ProductItem_content__TTpRZ{bottom:0;left:0;position:absolute;text-align:center;width:100%}.ProductItem_grid__VZa85 .ProductItem_content__TTpRZ .ProductItem_details__5CWXy{padding:0 1rem}.ProductItem_grid__VZa85 .ProductItem_content__TTpRZ .ProductItem_details__5CWXy h4{font-size:1.8rem;font-weight:400}.ProductItem_grid__VZa85 .ProductItem_content__TTpRZ .ProductItem_details__5CWXy p{color:red;font-weight:600}.ProductItem_grid__VZa85 .ProductItem_content__TTpRZ button{display:block;font-size:2rem;padding:1rem 0;width:100%}.ProductItem_list__HESk0{background-color:#fff;display:flex;height:28rem;margin:1rem 0;max-height:32rem;width:100%}.ProductItem_list__HESk0 .ProductItem_img__5wfzT{border-right:2px solid #eee;height:100%;overflow:hidden;padding:1rem;width:100%}.ProductItem_list__HESk0 .ProductItem_img__5wfzT img{cursor:pointer;max-height:100%;width:100%}.ProductItem_list__HESk0 .ProductItem_content__TTpRZ{padding:1.6rem;position:relative;width:65%}.ProductItem_list__HESk0 .ProductItem_content__TTpRZ .ProductItem_details__5CWXy{display:flex;flex-direction:column;margin-bottom:1rem}.ProductItem_list__HESk0 .ProductItem_content__TTpRZ .ProductItem_details__5CWXy h4{font-weight:400}.ProductItem_list__HESk0 .ProductItem_content__TTpRZ .ProductItem_details__5CWXy p{color:red;font-weight:600}.ProductItem_list__HESk0 .ProductItem_content__TTpRZ button{bottom:1rem;left:1rem;position:absolute}@media screen and (max-width:520px){.ProductItem_details__5CWXy{padding:0}.ProductItem_desc__GSK4l{font-size:13px;height:100px;margin-bottom:2%;overflow:hidden}}.Card_card__pqOY8{border:1px solid #0000;border-radius:5px;box-shadow:0 0 20px #78777780;overflow:hidden}.Pagination_pagination__hDKaT{align-items:center;display:flex;justify-content:center;list-style:none;margin-top:1rem;padding-top:1rem}.Pagination_pagination__hDKaT .Pagination_hidden__Of8np{display:none}.Pagination_pagination__hDKaT li{align-items:center;border:1px solid #ccc;cursor:pointer;display:flex;font-size:1.4rem;height:3rem;justify-content:center;min-width:3rem;padding:3px}.Pagination_pagination__hDKaT p{margin-left:1rem}.Pagination_pagination__hDKaT p .Pagination_page__iz-Ec{color:red}.Pagination_pagination__hDKaT .Pagination_active__pziWr{background-color:red;color:#fff}.Contact_contact__\+aS9B .Contact_card__8-qQM{border:1px solid #ccc;max-width:450px;padding:1rem;width:100%}.Contact_contact__\+aS9B .Contact_card2__rXVfj{background-color:red;color:#fff;padding:2rem}.Contact_contact__\+aS9B .Contact_card2__rXVfj h3,.Contact_contact__\+aS9B .Contact_card2__rXVfj p{color:#fff}.Contact_contact__\+aS9B .Contact_card2__rXVfj .Contact_icons__i-Qk6{margin:3rem 0}.Contact_contact__\+aS9B .Contact_card2__rXVfj .Contact_icons__i-Qk6 span{align-items:center;display:flex;justify-content:flex-start;margin-bottom:1rem}.Contact_contact__\+aS9B .Contact_card2__rXVfj .Contact_icons__i-Qk6 span a,.Contact_contact__\+aS9B .Contact_card2__rXVfj .Contact_icons__i-Qk6 span p{margin-left:5px}.Contact_contact__\+aS9B .Contact_section__Q4Gz6{align-items:flex-start;display:flex;gap:2rem}.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form{margin-bottom:1rem;margin-right:1rem;padding:1rem;width:100%}.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form label{display:block;font-size:1.4rem;font-weight:500}.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=email],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=file],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=number],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=password],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form input[type=text],.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form select,.Contact_contact__\+aS9B .Contact_section__Q4Gz6 form textarea{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}@media screen and (max-width:700px){.Contact_contact__\+aS9B .Contact_section__Q4Gz6{flex-direction:column}}.auth_auth__-qjcc{align-items:center;display:flex;justify-content:space-evenly;min-height:90vh}.auth_auth__-qjcc .auth_img__nfAdm{animation:auth_slide-down__YWn1t .5s ease;position:relative;width:35%}.auth_auth__-qjcc .auth_img__nfAdm img{width:100%}.auth_auth__-qjcc .auth_card__4LtxU{width:35%}.auth_auth__-qjcc .auth_form__qaka4{animation:auth_slide-up__tC-P9 .5s ease;padding:3rem;width:100%}.auth_auth__-qjcc .auth_form__qaka4 .auth_icon__DC3Js{color:#000;text-align:center}.auth_auth__-qjcc .auth_form__qaka4 form input[type=email],.auth_auth__-qjcc .auth_form__qaka4 form input[type=password],.auth_auth__-qjcc .auth_form__qaka4 form input[type=text]{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}.auth_auth__-qjcc .auth_form__qaka4 form .auth_password__PZUup{position:relative}.auth_auth__-qjcc .auth_form__qaka4 form .auth_password__PZUup .auth_eye__MZjEa{color:gray;position:absolute;right:10px;top:10px}.auth_auth__-qjcc .auth_form__qaka4 form .auth_links__B59og{display:flex;justify-content:space-between;margin:5px 0}.auth_auth__-qjcc .auth_form__qaka4 form .auth_links__B59og a{color:#070707}.auth_auth__-qjcc .auth_form__qaka4 form p{color:#000;margin:1rem;text-align:center}.auth_auth__-qjcc .auth_form__qaka4 .auth_btn__yuLJW{background-color:#000;color:#fff}.auth_auth__-qjcc .auth_form__qaka4 .auth_register__RKHi6{align-items:center;display:flex;justify-content:center;margin-top:1rem}.auth_auth__-qjcc .auth_form__qaka4 .auth_register__RKHi6>*{color:#000}.auth_auth__-qjcc .auth_form__qaka4 .auth_reset__wsdff{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.auth_auth__-qjcc .auth_form__qaka4 .auth_reset__wsdff>*{color:#000}@keyframes auth_slide-down__YWn1t{0%{transform:translateX(50rem)}to{transform:translateX(0)}}@keyframes auth_slide-up__tC-P9{0%{transform:translateX(-50rem)}to{transform:translateX(0)}}@media screen and (max-width:700px){.auth_auth__-qjcc .auth_img__nfAdm{display:none}.auth_auth__-qjcc .auth_card__4LtxU{width:80%}}.Loader_wrapper__JYeTW{background-color:#000000b3;height:100vh;position:fixed;width:100vw;z-index:9}.Loader_wrapper__JYeTW .Loader_loader_container__zkuMn{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:999}.Loader_wrapper__JYeTW .Loader_loader_container__zkuMn .Loader_loader__pvYRd{background-image:linear-gradient(#bd020f,#bd0202),linear-gradient(#f62929,#f74f4f),linear-gradient(#f62929,#f74f4f);background-position:0 0,80px 20px,100px 40px;background-repeat:no-repeat;background-size:80px 70px,30px 50px,30px 30px;display:block;height:100px;position:relative;width:130px}.Loader_wrapper__JYeTW .Loader_loader_container__zkuMn .Loader_loader__pvYRd:after{animation:Loader_wheelSk__ehLod .75s ease-in infinite alternate;background:#fff;border:10px solid #000;border-radius:50%;bottom:10px;box-shadow:78px 0 0 -10px #fff,78px 0 #000;box-sizing:initial;content:"";height:10px;left:12px;position:absolute;width:10px}.Loader_wrapper__JYeTW .Loader_loader_container__zkuMn .Loader_loader__pvYRd:before{animation:Loader_lineDropping__Va5SQ .75s linear infinite;background-image:linear-gradient(#fff 45px,#0000 0),linear-gradient(#fff 45px,#0000 0),linear-gradient(#fff 45px,#0000 0);background-position:0 11px,8px 35px,0 60px;background-repeat:no-repeat;background-size:30px 4px;content:"";height:70px;position:absolute;right:100%;top:0;width:70px}@keyframes Loader_wheelSk__ehLod{0%,50%,to{transform:translatey(0)}30%,90%{transform:translatey(-3px)}}@keyframes Loader_lineDropping__Va5SQ{0%{background-position:100px 11px,115px 35px,105px 60px;opacity:1}50%{background-position:0 11px,20px 35px,5px 60px}60%{background-position:-30px 11px,0 35px,-10px 60px}75%,to{background-position:-30px 11px,-30px 35px,-30px 60px;opacity:0}}: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:#ffffffb3;--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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top: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{left:0;margin:0;padding:0;width:100vw}.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{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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)}}.Admin_admin__Hz2oP{display:flex}.Admin_admin__Hz2oP .Admin_navbar__78BER{background-color:red;width:20%}.Admin_admin__Hz2oP .Admin_content__BcT0x{padding:2rem;width:100%}@media screen and (max-width:720px){.Admin_admin__Hz2oP .Admin_navbar__78BER{width:25%}}.Navbar_navbar__jUHtP{border-right:2px solid #9a9a9a;min-height:90vh}.Navbar_navbar__jUHtP .Navbar_user__N4TjW{align-items:center;background-color:#464646;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:5rem}.Navbar_navbar__jUHtP .Navbar_user__N4TjW h4{color:#fff;padding:5px}.Navbar_navbar__jUHtP nav ul li{color:#fff;list-style-type:none;margin:10px}.Navbar_navbar__jUHtP nav ul li a{color:#fff;display:block;font-size:1.5rem;padding:10px 2rem;width:100%}.Navbar_active__0kdox{cursor:pointer;font-weight:500;padding:10px;position:relative;z-index:1}.Navbar_active__0kdox:after{animation:Navbar_slide-right__zWLe5 .5s ease-in-out;background-color:hsla(0,0%,4%,.276);border-radius:50px;color:#fff;content:" ";height:100%;left:0;position:absolute;top:0;transition:all .3s;width:100%;z-index:-1}@keyframes Navbar_slide-right__zWLe5{0%{width:0}to{width:100%}}.Home_info-box__jMcSD{display:flex;flex-wrap:wrap;margin-bottom:2rem}.Home_card__7C0wR{background-color:#f5f6fa;border:1px solid #ccc;box-shadow:0 0 10px 3px hsla(0,0%,85%,.712);padding:5px}.Home_card1__IX1Ks{border-bottom:3px solid #b624ff}.Home_card2__xu9eP{border-bottom:3px solid #1f93ff}.Home_card3__2iowg{border-bottom:3px solid #ff4500}.InfoBox_info-box__Rhea\+{margin-bottom:1rem;margin-right:1rem;max-width:25rem;width:100%}.InfoBox_info-box__Rhea\+ .InfoBox_card__S7Ez-{background-color:#f5f6fa;border:1px solid #ccc;border-bottom:3px solid var(--light-blue);padding:5px}.InfoBox_info-box__Rhea\+ span{align-items:center;display:flex;justify-content:space-between}.InfoBox_info-box__Rhea\+ span h3{font-weight:300}.Charts_charts__zm-Yj{max-width:500px;width:100%}.Charts_charts__zm-Yj .Charts_card__bwZlt{border:1px solid #ccc;border-bottom:3px solid var(--color-red);padding:1rem}.AddProducts_product__M2CtQ .AddProducts_card__d8nkY{max-width:500px;padding:1rem;width:100%}.AddProducts_product__M2CtQ form label{display:block;font-size:2rem;font-weight:500}.AddProducts_product__M2CtQ form input[type=email],.AddProducts_product__M2CtQ form input[type=file],.AddProducts_product__M2CtQ form input[type=number],.AddProducts_product__M2CtQ form input[type=password],.AddProducts_product__M2CtQ form input[type=text],.AddProducts_product__M2CtQ form select,.AddProducts_product__M2CtQ form textarea{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}.AddProducts_product__M2CtQ form .AddProducts_progress__mja7G{background-color:#aaa;border:1px solid #0000;border-radius:10px}.AddProducts_product__M2CtQ form .AddProducts_progress__mja7G .AddProducts_progress-bar__JJgaJ{background-color:var(--color-red);border:1px solid #0000;border-radius:10px;color:#fff;font-size:1.2rem;font-weight:500;padding:0 1rem}.AddProducts_group__npaNI{border:1px solid var(--color-red);padding:5px}.ViewProducts_table__IKDDv{padding:5px;width:100%}.ViewProducts_table__IKDDv .ViewProducts_search__3fX1s{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ViewProducts_table__IKDDv .ViewProducts_product-container__3\+7dk{height:65svh;overflow:auto}.ViewProducts_table__IKDDv table{border-collapse:collapse;font-size:1.5rem;width:100%}.ViewProducts_table__IKDDv table thead{border-bottom:3px solid #ff000080;border-top:3px solid #ff000080}.ViewProducts_table__IKDDv table thead th{border:1px solid #afafaf}.ViewProducts_table__IKDDv table td,.ViewProducts_table__IKDDv table th{padding:8px;text-align:left;vertical-align:middle}.ViewProducts_table__IKDDv table td.ViewProducts_icons__wSIYv>*,.ViewProducts_table__IKDDv table th.ViewProducts_icons__wSIYv>*{cursor:pointer;margin-right:5px}.ViewProducts_table__IKDDv table td img,.ViewProducts_table__IKDDv table th img{width:100px}.ViewProducts_table__IKDDv table tr{border-bottom:1px solid gray}.ViewProducts_table__IKDDv table tr:nth-child(2n){background-color:#eee}.Orders_table__SZUVZ{overflow-x:auto;padding:5px;width:100%}.Orders_table__SZUVZ table{border-collapse:collapse;font-size:1.4rem;width:100%}.Orders_table__SZUVZ table thead{border-bottom:2px solid red;border-top:2px solid red}.Orders_table__SZUVZ table th{border:1px solid #eee}.Orders_table__SZUVZ table td,.Orders_table__SZUVZ table th{padding:8px;text-align:left;vertical-align:top}.Orders_table__SZUVZ table td.Orders_icons__BK7HH>*,.Orders_table__SZUVZ table th.Orders_icons__BK7HH>*{cursor:pointer;margin-right:5px}.Orders_table__SZUVZ table tr{border-bottom:1px solid #ccc;cursor:pointer}.Orders_table__SZUVZ table tr:nth-child(2n){background-color:#eee}.Orders_table__SZUVZ table .Orders_pending__JhqoB{color:#ff4500;font-weight:500}.Orders_table__SZUVZ table .Orders_delivered__8tT\+J{color:green;font-weight:500}.OrderDetails_table__v7rop{overflow-x:auto;padding:5px;width:100%}.OrderDetails_table__v7rop table{border-collapse:collapse;font-size:1.4rem;width:100%}.OrderDetails_table__v7rop table thead{border-bottom:2px solid red;border-top:2px solid red}.OrderDetails_table__v7rop table th{border:1px solid #eee}.OrderDetails_table__v7rop table td,.OrderDetails_table__v7rop table th{padding:8px;text-align:left;vertical-align:top}.OrderDetails_table__v7rop table td.OrderDetails_icons__Tk-HG>*,.OrderDetails_table__v7rop table th.OrderDetails_icons__Tk-HG>*{cursor:pointer;margin-right:5px}.OrderDetails_table__v7rop table tr{border-bottom:1px solid #ccc}.OrderDetails_table__v7rop table tr:nth-child(2n){background-color:#eee}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98{align-items:flex-start;display:flex;justify-content:space-between;margin:2rem 0;padding:1rem}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98 .OrderDetails_card__C6eNC{padding:1rem 2rem}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98 .OrderDetails_card__C6eNC h3{color:red}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98 .OrderDetails_card__C6eNC p{margin-bottom:1rem}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98 .OrderDetails_card__C6eNC .OrderDetails_text__eEUoM{align-items:center;display:flex;justify-content:space-between}.OrderDetails_table__v7rop .OrderDetails_summary__qkF98 .OrderDetails_card__C6eNC button{margin-top:5px}.OrderDetails_count__4lyk\+{align-items:center;display:flex}.OrderDetails_count__4lyk\+ button{border:1px solid var(--darkblue)}.OrderDetails_count__4lyk\+>*{margin-right:1rem}.ChangeOrderStatus_status__QlVSP{margin:2rem 0;max-width:400px;padding:1rem;width:100%}.ChangeOrderStatus_status__QlVSP .ChangeOrderStatus_card__Y0pCj{border:2px solid red;box-shadow:var(--box-shadow);padding:2rem}.ChangeOrderStatus_status__QlVSP form select{border:1px solid #777;border-radius:3px;display:inline-block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}header{background-color:var(--color-black);color:#fff;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:999}header .Header_header__QJfsy{align-items:center;display:flex;height:8rem;justify-content:space-between;margin:0 auto;max-width:1000px;padding:1rem;position:relative;width:100%}header .Header_logo__eQM7L h2{color:#fff;cursor:pointer;font-size:2.3rem;width:25%}header .Header_logo__eQM7L h2 span{color:red;font-size:3rem}header nav{align-items:center;width:75%}header nav,header nav ul{display:flex;justify-content:space-between}header nav ul{list-style:none}header nav ul .Header_logo-mobile__7BjAi{display:none}header nav ul li{color:#fff;margin:0 15px;position:relative}header nav ul li a{color:#fff}header nav .Header_header-right__BQVJ4{align-items:center;display:flex}header nav .Header_header-right__BQVJ4 .Header_cart__dtQLv a{color:#fff;display:flex;position:relative}header nav .Header_header-right__BQVJ4 .Header_cart__dtQLv a:active,header nav .Header_header-right__BQVJ4 .Header_cart__dtQLv a:hover{color:red}header nav .Header_header-right__BQVJ4 .Header_cart__dtQLv a p{color:#fff;font-size:12px;position:absolute;right:4px;top:-1rem}header nav .Header_header-right__BQVJ4 .Header_links__95tmM a{color:#fff;margin:0 15px;position:relative}header nav .Header_header-right__BQVJ4 .Header_links__95tmM .Header_user__3iRCW{color:red;font-weight:500}header nav .Header_header-right__BQVJ4 .Header_links__95tmM .Header_icon__Sfq95{color:red;font-size:20px;margin-right:5px;position:relative;top:5px}header nav .Header_header-right__BQVJ4 .Header_links__95tmM .Header_active__Hbh02{color:#000;font-weight:500}header .Header_menu-icon__AvIAf{cursor:pointer;display:none}@media screen and (max-width:800px){header nav{background-color:#000;display:flex;flex-direction:column;justify-content:flex-start;left:0;padding:1rem;transform:translateX(-200%);width:50%;z-index:999}header nav,header nav .Header_nav-wrapper__rHpFu{height:100vh;position:absolute;top:0;transition:all .3s}header nav .Header_nav-wrapper__rHpFu{background-color:#00000080;display:block;right:0;width:100%}header nav .Header_show-nav-wrapper__apSJw{transform:translateX(100%)}header nav ul{display:block;width:100%}header nav ul .Header_logo-mobile__7BjAi{align-items:center;display:flex;justify-content:space-between}header nav ul .Header_logo-mobile__7BjAi>*{cursor:pointer}header nav ul .Header_logo-mobile__7BjAi .Header_icon__Sfq95:hover{color:red;transition:all .3s}header nav ul li{margin:0 15px;padding:5px 0;position:relative}header nav ul li a{display:block;margin:2px 0}header nav .Header_header-right__BQVJ4{display:block;position:relative;width:100%}header nav .Header_header-right__BQVJ4 .Header_cart__dtQLv{border-bottom:1px solid #333;display:block;margin:0 15px;padding:15px 0}header nav .Header_header-right__BQVJ4 .Header_cart__dtQLv:hover{color:green}header nav .Header_header-right__BQVJ4 .Header_cart__dtQLv a{position:relative}header nav .Header_header-right__BQVJ4 .Header_cart__dtQLv a p{font-weight:400;left:9px;position:absolute;top:-11px}header nav .Header_header-right__BQVJ4 .Header_links__95tmM{box-sizing:border-box;display:block;padding-top:8px}header nav .Header_header-right__BQVJ4 .Header_links__95tmM a{display:block;margin:0 15px 15px}header .Header_cart__dtQLv{display:block;padding:5px 0}header .Header_cart__dtQLv a{color:#fff;position:relative}header .Header_cart__dtQLv a:hover{color:red}header .Header_cart__dtQLv a p{color:#fff;position:absolute;right:4px;top:-1rem}header .Header_show-nav__a\+gJx{transform:translateX(0)}header .Header_hide-nav__Pngh0{transform:translateX(-200%)}header .Header_menu-icon__AvIAf{align-items:center;display:flex}header .Header_menu-icon__AvIAf>*{margin-left:2rem}header .Header_menu-icon__AvIAf .Header_cart__dtQLv a{align-items:center;display:flex}header .Header_menu-icon__AvIAf .Header_cart__dtQLv a p{font-size:12px;top:-1rem}}header .Header_active__Hbh02{color:#000;font-weight:500;position:relative;z-index:1}header .Header_active__Hbh02:after{animation:Header_slide-right__0P5VF .3s ease;background-color:#fff;border-radius:20px;content:"";height:100%;left:-15px;padding:5px 15px;position:absolute;top:-4px;transition:all .3s;width:100%;z-index:-1}header .Header_admin__Mzkmz{background-color:red;border-radius:3px;color:#fff;font-weight:500;padding:8px 10px;position:relative;z-index:1}@keyframes Header_slide-right__0P5VF{0%{width:0}to{width:100%}}.Footer_footer__cOQNQ{background-color:#000;color:#fff;display:flex;font-size:1.6rem;justify-content:center;padding:20px;width:100%}.ProductDetails_product__G52Xp .ProductDetails_card__SeHy3{margin-top:2rem;padding:1rem}.ProductDetails_product__G52Xp .ProductDetails_review__-qxek{border-top:1px solid #ccc;padding-bottom:1rem}.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s{display:flex;padding-top:2rem}.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s .ProductDetails_img__so36P{border:1px solid #ccc;border-radius:3px;width:45%}.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s .ProductDetails_img__so36P img{width:100%}.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s .ProductDetails_content__iFkEE{padding:0 5px;width:55%}.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s .ProductDetails_content__iFkEE>*{margin-bottom:1rem}.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s .ProductDetails_content__iFkEE .ProductDetails_price__Iro3G{color:red;font-size:1.5rem;font-weight:500}.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s .ProductDetails_content__iFkEE .ProductDetails_count__PDQXk{align-items:center;display:flex}.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s .ProductDetails_content__iFkEE .ProductDetails_count__PDQXk>*{margin-right:1rem}@media screen and (max-width:700px){.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s{flex-direction:column}.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s .ProductDetails_content__iFkEE,.ProductDetails_product__G52Xp .ProductDetails_details__\+se\+s .ProductDetails_img__so36P{width:100%}}.Cart_table__6mRZS{overflow-x:auto;padding:5px;width:100%}.Cart_table__6mRZS table{border-collapse:collapse;font-size:1.4rem;width:100%}.Cart_table__6mRZS table thead{border-bottom:2px solid red;border-top:2px solid red}.Cart_table__6mRZS table th{border:1px solid #eee}.Cart_table__6mRZS table td,.Cart_table__6mRZS table th{padding:8px;text-align:left;vertical-align:top}.Cart_table__6mRZS table td.Cart_icon__dlESP>*,.Cart_table__6mRZS table th.Cart_icon__dlESP>*{cursor:pointer;margin-right:5px}.Cart_table__6mRZS table tr{border-bottom:1px solid #eee}.Cart_table__6mRZS .Cart_summary__t1lpJ{align-items:flex-start;display:flex;justify-content:space-between;margin-top:2rem;padding:1rem}.Cart_table__6mRZS .Cart_summary__t1lpJ .Cart_checkout__lE6Pr .Cart_btn__pL-bx{background-color:#000!important;color:#fff}.Cart_table__6mRZS .Cart_summary__t1lpJ .Cart_card__54SVW{padding:1rem}.Cart_table__6mRZS .Cart_summary__t1lpJ .Cart_card__54SVW .Cart_text__96J4E{align-items:center;display:flex;justify-content:space-between}.Cart_table__6mRZS .Cart_summary__t1lpJ .Cart_card__54SVW .Cart_text__96J4E h3{color:red}.Cart_table__6mRZS .Cart_summary__t1lpJ .Cart_card__54SVW button{margin-top:5px}.Cart_table__6mRZS .Cart_summary__t1lpJ button{margin-bottom:1.5rem}.Cart_count__D920U{align-items:center;display:flex}.Cart_count__D920U button{border:1px solid #000}.Cart_count__D920U>*{margin-right:1rem}.CheckoutDetails_checkout__HA4BB{position:relative;width:100%}.CheckoutDetails_checkout__HA4BB .CheckoutDetails_card__VIVGh{max-width:500px;padding:1rem;width:100%}.CheckoutDetails_checkout__HA4BB .CheckoutDetails_card__VIVGh h3{font-weight:300}.CheckoutDetails_checkout__HA4BB form{display:flex;flex-direction:column;max-width:1100px;width:100%}.CheckoutDetails_checkout__HA4BB form .CheckoutDetails_checkout-summary__7v3hp{margin-bottom:3rem}.CheckoutDetails_checkout__HA4BB form .CheckoutDetails_checkout-summary__7v3hp .CheckoutDetails_card__VIVGh{padding:2rem}.CheckoutDetails_checkout__HA4BB form .CheckoutDetails_proceed_btn__zWqsn{align-items:flex-start;display:flex;justify-content:space-between;margin-top:2rem;width:100%}.CheckoutDetails_checkout__HA4BB form .CheckoutDetails_content__UgTDt{display:flex;gap:2rem;justify-content:space-between}.CheckoutDetails_checkout__HA4BB form div{width:100%}.CheckoutDetails_checkout__HA4BB form label{display:block;font-size:1.4rem;font-weight:500}.CheckoutDetails_checkout__HA4BB form .CheckoutDetails_card-details__usOEv,.CheckoutDetails_checkout__HA4BB form .CheckoutDetails_select__W4Kwp,.CheckoutDetails_checkout__HA4BB form input[type=text]{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}@media screen and (max-width:700px){.CheckoutDetails_checkout__HA4BB form,.CheckoutDetails_checkout__HA4BB form .CheckoutDetails_content__UgTDt,.CheckoutDetails_checkout__HA4BB form .CheckoutDetails_proceed_btn__zWqsn{flex-direction:column}.CheckoutDetails_checkout__HA4BB form .CheckoutDetails_proceed_btn__zWqsn button{margin-bottom:2rem}.CheckoutDetails_checkout__HA4BB form div{width:100%}}.CheckoutSummary_text__klZ4r{align-items:center;display:flex;justify-content:space-between}.CheckoutSummary_text__klZ4r h3{color:red;font-weight:500!important}.CheckoutSummary_card__0Ri6a{border:2px solid red;box-shadow:0 0 10px #bababa;margin-bottom:1.5rem;padding:1rem}.CheckoutForm_checkout__eXqIy{height:100%;position:relative;width:100%}.CheckoutForm_checkout__eXqIy .CheckoutForm_card__GokhN{max-width:500px;padding:1rem;width:100%}.CheckoutForm_checkout__eXqIy .CheckoutForm_card__GokhN h3{font-weight:300}.CheckoutForm_checkout__eXqIy form{display:flex;width:100%}.CheckoutForm_checkout__eXqIy form div{width:100%}.CheckoutForm_checkout__eXqIy form label{display:block;font-size:1.4rem;font-weight:500}.CheckoutForm_checkout__eXqIy form .CheckoutForm_card-details__tvMAg,.CheckoutForm_checkout__eXqIy form .CheckoutForm_select__Wj0b0,.CheckoutForm_checkout__eXqIy form input[type=text]{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}@media screen and (max-width:700px){.CheckoutForm_checkout__eXqIy form{flex-direction:column;gap:3rem}.CheckoutForm_checkout__eXqIy form div{width:100%}}#CheckoutForm_payment-message__s66x2{color:#697386;color:red;font-size:16px;line-height:20px;padding-top:12px;text-align:center}#CheckoutForm_payment-element__2-Vcx{margin-bottom:24px}.CheckoutForm_button__pRR\+M{background:red;border:0;border-radius:4px;box-shadow:0 4px 5.5px 0 #00000012;color:#fff;cursor:pointer;display:block;font-family:Arial,sans-serif;font-size:16px;font-weight:600;padding:12px 16px;position:relative;transition:all .2s ease;width:100%}.CheckoutForm_button__pRR\+M:hover{filter:contrast(115%)}.CheckoutForm_button__pRR\+M:disabled{cursor:default;opacity:.5}.orderHistroy_table__oXAiN{overflow-x:auto;padding:5px;width:100%}.orderHistroy_table__oXAiN table{border-collapse:collapse;font-size:1.4rem;width:100%}.orderHistroy_table__oXAiN table thead{border-bottom:2px solid red;border-top:2px solid red}.orderHistroy_table__oXAiN table th{border:1px solid #eee}.orderHistroy_table__oXAiN table td,.orderHistroy_table__oXAiN table th{padding:8px;text-align:left;vertical-align:top}.orderHistroy_table__oXAiN table td.orderHistroy_icons__nqo\+1>*,.orderHistroy_table__oXAiN table th.orderHistroy_icons__nqo\+1>*{cursor:pointer;margin-right:5px}.orderHistroy_table__oXAiN table tr{border-bottom:1px solid #ccc;cursor:pointer}.orderHistroy_table__oXAiN table tr:nth-child(2n){background-color:#eee}.orderHistroy_table__oXAiN table .orderHistroy_pending__Kciht{color:#ff4500;font-weight:500}.orderHistroy_table__oXAiN table .orderHistroy_delivered__ev88n{color:green;font-weight:500}.OrderDetails_table__iufPF{overflow-x:auto;padding:5px;width:100%}.OrderDetails_table__iufPF table{border-collapse:collapse;font-size:1.4rem;width:100%}.OrderDetails_table__iufPF table thead{border-bottom:2px solid red;border-top:2px solid red}.OrderDetails_table__iufPF table th{border:1px solid #eee}.OrderDetails_table__iufPF table td,.OrderDetails_table__iufPF table th{padding:8px;text-align:left;vertical-align:top}.OrderDetails_table__iufPF table td.OrderDetails_icons__BnOPg>*,.OrderDetails_table__iufPF table th.OrderDetails_icons__BnOPg>*{cursor:pointer;margin-right:5px}.OrderDetails_table__iufPF table tr{border-bottom:1px solid #ccc}.OrderDetails_table__iufPF table tr:nth-child(2n){background-color:#eee}.OrderDetails_table__iufPF .OrderDetails_summary__KBhhj{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.OrderDetails_table__iufPF .OrderDetails_summary__KBhhj .OrderDetails_card__DCW1\+{padding:1rem}.OrderDetails_table__iufPF .OrderDetails_summary__KBhhj .OrderDetails_card__DCW1\+ p{margin-bottom:1rem}.OrderDetails_table__iufPF .OrderDetails_summary__KBhhj .OrderDetails_card__DCW1\+ .OrderDetails_text__ZrIss{align-items:center;display:flex;justify-content:space-between}.OrderDetails_table__iufPF .OrderDetails_summary__KBhhj .OrderDetails_card__DCW1\+ .OrderDetails_text__ZrIss h3{color:var(--color-red)}.OrderDetails_table__iufPF .OrderDetails_summary__KBhhj .OrderDetails_card__DCW1\+ button{margin-top:5px}.OrderDetails_count__RfTeJ{align-items:center;display:flex}.OrderDetails_count__RfTeJ button{border:1px solid var(--darkblue)}.OrderDetails_count__RfTeJ>*{margin-right:1rem}.ReviewProduct_review__bonbc{margin:2rem auto;padding:3rem 0}.ReviewProduct_review__bonbc .ReviewProduct_card__tpDZN{max-width:500px;padding:1rem;width:100%}.ReviewProduct_review__bonbc form label{display:block;font-size:1.4rem;font-weight:500}.ReviewProduct_review__bonbc form input[type=email],.ReviewProduct_review__bonbc form input[type=file],.ReviewProduct_review__bonbc form input[type=number],.ReviewProduct_review__bonbc form input[type=password],.ReviewProduct_review__bonbc form input[type=text],.ReviewProduct_review__bonbc form select,.ReviewProduct_review__bonbc form textarea{border:1px solid #777;border-radius:3px;display:block;font-size:1.6rem;font-weight:300;margin:1rem auto;outline:none;padding:1rem;width:100%}.NotFound_not-found__7S6sJ{align-items:center;display:flex;height:90svh;justify-content:center}.NotFound_not-found__7S6sJ div{align-items:center;display:flex;flex-direction:column;justify-content:center}.NotFound_not-found__7S6sJ h2{font-size:10rem}.NotFound_not-found__7S6sJ p{margin-bottom:2rem}
/*# sourceMappingURL=main.cbe4f692.css.map*/