.matspar-product.pauluns {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: baseline;

}

.pauluns .add-to-cart-wrapper {
    min-width: 140px;
    max-height: 140px;
}

.pauluns .cart-quantity {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 1.375rem;
    border: 0.1rem solid #A9AD00;
    padding: 0.1rem;
    background-color: transparent;
    flex: 2 1 0%;
    -webkit-box-pack: center;
    justify-content: space-between;
    max-width: 183px;
    margin: 0;
    width: 100%;
}

.pauluns .quantity {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 1.375rem;
    border: 0.1rem solid #A9AD00;
    padding: 0.1rem;
    background-color: transparent;
    flex: 2 1 0%;
    -webkit-box-pack: center;
    justify-content: space-between;
    margin: 0;
    max-width: 150px;
}

.pauluns .cart-quantity-button-plus,
.pauluns .quantity-button-plus {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    border-radius: 6.1875rem;
    background-color: #A9AD00;
    color: #000;
    font-size: 0.9375rem;
    height: 2.25rem;
    width: 2.25rem;
}

.pauluns .cart-quantity-button-plus:disabled {
    background-color: #f9f5f0;
    color: #c9c5be;
}


.pauluns .cart-quantity-button-minus,
.pauluns .quantity-button-minus {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    border-radius: 6.1875rem;
    background-color: #A9AD00;
    color: #000;
    font-size: 0.9375rem;
}

.pauluns .cart-quantity-button-minus:disabled {
    background-color: #f9f5f0;
    color: #c9c5be;
}

.pauluns .cart-svg {
    fill: #000;
    margin-top: 12px;
    padding: 2px;
}

.pauluns .cart-icon {
    border: #000;
}

.pauluns .cart-badge {
    color: #fff;
}

.pauluns .cart-quantity-button-minus>span,
.pauluns .quantity-button-minus>span {
    font-size: 1.2rem;
    height: 20px;
    font-weight: 100;
}

.pauluns .cart-quantity-button-plus>span,
.pauluns .quantity-button-plus>span {
    font-size: 1.2rem;
    height: 20px;
    font-weight: 100;
}

.pauluns .cart-quantity-input {
    color: #282828;
    width: 40px;
}

.single-product .pauluns .additional-info {
    margin: 10px 0;
}

button.order-button.pauluns {
    background: #A9AD00;
    color: #000;
}

button.order-button.pauluns:focus {
    background: #A9AD00;
    color: #000;
}

.pauluns .purchase-button {
    background-color: #A9AD00;
    color: #000;
    border-radius: 30px;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.pauluns .purchase-button:hover:not(:disabled),
.pauluns .purchase-button:active:not(:disabled),
.pauluns .purchase-button:focus:not(:disabled) {
    background-color: #898C14;
    color: #000;
}

.pauluns-zipcode-button {
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 3px;
    background-color: #a9ad00;
    color: #000;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}

.pauluns-zipcode-button:hover {
    background-color: #898C14;
    color: #000;
}

.popup-pauluns #check-zipcode-button,
.popup-pauluns #check-zipcode-button:active,
.popup-pauluns #check-zipcode-button:hover {
    background-color: #a9ad00;
    color: #000;
}

.popup-pauluns #check-zipcode-button:disabled,
.popup-pauluns #check-zipcode-button:disabled:hover {
    background-color: #f9f5f0;
    color: #c9c5be;
}

@media only screen and (max-width: 680px) {
    .matspar-product.pauluns {
        display: flex;
        flex-direction: column;
    }

    .pauluns .cart-quantity {
        margin: 0;
    }

    .matsmart-product .additional-info {
        width: 100%;
    }

    .matsmart-product .cart-quantity {
        width: 100%;
        margin: 20px 0;
    }

    .matspar-product .additional-info {
        width: 100%;
    }
    
    .matspar-product .additional-info p {
        margin-bottom: 10px;
    }

    div.cart-notebox.pauluns {
        flex-direction: column;
        align-items: flex-start;
        line-height: 1.4rem;
    }

    .pauluns .cart-notebox-save {
        padding: 8px 12px;
        font-size: 12px;
    }

    .pauluns .cart-notebox-trash {
        padding: 8px 12px;
        font-size: 12px;
    }

    .pauluns .quantity {
        margin: 10px 0;
    }

    button.order-button.pauluns {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 1.3em;
    }
}