@import "fonts.css";

.div-lottie-buttons {
  width: 90%;
  display: none;
  text-align: center;
  max-width: 500px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 1rem;
}
.lottie-buttons-lottie-container {
  width: 100%;
  display: inline-flex;
  text-align: center;
  max-width: 450px;
  justify-content: space-around;
  margin-top: 10px;
}
.lottie-buttons-store-container {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  height: 100%;
  width: 284px;
}
.lottie-buttons-store-container .icon-button-lottie {
  display: inline-flex;
  margin: auto 0 auto 10px;
  background: #0187e8;
}
.lottie-buttons-store-container .icon-button-lottie .initial { background: #0187e8 !important; }
.lottie-buttons-store-container .icon-button-lottie .click { background: #0187e8 !important; }

.lottie-buttons-store-container-text {
  width: auto;
  font-family: SamsungSharpSansBold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  color: #0187e8;
}

.div-lottie-buttons.show {
  display: flex !important;
}

.div-lottie-buttons.vertical {
  max-width: 350px;
}

.div-lottie-buttons .icon-button-lottie, .lottie-buttons-store-container .icon-button-lottie {
  width: 63px;
  height: 63px;
  max-width: 63px;
  max-height: 63px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.div-lottie-buttons.vertical .icon-button-lottie {
  width: 45px;
  height: 45px;
  max-width: 45px;
  max-height: 45px;
  margin: 10px auto;
}

.div-lottie-buttons .icon-button-lottie .initial{ display: block !important; }
.div-lottie-buttons .icon-button-lottie .hover { display: none !important; }
.div-lottie-buttons .icon-button-lottie .hover-active {
  display: none !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  max-width: 63px;
  max-height: 63px;
}
.div-lottie-buttons .icon-button-lottie .click {
  display: none !important;
  max-width: 63px;
  max-height: 63px;
}
.div-lottie-buttons .icon-button-lottie.active .click { display: block !important; z-index: 1; }

.div-lottie-buttons .icon-button-lottie>object, .div-lottie-buttons .icon-button-lottie>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.a-click{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100000000;
}

.like-animation {
  height: auto;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
}

.social_share {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .div-lottie-buttons {
    flex-direction: column;
  }
  .div-lottie-buttons .lottie-buttons-store-container { margin: 10px auto; }
}
