.g-gallery {
  margin: 10px 0;
  position: relative;
  min-height: 75px;
}
.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev {
  left: 30px;
}
.g-gallery .fotorama .fotorama__arr.fotorama__arr--prev:after {
  content: "";
  background: url(/images/ico_pre.svg?1f22e6895c2248d54a18cb5c5836c1de);
}
.g-gallery .fotorama .fotorama__arr.fotorama__arr--next {
  right: 30px;
}
.g-gallery .fotorama .fotorama__arr.fotorama__arr--next:after {
  content: "";
  background: url(/images/ico_next.svg?83040587782b157af640fadcdd8f9206);
}
.g-gallery .fotorama .fotorama__arr {
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: none;
  background-color: rgba(26, 43, 72, 0.6);
}
.g-gallery .fotorama .fotorama__arr:after {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 7px;
  width: 24px;
  height: 24px;
}
.g-gallery .fotorama .fotorama__fullscreen-icon {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 30px;
  right: 30px;
  background: none;
}
.g-gallery .fotorama .fotorama__fullscreen-icon:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(/images/ico_full_3.svg?52aee4c184c2b02bc0639c7059375501);
  left: 50%;
  margin-left: -11px;
  top: 7px;
  z-index: 1;
}
.g-gallery .fotorama .fotorama__fullscreen-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 43, 72, 0.5);
  border-radius: 3px;
}
.g-gallery .social {
  position: absolute;
  right: 30px;
  top: 30px;
}
.g-gallery .social .social-share {
  display: inline-flex;
}
.g-gallery .social .social-share:hover .share-wrapper {
  visibility: visible;
  opacity: 1;
}
.g-gallery .social .social-share a {
  text-decoration: none;
}
.g-gallery .social .social-share .social-icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(26, 43, 72, 0.7);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  margin-right: 10px;
}
.g-gallery .social .social-share .share-wrapper {
  visibility: hidden;
  opacity: 0;
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  padding-top: 5px;
  transition: all 0.3s;
}
.g-gallery .social .social-share .share-wrapper li {
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.g-gallery .social .social-share .share-wrapper li a {
  color: #1A2B48;
}
.g-gallery .social .service-wishlist {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(26, 43, 72, 0.7);
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.g-gallery .social .service-wishlist.active .fa:before {
  content: "\f004";
}
.pick-rating {
    top: 10px !important;
    bottom: auto;
}