.cart-items{border-top:1px solid #707070;border-bottom:1px solid #707070;padding:40px 0}.cart-item{width:100%;margin-bottom:1em;padding-top:1em;position:relative;display:flex}.cart-item__left{display:flex;align-items:center}.cart-item__left .product-image{width:100px}.cart-item__left .product-image a{display:block}.cart-item__left .product-image img{width:100%}.cart-item__right{display:flex;justify-content:center;flex-direction:column;align-items:flex-end;padding-left:1em;width:100%}.cart-item__right .product-details{width:100%}.cart-item__right .product-details h3{margin-bottom:.25em;font-size:1em}.cart-item__right .product-variant-qty{display:flex;justify-content:space-between;align-items:flex-start}.cart-item__right .product-variant-qty .variants{display:flex;flex-direction:column;font-size:.8125em}.cart-item__right .product-variant-qty .quantity-selector label{margin-right:0}.cart-item__right .product-variant-qty .quantity-selector select{padding-right:30px}.cart-item__right .remove-and-price{display:flex;width:100%;padding-top:.5em}.cart-item__right .remove-and-price .product-price{font-size:1.15em;font-weight:500;margin-left:auto}.cart-item__right .remove-and-price .product-price del{color:#b2b2b2;padding-right:10px}.cart-item__right .remove-and-price .product-remove a{font-weight:500;font-size:.85em;text-decoration:underline;text-underline-offset:4px}@media (max-width:768px){.cart-item{display:flex}}