html{
  background: #f1f1f1 !important;
}

/*shadown blocks*/
.page-product .row .right, .page-product .row .left .product-image, .page-product .details{
  box-shadow: 1px 1px 3px rgba(0,0,0,0.17);
}

.page-product{
  margin: 160px 0 60px 0;
}

.page-product .product-image{
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  border: 1px solid #aaa;
  border-radius: 12px;
}

.page-product .product-image img{
  border-radius: 10px;
}

.page-product h2{
  font-weight: 600;
  font-size: 25px;
  margin: 0 0 25px 0;
}

.page-product .right{
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
}
  
  .page-product .right h5{
    color: #0075FF;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 12px 0;
  }

.page-product .right p{
  margin: 0;
}

.page-product .right a{
  text-decoration: none;
  color: #333;
}


.page-product .right .info-pay{
  border-bottom: 1px solid #999;
  padding: 15px 0 15px 0;
}

.page-product .right .info-pay p{
  font-size: 14px;
  font-weight: 100;
  color: #595959;
  display: grid;
  font-weight: 400;
  grid-template-columns: 8% 92%;
}

.page-product .right .info-pay p svg{
  font-size: 16px;
  margin: 4px 0;
}

.page-product .right .frete-area{
  border-radius: 6px;
  background: #FFF;
  margin-top: 20px;
  padding: 10px;
  box-shadow: 4px 4px 10px rgba(0,0,0,.1);
}

.page-product .right .frete-area legend{
  font-size: 16px;
}

.page-product .right .frete-area input{
  padding: 8px;
  border-radius: 5px;
  border: none;
  background: #EEE;
  box-shadow: none !important;
  outline: none !important;
}

.page-product .right .frete-area button{
  padding: 7px;
  float: right;
  border: 0;
  color: #FFF;
  border-radius: 5px;
  background: #3A89FF;
}
  
  .page-product a#buy{
    display: block;
    text-align: center;
    text-decoration: none;
    background: #00D649;
    color: #FFF;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 13px 35px 13px 35px;
    border-radius: 10px;
    border: none;
  }
  
  .page-product a#buy:hover{
    background: #00B553;
  }
  
  .page-product a#buy .iconify{
    font-size: 24px;
    vertical-align: top;
    margin-right: 10px;
  }

.page-product a#btn-avalie-seu-veiculo{
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px;
  color: #FFF;
  font-size: 18px;
  border-radius: 8px;
  display: block;
  text-align: center;
  width: 100%;
  background: #ff7f0e;
}

.page-product a#btn-avalie-seu-veiculo:hover{
    background: #ee6e0d;
}

.page-product a#btn-avalie-seu-veiculo svg{
  font-size: 25px;
}
  
  .page-product .col-md-6 + .col-md-6{
    padding: 20px;
  }

.page-product div.telefone-empresa{
  border: 1px solid #888;
  border-radius: 10px;
  padding: 20px 10px 10px 10px;
  text-align: center;
}

.page-product div.telefone-empresa h4{
  font-weight: bold;
}

.page-product .btn-ofertas{
  display: block;
  text-align: center;
  padding: 8px 10px 8px 10px;
  width: 100%;
  background: #ff7f0e;
  color: #FFF;
  border-radius: 5px;
}

  /*details products*/
  .page-product .details{
    background: #FFF;
    border-radius: 10px;
    margin: 30px 10px 0 10px;
    padding: 30px 20px 40px 20px;
  }

  
  .page-product .details .text-details h5{
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    color: #000 !important;
  }
  
  .page-product .text-details p{
    margin: 0 0 25px 0;
    color: #555;
  }

.page-product .details-products{
  border-left: 1px solid #ccc;
  padding-left: 40px;
}

.page-product .details-products h4{
  font-weight: bold;
  color: #ff7f0e;
}

.page-product .details-products .card{
  background: none;
  border: none;
  border-bottom: 1px solid #ccc !important;
  padding: 0 0 25px 0 !important;
  margin: 0 0 20px 0;
}

.page-product .details-products .card .card-text{
  font-size: 14px;
  color: #555;
  font-weight: 0 !important;
}

.page-product .details-products .card .card-price{
  color: #3A89FF;
  font-weight: bold;
}

.page-product .details-products .card .col-md-7{
  padding: 0;
}

.page-product .details-products .card .card-img-top{
  object-fit: cover;
  width: 100%;
  border-radius: 3px;
  height: 100%;
}

.page-product ul{
  margin: 10px 0 0 0;
  padding: 0;
}
  
  .page-product ul li{
    color: #444;
    list-style: none;
  }
.page-product ul li svg{
  color: #000 !important;
  font-size: 20px;
  margin-bottom: -3px;
}
  
.page-product .content-carousel{
  margin-top: 60px;
}

/*categorias*/
.page-product ul.categoria{
  display: inline;
  display: flex;
}

.page-product ul.categoria li svg{
  font-size: 24px !important;
  margin-right: 7px;
}

.content-carousel{
  margin-bottom: 100px;
}

.content-carousel h2{
  color: #333 !important;
}

@media screen and (max-width: 991px){
  .content-carousel{
    padding: 0 !important;
  }
  
  .page-product{
    margin-top: 230px;
  }
  
  .page-product .details{
    margin: 45px 0 0 0 !important;
  }
  
  .page-product .details .details-products{
    border: none;
  }
}

@media only screen and (max-width: 767px){
  .page-product .right{
    margin-top: 40px;
  }
}

@media only screen and (max-width: 639px){
  .uk-slider ul .content-img{
    height: 350px;
  }
}