/* .portada img.foto{
    width: 100%;
}
.portada img.foto{
    height: 100%;
} */

.discount {
    top: unset;
    bottom: 15px !important;
    left: -40px;
    transform: rotate(34deg);
    -webkit-transform: rotate(45deg);
}
.books.four-cols .portada, .books.five-cols .portada, .books.six-cols .portada {
    margin: 20px auto!important;
    padding-bottom: 0px ;
}
.books.four-cols .portada img, .books.five-cols .portada img, .books.six-cols .portada img {
    margin-right: auto;
}
.slick-slider {
    overflow: inherit;
    min-width: 100%; 
    width: 0;
}
.carrusel .slick-prev, 
.carrusel .slick-next {
    top: 165px;
}
/* Aviso de cookies */
#cookie-compliant .introcookies-btn .btn {
    margin: 5px;
}
#cookie-compliant .introcookies-btn a.btn:hover {
    background-color: #fd5144;
    border-color: #fd5144;
}
#cookie-compliant .introcookies-btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
@media(max-width: 991px) {
    #cookie-compliant {
        min-height: 0;
        line-height: initial;
    }
    #cookie-compliant #introcookies {
        height: auto;
    }
    #cookie-compliant #introcookies {
        display: block;
    }
}
.info-txt { 
    font-size: 16px;
    margin-bottom: 45px;
    padding: 0 0px;
    letter-spacing: 0.05em;
}

/* Se arregla problema de overflow en los slider */
.slider .block img {
    display: none;
}
.slider .block.slick-initialized img {
    display: block;
}
.block-banner-slider {
    max-height: 280px;
    overflow: hidden;
}

/* Se corrigen problemas con los listado de especiales */
.books.three-cols .item {
    display: flex;
    align-items: flex-end;
}
.books.three-cols .portada {
    max-width: 300px;
    margin: 20px auto !important;
    padding-bottom: 0px;
}
.books.three-cols .dublincore,
.books.three-cols .botones {
    padding: 0 50px;
}
.books.three-cols .mulsinop {
    display: none;
}

@media (max-width: 768px) {
    .books.one-cols .item > a,
    .books.three-cols .item > a {
        display: inline-block;
    }
    .books.one-cols .item .portada,
    .books.three-cols .item .portada {
        align-items: flex-end;
        width: auto;
        max-width: none;
        height: 220px;
        margin: 20px 0 !important;
    }
    .books.one-cols .item .portada img,
    .books.three-cols .item .portada img {
        max-height: 200px;
        margin-right: auto;
    }
    .books.one-cols.books .dublincore,
    .books.three-cols.books .dublincore {
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }
    .books.one-cols .dublincore .title,
    .books.three-cols .dublincore .title {
        font-size: inherit;
    }
    .books.one-cols .dublincore,
    .books.one-cols .botones,
    .books.three-cols .botones {
        padding: 0 10px !important;
    }
    .books.one-cols .mulsinop,
    .books.three-cols .mulsinop {
        display: none;
    }
    .books.one-cols.books p.precio strike {
        margin-bottom: 0;
        font-size: 14px;
    }
}

.social-networks li a {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?8jf72');
    src:  url('fonts/icomoon.eot?8jf72#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?8jf72') format('truetype'),
      url('fonts/icomoon.woff?8jf72') format('woff'),
      url('fonts/icomoon.svg?8jf72#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-new-twitter:before {
    content: "\e900";
}