/* ===============================
    WIDGET PRODUCTO RECOMENDADOS
============================*/
/* Estructura */
.gridProdRecomendaciones {  
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*grid-template-rows: 1fr 1fr;*/
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "PRImagen PRDesc"
      "PRImagen PRLinks";
  }
  
  .PRImagen {  
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.9fr 0.2fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "PRPortada"
      "BotonCompra";
    grid-area: PRImagen;
  }
  
   
  .BotonCompra { grid-area: BotonCompra; }
  
  .PRPortada { grid-area: PRPortada; }
  
  .PRDesc { grid-area: PRDesc; }
  
  .PRLinks { grid-area: PRLinks; }
  
  @media (max-width: 991px){
    .gridProdRecomendaciones {  display: grid;
        grid-template-columns: 1fr ;
        grid-template-rows:  1fr;
        grid-auto-columns: 1fr;
        gap: 0px 0px;
        grid-auto-flow: row;
        grid-template-areas:
          "PRImagen"
          "PRDesc"
          "PRLinks";
    }
}

/* DISEÑO NUEVO CHECKOUT */
#checkout #desktop-header, #checkout #mobile-header{
  position: inherit!important;
  width: 100%;
}
#checkout #header {
    position: absolute!important;
    background: #FAFAFA!important;
}
#checkout .header-top-logo{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
body#checkout, body#checkout #wrapper{
  background: #FAFAFA;
}
body#checkout h1.page-title{
    color: #3B4043;
    font-family: Fort;
    font-size: 46px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    border-bottom: none;
}
body#checkout section.checkout-step {
    background: none!important;
}
body#checkout section.checkout-step.-current{
    opacity: 1;
    background: #FFF!important;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
}
body#checkout section.checkout-step {
    border: none;
    opacity: 1!important;
}
body#checkout section.checkout-step.-current .step-title {
    color: #1C1B1F;
    font-family: Fort;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: none;
    margin-bottom: 1rem;
    padding: 0 1.4rem;
}
body#checkout section.checkout-step.-unreachable .step-title, body#checkout section.checkout-step.-complete .step-title {
    color: #1C1B1F;
    font-family: Fort;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: none;
}
body#checkout hr{
    color:black;
    padding-bottom: 10px;
    visibility:hidden;
}
body#checkout section.checkout-step.js-current-step hr{
    color:black;
    padding-bottom: 10px;
    visibility:visible;
}
body#checkout input{
  border-radius: 20px;
  border: 1px solid #DDD;
}
body#checkout section.checkout-step #personal-information-step-login .espacio, body#checkout section.checkout-step #personal-information-step-login .msgchk, body#checkout section.checkout-step #personal-information-step-login .iqitsociallogin{
  display:none!important;
}

body#checkout .btn-facebook{
  width: 100%;
  border-radius: 20px!important;
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50)!important;
  background: #0068C9!important;
  border: 1px solid #0068C9!important;
  color: white!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#blocklogin-content .iqitsociallogin .btn-facebook{
  border-radius: 20px!important;
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50)!important;
  background: #0068C9!important;
  border: 1px solid #0068C9!important;
  color: white!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body#checkout .btn-google{
  width: 100%;
  border-radius: 20px!important;
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50)!important;
  background: #F65252!important;
  border: 1px solid #F65252!important;
  color: white!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#blocklogin-content .iqitsociallogin .btn-google{
  border-radius: 20px!important;
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50)!important;
  background: #F65252!important;
  border: 1px solid #F65252!important;
  color: white!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body#checkout #wrapper label{
color: #1C1B1F;
font-family: Fort;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.chkNormal{
  font-weight:400;
}
.chkBold{
  font-weight:600!important;
}
body#checkout #titleSummary{
  color: #1C1B1F;
  font-family: Fort;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
body#checkout .arrowSummary{
  font-size: 20px;
}
body#checkout #spacerSummary{
  padding-bottom:15px;
}
body#checkout .card-body{
    border-bottom: 1px solid #F0F0F0;
}
body#checkout #js-checkout-summary {
  background: white;
}
body#checkout .hrSumm{
  visibility:visible;
  margin-left: 20px;
  width:70%;
  height:1px;
  color:#F0F0F0;
}
body#checkout .cart-voucher-area{
  background: white;  
}
body#checkout .cart-summary-line {
    padding-bottom: 10px;
}
body#checkout .summVoucher {
    padding-left: 5px;
    color: #1C1B1F;
    font-family: Fort;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
body#checkout .promo-code{
  padding-top: 10px;
  padding-bottom: 10px;
}
body#checkout .cart-total{
    color: #1C1B1F;
    font-family: Fort;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
body#checkout .btnSumm{
  background:white;
color: #FF5A00;
text-align: center;
font-family: Fort;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline;
padding-right:0px;
}
body#checkout .continue{
border-radius: 20px;
background: #FF5A00;
box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
}
body#checkout section.checkout-step .address-item{
  border-radius: 5px;
background: #FFF;
box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
}
body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step .chkAddress {
color: #FF5A00!important;
text-align: center;
font-family: Fort;
font-size: 16px;
font-style: normal;
font-weight: 700!important;
line-height: normal;
text-decoration-line: underline;
}
body#checkout .product-name {
color: #3B4043;
font-family: Fort;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
body#checkout #cart-summary-product-list .media-left {
    max-width: 80px;
    width: 80px;
}
body#checkout #cart-summary-product-list .media-body{
  padding-left:15px;
}
body#checkout #cart-summary-product-list .media-body, body#checkout #cart-summary-product-list .media-left{
  align-self: flex-start;
}
body#checkout .btn-primary, body#checkout .btn-primary.disabled, body#checkout .btn-primary:disabled{
border-radius: 20px;
background: #FF5A00;
box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
margin-bottom: 20px;
}
body#checkout .frmPw{
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-right: none;
}
body#checkout .frmPwbtn{
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
background: none;
color: #333;
border-left: none;
}
body#checkout .custom-radio input[type=radio]:checked + span {
    background-color: #FF5A00;
}
body#checkout section.checkout-step .address-footer {
    text-align: initial;
}
body#checkout #invoice-section {
    background: #ececec;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    font-size: 15px;
}
body#checkout #deliverymsg {
    padding:25px;
}
body#checkout #deliverymsg span{
    color: #FF5A00;
    display: block;
    text-align: center;
    font-family: Fort;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
body#checkout section.checkout-step .delivery-option {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
}
body#checkout .carrier-delay{
  display: inline-block;
  padding:5px;
  color: #656565;
font-family: Fort;
font-size: 14px!important;
font-style: normal;
font-weight: 300;
line-height: 20px;
}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
    color:#FF5A00!important;
    text-align: center;
font-family: Fort;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
}
body#checkout section.checkout-step .delete-address{
    float:right;
}
body#checkout section.checkout-step .edit-address{
    float:left;
    margin-bottom:10px;
}
body#checkout .paymentChk{
    color: #1C1B1F;
font-family: Fort;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 125% */
}
body#checkout section.checkout-step .payment-options .payment-option label {
    max-width: 95%;
}
.payment-option{
    margin-bottom: 0.5rem;
}
@media (max-width: 767.98px){
    body#checkout section.checkout-step .payment-options .payment-option label {
    max-width: 85%;
    }

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: right;
}
}
/* MAQUETACIÓN PRODUCT-LIST Y SUS TÍTULOS */
.elementor-heading-title {
    font-size: 40px;
    color: #3b4043;
    line-height: 30px;
    font-family: 'Fort'!important;
    font-weight: 400!important;
    text-align: center;
    font-style: normal!important;
}
.product-description h3 a{
    font-family: Fort;
font-size: 14px;
font-weight: 600;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
}
.product-description .productTitle a{
    font-family: Fort;
font-size: 14px;
font-weight: 600;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
}
.products-grid .product-miniature-default .product-category-name {
    color: #FF5A00!important;
    font-family: Fort medium;
font-size: 12px;
font-weight: 400;
line-height: 14px;
letter-spacing: 0em;
text-align: left;

}
.image-logo-formato-container-new{
    text-align: right;
}
.product-miniature-format-new{
    margin-top: -35px;
    position: relative;
    left:10px;
}
.circulo-formato, .no-fondo .circulo-formato{
    float: right;
    background: #FF5A00!important;
    border: 1px solid #FF5A00;
    border-radius: 25px;
    padding: 3px;
}
.product-description .product-miniature-format-precio{
    padding: 15px;
    margin-top: 10px;
    position: inherit;
    bottom: 0px;
    background: #FAFAFA!important;
    text-align: right;
}
.no-fondo .product-description .product-miniature-format-precio{
    padding:15px;
    position:inherit;
    bottom:0px;
    background: #FAFAFA!important;
    text-align: right;
}
.product-miniature-format-precio-horizontal{
    position: inherit;
    bottom: 0px;
    background: #FAFAFA!important;
    text-align: right;
    width: fit-content;
    margin-left: 0px;
    margin-top: 10px;
    padding-top: 5px;
    padding-right: 5px;
}
.product-miniature-format-precio-horizontal .add-to-cart{
    border:none;
    background: none;
}
.addtocartproduct{
    margin-left:10px;
}
.product-miniature-grid {
    padding: 20px!important;
}
.product-miniature:hover {
    box-shadow: none!important; 
}
.sliderProductoNovedades .image-logo-formato-container-new{
    display: none;
}

