#oneClickOrderAmazonPaymentsArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#oneClickOrderBox p.subTitle {
    width: 100%;
}
.btn_area {
  position: relative;
}
.btn_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
.button-box {
  margin: 0 auto;
  text-align: center;
  animation: btn_anm 1.1s infinite;
}
@keyframes btn_anm {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}
.button-box a {
  text-decoration: none;
}
.button {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 14px 1px #858585;
  width: 100%;
}
.style:before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  left: -10px;
  width: 63px;
  height: 69px;
  background: transparent url("https://production.static.squadbeyond.com/uploads/article_photo/photo/358098/da72fbfc-3bee-44a9-84d7-fcbc06f6b753.png") 0 0 no-repeat;
  background-size: 100% auto;
  animation: arrowleft 1s;
  animation-iteration-count: infinite;
}
@keyframes arrowleft {

  0% {
    left: -0.7em;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    left: 0;
    opacity: 0;
  }
}
.button span {
  /* padding: 15px 0; */
  display: block;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.06em;
  white-space: nowrap;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.title {
  font-size: 38px;
  padding-bottom: 20px;
}
.copy {
  font-size: 20px;
  font-weight: normal !important;
}
.button.button-color-green {
  background: linear-gradient(to bottom, #49ac00 0%, #79c733 55%, #49ac00 50%, #49ac00 100%);
}
.button.button-color-red {
  background: linear-gradient(to bottom, #c30009 0%, #d7333c 55%, #c30009 50%, #c30009 100%);
}
.button.button-color-orange {
  background: linear-gradient(to bottom, #ff5e00 0%, #ff8b33 55%, #ff5e00 50%, #ff5e00 100%);
}

@media screen and (min-width: 768px){

}

@media (max-width:600px) {
  .btn_box {width: 80%;}
  .button span {white-space: normal;}
  .title {font-size: 23px; padding-bottom: 15px;}
  .copy {font-size: 16px;}
  .button {padding: 15px 15px}
  .style:before {width: 43px; height: 49px; top: calc(50% - 20px);}
}


@media screen and (max-width: 768px) {

}
