/* Fonts
***************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

:root {
    --color-1: #146060;
    --color-2: #ca5116;
    --color-3: #665449;
    --color-4: #f4f2ee;
    --color-5: #fbf9f7;
    --font-title1: 'Roboto', serif;
    --font-title2: 'Roboto Slab', serif;
}


/* Containers 
***************************************/
html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body {
    font-family: 'Roboto', serif;
    font-weight: 300;
    background: url(../images/back.png);
}
.container-bg {
    max-width: 1140px;
    margin: 0 auto;
    background: #fbf9f7;
    padding: 45px 0 0;
}
.container {
    max-width: 1110px;
}
.main-container {
    min-height: 400px;
    padding-bottom: 50px;
}


/* Colors
***************************************/
a {
    color: #146060;
}
a:hover, a:focus {
    color: #ca5116;
}
#header .nav-header a,
h1.title,
h2.title, 
#footer .footer-bottom h2 {
    color: #665449;
}
.btntwo, .btn {
    font-size: 14px;
}
.btn-cart-checkout,
.btntwo,
.btn {
 	background-color: #ca5116;
    border-color: #ca5116;
}
.btn-cart-checkout:hover, 
.btn-cart-checkout:focus,
.btn-cart-checkout:active,
.btntwo:hover, 
.btntwo:focus,
.btntwo:active,
.btn:active,
.btn:hover, 
.btn:focus {
 	background-color: #146060;
    border-color: #146060;
}
.btn-default {
    border-color: #ccc;
}
.btn.disabled:hover, 
.btn[disabled]:hover, 
fieldset[disabled] .btn:hover {
    background-color: #146060;
}
.btn-primary.disabled, 
.btn-primary[disabled], 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, 
fieldset[disabled] .btn-primary:active, 
.btn-primary.disabled.active, 
.btn-primary[disabled].active, 
fieldset[disabled] .btn-primary.active {
    background-color: #ca5116;
    border-color: #ca5116;
}
.checkout-options-edit.btn,
.add-address .btn {
    background-color: transparent;
    color: #ca5116;
}
.checkout-options-edit.btn:hover,
.add-address .btn:hover {
    background-color: #ca5116;
    color: #fff;
    border-color: #ca5116;
}

/* Títulos
***************************************/
h1.title,
h2.title {
    position: relative;
    z-index: 1;
    padding-top: 8px;
    padding-left: 0;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}
h1.title {
    margin-bottom: 15px;
}
h1.title:before,
h2.title:before {
    content: "";
    position: absolute;
    top: 50%; 
    left: 0; 
    right: 0; 
    bottom: 0;
    width: 100%;
    z-index: -1;
    border-top: 1px solid rgba(102, 84, 73, 0.3);
}
h1.title {
    padding-left: 0;
    font-size: 30px;
}
h2.title {
    margin-bottom: 25px;
}
h1.title span,
h2.title span { 
    background: #fbf9f7;
}
h1.title span, 
h2.title span { 
    padding: 0 15px 0 0;
}
h1.title a,
h2.title a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    padding: 6px 10px;
    font-family: 'Roboto', serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: initial;
    background: #fbf9f7;
}
h2.title a::after { 
    display: none;
}
h2.title a i { 
    margin-left: 2px;
    font-size: 10px;
    color: #ca5116;
    font-family: "Font Awesome 5 Free";
}
.block-featured h1.title a,
.block-featured h2.title a {
    background: #f4f2ee;
}
.block-featured h2 span {
    background: none;
}
.block-featured h2::before {
    display: none;
}
h1.title + h2.title::before, 
h1.title + .block h2.title::before {
    display: none;
}
h1.title .label,
h2.title .label {
    text-transform: capitalize;
    font-weight: 700 !important;
}
.page-home h1.title, 
.page-index h1.title,
.page-home h2.title, 
.page-index h2.title {
    /*margin-top: 30px !important;*/
    font-size: 24px !important;
}
.page-home h2:first-child {
    margin-top: 0 !important;
}


/* Header 
***************************************/
#header {
    margin-bottom: 0 !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #f4f2ee;
    background-size: auto;
}
#header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #146060 25%, #665449 75%);
    opacity: 0.2;
    display: none;
}
#header .header-top {
    position: relative;
    max-height: 36px;
    background: rgba(217, 215, 208, 0.8) !important;
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    float: none;
}
#header .header-top #nav-header {
    margin: 0;
    line-height: 35px;
}
#header .header-top #nav-header li {
    margin: 0;
    padding: 10px 0;
    border: 0;
}
#header .header-top #nav-header li a {
    position: relative;
    padding: 0 5px 0 8px;
    color: #146060;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: url("../images/line.png") no-repeat scroll left center;
}
#header .header-top #nav-header li a:hover {
    color: #ca5116;
}
#header .header-top #nav-header li:first-child a {
    background: none;
}
#header .header-top #nav-header li.dropdown > a {
    /*pointer-events: none;*/
}
#header .header-top #nav-header li.dropdown.open > a {
    color: #ca5116;
}
#header .header-top .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    border-top: 1px solid #cfcece;
    border-width: 1px 0 0;
    border-radius: 0 0 4px 4px;
}
#header .header-top .dropdown-menu::before {
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    background: #fff;
    content: "";
    pointer-events: none;
    z-index: 0;
}
#header .header-top .dropdown-menu li {
    width: 100%;
    padding: 5px 0 !important;
}
#header .header-top .dropdown-menu li a {
    text-transform: inherit !important;
    padding: 5px 15px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #1460601a;
}
#header .header-top .dropdown-menu li a:hover {
    background: #ca5116 !important;
    color: #fff !important;
}
#header .header-top .dropdown-menu li a:last-child {
    border: 0;
}
#header .header-top .wrapper-cart-1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
#header .header-top .wrapper-cart-2 {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}
#header .header-top #cart {
    position: absolute;
    right: 0;
}
#header .header-top #cart-fixed {
    right: 0;
}
#header .header-top #cart #cart-fixed {
    top: 20px;
    padding: 20px 0 0px;
    background: #f4f2ee !important;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3);
}
#header .header-top #cart #cart-fixed:hover {
    top: 23px;
}
#header .header-top #cart .numArticulos {
    background-color: #ca5116;
}
#header .header-middle {
    padding: 52px 0;
    background: none !important;
    overflow: hidden;
}
#header .header-middle .row > div {
    min-height: 126px;
}
#header .header-middle #logotipo {
    /*margin: 60px 0 0;*/
    z-index: 9;
}
#header .header-middle #logotipo a {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#header .header-middle #logotipo img {
    max-width: 220px;
}
#header .header-nav {
    position: relative;
    height: 50px;
    padding-bottom: 0 !important;
    background: #f4f2ee !important;
    z-index: 9;
}
#header .header-nav #account a {
    padding: 8px 15px;
}
#header .header-nav .navbar {
    border: 0;
}
#header .header-nav .navbar {
    text-align: center;
}
#header .header-nav .navbar ul.nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-nav > li:first-child > a {
    padding-left: 15px;
}
#header #search {
    float: none;
    margin-top: 8px;
    z-index: 9;
}
#search #busqueda {
    width: 100%;
    position: relative;
}
#search .btntwo.search {
    font-size: 16px;
}
#header #search .search-text {
    width: calc(100% - 40px);
    height: 34px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
}
#header #search .btntwo.search {
    height: 34px;
    padding: 6px 12px;
    border-radius: 0 5px 5px 0;
    background: #146060;
}
#header .navbar .navbar-nav > li {
    background: url("../images/line.png") no-repeat scroll right center;
}
#header .navbar .navbar-nav li:last-child  {
    background: none !important;
}
#header .navbar .navbar-nav > li a {
    font-size: 16px;
    font-weight: 700;
    color: #146060;
}
#header .navbar .navbar-nav > li.dropdown > a {
    /*pointer-events: none;*/
}
#header .navbar .navbar-nav > li.dropdown:hover > a {
    background: #fff;
}
#header .navbar .navbar-nav > li a:hover {
    color: #ca5116;
    font-weight: 700;
}
#header .navbar .navbar-nav > li.open > a {
    color: #ca5116;
    background: #fff !important;
}
#header .navbar .navbar-nav > li a i {
    vertical-align: middle;
}

