/* PDP MESSAGE */
.seProductBuyContainer .seBuyGridContainer .seItemVariationsTextContainer,
.seStockStatus,
.seCustomLink {
  margin-bottom: 11px;
}
.seCustomMessageMsg .fas {
  margin-right: 5px;
  font-size: 18px;
}
.custom-alert {
  padding: 15px;
  border-top: none;
  border-bottom: 1px solid #b9b9b9;
  margin-top: -22px;
  margin-bottom: 22px;
  display: block !important;
}
.custom-alert p {
  margin: 0;
}

.sePageLayout #additionalFees.btn-link {
  color: #b30000;
  font-size: 20px;
  font-weight: 700;
  padding: 1px 6px;
}
.sePageLayout #additionalFees.btn-link:active,
.sePageLayout #additionalFees.btn-link:focus,
.sePageLayout #additionalFees.btn-link:hover {
  color: #9a0000;
  text-decoration: none;
}
.tippy-box[data-theme~='gray'] {
  background-color: #b9b9b9;
  color: #000;
  padding: 7px;
}
.tippy-box[data-theme~='gray'][data-placement^='bottom']
  > .tippy-arrow::before {
  border-bottom-color: #b9b9b9;
}
