:root {
    --primary-color: #486B35 !important;
    --primary-color-alpha: #486B35CD !important;
    --secondary-color: #e5e2d5 !important;
    --border-radius: 10px !important;
}

input {
    border-radius: var(--border-radius);
}


.text-company {
    color: var(--primary-color) !important;
}

.btn-success {
    background-color: var(--primary-color);
}

.company-text {
    color: var(--primary-color);
}

.btn {
    border-radius: var(--border-radius);
}

/* On hover etc, change colour */
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus,
.btn-success:visited,
.btn-success:hover  {
    background-color: var(--primary-color) !important;
}

.btn-default {
    background-color: #ffffff;
    color: var(--primary-color);
}

.text-company {
    color: var(--primary-color) !important;
}

.footer {
    height: 60px;
    background-color: var(--primary-color);
}

.checkout-button-container {
    max-height: 100%;
    height: 100%;
    padding: 5px;
}

.image-container > img {
    min-height: 150px;
    max-height: 200px;
}

.category-container {
    height: 150px;
}

.checkout-button {
    background-color: var(--secondary-color);
    border: none;
    height: 100%;
    width: 175px;
    font-weight: bold;
    color: var(--primary-color);
    border-radius: var(--border-radius);
}


.stock-item-container {
    border-radius: var(--border-radius);
    border-style: solid;
    border-width: 1px;
    border-color: var(--secondary-color);
    margin: 0 0 10px 0;
    padding: 0;
    min-height: 80px;
    height: 1vh;
}

.stock-item-qty {
    border-right: 5px solid #578848 !important;
    border-radius: calc(var(--border-radius) / 1.5);
}

.stock-item-qty p {
    padding-right: 5px;
}

.minus-button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    height: 33%;
    width: 100%;
}

.plus-button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    height: 34%;
    width: 100%;
}

.qty {
    text-align: center;
    height: 33%;
    line-height: 50px
}

.stock-item-container-content {
    min-height: 80px;
}
.stock-title {
    color: var(--primary-color);
    font-weight: bold;
}
.stock-price {
    font-weight: bold;
    font-size: 16px;
}

.navbar {
    border-width: 0 0 1px 0;
    background-color: var(--primary-color) !important;
}

.navbar-brand {
    padding: 0 0 0 5px;
}

.navbar-bottom-border {
    border-width: 0;
}

.shop-title {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: 13px;
    color: #ffffff;
}

.category-container {
    border-color: var(--primary-color);
    border-radius: var(--border-radius);
}

.category-label {
    background-color: var(--primary-color-alpha);
    border-radius: 0 var(--border-radius) 0 var(--border-radius);
}

.modal-container {
    border-color: var(--primary-color) !important;
}

.jconfirm-box {
    border-color: var(--primary-color) !important;
}

.jconfirm-buttons > .btn {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
}

.page-title {
    color: var(--primary-color) !important;
}

.loading-spinner {
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid var(--primary-color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.login-logo-image {
    width: 220px;
}

.basket-coupon,
.basket-gift-card
{
    display: none;
}
.signin-button {
    border-radius: var(--border-radius);
    color: var(--primary-color);
}

input:checked + .slider {
    background-color: var(--primary-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--primary-color);
}

.used-coupon-container {
    border-radius: var(--border-radius);
}

.campaign-coupon-container {
    border-radius: var(--border-radius);
}

.basket-redeem-loyalty-points {
    display: none;
}

.add-amend-model .dot-selected {
    height: 24px;
    width: 24px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: white;
    text-align: center;
}


/* CONTENT CLASSES */
.content-login-title span {
    display: none;
}

.login-logo-image {
    display: none;
}

.content-login-title:after {
    content: 'Sign In';
}

.content-login-description span {
    display: none;
}

.content-login-description:after {
    content: 'Please enter your loyalty card number.';
}

.content-chef-notes-title span {
    display: none;
}

.content-chef-notes-title:after {
    content: 'Dietary Requirements';
}

.chef-notes-textarea {
    border-radius: var(--border-radius);
}