﻿@import url(https://fonts.googleapis.com/css2?family=BioRhyme:wght@800&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Sanchez&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');

/* master variables */
:root {
    --bright-button-red: #a62408;
    --bright-button-light: #f2f2f2;
    --primary-body-color: #4d1c04;
    --secondary-body-color: #f5efe9;
    --content-panel-color: #f2f2f2;
    --primary-dark-stroke: #211f1f;
    --primary-light-stroke: #f2f2f2;
    --button-hover-color: #fdc622;
    --button-hover-color: #fdc622;
}

#KBPopUp {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 50000;
    background-color: rgba(64, 64, 64, 0.83);
    transition: visibility 0s linear 0s, opacity 1000ms;
}

#KBPopUpModel {
    position: relative;
    width: 90%;
    margin: 50px auto;
    border-radius: 10px;
    background-color: #fff;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
    z-index: 50001;
    transition: visibility 0s linear 0s, opacity 1000ms;
}


#KBPopUpSmall {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    text-align: center;
    z-index: 50000;
    background-color: rgba(64, 64, 64, 0.83);
    transition: visibility 0s linear 0s, opacity 1000ms;
}

#KBPopUpModelSmall {
    position: relative;
    width: 90%;
    margin: 50px auto;
    border-radius: 10px;
    background-color: #fff;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
    z-index: 50001;
    transition: visibility 0s linear 0s, opacity 1000ms;
}


.featured-item {
    background-color: #fc6767;
    border-radius: 40px;
    border-color: #ffffff !important;
    border-style: solid;
    border-width: 5px;
}

#cart-icon{
    position:relative;
    display: block;
    height: 50px;
    width: 100px;
}

#cart-count {
    position: absolute;
    display: block;
    right: 35px;
    bottom: 0;
    z-index:1000;
    color: #fdc622;
    background-color: #a62408;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height:17px;
    font-size: 12pt;
   
}
#cart-countm {
    position: absolute;
    display: inline-block;
    right: 35px;
    bottom: 0;
    z-index: 1000;
    color: #fdc622;
    background-color: #a62408;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 17px;
    font-size: 12pt;
}

a:link {
    color: #343434;
}

#telephone-form {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 10px;
    z-index: 1000;
    text-align: center;
    background: #7f7f7f;
    background: rgba(0, 0, 0, .85);
}

    #telephone-form div {
        max-width: 400px;
        margin: auto;
        border-radius: 10px;
        color: #000000;
        background-color: #f2f2f2;
        text-align: center;
        padding: 0px;
        line-height: 10px;
        position: relative;
    }

#login-feedback{
    color:#a62408;
}

.dark-text {
    color: var(--primary-dark-stroke) !important;
}
.telephone-container {
    top: 50px;
    position: relative;
    margin: 0;
    line-height: 10px;
    text-align: center;
}

.x {
    position: relative;
    float: right;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    transition: transform .25s ease-in-out;
}

.promo-headline {
    text-shadow: 2px 2px 2px #000000 !important;
}

.sign-in-panel {
    position: relative;
}

.search-description {
    font-family: 'Sanchez', serif;
    font-size: 14px;
    line-height: normal;
}

.search-name {
    font-family: 'Sanchez', serif;
    font-size: 20px;
    font-weight: bold;
}

.close-button {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid var(--primary-dark-stroke);
    top: -80px;
    right: 50px;
    font-family: Sanchez serif;
    font-size: 30px;
    vertical-align: middle;
    margin-top: 50px;
    border-radius: 15px;
    display: table-cell;
}
    .close-button:hover {
        cursor: pointer;
        border: 2px solid var(--primary-dark-stroke);
    }

.start-order-dark {
    -webkit-appearance: none;
    opacity: 1;
    transition-duration: 0.3s;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: var(--primary-light-stroke);
    background-color: var(--bright-button-red);
    border-radius: 25px;
    width: 150px;
    height: 50px;
    white-space: normal;
    margin-top: 6px;
}
    .start-order-dark:hover {
        background-color: var(--button-hover-color);
        color: var(--primary-dark-stroke);
    }


.start-order-light {
    -webkit-appearance: none;
    opacity: 1;
    transition-duration: 0.2s;
    border: 1px;
    font-size: 14px;
    font-weight: bold;
    color: var(--primary-dark-stroke);
    background-color: var(--bright-button-light);
    border-radius: 25px;
    width: 150px;
    height: 40px;
    white-space: normal;
    margin-top: 6px;
    z-index: 4;
}

    .start-order-light:hover {
        border: 2px;
        border-color: var(--primary-dark-stroke);
        background-color: var(--button-hover-color);
        color: var(--primary-dark-stroke);

    }


