a.afp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #157f96;
  background-image: none;
  border: 1px solid #116c80;
  border-radius: 4px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

a.afp-btn,
a.afp-btn:link,
a.afp-btn:visited,
a.afp-btn:hover,
a.afp-btn:focus,
a.afp-btn:active {
  color: #fff;
  text-decoration: none;
  background-image: none;
  transform: none;
  outline: 0;
}

a.afp-btn:hover {
  background-color: #116c80;
  border-color: #0e5b6c;
}

a.afp-btn:active {
  background-color: #0e5b6c;
  border-color: #0b4a58;
  box-shadow: none;
}

a.afp-btn:focus {
  box-shadow: none;
}

a.afp-btn:focus-visible {
  box-shadow: 0 0 0 .15rem rgba(21, 127, 150, .4);
}

a.afp-btn .afp-icon {
  font-size: 1.125rem;
  line-height: 1;
  margin: 0 .35rem 0 0;
  flex: 0 0 auto;
}

a.afp-btn .afp-btn-text {
  display: inline-block;
}

.afp-wrapper {
  margin: .5rem 0 1rem;
}

a.afp-btn-block {
  width: auto;
  max-width: 100%;
  padding: .75rem 1.25rem;
  font-size: 1rem;
}

.afp-note {
  margin: .5rem 0 0;
  font-size: .875rem;
  color: #7a7a7a;
}

.afp-prices {
  margin-bottom: 1rem;
}

.afp-prices .afp-price-label {
  font-weight: 600;
  color: #232323;
}

.list-pd .afp-btn-group {
  gap: .625rem;
}

.afp-btn-group > .quick-view {
  flex: 0 0 auto;
}

.afp-btn-group .btn + a.afp-btn-list {
  margin-left: 0;
}

a.afp-btn-list {
  flex: 0 1 auto;
  min-width: 0;
  padding: .5rem .6rem;
  font-size: .85rem;
  letter-spacing: -.01em;
  border-radius: 5px !important;
}

a.afp-btn-list .afp-icon {
  display: none;
  font-size: .9375rem;
  margin-right: .25rem;
}

@media (min-width: 1400px) {
  a.afp-btn-list .afp-icon {
    display: inline-block;
  }
}

a.afp-btn-list .afp-btn-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.afp-list {
  max-width: calc(100% - 48px);
}
