.wd-add-btn-replace .add-to-cart-loop {
    overflow: hidden;
    padding: 0
}

.wd-add-btn-replace .add-to-cart-loop .wd-tooltip-label {
    display: none
}

.wd-add-btn-replace .add-to-cart-loop span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    transition: transform .25s ease, opacity .15s ease
}


.wd-add-btn-replace .add-to-cart-loop.loading:before,.wd-add-btn-replace .add-to-cart-loop.loading span {
    opacity: 0
}

.wd-add-btn-replace .add-to-cart-loop.loading:after {
    opacity: 1;
    --wd-anim-state: running
}

.wd-product.product-type-simple.outofstock .wd-add-btn-replace .add-to-cart-loop:before,.wd-add-btn-replace .add-to-cart-loop.product_type_grouped:before {
    content: "\f11a";
    font-family: "woodmart-font"
}

.wd-add-btn-replace .add-to-cart-loop.product_type_external:before {
    content: "\f11c";
    font-family: "woodmart-font"
}
