﻿@media all and (min-width:992px) {
    .container .row:last-child > div[class*="col-"]:nth-last-child(1) .product-panel, .container .row:last-child > div[class*="col-"]:nth-last-child(2) .product-panel, .container .row:last-child > div[class*="col-"]:nth-last-child(3) .product-panel {
        margin-bottom: 0px;
    }
}

@media all and (max-width: 1199px) {

    .navbar-list li:last-child {
        border-bottom: 0;
    }

    .hero-title h1 {
        font-size: 48px;
        margin: 53px 0;
    }

    .maple-story img {
        margin-bottom: 0;
    }

    .how-to-make li:last-child p {
        margin-bottom: 0;
    }

    .about-panel p:last-child {
        margin-bottom: 0;
    }

    .social-sharing-icons p {
        margin-top: 5px;
    }
}

@media all and (max-width: 991px) {

    .table-responsive p {
        margin-top: -27px;
        margin-bottom: 46px;
    }

    .navbar-toggler {
        margin-bottom: 20px;
    }

    .social-sharing-icons ul li.printIcon {
        float: none;
        display: none;
    }

    .thumbnail-preview-panel {
        text-align: center;
    }

    .product-panel {
        margin-bottom: 43px;
    }

    .navbar-menu {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: 0;
        z-index: 99
    }

    .navbar-list {
        margin-top: 0;
        padding: 0;
        border-bottom: 1px solid #a43034;
        background-color: #cb9d4e;
    }

        .navbar-list:last-child {
            border-bottom: 0;
        }

    .navbar-brand {
        width: 100%;
        text-align: center;
    }

    .navbar-list .active a, .navbar-list li a:hover {
        color: #fff;
    }

    .navbar-list li a {
        color: #000;
    }

    .navbar-list li {
        border-bottom: 1px solid #9e7632;
        color: #fff;
        padding: 5px;
    }

    .navbar-menu button:focus {
        outline: none
    }

    .seperator {
        margin-top: 22px;
    }

    .table {
        margin-bottom: 50px;
    }

    .available-product {
        margin-bottom: 10px;
    }

    .text-align {
        text-align: center;
    }

    .how-to-make ol {
        padding-left: 15px;
    }

    .social-sharing-icons {
        margin-top: 17px;
        margin-bottom: 22px;
    }

    .recipe-content {
        padding-bottom: 0;
    }

    .recipe-content {
        padding-bottom: 17px;
    }

    .social-sharing-icons {
        text-align: center;
        display: inline-block;
    }

    .image-panel img {
        margin-bottom: 33px;
    }

    .featured-panel > div[class*="col-"]:nth-last-child(1) .product-panel {
        margin-bottom: 0;
    }

    .footer-panel {
        margin-top: 54px;
    }

    .thumbnail-preview-panel img {
        margin-bottom: 0;
    }

    .ingredients-panel {
        min-height: 0;
    }
}

.product .product-panel .thumbnail-preview-panel img {
    margin-bottom: 24px;
}

.recipe.product-panel .thumbnail-preview-panel img {
    margin-bottom: 0;
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .recipe-section div[class*="col-"]:nth-last-child(1) .product-panel,
    .recipe-section div[class*="col-"]:nth-last-child(2) .product-panel {
        margin-bottom: 0;
    }

    .container .row:last-child > div[class*="col-"]:nth-last-child(1) .product-panel,
    .container .row:last-child > div[class*="col-"]:nth-last-child(2) .product-panel {
        margin-bottom: 4px;
    }

    .FAQ-Panel .panel-default > .panel-heading h4 a{
        font-size:23px;
    }
}

@media all and (max-width: 767px) {
    .navbar-brand {
        margin-right: 0;
    }

    h1 {
        font-size: 50px;
        margin: 50px 0 36px 0;
    }

    .header-bg {
        margin-top: 0;
    }

    .product-panel .thumbnail-preview-panel h3 {
        font-size: 30px;
    }

    .table {
        margin-bottom: 50px;
    }

    .ingredients-panel {
        margin-bottom: 5px;
    }

    .recipe-section > [class*="col-"]:nth-last-child(1) .product-panel {
        margin-bottom: 0;
    }

    .container .row:last-child > div[class*="col-"]:nth-last-child(1) .product-panel {
        margin-bottom: 4px;
    }

    .FAQ-Panel .panel.panel-default div.panel-heading h4.panel-title a span {
        display: none;
    }    
}