.sliderProductoNovedades .product-miniature-format-new {
    margin-top: 0px;
}
.sliderDot ul.slick-dots li button, .sliderDot ul.slick-dots li button:before{
    border-radius: 3px;
    height: 5px;
    width:100%;
    color:transparent;
}
.sliderDot ul.slick-dots li button:before{
    background-color:rgba(255, 90, 0, 1);
}
.sliderDot ul.slick-dots li {
    width: 24%;
    margin:5px;
}
.sliderProductoNovedades .slick-slide:nth-child(1) .carrNovedades, .sliderProductoNovedades .slick-slide:nth-child(1) .thumbnail-container{
    background-color: #F6AA53;
}
.sliderProductoNovedades .slick-slide:nth-child(2) .carrNovedades, .sliderProductoNovedades .slick-slide:nth-child(2) .thumbnail-container{
    background-color: #FFD597;
}
.sliderProductoNovedades .slick-slide:nth-child(3) .carrNovedades, .sliderProductoNovedades .slick-slide:nth-child(3) .thumbnail-container{
    background-color: #FFEBB6;
}
.sliderProductoNovedades .slick-slide:nth-child(4) .carrNovedades, .sliderProductoNovedades .slick-slide:nth-child(4) .thumbnail-container{
    background-color: #FFFAED;
}
.sliderProductoNovedades .slick-slide:nth-child(5) .carrNovedades, .sliderProductoNovedades .slick-slide:nth-child(5) .thumbnail-container{
    background-color: #E8DACB;
}
.sliderProductoNovedades .product-miniature-format-precio{
    background-color: transparent!important;
}
.sliderProductoNovedades .products-grid .product-miniature-default .product-category-name>a {
    color: #1C1B1F!important;
}
.sliderProductoNovedades .products-grid .product-miniature-default .product-description {
    padding:0px;
}
.sliderProductoNovedades .products-grid .product-miniature-default .product-description {
    justify-content: center;
    padding: 15px;
}
.sliderProductoNovedades .product-description .product-miniature-format-precio{
    padding: 0px; 
    padding-left: 25px;
    background:none!important;
}
.elementor-products .product-price{
    font-size: 16px!important;
}
.sliderProductoNovedades .addtocartproduct{
    visibility: hidden;
}

.sliderProductoNovedades .autoresGrid{
    display:none;
}
.autoresGrid a{
    color: #FF5A00!important;
    font-family: 'Fort-Book';
    font-weight: 700;
}
.autoresNov{
    display:none;
}
.sliderProductoNovedades .autoresNov{
    display:inline;
}
.sliderProductoNovedades .product-price-and-shipping{
    margin-top:15px;
}
.tematicas-bloque-mas-vendidos .shortcode-columnas-mas-vendidos{
    margin-bottom:0px!important;
}
.subtituloNov{
    display:none;
    font-size: 12px;
}
.sliderProductoNovedades .subtituloNov{
    display:none;
}
.sliderProductoNovedades .img-fluid.product-thumbnail-first.fade-in{
    height:200px;
    width:100%;
    object-fit: cover;
}
.columnas-mas-vendidos .slick-arrow {
    background: transparent;
}
.columnas-mas-vendidos .slick-next, .slick-prev {
    box-shadow: none;
}
.columnas-mas-vendidos .slick-next::before, .columnas-mas-vendidos .slick-prev::before {
    color: white;
}
.columnas-mas-vendidos .slick-next, .columnas-mas-vendidos .slick-prev {
    box-shadow: none;
}
body#authentication form#login-form .form-group, #iqitwishlist-modal form#login-form .form-group{
    width: 100%;
}
#iqitwishlist-modal .col-form-label{
    max-width: 100%!important;
    text-align: left;
}
.listado-numerado span.numbero-list {
    width: 35px;
    height: 40px;
    color: #FFF!important;
    font-family: Futura!important;
    font-size: 20px;
    font-style: italic;
    font-weight: 400!important;
    line-height: normal;
    background: #FF5A00;
    padding: 10px 5px;
    /* height: 100px; */
    border: 1px solid #FF5A00;
    border-radius: 50%;
    margin-left: 5px;
}
.listado-numerado .row.medium-gutters.product-miniature-list-row {
    padding: 0px!important;
    flex-flow: row;
}
.numeroMasvendidos{
    margin:auto;
}
.temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(3) span.numbero-list:after{
 content: "#1"!important;
}
.temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(4) span.numbero-list:after{
 content: "#2"!important;
}
.temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(5) span.numbero-list:after{
 content: "#3"!important;
}
.temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(6) span.numbero-list:after{
 content: "#4"!important;
}
.temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(3) .row.medium-gutters.product-miniature-list-row, .columnas-mas-vendidos .listado-numerado:nth-child(1) .row.medium-gutters.product-miniature-list-row{
    width: 100%!important;
    flex-flow: column!important;
    align-items: center!important;
    margin-bottom: 15px!important;
}
.columnas-mas-vendidos .listado-numerado .row.medium-gutters.product-miniature-list-row {
    padding: 14px 0!important;
    flex-flow: row;
}
.product-miniature .thumbnail-container:hover .product-thumbnail-first{
    opacity: 1!important;
}
#index .columnas-mas-vendidos .listado-numerado:nth-child(1) .col-description{
    text-align: center;
}
#index .columnas-mas-vendidos .listado-numerado:nth-child(1) .product-category-name {
    padding-top: 5px;
    text-align: center;
    font-size: 12px!important;
}
#index .listado-numerado span.numbero-list {
    color: #FF5A00;
    font-size: 21px;
    z-index: 99;
    position: relative;
}
.bloque-producto-descripcion-autor .imagen {
    margin-top: 30px;
}
.temlv1-1 .actualidad-blog-empty .boton-home{
    display:none;
}
.temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(3) .product-category-name, .temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(3) .col-description{
    text-align: center;
    margin-top: 10px;
}
.temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(3) .numeroMasvendidos{
    margin-bottom: -15px;
    z-index: 10;
}
.temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(4) .col-description, .columnas-mas-vendidos .listado-numerado:nth-child(5) .col-description{
    margin:auto;
}
.temlv1-1 .columnas-mas-vendidos .listado-numerado:nth-child(3) .product-title, .columnas-mas-vendidos .listado-numerado:nth-child(3) .product-category-name{
    padding-left: 0px!important;
}
.temlv1-1 .columnas-mas-vendidos .numerado-imagen{
    margin-left:10px;
}
#category .columnas-mas-vendidos .product-title, #category .columnas-mas-vendidos  .product-category-name{
    padding-top:0px;
}
@media (max-width: 991px){
#product #wrapper .breadcrumb ol {
    padding-top: 25px!important;
}
.columnas-mas-vendidos .listado-numerado:nth-child(4) .col-description, .columnas-mas-vendidos .listado-numerado:nth-child(5) .col-description{
    width: 15px;
}
.columnas-mas-vendidos .listado-numerado span.numbero-list {
    margin-left: -20px;
}
.columnas-mas-vendidos .listado-numerado span.numbero-list:nth-child(1) {
    margin-left: 0px;
}
#p_producto_virtual_bottom {
    display: none!important;
}
}
.columnas-mas-vendidos .listado-numerado:nth-child(3) .numerado-imagen{
    max-width: 37%;
}

.columnas-mas-vendidos .listado-numerado .product-title.numerado a {
    font-size: 16px;
}
.columnas-mas-vendidos .listado-numerado .product-category-name {
    font-size: 12px!important; 
}
.block-images-categ{
    padding:0px;
}
.mas-vendidos .boton-home{
    float:none!important;
text-align: center!important;
}
 .boton-home .btn-secondary, .boton-home .btn-secondary:hover, .autores-destacados-btn .elementor-button{
    border-radius: 20px;
    background: #FF5A00;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
    color: #FFF!important;
    font-family: Fort;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#home-autores .block-images-categ {
    margin-bottom: 0px!important;
}
.autores-mas-seguidos .nombres-autores .product-category-name {
    color: white!important;
}
a.descubre-tematica {
    font-size: 14px!important;
    font-weight: 900;
    border-bottom: none!important;
    color: #FF5A00;
    padding: 0px 0px 0px 0px;
}
.titul-tematicas-mv {
    font-family: 'Fort'!important;
    font-weight: 400!important;
    text-align: center;
    font-style: normal!important;
    font-size:25px!important;
}
a.descubre-tematica i {
    margin-left: 5px!important;
    font-size: 14px!important;
}
#category .tematica-sagas .product-description{

}
#category .tematica-sagas .product-category-name, #category .tematica-sagas .product-title {
    padding-left: 0px!important; 
}
.resSagas{
    float:left;
    margin-bottom:20px;
    flex: 100%!important;
    max-width: 100%;
}
.sagaCarrusel, .tematica-sagas-row .product-miniature:hover{
    background: rgba(255, 255, 255, 0.95);
    /* Image-shadow */
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.20)!important;
}
.resSagas .product-miniature {
    padding: 0px;
}
.resSagas .product-description{
    padding:0 25px;
}
#index .img-fluid.product-thumbnail-first.fade-in {
    width: 100%;
}
.actualidad-blog-titulo .bloque-titulo-elementor .titulo-elementor {
text-align: center;
}
#Recomendaciones .elementor-blog-posts-grid .post-item .guion{
    text-transform: initial!important;
}
#category .product-description{
    margin-top:15px;
}
#category .product-miniature-default .product-thumbnail img {
    box-shadow: none;
}
#category .product-title, #category .product-category-name{
    padding-top:10px;
}
@media (min-width: 767px)  {
    #index.country-es #wrapper {
        margin-top:90px!important;
    }
