/*
	Plugin: Food Menu Pro
	Author: RadiusTheme
	Version: 2.0.3
*/
/* 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;
}

/************************ 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: 9px 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%;
}

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: -70px;
    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);
    }
}

/* ********************** 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 .fmp-title-price {
    align-items: start;
}

.fmp-cat1 .fmp-media-body h3 {
    border-bottom: 1px dashed #707070;
    padding: 0 0 15px;
    margin: 0 5px 0 0;
    font-size: 24px;
    line-height: 1.3;
    flex: 1;
}

.fmp-cat1 .fmp-media-body span.fmp-price {
    color: #e7272d;
    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: 0;
    margin: 0px;
    width: 70%;
}

.fmp-cat2 .fmp-box ul.menu-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.fmp-title-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.fmp-cat2 .fmp-box ul.menu-list li span.fmp-price {
    color: #e7272d;
    flex: 1;
    text-align: right;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .fmp-title-price {
        display: block;
        margin-bottom: 5px;
    }
    .fmp-cat2 .fmp-box ul.menu-list li h3.fmp-title {
        width: 100%;
    }
    .fmp-cat2 .fmp-box ul.menu-list li span.fmp-price {
        text-align: left;
    }
}

.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-grid-item .fmp-box {
    margin-bottom: 30px;
}

.fmp-layout1 .fmp-box {
    position: relative;
    overflow: hidden;
}

.fmp-layout1 .fmp-box img {
    width: 100%;
    object-fit: cover;
}

.fmp-layout1 .fmp-box span.fmp-price {
    position: absolute;
    z-index: 4;
    display: block;
    right: 0;
    top: 0;
    background: #e7272d;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 0 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;
    flex-wrap: wrap;
    position: relative;
    background: #f8f8f8;
    padding: 15px;
}

.fmp-layout2 .fmp-box .fmp-img-wrapper {
    position: relative;
    text-align: center;
}

.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 25px;
}

.fmp-layout2 .fmp-content > p {
    margin-bottom: 16px;
}

.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;
    margin: 0 0 5px;
    padding: 0 0 10px;
}

.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;
}

@media only screen and (max-width: 767px) {
    .fmp-layout2 .fmp-box .fmp-img-wrapper {
        margin-bottom: 15px;
    }
    .fmp-layout2 .fmp-box .fmp-content {
        padding-left: 0;
    }
    .fmp-layout2 .fmp-box {
        display: block;
    }
}

/************************ 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;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.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;
    margin-top: 15px;
}

table.fmp-price-listing td {
    padding: 5px;
}

.iso-search .iso-search-input:focus,
.iso-search .iso-search-input {
    padding: 10px;
    border-radius: 0;
}

/************************ Layout 4  ****************************/

.fmp-layout4 .fmp-media-body .fmp-title-price {
    width: 100%;
    align-items: start;
}

.fmp-layout4 .fmp-media-body h3 {
    border-bottom: 1px dashed #707070;
    padding: 0 0 15px;
    margin: 0 5px 0 0;
    font-size: 24px;
    line-height: 1.3;
    flex: 1;
}

.fmp-layout4 .fmp-box .fmp-media-body {
    position: relative;
    padding: 0 10px;
}

.fmp-layout4 .fmp-media-body span.fmp-price {
    color: #e7272d;
    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-media-body {
    padding: 0 10px;
}
.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;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-top: 0;
}

.fmp-layout5 .fmp-wc-add-to-cart-btn:hover {
    background-color: #e7272d;
    border: 2px solid #e7272d;
    color: #ffffff;
}

.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;
}

@media screen and (max-width: 991px) {
    .fmp-layout5 .fmp-media-body .fmp-btn-read-more {
        margin-bottom: 15px;
    }
    .fmp-layout5 .fmp-price-box-wrap .fmp-price-box {
        text-align: left;
    }
}

@media screen and (max-width: 767px){
    .fmp-layout5 .fmp-media-body {
        display: block;
        width: 100%;
        padding: 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;
}

.fmp-load-more button {
    padding: 8px 12px 8px;
}

/* single page */
.fmp #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
}

.fmp #reviews #comment {
    height: 75px;
}

.fmp-summery .wc-add-to-cart button[name="add-to-cart"] {
    margin: 15px 0;
}

.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;
}

.fmp-isotope-layout {
    display: block !important;
}
.fmp-isotope-layout > .fmp-isotope {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Single product */

.fmp-single-food .offers {
    padding-bottom: 15px;

}

/* 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;
}

.fmp-carousel.owl-carousel .owl-nav button.owl-next,
.fmp-carousel.owl-carousel .owl-nav button.owl-prev {
    padding: 4px 10px !important;
    line-height: 1.5;
}

.fmp-single-food .flex-direction-nav a:before {
    font-size: 28px;
}

/******************** Media Query *********************/

@media (max-width: 767px) {

    .fmp-cat1 .fmp-media-body span.fmp-price {
        position: relative !important;
        padding: 0px 0px 8px;
        display: block;
    }

    .fmp-layout4 .fmp-media-body span.fmp-price,
    .fmp-cat1 .fmp-media-body span.fmp-price {
        margin-top: 8px;
        display: inline-block;
    }

    .fmp-cat1 .fmp-box ul.menu-list .fmp-media-body {
        padding: 0;
    }

}

@media (max-width: 768px) {
    .fmp-cat1 .fmp-media-body h3 {
        width: 100%;
    }
}