/*Fuentes*/
/* Colores */
.btn {
  border: 1px solid #644293;
  padding: 10px 20px;
  color: #644293;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  transition: background-color 0.5s ease;
}
.btn:hover {
  background-color: #644293;
  color: white;
}

.tinv-wishlist .ti-wl-added-dialog.tinv-modal {
  text-align: center;
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .tinv-modal-inner.ti-wl-added-dialog__inner {
  position: relative;
  max-width: 460px;
  padding: 48px 36px 40px;
  margin: 0 auto;
  background: #FFF;
  box-shadow: 0 10px 40px rgba(29, 29, 27, 0.08);
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #644293 !important;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__close span {
  display: block;
  font-weight: 300;
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__close:hover, .tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__close:focus {
  background: transparent !important;
  color: #644293 !important;
  opacity: 0.75;
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__title {
  margin: 0 0 16px;
  padding: 0 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #644293;
  text-align: center;
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__text {
  margin: 0 0 28px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1D1D1B;
  text-align: center;
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__actions {
  margin: 0;
  display: flex;
  justify-content: center;
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__btn.button {
  display: inline-block;
  width: auto;
  min-width: 160px;
  margin: 0;
  padding: 10px 28px;
  border: 1px solid #5B83A7 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #5B83A7 !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__btn.button:hover, .tinv-wishlist .ti-wl-added-dialog.tinv-modal .ti-wl-added-dialog__btn.button:focus {
  background: #5B83A7 !important;
  color: #FFF !important;
}
.tinv-wishlist .ti-wl-added-dialog.tinv-modal > i,
.tinv-wishlist .ti-wl-added-dialog.tinv-modal .tinv-txt {
  display: none !important;
}/*# sourceMappingURL=index.css.map */