.product-miniature-format-precio-horizontal .product-price-and-shipping{
    width:auto!important;
    padding-left:10px;
}
#category .product-title, #category .product-category-name{
    padding-left:10px;
}
}
body#checkout section.checkout-step .address {
    height: 200px;
}
body#module-ph_simpleblog-single .fa-whatsapp, body#module-ph_simpleblog-single .fa-linkedin, body#module-ph_simpleblog-single .fa-twitter, body#module-ph_simpleblog-single .iconos-compartir .fa-facebook{
    float: right;
    margin-right: 10px;
    border: 1px solid black;
    border-radius: 25px;
    padding: 5px;
    width:25px;
}
body#module-ph_simpleblog-single .tituloWidget{
    font-size:20px;
}

body#module-ph_simpleblog-single .product-description-short p{
    font-weight: 100;
}
.subtematicasHorizontal{
    background:none!important;
}
.subtematicasHorizontal .elementor-iqit-banner-content{
    text-align: center;
    padding: 30px 15px 15px 15px;
}
.subtematicasHorizontal h4{
    margin: 0px 0;
    color: #404042;
    font-size: 12px;
    font-family: 'Fort Medium';
    font-weight: 900;
    text-align: center;
}
.ico-subcat{
    width:100px;
}
body#module-ph_simpleblog-single .newRecomendado .elementor-element{
    padding: 0px 0px 0px 0px!important;
}
body#module-ph_simpleblog-single .newRecomendado .elementor-heading-title {
    font-size: 24px!important;
    color: #3b4043;
    line-height: 30px;
    font-family: 'Fort'!important;
    font-weight: 800!important;
    text-align: left;
    font-style: normal!important;
}
body#module-ph_simpleblog-single .newRecomendado .titulo-fondo {
    display:none;
}
body#module-ph_simpleblog-single .newRecomendado .titulo-recomendados .elementor-heading-title {
    color: #3B4043;
    text-align: center!important;
    font-size: 30px!important;
    font-family: 'Fort'!important;
    font-style: normal;
    font-weight: 300!important;
    line-height: normal;
}
body.page-module-ph-simpleblog-single-recomendados .post-content {
    display: block;
}
.sliderProductoNovedades .carrNovedades{
    margin-top:0px!important;
}
.tematica-sagas .bloque-titulo-elementor{
    margin-bottom: 20px!important;
}
@media (max-width: 767px){
    #index.country-es #wrapper {
        margin-top:165px!important;
    }
    #busquedaMotiveDesktop{
        width: 89%!important;
    }
    .sagaCarrusel .thumbnail-sagas {
        width: 100%!important; 
    }
    .sagaCarrusel .thumbnail-sagas img {
        max-width: 100%!important;
        width: 100%!important;
        height:300px!important;
    }
    #category .sagaCarrusel .product-description {
        margin-top: 15px;
    }
    .sliderProductoNovedades .product-description .product-miniature-format-precio{
        padding-left: 15px!important;
    }
    .temlv23-1 .product-description .product-miniature-format-precio{
        padding: 10px;
        padding-top: 0px;
        margin-top: 10px;
        position: inherit;
        bottom: 0px;
        background: #FAFAFA!important;
        text-align: right;
        width:170px;
    }
    .product-description .productTitle {
      line-height: 16px;
      padding-bottom: 13px!important;
    }

    .product-description .productTitle a {
      font-size: 14px;
      line-height: 16px;
    }
.columnas-mas-vendidos .columna-numerado .col-description, .shortcode-columnas-mas-vendidos .columnas-numerado .col-description {
    padding-right: 25px;
}
#main #main-product-wrapper {
    width: 100%;
}
.menuInftematicasInt{
    padding: 0px 15px!important;
}
.menuInftematicasInt span {
    font-size: 10px!important;
}
}

#wrapper .breadcrumb {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}
.autor-bloque-newsletter{
    background-color: #FF5A00!important;
    margin-top: 25px;
    margin-bottom: 35px;
    padding: 25px 25px 25px 25px;
}

