section.cart .remove{left:0;bottom:1rem;right:unset;top:unset}section.cart .btn-order{margin-top:5rem;display:flex;justify-content:space-between;width:100%;font-weight:300}section.cart .btn-order span{font-size:1.6rem;font-weight:600}section.cart .cart-list .cart-item{padding:1rem 0;grid-template-columns:7.5rem 1fr 1fr;row-gap:0;grid-template-areas:'image params params' 'image name name' 'image price price' 'image count total'}section.cart .cart-list .cart-item:hover{box-shadow:none}section.cart .cart-list .cart-item .col .title-size-16{display:none}section.cart .cart-list .cart-item .col .input-wrapper{max-width:20rem}section.cart .cart-list .cart-item .col .input-wrapper input{font-size:1.4rem;height:2.2rem;border-radius:.3rem}section.cart .cart-list .cart-item .col:first-child a{width:7.5rem}section.cart .cart-list .cart-item .col:nth-child(2){margin-bottom:.5rem}section.cart .cart-list .cart-item .col:nth-child(2) .title-size-25{font-size:1.6rem;font-weight:300;font-family:Geologica,Arial,sans-serif}section.cart .cart-list .cart-item .col:nth-child(3){margin-bottom:0}section.cart .cart-list .cart-item .col:nth-child(4){margin-bottom:1rem}section.cart .cart-list .cart-item .col:nth-child(4) .price{font-size:1.4rem}section.cart .cart-list .cart-item .col:nth-child(6) .price{font-size:1.6rem;font-weight:600}section.cart .cart-grid{grid-template-columns:1fr}section.cart .cart-grid .sidebar{position:fixed;z-index:11;left:0;top:0;width:100vw;height:100vh;overflow:auto;display:flex;justify-content:center;padding:2rem 0;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.5)}section.cart .cart-grid .sidebar.is-active{opacity:1;visibility:visible}section.cart .cart-grid .sidebar .order{top:0;margin:auto 0;padding-top:4rem;height:max-content;position:relative;width:30rem;background-color:#fff}section.cart .cart-grid .sidebar .order>i{position:absolute;right:1rem;top:1rem;display:flex;width:2rem;height:2rem;font-size:2rem;cursor:pointer}