.bg {
  background-color: #9DC3E6;
  border-radius: 6px;
  color: #fff;
  padding: 15px;
}
.col-5-items {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
  margin-top: 8px;
}
.img-delivery{
  padding-bottom: 20px;
}
.img-delivery img{
  width: 100%;
  height: auto;
}
.pb-15{
  padding-bottom: 15px;
}

.ptb-40{
  padding: 40px 0 50px;
}
.caja-producto {
  margin-bottom: 18px;
  padding: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 8px;
  border: 2px solid #e3e3e3;
  background-color: #fff;
  min-height: 320px;
}

.message-box-inner ol{
    list-style: revert;
    padding-left: 15px;
}

.caja-producto.categorias {
  min-height: 220px !important;
}
.caja-producto:hover {
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.caja-producto .caja-imagen {
  width: 100%;
  background-color: #fff;
  min-height: 140px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 3px;
}
.caja-producto .caja-imagen img {
  width: 100%;
  height: auto;
  display: block;
}
.caja-producto .caja-contenido {
  padding: 2px 3px;
  min-height: 143px;
}
.caja-producto .caja-contenido span.titulo {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  height: 58px;
  margin-bottom: 3px;
  padding: 0 4px;
}
.caja-producto .caja-contenido span.titulo a span {
  color: #005ca4;
}
.caja-producto .caja-contenido span.titulo.categorias {
  height: 48px !important;
  line-height: 20px;
  padding-top: 5px;
}

.caja-producto .caja-contenido .precio {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  padding: 15px 3px;
  color:  #005ca4;
  /*font-family: 'BloggerSans';*/
  font-size: 32px;
}
.falta, select.falta, textarea.falta {
  border: 1px solid #ff0000 !important;
}
.pt-sm-0 {
  padding-top: 0 !important;
}
.caja-imagen{
  position: relative;
}

.eti-preventa {
  position: absolute;
  background: #005ca4;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  right: 0;
  top: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 600;
  padding: 0 15px;
}

.eti-oferta {
  position: absolute;
  background: #047d99;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  right: 0;
  top: 60px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 600;
  padding: 0 15px;
}

.eti-atributos {
  position: absolute;
  color: white;
  background-color: #d41818;
  text-align: center;
  font-size: 14px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 600;
  padding: 4px 15px;
}
.eti-atributos.oferta, .eti-atributo-detalle.oferta {
  background-color: #005ca4;
}
.eti-atributos.preventa, .eti-atributo-detalle.preventa {
  background-color: #047d99;
}
/*
.eti-atributos:nth-child(2n), .eti-atributo-detalle:nth-child(2n) {
  background-color: #047d99;
}
*/
.sello-garantia {
  position: absolute;
  background-color: transparent;
  width: 100px;
  height: 100px;
  top: 19px;
  left: 10px;
  z-index: 1;
}
.sello-garantia-detalle {
  background-color: transparent;
  width: 100px;
  height: 100px;
  display: inline-block;
}
.precios-detalle {
  display: inline-block;
  width: 200px;
}
.eti-atributo-detalle {
  padding: 6px 15px;
  color: #fff;
  background-color: #444;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 15px;
}

.etiqueta {
  margin-top: 10px;
}

.etiqueta label{
  background:#047d99;
  border-radius: 50px;
  padding: 2px 12px;
  color:
  #fff;
}

  .precio small {
    font-size: 16px !important;
  }
.caja-interfaces {
 display: block;
 width: 100%;
 margin: 10px 0;
 min-height: 40px;
}
.caja-interfaces ul {
  margin: 0;
  padding: 1px;
  text-align: center;
}
.header-detail .caja-interfaces ul {
  text-align: left !important;
}
.caja-interfaces ul li {
  display: inline-block;
  margin: 2px 6px;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
}

.caja-marca {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.header-detail .caja-marca {
  text-align: left !important;
}

.header-detail h2 span, .caja-marca span {
  color: #005ca4;
}
.caja-marca im, .caja-marca i {
  font-style: italic !important;
}
/*.eti-oferta {
  position: relative;
  display: inline-block;
  background: orange;
  color: white;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2.5rem;
  margin: 45vh 45vw;
  transform: rotate(-20deg);
  animation: beat 1s ease infinite alternate;
}
.eti-oferta:before,
.eti-oferta:after {
  content:"";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(30deg);
}

.eti-oferta:after {
  transform: rotate(60deg);
}*/
.azul {
  color: #005ca4;
}
.negro {
  color: #111111;
}
@media (max-width: 740px) {
  .col-5-items {
      width: 50%;
      float: left;
      margin-top: 0 !important;
  }
  .col-5-items:nth-child(1n) {
    padding-left: 5px !important;
    padding-right: 4px !important;
  }
  .col-5-items:nth-child(2n) {
    padding-left: 4px !important;
    padding-right: 5px !important;
  }
  .caja-producto {
    min-height: 285px !important;
    margin-bottom: 14px !important;
  }
  .caja-producto .caja-contenido span.titulo {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .caja-producto .caja-contenido span.precio {
    margin-top: 20px !important;
  }

  .flat-imagebox .row.pt-sm-0 {
    padding-top: 0 !important;
  }
  .sale {
    font-weight: 600 !important;
    font-size: 42px !important;
    text-align: center !important;
    padding-bottom: 20px;
  }
  .header-top, .header-middle, .no-movil {
    display: none !important;
  }
  .movil {
    display: block !important;
    background-color: #fff;
    margin-top: 5px;
    min-height: 46px;
    position: relative;
    z-index: 1000;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .desktop {
    display: none;
  }
  .header-bottom {
    background-color: #fff !important;
    min-height: 56px !important;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow:0px 1px 1px #ddd; 
    -moz-box-shadow:0px 1px 1px #ddd; 
    box-shadow:0px 1px 1px #ddd; 
    padding-bottom: 5px;
    top: 0 !important;
    position: fixed;
  }
  .top-search {
    padding: 10px 0 5px !important;
  }
  .top-search input[type="text"] {
    line-height: 16px !important;
  }
  .top-search button.waves-effect {
    height: 35px !important;
    padding: 0 13px 0 13px !important;
    margin-top: 0;
  }
  .top-search button.waves-effect i {
    font-size: 20px !important;
    margin-top: 0 !important;
  }
  body {
    padding-top: 114px !important;
  }
  .flexslider .flex-viewport ul.slides li img {
    max-width: 100% !important;
  }
}
@media (max-width: 666px) {
  .desktop {
    display: none;
  }
  .movil {
    display: block !important;
  }
}
@media (min-width: 667px) {
  .desktop {
    display: block;
  }
  .movil {
    display: none !important;
  }
}
@media (min-width: 740px) {
  .col-5-items {
      width: 33.33%;
      float: left;
  }
  .movil {
    display: none !important;
  }
  .header-bottom { 
    min-height: 42px !important;
  }
  .desktop {
    display: block;
  }
}

@media (min-width: 992px) {
  .col-5-items {
      width: 20%;
      float: left;
  }
  .muestra-menu {
    top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 480px !important;
  }
}

@media (min-width: 1200px) {
  .col-5-items {
      width: 20%;
      float: left;
  }
}