.onboardingText {
    font-size: 13px;
    line-height: normal;
    color: #000000;
}
.banner-promo-container{
    border: solid;
    border-width: 3px;
    border-color: #ffffff;
    opacity: .9;
    line-height: 26px;

}
.process-telephone-button {
    -webkit-appearance: none;
    transition-duration: 0.3s;
    border: none;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-light-stroke);
    background-color: #5F78AB;
    border-radius: 7px;
    width: 300px;
    height: 40px;
    line-height: 23px;
    white-space: normal;
    margin-top: 6px;
}


.search-menu-button {
    -webkit-appearance: none;
    opacity: 1;
    transition-duration: 0.3s;
    border: 2px solid var(--primary-dark-stroke);
    font-size: 14px;
    font-weight: bold;
    color: var(--primary-dark-stroke);
    background-color: var(--content-panel-color);
    border-radius: 25px;
    width: 200px;
    height: 50px;
    white-space: normal;
    margin-top: 6px;
}

    .search-menu-button:hover {
        border: 3px solid var(--bright-button-red);
    }

.signin-button {
    -webkit-appearance: none;
    opacity: 1;
    transition-duration: 0.3s;
    border: 1px solid var(--primary-dark-stroke);
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: var(--bright-button-red);
    border-radius: 25px;
    width: 325px;
    height: 50px;
    white-space: normal;
    margin-top: 6px;
    padding: 12px 20px;
    margin: 8px 0;
}
    .signin-button:hover {
        border: 2px solid var(--primary-dark-stroke);
    }

.create-account-button {
    -webkit-appearance: none;
    opacity: 1;
    transition-duration: 0.3s;
    border: 1px solid var(--primary-dark-stroke);
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #000000;
    border-radius: 25px;
    width: 345px;
    height: 50px;
    white-space: normal;
    margin-top: 6px;
    padding: 12px 20px;
    margin: 8px 0;
}

    .create-account-button:hover {
        border: 2px solid var(--primary-dark-stroke);
    }


.signin-button:focus {
    outline: none;
}


    .create-account-button:focus {
        outline: none;
    }

.logout-button {
    -webkit-appearance: none;
    opacity: 1;
    transition-duration: 0.3s;
    border: 1px solid var(--primary-dark-stroke);
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-light-stroke);
    background-color: var(--bright-button-red);
    border-radius: 25px;
    width: 300px;
    height: 50px;
    white-space: normal;
    margin-top: 6px;
    padding: 12px 20px;
    margin: 8px 0;
}


a.fb-button {
    color: var(--primary-light-stroke);
    display: inline-block;
    text-decoration: none;
}

.fb-button {
    background: #5F78AB;
    background-image: url('http://static.ak.fbcdn.net/rsrc.php/v2/yf/r/S-DbSHszr4D.png'); /*COPY TO YOUR OWN IMAGE STORE*/
    background-repeat: no-repeat;
    background-position: -1px -81px;
    border-top: 1px solid #29447E;
    border-right: 1px solid #29447E;
    border-bottom: 1px solid #1A356E;
    border-left: 1px solid #29447E;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8A9CC2;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8A9CC2;
    cursor: pointer;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding: 0px 5px 0px 30px;
    text-align: left;
}
#facebook-member-note{
    line-height: normal;
    font-family: 'Sanchez', serif;
    font-size: 20px;
    font-weight: normal;
    margin: auto;
    width: 80%;
}

#SignInHeadline {
    font-size: x-large;
}

#facebook-log-in-panel {
    background-color: #d8e3fb;
    border-radius: 20px;
    
    margin: auto;
}


#shabang {
    -webkit-animation: fadein 0.7s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.7s; /* Firefox < 16 */
    -ms-animation: fadein 0.7s; /* Internet Explorer */
    -o-animation: fadein 0.7s; /* Opera < 12.1 */
}

#benefit-bullets {
    text-align: left;
    margin: auto;
    max-width: 350px;
}


#signin-panel {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    -webkit-animation: fadein 0.7s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.7s; /* Firefox < 16 */
    -ms-animation: fadein 0.7s; /* Internet Explorer */
    -o-animation: fadein 0.7s; /* Opera < 12.1 */
    animation: fadein 0.7s;
    background-color: var(--content-panel-color:);
    color: var(--primary-dark-stroke);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 20;
    position: absolute;
    display: none;
}
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}





