.cart-custom-wrapper{
    padding: 20px;
}

@media (min-width: 769px) {
    .cart-custom-wrapper{
        width: 811px;
        margin: 0 auto;
    }

     .cart-products .cart-product.destacado{
        padding: 50px 15px 15px !important;
    }

    .cart-products .cart-product .product-info .product-title h4{
        width: 100% !important;
    }

    .cart-products .cart-product{
        height: 214px !important;
        padding: 30px 15px 15px !important;
    }

    .cart-products .cart-product .product-info .product-title h4{
        font-size: 32px !important;
    }

    .cart-products .cart-product .product-actions .price{
        font-size: 32px !important;
    }

    .cart-products .cart-product .product-actions .price{
        font-size: 32px !important;
    }

    .cart-products .cart-product .product-info .product-meta p{
        font-size: 20px !important;
        line-height: 22px;
    }

    .cart-products .cart-product .product-info .product-meta p{
        font-size: 20px !important;
        line-height: 22px;
    }

    .cart-products .cart-product .product-info .product-title{
        margin-bottom: 10px !important;
    }

    .cart-products .cart-product .product-info .product-meta p{
        margin-bottom: 0 !important;
    }

    .cart-products .cart-product .product-actions{
        margin-top: 40px !important;
    }

    .cart-products .cart-product.acompanante{
        height: 81px !important;
        padding: 12px 15px !important;
    }

    .cart-products .cart-product .product-actions{
        margin-top: 6px !important;
    }

    .cart-products .cart-product.acompanante .product-actions .price{
        font-size: 16px !important;
        margin-left: -435px !important;
        line-height: 24px !important; 
    }

    .cart-products .cart-product.acompanante .product-actions{
        margin-top: -17px !important;
    }

    .cart-products .cart-product.acompanante .product-actions .qty-controls{
        margin-top: -5px !important;
    }

    .container-importe-total{
        display: none !important;
    }

    .cart-buttons{
        margin-top: 30px !important;
    }

    .cart-location h3{
        font-size: 32px !important;
        margin-bottom: 30px !important;
    }

    .cart-products .badge-destacado{
        font-size: 16px !important;
    }

    .cart-products .badge-destacado img{
        width: 20px !important;
    }
}



.step-indicator{
    display: flex;
    gap: 20px;
    opacity: 1;
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 14px;
    padding-left: 25px;
    border-radius: 20px;
    background-color: #EFEFF1;
    justify-content: center;
    align-items: center;
}

.step-indicator .line{
    width: 37px;
    height: 4px;
    background-color: #EDF0AE;
    position: relative;
}

.step-indicator .line:before{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #EDF0AE;
    border-radius: 50%;
    position: absolute;
    left: -6px;
    top: -2px;
}

.step-indicator .line:after{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #EDF0AE;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -2px;
}

.step-indicator .step{
    display: block;
    text-align: center;
}

.step-indicator .step span{
    display: block;
    font-family: Fira Sans Condensed;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    font-size: 12px;
    color: rgba(47, 46, 126, 0.5);
}

.step-indicator .step.active span{
    font-size: 16px;
    color: #5D2A7E;
}

.cart-header .cart-info{
    font-family: Fira Sans Condensed;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #2F2E7E;
    margin-top: 10px;
}

.cart-location h3{
    font-family: "Riffic Bold", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #5D2A7E;
}

#selected-products { margin-top: 15px; }
#selected-products-list { margin: 0; padding: 0px; }
#selected-products-list li { margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-family: Fira Sans Condensed;
font-weight: 400;
font-size: 16px;
line-height: 100%;color:#2F2E7E}

#selected-products-list li:last-child{
    border-top: 1px solid #5D2A7E;
    padding-top: 10px;
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #872A7D;
}
                            
#selected-products-list li .detalle{
    width:40%;							
}

#selected-products-list li.header{
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #872A7D;
    border-bottom: 1px solid #5D2A7E;
    padding-bottom: 10px;
}
                
#selected-products-list .selected-qty { display: flex; align-items: center; gap: 0; }
#selected-products-list .selected-qty button { 
	width: 16px;
    height: 16px;
    background-color: #9DBF43;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 4px 0px 4px;
    font-size: 20px;
    line-height: 0;
    margin: 0;
    text-align: center;
}

#selected-products-list .selected-qty button:hover { background-color: #9DBF43; }
#selected-products-list .selected-qty input { 
	 width: 25px;
     text-align: center;
     padding: 0;
     margin: 0;
     font-family: Fira Sans Condensed;
     border: none;
     font-size: 16px;
}

#selected-products-list .remove-product {
	border: 1px solid #2F2E7E;
    border-radius: 50%;
    padding: 0;
    font-size: 6px;
    width: 16px;
    height: 16px;
    margin: 0;
    filter: grayscale(1);
}

#selected-products-list .remove-product:hover{
    background-color: #fff;
}

