html.page-responsive-mobile-checkout .amount-error-inner {
  position: absolute;
  bottom: 100%;
  background: #d16363;
  padding: 10px;
  margin-bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  white-space: nowrap;
  color: white;
}
html.page-responsive-mobile-checkout .amount-error-inner:before {
  display: none;
}

.error-summary-inner-wrapper li:before {
  display: none;
}
.error-summary-inner-wrapper li {
  padding: 0;
}
html.page-responsive-mobile-checkout body #content-wrapper #main-area .error-summary-inner-wrapper h2 {
  font-size: 16px;
}

html.page-responsive-mobile-checkout body #content-wrapper #main-area .error-summary-inner-wrapper {
  background: #d16363!important;
  color: white!important;
  border: 0!important;
}
html.page-responsive-mobile-checkout body #content-wrapper #main-area .error-summary-inner-wrapper * {
  color: white!important;
}