.dialog-share-item {
  z-index: 1000
}
@media (max-width:991.98px) {
  .dialog-share-item .dialog__container {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    min-width: 95%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
  }
}
.dialog-share-item .dialog__body {
  text-align: center
}
.dialog-share-item .dialog__body .btn {
  margin: 20px 10px
}
@media (max-width:575.98px) {
  .dialog-share-item .dialog__body .btn {
    margin: 10px 5px
  }
}
.dialog-share-item .dialog__body-title {
  font-family: BioRhyme;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  color: #26282b
}
.dialog-share-item .dialog__body-subtitle {
  max-width: 404px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  margin: 8px auto 32px auto;
  color: #454c53
}
.dialog-share-item .dialog__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dialog-share-item .dialog__cta a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 10px;
  cursor: pointer;
}
.dialog-share-item .dialog__cta a:hover {
  opacity: .8
}
.dialog-share-item .dialog__cta a img {
  width: 56px;
  height: 56px
}
.dialog-share-item .dialog__cta a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  margin-left: 4px;
  color: #000
}
.dialog-share-item .dialog__product {
  width: 100px;
  height: 100px;
  margin: 5px auto 10px auto
}
@media (max-width:575.98px) {
  .dialog-share-item .dialog__product {
    display: none
  }
}
.dialog-share-item .dialog__content {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px
}
.dialog-share-item .dialog__header-cta .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dialog-share-item .btn__text {
  display: inline-block
}
/*# sourceMappingURL=maps/share-dialog.css.map */
