@media (min-width: 992px) {
  .categoria-descricao {
    padding: 1.6rem 0 0 1.6rem;
    position: relative;
    z-index: 9;
  }
}

@media (min-width: 992px) {
  .categoria-descricao:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    z-index: 9999;
    width: 64%;
    height: 100%;
  }
}

.box-filtrar h3 {
  font-size: 1.28rem;
  font-family: 'Jura', 'Open Sans', sans-serif;
  color: #CC212A;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.96rem;
  margin-bottom: 2.4rem !important;
}

.box-filtrar h4 {
  font-weight: 600;
  font-size: 1.04rem;
  font-family: 'Jura', 'Open Sans', sans-serif;
  color: #869099;
  text-transform: uppercase;
}

.box-filtrar form > div {
  width: 100%;
}

.box-filtrar form > div > ul > li:not(:last-of-type) {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.96rem;
  margin-bottom: 2.4rem;
}

.box-filtrar ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.box-filtrar li {
  display: block;
  padding-right: 0;
}

.box-filtrar li label {
  font-size: .8rem;
  color: #686F89;
}

.box-filtrar input[type='submit'] {
  border-radius: 4px;
  color: #FFFFFF;
  font-size: .96rem;
  background: #FF0000;
  transition: background .4s ease-in-out;
  display: block;
  margin: 1.2rem auto 0;
  border: 0;
  padding: 0.24rem 2.4rem;
}

.box-filtrar input[type='submit']:hover {
  background: #ce0000;
}

.box-produto {
  transition: all .4s ease-in-out;
  /* padding-bottom: .64rem; */
}

@media (min-width: 992px) {
  .box-produto {
    /* padding-bottom: 3.44rem; */
    position: relative;
    overflow: hidden;
  }
}

.box-produto .box-img {
  margin: .64rem .64rem 0;
}

.box-produto .foto-principal {
  opacity: 1;
  transition: opacity .4s ease-in-out;
}

.box-produto .foto-hover {
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity .4s ease-in-out;
}

.box-produto .titulo-produto {
  color: #3C3C3C;
  font-size: .8rem;
  text-align: center;
  margin-left: .64rem;
  margin-right: .64rem;
  transition: all .4s ease-in-out;
}

@media (min-width: 992px) {
  .box-produto .titulo-produto {
    font-size: .928rem;
  }
}

.box-produto .link-detalhes {
  transition: all .4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  /*
        &:before{
          content: "";
          display: block;
          width: 1.44rem;
          height: 1.44rem;
          background: #FF0000;
          margin-right: .24rem;
          background-image: url('../../images/__icone-orcamento.svg');
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 4px;
          background-size: .96rem;
  
          @media (min-width: 992px){
            width: 2.24rem;
            height: 2.24rem;
            background-size: 1.6rem;
          }
  
        }
        */
}

.box-produto .link-detalhes span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF;
  background: #FF0000;
  border-radius: 4px;
  text-transform: uppercase;
  height: 1.44rem;
  font-size: .56rem;
  padding-left: .48rem;
  padding-right: .48rem;
}

@media (min-width: 992px) {
  .box-produto .link-detalhes span {
    height: 2.24rem;
    font-size: .72rem;
    min-width: 6.4rem;
    padding: unset;
  }
}

@media (min-width: 992px) {
  .box-produto .link-detalhes {
    position: absolute;
    bottom: 1.2rem;
    right: -6.64rem;
  }
}

.box-produto:hover {
  box-shadow: 0px 3px 12px #C1C1C1;
  /*
        .link-detalhes{
          @media (min-width: 992px){
            right: .64rem;
          }
        }
        */
}

.box-produto:hover .foto-principal {
  opacity: 0;
}

.box-produto:hover .foto-hover {
  opacity: 1;
}

.box-produto:hover .titulo-produto {
  color: #CC212A;
}

.box-pagination {
  background: #FFFFFF;
}

.box-pagination .wp-pagenavi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box-pagination .wp-pagenavi > * {
  margin: 0 0.8rem !important;
  width: 2.24rem;
  height: 2.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.12rem;
  border: 1px solid #707070 !important;
  color: #888888 !important;
  font-weight: normal !important;
  transition: all 0.24s ease-in-out;
  background: #FFFFFF;
  border-radius: 8px;
}

.box-pagination .wp-pagenavi .current {
  background: #CC212A !important;
  border: 1px solid #CC212A !important;
  color: #ffffff !important;
}

.box-pagination .wp-pagenavi a:hover {
  background: #CC212A !important;
  border: 1px solid #CC212A !important;
  color: #ffffff !important;
}

.box-pagination .wp-pagenavi > *:first-child {
  margin-left: 1.28rem !important;
}

.box-pagination .wp-pagenavi > *:last-child {
  margin-right: 1.28rem  !important;
}
