/* Font Family Start */


@font-face {
    font-family: "messengerregular";
    src: url("../fonts/messenger-regular-webfont.eot");
    src:
        url("../fonts/messenger-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/messenger-regular-webfont.woff2") format("woff2"),
        url("../fonts/messenger-regular-webfont.woff") format("woff"),
        url("../fonts/messenger-regular-webfont.ttf") format("truetype"),
        url("../fonts/messenger-regular-webfont.svg#messengerregular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "messengertexture";
    src: url("../fonts/messenger-texture-webfont.eot");
    src:
        url("../fonts/messenger-texture-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/messenger-texture-webfont.woff2") format("woff2"),
        url("../fonts/messenger-texture-webfont.woff") format("woff"),
        url("../fonts/messenger-texture-webfont.ttf") format("truetype"),
        url("../fonts/messenger-texture-webfont.svg#messengertexture") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Base Fonts */
@font-face {
    font-family: "Brown";
    src: url("../fonts/brown-regular-webfont.eot");
    src:
        url("../fonts/brown-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/brown-regular-webfont.woff2") format("woff2"),
        url("../fonts/brown-regular-webfont.woff") format("woff"),
        url("../fonts/brown-regular-webfont.ttf") format("truetype"),
        url("../fonts/brown-regular-webfont.svg#brownregular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Brown";
    src: url("../fonts/brown-bold-webfont.eot");
    src:
        url("../fonts/brown-bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/brown-bold-webfont.woff2") format("woff2"),
        url("../fonts/brown-bold-webfont.woff") format("woff"),
        url("../fonts/brown-bold-webfont.ttf") format("truetype"),
        url("../fonts/brown-bold-webfont.svg#brownbold") format("svg");
    font-weight: 700;
    font-style: normal;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--placeholder) var(--gray-fourth);
}

::selection {
    background: var(--primary-light);
    color: var(--primary);
    text-shadow: 1px 1px 2px var(--white);
}

.primary-color {
    color: var(--primary-dark);
}


/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--gray-fourth);
}

*::-webkit-scrollbar-track:hover {
    background-color: var(--gray-fourth);
}

*::-webkit-scrollbar-track:active {
    background-color: var(--gray-fourth);
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--placeholder);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--placeholder);
}

*::-webkit-scrollbar-thumb:active {
    background-color: var(--placeholder);
}

:root {
    /* Colors */

    --body-bg: #fdfcfa;
    --footer-bg: #fffcf8;
    --base-color: #262626;
    --primary: #E60900;
    --primary-light: #fff8ed;

    --blue: #0083D6;
    --purple: #8C4898;
    --orange: #EC7725;
    --orange-bright: #ff9e1b;
    --green: #27AE60;
    --pink: #E44885;
    --dark-pink: #ff006b;
    --light-blue: #0077ba;
    --light-blue-2: #0083D6;
    --tint-blue: #00c2ff;
    --dark-blue: #5c67b2;
    --black: #000000;
    --white: #ffffff;

    /* Banner Colors */
    --banner-orange: #ffbf66;
    --banner-pink: #ffbeda;
    --banner-pinkdark: #d93465;
    --light-pink: #f9e6ee;
    --banner-yellow: #ffe177;
    --banner-light-green: #c6ffc3;
    --banner-light-red: #ffc4bb;
    --banner-green: #cde882;
    --placeholder: #bdbdbd;
    /* Ribbon */
    --r-green: #34d1bf;
    --r-blue: #498fea;
    --r-orange: #ffbf66;
    --r-pink: #ff9de4;

    /* Gray Colors */
    --gray-first: #aaaaaa;
    --gray-nav: #424242;
    --gray-second: #fcfaf4;
    --gray-third: #fafafa;
    --gray-fourth: #e0e0e0;
    --gray-text: #767676;
    --gray-100: #f5f5f5;

    /* Typography */
    --base-fonts: "Brown";
    --title-texture: "messengertexture";
    --title-common: "messengerregular";
    --base-text: 14px;

    --text-12: 12px;
    --text-14: 14px;
    --text-18: 18px;
    --text-20: 16px;
    --text-24: 24px;
    --text-28: 28px;
    --text-32: 32px;
    --text-36: 36px;
    --text-48: 48px;

    /* Space */
    --space-10: 10px;
    --space-15: 15px;
    --space-20: 20px;
    --space-25: 25px;
    --space-50: 50px;
}

/*--------------General CSS---------*/

body {
    margin: 0;
    padding: 0;
    color: var(--base-color);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
    font-size: var(--base-text);
    font-family: var(--base-fonts);
    font-weight: 400;
    width: 100%;
    background-color: var(--body-bg);
}

img {
    border: 0 none;
    max-width: 100%;

    image-rendering: crisp-edges;
    /* Chrome, Firefox */
    image-rendering: pixelated;
    /* Most browsers */
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Safari (sometimes works) */

    /* Optional: Disable interpolation in older IE */
    -ms-interpolation-mode: nearest-neighbor;
}

a {
    outline: none;
    cursor: pointer;
    color: var(--primary);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--primary-dark);
    text-decoration: none;
}

a,
button,
.btn {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/* Buttons */
.btn-common {
    border-radius: 0px;
    outline: none;
    font-size: var(--text-20);
    color: var(--white);
    padding: 5px 25px 9px;
    font-weight: 700;
    border: 1px solid transparent;
}

.btn-common:hover,
.btn-common:focus {
    text-decoration: underline;
    outline: none;
    box-shadow: none;
    color: var(--white);
    border-color: transparent;
}

.btn-orange {
    background-color: var(--orange);
    border-color: var(--orange);
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: color-mix(in srgb, var(--orange) 75%, transparent);
}

.btn-red {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white !important;
}

.btn-wishlist.btn-red:hover,
.btn-wishlist.btn-red:focus {
    background-color: var(--white);
    border-color: var(--primary);
    color: var(--primary) !important;
}

.btn-wishlist.wishlist-not-added .not-added {
    display: block;
}

.btn-wishlist.wishlist-not-added .added {
    display: none;
}

.btn-wishlist.wishlist-added .not-added {
    display: none;
}

.btn-wishlist.wishlist-added .added {
    display: block;
}

.btn-red:hover,
.btn-red:focus {
    background-color: var(--primary);
}

.btn-blue {
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: color-mix(in srgb, var(--blue) 75%, transparent);
}

.btn-light-blue-2 {
    background-color: var(--light-blue-2);
    border-color: var(--light-blue-2);
}

.btn-light-blue-2:hover,
.btn-light-blue-2:focus {
    background-color: color-mix(in srgb, var(--light-blue-2) 75%, transparent);
}

.btn-green {
    background-color: var(--green);
    border-color: var(--green);
}

.btn-green:hover,
.btn-green:focus {
    background-color: color-mix(in srgb, var(--green) 75%, transparent);
}

.btn-purple {
    background-color: var(--purple);
    border-color: var(--purple);
}

.btn-purple:hover,
.btn-purple:focus {
    background-color: color-mix(in srgb, var(--purple) 75%, transparent);
}

.btn-purple-border,
.btn-purple-border:hover,
.btn-purple-border:focus {
    background-color: transparent;
    border-color: var(--purple);
    color: var(--purple);
}

.btn-orange-border,
.btn-orange-border:hover,
.btn-orange-border:focus {
    background-color: transparent;
    border-color: var(--orange);
    color: var(--orange);
}

.btn-blue-border,
.btn-blue-border:hover,
.btn-blue-border:focus {
    background-color: transparent;
    border-color: var(--blue);
    color: var(--blue);
}

.btn-light-blue-border,
.btn-light-blue-border:hover,
.btn-light-blue-border:focus {
    background-color: transparent;
    border-color: var(--light-blue);
    color: var(--light-blue);
}

.btn-green-border,
.btn-green-border:hover,
.btn-green-border:focus {
    background-color: transparent;
    border-color: var(--green);
    color: var(--green);
}

.btn-tint-border,
.btn-tint-border:hover,
.btn-tint-border:focus {
    background-color: transparent;
    border-color: var(--tint-blue);
    color: var(--tint-blue);
}

.btn-dark-blue-border,
.btn-dark-blue-border:hover,
.btn-dark-blue-border:focus {
    background-color: transparent;
    border-color: var(--dark-blue);
    color: var(--dark-blue);
}

.btn-red-border-bottom,
.btn-red-border-bottom:hover,
.btn-red-border-bottom:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
}

.btn-common-sm {
    border-radius: 0px;
    outline: none;
    font-size: var(--base-text);
    padding: 2px 20px 4px;
    font-weight: 700;
    border: 1px solid;
}

.btn-common-md {
    border-radius: 0px;
    outline: none;
    font-size: var(--base-text);
    padding: 5px 20px 9px;
    font-weight: 700;
    border: 1px solid;
}

.btn-red-border,
.btn-red-border:hover,
.btn-red-border:focus {
    background-color: var(--white);
    border-color: var(--primary);
    color: var(--primary);
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*=====================================	PLACE HOLDER CSSS START HERE 		====================================*/
.form-control::-moz-placeholder {
    color: var(--gray-first);
    opacity: 1;
    font-weight: 400;
}

.form-control::placeholder {
    color: var(--gray-first);
    opacity: 1;
    font-weight: 400;
}

.form-control:-ms-input-placeholder {
    color: var(--gray-first);
    opacity: 1;
    font-weight: 400;
}

input.form-control,
textarea.form-control,
select.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--gray-first);
    border-radius: 0px;
    box-shadow: none;
    height: 44px;
    color: var(--base-color);
    padding: 5px 16px;
    font-weight: 400;
    font-size: var(--text-20);
}

