body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}*{box-sizing:border-box;margin:0;padding:0}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#navBar{background-color:#f1f0f0;height:60px;width:100%}#navBar>.menu{display:flex;height:100%;justify-content:space-between;padding:10px;width:100%}i{color:#000;margin-right:5%}#cart_item_count{font-size:16px;font-weight:700;margin-left:3px;position:absolute}.searchDiv{display:flex;height:70px;justify-content:space-around;margin-left:auto;margin-right:20%;margin-top:5%;width:40%}input{border-left:0;border-right:0;border-top:0;height:40px;outline:none;width:70%}.searchIconDiv{background-color:#979292;border-radius:5px;cursor:pointer;height:40px;margin-left:5px;margin-right:auto;padding-top:8px;text-align:center;width:47px}.searchIconDiv>i{color:#fff;font-weight:100}.contentDiv{display:flex;height:700px;justify-content:space-between;margin:auto;width:90%}.contentDiv>.filter_div{box-shadow:0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);height:70%;width:30%}.checkBoxDiv{display:flex;flex-direction:column;height:auto;margin-left:10px;padding:10px;width:50%}.checkBoxDiv>.check_box{margin-bottom:7px;position:relative;text-align:center;width:80%}.checkBoxDiv>h4{font-family:sans-serif;font-size:19px;font-weight:400;margin-bottom:5px}.check_box>label{font-size:15px;font-weight:700;margin-left:5px;position:absolute}.check_box>input{background-color:#979292;cursor:pointer;height:15px;margin-left:-85px;width:15px}.contentDiv>.product_list_div{grid-gap:10px;display:grid;grid-template-columns:repeat(3,1fr);height:100%;overflow:auto;padding:10px;width:65%}.product_card{box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);height:205px;position:relative;width:220px}.product_card>img{height:150px;margin-top:20px;width:100%}.product_card>.item_details{display:flex;justify-content:space-around;width:100%}.product_card>.product_title{color:#08345b;font-family:sans-serif;left:5%;position:absolute;top:2%}.item_details>button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;height:30px;margin-top:-7px;width:40%}.item_details>p{font-weight:700}.cart_main{height:500px;width:100%}.cart_main>p{font-family:sans-serif;font-size:19px;margin-left:10px;margin-top:10px}.cart_main>.cart_content{box-shadow:0 1px 4px rgba(0,0,0,.16);height:80%;margin-left:13%;overflow:auto;padding:10px;width:50%}.cart_content>.cart_content_main{border-bottom:1px solid gray;border-top:1px solid gray;display:flex;height:130px;justify-content:space-between;margin:auto auto 25px;width:100%}.cart_content_main>img{height:100%;width:25%}.cart_content_main>.price_and_title_box{height:50px;margin-top:10px;width:25%}.price_and_title_box>p{font-family:sans-serif;font-size:19px}.cart_content_main>.button_box{display:flex;height:70px;justify-content:space-around;margin-right:15px;margin-top:20px;width:40%}.button_box>.increase_decrease_box{display:flex;gap:10px;justify-content:space-between;width:40%}.button_box>button{background-color:#ff3c3c;border:none;border-radius:7px;height:40px;width:130px}.increase_decrease_box>button{background-color:#ffd900;border:none;border-radius:50%;color:#000;font-size:19px;height:40px;width:40px}button{cursor:pointer}.no_cart_item_div>p{color:blue;cursor:pointer;font-family:monospace;font-size:19px;text-decoration:underline}@media only screen and (max-width:600px){.contentDiv>.product_list_div{grid-gap:25px;grid-template-columns:repeat(1,1fr);padding:0}.check_box>input{margin-left:-70%}.check_box>label{font-size:11px}.checkBoxDiv{width:100%}.checkBoxDiv>h4{font-size:15px}.searchDiv{width:50%}.cart_main{width:100%}.cart_main>.cart_content{margin:0;width:100%}.button_box>button{height:30px;margin-top:8px;width:60px}.increase_decrease_box{margin-top:6px}.increase_decrease_box>button{font-size:19px;height:30px;margin-top:3px;width:40px}.price_and_title_box>p{font-family:sans-serif;font-size:16px}.price_and_title_box>h4{font-size:15px}.cart_main>p,.no_cart_item_div>p{font-size:17px}.loaderImg{width:100%}}@media only screen and (min-width:600px) and (max-width:992px){.contentDiv>.product_list_div{grid-gap:25px;grid-template-columns:repeat(2,1fr)}.check_box>input{margin-left:-70%}.check_box>label{font-size:15px}.checkBoxDiv{width:100%}.checkBoxDiv>h4{font-size:19px}}
/*# sourceMappingURL=main.619dc51f.css.map*/