.er-volume-discounts__wrapper {
  width: var(--min_width);
  max-width: 100%;
  background: var(--bg_color);
  display: block;
  padding: var(--padding);
  border-radius: 4px;
  margin-left: var(--box-margin-left);
  margin-right: var(--box-margin-right);
}
.er-volume-discounts__wrapper p {
  margin: 0;
}
.er-volume-discounts__wrapper .er-hidden {
  display: none !important;
}

.er-volume-discounts__wrapper .er-select {
  position: relative;
}
.er-volume-discounts__heading {
  margin: 10px 0;
}
.er-volume-discounts__wrapper .er-select__select {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 7px 2.25em 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background-image: none;
  border-radius: 20px;
}

.er-volume-discounts__wrapper .er-select__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.er-volume-discounts__wrapper .er-option-radio {
  position: relative;
  margin-right: 11px;
  cursor: pointer;
  width: 14px;
  flex: 0 0 14px;
}

.er-volume-discounts__wrapper .er-option-radio::before,
.er-volume-discounts__wrapper .er-option-radio::after {
  content: "";
  display: block;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.er-volume-discounts__wrapper .er-option-radio::before {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 2px solid var(--rule_color);
}

.er-volume-discounts__wrapper .er-option-radio::after {
  width: 6px;
  height: 6px;
  background-color: var(--rule_color);
  opacity: 0;
  transition: all 0.2s ease;
}

.er-volume-discounts__wrapper .er-rule-item:hover .er-option-radio::after {
  opacity: 0.5;
}

.er-volume-discounts__wrapper .er-rule-price__compare {
  text-decoration: line-through;
}
.ec-sold-out {
  color: #aaa;
  text-decoration: line-through;
}
button.er-volume-btn__atc {
  margin: 15px 0 0;
  cursor: pointer;
  border-radius: var(--action_btn_border_radius);
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: var(--action_btn_bg) !important;
  border: none;
  padding: 12px 18px;
}

div[class*="er-volume-discounts__list"] .er-rule-item__box {
  position: relative;
  padding: 18px 16px 20px;
  color: var(--rule_color);
  background-color: var(--rule_bg);
  border-radius: var(--rule_border_radius);
}

div[class*="er-volume-discounts__list"] .er-rule-item__box:before {
  content: "";
  border-radius: var(--rule_border_radius);
  border: 1px solid var(--rule_border_color);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 16px;
  z-index: 0;
  transition: border 300ms ease;
}

div[class*="er-volume-discounts__list"] .er-rule__variations {
  font-size: var(--rule_variant_font_size);
  position: relative;
  z-index: 5;
}

div[class*="er-volume-discounts__list"] .er-rule-item__trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  cursor: pointer;
}

div[class*="er-volume-discounts__list"] .er-rule-item__main {
  display: block;
  width: 100%;
  color: inherit;
}

div[class*="er-volume-discounts__list"] [type="radio"] {
  position: absolute;
  left: -9999px;
  display: none;
}

div[class*="er-volume-discounts__list"] .er-rule-item__featured {
  display: flex;
  max-width: 100%;
}

div[class*="er-volume-discounts__list"] .er-rule-item__summary {
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
}

div[class*="er-volume-discounts__list"] .er-rule-item__radio {
  flex-basis: 0;
  flex-grow: 1;
}

div[class*="er-volume-discounts__list"] .er-rule-item__name {
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
}

div[class*="er-volume-discounts__list"] .er-rule-item {
  font-size: var(--rule_font_size);
  line-height: 1.2;
  position: relative;
  min-width: 140px;
}
.er-volume-discounts__list .er-rule-item {
  margin-bottom: var(--rule_gap);
}
div[class*="er-volume-discounts__list"] .er-rule-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: var(--rule_font_size);
  font-weight: 500;
  line-height: inherit;
  color: inherit;
  letter-spacing: inherit;
}