/****/
@media (max-width : 1920px) and (min-width : 768px) {
    #header .menu-cabecera .dropdown-menu {
        padding: 30px 0 40px;
        text-align: left;
        opacity: 1;
    }
    #header .menu-cabecera .dropdown-menu > li {
        display: table-cell;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
    }
    #header .menu-cabecera .nav > li.dropdown.open {
        position: static;
    }
    #header .menu-cabecera .nav > li.dropdown .dropdown-menu {
        min-height: 200px;
    }
    #header .menu-cabecera .nav > li.dropdown .dropdown-menu .wrapper-menu {
        opacity: 1;
        display: block;
        width: calc(100% - 50px);
        margin: 0 auto;
        line-height: inherit;
        overflow: hidden;
        height: 100%;
    }
    #header .menu-cabecera .nav > li.dropdown.open .dropdown-menu {
        display: table;
        border-radius: 0px;
        left: 50%;
        transform: translateX(-50%);
        top: 47px;
        border: 2px solid #eee;
        border-width: 2px 0 0;
    }
    #header .navbar .navbar-nav > .open > a {
        background-color: #fff;
        border-color: #f4f2ee !important;
    }
    #header .dropdown-menu-cabecera .menu-explorar a {
        margin: 5px 0 5px 15px;
        font-size: 14px !important;
        border-bottom: 2px solid #eee;
    }
    #header .dropdown-menu-cabecera .menu-explorar a:hover {
        text-decoration: none;
    }
    #header .dropdown-menu-cabecera .menu-materias {
        width: 100%;
        margin-top: 0;
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        column-width: 150px;
        border: 0;
    }
    #header .navbar .navbar-nav .menu-materias a {
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        color: #665449 !important;
    }
    #header .navbar .navbar-nav .menu-materias a:hover {
        color: #ca5116 !important;
    }
    #header .dropdown-menu-cabecera .main-nav-title {
        margin: 10px 20px 15px;
        color: #665449;
        font-size: 20px;
        text-align: left;
    }
    #header .dropdown-menu-cabecera .menu-explorar .main-nav-title {
        display: none;
    }
    #header .dropdown-menu-cabecera .menu-materias li {
        display: inline-block;
        width: 100%;
    }
    #header .dropdown-menu-cabecera .menu-materias li a {
        padding: 3px 0 0px 20px;
    }
}
@media screen and (max-width: 767px) {
    #header .menu-cabecera .dropdown-menu > li {
        display: block !important;
    }
}
/****/

#header .account {
    min-height: 0 !important;
}
#header #account {
    width: 100%;
    max-width: 150px;
    margin-top: 8px;
}
#header .header-nav #account > a {
    width: 100%;
    height: 34px;
    line-height: 14px;
    padding: 9px 0;
    border: 1px solid #ca5116;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #ca5116;
    text-align: center;
}
#header .header-nav #account a:hover,
#header .header-nav #account.open > a {
    background: #ca5116;
    color: #fff !important;
}
#header .header-nav #account a:hover i,
#header .header-nav #account.open > a i {
    color: #fff;
}
#header .header-nav #account a i, 
#header .header-nav #language a i {
    margin: 0 2px;
    color: #ca5116;
    font-size: 14px;
    vertical-align: top;
}
#header .header-nav #account a i.icon-user {
    margin-right: 2px;
}
#header .header-nav #account .dropdown-menu {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
#header .header-nav #account .dropdown-menu::before {
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
#header .divider {
    height: 1px;
    padding: 5px 0;
    overflow: hidden;
    background-color: #fbf9f7 !important;
}

/* Social Networks */
#header .header-top .social-networks {
    margin-top: 0;
    margin-right: 50px;
}
#header .header-top .social-networks li {
    margin-left: 0;   
}
#header .header-top .social-networks a {
    width: 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    background: none;
    opacity: 1;
}
#header .header-top .social-networks a i {
    font-size: 20px;
    color: #4b4b4b;
}
#header .header-top .social-networks a:hover i,
#footer .social-networks a:hover i {
    color: #fff;
}
#header .header-top .social-networks .facebook-f a:hover,
#footer .social-networks .facebook-f a:hover {
    background: #3b5998;
}
#header .header-top .social-networks .twitter:hover a:hover,
#footer .social-networks .twitter:hover a:hover {
    background: #00aced;
}
#header .header-top .social-networks .google-plus-g a:hover,
#footer .social-networks .google-plus-g a:hover {
    background: #dd4b39;
}
#header .header-top .social-networks .instagram a:hover,
#footer .social-networks .instagram a:hover {
    background: #833ab4;
}
#header .header-top .social-networks .rss a:hover,
#footer .social-networks .rss a:hover {
    background: #f77737;
}


