/* Fonts */
@font-face {
    font-family: 'FoodMenuPro';
    src: url('../fonts/FoodMenuPro.eot');
    src: url('../fonts/FoodMenuProd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FoodMenuPro.woff') format('woff'),
    url('../fonts/FoodMenuPro.ttf') format('truetype'),
    url('../fonts/FoodMenuPro.svg#FoodMenuPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* pop up */

body > .jquery-modal.blocker.current {
    z-index: 999;
}

body > .modal-spinner {
    z-index: 9999;
}

body .jquery-modal > .fmp-modal.modal {
    max-width: 800px;
    height: calc(100% - 100px);
    overflow: initial;
}

.fmp button {
    padding: .6em 1em .4em;
    margin-bottom: 0.7em;
}

.fmp button, .fmp button:hover {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.fmp-popup-container {
    overflow-y: scroll;
    height: 100%;
}

.fmp-ingredient-nutrition-wrapper:after,
.fmp-ingredient-nutrition-wrapper:before {
    clear: both;
    content: "";
    display: block;
}

.fmp-popup-container > .fmp-summery,
.fmp-popup-container > .fmp-images {
    width: inherit;
    float: none;
}

.fmp-ingredient-nutrition-wrapper .fmp-popup-ingredient {
    float: left;
    width: 50%;
}

.fmp-ingredient-nutrition-wrapper .fmp-popup-nutrition {
    float: right;
    width: 50%;
}

.fmp-popup-container .offers {
    padding-bottom: 15px;
}

.fmp-popup-container ul {
    margin: 0 0 30px 30px;
    padding: 0;
}

/*********************** Grid System **************************/
.fmp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fmp *:before, .fmp *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fmp-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.fmp-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.fmp-row {
    margin-left: -15px;
    margin-right: -15px;
}

.fmp-row:after, .fmp-row:before {
    display: table;
    content: " ";
}

.fmp-row:after {
    clear: both;
}

.fmp-col-xs-1, .fmp-col-sm-1, .fmp-col-md-1, .fmp-col-lg-1, .fmp-col-xs-2, .fmp-col-sm-2, .fmp-col-md-2, .fmp-col-lg-2, .fmp-col-xs-3, .fmp-col-sm-3, .fmp-col-md-3, .fmp-col-lg-3, .fmp-col-xs-4, .fmp-col-sm-4, .fmp-col-md-4, .fmp-col-lg-4, .fmp-col-xs-5, .fmp-col-sm-5, .fmp-col-md-5, .fmp-col-lg-5, .fmp-col-xs-6, .fmp-col-sm-6, .fmp-col-md-6, .fmp-col-lg-6, .fmp-col-xs-7, .fmp-col-sm-7, .fmp-col-md-7, .fmp-col-lg-7, .fmp-col-xs-8, .fmp-col-sm-8, .fmp-col-md-8, .fmp-col-lg-8, .fmp-col-xs-9, .fmp-col-sm-9, .fmp-col-md-9, .fmp-col-lg-9, .fmp-col-xs-10, .fmp-col-sm-10, .fmp-col-md-10, .fmp-col-lg-10, .fmp-col-xs-11, .fmp-col-sm-11, .fmp-col-md-11, .fmp-col-lg-11, .fmp-col-xs-12, .fmp-col-sm-12, .fmp-col-md-12, .fmp-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.fmp-col-xs-1, .fmp-col-xs-2, .fmp-col-xs-3, .fmp-col-xs-4, .fmp-col-xs-5, .fmp-col-xs-6, .fmp-col-xs-7, .fmp-col-xs-8, .fmp-col-xs-9, .fmp-col-xs-10, .fmp-col-xs-11, .fmp-col-xs-12 {
    float: left;
}

.fmp-col-xs-12 {
    width: 100%;
}

.fmp-col-xs-11 {
    width: 91.66666667%;
}

.fmp-col-xs-10 {
    width: 83.33333333%;
}

.fmp-col-xs-9 {
    width: 75%;
}

.fmp-col-xs-8 {
    width: 66.66666667%;
}

.fmp-col-xs-7 {
    width: 58.33333333%;
}

.fmp-col-xs-6 {
    width: 50%;
}

.fmp-col-xs-5 {
    width: 41.66666667%;
}

.fmp-col-xs-4 {
    width: 33.33333333%;
}

.fmp-col-xs-3 {
    width: 25%;
}

.fmp-col-xs-2 {
    width: 16.66666667%;
}

.fmp-col-xs-1 {
    width: 8.33333333%;
}

/************************ End Grid System *********************/

/************************ global *********************/
.fmp-wrapper .fmp-wc-add-to-cart-wrap {
    margin-top: 5px;
}

.fmp-wrapper a.fmp-wc-view-cart {
    padding: 5px;
    display: inline-block;
}

.fmp-wrapper .fmp-wc-add-to-cart-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
}

.fmp-wrapper .fmp-wc-quantity-wrap input {
    max-width: 45px;
    -webkit-appearance: unset;
    appearance: unset;
    padding: 7px 5px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #e2e2e2;
}

.fmp-wrapper .fmp-wc-quantity-wrap + .fmp-wc-add-to-cart-btn {
    margin-left: 5px;
}

.fmp-wrapper .fmp-wc-add-to-cart-btn.loading {
    position: relative;
    pointer-events: none !important;
    cursor: default !important;
}

.fmp-wrapper .fmp-wc-add-to-cart-btn.loading:before {
    position: absolute;
    left: 50%;
    content: "\f110";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-animation: fmp-spin 2s infinite linear;
    -o-animation: fmp-spin 2s infinite linear;
    -webkit-animation: fmp-spin 2s infinite linear;
    animation: fmp-spin 2s infinite linear;
    display: inline-block;
}

.fmp-img-circle img.fmp-feature-img {
    border-radius: 50%;
}

.fmp-row.fmp-even .even-grid-item {
    margin-bottom: 15px;
}

span.fmp-price del {
    margin-right: 5px;
}

span.fmp-price ins {
    background: transparent;
}

.fmp-media:after {
    clear: both;
    display: block;
    content: "";
}

.fmp-media .fmp-pull-left {
    padding-right: 10px;
    float: left !important;
}

.fmp-media-body {
    display: table-cell;
    vertical-align: top;
    width: 10000px;
    overflow: hidden;
    zoom: 1;
}

.fmp .owl-stage-outer {
    position: relative;
}

.fmp .owl-nav {
    position: absolute;
    top: -60px;
    right: 10px;
}

@-moz-keyframes fmp-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes fmp-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes fmp-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes fmp-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fmp-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* ********************** Archive  ****************/
.fmp-archive .fmp-single-item-inner {
    background: #f9f9f9;
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}

.fmp-archive .fmp-single-item-inner .title {
    position: relative;
    overflow: hidden;
}

.fmp-archive .fmp-single-item-inner h3 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px;
    border: none;
    font-weight: 400;
    box-shadow: none;
    width: 75%;
    float: left;
}

.fmp-archive .fmp-single-item-inner span.price {
    width: 25%;
    letter-spacing: -1px;
    text-align: right;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

/* ********************** Category layout one ****************/

.fmp-cat1 {
    padding: 15px;
    border: 4px solid #e0e0e0;
    position: relative;
    margin-bottom: 30px;
}

.fmp-cat1 .fmp-cat-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.fmp-cat1 .fmp-cat-title:after {
    content: "";
    background: #e7272d;
    height: 3px;
    width: calc(100% - 20%);
    position: absolute;
    bottom: -20px;
    left: 10%;
}

.fmp-cat1 .fmp-cat-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}

.fmp-cat1 .fmp-cat-title p.cat-description {
    margin-bottom: 0px;
}

.fmp-cat1 .fmp-box ul.menu-list {
    padding-left: 0;
    margin-left: 0;
    padding-top: 22px;
    list-style: none;
}

.fmp-cat1 .fmp-box ul.menu-list li {
    margin-bottom: 20px;
}

.fmp-cat1 .fmp-box ul.menu-list li:last-child {
    margin-bottom: 0;
}

.fmp-cat1 .fmp-box ul.menu-list .fmp-media-body {
    position: relative;
    padding: 0 10px 10px;
}

.fmp-cat1 .fmp-media-body h3 {
    border-bottom: 1px dashed #707070;
    padding: 0 0 15px;
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 1.3;
    width: 85%;
}

.fmp-cat1 .fmp-media-body span.fmp-price {
    color: #e7272d;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 5px 0px 0px;
    font-size: 16px;
}

/* ********************** Category layout two ****************/

.fmp-cat2 .fmp-box ul.menu-list {
    padding: 35px 0;
    list-style: none;
    margin: 0;
}

.fmp-cat2 .fmp-box ul.menu-list li {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bdbdbd;
    list-style: none;
}

.fmp-cat2 .fmp-box ul.menu-list li h3.fmp-title {
    font-size: 24px;
    line-height: 1.3;
    padding: 0px 0px 15px;
    margin: 0px;
    width: 85%;
}

.fmp-cat2 .fmp-box ul.menu-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.fmp-cat2 .fmp-box ul.menu-list li span.fmp-price {
    color: #e7272d;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 5px 0px 0px;
    font-size: 20px;
}

.fmp-cat2 .fmp-cat-title {
    background-size: cover;
    padding: 30px 20px;
    position: relative;
}

.fmp-cat2 .fmp-cat-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.fmp-cat2 .fmp-cat-title h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.fmp-cat2 .fmp-cat-title p.cat-description {
    margin-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    text-align: center;
}

/* ********************** Layout One ****************/
.fmp-layout1 .fmp-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.fmp-layout1 .fmp-box img {
    width: 100%;
}

.fmp-layout1 .fmp-box span.fmp-price {
    position: absolute;
    z-index: 4;
    display: block;
    right: 0;
    top: 0;
    background: #e7272d;
    height: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 7px 10px;
}

.fmp-layout1 .fmp-title h3 {
    color: #fff;
}

.fmp-layout1 .fmp-box .fmp-title {
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 3;
    background-color: rgba(34, 34, 34, 0.8);
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.35s ease-out 0.15s;
    -moz-transition: all 0.35s ease-out 0.15s;
    -ms-transition: all 0.35s ease-out 0.15s;
    -o-transition: all 0.35s ease-out 0.15s;
    transition: all 0.35s ease-out 0.15s;
}

.fmp-layout1 .loadmore {
    text-align: center;
}

.fmp-layout1 .fmp-box .fmp-title h3 {
    font-size: 20px;
    margin: 0;
    padding: 10px 15px;
    line-height: 1.3;
    background-color: rgba(34, 34, 34, 0.8);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.35s ease-out 0.15s;
    -moz-transition: all 0.35s ease-out 0.15s;
    -ms-transition: all 0.35s ease-out 0.15s;
    -o-transition: all 0.35s ease-out 0.15s;
    transition: all 0.35s ease-out 0.15s;
}

.fmp-layout1 .fmp-box:hover .fmp-title h3 {
    padding-top: 30px;
    background-color: transparent !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease-out 0.15s;
    -moz-transition: all 0.35s ease-out 0.15s;
    -ms-transition: all 0.35s ease-out 0.15s;
    -o-transition: all 0.35s ease-out 0.15s;
    transition: all 0.35s ease-out 0.15s;
}

.fmp-layout1 .fmp-box .fmp-title h3 a {
    color: #ffffff;
}

.fmp-layout1 .fmp-box .fmp-title p {
    color: #ffffff;
    padding: 0 25px;
}

.fmp-layout1 .fmp-box .fmp-title .fmp-wc-view-cart {
    color: #FFFFFF;
}

.fmp-layout1 .fmp-box .fmp-title .fmp-info {
    padding: 5px 15px;
}

.fmp-layout1 .fmp-box:hover .fmp-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.35s ease-out 0.15s;
    -moz-transition: all 0.35s ease-out 0.15s;
    -ms-transition: all 0.35s ease-out 0.15s;
    -o-transition: all 0.35s ease-out 0.15s;
    transition: all 0.35s ease-out 0.15s;

}

