
/* 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;
  }
  
  .recent__sales_product .sales_image img {
      margin-right: 18px;
      margin-left: 8px;
      margin-bottom: 6px;
      margin-top: 6px;
      height: 70px;
      -o-object-fit: contain;
      object-fit: contain;
      border-radius: 4px;
  }
  
  .recent__sales_product span.client__name {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    padding: 8px;
    font-size: 13px;
  }
  
  .recent__sales_product span.product__name {
    font-weight: 700;
    font-size: 13px;
    color: #000;
  }
  
  .recent__sales_product span.product__price strong{
    color: #000;
    font-size: 13px;
  }
  
  .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;
    }
     
  }