body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 0px !important;
}

:root {
    --rj-primary-color: #000;
    --rj-secondary-color: #494949;
    --rj-button-color: #ff7c08;
    --rj-border-color: #ddd;
    --rj-badge-color: #777
}

#recipe-list h6,
#recipe-list strong {
    font-weight: 700;
}

#recipe-list h5 {
    font-weight: 700;
    font-size: 18px;
}

#recipe-list h4 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0px;
    padding: 0px;
}

#recipe-list h3 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0px;
}

#recipe-list h2 {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 0px;
}

#recipe-list h1 {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0px;
}

#recipe-list #recipeDesc {
    margin-top: 16px !important;
    line-height: 1.3 !important;
    padding: 0px 12px !important;
}

#recipe-view {
    padding: 45px 0px;
}

/* a
  {
    text-decoration: none;
  } */

.recipe-design1,
.recipe-design2 {
    padding: 40px 0px 20px 0px;
}

.recipe-design1 h4,
.recipe-design2 h4,
.recipe-list-design2 h4,
.recipe-design1 .product-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.recipe-design1 #design1 .mb-lg-4 {
    margin-bottom: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.recipe-design1 .recipe-des {
    padding: 5px 15px !important;
}

.recipe-design1 p,
.recipe-design2 p {
    font-size: 14px;
}

.recipe-design1 .recipe-img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: 220px;
    object-fit: cover;
}

.recipe-design1 .recipe-box,
.recipe-design2 .recipe-box {
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
}

.recipe-design1 .recipe-box svg,
.recipe-design2 .recipe-box svg {
    width: 14px !important;
    margin-right: 4px;
}

.recipe-design1 .recipe-icon,
.recipe-design2 .recipe-icon {
    border-top: 1px solid #7777;
    padding: 8px 15px !important;
}

.recipe-design1 .recipe-icon ul,
.recipe-design2 .recipe-right ul {
    margin-bottom: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 0px;
}

.recipe-design1 .recipe-icon ul li,
.recipe-design2 .recipe-right ul li {
    display: inline-flex;
    list-style-type: none;
    align-items: center;
    color: #333;
    font-weight: 500;
    margin-bottom: 0px;
}

.recipe-design1 .recipe-icon ul li i,
.recipe-design2 .recipe-right ul li i {
    margin-right: 5px;
}

.recipe-design1 .recipe-des .desc-list,
.recipe-design2 .recipe-right .desc-list {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #677294;
}

body .recipe-design1 .recipe-des a {
    color: var(--rj-primary-color);
    text-decoration: none;
}

.recipe-design1 span.highlight {
    background-color: #b1edd9;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 14px;
    display: none;
}

.recipe-design2 .recipe-left {
    width: 40%;
}

.recipe-design2 .recipe-right {
    width: 60%;
}

.recipe-design2 .recipe-left img {
    width: 100%;
    height: 232px;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}

.recipe-design2 span.highlight {
    padding: 5px 10px;
    font-size: 14px;
    border-left: 4px solid #ff9a01;
    font-weight: 500;
    background-color: #fff0f0;
}

.recipe-design2 .recipe-right a {
    color: #ff9a01;
    text-decoration: none;
}

.recipe-design2 .recipe-right ul {
    padding-top: 10px;
    border-top: 1px solid lightgray;
}

/* .recipe-design3 {
    padding: 80px 0px;
} */

.recipe-design3 .recipe-box {
    border-radius: 20px;
    position: relative;
    transition: all 1s ease;
}

.recipe-design3 .recipe-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.recipe-design3 .recipe-text {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border-radius: 10px;
    z-index: 3;
    transition: all 1s ease;
}

.recipe-design3 .recipe-text h4 {
    color: white;
    transition: all 1s ease;
    font-weight: 700;
}

.recipe-design3 span.highlight {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 4px 10px;
    border-radius: 20px;
    background-color: #2ec76d;
    color: white;
    font-size: 14px;
    font-weight: 500;
    z-index: 3;
}

