.ht--button-beelog-white,
.ht--button-beelog {
  width: fit-content;
}
.ht--button-beelog-white,
.ht--button-beelog {
  .w-btn-wrapper {
    margin: 0;
  }
  .far.fa-arrow-right {
    margin-left: 30px !important;
    position: relative;
    z-index: 1;
  }
}

/* .w-btn-wrapper.align_none {
  position: relative;
  background: red;
  width: 44px;
  height: 54px;
}

.w-btn.ht--button-beelog.icon_atright {
  text-wrap: nowrap;
  position: absolute;
} */
.ht--button-beelog i {
  color: #fff !important;
}
.ht--button-beelog-white i {
  color: #e3032d !important;
}

.ht--button-beelog-white {
  padding: 16px 24px !important;
  color: #e3032d !important;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .ht--button-beelog {
  padding: 16px 24px !important;
  color: #fff !important;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (width < 1024px) {
  .ht--button-beelog-white:hover span {
    color: #e3032d !important;
  }
  .ht--button-beelog:hover span {
    color: #fff !important;
  }
}
@media (width > 1024px) {
  body .ht--button-beelog-white:hover,
  body .ht--button-beelog:hover {
    padding: 16px 24px !important;
    background: none !important;
  }
  .ht--button-beelog:hover:before {
    background: #e3032d;
    width: 55px;
  }
  .ht--button-beelog-white:hover:before {
    background: #fff;
    width: 55px;
  }
}

.ht--button-beelog-white:before {
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ht--button-beelog:before {
  background: #e3032d;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ht--button-beelog-white span,
.ht--button-beelog span {
  position: relative;
  z-index: 1;
}
.ht--button-beelog-white::before,
.ht--button-beelog::before {
  left: auto !important;
}

/* ____________________ */
.ht--button-no-wrap {
  text-wrap: nowrap;
}