.autor-bloque-newsletter .elementor-text-editor{
    color: #fafafa;
    text-align: center;
    font-family: Fort;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.subtematicasHorizontal .slick-next, .subtematicasHorizontal .slick-prev {
    box-shadow: none;
}
.subtematicasHorizontal .slick-arrow {
    background: transparent;
}
#product .lite-youtube{
    margin-top:15px;
}
.country-es .bcHorizontal{
    padding-top:20px;
    padding-left:10px;
}
.bcHorizontal{
    padding-top:20px;
    padding-left:10px;
}
.bcHorizontal .breadcrumb a{
    color:#8f8f8f!important;
}
.bcHorizontal .breadcrumb li:after{
    color:#8f8f8f!important;
}
.menuInftematicas{
    display: flex;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.menuInftematicasInt{
    height: 54px;
    line-height: 54px;
    padding: 0px 30px;
}
.menuInftematicasInt span{
    color: #3B4043;
    font-family: Fort medium;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
}
.subtematicasHorizontal .elementor-widget-banner{
    width:120px!important;
}
.topbar-bono{
    background:black;
    padding-top:5px;
    padding-bottom: 5px;
    text-align: center;
}
.topbar-txt-bono{
    color:white;
    margin-right:10px;
}
body#checkout .topbar-bono{
    display:none!important;
}
body#checkout #customer-form {
    background: none;
}
body#module-ph_simpleblog-single #wrapper, body#module-ph_simpleblog-home #wrapper, body#module-ph_simpleblog-list #wrapper, body#module-ph_simpleblog-category #wrapper, body#module-ph_simpleblog-eventslist #wrapper, body#module-ph_simpleblog-entrada #wrapper, body#module-ph_simpleblog-resultados #wrapper, body#module-ph_simpleblog-tag #wrapper {
    
}
body#module-ph_simpleblog-single #desktop-header-container, body#module-ph_simpleblog-home #desktop-header-container, body#module-ph_simpleblog-list #desktop-header-container, body#module-ph_simpleblog-category #desktop-header-container, body#module-ph_simpleblog-eventslist #desktop-header-container, body#module-ph_simpleblog-entrada #desktop-header-container, body#module-ph_simpleblog-resultados #desktop-header-container, body#module-ph_simpleblog-tag #desktop-header-container{
  
}
body#module-ph_simpleblog-single .topbar-bono, body#module-ph_simpleblog-home .topbar-bono, body#module-ph_simpleblog-list .topbar-bono, body#module-ph_simpleblog-category .topbar-bono, body#module-ph_simpleblog-eventslist .topbar-bono, body#module-ph_simpleblog-entrada .topbar-bono, body#module-ph_simpleblog-resultados .topbar-bono, body#module-ph_simpleblog-tag .topbar-bono{
  display:none!important;
}
#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.subtematicasHorizontal img {
    /*width: 55px!important;*/
}
#category #banner {
    display: none!important;
}
.temlvl23-1 .bloque-lista-subtematicas{
    margin-top: 15px;
    margin-bottom: 15px;
}
.temlvl23 .descripcionLandingSt{text-align: center; padding:0px 60px;padding-bottom:20px;word-wrap:break-word;color:white;}
.temlvl23 #l_leer_mas, .temlvl23 #l_leer_menos {
    color: white!important;
    cursor: pointer!important;
}
.country-es .temlvl23 {background-color:#FF5A00;display: block;margin-top: 80px;left: 0;width: 100%;}
.temlvl23 {background-color:#FF5A00;display: block;margin-top: 70px;left: 0;width: 100%;}
.temlvl23 .breadbrumb-total {margin-top: 1.1rem!important;padding-top:0px !important;}
.temlvl23 .headertemlvl23 h1.page-title {padding-top: 0.5em;padding-bottom: 0.5em !important;margin-bottom: 0px !important;text-align: center;border: none !important;color: #ffffff !important;font-family: 'Fort Medium';font-size: 35px;}
.temlvl23 .breadcrumb {margin-bottom: 0px !important;padding-bottom:0px !important;}
.temlvl23 .breadcrumb a {color: #ffffff !important;}
.temlvl23 .breadcrumb li {color: #000000 !important;}
.temlvl23 .breadcrumb li:after {color: #ffffff !important;}
.temlv23-1 #wrapper {
    margin-top: 0px!important;
}
#index.country-es #wrapper .breadcrumb ol{
    margin-top:80px;
}
#product .fav {
    float: right;
    z-index: 10;
    position: relative;
}
.columnas-mas-vendidos .ocultarReview{
    display:none;
}
.temlvl23 .breadcrumb {
  padding: 10px 0px;
  list-style: none;
  background: none;
}
.temlvl23 .breadcrumb li {
  display: inline;
  font-size: 10px;
}
.temlvl23 .breadcrumb ol {
  padding:0px;
}
.temlvl23 .breadcrumb li+li:before {
  padding: 5px;
  color: black;
  content: "/\00a0";
}

.recuadrofilterStyle{
    height: fit-content;
    max-height: 12em;
    overflow:auto;
    margin-bottom:35px;
    margin-top:15px;
}
.recuadrofilterStyleShort{
    margin-bottom:35px;
    margin-top:15px;
}
.recuadrofilterStyle .form-check {
    padding-top: 3px;
}
.filterStyle > span{
    color: black;
    font-family: Fort;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.filterStyle > h3{
    color: black;
    font-family: Fort;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.recuadrofilterStyleShort > select, [type=search]{
    border-radius: 25px;
    border: 1px solid #F3F2F7;
    width:100%;
    padding:10px;
    background-image: none;
}
.tituloOrden{
    margin-bottom:20px;
}
.temlv23-1 #content-wrapper{
    padding-top:20px!important;
}
.temlv23-1 .product-price-and-shipping {
    padding-left:10px;
}
.temlv23-1 .product-miniature .iqitreviews-simple {
    padding-left:10px;
    padding-top: 10px;
}
.temlv23-1 .product-miniature .regular-price {
    color: #979797;
    font-family: Fort;
    font-size: 12px!important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: strikethrough;
}
.temlv23-1 .product-miniature .product-price {
    color: #3B4043;
    font-family: Fort;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.temlv23-1 .product-category-name {
    color: #FF5A00!important;
    font-family: Fort;
    font-size: 12px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.temlv23-1 .pagination .page-list li {
    border: none!important;
}
.temlv23-1 .pagination .page-list li.current a {
    color: #FF5A00;
}
.temlv23-1 .form-check-label {
    color: black;
}
.temlv23-1 input[type=checkbox] {
    vertical-align: middle;
    position: absolute;
    top: -4px;
    bottom: 1px;
    left: 0px;
}
.temlv23-1 .products-selection .products-sort-nb-dropdown .dropdown-menu {
    right: auto;
}
.newStyle {
    font-family: futura-pt,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.autoresDestacadosTem, .tematicasDestacadasTem{
    margin-top:25px;
    margin-bottom: 10px;
}
.autorDestacadoTem, .tematicaDestacadaTem{
    width: 12em;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
}
.autorDestacadoTem p.nameAutorDestacado, .tematicaDestacadaTem p.nameTematicaDestacada{
    color: #3B4043;
    font-family: Fort;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.product-category-name-filter{
    color: #656565;
    font-family: Fort;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.autoresDestacadosTem .slick-slide {
    margin-right: 70px;
    margin-left: 70px;
}
.tematicasDestacadasTem .slick-slide {
    margin-right: 40px;
    margin-left: 40px;
}
.autoresDestacadosTemEs .slick-slide, .tematicasDestacadasTemEs .slick-slide {
    margin-right: 7em!important;
    margin-left: 7em!important;
}
.autoresDestacadosTem .slick-next, .autoresDestacadosTem .slick-prev, .tematicasDestacadasTem .slick-next, .tematicasDestacadasTem .slick-prev{
    z-index: 1;
}
.temlv23-1 .autoresDestacadosTem .product-price-and-shipping, .temlv23-1 .tematicasDestacadasTem .product-price-and-shipping{
    padding-top: 0px;
}
.autoresDestacadosTem .slick-slide:first-child, .tematicasDestacadasTem .slick-slide:first-child {
    margin-left: 20px;
}
.autoresDestacadosTem .slick-arrow, .tematicasDestacadasTem .slick-arrow {
    background: transparent!important;
    box-shadow: none!important;
}
.autoresDestacadosTem .slick-next, .autoresDestacadosTem .slick-prev, .tematicasDestacadasTem .slick-next, .tematicasDestacadasTem .slick-prev {
    background: transparent;
    padding: 0;
    box-shadow: none!important;
    height: 30px;
    width: 30px;
    color: #fff;
}
.country-es.temlv23-1 #wrapper{
    margin-top:0px!important;
}
.titleAutoresDest, .titleTematicasDest{
    color: #3B4043;
    font-family: Fort medium;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: -15px;
}
.countProductosTotal{
    color: #656565;
    font-family: Fort;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (min-width: 767px){
    .col-left-product-thumbs {height:75vh;}
    .temlv23-1 .col-description{
        padding-top:2rem;
    }
    .temlv23-1 #back-to-top.-back-to-top-visible {
        margin-bottom: 60px;
    }
    .borderT{
        border-top: 1px solid #F0F0F0;
    }
    .borderB{
        border-bottom: 1px solid #F0F0F0;
    }
    .borderR{
        border-right: 1px solid #F0F0F0;
    }
    .borderL{
        border-left: 1px solid #F0F0F0;
    }
    .temlv23-1 #wrapper {
        padding-top: 0px!important;
    }
    .filterStyle{
        padding-top: 20px;
    }
}
    #ordenArrow, #ordenSubcat, #ordenAutor, #ordenEditorial, #ordenFormato{
        display: inline-block;
        float: right;
        margin-top: -5px;
    }
    #ordenArrowMB, #ordenSubcatMB, #ordenAutorMB, #ordenEditorialMB, #ordenFormatoMB{
        display: inline-block;
        float: right;
        margin-top: -5px;
    }
    .ordenArrowUp, .subcatArrowUp, .autorArrowUp, .editorialArrowUp, .formatoArrowUp{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    .ordenArrowDown, .subcatArrowDown, .autorArrowDown, .editorialArrowDown, .formatoArrowDown{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    .btnFilterMB{
        display:none;
    }
    .paddingNumFiltro{
        padding-left:5px;
        padding-top:2px;
        font-weight: 100;
    }
    .hiddenOptions{
        display:none;
    }
    .fcinput:checked + label {
        color: rgb(255, 90, 0);
    } 
    .fcinput:checked{
        accent-color: rgb(255, 90, 0);
    }
    .columnaIzqFiltros{
        padding-top: 20px;
    }
    .columnaDerFiltros{
        padding-top: 25px;
    }
    .temlv23-1 .loading{
        width:100%;
        text-align: center;
        margin-top:35px;
        margin-bottom:35px;
    }
    @media (max-width: 991px){
    .temlv23-1 #header {
        z-index: 1!important;
    }
    .temlv23-1.category-id-parent-5 #header {
        z-index: 999999!important;
    }
}
.bloque-lista-subtematicas {
    margin-top: 15px!important;
    margin-bottom: 15px;
}
@media (max-width: 767px){
    #product .boton-home .elementor-button {
        color: #FF5A00!important;
        text-transform: uppercase!important;
        font-size: 16px!important;
        font-weight: 700!important;
        padding: 10px 35px!important;
    }
    #category .block-images-categ .nombres-autores {
        max-width: 90%!important;
        height: 140px!important;
        margin: 0 auto;
    }
    #category .block-images-categ img {
        max-width: 90%;
        height: 140px;
        margin: 0 auto;
    }
    .bloque-lista-subtematicas{
        margin-top: 15px!important;
        margin-bottom: 15px;
    }
    .bcHorizontal {
        padding-top: 60px!important;
        padding-left: 10px;
    }
    .bloque-lista-subtematicas {
        margin-top: 20px;
    }
    .temlv1-1 .bloque-lista-subtematicas {
        margin-top: 5px!important;
    }
    .temlv1-1 #wrapper .breadcrumb ol {
        padding-top: 10px!important;
    }
    .menuInftematicas > div:nth-child(2){
        border-left:none!important;
        border-right:none!important;
    }
    .columnas-mas-vendidos .listado-numerado:nth-child(3) .col-description{
        padding-right:0px!important;
    }
    .columnas-mas-vendidos .listado-numerado .col-description{
        padding-right:50px!important;
    }
    .columnas-mas-vendidos .listado-numerado .product-miniature-list .col-description {
        padding-top: 0px;
    }
    .temlvl23 .headertemlvl23 h1.page-title{font-size:30px}
    .temlvl23 .product-miniature-list .col-buy, .product-miniature-list .col-description {
        padding-top: 3rem;
    }
    .product-miniature-format-precio-horizontal {
        position: inherit;
        bottom: 0px;
        background: #FAFAFA!important;
        text-align: right;
        width: 175px;
        padding-left: 10px!important;
        margin-left: 0px!important;
        margin-top: 10px!important;
        padding-top: 0px!important;
        padding-right: 5px!important;
    }
    .temlv23-1 .product-price-and-shipping {
        padding-left: 0px;
    }
    .country-es .temlvl23 {
        margin-top: 105px;
    }
    .temlvl23 {
        margin-top: 80px;
    }
    .temlv23-1 .modal.show .modal-content {
        top: 0px;
    }
    .borderT{
        border-top: 1px solid #F0F0F0;
        padding-top: 20px;
        margin-top: 21px;
    }
    .temlv23-1 .borderT{
        margin-top:0px;
    }
    .borderB{
        border-bottom: 1px solid #F0F0F0;
    }
    .temlv23-1 #content-wrapper {
        padding-top: 0px!important;
    }
    .temlv23-1 .product-miniature-list .product-title, .temlv23-1 .product-category-name {
        padding-left:10px;
    }
    .temlv23-1 .product-miniature-list .product-title{
        font-family: 'Fort';
        font-weight: 600;
        letter-spacing: 0.05em;
    }
    .temlv23-1 .product-miniature-list .product-price-and-shipping {
        display: flex;
    }
    .temlv23-1 .product-miniature .product-price {
        padding-right:10px;
    }
    .columnaIzqFiltros{
        padding-top: 0px;
    }
    .columnaDerFiltros{
        padding-top: 0px;
    }
    .contadorProductosFiltros{
        display:none!important;
    }
    .autoresDestacadosTem .slick-slide, .tematicasDestacadasTem .slick-slide {
        margin-right: -20px;
        margin-left: -20px;
    }
    .autorDestacadoTem, .tematicaDestacadaTem {
        width: 13em;
        margin-bottom: 10px;
    }
    .btnFilterMB{
        display:block;
    }
    .btnFilterES{
        display:none;
    }
    .btn-primary-filtros, .btn-secondary-filtros{
        width:48%;
    }
    .filterCenter{
        text-align: center;
    }
    .btn-primary-filtros{
        color:white;
        border-radius: 20px;
        border: 1px solid #FF5A00;
        background: #FF5A00;
        box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
    }
    .btn-secondary-filtros{
        color: #FF5A00;
        border-radius: 20px;
        border: 1px solid #FF5A00;
        background: #FFF;
        box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
    }
    .ocultarEnMovil{
        display:none;
    }
    .categoryBottom {
        padding: 50px!important;
    }
    .categoryBottomBannerSuscripcion {
        padding: 40px!important;
    }
    .filterMovilBottom{
        border-top: 1px solid #F0F0F0;
        padding-top: 14px;
        height: 60px;
        position: fixed;
        bottom: 0%;
        width: 100%;
        opacity: 1;
        z-index: 999999!important;
        background: white!important;
    }
    .categoryBottomBannerSuscripcion{
        padding:40px;
    }
}
#mbAutorestem.sliderDot ul.slick-dots li {
    width: 15%;
    margin: 5px 5px -10px 10px;
}
#mbAutorestem .slick-arrow {
    display:none!important;
}
#alert_p_virtual-modal{
    display: flex !important;
    margin-left: 0px !important;
    width: 100% !important;
    height: 54px !important;
    padding: 0px 30px !important;
    justify-content: center !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    background: #FFC000 !important;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50) !important;
    color: #1C1B1F !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}
