html{font-size:10px}*{box-sizing:border-box;list-style:none;margin:0;outline:none;padding:0;text-decoration:none}body{height:100vh;overflow-x:hidden}.container{display:flex;flex-direction:column}header{align-items:center;background:#202b49;display:flex;font-size:1.7rem;height:5rem;justify-content:space-between}header a{color:#f0f8ff;padding-right:50px}footer{align-items:center;background:#202b49;color:#f0f8ff;display:flex;font-size:1.7rem;height:10rem;justify-content:center}.content{display:flex;justify-content:space-between;padding:50px 0}.main{width:calc(70% - 20px)}.sidebar{width:calc(30% - 20px)}main{padding:0 20px}.filter{align-items:center;display:flex;font-size:1.6rem;justify-content:space-between}.filter .sort-title{font-size:1.4rem;margin-bottom:10px;text-align:center}.filter select{border:1px solid #bbb;margin-right:10px;padding:5px;width:200px}.filter .form-checkbox{display:flex}.filter .form-checkbox .form-group{margin:0 5px}.filter .form-checkbox input{margin-left:5px}.products{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.products li{background:#fff;box-shadow:0 0 10px hsla(0,0%,55%,.3);margin-top:30px;padding:20px;text-align:center;width:calc(33.33% - 10px)}.products li img{height:300px;object-fit:contain;width:100%}.products li p{border-bottom:1px solid #ddd;color:#333;font-size:1.8rem;padding-bottom:20px;text-align:right}.products li .product-price{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.products li .product-price button{background:#202b49;border:none;color:#f0f8ff;cursor:pointer;padding:5px 10px}.products li .product-price .price{color:#0cc789;font-size:1.8rem}.empty-price{background-color:#f5c5c5;color:crimson}.empty-price,.show-price{font-size:1.4rem;padding:10px 0;text-align:center}.show-price{background-color:#c6fcc6;color:green}.cart-item{margin-top:30px}.product-item{align-items:center;border-bottom:1px solid #cfcfcf;display:flex;justify-content:space-between;padding:15px 0}.product-item img{height:100px;object-fit:cover;width:100px}.product-detail{display:flex}.product-detail h2{font-size:1.4rem;margin-right:10px}.product-price{flex-direction:column;font-size:1.6;font-weight:600px;justify-content:space-evenly}.product-price,.product-price .price{align-items:center;display:flex}.number-product{flex-direction:column}.number-product,.qty{align-items:center;display:flex;justify-content:center}.qty{background:green;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;color:#fff;font-size:1.2rem;height:30px;margin-right:10px;width:30px}.number{font-size:13px}.remove-item button{background:crimson;border:none;color:#fff;cursor:pointer;margin-top:15px;padding:2px 20px;width:100%}.total-price{align-items:center;background:#ececec;display:flex;font-size:1.7rem;justify-content:center;padding:50px}.numb-product-plus{background:green}.numb-product-minus,.numb-product-plus{align-items:center;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;color:#fff;cursor:pointer;display:flex;height:20px;justify-content:center;width:20px}.numb-product-minus{background:red}@media screen and (max-width:768px){.products li{width:95%}.cart,.filter{display:block}.main{width:100%}.sidebar{width:95%}.content{display:flex;flex-direction:column}}
/*# sourceMappingURL=main.f9cfc22b.css.map*/