/*
 Theme Name:   WpCasterPro Child
 Theme URI:    https://qantumthemes.com/
 Description:  The child theme allows easier customizations and template overrides
 Author:       Qantum Themes
 Author URI:   https://qantumthemes.om/
 Template:     wpcasterpro
 Version:      1.0.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar
 Text Domain:  wpcasterpro-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #720eec;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
#wpcasterpro-body .wpcasterpro-master .woocommerce-notices-wrapper > ul,
#wpcasterpro-body .wpcasterpro-master .woocommerce-message,
#wpcasterpro-body .wpcasterpro-master .woocommerce-Message,
#wpcasterpro-body .wpcasterpro-master .woocommerce-info {
  margin: 0;
  background: var(--wpcasterpro-colors-paper);
  border-radius: var(--wpcasterpro-card-border-radius);
  box-shadow: var(--wpcasterpro-card-shadow);
  color: var(--wpcasterpro-colors-ink);
}

.woocommerce-message {
  border-top-color: #8fae1b;
}

.um-account-profile-link {
  display: none;
}

.um-notice {
  width: 700px;
  max-width: 700px;
  margin: 0 auto 1.25rem 0;
}


.welcome-store,
.um-notice.welcome-store {
  margin-bottom: 20px;
}
