.bta-product-addons-modal__title,
.bta-btn-text,
.bta-product-addons-modal__continue {
  position: relative;
  color: transparent !important;
}
.bta-product-addons-modal__title::after,
.bta-btn-text::after,
.bta-product-addons-modal__continue::after {
  position: absolute;
  content: "ツアーオプション";
  display: inline-block;
  color: #000;
  width: max-content;
  left: 0;
}
.bta-btn-text::after {
  content: "カートに追加";
  left: -2px;
}
.bta-product-addons-modal__continue::after {
  content: "カートに進む";
  color: #fff;
  top: 8px;
  left: 11px;
}

@media screen and (max-width:767px) {
  a.pick_currency {
    right: 38% !important;
  }
}
