.recipe-section {
    text-align: center;
    margin-bottom: 3rem;
}

.recipe-title {
    font-weight: 400;
    font-size: 2.375rem;
    line-height: 2.875rem;
    letter-spacing: 1px;
    color: var(--black);
    margin-bottom: 1.75rem;
}

.recipe-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.625rem;
    margin-bottom: 2.375rem;
}

.recipe-review-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.recipe-review-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recipe-review-links li:not(:last-child)::after {
    content: "|";
    margin-left: 1.625rem;
    margin-right: 1.625rem;
}

.recipe-review-links li a {
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    color: var(--black);
}

.recipe-review-links li a:hover {
    color: var(--primary);
}

.rating,
.rr_stars_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.625rem;
    color: var(--primary) !important;
    font-size: 1.375rem;
}

.rating-numb {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.625rem;
    letter-spacing: 1.02857px;
    text-transform: uppercase;
    color: var(--primary);
}

/* .recipe-banner { */
/* height: 500px; */
/* } */

/* @media (max-width: 600px) { */
/* .recipe-banner { */
/* height: 300px; */
/* } */
/* } */

.recipe-banner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.recipe-meta-content {
    padding-top: 2.625rem;
    padding-bottom: 2.5rem;

}

.recipe-meta-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    letter-spacing: 0.5625px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0;
}

.recipe-meta-date {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.625rem;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--black);
}

.recipe-button-section {
    padding: 2rem 0;
}

@media (max-width: 991px) {
    .recipe-button-section {
        padding: 1.75rem;
    }
}

.recipe-button-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    gap: 1.875rem;
    margin: 0;
    padding: 0;
    margin-top: calc(-70px / 2);
}

@media (max-width: 991px) {
    .recipe-button-links {
        gap: 1rem;
        margin-top: calc(-50px / 2);
    }

}

.recipe-button-links a,
.share-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background: #FCFCFC;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.185596);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.185596);
    padding: 0.5rem;
    text-align: center;
    cursor: pointer;
}

.share-btn {
    cursor: pointer;
}

@media (max-width: 991px) {

    .recipe-button-links a,
    .share-btn {
        height: 50px;
        width: 50px;
    }
}

.recipe-button-links a img,
.share-btn img {
    width: 20px;
    height: auto;
    margin-bottom: 0.375rem;
}

@media (max-width: 991px) {

    .recipe-button-links a img,
    .share-btn img {
        width: 14px;
    }
}

.recipe-button-links a p,
.share-btn p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 0.5rem;
    line-height: 0.6875rem;
    text-align: center;
    letter-spacing: 0.145px;
    text-transform: uppercase;
    color: #676767;
}

@media (max-width: 991px) {

    .recipe-button-links a p,
    .share-btn p {
        font-size: 0.45rem;
        line-height: 0.6rem;
    }
}

.recipe-button-links a:hover,
.share-btn:hover {
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
}

.recipe-button-links a:hover p,
.share-btn:hover p {
    color: var(--primary);
}

.share-btn a {
    height: auto;
    width: auto;
}

.recipe-serving-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    max-width: 660px;
    margin-bottom: 4.5rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.93px;
    color: var(--secondary);
    flex-wrap: wrap;
}

.recipe-serving-section span {
    font-weight: 400;
    color: var(--primary);
}

.recipe-serving-adjust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.recipe-serving-adjust .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.recipe-serving-adjust .btn-group .btn {
    background: #FCFCFC;
    border: 1px solid rgba(202, 202, 202, 0.5);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.140315);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.140315);
    border-radius: 2px;
    font-weight: 300;
    font-size: 1.125;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.47619px;
    color: #8C8C8C;
    width: 36px;
    height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.recipe-serving-adjust .btn-group .btn-check:checked+.btn,
.recipe-serving-adjust .btn-group .btn-check:active+.btn,
.recipe-serving-adjust .btn-group .btn:active,
.recipe-serving-adjust .btn-group .btn.active,
.recipe-serving-adjust .btn-group .btn.show,
.recipe-serving-adjust .btn-group .btn:hover {
    color: var(--primary);
    background: #FCFCFC;
    border-color: var(--primary);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.140315);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.140315);
    font-weight: 400;
}

.recipe-tab-section .tab-pane {
    padding: 3rem 0;
}

.recipe-tab-section .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 670px;
}

.recipe-tab-section .nav-item {
    border-bottom: 1px solid var(--secondary-alt);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.recipe-tab-section .nav-item .nav-link {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem;
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: 0.857143px;
    text-transform: uppercase;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 20px;
    color: var(--secondary-alt);
}

.recipe-tab-section .nav-item .nav-link.active {
    color: var(--white);
    background-color: var(--primary);
}

.recipe-info-section {
    padding: 2rem;
    background: var(--off-white);
    border-radius: 1.125rem;
}

.recipe-info-section p {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: 0.857143px;
    color: var(--black);
}

.recipe-info-title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 2.25rem;
    letter-spacing: 0.857143px;
    color: var(--black);
}

.recipe-popular-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.recipe-popular-card {
    padding: 1.875rem;
    border: 2px solid #EDEDED;
    text-align: center;
    margin-top: 1.875rem;
}