div[class*="er-volume-discounts__list"] .er-rule-price__price {
  margin-left: -5px;
  text-align: right;
}

div[class*="er-volume-discounts__list"] .er-rule-price__label,
div[class*="er-volume-discounts__list"] .er-rule-price__regular,
div[class*="er-volume-discounts__list"] .er-rule-price__compare {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 5px;
}

div[class*="er-volume-discounts__list"] .er-rule-price__label {
  font-size: 0.75em;
  font-weight: 500;
}

div[class*="er-volume-discounts__list"] .er-rule-price--per-item {
  margin-bottom: 7px;
}

div[class*="er-volume-discounts__list"] .er-rule-price--total .er-rule-price__label {
  font-weight: 700;
}

div[class*="er-volume-discounts__list"] .er-rule__variations {
  margin-top: 10px;
  display: table;
  width: 100%;
  margin-bottom: -5px;
}

div[class*="er-volume-discounts__list"] .er-rule__variation {
  width: 100%;
  margin: 0 0 11px;
}

div[class*="er-volume-discounts__list"] .er-variant__label {
  font-weight: 500;
  line-height: 1;
  padding: 6px 15px 5px 0;
  display: table-cell;
}

div[class*="er-volume-discounts__list"] .er-variant__field {
  flex-basis: 0;
  flex-grow: 1;
  display: table-cell;
  padding: 6px 0 5px 0;
  width: 100%;
  line-height: 1.28571428;
}

div[class*="er-volume-discounts__list"] .er-variant__field .er-select {
  color: var(--rule_variant_color);
}

div[class*="er-volume-discounts__list"] .er-variant__field .er-select__select {
  border-radius: var(--rule_variant_border_radius);
  background-color: var(--rule_variant_bg);
  border-color: var(--rule_variant_border_color);
  color: inherit;
  cursor: pointer;
}

div[class*="er-volume-discounts__list"] [type="radio"]:checked + .er-rule-item__box {
  color: var(--rule_selected_color);
  background-color: var(--rule_selected_bg);
}

div[class*="er-volume-discounts__list"] [type="radio"]:checked + .er-rule-item__box::before {
  border-color: var(--rule_selected_border_color);
}

div[class*="er-volume-discounts__list"] [type="radio"]:checked + .er-rule-item__box .er-option-radio::before {
  border-color: var(--rule_selected_radio_color);
}

div[class*="er-volume-discounts__list"] [type="radio"]:checked + .er-rule-item__box .er-option-radio::after {
  background-color: var(--rule_selected_radio_color);
  opacity: 1;
}

div[class*="er-volume-discounts__list"] [type="radio"]:checked + .er-rule-item__box .er-rule__featured-badge,
.er-rule-item__active .er-rule__featured-badge{
  background-color: var(--rule_selected_featured_badge_bg) !important;
  color: var(--rule_selected_featured_badge_color) !important;
}

.er-volume-discounts__wrapper [type="radio"]:checked + .er-rule-item__box .er-effect--flash::after,
.er-rule-item__active .er-effect--flash::after{
  background-image: linear-gradient(90deg, transparent, var(--rule_selected_featured_badge_effect_color), transparent) !important;
}

div[class*="er-volume-discounts__list"] [type="radio"]:checked + .er-rule-item__box .er-rule-price__reduction {
  background-color: var(--rule_selected_reduction_badge_bg);
  color: var(--rule_selected_reduction_badge_color);
}

div[class*="er-volume-discounts__list"] [type="radio"]:not(:checked) + .er-rule-item__box .er-rule__variations {
  display: none;
}

div[class*="er-volume-discounts__list"] .er-rule__featured-badge {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: var(--rule_featured_badge_border_radius);
  background-color: var(--rule_featured_badge_bg);
  font-size: var(--rule_featured_badge_font_size);
  font-weight: 700;
  line-height: 1.3333333;
  color: var(--rule_featured_badge_color);
  position: relative;
  overflow: hidden;
  z-index: 10;
}