.temlv23-1 .pagination {
    padding-bottom: 20px;
}
.categoryBottom{
    display: flex;
    padding: 40px 181px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background:#F9F9F9;
    text-align: justify;
}
.categoryBottomBanners{
    margin-top:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.tituloDescTematicalv2{
    color: #000;
    font-family: Fort;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.descTematicalv2{
    color: #656565;
    font-family: Fort;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; 
}
.categoryBottomBannerSuscripcion{
    display: flex;
    background-image: url(/../img/cms/bloque-news/banner-nws-dsk.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 15px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top:30px;
    text-align: center;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}
.botonMeApuntoNew {
    display: flex;
    height: 40px;
    padding: 0px 30px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 20px;
    background: #FF5A00 !important;
    color: #FFF!important;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none !important;
}
.botonMeApuntoNew:hover {
    background: #333333!important;
}
.bloqueContenidoBannerNews{
    width:500px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    padding:10px;
    padding-bottom:20px;
}
.iconoNewsCampana{
    background: white;padding: 10px;width: 45px;margin-left: auto;margin-right: auto;border-radius: 100px;margin-top: -25px;
}
@media (max-width: 768px){
    .categoryBottomBannerSuscripcion{
        display: flex;
        background-image: url(/../img/cms/bloque-news/banner-nws-mb.png);
    }
    .bloqueContenidoBannerNews {
        width: 350px;
    }
}
@media (min-width: 377px) and (max-width: 479px) {
    .bloqueContenidoBannerNews {
        width: 300px!important;
    }
}
@media (max-width: 376px){
    .bloqueContenidoBannerNews {
        width: 285px!important;
    }
}
.tituloNewsTematicalv2{
    color: #FAFAFA;
    text-align: center;
    font-family: Fort;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top:15px;
    margin-bottom:15px;
}
.descNewsTematicalv2{
    color: #FFF;
    text-align: center;
    font-family: Fort;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top:15px;
    margin-bottom:15px;
}
.botonNewsTematicalv2{
    margin-top:20px!important;
}
.filterMovilBottom{
    display:none;
}
.tematicas-bloque-mas-vendidos .slick-dots{
    display:none!important;
}
#product #wrapper .breadcrumb #iqitproductsnav{
    display:none;
}
.carrNovedades .cajaEstrellas{
  display:none!important;
}
.subtematicasHorizontal .slick-list .slick-track{
    margin:auto!important;
}
.tematica-sagas-row .product-description{
    margin-top:0px;
}
.tematica-sagas img {
    box-shadow: none!important;
    max-width: 100%;
    height: 250px;
    width: 100%;
}
.tematicas-home-autores .view img{
    position: relative;
    display: block;
    height: 165px;
    margin:0 auto;
}
.notStars .iqit-review-star {color: #404040 !important;}
.nombres-autores.mask {
    opacity: .9!important;
    text-align: center;
}
#product .autor-products-categoria{
    display:block;
}
#product .producto-bloque-newsletter,#product .producto-bloque-resenas-titulo{
    display:none;
}
#index .breadbrumb-total{
    padding-top:0px;
}
#index .country-es .breadbrumb-total{
    padding-top:20px;
}
#product .elementor-products{
    padding-left: 25px;
    padding-right: 25px;
}
#product h2.subtitulo, #product .h2.subtitulo{
    display: block;
    font-size: 20px!important;
    margin-top: 0px;
    font-family: 'Fort';
    font-weight: 100;
    color: #333;
    text-align:left;
    width: 100%;
    max-height: initial;
}
/* nuevo logo twitter (x) */
.fa.fa-x {
    background: url(/themes/megustaleer/assets/img/x-twitter.svg) no-repeat;
    width: 17px;
    height: 18px;
    margin-top: 1px;
}
/* color fill svg */
.menuInftematicas path{
    fill:#FF5A00!important;
}
.titulosHeaderDesktop path{
    fill:#FF5A00!important;
}
#cms .banner-fondo{
    background:#FF5A00!important;
}
.country-es .banner-fondo{
    margin-top:15px;
}
.recomendacionesBlack{
    background: #2B2B2B;
}
.recomendacionesBlack .js-product-miniature-wrapper{
    background:white;
}
.recomendacionesBlack .slick-slide>div {
    height: 450px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.recomendacionesBlack .product-description .product-miniature-format-precio {
    margin-top: auto;
}
.recomendacionesBlack ul.slick-dots {
    bottom: -45px;
}
#Recomendaciones .leer-mas-blog-general{
    display:none;
}
@media (max-width: 767.98px){
    .recomendacionesBlack .slick-slide>div {
        height: 380px;
    }
    .recomendacionesBlack ul.slick-dots {
        bottom: -35px;
    }
    #Recomendaciones.country-es.page-module-ph-simpleblog-home-recomendados #wrapper{
        margin-top:115px!important;
    }
}
/* PRODUCTO RECOMENDACIONES */
.elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones {
    margin-top: 30px;
    border-bottom: 1px solid black;
}
.elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones:last-of-type {
    margin-bottom: 0px!important;
    margin-top: 0px!important;
    border-bottom: none!important;
}
.elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones .tituloWidget {
        font-size: 20px;
    }
@media (max-width: 768px){
    #ProductoRecomendado .PRImagen{
        margin-top: 30px;
    }
    .elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones {
        padding-bottom: 45px;
        border-bottom: 1px solid black;
    }
    #ProductoRecomendado .tiendasExternas {
        font-size: 10px !important;
    }
    #ProductoRecomendado .botonComprarPenguin{
        font-size: 14px !important;
    }
    .elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones .product-prices {
        padding-top: 0em!important;
    }
    .elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones .contenedorPrecios {
        width: auto!important;
    }
    .elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones .tituloWidget {
        font-size: 20px;
    }
    .elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones .PRDesc {
        margin-top: -20px;
    }
    .elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones img{
        width:80%!important;
    }
    .elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones .images-container {
        margin-bottom: 0em!important;
    }
    .elementor-widget-prestashop-widget-ProductoRecomendaciones .gridProdRecomendaciones:last-of-type {
        margin-bottom: 0px!important;
        margin-top: 0px!important;
        border-bottom: none!important;
    }
}
/*ESTRUCTURA DATOS HS*/
/*IQITMEGAMENU*/
#iqitmegamenu-mobile .linkName{
    display: none;
}
#iqitmegamenu-mobile li ul li ul .linkName {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 15px;
    width: 95%;
}
/*FIN IQITMEGAMENU*/
/*PRODUCT*/
.product-formatos .formatosDisponibles {
  margin-bottom: 20px;
  font-weight: 500!important;
}
.h5, .h4, .h3, .h2 {display:block;}

.bloque-titulo-elementor .titulo-elementor .tituloSeccion {
    font-size: 22px;
}
.bloque-titulo-elementor .titulo-elementor .tituloSeccion {
    color: #3d3d3d;
    font-size: 39px;
    letter-spacing: 1.2px;
    font-family: Fort,sans-serif!important;
    font-weight: 300!important;
    font-style: normal!important;
    color: #3b4043;
}

.product-description .h3 a{
    font-family: Fort;
font-size: 14px;
font-weight: 600;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
}

