@import url('https://fonts.googleapis.com/css2?family=Sacramento&family=Source+Serif+Pro&display=swap');
/* logo header font-family: 'Sacramento', cursive;*/
/* logo sub header font-family: 'GlacialIndifference';*/

/* Glacial Indifference font generated from: http://www.cufonfonts.com*/
@font-face {
    font-family: 'GlacialIndifference';
    src: url("../fonts/GlacialIndifference-Regular.14659fb8e3dc.woff") format('woff');
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

#header-non-mobile {
    background: url("https://res.cloudinary.com/drgmt7bbz/image/upload/v1669466799/rolling_pin_142_o_lzckel.png") no-repeat center center;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

#header-mobile {
    display: none !important;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

#navbarText {
    position: absolute;
    z-index: 1;
    top: 78px;
    left: 0;
    background-color: #fff;
    width: 70% !important;
    padding-left: 30px;
}

.nav-link:hover,
dropdown-item:hover,
.external-links:hover {
    color: #c06f9f !important;
    text-decoration: none !important;
}

.delivery-banner {
    color: #ffffff;
    background-color: #863b67;
}

/* hero image */

#hero-image {
    min-height: 26rem;
    max-width: 100%;
    background: url("https://res.cloudinary.com/drgmt7bbz/image/upload/v1675617940/hero-image_lwds9o.webp") no-repeat center 25%;
    background-size: cover;
    display: inline-block;
}

.main-title-font {
    font-family: 'Source Serif Pro', serif;
    color: #41e2d2;
    font-weight: bolder;
}

#cta-container {
    border-radius: 0.8rem;
    margin-left: 10vw !important;
    background-color: rgba(255, 255, 255, 0.9);
    width: 33vw;
}

#cta-container-choice {
    border-radius: 0.8rem;
    background-color: rgba(255, 255, 255, 0.9);
    width: 35vw;
}

.dropdown-toggle {
    background-color: #ffffff;
    opacity: 1 !important;
}

.shop-now-button {
    background: #41e2d2 !important;
    /*border-color: #c06f9f !important;*/
    color: #ffffff !important;
    min-width: 132px;
    padding: 0.6rem 1.2rem !important;
}

.search-btn {
    background: #1c9f92 !important;
    /*border-color: #c06f9f !important;*/
    color: #ffffff !important;
    min-width: 132px;
}

.search-bar-products {
    min-width: 132px;
}

.shop-now-button:hover {
    background: #863b67 !important;
    /*border-color: #c06f9f !important;*/
    color: #ffffff !important;
}

.view-product-btn {
    background: #863b67 !important;
    /*border-color: #c06f9f !important;*/
    color: #ffffff !important;
    padding: 0.4rem 0.8rem !important;
}

.view-product-btn:hover {
    background: #1c9f92 !important;
    /*border-color: #c06f9f !important;*/
    color: #ffffff !important;
}


.keep-shopping-btn {
    background: #ffffff !important;
    /*border-color: #c06f9f !important;*/
    color: #863b67 !important;
    border-color: #863b67;
    padding: 0.4rem 0.8rem !important;
}

.keep-shopping-btn:hover {
    border-color: #ffffff;
}

.heading-font {
    font-size: 4rem;
    font-family: 'Sacramento', cursive;
    color: #c06f9f;
    font-weight: bolder;
}

/* Color of logo #3cdbc0*/

.more {
    font-size: 1.2rem;
    color: #c06f9f;
}

.more:hover {
    font-size: 1.2rem;
    color: #c06f9f;
}

.header-links,
.primary-text,
.header-links,
.dropdown-menu > a {
    color: #41e2d2 !important;
    font-size: 1.1rem;
    font-weight: 550;
}

.nav-ul-list {
    width: 55%;
}

