/*!
Theme Name:  LikeMeat
Author:      Conversation LAB
Author URI:  https://www.conversationlab.com
Description: This is a child theme for Page Builder Framework
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template:    page-builder-framework
Text Domain: likemeat
*/

@import url("css/lmicon.css");
/*
h3 {
     font-family: "Apercu",
     sans-serif;
     color:#141B1C;
}
*/
.lm-section {
    max-width: 1276px;
    margin: 0 auto;
}
.stroke {
    text-shadow: -2px -2px 0 #141b1c, 2px -2px 0 #141b1c, -2px 2px 0 #141b1c,
        2px 2px 0 #141b1c;
    color: #ffde00;
}
.header_outline {
    -webkit-text-stroke: 3px #ffed00;
    -webkit-text-fill-color: transparent;
}
.country_selector {
    color: #000;
}
.country_selector .elementor-menu-toggle:before {
    font-family: "Apercu";
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}
.country_selector .elementor-menu-toggle i {
    font-family: "lmicons_v2" !important;
}
.country_selector .elementor-menu-toggle i {
    font-size: 12px;
    margin-left: 10px;
}
.country_selector .elementor-menu-toggle i:before {
    content: "\e90d";
}
.country_selector .elementor-menu-toggle.elementor-active i:before {
    content: "\e90e";
}
.country_selector .menu-item a {
    text-align: center;
    display: block;
}

/* Buttons */
.btn-dropborder .elementor-button {
    position: relative;
    z-index: 10;
}
.btn-dropborder .elementor-button:after {
    border: 3px solid #141b1c;
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    -webkit-transition: all 300ms ease;
    top: 10px;
    left: 10px;
    border-radius: 20px;
}
.btn-dropborder .elementor-button:hover:after {
    top: 0;
    left: 0;
}
.more_posts {
    font-family: "Apercu", Sans-serif;
    font-size: 24px !important;
    font-weight: 700;
    fill: #141b1c;
    color: #141b1c;
    background-color: #ffde00 !important;
    border-radius: 17px !important;
    padding: 18px 80px 18px 45px !important;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.more_posts:before {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    height: 36px;
    width: 36px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 36px;
    line-height: 1;
}

/* Border images */
.border-image .elementor-widget-container a,
.border-image a {
    display: inline-block;
    position: relative;
    z-index: 10;
}
.border-image .elementor-widget-container a:after,
.border-image a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #fff0;
    border: 3px solid #000;
    border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 300ms ease;
}
.border-image .elementor-widget-container a:hover:after,
.border-image a:hover:after {
    top: 0;
    left: 0;
}

/* Home Page */
.tabs__home .eael-tabs-nav ul {
    align-items: stretch !important;
}

.tabs__home .eael-tabs-nav ul li {
    width: 50%;
    text-align: left !important;
    font-size: 65px;
    -webkit-transition: all 300ms ease;
}

.tabs__home .eael-tabs-nav ul li:first-child {
    /* border-top-left-radius: 60px; */
    border-top-right-radius: 60px;
    background-color: #ffde00 !important;
}
.tabs__home .eael-tabs-nav ul li:last-child {
    border-top-left-radius: 60px;
    /* border-top-right-radius: 60px; */
    background-color: #141b1c !important;
}
.tabs__home .eael-tabs-nav ul li.active:first-child {
    z-index: 9;
}
.tabs__home .eael-tabs-nav ul li.inactive:last-child {
    border-top-left-radius: 0px;
    margin-left: -60px;
    z-index: 1;
}
.tabs__home .eael-tabs-nav ul li.inactive:first-child {
    color: #141b1c !important;
}
.tabs__home .eael-tabs-nav ul li.active:last-child {
    color: #ffde00 !important;
}
.tabs__home .eael-tabs-nav ul li.inactive:first-child:hover {
    text-shadow: -2px -2px 0 #141b1c, 2px -2px 0 #141b1c, -2px 2px 0 #141b1c,
        2px 2px 0 #141b1c;
    color: #ffde00 !important;
}

.tabs__home .eael-tabs-nav ul li.inactive:first-child:hover small {
    text-decoration: underline;
    color: #141b1c;
    text-shadow: none;
}
.tabs__home .eael-tabs-nav ul li.inactive:last-child:hover {
    text-shadow: -2px -2px 0 #ffde00, 2px -2px 0 #ffde00, -2px 2px 0 #ffde00,
        2px 2px 0 #ffde00;
    color: #141b1c !important;
}
.tabs__home .eael-tabs-nav ul li.inactive:last-child:hover small {
    text-decoration: underline;
    color: #ffde00;
    text-shadow: none;
}
/*
.tabs__home .eael-tabs-nav ul li.inactive:last-child:hover small{
    color:red;
}
*/
.tabs__home .eael-tabs-nav ul li.inactive:last-child {
    border-top-left-radius: 0px;
    margin-left: -60px;
    z-index: 1;
}
.tabs__home .eael-tabs-nav ul li.inactive:first-child {
    border-top-right-radius: 0px;
    z-index: 1;
}
.tabs__home .eael-tabs-nav ul li.active:last-child {
    margin-left: -60px;
    z-index: 9;
}
.tabs__home .eael-tabs-nav ul li small {
    font-size: 35px;
}