.form-label {
    font-size: var(--text-14);
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
    box-shadow: none;
    border-bottom-color: var(--black);
    background-color: transparent;
}

textarea.form-control {
    height: auto;
    overflow: auto;
    white-space: normal;
    resize: none;
    border-radius: 0px;
}

.form-group {
    margin-bottom: 30px;
}

/* media print */
@media print {
    .no-print {
        display: none;
    }

    main {
        margin-top: 0px !important;
    }

    .recipes-img-block img {
        max-height: 200px !important;
    }

    .wishlist-left {
        position: relative !important;
    }
}

/* Header Start */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    background-color: var(--body-bg);
}

header .navbar-brand {
    margin-right: var(--space-50);
    min-width: 80px;
}

header .navbar-brand img {
    max-width: 60px;
}

header .navbar {
    padding: 6px 0;
}

.nav-menu-block {
    display: flex;
    gap: 10px;
}

header .navbar .navbar-nav .nav-link {
    font-size: var(--text-20);
    color: var(--primary);
    font-weight: 700;
}

.navbar-nav .nav-link.active {
    text-decoration: underline !important;
}

.top-nav-bg {
    background-color: var(--primary-light);
}

.top-nav {
    padding: var(--space-20) 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 70px;
    justify-content: end;
}

.top-nav .top-nav-link {
    font-size: var(--base-text);
    color: var(--gray-nav);
    font-weight: 700;
}

.top-nav .top-nav-link.active {
    text-decoration: underline;
}

.top-nav .top-nav-link:hover,
.top-nav .top-nav-link:focus {
    color: var(--black);
}

header .navbar .navbar-nav .nav-dropdown-lg {
    position: fixed;
    left: 0;
    top: 145px;
    padding: 0px 15px 35px;
    width: 100%;
    background-color: var(--body-bg);
    border: none;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
}

header .navbar .navbar-nav {
    gap: 50px;
}

.sub-nav-space {
    padding: 0 0 0 138px;
}

.sub-nav-main {
    max-width: 1240px;
    width: 100%;

    display: grid;
    grid-template-columns: repeat(6, minmax(150px, 1fr));

    gap: 16px;
    justify-content: center;
}

.sub-nav-main .sub-nav-link {
    color: var(--base-color);
    font-size: var(--base-text);
}

.sub-nav-main .sub-nav-link:hover,
.sub-nav-main .sub-nav-link:focus {
    color: var(--primary);
}

header .navbar .navbar-nav .nav-link.dropdown-toggle {
    margin-left: -5px;
}

header .navbar .navbar-nav .nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

header .navbar .navbar-nav .nav-lg .nav-link::after {
    border: none;
    background-image: url(../images/arrow.svg);
    width: 12px;
    height: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 0;
}

.header-right {
    display: flex;
    gap: 50px;
    align-items: center;
}

.header-search-form {
    position: relative;
    min-width: 400px;
}

.header-search-form .form-control {
    border: 1px solid var(--gray-first);
    border-radius: 8px;
    height: 40px;
    font-size: var(--text-20);
    padding-left: 48px;
}

.header-search-form .form-control:focus,
.header-search-form .form-control:focus-visible {
    border-color: var(--black);
}

.header-search-btn {
    position: absolute;
    left: 10px;
    top: 2px;
    border: none;
    outline: none;
    padding: 5px;
    background: none;
    box-shadow: none;
}

.right-nav .header-right-btn {
    font-size: var(--text-20);
    color: var(--primary);
    font-weight: 700;
}

.right-nav .header-right-btn.active {
    text-decoration: underline;
}

/* Home page start */

main {
    margin-top: 148px;
}

.slide-bg-light {
    background-color: var(--primary-light);
}

.slide-bg-orange {
    background-color: var(--banner-orange);
}

.slide-bg-pink {
    background-color: var(--banner-pink);
}

.slide-bg-pinkdark {
    background-color: var(--banner-pinkdark);
}

.slide-bg-yellow {
    background-color: var(--banner-yellow);
}

.slide-bg-light-green {
    background-color: var(--banner-light-green);
}

.slide-bg-light-red {
    background-color: var(--banner-light-red);
}

.slide-bg-green {
    background-color: var(--banner-green);
}

.slider-bg-contact {
    background-color: #85DDF2;
}

.slide-bg-black {
    background-color: var(--base-color);
}

.banner-container {
    display: flex;
    align-items: center;
}

.banner-left {
    width: 50%;
    padding: 20px 50px 20px 80px;
}

.banner-right {
    width: 50%;
}

.banner-box {
    max-width: 700px;
    background-color: var(--white);
    padding: 60px;
    margin: 0 0 0 auto;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.banner-box h2 {
    font-size: var(--text-48);
    font-family: var(--title-texture);
}

.banner-box h2.static-title,
.banner-box h1.static-title {
    font-size: var(--text-36);
    font-family: var(--title-texture);
    font-weight: 400;
    letter-spacing: -0.2px;
}

.banner-box p {
    font-size: var(--text-20);
    margin-bottom: var(--space-25);
}

.banner-box .btn-common {
    min-width: 300px;
}

.banner-img {
    display: block;
    margin: 0 0 0 auto;
}

.banner-box.orange h2 {
    color: var(--orange);
}

.banner-box.red h2 {
    color: var(--primary);
}

.banner-box.green h2,
.banner-box.green .static-title {
    color: var(--green);
}

.text-light-blue-2 {
    color: var(--light-blue-2) !important;
}

.banner-box.light-blue h2 {
    color: var(--light-blue);
}

.banner-box.dark-pink {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-box.dark-pink h2 {
    color: var(--dark-pink);
}

.banner-box.light-blue p a {
    color: var(--light-blue);
    font-weight: 700;
}

.shep-top-left {
    position: absolute;
    left: -60px;
    top: -70px;
    max-width: 145px;
    max-height: 150px;
}

.shep-top-right {
    position: absolute;
    right: 20px;
    top: 20px;
}

.shep-bottom-right {
    position: absolute;
    right: -60px;
    bottom: -70px;
    transform: rotate(-180deg);
}

.shep-bottom-left {
    position: absolute;
    left: -25px;
    bottom: -100px;
}

.common-section {
    padding: 60px 0;
}

.gray-bg {
    background-color: var(--primary-light);
}

.text-20 {
    font-size: var(--text-20);
}

.text-blue {
    color: var(--blue);
}

.text-purple {
    color: var(--purple);
}

.text-orange {
    color: var(--orange);
}

.text-green {
    color: var(--green);
}

.text-pink {
    color: var(--pink);
}

.text-red {
    color: var(--primary);
}

.text-light-blue {
    color: var(--light-blue);
}

.text-tint {
    color: var(--tint-blue);
}

.text-dark-blue {
    color: var(--dark-blue);
}

.text-dark-pink {
    color: var(--dark-pink);
}

.text-gray {
    color: var(--gray-text);
}

/* Discover Section */

.title-texture {
    font-size: var(--text-36);
    font-family: var(--title-texture);
    color: var(--primary);
    margin-bottom: 45px;
}

.discover-section p {
    margin-bottom: 40px;
}

.discover-section {
    box-shadow: 2px 3px 5px -1px rgb(193 193 193 / 75%);
    -webkit-box-shadow: 2px 3px 5px -1px rgb(193 193 193 / 75%);
    -moz-box-shadow: 2px 3px 5px -1px rgb(193 193 193 / 75%);
    /* margin-top: 20px; */
}

.discover-section .container {
    max-width: 1114px;
}

.discover-card {
    display: inline-block;
    margin: 30px 55px 20px;
}

.discover-card .discover-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 0 20px;
}

.discover-card h3 {
    font-size: var(--text-20);
    font-weight: 700;
    margin: 0;
}

/* Products Section */
.product-block-common {
    padding: 70px;
    position: relative;
}

.section-product-card {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}

.section-product-card p {
    font-size: var(--text-20);
    color: var(--black);
    margin-bottom: 20px;
}

.section-product-card h4 {
    font-size: var(--text-14);
    margin-bottom: 20px;
    font-weight: 400;
}

.section-product-card .title {
    margin-bottom: 20px;
}

.title {
    font-size: var(--text-28);
    font-weight: 400;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-family: var(--title-common);
    letter-spacing: -0.2px;
}

.sub-title {
    font-size: var(--text-20);
    font-weight: 700;
    margin-bottom: 10px;
}

.section-product-img {
    background-color: var(--gray-second);
    padding: var(--space-10);
    margin-bottom: var(--space-10);
}

.section-product-img .product-card-thumb {
    max-width: 320px;
}

.product-first:after {
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    background-color: var(--primary-light);
    width: 73%;
    height: calc(100% - 35px);
}

.product-first {
    padding-top: 0px;
}

.section-product-container {
    position: relative;
    z-index: 1;
}

/* Video Section */
.video-card {
    border: none;
    background-color: transparent;
    color: var(--base-color);
}

.video-card .card-title {
    font-size: var(--text-20);
    margin: 0 0 var(--space-15);
    font-weight: 700;
    color: var(--base-color);
}


.video-card e {
    font-size: var(--text-20);
    margin: 0 0 var(--space-15);
    font-weight: 700;
    color: var(--base-color);
}

.video-card .card-img-block {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.video-card .card-img-block .video-img {
    width: 100%;
}

.video-card .card-body {
    padding: var(--space-20) 0;
}

.video-card .play-btn {
    width: 64px;
    height: 64px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: auto;
}

.video-card .play-duration {
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white);
    position: absolute;
    right: 7px;
    bottom: 7px;
    padding: 0px 4px 3px;
    font-weight: 700;
    border-radius: 4px;
}

.video-card .play-btn img {
    margin-left: 6px;
}

.video-card .video-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: var(--space-10);
}