/* Footer 
***************************************/
#footer {
    margin-top: 0;
    color: #665449;
    background: #f4f2ee;
}
#footer .footer-newsletter-info {
    padding-left: 80px;
}
#footer .footer-newsletter h2 {
    font-size: 18px;
}
#footer .footer-newsletter p {
    font-size: 13px;
}
#footer .footer-bottom {
    padding-top: 30px;
}
#footer .footer-menu {
    padding-left: 15px;
}
#footer .footer-bottom h2 {
    font-size: 15px;
    font-weight: 600;
}
#footer .footer-bottom h2 {
    color: #ca5116;
}
.footer-menu .fa {
    color: #665449;
}
#footer .footer-menu {
    padding-left: 88px;
}
#footer .footer-menu a {
    color: #665449;
}
#footer .footer-copyright {
    padding-bottom: 30px;
    border: 0;
    line-height: 50px;
}
#footer .footer-newsletter {
    background: #146060;
}
#footer .footer-newsletter .btntwo {
    margin-top: 1px;
    background: #ca5116;
    border-color: #ca5116;
    border-radius: 0 5px 5px 0;
}
#footer .footer-newsletter-info::before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    color: #eee;
}
#footer .footer-newsletter > .container {
    padding: 0 45px;
}
#footer .footer-newsletter-form {
    max-height: none;
    text-align: right;
}
#footer .footer-copyright .info-name {
    margin-bottom: 0;
    padding-top: 18px;
}
#footer .footer-copyright .info-name strong {
    text-transform: uppercase;
}
#footer .footer-copyright .logos img {
    display: inline-block;
    margin-right: 10px;
    max-height: 35px;
}
#footer .social-networks {
    padding-left: 20px;
}
#footer .social-networks li {
    margin: 0;
}
#footer .social-networks li a {
    line-height: 33px;
    border-radius: 5px;
    background: none;
    opacity: 1;
}
#footer .social-networks a i {
    color: #665449;
}
#footer #emailSuscripcion, 
#footer #mce-EMAIL {
    width: 80%;
    height: 35px;
    border-radius: 5px 0 0 5px;
}
#mce-responses {
    color: white !important;
    margin-top: 5px;
    text-align: right;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: white !important;
}
#mce-error-response a {
    color: white !important;
}
div.mce_inline_error, #mce-error-response {
    margin: 0 !important;
    padding: 5px 0 0 !important;
    background: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: white !important;
}


/* Books
***************************************/
.books {
    margin: 20px auto 20px;
}
.books img {
    vertical-align: bottom;
    z-index: 2;
}
.books .portada {
    max-width: 125px !important;
    float: none;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.one-cols .portada img {
    position: relative;
    top: 0;
    width: 100%;
    height: auto !important;
    display: block;
}
.one-cols.books .dublincore {
    width: 70%;
}
.one-cols.books .botones {
    width: 30%;
}
.one-cols.books p.precio {
    font-size: 25px;
}
.one-cols.books .btntwo {
    font-size: 15px;
    padding: 8px 0;
}
.three-cols li {
    margin-bottom: 45px;
}
.three-cols .portada {
    min-height: 0 !important;
}
.three-cols .portada img {
    position: relative !important;
}
div.portada::after {
    display: none;
}
.one-cols dl.dublincore dd.title a {
    font-size: 18px;
}
.books dd.creator a {
    color: #666666;
}
.one-cols li form {
    width: 75%;
}
.one-cols.books dd.creator {
    font-size: 14px;
}
.one-cols .mulsinop {
    font-size: 13px;
}
.three-cols dl.dublincore dd.title a {
    font-size: 13px;
}
.books.one-cols .item-papel .portada img {
    transform: translate(-50%,-50%);
}
.books dd.title {
    min-height: 0;
    line-height: 1em !important;
}
.books dd.creator {
    font-size: 11px;
}
.books p.precio {
    color: #146060;
    font-family: 'Roboto', serif;
    letter-spacing: -1px;
}
.books .btntwo, 
.books .btn {
    padding: 6px 12px;
    font-size: 13px;
}
.disponibilidad {
    line-height: 10px;
    font-size: 10px;
    font-weight: 300;
}
.disponibilidad.green {
    color: #146060;
    border-color: rgba(20, 96, 96, 0.6);
}
/*.books .disponibilidad {
    display: none;
}*/
.discount,
.ranking {
    width: 45px;
    height: 45px;
    line-height: 25px;
    font-family: 'Roboto', serif;
    font-size: 16px;
    z-index: 2;
}
.discount {
    top: -4px !important;
    left: -12px;
    background: #ca5116;
}
.discount,
.discountprice {
    transform: rotate(-18deg);
}
.fichaDetalle .discount,
.precioDetalle .discountprice {
    top: -5px !important;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 18px;
}
.precioDetalle .discountprice {
    line-height: 45px;
}
.page-dispatcherMateria .discount {
    left: -20px;
    right: auto;
    top: -15px;
}

/* Ticket #637310 Marlene pide desaparecer el círuclo con el descuento. Les basta con el precio original tachado y el de descuento. fjcastilla 25/10/21*/
.discount{
    display: none;
}

.ranking {
    top: -12px !important;
    right: -12px !important;
    left: auto !important;
    background: #146060;
    line-height: 26px !important;
}
.ranking {
    top: -12px !important;
}
.divisa-small {
    font-size: 0.6em !important;
    font-weight: 400;
}
.page-formDireccion .divisa-small,
.page-verPedido .divisa-small {
    margin-left: 2px;
}
.precioDetalle {
    background: none;
}
.btn.buy {
    margin: 5px 0 0;
    font-size: 16px;
}
.btn.buy i {
    margin-right: 5px;
    font-size: 22px;
    vertical-align: text-bottom;
}
#detnavtab li a.selected {
    color: #146060 !important;
    background-color: #fbf9f7;
}
.books .item-papel {
    vertical-align: top;
}
.books .item-papel .portada {
    min-height: 80px !important;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: none;
}
.books .item-audio .portada {
    box-shadow: none;
}
.books.one-cols .item-papel .portada,
.books.six-cols .item-papel .portada {
    min-height: 125px !important;
}
.books .item-papel .portada img {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 95%;
    width: auto !important;
    max-width: 95%;
}
.three-cols li {
    padding: 0 15px;
}
.page-home .books .item-papel .portada,
.page-index .books .item-papel .portada {
    min-height: 125px !important;
}
.page-listaLibros .three-cols li,
.page-dispatcherMateria .three-cols li,
.page-listaLibrosAutor .three-cols li {
    padding: 0 4px;
    margin-bottom: 50px;
    vertical-align: top;
}
.page-dispatcherMateria .books .portada,
.page-listaLibros .books .portada,
.page-listaLibrosAutor .books .portada {
    float: left;
}
.six-cols .portada {
    float: none !important;
}
.six-cols .portada .formulario {
    display: none;
}
.page-listaLibros .three-cols li .portada,
.page-dispatcherMateria .three-cols li .portada,
.page-listaLibrosAutor .three-cols li .portada {
    width: 30%;
}
.page-listaLibros .three-cols li .formulario,
.page-dispatcherMateria .three-cols li .formulario,
.page-listaLibros .six-cols li .formulario,
.page-listaLibrosLote .six-cols li .formulario,
.page-listaLibrosAutor .six-cols li .formulario,
.page-dispatcherMateria .six-cols li .formulario  {
    display: none;
}
.page-dispatcherMateria .books.one-cols .portada, 
.page-listaLibros .books.one-cols .portada,
.page-listaLibrosAutor .books.one-cols .portada  {
    width: 20%;
}