.recipe-design3 .recipe-box::before {
    content: "";
    background-color: var(--rj-primary-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 35.14%, #000000 100%);
    transition: all 1s ease;
}

.recipe-design3 .recipe-box a {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.recipe-design3 .recipe-text ul {
    display: flex;
    transition: all 1s ease;
    padding-left: 0px;
    margin-bottom: 0px;
}

.recipe-design3 .recipe-text ul li {
    color: white;
    list-style-type: none;
    margin-right: 15px;
}

.recipe-design3 .recipe-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.sold-out-btn {
    border: 1px solid #ffa7a7 !important;
    color: #630000 !important;
    background-color: #ffecec !important;
}

@media (max-width: 575px) {

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

    .recipe-design2 .recipe-box {
        flex-wrap: wrap;
    }

    .recipe-design2 .recipe-left img {
        border-radius: 10px 10px 10px 10px;
    }
}

.recipe-detail-img img {
    width: 90%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.badge.tag-info {
    font-weight: 400;
    padding: 6px 8px;
    color: var(--rj-primary-color);
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 6px !important;
}

.error-title {
    font-size: 3rem;
}

.error-icon {
    font-size: 5rem !important;
}


.recipe-detail-right h2 {
    color: #010000;
    font-size: 40px;
}

.recipe-detail-right p {
    color: #677294;
    font-size: 14px;
}

.recipe-cooking {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid lightgray;
}

.recipe-cooking li {
    list-style-type: none;
    padding: 8px 16px;
    display: inline-flex;
    color: #010000;
    background-color: #fffaf3;
    border-left: 4px solid #ffe5c3;
    font-size: 14px;
}

.recipe-cooking li span {
    font-weight: bold;
    margin-left: 5px;
}

.recipe-extra {
    padding-left: 0px;
    margin-top: 30px;
}

.recipe-extra li {
    display: inline-block;
    list-style-type: none;
    width: auto;
    border-right: 1px solid lightgray;
    padding: 0px 15px;
    text-align: center;
    font-size: 14px;
}

.recipe-extra li span {
    font-weight: bold;
    margin-bottom: 10px;
}

.recipe-extra li p {
    margin-bottom: 0px;
}

.recipe-extra li:last-child {
    border-right: 0px;
}

.detail-box {
    background-color: #fffaf3;
    padding: 25px;
    border-radius: 10px;
}

.detail-box h3 {
    color: #010000;
    font-weight: 600;
}

.detail-box ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.detail-box ul li {
    padding: 5px 0px;
    font-size: 14px;
}

.detail-box p {
    padding: 5px 0px;
    font-size: 14px;
}

.boder-me {
    border-right: 1px solid lightgray;
}

.video-box video {
    object-fit: cover;
}

.recipe-desc {
    margin-top: 24px;
    text-align: left;
}

/* nutrition */


.nutritional-details .nutri-left ul {
    padding-left: 0px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(239 239 239) 0px 0px 0px 1px inset;
}

.nutritional-details .nutri-left ul li {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3e3;
    flex-direction: column;
}

.nutritional-details .nutri-left ul li h5 {
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 14px;
    border-bottom: 0px !important;
}

.nutritional-details .nutri-left ul li span {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #e9e9e9;
    font-weight: 600;
}

.nutritional-details .nutri-left ul li:last-child {
    border-bottom: 0px;
}

.nutri-right .top-hed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 14px;
    border-bottom: 1px solid var(--rj-border-color) !important;
}


.nutri-right ul {
    padding-left: 0px;
    list-style-type: none;
    margin-top: 2px;
}

.nutri-right ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px 4px 12px;
    border-radius: 0px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0px;
    font-size: 14px;
}

.nutri-right ul li p {
    max-width: 80%;
    margin-bottom: 0px;
}

.nutri-right ul li span {
    font-size: 14px;
    font-weight: 600;
}


@media (max-width: 992px) {
    .boder-me {
        border-right: 0px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 20px;
    }

    .recipe-detail-right h2 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .recipe-detail-right h2 {
        font-size: 30px;
    }

    .recipe-cooking {
        flex-wrap: wrap;
    }

    .recipe-cooking li {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* loader */

.wc-loader {
    width: 80px;
    height: 40vh;
    display: flex !important;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin: 100px 0px 150px 0px;
    align-items: center;
}

.wc-loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #616161 #616161 #616161 transparent;
    animation: wc-loader 1.2s linear infinite;
}

@keyframes wc-loader {
    0% {
        transform: rotate(0deg);
    }

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




/* .wc-loader {
    position: relative;
    animation: split 1s ease-in infinite alternate;
    height: 40vh;
    display: flex !important;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin: 100px 0px;
    align-items: center;
    margin: 20vh auto;
}

.wc-loader::before,
.wc-loader::after {
    content: '';
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: translateX(-10px);
    background: #FF3D00;
    opacity: 0.75;
    backdrop-filter: blur(20px);
}

.wc-loader::after {
    left: auto;
    right: 0;
    background: #949494;
    transform: translateX(10px);
} */


@keyframes split {

    0%,
    25% {
        width: 64px
    }

    100% {
        width: 148px
    }
}

.success-alert {
    display: block;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid rgba(22, 66, 2, 0.13);
    border-radius: 5px;
    padding: 6px 12px;
    background: #defbde;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 6px 12px #0000001a;
    color: #0a3308;
    bottom: 6%;
    z-index: 1001;
}

.danger-alert {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 6%;
    transform: translate(-50%);
    border: 1px solid rgba(255, 0, 0, 0.14);
    border-radius: 5px;
    padding: 6px 12px;
    background: #ffe5e5;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 6px 12px #0000001a;
    color: #551010;
}

.related-box {
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
}

.related-img {
    position: relative;
}

.related-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.related-img a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #f76031;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
}

.related-text h4 {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.related-text h4 a {
    font-size: 22px;
    text-decoration: none;
    color: var(--rj-primary-color);
}

.related-text span {
    color: #f76031;
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0px;
}

.related-text p {
    font-size: 15px;
    color: #555555;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

.related-text a.add-me {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid #f76031;
    color: #f76031;
    transition: all 0.5s ease;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    font-size: 14px;
}

/* Testimonials */

.testimonial_1 .swiper-slide,
.testimonial_2 .swiper-slide {
    border-radius: 10px;
    background-color: white;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 16px 50px -12px rgba(0, 0, 0, 0.1);
}

.testimonial_2 .swiper-slide {
    padding: 30px;
}

.testimonial_1 .slide-top {
    position: relative;
}

.testimonial_1 .slide-top img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -70px;
}

.testimonial_1 .swiper-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
}

.testimonial_1 .slide-top h4 {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial_1 .slide-top span {
    color: #8ca2a3;
    font-weight: bold;
}

.testimonial_1 .slide-top ul,
.testimonial_2 .slide-top ul {
    padding-left: 0px;
    margin-top: 5px
}

.testimonial_1 .slide-top ul li,
.testimonial_2 .slide-top ul li {
    display: inline-flex;
    list-style-type: none;
    color: #ffd600;
    font-size: 14px;
}

.testimonial_1 .slide-bottom i {
    font-size: 42px;
    color: #8fe1ff;
}

.testimonial_1 .slide-bottom p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #638385;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.testimonial_1 .slide-btn:after {
    display: none;
}

.testimonial_1 .slide-btn {
    top: 25px;
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_1 .slide-btn i {
    font-size: 20px;
    color: #8fe1ff;
}

.testimonial_1 .swiper-button-next {
    right: 0;
}

.testimonial_1 .swiper-button-prev {
    left: unset;
    right: 55px;
}

.testimonial_2 .slide-top i.fa-quote-left {
    font-size: 48px;
    color: #4bbdbe;
}

.testimonial_2 .slide-top i.fa-star {
    color: #ffd600;
}

.testimonial_2 .slide-top ul {
    margin: 0px !important;
}

.testimonial_2 .slide-top p {
    line-height: 28px;
    letter-spacing: 1px;
    color: #555555;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial_2 .slide-bottom {
    display: flex;
    align-items: center;
}

.testimonial_2 .slide-bottom img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;

}

.testimonial_2 .slide-bottom h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial_2 .slide-bottom span {
    color: #555555;
    font-weight: 600;
}

.testimonial_1 .slide-bottom p,
.testimonial_2 .slide-top p {
    height: 100%;
    min-height: 140px;
}

.testimonial_2 .swiper-wrapper {
    padding-bottom: 80px;
}

.testimonial_2 .swiper-pagination-bullet-active {
    background-color: #4bbdbe !important;
}



/* added by mohit */

.share-wrapper {
    display: flex;
    gap: 10px;
}

.btn-share {
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 8px 16px;
}

.btn-share.facebook {
    background-color: #3b5998;
}

.btn-share.twitter {
    background-color: #1da1f2;
}

.btn-share.linkedin {
    background-color: #0077b5;
}

.btn-share.pinterest {
    background-color: #bd081c;
}

.btn-share.reddit {
    background-color: #ff4500;
}

.btn-share.whatsapp {
    background-color: #25d366;
}



/* new css */
.back-to-page a .back-icon {
    font-size: 20px !important;
    color: var(--rj-primary-color);
    margin-right: 4px
}

.back-to-page a svg {
    font-size: 24px !important;
    width: 8px !important;
    color: var(--rj-primary-color);
    margin-right: 4px
}

.back-to-page a {
    color: var(--rj-primary-color);
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: baseline;
}

.back-to-page a:hover,
.back-to-page a:hover .back-icon {
    color: #ff7c08 !important;
}

.recipt-title h2 {
    font-size: 35px;
    font-weight: bold;
    color: #231f40;
    text-align: left;
}

.recipt-title {
    border-bottom: 1px solid #7777;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
}

.recipt-title .recipt-review {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.recipt-review a.btn.btn-lg.text-muted.ps-0.fs-4 {
    margin-left: 8px;
    line-height: 41px;
    padding: 0px;
}

.recipe-tabs {
    top: 0;
    z-index: 10;
}

.recipe-tabs ul {
    padding-left: 0;
    margin: 0px;
}

.recipe-tabs ul li {
    display: inline-flex;
    list-style-type: none;
    margin-right: 5px;
    width: auto;
    float: left;
    margin-bottom: 0px;
}

.recipe-tabs ul li a {
    padding: 5px 16px;
    line-height: 15px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 1px;
    border-radius: 40px;
    border: 2px solid var(--rj-badge-color);
    color: var(--rj-badge-color);
    text-decoration: none;
    background-color: transparent;
}

.recipe-tabs ul li a:hover,
.recipe-tabs ul li a:active {
    background-color: transparent;
    color: var(--rj-primary-color);
}

.video-btn a {
    border-radius: 50%;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 36px;
}

.video-btn a svg {
    width: 32px !important;
    height: 32px !important;
}

.video-btn a:hover {
    color: #ff7c08;
}

.overview img {
    width: 100%;
    border-radius: 10px;
}

.overview ul {
    padding-left: 0px;
    margin: 0px;
}

.overview ul li {
    padding: 5px 14px;
    border-radius: 30px;
    list-style-type: none;
    display: inline-block;
    border: 1px solid lightgray;
    margin-right: 10px;
    margin-bottom: 5px;
}

.cooktime ul {
    padding-left: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 7%), 0 23px 22px -18px rgb(0 0 0 / 11%);
}

.cooktime ul li {
    display: grid;
    list-style-type: none;
    padding: 15px;
    text-align: center;
    width: 25%;
    border-right: 1px solid var(--rj-border-color);
    margin-bottom: 0px;
    margin-top: 0px;
}

.cooktime ul li:last-child {
    border: 0px;
}

.cooktime ul li h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--rj-primary-color);
    margin-bottom: 0px;
    opacity: 1;
}

