p.after::after {
  content: '';
  width: 240px;
  height: 4px;
  background: #ff5a00;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*
.page-loja .item {
  height: 230px;
  -webkit-box-shadow: 0 0 20px rgba(204, 204, 204, .5);
          box-shadow: 0 0 20px rgba(204, 204, 204, .5);
  border-bottom: 6px solid #ff5a00;
  padding: 0 50px;
  margin-bottom: 60px;
}*/

.page-loja .item{
  box-shadow: 0px 10px 10px rgba(235, 182, 182, 0.1);
  border-bottom: #ff5a00 6px solid;
  background-color: #fff !important;
}

.page-loja .item h1{
  font-size: 16px;
  line-height: 26px;
  color: #ff5a00;
}

.page-loja .item span{
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}

.page-loja .item .box-img{
  width: 100%;
  max-height: 250px;
  display: flex;
  justify-content: center;
}

.page-loja .item .box-img img{
  width: auto;
  height: 100%;
  max-height: 250px;
}

.produto-single .especificacoes{
  background-color: #F9F9F9;
  padding: 60px 0px;
}

.produto-single .especificacoes h1{
  font-size: 28px;
  line-height: 24px;
  color: #808080;
}

.produto-single .especificacoes ul{
  list-style: none;
  margin-right: 2rem !important;
}

.produto-single .especificacoes ul h2{
  font-size: 14px;
  line-height: 29px;
  color: #FF5A00;
  font-family: 'Open Sans';
  font-weight: 700;
}

.produto-single .especificacoes ul li{
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 14px;
  line-height: 29px;
  color: #808080;
}

.produto-single .box-image{
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
}

.produto-single .item{
  border: 1px solid #CCCCCC;
}

.produto-single .diferenciais{
  list-style: none;
  column-count: 2;
}

.produto-single .diferenciais li{
  margin-bottom: 30px;
  display: flex;
}

.produto-single .diferenciais img{
  min-width: 50px !important;
}

.produto-single .diferenciais li span{
  width: 180px !important;
}

.produto-single .brdtop{
  position: relative;
  margin-top: 1rem;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 10px;
  font-weight: 16px;
  color: #808080;
}

.produto-single .brdtop::before{
  content: '';
  position: absolute;
  top: -1rem;
  left: 0px;
  width: 300px;
  height: 6px;
  background-color: #ff5a00;
  z-index: 1;
}

.produto-single .brdtop::after{
  content: '';
  position: absolute;
  top: -0.7rem;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #B3B3B3;
  z-index: 0;
}

.produto-single h3{
  font-size: 20px;
  line-height: 24px;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #ff5a00;
}

.produto-single .titlesingle{
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #ff5a00;
}

.produto-single .obj-contain {
  width: 106px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.produto-single .obj-containn {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media(min-width: 1200px){
  .produto-single .obj-containn {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}


.page-loja .brdbottom{
  position: relative;
  margin-top: 1rem;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 10px;
  font-weight: 16px;
  color: #808080;
}

.page-loja .brdbottom::before{
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0px;
  width: 240px;
  height: 6px;
  background-color: #ff5a00;
  z-index: 1;
}

.page-loja .brdbottom::after{
  content: '';
  position: absolute;
  bottom: -0.7rem;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #B3B3B3;
  z-index: 0;
}

.produto-single .brdbottom{
  position: relative;
  margin-top: 1rem;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 10px;
  font-weight: 16px;
  color: #808080;
}

.produto-single .brdbottom::before{
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0px;
  width: 240px;
  height: 6px;
  background-color: #ff5a00;
  z-index: 1;
}

.produto-single .brdbottom::after{
  content: '';
  position: absolute;
  bottom: -0.7rem;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #B3B3B3;
  z-index: 0;
}


.page-loja button.owl-prev {
  top: 140px;
  left: -20px;
}

.page-loja button.owl-next {
  top: 140px;
  right: -20px;
}

.page-loja .obj-containn {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.produto-single .footer .bg-light{
  background-color: #fff !important;
}

.produto-single .dimensionamento:nth-child(odd){
  background-color: #FF5A00;
  border-radius: 10px;
  color: #fff !important;
  margin-right: 1rem;
  width: 45%;
  height: auto;
}

.produto-single .dimensionamento:nth-child(odd) p{
  color: #fff !important;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Open Sans';
  margin: 0;
}

.produto-single .dimensionamento:nth-child(odd) h2{
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  font-family: 'Open Sans';
}

.produto-single .dimensionamento:nth-child(odd) svg{
  color: #fff !important;
  
}

.produto-single .dimensionamento:nth-child(odd) h1{
  color: #fff !important;
  font-size: 15px;
  font-family: 'Open Sans';
  font-weight: 700;
  margin: 0;

}

/*-------------------------------------------------*/

.produto-single .dimensionamento:nth-child(even){
  background-color: #F2F2F2;
  border-radius: 10px;
  color: #fff !important;
  width: 45%;
  height: auto;
}

.produto-single .dimensionamento:nth-child(even) p{
  color: #808080 !important;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Open Sans';
  margin: 0;
}

.produto-single .dimensionamento:nth-child(even) h2{
  color: #4D4D4D !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  font-family: 'Open Sans';
}

.produto-single .dimensionamento:nth-child(even) svg{
  color: #FF5A00 !important;
}

.produto-single .dimensionamento:nth-child(even) h1{
  color: #FF5A00 !important;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Open Sans';
  margin: 0;

}