/* Detalle
***************************************/
.page-detalle h2.title {
    font-size: 22px;
}
.fichaDetalle {
    border: 0;
}
.fichaDetalle #detimg {
    width: 25.5%;
    margin: 5px 30px 0 0;
}
.fichaDetalle #detportada {
    width: auto;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.fichaDetalle .item-papel #detportada {
    box-shadow: none;
}
.fichaDetalle #detimg::after {
    display: none;
}
.fichaDetalle h1 {
    font-family: 'Roboto Slab', serif;
}
.fichaDetalle .wraper-detalle {
    border: 0;
}
.fichaDetalle .wraper-detalle a, 
.fichaDetalle .wraper-detalle button {
    padding: 8px 0 8px 42px;
    font-size: 13px;
    color: #146060;
    border-color: #ccc;
}
.fichaDetalle dl.summary {
    width: 70%;
    margin-left: 0;
}
.fichaDetalle #sinopsis {
    margin-top: 15px;
    padding-right: 30px;
    text-align: justify;
}
.fichaDetalle .readmore {
    float: right;
    padding-right: 30px;
    font-size: 12px;
    text-decoration: none;
}
.fichaDetalle .readmore i {
    margin-right: 2px;
}

.fichaDetalle dt {
    clear: none;
    width: auto;
    float: none !important;
    display: inline;
}
.fichaDetalle dd {
    margin-right: 20px;
    float: none !important;
    display: inline;
}
.fichaDetalle .centros {
    float: right;
    width: 66.5%;
    margin: 30px 30px 30px 0;
}
.fichaDetalle .centros h2.title {
    padding: 8px 0 6px 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #f4f2ee;
}
.fichaDetalle .centros h2.title::before {
    display: none;
}
.fichaDetalle .centros ul {
    width: 100%;
    margin: 0;
    padding: 5px 5px 5px 80px;
    background: url(../images/question.png) no-repeat 15px center;
    overflow: hidden;
}
.fichaDetalle .centros ul li {
    border-bottom: 0;
    width: 33.33333333333333%;
    float: left;
    font-size: 14px;
    line-height: 25px;
}
.fichaDetalle .centros ul li span {
    margin-right: 8px;
    padding: 0;
    float: left;
}
.fichaDetalle .centros ul li span i {
    font-size: 20px;
    display: inline-block;
    vertical-align: sub;
}
.fichaDetalle .centros p {
    padding: 10px 10px 0;
    font-size: 11px;
    color: #A0A0A0;
    border-top: 1px solid #e9e9e9;
}
.fichaDetalle .centros p strong {
    font-size: 12px;
    color: #626262;
}
.fichaDetalle #comentar {
    font-size: 15px;
}
.fichaDetalle .videos {
    padding-right: 30px;
}
.price-col .wraper-detalle a, 
.price-col .wraper-detalle button {
    padding-left: 42px;
    border: 0;
    color: #146060;
}
.price-col .wraper-detalle a:hover, 
.price-col .wraper-detalle button:hover {
    color: #fff;
}
.price-col .wraper-detalle a i, 
.price-col .wraper-detalle button i {
    font-size: 15px;
    vertical-align: middle;
}
.price-col .wraper-detalle a.btnfavoritos:hover i {
    color: #e72424;
}
.price-col .wraper-detalle a.btnAvisoStock:hover i {
    color: #e7ba20;
}
.price-col .wraper-detalle a.btnCompartir:hover i,
.price-col .wraper-detalle a.btnCompartir.active i {
    color: #8594ec;
}
.precioDetalle .infoprices {
    margin-bottom: 10px;
}
.precioDetalle .infoprices .despues {
    font-weight: 900;
}
.price-col .valoracion {
    padding-top: 12px;
    margin-top: 30px;
    border: 0;
    text-decoration: none;
}
.price-col .valoracion img {
    max-width: 25px;
}
.comentario .rating img {
    max-width: 20px;
}
.comentario .rating {
    width: 135px;
}
.comentario .titulo {
    padding-top: 3px;
}
.price-col .valoracion,
.price-col .text-envio {
    float: left;
    width: 100%;
}
.price-col .valoracion .valoracion-media {
    margin-bottom: 12px;
    font-size: 35px;
    font-weight: 700;
    color: #626262;
}
.price-col .valoracion h3 {
    font-size: 18px;
    font-weight: 700;
    color: #626262;
}
.price-col .valoracion span {
    margin: 0;
    font-size: 13px;
}
.price-col .valoracion .votos {
    margin-top: 10px;
}
.price-col .text-envio {
    display: block;
    margin-top: 30px;
    background: url(../images/envios.png) no-repeat center top;
    text-align: center;
    padding-top: 65px;
    text-decoration: none;
}
.price-col .text-envio a {
    text-decoration: none
}
.price-col .text-envio span {
    display: block;
    color: #626262;
}
.price-col .text-envio .title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.price-col .text-envio .info-text {
    font-size: 13px;
}
/* Añadimos el cuadro de gastos de envio tambien a la cesta de la compra Marango 07/10/2020 */
.text-envio-cesta {
    display: block;
    margin-top: 30px;
    background: url(../images/envios.png) no-repeat center top;
    text-align: center;
    padding-top: 65px;
    text-decoration: none;
    width:100%;
}
.text-envio-cesta a {
    text-decoration: none
}
.text-envio-cesta span {
    display: block;
    color: #626262;
    width:100%;
}
.text-envio-cesta .title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.text-envio-cesta .info-text {
    font-size: 13px;
}
.info-text{
    display:block;
    width:100%;

}
.modal textarea {
    line-height: 20px;
}
.bodytext {
    font-size: 14px;
}
#detimg a {
    cursor: pointer !important;
}
#detimg .gallery ul li img {
    width: 95% !important;
}
.precioDetalle .disponibilidad {
    width: 100%;
    padding: 10px 15px;
    margin: 2px 0 0;
    border-radius: 2px;
    border: 1px solid transparent;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
}
.precioDetalle .disponibilidad.green {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.precioDetalle .disponibilidad.orange {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.precioDetalle .disponibilidad.red {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.zoomContainer {
    z-index: 1;
}
.detpestanias {
    margin: 40px 0;
    clear: both;
}
.otrosautor .btntwo {
    display: none;
}

/* Compartir */
#compartir.active {
    background: #146060;
    border-radius: 3px 3px 0 0;
    color: #fff;
}
#share-icons {
    display: none;
    padding: 5px 0;
    background: #f0ede9;
}
.jssocials-share-link {
    padding: .5em .6em !important;
    border-radius: 0.3em !important;
    border: 2px solid #acacac !important;
    color: #acacac !important;
    text-align: center !important;
}
.jssocials-share-link:hover, 
.jssocials-share-link:focus, 
.jssocials-share-link:active {
    border: 2px solid #939393 !important;
    color: #939393 !important; 
}
.jssocials-share-logo {
    width: 1em !important;
    vertical-align: middle !important;
    font-size: 1.5em !important;
    margin: 0 !important;
}
.jssocials-share {
    margin-right: 5px !important;
}
.jssocials-share a {
    padding: 5px 6px !important;
    text-decoration: none !important;
}
.jssocials-share:hover a i,
.jssocials-share:hover a span {
    color: #fff;
}
.jssocials-share.jssocials-share-facebook:hover a {
    background: #3b5998;
    border-color: #3b5998 !important;
}
.jssocials-share.jssocials-share-twitter:hover a {
    background: #00aced;
    border-color: #00aced !important;
}
.jssocials-share.jssocials-share-googleplus:hover a {
    background: #dd4b39;
    border-color: #dd4b39 !important;
}
.jssocials-share.jssocials-share-pinterest:hover a {
    background: #bd081c;
    border-color: #bd081c !important;
}
.jssocials-share.jssocials-share-email:hover a {
    background: #0e76e6;
    border-color: #0e76e6 !important;
}


/* Proceso de compra
***************************************/
.page-cestaCompra #capaGastosEnvio.cart-box .form-control {
    width: 330px;
}
.page-cestaCompra .totalenvio, 
.page-cestaCompra .totalpago, 
.page-cestaCompra #importeCupon {
    line-height: 45px;
}
.page-cestaCompra .quantity .form-control {
    padding: 0 5px;
}
.page-cestaCompra #plazoEntrega p.nota {
    font-size: 12px;
}
.page-cestaCompra .cupon #codigoCupon,
.page-cestaCompra #linkAplicar {
    height: 35px;
    margin-top: 20px;
    padding: 10px 15px;
}
.page-cestaCompra #linkAplicar {
    background: #146060;
}
.page-cestaCompra .delivery,
.page-cestaCompra select {
    height: 45px;
}
.page-cestaCompra .labelenvio, 
.page-cestaCompra .labelpago {
    font-size: 12px;
    line-height: 45px;
}
.page-cestaCompra .form-inline .cart-box .form-control.ok {
    background-size: 22px;
    color: #146060;
}
.page-cestaCompra .cart-box p {
    font-size: 13px;
}
.page-cestaCompra .cupon p {
    max-width: 330px;
}
td.price, td.total {
    width: 120px;
}
.checkout thead {
    background-color: rgba(20, 96, 96, 0.5);
}
.checkout-resume h2 {
    color: #146060;
}
.page-cestaCompra #totalPedido {
    margin-top: 5px;
    color: #ca5116;
}
.page-verPedido .checkout-box .tit {
    margin-bottom: 8px;
    color: #555555;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
}
.page-verPedido .checkout-box .dat {
    font-size: 13px;
    font-weight: 400;
    color: #7e7e7e;
}


