.pg-page-singleproduct-main-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0px;
}
.pg-singleproduct-inside-container {
  max-width: 1000px;
  box-shadow: 0px 0px 10px 5px #eeecec;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pg-page-singleproduct-top-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  padding-bottom: 40px !important;
}
.pg-page-singleproduct-top-left-container {
  height: 400px;
  width: 400px;
  margin-top: 50px;
  position: relative;
  margin-left: 10px;
}
.singleproductswiper {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.singleproductswiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.singleproductswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.singleproductswiper .swiper-button-prev {
  position: absolute;
  top: auto;
  right: 50px;
  left: auto;
  bottom: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #243b63;
  transition: all 0.3s ease;
}
.singleproductswiper .swiper-button-next {
  position: absolute;
  top: auto;
  right: 5px;
  left: auto;
  bottom: 5px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #243b63;
  transition: all 0.3s ease;
}

.singleproductswiper .swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #16b5c2;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
}
.pg-page-singleproduct-top-right-container {
  width: 50%;
  margin-top: 50px;
  padding-left: 10px;
}
.pg-page-singleproduct-top-right-container h1 {
  font-size: 24px;
  color: #233d63;
}
.pg-page-singleproduct-top-right-container p {
  margin-top: 20px;
  font-size: 16px;
  color: rgb(110, 109, 109);
  line-height: 1.5;
  max-width: 95%;
}
.pg-page-singleproduct-top-right-container ul {
  list-style: square;
  margin-top: 10px;
  padding-left: 15px;
  max-width: 92%;
}
.pg-page-singleproduct-top-right-container ul li {
  font-size: 16px;
  color: rgb(110, 109, 109);
  line-height: 1.5;
}
.pg-page-singleproduct-top-right-container ul li::marker {
  color: rgb(90, 90, 90);
}

.pg-page-singleproduct-share-container {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.pg-page-singleproduct-sharediv {
  display: flex;
  align-items: center;
  background-color: #16b5c2;
  height: 30px;
  width: 80px;
  padding: 5px 10px;
  gap: 10px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s linear;
}
.pg-page-singleproduct-sharediv:hover {
  background-color: #1cd0e0;
}
.pg-page-singleproduct-share-socialicons {
  position: absolute;
  bottom: 50px;
  border-radius: 5px;
  right: 0;
  display: none;
  gap: 10px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.page-singleproduct-socialicon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 0px 5px 2px #f0eeee;
  transition: all 0.3s linear;
}
.page-singleproduct-socialicon:hover {
  transform: scale(1.1);
}
.fa-facebook-f:hover {
  color: #16b5c2;
}
.fa-whatsapp:hover {
  color: green;
}
.fa-instagram:hover {
  color: red;
}
.showsocial {
  display: flex;
}
.pg-page-singleproduct-bottom-container {
  padding: 30px;
}
.pg-page-singleproduct-bottom-title {
  display: inline-flex;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #17c7bd;
}
.pg-page-singleproduct-bottom-contentdiv p {
  margin-top: 10px;
  color: gray;
  font-size: 14px;
  text-align: justify;
}
.pg-page-singleproduct-bottom-contentdiv h1,
.pg-page-singleproduct-bottom-contentdiv h2,
.pg-page-singleproduct-bottom-contentdiv h3 {
  margin-top: 10px;
  color: #243b63;
  font-size: 20px;
}
.pg-page-singleproduct-bottom-contentdiv ul {
  list-style: square;
  padding-left: 20px;
  margin-top: 10px;
}
.pg-page-singleproduct-bottom-contentdiv ul li,
.pg-page-singleproduct-bottom-contentdiv li,
.pg-page-singleproduct-bottom-contentdiv {
  margin-top: 5px;
  color: gray;
  font-size: 14px;
}
.pg-page-singleproduct-bottom-contentdiv img,
.pg-page-singleproduct-bottom-contentdiv p img,
.pg-page-singleproduct-bottom-contentdiv .wp-caption-text img {
  display: block;
  width: 98% !important;
  height: 400px;
  padding: 5px 0px;
  object-fit: cover;
  margin: auto;
}
.pg-page-singleproduct-bottom-contentdiv .wp-caption-text {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #030130;
  gap: 5px;
  justify-content: center;
  margin-top: 5px;
}
.pg-page-singleproduct-bottom-contentdiv .wp-caption-text::before {
  content: "\f03e";
  /* Font Awesome camera icon (fa-camera) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: gray;
}
@media (max-width: 767px) {
  .pg-page-singleproduct-main-container {
    width: 100%;
    padding: 50px 0px;
  }
  .pg-singleproduct-inside-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .pg-page-singleproduct-top-container {
    width: 100%;
    flex-direction: column-reverse;
  }
  .pg-page-singleproduct-top-left-container {
    height: 400px;
    width: 100%;
    margin: 0px;
    padding: 0;
    position: relative;
  }
  .pg-page-singleproduct-top-right-container {
    width: 100%;
    margin-top: 50px;
    padding-left: 10px;
  }
  .singleproductswiper .swiper-button-prev,
  .singleproductswiper .swiper-button-next {
    display: none;
  }
  .pg-page-singleproduct-share-container {
    position: absolute;
    right: 20px;
    bottom: -80px;
  }
  .pg-page-singleproduct-share-socialicons {
    bottom: 50px;
    right: -10px;
    z-index: 100;
  }
}
