#product_pictures_wrapper {
  position: relative;
}

.toggle_fullscreen {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 99;
  color: #000000;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
}

.product_pictures_slider img {
  margin: 0 auto;
  cursor: pointer;
}

.product_thumbs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 15px 0;
  justify-content: start;
}

.product_thumbs .product_image {
  flex-basis: calc(25% - 12px);
  border: solid 1px #BCBFC7;
}

.product_thumbs img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
  transition: opacity .5s ease;
}

.product_image.active img {
  opacity: 1;
}

#fullscreen_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100002;
  background: rgb(0 0 0 / 50%);
  display: none;
}

#fullscreen_wrapper .product_pictures_slider {
  margin-top: -50px;
  border: none;
}

#fullscreen_wrapper .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#fullscreen_wrapper .slick-slide img {
  margin: auto;
  max-height: 85vh;
  max-width: 100%;
}

.slick-prev,
.slick-next {
  width: auto;
  height: auto;
  color: #ccc !important;
  font-size: 22px;
  line-height: 1;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  content: '';
}

.slick-prev {
  left: 10px;
  z-index: 9;
}

.slick-next {
  right: 10px;
  z-index: 9;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.threesixty_thumb {
  position: relative;
}

.threesixty_thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(https://lockeystaging.wpengine.com/wp-content/uploads/2022/07/360_icon.png);
  background-position: bottom right;
  background-size: 45px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.threesixty .threesixty_images {
  cursor: grab;
}

.threesixty .nav_bar {
  bottom: 20px;
  right: 10px;
  top: unset;
}

.non_mcw .threesixty .nav_bar {
  bottom: unset;
  top: 17px;
  right: unset;
  left: 10px;
}

.fullscreen_slider .threesixty .nav_bar {
  top: 70px;
  right: 25px;
}

.product_pictures_slider {
  border: solid 1px #BCBFC7;
}

.et_pb_image_0_tb_body .et_pb_image_wrap img {
  z-index: 1;
}

p:empty {
  display: none !important;
}

.fullscreen_slider {
  display: none;
}

.fullscreen_toolbar {
  background-color: rgba(0, 0, 0, .3);
  text-align: right;
  padding: 0px 15px;
  z-index: 99;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

.popup_toolbar_button {
  background: url(../images/icons_sprite.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  opacity: .75;
  transition: opacity .2s linear;
  display: inline-block;
}

.popup_toolbar_button:hover {
  opacity: 1;
}

#pan_zoom_in.zoom_in {
  background-position: -88px 0;
}

#pan_zoom_in.zoom_out {
  background-position: -132px 0;
}

#toggle_browser_fullscreen.opened {
  background-position: -44px 0;
}

#close_fullscreen {
  background-position: 0 -44px;
}

.center_toolbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  display: none;
}

#fullscreen_wrapper .threesixty .nav_bar {
  display: none;
}

.fullscreen_toolbar .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(../images/sprites.png) no-repeat;
  text-indent: -99999px;
}

.fullscreen_toolbar .nav_bar a.nav_bar_play {
  background-position: 0 0 !important;
}

.fullscreen_toolbar .nav_bar a.nav_bar_previous {
  background-position: 0 -73px !important;
  filter: brightness(100);
}

.fullscreen_toolbar .nav_bar a.nav_bar_stop {
  background-position: 0 -37px !important;
}

.fullscreen_toolbar .nav_bar a.nav_bar_next {
  background-position: 0 -104px !important;
  filter: brightness(100);
}