.cooktime ul li span {
    font-weight: 500;
    font-size: 17px;
    color: #666;
}

.cooktime ul li img {
    width: 35px;
    margin: auto;
    opacity: 0.8;
}

.new-ingredient ul {
    padding-left: 20px;
    margin-top: 20px;
}

.new-ingredient ul li {
    cursor: pointer;
    margin-bottom: 10px;
    text-align: left;
    list-style-type: none;
    display: flex;
    align-items: center;
    /* color: var(--rj-primary-color); */
}

.new-ingredient ul li a {
    /* color: var(--rj-primary-color); */
}

.ingredients-box ul li h4 {
    color: yellow;
}

.check-line {
    text-decoration: line-through !important;
}

.ingredients-box,
.toppings-box,
.garnishes-box,
.method-box,
.nutritional-box,
.rating-box {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 7%), 0 23px 22px -18px rgb(0 0 0 / 11%);
    padding: 30px;
    margin: 0px auto;
    text-align: left;
}

.ingredients-box h4,
.toppings-box h4,
.garnishes-box h4,
.method h4,
.history h4,
.nutritional-box h4,
.rating-box h4,
.related-recipes-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--rj-border-color) !important;
    padding-bottom: 15px;
    color: var(--rj-primary-color);
}

.ingredients-box h5,
.toppings-box h5,
.garnishes-box h5,
.method h5,
.history h5,
.nutritional-box h5,
.rating-box h5,
.related-recipes-box h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--rj-border-color) !important;
    padding-bottom: 15px;
    color: var(--rj-primary-color);
}

