/* Map lightGallery toolbar icons to Bootstrap Icons (lg.eot/woff/ttf are missing). */
.lg-icon {
  font-family: "bootstrap-icons" !important;
}

.lg-actions .lg-next:before {
  content: "\f285" !important; /* bi-chevron-right */
}

.lg-actions .lg-prev:after {
  content: "\f284" !important; /* bi-chevron-left */
}

.lg-toolbar .lg-close:after {
  content: "\f659" !important; /* bi-x-lg */
}

.lg-toolbar .lg-download:after {
  content: "\f30a" !important; /* bi-download */
}

.lg-outer .lg-toogle-thumb:after {
  content: "\f3f9" !important; /* bi-grid-3x3-gap */
}

.lg-autoplay-button:after {
  content: "\f4f3" !important; /* bi-play-circle */
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\f4c2" !important; /* bi-pause-circle */
}

#lg-zoom-in:after {
  content: "\f62c" !important; /* bi-zoom-in */
}

#lg-zoom-out:after {
  content: "\f62d" !important; /* bi-zoom-out */
}

#lg-actual-size:after {
  content: "\f150" !important; /* bi-aspect-ratio */
}

.lg-fullscreen:after {
  content: "\f14d" !important; /* bi-arrows-fullscreen */
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\f3de" !important; /* bi-fullscreen-exit */
}
