.default-food-item .image-box img {
    max-height: 277px;
}

.default-food-item .lower-content {
    height: 230px;
}

.map-section {
    top: -180px;
    margin-bottom: -180px;
}
.select2 button {
    margin-top: 0 !important;
}
.contact-section h2 {
    color: #ffffff;
}
.contact-section {
    background: url(../images/background/pattern-one.png) center center repeat;
    background-attachment: fixed;
}

.contact-section::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(245, 176, 98, 0.94);
    background-color: rgba(245, 176, 98, 0.94);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}
.info-section {
    margin-top: 50px;
}

.fluid-section-one h3 {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.product-button{
    margin-bottom: 20px;
}