.recipe-popular-card a {
    margin-top: 2.25rem;
    color: var(--black);
    font-weight: 400;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recipe-popular-card a:hover {
    color: var(--primary);
}

.recipe-leave-review {
    text-align: center;
    color: var(--black);
    margin-bottom: 2.625rem;
}

.recipe-leave-review-title {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.75rem;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.recipe-leave-review-desc {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.post-review-section {
    margin-top: 5.625rem;
}

.post-review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(140, 140, 140, 0.3);
}

.post-review-title {
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 1.14286px;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 0;
}

.post-review-subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    color: #676767;
}

.post-review-subtitle:hover {
    color: var(--primary);
}

.post-review-container {
    padding-top: 3.5rem;
}

.post-review-container .post-review-comments-section:not(:last-child) {
    border-bottom: 1px solid rgba(140, 140, 140, 0.3);
}

.post-review-container .post-review-comments-section:not(:last-child) .post-review-comments {
    padding-bottom: 2.5rem;
}

.post-review-comments-section {
    margin-top: 3rem;
}

.post-review-auther-name {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.857143px;
    color: var(--black);
    margin-bottom: 0;
}

.post-review-time {
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.857143px;
    color: var(--black);
    margin-bottom: 0;
}

.post-review-comments {
    padding: 2.5rem 0;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: 0.857143px;
    color: var(--black);
}

.user-avatar {
    background-color: var(--secondary-alt);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.star-empty,
.star-half,
.star-full {
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.star-empty {
    background-image: url(../images/star-empty.svg);
}

.star-half {
    background-image: url(../images/star-half.svg);
}

.star-full {
    background-image: url(../images/star-full.svg);
}

.sign-in-panel {
    background: var(--off-white);
    border: 1px solid var(--primary);
    border-radius: 4px;
    max-width: 670px;
    margin: auto;
    padding: 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sign-in-panel .btn-close {
    margin-left: auto;
}

.sign-in-panel .btn-close:focus,
.sign-in-panel .btn-close:active {
    box-shadow: none;
}

.sign-in-panel-message {
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: 1.04762px;
    color: var(--black);
    margin-top: 0.625rem;
    margin-bottom: 2rem;
}

.sign-in-panel-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.125rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.sign-in-panel-footer .btn-primary {
    min-width: 170px;
}

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


.article-slider {
    margin-top: 4.625rem;
}

@media (max-width: 991px) {
    .article-slider {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        width: auto;
    }
}

.article-slider .owl-nav {
    margin-top: 0;
}

.article-slider .owl-nav button.owl-prev,
.article-slider .owl-nav button.owl-next {
    position: absolute;
    opacity: 0.4;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.article-slider .owl-nav button.owl-prev:hover,
.article-slider .owl-nav button.owl-next:hover {
    opacity: 1;
}

.article-slider .owl-nav button.owl-prev.disabled,
.article-slider .owl-nav button.owl-next.disabled {
    opacity: 0;
}

.article-slider .owl-nav button.owl-prev.disabled:hover,
.article-slider .owl-nav button.owl-next.disabled:hover {
    opacity: 0;
}

.article-slider .owl-nav button.owl-prev {
    left: -0.75rem;
}

.article-slider .owl-nav button.owl-next {
    right: -0.75rem;
}

@media all and (min-width: 992px) {
    .article-slider .owl-nav button.owl-prev {
        left: -4.625rem;
    }

    .article-slider .owl-nav button.owl-next {
        right: -4.625rem;
    }
}

.article-slider.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}



.owl-theme .owl-dots .owl-dot span {
    height: 0.75rem;
    width: 0.75rem;
    background: #8C8C8C;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

.owl-theme .owl-dots {
    margin-top: 1.75rem;
}

.qsm-quiz-container {
    border: 1px solid var(--primary);
    box-shadow: 0px 2px 10px rgba(190, 190, 190, 0.700585);
    border-radius: 4px;
    padding: 1.875rem;
    padding-right: 3.75rem;
    font-size: 1.125rem;
}

.qsm-quiz-container .quiz_section {
    font-size: 1.125rem;
    color: var(--secondary);
    padding: 0.5rem 0;
}

.qsm-before-message.mlw_qmn_message_before {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 1.14286px;
    color: var(--primary);
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.qsm-quiz-container .quiz_section .mlw_qmn_new_question {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: 0.857143px;
    color: var(--secondary);
}

.qsm-quiz-container .quiz_section .qmn_radio_answers label,
.qsm-quiz-container .quiz_section .qmn_check_answers label,
.qsm-quiz-container .quiz_section .qmn_accept_answers label {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 2rem;
    letter-spacing: 0.857143px;
    color: var(--secondary);
}

.qsm-quiz-container .quiz_section hr {
    margin: 2rem 0;
}

.qsm-quiz-container .quiz_section h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 1.375rem;
    letter-spacing: 0.042px;
    color: var(--black);
}

.qsm-quiz-container .qsm-pagination {
    border: 0px !important;
    justify-content: flex-start;
}

.qsm-quiz-container .qsm-pagination .qmn_btn {
    border-radius: 50px;
    padding: 0.75rem;
    font-weight: 400;
    font-size: 0.875rem !important;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: var(--primary) !important;
    color: var(--white) !important;
    border-color: var(--primary) !important;
    transition: all .2s ease-in-out;
    outline: 0;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    border: 0px !important;
}

.qsm-quiz-container .qsm-pagination .qmn_btn:hover {
    background: var(--primary-alt) !important;
    border-color: var(--primary-alt) !important;
}