.autor-destacado.product-unico .product-description .h3 a {
    font-family: futura-pt-bold,sans-serif;
    line-height: 62px;
}

.autor-sobre-el-autor .descripcion .h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.subtematicasHorizontal .h4 {
    margin: 0px 0;
    color: #404042;
    font-size: 12px;
    font-family: 'Fort Medium';
    font-weight: 900;
    text-align: center;
}

.shortcode-mas-vendidos .h5, .shortcode-mas-vendidos-nivel-2 .h5 {
    color: #404042;
    font-size: 29px;
    font-weight: 900;
    text-transform: uppercase;
}

.bloque-titulo-elementor .titulo-elementor .novedadesCategory {
    color: #3d3d3d;
    letter-spacing: 1.2px;
    font-family: Fort,sans-serif!important;
    font-weight: 300!important;
    font-style: normal!important;
    color: #3b4043;
    font-size: 40px!important;
}

.seccion-tematicas .elementor-section p {
    background: #fff;
    font-size: 25px!important;
}

.box-tematicas .elementor-widget-banner .elementor-iqit-banner .elementor-iqit-banner-title {padding-top:5px !important;padding-bottom:5px !important;}

div#home-autores .h5 {
    font-size: 20px;
}

.nombres-autores.mask .h5.white-text {
    align-self: center;
}

.bloque-titulo-elementor .titulo-fondo, .elementor-widget-heading.titulo-fondo {display:none;}

@media (max-width: 991px) {
  .bloque-producto-descripcion-autor .h5 {
      font-size: 20px;
  }
  .bloque-titulo-elementor .titulo-elementor .tituloSeccion {
      font-size: 25px!important;
  }

  .bloque-titulo-elementor .titulo-elementor .h2, .tematica-titulo .h1, .bloque-titulo-elementor .titulo-elementor .novedadesCategory {
    font-size: 25px!important;
  }
}
/*FIN PRODUCT*/
/*FIN ESTRUCTURA DATOS HS*/

/** MENÚ NUEVO **/
@media (max-width: 991px){
    .col.col-mobile-logo-new {
        text-align: center!important;
    }
    #index #mobile-header-sticky .container {
        padding-left: 15px!important; 
        padding-right: 15px!important; 
        background: #fff!important;
    }
    .col-mobile-btn-menu {
        width: 40px!important;
    }
    .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
        width: 100%;
    }
    #buscadorMenuNew{
        padding: 0.375rem 0.625rem;
    }
    #mobile-header .mobile-main-bar {
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
    }
}
#mobile-header-sticky {
    border-bottom: 1px solid #dee2e6!important;
}
#mobile-header-sticky {
    position: relative!important;
    background: white;
}
#busquedaMotiveDesktop{
    width: 25rem;
    margin-left: -30px;
    padding-left: 30px;
    z-index: 1;
    position: relative;
    border: 1px solid gray;
}
.titulosHeaderDesktop{
    font-size: 13px;
    font-family: 'Fort-Book';
    font-weight: bold;
    height: 60px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    gap:5px;
    padding-top: 3px;
}
.col-links-desktop a{
    display: inline-flex;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}
.col-desktop-logo-new{
    padding-left: 10px!important;
}
.botonTienda {
    margin-left: 10px;
}
.iconoLupaBusqueda{
    display:inline;
}
.lupaBusqueda {
    padding-left: 0px;
    margin-left: 30px;
    z-index: 5000;
    display: inline-block;
    position: relative;
    margin-top: -3px;
}
.microfonoBusquedaDsk{
    margin-left: -45px;
    z-index: 999;
    position: relative;
    cursor: pointer;
}
.selectShopImg{
    cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
    #busquedaMotiveDesktop {
        width: 90%;
    }
}


/* ESTILOS BLOG CABECERA NUEVA  */
body#module-ph_simpleblog-single #mobile-header, body#module-ph_simpleblog-home #mobile-header, body#module-ph_simpleblog-list #mobile-header, body#module-ph_simpleblog-category #mobile-header, body#module-ph_simpleblog-eventslist #mobile-header, body#module-ph_simpleblog-entrada #mobile-header, body#module-ph_simpleblog-resultados #mobile-header, body#module-ph_simpleblog-tag #mobile-header{
  top:0px;
  z-index:9999999999;
}
body#module-ph_simpleblog-single #wrapper, body#module-ph_simpleblog-home #wrapper, body#module-ph_simpleblog-list #wrapper, body#module-ph_simpleblog-category #wrapper, body#module-ph_simpleblog-eventslist #wrapper, body#module-ph_simpleblog-entrada #wrapper, body#module-ph_simpleblog-resultados #wrapper, body#module-ph_simpleblog-tag #wrapper{
    margin-top:0px!important;
}
body#module-ph_simpleblog-single .blog-header-top-blog, body#module-ph_simpleblog-home .blog-header-top-blog, body#module-ph_simpleblog-list .blog-header-top-blog, body#module-ph_simpleblog-category .blog-header-top-blog, body#module-ph_simpleblog-eventslist .blog-header-top-blog, body#module-ph_simpleblog-entrada .blog-header-top-blog, body#module-ph_simpleblog-resultados .blog-header-top-blog, body#module-ph_simpleblog-tag .blog-header-top-blog {
    top: -20px!important;
}
body#module-ph_simpleblog-single #desktop-header-container, body#module-ph_simpleblog-home #desktop-header-container, body#module-ph_simpleblog-list #desktop-header-container, body#module-ph_simpleblog-category #desktop-header-container, body#module-ph_simpleblog-eventslist #desktop-header-container, body#module-ph_simpleblog-entrada #desktop-header-container, body#module-ph_simpleblog-resultados #desktop-header-container, body#module-ph_simpleblog-tag #desktop-header-container {
    z-index:999999;
}
#blog-desktop-header, #mobile-header-blog {
    margin-top: 60px;
}
#mobile-header-blog .logo.img-fluid {
    margin-top: 80px!important;
}
body#module-ph_simpleblog-home ul#iqitmegamenu-mobile{
    height:93vh!important;
}
body#module-ph_simpleblog-single .row-desktop-header, body#module-ph_simpleblog-home .row-desktop-header, body#module-ph_simpleblog-list .row-desktop-header, body#module-ph_simpleblog-category .row-desktop-header, body#module-ph_simpleblog-eventslist .row-desktop-header, body#module-ph_simpleblog-entrada .row-desktop-header, body#module-ph_simpleblog-resultados .row-desktop-header, body#module-ph_simpleblog-tag .row-desktop-header {
    padding-left:0;
    padding-right:0;
}
#header #mobile-header{
    border-bottom: solid 1px #e3e3e3!important;
}
#module-ph_simpleblog-single.page-module-ph-simpleblog-single-recomendados #wrapper{
    margin-top:61px!important;
}
#page-module-ph-simpleblog-home-recomendados .container{
    max-width: 1195px;
}

#module-penguinlibros-productoseditorial .product-description.carrNovedades{
    margin-top:20px;
}
#module-penguinlibros-productoseditorial .product-vertical.js-product-miniature-wrapper{
    margin-top:0!important;
}
@media (max-width: 380px){
    .menuInftematicasInt span {
        font-size: 8px!important;
    }
    .menuInftematicasInt{
        padding: 0px 10px!important;
    }
}
@media (max-width: 325px){
    .menuInftematicasInt span {
        font-size: 5px!important;
    }
    .menuInftematicasInt{
        padding: 0px 8px!important;
    }
}

/* ESTILOS WIDGET NEWSLETTER */
.newsChecked{
    background:#FFDDC3;
}
.estilo-recuadro:hover{
    background:#FFDDC3;
}
.newsBtnChecked{
    background:#FF5A00!important;
    color:white!important;
}
.newsletterSus-header{
    text-align:center;
    margin-bottom:20px;
}
#submitNewsletterCampanas .form-control {
    background-color: #ffffff;    
    color: #2b2b2b;    
    border: none;
}
.newsletterTituloLanding{
    font-size:45px;
    font-weight:800;
    font-family: 'Fort';
}
.newsletterDescLanding{
    font-size:22px;
    font-weight: 600;
    font-family: 'Fort';
}
.newsletterSus-Numero{
    padding:5px;
    background:#FF5A00;
    border:1px solid #FF5A00;
    border-radius:50%;
    color:white;
    font-size:30px;
    width: 30px;
    height: 20px;
    display: inline-table;
    font-family: 'Fort';
}
.newsletterSus-Texto{
    font-size:30px;
    padding-left:10px;
    font-family: 'Fort';
}
.containerNewsletter{
    max-width:1200px;
}