.card-img-top {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

.card-price {
    color: #c06f9f;
    font-size: 1.5rem;
    font-weight: bold;
}

.card-title {
    height: 2em;
    line-height: 1em;
    overflow: hidden;
    font-family: 'Sacramento', cursive;
    font-size: 2rem;
    font-weight: bold;
    color: #863b67;
}

.product-category {
    font-size: 0.8rem !important;
}

#afternoon-tea-cta-image {
    min-height: 26rem;
    max-width: 90%;
    background: url("https://res.cloudinary.com/drgmt7bbz/image/upload/v1668700155/josie-annes_52339170702_o-min_xoppsj.jpg") no-repeat center 25%;
    background-size: cover;
}

#store-choice-cta-image {
    min-height: 26rem;
    max-width: 90%;
    background: url("https://res.cloudinary.com/drgmt7bbz/image/upload/v1668700155/josie-annes_52339170702_o-min_xoppsj.jpg") no-repeat center 25%;
    background-size: cover;
}

#afternoon-tea-cta-text {
    border-radius: 1rem;
    background-color: #fff;
    opacity: .7;
}

.bag-controls {
    cursor: pointer;
}

@media (max-width: 768px) {
    #header-non-mobile {
        display: none !important;
    }

    #header-mobile {
        display: block !important;
    }

    .footer-fb-padding {
        padding-top: 16px !important;
    }
}

/* Our Story */

#story-image {
    min-height: 26rem;
    max-width: 100%;
    background: url("https://res.cloudinary.com/drgmt7bbz/image/upload/v1669489298/about_us_crop_rzju45.jpg") no-repeat center 25%;
    background-size: cover;
    display: inline-block;
}

.about-font {
    font-family: 'Sacramento', cursive;
    color: #41e2d2;
    font-weight: bolder;
    font-size: 4rem;
}

.shop-font {
    font-family: 'Sacramento', cursive;
    color: #41e2d2;
    font-weight: bolder;
    font-size: 4rem;
}


.page-number {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: #e0e0e0;
    color: black;
}

.about-sub-heading {
    font-family: 'Sacramento', cursive;
    color: #41e2d2;
    font-weight: bolder;
}

.about-background {
}

.about-image-left {
    display: flex;
    float: left !important;
}

.about-image-right {
    display: flex;
    float: right !important;
}

/* Product Form */

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border-color: #dc3545;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 0;
}

/* Allauth form formatting */

.allauth-form-inner-content p {
    margin-top: 1.5rem; /* mt-4 */
    color: #6c757d; /* text-secondary */
}

.allauth-form-inner-content input {
    border-color: #000;
    border-radius: 0;
}

.allauth-form-inner-content label:not([for='id_remember']) {
    display: none;
}

.allauth-form-inner-content input::placeholder {
    color: #aab7c4;
}

.allauth-form-inner-content button,
.allauth-form-inner-content input[type='submit'] {
    /* btn */
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #000;
    border: 1px solid #000;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;

    /* standard bootstrap btn transitions */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.allauth-form-inner-content button:hover,
.allauth-form-inner-content input[type='submit']:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.allauth-form-inner-content a {
    color: #17a2b8; /* text-info */
}

/* ------------------------------- bootstrap toasts */

.message-container {
    position: fixed;
    top: 72px;
    right: 15px;
    z-index: 99999999999;
}

.custom-toast {
    overflow: visible;
}

.toast-capper {
    height: 2px;
}

/* from CSS-tricks.com: https://css-tricks.com/snippets/css/css-triangle/ */
.arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 10px solid black;
    position: absolute;
    top: -10px;
    right: 36px;
}

/* Convenience classes - colors copied from Bootstrap */
.arrow-primary {
    border-bottom-color: #007bff !important;
}

.arrow-secondary {
    border-bottom-color: #6c757d !important;
}

.arrow-success {
    border-bottom-color: #28a745 !important;
}

.arrow-danger {
    border-bottom-color: #dc3545 !important;
}