input[type=text] {
    
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Sanchez', serif;
    font-size: 25px;
    background-color: #fff;
}
    input[type=text]:focus {
        border: 4px solid #29447E;
        outline: none;
        background-color: #b8c9ee;
    }

input[type=password] {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Sanchez', serif;
    font-size: 25px;
    background-color: #fff;
}

input[type=email] {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Sanchez', serif;
    font-size: 25px;
    background-color: #fff;
}

    input[type=password]:focus {
        border: 4px solid #a62408;
        outline: none;
        background-color: #b8c9ee;
    }

select {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Sanchez', serif;
    font-size: 25px;
    background-color: #fff;
}

select:focus {
    border: 4px solid #a62408;
    outline: none;
    background-color: #b8c9ee;
}

button[type=submit] {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Sanchez', serif;
    font-size: 25px;
    background-color: #fff;
}

    button[type=submit]:focus {
        border: 4px solid #a62408;
        outline: none;
        background-color: #b8c9ee;
    }

    input[type=password]:focus {
        border: 4px solid #a62408;
        outline: none;
        background-color: #b8c9ee;
    }

.textboxsearch {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 40px;
    font-family: 'Sanchez', serif;
    font-size: 25px;
}
    .textboxsearch:hover {
        border: 3px solid #555;
    }




.header-telephone {
    font-family: 'Sanchez', serif;
    font-size: 20px;
    font-weight: bold;
}
.user-agreement {
    width: 350px;
    border: none;
    padding: 5px;
    text-align: left;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14pt;
    color: var(--primary-dark-stroke);
}

.home-page-paralax {
    /* The image used */
    background-image: url("https://www.kettlebread.com/kbpos/productImages/kb_bread_everything.JPG");
    /* Set a specific height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.sign-in-grid {
    display: grid;
    width: calc(100%);
    margin: 0 -1rem;
    align-items: center;
}

.product-image {
    border-radius: 10px;
    box-shadow: 10px 10px 5px grey;
    margin: 0px;
    width: 100%;
}

    #SpecialsTable {
        line-height: normal;
        font-size: 22px;
    }
.rotated {
    /* transform: rotate(5deg); */
    filter: drop-shadow(30px 10px 4px #000000);
    position: relative;
}

.tape {
    /* transform: rotate(5deg); */
    top: -40px;
    left: 45%;
    position: absolute;
    z-index: 8;
  
}

#specials-headline {
    font-size: 35px;
    line-height: 35px;
    transform: rotate(-4deg);
}




.chalk-board {
    background-image: url('images/chalkbaord.jpg');
    background-size: 100% 100%;
}


.or-space-outer {
    display: table;
}

.or-space-inner {
    display: table-cell;
    vertical-align: middle;
    width: 10px;
    margin: 0 auto;
}

.variable-font-size {
    font-size: 16px;
    line-height: normal;
}




.linebreak {
    display: inline;
}

h1 {
    line-height: normal;
}








    .container-all {
        width: 100%;
        margin: 0px 0px;
        height: auto;

    }

    .container {
        width: calc(25% - 6px);
        overflow: hidden;
        min-height: 300px;
        margin: 0px;
        padding: 0;
        display: block;
        position: relative;
        float: left;
     
    }

    .gallery-img {
        transition-duration: .3s;
        max-height: 400px;
        object-fit: cover;
        object-position: right;
        cursor: pointer;
        align-content: center;
    }


    .start-order-button {
        position: absolute;
        display: none;
        cursor: pointer;
        top: 40%;
        display: none;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        transition-duration: .7s;
    }

        .start-order-button:hover {
            background-color: var(--button-hover-color);
            border-radius: 25px;
        }


        .hover-button:hover {
            background-color: var(--button-hover-color);
            color: var(--primary-dark-stroke);
            border-radius: 25px;
        }


    .title {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 25%;
        display: none;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        font-weight: bold;
        font-size: 1em;
        text-shadow: 2px 2px #4e0101;
        transition-duration: .7s;
    }

    .text {
        position: absolute;
        top: 70%;
        cursor: pointer;
        max-width: 80%;
        text-align: center;
        left: 50%;
        text-shadow: 1px 1px black;
        font-size: 0.65em;
        display: none;
        margin-right: -50%;
        transition-duration: .7s;
        transform: translate(-50%, -50%);
        line-height: normal;
    }

    .container:hover img {
        transform: scale(1.2);
        transition-duration: .3s;
        filter: grayscale(50%);
        opacity: .7;
    }

    .container:hover span {
        color: white;
        display: inline-block;
        transition-duration: .3s;
    }


    /* Full Screen */
    @media only screen and (max-width: 1100px) {

        .container {
            width: calc(33.3% - 6px);
            min-height: 300px;
        }

        .gallery-img {
            max-height: 500px;
        }
    }

    @media only screen and (max-width: 700px) {
        .container {
            width: calc(50.0% - 6px);
            overflow: hidden;
            min-height: 300px;
        }

        .gallery-img {
            max-height: 500px;
        }
    }

    @media only screen and (max-width: 600px) {
        .container {

            width: 100%;
            min-height: 300px;
        }

        .gallery-img {
            max-height: 500px;
        }
    }


    .cd-panel {
        /*...*/
        visibility: hidden;
        transition: visibility 0s 0.6s;
        z-index: 30;
    }

        .cd-panel.cd-panel--is-visible {
            visibility: visible;
            transition: visibility 0s 0s;
            z-index: 30;
        }