.video-card .video-card-info h4 {
    font-size: var(--base-text);
    font-weight: 400;
    margin: 0;
}

.video-card .video-card-info p {
    font-size: var(--base-text);
    font-weight: 700;
    margin: 0;
    color: var(--gray-text);
}

.card-numbers {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.video-card .video-card-info h5 {
    font-size: var(--text-20);
    font-weight: 700;
    margin: 0;
}

.video-card .card-footer {
    background-color: transparent;
    border: none;
}

.video-card .card-text {
    font-size: var(--text-20);
}

.btn-space {
    margin-top: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.product-second:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--primary-light);
    width: 65%;
    height: 100%;
}

.product-second .section-product-container {
    padding: 35px 0 0px 70px;
}

.product-card {
    background-color: var(--white);
    padding: 8px;
    border: none;
    border-radius: 0px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.product-card .card-body {
    padding: 7px 0 5px;
}

.product-card .card-category {
    font-size: var(--text-14);
    font-weight: 400;
    color: var(--primary);
    margin: 0 0 5px;
}

.product-card .card-title {
    font-size: var(--text-20);
    font-weight: 700;
    color: var(--base-color);
    margin: 0;
    /* display: block; */
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
}

.product-card .card-text {
    font-size: var(--text-14);
    font-weight: 400;
    color: var(--base-color);
    margin: 10px 0 0;
}

.product-card .card-title:hover,
.product-card .card-title:focus {
    color: var(--gray-first);
}

.product-card .card-footer {
    background-color: transparent;
    border: none;
    padding: 0;
}

.card-time {
    font-size: var(--base-text);
    font-weight: 700;
    margin: 0 0 7px;
    color: var(--gray-text);
}

.product-second .btn-space {
    margin-top: 70px;
}

.product-third:after {
    content: "";
    position: absolute;
    right: 0;
    top: 35px;
    background-color: var(--primary-light);
    width: 73%;
    height: calc(100% - 35px);
}

.product-third {
    padding-top: 0px;
}

.cooking-box {
    display: block;
    position: relative;
}

.cooking-box .post-img {
    width: 100%;
}

.cooking-box .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.cooking-box:hover .overlay {
    opacity: 1;
}

.cooking-note {
    font-weight: 700;
    margin: 25px 0 0;
}

.cooking-note a {
    color: var(--light-blue);
}

.cooking-note a:hover,
.cooking-note a:focus {
    text-decoration: underline;
}

.product-fourth:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-light);
    width: 73%;
    height: 100%;
}

.product-fourth {
    padding-top: 0px;
    padding-bottom: 0;
}

.value-section .shep-bottom-right {
    right: 20%;
    bottom: -103px;
    transform: none;
}

.product-fifth:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--primary-light);
    width: 73%;
    height: 100%;
}

.product-fifth {
    padding-top: 0px;
    padding-bottom: 0;
    padding-right: 0;
}

.product-fifth .section-product-card {
    margin: 0;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: var(--white);
    color: var(--gray-nav);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: var(--base-text);
    font-weight: 500;
    opacity: 1 !important;
}

.tooltip .tooltip-arrow {
    border-color: var(--white);
}

.tooltip>.tooltip-arrow {
    border-top-color: #337ab7;
}

.tooltip .tooltip-arrow::before {
    width: 15px !important;
    /* Change arrow width */
    height: 15px !important;
    /* Change arrow height */
}

.tooltip[data-popper-placement^="bottom"]>.tooltip-arrow::before {
    border-bottom-color: var(--white) !important;
}

.tooltip[data-popper-placement^="top"]>.tooltip-arrow::before {
    border-top-color: var(--white) !important;
}

.tooltip[data-popper-placement^="right"]>.tooltip-arrow::before {
    border-right-color: var(--white) !important;
}

.tooltip[data-popper-placement^="left"]>.tooltip-arrow::before {
    border-left-color: var(--white) !important;
}

.info-icon-block {
    display: flex;
    gap: 9px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    min-height: 24px;
}

.info-icon-block .info-icon {
    display: block;
    padding: 0 3px 0 0;
}

.info-icon-block .info-icon img {
    vertical-align: text-top;
    max-height: 24px;
    width: 24px;
    height: 24px;
}

.info-icon-block .info-icon .info-lebal {
    font-size: var(--text-20);
    margin-left: 6px;
    line-height: 20px;
    vertical-align: text-top;
}

/* Footer */
.footer-top {
    background-color: var(--footer-bg);
    padding: 36px 70px;
}

.footer-top-space {
    min-height: 64px;
    background-color: var(--primary-light);
    position: relative;
    margin-bottom: 4px;
}

.footer-top-space .shep-top-right {
    top: 25px;
    right: 25px;
}

.footer-nav {
    margin-bottom: 50px;
}

.footer-nav:last-child {
    margin-bottom: 0px;
}

.footer-nav li {
    margin-bottom: 20px;
}

.footer-nav li:last-child {
    margin-bottom: 0;
}

.footer-nav li a.nav-link {
    color: var(--base-color);
    display: inline-block;
}

.footer-nav li a.nav-link:hover,
.footer-nav li a.nav-link:focus {
    color: var(--black);
    text-decoration: underline;
}

.nav-link-bold {
    font-weight: 700;
}

.footer-nav .footer-titel {
    font-size: var(--base-text);
    margin: 0;
    font-weight: 700;
}

