:root {
    --primary-color: #b3385d!important;
    --primary-color-alpha: #b3385dbe !important;
    /* --secondary-color: rgb(239, 186, 0) !important; */
    --secondary-color: #ebcaca !important;
    --border-radius: 3px !important;
    --background-color: #ffffff !important;
}


/* *:not(.glyphicon) {
    font-family: Verdana, sans-serif !important;
} */

*:not(.glyphicon) {
    font-family:  Verdana, sans-serif !important;
}

body {
    background-color: var(--background-color);
}

p, h3, h4, label{
    color:var(--primary-color)
}

.page-header-logo {
    content: url("/assets/clients/hollybush/images/gui/theden.png") !important;
    height: 200px !important;
    max-height: 10vh !important;
}

.page-header-logo-checkout {
    display: none !important;
}

.stock-item-container,
.basket-table {
    background-color: white;
}


.page-header {
    background-color: var(--background-color);
}

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);
}

/* Broken image link - reduce size of the parent */
.stock-item-image-container:has(img[src*="no-image"]) {
    height: 50px !important;
    min-height: 50px !important;
}

/* Broken image link - change the url */
/* img[src*="no-image"] {
    content: url("http://localhost/assets/clients/frongoch/images/winretail/full_english_veg.jpg");
} */

/* 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;
    font-size: 32px;
}

.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;
    box-shadow: 4px 4px 4px var(--primary-color);
}

.checkout-button {
    background-color: var(--background-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(--primary-color);
    margin: 0 0 10px 0;
    padding: 0;
    min-height: 80px;
    height: 1vh;
}

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

.stock-item-qty p {
    padding-right: 5px;
    color: var(--primary-color)
}

.stock-item-container-content > .col-xs-11 > p,
.stock-item-container-content > .col-xs-11 > h3, 
.stock-item-container-content > .col-xs-11 > h4,  
.stock-item-container-content > .col-xs-1 > p,
.stock-item-container-content > .col-xs-1 > h3, 
.stock-item-container-content > .col-xs-1 > h4 {

    color: var(--primary-color) !important
}

/* .stock-item-container-content > .col-xs-1 > p, h3, h4 {
    color: var(--primary-color)
} */

.campaign-coupon-container {
    color: var(--primary-color) !important
}

.campaign-coupon-container > h4 {
    color: var(--primary-color) !important
}



.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: var(--primary-color);
}

.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);
    font-family: 'gostobold_rounded', Verdana, sans-serif !important;
    font-size: 32px !important;
}

.category-title, .category-description{
    color: var(--primary-color);
}


textarea:focus, input:focus {
    outline-color: var(--secondary-color);
}

.basket-table {
    border-radius: var(--border-radius);
}

.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;
}

.loyalty-points-container{
    color: var(--primary-color);
}

.signin-button {
    border-radius: var(--border-radius);
    color: var(--primary-color);
    background-color: var(--background-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);
}


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

.page-header-logo {
    display: block;
    max-height: 100px;
    margin-bottom: 5px;
}

/* 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 you card number.';
}

.content-chef-notes-title{
    font-size: 20px;
    color:var(--primary-color)
}

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

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

.content-order-complete-description {
    color: var(--primary-color);
}

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

.select-capture-selected{
    color: var(--primary-color) !important;
    font-weight: bold;
    font-size: 18px !important;
}

.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    background: var(--background-color);
}

.icon-fix {
    background: var(--background-color) !important;
}

.braintree-heading, .content-login-title {
    color: var(--primary-color)
}
.capture-label{
    color: var(--primary-color);
}

.item-label{
    color: var(--primary-color);
}

.qty-label{
    color: var(--primary-color);
}