#cart .cart-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;padding:60px 20px;margin:auto}#cart p{margin:0}#cart .cart-headings{display:grid;grid-template-columns:1.6fr 1fr 1fr;width:100%;text-transform:uppercase;margin-bottom:20px}#cart .cart-headings .cart-headings__qty{text-align:center}#cart .cart-headings .cart-headings__price{text-align:right}#cart .cart-inner a{color:#fff}#cart #cart-actions{display:flex;width:100%;justify-content:space-between}#cart #cart-actions .cart-actions__disclaimer{max-width:50%;color:red}#cart-contents .cart-item{display:grid;grid-template-columns:1.6fr 1fr 1fr;align-items:center;justify-content:baseline;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid white}#cart-contents .cart-item .cart-item__left{display:flex;justify-content:space-between;height:200px}#cart-contents .cart-item .cart-item__remove{display:block;max-width:25%;text-align:left;font-size:14px;cursor:pointer}#cart-contents .cart-item .cart-item__title{display:flex;flex-direction:column;justify-content:space-evenly;height:100%;width:50%}#cart-contents .cart-item .cart-item__title a{color:#fff}#cart-contents .cart-item .cart-item__image-container{height:100%;margin-right:10px}#cart-contents .cart-item .cart-item__image{width:100%;height:100%;object-fit:cover}#cart-contents .cart-item .cart-item__qty .dec,#cart-contents .cart-item .cart-item__qty .inc{background:#fff;color:#181818;width:30px;height:30px;border-radius:100rem}#cart-contents .cart-item .cart-item__qty .qty::-webkit-outer-spin-button,#cart-contents .cart-item .cart-item__qty .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#cart-contents .cart-item .cart-item__qty{display:flex;justify-content:center}#cart-contents .cart-item .cart-item__qty .qty{width:30px;text-align:center;-moz-appearance:textfield}#cart-contents .cart-item .cart-item__price p{font-size:18px;color:#fff;text-align:right}#cart .subtotal-container{display:flex;justify-content:end;color:#fff;font-size:18px;text-transform:uppercase}#cart .subtotal-container .subtotal-amount{margin-left:20px}#cart .cart-actions__checkout{display:block;padding:10px 0;margin-top:10px;text-align:center;background:linear-gradient(90deg,#1e3387 2.23%,#630f0f 80.21%);width:100%;border-radius:3px;transition:background-color .2s linear}@media(max-width:768px){#cart-contents .cart-item{grid-template-columns:1fr 1fr}#cart-contents .cart-item .cart-item__qty{justify-content:space-between;max-width:220px;margin-right:20px}#cart-contents .cart-item .cart-item__left{margin-bottom:20px}#cart .cart-item__left{grid-column:1 / span 2}#cart .cart-headings{display:none}#cart-contents .cart-item .cart-item__image-container{max-width:220px}#cart .cart-item__title{justify-content:space-between;font-size:14px}#cart-actions{flex-direction:column;width:100%}#cart #cart-actions .cart-actions__disclaimer{max-width:100%;margin-bottom:20px;font-size:14px}#cart .subtotal-container{justify-content:space-between;margin-bottom:20px}#cart .cart-actions__checkout{display:block;padding:10px 0;text-align:center}#cart-contents .cart-item .cart-item__remove{max-width:70%}}.empty-cart-container{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:50px 20px}.empty-cart-container h1{margin-bottom:20px;color:#fff}.continue-shopping-btn{display:inline-block;background-color:#fff;color:#000!important;padding:12px 25px;border-radius:3px;text-decoration:none;font-weight:500;transition:all .2s ease}.continue-shopping-btn:hover{opacity:.9}
/*# sourceMappingURL=/cdn/shop/t/87/assets/cart.css.map */