.arrow-warning {
    border-bottom-color: #ffc107 !important;
}

.arrow-info {
    border-bottom-color: #17a2b8 !important;
}

.arrow-light {
    border-bottom-color: #f8f9fa !important;
}

.arrow-dark {
    border-bottom-color: #343a40 !important;
}

.bag-notification-wrapper {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Footer */

footer {
    background-color: #1c9f92;
    -webkit-box-shadow: 0 -3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 -3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 -3px 5px rgba(57, 63, 72, 0.3);
}

footer,
.footer-text > a,
.footer-links {
    color: #fff !important;
    font-size: 1.2rem !important;
}

/* pad the top a bit when navbar is collapsed on mobile */
@media (max-width: 991px) {

    body {
        height: calc(100vh - 116px);
    }

    .display-4.logo-font.text-black {
        font-size: 2rem;
    }

    .nav-link {
        padding: 0.15rem;
    }

    .nav-link i.fa-lg {
        font-size: 1rem;
    }

    .navbar-toggler {
        padding: .6rem .6rem;
        font-size: 1rem;
    }

    /*#delivery-banner h4 {*/
    /*    font-size: .9rem;*/
    /*}*/
    .btn.btn-outline-black.rounded-0,
    .btn.btn-black.rounded-0 {
        padding: .375rem .375rem;
    }

    .btn.btn-outline-black.rounded-0.btn-lg,
    .btn.btn-black.rounded-0.btn-lg {
        padding: .375rem .375rem;
        font-size: .75rem;
    }

    .increment-qty, .decrement-qty {
        padding: .25rem .5rem !important;
    }
}

@media (min-width: 1450px) {
    .nav-ul-list {
        width: 40%;
    }

    #hero-image {
        min-height: 44rem;
    }
}

@media (min-width: 1470px) {
    #cta-container {
        width: 29vw;
    }
}

@media (max-width: 1110px) {
    .shop-now-button {
        margin-top: 0.5rem !important;
    }

}

@media (min-width: 530px) and (max-width: 825px) {
    #cta-container {
        width: 50vw !important;
    }
}

@media (max-width: 722px) {
    #cta-container {
        width: 80vw;
        padding: 1.2rem !important;
    }
}

@media (max-width: 992px) {
    .card-img-top {
        height: 40vh;
    }
}

@media (min-width: 992px) {
    .card-img-top {
        height: 40vh;
    }
}

@media (max-width: 1030px) {
    .social-links-middle {
        order: 13;
    }
}

@media (min-width: 770px) and (max-width: 1030px) {
    .social-links-middle {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-top: 8px !important;
    }

    .social-links {
        flex: 0 0 40% !important;
        max-width: 100% !important;
        padding-bottom: 8px !important;
    }
}

@media (min-width: 500px) and (max-width: 750px) {
    .nav-ul-list {
        width: 82%;
    }
}

@media (min-width: 375px) and (max-width: 445px) {
    .nav-ul-list {
        width: 35%;
    }
}

@media (max-width: 375px) {
    .nav-ul-list {
        width: 44%;
    }

    .hide-icon {
        display: none !important;
    }

    .order-number {
        font-size: 0.8rem;
    }
}

@media (min-width: 750px) {
    .about-image-right {
        padding-left: 16px;
    }

    .about-image-left {
        padding-right: 16px;
    }

    .about-background {
        width: 75% !important;
    }

}

@media (max-width: 750px) {
    .about-image-right,
    .about-image-left {
        display: flex !important;
        float: unset !important;
        margin: 0 auto !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 16px 0 !important;
    }

    .about-image-right > img,
    .about-image-left > img {
        padding: 0 !important;
        margin: 0 !important;
    }

    .about-background {
        width: 100% !important;
        padding: 0 10vw;
    }

}

@media (min-width: 450px) {
    .about-mobile-padding {
        padding: 1rem !important;
    }
}

