.sv-modul-warenkorbbutton .svbutton-wrapper .svbutton {
    cursor: pointer;
    color: #ffffff;
    border-width: 0px;
    border-radius: 8px;
    font-size: 20px;
    background-color: #3EB492;
    padding: 10px 1rem;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.sv-modul-warenkorbbutton .svbutton-wrapper .svbutton:hover {
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sv-modul-warenkorbbutton .svbutton-wrapper .svbutton.inactive {
    color: #ffffff;
    background-color: #a1a1a1 !important;
    cursor: text;
}

.sv-modul-warenkorbbutton .svbutton-wrapper .svbutton.inactive:hover {
    background-color: #a1a1a1 !important;
    cursor: text;
}