.bm-cart-warning {
    margin: 15px 0;
    display: flex;
    align-items: center;
  }

  #checkout #thecheckout-cart-summary .bm-cart-warning{
    background: none;
  }

  .bm-cart-warning.ps-alert-error,.bm-cart-warning.ps-alert-success{
    margin: 0;
    padding: 0;
  }

  .bm-cart-warning.ps-alert-error .item,.bm-cart-warning.ps-alert-success .item{
    font-size: 12px !important;
    line-height: 12px;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    border: none;
  }
  .remove-from-cart{
    text-decoration: none;
  }
  .product-line-info.product-title a, .product-line-info a.label{
    text-decoration: none;
  }
  
  .bm-cart-warning i {
    margin-right: 10px;
    font-size: 24px;
  }
  
  .bm-cart-warning p {
    margin: 0;
  }
  .bm-cart-warning.alert-warning .material-icons{
    padding-top: 0;
  }  
  .bm-cart-warning.alert-warning p{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .product-line-grid-body > .product-line-info > .label{
    text-decoration: none;
  }