.navbar{display:flex;box-shadow:2px 2px 8px gray;position:fixed;left:0;right:0;padding:0 25px;justify-content:space-around;align-items:center;height:4rem;width:100%;margin:auto;background-color:#fff;font-family:Roboto,sans-serif;font-weight:400}.navbar .nav-logo{display:flex;gap:5%;align-items:center;flex-basis:10%}.navbar .nav-menu{display:flex;flex-basis:35%;justify-content:center;gap:10%;list-style:none}.navbar .nav-menu li{font-size:1.2em;cursor:pointer}.navbar .nav-cart-login{display:flex;align-items:center;justify-content:space-around;flex-basis:20%}.navbar .nav-cart-login img{width:2rem;height:2rem}.navbar .nav-cart-login button{padding:10px 30px;background-color:orange;border:none;border-radius:20px;font-size:1.1em;color:#3d3222}.navbar .hamberger{display:flex;flex-direction:column;padding:5px;justify-content:space-around;align-items:center;width:40px;height:20px;display:none}.navbar .hamberger .line{width:80%;height:2px;background-color:#000;transition:.5s}.active{border-bottom:1px solid rgb(0,0,0);transition:.5s;transform:scale(1)}a{text-decoration:none;color:#454444}.nav-menu-sidebar{display:none}.wrong-one{transform:rotate(45deg);transform-origin:30%;width:80%;height:2px;background-color:#000}.wrong-two{display:none}.wrong-three{transform:rotate(-45deg);transform-origin:30%;width:80%;height:2px;background-color:#000}@media only screen and (max-width:825px){.navbar .nav-cart-login img{width:1.6rem;height:1.6rem}.navbar .nav-cart-login{display:flex;align-items:center;justify-content:space-evenly;flex-basis:30%}.navbar .nav-cart-login button{padding:10px 28px;background-color:orange;border:none;border-radius:20px;font-size:1.1em;color:#3d3222}.navbar{width:90%}}@media only screen and (max-width:1300px){.navbar .nav-cart-login{display:flex;align-items:center;justify-content:space-around;flex-basis:23%}.navbar{width:90%}}@media only screen and (max-width:750px){.navbar{gap:20px}.navbar .nav-menu{display:none}.navbar{justify-content:space-between;padding:0 2rem}.navbar .nav-logo{font-size:.8em}.navbar .nav-logo img{width:3rem;height:3rem}.navbar .nav-cart-login{justify-content:space-between;gap:10px}.navbar .nav-cart-login img{width:1.6rem;height:1.6rem}.navbar .nav-cart-login button{padding:6px 13px}.navbar .nav-cart-login .hamberger{display:flex}.menu-sidebar{position:absolute;right:0;top:0;width:10rem;height:100vh;margin-top:4rem;background-color:#fff;transform:translate(200px);overflow:hidden;visibility:hidden;transition:all .4s ease-in-out}.nav-menu-sidebar{display:flex;flex-direction:column;align-items:center;padding:10px;list-style:none;gap:2rem;font-size:larger;height:50%}.nav-menu-sidebar li{width:80%;border-bottom:1px solid rgb(0,0,0);font-weight:300;text-transform:uppercase}.active{text-decoration:none;color:#004757;border:none}.nav-menu-sidebar-open{transform:translate(0);visibility:visible}.navbar{width:90%}}@media only screen and (max-width:430px){.navbar{width:90%}.navbar .nav-logo{font-size:.6em;flex-basis:8%}}.shop{display:flex;justify-content:space-between;border:1px soldi black;width:90%;padding:10px;font-family:Roboto,sans-serif;font-weight:400}.shop .shop-filter .category input[type=checkbox],.shop .shop-filter .subCategory input[type=checkbox]{accent-color:rgb(0,129,221)}.shop .shop-filter{flex-basis:20%;padding-left:50px;height:90vh;position:fixed}.shop .shop-filter .category{display:flex;flex-direction:column;border:1px solid rgb(78,78,78);width:80%;margin:auto auto 10px;min-height:20%;justify-content:space-around;font-size:1rem;padding:5px}.shop .shop-filter .category p{font-size:1.5rem;margin:0}.shop .shop-filter .category input{margin:10px;height:1rem;width:1rem}.shop .shop-filter .subCategory{display:flex;flex-direction:column;border:1px solid rgb(93,93,93);width:80%;margin:auto;min-height:20%;justify-content:space-around;font-size:1rem;padding:5px}.shop .shop-filter .subCategory p{font-size:1.5rem;margin:0}.shop .shop-filter .subCategory input{margin:10px;height:1rem;width:1rem}.shop .shop-products{display:flex;flex-direction:column;border:1px solid rgb(119,119,119);width:100%;margin-left:15rem}.shop .shop-products .shop-heading{display:flex;justify-content:space-between;width:90%;height:30px;margin:auto;padding:10px 0}.shop .shop-products .shop-heading h2{margin:0}.shop .shop-products .shop-heading .sort-products{border:1px solid black;width:8rem;display:flex;justify-content:space-around;align-items:center;padding:0 5px}.shop .shop-products .shop-heading .sort-products select{border:none;outline:none;background:#fff;padding:4px 5px;font-size:.9rem}.shop .shop-filter .shop-heading .sort-products select option{width:100%;padding:4px 8px;background:#7a582b}.shop .shop-products .shop-heading .sort-products img{width:.8rem;height:.8rem}.shop .shop-all-products{min-height:900px;padding:20px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;place-items:center}@media (max-width:1024px){.shop .shop-products{margin-left:15rem;width:100vw}.shop .shop-all-products{display:grid;grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:940px){.shop .shop-filter{flex-basis:20%;border:1px solid black;padding-left:10px;font-size:12px}.shop .shop-heading h2{font-size:medium}.shop .shop-products{margin-left:12rem}.shop .shop-all-products{padding:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0}}@media only screen and (max-width:624px){.shop .shop-filter .category{flex-basis:20%;border:1px solid black;padding-left:10px;font-size:13px}.shop .shop-filter .subCategory{flex-basis:20%;border:1px solid black;padding-left:13px;font-size:13px}.shop .shop-filter .subCategory input,.shop .shop-filter .category input{margin:10px;height:.7rem;width:.7rem}.shop .shop-products{margin-left:7rem}.shop .shop-filter .category p{font-size:.9rem;text-decoration:underline;font-weight:600;margin:0}.shop .shop-filter .subCategory p{font-size:.7rem;text-decoration:underline;font-weight:600;margin:0}}@media only screen and (max-width:450px){.shop{width:98%;margin:auto}.shop .shop-filter{flex-basis:20%;border:1px solid black;padding-left:5px}.shop .shop-products{margin-left:5rem}.shop .shop-filter .category,.shop .shop-filter .subCategory{padding:2px}.shop .shop-filter .category input,.shop .shop-filter .subCategory input{margin:1px;height:1rem;width:1rem}.shop .shop-all-products{padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0}}@media only screen and (max-width:360px){.shop .shop-filter .category input,.shop .shop-filter .subCategory input{height:.7rem;width:.7rem}.shop .shop-all-products{padding:0}}@media only screen and (max-width:344px){.shop{width:100%;margin-left:1px;padding:1px}.shop .shop-filter .category,.shop .shop-filter .subCategory{padding:1px;font-size:.6rem}.shop .shop-heading .sort-products{flex-basis:2rem;padding:0}.shop .shop-products .shop-heading .sort-products select{padding:0}.shop .shop-products .shop-heading .sort-products select option{padding:0;font-size:x-small}.shop .shop-products{margin-left:5rem}.shop .shop-all-products{padding:0}}.search{max-width:70%;margin:auto;display:flex;justify-content:space-around;align-items:center;padding:10px 0;background-color:#fff;box-shadow:2px 2px 8px #929292;border-radius:6px}.search-input{display:flex;justify-content:space-between;align-items:center;border:1px solid black;border-radius:20px;padding:0 20px;flex-basis:50%}.search-input input{padding:10px 0;background-color:inherit;flex-grow:1;border:none;outline:none}.search-input img{width:1.4rem;height:1.4rem}.search img{width:1.1rem;height:1.1rem;flex-basis:1%}@media only screen and (max-width:"730px"){.search img{width:1.1rem;height:1.1rem;flex-basis:4%}}.productItem{display:flex;height:250px;width:180px;box-shadow:2px 2px 8px gray;font-family:Roboto,sans-serif;font-weight:400}.item-card{height:100px;width:100%;padding:.5rem}.item-card .item img{width:100%;height:150px}@media only screen and (max-width:450px){.productItem{display:flex;height:250px;width:140px;box-shadow:2px 2px 8px gray;font-size:.8rem}}@media only screen and (max-width:361px){.productItem{display:flex;height:240px;width:130px;box-shadow:2px 2px 8px gray;font-size:.8rem}}@media only screen and (max-width:768px){.productItem{display:flex;height:240px;width:150px;box-shadow:2px 2px 8px gray;font-size:.8rem}}@media only screen and (max-width:344px){.productItem{display:flex;height:240px;width:120px;box-shadow:2px 2px 8px gray;font-size:.8rem}}.hero{display:flex;border:1px solid rgb(0,0,0);width:80%;margin:auto;height:60vh;font-family:Roboto,sans-serif;font-weight:400}.hero .hero-left{display:flex;flex-direction:column;justify-content:center;flex-grow:1;flex-basis:50%;align-items:center}.hero .hero-left .heading{align-items:center}.hero .hero-right{flex-grow:1;flex-basis:50%}.hero .hero-right img{width:100%;height:100%}@media only screen and (max-width:450px){.hero{display:flex;flex-direction:column;width:95%;height:50vh}.hero .hero-right img{width:100%;height:100%;display:inline-block}}.latestCollection .heading h1{text-align:center;margin-top:2rem;text-decoration:underline;font-weight:200;letter-spacing:2px;font-family:Roboto,sans-serif;font-weight:400;margin-top:6rem;text-transform:uppercase}.latestCollection .heading p{text-align:center;color:#000;margin-bottom:5rem;font-family:Roboto,sans-serif}.latestCollection .latest-products{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;width:80%;margin:auto}@media only screen and (max-width:450px){.latestCollection .latest-products{gap:2rem}}@media only screen and (max-width:361px){.latestCollection .latest-products{gap:2rem;width:90%}}@media only screen and (max-width:661px){.latestCollection .latest-products{gap:1rem;width:90%}}@media only screen and (max-width:344px){.latestCollection .latest-products{gap:1.6rem;width:100%}}.bestProduct{text-align:center;margin:4rem;font-family:Roboto,sans-serif;font-weight:400}.bestProduct h3{font-size:2rem;letter-spacing:2px;text-decoration:underline;font-weight:300;text-transform:uppercase;font-family:Roboto,sans-serif;font-weight:400}.bestProduct>p{margin:2rem}.bestProduct .bestProduct-items{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;font-family:Roboto,sans-serif;font-weight:400;text-align:start;gap:3rem}@media only screen and (max-width:450px){.bestProduct .bestProduct-items{gap:1rem}.bestProduct{margin:.5rem}}@media only screen and (max-width:361px){.bestProduct .bestProduct-items{gap:1rem}.bestProduct{margin:.5rem}}@media only screen and (max-width:661px){.bestProduct .bestProduct-items{gap:1rem}.bestProduct{margin:.5rem}}@media only screen and (max-width:344px){.bestProduct .bestProduct-items{gap:1rem}.bestProduct{margin:.5rem}}.policy{display:flex;width:80%;margin:auto;justify-content:space-around;align-items:center;text-align:center;margin-bottom:1rem;font-family:Roboto,sans-serif;font-weight:400}.policy-heading{text-transform:uppercase;text-align:center;font-weight:200;letter-spacing:2px;margin-top:4rem;text-decoration:underline}.policy h2{font-family:Courier New,Courier,monospace;color:#3e3e3e}.policy img{color:bisque;width:3em;height:3em}@media (max-width:750px){.policy{flex-direction:column;gap:1rem;margin-top:3rem}}.newsletters{display:flex;flex-direction:column;height:200px;justify-content:center;align-items:center;margin:auto;margin-top:2rem;gap:.5rem;width:90%;font-family:Roboto,sans-serif;font-weight:400}.newsletters h2{margin:.5rem;text-transform:capitalize;font-size:x-large}.newsletters .newsletters-input{width:90%;text-align:center}.newsletters .newsletters-input input{padding:10px 25px;width:20rem}.newsletters .newsletters-input button{padding:10px 25px;background-color:#000;color:#fff}@media (max-width:412px){.newsletters{font-size:small}.newsletters .newsletters-input input{width:10rem};.newsletters p{width:90%}}.footer{width:90%;display:flex;justify-content:center;align-items:center;margin:auto;margin-top:4rem;background-color:#ebebeb;color:#1d1d1d;list-style:none;gap:2rem;font-family:Roboto,sans-serif;font-weight:400}.footer .footer-left{flex-basis:30%}.footer .footer-center{flex-basis:30%;list-style:none}.footer .footer-center ul li{list-style:none;color:#faebd7;text-align:left}.footer .footer-center ul li .footer-link{color:#060606}.footer .footer-right{flex-basis:30%;list-style:none}@media (max-width:760px){.footer{display:flex;flex-direction:column;text-align:center;width:70%;padding:20px}}.about-container{width:80%;margin:auto;font-family:Roboto}.about-container h1{text-align:center}.about-container .about{display:flex;margin-top:3rem;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:4rem}.about-container .about>div{flex-basis:50%;text-align:center;font-family:Roboto}.about-container .about>div>img{width:25rem;height:24rem;text-align:end}.about-container .about-choose{display:flex}.about-container .about-choose .box{border:1px solid rgb(0,0,0);padding:3rem}@media (max-width:920px){.about-container .about,.about-container .about-choose{flex-direction:column}.about-container .about>div>img{width:20rem;height:20rem;text-align:end}}@media (max-width:500px){.about-container .about>div>img{width:15rem;height:15rem;text-align:end}}.contact-container{width:80%;margin:auto;font-family:Roboto;text-align:center}.contact-container .contact{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:2rem;text-align:start}.contact-container .contact>div>img{width:25rem;height:25rem}.contact-container .contact .contact-details h1,h2{color:#2f2f2f}.contact-container .contact .contact-details p{color:#585858}.contact-container .contact button{padding:.5rem 2rem;background-color:#000;color:#fff}@media (max-width:1115px){.contact-container .contact .contact-details p{font-size:.9rem}}@media (max-width:945px){.contact-container .contact .contact-details p{font-size:.7rem}.contact-container .contact .contact-details h1,h2,.contact-container h1{font-size:1.5rem}.contact-container .contact>div>img{width:20rem;height:20rem}.contact-container .contact button{padding:.5rem 1.5rem}}@media (max-width:850px){.contact-container .contact>div>img{width:16rem;height:16rem}.contact-container .contact button{padding:.5rem 1rem}}@media (max-width:590px){.contact-container .contact{flex-direction:column;text-align:center}.contact-container .contact>div>img{width:13rem;height:13rem}}.product{display:flex;width:85%;height:75vh;margin:auto;margin-top:2rem;padding:.2rem;gap:2rem;font-family:sans-serif;font-family:Roboto,sans-serif;font-weight:400}.left-product{flex-basis:50%;padding-left:3rem}.right-product{flex-basis:50%}.product .image{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.product .image-trial{display:flex;flex-direction:column;justify-content:center;align-items:center;width:30%;height:100%;gap:10px}.product .image .image-trial img{width:70%;height:23%}.product .image-big{width:100%;height:100%}.product .image-big img{width:100%;height:100%;align-self:center}.related-products h2{margin:5rem 3rem 3rem;text-decoration:underline;text-align:center;text-transform:uppercase;font-weight:300;letter-spacing:2px}.related-products .related-all-products{display:flex;width:90%;margin:auto;gap:3rem;justify-content:center;align-items:center}.product .right-product .size .size-btn-active{border:1px solid rgb(255,150,12)!important}.product .right-product .add-cart-btn{padding:10px 20px;background-color:#000;color:#fff;margin:1rem 0rem 3rem;display:inline-block}.product .right-product .add-cart-btn:hover{background:#2c2c2c}@media (max-width:751px){.product{flex-direction:column}}@media (max-width:590px){.related-products .related-all-products{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:835px){.product{width:99%;margin:auto;height:50vh;gap:0}.left-product{padding-left:.5rem}.related-products .related-all-products{display:grid;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.product{height:50%}.product .left-product{padding-left:0}.related-products .related-all-products{display:grid;grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.product{height:50%}}@media (max-width:600px){.product{flex-direction:column}.left-product{width:100%}.right-product{width:100%;padding-left:1em}}@media (max-width:414px){.related-products .related-all-products{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.product{width:95%;height:70%;gap:1rem}.left-product{padding:0}}.order-container{font-family:Roboto;width:90%;margin:auto}.my-order{display:flex;justify-content:space-around;align-items:center;min-height:8rem;border-bottom:1px solid gray;margin-top:1rem;margin-bottom:1rem}.my-order .order-img-details{display:flex;align-items:center;gap:2rem;flex-basis:40%}.my-order .order-img-details img{width:7.5rem;height:9rem}.my-order .order-img-details .order-item-details{font-family:Roboto;color:#444}.my-order .order-img-details .order-item-details h3{margin:.5rem}.my-order .order-img-details .order-item-details .quantity-size h4,h5{margin:.5rem;padding-top:0}.my-order .order-img-details .order-item-details .quantity-size{display:flex;gap:1rem}.my-order .order-date h4{margin:.5rem}.my-order .order-status{display:flex;justify-content:center;align-items:center;gap:1rem}.my-order .order-status>.status{height:.5rem;width:.5rem;border-radius:50%;background-color:#4dff6d}.my-order .order-track .track-btn{border:1px solid gray;padding:.7rem;font-family:Roboto}@media (max-width:1091px){.my-order .order-img-details .order-item-details h3{margin:.5rem;font-size:.8rem}.my-order .order-img-details .order-item-details .quantity-size h4,h5{margin:.5rem;padding-top:0;font-size:.6rem}.my-order .order-date h4{margin:.5rem;font-size:.8rem}.my-order .order-status :nth-child(2){font-size:.8rem}.my-order .order-track .track-btn{padding:.5rem}}@media (max-width:750px){.my-order .order-track .track-btn{padding:.3rem}.my-order .order-status :nth-child(2){font-size:.6rem}.my-order .order-img-details img{width:6rem;height:8rem}}@media (max-width:601px){.order-container{width:96%}.my-order{justify-content:space-between;width:100%}.my-order .order-img-details .order-item-details h3{margin:.5rem;font-size:.6rem}.my-order .order-img-details img{width:6.5rem;height:8rem}.my-order .order-track .track-btn{padding:.1rem}.my-order .order-status{gap:.4rem}.my-order .order-status :nth-child(2){font-size:.6rem}.my-order .order-img-details .order-item-details .quantity-size{display:flex;gap:0;flex-direction:column}.my-order .order-date h4{margin:.5rem;font-size:.6rem}.my-order .order-img-details{flex-basis:55%;gap:.2rem}.my-order .order-track .track-btn{padding:.2rem;font-size:.6rem}}@media (max-width:350px){.my-order .order-img-details img{width:5rem;height:7rem}.my-order .order-track .track-btn{padding:.1rem;font-size:.5rem}.my-order .order-img-details .order-item-details h3{margin:.5rem;font-size:.5rem}.my-order .order-status :nth-child(2){font-size:.5rem}}.cart{display:flex;min-height:4rem;width:80%;margin:auto;justify-content:space-between;align-items:center;margin-top:.6rem;padding:.8rem 1rem;margin-bottom:1.5rem;border-bottom:1px solid rgb(178,177,177);font-family:Roboto,sans-serif;font-weight:400}.cart-title{width:80%;margin:auto;margin-top:2rem;font-family:sans-serif;border-bottom:1px solid black;color:#434343;padding-bottom:.5rem}.cart-image{display:flex;justify-content:space-evenly;align-items:center;flex-basis:40%}.cart-image img{width:6rem;height:6rem}.cart-detailes{align-self:flex-start;display:inline-block;margin-left:1rem}.cart-detailes .cart-item-name{font-family:sans-serif;color:#292929;font-size:.9rem}.cart-detailes .cart-price{font-weight:600}.cart-detailes .cart-size{margin-left:1rem;padding:.5rem;font-weight:600;border:none;background-color:#e3e3e3}.cart-quantity input{width:3rem;font-size:1.2rem}.cart .delete-img img{width:1.5rem;height:1.5rem}.cart-total-price{width:80%;margin:auto;display:flex;justify-content:end}.cart-total-price>div{flex-basis:50%}.cart-total-price .check-btn{text-align:end;margin-top:.5rem}.cart-total-price .check-btn button{background:#000;color:#f0f8ff;padding:.7rem}@media (max-width:660px){.cart-detailes .cart-item-name{font-size:.7rem}}@media (max-width:702px){.cart-total-price{justify-content:center}}@media (max-width:750px){.cart-total-price{justify-content:center;width:90%}.cart-total-price>div{border:1px solid green;flex-basis:85%}.cart-total-price .check-btn button{background:#000;color:#f0f8ff;padding:.5rem}}@media (max-width:450px){.cart-image{flex-basis:60%}.cart-image .cart-item-name{font-size:.7rem}.cart-detailes{padding-left:.2rem}.cart-toatal-userinfo{flex-direction:column}.cart-toatal-userinfo .cart-total-box{width:100%}.cart-items-total{display:flex;width:80%;min-height:300px;justify-content:center;align-items:center;margin:auto;gap:2rem}}@media (max-width:540px){.cart-image{flex-basis:60%}}@media (max-width:344px){.cart-detailes{margin-left:.2rem;padding-left:0}}@media (max-width:381px){.cart-detailes{padding-left:0rem}}@media (max-width:375px){.cart-detailes{padding-left:0rem}}.cart-container{display:flex;width:100%;font-family:Roboto,sans-serif;font-weight:400}.cart-total{width:100%;padding:1rem;min-height:150px;align-self:flex-end;font-family:Roboto,sans-serif;font-weight:400}.cart-total h1{color:#2c2c2c;font-family:sans-serif;font-weight:600;font-size:1.6rem;font-family:Roboto,sans-serif;font-weight:400}.cart-total-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;min-height:100px;font-weight:800;font-size:1rem}.cart-total-container .subtotal{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgb(153,152,152);font-family:Roboto,sans-serif}.cart-total-container .subtotal h4{font-family:sans-serif;font-weight:600;letter-spacing:1px;color:#232323;margin:.6rem 0;font-family:Roboto,sans-serif}.cart-total-container .shipping{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgb(153,152,152)}.cart-total-container .shipping h4{margin:.6rem 0;font-family:sans-serif;font-weight:600;letter-spacing:1px;color:#232323;font-family:Roboto,sans-serif}.cart-total-container .total{width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgb(153,152,152)}.cart-total-container .total h4{font-weight:900;font-family:sans-serif;letter-spacing:1px;margin:.9rem 0;font-family:Roboto,sans-serif}.cart-total-container .total .total-price{font-family:Roboto,sans-serif;font-weight:800}.checkOut-btn{padding:.5rem;background-color:#000;color:#faebd7;margin-top:1.8rem;margin-left:6.5rem;font-family:Roboto,sans-serif}@media (max-width:450px){.cart-total{width:100%}.checkOut-btn{margin-left:0rem}}@media (max-width:541px){.cart-total{width:70%}.cart-total h1{color:#2c2c2c;font-family:sans-serif;font-weight:600;font-size:1.2rem}.cart-total-container .subtotal h4,.cart-total-container .shipping h4,.cart-total-container .total h4{font-size:.7rem}.cart-total-container .total h4{font-size:.8}.cart-total-container .total span{font-size:.8rem}.cart-total-container .shipping span,.cart-total-container .subtotal span{font-size:.7rem}}@media (max-width:431px){.cart-total{width:100%}}@media (max-width:412px){.cart-total{width:100%}}@media (max-width:344px){.cart-total{width:100%}}@media (max-width:606px){.cart-total{width:100%}}.login-signup{border:1px solid rgb(46,46,46);border-radius:1rem;width:30%;margin:5% auto auto;text-align:center;font-family:Roboto;padding:.5rem}.login-signup h1{margin:.5rem}.login-signup form{display:flex;flex-direction:column;width:80%;margin:auto;gap:.8rem;margin-top:3rem}.login-signup form input{padding:.7rem}.login-signup form>div{display:flex;justify-content:space-between;margin-top:0}.login-signup form p{margin:0;cursor:pointer}.login-signup form button{background-color:#000;color:#f0f8ff;padding:.5rem;margin-top:1.5rem;font-family:Roboto}@media (max-width:1060px){.login-signup form p{margin:0;cursor:pointer;font-size:.8rem}.login-signup form input{padding:.5rem}}@media (max-width:860px){.login-signup form p{margin:0;cursor:pointer;font-size:.6rem}.login-signup form input{padding:.4rem}.login-signup form{width:95%}.login-signup form button{padding:.3rem}.login-signup{width:40%}}@media (max-width:590px){.login-signup form p{margin:0;cursor:pointer;font-size:.6rem}.login-signup form{width:95%;margin-top:2rem}.login-signup form input{padding:.2rem}.login-signup form button{padding:.3rem}.login-signup h1{margin:.5rem;font-size:1rem}.login-signup form p{margin:0;cursor:pointer;font-size:.5rem}.login-signup{width:60%}}.placeorder{display:flex;width:90%;margin:auto;margin-top:3rem;justify-content:space-between;margin-bottom:20rem;font-family:Roboto,sans-serif;font-weight:400}.delivery-info{flex-basis:45%}.input-container{width:90%;margin-top:2rem}.input-container input{padding:1rem;margin:auto;margin-bottom:1rem;width:92%}.input-container .two-input{width:100%;margin:auto;display:flex;justify-content:space-between;gap:5%;margin-bottom:1rem}.input-container .two-input input{padding:1rem;width:100%}.total-cart-payment{width:50%}.payment{margin-top:2rem;padding:.3rem}.payment .all-methods{display:flex;justify-content:space-between;width:100%}.payment .all-methods>div{display:flex;justify-content:space-evenly;align-items:center;gap:1rem;padding:.8rem;flex-basis:28%}.payment .all-methods>div>p{width:1rem;height:1rem;border:1px solid gray;border-radius:50%}.method{background:#48ff76}.payment .all-methods .stripe,.payment .all-methods .rezerpay,.payment .all-methods .cashOnDelivery{border:1px solid gray}.placeorder .place-btn{text-align:end}.placeorder .place-btn>.p-btn{background-color:#000;color:#f0f8ff;margin-top:1rem;padding:.5rem 2rem;font-family:Roboto,sans-serif}@media (max-width:1140px){.total-cart-payment{width:55%}}@media (max-width:1031px){.total-payment{width:80%;margin:auto;margin-top:2rem}.payment{width:92%;margin:auto;margin-top:2rem}.payment .all-methods>div{gap:1rem}.payment .all-methods>div>.stripe{width:4rem;height:2rem}.payment .all-methods>div>.rezerpay{width:5.5rem;height:2rem}.payment .all-methods>div>p{width:.7rem;height:.7rem;border:1px solid gray;border-radius:50%}}@media (max-width:920px){.input-container input{padding:.6rem;margin:auto;margin-bottom:1rem;width:92%}.input-container .two-input input{padding:.6rem;width:100%}.payment .all-methods{flex-direction:column}.payment .all-methods>div{gap:1rem}.payment .all-methods>div>.stripe{width:9rem;height:2rem}.payment .all-methods>div>.rezerpay{width:9rem;height:2rem}.placeorder,.input-container{width:95%}}@media (max-width:661px){.placeorder{flex-direction:column;align-items:center;gap:2rem}.placeorder h2{font-size:1.1rem}.delivery-info{flex-basis:45%;width:95%}.input-container{width:100%}.input-container input{padding:.6rem;margin:auto;margin-bottom:.7rem;width:92%}.input-container .two-input input{padding:.6rem;width:100%}.total-cart-payment{width:90%;padding:0}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{box-sizing:border-box;margin:0;padding:0}.roboto-regular{font-family:Roboto,sans-serif;font-weight:400;font-style:normal}
