/* Pagina preview */

.arc-btn-preview-leer { color:black !important; background-color: #bce72d; margin-top:20px; }
.arc-btn-preview-leer:hover { background-color: #759920 !important; }

.arc-btn-buy-cart { color:black !important; background-color: #bce72d !important; margin-top:20px;  }
.arc-btn-buy-cart:hover { background-color: #759920 !important; }

.arc-btn-preview-cart { color:black !important; background-color: #bce72d !important; margin-top:20px;  }
.arc-btn-preview-cart:hover { background-color: #759920 !important; }

.arc-btn-rent-cart { color:black !important; background-color: #feff8c !important; }
.arc-btn-rent-cart:hover { background-color: #dbdc7a !important; }



/* Pagina vendor */

.box-product { padding: 5px; vertical-align: bottom; display: inline-block; }
.wrap-product {
    background-color: white;
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 20px;
}
.wrap-product:hover { }

.arc-btn-pad { padding: 0px 10px 5px 10px; }
.arc-btn-pad a { margin-top: 0px; }

.arc-btn-product-leer { color:cdcdcd !important; background-color: white !important; border: 2px solid #cdcdcd; }
.arc-btn-product-leer:hover { background-color: black !important; color: white !important; border-color:black;  }

.arc-btn-product-buy { color:cdcdcd !important; background-color: white !important; border: 2px solid #cdcdcd; }
.arc-btn-product-buy:hover { background-color: black !important; color: white !important; border-color: black; }

.arc-product-lectura { color: #acacac; font-size: 0.9em;}

.front-face { -webkit-perspective: 2000px; }
.front-face img {
    transition: transform 0.25s;
    -webkit-transform-origin: left;
}
.front-face img:hover {
    transition: transform 0.25s;
    -webkit-transform: rotateY(-20deg);
}