.container-importe-total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #5D2A7E;
}

.cart-products .cart-product{
    display: grid;
    margin-top: 20px;
    position: relative;
    min-height: auto;
    /* background: radial-gradient(76.06% 77.88% at 86.97% 14.64%, #EED3FF 0%, #DAD9FB 100%); */
   background-color: #DAD9FB; 
   border: 1px solid #DAD9FB; padding: 20px 15px; border-radius: 12px; width: 100%;
}

.cart-products .cart-product.promocion{
    margin-top: 50px;
    border-top-left-radius: 0px;
    background: radial-gradient(76.06% 77.88% at 86.97% 14.64%, #EED3FF 0%, #DAD9FB 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}

.cart-products .cart-product.acompanante{
    background-color: #fff;
    border-color: #5D2A7E;
    min-height: auto;
    padding: 10px 15px;
}

.cart-products .badge-destacado{
   background-color: #EDF0AE;
    color: #872A7D;
    padding: 4px 22px;
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 12px;
    font-family: Fira Sans Condensed;
    letter-spacing: 0.02em;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    border-bottom: 2px solid #872A7D;
    border-right: 2px solid #872A7D;
}

.cart-products .badge-destacado img{
    width: 15px;
}

.cart-products .badge-promo{
    background-color: #95C11F;
    color: #fff;
    padding: 4px 30px;
    position: absolute;
    top: -29px;
    left: -1px;
    font-size: 12px;
    font-family: Fira Sans Condensed;
    font-weight: bold;
    letter-spacing: 0.02em;
    border-top-right-radius: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cart-products .badge-promo img{
    width: 20px;
}

.cart-products .cart-product.destacado{
    padding: 50px 15px 15px;
}

.cart-products .cart-product .product-info .product-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cart-products .cart-product .product-info .product-title .ver-detalle{
    font-family: Fira Sans Condensed;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    color: #5D2A7E; 
}


.cart-products .cart-product .product-info .product-title h4{
    color: #5D2A7E;
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%; 
    margin: 0;
    width: 145px;
}

.cart-products .cart-product .product-info .product-meta{
    font-family: Fira Sans Condensed;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #2F2E7E;
}

.cart-products .cart-product .product-info .product-meta .altura{
    display: flex;
    gap: 5px;
}

.cart-products .cart-product .product-info .product-meta .altura img{
    height: 20px;
}

.cart-products .cart-product .product-info .product-meta p{
    display: flex;
    align-items: center;
    gap: 5px;
}

.cart-products .cart-product .product-info .product-meta p img{
    height: 20px;
}

.cart-products .cart-product .product-actions{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.cart-products .cart-product .product-actions .price{
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: #5D2A7E;
}

.cart-products .cart-product .product-actions .price-sale{
    font-family: Fira Sans Condensed;
    color: #E90000;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: normal;
}
.cart-products .cart-product.acompanante .product-actions{
    margin-top: -20px;
}
.cart-products .cart-product.acompanante .product-actions,
.cart-products .cart-product.acompanante .product-actions .price{
    font-weight: 400;
    font-size: 16px;
    font-family: Fira Sans Condensed;
    color: #5D2A7E;
    line-height: 25px;
}

.cart-products .cart-product.acompanante .product-actions .qty-controls{
    background-color: #EFEFF1;
}

.cart-products .cart-product .product-actions .qty-controls{
    display: flex; align-items: center; gap: 5px; margin-top: 5px;    background-color: #fff;
    border-radius: 20px;
	padding: 0 5px;
}

.cart-products .cart-product .product-actions .qty-controls button { width: 30px; height: 30px; background-color: #9DBF43; color: #fff; border: none; border-radius: 50%; cursor: pointer;margin: 0;font-size: 30px;line-height: 0;padding: 10px 0px 13px; }
.cart-products .cart-product .product-actions .qty-controls button:hover { background-color: #9DBF43; }

.cart-products .cart-product .product-actions .qty-controls .qty-value{
	width: 40px;
    color: #2F2E7E;
    height: 38px;
    padding: 0;
    border: none;
    font-family: Fira Sans Condensed;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    line-height: 34px;
}

.cart-products .cart-product.acompanante .product-actions .qty-controls .qty-value{
    background-color: #EFEFF1;
}

.cart-buttons{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px auto 20px;
    justify-content: center;
}

.cart-buttons .btn-regresar-1{
    border-radius: 6px;
    padding: 12px 16px;
    color: #2F2E7E;
    font-family: Lato;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    border: 1px solid #2F2E7E;
}

.cart-buttons .btn-continuar-checkout{
    border-radius: 6px;
    padding: 12px 16px;
    color: #EDF0AE;
    font-family: Lato;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    background-image: linear-gradient(180deg, #2F2E7E 20%, #000000 100%);
    border-color: #2F2E7E;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.popup-buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-around;
}
