﻿
.bg-cp-primary-red {
    background-color: #da291c; /* Changed from #db291d; June 2024*/
    color: #fff;
}

.bg-cp-primary-green-1 {
    background-color: #046a38;
}

.bg-cp-primary-green-2 {
    background-color: #188a56;
}

.bg-cp-primary-black {
    background-color: #000;
}

.bg-cp-primary-white {
    background-color: #fff;
}

.bg-cp-secondary-blue {
    background-color: #25408f;
}

.bg-cp-secondary-jade {
    background-color: #3F726D;
}

.bg-cp-secondary-green {
    background-color: #6cb545;
}


.bg-cp-secondary-yellow {
    background-color: #fec00f;
}

.text-cp-primary-red {
    color: #db291d;
}
.text-cp-secondary-red {
    color: #db291d;
}
.text-cp-primary-green-1 {
    color: #046a38;
}

.text-cp-primary-green-2 {
    color: #188a56;
}
.text-cp-secondary-green {
    color: #6cb545;
}

.text-cp-primary-hungry {
    color: #78a848; 
}

.bg-cp-secondary-hungry {
    background-color: #78a848;
}

.text-cp-secondary-hungry {
    color: #78a848;
}

.text-cp-primary-black {
    color: #000;
}

.text-cp-primary-white {
    color: #fff;
}

.text-cp-secondary-blue {
    color: #25408f;
}

.text-cp-secondary-jade {
    color: #3F726D;
}


.text-cp-secondary-yellow {
    color: #fec00f;
}