.footer-middle {
    padding: 12px 0;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.footer-bottom {
    padding: 55px 0;
    background-color: var(--footer-bg);
}

.footer-bottom p {
    margin-bottom: 0;
    font-weight: 700;
}

.bottom-nav {
    display: flex;
    gap: 24px;
    justify-content: end;
}

.bottom-nav .nav-link:hover,
.bottom-nav .nav-link:focus {
    text-decoration: underline;
}

.bottom-nav li {
    margin-bottom: 0;
}

/* Inner Pages Start */
.inner-section {
    padding: 40px 0 120px;
}

.breadcrumb {
    margin-bottom: 35px;
}

.breadcrumb-item {
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb-item.breadcrumb-back a {
    color: var(--primary);
    margin-right: 10px;
}

.breadcrumb-item.breadcrumb-back a:before {
    content: "";
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 6px;
    height: 12px;
    float: none;
    margin-right: 10px;
    display: inline-block;
    transform: rotate(180deg);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background-image: url(../images/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 6px;
    height: 12px;
    float: none;
    margin-right: 10px;
    display: inline-block;
}

.breadcrumb-item a {
    color: var(--base-color);
}

.breadcrumb-item.active {
    color: var(--primary);
}

.page-titel {
    font-size: var(--text-32);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 60px;
    font-family: var(--title-common);
    letter-spacing: -0.2px;
}

.category-titel {
    gap: 15px;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.category-titel {
    font-size: var(--text-20);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 15px;
}

.filter-accordion .accordion-button:focus {
    box-shadow: none;
}

.filter-accordion .accordion-button {
    padding: 9px 0px;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: var(--text-20);
    font-weight: 400;
}

.filter-accordion .accordion-item {
    background-color: transparent;
    border: none;
    outline: none;
}

.filter-accordion .accordion-button::after {
    display: none;
}

.filter-accordion .accordion-button:not(.collapsed) {
    text-decoration: underline;
    color: var(--primary);
    box-shadow: none;
}

.sub-category li {
    margin-bottom: 25px;
}

.sub-category li:last-child {
    margin-bottom: 0;
}

.sub-category li a {
    font-size: var(--text-20);
    color: var(--base-color);
}

.sub-category li a.active {
    color: var(--primary);
    text-decoration: underline;
}

.sub-category li a:hover,
.sub-category li a:focus {
    text-decoration: underline;
}

.listing-left {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.listing-top {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.filter-dropdown {
    min-width: 250px;
    max-width: 250px;
}

.filter-dropdown .dropdown-toggle {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-size: var(--text-20);
    color: var(--primary);
    font-weight: 700;
    display: block;
}

.filter-dropdown .dropdown-toggle img {
    margin-right: 4px;
}

.filter-dropdown .dropdown-toggle::after {
    display: none;
}

.filter-dropdown .form-check {
    margin-bottom: 18px;
}

.filter-form-block {
    margin-bottom: 18px;
    position: relative;
}

.filter-form-block::after {
    content: "";
    height: 1px;
    background-color: var(--placeholder);
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 72%;
}

.filter-form-block:last-child {
    margin-bottom: 0;
}

.filter-form-block:last-child::after {
    display: none;
}

.filter-dropdown .dropdown-menu {
    padding: 10px 4px;
    border: none;
    border-radius: 0px;
    background-color: var(--body-bg);
    width: 250px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.form-check-input[type="checkbox"] {
    border: 2px solid var(--placeholder);
}

.form-check-input:checked[type="checkbox"] {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    /* background-image: url(../images/check.svg);
    background-size: 10px auto;
    background-position: center center; */
}

.form-check-input:focus {
    box-shadow: none;
}

.sort-dropdown .dropdown-toggle {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-size: var(--text-20);
    color: var(--primary);
    font-weight: 700;
    display: block;
}

.sort-dropdown .dropdown-toggle::after {
    border: none;
    background-image: url(../images/arrow.svg);
    width: 12px;
    height: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 0;
}

.sort-label {
    color: var(--base-color);
    font-weight: 400;
    display: inline-block;
    font-size: var(--text-20);
}

.sort-dropdown .dropdown-menu {
    padding: 10px 4px;
    border: none;
    border-radius: 0px;
    background-color: var(--body-bg);
    width: 275px;
}

.listing-right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.sort-dropdown .dropdown-item {
    padding: 8px 4px;
    font-size: var(--text-20);
    color: var(--base-color);
}

.sort-dropdown .dropdown-item.active,
.sort-dropdown .dropdown-item.active:hover,
.sort-dropdown .dropdown-item.active:focus,
.dropdown-item:active {
    background-color: var(--primary-light) !important;
    font-weight: 700;
}

.sort-dropdown .dropdown-item:hover,
.sort-dropdown .dropdown-item:focus {
    background-color: var(--primary-light) !important;
}

.result-total {
    font-size: var(--text-20);
    font-weight: 700;
    margin: 20px 0 0;
    color: var(--gray-text);
}

.filter-clear-block {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin: 20px 0 0;
}

.filter-tag {
    display: flex;
    background-color: var(--gray-third);
    padding: 1px 15px 3px;
    border-radius: 16px;
    font-weight: 700;
    display: flex;
    gap: 10px;
}

.detail-tag {
    display: flex;
    background-color: var(--light-pink);
    padding: 1px 15px 3px;
    border-radius: 16px;
    font-weight: 700;
    display: flex;
    gap: 10px;
}

.clear-filter {
    font-weight: 700;
}

.common-top-block {
    margin-bottom: 60px;
}

.product-card .card-img-top {
    background-color: var(--gray-second);
    text-align: center;
    border-radius: 0px;
    /* min-height: 132px;
    display: flex !important;
    align-items: center;
    justify-content: center; */
}

.product-card .card-img-top img {
    border-radius: 0px;
}

.product-card-img {
    max-height: 132px;
}

.sticky-left {
    position: sticky;
    left: 0;
    top: 210px;
    max-height: 70vh;
    overflow: auto;
}

.pagination-block {
    margin-top: 120px;
}

.pagination {
    gap: 10px;
}

.pagination .page-link {
    font-size: var(--text-24);
    font-weight: 700;
    color: var(--base-color);
    background-color: transparent;
    border: none;
    outline: none;
}

.pagination .page-link:focus,
.pagination .page-link:focus-within,
.pagination .page-link:focus-visible {
    outline: none;
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    color: var(--primary);
}

.pagination .page-link.page-prev img {
    transform: rotate(180deg);
}

.pagination .page-item.disabled .page-link img {
    filter: brightness(10%);
}

/* Product Details */
.slider-thumb .slick-slide.slick-current .slide-img-thumb {
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.25);
}

.slider-thumb .slick-slide {
    margin: 0 5px 10px;
}

.slider-preview-main {
    margin-bottom: 30px;
}

.slider-thumb .slick-track::before,
.slider-thumb .slick-track::after {
    display: none;
}

.slider-thumb .slick-track {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.product-details-right .category {
    font-size: var(--text-20);
    font-weight: 700;
    margin: 0 0 20px;
}

.product-details-right .name {
    font-size: var(--text-24);
    font-weight: 400;
    font-family: var(--title-common);
    margin: 0 0 25px;
}

.product-accordion {
    margin: 30px 0;
}

.product-accordion .accordion-button:focus {
    box-shadow: none;
}

.product-accordion .accordion-button {
    padding: 12px 20px 16px;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: var(--text-20);
    font-weight: 700;
    line-height: normal;
}

.product-accordion .accordion-item {
    background-color: transparent;
    outline: none;
}

.product-accordion .accordion-button::after {
    background-image: url(../images/arrow-down.svg);
    width: 17px;
    height: 8px;
    background-position: center center;
    background-size: 100% auto;
}

.product-accordion .accordion-button:not(.collapsed) {
    color: var(--base-color);
    box-shadow: none;
}

.product-accordion .accordion-item {
    border-bottom-color: var(--placeholder);
}

.product-accordion>.accordion-item:first-child {
    border-top: 1px solid var(--placeholder);
}

.product-accordion>.accordion-item:last-child {
    border-bottom: 1px solid var(--placeholder);
}

.detail-text p {
    font-size: var(--text-20);
    font-weight: 400;
    line-height: 28px;
}

.product-accordion .accordion-body {
    padding-top: 0;
}

.product-details-right .btn-red-border {
    background-color: transparent;
}


.product-details-right .btn-red-border:hover,
.product-details-right .btn-red-border:focus {
    text-decoration: none;
}

.item-info p {
    font-size: var(--text-20);
    color: var(--gray-text);
    margin-bottom: 0;
}

.item-info {
    margin-top: 25px;
}

.details-share {
    margin-top: 25px;
}

.email-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: var(--text-20);
    color: var(--light-blue);
    font-weight: 700;
    margin-right: 20px;
}

.email-link img {
    display: inline-block;
    margin-top: 3px;
}

.email-link:last-child {
    margin-right: 0;
}

.share-block {
    display: flex;
    justify-content: end;
    gap: 18px;
}

.block-space-75 {
    margin-bottom: 75px;
}

.step-block {
    width: 100%;
    max-width: 515px;
}

.title-sm {
    font-size: var(--text-20);
    font-weight: 700;
    margin: 0 0 25px;
}

.steps li {
    margin-bottom: 25px;
}

.steps p {
    margin-bottom: 10px;
    color: var(--gray-text);
}

.steps h4 {
    margin-bottom: 0;
    font-size: var(--text-20);
    font-weight: 400;
    line-height: 28px;
}

.product-details-video .video-card .play-btn,
.rcp-video-card .video-card .play-btn {
    width: 104px;
    height: 104px;
}

.similar-products .slick-slide,
.recipes-products .slick-slide {
    margin: 0 23px;
}

.slider .card-footer {
    margin: 7px 0 0px;
}

.card-body.equal-height::after {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
}

.slider-space {
    padding: 0 45px;
}

.slider-space .slick-arrow {
    position: absolute;
    top: 40%;
    font-size: 0px;
    width: 29px;
    height: 52px;
    background-repeat: no-repeat;
    background-image: url(../images/slider-arrow.svg);
    background-position: center center;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
}

.slider-space .slick-next {
    right: -45px;
}

.slider-space .slick-prev {
    left: -45px;
    transform: rotate(180deg);
}

.slider-space .slick-list {
    padding-bottom: 10px;
    padding-top: 3px;
}

.slider-space .slick-track {
    margin-left: 0;
}

/* Recipes */

.banner-btn-block h3 {
    font-size: var(--text-20);
    font-weight: 400;
    margin: 0 0 15px;
}

.inner-banner .banner-box .btn-common {
    min-width: inherit;
}

.page-header {
    position: relative;
}

.page-header .shep-bottom-right {
    bottom: auto;
    top: -20px;
    right: -20px;
    transform: rotate(-65deg);
}

.recipes-filter-row {
    margin-top: 25px;
}

.recipes-filter-cell {
    margin-bottom: 30px;
}

.recipes-filter-cell:last-child {
    margin-bottom: 0;
}

.recipes-link {
    font-size: var(--text-20);
    color: var(--base-color);
}

.recipes-link:hover,
.recipes-link:focus {
    text-decoration: underline;
}

.recipes-link.primary-color {
    color: var(--primary);
}

.product-details-right .filter-tag {
    margin-top: 25px;
}

.product-details-right .btn-red-border {
    margin-top: 25px;
}


.product-details-right .btn-red {
    margin-top: 25px;
}


.recipes-disc {
    margin-top: 25px;
}

.recipes-disc p {
    font-size: var(--text-20);
    line-height: 28px;
}

.recipes-disc p:last-child {
    margin-bottom: 0;
}

.rcp-video-card {
    position: relative;
    margin-top: 40px;
}

.rcp-video-card .shep-bottom-right {
    right: -142px;
    bottom: -70px;
    transform: rotate(290deg);
}

.rcp-video-card .video-card .play-duration {
    bottom: 20px;
    right: 20px;
}

.ingredients-row li {
    margin-bottom: 25px;
}

.ingredients-row li p:last-child {
    margin-bottom: 0;
}

/* Wish List */

.wish-list-box {
    border: 1px solid var(--gray-fourth);
    padding: 16px;
}

.wish-list-box p:last-child {
    margin-bottom: 0;
}

.wishlist-left {
    width: 100%;
    max-width: 368px;
    position: sticky;
    left: 0;
    top: 220px;
}

.wishlist-right .product-card .card-title {
    line-height: 24px;
    min-height: 72px;
}

.number-input {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 170px;
}

.number-input button {
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: var(--base-color);
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-24);
}

.number-input button:hover {
    background-color: transparent;
}

.number-input input {
    height: 32px;
    text-align: center;
    font-size: var(--text-24);
    font-weight: 700;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    background-color: transparent;
    width: 110px;
}

.list-action {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.remove-list {
    padding: 5px;
    display: inline-block;
    min-width: 30px;
}

.wishlist-block {
    margin-top: 40px;
}

/* Video Modal */
.modal-header {
    padding: 20px 40px 15px;
}

.btn-close {
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    padding: 0;
    opacity: 1;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
}

.btn-close:focus {
    box-shadow: none;
}

.modal-body {
    padding: 30px 40px 30px;
}

.modal-title {
    font-size: var(--text-24);
    font-family: var(--title-common);
}

.video-card-lg .video-card-info h4,
.video-card-lg .video-card-info p {
    font-size: var(--text-20);
}

.video-card-lg .play-btn {
    width: 120px;
    height: 120px;
}

.close-modal {
    font-size: var(--text-20);
    font-weight: 700;
}

.video-modal .ingredients-block {
    padding: 15px;
    background-color: var(--primary-light);
    height: calc(100vh - 92px);
    overflow: auto;
}

.video-modal .ingredients-row li:last-child {
    margin-bottom: 0;
}

.video-modal .card-footer .btn-common {
    min-width: 300px;
}

.ribbon::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 65px 0 0;
    border-color: #000000 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.ribbon::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 65px 65px;
    border-color: transparent transparent #000000 transparent;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ribbon.green::before {
    border-top-color: var(--r-green);
}

.ribbon.green::after {
    border-bottom-color: var(--r-green);
}

.ribbon.blue::before {
    border-top-color: var(--r-blue);
}

.ribbon.blue::after {
    border-bottom-color: var(--r-blue);
}

.ribbon.orange::before {
    border-top-color: var(--r-orange);
}

.ribbon.orange::after {
    border-bottom-color: var(--r-orange);
}

.ribbon.pink::before {
    border-top-color: var(--r-pink);
}

.ribbon.pink::after {
    border-bottom-color: var(--r-pink);
}

.stories-slider .slick-list {
    margin: 0 -25px;
}

.stories-slider .slick-slide {
    padding: 0 25px;
}

.together-section {
    background-color: var(--banner-yellow);
}

.together-section h2 {
    font-size: var(--text-48);
    font-family: var(--title-texture);
    color: var(--dark-pink);
    margin: 10px 0;
}

/* Search Result*/
.search-result-block {
    margin-bottom: 120px;
}

.search-result-block .btn-red-border-bottom {
    margin-top: 100px;
}

.search-result .search-count {
    font-size: var(--text-20);
    font-weight: 400;
    color: var(--primary);
    margin: 0 0 40px;
}

.search-result-block .page-titel {
    margin: 0 0 40px;
}

/* Contact Us */
.location-block h3 {
    font-size: var(--text-20);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--orange);
    margin: 15px 0 0;
    font-family: var(--title-common);
}

.location-block p {
    font-size: var(--text-20);
    margin: 20px auto 0;
    line-height: 28px;
    max-width: 350px;
    width: 100%;
    color: var(--black);
    white-space: pre-line;
}

.email-note {
    font-size: var(--text-20);
    margin: 0;
    line-height: 28px;
    color: var(--black);
}

.contact-form {
    padding: 0 88px;
    margin: 0;
}

.contact-img img {
    width: 100%;
}

.contact-form .btn-common {
    min-width: 300px;
}

/* Giving Back */
.giving-back-banner .title {
    margin: 15px 0 20px;
}

.giving-back-section {
    position: relative;
}

.gb-left {
    margin: 40px 0;
    background-color: var(--gray-second);
    padding: 60px 30px;
}

.gb-right {
    padding: 0;
}

.gb-right img {
    width: 100%;
}

.giving-back-section::after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--orange-bright);
    content: "";
}

.giving-back-section .container {
    position: relative;
    z-index: 1;
}

.giving-disc {
    background-color: var(--body-bg);
}

.giving-back-section .section-product-card {
    margin: 0;
    max-width: 540px;
}

.giving-back-section .giving-disc {
    margin-bottom: 60px;
}

.giving-back-section .giving-disc:last-child {
    margin-bottom: 0;
}

.giving-back-section .section-product-card p:last-child {
    margin-bottom: 0;
}

.community-section {
    background-color: var(--gray-second);
}

.community-card {
    width: 100%;
}

.community-img img {
    width: 100%;
}

.community-card-body {
    padding: 25px 0;
}

.community-card-body h3 {
    font-size: var(--text-20);
    font-weight: 700;
    margin: 0 0 25px;
}

.community-card-body p {
    font-size: var(--text-20);
    font-weight: 0;
}

.community-card-body p:last-child {
    margin-bottom: 0;
}

.business-card p {
    font-size: var(--text-20);
    margin: 0 0 40px;
}

.business-card .title {
    margin: 0 0 30px;
}

.business-card {
    margin-bottom: 120px;
}

.business-card:last-child {
    margin-bottom: 60px;
}

.business-card .btn-common {
    min-width: 300px;
}

.business-disc {
    max-width: 670px;
    width: 100%;
}

.mission-block {
    position: relative;
    margin-bottom: 115px;
}

.mission-banner-sub-title {
    font-size: var(--text-24);

    font-family: var(--title-common);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    color: var(--pink) !important;
}

.mission-box {
    background-color: var(--gray-second);
    min-height: 100%;
    padding: 30px 30px 60px;
    max-width: 500px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.mission-box p {
    font-size: var(--text-20);
    line-height: 28px;
}

.mission-box p:last-child {
    margin-bottom: 0;
}

.missin-block-img img {
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.25);
}

/* Deep Restaurants */
.restaurants-banner .banner-box {
    max-width: 740px;
}

.restaurants-banner .banner-box .btn-common {
    min-width: 300px;
}

.order-online-section .section-product-card {
    max-width: 480px;
    margin-left: 0;
}

.order-online-section .btn-common,
.menu-section .btn-common {
    min-width: 300px;
}


.order-img-block img {
    width: 100%;
}

.product-sixth:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-light);
    width: 73%;
    height: 100%;
}

