#ecs-share-popup {
  min-width: 400px;
}
#ecs-share-popup .popup-title {
  text-align: center;
}
#ecs-share-popup #ecs-cart-share {
  margin-top: 30px;
}
#ecs-share-popup #ecs-cart-share .input-row {
  margin-top: 20px;
}
#ecs-share-popup #ecs-cart-share .input-row label {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 7px;
  width: 100%;
}
#ecs-share-popup #ecs-cart-share .input-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
#ecs-share-popup #ecs-cart-share .input-row .woocommerce-input-wrapper input {
  width: 100%;
  padding: 0 10px;
  border-radius: 4px !important;
  border: 1px solid #ccc;
  line-height: 32px;
  font-size: 13px;
}
#ecs-share-popup #ecs-cart-share .input-row .woocommerce-input-wrapper input.invalid {
  border-color: red;
}
#ecs-share-popup #ecs-cart-share #ecs-data-update button {
  background-color: var(--themeColor, #008be2);
  border-radius: 0;
  position: relative;
}
#ecs-share-popup #ecs-cart-share #ecs-data-update button.loading {
  overflow: hidden;
}
#ecs-share-popup #ecs-cart-share #ecs-data-update button.loading:after {
  content: "";
  display: block;
  background-color: var(--themeColor, #008be2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("spinner.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 75%;
}
#ecs-share-popup .ecs-share-methods {
  margin-top: 30px;
}
#ecs-share-popup .ecs-share-methods ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  max-width: 450px;
}
#ecs-share-popup .ecs-share-methods ul li {
  list-style-type: none;
  margin-bottom: 12px;
  flex-basis: calc(50% - 6px);
}
#ecs-share-popup .ecs-share-methods ul li a {
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 5px 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#ecs-share-popup .ecs-share-methods ul li a:hover {
  opacity: 0.75;
}
#ecs-share-popup .ecs-share-methods ul li a i {
  margin-right: 10px;
  font-size: 20px;
}
#ecs-share-popup .ecs-share-methods ul li a.ecs-fb {
  background-color: #1877f2;
}
#ecs-share-popup .ecs-share-methods ul li a.ecs-tw {
  background-color: #1d9bf0;
}
#ecs-share-popup .ecs-share-methods ul li a.ecs-in {
  background-color: #0a66c2;
}
#ecs-share-popup .ecs-share-methods ul li a.ecs-wa {
  background-color: #128c7e;
}
#ecs-share-popup .ecs-share-methods ul li a.ecs-cp {
  background-color: #232323;
}
#ecs-share-popup .ecs-share-methods ul li a.ecs-em {
  background-color: #232323;
}

/*# sourceMappingURL=styles.css.map */