#product-container h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 8px;
    border-bottom: 0px solid var(--rj-border-color) !important;
    padding-bottom: 4px;
    color: var(--rj-primary-color);
}

.nutri-right .top-hed h5 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 0px solid var(--rj-border-color) !important;
    padding-bottom: 6px;
    color: var(--rj-primary-color);
}

#product-container .related-box h4,
.related-recipes-box h4 {
    margin-bottom: 0px;
    border-bottom: none;
}

.ingredients-box ul,
.toppings-box ul,
.garnishes-box ul {
    padding-left: 0px;
    margin-top: 20px;
}

.ingredients-box ul li::marker,
.method ul li::marker {
    color: #555;
}

.method ul {
    padding-left: 20px;
    margin-top: 20px;
}

.ingredients-box li,
.method-box li {
    margin-bottom: 10px;
    text-align: left;
}

.ingredients-box h5.ing-title,
.ingredients-box h5.tp-title,
.ingredients-box h5.gs-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--rj-border-color);
    padding-bottom: 10px;
}

.ingredients-box a,
.ingredients-box span,
.recipe-method *,
.nutri-right ul li * {
    color: var(--rj-secondary-color);
    text-decoration: none;
}

.ing-element,
.tp-element,
.gs-element {
    margin-bottom: 20px;
}