.form-inline .congrat{
    display: block;
    text-align: center;
    font-weight: 600;
    color: #f4f2ee;
    background: #146060;
    padding: 12px;
    border-radius: 4px;
    text-transform: uppercase;}

/* Slider/Carrusel
***************************************/
.slider {
    margin: 0 0 15px;
    padding: 0 45px
}
.carrusel-wrapper {
    padding: 0 40px;
}
.goToPrevSlide, 
.goToNextSlide {
    width: 30px !important;
    height: 30px !important;
    top: 50%;
    transform: translateY(calc(-50% - 60px));
    background: #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 18px;
    text-align: center;
}
.goToPrevSlide {
    left: 0;
}
.goToNextSlide {
    right: 0;
}
.goToPrevSlide:hover, 
.goToNextSlide:hover {
    color: #146060;
}
.goToPrevSlide i, 
.goToNextSlide i {
    font-size: 22px;
}
.goToPrevSlide i {
    margin-right: 2px;
}
.goToNextSlide i {
    margin-left: 2px;
}

/* Carrusel One */ 
.block-carrusel-one {
    overflow: hidden;
}
.block-carrusel-one .carrusel-wrapper-one {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
    float: left;
    margin: 10px 0 50px 15px;
    position: relative;
    text-align: center;
    max-width: calc(100% - 30px);
    min-height: 340px;
    max-height: 450px;
}
.block-carrusel-one .carrusel-wrapper-one .lightSlider {
    height: inherit;
}
.block-carrusel-one .carrusel-wrapper-one .books {
    margin: 20px auto;
}
.block-carrusel-one .carrusel-wrapper-one h2 {
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
    margin: 10px 0;
    padding: 10px 0;
    background: #218b8c;
    background-image: radial-gradient(transparent 30%, rgba(0, 0, 0, 0.2));
    color: #fafafa;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    font-family: 'Roboto Slab', serif;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.block-carrusel-one .carrusel-wrapper-one h2:before, 
.block-carrusel-one .carrusel-wrapper-one h2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}
.block-carrusel-one .carrusel-wrapper-one h2:before {
    border-width: 0 10px 10px 0;
    border-right-color: #222;
    left: 0;
}
.block-carrusel-one .carrusel-wrapper-one h2:after {
    border-width: 0 0 10px 10px;
    border-left-color: #222;
    right: 0;
}
.block-carrusel-one .carrusel-wrapper-one .goToPrevSlide,
.block-carrusel-one .carrusel-wrapper-one .goToNextSlide {
    transform: translateY(calc(-50%)) !important;
    z-index: 9;
}
.block-carrusel-one .carrusel-wrapper-one .goToPrevSlide {
    left: 15px;
}
.block-carrusel-one .carrusel-wrapper-one .goToNextSlide {
    right: 15px;
}
.block-carrusel-one .carrusel-wrapper-one .books {
    margin: 30px auto 20px;
}
.block-carrusel-one .carrusel-wrapper-one .books {
    margin: 10px auto 20px;
}
.block-carrusel-one .carrusel-wrapper-one .books li {
    width: 16.66666666666667%;
    padding: 4px 10px;
}
.block-carrusel-one .carrusel-wrapper-one .books li .portada {
    width: 100%;
    max-width: 150px !important;
    margin: 0 auto 15px auto;
    float: none;
}
.block-carrusel-one .carrusel-wrapper-one .books li form {
    width: 100%;
    text-align: center;
}
.block-carrusel-one .carrusel-wrapper-one .books .portada {
    width: 100% !important;
    max-width: 170px !important;
}
.block-carrusel-one .carrusel-wrapper-one .books .botones {
    float: none;
    text-align: center;
}
.block-carrusel-one .carrusel-wrapper-one .books .item-papel .portada {
    margin-bottom: 5px;
    border: 0;
    margin-top: -15px;
}
.block-carrusel-one .carrusel-wrapper-one .books li {
    margin-bottom: 0;
}
.block-carrusel-one .carrusel-wrapper-one .books form {
    padding: 0 55px !important;
}
.block-carrusel-one .carrusel-wrapper-one .books li .mulsinop {
    display: none;
}

/* Carrusel Four */ 
.block-carrusel-four .carrusel-wrapper-four {
    padding: 10px 35px 0;
    clear: both;
    float: none;
    position: relative;
}
.block-carrusel-four .carrusel-wrapper-four .books {
    /*margin-top: 30px;*/
    margin-top: 0;
}
.block-carrusel-four h2.title {
    margin: 10px 0 35px !important;
    font-size: 20px !important;    
    text-align: center;
}
.block-carrusel-four h2.title span {
    padding: 0 15px;
}
.block-carrusel-four .carrusel-wrapper-four .books.four-cols .portada {
    width: 100%;
    margin-bottom: 10px;
}
.block-carrusel-four .carrusel-wrapper-four .books.four-cols li form {
    width: 100%;
    text-align: center;
}
.block-carrusel-four .carrusel-wrapper-four .books.four-cols li form .mulsinop {
    display: none;
}
.block-carrusel-four .carrusel-wrapper-four .books.four-cols .botones {
    float: none;
}
.block span.label {
    position: relative;
    display: inline-block;
    margin: -3px 0 0 15px;
    padding: 5px 10px 5px 5px;
    vertical-align: middle;
    background: #ca5116;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
}
.block span.label::before {
    content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: #ca5116 transparent #ca5116 transparent;
	border-style: solid;
	border-width: 12px 0 12px 12px;
}
.block-carrusel-one .carrusel-wrapper-one .books {
    padding-top: 10px;
}
.block-carrusel-one .carrusel-wrapper-one .books .item-papel {
    padding-top: 20px;
}
.block-carrusel-four .carrusel-wrapper-four .books {
    padding-top: 10px;
}


