.product-gallery-wrapper {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100%;
    background: #EFEFEF;
}
.admin-bar .product-gallery-wrapper{
	height: calc(100vh - 31px);
}
.product-thumbs {
  position: absolute;
  top: 0%;
  left: 30px;
}
.product-thumbs {
  width: 80px;
  height: 100%;
  z-index: 10;
}

.product-thumbs .swiper-wrapper {
  justify-content: center;
}
.product-thumbs .swiper-slide {
  height: 80px !important;
  opacity: 0.7;
  transition: opacity 0.3s;
  cursor: pointer;
    background: #fff;
    border-radius: 5px;
}

.product-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.product-thumbs img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
}

.product-gallery {
  flex: 1;
  height: 100%;
}

.gallery-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.product-info-left,
.product-info-right {
  position: absolute;
  bottom: 30px;
  z-index: 15;
  max-width: 500px;
}

.product-info-left {
  left: 30px;
}

.product-info-right {
  right: 30px;
}

.gallery-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-slide img {
  min-height: 400px;
  max-height: 70vh;
  width: auto;
  margin: auto;
  display: block;
  object-fit: contain;
}

.product-title {
  font-size: 30px;
  color: #000;
  line-height: 1;
}
.product-price {
  font-size: 20px;
  font-weight: 400;
  margin-top: 3px;
}
.sp_details {
  text-align: center;
  font-size: 20px;
  padding-top: 125px;
  padding-bottom: 125px;
}
.sp_details p {
  margin-top: 0px;
  margin-bottom: 15px;
}
.sp_details p:last-child {
  margin-bottom: 0px;
}
.sp_items {
  background: #EFEFEF;
  padding: 15px 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 125px;
}
.sp_item {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
}
.sp_item img {
  width: 52px;
  margin: auto;
  display: block;
}
.sp_item p {
  text-align: center;
  margin: 0px;
  padding-top: 10px;
}

.related.products {
  margin-bottom: 125px;
}

.quantity select {
  background: #D9D9D9;
  background: ;
  border: none;
  padding: 5px;
  border-radius: 5px;
  font-size: 15px;
  width: 38px;
}
.quantity {
  text-align: right;
}
.woocommerce-variation-add-to-cart {
  text-align: right;
 
}
.single_add_to_cart_button{
   margin-top: 15px;
}
.variations {
  margin-top: 15px;
}
.like_top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.like_products {
  margin-bottom: 150px;
}