@media (max-width: 1045px) {
    #cta-container-choice {
        width: 45vw;
    }
}

@media (max-width: 820px) {
    #cta-container-choice {
        width: 70vw;
    }

    .products-choice {
        width: 100% !important;
        padding: 0 !important;
    }

    #store-choice-cta-image {
        margin: 0 auto !important;
        width: 90% !important;
    }

    #store-choice-heading {
        font-size: 2rem;
    }
}

@media (max-width: 450px) {
    .about-background {
        width: 280px !important;
        padding: 0 !important;
    }

    .about-mobile-padding {
        padding: 0 !important;
    }
}

@media (max-width: 450px) {
    #header-mobile {
    }
}

@media (max-width: 360px) {
    #header-mobile {
    }
}

@media (max-width: 550px) {
    .contact-form {
        width: 80% !important;
        margin: auto !important;
    }

    .heading-font {
        font-size: 3rem;
    }
}

.product-container {
    width: 85% !important;
}

@media (max-width: 860px) {
    .product-container {
        width: 95% !important;
    }
}

@media (min-width: 1320px) {
    .card-img-top {
        height: 15vw;
    }
}

.map-iframe {
    box-shadow: 5px 5px 2px #888888;
}

@media (max-width: 778px) {
    .map-iframe {
        width: 300px !important;
        height: 200px !important;
    }
}

@media (max-width: 770px) {
    .map-iframe {
        width: 250px !important;
    }
}

.css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

#inputPreview {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
}

.css-checkbox + label {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 16px;
    color: rgb(0, 0, 0);
    width: 80px;
}

.css-checkbox + label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-radius: 2px;
    box-shadow: rgba(42, 42, 42, 0.3) 0px 0px 5px 0px;
}

.css-checkbox:checked + label::after {
    content: " ";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNTIgNTEyIj48cGF0aCBmaWxsPSIjZTYwOTMyIiBkPSJNMjQyLjcyIDI1NmwxMDAuMDctMTAwLjA3YzEyLjI4LTEyLjI4IDEyLjI4LTMyLjE5IDAtNDQuNDhsLTIyLjI0LTIyLjI0Yy0xMi4yOC0xMi4yOC0zMi4xOS0xMi4yOC00NC40OCAwTDE3NiAxODkuMjggNzUuOTMgODkuMjFjLTEyLjI4LTEyLjI4LTMyLjE5LTEyLjI4LTQ0LjQ4IDBMOS4yMSAxMTEuNDVjLTEyLjI4IDEyLjI4LTEyLjI4IDMyLjE5IDAgNDQuNDhMMTA5LjI4IDI1NiA5LjIxIDM1Ni4wN2MtMTIuMjggMTIuMjgtMTIuMjggMzIuMTkgMCA0NC40OGwyMi4yNCAyMi4yNGMxMi4yOCAxMi4yOCAzMi4yIDEyLjI4IDQ0LjQ4IDBMMTc2IDMyMi43MmwxMDAuMDcgMTAwLjA3YzEyLjI4IDEyLjI4IDMyLjIgMTIuMjggNDQuNDggMGwyMi4yNC0yMi4yNGMxMi4yOC0xMi4yOCAxMi4yOC0zMi4xOSAwLTQ0LjQ4TDI0Mi43MiAyNTZ6Ii8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 16px;
    width: 16px;
}

label[for=sesame_seed] {
    width: 110px !important;
}

.products-container {
    width: 90% !important;
}

.user-content p {
    margin-top: 5px;
    font-size: 12px;
}

.fa-star {
    color: orange !important;
}

.ratings i {
    color: blue;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
}

#store-image {
    min-height: 12rem;
    max-width: 100%;
    background: url("https://res.cloudinary.com/drgmt7bbz/image/upload/v1668699644/josie-annes-6_51912115574_o_pqnjve.jpg") no-repeat center 25%;
    background-size: cover;
    display: inline-block;
}