:root {
    --rtfm-primary-color: #fdcd0d;
    --rtfm-offset-color: #f8f8f8;
    --rtfm-text-color: #333
}

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

.fmp-wrapper[id*=fmp-container-] a {
    outline: 0
}

.fmp-wrapper[id*=fmp-container-] h3>a {
    display: inline;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentcolor), color-stop(98%, currentcolor));
    background-image: -o-linear-gradient(top, currentcolor 0%, currentcolor 98%);
    background-image: linear-gradient(to bottom, currentcolor 0%, currentcolor 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition: background-size .5s;
    -o-transition: background-size .5s;
    transition: background-size .5s
}

.fmp-wrapper[id*=fmp-container-] h3>a:hover {
    background-size: 100% 2px
}

.fmp-wrapper .img-responsive.swiper-lazy:not(.swiper-lazy-loaded) {
    visibility: hidden;
    opacity: 0
}

.fmp-wrapper .swiper-lazy-preloader {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-width: 2px;
    border-color: var(--rtfm-primary-color);
    border-top-color: rgba(0, 0, 0, 0)
}

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

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

@media only screen and (max-width: 767px) {

    .fmp-wrapper:not(.has-mobile-title) .fmp-box .fmp-title h3,
    .fmp-wrapper:not(.has-mobile-title) .fmp-food-item .fmp-title h3 {
        display: none !important
    }

    .fmp-wrapper:not(.has-mobile-title) .fmp-box .fmp-media-body .fmp-title {
        display: none !important
    }

    .fmp-wrapper:not(.has-mobile-title) .fmp-box .menu-list .fmp-title {
        display: none !important
    }

    .fmp-wrapper:not(.has-mobile-image) .fmp-image-wrap {
        display: none !important
    }

    .fmp-wrapper:not(.has-mobile-price) .fmp-box .price,
    .fmp-wrapper:not(.has-mobile-price) .fmp-food-item .price {
        display: none !important
    }

    .fmp-wrapper:not(.has-mobile-price) .fmp-box-wrapper .fmp-price-wrapper {
        display: none !important
    }

    .fmp-wrapper:not(.has-mobile-excerpt) .fmp-box .fmp-body,
    .fmp-wrapper:not(.has-mobile-excerpt) .fmp-food-item .fmp-body {
        display: none !important
    }

    .fmp-wrapper:not(.has-mobile-excerpt) .fmp-box .info-part>p,
    .fmp-wrapper:not(.has-mobile-excerpt) .fmp-box .fmp-media-body>p,
    .fmp-wrapper:not(.has-mobile-excerpt) .fmp-box .fmp-content>p,
    .fmp-wrapper:not(.has-mobile-excerpt) .fmp-box .fmp-info>p {
        display: none !important
    }

    .fmp-wrapper:not(.has-mobile-excerpt) .fmp-box>ul>li>p {
        display: none !important
    }
}

.fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item,
.fmp-layout-free-3 .fmp-food-item,
.fmp-pagination ul.pagination-list li span,
.fmp-pagination ul.pagination-list li a,
.fmp-wrapper .fmp-image-wrap>a::before,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::before,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button::before,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn::before,
.fmp-wrapper .fmp-food-item.product a.button::before,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::after,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button::after,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn::after,
.fmp-wrapper .fmp-food-item.product a.button::after {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.fmp-wrapper[id*=fmp-container-] a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.fmp-wrapper[id*=fmp-container-] a {
    text-decoration: none
}

.fmp-box .fmp-title h3.no-link:hover,
.fmp-box .fmp-title h3.no-link:focus,
.fmp-food-item .fmp-title h3.no-link:hover,
.fmp-food-item .fmp-title h3.no-link:focus,
.fmp-wrapper[id*=fmp-container-] a,
.fmp-wrapper[id*=fmp-container-] a:hover {
    color: inherit
}

.rt-d-flex,
.fmp-layout-free-2 .fmp-food-item .fmp-footer.read-more-active,
[class*=fmp-layout-free] .fmp-food-item .fmp-footer.woo-template,
[class*=grid-by-cat-free] .fmp-food-item .fmp-footer.woo-template,
.fmp-pagination ul.pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rt-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rt-justify-content-center,
.fmp-archive .fmp-image-wrap.no-thumbnail,
.fmp-pagination ul.pagination-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rt-align-items-center,
[class*=fmp-layout-free] .fmp-food-item .fmp-footer.woo-template,
[class*=grid-by-cat-free] .fmp-food-item .fmp-footer.woo-template,
.fmp-pagination ul.pagination-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rt-pos-s {
    position: static !important
}

.rt-pos-r,
.fmp-single-food h2,
.fmp-grid-by-cat-free-2 .fmp-category-background,
.fmp-ball-clip-rotate>div,
.fmp-ball-clip-rotate,
.fmp-wrapper .fmp-pre-loader,
.fmp-wrapper .fmp-image-wrap>a,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn,
.fmp-wrapper .fmp-food-item.product a.button {
    position: relative
}

.rt-default-gutter,
.fmp-food-item,
.fmp .fmp-summery,
.fmp .fmp-images {
    margin-bottom: 30px
}

.rt-gutter-half {
    margin-top: 15px;
    margin-bottom: 15px
}

.rt-primary-color,
.fmp-wrapper .fmp-loading,
.fmp-wrapper[id*=fmp-container-] .fmp-btn-read-more.type-1,
.fmp-box .price,
.fmp-food-item .price,
.fmp-box .fmp-title h3:hover,
.fmp-box .fmp-title h3:focus,
.fmp-food-item .fmp-title h3:hover,
.fmp-food-item .fmp-title h3:focus {
    color: var(--rtfm-primary-color)
}

.rt-primary-color-bg,
.fmp-single-food h2::before,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn+.added_to_cart,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button+.added_to_cart,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn+.added_to_cart,
.fmp-wrapper .fmp-food-item.product a.button+.added_to_cart,
[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-2 .fmp-category-title::before {
    background-color: var(--rtfm-primary-color)
}

.rt-offset-color-bg,
.fmp-grid-by-cat-free-5 .fmp-row .fmp-food-item,
.fmp-food-item {
    background-color: var(--rtfm-offset-color)
}

.rt-white-color,
.fmp-ball-clip-rotate,
.fmp-wrapper[id*=fmp-container-] .fmp-btn-read-more.type-1:hover,
[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-3 .fmp-category-title {
    color: #fff
}

.rt-white-color-bg,
.fmp-wrapper .fmp-image-wrap>a .fmp-image-icon {
    background-color: #fff
}

.rt-mb-0,
.widget_fmp .fmp-wrapper .fmp-layout-free .fmp-title,
.widget_fmp .fmp-wrapper .fmp-grid-by-cat-free .fmp-title,
.fmp-grid-by-cat-free-2 .fmp-category-background:last-child,
[class*=fmp-layout-free] .fmp-content-wrap p,
[class*=grid-by-cat-free] .fmp-content-wrap p,
[class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title,
.fmp-box .fmp-title h3,
.fmp-food-item .fmp-title h3 {
    margin-bottom: 0
}

.rt-pb-0,
.fmp-single-food ul,
.fmp-box .fmp-title h3,
.fmp-food-item .fmp-title h3 {
    padding-bottom: 0
}

.fmp-row [class^=fmp-col-],
.fmp-row [class^=tlp-col-],
.fmp-wrapper.fmp-container,
.fmp-wrapper.fmp-container-fluid {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.fmp-box .fmp-title h3,
.fmp-food-item .fmp-title h3 {
    font-size: 22px
}

.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn,
.fmp-wrapper .fmp-food-item.product a.button {
    padding: 0 15px;
    line-height: 1.4;
    text-decoration: none;
    min-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    background: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 3px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    border: 0
}

.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::before,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button::before,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn::before,
.fmp-wrapper .fmp-food-item.product a.button::before,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::after,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button::after,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn::after,
.fmp-wrapper .fmp-food-item.product a.button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 3px
}

.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::before,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button::before,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn::before,
.fmp-wrapper .fmp-food-item.product a.button::before {
    background: -o-linear-gradient(355.5deg, #fc3c00 16.12%, #f01414 58.97%);
    background: linear-gradient(94.5deg, #fc3c00 16.12%, #f01414 58.97%);
    opacity: 1
}

.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn::after,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button::after,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn::after,
.fmp-wrapper .fmp-food-item.product a.button::after {
    background: -o-linear-gradient(355.5deg, #494949 16.12%, #282828 58.97%);
    background: linear-gradient(94.5deg, #494949 16.12%, #282828 58.97%);
    opacity: 0
}

.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .loading.fmp-wc-add-to-cart-btn,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.loading.button,
.fmp-wrapper .fmp-food-item.product .loading.fmp-wc-add-to-cart-btn,
.fmp-wrapper .fmp-food-item.product a.loading.button {
    background: -o-linear-gradient(355.5deg, #f01414 16.12%, #fc3c00 58.97%);
    background: linear-gradient(94.5deg, #f01414 16.12%, #fc3c00 58.97%)
}

.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn:hover,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button:hover,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn:hover,
.fmp-wrapper .fmp-food-item.product a.button:hover {
    color: #fff
}

.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn:hover::before,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button:hover::before,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn:hover::before,
.fmp-wrapper .fmp-food-item.product a.button:hover::before {
    opacity: 0
}

.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn:hover::after,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button:hover::after,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn:hover::after,
.fmp-wrapper .fmp-food-item.product a.button:hover::after {
    opacity: 1
}

.fmp-price-with-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.fmp-col-xs-1,
.tlp-col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.fmp-col-xs-2,
.tlp-col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.fmp-col-xs-3,
.tlp-col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.fmp-col-xs-4,
.tlp-col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.fmp-col-xs-5,
.tlp-col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.fmp-col-xs-6,
.tlp-col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.fmp-col-xs-7,
.tlp-col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.fmp-col-xs-8,
.tlp-col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.fmp-col-xs-9,
.tlp-col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.fmp-col-xs-10,
.tlp-col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.fmp-col-xs-11,
.tlp-col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.fmp-col-xs-12,
.tlp-col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.fmp-col-xs-2,
.tlp-col-xs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media only screen and (min-width: 768px) {
    .fmp-container {
        max-width: 750px
    }

    .fmp-col-sm-24,
    .tlp-col-sm-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .fmp-col-sm-1,
    .tlp-col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .fmp-col-sm-2,
    .tlp-col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .fmp-col-sm-3,
    .tlp-col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .fmp-col-sm-4,
    .tlp-col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .fmp-col-sm-5,
    .tlp-col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .fmp-col-sm-6,
    .tlp-col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .fmp-col-sm-7,
    .tlp-col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .fmp-col-sm-8,
    .tlp-col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .fmp-col-sm-9,
    .tlp-col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .fmp-col-sm-10,
    .tlp-col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .fmp-col-sm-11,
    .tlp-col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .fmp-col-sm-12,
    .tlp-col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .fmp-container {
        max-width: 970px
    }

    .fmp-col-md-24,
    .tlp-col-md-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .fmp-col-md-1,
    .tlp-col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .fmp-col-md-2,
    .tlp-col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .fmp-col-md-3,
    .tlp-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .fmp-col-md-4,
    .tlp-col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .fmp-col-md-5,
    .tlp-col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .fmp-col-md-6,
    .tlp-col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .fmp-col-md-7,
    .tlp-col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .fmp-col-md-8,
    .tlp-col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .fmp-col-md-9,
    .tlp-col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .fmp-col-md-10,
    .tlp-col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .fmp-col-md-11,
    .tlp-col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .fmp-col-md-12,
    .tlp-col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .fmp-container {
        max-width: 1170px
    }

    .fmp-col-lg-24,
    .tlp-col-lg-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .fmp-col-lg-1,
    .tlp-col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .fmp-col-lg-2,
    .tlp-col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .fmp-col-lg-3,
    .tlp-col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .fmp-col-lg-4,
    .tlp-col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .fmp-col-lg-5,
    .tlp-col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .fmp-col-lg-6,
    .tlp-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .fmp-col-lg-7,
    .tlp-col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .fmp-col-lg-8,
    .tlp-col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .fmp-col-lg-9,
    .tlp-col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .fmp-col-lg-10,
    .tlp-col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .fmp-col-lg-11,
    .tlp-col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .fmp-col-lg-12,
    .tlp-col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.fmp-food-item {
    padding: 20px;
    overflow: hidden
}

@media only screen and (min-width: 480px) {
    .fmp-food-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width: 992px) {
    .fmp-food-item {
        padding: 25px
    }
}

.fmp-image-top .fmp-food-item .fmp-image-wrap {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.fmp-image-top .fmp-layout2 .fmp-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fmp-image-top .fmp-layout4 .fmp-box .fmp-media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fmp-image-center .fmp-food-item .fmp-image-wrap {
    -ms-flex-item-align: center;
    align-self: center
}

.fmp-image-center .fmp-layout2 .fmp-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fmp-image-center .fmp-layout4 .fmp-box .fmp-media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fmp-image-bottom .fmp-food-item .fmp-image-wrap {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.fmp-image-bottom .fmp-layout2 .fmp-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.fmp-image-bottom .fmp-layout4 .fmp-box .fmp-media {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.fmp-layout-free .fmp-title.woo-template a,
.fmp-layout-free-4 .fmp-title.woo-template a,
.fmp-layout-free-3 .fmp-title.woo-template a {
    background-image: none
}

.fmp-box .fmp-title,
.fmp-food-item .fmp-title {
    width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 992px) {

    .fmp-box .fmp-title,
    .fmp-food-item .fmp-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px
    }
}

.fmp-box .fmp-title h3,
.fmp-food-item .fmp-title h3 {
    border: none;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    line-height: 28px;
    color: var(--rtfm-text-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 3px
}

@media only screen and (min-width: 992px) {

    .fmp-box .fmp-title h3,
    .fmp-food-item .fmp-title h3 {
        margin-bottom: 0
    }
}

.fmp-box .price,
.fmp-food-item .price {
    font-weight: 500;
    line-height: 28px;
    font-size: 16px
}

@media only screen and (min-width: 768px) {

    .fmp-box .price,
    .fmp-food-item .price {
        font-size: 20px
    }
}

@media only screen and (min-width: 992px) {

    .fmp-box .price,
    .fmp-food-item .price {
        padding-left: 15px
    }
}

@media only screen and (min-width: 992px) {

    .fmp-box .price .fmp-price-amount,
    .fmp-food-item .price .fmp-price-amount {
        margin-left: 5px
    }
}

.fmp-box .price>del,
.fmp-food-item .price>del {
    font-size: 18px;
    opacity: .6;
    margin-right: 5px
}

.fmp-box .price>ins,
.fmp-food-item .price>ins {
    background: rgba(0, 0, 0, 0)
}

.fmp-box.product .price>del,
.fmp-food-item.product .price>del {
    font-size: 18px;
    opacity: .6;
    margin-right: 5px
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper {
    margin-left: 35px;
    margin-right: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) {
    [class*=grid-by-cat-free] .fmp-category-title-wrapper {
        margin-bottom: 60px
    }
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 260px;
    height: 55px
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title span {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600
}

@media only screen and (min-width: 480px) {
    [class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title span {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) {
    [class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title span {
        font-size: 24px
    }
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    z-index: -1
}

@media only screen and (min-width: 480px) {
    [class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title::before {
        left: -50px;
        width: calc(100% + 100px)
    }
}

@media only screen and (min-width: 768px) {
    [class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title::before {
        left: -200px;
        width: calc(100% + 400px)
    }
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    z-index: -2;
    -webkit-box-shadow: 0px 8px 30px #ca0000;
    box-shadow: 0px 8px 30px #ca0000;
    opacity: .25
}

@media only screen and (min-width: 480px) {
    [class*=grid-by-cat-free] .fmp-category-title-wrapper .fmp-category-title::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-3 .fmp-category-title::before {
    -webkit-mask-image: url(../images/title-bg-1.svg);
    mask-image: url(../images/title-bg-1.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: -o-linear-gradient(355.5deg, #fc3c00 16.12%, #f01414 58.97%);
    background: linear-gradient(94.5deg, #fc3c00 16.12%, #f01414 58.97%)
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-1 {
    margin-left: 25px;
    margin-right: 25px
}

@media only screen and (min-width: 480px) {
    [class*=grid-by-cat-free] .fmp-category-title-wrapper.type-1 {
        margin-left: 100px;
        margin-right: 100px
    }
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-1 .fmp-category-title::before {
    background: url(../images/title-bg-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-1 .fmp-category-title::after {
    content: none
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-2 {
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    margin-bottom: 39px
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-2 .fmp-category-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10px
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-2 .fmp-category-title span {
    font-size: 22px;
    font-weight: 600
}

@media only screen and (min-width: 768px) {
    [class*=grid-by-cat-free] .fmp-category-title-wrapper.type-2 .fmp-category-title span {
        font-size: 26px
    }
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-2 .fmp-category-title::before {
    width: 50px;
    height: 4px;
    border-radius: 50px;
    left: 0;
    top: auto;
    bottom: 5px
}

@media only screen and (min-width: 768px) {
    [class*=grid-by-cat-free] .fmp-category-title-wrapper.type-2 .fmp-category-title::before {
        bottom: 0
    }
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-2 .fmp-category-title::after {
    content: none
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-4 {
    margin-left: 23px;
    margin-right: 23px
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-4 .fmp-category-title {
    height: 65px
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-4 .fmp-category-title::before {
    background: url(../images/title-bg-3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

[class*=grid-by-cat-free] .fmp-category-title-wrapper.type-4 .fmp-category-title::after {
    content: none
}

.fmp-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.fmp-wrapper .fmp-image-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px
}

@media only screen and (min-width: 480px) {
    .fmp-wrapper .fmp-image-wrap {
        max-width: 120px;
        margin-bottom: 0;
        margin-right: 20px
    }
}

@media only screen and (min-width: 768px) {
    .fmp-wrapper .fmp-image-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 992px) {
    .fmp-wrapper .fmp-image-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
        flex: 0 0 145px;
        max-width: 145px
    }
}

.fmp-wrapper .fmp-image-wrap>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    z-index: 1
}

.fmp-wrapper .fmp-image-wrap>a .fmp-image-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000;
    width: 46px;
    height: 46px;
    line-height: 46px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    -o-transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

.fmp-wrapper .fmp-image-wrap>a .fmp-image-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fmp-wrapper .fmp-image-wrap img {
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    -o-transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fmp-wrapper .img-responsive {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto
}

.fmp-grid-item:hover .fmp-image-wrap>a::before {
    opacity: 1
}

.fmp-grid-item:hover .fmp-image-wrap .fmp-image-icon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.fmp-hover-zoom_in .fmp-box:hover .fmp-image-wrap img,
.fmp-hover-zoom_in .fmp-food-item:hover .fmp-image-wrap img {
    -webkit-transform: scale3d(1.099, 1.099, 1);
    transform: scale3d(1.099, 1.099, 1)
}

.fmp-hover-zoom_out .fmp-box .fmp-image-wrap img,
.fmp-hover-zoom_out .fmp-food-item .fmp-image-wrap img {
    -webkit-transform: scale3d(1.099, 1.099, 1);
    transform: scale3d(1.099, 1.099, 1)
}

.fmp-hover-zoom_out .fmp-box:hover .fmp-image-wrap img,
.fmp-hover-zoom_out .fmp-food-item:hover .fmp-image-wrap img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.no-hover-icon.fmp-wrapper .fmp-image-wrap>a::before {
    content: none
}

.no-hover-icon.fmp-wrapper .fmp-image-wrap>a .fmp-image-icon {
    display: none
}

.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap .fmp-wc-add-to-cart-btn+.added_to_cart,
.fmp-wrapper .fmp-box-wrapper .fmp-wc-add-to-cart-wrap a.button+.added_to_cart,
.fmp-wrapper .fmp-food-item.product .fmp-wc-add-to-cart-btn+.added_to_cart,
.fmp-wrapper .fmp-food-item.product a.button+.added_to_cart {
    position: relative;
    text-indent: -99999px;
    right: 0;
    -webkit-mask-image: url(../images/check.svg);
    mask-image: url(../images/check.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: left;
    mask-position: left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 20px;
    height: 40px;
    margin-left: 15px
}

.fmp-wrapper[id*=fmp-container-] .fmp-btn-read-more.type-1::before {
    border: 2px solid var(--rtfm-primary-color);
    background: rgba(0, 0, 0, 0)
}

.fmp-wrapper[id*=fmp-container-] .fmp-btn-read-more.type-1:hover::after {
    background: -o-linear-gradient(355.5deg, #fc3c00 16.12%, #f01414 58.97%);
    background: linear-gradient(94.5deg, #fc3c00 16.12%, #f01414 58.97%)
}

.fmp-wrapper[id*=fmp-container-] .fmp-btn-read-more.type-2::before {
    border: 2px solid #bdbdbd;
    background: rgba(0, 0, 0, 0)
}

.fmp-wrapper[id*=fmp-container-] .fmp-btn-read-more.type-2:hover {
    border-image-source: rgba(0, 0, 0, 0)
}

.fmp-wrapper[id*=fmp-container-] .fmp-btn-read-more.type-2:hover::after {
    background: -o-linear-gradient(355.5deg, #fc3c00 16.12%, #f01414 58.97%);
    background: linear-gradient(94.5deg, #fc3c00 16.12%, #f01414 58.97%)
}

.fmp-wrapper .fmp-wc-add-to-cart-btn.loading {
    padding-right: 30px
}

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

.fmp-wrapper .fmp-wc-add-to-cart-btn.loading span:before {
    content: "";
    position: absolute;
    right: 4px;
    top: 12px;
    -webkit-animation: fmp-spin 2s infinite linear;
    animation: fmp-spin 2s infinite linear;
    background-image: url(../images/spinner.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px
}

.fmp-pagination ul.pagination-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    font-weight: 500
}

@media only screen and (min-width: 768px) {
    .fmp-pagination ul.pagination-list {
        margin: 45px 0 0
    }
}

.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 {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    position: relative;
    z-index: 1
}

.fmp-pagination ul.pagination-list li span[aria-label=Next],
.fmp-pagination ul.pagination-list li span[aria-label=Last],
.fmp-pagination ul.pagination-list li span[aria-label=Previous],
.fmp-pagination ul.pagination-list li span[aria-label=First],
.fmp-pagination ul.pagination-list li a[aria-label=Next],
.fmp-pagination ul.pagination-list li a[aria-label=Last],
.fmp-pagination ul.pagination-list li a[aria-label=Previous],
.fmp-pagination ul.pagination-list li a[aria-label=First] {
    font-size: 22px;
    line-height: 32px
}

.fmp-pagination ul.pagination-list li span::before,
.fmp-pagination ul.pagination-list li span::after,
.fmp-pagination ul.pagination-list li a::before,
.fmp-pagination ul.pagination-list li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.fmp-pagination ul.pagination-list li span::before,
.fmp-pagination ul.pagination-list li a::before {
    background: var(--rtfm-offset-color);
    opacity: 1
}

.fmp-pagination ul.pagination-list li span::after,
.fmp-pagination ul.pagination-list li a::after {
    background: -o-linear-gradient(355.5deg, #fc3c00 16.12%, #f01414 58.97%);
    background: linear-gradient(94.5deg, #fc3c00 16.12%, #f01414 58.97%);
    opacity: 0
}

.fmp-pagination ul.pagination-list li span {
    color: #fff
}

.fmp-pagination ul.pagination-list li a:hover,
.fmp-pagination ul.pagination-list li a:focus {
    color: #fff
}

.fmp-pagination ul.pagination-list li a:hover::after,
.fmp-pagination ul.pagination-list li a:focus::after {
    opacity: 1
}

.fmp-pagination ul.pagination-list li.active span {
    color: #fff
}

.fmp-pagination ul.pagination-list li.active span::before {
    background: -o-linear-gradient(355.5deg, #fc3c00 16.12%, #f01414 58.97%);
    background: linear-gradient(94.5deg, #fc3c00 16.12%, #f01414 58.97%);
    opacity: 1
}

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

.fmp-wrapper .fmp-pre-loader .fmp-loading-overlay {
    opacity: .85;
    visibility: visible
}

.fmp-wrapper .fmp-pre-loader .fmp-loading-overlay+.fmp-loading {
    opacity: .85;
    visibility: visible
}

.fmp-wrapper .fmp-pre-loader .fmp-loading-overlay.full-op {
    opacity: 1
}

.fmp-wrapper .fmp-pre-loader .fmp-loading-overlay.full-op+.fmp-loading {
    opacity: 1
}

.fmp-wrapper .fmp-pre-loader.element-loading .fmp-loading-overlay,
.fmp-wrapper .fmp-pre-loader.element-loading .fmp-loading {
    opacity: 1
}

.fmp-wrapper .fmp-loading-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    top: 0;
    left: -50px;
    width: calc(100% + 100px);
    height: 100%;
    z-index: 49;
    background-color: #fff
}

.fmp-wrapper .fmp-loading {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -16px;
    z-index: 50;
    opacity: 0;
    visibility: hidden
}

.fmp-ball-clip-rotate {
    width: 32px;
    height: 32px;
    display: block;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fmp-ball-clip-rotate>div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0);
    border-width: 2px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
    animation: ball-clip-rotate .75s linear infinite
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

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

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

.fmp-wrapper.fmp-container,
.fmp-wrapper.fmp-container-fluid {
    margin-left: auto;
    margin-right: auto
}

.fmp-wrapper.fmp-container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
}

.fmp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

[class*=fmp-layout-free] .fmp-food-item,
[class*=grid-by-cat-free] .fmp-food-item {
    border-radius: 10px
}

[class*=fmp-layout-free] .fmp-food-item .fmp-image-wrap,
[class*=grid-by-cat-free] .fmp-food-item .fmp-image-wrap {
    border-radius: 16px
}

[class*=fmp-layout-free] .fmp-food-item .fmp-image-wrap img,
[class*=grid-by-cat-free] .fmp-food-item .fmp-image-wrap img {
    width: 100%
}

[class*=fmp-layout-free] .fmp-food-item .fmp-content-wrap,
[class*=grid-by-cat-free] .fmp-food-item .fmp-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[class*=fmp-layout-free] .fmp-food-item .fmp-body p,
[class*=grid-by-cat-free] .fmp-food-item .fmp-body p {
    font-size: 16px;
    line-height: 1.5
}

[class*=fmp-layout-free] .fmp-food-item .fmp-title.woo-template,
[class*=grid-by-cat-free] .fmp-food-item .fmp-title.woo-template {
    margin-bottom: 10px
}

[class*=fmp-layout-free] .fmp-food-item .fmp-footer.woo-template,
[class*=grid-by-cat-free] .fmp-food-item .fmp-footer.woo-template {
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

[class*=fmp-layout-free] {
    margin-bottom: -30px
}

.fmp-wrapper .fmp-grid-by-cat-free .fmp-title.woo-template,
.fmp-wrapper .fmp-grid-by-cat-free-3 .fmp-title.woo-template,
.fmp-wrapper .fmp-grid-by-cat-free-5 .fmp-title.woo-template,
.fmp-wrapper .fmp-layout-free-3 .fmp-title.woo-template,
.fmp-wrapper .fmp-layout-free-4 .fmp-title.woo-template,
.fmp-wrapper .fmp-layout-free .fmp-title.woo-template {
    display: block
}

.fmp-wrapper .fmp-grid-by-cat-free .fmp-title.woo-template h3,
.fmp-wrapper .fmp-grid-by-cat-free-3 .fmp-title.woo-template h3,
.fmp-wrapper .fmp-grid-by-cat-free-5 .fmp-title.woo-template h3,
.fmp-wrapper .fmp-layout-free-3 .fmp-title.woo-template h3,
.fmp-wrapper .fmp-layout-free-4 .fmp-title.woo-template h3,
.fmp-wrapper .fmp-layout-free .fmp-title.woo-template h3 {
    margin-bottom: 3px
}

.fmp-wrapper .fmp-grid-by-cat-free .fmp-title.woo-template .price,
.fmp-wrapper .fmp-grid-by-cat-free-3 .fmp-title.woo-template .price,
.fmp-wrapper .fmp-grid-by-cat-free-5 .fmp-title.woo-template .price,
.fmp-wrapper .fmp-layout-free-3 .fmp-title.woo-template .price,
.fmp-wrapper .fmp-layout-free-4 .fmp-title.woo-template .price,
.fmp-wrapper .fmp-layout-free .fmp-title.woo-template .price {
    padding-left: 0;
    display: block
}

.fmp-layout-free-2 {
    margin-left: -10px;
    margin-right: -10px
}

.fmp-layout-free-2>[class*=fmp-col] {
    padding-left: 10px;
    padding-right: 10px
}

.fmp-layout-free-2 .fmp-food-item {
    margin-bottom: 20px
}

.fmp-layout-free-2 .fmp-food-item .fmp-title {
    margin-bottom: 10px
}

.fmp-layout-free-2 .fmp-food-item .fmp-footer {
    margin-top: 10px
}

.fmp-layout-free-2 .fmp-food-item .fmp-footer.woo-template {
    display: block
}

@media only screen and (min-width: 1200px) {
    .fmp-layout-free-2 .fmp-food-item .fmp-footer.woo-template {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.fmp-layout-free-2 .fmp-food-item .fmp-footer.read-more-active {
    margin-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fmp-layout-free-2 .fmp-food-item .fmp-footer .fmp-wc-add-to-cart-wrap {
    margin-top: 0
}

.fmp-layout-free-2 .fmp-food-item .price {
    display: block;
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 15px
}

@media only screen and (min-width: 1200px) {
    .fmp-layout-free-2 .fmp-food-item .price {
        margin-bottom: 0
    }
}

.fmp-layout-free-3 [class*=fmp-col] {
    padding-left: 10px;
    padding-right: 10px
}

.fmp-layout-free-3 .fmp-food-item {
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .15);
    border-radius: 4px;
    margin-bottom: 20px;
    background: none
}

.fmp-layout-free-3 .fmp-food-item:hover {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 1200px) {

    .fmp-wrapper[data-desktop-col="3"] .fmp-layout-free-4.fmp-row,
    .fmp-wrapper[data-desktop-col="4"] .fmp-layout-free-4.fmp-row {
        margin-right: -15px;
        margin-left: -15px
    }

    .fmp-wrapper[data-desktop-col="3"] .fmp-layout-free-4.fmp-row [class*=fmp-col],
    .fmp-wrapper[data-desktop-col="4"] .fmp-layout-free-4.fmp-row [class*=fmp-col] {
        padding-right: 15px;
        padding-left: 15px
    }
}

.fmp-layout-free-4 .fmp-food-item {
    border-radius: 0;
    padding: 0;
    background: none;
    text-align: center
}

@media only screen and (min-width: 480px) {
    .fmp-layout-free-4 .fmp-food-item {
        text-align: left
    }
}

.fmp-layout-free-4 .fmp-food-item .fmp-image-wrap {
    border-radius: 50%
}

.fmp-layout-free-4 .fmp-food-item .fmp-footer.woo-template {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 480px) {
    .fmp-layout-free-4 .fmp-food-item .fmp-footer.woo-template {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width: 768px) {
    .fmp-layout-free-4.fmp-row {
        margin-right: -39px;
        margin-left: -39px
    }

    .fmp-layout-free-4.fmp-row [class*=fmp-col] {
        padding-right: 39px;
        padding-left: 39px
    }
}

@media only screen and (min-width: 992px) {
    .fmp-layout-free-4.fmp-row {
        margin-right: -45px;
        margin-left: -45px
    }

    .fmp-layout-free-4.fmp-row [class*=fmp-col] {
        padding-right: 45px;
        padding-left: 45px
    }
}

@media only screen and (min-width: 1200px) {
    .fmp-layout-free-4.fmp-row {
        margin-right: -54px;
        margin-left: -54px
    }

    .fmp-layout-free-4.fmp-row [class*=fmp-col] {
        padding-right: 54px;
        padding-left: 54px
    }
}

@media only screen and (min-width: 1200px) {
    .fmp-wrapper[data-desktop-col="3"] .fmp-col-xs-12>.fmp-row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }

    .fmp-wrapper[data-desktop-col="3"] .fmp-col-xs-12>.fmp-row::before {
        content: "";
        position: absolute;
        left: 33.33%;
        top: 0;
        -webkit-transform: translateX(-33.33%);
        -ms-transform: translateX(-33.33%);
        transform: translateX(-33.33%);
        width: 2px;
        height: calc(100% - 30px);
        background: rgba(224, 224, 224, .5)
    }

    .fmp-wrapper[data-desktop-col="3"] .fmp-col-xs-12>.fmp-row::after {
        content: "";
        position: absolute;
        left: 66.67%;
        top: 0;
        -webkit-transform: translateX(-66.67%);
        -ms-transform: translateX(-66.67%);
        transform: translateX(-66.67%);
        width: 2px;
        height: calc(100% - 30px);
        background: rgba(224, 224, 224, .5)
    }
}

@media only screen and (min-width: 1200px) {

    .fmp-wrapper[data-desktop-col="1"] .fmp-col-xs-12>.fmp-row::before,
    .fmp-wrapper[data-desktop-col="1"] .fmp-col-xs-12>.fmp-row::after,
    .fmp-wrapper[data-desktop-col="4"] .fmp-col-xs-12>.fmp-row::before,
    .fmp-wrapper[data-desktop-col="4"] .fmp-col-xs-12>.fmp-row::after {
        content: none
    }
}

@media only screen and (min-width: 1200px) {

    .fmp-wrapper[data-desktop-col="3"] .fmp-col-xs-12>.fmp-row,
    .fmp-wrapper[data-desktop-col="4"] .fmp-col-xs-12>.fmp-row {
        margin-right: -15px;
        margin-left: -15px
    }

    .fmp-wrapper[data-desktop-col="3"] .fmp-col-xs-12>.fmp-row [class*=fmp-col],
    .fmp-wrapper[data-desktop-col="4"] .fmp-col-xs-12>.fmp-row [class*=fmp-col] {
        padding-right: 15px;
        padding-left: 15px
    }
}

[class*=grid-by-cat-free] .fmp-food-item {
    background: none;
    padding: 0
}

[class*=grid-by-cat-free]>.fmp-grids-wrapper {
    margin-bottom: -30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

[class*=grid-by-cat-free]>.fmp-grids-wrapper+.fmp-grids-wrapper {
    margin-top: 40px
}

@media only screen and (min-width: 480px) {
    [class*=grid-by-cat-free]>.fmp-grids-wrapper+.fmp-grids-wrapper {
        margin-top: 40.002px
    }
}

@media only screen and (min-width: 768px) {
    [class*=grid-by-cat-free]>.fmp-grids-wrapper+.fmp-grids-wrapper {
        margin-top: 70.002px
    }
}

[class*=grid-by-cat-free] [class*=fmp-col]+.fmp-category-title-wrapper .fmp-category-title {
    margin-top: 40px
}

@media only screen and (min-width: 480px) {
    [class*=grid-by-cat-free] [class*=fmp-col]+.fmp-category-title-wrapper .fmp-category-title {
        margin-top: 40.002px
    }
}

@media only screen and (min-width: 768px) {
    [class*=grid-by-cat-free] [class*=fmp-col]+.fmp-category-title-wrapper .fmp-category-title {
        margin-top: 70.002px
    }
}

@media only screen and (min-width: 768px) {
    [class*=grid-by-cat-free] .fmp-col-xs-12>.fmp-row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        margin-right: -39px;
        margin-left: -39px
    }

    [class*=grid-by-cat-free] .fmp-col-xs-12>.fmp-row::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 2px;
        height: calc(100% - 30px);
        background: rgba(224, 224, 224, .5)
    }

    [class*=grid-by-cat-free] .fmp-col-xs-12>.fmp-row [class*=fmp-col] {
        padding-right: 39px;
        padding-left: 39px
    }

    [class*=grid-by-cat-free] .fmp-col-xs-12>.fmp-row [class*=fmp-col]:last-child .fmp-food-item {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 992px) {
    [class*=grid-by-cat-free] .fmp-col-xs-12>.fmp-row {
        margin-right: -45px;
        margin-left: -45px
    }

    [class*=grid-by-cat-free] .fmp-col-xs-12>.fmp-row [class*=fmp-col] {
        padding-right: 45px;
        padding-left: 45px
    }
}

@media only screen and (min-width: 1200px) {
    [class*=grid-by-cat-free] .fmp-col-xs-12>.fmp-row {
        margin-right: -54px;
        margin-left: -54px
    }

    [class*=grid-by-cat-free] .fmp-col-xs-12>.fmp-row [class*=fmp-col] {
        padding-right: 54px;
        padding-left: 54px
    }
}

.fmp-grid-by-cat-free-4 .fmp-food-item,
.fmp-grid-by-cat-free .fmp-food-item {
    border-radius: 0
}

.fmp-grid-by-cat-free .fmp-title.woo-template a,
.fmp-grid-by-cat-free-3 .fmp-title.woo-template a,
.fmp-grid-by-cat-free-5 .fmp-title.woo-template a {
    background-image: none
}

@media only screen and (max-width: 991px) {

    .fmp-wrapper[data-tab-col="1"] .fmp-col-xs-12>.fmp-row::before,
    .fmp-wrapper[data-tab-col="1"] .fmp-col-xs-12>.fmp-row::after,
    .fmp-wrapper[data-tab-col="3"] .fmp-col-xs-12>.fmp-row::before,
    .fmp-wrapper[data-tab-col="3"] .fmp-col-xs-12>.fmp-row::after {
        content: none
    }
}

.fmp-grid-by-cat-free-2 .fmp-category-background {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media only screen and (min-width: 768px) {
    .fmp-grid-by-cat-free-2 .fmp-category-background {
        margin-bottom: 60px
    }
}

.fmp-grid-by-cat-free-2 .fmp-category-background>.fmp-col-xs-12 {
    z-index: 1;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px
}

@media only screen and (min-width: 480px) {
    .fmp-grid-by-cat-free-2 .fmp-category-background>.fmp-col-xs-12 {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media only screen and (min-width: 992px) {
    .fmp-grid-by-cat-free-2 .fmp-category-background>.fmp-col-xs-12 {
        padding-left: 55px;
        padding-right: 55px
    }
}

@media only screen and (min-width: 1200px) {
    .fmp-grid-by-cat-free-2 .fmp-category-background>.fmp-col-xs-12 {
        padding-left: 69px;
        padding-right: 69px
    }
}

.fmp-grid-by-cat-free-2 .fmp-category-background::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 27.5px;
    width: calc(100% - 30px);
    height: calc(100% - 27.5px);
    background: #fff7f7;
    border-radius: 20px
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item {
    border-radius: 0
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-title {
    margin-bottom: 10px
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer {
    margin-top: 10px
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer.woo-template.is-variable .price+.fmp-add-to-cart {
    margin-top: 0
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer.woo-template .price+.fmp-add-to-cart {
    margin-top: 0
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer.woo-template .price+.fmp-add-to-cart .fmp-wc-add-to-cart-wrap {
    margin-top: 0
}

@media only screen and (min-width: 768px)and (max-width: 1199px) {
    .fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer.woo-template {
        display: block
    }
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer.woo-template {
    margin-top: 15px
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer.woo-template.is-variable,
.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer.woo-template.is-sale {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer.woo-template.is-variable .fmp-add-to-cart,
.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .fmp-footer.woo-template.is-sale .fmp-add-to-cart {
    margin-top: 15px
}

.fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .price {
    display: block;
    padding-left: 0;
    line-height: 1.5;
    padding-right: 10px
}

@media only screen and (min-width: 768px)and (max-width: 1199px) {
    .fmp-grid-by-cat-free-2 .fmp-category-background .fmp-food-item .price {
        margin-bottom: 15px
    }
}

.fmp-grid-by-cat-free-2 .fmp-col-xs-12>.fmp-row::before,
.fmp-grid-by-cat-free-2 .fmp-col-xs-12>.fmp-row::after {
    background: rgba(239, 223, 223, .5)
}

.fmp-grid-by-cat-free-3 .fmp-grids-wrapper {
    margin-bottom: -20px
}

.fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12>.fmp-row {
    margin-left: -10px;
    margin-right: -10px
}

.fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12>.fmp-row::before {
    content: none
}

.fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12>.fmp-row [class*=fmp-col] {
    padding-left: 10px;
    padding-right: 10px;
    border: 0
}

.fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .15);
    border-radius: 4px;
    margin-bottom: 20px
}

.fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item:hover {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .15)
}

@media only screen and (min-width: 992px) {
    .fmp-grid-by-cat-free-3 .fmp-grids-wrapper .fmp-col-xs-12 .fmp-food-item {
        padding: 25px
    }
}

.fmp-grid-by-cat-free-4 .fmp-food-item .fmp-image-wrap {
    border-radius: 50%
}

.fmp-grid-by-cat-free-4 .fmp-col-xs-12>.fmp-row::before {
    content: none !important
}

.fmp-grid-by-cat-free-4 .fmp-col-xs-12>.fmp-row::after {
    content: none !important
}

.fmp-grid-by-cat-free-5 .fmp-row {
    margin-left: -15px !important;
    margin-right: -15px !important
}

@media only screen and (min-width: 768px) {
    .fmp-grid-by-cat-free-5 .fmp-row [class*=fmp-col] {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

.fmp-grid-by-cat-free-5 .fmp-row::before,
.fmp-grid-by-cat-free-5 .fmp-row::after {
    content: none !important
}

.fmp-grid-by-cat-free-5 .fmp-row .fmp-food-item {
    padding: 20px
}

@media only screen and (min-width: 992px) {
    .fmp-grid-by-cat-free-5 .fmp-row .fmp-food-item {
        padding: 25px
    }
}

.fmp-single-food {
    margin-top: 45px
}

.fmp-single-food .fmp-images {
    border-radius: 20px;
    overflow: hidden
}

.fmp-single-food .fmp-images img {
    width: 100%
}

.fmp-single-food .fmp-images.no-thumbnail img {
    width: 100%
}

.fmp-single-food h2 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.fmp-single-food h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    border-radius: 50px;
    left: 0;
    top: auto;
    bottom: 0
}

.fmp-single-food ul {
    list-style: disc;
    margin: 0px 0px 30px 30px
}

.fmp-single-food .offers {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px
}

.fmp-single-food .posted_in {
    font-weight: 500
}

.fmp-single-food .posted_in>a {
    font-weight: normal
}

.fmp-archive {
    margin-top: 60px;
    margin-bottom: 60px
}

.widget_fmp .fmp-wrapper .fmp-layout-free .fmp-food-item h3,
.widget_fmp .fmp-wrapper .fmp-grid-by-cat-free .fmp-food-item h3 {
    width: 100%
}

.widget_fmp .fmp-wrapper .fmp-layout-free .fmp-food-item .price,
.widget_fmp .fmp-wrapper .fmp-grid-by-cat-free .fmp-food-item .price {
    width: 100%;
    text-align: left;
    padding: 0
}

.widget_fmp .fmp-wrapper .fmp-layout-free .fmp-category-title,
.widget_fmp .fmp-wrapper .fmp-grid-by-cat-free .fmp-category-title {
    font-size: 24px
}

@media only screen and (min-width: 768px) {
    .widget_fmp .fmp-food-item .fmp-image-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-right: 15px
    }
}

[class*=grid-by-cat].fmp-masonry .fmp-col-xs-12>.fmp-row {
    margin-right: -15px;
    margin-left: -15px
}

[class*=grid-by-cat].fmp-masonry .fmp-col-xs-12>.fmp-row [class*=fmp-col] {
    padding-right: 15px;
    padding-left: 15px
}

[class*=grid-by-cat].fmp-masonry .fmp-grids-wrapper {
    margin-bottom: 0
}