div[class*="er-volume-discounts__list"] .er-rule__featured-badge-icon,
div[class*="er-volume-discounts__list"] .er-rule__featured-badge-text {
  position: relative;
  z-index: 1;
}

div[class*="er-volume-discounts__list"] .er-rule__featured-badge-icon {
  display: block;
  margin-right: 0.5em;
}

div[class*="er-volume-discounts__list"] .er-rule__featured-badge-icon > * {
  display: block;
  width: 1em;
  fill: currentColor;
}

div[class*="er-volume-discounts__list"] .er-rule__featured-badge-icon.er-ficon--1 > * {
  width: 1.5em;
}

div[class*="er-volume-discounts__list"] .er-rule__featured-badge-icon.er-ficon--2 > * {
  height: 1.16666666em;
}

div[class*="er-volume-discounts__list"] .er-rule-price__reduction {
  border-radius: var(--rule_reduction_badge_border_radius);
  background-color: var(--rule_reduction_badge_bg);
  font-size: var(--rule_reduction_badge_font_size);
  color: var(--rule_reduction_badge_color);
  font-weight: 700;
  line-height: 1;
}

.er-volume-discounts__list-template-1 .er-rule-item--most-popular .er-rule-item__box {
  padding-top: 14px;
}

.er-volume-discounts__list-template-1 .er-rule__featured-badge {
  padding: 0.5em 1.3333em;
  margin: 0 0 0.8333em;
}

.er-volume-discounts__list-template-1 .er-rule-price__reduction {
  padding: 0.33333333em 0.83333333em;
  margin: 0 0 0 10px;
}

.er-volume-discounts__list-template-2 .er-rule-item__featured {
  padding-left: 10px;
}

.er-volume-discounts__list-template-2 .er-rule__featured-badge {
  padding: 0.25em 1em;
}

.er-volume-discounts__list-template-2 .er-rule-price__reduction {
  padding: 0.28571429em 0.85714286em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  margin-bottom: calc(-0.28571429 * 1em - 0.5 * var(--rule_reduction_badge_font_size));
}

.er-volume-discounts__list-template-2 .er-rule__variations {
  margin-bottom: -2px;
}

.er-volume-discounts__list-template-2 .er-rule-item__box {
  position: relative;
  padding-top: 15px;
}

/* Grid layout */
.er-volume-table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}

.er-volume-table tr th,
.er-volume-table tr td {
  border: 1px solid var(--grid_border_color) !important;
  padding: 10px 10px !important;
  border-top: 1px solid var(--grid_border_color) !important;
}

.er-volume-table tr th {
  color: var(--grid_heading_color);
  background: var(--grid_heading_bg);
  font-size: var(--grid_heading_font_size);
  text-align: var(--grid_heading_alignment);
}

.er-volume-table tr td {
  color: var(--grid_body_color);
  background: var(--grid_body_bg);
  font-size: var(--grid_body_font_size);
  text-align: var(--grid_body_alignment);
}

.er-volume-table tr td:nth-child(2) {
  color: var(--grid_body_price_color);
}

