.woocommerce .btn-primary:hover {
    color: #fff;
    margin-top: 0;
    background-color: #0069d9 !important;
    border-color: #0062cc!important ;
    transform: scale(1.02);
    opacity: 0.8;
}

.woocommerce .btn-primary {
    background: #e3335f !important;
    color: #fff !important;
}

.woocommerce .btn {
    display: inline-block !important;
    text-align: center;
    padding: 12px 24px;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 5px;
    background: #e1e9f6;
    cursor: pointer;
    transition: 0.25s cubic-bezier(0, 0, 0.41, 1);
    border: none !important;
    outline: 0;
    width: auto;
}


.woocommerce .q-subcribe .btn{

    background: linear-gradient(90deg, #e3335f, #3b2c73) !important;
}