*:not(.no-animate) {
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

body, html {
    font-size: 12px;
    font-weight: 400;
}

hr {
    border-top: 1px solid #000;
}

main a {
    color: inherit;
    text-decoration: underline;
}

input[type=radio], input[type=checkbox] {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
}

.custom-select {
    border-color: #000;
}

.input-group-text {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.custom-control-label:before {
    border-color: #000;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #db291d;
    border-color: #db291d;
    -moz-box-shadow: 0 0 .2rem rgba(219,41,29,.5);
    -webkit-box-shadow: 0 0 .2rem rgba(219,41,29,.5);
    box-shadow: 0 0 .2rem rgba(219,41,29,.5);
}

.img-photo {
    padding: .5rem;
    border: 1px solid #cbcbcb;
    -webkit-box-shadow: 0 0 1rem .1rem #cbcbcb,0 2rem 1rem -2rem black;
    -moz-box-shadow: 0 0 1rem .1rem #cbcbcb,0 2rem 1rem -2rem black;
    box-shadow: 0 0 1rem .1rem #cbcbcb,0 2rem 1rem -2rem black;
}

.btn-cp {
    background-color: #fff;
    border: 1px solid #000;
    font-weight: 600;
}

a.btn-cp {
    text-decoration: none;
}

.border-top, .border-bottom, .border-left, .border-right, .border {
    border-color: #000 !important;
}

.form-control {
    border-color: #000;
}

header {
    background-color: rgba(255,255,255,.9);
    margin: 0;
    padding: .5rem;
    font-size: 1.2rem;
    color: #000;
}

    header .btn-shopping-cart {
        background-color: #cbcbcb;
        color: #000;
        font-weight: inherit;
        font-size: inherit;
        position: relative;
    }

    header .shopping-cart-count {
        position: absolute;
        top: -.5rem;
        right: -.5rem;
        background-color: #046a38;
        color: #fff;
        padding: 0 .5rem;
        border-radius: 1rem;
        font-size: .9rem;
    }

    header .navbar-light .navbar-nav .dropdown .dropdown-menu a.dropdown-item {
        color: #000;
    }

    header .navbar-light .navbar-nav .nav-link {
        cursor: pointer;
        color: #000;
        margin-right: 2rem;
    }

    header .navbar {
        align-items: flex-end;
    }

    header .navbar .nav-item {
        line-height: 1rem;
    }

        header .navbar .nav-item .dropdown-item {
            line-height: 1.5;
            font-size: 1.1rem; /*changed 6/11/23*/
        }

    header .navbar-brand {
        margin-right: 0;
        padding: 0;
    }

    header .navbar-brand img {
        width: 70px;
        vertical-align: sub;
    }

    header.scrolling .navbar-brand img {
        width: 40px;
    }

    header .navbar-collapse {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

main {
    padding: 1rem 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

footer {
    color: #fff;
    background-color: #046a38;
}

    footer .cp-sub-buyline {
        text-align: center;
        padding: 1rem 0;
        font-style: italic;
        background-color: #188a56;
        border-bottom: 2px solid #fff;
    }

    footer a {
        color: inherit;
    }

        footer a:hover {
            color: inherit;
        }

    footer .link-columns li, footer .link-columns a {
        margin-bottom: .5rem;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: center;
    }

    footer .icon-tile {
        display: inline-block;
        line-height: 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
        background-color: #188a56;
        text-align: center;
        border-radius: 10px;
        margin-right: .5rem;
    }

    footer .fa {
        margin: 0 auto;
    }

    footer .copyright {
        font-size: smaller;
        font-weight: 100;
        text-align: center;
        padding-bottom: 1.5rem;
        margin-bottom: 0;
    }

@media(min-width:576px) {
    body, html {
        font-size: 16px;
    }

    footer .link-columns li {
        text-align: left;
    }

    header .navbar {
        padding: 0;
    }

    header .navbar-brand img {
        width: 100px;
    }
}

@media(min-width:768px) {
    header .navbar-brand img {
        width: 120px;
    }
}

@media(min-width:992px) {
    body {
        padding-top: 8rem;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }

        header .shopping-cart-count {
            position: static;
            top: inherit;
            right: inherit;
            background-color: inherit;
            color: inherit;
            padding: .2rem;
            border-radius: inherit;
            font-size: inherit;
        }

        header .navbar-light .navbar-nav {
            justify-content: flex-end;
        }
}

.w-15 {
    width: 15% !important;
}
.w-16 {
    width: 16% !important;
}
.w-17 {
    width: 17% !important;
}
.w-20 {
    width: 20% !important;
}
.w-50 {
    width: 50% !important;
}
.w-56 {
    width: 56% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}



.cp-table {
    margin-bottom: 2rem;
}

    .cp-table label {
        margin-bottom: .2rem;
    }

    .cp-table th, .cp-table td {
        padding-left: 0;
        padding-right: 0;
        border: 0;
        vertical-align: middle;
    }

    .cp-table thead th, .cp-table tbody td, .cp-table tbody th, .cp-table .border-bottom td {
        border-bottom: 1px solid #000;
    }

    .cp-table th {
        font-weight: 700;
    }

        .cp-table th img {
            display: none;
            height: 9rem;
            margin: 0 auto;
        }

    .cp-table td img {
        height: 4rem;
        display: none;
        margin-right: 2rem;
    }

@media(min-width:576px) {
    .cp-table th img {
        display: block;
    }

    .cp-table td img {
        display: inline;
    }
}

.cp-cart-remove {
    border: none;
    background-color: #db291d;
    color: #fff;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border-radius: 50%;
    line-height: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
    vertical-align: middle;
    letter-spacing: 0;
    margin-right: 1rem;
}

    .cp-cart-remove span {
        position: relative;
        top: -.1rem;
    }

.card {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #000;
    height: 100%;
}

    .card .card-header {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-weight: bold;
        background-color: #db291d;
        color: #fff;
    }

    .card .card-body {
        text-align: center;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        .card .card-body div {
            margin-bottom: auto;
        }

    .card a.btn-cp {
        color: #db291d;
        font-weight: bold;
        text-decoration: none;
        width: 100%;
        margin: 1rem auto;
    }

    .card img {
        height: 10rem;
    }

    .card .img-sml img {
        height: 6rem;
    }

.carousel {
    width: 100%;
    height: 20rem;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
}

.carousel-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

    .carousel-item img {
        visibility: hidden;
    }

@media(min-width:576px) {
    .card a.btn-cp {
        width: 75%;
    }
}

@media(min-width:992px) {
    .card a.btn-cp {
        width: 50%;
    }
}

.bin-tile {
    padding: 1.5rem;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .bin-tile .bin-tile-header {
        margin-left: -1rem;
        font-weight: bold;
    }

    .bin-tile .bin-tile-content {
        /*padding: 1rem .25rem 1.5rem .25rem;*/
        padding: .5rem .25rem .5rem .25rem;
        color: #fff;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

        .bin-tile .bin-tile-content .lead {
            font-weight: bold;
        }

    .bin-tile a.btn-cp {
        display: block;
        width: 100%;
        border: none;
    }

a.swipebox {
    text-decoration: none;
}

.cp-faq section {
    padding-bottom: 1.5rem !important;
}

    .cp-faq section h1 {
        font-size: 1rem;
        font-weight: 700 !important;
    }

#AddressLocation .input-group-prepend .input-group-text, #AddressLocation small .btn {
    width: 11rem
}
