/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
 .toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a{
  text-decoration: underline;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 20%;
  right: 0;
  left:0;
  margin: auto;
  display: flex;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 1000000099;
  pointer-events: none;
  flex-direction: column;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  min-width: auto;
  max-width: 800px;
  border-radius: 8px;
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEgSURBVHgBrVSBDYJADCzEAdxANtARfgRHeDdgA3QC3UA30A3QCZQJwAl0g/cKRZDAlwQvuZDQ+0sfriXqgXNuDsbgGcxdg7u8szSAoMdsjccRnIMFeAWfUl6CKzCS2i4IgtOQOZvtpZMUNB6daXWeDIkSEWxpJFgrZ/bdgvWZSTe5YroedUDqJTz1FHzxz2x3ZyYYGpHEVEeDPNAMRcO3vIRURSCj6biBSzbkXD1oOgowCunPCMV5QdPBU/SYUXVdo4gL0sGfLiNZAt7YaGjFxtabhUOZeg5owf+t89j4Bl0ZveTbXadw8JkqZtshQT3oudPXVyraQ7vWt2AtHtxlRNXf5RTUk8TxMlJ7gxss2AuNvI6VOb+7Brm8i8vN0oMPE9Z7T+skvfUAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEgSURBVHgBrVSBDYJADCzEAdxANtARfgRHeDdgA3QC3UA30A3QCZQJwAl0g/cKRZDAlwQvuZDQ+0sfriXqgXNuDsbgGcxdg7u8szSAoMdsjccRnIMFeAWfUl6CKzCS2i4IgtOQOZvtpZMUNB6daXWeDIkSEWxpJFgrZ/bdgvWZSTe5YroedUDqJTz1FHzxz2x3ZyYYGpHEVEeDPNAMRcO3vIRURSCj6biBSzbkXD1oOgowCunPCMV5QdPBU/SYUXVdo4gL0sGfLiNZAt7YaGjFxtabhUOZeg5owf+t89j4Bl0ZveTbXadw8JkqZtshQT3oudPXVyraQ7vWt2AtHtxlRNXf5RTUk8TxMlJ7gxss2AuNvI6VOb+7Brm8i8vN0oMPE9Z7T+skvfUAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAYAAAAGRPQsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACYSURBVHgBxZABCYAwEEV/BCMsglFsoBFsoA20gTYwghGMYAQjnHcwwZ0bzE3wweDg7t6OD2RARJ085GJFF+lCXq7JZUYKvFgq0YYUeNHw228iqY1vqPxKJI1DsgiICiU6HiI7uKoMOs/Momaq2PMdIdeD6rWIyGNTS5NH1CMGm8tMYUa8RX73iBakooS7XI0cWNDYHA3+4ASiTmDcLKDtcgAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEgSURBVHgBrVSBDYJADCzEAdxANtARfgRHeDdgA3QC3UA30A3QCZQJwAl0g/cKRZDAlwQvuZDQ+0sfriXqgXNuDsbgGcxdg7u8szSAoMdsjccRnIMFeAWfUl6CKzCS2i4IgtOQOZvtpZMUNB6daXWeDIkSEWxpJFgrZ/bdgvWZSTe5YroedUDqJTz1FHzxz2x3ZyYYGpHEVEeDPNAMRcO3vIRURSCj6biBSzbkXD1oOgowCunPCMV5QdPBU/SYUXVdo4gL0sGfLiNZAt7YaGjFxtabhUOZeg5owf+t89j4Bl0ZveTbXadw8JkqZtshQT3oudPXVyraQ7vWt2AtHtxlRNXf5RTUk8TxMlJ7gxss2AuNvI6VOb+7Brm8i8vN0oMPE9Z7T+skvfUAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: rgba(0, 0, 0, 0.7);
}
.toast-success {
  background-color: rgba(0, 0, 0, 0.7);
}
.toast-error {
  background-color: rgba(0, 0, 0, 0.7);
}
.toast-info {
  background-color: rgba(0, 0, 0, 0.7);
}
.toast-warning {
  background-color: rgba(0, 0, 0, 0.7);
}
.toast-price-warning {
  background-color: rgba(0, 0, 0, 0.7);
}
.toast-add-wish {
  width: 420px  !important;
  background-color: rgba(0, 0, 0, 0.7);
}
.toast-remove-wish {
  width: 480px !important;
  background-color: rgba(0, 0, 0, 0.7);
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.7);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
@media all and (max-width:750px) {
  .toast-add-wish {
    width: 80vw  !important;
  }
  .toast-remove-wish {
    width: 80vw !important;
  }
  #toast-container > div {
    padding: 15px 15px 15px 40px;
    min-width: auto;
    width: auto;
    max-width: 80vw;
    background-position: 15px center;
  }
}
