.bb-basket-mini, div[bb-basket][mini] {

  a {
    text-decoration: none;
  }

  .fa {
    font-size: $font-size-h2;
  }

  .badge-notify {
    background-color: red;
    position: relative;
    top: -34px;
    right: 10px;
    float: right;
  }

  table {
    color: $gray-base;
    font-size: $font-size-base;
    .fa {
      font-size: $font-size-base;
    }
  }

  span.fa-shopping-cart {
    padding-left: 60px;
  }

  span.disabled-cart {
    opacity: 0.4;
    &:hover {
      cursor: default;
    }
  }

}

