.scrolltotop {
  position: fixed;
  right: 0px;
  bottom: 45px;
  z-index: 99;
  border: none;
  background: linear-gradient(to bottom right, #272c77, #71749e);
  border-radius: 12px 0px 0px 13px;
}
.fancybox__toolbar__items.fancybox__toolbar__items--left,
.carousel__button.fancybox__button--zoom,.carousel__button.fancybox__button--slideshow,.carousel__button.fancybox__button--fullscreen,
.carousel__button.fancybox__button--thumbs
{
    display: none;
}

.carousel__button.fancybox__button--close {
    background-color: #ffb121;
    border-radius: 6px;
}

.carousel__button.is-prev,.carousel__button.is-next {
    background-color: #4c9bff;
    border-radius: 6px;
}

.carousel__button.fancybox__button--close {
    background-color: orange;
    border-radius: 6px;
    margin-right: 7px;
    padding: 10px !important;
    color: white;
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: white;
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: none;
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__image {
    border-radius: 5px;
}