component-buy-button-d * {
    outline: none;
}
component-buy-button-d img.img {
    padding: 3px;
}
component-buy-button-d span.name {
    padding: 0px 6px 0px 4px;
    position: relative;
    top: 2px;
}
component-buy-button-d span.dashed {
    margin: 0 5px;
    border-right-style: dashed;
    border-right-color: #fff;
    border-right-width: 1px;
    font-size: 10px;
}
@-webkit-keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ball-beat {
    50% {
        opacity: 0.2;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
component-buy-button-d .ball-beat>div {
    background-color: #B11824;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: ball-beat 0.7s 0s infinite linear;
    animation: ball-beat 0.7s 0s infinite linear;
}
component-buy-button-d .ball-beat>div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s !important;
    animation-delay: -0.35s !important;
}
component-buy-button-d button._button {
    padding: 0px;
    font-size: 18px;
    outline: none;
    color: #fff;
    border-radius: 5px;
    background-color: #ae1622;
    border-style: double;
    border-color: #ae1622;
}
component-buy-button-d .componentBuyBtn {
    min-width: 130px;
}
component-buy-button-d .componentBuyBtn .inlineContainer {
    width: 130px;
    display: block;
    overflow: hidden;
}
component-buy-button-d .componentBuyBtn .inlineContainer .textContainer {
    width: 390px;
    transition: all 0.3s;
}
component-buy-button-d .componentBuyBtn .inlineContainer .textContainer .material-icons {
    float: none;
    margin-right: 5px;
}
component-buy-button-d .componentBuyBtn .inlineContainer .textContainer span.textmain {
    float: left;
    width: 130px;
    text-align: center;
    overflow: hidden;
}
component-buy-button-d .componentBuyBtn._process .inlineContainer .textContainer {
    transform: translate3d(-130px, 0, 0);
}
component-buy-button-d .componentBuyBtn._added .inlineContainer .textContainer {
    transform: translate3d(-260px, 0, 0);
}
component-buy-button-d .componentBuyBtn[data-button*="_small"] .inlineContainer {
    width: 130px;
}
component-buy-button-d .componentBuyBtn[data-button*="_small"] .inlineContainer .textContainer {
    width: 390px;
}
component-buy-button-d .componentBuyBtn[data-button*="_small"] .inlineContainer .textContainer span {
    width: 130px;
}
component-buy-button-d .componentBuyBtn[data-button*="_small"]._process .inlineContainer .textContainer {
    transform: translate3d(-130px, 0, 0);
}
component-buy-button-d .componentBuyBtn[data-button*="_small"]._added .inlineContainer .textContainer {
    transform: translate3d(-260px, 0, 0);
}
component-buy-button-d .componentBuyBtn[data-button*="_normal"] .inlineContainer {
    width: 130px;
}
component-buy-button-d .componentBuyBtn[data-button*="_normal"] .inlineContainer .textContainer {
    width: 390px;
}
component-buy-button-d .componentBuyBtn[data-button*="_normal"] .inlineContainer .textContainer span {
    width: 130px;
}
component-buy-button-d .componentBuyBtn[data-button*="_normal"]._process .inlineContainer .textContainer {
    transform: translate3d(-130px, 0, 0);
}
component-buy-button-d .componentBuyBtn[data-button*="_normal"]._added .inlineContainer .textContainer {
    transform: translate3d(-260px, 0, 0);
}
component-buy-button-d .componentBuyBtn[data-button*="_large"] .inlineContainer {
    width: 150px;
}
component-buy-button-d .componentBuyBtn[data-button*="_large"] .inlineContainer .textContainer {
    width: 450px;
}
component-buy-button-d .componentBuyBtn[data-button*="_large"] .inlineContainer .textContainer span {
    width: 150px;
}
component-buy-button-d .componentBuyBtn[data-button*="_large"]._process .inlineContainer .textContainer {
    transform: translate3d(-150px, 0, 0);
}
component-buy-button-d .componentBuyBtn[data-button*="_large"]._added .inlineContainer .textContainer {
    transform: translate3d(-300px, 0, 0);
}
component-buy-button-d .componentBuyBtn[data-button*="_xlarge"] .inlineContainer {
    width: 150px;
}
component-buy-button-d .componentBuyBtn[data-button*="_xlarge"] .inlineContainer .textContainer {
    width: 450px;
}
component-buy-button-d .componentBuyBtn[data-button*="_xlarge"] .inlineContainer .textContainer span {
    width: 150px;
}
component-buy-button-d .componentBuyBtn[data-button*="_xlarge"]._process .inlineContainer .textContainer {
    transform: translate3d(-150px, 0, 0);
}
component-buy-button-d .componentBuyBtn[data-button*="_xlarge"]._added .inlineContainer .textContainer {
    transform: translate3d(-300px, 0, 0);
}
component-buy-button-d .sideBtnOverlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #efefef;
    border-radius: 5px;
    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-d .sideBtnOverlay:hover {
    text-decoration: none !important;
}
component-buy-button-d .sideBtnOverlay.shown {
    opacity: 1;
}
component-buy-button-d .sideBtnOverlay.active {
    display: block;
}
component-buy-button-d .animateOverlay {
    border-radius: 5px;
    z-index: 1;
    position: absolute;
    transition: all 0.3s;
    display: none;
    opacity: 0;
    background-color: white;
}
component-buy-button-d .animateOverlay.shown {
    display: block;
}
component-buy-button-d .animateOverlay.active {
    opacity: 1;
}
component-buy-button-d .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-d .animateOverlay .onStart {
    color: black;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    text-align: center;
    opacity: 1;
    transition: all 0.3s;
    background-color: #efefef;
    border-radius: 5px;
    /* animate circle loading */
}
component-buy-button-d .animateOverlay .onStart.ready {
    opacity: 0;
}
component-buy-button-d .animateOverlay .onStart.next {
    display: none;
}
component-buy-button-d .animateOverlay .onStart .loading {
    transition: all .65s;
    opacity: 1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    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: -4px auto;
}
component-buy-button-d .animateOverlay .onStart .loading.active {
    opacity: 1;
}
component-buy-button-d .animateOverlay .onFinish {
    border-radius: 5px;
    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-d .animateOverlay .onFinish .txt .fa {
    font-size: 2.5rem;
    transition: all 0.3s;
    transform: scale(0);
    color: white;
}
component-buy-button-d .animateOverlay .onFinish .txt.active .fa {
    transform: scale(1);
}
component-buy-button-d .animateOverlay .onFinish.shown {
    display: block;
    background-color: #4CAF50;
    border-radius: 5px;
    /*transform:scale(0);*/
}
component-buy-button-d .animateOverlay .onFinish.active {
    opacity: 1;
    /*transform:scale(1);*/
}
component-buy-button-d .text-center {
    text-align: center;
}
component-buy-button-d .modal {
    display: none;
    position: fixed;
    z-index: 2001;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
component-buy-button-d .modal.active {
    display: block;
}
component-buy-button-d .modal .modal-content {
    border-radius: 5px;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
component-buy-button-d .modal .modal-content .-bt {
    margin-bottom: 20px;
}
component-buy-button-d .modal .modal-content .modal-header .close-out {
    color: white;
    position: absolute;
    top: 3px;
    right: 25px;
    border-radius: 5px;
    opacity: 1;
}
component-buy-button-d .modal .modal-content .modal-header .close-out:before {
    content: '';
    height: 30px;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
}
component-buy-button-d .modal .modal-content .modal-header .close-out:after {
    content: '';
    height: 30px;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(45deg);
}
component-buy-button-d .modal .modal-content .form_block.large_block {
    max-height: 300px;
}
component-buy-button-d .modal .modal-content .form_block.large_block textarea {
    border: solid 2px white!important;
    width: 100%!important;
    max-height: 300px;
    max-width: 100%;
}
component-buy-button-d .modal .modal-content .form_block.large_block textarea::placeholder {
    font-size: 20px;
}
component-buy-button-d .modal .modal-content .modal-header {
    padding: 0px;
}
@media (max-width: 991px) {
    component-buy-button-d .modal .modal-content {
        width: 80%;
    }
}