/* Estilos del carrito de compra */
/* Archivo: public/css/cart.css */

.wrapper {
    background: #fff;
}

.container.default-margin {
    margin-top: 75px;
}

.update-cart {
    background-color: #fff !important;
    color: #57AF74 !important;
    font-weight: bold;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    font-size: 14px;
}

.botonera-compra {
    display: flex;
    flex-direction: column-reverse;
    align-content: flex-end;
    flex-wrap: wrap;
}

.botonera-compra-registro {
    display: flex;
}

.item-botonera-compra {
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .botonera-compra {
        display: grid;
        flex-direction: column-reverse;
        align-content: stretch;
        flex-wrap: wrap;
        align-items: baseline;
        justify-items: stretch;
    }

    .lalibreriadevero .shop_table.cart .actions [name=update_cart] {
        margin-top: 0px !important;
    }

    .botonera-compra-registro {
        display: flex;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .lalibreriadevero .shop_table.cart .cart_item .product-thumbnail img {
        width: 60px;
    }

    .product-thumbnail {
        position: relative;
        left: -30px;
    }

    .container.default-margin {
        margin-top: 60px;
    }

    .card-cvc {
        position: relative;
        top: 20px;
    }

    .numero-tarjeta {
        position: relative;
        top: -20px;
    }

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
        margin-bottom: 10px;
    }

    .pad-autores {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-around;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .info-agotado {
        display: flex;
        color: red;
        width: 100px;
    }

    .nav-categorias-libro {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: baseline;
    }

    .nav-link-categoria-libro,
    .nav-link-autores-libro {
        border: 1px solid #ccc;
        font-size: 14px;
        padding: 5px;
        margin: 5px;
        border-radius: 6px;
    }

    .carrito_libro {
        padding-top: 25px;
    }

    .espacio-precio {
        width: auto;
    }

    .precio-precio {
        font-size: 28px;
        font-family: 'Times New Roman';
        color: #000;
    }

    .leer-mas-desktop,
    .leer-menos-desktop {
        display: none;
    }

    .leer-mas-responsive,
    .leer-menos-responsive {
        display: block;
    }

    .leer-mas-movil {
        display: block;
    }

    .recibelo-cuando {
        padding-left: 15px;
        font-size: 12px !important;
        font-weight: bold;
        padding: 10px;
        text-align: center;
        color: #fff !important;
    }

    .solo-desktop {
        display: none;
    }

    .solo-movil {
        display: block;
    }

    .lalibreriadevero-product-gallery__image img {
        height: 300px;
        align: left;
    }

    .lalibreriadevero .single-product--product-details > .product.product-images-columns-medium .summary {
        width: 100%;
        padding-left: 15px !important;
    }

    .boxAfiliado {
        width: 100%;
    }

    .titulo {
        font-size: 24px;
        color: #000 !important;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    #tabla-datos-libro {
        display: none;
    }

    .product_title .entry-title {
        display: none;
    }

    #titulo-libro {
        display: none;
    }

    #add_list {
        display: none;
    }

    .lalibreriadevero .single-product--product-details > .product.product-images-columns-medium .summary {
        position: relative;
        top: -95px !important;
    }

    #video-presentacion {
        display: none;
    }

    #listas-no-responsive {
        display: none;
    }

    .celda-inline-responsive {
        float: left;
        width: 50%;
        position: relative;
        top: -5px;
    }

    .celda-inline-responsive-100 {
        float: left;
        width: 100% !important;
        padding-top: 20px !important;
    }

    .lalibreriadevero-product-gallery__image {
        display: none;
    }

    .botones-listas-responsive {
        background-color: #fff !important;
        font-size: 16px;
        color: #ebaa20;
        border-radius: 6px;
        font-weight: normal;
        border: 1px solid #ebaa20;
        margin-bottom: 10px;
    }

    .ver-video {
        float: left;
        color: #76323f;
        width: 100%;
        border: 1px solid #76323f;
        padding: 10px;
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .actualiza-carro-compra {
        position: relative;
        left: -15px;
    }
}

/* Estilos inline adicionales del cart */
.falta-mensaje {
    display: none;
    padding-top: 10px;
    font-family: 'gothic a1';
    color: red;
}

.product-link {
    font-size: 14px;
}

.product-subtotal-text {
    color: #000;
}

.button-login {
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
    padding: 7px 15px 15px 12px;
    border: 0px;
    background-color: #57AF74 !important;
}

.button-guest-checkout {
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
    padding: 7px 15px 15px 12px;
    border: 0px;
    background-color: #ebaa20 !important;
}

.summary-box {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-top: 10px;
}

.buy-button {
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px;
    border: 2px solid #ebaa20 !important;
    background-color: #ebaa20 !important;
}

.finalizar-compra-movil {
    background-color: #ebaa20 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px;
    border: 2px solid #ebaa20 !important;
    font-weight: bold;
}

.finalizar-compra {
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
    padding: 5px;
    border: 2px solid #ebaa20 !important;
    background-color: #ebaa20 !important;
}

.terms-text {
    font-size: 10px;
}

.summary-section {
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.summary-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.total-amount {
    font-size: 16px;
    color: #B12704 !important;
    font-weight: bold;
}

.qty-input {
    width: 55px;
}

.link-small {
    font-size: 12px;
}

.padding-top-20 {
    padding-top: 20px;
}