.fmp-btn-read-more,
.fmp-wc-add-to-cart-btn {
    padding: 7px 15px;
    display: inline-block;
}

/* ********************** Layout Two ****************/


.fmp-layout2 .fmp-box {
    display: flex;
    position: relative;
    background: #f8f8f8;
    padding: 15px;
}

@media only screen and (max-width: 1199px) {
    .fmp-layout2 .fmp-box {
        display: inherit;
    }
}

.fmp-layout2 .fmp-box .fmp-img-wrapper {
    flex: 1;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .fmp-layout2 .fmp-box .fmp-img-wrapper img {
        width: 100%;
    }
}

.fmp-layout2 .fmp-box .fmp-img-wrapper:before {
    position: absolute;
    content: "";
    background-color: rgba(34, 34, 34, 0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fmp-layout2 .fmp-box .fmp-img-wrapper a i {
    position: absolute;
    color: #ffffff;
    z-index: 2;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    background: #e7272d;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fmp-layout2 .fmp-box .fmp-img-wrapper img.fmp-feature-img {
    display: block;
}

.fmp-layout2 .fmp-box .fmp-content {
    flex: 1;
    padding: 0 0 0 15px;
}

.fmp-layout2 .fmp-content > p {
    margin-bottom: 0;
}

.fmp-layout2 .fmp-box .fmp-content span.fmp-price {
    color: #e7272d;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.fmp-layout2 .fmp-box .fmp-content h3 {
    position: relative;
    padding-bottom: 14px;
    margin: 0px 0px 5px;
    padding: 0px 0px 14px;
}

.fmp-layout2 .fmp-box .fmp-content h3:before {
    content: "";
    height: 3px;
    width: 60px;
    background: #e7272d;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}

.fmp-layout2 .fmp-box .fmp-content h3 a {
    color: #222222;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fmp-layout2 .fmp-box .fmp-content h3 a:hover {
    color: #e7272d;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fmp-layout2 .fmp-box:hover .fmp-img-wrapper a i {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/************************ Layout 3  ****************************/
.fmp-layout3 .fmp-info {
    position: relative;
    padding-top: 15px;
    margin-bottom: 30px;
}

.fmp-layout3 .fmp-info h3 {
    border-bottom: 1px dashed #707070;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.fmp-layout3 .fmp-info span.fmp-price {
    color: #e7272d;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.fmp-iso-filter button {
    margin-right: 5px;
}

.fmp-iso-filter button:last-child {
    margin-right: 0;
}

.fmp-wrapper .fmp-isotope-buttons,
.fmp-wrapper .iso-search {
    display: inline-block;
}

.fmp-wrapper .iso-search {
    margin-left: 10px;
}

table.fmp-price-listing {
    max-width: 200px;
}

table.fmp-price-listing td {
    padding: 5px 0;
}

/************************ Layout 4  ****************************/

.fmp-layout4 .fmp-media-body h3 {
    border-bottom: 1px dashed #707070;
    padding: 0 0 15px;
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 1.3;
    width: 85%;
}

.fmp-layout4 .fmp-box .fmp-media-body {
    position: relative;
    padding: 0 10px 10px;
}

.fmp-layout4 .fmp-media-body span.fmp-price {
    color: #e7272d;
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 5px 0 0;
    font-size: 16px;
}

.fmp-layout4 .fmp-btn-read-more,
.fmp-layout4 .fmp-wc-add-to-cart-btn {
    border: 1px solid;
    border-radius: 4px;
}

/************************ Layout 5  ****************************/
.fmp-layout5 .fmp-grid-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    transition: all .7s ease;
    background: #f8f8f8;
    padding: 15px;
}

.fmp-layout5 .fmp-grid-item:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.fmp-layout5 h3.fmp-title a {
    color: #dd3333;
}

.fmp-layout5 .fmp-wc-add-to-cart-btn {
    border: 2px solid #e7272d;
    color: #e7272d !important;
    background-color: transparent !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-top: 0;
}

.fmp-layout5 .fmp-wc-add-to-cart-btn:hover {
    background-color: #e7272d !important;
    border: 2px solid #e7272d;
    color: #ffffff !important;
}

.fmp-layout5 a.fmp-popup.fmp-btn-read-more, .fmp-layout5 .fmp-wc-add-to-cart-btn {
    border-radius: 25px;
}

.fmp-layout5 .fmp-attr-variation-wrapper,
.fmp-layout5 .fmp-price-box .quantity {
    display: inline-block;
}

.fmp-layout5 .fmp-price-box > * {
    margin-right: 5px;
}

.fmp-layout5 .fmp-price-box > :last-child {
    margin-right: 0;
}

.fmp-layout5 .fmp-price-box .quantity .input-text.qty.text {
    margin-bottom: 0;
    border: 2px solid #e7272d;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    width: 45px;
    text-align: center;
    border-radius: 25px;
    outline: none;
}

.fmp-layout5 .fmp-attr-variation-wrapper .fmp-attr-variation,
.fmp-layout5 .fmp-price {
    color: #ffffff;
    background: #dd3333;
    border-radius: 25px;
    padding: 7px 15px;
    display: inline-block;
}

.fmp-layout5 .fmp-attr-variation-wrapper .fmp-attr-variation {
    margin-right: 5px;
}

.fmp-layout5 .fmp-attr-variation-wrapper .fmp-attr-variation:last-child {
    margin-right: 0;
}

.fmp-layout5 .fmp-price-box-wrap .fmp-price-box {
    text-align: right;
    margin-bottom: 5px;
}

.fmp-layout5 .fmp-price-box-wrap .fmp-price-box:last-child {
    margin-bottom: 0;
}

/* Carousel */

/* ********************** Pre loader and pagination ****************/
.fmp-wrapper .fmp-pre-loader {
    height: 100px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.fmp-wrapper .fmp-row.fmp-pre-loader:after {
    position: absolute;
    content: "Loading ...";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45px 0;
    background: #fff;
    z-index: 5;
}

.fmp-pagination ul.pagination-list li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.fmp-pagination ul.pagination-list li:last-child {
    margin-right: 0;
}

.fmp-pagination ul.pagination-list li span,
.fmp-pagination ul.pagination-list li a {
    padding: 8px 12px;
    background: #eee;
}

.fmp-pagination ul.pagination-list li.active span,
.fmp-pagination ul.pagination-list li span:hover,
.fmp-pagination ul.pagination-list li a:hover {
    background: #8c8989;
    color: #ffffff;
}

.fmp-pagination .fmp-loading-holder {
    padding: 15px 0;
}

/* single page */
.fmp #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
}

.fmp #reviews #comment {
    height: 75px;
}

.fmp #fmp-description {
    margin: 0;
    float: none;
    width: inherit;
}

.fmp .fmp-images, .fmp .fmp-summery {
    margin-bottom: 2em;
}

.fmp-summery .wc-add-to-cart button[name="add-to-cart"] {
    margin: 15px 0;
}

.fmp-single-food-img-wrapper {
    text-align: center;
}

.fmp-wrapper ul.fmp-tabs {
    padding: 0;
    margin: 0 0 1.618em;
    display: flex;
}

.fmp-wrapper ul.fmp-tabs li {
    flex: 1;
    padding: .5em 1em;
    font-weight: 700;
    list-style: none;
    background-color: #ebe9eb;
    border: 1px solid #d3ced2;
    cursor: pointer;
    border-right: 0;
}

.fmp-wrapper ul.fmp-tabs li.active, .fmp-wrapper ul.fmp-tabs li:hover {
    background: #ffffff;
}

ul.fmp-tabs li:last-child {
    border-right: 1px solid #d3ced2;
}

/* isotope */
.fmp .fmp-iso-filter,
.fmp .fmp-utility {
    text-align: center;
    margin: 15px 0;
}

.fmp .fmp-iso-filter {
    margin-bottom: 40px;
}

/* Single product */
.fmp-single-food {
    margin-top: 45px;
}

.fmp-single-food h2 {
    margin: 0px;
    padding: 0px 0px 15px;

}

.fmp-single-food .offers {
    padding-bottom: 15px;

}

.fmp-single-food ul {
    margin: 0px 0px 30px 30px;
    padding: 0px;
}

/* comment */
.fmp #reviews #comments .add_review:after,
.fmp #reviews #comments .add_review:before,
.fmp #reviews #comments ol.commentlist li .comment-text:after,
.fmp #reviews #comments ol.commentlist li .comment-text:before,
.fmp #reviews #comments ol.commentlist:after,
.fmp #reviews #comments ol.commentlist:before {
    content: " ";
    display: table;
}