/* Mini cesta
***************************************/
#cart #tt_products_minibasket {
    margin: 0;
}
#cart .btntwo .icon {
    font-size: 30px;
    margin-right: 15px;
    background: #146060;
    border-radius: 50%;
    color: #fff;
    padding: 5px;
}
#cart .numArticulos {
    left: 40px;
    font-weight: 400;
    font-size: 12px;
}
#cart #contentMiniCesta {
    right: -45px;
    top: 72px;
    width: 300px;
}
#cart #miniCesta .info-book {
    width: 170px;
}
#cart #miniCesta .quantity span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
#cart #contentMiniCesta .btn-cart-checkout {
    font-size: 14px;
    background: #146060;
}
#cart #contentMiniCesta .btn-cart-checkout:hover {
    background: #ca5116;
}


/* Solr
***************************************/
#search-filters .sidebar-section-box li a {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
}
#search-filters .filters-on,
#search-filters .filters-on span {
    background: #F1EDE7;
    text-transform: capitalize;
}
#search-filters .filters-on .title,
#search-filters .filters-wrapper .title {
    padding: 10px;
    background: #626262;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
#search-filters .filters-on .title {
    margin: 0;
}
#search-filters .filters-on span {
    width: 100%;
    margin: 0;
    padding: 8px 45px 8px 20px;
    border-bottom: 1px solid #e2dfd9;
}
#search-filters .filters-on span a.remove-filter {
    right: 20px;
}
#search-filters .delete-filters {
    width: 100%;
    margin-top: 0;
    padding: 10px 20px 10px;
    text-align: right;
    text-decoration: none;
}
#search-filters .delete-filters:hover {
    text-decoration: underline;
}
#search-filters .filters-wrapper {
    background: #F1EDE7;
}
#search-filters .filters-wrapper .sidebar-section-title {
    margin-bottom: 5px;
    color: #626262;
    border-bottom: 1px solid rgb(98, 98, 98, 0.5);
}
#search-filters .filters-wrapper > div {
    padding: 10px 20px;
}
#search-filters .filters-wrapper > div li a {
    text-transform: capitalize;
}
#search-filters select.form-control {
    height: 35px;
    font-size: 13px;
    padding: 5px;
    margin: 8px 0 15px;
    background-color: #fbf9f7;
}
.btn.btn-buscador {
    margin: 2px 0 0 16px;
    padding: 10px;
    float: left;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px !important;
}
.btn.btn-filters {
    float: left;
}
.btn.btn-buscador,
.btn.btn-filters {
    margin: 2px 0 0 10px;
    height: 34px;
    background-color: #146060;
}
.btn.btn-buscador i,
.btn.btn-filters i {
    font-size: 14px;
    vertical-align: middle;
}
.btn.btn-buscador:hover,
.btn.btn-filters:hover,
.btn.btn-filters.open {
    background-color: #ca5116;
}
.ui-autocomplete {
    top: 312px !important;
}
.ui-autocomplete .autocomplete-more a {
    padding: 0 20px 0 15px;
    font-size: 12px;
    color: #146060;
}
.ui-autocomplete .autocomplete-title::after {
    border-top: 2px solid #146060;
}


/* Forms
***************************************/
.form-control {
    height: 40px;
}
.form-control {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD;
    background-size: 15px !important;
}
.form-control:focus {
    box-shadow: 0 0 5px rgba(20, 96, 96, 0.5);
    border: 1px solid rgba(20, 96, 96, 0.5);
 }
.form-box {
    background-color: #f4f2ee;
    border: 1px solid #e3e3e3;
}
input.labelauty:checked + label {
    border-color: #146060;
}
input.labelauty + label > span.labelauty-checked-image {
    background-color: #146060;
}
.block-home-news {
    margin-top: 15px;
}


/* Recorrido
***************************************/
.recorrido_title {
    background: #F16437;
    color: #fff;
    font-size: 20px !important;
    left: 0;
    margin: auto;
    min-height: 70px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 30px;
    width: 60%;
    z-index: 2;
    font-family: 'Roboto Slab', serif;
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.6);
}
.recorrido_title::before, 
.recorrido_title::after {
    bottom: -1.6em;
    border: 1.9em solid #F16437;
        border-right-width: 1.9em;
        border-left-color: rgb(241, 100, 55);
        border-left-width: 1.9em;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}
.recorrido_title::before {
    border-left-color: transparent !important;
    border-left-width: 0.7em !important;
    border-right-width: 2.3em !important;
    left: -1.4em !important;
}
.recorrido_title::after {
    border-left-width: 2.3em !important;
    border-right-color: transparent !important;
    border-right-width: 0.7em !important;
    right: -1.4em !important;
}
.recorrido_title .title-content::before, 
.recorrido_title .title-content::after {
    border-color: #4A2A2B transparent transparent transparent;
    border-style: solid;
    bottom: -1.6em;
    display: block;
    content: "";
    position: absolute;
    box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.6);
}
.recorrido_title h4 {
    font-weight: 400;
    font-size: 25px;
    font-weight: bolder;
    margin: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.recorrido_title .title-content p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto', serif;
}
.recorrido_title .title-content::before {
    border-width: 1.6em 0 0 1.6em;
    left: 0;
}
.recorrido_title .title-content::after {
    border-width: 1.6em 1.6em 0 0;
    right: 0 !important;
}
.recorrido_title .title-content::before, 
.recorrido_title .title-content::after {
    border-color: #4A2A2B transparent transparent transparent;
    border-style: solid;
    bottom: -1.6em;
    display: block;
    content: "";
    position: absolute;
}
.recorrido_title .title-content p::before {
    content: "----- ";
}
.recorrido_title .title-content p::after {
    content: " ----- ";
}
.recorrido_mapaCont img {
    width: 100%;
}
.recorrido_direcciones {
    padding: 15px 10px 10px;
    background-color: #208E8F;
    text-align: center;
}
.recorrido_direcciones .direccion {
    background-color: #208E8F;
    color: #D1DEE4;
    display: inline-block;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    width: 14%;
}
.recorrido_direcciones .direccion h4 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.recorrido_direcciones .direccion a {
    color: #D1DEE4;
    text-decoration: none;
}
.recorrido_direcciones .direccion p {
    line-height: 1.3em;
    text-transform: capitalize;
    padding: 0 10px;
}
.recorrido_direcciones .direccion span {
    display: block;
    margin: 0;
    font-size: 11px;
    color: #74d1d1;
}
.recorrido_direcciones .recorrido_mapaCont img {
    width: 100%;
}


