@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none !important; } }

.category-container {
  display: table;
  width: 100%; }

.category-container-home {
  display: table;
  width: 100%;
  margin: auto; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .category-container-home .columns {
      display: inline-block;
      width: 45%; } }
  @media only screen and (max-width: 768px) {
    .category-container-home .columns {
      display: inline-block;
      width: 45%; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .category-container-home .columns {
      display: inline-block;
      width: 45%; } }
  @media only screen and (max-width: 420px) {
    .category-container-home .columns {
      display: inline-block;
      width: 100%; } }
.category-container-wrapper {
  padding: 60px 0 30px 0; }

.item-cell {
  float: left;
  /* fix for  buggy browsers */
  display: table-column;
  width: 200px;
  vertical-align: top;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  box-sizing: border-box; }
  .item-cell .item-cell-picture-container {
    background-color: #FFFFFF;
    box-sizing: border-box;
    vertical-align: middle;
    height: 208px;
    width: 208px;
    display: inline-block; }
    @media only screen and (max-width: 420px) {
      .item-cell .item-cell-picture-container {
        height: 140px;
        width: 140px; } }
    .item-cell .item-cell-picture-container img {
      width: 100%;
      height: 100%; }
  .item-cell .favorito {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2; }
  .item-cell .item-cell-text-container {
    padding: 10px 10px 0 10px;
    display: table-cell;
    padding-left: 15px; }
    @media only screen and (max-width: 1024px) and (min-width: 769px) {
      .item-cell .item-cell-text-container {
        display: block;
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      .item-cell .item-cell-text-container {
        display: block;
        text-align: center; } }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .item-cell {
      text-align: center;
      margin-left: 0;
      width: 25%;
      height: 255px !important; } }
  @media only screen and (max-width: 768px) {
    .item-cell {
      text-align: center;
      margin-left: 0;
      width: 33%;
      height: 255px !important; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .item-cell {
      text-align: center;
      margin-left: 0;
      width: 50%;
      height: 255px !important; } }
  @media only screen and (max-width: 420px) {
    .item-cell {
      text-align: center;
      margin-left: 0;
      width: 50%;
      height: 225px !important; } }
.item-cell2 {
  float: left;
  /* fix for  buggy browsers */
  display: table-column;
  width: 266px;
  vertical-align: top;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4; }
  .item-cell2 .item-cell-picture-container {
    background-color: #FFFFFF;
    box-sizing: border-box;
    vertical-align: middle;
    height: 77px;
    width: 77px;
    display: inline-block; }
    .item-cell2 .item-cell-picture-container img {
      width: 100%;
      height: 100%; }
  .item-cell2 .item-cell-text-container {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .item-cell2 {
      float: none;
      display: block;
      width: 90%;
      margin: auto;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 768px) {
    .item-cell2 {
      float: none;
      display: block;
      width: 90%;
      margin: auto;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 420px) {
    .item-cell2 {
      border: none;
      border-top: 1px solid #e4e4e4;
      margin-bottom: 5px; } }
  @media only screen and (max-width: 330px) {
    .item-cell2 {
      border: none;
      border-top: 1px solid #e4e4e4;
      margin-bottom: 5px; } }
@media only screen and (max-width: 420px) {
  .promo-spacing {
    margin-bottom: 5px !important; } }

@media only screen and (max-width: 330px) {
  .promo-spacing {
    margin-bottom: 5px !important; } }

.cat-home {
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 23%; }
  .cat-home:hover {
    border: 2px solid #143d7d; }
    .cat-home:hover div.outer {
      background-color: #143d7d; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .cat-home {
      width: 90%;
      height: 140px; } }
  @media only screen and (max-width: 768px) {
    .cat-home {
      width: 90%;
      height: 140px; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .cat-home {
      width: 90%;
      height: 140px; } }
  @media only screen and (max-width: 420px) {
    .cat-home {
      width: 100%;
      height: 150px; } }
.group-cell {
  display: inline-block;
  width: 188px;
  vertical-align: top;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  height: 330px;
  overflow: hidden; }
  @media only screen and (max-width: 420px) {
    .group-cell {
      width: 150px;
      text-align: left;
      display: inline-block;
      float: none;
      margin: auto; } }
  @media only screen and (max-width: 330px) {
    .group-cell {
      width: 45%;
      display: inline-block;
      float: none;
      margin: auto; } }
  .group-cell .item-cell-picture-container img {
    height: 186px;
    width: 186px;
    object-fit: scale-down; }
    @media only screen and (max-width: 420px) {
      .group-cell .item-cell-picture-container img {
        height: 150px;
        width: 150px; } }
  .group-cell .group-cell-picture-container img {
    max-width: 188px;
    max-height: 188px;
    object-fit: scale-down; }
    @media only screen and (max-width: 420px) {
      .group-cell .group-cell-picture-container img {
        height: 150px;
        width: 150px; } }
  .group-cell .item-cell-picture-container {
    height: 188px;
    width: 188px;
    position: relative; }
    @media only screen and (max-width: 420px) {
      .group-cell .item-cell-picture-container {
        height: 150px;
        width: 150px; } }
  .group-cell .favorito {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2; }

.picture-border, img.cotas, .item-cell .item-cell-picture-container {
  border: solid #e4e4e4 1px; }

img.cotas {
  max-height: 198px;
  max-width: 100%;
  box-sizing: border-box;
  object-fit: contain;
  float: right;
  right: 0px;
  margin-left: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 420px) {
    img.cotas {
      float: none; } }
  @media only screen and (max-width: 330px) {
    img.cotas {
      float: none; } }
  img.cotas.center {
    float: none;
    display: block;
    margin: auto;
    text-align: center; }

.first-item-cell-row {
  margin-left: 45px; }

.last-item-cell-row {
  margin-right: 45px; }

.last-item-cell-row-scroll {
  margin-right: 30px; }

.category-name {
  line-height: 20px; }

.category-name-home {
  line-height: 16px; }

.counter-container {
  width: 100%;
  margin-top: -2px;
  color: #a4a4a4; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .counter-container {
      margin-top: 2px; } }
  @media only screen and (max-width: 768px) {
    .counter-container {
      margin-top: 2px; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .counter-container {
      margin-top: 2px; } }
  @media only screen and (max-width: 420px) {
    .counter-container {
      margin-top: 2px; } }
.item-cell-fav-container {
  padding: 10px 10px 0 10px;
  font-size: 14px; }

.item-cell-text-container p {
  margin: 0px; }

.item-cell-text-container.no-hover:hover {
  color: black; }

.item-cell-code-text-container {
  color: #666666;
  font-size: 14px; }

.item-cell-code-text-container .code-text {
  color: #00abf3; }

.item-cell-group-price-text-container {
  font-size: 14px; }

.item-cell-price-text {
  font-size: 16px;
  color: black;
  font-family: Saira-SemiBold; }

.item-cell-description-text-container {
  font-size: 13.7px;
  line-height: 14.9px; }

.item-cell-picture-container img {
  width: 70px;
  height: 70px;
  object-fit: scale-down; }

.group-cell-picture-container img {
  max-width: 206px;
  max-height: 206px;
  object-fit: scale-down; }

.hover-area:hover {
  outline: 1px solid #00abf3;
  cursor: pointer; }

#myInput {
  background-image: url("/static/img/header/iconos/buscador/C_H_lupa.svg?39adc3e30f5f");
  /* Add a search icon to input */
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 255px;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  margin-top: 5px;
  margin-bottom: 30px;
  /* Add some space below the input */ }

.attr_list_filter {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 125px;
  width: 275px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #e4e4e4;
  /* Add a border to all links */ }

.attr_list_filter li {
  margin-top: -1px;
  /* Prevent double borders */
  padding: 3px;
  /* Add some padding */
  text-decoration: none;
  /* Remove default text underline */
  font-size: 14px;
  /* Increase the font-size */
  color: black;
  /* Add a black text color */
  display: table;
  width: 253px; }

.attr_list_filter li:hover:not(.header) {
  background-color: #eee;
  /* Add a hover effect to all links, except for headers */ }

.search-filter-label {
  display: table-cell;
  vertical-align: middle;
  width: 90%; }

.filter-input-box {
  width: 265px;
  height: 22px;
  font-size: 14px; }

#expandable-menu {
  padding-left: 25px; }

.item_header {
  text-align: left; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .item_header {
      width: 95%;
      margin: auto; } }
  @media only screen and (max-width: 768px) {
    .item_header {
      width: 95%;
      margin: auto; } }
  @media only screen and (max-width: 420px) {
    .item_header {
      text-align: center; } }
.item_header_row {
  width: 100%; }

.header_item_title {
  display: inline-block; }

.image_header {
  width: 800px;
  height: 200px; }

.imagen-cotas {
  display: inline-block;
  width: 100%;
  object-fit: cover; }

.order-row {
  margin-top: 10px;
  display: inline-block;
  width: 100%; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .order-row {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      display: block; } }
  @media only screen and (max-width: 768px) {
    .order-row {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      display: block; } }
  .order-row .vista-articulos-grupos-container {
    float: right;
    color: #666666; }
    .order-row .vista-articulos-grupos-container .selected {
      color: black;
      font-family: Saira-SemiBold; }

.articulo-row {
  display: table;
  border-bottom: solid 1px #e4e4e4;
  padding-top: 20px;
  padding-right: 5px;
  padding-left: 5px; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .articulo-row {
      display: block;
      padding-right: 0;
      padding-left: 0;
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 30px !important; } }
  @media only screen and (max-width: 768px) {
    .articulo-row {
      display: block;
      padding-right: 0;
      padding-left: 0;
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 30px !important; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .articulo-row {
      display: block;
      padding-right: 0;
      padding-left: 0;
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 30px !important; } }
  @media only screen and (max-width: 420px) {
    .articulo-row {
      display: block;
      padding-right: 0;
      padding-left: 0;
      width: 85%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; } }
.articulo-row:hover {
  outline: 1px solid #00abf3;
  cursor: pointer; }

.cell {
  display: table-cell; }

.articulo-row .cell {
  vertical-align: top; }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .articulo-img-cell {
    display: inline-block !important;
    width: 25%;
    text-align: center;
    position: initial !important; } }

@media only screen and (max-width: 768px) {
  .articulo-img-cell {
    display: inline-block !important;
    width: 25%;
    text-align: center;
    position: initial !important; } }

@media only screen and (max-width: 420px) {
  .articulo-img-cell {
    width: 35%; } }

.articulo-nombre-cell {
  width: 20%; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .articulo-nombre-cell {
      display: inline-block;
      width: 70%; } }
  @media only screen and (max-width: 768px) {
    .articulo-nombre-cell {
      display: inline-block;
      width: 70%; } }
  @media only screen and (max-width: 420px) {
    .articulo-nombre-cell {
      width: 63%; } }
.articulo-nombre-cell span {
  width: 100%; }

.articulo-atributos-cell {
  width: 45%; }

.articulo-precio-cell {
  width: 20%; }

.lista_articulos_img {
  display: inline-block;
  width: 100px;
  height: 100px;
  object-fit: scale-down; }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .articulo-nombre-cell {
    text-align: left; } }

@media only screen and (max-width: 768px) {
  .articulo-nombre-cell {
    text-align: left; } }

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .articulo-nombre-cell {
    text-align: left; } }

@media only screen and (max-width: 420px) {
  .articulo-nombre-cell {
    text-align: left; } }

.articulo-nombre-cell .nombre {
  font-family: Saira-SemiBold;
  color: black; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .articulo-nombre-cell .nombre {
      text-align: left; } }
  @media only screen and (max-width: 768px) {
    .articulo-nombre-cell .nombre {
      text-align: left; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .articulo-nombre-cell .nombre {
      text-align: left; } }
  @media only screen and (max-width: 420px) {
    .articulo-nombre-cell .nombre {
      text-align: left; } }
.articulo-nombre-cell .codigo {
  color: #00abf3;
  font-size: 14px; }

.articulo-nombre-cell .envio {
  color: #00d65b;
  font-size: 14px; }

.articulo-nombre-cell .favorito {
  color: black;
  font-size: 14px;
  cursor: pointer; }

.atributo-cell-container {
  display: table-cell;
  padding: 10px; }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .cell-block-res {
    text-align: left; } }

@media only screen and (max-width: 768px) {
  .cell-block-res {
    text-align: left; } }

@media only screen and (min-width: 421px) and (max-width: 767px) {
  .cell-block-res {
    text-align: left; } }

@media only screen and (max-width: 420px) {
  .cell-block-res {
    display: inline-block !important;
    width: 40%;
    text-align: left;
    padding-left: 24px;
    padding-right: 0; } }

.articulo-atributos-cell {
  color: #666666;
  text-align: center;
  padding-left: 10px;
  max-width: 160px;
  overflow-x: auto; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .articulo-atributos-cell {
      display: block;
      width: 100%;
      max-width: none;
      text-align: -webkit-center;
      text-align: -moz-center; } }
  @media only screen and (max-width: 768px) {
    .articulo-atributos-cell {
      display: block;
      width: 100%;
      max-width: none;
      text-align: -webkit-center;
      text-align: -moz-center; } }
  @media only screen and (max-width: 420px) {
    .articulo-atributos-cell {
      display: grid;
      text-align: left;
      text-align: -webkit-left;
      text-align: -moz-left; } }
.articulo-precio-cell {
  color: #666666;
  text-align: right;
  padding-left: 10px; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .articulo-precio-cell {
      padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .articulo-precio-cell {
      padding-left: 0;
      margin-bottom: 30px; } }
  .articulo-precio-cell .precio-tarifa {
    text-decoration: line-through; }
  .articulo-precio-cell .precio-final {
    color: #ff5745;
    font-size: 22px;
    font-family: Saira-SemiBold; }
  .articulo-precio-cell .lote {
    font-size: 12px; }
  .articulo-precio-cell .anadir-carro-btn {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 10px; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .articulo-precio-cell .anadir-carro-btn-icon {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      margin-left: 16px; } }
  @media only screen and (max-width: 768px) {
    .articulo-precio-cell .anadir-carro-btn-icon {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      margin-left: 16px; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .articulo-precio-cell .anadir-carro-btn-icon {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      margin-left: 16px; } }
  @media only screen and (max-width: 420px) {
    .articulo-precio-cell .anadir-carro-btn-icon {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      margin-left: 16px; } }
  .articulo-precio-cell input {
    height: 25px;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
    font-family: Saira-Regular; }
    @media only screen and (max-width: 1024px) and (min-width: 769px) {
      .articulo-precio-cell input {
        height: 40px; } }
    @media only screen and (max-width: 768px) {
      .articulo-precio-cell input {
        height: 40px; } }
  .articulo-precio-cell .unit-spinner {
    position: relative; }
    .articulo-precio-cell .unit-spinner a {
      position: absolute;
      top: 0px;
      width: 25px;
      height: 25px;
      background: white;
      border: 1px solid #999999;
      text-align: center; }
      @media only screen and (max-width: 1024px) and (min-width: 769px) {
        .articulo-precio-cell .unit-spinner a {
          width: 43px;
          height: 43px;
          top: 0px;
          background: #FFFFFF;
          border: 1px solid #000000;
          box-sizing: border-box;
          border-radius: 6px;
          margin: 0px 0px; } }
      @media only screen and (max-width: 768px) {
        .articulo-precio-cell .unit-spinner a {
          width: 43px;
          height: 43px;
          top: 0px;
          background: #FFFFFF;
          border: 1px solid #000000;
          box-sizing: border-box;
          border-radius: 6px;
          margin: 0px 0px; } }
      @media only screen and (min-width: 421px) and (max-width: 767px) {
        .articulo-precio-cell .unit-spinner a {
          width: 43px;
          height: 43px;
          top: 0px;
          background: #FFFFFF;
          border: 1px solid #000000;
          box-sizing: border-box;
          border-radius: 6px;
          margin: 0px 0px; } }
      @media only screen and (max-width: 420px) {
        .articulo-precio-cell .unit-spinner a {
          width: 43px;
          height: 43px;
          top: 0px;
          background: #FFFFFF;
          border: 1px solid #000000;
          box-sizing: border-box;
          border-radius: 6px;
          margin: 0px 0px; } }
    .articulo-precio-cell .unit-spinner .sub {
      left: 0px; }
    .articulo-precio-cell .unit-spinner .add {
      right: -1px; }

.paginator-container {
  font-size: 23px;
  float: none;
  margin-top: 25px; }
  .paginator-container a, .paginator-container img {
    padding-left: 3px;
    padding-right: 3px; }
  .paginator-container .paginator-arrow {
    height: 40px; }
  .paginator-container .current {
    font-weight: bold;
    font-family: Saira-SemiBold; }

.filter-crum {
  border-radius: 10px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 8px;
  font-size: 13px;
  border: solid 1px #00d65b;
  display: inline-block; }
  .filter-crum .delete-filter-crum {
    font-size: 14px;
    margin-right: 3px;
    color: #ff5745; }

.label-oferta {
  background: url(/static/img/categories_products/I_bandera_descuento.svg?39adc3e30f5f) no-repeat center center;
  background-size: contain;
  padding-right: 5px;
  width: 65px;
  height: 50px;
  line-height: 35px;
  color: white;
  font-size: 13px;
  position: absolute;
  top: -4px;
  left: 31px;
  text-align: right; }

.label-recomendado {
  background-image: url(/static/img/categories_products/I_bandera_recomendado.svg?39adc3e30f5f);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 10px;
  width: 85px;
  height: 18px;
  line-height: 20px;
  color: white;
  font-size: 10px;
  position: absolute;
  bottom: 8px;
  left: 0px; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .label-recomendado {
      position: relative;
      bottom: 28px;
      width: auto; } }
  @media only screen and (max-width: 768px) {
    .label-recomendado {
      position: relative;
      bottom: 28px;
      width: auto; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .label-recomendado {
      width: auto; } }
  @media only screen and (max-width: 420px) {
    .label-recomendado {
      width: auto; } }
.text-envio {
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  display: table-cell; }

.icono-envio {
  background-image: url(/static/img/categories_products/I_icono_envio_inmediato.svg?39adc3e30f5f);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 26px;
  height: 26px;
  display: table-cell; }

.icono-envio-24 {
  background-image: url(/static/img/categories_products/I_icono_24h.svg?5f39bbf07b89);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 26px;
  height: 26px;
  display: table-cell; }

#descripcion-larga-content {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  text-align: left; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    #descripcion-larga-content {
      width: 95%;
      margin: auto; } }
  @media only screen and (max-width: 768px) {
    #descripcion-larga-content {
      width: 95%;
      margin: auto; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    #descripcion-larga-content {
      width: 95%;
      margin: auto; } }
  @media only screen and (max-width: 420px) {
    #descripcion-larga-content {
      width: 95%;
      margin: auto; } }
#show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: white; }

.atributte-icon {
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px; }

.slider-container {
  display: table; }
  .slider-container .range-container {
    width: 200px; }
  .slider-container .button-container {
    padding-left: 20px;
    vertical-align: middle; }
  .slider-container button {
    background-color: transparent;
    border: 1px #e4e4e4 solid;
    width: 60px;
    outline: none; }

.range-bottom-container {
  position: relative;
  width: 200px; }
  .range-bottom-container .inputs-container {
    margin-top: 5px;
    margin-bottom: 5px; }
  .range-bottom-container .right-range-input {
    float: right; }
  .range-bottom-container input {
    height: 14px;
    width: 65px;
    text-align: center; }
  .range-bottom-container .filter-button-container {
    text-align: right; }

.filter-foldable {
  display: table;
  margin: 20px 0 20px 0; }
  .filter-foldable h3, .filter-foldable i {
    display: table-cell; }
  .filter-foldable i {
    top: 5px; }
  .filter-foldable input:-moz-read-only {
    cursor: pointer; }
  .filter-foldable .filter-crums-container {
    margin-bottom: 10px; }

.precio-minimo {
  font-size: 14px; }
  .precio-minimo .precio-minimo-valor {
    font-size: 14px;
    color: #ff5745;
    font-family: Saira-SemiBold; }

.categoria-nombre {
  padding-left: 45px;
  font-size: 27px;
  padding-bottom: 20px;
  margin-top: -5px; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .categoria-nombre {
      padding-left: 8px;
      padding-right: 8px;
      text-align: left; } }
  @media only screen and (max-width: 768px) {
    .categoria-nombre {
      padding-left: 8px;
      padding-right: 8px;
      text-align: left; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .categoria-nombre {
      padding-left: 8px;
      padding-right: 8px;
      text-align: left; } }
  @media only screen and (max-width: 420px) {
    .categoria-nombre {
      padding-left: 8px;
      padding-right: 8px;
      text-align: left; } }
.possition-text {
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  display: table; }
  .possition-text div.outer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #2e538bbb;
    color: white;
    font-size: 20px; }
    .possition-text div.outer.pormo {
      background-color: #ff8b32bb; }

.block-unids {
  width: 100%;
  display: inline-block; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .block-unids {
      width: 70%; } }
  @media only screen and (max-width: 768px) {
    .block-unids {
      width: 70%; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .block-unids {
      width: 70%; } }
  @media only screen and (max-width: 420px) {
    .block-unids {
      width: 70%; } }
  @media only screen and (max-width: 330px) {
    .block-unids {
      width: 70%; } }
.carrousel-block {
  margin-top: 90px;
  margin-bottom: 32px; }

.carrousel-block-detail {
  margin-top: 10px; }

.carrousel-card {
  display: inline-block;
  width: 33%;
  vertical-align: top; }
  .carrousel-card .carrousel-image {
    display: inline-block;
    width: 40%;
    text-align: left;
    vertical-align: top; }
    .carrousel-card .carrousel-image img {
      width: 100px;
      height: 100px;
      display: table-cell;
      object-fit: scale-down;
      margin: auto; }
  .carrousel-card .carrousel-text {
    width: 55%;
    display: inline-block;
    margin-top: -20px; }

.doble-w {
  left: 1000px !important; }

.carrousel-card-res {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: center; }
  @media only screen and (max-width: 420px) {
    .carrousel-card-res {
      width: 45%; } }
  @media only screen and (max-width: 330px) {
    .carrousel-card-res {
      width: 45%; } }
  .carrousel-card-res .carrousel-image {
    display: block;
    width: 60%;
    text-align: center;
    margin: auto; }
    @media only screen and (max-width: 420px) {
      .carrousel-card-res .carrousel-image {
        width: 100%; } }
    @media only screen and (max-width: 330px) {
      .carrousel-card-res .carrousel-image {
        width: 100%; } }
    .carrousel-card-res .carrousel-image img {
      width: 120px;
      height: 120px;
      display: table-cell;
      object-fit: scale-down;
      margin: auto; }
  .carrousel-card-res .carrousel-text {
    width: 100%;
    display: block;
    margin-top: -20px; }

.ofertas-block {
  display: table-caption;
  caption-side: top; }
  .ofertas-block.detalle-articulo {
    display: inline;
    float: left; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .ofertas-block {
      display: block;
      caption-side: top;
      width: 90%;
      margin: auto;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 768px) {
    .ofertas-block {
      display: block;
      caption-side: top;
      width: 90%;
      margin: auto;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 330px) {
    .ofertas-block {
      display: block;
      caption-side: top;
      width: 90%;
      margin: auto;
      margin-bottom: 15px; } }
  .ofertas-block .oferta-flash-block {
    text-align: end;
    color: #a4a4a4; }
    .ofertas-block .oferta-flash-block span {
      color: #ff5745;
      font-size: 18px;
      font-weight: 700; }
  .ofertas-block .oferta-existencias-block {
    text-align: center;
    color: #a4a4a4; }
    .ofertas-block .oferta-existencias-block span {
      color: #ff5745; }
    .ofertas-block .oferta-existencias-block .progress-container {
      display: block;
      height: 0.8rem;
      width: 60%;
      border-radius: 0.4rem;
      background: #eee none repeat scroll 0% 0%;
      margin: auto; }
      .ofertas-block .oferta-existencias-block .progress-container .progress {
        height: 100%;
        width: 0;
        border-radius: 0.4rem;
        background: #ff5745;
        transition: width 0.4s ease; }
