.aw-single-add-to-cart-wrapper,
.aw-variable-product {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    width: auto;
    column-gap: 5px;
}

.aw-single-add-to-cart-wrapper input.aw-single-add-to-cart-input,
.aw-variable-product input.aw-single-add-to-cart-input {
    display: inline-flex;
    width: auto;
    border-radius: 5px;
    padding: 5px 10px;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.aw-single-add-to-cart-wrapper .aw-single-add-to-cart-btn,
.aw-single-add-to-cart-wrapper .aw-single-uitverkocht-btn,
aw-variable-product .aw-single-add-to-cart-btn {
    background: #4d874d;
    border-radius: 4px;
    padding: 5px 10px;
    width: auto;
    position: relative;
    display: inline-flex;
    line-height: 1em;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    cursor: pointer;
} */

/* ________________________________________
/* Button Loading icon 2 (PURE CSS)
/* _____________________________________ */

.aw-btn-loader {
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    width: 14px !important;
    height: 14px !important;
    -webkit-animation: spin 2s linear infinite;

    animation: spin 2s linear infinite;
    display: inline-block;
    line-height: 10px;
    margin-bottom: -2px;
    margin-left: 5px;
}

.aw-category-name {
    color: #666666;
    font-family: "Karla", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: -24px;
}

.aw-category-outer {
    transition-property: background, border, box-shadow;
    transition-duration: .25s;
}

.aw-category-outer:hover {
    background-color: #FDCFB1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.aw-single-add-to-cart-wrapper input {
        width: 55px !important;
        margin-right: 10px;
}

.variabel-product-button {
    background: #4d874d;;
} 