﻿* {
    /* Cart */
    --cartBG: white !important;
    /* Border */
    --borderColor: #679000 !important;
    /* Button */
    --btnPrimary: #679000 !important;
    --btnPrimaryColor: #679000 !important;
    --textPrimaryColor: #679000 !important;
    /* Quantity */
    --quantityBG: white !important;
    --QuantityBorderColor: white !important;
    /* Fonts */
    /*--fontfamily: "Figtree", sans-serif;*/
    /* Product */
    --productBG: white !important;
}

.hwcsp-container .btn-success {
    color: #fff !important;
    background-color: var(--btnPrimaryColor) !important;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #fff !important;
    background-color: grey !important;
    border: 1px solid grey;
}