@media (max-width: 1024px) {
  .er-volume-discounts__wrapper {
    width: auto;
    max-width: 100%;
  }

  .er-volume-discounts__list .er-rule-price {
    padding-left: 25px;
    align-items: flex-start;
  }

  .er-volume-discounts__list [type="radio"] + label {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

.er-volume-discounts__wrapper .er-notifications {
  font-size: 0.875em;
  line-height: 1.5;
  color: #052c65;
  text-align: center;
  background-color: #cfe2ff;
  border: 1px solid #9ec5fe;
  padding: 0.75em 1em;
  margin-top: 1em;
}

.er-volume-discounts__wrapper .er-notifications.er-success {
  color: #0a3622;
  background-color: #d1e7dd;
  border-color: #a3cfbb;
}

.er-volume-discounts__wrapper .er-notifications.er-error {
  color: #58151c;
  background-color: #f8d7da;
  border-color: #f1aeb5;
}

.er-volume-discounts__wrapper .er-coppyright svg {
  width: 12px;
  fill: currentColor;
}

.er-volume-discounts__wrapper .er-coppyright {
  text-decoration: none;
  color: #8f8f8f;
  font-size: 12px;
  display: flex;
  width: 100%;
  gap: 2px;
  justify-content: flex-end;
  margin-top: 2px;
  width: 100%;
  transition: all 0.3s;
}

.er-box-radius .er-coppyright {
  padding-right: 10px;
}

.er-volume-discounts__wrapper .er-coppyright:hover {
  color: #0ec1ae;
}
.er-volume-discounts__heading {
  position: relative;
  color: var(--cl-heading);
  justify-content: var(--text-align);
  margin-bottom: 15px;
  display: flex;
}
.er-volume-discounts__heading > span {
  display: inline-block;
  vertical-align: top;
}
.er-volume-discounts__heading-style-2 .er-volume-discounts__heading {
  display: flex;
  align-items: center;
}
.er-volume-discounts__heading-style-2.er-text-center .er-volume-discounts__heading {
  justify-content: center;
}
.er-volume-discounts__heading-style-2.er-text-end .er-volume-discounts__heading {
  justify-content: flex-end;
}
.er-volume-discounts__heading-style-2 .er-volume-discounts__heading::before,
.er-volume-discounts__heading-style-2 .er-volume-discounts__heading::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  background: var(--cl-heading);
}
.er-volume-discounts__heading-style-2 .er-volume-discounts__heading > span {
  margin: 0 10px;
}
.er-volume-discounts__heading-style-3 .er-volume-discounts__heading,
.er-volume-discounts__heading-style-4 .er-volume-discounts__heading {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.er-volume-discounts__heading-style-3 .er-volume-discounts__heading > span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  width: 40px;
  height: 2px;
  background-color: var(--cl-heading);
  bottom: 0;
  left: 0;
}
.er-volume-discounts__heading-style-3.er-text-center .er-volume-discounts__heading > span::after {
  left: 0;
  right: 0;
  margin: auto;
}
.er-volume-discounts__heading-style-3.er-text-end .er-volume-discounts__heading > span::after {
  left: auto;
  right: 0;
  margin: auto;
}
.er-volume-discounts__heading-style-4 .er-volume-discounts__heading {
  border-bottom: 2px solid rgba(119, 119, 119, 0.17);
}
.er-volume-discounts__heading-style-4 .er-volume-discounts__heading > span {
  position: relative;
}
.er-volume-discounts__heading-style-4 .er-volume-discounts__heading > span::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  background-color: var(--cl-heading);
}