.action-element {
    display: flex;
    gap: .5rem !important;
}

.method ul li {
    display: list-item;
    list-style-type: auto;
    font-weight: 400;
    padding-left: 20px;
    /* border-bottom: 1px solid var(--rj-border-color); */
    font-size: 17px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 5px;
}

#video iframe {
    border-radius: 10px;
}

.method .recipe-method h1,
.method .recipe-method h2,
.method .recipe-method h3,
.method .recipe-method h4,
.method .recipe-method h5,
.method .recipe-method h6 {
    /* font-size: 1rem; */
    margin-top: 20px;
}

.method .recipe-method h1~ul,
.method .recipe-method h2~ul,
.method .recipe-method h3~ul,
.method .recipe-method h4~ul,
.method .recipe-method h5~ul,
.method .recipe-method h6~ul {
    margin-top: 0 !important;
}


.related-box {
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 10px 60px 0px rgba(0, 32, 110, 0.07);
    text-align: center;
}

.related-text h4 a {
    font-size: 20px;
    text-decoration: none;
    color: var(--rj-primary-color);
}

.related-text span {
    color: #666;
    font-weight: 500;
    font-size: 16px;
}

.related-text a.add-me {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 17px;
    border: 1px solid #444;
    font-size: 15px;
    color: #444;
    transition: all 0.5s ease;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 15px;
}

.related-text a.add-me:hover {
    border: 1px solid #000;
    color: var(--rj-primary-color);
}

.related-img img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

iframe {
    width: 100%;
}

.recipe-social-icons {
    position: absolute;
    top: 170px;
    padding: 12px 10px;
    left: -17%;
}

#recipe-view .col-lg-8 {
    position: relative;
}

#shareBtn {
    display: grid;
}

#recipe-list #loadMore,
#recipe-list #loadMore:hover,
#recipe-list #loadMore:focus {
    border: 1px solid #000;
    color: var(--rj-primary-color);
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 500;
    background-color: transparent;
    margin-bottom: 20px;
}