.product-sixth {
    padding: 0;
}

.product-seventh:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--primary-light);
    width: 90%;
    height: 100%;
}

.product-seventh {
    padding: 0;
}

/* .catering-section .container {
    margin-left: 0;
}
.location-section .container {
    margin-right: 0;
} */
.location-section .product-img {
    text-align: right;
}

.btn-right {
    text-align: right;
}

.menu-desktop img {
    width: 100%;
}

.menu-mobile {
    display: none;
}

.mobile-visible {
    display: none;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
}

.slick-dots button {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 0px;
    padding: 0;
}

.slick-dots .slick-active button {
    background-color: var(--primary);
}

.video-slider .slick-list {
    margin: 0 -30px;
}

.video-slider .video-card {
    padding: 0 30px;
}

.plus-icon {
    display: none;
}

.footer-visible-mobile {
    display: none;
}

.container {
    max-width: 1352px;
}

.slide-preview {
    text-align: center;
}

.recipes-img-block {
    text-align: center;
}

.footer-logo {}

.footer-logo img {
    max-width: 80px;
}

.modal {
    z-index: 99999 !important;
}

/* Share Modal */
.share-modal .modal-dialog {
    max-width: 640px;
}

.share-block-modal {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.share-block-modal .share-btn {
    display: block;
    text-align: center;
}

.share-block-modal .share-btn span {
    display: block;
    color: var(--base-color);
    font-size: var(--text-20);
}

.modal-share-img {
    display: block;
    min-height: 65px;
}

.copy-form {
    display: flex;
    margin-top: 30px;
}

.copy-form .btn-common {
    min-width: 100px;
    font-weight: 400;
}

.copy-form .form-control {
    height: 40px;
    border: 1px solid var(--gray-first);
    border-radius: 8px 0 0 8px;
}


.regular.slider .slick-dots {

    margin-top: -40px;
}

/* Responsive Start */
@media (max-width: 1374.99px) {

    html,
    body {
        width: 100%;
        /* overflow-x: hidden; */
    }

    .header-search-form {
        min-width: inherit;
    }

    header .navbar .navbar-nav {
        gap: 25px;
    }

    .top-nav {
        gap: 35px;
    }

    .header-right {
        gap: 20px;
    }

    .hide-sidebar {
        opacity: 0;
        transform: translateY(20px);
        /* Smooth slide effect */
    }

    .container,
    .discover-section .container {
        max-width: inherit;
        width: 96%;
        margin: 0 2%;
    }

    .together-section h2 {
        font-size: var(--text-36);
    }

    .contact-form {
        padding: 0 50px;
    }
}

@media (max-width: 1199.99px) {
    .filter-tag {
        background-color: var(--primary-light);
    }

    .banner-box h2 {
        font-size: var(--text-36);
    }

    .banner-box p {
        font-size: var(--text-18);
    }

    .banner-box {
        padding: 60px 30px;
    }

    header .navbar-brand {
        margin-right: 0;
    }

    header .navbar .navbar-nav .nav-link {
        font-size: var(--base-text);
        color: var(--base-color);
        font-family: var(--title-common);
        font-weight: 400;
    }

    header .navbar .navbar-nav .nav-lg .nav-link::after {
        position: absolute;
        right: 0;
        top: 20px;
        filter: brightness(5%);
    }

    .right-nav .header-right-btn {
        font-size: var(--base-text);
    }

    .right-nav .header-right-btn span {
        display: none;
    }

    .header-search-form {
        max-width: 240px;
    }

    .top-nav-bg {
        display: none;
    }

    .header-search-form {
        position: absolute;
        padding: 0 15px;
        left: 0;
        right: 0;
        bottom: 20px;
        margin: 0 auto;
        max-width: 800px;
    }

    header .navbar {
        padding-bottom: 76px;
        padding-top: 10px;
    }

    .header-search-btn {
        left: 21px;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        outline: none;
        box-shadow: none;
        background-color: transparent;
    }

    .navbar-toggler-menu {
        border: none;
        padding: 0;
        outline: none;
        box-shadow: none;
        background-color: transparent;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 20px 20px;
    }

    header .navbar .navbar-nav {
        gap: 10px;
        margin: 0px 48px;
        max-width: 200px;
    }

    header .navbar .navbar-nav .nav-dropdown-lg {
        position: relative;
        top: 0;
        padding: 0;
        box-shadow: none;
    }

    .sub-nav-space {
        padding: 0;
    }

    .sub-nav-main {
        display: block;
    }

    header .navbar .navbar-nav .nav-dropdown-lg .container {
        padding: 0;
    }

    .sub-nav-main .sub-nav-link {
        font-size: var(--text-14);
    }

    .sub-nav-item {
        margin: 10px 0;
    }

    .mobile-visible {
        display: block;
    }

    .nav-menu-block {
        display: block;
        position: relative;
    }

    header .navbar .navbar-nav .nav-link.dropdown-toggle {
        margin-left: 0px;
        position: absolute;
        right: 0;
        top: 0px;
        padding-left: 10px;
        min-width: 30px;
        text-align: right;
    }

    .dropdown.nav-lg {
        position: static;
    }

    header .navbar .navbar-nav .nav-lg .nav-link::after {
        position: static;
    }

    .navbar-toggler.nav-overlay::after {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 2;
        transition: all 0.3s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .navbar-toggler::after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: transparent;
        z-index: 2;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
    }

    .navbar-collapse {
        position: fixed;
        left: -338px;
        top: 0;
        width: 338px;
        max-width: 338px;
        height: 100%;
        background-color: var(--body-bg);
        z-index: 2;
        padding: 26px 0;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        min-height: 100%;
        padding-bottom: 75px;
        background-image: url(../images/shep-red-mobile.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 70px auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse.show {
        position: fixed;
        left: 0;
        top: 0;
        width: 338px;
        max-width: 338px;
        height: 100%;
        background-color: var(--body-bg);
        z-index: 2;
        padding: 26px 0;
        opacity: 1;
        min-height: 100%;
        transition: all 0.5s ease-in-out;
        overflow: auto;
    }

    .navbar-collapse.collapsing {
        height: 100%;
        overflow: hidden;
        transition: none;
        transform: none;
    }

    .wishlist-btn {
        border-bottom: 1px solid var(--gray-fourth);
        border-top: 1px solid var(--gray-fourth);
        padding: 25px 48px;
        font-size: var(--base-text);
        color: var(--base-color);
        font-family: var(--title-common);
        display: block;
        margin: 15px 0;
    }

    .mobile-nav {
        margin-left: 48px;
    }

    .mobile-nav a {
        display: block;
        padding: 9px 0;
        font-size: var(--text-14);
        color: var(--base-color);
    }

    main {
        margin-top: 177px;
    }

    .discover-card {
        margin: 30px 35px 20px;
    }

    .mobile-filter {
        position: fixed;
        left: -338px;
        top: 0;
        width: 338px;
        max-width: 338px;
        height: 100%;
        background-color: var(--body-bg);
        z-index: 99999;
        padding: 26px 0;
        opacity: 0;
        min-height: 100%;
        transition: all 0.5s ease-in-out;
        overflow: auto;
        background-image: url(../images/shep-red-mobile.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 70px auto;
    }

    .show-mobile-filter {
        left: 0;
        opacity: 1;
    }

    .sticky-left {
        position: static;
        max-height: inherit;
    }

    .category-titel {
        cursor: pointer;
        font-size: var(--text-14);
        border: 1px solid var(--black);
        font-weight: 700;
        padding: 7px 10px;
        background-image: url(../images/arrow-right.svg);
        background-repeat: no-repeat;
        background-position: 98% 50%;
        gap: 5px;
        text-decoration: none;
        max-width: 400px;
    }

    .category-titel img {
        max-width: 18px;
    }

    .page-titel {
        font-size: var(--text-20);
        margin-bottom: 20px;
    }

    .breadcrumb {
        margin-bottom: 20px;
        font-size: var(--text-12);
    }

    .filter-overlay::after {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 101;
        transition: all 0.3s ease-in-out;
        opacity: 1;
        visibility: visible;
    }

    .category-titel-sm {
        font-size: var(--text-20);
        font-weight: 700;
        color: var(--primary);
        margin: 0 20px 15px 48px;
    }

    .mobile-filter .filter-accordion {
        padding: 0 20px 0 48px;
    }

    .filter-back-btn {
        border: none;
        padding: 0;
        outline: none;
        box-shadow: none;
        background-color: transparent;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filter-back-btn-second {
        border: none;
        padding: 0;
        outline: none;
        box-shadow: none;
        background-color: transparent;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filter-back-btn img,
    .filter-back-btn-second img {
        transform: rotate(180deg);
    }

    .filter-top {
        padding: 0 20px 15px;
        display: flex;
        border-bottom: 1px solid var(--gray-first);
        margin-bottom: 20px;
        gap: 20px;
        align-items: center;
    }

    .sub-category li {
        margin-bottom: 20px;
    }

    .filter-dropdown .dropdown-menu {
        position: fixed !important;
        inset: inherit !important;
        left: -338px !important;
        top: 0 !important;
        width: 338px;
        max-width: 338px;
        height: 100%;
        background-color: var(--body-bg);
        z-index: 99999;
        padding: 26px 0;
        opacity: 0;
        min-height: 100%;
        transition: all 0.5s ease-in-out;
        overflow: auto;
        background-image: url(../images/shep-red-mobile.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 70px auto;
        transform: none !important;
        display: block !important;
        visibility: hidden;
    }

    .filter-dropdown .dropdown-menu.show {
        left: 0 !important;
        opacity: 1;
        visibility: visible;
    }

    .item-info {
        text-align: right;
    }

    .filter-dropdown .dropdown-toggle.show:before {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 101;
        transition: all 0.3s ease-in-out;
        opacity: 1;
    }

    .mobile-filter-second {
        padding: 0 48px;
    }

    .mobile-hideen {
        display: none;
    }

    .sort-dropdown .dropdown-toggle::after {
        display: none;
    }

    .slider-space {
        padding: 0;
    }

    .similar-products .slick-slide,
    .recipes-products .slick-slide {
        margin: 0 12px;
    }

    .filter-titel {
        margin: 0;
        font-size: var(--text-20);
    }

    .page-header .shep-bottom-right {
        display: none;
    }

    .recipes-banner .shep-top-left {
        left: -45px;
        top: -24px;
    }

    .recipes-banner .shep-top-left img {
        max-height: 93px;
    }

    .banner-btn-block h3 {
        font-size: var(--text-12);
    }

    .recipes-banner .btn-common {
        font-size: var(--text-14);
    }

    .recipes-filter-row {
        margin-left: 48px;
        margin-right: 10px;
    }
}

@media (max-width: 1080.99px) {
    .banner-box h2 {
        font-size: var(--text-24);
    }

    .banner-box p {
        font-size: var(--base-text);
    }

    .shep-top-left img,
    .shep-bottom-right img {
        max-height: 90px;
    }

    .title {
        font-size: var(--text-20);
    }

    .sub-title {
        font-size: var(--base-text);
    }

    .section-product-card p,
    .video-card .card-title,
    .section-product-card p {
        font-size: var(--base-text);
    }

    .footer-top {
        padding: 26px 35px;
    }

    .product-second .section-product-container {
        padding-left: 37px;
    }

    .product-block-common {
        padding: 35px;
    }

    .value-section .shep-bottom-right {
        bottom: -56px;
    }

    .together-section h2 {
        font-size: var(--text-32);
    }

    .product-card .card-title {
        font-size: var(--text-18);
    }

    .contact-form {
        padding: 0 30px;
    }

    img.banner-img {
        width: 100%;
    }
}

@media (max-width: 991.99px) {
    .detail-text p {
        line-height: 22px;
    }

    .product-details-right .btn-red-border {
        margin-top: 0;
    }

    .sort-dropdown .dropdown-item {
        font-size: var(--text-14);
    }

    .category-titel-sm {
        font-size: var(--text-14);
    }

    .filter-dropdown .dropdown-toggle img {
        max-width: 18px;
    }

    .filter-dropdown .dropdown-toggle {
        font-size: var(--text-14);
    }

    .filter-titel {
        margin: 0;
        font-size: var(--text-14);
        font-weight: 700;
    }

    .filter-accordion .accordion-button {
        font-size: var(--text-14);
        font-weight: 400;
        margin: 8px 0;
    }

    .sub-category li a {
        font-size: var(--text-14);
        font-weight: 400;
    }

    body {
        font-size: var(--text-14);
    }

    .mobile-filter-second .form-check-label {
        font-size: var(--text-14);
    }

    .sort-dropdown .dropdown-toggle .sort-btn {
        color: var(--base-color);
        font-weight: 400;
        font-size: var(--text-14);
    }

    .product-block-common {
        padding: 0;
    }

    .banner-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .banner-left,
    .banner-right {
        width: 100%;
    }

    .banner-left {
        margin-top: -22%;
        padding: 20px 25px;
        position: relative;
    }

    .video-banner .banner-left {
        margin-top: -9%;
    }

    .banner-box {
        margin: 0 auto;
    }

    .discover-card {
        margin: 30px 20px 20px;
    }

    .banner-img-mobile {
        max-height: 300px;
    }

    .shep-top-left {
        top: auto;
        bottom: 36px;
        left: 0;
        z-index: 1;
    }

    .banner-box {
        padding: 25px 30px 119px;
    }

    .inner-banner .banner-box {
        padding: 25px 30px;
        box-shadow: 6px -6px 4px rgba(0, 0, 0, 0.25);
    }

    .discover-banner .banner-box {
        padding-bottom: 119px;
    }



    .inner-banner .banner-box .btn-common {
        position: static;
        min-width: 100%;
    }

    .discover-banner .banner-box .btn-common {
        position: absolute;
        left: 30px;
        bottom: 25px;
        right: 30px;
        min-width: inherit;
    }

    .inner-banner .banner-left {
        padding-bottom: 0;
    }

    .banner-box .btn-common {
        position: absolute;
        left: 30px;
        bottom: 25px;
        right: 30px;
        min-width: inherit;
    }

    .banner-box h2 {
        font-size: var(--text-20);
    }

    .shep-bottom-right {
        display: none;
    }

    .banner-container {
        padding-bottom: 50px;
        min-height: 90vh;
        justify-content: start;
    }

    .regular.slider .slick-dots {
        bottom: 25px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .common-section {
        padding: 40px 0;
    }

    .discover-section {
        margin-top: 0;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    }

    .home-slider {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
        margin-bottom: 10px;
    }

    .title-texture {
        font-size: var(--text-20);
        margin-bottom: 25px;
    }

    .shep-top-right img {
        max-width: 72px;
    }

    .discover-section p {
        display: none;
    }

    .discover-card {
        padding: 8px 15px;
        min-width: 100px;
        background-color: var(--body-bg);
        margin: 0 15px 0 0;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
    }

    .discover-card-group {
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 15px;
    }

    .btn-common {
        font-size: var(--text-14);
        padding: 5px 15px 7px;
    }

    .product-first::after {
        display: none;
    }

    .product-first {
        padding: 0;
    }

    .product-first .product-img img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }

    .product-first .section-product-card {
        position: relative;
        z-index: 1;
        background-color: var(--body-bg);
        padding: 20px;
        max-width: 600px;
        margin: 0 auto 50px;
    }

    .section-product-card p,
    .video-card .card-title,
    .section-product-card p {
        font-size: var(--text-14);
    }

    .video-card .card-text,
    .video-card .video-card-info p {
        font-size: var(--text-14);
    }

    .video-slider .slick-list {
        margin: 0 -15px;
    }

    .video-slider .video-card {
        padding: 0 15px;
    }

    .product-second::after {
        display: none;
    }

    .product-second .product-img img {
        position: absolute;
        left: -13px;
        top: 0;
        max-width: 40%;
        height: 100%;
        object-fit: cover;
    }

    .dr-mobile-block {
        width: 100%;
    }

    .dr-mobile-block .product-card-row {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 15px;
    }

    .dr-mobile-block .product-card-row .col {
        width: 184px;
    }

    .product-second {
        margin-bottom: 60px;
    }

    .product-second .btn-common {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -60px;
        max-width: 431px;
    }

    .product-second .title {
        margin-bottom: 20px !important;
    }

    .title {
        margin-bottom: 20px;
    }

    .card-time {
        font-size: var(--text-14);
    }

    .product-card .card-title {
        font-size: var(--text-14);
        line-height: 21px;
    }

    .product-card .card-category,
    .video-card .video-card-info h4 {
        font-size: var(--text-12);
    }

    .plus-icon {
        display: block;
    }

    .product-card .btn-common-sm {
        font-size: 0px;
        width: 30px !important;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary);
        border-radius: 50%;
        padding: 0;
        border: none;
    }

    .product-card .card-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product-card .card-time {
        margin-bottom: 0;
    }

    .video-card .play-btn {
        width: 45px;
        height: 45px;
    }

    .video-card .play-btn img {
        max-width: 18px;
    }

    .product-third::after {
        display: none;
    }

    .product-third {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-third .product-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-height: 390px;
        object-fit: cover;
    }

    .product-third .section-product-card {
        position: relative;
        z-index: 1;
        background-color: var(--body-bg);
        padding: 20px;
        max-width: 600px;
        margin: 100px auto 0;
    }

    .product-third .section-product-container,
    .product-third .product-block-common {
        position: static;
    }

    .product-third .container {
        position: relative;
        padding: 0;
    }

    .product-fourth::after {
        display: none;
    }

    .product-fourth .product-img {
        text-align: center;
        margin-top: 25px;
    }

    .product-fourth {
        padding-top: 0;
        padding-bottom: 0;
    }

    .product-fourth .section-product-card {
        max-width: 600px;
    }

    .hidden-mobile {
        display: none;
    }

    .product-fifth::after {
        display: none;
    }

    .product-fifth .section-product-card {
        max-width: 600px;
        margin: 0 auto;
    }

    .product-fifth .product-img img {
        margin-top: 20px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }

    .info-icon-block {
        margin-bottom: 0;
        gap: 5px;
    }

    .info-icon-block .info-icon:nth-child(n+3) {
        display: none;
    }

    .footer-visible-mobile {
        display: block;
    }

    .footer-hidden-mobile {
        display: none;
    }

    .footer-top {
        padding: 25px 0;
        background-color: transparent;
    }

    .footer-top-space {
        height: 36px;
    }

    .footer-top-space .shep-top-right {
        top: 18px;
        right: 15px;
    }

    .footer-nav-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-nav-mobile.footer-nav li {
        width: 33%;
    }

    .footer-feedback-block {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .footer-feedback-block .btn-red-border {
        max-width: 350px;
    }

    .footer-logo {
        margin: 0 auto;
        max-width: 60px;
    }

    .footer-bottom p {
        font-size: var(--text-14);
        font-weight: 400;
        margin-bottom: 10px;
    }

    .bottom-nav {
        justify-content: end;
    }

    .footer-bottom {
        padding: 25px 0;
    }

    .footer-nav li a.nav-link,
    .footer-nav .footer-titel,
    .footer-nav p {
        font-size: var(--text-14);
    }

    .value-section {
        padding-bottom: 0;
    }

    .cooking-section {
        padding-bottom: 0;
    }

    .product-first-contaner {
        padding: 0;
    }

    .pagination .page-link {
        font-size: var(--text-18);
        padding: 0 10px;
    }

    .pagination-block {
        margin-top: 50px;
    }

    .inner-section {
        padding: 25px 0 50px;
    }

    .filter-tag {
        font-size: var(--text-12);
    }

    .filter-clear-block {
        gap: 8px;
    }

    .common-top-block {
        margin-bottom: 30px;
    }

    .result-total {
        font-size: var(--text-14);
    }

    .product-details-right .name {
        font-size: var(--text-20);
    }

    .product-slider-block,
    .recipes-img-block {
        margin-bottom: 20px;
    }

    .recipes-img-block {
        text-align: center !important;
    }

    .product-details-right .category,
    .info-icon-block .info-icon .info-lebal,
    .detail-text p,
    .item-info p,
    .email-link,
    .title-sm,
    .steps h4,
    .recipes-disc p,
    .video-card .video-card-info h5,
    .community-card-body h3,
    .community-card-body p,
    .mission-box p {
        font-size: var(--text-14);
    }

    .product-details-video .video-card .play-btn,
    .rcp-video-card .video-card .play-btn {
        width: 60px;
        height: 60px;
    }

    .steps h4 {
        line-height: 22px;
    }

    .title-sm {
        margin-bottom: 15px;
    }

    .product-accordion .accordion-button {
        padding-left: 0;
        padding-right: 0;
        font-size: var(--text-14);
    }

    .block-space-75 {
        margin-bottom: 40px;
    }

    .recipes-banner .shep-top-left {
        display: none;
    }

    .recipes-banner .banner-box .btn-common {
        position: static;
    }

    .recipes-banner .banner-box {
        padding-bottom: 25px;
    }

    .inner-banner .banner-container {
        min-height: inherit;
    }

    .rcp-video-card {
        margin-top: 25px;
    }

    .recipes-disc {
        margin-top: 15px;
    }

    .discover-row .video-card {
        margin-bottom: 15px;
    }

    .recipes-disc .discover-note {
        padding-bottom: 20px;
    }

    .together-section h2 {
        font-size: var(--text-20);
    }

    .stories-slider .slick-list {
        margin: 0 -12px;
    }

    .stories-slider .slick-slide {
        padding: 0 12px;
    }

    .modal-body {
        padding: 25px;
    }

    .modal-header {
        padding: 15px 25px 10px;
    }

    .modal-title {
        font-size: var(--text-18);
    }

    .video-modal .ingredients-block {
        margin: 25px 0 0;
        max-height: 50vh;
    }

    .close-modal {
        margin-top: 20px;
        font-size: var(--text-14);
        display: inline-block;
    }

    .video-card .video-card-info {
        flex-wrap: wrap;
    }

    .card-numbers {
        display: block;
        width: 100%;
    }

    .wishlist-left {
        max-width: 100%;
    }

    .details-share {
        margin-top: 15px;
    }

    .catering-section .section-product-card {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .catering-section .btn-common,
    .location-section .btn-common {
        max-width: 40%;
    }

    .catering-section .product-sixth {
        position: static !important;
    }

    .catering-section {
        position: relative;
    }

    .product-sixth::after {
        width: 50%;
    }

    .location-section {
        position: relative;
    }

    .location-section .product-block-common {
        position: static !important;
    }

    .location-section .product-seventh::after {
        right: auto;
        left: 0;
        width: 50%;
    }

    .location-section .section-product-card {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .location-section .product-img {
        text-align: left;
    }

    .location-section .col,
    .catering-section .col {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-section,
    .menu-section .btn-right {
        text-align: center;
    }

    .menu-section .btn-common {
        min-width: inherit;
        margin-top: 15px;
        width: 100%;
        max-width: 50%;
    }

    .giving-back-section::after {
        display: none;
    }

    .gb-left {
        background-color: transparent;
        padding: 0;
        margin: 20px 0;
    }

    .giving-back-section .section-product-card {
        max-width: 100%;
    }

    .giving-back-section .giving-disc {
        margin-bottom: 30px;
    }

    .community-card-body h3 {
        margin-bottom: 15px;
    }

    .business-disc {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .business-card .title {
        margin-bottom: 15px;
    }

    .business-card p {
        font-size: var(--text-14);
        margin-bottom: 20px;
    }

    .business-img {
        text-align: center;
    }

    .business-card {
        margin-bottom: 50px;
    }

    .mission-box {
        max-width: 100%;
        padding: 0 0 20px;
        min-height: inherit;
        background-color: transparent;
    }

    .mission-box p {
        line-height: 22px;
    }

    .mission-block .shep-bottom-right {
        display: block;
        right: 0;
    }

    .mission-block {
        margin-bottom: 60px;
    }

    .mission-block .shep-bottom-left img {
        max-height: 90px;
    }

    .mission-block .shep-bottom-left {
        left: 0;
        bottom: -55px;
    }

    .contact-form {
        padding: 0 0;
    }

    .contact-banner .shep-top-left {
        display: none;
    }

    .location-block p {
        font-size: var(--text-14);
        line-height: 22px;
        margin-top: 10px;
    }

    .email-note {
        text-align: center;
        font-size: var(--text-14);
    }

    .location-block {
        margin-bottom: 30px;
    }

    input.form-control,
    textarea.form-control,
    select.form-control {
        font-size: var(--text-14);
    }

    .contact-section {
        padding-bottom: 0;
    }

    .contact-img {
        margin-top: 30px;
    }

    .search-result .search-count {
        font-size: var(--text-14);
        margin-bottom: 20px;
    }

    .search-result-block .page-titel {
        margin-bottom: 20px;
    }

    .search-result-block .btn-red-border-bottom {
        margin-top: 50px;
    }

    .search-result-block {
        margin-bottom: 50px;
    }

    .btn-red-border-bottom img {
        max-width: 13px;
    }

    .nav-link-bold {
        font-weight: 400;
    }

    .order-img-block {
        margin-top: 25px;
    }

    .location-block p span {
        display: inline-block;
    }
}

@media (max-width: 768.99px) {
    .together-section h2 {
        margin: 40px 0;
    }

    .story-mobile-row,
    .cooking-mobile-row {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .story-mobile-row .col,
    .cooking-mobile-row .col {
        width: 250px;
        padding-bottom: 15px;
    }

    .btn-space {
        margin-top: 30px;
    }

    .section-product-img .product-card-thumb {
        max-width: 100%;
    }

    .cooking-note {
        font-size: var(--text-14);
        font-weight: 400;
        margin-top: 10px;
    }

    .product-block-common {
        padding: 0 10px;
    }

    .dynamic-regular-text {
        font-size: var(--text-14) !important;
    }

    .footer-nav-mobile.footer-nav li {
        width: 100%;
    }

    .footer-nav-mobile {
        gap: 20px;
    }

    .footer-feedback-block .btn-red-border {
        max-width: 100%;
    }

    header .navbar-brand {
        min-width: inherit;
    }

    header .navbar-brand img {
        max-width: 50px;
        height: 45px;
    }

    .header-search-form .form-control {
        height: 42px;
        background-color: var(--white);
        font-size: var(--text-14);
    }

    .header-search-btn {
        top: 2px;
    }

    main {
        margin-top: 147px;
    }

    .product-fourth {
        padding: 0;
    }

    .section-product-card p {
        margin-bottom: 10px;
    }

    .wishlist-item .product-card {
        padding: 0;
        box-shadow: none;
        background-color: transparent;
    }

    .wishlist-right .product-card .card-title {
        min-height: inherit;
    }

    .remove-list img {
        max-width: 16px;
    }

    .wishlist-block {
        border-bottom: 1px solid var(--placeholder);
        margin: 0 0 20px;
        padding: 0 0 15px;
    }

    .wishlist-left {
        margin-bottom: 30px;
    }

    .list-action {
        justify-content: space-between;
        max-width: 55%;
        margin-left: auto;
    }

    .number-input {
        min-width: inherit;
    }

    .number-input input {
        width: 56px;
    }

    .banner-box h2.static-title,
    .banner-box h1.static-title {
        font-size: var(--text-18);
    }

    .menu-section .btn-common,
    .catering-section .btn-common,
    .location-section .btn-common {
        max-width: 100%;
    }

    .menu-desktop {
        display: none;
    }

    .menu-mobile {
        display: block;
    }

    .menu-mobile img {
        width: 100%;
    }

    .business-card .btn-common,
    .contact-form .btn-common {
        min-width: inherit;
        width: 100%;
    }

    .location-block h3 {
        margin-top: 10px;
        font-size: var(--text-18);
    }

    .bottom-nav {
        justify-content: start;
    }

    .tooltip-inner {
        font-size: var(--text-14);
    }

    .wishlist-right .product-card .card-title {
        line-height: 20px;
    }

    .footer-top {
        padding-bottom: 0;
    }

    .video-banner .banner-left {
        margin-top: -11%;
    }

    .category-titel {
        max-width: 100%;
    }

    .order-online-section .btn-common {
        min-width: 100%;
    }

    .order-online-section .section-product-card {
        max-width: 100%;
    }
}

.recipe-hidden {
    display: none;
}

.product-hidden {
    display: none;
}

.else-hidden {
    display: none;
}

.text-white {
    color: var(--white) !important;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index: 9999999;
    font-size: var(--base-text) !important;
    font-family: var(--base-fonts) !important;
    position: fixed !important;
}

.ui-menu-item-wrapper {
    padding: 10px !important;

}


.ui-menu-item-wrapper:focus {
    background-color: var(--gray-100) !important;
    color: var(--black) !important;
    border: 1px solid var(--primary) !important;
}

.ui-menu-item-wrapper:sel {
    background-color: var(--gray-100) !important;
    color: var(--black) !important;
    border: 1px solid var(--primary) !important;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: var(--gray-100) !important;
    color: var(--black) !important;
    border: 1px solid var(--primary) !important;
}

.ui-menu-item-wrapper:focus-visible {
    background-color: var(--gray-100) !important;
    color: var(--black) !important;
    border: 1px solid var(--primary) !important;
}

.ui-menu-item-wrapper:hover {
    background-color: var(--gray-100) !important;
    color: var(--black) !important;
    border: 1px solid var(--primary) !important;
}

.prodspec tr.wide {
    border-bottom: 10px solid #224091;
}

.prodspec tr.medium {
    border-bottom: 5px solid #224091;
}

.prodspec tr.light {
    border-bottom: 2px solid #224091;
}

.prodspec tr.thin {
    border-bottom: 1px solid #224091;
}

.prodspec .light {
    border-bottom: 2px solid var(--first-color);
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.search-result-container {
    display: flex;
    align-items: center;
}

.search-result-container .search-result-image {
    width: 100px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-result-container .search-result-image img {
    height: 76px;
    object-fit: cover;
    border-radius: 10px;
}

.search-result-container .search-result-container-side {
    margin-left: 10px;
    flex: 1;
}

.search-result-container .search-result-title {
    font-size: 16px;
    color: var(--base-color);
    font-weight: 700;
    font-family: var(--base-fonts);
    margin-bottom: 10px;
}


.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}


.dynamic-regular-text {
    font-size: var(--text-20)
}

a:focus-visible {
    outline: 2px solid #dcdcdc !important;
}

button:focus-visible {
    outline: 2px solid #dcdcdc !important;
}