.single_add_to_cart_button {
    background-color: #dfaf4b !important;
    color: #fefefe !important;
}

.single_add_to_cart_button:hover{
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #202020 !important;
}

.single_add_to_cart_button.added:hover {
    min-width: 178px;
}

a.nnc_added_to_cart {
    margin-top: 5px;
}
a.nnc_added_to_cart span {
    color: #ffffff !important;
    font-weight: 600 !important;
    background: #404040;
    border-radius: 3px;
    padding: 5px 7px;
    transition: 200ms;
}

a.nnc_added_to_cart span:hover {
    background: #808080;
    transition: 200ms;
}

a.nnc_added_to_cart span:after {
    font-family: 'ETmodules' !important;
    content: "\e015";
    vertical-align: middle;
    color: inherit;
    font-size: 1.3em;
    padding: 0 0 0 7px;
}

.loading::after {
    font-family: 'ETmodules';
    content: "\e01c";
    font-weight: 400;
    top: .618em;
    right: 1em;
    -webkit-transform: rotate(360deg);
    transform:rotate(360deg);
}

.added::after {
    font-family: 'ETmodules';
    content: "\e017";
    margin-left: .53em;
    vertical-align:bottom;
}

.error {
    background-color: darkred;
}

.error::after {
    content: "";
}