@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;0,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}body{background-color:#f0f8ff}.proSection{display:flex;background-color:#fff}.navbar-section{position:sticky;top:0}.navSection{display:flex;width:100%;min-width:100vw;height:80px;background-color:#000;color:#fff;justify-content:space-between;align-items:center;padding:0 50px}.title h2{color:#fff}.custom-link{text-decoration:none}.user{display:flex;width:20%;justify-content:space-between;align-items:center}.search{width:30%;display:flex;align-items:center;justify-content:center;margin-left:100px}.search input{width:80%;height:2rem;border-radius:10px;padding-left:10px;font-weight:400;font-size:medium}.imgBox{width:80%;padding-left:20px}.proImage{width:80%}.proTitle h2{margin:10px}.subMenu ul li{list-style:none;margin:10px 26px 26px;cursor:pointer}.subMenu ul li:hover{border-bottom:2px solid white;color:#000}.subMenu{background-color:gray;color:azure;height:50px}.subMenu ul{display:inline-flex}.pageSection{display:grid;grid-template-columns:repeat(4,300px);gap:10px}.pageImg{width:250px;height:250px;padding-top:20px}.pageImg img{width:80%}.pageImg img:hover{transform:scale(1.2);transition:transform .3s ease-in-out}.ind-image{width:500px;height:500px}.ind-section{display:flex}.ind-image img{width:100%}.ind-details{padding:20px}.space{margin:10px}.ind-details button{background-color:#ff4500;padding:10px;width:10rem;border-radius:5px;columns:white}.ind-details button:hover{background-color:green;color:#fff;cursor:pointer}.fullpage{display:flex}.pro-selected{width:30%;border:1px solid black;margin-right:20px}.pro-selected{position:fixed;width:200px;top:100;left:0;height:100vh;background-color:#f0f8ff;overflow-y:auto;padding:20px}.pageSection{margin-left:220px}.pro-input input{margin:5px}ul li{color:#fff}.cart-section{display:flex;border:3px double gray;width:50%;justify-content:center;align-items:center;margin:50px}.cart-img img,.cart-details{width:50%}.cart{color:#fff}.cart span{color:#ff4500}.cart span{font-size:x-large;margin-left:5px;font-weight:600}.y-cart,.empty{text-align:center}.removeBtn{padding:10px;width:10rem;background-color:#f14f4f;color:#fff}.removeBtn:hover{background-color:red;cursor:pointer}@media screen and (max-width:575px){body{margin:0;padding:0;box-sizing:border-box}.navbar-section{width:100%;max-width:100vw}.subMenu,.search,.user{display:none}.pageImg img{padding-left:30px}.user .cart{display:block;color:#fff}.fullpage{width:100%;max-width:100vw}.pro-selected{display:none}.pageSection{margin-left:60px;display:block}.cart-section{width:60%}.cart-details{font-size:small}}
