<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titulo_producto{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

.product {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
    overflow: hidden;
    text-align: center;
}


.product .image {
    overflow: hidden;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto
}

.product .text {
    padding: 10px;
    overflow: hidden;
    height: 240px;
}

.price {
    font-size: 18px;
}

.price_usd {
    font-size: 11px;
}

/*
 * Items de secciÃ³n
 *     Carrito
 */
.preview-libro-carro{
    height: 140px;
    width: 100px;
}


.al-medio{
    vertical-align: middle !important;
}

.input_cantidad{
    width: 80px !important;
}

.glyphicon-trash{
    cursor: hand;
}

.button-link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}

.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

.cuadradito_tienda{
    display: inline-block;
    float: left;
    margin: 1%;
    width: 18%;
}

.field_tiendas{
    height: 90px;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.img_webpay{
    margin-left: 5%;
    width: 50%;
}

.texto-chico{
    font-size: smaller;
}

.panel-body{
    height: 855px!important;
}</pre></body></html>