#alert-container {
  top: 100px;
  right: 5px;
  position: fixed;
  z-index: 9999999;
}
#alert-container .alert {
  max-width: 450px !important;
  min-height: 45px !important;
  font-weight: 400;
  position: relative;
  padding: 15px 40px 15px 60px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #bff9d0;
}
#alert-container .alert .message-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 20px;
  fill: #299c77;
  stroke: #299c77;
}
#alert-container .alert.alert-dismissible .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  padding: 0;
}

body.show-admin-bar #alert-container {
  top: 140px;
}
body.show-admin-bar .ps-panel--sidebar {
  top: 40px;
}
body.show-admin-bar .header.header--sticky .header__top, body.show-admin-bar .header.header--sticky .navigation--mobile {
  top: 40px;
}
body.show-admin-bar .header.header--product.header--sticky .navigation {
  top: 40px;
}
body.show-admin-bar .ps-filter--sidebar {
  top: 40px;
}
body.show-admin-bar #avatar-modal {
  top: 80px;
}

body .rst-password-block .msg {
  font-size: 24px;
  font-weight: 600;
}
