.l-floatBtn {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9998;
}
.l-floatBtn .floatBtn {
  padding: 12px 6px;
  display: block;
  color: #fff;
  width: 100%;
  font-size: 0px;
  text-align: center;
}
.l-floatBtn .floatBtn span {
  color: #fff;
  margin: 0px;
  font-size: 16px;
}
.l-floatBtn .floatBtn img {
  display: none;
}
@media (min-width: 768px) {
  .l-floatBtn .floatBtn {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: center;
    line-height: 18px;
    margin: 8px auto;
  }
  .l-floatBtn .floatBtn a {
    margin: 0 auto;
  }
  .l-floatBtn .floatBtn img {
    display: block;
    max-width: 26px;
    width: 100%;
    margin: -6px auto 2px;
    height: 30px;
  }
  .l-floatBtn .floatBtn span {
    display: block;
    font-size: 14px;
    white-space: nowrap;
  }
}
.l-floatBtn .float_action_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .l-floatBtn .float_action_group {
    position: absolute;
    right: 1rem;
    bottom: 5rem;
    display: block;
    width: auto;
  }
  .l-floatBtn .float_action_group.fancybox-offsetScrollWidth {
    right: 2rem;
  }
}
.l-floatBtn .floatBtn.locationCustomized {
  padding: 16px 6px;
}
.l-floatBtn .float_action_group.pink .floatBtnLine {
  background-color: #fff !important;
  border-top: 1.2px solid #f8524c;
}
.l-floatBtn .float_action_group.pink .floatBtnLine span {
  color: #f8524c;
}
.l-floatBtn .float_action_group.pink .floatBtn {
  background-color: #f8524c;
}
@media (min-width: 768px) {
  .l-floatBtn .float_action_group.pink .floatBtnLine {
    border: solid 1px #f8524c;
    background-color: #fff;
  }
  .l-floatBtn .float_action_group.pink .floatBtnLine span {
    color: #f8524c;
  }
}
.l-floatBtn .float_action_group.orange .floatBtnLine {
  background-color: #fff !important;
  border-top: 1.2px solid #ef7800;
}
.l-floatBtn .float_action_group.orange .floatBtnLine span {
  color: #ef7800;
}
.l-floatBtn .float_action_group.orange .floatBtn {
  background-color: #ef7800;
}
@media (min-width: 768px) {
  .l-floatBtn .float_action_group.orange .floatBtnLine {
    border: solid 1px #ef7800;
    background-color: #fff;
  }
  .l-floatBtn .float_action_group.orange .floatBtnLine span {
    color: #ef7800;
  }
}

.float__topBtn {
  position: fixed;
  bottom: 16%;
  right: 1rem;
  width: 50px;
  height: 50px;
  z-index: 9998;
  cursor: pointer;
}
.float__topBtn:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .l-topBtn {
    right: 1.75rem !important;
  }
}
@media (max-width: 767px) {
  .l-topBtn {
    bottom: 9% !important;
  }
}