@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:200);.footer{margin:70px 150px 20px}.footer__top{display:flex;flex-wrap:wrap;justify-content:space-between}.footer__top .item{display:flex;flex-direction:column;font-size:14px;gap:10px;text-align:justify}.footer__top .item .link{color:gray;display:inline-block;position:relative;width:-webkit-max-content;width:max-content}.footer__top .item .link:after{background-color:#2879fe;bottom:-4px;content:"";height:3px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:bottom right;transform-origin:bottom right;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;width:100%}.footer__top .item .link:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;transform-origin:bottom left}.footer__top .item .info{flex-direction:row}.footer__top .item .info a{color:#2879fe;text-decoration:none}.footer__top .wSmall{width:10%}.footer__top .wLarge{width:30%}.footer__top h1{color:gray;font-size:20px;font-weight:600}.footer__top span{color:gray}.footer__bottom{justify-content:space-between;margin-top:50px}.footer__bottom,.footer__bottom .left{align-items:center;display:flex}.footer__bottom .left .logo{color:#2879fe;font-size:24px;font-weight:700;padding:0 5px}.footer__bottom .left .copyright{color:gray;font-size:12px;margin-left:20px}.footer__bottom .right img{height:50px}@media only screen and (max-width:1199px){.footer__bottom .right img{height:45px}.footer__bottom .left .logo{font-size:20px}}@media only screen and (max-width:991px){.footer{margin:70px 50px 20px}.footer__top{gap:20px}.footer__top .wSmall{width:20%}.footer__top .wLarge{width:45%}.footer__bottom{flex-direction:column}}@media only screen and (max-width:767px){.footer__top .wSmall{width:40%}.footer__top .wLarge{width:100%}.footer__bottom .right img{height:35px}.footer__bottom .left{flex-direction:column}}@media only screen and (max-width:550px){.footer__top .wSmall{align-items:center;width:100%}.footer__top .wLarge{align-items:center}}.navbar{height:80px}.navbar .wrapper{align-items:center;display:flex;justify-content:space-between;padding:20px 30px}.navbar .wrapper .mobilBtn{display:none}.navbar .wrapper .underline{display:inline-block;position:relative}.navbar .wrapper .underline:after{background-color:#2879fe;bottom:-4px;content:"";height:3px;left:0;position:absolute;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:bottom right;transform-origin:bottom right;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;width:100%}.navbar .wrapper .underline:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:bottom left;transform-origin:bottom left}.navbar .wrapper .item{align-items:center;cursor:pointer;display:flex;font-size:18px}.navbar .wrapper .left{align-items:center;display:flex;gap:25px}.navbar .wrapper .left .item img{height:35px;width:35px}.navbar .wrapper .center{color:#2879fe;font-size:30px;font-weight:700;letter-spacing:2px;padding:0 5px}.navbar .wrapper .right{align-items:center;display:flex;gap:25px}.navbar .wrapper .right .icons{color:#777;cursor:pointer;display:flex;gap:15px}.navbar .wrapper .right .icons .cartIcon{position:relative}.navbar .wrapper .right .icons .cartIcon span{align-items:center;background-color:#2879fe;border-radius:50%;color:#fff;display:flex;font-size:12px;height:20px;justify-content:center;position:absolute;right:-10px;top:-10px;width:20px}@media only screen and (max-width:1199px){.navbar .wrapper .left,.navbar .wrapper .right{gap:15px}}@media only screen and (max-width:991px){.navbar .wrapper{padding:20px}.navbar .wrapper .item{font-size:16px}.navbar .wrapper .left{gap:7px}.navbar .wrapper .left .item img{height:25px;width:25px}.navbar .wrapper .center{font-size:28px}.navbar .wrapper .right,.navbar .wrapper .right .icons{gap:7px}}@media only screen and (max-width:767px){.navbar{background:#fff;height:86px;left:0;position:-webkit-sticky;position:sticky;top:0;z-index:997}.navbar .wrapper{border-bottom:5px solid #2879fe;padding:18px 30px}.navbar .wrapper .left,.navbar .wrapper .underline{display:none}.navbar .wrapper .mobilBtn{display:flex;flex-direction:column;height:45px;justify-content:space-around;width:45px}.navbar .wrapper .mobilBtn div{background-color:#2879fe;height:4px;width:100%}}@media only screen and (max-width:550px){.navbar{height:81px}.navbar .wrapper{padding:18px}.navbar .wrapper .mobilBtn{display:flex;flex-direction:column;height:40px;justify-content:space-around;width:40px}.navbar .wrapper .mobilBtn div{background-color:#2879fe;height:4px;width:100%}}.cart{background-color:#fff;box-shadow:0 0 10px -5px #000;min-width:335px;padding:20px;position:absolute;right:20px;top:80px;z-index:998}.cart__empty{color:#2879fe;font-size:19px;margin-bottom:20px;text-align:center}.cart h1{color:gray;font-size:24px;font-weight:400;margin-bottom:30px}.cart .item{display:flex;justify-content:center;margin-bottom:20px}.cart .item img{height:100px;object-fit:cover;width:80px}.cart .item .details{margin-left:20px;margin-right:5px;max-height:200px;max-width:200px;overflow:hidden}.cart .item .details h1{color:#4c4c4c;font-size:17px;font-weight:500;margin-bottom:10px;max-height:50px;overflow:hidden}.cart .item .details p{color:gray;font-size:14px;margin-bottom:10px;max-height:40px;overflow:hidden}.cart .item .details .price{color:#2879fe}.cart .item .delete{color:red;cursor:pointer;font-size:30px}.cart .total{font-size:18px;justify-content:space-between}.cart .total,.cart button{display:flex;font-weight:500;margin-bottom:20px}.cart button{align-items:center;background-color:#2879fe;border:none;color:#fff;cursor:pointer;gap:20px;justify-content:center;padding:10px;width:100%}.cart .reset{color:red;cursor:pointer;font-size:16px}@media only screen and (max-width:550px){.cart{min-width:auto;padding:15px 15px 15px 20px;right:0;width:240px}.cart h1{font-size:20px;margin-bottom:20px}.cart .item{margin-bottom:15px}.cart .item .details h1,.cart .item .details p{margin-bottom:2px}.cart .total,.cart button{margin-bottom:10px}.cart button{padding:6px}}.categories{display:flex;gap:10px;height:80vh;margin:10px}.categories .col{display:flex;flex:1 1;flex-direction:column;gap:10px}.categories .col-l{flex:2 1}.categories .row{display:flex;flex:1 1;gap:10px;overflow:hidden;position:relative}.categories .row .animated-border{background-color:#1d3231;border:none;bottom:0;color:#fff;cursor:pointer;font-size:14px;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;margin:auto;outline:none;padding:12px 40px 10px;position:absolute;right:0;text-transform:uppercase;top:0;transition:all .5s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.categories .row .animated-border:after,.categories .row .animated-border:before{border:0 solid transparent;content:"";height:0;position:absolute;transition:all .3s;width:24px}.categories .row .animated-border:before{border-top:3px solid #1d3231;right:0;top:-4px}.categories .row .animated-border:after{border-bottom:3px solid #1d3231;bottom:-4px;left:0}.categories .row .animated-border:hover:after,.categories .row .animated-border:hover:before{width:100%}.categories .row img{box-sizing:border-box;height:100%;max-width:100%;object-fit:cover;overflow:hidden;transition:all .3s;width:100%}.categories .animationR:hover img{-webkit-transform:scale(1.3) rotate(5deg);transform:scale(1.3) rotate(5deg)}.categories .animationL:hover img{-webkit-transform:scale(1.3) rotate(-5deg);transform:scale(1.3) rotate(-5deg)}@media only screen and (max-width:767px){.categories{flex-direction:column;height:auto}.categories .row img{max-height:300px}}.contact{background-color:#2879fe;color:#fff;display:flex;justify-content:center;padding:15px}.contact .wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:50%}.contact .wrapper .mail{width:-webkit-max-content;width:max-content}.contact .wrapper .mail input{border:none;border-radius:5px 0 0 5px;padding:10px}.contact .wrapper .mail button{background:#333;border:none;border-radius:0 5px 5px 0;color:#fff;padding:10px}.contact .wrapper .icons{display:flex;gap:10px}.contact .wrapper .icons svg{cursor:pointer;transition:all .3s ease}.contact .wrapper .icons svg:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}@media only screen and (max-width:1199px){.contact .wrapper{width:70%}}@media only screen and (max-width:991px){.contact .wrapper{width:90%}}@media only screen and (max-width:767px){.contact .wrapper{flex-direction:column;gap:10px}}.card{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;width:240px}.card .image{height:400px;overflow:hidden;position:relative;width:100%}.card .image:hover .secondImg{z-index:2}.card .image img{height:100%;object-fit:cover;position:absolute;width:100%}.card .image .mainImg{z-index:1}.card .image span{background-color:red;color:#fff;font-size:12px;font-weight:500;left:5px;padding:3px 5px;position:absolute;top:5px;z-index:3}.card h2{font-size:16px;font-weight:500}.card .prices{display:flex;gap:20px}.card .prices h3{font-size:18px;font-weight:500}.card .prices h3:first-child{color:gray;text-decoration:line-through}@media only screen and (max-width:550px){.card{margin-bottom:0;width:300px}}.featuredProducts{margin:70px 200px}.featuredProducts .top{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px}.featuredProducts .top h1{flex:2 1;text-transform:capitalize}.featuredProducts .top p{color:gray;flex:3 1}.featuredProducts .bottom{display:flex;flex-wrap:wrap;gap:50px}@media only screen and (max-width:1199px){.featuredProducts{margin:50px}}@media only screen and (max-width:991px){.featuredProducts .top{flex-direction:column}}@media only screen and (max-width:767px){.featuredProducts{margin:30px 50px}.featuredProducts .top{margin-bottom:30px}.featuredProducts .top h1{font-size:20px;margin-bottom:5px}.featuredProducts .top p{font-size:12px}.featuredProducts .bottom{justify-content:center}}.slider{height:calc(100vh - 80px);overflow:hidden;position:relative;width:100vw}.slider .container{display:flex;height:100%;transition:all 1s ease;width:300vw}.slider .container img{height:100%;object-fit:cover;width:100vw}.slider .icons{bottom:65px;display:flex;gap:10px;left:0;margin:auto;position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.slider .icons .icon{align-items:center;background:#fff;border:1px solid #e6e6e6;border-radius:50%;box-shadow:0 2px 10px 0 rgba(0,0,0,.3);cursor:pointer;display:flex;height:50px;justify-content:center;width:50px}@media only screen and (max-width:767px){.slider{height:250px}.slider .icons{bottom:20px}}.product{display:flex;gap:50px;padding:20px 50px}.product .left{display:flex;flex:1 1;gap:20px}.product .left .images{flex:1 1}.product .left .images img{cursor:pointer;height:150px;margin-bottom:10px;object-fit:cover;width:100%}.product .left .mainImg{flex:5 1}.product .left .mainImg img{max-height:800px;object-fit:cover;width:100%}.product .right{display:flex;flex:1 1;flex-direction:column;gap:30px}.product .right .price{color:#2879fe;font-size:30px;font-weight:500}.product .right p{font-size:18px;font-weight:300;text-align:justify}.product .right .quantity{align-items:center;display:flex;gap:10px}.product .right .quantity button{height:50px;width:50px}.product .right .add,.product .right .quantity button{align-items:center;border:none;cursor:pointer;display:flex;justify-content:center}.product .right .add{background-color:#2879fe;color:#fff;font-weight:500;gap:20px;padding:10px;width:250px}.product .right .links{display:flex;gap:20px}.product .right .links .item{align-items:center;color:#2879fe;display:flex;font-size:14px;gap:10px}.product .right .info{color:gray;display:flex;flex-direction:column;font-size:14px;gap:10px;margin-top:30px}.product .right .info hr{border:1px solid #eeeded;width:200px}@media only screen and (max-width:550px){.product{flex-direction:column;gap:20px;padding:20px 25px}.product .left .mainImg{flex:4 1}.product .right{gap:10px}.product .right h1{font-size:25px}.product .right .price{font-size:20px}.product .right p{font-size:16px}}.list{display:flex;flex-wrap:wrap;gap:50px}@media only screen and (max-width:550px){.list{justify-content:center}}.products{display:flex;padding:0 50px}.products .left{flex:1 1;height:100%;position:-webkit-sticky;position:sticky;top:50px}.products .left .filterItem{margin-bottom:30px}.products .left .filterItem h2{font-weight:400;margin-bottom:20px}.products .left .filterItem .inputItem{margin-bottom:10px}.products .left .filterItem .inputItem input{cursor:pointer}.products .left .filterItem .inputItem .range{margin:0 10px}.products .left .filterItem .inputItem label{cursor:pointer;margin-left:10px;text-transform:capitalize}.products .right{flex:4 1}.products .right .catImg{height:300px;margin-bottom:50px;object-fit:cover;width:100%}@media only screen and (max-width:550px){.products{padding:0 0 0 20px}.products .left{top:80px}.products .left .filterItem h2{font-size:20px;margin:10px 0}.products .left .filterItem .inputItem{margin-bottom:5px}.products .left .filterItem .inputItem .range{margin:5px 0;max-width:100%}.products .left .filterItem .forRange{display:flex;flex-direction:column}.products .left .filterItem .forRange span:last-child{align-self:flex-end}.products .right{flex:3 1}.products .right .catImg{height:150px;margin-bottom:30px}.products .right .list{gap:10px}.products .right .list a .card{width:200px}.products .right .list a .card .image{height:330px}}.app .link{color:inherit;text-decoration:none}.aboutPage{background:url(https://images.unsplash.com/photo-1603798125914-7b5d27789248?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80) no-repeat;background-position:50%;background-size:100%;height:calc(100vh - 80px);position:relative}.aboutPage .main{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:column;gap:40px;justify-content:center;padding:70px 60px;position:absolute;right:70px;width:25%}.aboutPage .main h1{color:gray}.aboutPage .main p{font-size:16px;letter-spacing:2px}@media only screen and (max-width:991px){.aboutPage .main{width:50%}}@media only screen and (max-width:767px){.aboutPage{background-size:cover}}@media only screen and (max-width:550px){.aboutPage .main{gap:20px;padding:30px 40px}.aboutPage .main h1{font-size:25px}.aboutPage .main p{font-size:13px;letter-spacing:auto}}.payment{display:flex;height:100vh;width:100%}.payment__left{padding:100px 200px;width:50%}.payment__left h3{color:#7a7a7a}.payment__left span{color:#303030;font-size:30px;font-weight:600}.payment__right{display:flex;flex-direction:column;gap:20px;padding:100px 250px 0 200px;width:50%}.payment__right h1{color:#303030;font-size:25px}.payment__right__item{display:flex;flex-direction:column}.payment__right__item img{position:absolute;right:55px;top:22px;width:45px}.payment__right__item img:last-of-type{right:10px}.payment__right__item .flex{display:flex}.payment__right__item .flex input{width:50%}.payment__right__item span{color:rgba(26,26,26,.7);font-size:13px;font-weight:500;margin-bottom:5px}.payment__right__item-input{border:0;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;box-shadow:0 0 0 1px #e0e0e0,0 2px 4px 0 rgba(0,0,0,.07),0 1px 1.5px 0 rgba(0,0,0,.05);color:rgba(26,26,26,.9);font-size:16px;height:30px;line-height:1.5;outline:none;padding:8px 12px}.payment__right__item-input::-webkit-input-placeholder{color:#a1a1a1}.payment__right__item-input::placeholder{color:#a1a1a1}.payment__right button{background-color:#192552;border:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-left-radius:6px;border-top-right-radius:6px;color:#fff;cursor:pointer;margin-top:15px;padding:13px;width:100%}@media only screen and (max-width:550px){.payment{align-items:center;flex-direction:column}.payment__left{height:100px;padding:20px;width:70%}.payment__right{height:100%;padding:20px;width:70%}}.mobil{background:#fff;display:none;height:67px;left:0;overflow:hidden;position:absolute;top:0;transition:all .5s ease-out,background 1s ease-out;transition-delay:.2s;width:65px;z-index:999}.mobil .burger-container{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#2879fe;border-radius:15%;cursor:pointer;display:inline-block;height:45px;margin:19px 0 0 20px;position:relative;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .3s cubic-bezier(.4,.01,.165,.99);-webkit-user-select:none;user-select:none;width:45px}.mobil .burger-container #burger{display:block;height:8px;margin:-4px auto 0;position:relative;top:50%;width:18px}.mobil .burger-container #burger .bar{background:#fff;display:block;height:1px;position:relative;transition:all .3s cubic-bezier(.4,.01,.165,.99);transition-delay:0s;width:100%}.mobil .burger-container #burger .bar.topBar{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}.mobil .burger-container #burger .bar.btmBar{-webkit-transform:translateY(6px) rotate(0deg);transform:translateY(6px) rotate(0deg)}.mobil ul.menu{display:block;list-style:none;padding:0 48px;position:relative}.mobil ul.menu li.menu-item{border-bottom:1px solid #333;margin-top:5px;opacity:0;-webkit-transform:scale(1.15) translateY(-30px);transform:scale(1.15) translateY(-30px);transition:opacity .6s cubic-bezier(.4,.01,.165,.99),-webkit-transform .5s cubic-bezier(.4,.01,.165,.99);transition:transform .5s cubic-bezier(.4,.01,.165,.99),opacity .6s cubic-bezier(.4,.01,.165,.99);transition:transform .5s cubic-bezier(.4,.01,.165,.99),opacity .6s cubic-bezier(.4,.01,.165,.99),-webkit-transform .5s cubic-bezier(.4,.01,.165,.99)}.mobil ul.menu li.menu-item:first-child{transition-delay:.49s}.mobil ul.menu li.menu-item:nth-child(2){transition-delay:.42s}.mobil ul.menu li.menu-item:nth-child(3){transition-delay:.35s}.mobil ul.menu li.menu-item:nth-child(4){transition-delay:.28s}.mobil ul.menu li.menu-item:nth-child(5){transition-delay:.21s}.mobil ul.menu li.menu-item:nth-child(6){transition-delay:.14s}.mobil ul.menu li.menu-item:nth-child(7){transition-delay:.07s}.mobil ul.menu li.menu-item a{color:#fff;display:block;font-family:Ek Mukta,sans-serif;font-size:22px;font-weight:100;font-weight:200;line-height:2.35;position:relative;text-decoration:none;width:100%}.mobil.menu-opened{background-color:#2879fe;height:100%;transition:all .3s ease-in,background .5s ease-in;transition-delay:.25s;width:100%}.mobil.menu-opened .burger-container{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.mobil.menu-opened .burger-container #burger .bar{transition:all .4s cubic-bezier(.4,.01,.165,.99);transition-delay:.2s}.mobil.menu-opened .burger-container #burger .bar.topBar{-webkit-transform:translateY(4px) rotate(45deg);transform:translateY(4px) rotate(45deg)}.mobil.menu-opened .burger-container #burger .bar.btmBar{-webkit-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}.mobil.menu-opened ul.menu li.menu-item{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.mobil.menu-opened ul.menu li.menu-item:first-child{transition-delay:.27s}.mobil.menu-opened ul.menu li.menu-item:nth-child(2){transition-delay:.34s}.mobil.menu-opened ul.menu li.menu-item:nth-child(3){transition-delay:.41s}.mobil.menu-opened ul.menu li.menu-item:nth-child(4){transition-delay:.48s}.mobil.menu-opened ul.menu li.menu-item:nth-child(5){transition-delay:.55s}.mobil.menu-opened ul.menu li.menu-item:nth-child(6){transition-delay:.62s}.mobil.menu-opened ul.menu li.menu-item:nth-child(7){transition-delay:.69s}.mobil.menu-opened .icon.icon-bag{-webkit-transform:translateX(75px);transform:translateX(75px);transition-delay:.3s}@media only screen and (max-width:767px){.mobil{display:block;position:fixed}}@media only screen and (max-width:550px){.mobil{height:61px}.mobil .burger-container{margin-left:10px;margin-top:16px}}
/*# sourceMappingURL=main.63b71090.css.map*/