#checkout-page{margin-bottom:100px}#checkout-page #empty-cart-page .empty-cart-cta{align-items:center;justify-content:space-between;width:100%}#checkout-page #empty-cart-page .empty-cart-cta>.row{gap:20px;padding-right:20px}#checkout-page #empty-cart-page .empty-cart-cta p{margin:0}#checkout-page .shopping-cart-header{width:100%;align-items:center;margin-top:40px;gap:50px}#checkout-page .shopping-cart-header .title{font-size:1.5rem}#checkout-page .shopping-cart-content{width:100%;margin-top:30px}#checkout-page .shopping-cart-content .order-items{padding-right:50px}#checkout-page .shopping-cart-content .order-items .seller{border-bottom:solid 1px lightgray;padding-bottom:30px;margin-bottom:20px}#checkout-page .shopping-cart-content .order-items .seller .seller-info h3{margin-bottom:0}#checkout-page .shopping-cart-content .order-items .cart-product-card{border-bottom:1px solid #dbddeb}#checkout-page .shopping-cart-content .order-items .cart-product-card:last-child{border-bottom:none}#checkout-page .shopping-cart-content .col-35-p{position:relative}#checkout-page .shopping-cart-content .shipping-methods .shipping-method{margin-top:10px;background:whitesmoke;padding:15px;border-radius:5px}#checkout-page .shopping-cart-content .shipping-methods .shipping-method .price{opacity:.5}#checkout-page .shopping-cart-content .shipping-methods .shipping-method.selected .price{opacity:1}#checkout-page .shopping-cart-content .shipping-methods .shipping-method .delivery-days .day{font-size:.9rem;padding:9px;margin-top:10px;border-radius:5px;text-align:center;font-weight:700;color:gray;background-color:whitesmoke;text-decoration:line-through}#checkout-page .shopping-cart-content .shipping-methods .shipping-method .delivery-days .day.active{color:black;background-color:white;text-decoration:none}#checkout-page .address-form{border:solid 1px lightgray;border-radius:10px;padding:15px;width:100%;margin-bottom:20px}#checkout-page .address-form .address-header{cursor:pointer}#checkout-page .address-form .address-header svg{width:20px;height:20px}#checkout-page .address-form .address-form-content{padding:15px}#checkout-page .address-form .address-form-content .address-2-input{margin-top:10px;width:100%}#checkout-page .title{font-size:1.5rem;margin-top:50px}#checkout-page #unlogged-signup{margin-bottom:50px;display:block}#checkout-page #unlogged-signup .label-input{width:95%;margin-bottom:15px}#checkout-page #unlogged-signup .label-input label{position:relative}#checkout-page #unlogged-signup .label-input label::after{content:'*';color:red;font-size:.9rem;margin-left:3px}#checkout-page #unlogged-signup .label-input input{width:100%}#checkout-page .shopping-cart-content{width:100%;margin-top:30px}#checkout-page .shopping-cart-content .col-35-p{position:relative}#checkout-page .payment-label{margin:0;margin-bottom:20px}#checkout-page #payment-form #card-element{padding:20px;border-radius:15px;border:solid 1px lightgray;box-shadow:2px 2px 10px rgba(0,0,0,.15);margin-bottom:20px}#checkout-page #payment-form button[type=submit]{padding:10px 50px;display:block;width:max-content;width:fit-content;margin:0 auto;cursor:pointer;margin-bottom:30px;min-width:222px}#checkout-page #payment-form button[type=submit]:hover{filter:brightness(.9)}#checkout-page #payment-form #card-errors{color:var(--primary-color);font-size:.9rem;margin-bottom:20px}#checkout-page #submit-button.disabled{cursor:not-allowed;filter:grayscale(1);pointer-events:none}@media screen and (max-width:767px){#shopping-cart-page #cart-page,#shopping-cart-page #empty-cart-page{padding:0}#shopping-cart-page .title{margin-bottom:0}#shopping-cart-page .shopping-cart-header .title{margin-bottom:0}#shopping-cart-page .shopping-cart-content{margin-top:15px}#shopping-cart-page .shopping-cart-content .order-items{padding-right:0;margin-bottom:40px}}