.campoFormNewsletter{
    color:white;
    font-weight:500;
}
.btnSubmitNewsList{
    width: 100%;
    background: black!important;
    border: 1px solid black;
    color: white!important;
    border-radius: 20px;
    font-family: 'Fort';
}
#suscripcion-newsletter-new input{
    border-radius: 5px;
}
.botonSuscripcionNews, .botonSuscripcionNewsNoti{
    font-weight: 700;
    font-size: 13px;
    width: 9em;
    background: none;
    border: 2px solid #FF5A00;
    border-radius: 20px;
    color: #FF5A00;
    position: absolute;
    bottom: 6px;
    right: 10px;
    text-align: center;
    padding: 5px;
    font-family: 'Fort';
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
}
.imgNewsletterList{
    height: 170px!important;
    margin-bottom: 10px;
    object-fit: cover;
}
.estilo-recuadro{
    border: 1px solid #FF5A00;
    border-radius:10px;
}
.titulo-suscripcion-newsletter{
    font-size:18px;
    font-weight:600;
    font-family: 'Fort';
}
.modalPreview:hover{
    text-decoration: underline!important;
    font-weight: 800;
}
.descripcion-newsletter{
    font-size: 16px;
    margin-bottom:5rem;
    font-family: 'Fort';
}
.periocidad-newsletter{
    font-size:11px;
    color:black;
    display: block;
    position: relative;
    bottom: 0 !important;
    left: 0 !important;
    width: 55%;
}
.newsmb-15{
    margin-bottom:15px;
}
.newsmb-50{
    margin-bottom:50px;
}
.bordeTituloNews{
    border-top:3px solid #FFBD8B;
}
.tituloGrupoCampanas{
    color:#FFBD8B;
    font-weight:600;
    font-size:16px;
    font-family: 'Fort';
}
.bloqueFormNews{
    background-color:#FF5A00;
    border:1px solid #FF5A00;
    border-radius:10px;
    padding:35px;
}
.bloqueFormNews .p_leer_mas.p_leer_mas_prod {height: initial !important;color: white;font-weight: 500;font-size:14px !important;font-family: 'Fort';}
.bloqueFormNews .p_leer_mas.p_leer_mas_prod a {color: white !important;font-weight: 500;font-size:14px !important;text-decoration: underline;font-family: 'Fort';}
.bloqueFormNews .newsletter label {font-size:14px !important;}
.notificacionNewsletter{
    display:none; 
    width:45vw;
    padding:10px;
    background:#FF5A00;
    border:1px solid #FF5A00;
    border-radius:10px;
    color:white;
    font-size:25px;
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Fort';
    z-index: 99999;
}
.btnSubmitNewsList, .btnSubmitNewsList.disabled, .btnSubmitNewsList:disabled {   
    background: #FF5A00;    
    text-transform: uppercase;    
    color: #fff !important;
}
.btnSubmitNewsList.btn-primary, .btnSubmitNewsList.disabled, .btnSubmitNewsList:disabled {    
    background: #000000;    
    color: #ffffff;    
    border: none 1px;
    border-radius: 25px !important;
}
.btnSubmitNewsList.btn.disabled, .btnSubmitNewsList.btn.disabled:hover, .btnSubmitNewsList.btn:disabled {    
    opacity: 100;
}
.newsEsmobile{
    display:none;
}
.newsEsdesktop{
    display:flex;
}
@media (max-width: 768px){
    .textMsgNewsletterSuccess{
        font-size: 20px!important;
    }
    .estilo-recuadro:hover{
        background:none;
    }
    .estilo-recuadro:has(.newsBtnChecked){
        background:#FFDDC3;
    }
    .newsEsmobile{
        display:block;
    }
    .newsEsdesktop{
        display:none;
    }
    .notificacionNewsletter{
        width:42vh;
    }
    .botonSuscripcionNewsNoti{
        position:relative;
        width:100%;
        margin-top: 20px;
        right:auto;
    }
    .imgNewsletterList {
        width: 100px !important;
        height: 100px !important;
        margin-bottom: 10px;
        object-fit: cover;
        position: relative;
    }
    .textMsgNewsletter, .textMsgNewsletterBot{
        font-size:20px;
        text-align: center;
    }
    .newsletterSus-header, .containerNewsletterCabecera, .containerNewsletterC{
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .newsletterTituloLanding {
        font-size: 30px;
    }
    .newsletterDescLanding {
        font-size: 18px;
    }
    .newsletterSus-Texto{
        font-size: 20px;
    }
    .newsletterSus-Numero{
        font-size: 20px;
    }
    .bloqueFormNews{
        padding:15px;
    }
}
/*oculto icono penguinllibres literatura*/
.lang-ca #iqitmegamenu-mobile > li.show2 > ul > li:nth-child(8) > a > img, #iqitmegamenu-mobile > li.primerNvl.show2 > ul > li:nth-child(9) > a > img, .lang-ca  #iqitmegamenu-mobile > li.show2 > ul > li:nth-child(5) > a > img{
    display:none;
}

/*css disabled factura*/
body#checkout .custom-checkbox:has(.facturaInput){
  pointer-events: none;
}
/*WIDGET PRODUCTO RECOMENDADO NEW*/
.gridProdRecomendacionesNew .imagen-producto-recomendado{
    max-height: 350px!important;
}
.gridProdRecomendacionesNew .contenedorPrecios{
    width:auto!important;
}
.gridProdRecomendacionesNew .product-price{
    color:black;
}
.gridProdRecomendacionesNew .selectorFormato{
    width:50%;
}
.gridProdRecomendacionesNew .tituloWidget{
    font-family:'Fort';
    font-size: 14px;
    font-weight: 700;
}
.gridProdRecomendacionesNew .tituloWidget h1:hover{
    text-decoration:underline;
}
.gridProdRecomendacionesNew .botonesCompraExternos{
    margin-bottom:10px!important;
}
.gridProdRecomendacionesNew .product-add-to-cart{
    padding-top: 0px!important;
    margin-top: -15px!important;
}
.gridProdRecomendacionesNew .slick-arrow{
    display:none!important;
}
.gridProdRecomendacionesNew img{
    max-height: 250px;
    width: auto;
}
.gridProdRecomendacionesNew .tiendasExternas{
    font-size:11px!important;
}
.gridProdRecomendacionesNew .botones-compra a {
    justify-content: normal!important;
}
.gridProdRecomendacionesNew .botonComprarPenguin, .gridProdRecomendacionesNew .botonComprarPenguin:hover {
    font-size: 13px !important;
}
.gridProdRecomendacionesNew{
    background:white;
    border: 1px solid black;
    border-radius: 20px;
    padding: 10px;
    margin:20px;
}
.category-id-parent-5 .gridProdRecomendacionesNew{
    margin-bottom:0px;
    margin-top:0px;
}
.gridProdRecomendacionesNew .widget-recomendado-compra{
    margin-top: 10px !important;
    margin-bottom: 10px;
    border-left: 1px solid lightgray;
    padding-left: 25px !important;
    padding-top: 15px !important;
}
@media (max-width: 768px) {
    .gridProdRecomendacionesNew .images-container{
        text-align: center;
    }
    .elementor-widget-prestashop-widget-ProductoRecomendaciones .BotonCompra{
        margin-top: -90px !important;
    }
    .gridProdRecomendacionesNew .widget-recomendado-compra{
        margin-bottom: 25px!important;
        border-left:none!important;
        padding-left: 0px !important;
        padding-top: 15px !important;
        padding-right: 0px !important;
        border-top: 1px solid lightgray;
    }
    .gridProdRecomendacionesNew .tituloWidget, .gridProdRecomendacionesNew .product-description-short, .gridProdRecomendacionesNew .product-formatos .formatosDisponibles{
        text-align: left!important;
    }
    .gridProdRecomendacionesNew .tiendas h5{
        margin-left:0px!important;
    }
    .gridProdRecomendacionesNew img{
        object-fit: cover;
        width: 160px;
    }
}

/* TODO AUTORES */
.temlvl23.landingAutores{
    background-color: white!important;
}
.temlvl23.landingAutores .breadcrumb a {
    color:#9d9d9d !important;
}
.temlvl23.landingAutores .headertemlvl23 h1.page-title{
    text-align:left;
    color:black!important;
    margin-left: 90px;
}
.temlv23-1.category-id-5 .form-check-label {
    display: contents;
}
.category-id-parent-5 .gridProdRecomendacionesNew .tituloWidget{
    font-weight: 700;
}
.landingAutoresLetras.home-landing-abecedario-row {
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 10px;
}
.landingAutoresLetras .letra-bloque p{
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 11px;
    border-radius: 10px;
    background: white;
    font-weight: 700;
}
.landingAutoresLetras .letra-bloque p:hover, .landingAutoresLetras .letra-bloque p.activeLetra{
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    background: rgb(255, 90, 0);
    color:white!important;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 11px;
    border-radius: 10px;
    font-weight: 700;
    cursor:pointer;
}
#busquedaAutores {
    width: 25rem;
    margin-left: -30px;
    padding-left: 30px;
    z-index: 1;
    position: relative;
    border: 1px solid gray;
    margin-top: 15px;
}
.category-id-parent-5 .breadbrumb-total {
    padding-top: 90px;
    position: absolute;
    z-index: 9;
}
body#category.temlv23-1.category-id-parent-5 #wrapper .breadbrumb-total:first-child{
    display:block!important;
}
body#category.temlv23-1.category-id-parent-5 #wrapper .breadbrumb-total:nth-child(2){
    display:none!important;
}
.category-id-parent-5 .breadcrumb a, .category-id-parent-5 .breadcrumb li:after{
    color:white!important;
}
.category-id-parent-5 .breadcrumb{
    color:black!important;
}
.tituloAutorLanding{
    font-size:25px;
}
.tabsBotones .nav-tabs .nav-link:hover,.tabsBotones .nav-tabs .nav-link:focus,.tabsBotones .nav-tabs .nav-link{
    border-bottom: 1px solid lightgray;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}
