.best-seller-img{-o-object-fit:center;object-fit:center;-o-object-position:center;object-position:center;}.cart-content{width:95%;margin:7% auto 2%;display:flex;flex-direction:column;text-align:center}.cart-content-outer{width:80%;margin:auto;padding:1rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px double #222020;background:rgb(185 185 185 / .3);border-radius:10px}.cart-content-inner{width:100%;margin:auto}.cart-item{width:70%;margin:1.5rem auto;padding:0 5px;display:flex;justify-content:space-between;align-items:center;background:rgb(255 255 255 / .799);border:3px double #a0a0a0;border-radius:10px}.cart-image-price{width:50%;margin:5px 0;max-width:180px;position:relative;color:red;font-size:medium;font-weight:700;text-transform:uppercase}.cart-image{width:100%;max-height:280px;position:relative;border:1px solid grey;border-radius:10px;box-shadow:0 0 2px rgb(0 0 0 / .773);transition:400ms}.cart-image:hover{z-index:5;transform:scale(1.2)}.cart-price{position:absolute;top:10px;right:2px;z-index:1;filter:drop-shadow(0 0 1px white) drop-shadow(0 0 1px white)}.cart-item-size{position:absolute;top:35px;right:5px;z-index:1;filter:drop-shadow(0 0 1px white) drop-shadow(0 0 1px white)}.cart-details{width:60%;height:80%;display:flex;flex-direction:column;justify-content:center;align-items:center}.cart-item-name{padding-bottom:2%;font-size:larger;font-weight:700;text-shadow:0 1px 1px silver}.cart-item-desc{font-size:small}.cart-item-price{width:70%;margin:5px auto;padding:0 5px;display:flex;justify-content:space-between;align-items:center;font-weight:700;color:green;background-color:beige;filter:drop-shadow(0 0 1px black);border-radius:5px}.cart-item-total{display:flex;flex-direction:column}.cart-total-tag{margin-bottom:-5px}.remove-cart-btn{margin:2% auto;color:#fff;background-color:#e14f4f;padding:2px 5px;border:1.5px solid #61441e;border-radius:3px}.remove-cart-btn:hover{cursor:pointer;color:#000;transition:400ms;background-color:#c27752;border:1.5px solid #027924}.purchase-items-btn{width:50%;margin:0 auto;padding:2px 0;font-weight:700;color:#fff;background:var(--successful-blue);border-radius:5px}.clear-cart-btn{width:50%;margin: 10px auto 0;padding:2px 0;font-weight:700;color:#fff;background:var(--bittersweet);border-radius:5px}.cart-checkout-totals{width:45%;margin:1% auto;padding:5px 0;color:#fff;font-size:32px;border-radius:10px;border:1px dotted #000;background:#9bba98;filter:drop-shadow(0 4px 6px black)}.cart-less-margin{margin-bottom:-2.5%!important}