.imagenes_adicionales {
    display: flex;
    flex-wrap: wrap;
    gap:12px;
    margin-top:12px;
}
.imagenes_adicionales img {
    width: 60px !important;
}
.principal {
	max-width: 1280px;
	margin:auto;
    padding-top:12px;
}
 .sale-price {
    color: #e34e57;
    font-weight: 700;
    font-size: 2.4rem;
}

.add-cart_cmp .btn.btn-block {
    font-size: 24px;
    border-radius: 0;
    color: #fff;
    background-color: #e34e57;
    text-align: center;
    border: none;
    padding: 6px 20px 6px 20px;
    width: 100%;
    max-width:120px;
}

.novedad {
    width:70px !important;
    box-shadow: none !important;
    content: "";
    left: 12px;
    top: -3px;
    position: absolute;
}

.oferta {
    width:40px !important;
    box-shadow: none !important;
    content: "";
    right: -12px;
    top: -12px;
    position: absolute;
}

.materias {
    font-size: 1.4rem;
}

.materias li {
    background-color: rgba(51, 51, 51, 0.4);
}

.recomendados {
    border-left:1px solid #82828280;;
}

.small-cart-content {
    border: 1px solid rgb(227, 78, 87) !important;
    margin-top:0px !important;
}
.small-cart-name  {
    float: none !important;
}


.owl-carousel .item p {
    color: #737373;
    text-shadow: none;
}
.detail-contenido_cmp .discount-percentage, article .discount-percentage{
    position: absolute;
    display: block;
    right: 3px;
    top: 2px;
    z-index: 50;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    background: #333;
    color: #fff;
    line-height: 16px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-top: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);
}





.logo {
    margin-top: 20px;
  }
.navbar-nav.menu {
  margin-left: 0px !important;
}
.header_cmp .header-top .navbar.navbar-default a {
  font-size: 20px;
}

ul.address {
  clear: right;
  padding-top: 40px;
}
ul.address > li {
  display: block;
  line-height: 22px;
  font-size: 18px;
}
  .banners_index  {
    display: flex;
    justify-content: space-between;
    margin-bottom:40px;
  }
  .banners_index .item {
    width: 23%;
    text-align:center;
    align-self: center;
  }
  .banners_index .item.libros {
    background-image: url("/static/img/libros.jpg");
    background-size: cover;
  }
  .banners_index .item.boletin {
    background-color: #000;
    color:#fff;
    height: 287.5px;
    padding:40px 10px 10px 10px;
  }


.listado {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 24px;
}

.listado > .single-product_cmp {
  width: 100%;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
}
ul.address {
  padding-top: 0px;
}

.container {
    max-width: 1280px;
}

.listado.materias div {
    width:46%;
    padding-top: 20px;
}

.listado.materias div img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}



@media(min-width:600px){
    .listado > .single-product_cmp {
        width: 48%;
    }
    .listado.materias div {
        width:30%;
        padding-top: 20px;
    }

}
@media(min-width:800px){
    .listado > .single-product_cmp {
        width: 31%;
    }
    .header_cmp .header-top .navbar.navbar-default a {
      font-size: 15px;
    }
}
@media(min-width:992px){

}

@media(min-width:1200px){
    .listado > .single-product_cmp {
        width: 23%;
    }
    .header_cmp .header-top .navbar.navbar-default a {
      font-size: 20px;
    }
    ul.address {
     padding-top: 20px;
    }
    .listado.materias div {
        width:23%;
    }
}
@media (max-width:1200px){.navbar-nav.menu {padding-left:0px}}
