.cart-item{display:flex;justify-content:space-evenly;align-content:center;height:100px;max-height:100px;max-width:800px;margin:.5rem auto;background-color:#ffffffaa;border-radius:8px}.cart-item>:not(.cart-item-delete){width:24vw;display:flex;align-content:center;justify-content:center;flex-wrap:wrap;text-align:center}.cart-item>p:nth-child(3){font-size:.75rem}.cart-item img{height:24vw;max-height:100px;max-width:100px;margin:auto 0;background-color:#ecf0f1aa;border-radius:4px}.cart-item .cart-item-delete{left:1rem;color:black;cursor:pointer;padding:4px 8px;margin:8px -27px 0 8px;height:min-content;width:min-content;z-index:1;background-color:white;border-radius:4px}.cart-item .cart-item-delete:hover{background-color:#ff000077}.cart-item .cart-item-delete:active{background-color:red}@media (min-width:562px){.cart-item>p:nth-child(3){font-size:1rem}}.cart-headers{text-align:center;display:flex}