/* content123 */

.content123 {
    width: 99%;
    padding: 20px;
    box-sizing: border-box;
}

.content123 .cart-summary {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.content123 .cart-summary h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.content123 .total-price {
    font-size: 28px;
    color: #007bff;
    font-weight: bold;
}

.content123 .checkout-form {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.content123 .checkout-form h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.content123 .checkout-form label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #555;
    display: block;
}

.content123 .checkout-form input,
.content123 .checkout-form select {
    width: 95%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

.content123 .checkout-form input:focus,
.content123 .checkout-form select:focus {
    border-color: #007bff;
    outline: none;
}

.content123 .checkout-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.content123 .checkout-form #shipping-details {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: none;
}

.content123 .checkout-form #shipping-details label {
    margin-bottom: 8px;
}

.content123 .checkout-form #shipping-details input,
.content123 .checkout-form #shipping-details select {
    margin-bottom: 15px;
}

.content123 .retiro_en {
    margin-left: 10px;
    margin-top: 10px;
    display: none;
}

/* Estilo de los botones dentro de content123 */
.content123 button {
    background-color: #007bff;
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.content123 button:hover {
    background-color: #0056b3;
}

#mensaje_codigo {
    font-weight: bold;
    transition: all 0.3s ease;
}

