.cart-container{background-color:#fff;border-radius:20px;box-shadow:0 10px 20px #1687d933;margin-bottom:2rem;padding-bottom:1rem;padding-top:1rem}.header{align-items:center;display:flex;height:15%;justify-content:space-between;margin:auto;width:90%}.heading{color:#2f3841;font-size:20px;font-weight:700}.action{border-bottom:1px solid #e44c4c;color:#e44c4c;font-size:14px;font-weight:600}.action,.btn{cursor:pointer}.btn{align-items:center;background-color:#d9d9d9;border-radius:50%;color:#202020;font-size:20px;font-weight:900;height:40px;justify-content:center;width:40px}.btn,.checkout,.total{display:flex}.total{justify-content:space-between;width:100%}.subtotal{color:#202020;font-size:22px;font-weight:700}.content-checkout{margin-left:5%;margin-right:5%}.items{color:#909090;font-size:16px;font-weight:500;line-height:20px}.total-amount{color:#202020;font-size:36px;font-weight:900;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.button{background-image:linear-gradient(to bottom right,#b8d7ff,#8eb7eb)!important;border:none;border-radius:20px;color:#202020;cursor:pointer;font-size:16px;font-weight:600;height:40px;margin-top:10px;width:100%}.title{border-bottom:1px solid #e1e8ee;color:#5e6977;font-size:18px;font-weight:400;height:60px;padding:20px 30px}.item{align-items:center;border-bottom-color:var(--color-primary);border-bottom-width:1px;display:flex;justify-content:space-between;margin-top:1rem;padding:0 30px;width:95%}.buttons{position:relative}.delete-btn{border-bottom:1px solid #e44c4c;color:#e44c4c;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;height:17px;width:18px}.is-active{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:animate;animation-name:animate;-webkit-animation-timing-function:steps(28);animation-timing-function:steps(28)}@-webkit-keyframes animate{0%{background-position:0}50%{background-position:100%}to{background-position:100%}}@keyframes animate{0%{background-position:0}50%{background-position:100%}to{background-position:100%}}.image,.image img{width:150px}.image img{height:150px}.description{width:115px}.description span{color:#43484d;display:block;font-size:14px;font-weight:600}.description span:last-child{color:#86939e;font-weight:300;margin-top:.25rem}.quantity{align-items:center;display:flex}.quantity input{-webkit-appearance:none;border:none;color:#43484d;font-size:16px;font-weight:600;text-align:center;width:45px}.minus-btn,.plus-btn{background-color:#e1e8ee!important;border:none;border-radius:6px;cursor:pointer;font-weight:600;height:30px;width:30px}button:focus,input:focus{outline:0}.total-price{color:#43484d;font-size:16px;font-weight:600;text-align:center}@media (max-width:800px){.shopping-cart{height:auto;overflow:hidden;width:100%}.item{flex-wrap:wrap;height:auto;justify-content:center}.image img{display:initial;width:50%}.description,.image,.quantity{margin:6px 0;text-align:center;width:100%}}
