/* WARNING: Any changes to this file will be lost when the plugin is updated. */

.rb-cart-icon-container {
    position: relative;
    display: inline-block;
  }

.rb-cart-icon {
    font-size: 24px;
    color: black;
}

.rb-cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}