
.single_add_to_cart_button.salelock-disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
    background-color: rgb(9,44,74) !important;
    border-color: rgb(9,44,74) !important;
}


button.salelock-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background:rgb(9,44,74);
}