.fmp #reviews #comments h2 {
    clear: none;
}

.fmp #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

.fmp #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
}

.fmp #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em;
}

.fmp #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}

.fmp #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
}

.fmp #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.fmp #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}

.fmp .star-rating:before {
    content: "\0052\0052\0052\0052\0052";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.fmp .star-rating span:before {
    content: "\0053\0053\0053\0053\0053";
    top: 0;
    position: absolute;
    left: 0;
}

.fmp .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5em;
    font-family: FoodMenuPro;
}

.fmp .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.fmp p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.fmp p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: FoodMenuPro;
    text-indent: 0;
}

.fmp p.stars a:before, .fmp p.stars.selected a.active ~ a:before {
    content: "\0052";
}

.fmp p.stars a:hover:before,
.fmp p.stars.selected a:not(.active):before,
.fmp p.stars.selected a.active:before {
    content: "\0053";
}

/* slider */
#fmp-slide-wrapper {
    margin-bottom: 15px;
}

#fmp-slide-wrapper .flexslider,
#fmp-slide-wrapper .flexslider ul {
    margin: 0;
    overflow: hidden;
}

#fmp-slide-wrapper .fmp-slide-thumb {
    position: relative;
}

#fmp-slide-wrapper .fmp-slide-thumb:hover {
    cursor: pointer;
}

