@charset "UTF-8";
/* xl - DESKTOP STYLES */
/* A válaszüzenet tárolója */
.yith_ywraq_add_item_response_message, .yith_ywraq_add_item_browse_message {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 999999;
  background-color: #037bd0;
  /* A márkád színe */
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  animation: slideInRight 0.4s ease-out;
}
/* Ha a link benne van (Ajánlatkérő lista megtekintése) */
.yith_ywraq_add_item_browse_message a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: bold;
}
.yith_ywraq_add_item_response_message {
  padding-right: 185px;
}
/* Belépési animáció */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Mobil optimalizálás */
@media (max-width: 480px) {
  .yith_ywraq_add_item_response_message, .yith_ywraq_add_item_browse_message {
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F7195-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADDA%3BACgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADtBA%3BAC2BA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7BJ%3BACiCA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */