body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242526;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background-color:#191919;box-shadow:0 2px 4px 0 #706f6f1a;box-sizing:border-box;display:flex;height:60px;left:0;margin:0;padding:0 20px;position:-webkit-sticky;position:sticky;right:0;top:0;transition:all .3s;width:100%;z-index:1000}.navbar__logo{cursor:pointer;flex:0.5 1;font-size:30px;font-weight:700;margin-right:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.navbar__logo span{color:red}.navbar__search{background-color:#242526;border-radius:5px;display:flex}.navbar__search_input{background-color:initial;border:none;color:#fff;font-size:18px;outline:medium none invert;outline:initial;padding:8px 20px;width:400px}.navbar__search_button{background-color:initial;border:initial;cursor:pointer}@media screen and (max-width:800px){.navbar__logo{font-size:25px}.navbar__search_input{width:200px}}@media screen and (max-width:500px){.navbar{padding:0 10px}.navbar__logo{font-size:18px;margin-right:10px}.navbar__search_input{font-size:16px;width:100px}}.itemContainer{background-color:#2a2b2d;border-radius:10px;box-shadow:0 16px 32px 0 #12121233;box-sizing:border-box;color:#f4f4f3;display:flex;font-size:15px;margin:40px auto;padding:10px;transition-duration:1s;width:90%}.productImg{background-color:#f1f1f1;border-radius:10px;cursor:pointer;margin-right:20px;width:250px!important}.productName{font-size:20px;font-weight:700}.productName,.productPriceBox{cursor:pointer;padding-bottom:10px}.productPriceBox{align-items:center;display:flex}.productPriceBox div{margin-right:10px}.productPrice{font-size:25px;font-weight:700}.productMRP{color:#f4f4f3;font-size:20px;text-decoration:line-through}.product_discount{color:#90ee90;font-size:20px;font-weight:700}.product_source_icon{bottom:0;height:40px;margin-right:5px;margin-top:20px;position:relative;text-align:right}@media screen and (max-width:800px){.itemContainer{align-items:center;flex-direction:column;justify-content:center;text-align:center}.productImg{margin-right:0;width:100%}.productImg,.productName{margin-bottom:20px}.productPriceBox{justify-content:center}.productPrice{font-size:30px}.productMRP,.product_discount{font-size:25px}.product_source_icon{margin:10px 0}}@media screen and (max-width:500px){.productName{font-size:18px}.productPrice{font-size:25px}.productMRP,.product_discount{font-size:20px}.product_source_icon{height:30px}}.searchBoxContainer{background-color:#2a2b2d;border-radius:10px;box-shadow:0 0 10px 0 #0003;box-sizing:border-box;margin:10% auto auto;padding:20px;text-align:center;width:80%}.searchBoxTitle{font-size:40px;font-weight:700;margin-bottom:1em}.searchBoxForm{align-items:center;display:flex;justify-content:center}.searchBoxInput{background-color:#f7f7f7;border:none;border-radius:5px 0 0 5px;box-sizing:border-box;font-size:20px;height:50px;outline:none;padding:0 10px;width:70%}.searchBoxFormBtn{background-color:#eaeaea;border:none;border-radius:0 5px 5px 0;cursor:pointer;font-size:20px;height:50px;width:20%}.searchBoxPara{font-size:20px;margin-top:30px}@media screen and (max-width:800px){.searchBoxContainer{width:90%}.searchBoxTitle{font-size:30px}.searchBoxInput{height:45px;width:60%}.searchBoxFormBtn{height:45px;width:30%}.searchBoxPara{font-size:18px}}@media screen and (max-width:500px){.searchBoxContainer{margin-top:20%;padding:10px;width:95%}.searchBoxTitle{font-size:25px}.searchBoxInput{font-size:18px;height:37px;width:75%}.searchBoxFormBtn{font-size:18px;height:37px;width:25%}.searchBoxPara{font-size:16px;margin-top:20px}}.emptyCart{font-size:30px;font-weight:500;margin-top:10%;text-align:center}.emptyCart img{margin-bottom:20px;width:30%}@media screen and (max-width:800px){.emptyCart{font-size:25px;margin-top:20%}.emptyCart img{width:50%}}#loadingIcon{margin-top:10px;text-align:center;transform:scale(.6)}.lds-spinner{color:official;display:inline-block;height:80px;position:relative;width:80px}.lds-spinner div{animation:lds-spinner 1.2s linear infinite;transform-origin:40px 40px}.lds-spinner div:after{background:#fff;border-radius:20%;content:" ";display:block;height:18px;left:37px;position:absolute;top:3px;width:6px}.lds-spinner div:first-child{animation-delay:-1.1s;transform:rotate(0deg)}.lds-spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.lds-spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.lds-spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.lds-spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.lds-spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.lds-spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.lds-spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.lds-spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.lds-spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.lds-spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.lds-spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.modalBg{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100;z-index:1000}.modal{background-color:#2a2b2d;border-radius:10px;box-shadow:0 0 10px #00000080;color:#fff;max-width:90%;width:30%}.modal-bar{align-items:center;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;padding:10px}.modalTags{font-size:20px;font-weight:700}.closeBtn{cursor:pointer;font-size:35px;padding:0 10px}.modal-content{padding:10px;text-align:center}@media screen and (max-width:800px){.modal{width:50%}}#msgBox{align-items:center;bottom:30px;display:flex;justify-content:center;left:0;max-width:100%;position:fixed;right:0;z-index:10000}#textMsg{word-wrap:break-word;background-color:red;border-radius:10px;box-sizing:border-box;max-width:90%;padding:10px 20px;text-align:center}.error{background-color:red!important}.success{background-color:green!important}.warning{background-color:orange!important;color:#000!important;font-weight:500}.info{background-color:blue!important}.pagination{align-items:center;background-color:#2a2b2d;box-sizing:border-box;display:flex;justify-content:center;margin:auto auto 50px;padding:10px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.pagination div{border:1px solid #8e949e;cursor:pointer;font-size:20px;padding:5px 10px}.pagination div:hover{background-color:#3a3b3d}.paginationLeftArrow{cursor:pointer;rotate:180deg}.paginationArrow{height:20px}@media screen and (max-width:500px){.pagination{padding:10px 0;width:90%}.pagination div{font-size:16px;padding:5px 7px}.paginationArrow{height:15.5px}}#bottomBar{background-color:#1d1b1b;color:#fff;min-height:150px;padding:20px 0;text-align:center;width:100%}.footerLogo{width:100px}.aboutMe{color:#fff;font-style:italic;font-weight:500;text-decoration:none;text-decoration:initial}.aboutMe:hover{text-decoration:underline}.appContainer{box-sizing:border-box;min-height:calc(100vh - 60px);width:100%}
/*# sourceMappingURL=main.65c91486.css.map*/