.flt {
  width: 100%;
  padding: 15px 0 19px;
  background: rgba(0,0,0,0.32);
  position: fixed;
  bottom: -94px;
  left: 0;
  z-index: 15;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
}
.flt.is-show {
  bottom: 0;
}
.flt.is-hide {
  position: relative;
  bottom: 0;
  visibility: hidden;
}
.flt__inner.c-btn {
  width: 480px;
  margin: 0 auto;
}
.flt__inner.c-btn a {
  padding: 0;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  box-shadow: 4px 5px 0 #FFF;
  position: relative;
}
.flt__inner.c-btn a:after {
  display: inline-block;
  content: "";
  width: 28px;
  height: 8px;
  background: url("/common/images/catalog/webcatalog_interior/arrow_cta.png") center/contain no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flt__inner.c-btn span {
  font-size: 23px;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  .flt__inner.c-btn {
    width: 327px;
  }
  .flt__inner.c-btn a {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    box-shadow: 3px 4px 0 #FFF;
  }
  .flt__inner.c-btn a:after {
    width: 20px;
    height: 6px;
    right: 10px;
  }
  .flt__inner.c-btn span {
    font-size: 17px;
  }
}