#fmp-carousel li.fmp-slide-thumb:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
}

#fmp-carousel li.fmp-slide-thumb:hover:before,
#fmp-carousel li.fmp-slide-thumb.flex-active-slide:before {
    content: none;
}

/* ============== Free layout START ============== */


.fmp-wrapper .fmp-grid-by-cat-free .fmp-food-item,
.fmp-wrapper .fmp-layout-free .fmp-food-item {
    background: #f9f9f9;
    padding: 15px;
    overflow: hidden;
    display: flex;
}

.fmp-grid-by-cat-free .fmp-food-item .fmp-image-wrap img,
.fmp-layout-free .fmp-food-item .fmp-image-wrap img {
    width: 100%;
    height: auto;
}

.fmp-grid-by-cat-free .fmp-food-item .fmp-content-wrap,
.fmp-layout-free .fmp-food-item .fmp-content-wrap {
    flex: 1;
}

.fmp-wrapper .fmp-grid-by-cat-free .fmp-title,
.fmp-wrapper .fmp-layout-free .fmp-title {
    position: relative;
    overflow: hidden;
}

.fmp-wrapper .fmp-grid-by-cat-free .fmp-food-item h3,
.fmp-wrapper .fmp-layout-free .fmp-food-item h3 {
    font-size: 24px;
    margin: 0;
    padding: 0 0 10px;
    border: none;
    font-weight: 400;
    box-shadow: none;
    width: 75%;
    float: left;
}