/* Sucursales
***************************************/
.sucursal {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 8px 20px;
}
.sucursal.highlight {
    background-color: #f4f2ee;
}
.sucursal h2 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #ca5116;
}
.sucursal h2::before {
    border: 0;
}
.sucursal img {
    width: 100%;
    height: 225px;
}
.sucursal .servicios i {
    margin-top: 8px;
}
.sucursal .servicios i {
    margin-right: 8px;
    font-size: 18px;
    color: #146060;
}
.sucursal .direccion {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #666;
}
.sucursal .telefono {
    font-size: 14px;
    font-weight: 600;
    color: #146060;
    margin-bottom: 10px;
}
.sucursal li {
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 5px;
}
.sucursal li ul{
    margin-top: 2px;
}
.sucursal li ul li {
    margin-bottom: 0;
}
.sucursal b {
    font-weight: 500;
    color: #000;
}
.sucursal .info-text {
    line-height: 12px;
    color: #999;
}
.sucursal .map {
    text-align: right;
}
.sucursal .map .recorre {
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.sucursal .map .recorre i {
    margin-right: 3px;
    color: #ca5116;
}
.sucursal .tooltip {
    min-width: 50px;
}


/* Misc
***************************************/
h1.title::after,
h2.title::after {
    display: none;
}
h1.title.big, 
h2.title.big {
    font-size: 35px !important;
}
.page-home .block.block-carrusel .h2.title a, 
.page-index .block.block-carrusel h2.title a {
    /*margin-top: 10px;*/
}
.home-featured {
    margin-top: 15px;
}
.home-featured .featured-item {
    background-color: #f4f2ee;
}
p,
.eventos p {
    font-size: 13px;
}
.dashed-content p,
.dashed-content li {
    font-size: 14px;
}
.dashed-content li {
    margin-left: 10px;
}
.dashed-content td {
    line-height: 20px;
}
.eventos h2 {
    font-size: 16px;
}
.page-noticia .eventos h2 {
    font-size: 23px;
}
.page-noticia .eventos .entradilla {
    font-size: 17px;
}
.page-noticia .eventos p {
    font-size: 14px;
}
#cart .btntwo > span > span {
    display: none
}
.list-style-buttons a.hover, 
.list-style-buttons a.active {
    color: #146060;
}
#cookie-compliant .container {
    padding: 0;
}
.block-featured {
    background-color: #f4f2ee;
}
.paginador span.current {
    background: #146060;
    border-color: #146060;
}
.contact-page h2 {
    font-size: 26px;
}
.contact-info p {
    padding-left: 0;
    font-size: 15px;
    color: #333;
}
.contact-info .contact-item-title i {
    color: #ca5116;
}
.contact-info img {
    width: 95%;
    margin-bottom: 30px;
}
.news-categories a:hover {
    background: #f4f2ee;
    color: #ca5116;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    background: #fbf9f7;
}
#cookie-accept {
    border-color: #ca5116;
}
#cookie-accept:hover {
    border-color: #146060;
}
.page-formBaja .main-container {
    max-width: 780px;
}
.page-formBaja h1.title {
    text-align: center;
}
thead {
    background-color: #f4f2ee;
}
.numArticulos {
    background: #ca5116;
}
.scrollToTop {
    z-index: 9;
}
.bloque-top {
    background: #f4f2ee;
}
.custom-select {
    background-color: #fff;
    border: 1px solid #E3E0E0;
}
.bloque-top .custom-select {
    margin-left: 5px;
}
a, button {
    outline: none !important;
}
.filters-selects {
    background-color: #ECEFED;
}
.page-buscadorAvanzado h1.title span, 
.page-formDatos h1.title span, 
.page-formCambiarClave h1.title span, 
.page-listaFavoritos h1.title span, 
.page-listaPedidos h1.title span, 
.page-detallePedido h1.title span, 
.page-formListas h1.title span, 
.page-formMisDirecciones h1.title span, 
.page-formPedidoEspecial h1.title span,
.page-buscadorAvanzado h1.title span,
.page-formBaja h1.title span,
.page-formContacto  h1.title span {
    padding: 0 15px;
}
.well {
    background-color: #ca51161a;
    border: 0;
    padding: 15px 20px;
    box-shadow: inherit;
    color: #666;
}
.well a {
    font-weight: 700;
    color: #ca5116;
}
.bloque-top .materias .label {
    background: rgba(20, 96, 96, 0.5);
}
.bloque-top .materias .label:hover {
    background: rgba(20, 96, 96, 1);
}

.banners-footer {
    height: 250px;
    margin-top: 50px;
    float: left;
    border-top: 1px solid rgba(102, 84, 73, 0.3);
    padding-top: 30px;
    margin-bottom: 15px;
    display: none;
}
.banners-footer > div {
    margin-right: 15px;
    padding: 0;
}
.banners-footer > div:last-child {
    margin-right: 0;
}
.banners-footer img {
    width: 100%;
}
.page-formDireccion .checkout-resume {
    margin-top: 0;
    background: rgba(20, 96, 96, 0.05);
}
.page-formDireccion .checkout-resume > div:first-of-type,
.page-verPedido .checkout-resume > div:first-of-type {
    background-color: #fff;
    margin-bottom: 12px;
    padding: 10px 10px 4px;
}
.page-formDireccion .checkout-resume > div,
.page-verPedido .checkout-resume > div {
    background: transparent;
    margin: 0 0 5px;
    padding: 0;
    clear: both;
}
.page-formDireccion .ico-secure i, 
.page-formDireccion .ico-cupon i,
.page-verPedido .ico-secure i, 
.page-verPedido .ico-cupon i {
    vertical-align: top;
}
.featured-item h3 {
    font-size: 17px;
}
.page-detallePedido h1.title a,
.page-detallePedido h2.title a {
    position: relative;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: inherit;
}
.page-dispatcherMateria h1.title a,
.page-dispatcherMateria h2.title a {
    position: relative;
    font: inherit;
}
#btn_realizar {
    padding: 12px 20px;
    font-size: 16px;
}
#map {
    margin: 0px 30px 15px;
}
.page-cestaCompra .payu {
    float: left;
    margin-top: -30px;
    margin-left: 15px;
}
.page-cestaCompra .payu img {
    max-width: 100%;
}  
.jssocials-share i.fa {
    font-family: "Font Awesome 5 Brands";
}
.bootstrap-dialog i {
    padding: 10px;
}
.pager {
    font-size: inherit;
}
.page-formBaja .checkbox input[type="checkbox"] {
    margin-top: 2px;
}
.checkout-options-edit {
    bottom: 5px;
    right: 5px;
    font-size: 12px;
}
.checkout-box h2 {
    background-color: #F4F2EE;
}
input.labelauty + label {
    text-align: left;
    padding: 25px;
}
input.labelauty + label p {
    margin-bottom: 8px;
}
input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked, 
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
    margin-bottom: 40px;
}
input.labelauty + label span.default {
    left: 15px;
    bottom: 15px;
}
.dashed-content.gwe_texto h3 {
    margin: 0 0 20px 0;
}
.modal .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.modal.bootstrap-dialog .modal-body {
    overflow-y: inherit;
}
.modal-header .close {
    /*margin-top: 3px;*/
    color: #146060;
    opacity: .2;
}
.modal .modal-header {
    background: #fafafa;
    /*border-bottom: 1px solid #eee;*/
    border-radius: 6px 6px 0 0;
}
.fichaDetalle .centros ul li:last-child {
    margin-left: 33.33333333333333%;
}
.page-formDireccion .add-address {
    clear: both;
    overflow: hidden;
}
.form-box a {
    display: inline-block;
    line-height: 1em;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 9px;
    color: var(--color-1);
}
.ico_firmado {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 25px;
    z-index: 9;
    color: #fff;
    font-size: 12px;
    background: rgba(20, 96, 96, 0.85) url(../images/pen.png) no-repeat;
    background-size: 13px;
    background-position: 7px 50%;
}
.one-cols .ico_firmado,
.page-detalle .ico_firmado {
    padding: 10px 10px 10px 35px;
    font-size: 15px;
    background-size: 16px;
    background-position: 14px 50%;
    text-align: left;
}


