.category-index .description {
  height: 100px;
}

.product-show li.container,
.category-show li.container {
  list-style: none;
  width: 380px;
  height: 206px;
}
.product-show .columns.container-product,
.category-show .columns.container-product {
  border-bottom: 1px solid #ed1c24;
  height: 55px;
  list-style: none;
  margin-right: 35px;
  padding-bottom: 15px;
  width: 30%;
}
.product-show .columns.container-product {
  width: 93%;
}

.product-show .siblings ul {
  margin-left: 0px;
  margin-top: 40px;
}


.container .text-box {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: auto;
}

.category-show .container .text-box p {
  margin-left: 15px;
}

.product-show .container-product a,
.category-show .container-product a {
  text-transform: uppercase;
}
.product-show .container-product a::before,
.category-show .container-product h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000;
  margin-right: 15px;
  margin-top: -5px;
}
.category-show li {
  margin: 0px 15px 18px 0px;
}
.category-show li.last-of-row {
  margin-right: 0;
}

.category-show a.button-back {
  margin-top: -50px;
}
/*container image*/
.category-show [class*="block-grid-"] > li.container {
  margin: 5px 0px;
}
.category-show .column,
.category-show .columns {
  padding-left: 0;
  padding-right: 0;
}

.category-show .container a {
  position: relative;
}

  .category-show .container a:hover:after {
    position: absolute;
  }
  .category-show .container a:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
  }

.category-show .container img {
  border: 1px solid #000;
}
.category-show .container .text-box-index {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: auto;
}
  .category-show .container .text-box-index p {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
  }

.product-show a.button-budget.down {
  float: right;
}

.category-index .container .text-box h2 {
  margin-left: 0px;
}

/*fim container image*/
@media only screen and (min-width: 1024px) {
  .product-show .product .only-desktop {
    display: initial !important;
  }

  .product-show .product .only-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .product-show .product .only-desktop {
    display: none !important;
  }

  .product-show .product .only-mobile {
    display: initial !important;
  }
}
@media only screen and (min-width: 1200px) {
  .category-index [class*="block-grid-"] > li.container {
      height: 475px;
      width: 380px;
      margin: 5px 15px 70px 0px;
      padding: 0px;
  }
  .product-show li.container,
  .category-show li.container {
    list-style: none;
    float: left;
    position: relative;
  }
  .category-index .text-box-index p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 15px;
  }
  .category-index .container .text-box {
    width: 380px;
    position: relative;
  }
}

@media only screen and (max-width: 1200px) {
  .category-show a.button-back {
    margin-top: 0px;
  }

  .row .row {
    margin: 0;
  }

  .product-show li.container,
  .category-show li.container {
    list-style: none;
    width: 300px;
    height: 163px;
    left: 50%;
    margin-left: -150px;
    position: relative;
    margin-bottom: 50px;
  }

  .product-show .columns.container-product,
  .category-show .columns.container-product {
    width: 100%;
  }

  /*container image*/
  [class*="block-grid-"] > li.container {
    height: 165px;
    width: 300px;
    margin: 5px 0px;
  }
    .container a {
      position: relative;
    }
    .container img {
      border: 1px solid #000;
    }
    .container .text-box,
    .container .text-box-index {
      background-color: rgba(255, 255, 255, 0.5);
      bottom: -65px;
      position: absolute;
      width: 100%;
      height: auto;
    }
      .container .text-box,
      .container .text-box-index p {
        color: #000;
        font-size: 17px;
        font-weight: 600;
        padding: 10px 15px;
        text-transform: uppercase;
      }
    .category-show .column,
    .category-show .columns {
      margin: 0px 0px 18px;
    }
  /*fim container image*/

  .category-show li.container {
    margin-bottom: 70px;
  }

  .category-show [class*="block-grid-"] > li.container {
    height: 165px;
    width: 300px;
    margin: 20px;
    margin-left: -150px;
    padding: 0px;
  }

  .category-show .container .text-box {
    bottom: 0;
    position: absolute;
  }

  .category-show .container img {
    border: none;
    height: 165px;
    width: 300px;
    border: 1px solid #000;
  }
  .product-show li.container,
  .category-show li.container {
    list-style: none;
  }
  .category-index .text-box-index p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 15px;
  }

  .product-show .product .columns {
    float: left;
    margin-top: 15px;
    margin-right: -7px;
    padding-left: 0px;
    padding-right: 30px;
    position: relative;
  }
}
