/* PROVA SOCIAL */

.recent__sales_product {
  width: 20%;
  background: #fff;
  z-index: 99;
  margin: 11px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  width: 368px;
  z-index: 9999;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 5.81px 1.19px rgba(153,153,153,.23);
  border-radius: 4px;
  max-width: 25%
}

.recent__sales_products span {
  position: relative
}

.recent__sales_product>div {
  display: flex;
  align-items: center;
  padding: 10px
}

.recent__sales_product .sales_image img {
  width: 150px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}

.recent__sales_product .sales_image {
  margin-left: 12px;
  width: 20%;
  margin-right: 10px;
  display: flex;
  align-items: center
}

span.client__name {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  padding: 8px;
  font-size: 13px;
}

span.product__name {
  font-weight: 700;
  font-size: 15px;
  color: #000;
}

span.product__price strong{
  color: #000;
}

.sales_close {
  cursor: pointer
}

.sales_close i {
  position: absolute;
  top: 9px;
  right: 15px;
  font-size: 16px
}

.sales_infos>a {
  display: grid
}

span.product__price {
  margin-top: 11px;
  font-size: 14px
}

span.product__price b {
  font-weight: 700
}


@media(max-width: 992px){
    
  .recent__sales_product{
      max-width: 87% !important;
      bottom: -3px !important;
  }
   
}