.recipe-social-icons .a2a_default_style:not(.a2a_flex_style) a {
    margin-bottom: 22px;
}

.recipe-social-icons #shareBtn a {
    text-align: center;
    color: var(--rj-primary-color);
    font-size: 18px;
    padding: 0px !important;
}


.method-box figure img {
    width: 100%;
    border-radius: 5px;
}

#recipe-ing img,
#recipe-method img {
    max-width: 100%;
}

#recipe-list input {
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #777;
    background-color: transparent;
    height: 40px;
    margin-bottom: 8px;
}

#recipe-list input:focus,
#recipe-list select:focus {
    box-shadow: none;
}

#filterRecipe select {
    padding: 8px 30px 8px 10px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #777;
    margin-bottom: 8px;
    height: 40px;
    background-color: transparent;
}

#erase-filter #eraseAllBtn {
    padding: 8px 10px 8px 10px;
    font-size: 15px;
    border-radius: 6px;
    border: none;
    color: #fff;
    background: #333;
    height: 40px;
    margin-bottom: 8px;
}

.container--no-max {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
}


@media(max-width:991px) {

    .recipe-tabs ul li {
        margin-bottom: 5px;
    }

    .recipt-title h2 {
        font-size: 30px;
    }

    .recipe-social-icons {
        top: unset;
        left: 50%;
        padding: 15px;
        bottom: 15px;
        background-color: white;
        border-radius: 4px;
        z-index: 10;
        transform: translate(-50%, -15px);
        position: fixed;
        box-shadow: 0 4px 12px rgb(0 0 0 / 7%), 0 23px 22px -18px rgb(0 0 0 / 11%);
    }

    .recipe-social-icons #shareBtn a {
        margin: 0px 10px;
    }

    #shareBtn {
        display: flex;
    }
}

@media(max-width:768px) {

    #recipe-view>.container {
        max-width: 96%;
    }

    #filterRecipe select {
        padding: 8px 26px 10px 10px;
        font-size: 13px;
        border-radius: 6px;
        border-color: #777;
        margin-bottom: 8px;
        margin-right: 0px;
        width: 100% !important;
    }

    #recipe-list input {
        margin-bottom: 8px;
        padding: 8px 12px;
        font-size: 14px;
        width: 100%;
        height: 45px;
    }

    #recipe-list #filterRecipe .me-2 {
        width: 100%;
        margin-right: 0rem !important;
        max-width: 100%;
    }

    .recipe-body #optionsTags .me-2 {
        margin-right: 6px !important;
        width: auto;
    }

    .recipe-body .container.d-block.mt-5 {
        margin-top: 1rem !important;
        padding: 0px;
    }

    .recipe-body .container {
        padding: 0px;
    }

    .recipe-design1 #design1 .mb-lg-4 {
        margin-bottom: 20px !important;
    }

    .recipe-design1,
    .recipe-design2 {
        padding: 30px 0px 20px 0px;
    }

    #recipe-list h1 {
        font-weight: 700;
        font-size: 26px;
        padding: 0px 12px;
    }

    #recipe-list .page-desc {
        font-weight: 400;
        font-size: 16px;
        padding: 0px 12px;
    }

    .recipe-body .container .justify-content-between.mt-5 {
        margin-top: 2rem !important;
    }
}

