@import url(https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap);:root{--primary-color:#fafafa;--secondary-color:#000}*{color:#333}body,html{background-color:#fafafa;background-color:var(--primary-color);font-family:Merriweather,serif;height:100%;margin:0}.App .content{margin:0;min-height:calc(100vh - 71px);padding:0}.App button{background-color:#e85500;border:0;color:#fff;cursor:pointer;font-family:Merriweather,serif;height:35px;margin:20px 0;padding:10px;width:4rem}.App .toastify button{align-self:flex-start;background-color:transparent;background:transparent;border:none;color:#fff;cursor:pointer;height:16px;margin:0;opacity:.7;outline:none;padding:0;transition:.3s ease;width:14px}.App .toastify{top:60px}.App .cookieModalWrap{bottom:3vh;right:5vw}.App .cookieModalButtons{display:flex;justify-content:space-between;width:100%}.App .cookieModalButtons button{width:100%}.paginator{gap:10px}.paginator,.paginator .paginWrap.desktop{align-items:center;display:flex;justify-content:center}.paginator .paginWrap.desktop{gap:15px}.paginator .paginWrap.mobile{display:none}.paginator .paginWrap button{border-radius:2px;transition:all .3s ease-in-out;width:-webkit-max-content;width:max-content}.paginator .paginWrap button:hover{background-color:#fff;border:1px solid #e85500;color:#e85500;font-weight:600;text-decoration:underline}.paginator .paginWrap.desktop .pagNum{display:flex;gap:2px}.paginator .paginWrap.desktop .pagNum span{border-radius:2px;color:#e85500;cursor:pointer;padding:5px 10px;transition:all .3s ease-in-out}.paginator .paginWrap.desktop .pagNum span:hover{background:#e8550050;color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.home{background-color:#fff;display:flex;flex-direction:column;margin:40px 0 0;min-height:400px;padding:0 30px 20px;text-align:left}.home .homeProducts{padding:0}.home .heroBanner{justify-content:center}.home .heroBanner,.home .heroBanner .bannerSlides{align-items:center;display:flex;height:32rem;margin:0;padding:0}.home .heroBanner .bannerSlides{position:relative;width:100%}.home .heroBanner .bannerSlides .arrow{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(0,0,0,.2);border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;width:40px}.home .heroBanner .bannerSlides .arrow.left{left:10px}.home .heroBanner .bannerSlides .arrow.right{right:10px}.home .heroBanner .bannerSlides .arrow img{width:30%}@-webkit-keyframes fadeIn{0%{opacity:.1}to{opacity:1}}@keyframes fadeIn{0%{opacity:.1}to{opacity:1}}.home .heroBanner .hero{-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out;background:#e85500;height:32rem;margin:0;object-fit:cover;padding:0;transition:all 1.6s ease-in-out;width:100%}.home .heroBanner .hero.fade{-webkit-filter:blur(10px);filter:blur(10px);opacity:.1}.home .heroText{color:#fff;display:flex;flex-direction:column;font-weight:500;left:100px;margin:0;max-width:400px;padding:1rem;position:absolute;z-index:1}.home .mobText{display:none}.home p{color:#fff;font-size:32px;margin:0 0 10px}.home .links{align-items:center;display:flex;justify-content:space-between;margin:0;width:100%}.home .homeProducts h3{color:#e85500;font-family:Inknut Antiqua,serif;margin:0;place-self:start}.home .homeProducts h3.title{align-items:center;display:flex;justify-content:flex-start}.home .sell-now{font-size:15px;font-weight:100px;height:50px;margin-bottom:0;transition:.5s ease-in-out;width:120px}.home .sell-now:hover{-webkit-transform:scale(120%);transform:scale(120%)}.home .homeFaq{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:hsla(0,0%,100%,.4);color:#fff;display:flex;font-weight:200;gap:5px;height:50px;justify-content:center;margin-top:15px;text-decoration:none;transition:.5s ease-in-out;width:250px}.home .homeFaq:hover{-webkit-transform:scale(120%);transform:scale(120%)}.home .homeFaq h5{color:#fff;font-size:15px;font-weight:100;margin:0}.home .homeFaq img{width:20px}.home .categories{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:10px;justify-content:center;margin:50px 0;padding:5px 0}.home .categories h3{color:#e85500;font-family:Inknut Antiqua,serif;place-self:start}.home .categories .catWrap,.home .categories .title{align-items:center;display:flex;flex-direction:column;justify-content:center}.home .categories .catWrap{gap:30px;width:100%}.home .categories .catWrap .list{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.home .categories .catWrap .list a{align-items:center;border-radius:10px;display:flex;justify-content:center;min-width:126px;text-decoration:none;width:20%}.home .categories .catWrap .list img{border-radius:10px;object-fit:cover;width:100%}.home .categories .catWrap .list p{color:#fff;font-size:16px;font-weight:700;margin:0;position:absolute;transition:.5s ease-in-out}.home .categories .catWrap .list a:hover p{-webkit-transform:scale(120%);transform:scale(120%)}.home .categories .catWrap .videoWrap{align-items:center;border-radius:10px;cursor:pointer;display:flex;justify-content:center;margin:0;min-height:200px;width:100%}.home .categories .catWrap .videoWrap .video{border-radius:10px;margin:0;min-height:200px;object-fit:cover;width:100%}.home .categories .catWrap .videoWrap .play{position:absolute;transition:.5s ease-in-out;width:80px}.home .categories .catWrap .videoWrap:hover .play{-webkit-transform:scale(120%);transform:scale(120%)}.profile .profWrap{background-color:#fafafa;background-color:var(--primary-color);display:flex}.profile .profWrap .userDets{display:flex;flex-direction:column;margin:0;width:30%}.profile .profWrap .userDets .prof{display:flex;flex-direction:column;gap:35px;padding:0 40px}.profile .profWrap .userDets .prof .imgUser{align-items:center;display:flex;gap:10px}.profile .profWrap .userDets .prof .imgUser .img{border-radius:50%;height:60px;margin:0;padding:0;width:60px}.profile .profWrap .userDets .prof .imgUser img{border-radius:50%;height:100%;margin:0;object-fit:cover;padding:0;width:100%}.profile .profWrap .userDets .prof .imgUser .userName{font-family:Inknut Antiqua,serif;font-weight:700;margin:0;padding:0}.profile .profWrap .userDets .prof .profSpec{display:flex;flex-direction:column;gap:10px}.profile .profWrap .userDets .prof .profSpec div{display:flex;flex-direction:column;gap:5px}.profile .profWrap .userDets .prof div div p{color:rgba(0,0,0,.4);font-size:14px;margin:0}.profile .profWrap .userDets .prof .profSpec div h2{font-size:16px;margin:0}.profile .profWrap .userDets .prof .edit a{align-items:center;background-color:#e85500;color:#fff;display:flex;gap:5px;height:58px;justify-content:center;text-decoration:none;width:176px}.profile .profWrap .warRevFav{margin:0;min-height:500px;padding:0;width:70%}.profile .profWrap .warRevFav .head{border-bottom:1px solid #f2f2f2;display:flex;flex-wrap:wrap;padding:0;width:-webkit-max-content;width:max-content}.profile .profWrap .warRevFav .res{display:flex;padding:20px 0}.profile .profWrap .warRevFav .head div{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:10px 0;width:133px}.profile .profWrap .warRevFav .res .fav,.profile .profWrap .warRevFav .res .war{display:flex;flex-wrap:wrap;gap:10px}.profile .profWrap .warRevFav .res .fav .product-preview:hover,.profile .profWrap .warRevFav .res .war .product-preview:hover{border-radius:10px;box-shadow:1px 3px 5px #e85500;-webkit-transform:translateX(10px);transform:translateX(10px)}.profile .profWrap .warRevFav .res .fav .product-preview,.profile .profWrap .warRevFav .res .war .product-preview{margin:0;min-width:200px;padding:0;width:32%}.profile .priceEditWrap input{border:0;border-bottom:1px solid #d9d9d9;border-radius:5px;outline:0;padding:0 10px;width:90%}.profile .priceEditWrap input:focus,.settings select:focus,.settings textarea:focus{border-bottom:1px solid #e85500}.users .profWrap{background-color:#fafafa;background-color:var(--primary-color);display:flex}.users .profWrap .userDets{display:flex;flex-direction:column;margin:0;width:30%}.users .profWrap .userDets .prof{display:flex;flex-direction:column;gap:35px;padding:0 40px}.users .profWrap .userDets .prof .imgUser{align-items:center;display:flex;gap:10px}.users .profWrap .userDets .prof .imgUser .img{border-radius:50%;height:60px;margin:0;padding:0;width:60px}.users .profWrap .userDets .prof .imgUser img{border-radius:50%;height:100%;margin:0;object-fit:cover;padding:0;width:100%}.users .profWrap .userDets .prof .imgUser .userName{font-family:Inknut Antiqua,serif;font-weight:700;margin:0;padding:0}.users .profWrap .userDets .prof .profSpec{display:flex;flex-direction:column;gap:10px}.users .profWrap .userDets .prof .profSpec div{display:flex;flex-direction:column;gap:5px}.users .profWrap .userDets .prof div div p{color:rgba(0,0,0,.4);font-size:14px;margin:0}.users .profWrap .userDets .prof .profSpec div h2{font-size:16px;margin:0}.users .profWrap .userDets .prof .edit a{align-items:center;background-color:#e85500;color:#fff;display:flex;gap:5px;height:58px;justify-content:center;text-decoration:none;width:176px}.users .profWrap .warRevFav{margin:0;min-height:500px;padding:0;width:70%}.users .profWrap .warRevFav .head{border-bottom:1px solid #f2f2f2;display:flex;flex-wrap:wrap;padding:0;width:-webkit-max-content;width:max-content}.users .profWrap .warRevFav .res{display:flex;padding:20px 0}.users .profWrap .warRevFav .head div{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:10px 0;width:133px}.users .profWrap .warRevFav .res .war{display:flex;flex-wrap:wrap;gap:10px}.users .profWrap .warRevFav .res .war .product-preview:hover{border-radius:10px;box-shadow:1px 3px 5px #e85500;-webkit-transform:translateX(10px);transform:translateX(10px)}.users .profWrap .warRevFav .res .war .product-preview{margin:0;min-width:200px;padding:0;width:32%}.users .priceEditWrap input{border:0;border-bottom:1px solid #d9d9d9;border-radius:5px;outline:0;padding:0 10px;width:90%}.settings select:focus,.settings textarea:focus,.users .priceEditWrap input:focus{border-bottom:1px solid #e85500}.message{background-color:#fff}.pages{background-color:#fafafa;background-color:var(--primary-color);flex-direction:column;margin:0;min-height:400px;text-align:left}.pages,.pages .main{display:flex;gap:10px}.pages .main{margin:0 38px 5px}.pages .filters{width:20%}.pages .filters .inputs{background-color:#fff;display:flex;flex-direction:column;padding:20px}.pages .filters .inputs .filter{display:flex;flex-direction:column;gap:10px}.pages .filters .inputs .filter div input[type=text],.pages .filters .inputs .filter div select{background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;font-family:Merriweather,serif;margin:0;outline:0;padding:18px;width:100%}.pages .filters .inputs .filter div input:focus,.pages .filters .inputs .filter div select:focus{border-bottom:1px solid #e85500}.pages .filters .inputs .filter div input::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.pages .filters .inputs .filter div input::placeholder,.pages .filters .inputs .filter div select option:first-of-type{color:rgba(0,0,0,.5)}.pages .filters .inputs .filter div .priceIn{display:flex;flex-direction:column;gap:10px}.pages .filters .inputs .filter div .priceIn .rangeInp{align-items:center;display:flex;font-size:20px;font-weight:800;gap:5px;margin:0;padding:0}.pages .filters .inputs .filter div .priceIn .range{background-color:hsla(0,0%,77%,.38);border-radius:10px;height:5px;position:relative;width:100%}.pages .filters .inputs .filter div .priceIn .range .progress{background-color:#e85500;border-radius:10px;height:100%;padding:0;position:absolute}.pages .filters .inputs .filter div .priceIn .range input{-webkit-appearance:none;appearance:none;background:none;height:5px;margin:0;padding:0;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.pages .filters .inputs .filter div .priceIn .range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#e85500;border-radius:50%;cursor:pointer;height:12px;pointer-events:auto;width:12px}.pages .filters .inputs .filter div .priceIn .rangeInp input[type=number]{align-items:center;background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;display:flex;font-family:Merriweather,serif;justify-content:center;margin:0;outline:0;padding:10px 5px;width:49%}.pages .homeProducts{display:flex;flex-direction:column;gap:10px;padding:0;width:80%}.cate,.pages .links{padding:0}.cate{display:flex;flex-direction:column;margin:0 0 10px;min-height:50px;text-align:left;width:100%}.cate .homeProducts{padding:0}.cate .links{padding:5px 100px 0}.cate .cats .cat{font-family:Merriweather,serif;font-size:15px;min-width:100px;padding:25px 15px;text-align:center}.cate .cats .cat:focus{background-color:#f2f2f2;border-bottom:1px solid #e85500;box-shadow:0}.cate .heroBanner .dropdown button{color:#383838}.cate .heroBanner .dropdowns .dropdown .men,.cate .heroBanner .dropdowns .dropdown .women{min-width:500px}.cate .heroBanner .dropdowns .dropdown .kids{min-width:600px}.cate .heroBanner .dropdowns .dropdown{margin:0 280px}.cate .heroBanner .dropdown:hover{border-top:1px solid #e85500}.cate .heroBanner{background-color:#fff;border-bottom:1px solid #f2f2f2;margin:0;padding:0;width:100%}.cate button{background-color:#fff;color:#000}.cate .heroText{background-color:#fff;border-radius:30px;font-weight:500;margin:115px 70px;max-width:330px;padding:1rem;position:absolute}.cate p{font-size:32px}.cate p a{color:#e85500;font-weight:800;text-decoration:none}.cate p a:hover{font-size:37px;font-weight:1000}.cate .sell-now{font-size:large;font-weight:100px;margin-bottom:0;width:100%}.cate .sell-now:hover{font-size:20px;font-weight:500}.cate .faq,.cate h5{color:#e85500;font-weight:200;margin-top:15px}.cate .heroBanner img{border-radius:30px;max-height:10rem;width:100%}.categories{background-color:#fafafa;background-color:var(--primary-color);display:flex;flex-direction:column;gap:10px;margin:0;min-height:400px;text-align:left}.categories .main{display:flex;gap:10px;margin:0 38px 5px}.categories .filters{width:20%}.categories .filters .inputs{background-color:#fff;display:flex;flex-direction:column;padding:20px}.categories .filters .inputs .filter{display:flex;flex-direction:column;gap:10px}.categories .filters .inputs .filter div input[type=text],.categories .filters .inputs .filter div select{background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;font-family:Merriweather,serif;margin:0;outline:0;padding:18px;width:100%}.categories .filters .inputs .filter div input:focus,.categories .filters .inputs .filter div select:focus{border-bottom:1px solid #e85500}.categories .filters .inputs .filter div input::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.categories .filters .inputs .filter div input::placeholder,.categories .filters .inputs .filter div select option:first-of-type{color:rgba(0,0,0,.5)}.categories .filters .inputs .filter div .priceIn{display:flex;flex-direction:column;gap:10px}.categories .filters .inputs .filter div .priceIn .rangeInp{align-items:center;display:flex;font-size:20px;font-weight:800;gap:5px;margin:0;padding:0}.categories .filters .inputs .filter div .priceIn .range{background-color:hsla(0,0%,77%,.38);border-radius:10px;height:5px;position:relative;width:100%}.categories .filters .inputs .filter div .priceIn .range .progress{background-color:#e85500;border-radius:10px;height:100%;padding:0;position:absolute}.categories .filters .inputs .filter div .priceIn .range input{-webkit-appearance:none;appearance:none;background:none;height:5px;margin:0;padding:0;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.categories .filters .inputs .filter div .priceIn .range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#e85500;border-radius:50%;cursor:pointer;height:12px;pointer-events:auto;width:12px}.categories .filters .inputs .filter div .priceIn .rangeInp input[type=number]{align-items:center;background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;display:flex;font-family:Merriweather,serif;justify-content:center;margin:0;outline:0;padding:10px 5px;width:49%}.categories .homeProducts{display:flex;flex-direction:column;gap:10px;padding:0;width:80%}.categories .links{padding:0}.subcats{background-color:#fafafa;background-color:var(--primary-color);display:flex;flex-direction:column;gap:10px;margin:0;min-height:400px;text-align:left}.subcats .main{display:flex;gap:10px;margin:0 38px 5px}.subcats .filters{width:20%}.subcats .filters .inputs{background-color:#fff;display:flex;flex-direction:column;padding:20px}.subcats .filters .inputs .filter{display:flex;flex-direction:column;gap:10px}.subcats .filters .inputs .filter div input[type=text],.subcats .filters .inputs .filter div select{background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;font-family:Merriweather,serif;margin:0;outline:0;padding:18px;width:100%}.subcats .filters .inputs .filter div input:focus,.subcats .filters .inputs .filter div select:focus{border-bottom:1px solid #e85500}.subcats .filters .inputs .filter div input::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.subcats .filters .inputs .filter div input::placeholder,.subcats .filters .inputs .filter div select option:first-of-type{color:rgba(0,0,0,.5)}.subcats .filters .inputs .filter div .priceIn{display:flex;flex-direction:column;gap:10px}.subcats .filters .inputs .filter div .priceIn .rangeInp{align-items:center;display:flex;font-size:20px;font-weight:800;gap:5px;margin:0;padding:0}.subcats .filters .inputs .filter div .priceIn .range{background-color:hsla(0,0%,77%,.38);border-radius:10px;height:5px;position:relative;width:100%}.subcats .filters .inputs .filter div .priceIn .range .progress{background-color:#e85500;border-radius:10px;height:100%;padding:0;position:absolute}.subcats .filters .inputs .filter div .priceIn .range input{-webkit-appearance:none;appearance:none;background:none;height:5px;margin:0;padding:0;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.subcats .filters .inputs .filter div .priceIn .range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#e85500;border-radius:50%;cursor:pointer;height:12px;pointer-events:auto;width:12px}.subcats .filters .inputs .filter div .priceIn .rangeInp input[type=number]{align-items:center;background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;display:flex;font-family:Merriweather,serif;justify-content:center;margin:0;outline:0;padding:10px 5px;width:49%}.subcats .homeProducts{display:flex;flex-direction:column;gap:10px;padding:0;width:80%}.subcats .links{padding:0}.types{background-color:#fafafa;background-color:var(--primary-color);flex-direction:column;margin:0;min-height:400px;text-align:left}.types,.types .main{display:flex;gap:10px}.types .main{margin:0 38px 5px}.types .filters{width:20%}.types .filters .inputs{background-color:#fff;display:flex;flex-direction:column;padding:20px}.types .filters .inputs .filter{display:flex;flex-direction:column;gap:10px}.types .filters .inputs .filter div input[type=text],.types .filters .inputs .filter div select{background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;font-family:Merriweather,serif;margin:0;outline:0;padding:18px;width:100%}.types .filters .inputs .filter div input:focus,.types .filters .inputs .filter div select:focus{border-bottom:1px solid #e85500}.types .filters .inputs .filter div input::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.types .filters .inputs .filter div input::placeholder,.types .filters .inputs .filter div select option:first-of-type{color:rgba(0,0,0,.5)}.types .filters .inputs .filter div .priceIn{display:flex;flex-direction:column;gap:10px}.types .filters .inputs .filter div .priceIn .rangeInp{align-items:center;display:flex;font-size:20px;font-weight:800;gap:5px;margin:0;padding:0}.types .filters .inputs .filter div .priceIn .range{background-color:hsla(0,0%,77%,.38);border-radius:10px;height:5px;position:relative;width:100%}.types .filters .inputs .filter div .priceIn .range .progress{background-color:#e85500;border-radius:10px;height:100%;padding:0;position:absolute}.types .filters .inputs .filter div .priceIn .range input{-webkit-appearance:none;appearance:none;background:none;height:5px;margin:0;padding:0;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.types .filters .inputs .filter div .priceIn .range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#e85500;border-radius:50%;cursor:pointer;height:12px;pointer-events:auto;width:12px}.types .filters .inputs .filter div .priceIn .rangeInp input[type=number]{align-items:center;background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;display:flex;font-family:Merriweather,serif;justify-content:center;margin:0;outline:0;padding:10px 5px;width:49%}.types .homeProducts{display:flex;flex-direction:column;gap:10px;padding:0;width:80%}.types .links{padding:0}.navbar{align-items:center;background-color:#fff;border-bottom:1px solid #f2f2f2;display:flex;gap:10px;height:71px;justify-content:space-between;margin:0;padding:5px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar h1{color:#e85500;font-family:Inknut Antiqua,serif;font-size:20px;font-weight:800px;margin:0}.navbar .navLinks{align-items:center;display:flex;height:56px;justify-content:space-between;width:70%}.navbar .navLinks .links{display:flex;font-size:14px;justify-content:space-between}.navbar .navLinks .search{align-items:center;display:flex;justify-content:flex-end;width:70%}.navbar input:focus{outline:0}.navbar h1:hover{font-weight:1000px;-webkit-transform:scale(125%);transform:scale(125%)}.navbar .sell-now{align-items:center;color:#fff;display:flex;justify-content:center;transition:.1s ease-in-out;width:80px}.navbar .dropRes .itemD:hover,.navbar .dropRes .userD:hover{color:#e85500}.navbar .sell-now:hover{-webkit-transform:scale(110%);transform:scale(110%)}.navbar .signup-wrap{gap:10px;margin-right:20px;width:150px}.navbar .signup-wrap,.navbar .signup-wrap a{align-items:center;display:flex;justify-content:center}.navbar .signup-wrap a{margin:0;text-decoration:none;transition:.1s ease-in-out;width:-webkit-max-content;width:max-content}.navbar .signup-wrap .line{background-color:#e85500;height:40px;width:2px}.navbar .signup-wrap a h2{align-items:center;color:#e85500;display:flex;font-size:14px;justify-content:center;margin:0}.navbar .signup-wrap a:hover{-webkit-transform:scale(120%);transform:scale(120%)}.navbar .signout{background-color:#fff}.navbar .navLinks .links .help,.navbar .navLinks .links .sell-now-wrap,.navbar .navLinks .links .signout-wrap{align-items:center;display:flex;max-height:80px}.navbar .svgWrapper{align-items:center;display:flex;gap:10px;justify-content:center;margin-right:20px}.navbar .svgWrapper a{margin:0;padding:0}.navbar .prof{display:flex}.navbar .menuIcon{display:flex;overflow:hidden;width:0}.navbar .navLinks .search{width:50%}.navbar .search .dropdown{margin-left:20px;width:60%}.navbar .search .searchBar{align-items:center;background-color:hsla(0,0%,77%,.08);border-bottom:1px solid hsla(0,0%,77%,.08);display:flex;height:52px;width:100%}.navbar .help{display:flex;margin-left:2px}.navbar a{padding:0 6px;text-decoration:none}.navbar a:hover{color:#e85500}.navbar .dropDets a{padding:5px}.navbar .bell .notifications{box-shadow:.5px 1px 3px #000;margin:25px 0 0 -198px}.navbar .dropDets a:hover{background-color:#f3f3f3;border-radius:15px;color:#000;padding:10px}.navbar .item:focus,.navbar .user:focus{border-bottom:1px solid #e85500}.navbar .menu{display:none}.searchProd{background-color:#fafafa;background-color:var(--primary-color);display:flex;flex-direction:column;gap:10px;margin:0;min-height:400px;text-align:left}.searchProd .main{display:flex;gap:10px;margin:0 38px 5px}.searchProd .filters{display:flex;flex-direction:column;gap:30px;width:20%}.searchProd .filters .inputs{background-color:#fff;display:flex;flex-direction:column;padding:20px}.searchProd .filters .inputs .filter,.searchProd .filters .inputs .options{display:flex;flex-direction:column;gap:10px}.searchProd .filters .inputs .options p{margin:0}.searchProd .filters .inputs .filter div input[type=text],.searchProd .filters .inputs .filter div select{background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;font-family:Merriweather,serif;margin:0;outline:0;padding:18px;width:100%}.searchProd .filters .inputs .filter div input:focus,.searchProd .filters .inputs .filter div select:focus{border-bottom:1px solid #e85500}.searchProd .filters .inputs .filter div input::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.searchProd .filters .inputs .filter div input::placeholder,.searchProd .filters .inputs .filter div select option:first-of-type{color:rgba(0,0,0,.5)}.searchProd .filters .inputs .filter div .priceIn{display:flex;flex-direction:column;gap:10px}.searchProd .filters .inputs .filter div .priceIn .rangeInp{align-items:center;display:flex;font-size:20px;font-weight:800;gap:5px;margin:0;padding:0}.searchProd .filters .inputs .filter div .priceIn .range{background-color:hsla(0,0%,77%,.38);border-radius:10px;height:5px;position:relative;width:100%}.searchProd .filters .inputs .filter div .priceIn .range .progress{background-color:#e85500;border-radius:10px;height:100%;padding:0;position:absolute}.searchProd .filters .inputs .filter div .priceIn .range input{-webkit-appearance:none;appearance:none;background:none;height:5px;margin:0;padding:0;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.searchProd .filters .inputs .filter div .priceIn .range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#e85500;border-radius:50%;cursor:pointer;height:12px;pointer-events:auto;width:12px}.searchProd .filters .inputs .filter div .priceIn .rangeInp input[type=number]{align-items:center;background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;display:flex;font-family:Merriweather,serif;justify-content:center;margin:0;outline:0;padding:10px 5px;width:49%}.searchProd .homeProducts{display:flex;flex-direction:column;gap:10px;padding:0;width:80%}.searchProd .links{padding:0}.searchProd .homeProducts .users{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:0}.searchProd .homeProducts .users .imgWrap{border-radius:50%;height:100px;width:100px}.searchProd .homeProducts .users .userWrap a{display:flex;gap:5px;padding:0;text-decoration:none;width:250px}.searchProd .homeProducts .users .userWrap .dets{display:flex;flex-direction:column;gap:5px;justify-content:center;padding:0;text-decoration:none}.emailSignup{align-items:center;display:flex;justify-content:center}.emailSignup h2{color:#e85500;font-weight:700;text-align:start}.emailSignup .form{background-color:#fff;border:1px solid #ededed;margin:70px 10px 30px;padding:10px 30px;width:557px}.emailSignup .fields{display:flex;flex-direction:column;gap:20px;justify-content:space-between;margin-bottom:30px;max-height:-webkit-max-content;max-height:max-content}.emailSignup .fields .mailPass{align-items:center;display:flex;justify-content:space-between;width:100%}.emailSignup .fields .mailPass div{width:47%}.emailSignup .mails,.emailSignup .terms{display:flex;margin-bottom:15px;padding:0}.emailSignup .terms a{color:#e85500;display:inline;font-size:medium;margin:0;text-align:center;text-decoration:none}.emailSignup h4{color:#757589;font-size:medium;font-weight:400;margin:0 0 0 5px}.emailSignup a{color:#e85500;display:block;font-size:small;margin:5px 0;text-align:center}.emailSignup button{align-items:center;display:flex;font-size:medium;justify-content:center;margin:0;padding:20px;width:20%}.emailSignup .checkbox{height:15px;width:40px}.emailSignup input,.emailSignup select{padding:0 10px}.emailSignup .formWrap .fields .nameWrap input,.emailSignup .formWrap .fields .nameWrap textarea,.emailSignup input,.emailSignup select{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;min-height:56px;outline:0;width:100%}.emailSignup .formWrap .fields .nameWrap input,.emailSignup .formWrap .fields .nameWrap textarea{margin:0;padding:10px}.emailSignup input[type=number]{-moz-appearance:textfield}.emailSignup input[type=number]::-webkit-inner-spin-button,.emailSignup input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.emailSignup input::-webkit-input-placeholder,.emailSignup select::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.emailSignup input::placeholder,.emailSignup select::placeholder{color:rgba(0,0,0,.5)}.emailSignup .input:focus{border:0;border-bottom:1px solid;border-color:#e85500;width:100%}.emailSignup .formWrap .fields .nameWrap{display:flex;gap:30px;width:100%}.emailSignup .formWrap .fields .number:focus-within{border-bottom:1px solid #e85500}.emailSignup .formWrap .fields input[type=tel]:focus{border-bottom:0}.emailSignup .formWrap .fields .nameWrap div,.emailSignup .formWrap .fields .nameWrap label{margin:0;max-height:56px;padding:0;width:50%}.emailSignup .formWrap .fields .genderWrap .gender:focus,.emailSignup .formWrap .fields .genderWrap .gender:focus-within{border-bottom:1px solid #e85500}.emailSignup .formWrap .fields .genderWrap .gender select:focus{border-bottom:0}.emailSignup .button{justify-content:space-between;margin:40px 0}.emailSignup .button,.newPass{align-items:center;display:flex}.newPass{justify-content:center}.newPass h2{color:#e85500;font-weight:700;text-align:start}.newPass .form{background-color:#fff;border:1px solid #ededed;margin:70px 10px 0;padding:10px 30px;width:557px}.newPass .fields{display:flex;flex-direction:column;gap:20px;justify-content:space-between;margin-bottom:30px;max-height:200px}.newPass .fields .mailPass{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;width:100%}.newPass .fields .mailPass div{width:95%}.newPass h4{color:#757589;font-size:medium;font-weight:400;margin:0 0 0 5px}.newPass a{color:#e85500;display:block;font-size:small;margin:5px 0;text-align:center}.newPass button{align-items:center;display:flex;font-size:medium;justify-content:center;margin:0;padding:20px;width:20%}.newPass input{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;outline:0;padding:10px;width:100%}.newPass .input:focus{border:0;border-bottom:1px solid;border-color:#e85500;width:100%}.newPass .button{justify-content:space-between;margin:40px 0}.changePass,.newPass .button{align-items:center;display:flex}.changePass{justify-content:center}.changePass h2{color:#e85500;font-weight:700;text-align:start}.changePass .form{background-color:#fff;border:1px solid #ededed;margin:70px 10px 0;padding:10px 30px;width:557px}.changePass .fields{display:flex;flex-direction:column;gap:20px;justify-content:space-between;margin-bottom:30px;max-height:200px}.changePass .fields .mailPass{align-items:center;display:flex;justify-content:space-between;width:100%}.changePass .fields .mailPass div{width:47%}.changePass h4{color:#757589;font-size:medium;font-weight:400;margin:0 0 0 5px}.changePass a{color:#e85500;display:block;font-size:small;margin:5px 0;text-align:center}.changePass button{align-items:center;display:flex;font-size:medium;justify-content:center;margin:0;padding:20px;width:20%}.changePass input{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;outline:0;padding:10px;width:100%}.changePass .input:focus{border:0;border-bottom:1px solid;border-color:#e85500;width:100%}.changePass .button{align-items:center;display:flex;justify-content:space-between;margin:40px 0}.emailLogin{align-items:center;display:flex;justify-content:center}.emailLogin h2{color:#e85500;font-weight:700;text-align:start}.emailLogin .form{background-color:#fff;border:1px solid #ededed;margin:70px 10px 0;padding:30px;width:557px}.emailLogin .fields{display:flex;flex-direction:column;height:100px;justify-content:space-between;margin-bottom:15px}.emailLogin a{color:#e85500;display:block;font-size:small;margin:10px 0;text-align:center}.emailLogin button{align-items:center;display:flex;font-size:medium;justify-content:center;margin:0;padding:20px;width:20%}.emailLogin input{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;outline:0;padding:10px;width:100%}.emailLogin .input:focus{border-color:#e85500}.emailLogin .button{align-items:center;display:flex;justify-content:space-between;margin:40px 0}.forgottenPass{margin:auto}.forgottenPass,.forgottenPass .container{display:flex;flex-direction:column;justify-content:center}.forgottenPass .container{background-color:#fff;margin:150px auto;min-width:320px;padding:20px}.forgottenPass input{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;margin:0;min-height:30px;outline:0;padding:10px;width:93%}.forgottenPass .input:focus{border:0;border-bottom:1px solid;border-color:#e85500;width:100%}.forgottenPass a{color:#e85500;display:block;font-size:small;margin:10px 0;text-align:left}.forgottenPass .buttext{display:flex;justify-content:space-between;margin:20px 0}.forgottenPass button{margin:0;width:90px}.otp{margin:auto}.otp,.otp .container{display:flex;flex-direction:column;justify-content:center}.otp .container{background-color:#fff;margin:150px auto;min-width:320px;padding:20px}.otp input{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;margin:0;min-height:30px;outline:0;padding:10px;width:93%}.otp input[type=number]{-moz-appearance:textfield}.otp input[type=number]::-webkit-inner-spin-button,.otp input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp .input:focus{border-color:#e85500}.otp a{color:#e85500;display:block;font-size:small;margin:10px 0;text-align:left}.otp .buttext{display:flex;justify-content:space-between;margin:20px 0}.otp button{margin:0;width:80px}.settings .setWrap{display:flex;margin:20px 35px}.settings .setWrap .menu{width:20%}.settings .setWrap .menuMob{display:none}.settings .setWrap .menu div,.settings .setWrap .menu p{margin:0 0 30px}.settings .setWrap .details{background-color:#fff;padding:20px 30px;width:80%}.settings .returnModWrap .returnBody .returnInput .issImg,.settings .setWrap .details .about .namGen{display:flex;gap:30px;width:100%}.settings .returnModWrap .returnBody .returnInput .issueWrap,.settings .setWrap .details .about .bioWrap{width:98%}.settings .returnModWrap .returnBody .returnInput .issImg div,.settings .returnModWrap .returnBody .returnInput .issImg label,.settings .setWrap .details .about .namGen div{margin:0;max-height:56px;padding:0;width:50%}.settings input,.settings select,.settings textarea{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;margin:0;min-height:56px;outline:0;padding:10px;width:100%}.settings input[type=number]{-moz-appearance:textfield}.settings input[type=number]::-webkit-inner-spin-button,.settings input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.settings input::-webkit-input-placeholder,.settings select::-webkit-input-placeholder,.settings textarea::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.settings input::placeholder,.settings select::placeholder,.settings textarea::placeholder{color:rgba(0,0,0,.5)}.settings .namGen .gender:focus,.settings .namGen .gender:focus-within,.settings .returnModWrap .returnBody .returnInput .issImg label:focus-within,.settings input:focus,.settings textarea:focus{border-bottom:1px solid #e85500}.settings .returnModWrap .returnBody .returnInput .issImg .img input:focus,.settings .returnModWrap .returnBody .returnInput .issImg .issue select:focus{border-bottom:none}.settings .namGen .gender select:focus{border-bottom:0}.settings .add .homAdd .addWrap,.settings .setWrap .bankDetails .bankAcc .accDets,.settings .setWrap .details .kyc .kycDets{display:flex;gap:20px}.settings .add .homAdd{display:flex;flex-direction:column;gap:20px}.settings .add .homAdd .addWrap div,.settings .setWrap .bankDetails .bankAcc .accDets div,.settings .setWrap .details .kyc .kycDets div{width:50%}.settings .setWrap .bankDetails .bankAcc .accDets div input[type=number]::-webkit-inner-spin-button,.settings .setWrap .bankDetails .bankAcc .accDets div input[type=number]::-webkit-outer-spin-button,.settings .setWrap .details .kyc .kycDets div input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.settings .trans .tableWrap{overflow:auto}.settings .trans table{width:100%}.settings .trans table tr td,.settings .trans table tr th{padding:10px;text-align:left}.settings .hist .tableWrap{overflow:auto}.settings .hist table{width:100%}.settings .hist table tr td,.settings .hist table tr th{padding:10px;text-align:left}.settings .withdPop .withdPopWrap .amt{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;margin:0;min-height:30px;outline:0;padding:10px;width:93%}.settings .withdPop .withdPopWrap .amt:focus{border-bottom:1px solid #e85500}.settings .withdPop .withdPopWrap{margin:0}.settings .returnSellModWrap .returnBody .ship .subDel .cp,.settings .returnSellModWrap .returnBody .ship .subDel .kd{align-items:center;display:flex;justify-content:space-between}.settings .returnSellModWrap .returnBody .ship .courPag{border:2px solid #f4f4f4;border-radius:10px;cursor:pointer;font-weight:700;padding:5px 10px}.settings .returnSellModWrap .returnBody .ship .courPag:hover{border-color:#e85500}.content{margin:15px 0;max-width:100%;padding:20px}.product-list{margin-bottom:40px}.homeProduct-list .product-wrapper{display:flex;gap:10px;position:relative}.homeProduct-list .product-wrapper .prodWrap{display:flex;gap:10px;overflow-x:auto;scrollbar-width:0}.product-list .product-wrapper{display:flex;flex-wrap:wrap;gap:10px}.homeProduct-list .product-wrapper .slideArrow{align-items:center;background:hsla(0,0%,100%,.9);border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;width:50px;z-index:3}.homeProduct-list .product-wrapper .slideArrow.left{left:0}.homeProduct-list .product-wrapper .slideArrow.right{right:0}.homeProduct-list .catTitle,.product-list .catTitle{align-items:center;color:#e85500;display:flex;font-size:22px;justify-content:flex-start;margin:0 0 30px;place-self:start}.product-wrapper .prodWrap::-webkit-scrollbar{height:5px}.product-wrapper .prodWrap::-webkit-scrollbar-thumb{color:green}.homeProduct-list .product-preview{border-bottom:1px solid #fafafa;margin:0;min-width:350px;padding:0;width:24%}.homeProduct-list .product-preview .product-detailsWrap{margin:0;min-height:333px;min-width:200px;padding:0;width:22.5%}.homeProduct-list .product-preview:hover,.product-list .product-preview:hover{border-radius:10px;box-shadow:1px 3px 5px #e85500;-webkit-transform:translateX(10px);transform:translateX(10px)}.homeProduct-list .product-previewWrap,.product-list .product-previewWrap{border-bottom:1px solid #fafafa;height:90%;margin:10px 10px 10px 0;max-height:14rem;max-width:10rem;min-width:5rem;padding:10px 0}.homeProduct-list .product-previewWrap:hover,.product-list .product-previewWrap:hover{border-radius:10px;box-shadow:1px 3px 5px #e85500;-webkit-transform:translateX(10px);transform:translateX(10px)}.product-preview h2{font-family:Inknut Antiqua,serif}.product-preview div,.product-preview h2{color:#e85500;font-size:20px;margin:0 0 8px;padding:0}.product-preview p{margin:0;padding:0}.product-preview a{align-items:center;display:flex;flex-direction:column;gap:10px;text-decoration:none}.product-preview .imgWrapper{align-items:center;background:#d9d9d9;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;flex-wrap:wrap;height:222px;justify-content:center;margin:0;object-fit:contain;overflow:auto;padding:0;position:relative;width:100%}.product-preview .imgWrapper::-webkit-scrollbar{width:5px}.product-preview .imgWrapper::-webkit-scrollbar-thumb{background-color:#ddd7;border-radius:10%}.product-preview img{display:block;height:100%;margin:0;object-fit:cover;width:100%}.product-preview .img{flex:50% 1;height:222px;margin:0;width:100%}.product-preview .imgWrapper:hover{border-radius:10px;-webkit-transform:scale(130%) translateY(13%);transform:scale(130%) translateY(13%);z-index:10}.product-list .product-preview.P{margin:0;min-width:200px;padding:0;width:calc(25% - 10px)}.product-list .product-preview{margin:0;min-width:200px;padding:0;width:32%}.message .messagesInb{border:0 solid #f2f2f2;display:flex;flex-direction:column;margin:30px 100px 0}.message .messWrap{border:0 solid #f2f2f2;display:flex;flex-direction:row}.message .messMobileWrap{display:none}.message .chatWrap .chinp form .textMess::-webkit-scrollbar{display:none}.message .chatWrap .chinp .inputs .textMess{border:0;border-bottom-left-radius:20px;border-top-left-radius:20px;max-height:40px;outline:0;padding:15px 0 0 20px;scrollbar-width:0;width:95%}.message .search{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;width:85%}.message .search .dropdown{width:10%}.message input{outline:0}.message .dropRes .itemRes:hover,.message .dropRes .userD:hover{color:#e85500}.message .navLinks .search{width:50%}.message .search .dropdown{box-shadow:1px 3px 5px #e85500;width:23%}.message .search .searchBar{align-items:center;background-color:hsla(0,0%,77%,.08);border-bottom:1px solid hsla(0,0%,77%,.16);display:flex;height:52px;width:100%}.message .search .searchBar:focus,.message .user:focus{border-bottom:1px solid #e85500}.cart .cartWrap{display:flex;justify-content:space-between;padding:30px 50px}.cart .cartWrap .itemDel{width:67%}.cart .cartWrap .orderWrap{width:30%}.cart .cartWrap .orderWrap .orderSum p{font-size:small}.cart input,.cart select,.cart textarea{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;height:56px;outline:0;padding:10px;width:100%}.cart .sellersDropWrap select{width:50%}.cart input:focus,.cart select:focus,.cart textarea:focus{border-bottom:1px solid #e85500}.cart .fundWrap .payWrap .paymentPlats a:hover{background-color:rgba(232,85,0,.1)}.cart .orderWrap .orderSum .ship .subDel .cp,.cart .orderWrap .orderSum .ship .subDel .kd{align-items:center;display:flex;justify-content:space-between}.cart .orderWrap .orderSum .ship .courPag{border:2px solid #f4f4f4;border-radius:10px;cursor:pointer;font-weight:700;padding:5px 10px}.cart .orderWrap .orderSum .ship .courPag:hover{border-color:#e85500}.cart .addWrap,.cart .savAdd{display:flex}.cart .addWrap div,.cart .savAdd div{width:50%}.product-details{background-color:#f2f2f2;display:flex;flex-direction:column;padding:10px 30px;text-align:left}.product-details .productDets .productWrap .product-detailsWrap{height:30rem;width:48%}.product-details .productDets .productWrap .product-detailsWrap img{animation:dangle 1s ease-in-out infinite alternate-reverse;max-height:70%}@-webkit-keyframes dangle{0%{-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg);-webkit-transform-origin:top center;transform-origin:top center}}@keyframes dangle{0%{-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-transform-origin:top center;transform-origin:top center}to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg);-webkit-transform-origin:top center;transform-origin:top center}}.product-details .productWrap{display:flex;height:30rem;width:100%}.product-details .productWrap .imgWrap .imgview .img{align-items:center;bottom:0;display:flex;justify-content:center;left:0;margin:0;max-height:100%;max-width:100%;right:0;top:0}.product-details .productWrap .imgWrap .imgview .img .left{margin:0 10px 0 0}.product-details .productWrap .imgWrap .imgview .img .left,.product-details .productWrap .imgWrap .imgview .img .right{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;width:40px;z-index:103}.product-details .productWrap .imgWrap .imgview .img .right{margin:0 0 0 10px}.product-details .productWrap .imgWrap .imgview .img .left img,.product-details .productWrap .imgWrap .imgview .img .right img{cursor:pointer;margin:0;max-width:40%;padding:0}.product-details .productWrap .imgWrap .imgview .img .midImg{margin:0;max-height:100%;max-width:100%;min-height:60%;padding:0}.product-details .productWrap .imgWrap .imgview .img .midImag{align-items:center;cursor:pointer;display:flex;height:90vh;justify-content:center;margin:0;width:70vh;z-index:103}.product-details .use{display:flex;margin:50px 0 0;width:100%}.product-details .prodName{color:#000;font-size:16px;font-size:20px;font-weight:800;overflow-x:scroll;white-space:nowrap;width:60%}.product-details .prodNameOver{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.2);height:-webkit-max-content;height:max-content;margin:6px 0 0 -20px;padding:0 5px;position:absolute;white-space:wrap;width:45%}.product-details .prodName::-webkit-scrollbar{height:5px}.product-details h2{color:#e85500;font-size:x-large}.product-details p{float:right;font-weight:600}.product-details .product-list{padding:10px 0}.product-details button{background-color:#e85500;height:40px;justify-content:center;padding:0;text-align:center;width:100%}.product-details .detsWrap,.product-details .imgWrap{background-color:#fff;width:50%}.product-details .imgWrap{align-items:flex-end;display:flex;height:30rem;justify-content:center}.product-details .userPro{margin:0 5px;width:100%}.product-details .imgWrap .imgs{align-items:center;cursor:pointer;display:flex;height:100%;position:relative;width:100%}.product-details .imgWrap .imgs .left{cursor:pointer;height:24px;left:10px;padding:0;position:absolute;width:24px;z-index:2}.product-details .imgWrap .imgs .right{cursor:pointer;height:24px;padding:0;position:absolute;right:10px;width:24px;z-index:2}.product-details .imgWrap .imgs .midImg{height:100%;margin:0;object-fit:cover;padding:0;width:100%}.product-details .imgWrap .imgs .midImag{cursor:pointer;height:100%;margin:0;width:100%}.product-details .barPop .barWrap .inp{background-color:hsla(0,0%,77%,.28);border:0;border-bottom:1px solid #ededed;font-family:Merriweather,serif;margin:0;min-height:36px;outline:0;padding:10px;width:93%}.product-details .barPop .barWrap .inp:focus{border-bottom:1px solid #e85500}.product-details .barPop .barWrap{margin:0}.product-details .productWrap .detsWrap .productName::-webkit-scrollbar{height:5px}.product-details .bacar{align-items:center;display:flex;gap:20px;padding:8px}.product-details .bacar .barButtondiv{align-items:center;background:#000;display:flex;height:60px;width:149px}.product-details .bacar .cart{align-items:center;display:flex;height:60px;margin:5px 0;width:149px}.product-details .bacar .barButtondiv button{align-items:center;background-color:#000;border:0;color:#fff;display:flex;gap:5px;justify-content:center;margin:5px 0}.product-details .priceEditWrap input{align-items:center;background-color:hsla(0,0%,77%,.15);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;display:flex;font-family:Merriweather,serif;height:56px;margin:0;outline:0;padding:18px;width:95%}.product-details .priceEditWrap input:focus{border-bottom:1px solid #e85500}.soldPopWrap label{background-color:hsla(0,0%,77%,.15);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);cursor:text;margin:10px 0 0;width:100%}.soldPopWrap input,.soldPopWrap label{align-items:center;box-sizing:border-box;display:flex;font-family:Merriweather,serif}.soldPopWrap input{background-color:hsla(0,0%,77%,0);border:0;margin:10px 18px;outline:0}.product-details .soldPopWrap label:focus-within,.soldPopWrap label:focus{border-bottom:1px solid #e85500}.create{align-items:center;display:flex;justify-content:center;padding:30px 0}.create .createWrap{width:70%}.create h2{color:#000;font-family:Inknut Antique,serif;font-size:20px;margin-bottom:30px}.create .sellForm{margin-bottom:50px}.create .imgup,.create .sellForm{display:flex;flex-direction:column;gap:20px}.create .imgup{background-color:#fff;padding:40px}.create .createWrap .imgWrap{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;width:100%}.create .createWrap .imgWrap .upload{background-color:#fff;border:1px dashed #e85500;display:grid;height:131px;padding:10px;place-content:center;place-items:center;width:131px}.create .createWrap .img{align-items:center;cursor:pointer;padding:0}.create .createBody,.create .createWrap .img{display:flex;flex-direction:column;justify-content:center}.create .createBody{background-color:#fff;gap:10px;padding:20px}.create .fPrice{display:flex;flex-direction:column;margin:0}.create .descWrap,.create .titleWrap{display:flex;flex-direction:row;margin:0}.create .desc,.create .title{background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;font-family:Merriweather,serif;margin:0;outline:0;padding:23px 20px;width:100%}.create .desc{height:50px;padding:15px 20px}.create .city,.create .color,.create .delivery select,.create .house,.create .price,.create .quantity,.create .size,.create select{background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;font-family:Merriweather,serif;margin:0;outline:0;padding:18px;width:100%}.create .city:focus,.create .color:focus,.create .delivery select:focus,.create .desc:focus,.create .house:focus,.create .price:focus,.create .quantity:focus,.create .title:focus,.create select:focus{border-bottom:1px solid #e85500}.create .delivery select option:first-of-type,.create select option:first-of-type{color:rgba(0,0,0,.5)}.create select:invalid{color:rgba(0,0,0,.5)}.create .sellForm input::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.create .sellForm input::placeholder{color:rgba(0,0,0,.5)}.create .sellDets{flex-direction:column}.create .sellDets,.create .sellDets .sellRow{display:flex;gap:10px;width:100%}.create .delivery .deliveryWrap.spec{width:100%}.create .delivery .sellRow{display:flex;gap:10px;width:100%}.create .categoryWrap,.create .colorWrap,.create .conditionWrap,.create .delivery .sellRow div,.create .deliveryWrap,.create .itemWrap,.create .priceWrap,.create .quantityWrap,.create .sizeWrap,.create .subcatWrap{margin:0;width:50%}.create h4{color:#757589;font-size:small;font-weight:400;margin-left:-5px}.create .createBottom,.create .delivery{background-color:#fff;display:flex;flex-direction:column;gap:30px;justify-content:center;padding:30px}.create .delivery .locOptions{display:flex;gap:10px;justify-content:center}.create .checkbox{accent-color:#e85500;cursor:pointer;height:18px;margin:0;width:20px}.create .dispprev p{color:#757575}.create .terms{display:flex;margin:0;padding:0}.create .terms a{color:#e85500;display:inline;font-size:14px;margin:0;text-align:center;text-decoration:none}.create .terms h4{color:#757589;font-size:14px;font-weight:400;margin:0 0 0 2px}.fund .soldProd{padding:10px}.fund .item{padding:0 10px}.fund .price{margin:10px}.fund .product-previewWrap{border-bottom:1px solid #fafafa;height:90%;margin:10px 10px 10px 0;max-width:10rem;min-width:5rem;padding:10px .85% 10px 0}.spinner{align-items:center;display:flex;justify-content:center;width:100%}.spinner img{width:50px}.cart .fundWrap .payWrap .spinner img,.spinner img{-webkit-animation:spin 3s linear infinite alternate;animation:spin 3s linear infinite alternate}.cart .fundWrap .payWrap .spinner img{width:30px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.review{align-items:center;display:flex;gap:30px;justify-content:center;min-height:80vh;padding:0 50px}.review .imgWrap{width:40%}.review .rev{background-color:#fff;border:1px solid hsla(0,0%,77%,.32);display:flex;flex-direction:column;padding:10px;width:60%}.review .rev .reviewWrap{display:flex;flex-direction:column;gap:20px;margin:20px}.review .rev .ratContainer{display:flex;flex-direction:row;flex-wrap:wrap;width:90%}.review .rev .ratContainer .star{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;width:-webkit-max-content;width:max-content}.review .rev .ratContainer .star div{cursor:pointer;width:40px}.review .rev .com textarea{padding:30px}.notFound{gap:50px;justify-content:center}.notFound .text{display:flex;flex-direction:column;gap:32px}.notFound .text .head{display:flex;flex-direction:column;gap:8px}.notFound .text .head h2,.notFound .text .head h3{font-weight:700;margin:0}.notFound .text .reasonsWrap,.notFound .text .reasonsWrap ol{display:flex;flex-direction:column;gap:20px}.notFound .text .reasonsWrap li,.notFound .text .reasonsWrap ol,.notFound .text .reasonsWrap p{color:rgba(0,0,0,.7);margin:0}.notFound .text .reasonsWrap .reasons{padding:0 0 0 20px}.notFound .errWrap{width:50%}.notFound .errWrap img{width:100%}.photoTips{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(0,0,0,.08);bottom:0;height:100vh;justify-content:center;left:0;padding:30px 20px 0;position:fixed;right:0;top:0}.photoTips,.photoTips .tipsWrap{align-items:center;display:flex;flex-direction:column}.photoTips .tipsWrap{max-height:80vh;overflow-y:auto;padding:0 20px 20px}.photoTips .tipsWrap,.photoTips .tipsWrap h1{background-color:#fff}.photoTips ol{overflow-y:auto}.photoTips ul{list-style-type:none;padding:0 0 0 25px;text-indent:-15px}.photoTips ul li:before{content:"-"}.photoTips ol .imgWrap{display:flex;flex-wrap:wrap;gap:10px;padding:30px}.photoTips ol .imgWrap div{align-items:center;display:flex;flex-direction:column}.photoTips ol .imgWrap p{align-items:center;display:flex;gap:5px}.photoTips ol .imgWrap .icon{width:20px}.checkoutMain{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);height:100vh;inset:0;justify-content:center;padding:0 20px;position:fixed}.checkoutMain,.checkoutMain .checkoutWrap{align-items:center;display:flex;flex-direction:column}.checkoutMain .checkoutWrap{background-color:#fff;max-height:85vh;overflow-y:auto;padding:20px}.checkoutMain ol{overflow-y:auto}.checkoutMain ul{list-style-type:none;padding:0 0 0 25px;text-indent:-15px}.checkoutMain ul li:before{content:"-"}.checkoutMain ol .imgWrap{display:flex;flex-wrap:wrap;gap:10px;padding:30px}.checkoutMain ol .imgWrap div{align-items:center;display:flex;flex-direction:column}.checkoutMain ol .imgWrap p{align-items:center;display:flex;gap:5px}.checkoutMain ol .imgWrap .icon{width:20px}.footer{border-top:1px solid #ddd;bottom:0;max-width:100%;padding:30px}.footer .footerWrap{display:flex;gap:10px;gap:40px;padding:5px 0}.footer .footerWrap .hyperLinks{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:space-between;width:55%}.footer .footerWrap .hyperLinks div{display:flex;flex-direction:column;flex-wrap:wrap}.footer .footerWrap .newsletter{display:flex;flex-direction:column;max-width:40%}.footer .footerWrap .newsletter .contact img{height:20px;width:20px}.footer .footerWrap .newsletter .contact p{margin-block:5px}.footer a{display:flex;gap:5px;margin:5px 0;text-align:left;text-decoration:none}.footer a:focus,.footer a:hover{color:#e85500}.footer h2{margin-bottom:5px}.footer .discover,.footer .help,.footer .rok{display:flex;flex-direction:column;justify-content:flex-start;text-decoration:none}.slides{position:relative}.slides .slideArrow{align-items:center;background:#e85500;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;position:absolute;top:40%;width:35px;z-index:3}.slides .slideArrow.left{left:0}.slides .slideArrow.right{right:0}.slides .slideArrow img{width:50%}.slides .slidesWrap{display:flex;gap:20px;overflow-x:auto;scrollbar-width:0}.slides .slidesWrap:after,.slides .slidesWrap:before{content:"";height:100%;position:absolute;width:15%;z-index:2}.slides .slidesWrap:before{background:linear-gradient(90deg,#fff 0,transparent);left:0;top:0}.slides .slidesWrap:after{background:linear-gradient(270deg,#fff 0,transparent);right:0;top:0}.slides .slidesWrap::-webkit-scrollbar{display:none}.slidesWrap a{align-items:center;border-radius:20px;box-shadow:3px 2px 5px;display:flex;justify-content:center;min-width:150px;transition:1s ease-in-out;width:150px!important}.slidesWrap a:hover{-webkit-transform:scale(102%);transform:scale(102%)}.slidesWrap a img{max-height:80%;width:100%!important}.about{padding:30px}.about .aboutWrap .banner{align-items:center;display:flex;height:40vh;justify-content:center}.about .banner h1{color:#fff;font-size:72px}.about .banner h1,.about h2,.about h3{font-family:Inknut Antiqua,serif;margin:0}.about h2,.about h3{line-height:30px}.about .aboutContent{align-items:center;display:flex;flex-direction:column;gap:30px;padding:10px}.about .aboutContent section{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.about .aboutContent section.left{flex-direction:row-reverse;flex-wrap:wrap}.about .aboutContent section .imgWrap{width:45%}.about .aboutContent section img{height:100%;object-fit:cover;width:100%}.about .aboutContent section .textWrap{display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:5px 0;width:50%}.about .aboutContent ul{display:flex;flex-direction:column;gap:5px}.about .aboutFoot{align-items:center;display:flex;flex-direction:column;margin:50px 0 0;padding:10px}.how{padding:30px}.how .howWrap .banner{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center}.how .banner h1{font-size:72px}.how .banner h1,.how .banner h2{color:#fff;font-family:Inknut Antiqua,serif;margin:0}.how h2,.how h3{font-family:Inknut Antiqua,serif;line-height:30px;margin:0}.how .howContent{align-items:center;display:flex;flex-direction:column;gap:30px;padding:10px}.how .howContent section{display:flex;flex-direction:column;gap:20px;width:100%}.how .howContent section .textWrap{display:flex;flex-direction:column;justify-content:center;padding:5px 0}.how .howContent section .textWrap .img{display:flex;height:80vh;justify-content:center;margin:10px 0 0;max-height:500px;width:100%}.how .howContent section .textWrap .img img{height:100%;object-fit:cover;width:100%}.how .howContent section .textWrap .texts{display:flex;flex-wrap:wrap}.how .howContent li.conte::marker{font-family:Inknut Antiqua,serif;font-size:18.72px;font-weight:800;width:100%}.how .howContent ol.mainCont{display:flex;flex-direction:column;gap:20px}.how .howContent ol.mainCont ol,.how .howContent ul{display:flex;flex-direction:column;gap:5px}.how .howContent ul,.how .howContent ul p{margin:0}.privacy{padding:30px}.privacy .privWrap .banner{align-items:center;display:flex;height:45vh;justify-content:center}.privacy .banner h1{color:#fff;font-family:Inknut Antiqua,serif;font-size:72px;margin:0}.privacy h2,.privacy h3{font-family:Inknut Antiqua,serif;line-height:30px;margin:0}.privacy .privContent{align-items:center;display:flex;flex-direction:column;gap:30px;padding:10px}.privacy .privContent section{display:flex;flex-wrap:wrap;gap:30px}.privacy .privContent section .textWrap{display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:5px 0}.privacy .privContent li.conte::marker{font-family:Inknut Antiqua,serif;font-size:24px;font-weight:800;width:100%}.privacy .privContent ol.mainCont{display:flex;flex-direction:column;gap:20px}.privacy .privContent ol.mainCont ol,.privacy .privContent ul{display:flex;flex-direction:column;gap:5px}.cookies{padding:30px}.cookies .banner{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center}.cookies .banner h1{font-size:62px;line-height:80px;text-align:center}.cookies .banner h1,.cookies .banner p{color:#fff;font-family:Inknut Antiqua,serif;margin:0}.cookies h2,.cookies h3{font-family:Inknut Antiqua,serif;line-height:30px;margin:0}.cookies .cookContent{align-items:center;display:flex;flex-direction:column;gap:30px;padding:10px}.cookies a{color:#e85500!important}.cookies .cookContent section{display:flex;flex-wrap:wrap;gap:30px}.cookies .cookContent section .textWrap{display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:5px 0}.cookies .cookContent li.conte::marker{font-family:Inknut Antiqua,serif;font-size:24px;font-weight:800;width:100%}.cookies .cookContent ol.mainCont{display:flex;flex-direction:column;gap:20px}.cookies .cookContent ol.mainCont ol,.cookies .cookContent ul{display:flex;flex-direction:column;gap:5px}.cookies .mainCont .conte{scroll-margin-top:100px}.proTerms{padding:30px}.proTerms .proTWrap .banner{align-items:center;display:flex;height:45vh;justify-content:center}.proTerms .banner h1{color:#fff;font-family:Inknut Antiqua,serif;font-size:72px;margin:0}.proTerms h2,.proTerms h3{font-family:Inknut Antiqua,serif;line-height:30px;margin:0}.proTerms .proTContent{align-items:center;display:flex;flex-direction:column;gap:10px;padding:10px}.proTerms .proTContent section{display:flex;flex-wrap:wrap;gap:30px}.proTerms .proTContent section .textWrap{display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:5px 0}.proTerms .proTContent li.conte::marker{font-family:Inknut Antiqua,serif;font-size:24px;font-weight:800;width:100%}.proTerms .proTContent ol.mainCont{display:flex;flex-direction:column;gap:20px}.faqHelp{padding:30px}.faqHelp .faqWrap .banner{align-items:center;display:flex;height:45vh;justify-content:center}.faqHelp .banner h1{color:#fff;font-family:Inknut Antiqua,serif;font-size:32px;margin:0}.faqHelp .faqContent{align-items:center;display:flex;flex-direction:column;gap:10px;padding:10px}.faqHelp .faqContent .firstHead{width:100%}.faqHelp .faqContent .main{display:flex;gap:10px;justify-content:space-between;width:100%}.faqHelp .faqContent .main .questions{display:flex;flex-direction:column;gap:5px;width:60%}.faqHelp .faqContent .main .questions a{color:#e85500;text-decoration:none}.faqHelp .faqContent .main .questions .question{background-color:#f6f6f6;border-bottom:1px solid hsla(0,0%,77%,.24);display:flex;flex-direction:column;justify-content:center}.faqHelp .faqContent .main .questions .question .quesHead{align-items:center;background-color:hsla(0,0%,77%,.08);border-bottom:1px solid hsla(0,0%,77%,.24);display:flex;justify-content:space-between;max-height:80px;padding:30px}.faqHelp .faqContent .main .questions .question .quesContent{display:flex;padding:20px 30px}.faqHelp .faqContent .main .asks{background-color:#fff;display:flex;flex-direction:column;gap:25px;min-width:30%;padding:30px}.faqHelp .faqContent .main .asks form{display:flex;flex-direction:column;gap:20px}.faqHelp .faqContent .main .asks form input,.faqHelp .faqContent .main .asks form textarea{background-color:hsla(0,0%,77%,.08);border:0;border-bottom:1px solid hsla(0,0%,77%,.24);box-sizing:border-box;font-family:Merriweather,serif;margin:0;outline:0;padding:18px;width:100%}.faqHelp .faqContent .main .asks form textarea{min-height:200px;resize:none}.faqHelp .faqContent .main .asks form input:focus,.faqHelp .faqContent .main .asks form textarea:focus{border-bottom:1px solid #e85500}.faqHelp .faqContent .main .asks form input::-webkit-input-placeholder,.faqHelp .faqContent .main .asks form textarea::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.faqHelp .faqContent .main .asks form input::placeholder,.faqHelp .faqContent .main .asks form textarea::placeholder{color:rgba(0,0,0,.5)}.faqHelp .faqContent .main .asks form button{height:58px;width:161px}.faqHelp .faqContent .main .asks form button.compSend{background:#757575;cursor:wait}.tandc{padding:30px}.tandc .banner{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center}.tandc .banner h1{font-size:62px;line-height:80px;text-align:center}.tandc .banner h1,.tandc .banner p{color:#fff}.tandc .banner h1,.tandc .banner p,.tandc h1,.tandc h2{font-family:Inknut Antiqua,serif;margin:0}.tandc h2{line-height:30px}.tandc .tandcContents{padding:10px}.tandc .tandcContent{display:flex;flex-direction:column;gap:30px}.tandc .tandcContent h1.midHead{line-height:50px;margin-left:-40px}.tandc .tandcContent li.conte::marker{font-family:Inknut Antiqua,serif;font-size:24px;font-weight:800}.tandc .tandcContent li .textWrap{padding:5px 0;width:100%}.tandc .tandcContent li .textWrap table.text{width:100%}.tandc .tandcContent li .textWrap table.text,.tandc .tandcContent li .textWrap table.text td,.tandc .tandcContent li .textWrap table.text th{border:1px solid #000;border-collapse:collapse}.tandc .tandcContent li .textWrap table.text td,.tandc .tandcContent li .textWrap table.text th{padding:10px}.tandc .tandcContent ul{display:flex;flex-direction:column;gap:5px}.tandc .tandcContent #refund{scroll-margin-top:100px}@media screen and (max-width:1024px){.create .createWrap{width:80%}.product-preview{min-width:234px;width:32%}.product-list .product-preview.P{min-width:200px;width:calc(33.3% - 10px)}.notFound{gap:20px}.cart .cartWrap .itemDel{width:55%}.cart .cartWrap .orderWrap{width:42%}.categories .filters .inputs,.pages .filters .inputs,.subcats .filters .inputs{padding:10px}.cate .heroBanner .dropdowns .dropdown{margin:0 50px}.types .filters .inputs{padding:10px}.message .messagesInb{margin:30px 10px 0}.searchProd .filters .inputs{padding:10px}.product-details .productDets .productWrap .product-detailsWrap{width:47%}.product-details .productDets .productWrap .product-detailsWrap img{max-height:50%}.footer .footerWrap{flex-direction:column}.footer .footerWrap .hyperLinks{gap:60px;width:98%}.footer .footerWrap .newsletter{max-width:98%}}@media screen and (max-width:900px){.create .createWrap{width:90%}.product-details{padding:5px}.product-details .productDets .productWrap .product-detailsWrap{width:50%}.product-details .productDets .productWrap .product-detailsWrap img{max-height:43%}.homeProduct-list .product-wrapper{justify-content:space-between}.homeProduct-list .product-preview{min-width:300px;width:49%}.homeProduct-list .product-preview .product-detailsWrap{margin:0;min-height:333px;min-width:300px;padding:0;width:48%}.pages .main{display:flex;flex-direction:column;gap:10px;margin:0 38px 5px}.pages .main .filters{width:100%}.pages .main .homeProducts{width:100%}.pages .filters .inputs{padding:20px}.pages .filters .inputs .filter div .priceIn .rangeInp input[type=number]{padding:20px;width:50%}.profile .profWrap .userDets{width:40%}.profile .profWrap .warRevFav{width:60%}.profile .profWrap .warRevFav .res .fav .product-preview,.profile .profWrap .warRevFav .res .war .product-preview{margin:0;min-width:200px;padding:0;width:48%}.users .profWrap .userDets{width:40%}.users .profWrap .warRevFav{width:60%}.users .profWrap .warRevFav .res .war .product-preview{margin:0;min-width:200px;padding:0;width:48%}.notFound{gap:0;justify-content:center;padding:0 10px}.searchProd .main{display:flex;flex-direction:column;gap:10px;margin:0 38px 5px}.searchProd .main .filters,.searchProd .main .homeProducts{width:100%}.searchProd .filters .inputs{padding:20px}.searchProd .filters .inputs .filter div .priceIn .rangeInp input[type=number]{padding:20px;width:50%}.categories .main{display:flex;flex-direction:column;gap:10px;margin:0 38px 5px}.categories .main .filters,.categories .main .homeProducts{width:100%}.categories .filters .inputs{padding:20px}.categories .filters .inputs .filter div .priceIn .rangeInp input[type=number]{padding:20px;width:50%}.cart .sellersDropWrap select{width:90%}.subcats .main{display:flex;flex-direction:column;gap:10px;margin:0 38px 5px}.subcats .main .filters,.subcats .main .homeProducts{width:100%}.subcats .filters .inputs{padding:20px}.subcats .filters .inputs .filter div .priceIn .rangeInp input[type=number]{padding:20px;width:50%}.types .main{display:flex;flex-direction:column;gap:10px;margin:0 38px 5px}.types .main .filters,.types .main .homeProducts{width:100%}.types .filters .inputs{padding:20px}.types .filters .inputs .filter div .priceIn .rangeInp input[type=number]{padding:20px;width:50%}}@media screen and (max-width:700px){.paginator .paginWrap.desktop{display:none}.paginator .paginWrap.mobile{align-items:center;display:flex;gap:15px;justify-content:center}.paginator .paginWrap.mobile .pagNum{jusstify-content:center;align-items:center;display:flex;gap:5px;text-align:center}.paginator .paginWrap.mobile .pagNum span{border-radius:2px;color:#e85500;cursor:pointer}.home .homeFaq:hover{-webkit-transform:scale(100%);transform:scale(100%)}.profile .profWrap .warRevFav .res .fav .product-preview:hover,.profile .profWrap .warRevFav .res .war .product-preview:hover,.users .profWrap .warRevFav .res .war .product-preview:hover{box-shadow:1px 3px 5px #e85500;-webkit-transform:translateX(0);transform:translateX(0)}.navbar h1:hover{font-weight:800px}.navbar .sell-now:hover,.navbar .signup-wrap a:hover,.navbar h1:hover{-webkit-transform:scale(100%);transform:scale(100%)}.navbar .dropDets a:hover{background-color:#f3f3f3;border-radius:15px;color:#000;padding:10px}.homeProduct-list .product-preview:hover,.homeProduct-list .product-previewWrap:hover,.product-list .product-preview:hover,.product-list .product-previewWrap:hover{box-shadow:1px 3px 5px #e85500;-webkit-transform:translateX(0);transform:translateX(0)}.product-preview .imgWrapper:hover{-webkit-transform:scale(100%) translateY(0);transform:scale(100%) translateY(0);z-index:1}.App .content{margin:73px 0 0;min-height:calc(100vh - 111px)}.App .cookieModalWrap{bottom:0;right:0}.App .cookieModalButtons{display:flex;flex-direction:column;gap:10px;justify-content:center}.App .cookieModalButtons button{width:100%}.navbar{align-items:center;background-color:#fff;border-bottom:1px solid #f2f2f2;display:flex;gap:10px;height:71px;justify-content:space-between;margin:0;padding:5px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar .prof{display:none;overflow:hidden}.navbar .menuIcon{display:flex;overflow:hidden;width:40px}.navbar .help{display:none;overflow:hidden}.navbar .navLinks .search{border-bottom:1px solid #d9d9d9;left:0;position:absolute;top:83px;width:100%}.navbar .search .searchBar{align-items:center;background-color:#fff;border-bottom:1px solid #d9d9d9;display:flex;height:52px;width:100%}.navbar .search .dropdown{left:5px;margin-left:0;width:95%}.navbar .signup-wrap{margin:0}.navbar .sell-now-wrap{display:none;overflow:hidden}.navbar .navLinks{align-items:center;display:flex;height:56px;justify-content:space-between;width:-webkit-max-content;width:max-content}.navbar .navLinks .links{display:flex;font-size:14px;justify-content:space-between}.navbar .signout{background-color:#fff;margin-top:0}.navbar .svgWrapper{margin-right:0}.navbar .navLinks .links .help,.navbar .navLinks .links .sell-now-wrap{display:none}.navbar .menu{display:flex;margin:550px 0 0 -180px;width:300px}.navbar .desktopDrop{display:none!important}.navbar .menu .sell-now{font-size:large;font-weight:100px;margin:0;width:100%}.fund .soldProd{padding:0 40px}.filters{margin:10px 0 0 10px}.notFound .errWrap{width:100%}.cate .cats{display:flex;flex-direction:column}.cate .cats .cat{padding:10px 0 0 10px;text-align:left}.cate .cats .cat:focus{background-color:#f2f2f2;border-bottom:1px solid #e85500;box-shadow:0}.cate .heroBanner .dropdown button{color:#383838}.cate .heroBanner .dropdown button:focus{color:#e85500}.cate .heroBanner .dropdown:hover{border-top:1px solid #e85500}.cate .heroBanner{border-bottom:1px solid #f2f2f2;margin:0;padding:0;width:100%}.cate button{background-color:#fff;color:#000}.cate .heroText{background-color:#fff;border-radius:30px;font-weight:500;margin:115px 70px;max-width:330px;padding:1rem;position:absolute}.cate p{font-size:32px}.cate p a{color:#e85500;font-family:Object Sans,sans-serif;font-size:35px;font-weight:800;text-decoration:none}.cate p a:hover{font-size:37px;font-weight:800}.cate .sell-now{font-size:large;font-weight:100px;margin-bottom:0;width:100%}.cate .sell-now:hover{font-size:large;font-weight:500}.cate .faq,.cate h5{color:#e85500;font-weight:200;margin-top:15px}.cate .heroBanner img{border-radius:30px;max-height:10rem;width:100%}.home{gap:15px;margin:40px 0 0;padding:0 5px}.home .heroBanner,.home .heroBanner .hero{height:60vh}.home .heroBanner .heroText{display:none}.home .categories .catWrap .list{flex-wrap:wrap}.home .mobText{background-color:#fff;display:flex;flex-direction:column;font-weight:600;gap:20px;padding:30px 50px}.home .mobText .homeFaq{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:rgba(0,0,0,.4);color:#fff;display:flex;font-weight:200;gap:5px;height:50px;justify-content:center;margin:0;text-decoration:none;width:60%}.home .homeProducts{align-items:center;margin:50px 0 0;padding:0}.home .mobText p{color:#000;font-size:40px;margin:0 0 10px}.home .mobText .links{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between;margin:0;width:100%}.home .mobText .sell-now{font-size:15px;font-weight:100px;height:50px;margin:0;transition:.5s ease-in-out;width:120px}.home .sell-now:hover{-webkit-transform:scale(100%);transform:scale(100%)}.home .homeFaq h5{color:#fff;font-size:15px;font-weight:100;margin:0}.home .homeFaq img{width:20px}.home .categories{margin:0;padding:0}.home .bannerSlides .left img,.home .bannerSlides .right img{cursor:pointer;margin:0;max-width:20%;padding:0}.home .bannerSlides .counts{bottom:130px!important}.categories .main,.pages .main,.searchProd .main,.subcats .main,.types .main{display:flex;flex-direction:column;gap:10px;margin:0 5px 5px}.homeProduct-list .product-preview{min-width:200px;width:48%}.homeProduct-list .product-preview .product-detailsWrap{margin:0;min-height:333px;min-width:200px;padding:0;width:47%}.product-list .product-preview{min-width:200px;width:48%}.product-list .product-preview.P{min-width:200px;width:calc(50% - 10px)}.product-list .product-wrapper{justify-content:space-between}.create{padding:10px}.create .createWrap{width:99%}.product-details .productWrap{flex-direction:column;height:58rem}.product-details .use{flex-direction:column;margin:20px 0 0}.product-details .use .review{margin:0;width:95%}.product-details .detsWrap{margin:0;width:100%}.product-details .imgWrap{margin:0;max-height:40rem;width:100%}.product-details .userPro{margin:0;width:99%}.product-details .product-list{padding:5px}.product-details .productWrap .imgWrap .imgview .img{align-items:center;bottom:0;display:flex;justify-content:center;left:0;margin:0;max-height:100%;max-width:100%;padding:"0 50px";position:absolute;right:0;top:0}.product-details .productWrap .imgWrap .imgview .img .left{cursor:pointer;left:5px;margin:0;max-height:30px;max-width:30px;position:absolute;z-index:104}.product-details .productWrap .imgWrap .imgview .img .right{cursor:pointer;margin:0;max-height:30px;max-width:30px;position:absolute;right:5px}.product-details .productWrap .imgWrap .imgview .img .midImg{cursor:pointer;margin:0;max-height:100%;max-width:90%;min-height:40%}.product-details .barPop .barWrap{margin:0}.product-details .productDets .productWrap .product-detailsWrap{height:30rem;width:99%}.product-details .productDets .productWrap .product-detailsWrap img{max-height:60%}.product-details .prodNameOver{width:90%}.product-details .bacar{flex-wrap:wrap;gap:10px;justify-content:space-between;padding:8px 0}.product-details .bacar .barButtondiv{min-width:149px;width:100%}.product-details .bacar .cart{min-width:149px;width:100%!important}.product-preview{max-height:-webkit-max-content;max-height:max-content;min-width:100px;width:48%}.homeProduct-list .product-wrapper .slideArrow{display:none}.product-previewWrap{width:9.5rem}.cate{display:flex;flex-direction:column;overflow:hidden;position:absolute;top:200px;width:0}.pages{padding:0 5px}.pages .homeProducts{padding:0}.pages .links{padding:5px 10px 0}.categories{padding:0 5px}.categories .homeProducts{padding:0}.categories .links{padding:5px 10px}.subcats{padding:0 5px}.subcats .homeProducts{padding:0}.subcats .links{padding:5px 10px}.types{padding:0 5px}.types .homeProducts{padding:0}.types .links{padding:5px 10px}.settings .setWrap{display:flex;flex-direction:column;margin:20px 10px}.settings .setWrap .menuMob{display:flex;flex-direction:column;gap:20px;margin:20px 0;width:90%}.settings .setWrap .menuMob .drops{display:flex;flex-direction:column;gap:10px}.settings .setWrap .menu{display:none}.settings .setWrap .menuMob p{margin:0}.settings .setWrap .menu div{margin:0 0 30px}.settings .setWrap .details{margin:0;padding:0;width:100%}.settings .setWrap .details div{margin:0 5px}.settings .returnSellModWrap .returnBody .ship .subDel .cp,.settings .returnSellModWrap .returnBody .ship .subDel .kd{flex-direction:row}.settings .returnSellModWrap .returnBody{height:70vh;margin-inline:20px!important;overflow-y:auto}.searchProd{padding:0 5px}.searchProd .homeProducts{padding:0}.searchProd .links{padding:5px 10px 0}.profile .profWrap{display:flex;flex-direction:column;gap:50px;padding:0 10px}.profile .profWrap .userDets{width:100%}.profile .profWrap .userDets .prof{padding:10px}.profile .profWrap .warRevFav{width:100%}.profile .profWrap .warRevFav .res .fav,.profile .profWrap .warRevFav .res .war{justify-content:space-between}.profile .profWrap .warRevFav .res .fav .product-preview,.profile .profWrap .warRevFav .res .war .product-preview{margin:0;min-width:200px;padding:0;width:49%}.users .profWrap{display:flex;flex-direction:column;gap:50px;padding:0 10px}.users .profWrap .userDets{width:100%}.users .profWrap .userDets .prof{padding:10px}.users .profWrap .warRevFav{width:100%}.users .profWrap .warRevFav .res .war{justify-content:space-between}.users .profWrap .warRevFav .res .war .product-preview{margin:0;min-width:200px;padding:0;width:49%}.message .messMobileWrap{border:0 solid #f2f2f2;display:flex;flex-direction:row;height:70vh;margin:30px 10px 0}.message .messagesInb{display:none}.message .messMobileWrap .search{width:95%}.message .search .dropdown{box-shadow:1px 3px 5px #e85500;width:90%}.cart .cartWrap{display:flex;flex-direction:column;padding:30px 10px}.cart .cartWrap .itemDel{width:100%}.cart .cartWrap .orderWrap{margin:30px 0 0;width:100%}.cart .cartWrap .orderWrap .orderSum .title{font-size:large;font-weight:600}.cart .cartWrap .orderWrap .orderSum p{font-size:medium}.cart .sellersDropWrap select{width:85%}.cart .orderWrap .orderSum .ship .subDel .cp,.cart .orderWrap .orderSum .ship .subDel .kd,.cart .orderWrap .total{flex-direction:row}.review{flex-wrap:wrap-reverse;padding:0 20px}.review .imgWrap{width:60%}.review .rev{width:100%}.footer{padding:30px 10px}.footer .footerWrap{gap:10px;padding:5px 0}.footer .footerWrap .hyperLinks{gap:10px}.photoTips{height:100vh;padding:65px 10px 0}.photoTips .tipsWrap{max-height:80vh;padding:0 10px 10px}.photoTips ol .imgWrap{padding:10px 0}.about{padding:0}.about .banner h1{font-size:32px}.about .aboutContent section .imgWrap{height:200px;width:100%}.about .aboutContent section .textWrap{min-height:0;width:100%}.about .aboutFoot{align-items:center;display:flex;flex-direction:column;padding:10px}.how{padding:30px 0}.how .banner h1{font-size:50px;line-height:60px;margin-bottom:15px;text-align:center}.how .banner h2{color:#fff;text-align:center}.how .banner h2,.how h2,.how h3{font-family:Inknut Antiqua,serif;margin:0}.how h2,.how h3{line-height:30px}.how .howContent ol.mainCont{padding-left:20px}.privacy{padding:30px 0}.privacy .banner h1{font-size:50px;line-height:60px;text-align:center}.cookies{padding:0}.cookies .banner h1{font-size:50px;line-height:60px;text-align:center}.proTerms{padding:30px 0}.proTerms .banner h1{font-size:50px;line-height:60px;text-align:center}.faqHelp{padding:30px 0}.faqHelp .banner h1{font-size:40px;line-height:60px;text-align:center}.faqHelp .faqContent{align-items:center;display:flex;flex-direction:column;gap:10px;padding:10px}.faqHelp .faqContent .main{flex-direction:column;gap:30px;justify-content:flex-start}.faqHelp .faqContent .main .questions{width:100%}.faqHelp .faqContent .main .asks{background-color:#fff;display:flex;flex-direction:column;gap:25px;padding:30px 10px}.faqHelp .faqContent .main .asks form button{width:100%}.tandc{padding:30px 0}.tandc .banner h1{font-size:40px;line-height:50px;margin-bottom:10px;text-align:center}.tandc .banner p{text-align:center}.tandc h1{font-size:30px;line-height:40px}.tandc h1,.tandc h2{font-family:Inknut Antiqua,serif;margin:0}.tandc h2{line-height:30px}.tandc .tandcContent h1.midHead{font-size:27px;margin-left:-40px}.tandc .tandcContent li .textWrap .texts .text{word-break:break-all}.tandc .tandcContent li .textWrap .tableWrap{margin-left:-40px;overflow:auto}.tandc .tandcContent li .textWrap table.text{min-width:600px}}@media only screen and (max-width:560px){.emailSignup .form{margin:5px 20px 20px;width:457px}.emailSignup .fields{max-height:800px}.emailSignup .fields .mailPass{flex-direction:column;gap:10px}.emailSignup .fields .mailPass div{width:100%}.emailSignup button{padding:20px;width:100%}.emailSignup .button,.emailSignup .formWrap .fields .nameWrap{flex-direction:column;gap:10px}.emailSignup .formWrap .fields .nameWrap div,.emailSignup .formWrap .fields .nameWrap label{width:100%}.newPass .form{margin:5px 20px 20px;width:457px}.newPass .fields{max-height:300px}.newPass .fields .mailPass{flex-direction:column;gap:10px}.newPass .fields .mailPass div{width:100%}.newPass button{padding:20px;width:100%}.newPass .button{flex-direction:column;gap:10px}.changePass .form{margin:5px 20px 20px;width:457px}.changePass .fields{max-height:300px}.changePass .fields .mailPass{flex-direction:column;gap:10px}.changePass .fields .mailPass div{width:100%}.changePass button{padding:20px;width:100%}.changePass .button{flex-direction:column;gap:10px}.emailLogin .form{margin:5px 20px 20px;width:457px}.emailLogin .fields{max-height:300px}.emailLogin button{padding:20px;width:100%}.emailLogin .button{flex-direction:column;gap:10px}.profile .profWrap{padding:0 5px}.profile .profWrap .warRevFav .head div{width:100px}.profile .profWrap .warRevFav .res .fav,.profile .profWrap .warRevFav .res .war{gap:5px}.profile .profWrap .warRevFav .res .fav .product-preview,.profile .profWrap .warRevFav .res .war .product-preview{min-width:200px;width:49%}.users .profWrap{padding:0 5px}.users .profWrap .warRevFav .head div{width:100px}.users .profWrap .warRevFav .res .war{gap:5px}.users .profWrap .warRevFav .res .war .product-preview{min-width:200px;width:49%}.product-details .productDets .productWrap .product-detailsWrap img{max-height:55%}.homeProduct-list .product-preview{min-width:190px}.homeProduct-list .product-preview .product-detailsWrap{margin:0;min-height:333px;min-width:190px;padding:0;width:47%}.product-list .product-preview{min-width:150px}.settings .setWrap .bankDetails .bankAcc .accDets,.settings .setWrap .details .kyc .kycDets{display:flex;flex-direction:column;gap:20px}.settings .setWrap .bankDetails .bankAcc .accDets div,.settings .setWrap .details .kyc .kycDets div{width:100%}}@media only screen and (max-width:420px){.navbar .navLinks .signup-wrap{gap:0;width:130px}.home .mobText{background-color:#fff;font-weight:600;margin:30px 10px 0;max-width:97%;padding:0;width:100%}.home .bannerSlides .counts{bottom:-20px!important}.cart .addWrap,.cart .savAdd{flex-direction:column}.cart .addWrap div,.cart .savAdd div{width:89%}.home .homeProducts{align-items:center;margin:20px 0 0;padding:0}.home .mobText p{font-size:35px;font-weight:800;margin:0 20px 20px}.home .heroBanner .bannerSlides{height:60%;width:100%}.homeProduct-list .product-preview{max-height:-webkit-max-content;max-height:max-content;min-width:11rem;width:47%}.homeProduct-list .product-preview .product-detailsWrap{margin:0;max-height:-webkit-max-content;max-height:max-content;min-height:333px;min-width:11rem;padding:0;width:46%}.product-list .product-preview{max-height:360px;min-width:10rem;width:47%}.product-list .product-preview.P{min-width:10rem;width:calc(50% - 5px)}.product-previewWrap{width:8.5rem}.forgottenPass{margin:auto}.forgottenPass,.forgottenPass .container{display:flex;flex-direction:column;justify-content:center}.forgottenPass .container{background-color:#fff;border-radius:30px;margin:150px auto;min-width:100px;padding:20px;width:80%}.forgottenPass h1{font-size:30px}.otp{margin:auto}.otp,.otp .container{display:flex;flex-direction:column;justify-content:center}.otp .container{background-color:#fff;border-radius:30px;margin:150px auto;min-width:100px;padding:20px;width:80%}.otp h1{font-size:30px}.fund .soldProd{padding:10px 5px}.profile .profWrap .warRevFav .head div{width:100px}.profile .profWrap .warRevFav .res .fav .product-preview,.profile .profWrap .warRevFav .res .war .product-preview{max-height:360px;min-width:10rem;width:47%}.users .profWrap .warRevFav .head div{width:100px}.users .profWrap .warRevFav .res .war .product-preview{max-height:360px;min-width:10rem;width:47%}.product-details .barPop .barWrap{margin:0}.product-details .productDets .productWrap .product-detailsWrap{height:30rem;width:98%}.product-details .productDets .productWrap .product-detailsWrap img{max-height:40%}.footer .footerWrap{justify-content:space-between;padding:5px 30px}.photoTips{padding:60px 10px 0}.photoTips .tipsWrap{max-height:70vh}}@media only screen and (max-width:360px){.navbar h1{line-height:30px}.home .mobText p{font-size:32px;font-weight:800;margin:0 10px 20px}.emailSignup .form{margin:5px 10px 20px;padding:10px;width:457px}.emailSignup .formWrap .fields .nameWrap div,.emailSignup .formWrap .fields .nameWrap label,.emailSignup .input:focus,.emailSignup input{width:90%}.newPass .form{margin:5px 10px 20px;padding:10px;width:457px}.newPass .input:focus,.newPass input{width:90%}.changePass .form{margin:5px 10px 20px;padding:10px;width:457px}.changePass .input:focus,.changePass input{width:90%}.cart .addWrap div,.cart .savAdd div{width:87%}.otp .container{margin:80px auto}.emailLogin .form{margin:5px 10px 20px;padding:10px;width:457px}.emailLogin .input:focus,.emailLogin input{width:90%}.review .rev .ratContainer .star div{cursor:pointer;width:32px}.fund .soldProd{padding:0 10px}.fund .item{padding:0}.fund .price{margin:10px 0 10px -10px}.forgottenPass h1,.otp h1{font-size:28px}.homeProduct-list .product-preview{max-height:-webkit-max-content;max-height:max-content;min-width:12rem;width:80%}.homeProduct-list .product-preview .product-detailsWrap{margin:0;min-height:333px;min-width:12rem;padding:0;width:80%}.product-list .product-preview{max-height:-webkit-max-content;max-height:max-content;min-width:9rem;width:48%}.product-list .product-preview.P{min-width:9rem;width:calc(50% - 5px)}.product-previewWrap{max-width:8.2rem}.product-details .productDets .productWrap .product-detailsWrap img{max-height:35%}.product-details .bacar{justify-content:center}.product-details .bacar .barButtondiv,.product-details .bacar .cart{min-width:149px;width:95%}.profile .profWrap .warRevFav .res .fav .product-preview,.profile .profWrap .warRevFav .res .war .product-preview,.users .profWrap .warRevFav .res .war .product-preview{max-height:365px;min-width:9rem;width:48%}.fund .soldProd{padding:10px 2px}.photoTips{padding:70px 10px 0}.photoTips .tipsWrap{max-height:70vh}}@media only screen and (max-width:330px){.navbar .bell .notifications{box-shadow:.5px 1px 3px #000;margin:25px 0 0 -180px}.navbar .menu{margin:500px 0 0 -120px!important;max-height:300px!important;width:250px!important}.home .mobText p{font-size:28px;font-weight:1000;margin:0 10px 10px}.navbar .search .dropdown{margin-left:10px;width:90%}.profile .profWrap .warRevFav .head div{width:90px}.profile .profWrap .warRevFav .res .fav,.profile .profWrap .warRevFav .res .war{width:100%}.profile .profWrap .warRevFav .res .fav .product-preview,.profile .profWrap .warRevFav .res .war .product-preview{max-height:365px;min-width:8rem;width:49%}.users .profWrap .warRevFav .head div{width:90px}.users .profWrap .warRevFav .res .war{width:100%}.users .profWrap .warRevFav .res .war .product-preview{max-height:365px;min-width:8rem;width:49%}.forgottenPass h1,.otp h1{font-size:25px}.homeProduct-list .product-preview{max-height:-webkit-max-content;max-height:max-content;min-width:10rem;width:48%}.homeProduct-list .product-preview .product-detailsWrap{margin:0;min-height:333px;min-width:10rem;padding:0;width:46%}.product-list .product-preview{max-height:365px;min-width:8rem;width:48%}.product-previewWrap{width:8rem}.product-details .productDets .productWrap .product-detailsWrap{height:30rem;width:98%}.product-details .productDets .productWrap .product-detailsWrap img{max-height:35%}.settings .setWrap .menu{justify-content:space-between}.fund .soldProd{padding:10px 0}}@media only screen and (max-width:320px){.home .mobText p{font-size:28px;font-weight:1000;margin:0 10px 10px}.navbar .search .dropdown{margin-left:10px;width:90%}.navbar h1{font-size:17px;line-height:30px}.navbar .menu{margin:550px 0 0 -80px;width:200px}.changePass .form,.emailLogin .form,.emailSignup .form,.newPass .form{margin:5px 5px 20px;padding:10px 5px;width:90%}.emailLogin .form .button .container p{flex-wrap:wrap}.forgottenPass h1,.otp h1{font-size:25px}.profile .profWrap .warRevFav .res .fav .product-preview,.profile .profWrap .warRevFav .res .war .product-preview,.users .profWrap .warRevFav .res .war .product-preview{max-height:365px;min-width:8rem;width:49%}.homeProduct-list .product-preview{max-height:-webkit-max-content;max-height:max-content;min-width:12rem;width:70%}.homeProduct-list .product-preview .product-detailsWrap{margin:0;min-height:333px;min-width:12rem;padding:0;width:70%}.product-list .product-preview{max-height:-webkit-max-content;max-height:max-content;min-width:8rem;width:100%}.product-list .product-preview.P{min-width:8rem;width:100%}.product-previewWrap{width:8rem}.product-details .productDets .productWrap .product-detailsWrap img{max-height:30%}.fund .soldProd{padding:10px 0}.footer .footerWrap{justify-content:space-between;padding:5px 20px}}: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{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;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}