.er-volume-discounts__heading-style-8 .er-volume-discounts__heading span {
  display: inline-block;
  position: relative;
  z-index: 9;
}
.er-volume-discounts__heading-style-8 .er-volume-discounts__heading > span::after {
  content: "";
  height: 8px;
  background: var(--cl-heading);
  opacity: 0.7;
  position: absolute;
  bottom: 0px;
  opacity: 0.3;
  left: 0;
  width: 100%;
  z-index: -1;
}
.er-volume-discounts__heading-style-9 .er-volume-discounts__heading,
.er-volume-discounts__heading-style-10 .er-volume-discounts__heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.er-volume-discounts__heading-style-9 .er-volume-discounts__heading:after,
.er-volume-discounts__heading-style-9 .er-volume-discounts__heading:before,
.er-volume-discounts__heading-style-10 .er-volume-discounts__heading:after,
.er-volume-discounts__heading-style-10 .er-volume-discounts__heading:before {
  content: "";
  flex: 1 0 0%;
  display: inline-block;
  height: 1px;
  background: 0 0;
  border-top: 1px solid #ddd;
}
.er-volume-discounts__heading-style-9 .er-volume-discounts__heading > span,
.er-volume-discounts__heading-style-10 .er-volume-discounts__heading > span {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.er-volume-discounts__heading-style-9.er-text-start .er-volume-discounts__heading > span,
.er-volume-discounts__heading-style-10.er-text-start .er-volume-discounts__heading > span {
  padding-left: 0;
}
.er-volume-discounts__heading-style-9.er-text-start .er-volume-discounts__heading:after,
.er-volume-discounts__heading-style-9.er-text-start .er-volume-discounts__heading:before,
.er-volume-discounts__heading-style-10.er-text-start .er-volume-discounts__heading:after,
.er-volume-discounts__heading-style-10.er-text-start .er-volume-discounts__heading:before {
  order: 3;
}
.er-volume-discounts__heading-style-9.er-text-end .er-volume-discounts__heading > span,
.er-volume-discounts__heading-style-10.er-text-end .er-volume-discounts__heading > span {
  padding-right: 0;
  order: 3;
}
.er-volume-discounts__heading-style-10 .er-volume-discounts__heading::before,
.er-volume-discounts__heading-style-10 .er-volume-discounts__heading::after {
  height: 3px;
  border-bottom: 1px solid #ddd;
}
.er-flex.er-flex-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.er-volume-discounts__grid-new_wrapper .er-flex.er-flex-column {
  align-items: center;
}
.er-volume-discounts__list_new {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding-top: 8px;
}
.er-volume-discounts__grid-new_wrapper {
  grid-template-columns: repeat(var(--grid_columns), 1fr);
  display: grid;
  gap: var(--rule_gap, 10px);
}
.er-volume-discounts__grid-new_wrapper .er-flex.er-flex-column {
  align-items: center;
}
.er-volume-discounts__grid-new_wrapper .er-rule-item__box {
  height: 100%;
}
.er-volume-discounts__grid-new_wrapper .er-rule-item__summary {
  flex-direction: column;
  align-items: center !important;
  gap: 10px;
  margin: 5px 0 9px !important;
  text-align: center;
}
.er-volume-discounts__grid-new_wrapper .er-rule-price__reduction {
  padding: 0.25em 1em;
}
.er-volume-discounts__grid-new_wrapper .er-rule__featured-badge {
  padding: 0.4em 0.5em;
}
.er-rule-item__featured.er-rule-item__featured--sticky {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  top: -8px;
  width: fit-content;
}
.er-rule__featured-badge-text {
  text-wrap: nowrap;
}
.er-rule-item__featured--sticky:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 0 8px 6px;
  border-color: transparent transparent var(--rule_featured_badge_bg, #fff) transparent;
  top: 0;
  left: 1px;
  transform: translate(-100%);
  filter: brightness(0.8);
}
.er-rule-item__featured--sticky::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 6px 8px 0;
  border-color: transparent transparent var(--rule_featured_badge_bg, #fff) transparent;
  top: 0;
  right: 1px;
  transform: translate(100%);
  filter: brightness(0.8);
}
.er-volume-discounts__grid-new_wrapper .er-rule-item__name {
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 5px;
}
.er-rule-item__label {
  padding: 0.25em 1em;
  border-radius: var(--rule_reduction_badge_border_radius);
  text-wrap: nowrap;
}
.er-volume-discounts__grid-new_wrapper .er-rule-price--total {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
div.er-volume-discounts__list_new .er-rule-price,
div.er-volume-discounts__list_new .er-rule-price-item {
  align-items: center !important;
    justify-content: center;
    margin-left: 0 !important;
    flex-wrap: wrap;
}
.er-rule__thumbnail {
  width: var(--image_width);
  height: var(--image_height);
  border-radius: var(--image_border_radius);
  overflow: hidden;
  background: var(--image_bg);
}
.er-volume-discounts__list .er-rule__thumbnail {margin-right: 10px;}
.er-rule__thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: var(--image_size);
}
er-volume-discount div.er-volume-discounts__list_new .er-option-radio {
  margin-right: 0;
}
.er-volume-discounts__wrapper .er-effect--flash {
  overflow: hidden;
  position: relative;
}
.er-volume-btn__atc.er-effect--flash::after {
  background-image: linear-gradient(90deg, transparent, var(--btn_effect_color), transparent);
}
.er-rule-price-item {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.er-rule-price__item {
  text-decoration: none !important;
}
.er-option-name { margin-top: 16px}
er-variant-selects {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
er-variant-selects > .er-product-form__input {
  flex: 1;
  min-width: fit-content;
}
@media (min-width: 768px) {
  .er-volume-discounts__heading-style-2 .er-volume-discounts__heading > span {
    margin: 0 30px;
  }
  .er-volume-discounts__heading-style-2 .er-volume-discounts__heading::before,
  .er-volume-discounts__heading-style-2 .er-volume-discounts__heading::after {
    width: 60px;
  }
  .er-rule-item__featured-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .er-volume-discounts__list .er-rule-item__summary {
    flex-direction: column;
    gap: 10px;
  }
  .er-volume-discounts__list .er-option-radio {
    width: 100%;
  }
  .er-volume-discounts__list .er-rule-item__summary {
    flex-direction: row !important;
    gap: 0px !important;
    align-items: center !important;
    flex: 1 !important;
    margin: 0 !important;
  }
  .er-volume-discounts__list-template-2 .er-rule-item__featured:not(.er-rule-item__featured-mobile) {
    display: none !important;
  }
  .er-volume-discounts__list-template-2 .er-rule-item__featured {
    padding-left: 25px;
  }
  .er-volume-discounts__list.er-volume-discounts__list-template-1 .er-rule-item__main .er-rule-item__featured {
    display: none !important;
  }
}
.is--animated,.is--infinite{--duration-time:1s}.is--animated{-webkit-animation-duration:var(--duration-time);-webkit-animation-fill-mode:both;animation-duration:var(--duration-time);animation-fill-mode:both}.is--infinite{animation-iteration-count:infinite;animation-duration:var(--duration-time)}.is--infinite:not(.er-ani-fadeIn){--duration-time:2s}@media print,(prefers-reduced-motion:reduce){.is--animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}.er-browser-Safari .is--animated.er-ani-swing{-webkit-transition-duration:1ms!important;transition-duration:1ms!important}@keyframes er-ani-bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);animation-timing-function:cubic-bezier(0.755,0.05,0.855,0.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.er-ani-bounce{-webkit-animation-name:er-ani-bounce;animation-name:er-ani-bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes er-ani-tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes er-ani-tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.er-ani-tada{-webkit-animation-name:er-ani-tada;animation-name:er-ani-tada}@-webkit-keyframes er-ani-swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes er-ani-swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.er-ani-swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:er-ani-swing;animation-name:er-ani-swing}@-webkit-keyframes er-ani-flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes er-ani-flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.er-ani-flash{-webkit-animation-name:er-ani-flash;animation-name:er-ani-flash}@-webkit-keyframes er-ani-fadeIn{from{opacity:0}to{opacity:1}}@keyframes er-ani-fadeIn{from{opacity:0}to{opacity:1}}.er-ani-fadeIn{-webkit-animation-name:er-ani-fadeIn;animation-name:er-ani-fadeIn}@-webkit-keyframes er-ani-heartBeat{0%,28%,70%{-webkit-transform:scale(1);transform:scale(1)}14%,42%{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes er-ani-heartBeat{0%,28%,70%{-webkit-transform:scale(1);transform:scale(1)}14%,42%{-webkit-transform:scale(1.3);transform:scale(1.3)}}.er-ani-heartBeat{-webkit-animation-name:er-ani-heartBeat;animation-name:er-ani-heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes er-ani-shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes er-ani-shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.er-ani-shake{-webkit-animation-name:er-ani-shake;animation-name:er-ani-shake}