@media (min-width: 768px) {
    .product-item-photo {
        min-height: auto !important;
    }
    .logo-comillas {
        margin: 16px 16px 10px 0px;
        display: inline-block;
        height: 82px;
        width: 310px;
        background: url("../images/logo_grande.png") no-repeat;
        background-size: 100%;
    }
    .sticky-logo{
        height: 32px;
        width: 121px;
        background: url("../images/logo_grande.png") no-repeat;
        background-size: 100%;
    }
    .product-item-photo {
        min-height: 300px !important;
    }
    .page-main {
        padding-top: 0px;
    }
    /*Para solucionar el problema de que se cierran los submenús al entrar en ellos*/
    .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu{
        visibility:hidden;
        opacity:0;
        transition:.2s opacity;
        padding:6px 8px;
        box-shadow:0 0 3px rgba(0,0,0,0.25);
        border-radius:0 6px 6px 6px;
        position:absolute;
        left:0;
        top:-6px;
        background:#fff;
        z-index:3
    }
}
@media (max-width: 768px) {
    .logo-comillas {
        margin: 20px 0;
        height: 55px;
        width: 50px;
        background: url("../images/logo_movil.png") no-repeat;
        background-size: 100%;
    }
}

@media screen and (min-width:320px ) and (max-width: 568px ) and ( orientation: portrait ){
    .product-item .tocart {
        padding: 0 5px;
    }
    .products-grid .product-item-details .product-item-actions .tocart {
        font-size: 11px;
    }
}

@media screen and (min-width:320px ) and (max-width: 568px ) {
    .autocomplete-suggestions {
        top: 95px;
        right: -90px;
    }
    .search-category {display:none;}
}

.product-info-main .product-info-subtitulo{
    border: 0;
    margin-bottom: 0;
    display:inline-block;
    width:100%;
    text-align: left;
    vertical-align: bottom;
    color: #000;
    font-size: 14px;
}
.product-info-main .product-info-subtitulo h2{
    font-size: 2rem;
    margin-top: -1rem;
}
.product-info-main .product-info-isbn {
    border: 0;
    margin-bottom: 0;
    display:inline-block;
    width:100%;
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 10px;
    color: #000;
    font-size: 14px;
}
.product-info-main .product-info-descargas {
    padding-bottom: 30px;
}
.product-info-main .product-info-descargas span{
    padding-bottom: 25px;
}
.product-info-main .product-info-descargas .btn-descargas{
    display: inline-block;
    float:left;
}

.product-info-main .product-info-descargas a {
    margin-right: 20px;
    padding: 5px;
    background-color: #ffb81c;
    color: #fff;
    font-weight:bold;
    transition: color 0.2s ease-out 0s;
    text-decoration: none;
}
.product-info-main .product-info-descargas a:hover{
    background-color:#FFD369;
}
.product-info-main .product-info-descargas a:visited{
    color:#fff;
}

.actions {
    display:block !important;
}

.sidebar .product-items .product-item-info .product-item-photo img {
    height: auto !important;
}