#mobile-nav-container{

    padding: 20px;
    font-size: 42px;

}

.mobile-menu-item{
    font-size: 24pt;
    height: 70px;
    transition: color linear 0.3s;
    vertical-align: middle;
    line-height: 28pt;
    color: #1a1a1a !important;
    
}

    .mobile-menu-item:hover{
        color: #985f52;
        cursor: pointer;
    }



.cd-panel__header {
    /*...*/
    position: fixed;
    top: 0;
    width: 100%;
    height: 115px;
    padding-top: 15px;
    transition: transform 0.3s 0s;
    transform: translateY(-145px);
    z-index: 31;
    background-color: #985f52;
    font-family: 'Sanchez', serif;
    font-size: 34px;
    color: rgba(36, 35, 35, 1);
    text-align: center;
}

    .cd-panel--from-right .cd-panel__header {
        right: 0;
    }

    .cd-panel--from-left .cd-panel__header {
        left: 0;
    }

    .cd-panel--is-visible .cd-panel__header {
        transition: transform 0.3s 0.3s;
        transform: translateY(0px);
    }

    .cd-panel__container {
        /*...*/
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        transition: transform 0.3s 0.3s;
        background-color: var(--content-panel-color);
        z-index: 30;
        font-family: 'Sanchez', serif;
        font-size: 24px;
        color: rgba(36, 35, 35, 1);
    }

    .cd-panel--from-right .cd-panel__container {
        right: 0;
        transform: translate3d(100%, 0, 0);
    }

    .cd-panel--from-left .cd-panel__container {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }




    .cd-panel--is-visible .cd-panel__container {
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
    }



/* for the X close icon on pop ups */

.close-telephone-form {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    transition: transform .25s ease-in-out;
}




        .x:hover {
            transform: rotate(180deg);
        }

        .x:before {
            content: "";
            position: absolute;
            display: block;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 32px;
            height: 0;
            border-top: 1px solid rgba(0,0,0,0.5);
            transform: rotate(45deg);
            transform-origin: center;
        }

        .x:after {
            content: "";
            position: absolute;
            display: block;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 32px;
            height: 0;
            border-top: 1px solid rgba(0,0,0,0.5);
            transform: rotate(-45deg);
            transform-origin: center;
        }

.makevalid {
    background-color: #ffffff !important;
    color: #000000;
}
.makeinvalid {

    color: #ae0000;
}


.ui-accordion-header {
    padding: 5px !important; /* Adjust values as needed */
}

.ui-accordion-content {
    padding: 5px !important; /* Adjust values as needed */
}
#oatmealcookie {
    border: solid;
    border-width: 6px;
    border-color: #ffffff;
    border-radius: 20px;
    width: 100%;
}
#cococookie {
    border: solid;
    border-width: 6px;
    border-color: #ffffff;
    border-radius: 20px;
    width: 100%;
}
#cccookie {
    border: solid;
    border-width: 6px;
    border-color: #ffffff;
    border-radius: 20px;
    width: 100%;
}
#brownie {
    border: solid;
    border-width: 6px;
    border-color: #ffffff;
    border-radius: 20px;
    width: 100%;
}