.fmp-wrapper .fmp-grid-by-cat-free .fmp-content-wrap p,
.fmp-wrapper .fmp-layout-free .fmp-content-wrap p {
    margin-bottom: 0;
}

.fmp-wrapper .fmp-grid-by-cat-free .fmp-food-item span.price,
.fmp-wrapper .fmp-layout-free .fmp-food-item span.price {
    width: 25%;
    text-align: right;
    float: right;
    font-size: 20px;
    font-weight: bold;
}
.fmp-wrapper .fmp-grid-by-cat-free h2.fmp-category-title {
    flex: 0 0 100%;
}

.fmp-wrapper .fmp-grid-by-cat-free .fmp-category-title{
    font-size: 28px;
    margin: 0;
    padding: 15px;
}
/* ============== Free layout END ================ */

/******************** Media Query *********************/


@media (min-width: 768px) {
    .fmp-container {
        width: 750px;
    }

    .fmp-food-item .fmp-image-wrap {
        flex: 0 0 40%;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .fmp-container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fmp-container {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    .paddingl0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .fmp .title {
        padding-top: 15px;
    }

    .fmp-cat1 .fmp-media-body span.fmp-price {
        position: relative !important;
        padding: 0px 0px 8px;
        display: block;
    }

    .fmp-cat1 .fmp-box ul.menu-list .fmp-media-body {
        padding: 0 0px 10px;
    }

    .fmp-wrapper span.price {
        font-size: 16px;
    }

    .fmp-wrapper .fmp-food-item {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .fmp-cat1 .fmp-media-body h3 {
        width: 100%;
    }

    .fmp span.price {
        font-size: 16px;
    }

    .fmp-media .fmp-pull-left {
        float: none !important;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0;
    }

}

@media (min-width: 768px) {
    .fmp-col-sm-1, .fmp-col-sm-2, .fmp-col-sm-3, .fmp-col-sm-4, .fmp-col-sm-5, .fmp-col-sm-6, .fmp-col-sm-7, .fmp-col-sm-8, .fmp-col-sm-9, .fmp-col-sm-10, .fmp-col-sm-11, .fmp-col-sm-12 {
        float: left;
    }

    .fmp-col-sm-12 {
        width: 100%;
    }

    .fmp-col-sm-11 {
        width: 91.66666667%;
    }

    .fmp-col-sm-10 {
        width: 83.33333333%;
    }

    .fmp-col-sm-9 {
        width: 75%;
    }

    .fmp-col-sm-8 {
        width: 66.66666667%;
    }

    .fmp-col-sm-7 {
        width: 58.33333333%;
    }

    .fmp-col-sm-6 {
        width: 50%;
    }

    .fmp-col-sm-5 {
        width: 41.66666667%;
    }

    .fmp-col-sm-4 {
        width: 33.33333333%;
    }

    .fmp-col-sm-3 {
        width: 25%;
    }

    .fmp-col-sm-2 {
        width: 16.66666667%;
    }

    .fmp-col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .fmp-col-md-1, .fmp-col-md-2, .fmp-col-md-3, .fmp-col-md-4, .fmp-col-md-5, .fmp-col-md-6, .fmp-col-md-7, .fmp-col-md-8, .fmp-col-md-9, .fmp-col-md-10, .fmp-col-md-11, .fmp-col-md-12 {
        float: left;
    }

    .fmp-col-md-12 {
        width: 100%;
    }

    .fmp-col-md-11 {
        width: 91.66666667%;
    }

    .fmp-col-md-10 {
        width: 83.33333333%;
    }

    .fmp-col-md-9 {
        width: 75%;
    }

    .fmp-col-md-8 {
        width: 66.66666667%;
    }

    .fmp-col-md-7 {
        width: 58.33333333%;
    }

    .fmp-col-md-6 {
        width: 50%;
    }

    .fmp-col-md-5 {
        width: 41.66666667%;
    }

    .fmp-col-md-4 {
        width: 33.33333333%;
    }

    .fmp-col-md-3 {
        width: 25%;
    }

    .fmp-col-md-2 {
        width: 16.66666667%;
    }

    .fmp-col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .fmp-col-lg-1, .fmp-col-lg-2, .fmp-col-lg-3, .fmp-col-lg-4, .fmp-col-lg-5, .fmp-col-lg-6, .fmp-col-lg-7, .fmp-col-lg-8, .fmp-col-lg-9, .fmp-col-lg-10, .fmp-col-lg-11, .fmp-col-lg-12 {
        float: left;
    }

    .fmp-col-lg-12 {
        width: 100%;
    }

    .fmp-col-lg-11 {
        width: 91.66666667%;
    }

    .fmp-col-lg-10 {
        width: 83.33333333%;
    }

    .fmp-col-lg-9 {
        width: 75%;
    }

    .fmp-col-lg-8 {
        width: 66.66666667%;
    }

    .fmp-col-lg-7 {
        width: 58.33333333%;
    }

    .fmp-col-lg-6 {
        width: 50%;
    }

    .fmp-col-lg-5 {
        width: 41.66666667%;
    }

    .fmp-col-lg-4 {
        width: 33.33333333%;
    }

    .fmp-col-lg-3 {
        width: 25%;
    }

    .fmp-col-lg-2 {
        width: 16.66666667%;
    }

    .fmp-col-lg-1 {
        width: 8.33333333%;
    }
}


