.ess-other-pages .socialShare > * > span {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  color: #262626;
}

.socialShare {
  display: inline-block;
  margin-left: 15px;
  text-align: center;
}
.socialShare.for-description {
  text-align: left;
  margin: 10px 0;
  width: 100%;
}
.socialShare.for-description .socialGallery {
  position: unset;
  transform: none;
  pointer-events: all;
  opacity: 1;
  width: 100%;
}
.socialShare.for-description .socialGallery .socialToolBox {
  display: flex;
  flex-wrap: wrap;
}
.socialShare.for-description .socialGallery .socialToolBox a {
  border-radius: 0;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  min-width: 140px;
  width: calc((100% - 4* 15px)/ 5);
  height: auto;
  margin-left: 0;
  margin-right: 15px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .socialShare.for-description .socialGallery .socialToolBox a {
    width: 50px;
    min-width: unset;
    padding: 5px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 360px) {
  .socialShare.for-description .socialGallery .socialToolBox a {
    margin-right: 10px;
    width: 40px;
  }
}
.socialShare.for-description .socialGallery .socialToolBox a:last-child {
  margin-right: 0;
}
.socialShare.for-description .socialGallery .socialToolBox a.facebook {
  background: #3b5998 !important;
}
.socialShare.for-description .socialGallery .socialToolBox a.google {
  background: #dd4b39 !important;
}
.socialShare.for-description .socialGallery .socialToolBox a.instagram {
  background: #517fa4 !important;
}
.socialShare.for-description .socialGallery .socialToolBox a.tumblr {
  background: #32506d !important;
}
.socialShare.for-description .socialGallery .socialToolBox a.twitter {
  background: #00aced !important;
}
.socialShare.for-description .socialGallery .socialToolBox a.youtube {
  background: #bb0000 !important;
}
.socialShare.for-description .socialGallery .socialToolBox a.whatsapp {
  background: #25d366 !important;
}
.socialShare.for-description .socialGallery .socialToolBox a.linkedin {
  background-color: #0274b3 !important;
}
.socialShare.for-description .socialGallery .socialToolBox a.mail {
  background-color: #267cb5 !important;
}
.socialShare.for-description .socialGallery .socialToolBox a i {
  margin-right: 7px;
}
@media (max-width: 767px) {
  .socialShare.for-description .socialGallery .socialToolBox a i {
    margin: 0;
    font-size: 25px;
  }
}
.socialShare.for-description .socialGallery .socialToolBox a span {
  position: unset;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 767px) {
  .socialShare.for-description .socialGallery .socialToolBox a span {
    display: none;
  }
}
.socialShare.for-description .socialBox {
  width: 100%;
  height: auto;
  text-align: left;
}
.socialShare.for-description .socialBox .socialToolBox {
  position: unset;
}
.socialShare.for-description .socialBox .socialToolBox a {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.socialShare a, .socialShare .socialBox {
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.socialShare a {
  background-color: rgba(0, 0, 0, 0.2);
}
.socialShare > * > span {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  display: block;
  color: #fff;
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.socialShare > * > span:hover, .socialShare > .open > span {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.socialShare .socialGallery {
  left: 50%;
  margin: 0 auto 0;
  position: absolute;
  top: 40px;
  transform: translate(-50%, 0);
  width: 400px;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1200px) {
  .socialShare .socialGallery {
    left: 0;
    transform: translate(-71%, 0);
  }
}
.socialShare .socialGallery a {
  pointer-events: none;
  opacity: 0;
  margin: 5px 2px;
  background-color: var(--themeColor, #666666);
  position: relative;
  transform: translateY(10px);
}
.socialShare .socialGallery a > span {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.socialShare .socialGallery .socialToolBox {
  cursor: default;
}
.socialShare .socialGallery .socialToolBox a:hover, .socialShare .socialGallery .socialToolBox a:focus {
  color: #ffffff !important;
}
.socialShare .socialGallery .socialToolBox .facebook:hover {
  background: #3b5998 !important;
}
.socialShare .socialGallery .socialToolBox .google:hover {
  background: #dd4b39 !important;
}
.socialShare .socialGallery .socialToolBox .instagram:hover {
  background: #517fa4 !important;
}
.socialShare .socialGallery .socialToolBox .tumblr:hover {
  background: #32506d !important;
}
.socialShare .socialGallery .socialToolBox .twitter:hover {
  background: #00aced !important;
}
.socialShare .socialGallery .socialToolBox .youtube:hover {
  background: #bb0000 !important;
}
.socialShare .socialGallery .socialToolBox .whatsapp:hover {
  background: #25d366 !important;
}
.socialShare .socialGallery .socialToolBox .linkedin:hover {
  background-color: #0274b3 !important;
}
.socialShare .socialGallery .socialToolBox .mail:hover {
  background-color: #267cb5 !important;
}
.socialShare .pointer {
  cursor: pointer;
}
.socialShare .socialBox .socialGallery {
  visibility: visible;
}
.socialShare .socialBox .socialGallery a {
  transition: opacity 0.5s linear, transform 0.5s linear;
}
.socialShare .socialBox .socialGallery a:nth-child(1) {
  transition-delay: 0s;
}
.socialShare .socialBox .socialGallery a:nth-child(2) {
  transition-delay: 0.05s;
}
.socialShare .socialBox .socialGallery a:nth-child(3) {
  transition-delay: 0.1s;
}
.socialShare .socialBox .socialGallery a:nth-child(4) {
  transition-delay: 0.15s;
}
.socialShare .socialBox .socialGallery a:nth-child(5) {
  transition-delay: 0.2s;
}
.socialShare .socialBox .socialGallery a:nth-child(6) {
  transition-delay: 0.25s;
}
.socialShare .socialBox .socialGallery a:nth-child(7) {
  transition-delay: 0.3s;
}
.socialShare .socialBox .socialGallery a:nth-child(8) {
  transition-delay: 0.35s;
}
.socialShare .socialBox .socialGallery a:nth-child(9) {
  transition-delay: 0.4s;
}
.socialShare .socialBox.open .socialGallery {
  pointer-events: all;
  opacity: 1;
}
.socialShare .socialBox.open .socialGallery a {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.title-share-holder {
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 35px);
}
@media (max-width: 1200px) {
  .title-share-holder {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.title-share-holder.ess-single-product .socialShare {
  margin-top: 1.37em;
}
@media (max-width: 767px) {
  .title-share-holder.ess-single-product .socialShare {
    display: none;
  }
}
.title-share-holder.ess-other-pages {
  justify-content: center;
  margin: auto;
  align-items: center;
}
.title-share-holder.ess-other-pages .socialShare .pointer {
  width: auto;
  height: auto;
}

/*# sourceMappingURL=ess-main.css.map */
