.pg-hide,
.post-thumbnail .pg-hide {
  display: none;
}

.nx-pg-counter-mobile {
  position: absolute;
  bottom: 20px;
  display: inline-block;
  right: 20px;
  background: black;
  color: white;
  padding: 5px 12px;
  border-radius: 6px;
  border: solid 1px;
  cursor: pointer;
}

.nx-pg {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.nx-pg a {
  transition: opacity .7s ease-in-out;
}

.nx-pg a:hover{
  opacity: .75;
}

@media (max-width: 980px) {
  .nx-pg-gal {
    display: none;
  }
  .nx-pg-counter {
    display: none;
  }
  .nx-pg {
    margin-left: -11px;
    margin-right: -11px;
  }
  .nxpg_entry-summary{
    order: -1;
    width: 100%;
  }
}

.nxpg_entry-tabs .woocommerce-Reviews{
  margin-top: 30px;
}
.nxpg_entry-summary{
    display: flex;
    flex-direction: column;
}
.nxpg_entry-summary .woocommerce-product-details__short-description {
  order: -5;
}
@media (min-width: 980px) {
  .woo-pg .woocommerce-tabs.wc-tabs-wrapper, .nxpg_entry-tabs{
    width: 60%;
  }
  .nxpg_entry-summary {
    width: 40%;
    padding-left: 40px;
  }
  body.single-product div.product {
    justify-content: space-between;
    display: flex;
  }
  .single-product .product_title {
    margin-bottom: 20px;
  }
  .nx-pg {
    display: flex;
    flex-wrap: wrap;
    height: 460px;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .nx-pg-counter-mobile {
    display: none;
  }
  .nx-pg-counter {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    right: 20px;
    background: white;
    color: black;
    padding: 5px 12px;
    border-radius: 6px;
    border: solid 1px;
    cursor: pointer;
  }
  .nx-pg > div {
    width: 50%;
    height: 460px;
  }
  .nx-pg-gal {
    display: flex;
    flex-wrap: wrap;
  }
  .nx-pg-gal a {
    width: 50%;
    height: 50%;
  }
  .nx-pg-gal img,
  .nx-pg-img img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
  .nx-pg-img img {
    padding-right: 10px;
    border-radius: 10px 0 0 10px;
  }
  .nx-pg-gal a:nth-child(1) img,
  .nx-pg-gal a:nth-child(2) img {
    padding-bottom: 10px;
  }
  .nx-pg-gal a:nth-child(1) img,
  .nx-pg-gal a:nth-child(3) img {
    padding-right: 10px;
  }
  .nx-pg-gal a:nth-child(2) img {
    border-top-right-radius: 10px;
  }
  .nx-pg-gal a:nth-child(4) img {
    border-bottom-right-radius: 10px;
  }
}
.share-s:hover, .share-s {
  color: #2b2b2b;
  cursor: alias;
}
.share-s:hover {
  opacity: .7;
}

.social,.inside-article .social  {
  padding: .5% 2%;
  border-radius: 4px;
  display: inline-block;
  margin: 1% auto;
  text-decoration: none;
  font-weight: bold;
  color: white;
}

.social:hover, .inside-article .social:hover {
  opacity: .7;
  color: white;
}

.facebook {
  background-color: #3C5A98;
  color: white;
}

.twitter {
  background-color: #00aced;
  color: white;
}

.google {
  background-color: #D14836;
  color: white;
}

.linkedin {
  background-color: #185C80;
  color: white;
}

.reddit {
  background-color: #CEE3F8;
  color: black;
}

.whatsapp {
    background-color: #25d366;
  color: white;
}
.scopy, .smail, .scopy:hover, .smail:hover, .inside-article .scopy, .inside-article .smail, .inside-article .scopy:hover, .inside-article .smail:hover {
   background-color: #f5f5f5;
   color: #2b2b2b;
}

.ss-hidden {
  display: none;
}