/* Effects
***************************************/
.btntwo:hover,
.btn:hover,
.btn-cart-checkout,
a {
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, font-weight 0.2s ease 0s !important;
}
.goToPrevSlide, 
.goToNextSlide {
    transition: color 0.3s linear 0s, margin 0.3s linear 0s;
}
#header .social-networks a,
#footer .social-networks a {
    transition: margin 0.1s linear 0s, opacity 0.1s linear 0s, background-color 0.1s linear 0s, color 0.1s linear 0s;
}
#header .header-nav #account a {
    transition: background-color 0.3s linear 0s;
}
#header #cart #cart-fixed {
    transition: top 0.1s linear 0s;
}
#header .header-middle #logotipo,
#header .header-middle #logotipo a,
#header .header-middle #logotipo img {
    transition: none !important;
}
#header .navbar .navbar-nav > li.dropdown > a,
#header .header-top #nav-header li a {
    transition: background-color 10.3s linear 0s;   
}


/* Pages (listado especiales)
***************************************/
.listado {
    margin-top: 25px;
}
.listado .item {
    display: inline-block;
    width: calc(16.66666666666667% - 3px);
    padding: 0 15px;
    margin-bottom: 15px;
    text-align: center;
}
.listado .item img {
    float: none;
    margin: 0 0 10px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.listado .item p {
    line-height: 15px;
    white-space: nowrap;
}
.listado .item a {   
    font-weight: 700;
}

@media (max-width: 992px) {
    .listado .item {
        width: calc(20% - 3px);
    }
}
@media (max-width: 767px) {
    .listado .item {
        width: calc(25% - 3px);
    }
}
@media (max-width: 698px) {
    .listado .item {
        width: calc(33.33333333333333% - 3px);
    }
}
@media (max-width: 580px) {
    .listado .item {
        width: calc(50% - 3px);
    }
}
@media (max-width: 380px) {
    .listado .item {
        width: calc(100%);
    }
}
/* Tablas depósito bancario */
.table-2-col {
    width: 100%;
}
.table-2-col td:first-child {
    width: 20%;
}
/*.resguardo-content h3 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 20px;
}*/
@media(max-width: 991px) {
    .table-2-col td:first-child {
        width: 40%;
    }
}


/* Resguardo Pedido
***************************************/
.resguardo-content .success {
    background: #f4f2ee;
    border: 0;
    font-family: 'Roboto Slab', serif;
}
.resguardo-content .success p {
    padding: 0 0 0 35px;
    line-height: 25px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
}
.resguardo-content .num-pedido h2 label {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
}
.resguardo-content .num-pedido h2 span {
    display: inline-block;   
    width: 120px;
    padding: 2px 10px;
    margin-left: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: var(--color-1);
}
.resguardo-content .block {
    margin: 5px 0 35px;
}
.resguardo-content .block h3 {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    background: #f4f2ee;
}
.resguardo-content .block ul {
    padding: 0 15px 0;
}
.resguardo-content .block ul li {
    font-size: 15px;
    font-weight: 400;
}
.resguardo-content .block span {
    display: block;
}
.resguardo-content .block .forma-pago {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.resguardo-content .block .cuenta {
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-1);;
}
.resguardo-content .block .mas-info {
    font-size: 13px;
    line-height: 1.4em;
}
.resguardo-content .resumen-pedido {
    padding: 10px 15px;
    background: #f4f2ee;
}
.resguardo-content h3.tit-resumen {
    margin: 5px 0 0;
    padding: 6px 15px;
    background: var(--color-1);
    color: #fff;
    text-align: center;
}
.resguardo-content .resumen-pedido table {
    padding: 15px;
}
.resguardo-content .resumen-pedido table tr,
.resguardo-content .resumen-pedido table td {
    border: 0;
}
.resguardo-content .resumen-pedido .tit-resumen1 {
    font-size: 14px;
    font-weight: 400;
}
.resguardo-content .resumen-pedido .tit-resumen2 {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
}
.resguardo-content .resumen-pedido .tit-resumen1,
.resguardo-content .resumen-pedido .tit-resumen2 {
    text-transform: initial;
}
.resguardo-content .resumen-pedido .tit-resumen3 {
    font-size: 16px;
    font-weight: 500;
}
.resguardo-content .resumen-pedido .tit-resumen4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-1);
    text-transform: uppercase;
}
.resguardo-content .resumen-pedido .item-resumen1 {
    font-size: 15px;
    font-weight: 500;    
    text-transform: lowercase;
}
.resguardo-content .resumen-pedido .item-resumen2 {
    padding-left: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
}
.resguardo-content .resumen-pedido .spacer {
    padding: 15px 0;
}
.resguardo-content .resumen-pedido .cantidad {
    width: 50px;
}
.resguardo-content .resumen-pedido .item-total {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-1);
}
.resguardo-content .btn.btn-checkout {
    margin-top: 15px;
    background: var(--color-1);
    border-color: var(--color-1);
}
.resguardo-content .btn.btn-checkout:hover {
    background: var(--color-2);
    border-color: var(--color-2);
}
.resguardo-content p span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.page-invasionLiteraria .container-bg .block iframe{
    height: 765px !important;}

.page-ordenaLaEscena .container-bg .block iframe {
    height: 1000px !important;}

@media (min-width:581px) and (max-width:1024px){
    .recorrido_direcciones .direccion{
        width: 30%;
    }
}
@media (max-width:581px){
    .page-ordenaLaEscena #mainPuzzle{
        min-width: 210px!important;
    }
    .page-ordenaLaEscena .ordena_mainCol .clearfix{
        right: -20px;
    }
    .page-ordenaLaEscena .container-bg .block iframe{
        height: 1043px !important;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .page-ordenaLaEscena canvas#puzzle{
        min-width: 85% !important;
    }
}