@media(max-width:575px) {

    .recipe-design1 .recipe-icon,
    .recipe-design2 .recipe-icon {
        padding: 5px 12px !important;
    }

    .recipe-design1 .recipe-des {
        padding: 5px 12px !important;
    }

    #recipe-list h4 {
        font-size: 18px;
    }

    .recipe-tabs {
        padding: 0px !important;
    }

    .ingredients-box h4,
    .toppings-box h4,
    .garnishes-box h4,
    .method h4,
    .history h4,
    #products h4,
    #product-container h4,
    .nutritional-box h4,
    .rating-box h4,
    .related-recipes-box h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        border-bottom: 1px solid var(--rj-border-color);
        padding-bottom: 10px;
    }

    .recipe-body .py-3 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .recipt-title h2 {
        font-size: 24px;
    }

    .recipe-tabs ul {
        width: calc(100% - 50px);
        overflow-y: scroll;
        display: -webkit-inline-box;
        padding-bottom: 5px;
        display: none !important;
    }

    .recipe-tabs .video-btn {
        display: none !important;
    }

    .recipe-tabs ul li {
        display: flex
    }

    .overview img {
        height: auto;
    }

    /* .recipe-social-icons {
      left: 15px;
      bottom: 15px;
      translate: unset;
      right: 15px;
    } */

    #shareBtn {
        justify-content: space-between;
    }

    .cooktime ul {
        flex-wrap: wrap;
    }

    .cooktime ul li {
        width: 100%;
        grid-template-areas: 'img title title title''img value value value';
        text-align: left;
    }

    .cooktime ul li {
        border: 1px solid #f1f1f1;
        border-width: 0px 1px 1px 1px;
        width: 100% !important;
    }

    .cooktime ul li:last-child {
        border: 1px solid #f1f1f1;
        border-width: 0px 1px 1px 1px;
    }

    .cooktime ul li p {
        grid-area: title;
        width: 60vw;
    }

    .cooktime ul li span {
        grid-area: value;
        width: 60vw;
    }

    .cooktime ul li img {
        grid-area: img;
        margin: 5px;
        width: 10vw;
    }

    .recipe-method ol,
    .ingredients-box ul {
        margin: 0px;
        padding-left: 0px;
    }

}

#icon-facebook svg,
#icon-twitter svg,
#icon-whatsapp svg,
#icon-pinterest svg,
#icon-pdf svg {
    width: 24px !important;
    height: 24px !important;
}


.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

/* Modal container */
.custom-modal {
    background: #fff;
    border-radius: 10px;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: relative;
}

/* Header and Footer styling */
.custom-modal-header {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid var(--rj-border-color);
    margin-bottom: 15px;
}

.custom-modal-footer {
    margin-top: 20px;
    text-align: right;
    border-top: 1px solid var(--rj-border-color);
    padding-top: 10px;
}

/* Close button */
.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
}

/* Buttons */
.btn-custom {
    background-color: #007BFF;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.btn-custom:hover {
    background-color: #0056b3;
}

img.ing-img-circle {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 6px;
}

.rating-sc .stars span {
    font-size: 24px;
    color: #9c9c9c;
    transition: color 0.2s;
    position: relative;
}

.rating-sc .stars span:hover,
.rating-sc .stars span.hover,
.rating-sc .stars span.active {
    color: rgb(224, 191, 0);
}

.rating-sc .stars .rating-text {
    font-size: 16px !important;
    display: inline-flex;
    margin-left: 8px !important;
    line-height: 43px;
}

.rating-sc #resultStars.stars span:hover {
    color: #9c9c9c;
}

.rating-sc #resultStars.stars span.active:hover {
    color: rgb(224, 191, 0);
}

.rating-sc .stars .rating-text #resultRating {
    padding-right: 4px !important;
}


.rating-sc .stars {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.rating-sc .stars .rating-text:hover {
    color: #9c9c9c;
}

.rating-sc .stars span.half::before {
    content: '\2605';
    color: rgb(224, 191, 0);
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    display: inline-block;
}

.rating-sc .actions {
    margin-top: 0px;
    text-align: start;
}

.rating-sc .actions button {
    margin-right: 10px;
    cursor: pointer;
}

.rating-sc .result {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0px 0px 0px !important;
    margin-top: 20px;
}

.rating-details .rating-title {
    font-size: 14px !important;
    border-bottom: 0px !important;
    padding-bottom: 6px !important;
    margin-bottom: 0px !important;
}

.rating-details textarea.form-control {
    background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.rating-sc .result .stars {
    cursor: default;
    align-items: center;
    justify-content: center;
}

.rating-sc #resultStarsInitial.stars {
    cursor: auto;
}

.rating-sc #resultStarsInitial.stars span:hover,
.rating-sc #resultStarsInitial.stars span.hover {
    color: #9c9c9c;
}

.custom-btn:hover {
    background-color: #f3e8ff !important;
    transition: background-color 0.3s ease-in-out;
}

#product-container .card {
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
}

#pageEntry {
    display: none;
}

#recipe-list h1 {
    padding: 0px 12px;
}
