component-buy-button-g * {  
  outline: none;
}
component-buy-button-g .componentBuyBtn {
  min-width: 100px;
  background-color: #fff;
}


component-buy-button-g .componentBuyBtn._added{
    border-color: #4663e6;
    background-color: #4663e6;
    border-radius: 0px;
    padding: 5px 0px !important;
    font-size: 12px !important;
    color: #fff !important;
}

component-buy-button-g .componentBuyBtn .inlineContainer {
  width: 95px;
  display: block;
  overflow: hidden;
}
component-buy-button-g .componentBuyBtn .inlineContainer .textContainer {
  width: 360px;
  transition: all 0.3s;
}
component-buy-button-g .componentBuyBtn .inlineContainer .textContainer .material-icons {
  float: none;
  margin-right: 5px;
}
component-buy-button-g .componentBuyBtn .inlineContainer .textContainer span {
  float: left;
  width: 100px;
  text-align: center;
  overflow: hidden;
}
component-buy-button-g .componentBuyBtn._process .inlineContainer .textContainer {
  transform: translate3d(-100px, 0, 0);
}
component-buy-button-g .componentBuyBtn._added .inlineContainer .textContainer {
  transform: translate3d(-200px, 0, 0);
}
component-buy-button-g .componentBuyBtn[data-button*="_small"] .inlineContainer {
  width: 130px;
}
component-buy-button-g .componentBuyBtn[data-button*="_small"] .inlineContainer .textContainer {
  width: 390px;
}
component-buy-button-g .componentBuyBtn[data-button*="_small"] .inlineContainer .textContainer span {
  width: 130px;
}
component-buy-button-g .componentBuyBtn[data-button*="_small"]._process .inlineContainer .textContainer {
  transform: translate3d(-130px, 0, 0);
}
component-buy-button-g .componentBuyBtn[data-button*="_small"]._added .inlineContainer .textContainer {
  transform: translate3d(-260px, 0, 0);
}
component-buy-button-g .componentBuyBtn[data-button*="_normal"] .inlineContainer {
  width: 130px;
}
component-buy-button-g .componentBuyBtn[data-button*="_normal"] .inlineContainer .textContainer {
  width: 390px;
}
component-buy-button-g .componentBuyBtn[data-button*="_normal"] .inlineContainer .textContainer span {
  width: 130px;
}
component-buy-button-g .componentBuyBtn[data-button*="_normal"]._process .inlineContainer .textContainer {
  transform: translate3d(-130px, 0, 0);
}
component-buy-button-g .componentBuyBtn[data-button*="_normal"]._added .inlineContainer .textContainer {
  transform: translate3d(-260px, 0, 0);
}
component-buy-button-g .componentBuyBtn[data-button*="_large"] .inlineContainer {
  width: 150px;
}
component-buy-button-g .componentBuyBtn[data-button*="_large"] .inlineContainer .textContainer {
  width: 450px;
}
component-buy-button-g .componentBuyBtn[data-button*="_large"] .inlineContainer .textContainer span {
  width: 150px;
}
component-buy-button-g .componentBuyBtn[data-button*="_large"]._process .inlineContainer .textContainer {
  transform: translate3d(-150px, 0, 0);
}
component-buy-button-g .componentBuyBtn[data-button*="_large"]._added .inlineContainer .textContainer {
  transform: translate3d(-300px, 0, 0);
}
component-buy-button-g .componentBuyBtn[data-button*="_xlarge"] .inlineContainer {
  width: 150px;
}
component-buy-button-g .componentBuyBtn[data-button*="_xlarge"] .inlineContainer .textContainer {
  width: 450px;
}
component-buy-button-g .componentBuyBtn[data-button*="_xlarge"] .inlineContainer .textContainer span {
  width: 150px;
}
component-buy-button-g .componentBuyBtn[data-button*="_xlarge"]._process .inlineContainer .textContainer {
  transform: translate3d(-150px, 0, 0);
}
component-buy-button-g .componentBuyBtn[data-button*="_xlarge"]._added .inlineContainer .textContainer {
  transform: translate3d(-300px, 0, 0);
}
component-buy-button-g .sideBtnOverlay {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-radius: 40px;
  text-align: center;
  outline: none;
  height: 59px;
  max-height: 59px;
  overflow: hidden;
  line-height: 59px;
  font-size: 16px;
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
component-buy-button-g .sideBtnOverlay:hover {
  text-decoration: none !important;
}
component-buy-button-g .sideBtnOverlay.shown {
  opacity: 1;
}
component-buy-button-g .sideBtnOverlay.active {
  display: block;
}
component-buy-button-g .animateOverlay {
  z-index: 1;
  position: absolute;
  transition: all 0.3s;
  display: none;
  opacity: 0;
  background-color: white;
}
component-buy-button-g .animateOverlay.shown {
  display: block;
}
component-buy-button-g .animateOverlay.active {
  opacity: 1;
}
component-buy-button-g .animateOverlay.active.finished {
  /*opacity: 0;
				transform: scale(1) !important;*/
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}
@keyframes pulse {
  50% {
    background: white;
  }
}
component-buy-button-g .animateOverlay .onStart {
  color: black;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  opacity: 1;
  transition: all 0.3s;
  background-color: #efefef;
  border-radius: 40px;
  /* animate circle loading */
}
component-buy-button-g .animateOverlay .onStart.ready {
  opacity: 0;
}
component-buy-button-g .animateOverlay .onStart.next {
  display: none;
}
component-buy-button-g .animateOverlay .onStart .loading {
  transition: all .65s;
  opacity: 1;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 0.25rem solid rgba(202, 200, 200, 0.87);
  border-top-color: #6b6b6b;
  -webkit-animation: spin 0.7s infinite linear;
  animation: spin 0.7s infinite linear;
  margin: 0 auto;
}
component-buy-button-g .animateOverlay .onStart .loading.active {
  opacity: 1;
}
component-buy-button-g .animateOverlay .onFinish {
  color: black;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  display: none;
  opacity: 0;
  background-color: transparent;
  transition: all 0.3s;
  text-align: center;
}
component-buy-button-g .animateOverlay .onFinish .txt .fa {
  font-size: 2.5rem;
  transition: all 0.3s;
  transform: scale(0);
  color: white;
}
component-buy-button-g .animateOverlay .onFinish .txt.active .fa {
  transform: scale(1);
}
component-buy-button-g .animateOverlay .onFinish.shown {
  display: block;
  background-color: #4CAF50;
  border-radius: 40px;
  /*transform:scale(0);*/
}
component-buy-button-g .animateOverlay .onFinish.active {
  opacity: 1;
  /*transform:scale(1);*/
}