/* UGC */
.tabs__home .tabs__ugc .eael-tabs-nav {
    display: flex;
    background-color: #141b1c;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul {
    margin: 0 auto;
    align-items: normal !important;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li {
    width: auto;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li {
    font-family: "Apercu", Sans-serif;
    font-size: 27px;
    position: relative;
    padding: 1em 1.5em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 0px !important;
    background-color: rgba(255, 255, 255, 0) !important;
    color: #89cfe5 !important   ;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li.active {
    background-color: #ffffff;
    color: #1d2729;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li.inactive:first-child {
    color: #89cfe5 !important;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li.active:last-child {
    color: #1d2729 !important;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li:last-child {
    margin-left: 0px;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li:after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    border-bottom: 0px;
    display: none;
    border-width: 24px;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li.active:after {
    display: block !important;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li.inactive:hover {
    color: #89cfe5 !important;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li:hover {
    text-shadow: none !important;
    color: inherit !important;
}
.tabs__home .tabs__ugc .eael-tabs-nav ul li.active {
    background-color: #ffffff !important;
    color: #1d2729 !important;
}
.tabs__home .tabs__ugc .eael-tabs-content {
    min-height: 500px;
}
.tabs__home .tabs__ugc pre {
    white-space: inherit;
    font-family: "Apercu", sans-serif;
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    min-height: 500px;
}
.tabs__home .tabs__ugc pre button {
    border-radius: 0px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    font-size: 11px;
    font-weight: 400;
}

/* Toogle */
.lm-toggle .ee-toggle-element__controls__item {
    align-items: center;
    display: flex;
    font-size: 26px;
    color: #000;
    padding: 20px 40px !important;
}
.lm-toggle
    .ee-toggle-element__controls__item
    .ee-toggle-element__controls__icon {
    margin-right: 32px;
    color: #000;
}
.lm-toggle
    .ee-toggle-element__controls__item
    .ee-toggle-element__controls__icon
    i:before {
    color: #000;
}
.lm-toggle
    .ee-toggle-element__controls__item
    .ee-toggle-element__controls__icon:first-child {
    margin-top: -8px;
}
.lm-toggle
    .ee-toggle-element__controls__item
    .ee-toggle-element__controls__icon:last-child {
    margin-top: -2px;
}

.lm-toggle .ee-toggle-element__controls__item.ee--is-active,
.lm-toggle
    .ee-toggle-element__controls__item.ee--is-active
    .ee-toggle-element__controls__icon
    i:before {
    color: #95d3e6;
}
.lm-toggle .ee-toggle-element__controls-wrapper {
    background-color: #95d3e6;
    border: 3px solid #000;
    border-radius: 60px;
}

/* Recipe Filter*/
input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
input[type="range"]::-moz-range-thumb {
    border: none;
}
input[type="range"] {
    width: 100% !important;
    height: 30px !important;
    background: #4d5159 !important;
    border-radius: 20px !important;
    margin: 15px 30px 50px 0 !important;
    position: relative !important;
}
.input[type="range"]::-webkit-slider-runnable-track {
    display: flex;
    align-items: center;
    height: 20px;
    border-radius: 20px;
}

input[type="range"]::-webkit-slider-thumb {
    position: relative;
    top: -50%;
    width: 60px;
    height: 60px;
    /* background-color: #ffde00; */
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
input[type="range"]::-moz-range-track {
    display: flex;
    align-items: center;
    height: 20px;
    border-radius: 10px;
}
input[type="range"]::-moz-range-thumb {
    position: relative;
    top: -50%;
    width: 60px;
    height: 60px;
    /* background-color: #ffde00; */
    border-radius: 50%;
}

input[type="range"].filter_sauce::-webkit-slider-thumb {
    background-color: #fab313;
}
input[type="range"].filter_sauce::-webkit-slider-thumb {
    background-color: #fab313;
}

input[type="range"].filter_spice::-moz-range-thumb {
    background-color: #e94271;
}
input[type="range"].filter_spice::-webkit-slider-thumb {
    background-color: #e94271;
}

input[type="range"].filter_easy::-webkit-slider-thumb {
    background-color: #ffde00;
}
input[type="range"].filter_easy::-moz-range-thumb {
    background-color: #ffde00;
}

input[type="range"].filter_cooktime::-webkit-slider-thumb {
    background-color: #ffde00;
}
input[type="range"].filter_cooktime::-moz-range-thumb {
    background-color: #ffde00;
}

.range {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.range .message {
    text-align: center;
    display: block;
    font-size: 16px;
    font-family: "Arpad";
}
.range > label {
    font-family: "Arpad";
    font-size: 30px;
    color: #ffde00;
    width: 100%;
    text-align: center;
}
.range > label + div {
    width: 90%;
}
.sauce > label,
.sauce .message {
    color: #fab313;
}
.filter_sauce::-webkit-slider-thumb {
    background-color: #fab313;
    background-image: url(/wp-content/uploads/2021/10/sauce.svg);
}
.filter_sauce::-moz-range-thumb {
    background-color: #fab313;
    background-image: url(/wp-content/uploads/2021/10/sauce.svg);
}
.spice > label,
.spice .message {
    color: #e94271;
}
.filter_spice::-webkit-slider-thumb {
    background-color: #e94271;
    background-image: url(/wp-content/uploads/2021/10/spice.svg);
}
.filter_spice::-moz-range-thumb {
    background-color: #e94271;
    background-image: url(/wp-content/uploads/2021/10/spice.svg);
}
.filter_easy::-webkit-slider-thumb {
    background-image: url(/wp-content/uploads/2021/10/timer.svg);
}
.filter_easy::-moz-range-thumb {
    background-image: url(/wp-content/uploads/2021/10/timer.svg);
}
.filter_cooktime::-webkit-slider-thumb {
    background-image: url(/wp-content/uploads/2021/10/timer.svg);
}
.filter_cooktime::-moz-range-thumb {
    background-image: url(/wp-content/uploads/2021/10/timer.svg);
}
.difficulty .message {
    color: #ffde00;
}
.cook-with .stroke {
    color: inherit !important;
    text-shadow: none;
}
.latest-recipes .slick-slider .slick-prev,
.latest-recipes .slick-slider .slick-next {
    font-size: 0;
    font-family: "lmicons_v2" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 10;
}
.latest-recipes .slick-slider .slick-prev:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\e907";
    font-size: 30px;
    color: #141b1c;
}
.latest-recipes .slick-slider .slick-next:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\e906";
    font-size: 30px;
    color: #141b1c;
}
.latest-recipes .slick-slider .slick-prev {
    left: -60px;
}
.latest-recipes .slick-slider .slick-next {
    right: -60px;
}
.latest-recipes .slick-slider .recipe-block {
    padding: 0 20px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.latest-recipes .slick-slider .recipe-block .call-to-action {
    width: calc(100% - 40px);
    text-align: left;
    padding: 40 px;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    display: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: solid 1px black;
    border-top: none;
    /*border:3px solid #141B1C;*/
}
@media only screen and (max-width: 768px) {
    .latest-recipes .slick-slider .recipe-block .call-to-action {
        margin: 0 !important;
        position: absolute !important;
        min-height: 10px !important;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .latest-recipes
        .slick-slider
        .recipe-block
        .call-to-action
        .recipe-name
        h4 {
        max-width: 226px;
    }

    .latest-recipes .slick-slider .recipe-block .call-to-action .row {
        min-height: 155px;
    }

    .latest-recipes .slick-slider .recipe-block {
        padding: 0 !important;
        margin: 7px;
    }

    .recipe-block {
        max-width: 95% !important;
    }
}

.latest-recipes .slick-slider .recipe-block:hover .call-to-action {
    display: block !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.latest-recipes .slick-slider .recipe-block img {
    overflow: hidden;
    border-radius: 42px;
}
.recipe-filter-container .elementor-widget-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recipe-filter-container .elementor-widget-container .recipe {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 42px;
    display: flex;
    /*         margin-bottom: 30px; */
}
.recipe-filter-container .elementor-widget-container .recipe:nth-child(odd) {
    padding: 10px;
}
.recipe-filter-container .elementor-widget-container .recipe:nth-child(even) {
    padding: 10px;
}
.recipe .recipe-block {
    margin: 0 auto;
    overflow: hidden;
    border-radius: 42px;
    position: relative;
    cursor: pointer;
    transition: all 0.6s ease-in-out 0s;
}
.recipe .recipe-block:hover .call-to-action {
    display: block !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: solid 1px black;
    border-top: none;
}
.recipe .recipe-block .call-to-action {
    position: absolute;
    bottom: 0;
    background-color: #f58282;
    width: 100%;
    text-align: left;
    padding: 40px;
    cursor: pointer;
    display: none;
    border: solid 1px black;
    border-top: none;
    /*border:3px solid #141B1C;*/
}
.recipe .recipe-block .call-to-action .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.recipe .recipe-block .call-to-action .recipe-name {
    width: 100%;
    max-width: 65%;
}
.recipe .recipe-block .call-to-action .recipe-name h4 {
    font-size: 26px;
    color: #141b1c;
    margin: 0;
    font-family: "Arpad";
    line-height: 1;
}
.recipe .recipe-block .call-to-action .recipe-link {
    width: 100%;
    max-width: 35%;
}
.recipe .recipe-block .call-to-action .recipe-link a {
    display: inline-block;
    line-height: 1;
    background-color: #141b1c;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #f58282;
    fill: #f58282;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 24px;
    border-radius: 20px;
    font-family: "Apercu", sans-serif;

    font-weight: 700;

    font-size: 20px;
    padding: 22px 10px;
}

.filter_sauce::-webkit-slider-thumb::after {
    position: absolute;
    font-family: "lmicons";
    content: "\e910";
    width: 20px;
    height: 20px;
}
.checklist {
    list-style: none;
    padding: 0;
}

.checklist li {
    position: relative;
    padding-left: 56px;
    margin-bottom: 12px;
}
.checklist li:before {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 3px solid #000;
    content: "";
}
.checklist li:hover {
    cursor: pointer;
}
.checklist li.title_true {
    padding-left: 0;
    font-size: 22px;
    cursor: default;
}
.checklist li.title_true:before {
    content: none;
}

.listchecked:before {
    background-color: #000 !important;
}

.instructions {
    counter-reset: circle-counter;
    list-style: none;
}
.instructions li {
    counter-increment: circle-counter;
    position: relative;
    padding-left: 75px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.instructions li:before {
    content: counter(circle-counter);
    width: 56px;
    height: 56px;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
    font-family: "Arpad", sans-serif;
    line-height: 1;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}
.product-ribbon .elementor-widget-container {
    align-items: center;
    align-content: center;
    justify-content: center;
    min-height: 150px;
    display: flex;
}
.product-ribbon .elementor-widget {
    width: auto;
    max-width: auto;
    z-index: 1;
}
.product-ribbon .elementor-widget-heading {
    margin: 0px 80px 0 0;
}
.product-ribbon .elementor-widget-heading h2 {
    font-family: "Arpad", Sans-serif;
    font-size: 65px;
    font-weight: 700;
}
.product-ribbon .elementor-widget-button .elementor-button {
    font-family: "Apercu", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    fill: #141b1c;
    color: #141b1c;
    background-color: #ffde00;
    border-radius: 22px;
    padding: 17px 43px;
}
.product-ribbon .elementor-widget-image {
    margin-left: 50px;
}
.product-ribbon .elementor-widget-image img {
    max-height: 370px;
    width: auto;
}
.product-ribbon:after {
    content: "";
    height: 150px;
    width: 100%;
    background-color: #141b1c;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}

/*ACF*/
.acf-repeater {
    color: #141b1c;
    font-family: "Apercu", Sans-serif;
    font-weight: 700;
    line-height: 1.4em;
}

/* Accordions */
.elementor-accordion-item {
    border: none !important;
    margin-bottom: 20px;
}
.elementor-accordion-item .elementor-tab-title {
    padding: 25px;
    border-radius: 17px;
    text-align: left;
}
.elementor-accordion-item .elementor-tab-title.elementor-active {
    border: 3px solid #141b1c;
    z-index: 10;
    position: relative;
    padding: 25px;
    background-color: inherit !important;
}
.elementor-accordion-item
    .elementor-tab-title.elementor-active
    + .elementor-tab-content {
    border: 3px solid #141b1c !important;
    border-radius: 17px;
    z-index: 9;
    margin-top: -17px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 47px 40px 40px 40px;
}

.accordion-yellow .elementor-tab-title .elementor-accordion-title {
    color: #ffde00 !important;
}
.accordion-yellow
    .elementor-tab-title.elementor-active
    .elementor-accordion-title {
    color: #141b1c !important;
}
.accordion-yellow .elementor-tab-title.elementor-active {
    background-color: #ffde00 !important;
}

.accordion-orange .elementor-tab-title .elementor-accordion-title {
    color: #ff9800 !important;
}
.accordion-orange
    .elementor-tab-title.elementor-active
    .elementor-accordion-title {
    color: #141b1c !important;
}
.accordion-orange .elementor-tab-title.elementor-active {
    background-color: #ff9800 !important;
}

/* Stores and Restaurants */
.store-list,
.restaurant-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.store-list.grid,
.restaurant-list.grid {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.store-list .item,
.restaurant-list .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    /*overflow: hidden;*/
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .store-list .item,
    .restaurant-list .item {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.store-list .item a img,
.restaurant-list .item a img {
    /*overflow: hidden;*/
    border-radius: 20px;
}
.store-list.carousel.slick-slider,
.restaurant-list.carousel.slick-slider {
    max-width: 90%;
    margin: 0 10%;
}
.store-list.carousel .item,
.restaurant-list.carousel .item {
    flex: none;
    max-width: none;
    display: block;
}

.store-list.carousel.slick-slider .slick-prev,
.store-list.carousel.slick-slider .slick-next,
.restaurant-list.carousel.slick-slider .slick-prev,
.restaurant-list.carousel.slick-slider .slick-next {
    font-size: 0;
    font-family: "lmicons_v2" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 10;
}

.store-list.carousel.slick-slider .slick-prev:before,
.restaurant-list.carousel.slick-slider .slick-prev:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\e907";
    font-size: 30px;
    color: #141b1c;
}

.store-list.carousel.slick-slider .slick-next:before,
.restaurant-list.carousel.slick-slider .slick-next:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\e906";
    font-size: 30px;
    color: #141b1c;
}

.store-list.carousel.slick-slider .slick-prev,
.restaurant-list.carousel.slick-slider .slick-prev {
    left: -60px;
}

.store-list.carousel.slick-slider .slick-next,
.restaurant-list.carousel.slick-slider .slick-next {
    right: -60px;
}
.store-list.carousel.slick-slider .item,
.restaurant-list.carousel.slick-slider .item {
    padding: 0 10px;
}

.store-list.carousel.slick-slider img,
.restaurant-list.carousel.slick-slider img {
    border-radius: 20px;
}

/*Testimonials*/

.testimonials-list.slick-slider {
    max-width: 385px;
    margin: 0 0 0 76px;
}

.testimonials-list.slick-slider .slick-next,
.testimonials-list.slick-slider .slick-prev {
    font-size: 0;
    font-family: "lmicons_v2" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 10;
}

.testimonials-list.slick-slider .slick-prev:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\e907";
    font-size: 30px;
    color: #141b1c;
}

.testimonials-list.slick-slider .slick-next:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\e906";
    font-size: 30px;
    color: #141b1c;
}

.testimonials-list.slick-slider .slick-prev {
    left: -60px;
}
.testimonials-list.slick-slider .slick-next {
    right: -60px;
}
.testimonials-list.slick-slider .item {
    padding: 0 10px;
    position: relative;
}
.testimonials-list.slick-slider .item:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    opacity: 0.3;
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials-list.slick-slider .item:after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    opacity: 0.3;
    font-size: 32px;
    position: absolute;
    bottom: 60px;
    right: 0;
    transform: rotate(180deg);
}

.testimonials-list blockquote {
    font-family: "Apercu", Sans-serif;
    color: #141b1c;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    border: none;
    margin: 0;
    padding: 20px 20px 20px 30px;
}
.testimonials-list blockquote p {
    line-height: 1.6;
}
.testimonials-list blockquote strong {
    font-family: "Arpad", Sans-serif;
    color: #141b1c;
    font-size: 32px;
    font-weight: 700;
}

/*Flags*/
.flag-slider {
    border: 4px solid #141b1c;
    overflow: hidden;
    background-color: #95d3e6;
    border-radius: 66px;
    padding: 27px 0;
}
.flag-slider .slick-center img {
    border: 6px solid #fff;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
}
.flag-slider a {
    display: block;
}
.flag-slider img {
    opacity: 0.6;
    transition: all 300ms ease;
    border-radius: 50%;
    margin: 6px auto;
}

/* Products */
.nav-product {
    transform: translateY(-50%);
}
.product-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-list .food_product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}

.product-list .product {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.product-list .product .product-block {
    border-radius: 42px;
    overflow: hidden;
    text-align: center;
}
.product-list .product .product-block a {
    text-align: center;
    display: block;
}
.product-list .product .product-block img {
    max-height: 401px;
}

.flip-box-inner {
    height: 370px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box .product-block {
    border-radius: 42px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    left: 0;
}
.flip-box .product-block.front {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.flip-box .product-block.back {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Arpad";
    font-weight: 700;
    color: #ffed00;
    font-size: 32px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.flip-box:hover .product-block.back {
    opacity: 1;
    z-index: 100;
}
.product-container h3 {
    color: #141b1c;
    font-family: "Arpad", Sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 1em;
}
.table-nutrition {
    color: #141b1c;
    font-family: "Apercu", Sans-serif;
    font-weight: 700;
    line-height: 1.4em;
}
.row-nutrition {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-nutrition div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.subscription-form .elementor-form {
    display: flex;
    position: relative;
}
.subscription-form .elementor-form > div {
    margin: 0 auto !important;
}
.subscription-form .elementor-form > div .elementor-column {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
}
.subscription-form .elementor-form > div .elementor-field-type-email {
    min-width: 450px;
}
.subscription-form input[type="email"] {
    border: 3px solid #141b1c !important;
    border-right: 0px !important;
}
.subscription-form .elementor-form .elementor-message-success {
    display: block;
    width: 100%;
    position: absolute;
    text-align: left;
    top: 0;
    margin-top: -30px !important;
    color: #fff;
    max-width: 660px;
    left: 50%;
    transform: translateX(-50%);
}

/*reseller*/
.reseller-form input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: transparent;
}
.reseller-form input[type="checkbox"] + label {
    position: relative;
    font-size: 24px;
}
.reseller-form input[type="checkbox"] + label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 3px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

/*retailer*/
.retailer-form .elementor-form {
    display: flex;
    position: relative;
}
/*
.retailer-form .elementor-form>div {
    margin: 0 auto !important;
}
*/

.retailer-form .elementor-form > div .elementor-column {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto;
}

.retailer-form .elementor-form > div .elementor-field-type-text {
    min-width: 420px;
}

.retailer-form input[type="text"] {
    border: 3px solid #141b1c !important;
    border-right: 0px !important;
}
.retailer-form button[type="submit"] {
    width: 100%;
    max-width: 130px;
}
.retailer-form .elementor-form .elementor-message-success {
    display: block;
    width: 100%;
    position: absolute;
    text-align: left;
    top: 0;
    margin-top: -30px !important;
    color: #fff;
    max-width: 660px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-links ul {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    justify-content: center;
}
.footer-links ul > li {
    position: relative;
    display: inline-flex;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
}
.footer-links ul > li a {
    color: #212529;
}

/*Socials*/
#sb_instagram .sb_instagram_header,
#sb_instagram #sbi_load {
    display: none !important;
}

@media (max-width: 575px) {
    .no-bg,
    .no-bg * {
        background-color: transparent !important;
    }

    [data-elementor-type="wp-page"],
    [data-elementor-type="single-post"],
    [data-elementor-type="archive"] {
        margin-top: -115px;
    }

    .tabs__home .eael-tabs-nav ul li {
        width: 50%;
        text-align: left !important;
        font-size: 24px;
        -webkit-transition: all 300ms ease;
    }

    .tabs__home .eael-tabs-nav ul li:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 20px;
        background-color: #ffde00 !important;
    }

    .tabs__home .eael-tabs-nav ul li:last-child {
        border-top-left-radius: 20px;
        border-top-right-radius: 0px;
        background-color: #141b1c !important;
    }

    .tabs__home .eael-tabs-nav ul li.active:first-child {
        z-index: 9;
    }

    .tabs__home .eael-tabs-nav ul li.inactive:last-child {
        border-top-left-radius: 0px;
        margin-left: -20px;
        z-index: 1;
    }

    .tabs__home .eael-tabs-nav ul li.inactive:first-child {
        color: #141b1c !important;
    }

    .tabs__home .eael-tabs-nav ul li.active:last-child {
        color: #ffde00 !important;
    }

    .tabs__home .eael-tabs-nav ul li.inactive:first-child:hover {
        text-shadow: -2px -2px 0 #141b1c, 2px -2px 0 #141b1c, -2px 2px 0 #141b1c,
            2px 2px 0 #141b1c;
        color: #ffde00 !important;
    }

    .tabs__home .eael-tabs-nav ul li.inactive:first-child:hover small {
        text-decoration: underline;
        color: #141b1c;
        text-shadow: none;
    }

    .tabs__home .eael-tabs-nav ul li.inactive:last-child:hover {
        text-shadow: -2px -2px 0 #ffde00, 2px -2px 0 #ffde00, -2px 2px 0 #ffde00,
            2px 2px 0 #ffde00;
        color: #141b1c !important;
    }

    .tabs__home .eael-tabs-nav ul li.inactive:last-child:hover small {
        text-decoration: underline;
        color: #ffde00;
        text-shadow: none;
    }

    /*
.tabs__home .eael-tabs-nav ul li.inactive:last-child:hover small{
    color:red;
}
*/
    .tabs__home .eael-tabs-nav ul li.inactive:last-child {
        border-top-left-radius: 0px;
        margin-left: -20px;
        z-index: 1;
    }

    .tabs__home .eael-tabs-nav ul li.inactive:first-child {
        border-top-right-radius: 0px;
        z-index: 1;
    }

    .tabs__home .eael-tabs-nav ul li.active:last-child {
        margin-left: -20px;
        z-index: 9;
    }

    .tabs__home .eael-tabs-nav ul li small {
        font-size: 18px;
        margin-top: 20px;
        font-family: "Apercu";
        display: block;
    }

    .product-list .product {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-list .product .product-block {
        border-radius: 20px;
        overflow: hidden;
        text-align: center;
    }

    .product-container h3 {
        font-size: 36px;
    }
    .product-container p {
        font-size: 18px;
    }
    .latest-recipes .slick-slider .recipe-block img {
        border-radius: 20px;
    }

    input[type="range"] {
        height: 17px !important;
        margin: 12px 0px 12px 0px !important;
    }

    .input[type="range"]::-webkit-slider-runnable-track {
        height: 20px;
        border-radius: 20px;
    }

    input[type="range"]::-webkit-slider-thumb {
        width: 36px;
        height: 36px;
        background-size: 60% !important;
    }

    input[type="range"]::-moz-range-track {
        height: 20px;
        border-radius: 10px;
    }

    input[type="range"]::-moz-range-thumb {
        width: 36px;
        height: 36px;
        background-size: 60% !important;
    }
    .range > label {
        margin-right: 12px;
        font-size: 24px;
        min-width: 85px;
    }
    .recipe-list.slick-slider, .gerecipe-list.slick-slider {
        display: block !important;
        flex-wrap: inherit !important;
    }
    .recipe-filter-container .elementor-widget-container {
        flex: none;
        max-width: none;
        position: relative;
        display: block;
    }
    .recipe-filter-container .elementor-widget-container .recipe {
        border-radius: 20px;
        margin-bottom: 20px;
        flex: none;
        max-width: none;
        position: relative;
        width: 100%;
        display: block;
        padding: 0 7px !important;
    }
    .recipe .recipe-block {
        border-radius: 20px;
        position: relative;
        cursor: pointer;
    }

    .recipe-list.slick-slider .recipe .recipe-block img, .gerecipe-list.slick-slider .recipe .recipe-block img {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .recipe-list.slick-slider .recipe .recipe-block .call-to-action, .gerecipe-list.slick-slider .recipe .recipe-block .call-to-action {
        padding: 20px;
        display: flex;
        position: relative;
        min-height: 255px;
        margin-top: -20px;
        border: solid 1px black;
        border-top: none;
    }
    .recipe-list.slick-slider .recipe .recipe-block .call-to-action .row, .gerecipe-list.slick-slider .recipe .recipe-block .call-to-action .row {
        align-items: stretch;
    }
    .recipe .recipe-block .call-to-action .recipe-name,
    .recipe .recipe-block .call-to-action .recipe-link {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-top: auto;
    }
    .recipe .recipe-block .call-to-action .recipe-name h4 {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .recipe .recipe-block .call-to-action .recipe-link a {
        font-size: 15px;
        padding: 17px;
        width: 100%;
    }
    .latest-recipes .slick-slider .recipe-block img {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .latest-recipes .slick-slider .recipe-block {
        border-radius: 20px;
        position: relative;
        cursor: pointer;
        padding: 0 7px;
    }
    .latest-recipes .slick-slider .recipe-block .call-to-action {
        padding: 20px;
        display: flex;
        position: relative;
        min-height: 255px;
        width: 100%;
        margin-top: -20px;
        border: solid 1px black;
        border-top: none;
    }
    .latest-recipes .slick-slider .recipe-block .call-to-action .row {
        align-items: stretch;
    }
    .latest-recipes .slick-slider recipe-block .call-to-action .recipe-name,
    .latest-recipes .slick-slider .recipe-block .call-to-action .recipe-link {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-top: auto;
    }
    .latest-recipes
        .slick-slider
        .recipe-block
        .call-to-action
        .recipe-name
        h4 {
        text-align: center;
        width: 100%;
        display: block;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .latest-recipes .slick-slider .recipe-block .call-to-action .recipe-link a {
        font-size: 15px;
        padding: 17px;
        width: 100%;
    }
    .checklist li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .checklist li:before {
        width: 22px;
        height: 22px;
        border: 2px solid #000;
    }
    .instructions {
        padding-left: 0;
    }
    .instructions li {
        padding-left: 50px;
        margin-bottom: 20px;
        padding-top: 5px;
        font-size: 14px;
        line-height: 1.6;
    }

    .instructions li:before {
        width: 40px;
        height: 40px;
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .flip-box .product-block.back {
        font-size: 18px;
    }
    .product-ribbon {
        background-color: #141b1c;
    }
    .product-ribbon .elementor-widget-container {
        min-height: auto;
        display: block;
    }
    .product-ribbon .elementor-widget-heading {
        margin: 0 0 0 0;
    }

    .product-ribbon .elementor-widget-heading h2 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 20px;
    }

    .product-ribbon .elementor-widget-button {
        text-align: center;
    }
    .product-ribbon .elementor-widget-button .elementor-button {
        padding: 17px 43px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .product-ribbon .elementor-widget-image {
        margin-left: 0px;
    }

    .product-ribbon .elementor-widget-image img {
        max-height: 220px;
        width: auto;
    }

    .product-ribbon:after {
        content: none;
    }

    .testimonials-list.slick-slider {
        margin-left: 0;
    }
    .testimonials-list.slick-slider .slick-prev {
        left: -20px;
    }
    .testimonials-list.slick-slider .slick-next {
        right: -20px;
    }
    .testimonials-list blockquote {
        font-family: "Apercu", Sans-serif;
        color: #141b1c;
        font-size: 18px;
    }
    .testimonials-list blockquote strong {
        font-family: "Apercu", Sans-serif;
        color: #141b1c;
        font-size: 18px;
        font-weight: 700;
    }

    .flag-slider {
        border: none;
        /*overflow: hidden;*/
        background-color: transparent;
        border-radius: 0px;
        /*padding: 27px 0;*/
    }

    .flag-slider .slick-center img {
        border: 6px solid #fff;
        opacity: 1;
        margin-top: 0;
        margin-bottom: 0;
    }

    .flag-slider a {
        display: block;
    }

    .flag-slider img {
        opacity: 0.6;
        transition: all 300ms ease;
        border-radius: 50%;
        margin: 6px auto;
    }

    .store-list.carousel.slick-slider,
    .restaurant-list.carousel.slick-slider {
        max-width: 100%;
        margin: 0;
    }

    .table-nutrition {
        font-size: 14px;
    }

    .subscription-form .elementor-form > div .elementor-field-type-email {
        min-width: 250px;
    }
    .flip-box-inner {
        height: 130px;
    }

    .lm-toggle
        .ee-toggle-element__controls__item
        .ee-toggle-element__controls__icon {
        display: none;
    }
    .store-list .item,
    .restaurant-list .item {
        margin-bottom: 0;
    }
    .lm-toggle .ee-toggle-element__controls__item {
        font-size: 18px;
        padding: 20px 30px !important;
    }
    .more_posts {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        font-size: 18px;
        display: flex;
        display: none !important;
        margin: 0 auto;
    }
}

.recipe-body {
    padding: 20px !important;
}

.outter_product_ribbon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    z-index: 1;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .outter_product_ribbon {
        flex-wrap: wrap;
    }
}

.outter_product_ribbon .left,
.outter_product_ribbon .mid,
.outter_product_ribbon .right {
    width: 100%;
}

.outter_product_ribbon .left {
    max-width: 56%;
    padding: 20px 30px;
}

@media only screen and (max-width: 768px) {
    .outter_product_ribbon .left {
        max-width: 100%;
        text-align: center;
    }
}

.outter_product_ribbon .left h2 {
    font-family: "Arpad", Sans-serif;
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
}

.outter_product_ribbon .mid {
    max-width: 15%;
}

.outter_product_ribbon .mid a {
    font-family: "Apercu", Sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #141b1c;
    border-radius: 22px;
    padding: 17px 10px;
    display: block;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .outter_product_ribbon .mid {
        max-width: 50%;
        padding: 0 15px;
    }

    .outter_product_ribbon .mid a {
        font-size: 20px;
        line-height: 26px;
    }
}

.outter_product_ribbon .right {
    max-width: 25%;
}

@media only screen and (max-width: 768px) {
    .outter_product_ribbon .right {
        max-width: 50%;
    }
}

.outter_product_ribbon .right .img {
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: -100px 0;
}

@media only screen and (max-width: 768px) {
    .outter_product_ribbon .right .img {
        margin: 0;
        min-height: 200px;
    }
}

/* Home Banner SLider */
.outter_home_banner_slide_de {
    position: relative;
}

.outter_home_banner_slide_de .slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 1;
    background: rgba(255,255,255, 0.4);
    color: black;
    font-size: 30px;
    line-height: 1em;
    padding: 30px;
}

.outter_home_banner_slide_de .slick-prev {
    left: 15px;
}

.outter_home_banner_slide_de .slick-next {
    right: 15px;
}

.outter_home_banner_slide_de .inner .content {
    padding-left: 90px;
    padding-right: 90px;
}

.outter_home_banner_slide .inner, .outter_home_banner_slide_de .inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    /* min-height: 80vh;
    max-height: 80vh;
    overflow: hidden;
    position: relative; */
}

@media only screen and (min-width: 768px) {
    .outter_home_banner_slide .inner, .outter_home_banner_slide_de .inner {
        min-height: 80vh;
        max-height: 80vh;
        overflow: hidden;
        position: relative;
        position: relative;
    }
}

/* .outter_home_banner_slide .inner .right {
    width: 100%;
    max-width: 100%;
} */

.outter_home_banner_slide .inner .bannerlink, .outter_home_banner_slide_de .inner .bannerlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* @media only screen and (max-width: 768px) {
    .outter_home_banner_slide .inner {
        min-height: 400px;
    }
} */

.outter_home_banner_slide .inner .content, .outter_home_banner_slide_de .inner .content {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    max-width: 100%;
    
}

@media only screen and (min-width: 768px) {
    .outter_home_banner_slide .inner .content, .outter_home_banner_slide_de .inner .content {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .outter_home_banner_slide .inner .content, .outter_home_banner_slide_de .inner .content {
        flex-wrap: wrap;
    }

    .outter_home_banner_slide .inner .reversecol, .outter_home_banner_slide_de .inner .reversecol {
        flex-flow: column-reverse;
    }
}

.outter_home_banner_slide .inner .content .txt, .outter_home_banner_slide_de .inner .content .txt {
    width: 100%;
    max-width: 100%;
    padding: 40px;
    font-family: "Arpad", Sans-serif;
    line-height: 1.1em;
    font-weight: 700;
    -webkit-text-stroke-color: black;
}

.outter_home_banner_slide .inner .content .txt strong, .outter_home_banner_slide_de .inner .content .txt strong {
    color: transparent !important;
    -webkit-text-stroke-width: 4px;
}

.outter_home_banner_slide .inner .content .txt .videotxt, .outter_home_banner_slide_de .inner .content .txt .videotxt {
    -webkit-text-stroke-color: #ffde00;
    color: transparent !important;
    -webkit-text-stroke-width: 4px;
}

.outter_home_banner_slide .videoinner video, .outter_home_banner_slide_de .videoinner video {
    object-fit: cover;
    min-height: 80vh;
    max-height: 80vh;
}

.outter_home_banner_slide .videoinner .content .txt, .outter_home_banner_slide_de .videoinner .content .txt {
    max-width: 52%;
}

@media only screen and (max-width: 1024px) {
    .outter_home_banner_slide .videoinner .content .txt, .outter_home_banner_slide_de .videoinner .content .txt {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .outter_home_banner_slide .inner .content .txt, .outter_home_banner_slide_de .inner .content .txt {
        text-align: center !important;
        padding: 15px 15px 5px 15px;
        margin-top: 130px;
        min-height: 260px;
    }

    .outter_home_banner_slide .videoinner .content, .outter_home_banner_slide_de .videoinner .content {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .outter_home_banner_slide .inner .content .txt, .outter_home_banner_slide_de .inner .content .txt {
        font-size: 46px !important;
        line-height: 60px;
    }

    /* .elementor video {
        width: 750px;
        max-width: 800px;
    } */
}

.outter_home_banner_slide .inner .content .txt .slidebtn, .outter_home_banner_slide_de .inner .content .txt .slidebtn {
    display: flex;
    width: 100%;
    max-width: 230px;
    background-color: #000;
    padding: 10px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .outter_home_banner_slide .inner .content .txt .slidebtn, .outter_home_banner_slide_de .inner .content .txt .slidebtn {
        margin: 20px auto auto auto;
    }
}

.outter_home_banner_slide .inner .content .right, .outter_home_banner_slide_de .inner .content .right {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 768px) {
    .outter_home_banner_slide .inner .content .right, .outter_home_banner_slide_de .inner .content .right {
        min-height: 330px;
    }
}

/* .outter_home_banner_slide .inner .content .txt p {
    margin-bottom: 0;
    color: #FFDE00;
    font-family: "Arpad", Sans-serif;
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
} */

.recipeimagecust {
    min-height: 350px;
    border-radius: 42px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 1px black;
}

.recipe-block {
    width: 100%;
    max-width: 100%;
}

.recipe-list, .gerecipe-list {
    width: 100%;
    max-width: 100%;
}

.recipe-list .slick-prev {
    color: white;
}
.recipe-list .slick-next {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
}

.filters_outer {
    width: 100%;
}

@media (min-width: 785px) {
    .filters_outer {
        display: flex;
        justify-content: space-between;
    }

    .filters_outer .filter_column {
        width: 33%;
    }
}

.recipe_cooking_methods {
    text-align: center;
}

.recipe_cooking_methods .instructions {
    display: flex;
}

.recipe_cooking_methods .instructions .type,
.recipe_cooking_methods .instructions .time {
    width: 50%;
    color: black;
    font-family: "Apercu";
    font-weight: 700;
}

.recipe_cooking_methods .instructions i {
    font-size: 100px;
    display: block;
}

.recipe_cooking_methods .instructions .time .time_p {
    margin: -50px 0 0 0;
    font-size: 32px;
    font-weight: 400;
}

@media (min-width: 576px) {
    .recipe_cooking_methods {
        display: flex;
        justify-content: space-between;
    }

    .recipe_cooking_methods .instructions {
        width: 50%;
    }
}

.out_share {
    max-width: 170px;
    border-radius: 20px;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Global Product Site layout */
.productlayoutglobal {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .productlayoutglobal {
        flex-wrap: wrap;
    }
}

.productlayoutglobal .inner {
    width: 100%;
    max-width: 100%;
    padding: 20px 10px 10px 20px;
    position: relative;
    transition: ease-in-out 0.5s;
}

.productlayoutglobal .inner:hover {
    padding-bottom: 0;
}

.productlayoutglobal .inner:hover .border {
    padding: 0;
}

.productlayoutglobal .inner:hover .border .content {
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .productlayoutglobal .inner {
        max-width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .productlayoutglobal .inner {
        max-width: 100%;
    }
}

.productlayoutglobal .inner .border {
    border: solid 4px #e94271;
    border-radius: 25px;
    padding: 10px;
    transition: ease-in-out 0.5s;
}

.productlayoutglobal .inner .border .content {
    background-color: #e94271;
    margin: -25px 0 0 -25px;
    border-radius: 20px;
    padding: 10px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out 0.5s;
}

.productlayoutglobal .inner .border .content h2 {
    margin: 0;
    color: #141b1c;
    font-size: 40px;
}

.productlayoutglobal .inner .storelink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.outter_related_recipe {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.outter_related_recipe .slick-list .slick-track {
    min-width: 100%;
}

.outter_related_recipe .slick-arrow {
    background-color: transparent !important;
    width: 100% !important;
    max-width: 5% !important;
    font-size: 34px !important;
    line-height: 40px !important;
    padding: 20px 10px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

@media only screen and (max-width: 768px) {
    .outter_related_recipe .slick-arrow {
        background-color: transparent;
        max-width: 10%;
    }
}

.outter_related_recipe .slick-list {
    width: 100%;
    max-width: 90%;
}

@media only screen and (max-width: 768px) {
    .outter_related_recipe .slick-list {
        background-color: transparent;
        max-width: 80%;
    }
}

.outter_related_recipe .inner {
    width: 100%;
    max-width: 48%;
    margin: 10px;
    min-height: 350px;
    display: flex !important;
    align-items: flex-end;
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 1px #000;
}

@media only screen and (max-width: 768px) {
    .outter_related_recipe .inner {
        max-width: 100%;
    }
}

.outter_related_recipe .inner .recipeinfo {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    min-height: 150px;
    padding: 20px 15px;
    align-items: center;
    opacity: 0;
    transition: ease-in-out 0.3s;
}

@media only screen and (max-width: 1024px) {
    .outter_related_recipe .inner .recipeinfo {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .outter_related_recipe .inner .recipeinfo {
        opacity: 1;
    }
}

.outter_related_recipe .inner:hover .recipeinfo {
    opacity: 1;
}

.outter_related_recipe .inner .recipeinfo .left {
    width: 100%;
    max-width: 65%;
}

@media only screen and (max-width: 1024px) {
    .outter_related_recipe .inner .recipeinfo .left {
        max-width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
}

.outter_related_recipe .inner .recipeinfo .left h4 {
    font-size: 24px;
    color: #141b1c;
    margin: 0;
    font-family: "Arpad";
    line-height: 30px;
}

.outter_related_recipe .inner .recipeinfo .right {
    width: 100%;
    max-width: 35%;
    padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
    .outter_related_recipe .inner .recipeinfo .right {
        max-width: 100%;
    }
}

.outter_related_recipe .inner .recipeinfo .right a {
    display: block;
    background-color: #141b1c;
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
    color: #f58282;
    text-align: center;
    transition: all 0.3s;
    border-radius: 20px;
    font-family: "Apercu", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding: 22px 10px;
}

.flip-box .product-block.back {
    background-size: cover !important;
    background-position: center !important;
}

.outer_claims {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.outer_claims .icon {
    min-height: 160px;
    width: 100%;
    max-width: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px;
}

@media only screen and (max-width: 768px) {
    .outer_claims .icon {
        min-height: 101px;
        max-width: 101px;
        margin: 10px;
    }
}

.out_assets_bank {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.out_assets_bank .inner {
    margin: 10px;
    min-height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .out_assets_bank .inner {
        max-width: 23%;
    }
}

.out_assets_bank .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.out_where_to_find {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.out_where_to_find .inner {
    margin: 10px;
    width: 100%;
    max-width: 28%;
}

.out_where_to_find .inner a img {
    border-radius: 20px;
}

/* Germany Filter */
.ger_recipes_filter {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
}

.ger_recipes_filter .time, .ger_recipes_filter .productrecipe {
    width: 100%;
    max-width: 100%;
}

.ger_recipes_filter .time .head, .ger_recipes_filter .productrecipe .head {
    color: #fff;
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-family: "Arpad", Sans-serif;
}

.ger_recipes_filter select {
    background: #FFDE00;
    color: #141b1c;
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    outline: none;
    border: none;
    font-family: "Apercu",sans-serif;
}

.noresultbox {
    display: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #FFF;
    padding: 20px 20px 40px 20px;
}

.newloadmore2022 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 40px;
}

.newloadmore2022 .recipe_page_btn {
    /* 
    font-size: 24px !important;
    font-weight: 700;
    fill: #141b1c;
    color: #141b1c;
    background-color: #ffde00 !important;
    border-radius: 17px !important;
    padding: 18px 80px 18px 45px !important;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important; */
    font-family: "Apercu", Sans-serif;
    cursor: pointer;
    background-color: #ffde00;
    font-size: 24px;
    line-height: 1.2em;
    display: block;
    width: 100%;
    max-width: 180px;
    padding: 20px 35px;
    border-radius: 17px 17px 0 0;
    margin: auto;
    position: relative;
    color: #000;
    text-align: left;
    font-weight: bold;
}

.newloadmore2022 .recipe_page_btn:before {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    height: 36px;
    width: 36px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 36px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .ger_recipes_filter {
        flex-wrap: wrap;
    }
}