component-buy-button-aa * {
    outline: none;
}
component-buy-button-aa .heart {
    background-color: transparent;
    border-radius: 0px;
    padding: 10px 20px !important;
    border: 2px solid #ccc;
    color: white;
    line-height: 1.5;
    font-weight: normal;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.2px;
    float: left;
    width: 47%;
    margin: 0;
}
@media(max-width: 1199px) {
    component-buy-button-aa .heart {
        float: left;
        width: 36%;
        margin: 0;
    }
}
@media(max-width: 991px) {
    component-buy-button-aa .heart {
        float: left;
        width: 70%;
        margin: 0;
    }
}
@media(max-width: 767px) {
    component-buy-button-aa .heart {
        float: left;
        width: 47%;
        margin: 0;
    }
}
component-buy-button-aa .componentBuyBtn {
    display: -webkit-inline-box;
    min-width: 130px;
}
component-buy-button-aa .componentBuyBtn .inlineContainer {
    width: 120px;
    display: block;
    overflow: hidden;
}
component-buy-button-aa .componentBuyBtn .inlineContainer .textContainer {
    width: 360px;
    transition: all 0.3s;
}
component-buy-button-aa .componentBuyBtn .inlineContainer .textContainer .material-icons {
    float: none;
    margin-right: 5px;
}
component-buy-button-aa .componentBuyBtn .inlineContainer .textContainer span {
    float: left;
    width: 120px;
    text-align: center;
    overflow: hidden;
}
component-buy-button-aa .componentBuyBtn._process .inlineContainer .textContainer {
    transform: translate3d(-120px, 0, 0);
}
component-buy-button-aa .componentBuyBtn._added .inlineContainer .textContainer {
    transform: translate3d(-240px, 0, 0);
}
component-buy-button-aa .componentBuyBtn[data-button*="_small"] .inlineContainer {
    width: 130px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_small"] .inlineContainer .textContainer {
    width: 390px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_small"] .inlineContainer .textContainer span {
    width: 130px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_small"]._process .inlineContainer .textContainer {
    transform: translate3d(-130px, 0, 0);
}
component-buy-button-aa .componentBuyBtn[data-button*="_small"]._added .inlineContainer .textContainer {
    transform: translate3d(-260px, 0, 0);
}
component-buy-button-aa .componentBuyBtn[data-button*="_normal"] .inlineContainer {
    width: 130px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_normal"] .inlineContainer .textContainer {
    width: 390px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_normal"] .inlineContainer .textContainer span {
    width: 130px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_normal"]._process .inlineContainer .textContainer {
    transform: translate3d(-130px, 0, 0);
}
component-buy-button-aa .componentBuyBtn[data-button*="_normal"]._added .inlineContainer .textContainer {
    transform: translate3d(-260px, 0, 0);
}
component-buy-button-aa .componentBuyBtn[data-button*="_large"] .inlineContainer {
    width: 150px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_large"] .inlineContainer .textContainer {
    width: 450px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_large"] .inlineContainer .textContainer span {
    width: 150px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_large"]._process .inlineContainer .textContainer {
    transform: translate3d(-150px, 0, 0);
}
component-buy-button-aa .componentBuyBtn[data-button*="_large"]._added .inlineContainer .textContainer {
    transform: translate3d(-300px, 0, 0);
}
component-buy-button-aa .componentBuyBtn[data-button*="_xlarge"] .inlineContainer {
    width: 150px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_xlarge"] .inlineContainer .textContainer {
    width: 450px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_xlarge"] .inlineContainer .textContainer span {
    width: 150px;
}
component-buy-button-aa .componentBuyBtn[data-button*="_xlarge"]._process .inlineContainer .textContainer {
    transform: translate3d(-150px, 0, 0);
}
component-buy-button-aa .componentBuyBtn[data-button*="_xlarge"]._added .inlineContainer .textContainer {
    transform: translate3d(-300px, 0, 0);
}
component-buy-button-aa .sideBtnOverlay {
    margin-top: 5px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    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-aa .sideBtnOverlay:hover {
    text-decoration: none !important;
}
component-buy-button-aa .sideBtnOverlay.shown {
    opacity: 1;
}
component-buy-button-aa .sideBtnOverlay.active {
    display: block;
}
component-buy-button-aa .animateOverlay {
    z-index: 1;
    position: absolute;
    transition: all 0.3s;
    display: none;
    opacity: 0;
    background-color: white;
}
component-buy-button-aa .animateOverlay.shown {
    display: block;
}
component-buy-button-aa .animateOverlay.active {
    opacity: 1;
}
component-buy-button-aa .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-aa .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-aa .animateOverlay .onStart.ready {
    opacity: 0;
}
component-buy-button-aa .animateOverlay .onStart.next {
    display: none;
}
component-buy-button-aa .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-aa .animateOverlay .onStart .loading.active {
    opacity: 1;
}
component-buy-button-aa .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-aa .animateOverlay .onFinish .txt .fa {
    font-size: 2.5rem;
    transition: all 0.3s;
    transform: scale(0);
    color: white;
}
component-buy-button-aa .animateOverlay .onFinish .txt.active .fa {
    transform: scale(1);
}
component-buy-button-aa .animateOverlay .onFinish.shown {
    display: block;
    background-color: #4CAF50;
    border-radius: 40px;
    /*transform:scale(0);*/
}
component-buy-button-aa .animateOverlay .onFinish.active {
    opacity: 1;
    /*transform:scale(1);*/
}