.epw-product-actions-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

.epw-product-actions-wrap *,
.epw-product-actions-wrap *::before,
.epw-product-actions-wrap *::after {
  box-sizing: border-box;
}
.woo-social-buttons {display:none;}
.epw-product-actions-wrap .epw-wa-quote-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  margin: 0 0 14px 0;
  background-color: #25D366;
  color: #ffffff !important;
  text-decoration: none !important;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.epw-product-actions-wrap .epw-wa-quote-btn:hover,
.epw-product-actions-wrap .epw-wa-quote-btn:focus {
  background-color: #1fb855;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.epw-product-actions-wrap .epw-wa-quote-btn__icon {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}

.epw-product-actions-wrap .epw-wa-quote-btn__text {
  color: #ffffff;
}

.epw-product-actions-wrap .epw-share-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  width: 100%;
}

.epw-product-actions-wrap .epw-share-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  margin: 0;
  background-color: #29B6CC;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.epw-product-actions-wrap .epw-share-pill-btn:hover,
.epw-product-actions-wrap .epw-share-pill-btn:focus {
  background-color: #22a3b8;
  outline: none;
}

.epw-product-actions-wrap .epw-share-pill-btn__icon {
  display: inline-flex;
  line-height: 0;
}

.epw-product-actions-wrap .epw-share-pill-btn__divider {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
}

.epw-product-actions-wrap .epw-share-pill-btn__text {
  color: #ffffff;
}

.epw-product-actions-wrap .epw-share-row__sep {
  display: inline-block;
  width: 1px;
  height: 28px;
  background-color: #d8d8d8;
  flex-shrink: 0;
}

.epw-product-actions-wrap .epw-share-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  color: #555555 !important;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.epw-product-actions-wrap {padding-top:10px;padding-bottom:10px;}
.epw-product-actions-wrap .epw-share-link:hover,
.epw-product-actions-wrap .epw-share-link:focus {
  opacity: 0.75;
  text-decoration: none !important;
  color: #555555 !important;
}

.epw-product-actions-wrap .epw-share-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  line-height: 0;
  flex-shrink: 0;
}

.epw-product-actions-wrap .epw-share-link__label {
  color: #555555;
}

@media (max-width: 480px) {
  .epw-product-actions-wrap .epw-share-row {
    gap: 10px 12px;
  }

  .epw-product-actions-wrap .epw-share-pill-btn {
    font-size: 13px;
    padding: 9px 14px;
  }

  .epw-product-actions-wrap .epw-wa-quote-btn {
    font-size: 15px;
    padding: 13px 16px;
  }
}