.tabsBotones .nav-tabs .nav-link{
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}
.tabsBotones .nav-tabs .nav-link.active{
    border: 1px solid #FF5A00;
    border-bottom: 1px solid #FF5A00;
    background:#FF5A00;
    color:white;
}
.tabsBotones .product-unico{
    margin: 0px!important;
}
.subcategory-image-nuevo img{
    max-width: 230px;
    max-height: 230px;
    width: 230px;
    height: auto;
    object-fit: contain;
}
.landing-autores-destacados-block{
    position: relative;
    display: block;
}
.subcategory-name-autor, .subcategory-titulos-autor{
    font-size:17px;
    font-family: 'Fort';
}
.category-id-5 #products{
    display:none;
}
.hiddenCategoryFichaAutor{
    display:none;
}
.divFiltrosAutorMB{
    display:none;
}
.category-id-parent-5 .autor-booktrailers .tituloSeccion{
    display:none;
}
.autor-no-booktrailers{
    text-align: center;
}
.textoNoBooktrailers{
    font-size: 20px;
}
.category-id-parent-5 .columnaImgAutor img{
    border-radius: 15px;
    padding: 5px;
    background: white;
}
.tabsBotones .breadbrumb-total {display: none !important;}
.category-id-parent-5 .p_leer_mas_prod{
    height: auto!important;
}
.tituloSeccionCirculos{
    font-family: 'Fort';
    font-size:40px;
}
@media (min-width: 768px) {
    .columnaImgAutor {
        width: 14.822%!important;
    }
}
@media (min-width: 768px) and (max-width: 960px){
    .landingAutoresLetras.home-landing-abecedario-row {
        overflow: auto;
    }
    .letra-bloque{
        margin-left:10px;
        padding: 2px;
    }
    .subcategory-image-nuevo img {
        max-width: 130px;
        max-height: 130px;
    }
}
@media (max-width: 768px) {
    .tituloSeccionCirculos{
        margin-top:20px;
        font-size: 25px!important;
        line-height: normal;
        text-align: center;
    }
    .category-id-5 .headertemlvl23{
        padding-bottom:0px!important;
    }
    .category-id-5.temlv23-1 #content-wrapper {
        padding-left: 5px;
    }
    .category-id-5 #listado-productos{
        margin-top:20px;
    }
    .columnaBusquedaAutor {
        display:none;
    }
    .temlvl23.landingAutores .headertemlvl23 h1.page-title {
        margin-left: 25px;
    }
    .temlvl23 .headertemlvl23 h1.page-title{
        padding-top:0px;
        padding-bottom: 0px!important;
    }
    .home-landing-abecedario-row{
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
    }
    .landing-autores-destacados-block-nuevo{
        width: 50%;
        padding:0px;
    }
    .subcategory-image-nuevo img {
        max-width: 175px;
        max-height: 175px;
        width: 175px;
        height: auto;
        object-fit: contain;
    }
    .landingAutoresLetras.home-landing-abecedario-row {
        justify-content: space-around;
        margin-top: 0px;
        margin-bottom: 0px;
        max-width: 65vw;
    }
    .divFiltrosAutorMB{
        width: max-content;
        display: inline-flex;
        align-items: center;
        padding-top: 10px;
    }
    .home-landing-abecedario.row > hr:nth-child(5){
        margin-bottom:-6px;
    }
    .landingAutoresLetras.home-landing-abecedario-row {
        padding-top: 5px;
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
        scrollbar-width: none;  /* Firefox */
    }
    .landingAutoresLetras.home-landing-abecedario-row::-webkit-scrollbar { 
        display: none;  /* Safari and Chrome */
    }
    .category-id-parent-5 .gridProdRecomendacionesNew{
        margin-left:0px!important;
        margin-right:0px!important;
    }
    .category-id-parent-5 .tabsBotones .nav-tabs .nav-link{
        width:max-content;
    }
    .category-id-parent-5 .nav-tabs {
        justify-content: normal!important;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .category-id-parent-5 .tituloAutorLanding, .category-id-parent-5 .countProductosTotalTxt{
        text-align: center;
    }
    .bloqueAutorDestacado{
        background:white!important;
    }
    .category-id-parent-5 .tituloContadorLanding{
        text-align:center;
    }
    .category-id-parent-5 #ProductoRecomendado{
        margin-bottom: -75px;
    }
    .category-id-parent-5 .bloqueAutorDestacado .BotonCompra{
        padding-left:0px!important;
        padding-right: 0px!important;
    }
}
/*#module-editformadmin-Fragmento #wrapper.flayout div#Page {width:750px;padding:0px;margin:0 auto;}
@media (min-width: 1500px) and (max-width: 1799px) {
    #module-editformadmin-Fragmento #wrapper.flayout #inner-wrapper div#Page {width: auto !important;margin:0 auto;}
    #module-editformadmin-Fragmento #wrapper.flayout div#Page {width: 700px;margin:0 auto;}
    #module-editformadmin-Fragmento #wrapper.flayout pagebreak > div {width: 700px;margin:0 auto;} 
}*/

#module-editformadmin-Fragmento #contentFragmento pagebreak > div {height: auto !important;}

.title-authentication, .titleh2 {font-family: futura-pt, sans-serif;font-weight: 700;font-style: normal;font-size: 1.25rem;}

#checkout .product-quantity, #checkout #cart-subtotal-shipping, #checkout .cart-summary-products .product-name{
    font-weight: 800;
}
.bloqueCirculo{
    width:fit-content!important;
    text-align:center!important;
    overflow-wrap: break-word;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bloqueCirculo:hover {
  transform: scale(1.1); 
}
.nombreCirculo{
    display: inline-block;
    font-family: 'Fort';
    width: 100px;
}
@media (max-width: 768px) {
    .imgCirculo{
        width:80px!important;
        height:80px!important;
    }
    .nombreCirculo{
        width: 80px;
    }
    .containerCategoryFichaAutor .form-check-label{
        margin-bottom: 5px;
        margin-left: 5px;
    }
}
@media (max-width: 376px) {
    .imgCirculo{
        width:65px!important;
        height:65px!important;
    }
    .nombreCirculo{
        width: 65px;
    }
}
@media (max-width: 321px) {
    .imgCirculo{
        width:60px!important;
        height:60px!important;
    }
    .nombreCirculo{
        width: 60px;
    }
}
#module-iqitelementor-Preview .seccionCirculos{
    display: flex;
    width: max-content;
    visibility: visible;
    height: auto;
}
#module-iqitelementor-Preview .bloqueCirculo{
    display: block;
}
/* Popup añadir al carrito */
.product-popup-new{
    font-size:17px;
    font-weight:700;
}
.txt-popup-new{
    font-size:11px;
    margin-top:30px;
    margin-bottom:20px;
    text-align:left;
}
.txt-popup-new1{
    font-size:11px;
    margin-top:20px;
}
#module-editformadmin-Fragmento footer{
    font-family: 'Fort';
}
#module-editformadmin-Fragmento footer *:not(select):not(.selectorFormato):not(.botones-compra a):not(.tiendas):not(.formatosYprecios):not(.add):not(.botonComprarPenguin){
    padding:0px!important;
}
#module-editformadmin-Fragmento .gridProdRecomendacionesNew .selectorFormato {
    width: 60%;
    padding: 10px;
}
#module-editformadmin-Fragmento .formatosYprecios {
    max-height: 60px !important;
}
#module-editformadmin-Fragmento .gridProdRecomendacionesNew .tituloWidget a, #module-editformadmin-Fragmento h5{
    font-weight: 700!important;
}
#module-editformadmin-Fragmento .formatosDisponibles{
    font-weight: 100!important;
}
#module-editformadmin-Fragmento .atcFragmento {
    padding:1rem 1.5rem!important;
}
#module-editformadmin-Fragmento .gridProdRecomendacionesNew .widget-recomendado-compra{
    padding-left: 5px!important;
}
#module-editformadmin-Fragmento .add{
    padding-right:7px!important;
    padding-left: 7px!important;
}
#module-editformadmin-Fragmento .botonComprarPenguin{
    padding: 1rem 0.5rem !important;
}
#module-editformadmin-Fragmento #ProductoRecomendado .widget-recomendado-compra .tiendas{
    padding-top: 20px!important;
    padding-left:15px!important;
}
#module-editformadmin-Fragmento #ProductoRecomendado img{
    margin-bottom:15px!important;
}
@media (max-width: 768px) {
    #module-editformadmin-Fragmento #ProductoRecomendado .bloqueContenidoFrag{
        margin-left:15px;
    }
    #module-editformadmin-Fragmento .bloqueAutorDestacado{
        background: black !important;
    }
    #module-editformadmin-Fragmento .gridProdRecomendacionesNew .selectorFormato {
        width: 80%;
    }
}
.hiddencontainerCampanaAutor {
    display: none;
}
body#Efemerides .topbar-bono{
    display:none;
}
body#Efemerides #header{
    position: inherit !important;
}
body#Efemerides #mobile-header{
    top: 0px!important;
    position: fixed !important;
    width: 100%;
    z-index: 9999999999;
}
body#Efemerides #blog-desktop-header{
    margin-top: 0px;
}

.page-module-ph-simpleblog-single-efemerides .simpleblog__postInfo, .page-module-ph-simpleblog-single-efemerides .simpleblog__share, .page-module-ph-simpleblog-single-efemerides .pagination{
    display: none!important
}