﻿body {
    font-family: 'd-dinregular';
}

.primary-color {
    /*color: #0e0d0d;*/
    color: #000;
}

.secondary-color {
    color: #333;
}

.gold-color {
    color: #cb9d4e;
}

.text-left {
    text-align: left;
}

ol {
    list-style: none;
}

    ol li {
        counter-increment: list;
    }

        ol li::before {
            content: counter(list) ". ";
            color: #0e0d0d;
            left: 12px;
            position: absolute;
            font-weight: bold;
        }

.product-detail h2 {
    margin-bottom: 0;
}

.carousel-inner img {
    float: left;
    width: 100%;
}

/* -- FONT CSS
    ================================================== */
@font-face {
    font-family: 'd-dinregular';
    src: url("../fonts/d-din-webfont.woff2") format('woff2'), url("../fonts/d-din-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

/* -- NAVBAR CSS
    ================================================== */

header {
    background-color: #0e0d0d;
}

.navbar-menu {
    margin: 0;
    padding: 0;
}

.navbar-list li {
    font-size: 18px;
    font-family: 'd-dinregular';
    padding-right: 8px;
}

    .navbar-list li a {
        color: #e4e4e4;
    }

        .navbar-list .active a,
        .navbar-list li a:hover {
            color: #cb9d4e;
        }

    .navbar-list li:last-child {
        margin-right: 0;
    }

    .navbar-list li a:hover, .navbar-list li a:active, .navbar-list li a:focus {
        color: #cb9d4e;
    }

.navbar-brand img {
    margin: 45px 0 48px 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(203,157,78, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: #cb9d4e;
}

.brand-logo {
    z-index: 99;
    position: relative;
}

/* -- HEADING CSS
    ================================================== */
h1 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 85px 0;
    text-align: center;
    font-weight: bold;
}

h2 {
    font-size: 29px;
    text-align: center;
    float: left;
    width: 100%;
}

h3 {
    font-size: 20px;
    margin-top: 25px;
    text-align: center;
}

p {
    font-size: 18px;
    color: #000;
}

a {
    font-size: 18px;
    color: #333;
}

    a:focus, a:active {
        outline: none;
    }

.text-align {
    text-align: left;
}


/* -- PRODUCT IMAGE CSS
    ================================================== */

.thumbnail-preview-panel {
    float: left;
    width: 100%;
}

    .thumbnail-preview-panel img {
        margin-bottom: 19px;
    }

.thumbnail-heading-panel.detail ul li {
    font-size: 18px;
    line-height: 35px;
}

.thumbnail-heading-panel p {
    line-height: 35px;
}

.product-range img {
    margin-bottom: 19px;
}

.thumbnail-preview-panel h2 {
    margin: 0;
}

.thumbnail-preview-panel:hover {
    opacity: 0.9;
}

.product-panel {
    float: left;
    width: 100%;
}

.seperator {
    width: 100%;
    margin-top: 93px;
    margin-bottom: 0;
    border-color: #cb9d4e;
}

.photo-gallery {
    float: left;
    width: 100%;
    margin: 26px 0 26px 0;
    padding: 0;
}

    .photo-gallery li {
        list-style: none;
        padding: 0 15px;
    }

ul.photo-gallery li {
    display: table-cell;
    vertical-align: bottom;
}

.product-image-panel {
    text-align: center;
    height: 140px;
    width: 100%;
    display: table;
}

.available-product {
    border: 1px solid #0e0d0d;
    float: left;
    width: 100%;
    padding: 12px;
    margin-bottom: 40px;
    margin-top: 23px;
}

/* -- PRODUCT DETAIL TABLE CSS
    ================================================== */

.table-responsive p {
    margin-top: 20px;
    margin-bottom: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-header {
    background-color: #0e0d0d;
    text-align: left;
    font-weight: normal;
    color: #fff;
}

.table-content {
    border: 1px solid #0e0d0d;
}

.table td, .table th {
    border-top: 1px solid #0e0d0d;
}

.table {
    margin-bottom: 0;
}

.header-bg {
    background-color: #0e0d0d;
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    padding: 15px;
    margin-bottom: 23px;
}

.ingredients-panel {
    float: left;
    width: 100%;
    border: 1px solid #0e0d0d;
    padding: 30px;
    height: auto;
}

.recipe-section .thumbnail-preview-panel img {
    margin-bottom: 0;
    width: 100%;
}

.ingredients-panel ul {
    padding-left: 15px;
    margin-bottom: 0;
}

    .ingredients-panel ul li {
        font-size: 18px;
        line-height: 35px;
    }

.product-notes p {
    margin-top: 20px;
}
/* -- ABOUT US CSS
    ================================================== */
.about-panel .thumbnail-preview-panel img {
    margin-bottom: 43px;
}

/* -- RECIPE CSS
    ================================================== */
.brand-logo.print-show, .print-show {
    display: none;
}

.printCopy {
    display: none;
}

.how-to-make ol {
    padding-left: 15px;
}

.social-sharing-icons ul {
    padding: 0;
    float: left;
    width: 100%;
}

    .social-sharing-icons ul li.printIcon {
        float: right;
        padding-right: 0;
    }

        .social-sharing-icons ul li.printIcon .fa {
            margin-right: 5px;
        }

    .social-sharing-icons ul li {
        padding-right: 5px;
    }

.image-panel img {
    width: 100%;
}

.social-sharing-icons {
    float: left;
    width: 100%;
    display: flex;
    margin-top: 22px;
}

    .social-sharing-icons a {
        cursor: pointer;
    }

.product-panel.recipe {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.recipe-content {
    float: left;
    width: 100%;
}

.panel-detials {
    float: left;
    width: 100%;
    margin-bottom: 7px;
}


.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-print {
    color: #0e0d0d;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa {
    padding: 7px;
    font-size: 25px;
    width: 40px;
    text-align: center;
    text-decoration: none;
}

.social-sharing-icons li {
    display: inline-block;
    list-style-type: none;
}

    .social-sharing-icons li a:hover {
        color: #fff;
        text-decoration: none;
    }

.text-right {
    text-align: right;
}

/* -- MAPLE STORY CSS
    ================================================== */
.maple-story {
    background-color: #f5f5f5;
    text-align: center;
    padding: 53px;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}

    .maple-story img {
        margin-bottom: 0;
    }

/* -- FOOTER CSS
    ================================================== */
.copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.links {
    width: 100%;
    text-align: center;
    color: #fff;
}

.footer-panel {
    background-color: #0e0d0d;
    color: #cb9d4e;
    padding: 30px 0;
    margin-top: 85px;
}

.links a {
    font-size: 16px;
    color: #fff;
}

.copyright span, .copyright a {
    color: #cb9d4e;
    font-size: 16px;
}


    .copyright a:hover, .footer-panel .links a:hover {
        color: #cb9d4e;
    }

.footer-layout p {
    font-size: 13px;
    color: #fff;
    margin-top: 26px;
}

.footer-layout {
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    text-align: center;
    margin-top: 25px;
}

/* -- TERMS & CONDITIONS
      PRIVACY POLICY
      COOKIES POLICY CSS
    ================================================== */

.other-pgs p a, .other-pgs ol li a, .other-pgs ul li a {
    color: #cb9d4e;
}


.hide {
    display: none;
}

.table-style .table td {
    border-top: 1px solid #dee2e6;
}

/* -- FAQ CSS
    ================================================== */

.FAQ-Panel .panel-default > .panel-heading h4 a {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding: 15px;
    text-align: left;
    text-decoration: none;
}

.FAQ-Panel .panel-default > .panel-heading a {
    color: #fff;
}

.panel-title > a {
    display: block;
    padding: 5px;
    text-decoration: none;
    text-transform: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #0e0d0d;
    border-color: #ddd;
    border-radius: 0;
}

.panel-group {
    margin-bottom: 0;
    padding: 0;
}

.FAQ-Panel .panel-body {
    border: 1px solid #0e0d0d;
    border-top-color: rgb(22, 117, 100);
    border-top-style: solid;
    border-top-width: 1px;
    padding: 20px;
    background-color: transparent;
    float: left;
    width: 100%;
}

.allergens-cross {
    background: url("/assets/images/allergens-cross.png") center center no-repeat;
    position: absolute;
    width: 14px;
    height: 12px;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
}

.allergens-tick {
    background: url("/assets/images/allergens-tick.png") center center no-repeat;
    position: absolute;
    width: 14px;
    height: 12px;
    margin-top: -4px;
    left: 50%;
    margin-left: -7px;
}

.allergens-table {
    padding: 0 1px 30px 0px;
    margin-top: 0;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.allergens-table thead tr {
    border-bottom: 1px solid #0e0d0d;
}

    .allergens-table thead tr > th {
        padding: 15px;
        text-align: center;
        padding-top: 0 !important;
    }

.allergens-table th, td {
    font-family: 'd-dinregular';
    font-weight: 400;
}

.allergens-table tbody tr td:first-child {
    min-width: 130px !important;
}

.allergens-table tbody tr td {
    padding-top: 20px;
    padding-bottom: 0;
    position: relative;
}

.FAQ-Panel .panel.panel-default div.panel-heading h4.panel-title a.collapsed span {
    background-image: url("/assets/images/chevron-white.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}

.FAQ-Panel .panel.panel-default div.panel-heading h4.panel-title a span {
    background-image: url("/assets/images/chevron-white-up.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}

.FAQs-main-heading {
    padding-left: 15px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
}

.FAQ-Panel p {
    margin-bottom: 0 !important;
}

.stockists-table thead tr > th {
    padding: 15px 0 !important;
}

.FAQ-Panel .panel-title {
    margin-bottom: 0;
}

.FAQ-Panel .panel-default {
    margin-bottom: 5px;
}

.navbar-menu .navbar-list li:last-child {
    padding-right: 0;
}

    .navbar-menu .navbar-list li:last-child a {
        padding-right: 0;
    }

.allergens-table thead th img {
    padding-top: 20px;
}

.above-text {
    float: left;
    width: 100%;
    border-bottom: 1px solid #333;
    margin-top: -7px;
    padding-bottom: 18px;
}

    .above-text p {
        margin-bottom: 0;
        float: left;
    }

.below-text {
    width: 100%;
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 16px;
}

    .below-text p {
        margin-bottom: -4px;
        float: left;
    }

.faqs-text {
    margin-top: -7px;
    margin-bottom: 9px;
}

.FAQs-Header {
    margin-bottom: 83px;
}

    .FAQs-Header h1 {
        margin-bottom: 0;
    }

    .FAQs-Header p {
        margin-top: 10px;
    }

.FAQ-Panel a {
    color: #cb9d4e;
}

    .FAQ-Panel a:hover {
        text-decoration: underline;
    }

.custom-card {
    margin-bottom: 30px;
    padding: 30px;
    border: 2px solid #0e0d0d;
}

    .custom-card img {
        max-width: 100%;
    }

    .custom-card h1 {
        color: #0e0d0d;
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 28px;
        line-height: normal;
        font-weight: bold;
        text-transform: uppercase;
    }

    .custom-card h2 {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.2;
    }

    .custom-card p {
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        color: #333333;
    }

        .custom-card p:last-child {
            margin-bottom: 0;
        }

    .custom-card ul {
        padding-left: 15px;
    }

        .custom-card ul li {
            font-size: 14px;
            font-weight: normal;
            line-height: normal;
            color: #333333;
        }

    .custom-card .ingredients-panel {
        padding: 10px 15px;
    }

        .custom-card .ingredients-panel ul {
            padding-left: 15px;
        }

            .custom-card .ingredients-panel ul li {
                font-size: 14px;
                font-weight: normal;
                line-height: normal;
                color: #333333;
                line-height: 25px;
            }

    .custom-card .header-bg {
        padding: 5px 15px;
    }

    .custom-card .table td,
    .custom-card .table th {
        padding: 3px 10px;
        font-size: 14px;
    }

    .custom-card .available-product {
        margin-bottom: 0;
    }

    .custom-card .table-container {
        background-color: #fffcee !important;
        overflow: auto;
    }

    .custom-card .nutrition-table {
        background-color: #fffcee !important;
        margin-top: 30px;
        font-size: 18px;
    }

.download-panel {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .download-panel .btn-primary {
        font-size: 28px;
        padding: 10px 15px;
        background-color: #0e0d0d;
        border-color: #0e0d0d;
        color: #fff;
        border-radius: 10px;
        box-shadow: none;
        outline: none;
        text-transform: uppercase;
    }

        .download-panel .btn-primary:hover,
        .download-panel .btn-primary:focus,
        .download-panel .btn-primary:active,
        .download-panel .btn-primary:active:focus {
            background-color: transparent !important;
            border-color: #0e0d0d !important;
            box-shadow: none !important;
            color: #0e0d0d !important;
        }

        .download-panel .btn-primary i {
            padding: 0;
            font-size: 24px;
            width: auto;
            margin-right: 5px;
        }

.no-border, .no-border tr td {
    border: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-90 {
    margin-top: 90px !important;
}

@media (max-width: 767px) {
    .sm-mt-30 {
        margin-top: 30px !important;
    }

    .custom-card:last-child {
        margin-bottom: 50px;
    }
}

