:root {
    --theme-color: #74A050;
    --theme-color2: #00c062;
    --title-color: #00151D;
    --body-color: #788094;
    --smoke-color: #F5F7FA;
    --smoke-color2: #F5F7EB;
    --black-color: #000000;
    --black-color2: #080E1C;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #00c062;
    --error-color: #dc3545;
    --th-border-color: #D8DDE1;
    --title-font: 'Archivo', sans-serif;
    --body-font: 'DM Sans', sans-serif;
    --style-font: 'Lobster', cursive;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

body,
html {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none;
}


.nav-item i {
    font-size: 25px;
}

.custom-logo-link img {
    width: 90px;
    height: auto;
}

.navbar {
    background-color: #ffffff9c;
    z-index: 1;
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top: 0;
    padding: 0;
}

.navbar .nav-item a {
    color: #000;
}

.navbar .nav-link {
    padding: 15px !important;
}

.cart-item {
    background-color: #00c062;
    border-radius: 100%;
    font-size: 10px;
    text-align: center;
    height: 1.6em;
    line-height: 1.5em;
    min-width: 1.6em;
    position: absolute;
    top: 16px;
    right: -10px;
    color: #fff;
}

.menu_top i {
    font-size: 18px;
}

.icon_mobile {
    text-align: center;
}

.icon_mobile a {
    position: relative;
}

.icon_mobile i {
    margin: 0 10px;
    font-size: 20px;
    color: #8d8d8d;
}

.icon_mobile .cart-item {
    top: -4px;
    right: -1px;
}

.categories ul li {
    display: inline-block;
    width: 12%;
    padding: 30px;
}

.categories.articles-page ul li {
    width: 10.7%;
    padding: 12px;
}

.categories ul li:first-child {
    padding-left: 0;
}

.categories ul li:last-child {
    padding-right: 0;
}

.categories ul li img {
    width: 100%;
    transition: transform 0.3s ease;
}

.categories ul li:hover img {
    transform: scale(1.2);
}

.sidebar h5,
.sidebar h2 .accordion-button {
    color: #434343;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.sidebar ul {
    padding: 0;
    margin-bottom: 30px;
}

.sidebar ul li {
    list-style-type: none;
    font-size: 15px;
    margin: 5px 0;
}

.sidebar ul li a {
    color: #434343;
    text-decoration: none;
}

.sidebar ul li a:hover {
    color: #833535;
}

.products img,
.product-image,
.wc-block-grid__product-image img,
.blog-image .blogimage img {
    border-radius: 10px;
    width: 100%;
    height: auto !important;
    border: 5px solid #c0c0c0;
    transition: transform 0.3s ease;
}

form.woocommerce-ordering {
    margin: 0 !important;
}

.blog_slider .swiper-slide img {
    transition: transform 0.3s ease;
}

p.woocommerce-result-count {
    margin: 10px 0 0 0 !important;
}

.products img:hover,
.product-image:hover,
.blog-image .blogimage img:hover,
.wc-block-grid__product-image img:hover,
.blog_slider .swiper-slide img:hover {
    transform: scale(1.05);
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.home .slider {
    top: -50px;
}

.products .image-label .box {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 1px solid #833535;
    color: #3D0000;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 10px;
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: 1px;
    left: 1px;
    cursor: pointer;
}

.products .image-label .box.right-0 {
    right: 1px;
    left: inherit;
}

.products .image-label .box span.data {
    color: #3D0000;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
}

.products h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    padding: 15px 0 0 0;
    margin: 0;
}

.sidebar ul.list li {
    padding-left: 15px;
    font-weight: 400;
    color: #666;
}

.sidebar ul {
    margin: 10px 0 15px 0;
}

.sidebar-blog ul {
    list-style-type: none;
    margin: 0;
}

.sidebar-blog ul li {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: normal;
}

.sidebar-blog ul li a {
    color: #000;
}

.recipes .products h3 {
    font-size: 17px;
    padding: 15px 0 10px 0;
    color: #222;
    font-weight: 700;
    border-radius: 8px;
    margin: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.products h3 a {
    color: #222;
}

.products h3 a:hover {
    color: #3D0000;
}

.products .content p {
    color: #833535;
    font-weight: 400;
    font-size: 15px;
}

.products h6 {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 1.7;
}

.rating i {
    color: #ffc52d;
    font-size: 13px;
}

.kk-star-ratings .kksr-stars {
    right: -25px;
}

.ads-btn {
    background-image: url('../img/ads.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    color: #fff;
}

.ads-btn:hover {
    color: #fff;
}

.right-0 .kk-star-ratings .kksr-stars {
    right: inherit;
}

#scroll-to-recipes {
    background-image: url('../img/recipe.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    color: #000;
}

.cart,
.cart i,
.cart a {
    color: #666;
}

.cart a:hover,
.cart a:hover i {
    color: #833535;
}

footer {
    background-color: #4c4c4c;
    color: #fff;
}

footer a {
    color: #fff;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li,
footer h6 {
    list-style-type: none;
    font-size: 14px;
    font-weight: 400;
    margin: 3px 0;
}

footer li a:hover {
    color: var(--theme-color2);
}

.border-radius-1 {
    border-radius: 10px;
}

.sticky-wrapper.sticky .header-logo img {
    top: -70px;
}

.copyright-wrap {
    border-top: 1px dashed #646464;
}

.copyright-wrap p {
    font-size: 15px;
}

.bottom_products p {
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    border: 1px solid #ddd;
    width: 25%;
    padding: 8px 0;
    background-color: #F1F1F1;
}

.bottom_products p:first-child {
    border-radius: 8px 0 0 8px;
}

.bottom_products p:last-child {
    border-radius: 0 8px 8px 0;
}

.search-container {
    position: relative;
}

.products .added_to_cart.wc-forward {
    display: none;
}

.product .woocommerce-notices-wrapper {
    display: none;
}

.search-input {
    border-radius: 5px;
    padding-left: 40px;
    border: none;
    height: 45px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}

.sidebar .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.sidebar .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.sidebar .accordion-item .accordion-button {
    padding: 8px 0;
    border: inherit;
    color: #666;
}

.sidebar .accordion-item {
    border: inherit;
}

.sidebar .accordion-item .accordion-button span,
.sidebar ul.list li span {
    margin: 0 5px;
    opacity: .6;
}

.sidebar .accordion-button:not(.collapsed) {
    background-color: inherit;
    color: inherit;
}

.sidebar .accordion-collapse {
    border: inherit;
}

.accordion-button:focus {
    box-shadow: inherit;
}

.sidebar ul.list li {
    padding-left: 15px;
    font-weight: 400;
    color: #666;
}

.sidebar ul {
    margin: 10px 0 15px 0;
}

.blog h5,
.blog h2 {
    font-weight: 700;
}

.blog .card {
    border-radius: 0;
}

.blog .card-body {
    padding: 15px 10px;
}

.blog .sidebar .title a {
    font-size: 15px;
    color: #666;
}

.blog .sidebar .title {
    line-height: 1.1;
}

.blog .sidebar .title a:hover,
.blog h3 a:hover {
    color: #760000
}

.blog .sidebar p.date {
    font-size: 12px;
    color: #adadad;
}

.blog h3 {
    font-size: 16px;
    font-weight: 800;
    color: #222;
}

.blog h3 a,
.blog h2 a {
    color: #222;
}

.icon_color i {
    color: #FF6D88;
    font-size: 10.5px;
}

.blog-details .icon_color i {
    font-size: 15px;
}

.blog-details .icon_color p {
    font-size: 15px;
}

.blog .btn-outline-warning {
    border-color: #707070;
    border-radius: 0;
    color: #707070;
    font-size: 12px;
    background-color: #ffcdd6;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 600;
}

.icon_color p {
    font-size: 10.5px;
}

.user {
    background-color: #444444c2;
    border-radius: 40px;
    padding: 0px 9px;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: fit-content;
}

.blog-details img {
    height: auto;
}

.user p {
    float: right;
}

.user a p {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    line-height: 2.8;
}

.user img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    float: left;
}

.pagination {
    display: inline-flex;
}

.pagination .page-link {
    border: inherit;
    font-size: 15px;
    color: #666;
}

.pagination .page-link:hover {
    background-color: inherit;
}

.pagination .page-link:focus {
    box-shadow: inherit;
}

.blog-details .content p {
    font-size: 15px;
    color: #666;
}

.blog-details .content ul {
    padding-left: 18px;
}

.border-radius-0 {
    border-radius: 0px;
}

.comments input {
    height: 50px;
}

.comments .form-control {
    border: 1px solid #eee;
}

.comments .btn {
    padding: 15px 35px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-image {
    border-radius: 20px;
    width: 100%;
}

.thumbs img {
    width: 65px;
    height: 65px;
    border-radius: 7px;
    object-fit: cover;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
}

.eapps-widget:hover .eapps-widget-toolbar {
    opacity: 0 !important;
}

a title {
    display: none !important;
}

.eapps-instagram-feed-posts-slider-inner {
    height: 254px !important;
    overflow-y: auto;
}

.mobile-class img {
    position: relative;
    z-index: 111;
    pointer-events: none;
}

.stat-item {
    min-width: 120px;
}

.counter {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    /* change as per your design */
}

.thumbs img:hover {
    transform: scale(1.05);
}

.side-icons button {
    font-size: 14px;
    padding: 8px 6px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.nutrition-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 3px;
    font-size: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.nutrition-box strong {
    display: block;
    font-size: 11px;
    color: #333;
}

.thumb-click {
    cursor: pointer;
}

.side-icons button {
    margin-bottom: 10px;
    width: 65px;
    height: 70px;
    line-height: 6.7;
    font-weight: 500;
}

.label-box {
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 10px;
    margin-right: 4px;
    background: #dedede;
    display: inline-block;
    margin-bottom: 5px;
}

.icon-labels img {
    width: 40px;
    margin: 5px;
}

.tips h6 {
    color: #000;
}

.tips ul {
    padding: 0;
}

.tips li {
    list-style-type: none;
}

.recipe-steps p,
.tips p,
.tips li,
.Review p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
}

.time p {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.carousel-item img {
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    border: inherit;
    border-radius: 100%;
    top: 40%;
    background: #000000;
}

.carousel-control-prev {
    left: 1%;
}

.carousel-control-next {
    right: 1%;
}

.packlist ul li {
    font-size: 13px;
    line-height: normal;
    margin: 10px 0;
}

.nutri-box {
    border: 1px solid #888;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
}

.nutri-item {
    display: flex;
    align-items: center;
    border: 1px solid #888;
    border-radius: 12px;
    margin: 5px 0;
    overflow: hidden;
}

.nutri-left {
    padding: 6px 7px;
    font-size: 11px;
    background-color: #fff;
    width: 40%;
}

.nutri-right,
.nutri-right2 {
    padding: 7px;
    font-weight: bold;
    font-size: 11px;
    width: 60%;
}

.fat,
.protein {
    background-color: #7fff00;
    color: #000;
}

.fibre,
.calories {
    background-color: #ffeb3b;
}

.carbs,
.sugar {
    background-color: #d50000;
    color: #fff;
}

.price {
    color: #ed028b;
}

.cart-btn {
    background-color: #ed028b;
    color: #fff;
}

.star-rating span {
    font-size: 20px;
    color: gold;
}

.mt-280 {
    margin-top: 400px;
}

.pagination .page-link.current {
    color: #fff;
}

.product-card {
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}

.product-card img {
    width: 100%;
    border: 5px solid #c0c0c0;
    border-radius: 15px;
}

.product-title {
    font-weight: 600;
    margin-top: 7px;
}


.yith-add-to-wishlist-button-block {
    margin: 0 !important;
}

.yith-wcwl-add-to-wishlist-button__label {
    font-size: 14px;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    gap: 3px !important;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
    width: 20px !important;
}

.btn-add,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.product-add-to-cart a.ajax_add_to_cart {
    background-color: #444;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    margin-top: 5px;
    padding: 6px 16px;
}

.btn-add:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.product-add-to-cart a.ajax_add_to_cart:hover {
    color: #fff;
    background-color: #000;
}

.woocommerce .woocommerce-customer-details address {
    padding: 16px 22px !important
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-size: 20px;
}

.woocommerce form .form-row label {
    font-size: 15px;
}

fieldset {
    margin-top: 20px;
}

.wishlist-icon-link {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.wishlist-icon-link .wishlist-count {
    font-weight: bold;
    margin-left: 2px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.know-more-btn {
    background-color: #444;
    color: white;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 20px;
    margin: 20px auto;
    display: block;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.swiper-slide {
    flex: 0 0 auto;
    width: 180px;
    border-radius: 15px;
    background: #fff;
    text-align: center;
}

.swiper-slide img {
    width: 180px;
    height: auto;
    border-radius: 15px;
}

.swiper-slide p {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
}

.cart table th {
    font-size: 15px;
    text-align: center;
}

.cart table td {
    text-align: center;
}

.cart h4 {
    line-height: 1;
}

.cart h4 a {
    color: #666;
    font-size: 20px;
    font-weight: 500;
}

.cart h4 span {
    font-size: 15px;
    color: #666;
}

.cart table p.price {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.cart table td,
.cart table th {
    align-content: center;
    text-align: center;
}

.cart table td:first-child,
.cart table th:first-child {
    text-align: center;
}

.cart table td:last-child,
.cart table th:last-child {
    text-align: right;
}

.cart table td:nth-child(2) {
    text-align: left;
}

.bg-coupon {
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    width: fit-content;
}

.bg-coupon .form-control {
    font-size: 14px;
}

.cart table .btn,
.cart-total .btn {
    padding: 8px 15px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.bg-grey {
    background-color: #E8E8E8;
    padding: 30px;
    color: #000;
}

.bg-grey ul {
    list-style-type: none;
}

.bg-grey ul li i {
    margin-right: 5px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 300px;
    font-size: 12px;
    background-color: #333;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0px);
}

.cart .cart-total table td {
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.cart .cart-total table td:first-child {
    font-size: 13px;
}

.cart .cart-total table td:first-child,
.cart .cart-total table tr:nth-child(2) td:nth-child(2) {
    font-weight: 600;
}

.cart .cart-total table tr:nth-child(2) td:nth-child(2) {
    font-size: 14px;
}

.cart-total h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.products h5 a {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #111;
}

.products h5 a:hover {
    color: #760000 !important;
    font-size: 14px;
}

.price {
    font-weight: 600;
    font-size: 14px;
}

.products p {
    font-size: 11px;
    color: #666;
}

p {
    line-height: normal;
}

.title h3 a {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.quick {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 0;
    bottom: -40px;
    transition: all 0.4s;
    opacity: 0;
}

.hover_products:hover .quick {
    bottom: 0;
    opacity: 1;
}

.quick .btn {
    background-color: #005b82;
}

.login h3 {
    font-size: 20px;
    text-align: center;
    color: #A9284F;
}

.login .form-control {
    color: #222;
    padding: 0 20px;
    border-color: #f3f3f3;
    background: #f9f9f9;
    height: 50px;
    border-radius: 0;
}

.login label {
    color: #222;
    font-size: 13px;
    margin-bottom: 2px;
}

.login .btn {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #222;
    padding: 10px 20px;
}

.forgot-password {
    color: #666;
    font-weight: 400;
    font-size: 15px;
}

.login p {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

.right_logo {
    width: 50px;
}

.collapsible-content {
    display: none;
    margin-bottom: 15px;
}

/* Show all on desktop */
@media (min-width: 768px) {
    .collapsible-content {
        display: block !important;
    }

    .toggle-icon {
        display: none;
    }
}

.collapsible-title {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

.toggle-icon {
    font-weight: bold;
    font-size: 18px;
}

@media (max-width:768px) {
    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 270px
    }

    .navbar-toggler {
        position: absolute;
        right: 50px;
    }

    .right_logo {
        width: 30px;
    }

    .th-mobile-menu>ul {
        padding: 0 20px
    }

    .th-header.header-layout1 {
        margin-top: 10px;
    }

    .categories ul {
        padding: 0;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .categories ul::-webkit-scrollbar {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        top: 82px;
        text-align: center;
        padding-top: 20px;
    }

    .navbar .nav-link {
        padding: 5px !important;
    }

    .custom-logo-link img {
        width: 70px;
    }

    .categories ul li {
        flex: 0 0 auto;
        /* Important for proper scroll */
        width: 80px;
        /* Adjust as needed */
        padding: 2px;
    }
}

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

.right_menu ul li {
    display: inline-block;
    margin: 0 40px;
    position: relative;
    color: #869498;
    font-size: 14px;
    font-weight: 600;
}

.right_menu ul li i {
    color: #869498;
    margin-right: 5px;
    font-size: 16px;
}

.right_menu ul li:nth-child(2),
.right_menu ul li:nth-child(2) i {
    color: #1A1E23;
}

.right_menu ul li:nth-child(2)::after {
    content: '';
    position: absolute;
    width: 48px;
    background-color: #dee0e3;
    left: -64%;
    height: 1px;
    top: 50%;
}

.right_menu ul li:last-child::after {
    content: '';
    position: absolute;
    width: 48px;
    background-color: #dee0e3;
    left: -65px;
    height: 1px;
    top: 50%;
}

.right_menu ul li:last-child {
    margin-right: 0;
}

.checkout .card {
    border: inherit;
    border-top: 4px solid #980000;
    border-radius: 0;
    box-shadow: 0px 16px 0px -8px rgba(73, 89.00000000000011, 255, 0.09019607843137255);
}

.checkout .card-body {
    padding: 60px 40px;
}

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

.checkout ul li {
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 600;
    color: #869498;
}

.checkout ul li svg {
    width: 16px;
    margin-right: 5px;
    fill: #980000;
}

.checkout i {
    color: #980000;
    margin-right: 5px;
}

.checkout h1 {
    color: #1A1E23;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.checkout p {
    color: #566376;
    font-size: 16px;
    line-height: 1.6em;
}

.checkout h6 {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.checkout h6 a {
    color: #760000;
}

.checkout h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1e23;
}

.checkout .form-control,
.checkout .form-select,
.select2-container .select2-selection--single {
    height: 47px;
    padding: 15px 12px !important;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 13px;
}

.checkout .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: -6px;
}

.product-checkout td img {
    width: 50px;
    height: 50px;
}

.product-checkout td,
.product-checkout th {
    align-content: center;
}

.product-checkout h5.title {
    font-size: 20px;
    font-weight: 500;
    color: #566376;
    line-height: 1.1;
}

.product-checkout h5.title span {
    font-size: 15px;
}

.product-checkout h6.title {
    color: #566376;
    font-size: 17px;
}

.product-checkout .price {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.tips {
    color: #8b8a8a;
}

/* table section satrt  */

.nutrition-section {
    text-align: center;
    padding: 20px 0;
}

.icon-row img {
    width: 50px !important;
    margin: 0 4px;
}

.nutrition-table {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 5px;
}

.nutrition-table .cell {
    border-right: 1px solid #000;
    /* padding: 10px 15px; */
    padding: 5px;
    text-align: center;
    flex: 1;
}

.nutrition-table .cell:last-child {
    border-right: none;
}

.nutrition-label {
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2;
}

.nutrition-value {
    font-size: 12px;
    color: #000;
}

/* our blog section start  */

.custom-blog-section h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.custom-blog-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 5px;
}

.custom-blog-box .title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
}

.custom-blog-box .date {
    font-size: 13px;
    color: #8b8a8a;
}

.pack-title,
.serving-title,
.reviews-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 15px;

}

.pack-para {
    color: #8b8a8a;
    font-size: 14px;
}

.serving-text {
    font-size: 15px;
    line-height: 1.6;
    color: #8b8a8a;
}

.star-rating i {
    color: #f5a623;
    font-size: 18px;
}

.recipe-box input {
    width: 100%;
    height: 35px;
    border-radius: 20px;
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.recipe-title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
}

.step-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #8b8a8a;
    color: #fff;
    margin-right: 5px;
    font-size: 8px;
    /* font-weight: bold; */
}

@media(max-width: 767px) {
    .custom-blog-box .title {
        font-size: 14px;
    }

    .serving-text {
        font-size: 14px;
    }
}

.apply {
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    background-color: #980000;
    border-color: #980000;
    height: 100%;
}

.login_box {
    border: 1px solid #cfc8d8;
    padding: 20px;
    border-radius: 5px;
}

.login_box label {
    color: #404040;
    font-size: 13px;
    margin-bottom: 3px;
    letter-spacing: 0.3px;
}

.login-button {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
}

.forgot {
    color: #566376;
    font-size: 13px;
}

.payment_box {
    background: #f4f8fa;
    padding: 15px;
}

.payment_box p {
    background-color: #fff;
    color: #515151;
    padding: 1em;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    position: relative;
}

.payment_box p::before {
    content: "";
    display: block;
    border: 1em solid;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.product-checkout p.small {
    font-size: 11px;
    text-align: justify;
    color: #566376;
    line-height: normal;
}

.checkout .content h4 {
    margin-bottom: 10px;
    color: #1A1E23;
    font-size: 20px;
    font-weight: 600;
}

.checkout .content p {
    color: #869498;
    font-size: 14px;
}

.checkout .content p.name {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    padding-top: 5px;
}

p.name span {
    color: #869498;
}

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

.order ul li {
    margin-bottom: 20px;
}

.order ul li i {
    color: #A9284F;
    font-size: 19px;
    margin-right: 15px;
}

.order ul li a {
    color: #666;
    font-size: 15px;
}

.order p,
.order p a {
    font-weight: 400;
    color: #666;
}

.order ul li:last-child {
    margin: 0;
}

.points {
    position: relative;
}

.points .content {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.points .content h1 {
    font-weight: bold;
    font-size: 52px;
    color: #666;
    margin-bottom: 15px;
}

#menuList li.active a,
#menuList li.active a i {
    font-weight: 700;
}

.points .content p {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.lavel2 h2 {
    font-size: 20px;
    color: #666;
    font-weight: bold;
}

.lavel2 p {
    font-weight: 400;
    color: #666;
    font-size: 14px;
}

.lavel2 ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.lavel2 ul li,
.lavel2 ul li p {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.lavel2 ul li i {
    color: #666;
}

.social_icons i {
    margin-right: 5px !important;
    font-size: 13px !important;
}

.social_icons span {
    padding: 6px 13px;
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
}

.facebook {
    background-color: #3b5999;
}

.twitter {
    background-color: #55acee;
}

.linkedin {
    background-color: #0077B5;
}

.reddit {
    background-color: #ff5700;
}

.email {
    background-color: #333;
}

.order table th {
    font-weight: 700;
    color: #666;
    align-content: center;
    font-size: 14px;
}

.order table td {
    color: #666;
    font-weight: 400;
    align-content: center;
    font-size: 14px;
}

.order table td a {
    color: #666;
}

.joinnow {
    background-color: #fff;
    color: #BD0479;
    font-size: 30px;
    font-weight: bold;
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 10px 30px;
}

.joinnow:hover {
    background-color: #BD0479;
    color: #fff;
}

.video h2 {
    color: #666;
    font-size: 25px;
    font-weight: 600;
}

.video-section {
    border: 2px solid #fff;
    border-radius: 15px;
}

.video-section .image {
    position: relative;
}

.video-section .image i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.video-section .video-timer {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, .5);
    padding: .18em .5em;
    color: #fff;
    line-height: normal;
    border-radius: 2px;
    font-size: .85em;
    font-weight: 400;
}

.video-section h4 {
    color: #666;
    font-size: 1.125em;
    font-weight: 400;
}

p.video_post span i,
p.video_post span {
    color: #666;
}

.banner {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 100px;
}

#filterSection .card {
    background-color: #ffffff7d;
}

.banner-content h4 span {
    color: #ff9900;
}

.banner-content h4 a {
    text-decoration: underline;
    color: #000;
}

.filter input.w-80 {
    width: 80px;
}

.filter input.w-90 {
    width: 90px;
}

.filter label {
    font-size: 13px;
}

.filter .form-control {
    font-size: 13px;
    text-align: center;
}

.filter input.w-180 {
    width: 180px;
}

.filter .btn {
    font-size: 13px;
}

.filter input.w-60 {
    width: 70px;
}

.ms-10 {
    margin-left: 10px;
}

.me-10 {
    margin-right: 10px;
}

.ms-30 {
    margin-left: 45px;
}

.banner_bottom {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    padding: 8px;
}

.banner_bottom h4 {
    font-weight: 700;
}

nav.scrolled {
    background-color: #fff;
    position: fixed;
    z-index: 888;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 5px 0;
}

.meal-table .form-select {
    width: 110px;
    font-size: 14px;
}

.has-search {
    position: relative;
}

.filter .form-select,
.filter .form-control {
    height: 40px;
    text-align: left;
    font-size: 12px;
    color: #aaa;
    border-radius: 25px;
}

.has-search .form-control {
    padding-right: 4rem;
}

.has-search .form-control-feedback {
    position: absolute;
    line-height: 2rem;
    color: #aaa;
    right: 10px;
    top: 4px;
    font-size: 12px;
}

.social-media i {
    background-color: #ff9900;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 1.3;
    padding: 10px;
    text-align: center;

}

.share-like p {
    width: 28px;
    text-align: center;
    font-size: 15px;
    line-height: 1;
}

.share-like p span {
    font-size: 11px;
}

.blog-image {
    position: relative;
}

.blog-image .blogimage img {
    height: auto;
}

.rating p {
    color: #3b3b3b;
    line-height: 0.5;
    font-size: 11px;
    text-align: center;
}

.rating p span {
    border: 1px dotted #3b3b3b;
    border-radius: 100%;
    padding: 8px;
    width: 35px;
    height: 35px;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto;
}

.ms--50 {
    margin-left: -51px;
}

.blog-content p {
    font-size: 14px;
}

.social-buttons {
    display: flex;
    gap: 10px;
}

.social-btn {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    transition: 0.3s;
}

.social-btn img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* Specific styles */
.facebook {
    background-color: #f5f7fa;
    border-color: #3b5998;
}

.facebook:hover {
    background-color: #3b5998;
    color: white;
}

.twitter {
    background-color: #f5f7fa;
    border-color: #000;
}

.twitter:hover {
    opacity: 0.8;
}

.linkedin {
    background-color: #f5f7fa;
    border-color: #0077b5;
}

.linkedin:hover {
    background-color: #0077b5;
    color: white;
}

.home .carousel-caption.topcenter-text h1 {
    font-weight: 600;
}

.home .carousel-caption.topcenter-text {
    color: #000;
    top: 7%;
    right: 0%;
    left: 0%;
}

.counter {
    color: #f15814;
}

.home .carousel-caption.rightend-text {
    right: 5%;
    text-align: right;
    bottom: 0;
    left: 60%;
    padding-bottom: 0;
}

.elementor-1326 .elementor-element.elementor-element-a6837dc .elementor-button,
.elementor-1326 .elementor-element.elementor-element-b64825b .elementor-button,
.elementor-1326 .elementor-element.elementor-element-1ecc064 .elementor-button {
    width: 100%;
}

.elementor-element-0603e08.elementor-widget:not(:last-child),
.elementor-element-21d6890.elementor-widget:not(:last-child),
.elementor-element-99badfd.elementor-widget:not(:last-child) {
    margin: 0;
}

.home .carousel-caption.rightend-text h2 {
    font-size: 25px;
}

.home .navbar {
    background-color: unset;
}

.home .carousel-control-prev,
.home .carousel-control-next {
    top: 50%;
}

.home .carousel-control-prev {
    left: 3%;
}

.home .carousel-control-next {
    right: 3%;
}

.home .navbar.scrolled {
    background-color: #fff;
}

.twitter:hover {
    background-color: #000;
    color: #fff;
}

.card-releted {
    position: relative;
}

.card-releted .btn {
    position: absolute;
    margin: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
}

.card-releted:hover .btn {
    background-color: #000000af;
    border-color: #000000af;
    color: #fff;
}

.qty-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 4px 10px;
    font-family: Arial, sans-serif;
    color: #8b0000;
    font-size: 15px;
    width: 95px;
    height: 40px;
}

.qty-minus {
    padding-left: 0;
}

.qty-plus {
    padding-right: 0;
}

.qty-box button {
    background: none;
    border: none;
    font-size: 18px;
    color: #8b0000;
    cursor: pointer;
}

.qty-box span {
    margin: 0 5px;
}

.qty-box button:focus {
    outline: none;
}

.img_box {
    position: relative;
}

.img_box h4 {
    text-align: center;
    font-size: 18px;
    background-color: #000000b7;
    color: #fff;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
}

.img_box::after {
    content: '+';
    position: absolute;
    right: -60px;
    top: 45%;
    font-size: 30px;
}

.price-cross {
    text-decoration: line-through;
    color: #363636 !important;
}

.after-remove .img_box::after {
    display: none;
}

.color-1 {
    color: #f80fed;
}

.error-not-found h2 {
    font-size: 80px;
    color: #222;
    font-weight: 700;
}

.error-not-found {
    margin-top: 150px;
}

.error-not-found h3 {
    font-size: 30px;
    padding-top: 10px;
    color: #222;
    font-weight: 700;
}

.error-not-found p {
    font-size: 15px;
}

.newletter h6 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.newletter p {
    font-size: 14px
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 5px !important;
}

.comment_container .description p {
    margin: 0;
    text-align: left;
    font-size: 13px;
}

.comment_container p.meta {
    text-align: left;
}

.woocommerce .star-rating span {
    width: 100% !important;
    position: inherit !important;
}

.comment-reply-title {
    font-weight: 600;
    border-bottom: 1px solid #000;

}

.comment-form-comment label,
.comment-form-rating label {
    text-align: left;
    float: inline-start;
    font-size: 13px;
}

.woocommerce #review_form #respond p.stars {
    padding-left: 4.3em;
    font-size: 20px;
}

.woocommerce #review_form #respond p {
    text-align: left;
}

.comment-form-rating {
    margin-top: 15px;
}

.woocommerce .star-rating,
.woocommerce .star-rating::before,
.woocommerce .star-rating::before {
    width: 106px !important;
    height: 23px !important;
    font-size: 20px !important;
}

.comment-list .card {
    border-left: 4px solid #ddd;
}

.comment-author.vcard .photo {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    float: inline-start;
}

.comment-author.vcard {
    line-height: 9px;
    padding: 8px;
}

ol.commentlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.comment-reply-link {
    text-decoration: underline;
    font-size: 13px;
}

.comment p {
    margin: 0;
    font-size: 14px;
}

a.url {
    font-size: 13px;
    color: #d11c1c;
    float: inline-end;
}

span.says {
    display: none;
}

.commentmetadata a {
    font-size: 13px;
}

.bypostauthor {
    min-height: 118px;
    height: 100%;
}

.comment.even.thread-even,
.comment.odd.thread-odd,
.comment.odd.thread-even,
.comment.even.thread-odd {
    border: 1px solid #eee;
    width: 100%;
    margin-bottom: 10px;
}

.comment.even.depth-2,
.comment.odd.depth-2,
.comment.odd.depth-3,
.comment.even.depth-3,
.comment.odd.depth-4,
.comment.even.depth-4,
.comment.odd.depth-5,
.comment.even.depth-5 {
    margin-left: 108px;
    margin-top: 2px;
    border-top: 1px solid #eee;
}

p.post_side,
.Comments li {
    font-size: 14px;
    line-height: 1.4;
}

.only-stars em,
.only-stars strong,
.only-stars br,
.only-stars .post-ratings-text,
.only-stars .post-ratings-log,
.only-stars .post-ratings-clear {
    display: none !important;
}

.blog_slider .swiper-slide img {
    width: 100%;
}

.blog_slider .swiper-button-next,
.blog_slider .swiper-button-prev {
    display: block;
    width: 30px;
    height: 30px;
}

.blog_slider .swiper-button-next {
    right: -30px;
}

.blog_slider .swiper-button-prev {
    left: -30px;
}

.blog_slider {
    position: relative;
}

p.woocommerce-result-count {
    font-size: 14px;
}

.orderby {
    border-radius: 10px;
    padding: .5rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #212529;
}

.font-12 {
    font-size: 12px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    list-style-type: none !important;
    margin: 8px 0 !important;
    padding: 10px;
    border-radius: 10px;
    transition: all ease-in-out 0.5s;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #00c062;
}

.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li.is-active {
    box-shadow: 0px 0px 5px 0px rgba(192, 192, 192, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(192, 192, 192, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(192, 192, 192, 0.75);
    padding-left: 25px;
    transition: all ease-in-out 0.5s;
}

.review-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}

.review-header img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.review-header h6 {
    font-weight: 600;
    margin-bottom: 2px;
}

.review-rating i {
    font-size: 16px;
    margin-right: 2px;
}

.review-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

.woocommerce #reviews #comments h2 {
    font-size: 20px;
}

.latest-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.single-post-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.single-post-card:hover {
    transform: translateY(-5px);
}

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

.post-meta {
    padding: 10px;
}

.post-category {
    color: orange;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.post-title {
    font-size: 16px;
    margin: 5px 0;
}

.post-title a {
    text-decoration: none;
    color: #000;
}

.post-info {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

.post-excerpt {
    font-size: 13px;
    color: #444;
}

.blog_slider .swiper-button-next.right-80 {
    right: -80px
}

.blog_slider .swiper-button-prev.left-80 {
    left: -80px
}

.card-custom {
    background: #dedede;
    border: 2px solid #706f70;
    padding: 10px 0;
    margin-bottom: 15px;
}

.bmr-gauge {
    width: 100%;
    height: 100px;
    background: linear-gradient(to right, #00c853 25%, #ffeb3b 50%, #ff5722 75%, #f44336 100%);
    border-radius: 50px;
    position: relative;
}

.bmr-needle {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

.form-check-inline input {
    margin-right: 5px;
}

.bmr-box {
    background: white;
    padding: 10px;
    border-radius: 8px;
}

.card-custom .form-check-inline {
    font-size: 14px;
    margin-right: 0.8rem;
}

.title-style {
    background-color: #706f70;
    color: #fff;
    padding: 3px 9px;
    border-radius: 10px;
    font-style: italic;
    width: fit-content;
    font-size: 13px;
}

.card-custom .col-form-label,
.card-custom .form-select,
.card-custom input[type="text"],
.card-custom input[type="number"] {
    font-size: 12px;
}

.card-custom .form-check {
    padding-left: 1em;
    line-height: 1.7;
}

.card-custom label {
    font-size: 14px;
}

.card-custom .form-check-label {
    font-size: 12px;
}

.card-custom .nutrition-table .form-control {
    background: inherit;
    text-align: center;
    border-bottom: 2px solid #706f70;
    color: #706f70;
    border-radius: 0;
    padding: 0;
}

.card-custom .nutrition-table .cell {
    line-height: normal;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: 0 5px;
    font-size: 0.7rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: .55rem;
    height: .55rem;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px;
}

.select2-container--bootstrap-5 .select2-selection {
    padding: 5px .75rem .075rem .75rem;
    min-height: 32px;
}

.select2-container--bootstrap-5 .select2-search--dropdown {
    display: block !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: none;
}

.custom-pagination {
    text-align: center;
    margin: 30px 0;
}

.custom-pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
}

.custom-pagination li {
    margin: 0 5px;
}

.custom-pagination a,
.custom-pagination span {
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}

.custom-pagination .current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.custom-pagination a:hover {
    background: #f1f1f1;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.video-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.video-thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    opacity: 0.8;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    pointer-events: none;
    /* Click passes through to link */
}

.video-item a:hover .play-icon {
    opacity: 1;
    color: #ff0000;
    /* YouTube red on hover */
}

.multi-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-box {
    border: 1px solid #ccc;
    padding: .375rem 2.25rem .375rem .75rem;
    cursor: pointer;
    background: #fff;
    font-size: 15px;
    border-radius: 0.375rem;
    height: 37px;
    line-height: 1.5;
}

.form-step h6 {
    font-size: 15px;
}

.form-step .form-2 .form-select {
    padding: 3px;
    font-size: 13px;
    background-position: right .40rem center;
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
}

.options label {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.iframe-wrapper {
    height: 236px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sk-yt-profile-usename {
    font-size: 20px !important;
}

.sk-title-padding {
    padding: 5px !important;
}

.sk-title-container {
    font-size: 15px !important;
}

.iframe-wrapper::-webkit-scrollbar {
    width: 8px;
    position: absolute;
    z-index: -1;
    display: none;
}

.iframe-wrapper iframe,
.iframe-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
}

.options label:hover {
    background: #f0f0f0;
}

p.time_box .time2,
p.time_box:hover .time1,
p.price_box .price2,
p.price_box:hover .price1 {
    display: none;
}

p.time_box:hover .time2,
p.price_box:hover .price2 {
    display: block;
}

.BestPaired p.time_box .time2,
.BestPaired p.time_box:hover .time1,
.BestPaired p.price_box .price2,
.BestPaired p.price_box:hover .price1 {
    display: block;
}

label {
    margin-bottom: 8px;
    font-size: 14px;
}

.page-id-4556 input,
.page-id-4556 textarea,
.page-id-4556 .btn {
    width: 100%;
    border-radius: 10px;
}

.opt-group {
    font-weight: bold;
    margin-top: 8px;
    padding: 5px;
    font-size: 14px;
    border-top: 1px solid #eee;
}

@media (max-width: 991px) {
    #filterSection {
        display: none;
    }

    .card-custom .form-check.vegan,
    .card-custom .form-check.nuts {
        display: table-column;
    }
}

.card_custom {
    border: 0 !important;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border-radius: 20px !important; */
}

.button_card .btn-outline-secondary {
    color: #000;
}

.button_card .btn {
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
}

.button_card .btn:hover {
    color: #fff;
}

.people label {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    line-height: 2.3;
}

.card_custom .multi-select .select-box {
    height: 38px !important;
    /* line-height: 2 !important; */
    font-size: 15px !important;
}

.card_custom .multi-select .options label {
    font-size: 15px !important;
}

.stepper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.step {
    text-align: center;
    position: relative;
    padding: 10px;
    font-weight: bold;
    color: #000;
    background-color: #ccc;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 1.9;
}

.step.active {
    background-color: #0d6efd;
    color: #fff;
}

.step:before {
    content: '';
    position: absolute;
    width: 135px;
    height: 4px;
    background-color: #ccc;
    top: 25px;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    left: 100%;
}

.step.active::before {
    background: #0d6efd;
}

.step:last-child::before {
    display: none;
}

.icon_recipe_generation a {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    padding: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 2;
}

.icon_recipe_generation a i {
    line-height: 1.4;
}

.icon_recipe_generation a:hover {
    box-shadow: 0px 0px 10px 0px #6c757d;
    -webkit-box-shadow: 0px 0px 10px 0px #6c757d;
    -moz-box-shadow: 0px 0px 10px 0px #6c757d;
}

.filtered-checkbox {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    height: 25px;
    display: none;
}

.show-checkboxes .filtered-checkbox {
    display: inline-block;
    /* show on toggle */
}

.image-box.active {
    border-color: #6c757d;
}

.form-check-input:checked {
    background-color: #6c757d;
    border-color: #6c757d;
}

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

.progress-wrapper {
    display: flex;
    justify-content: center;
}

.progress-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    background: conic-gradient(#0d6efd 0% 0%, #ddd 0% 100%);
    position: absolute;
    right: 12%;
}

.m_0 label {
    margin-bottom: 0;
}

.progress-circle span {
    background: #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipe_cart {
    position: relative;
}

.recipe_cart p.overlay_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #00000059;
    color: #fff;
    padding: 4px;
    border-radius: 0 0 10px 10px;
}

.cart_table .btn i {
    color: red;
}

.cart_table .btn:hover i {
    color: #fff;
}

.cart_table td:last-child {
    vertical-align: inherit !important
}

@media (max-width: 768px) {
    .slider {
        position: inherit;
    }

    p.woocommerce-result-count {
        font-size: 13px;
    }

    .mt-280 {
        margin-top: 0px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .thumbs img,
    .side-icons button {
        width: 50px;
        height: 50px;
    }

    .side-icons button {
        font-size: 10px;
    }

    .nutrition-box {
        font-size: 10px;
        padding: 5px;
    }

    .products h3 {
        font-size: 15px;
    }

    .product-rating .fa-star,
    .product-rating span {
        font-size: 10px;
    }

    footer h5 {
        font-size: 16px;
    }

    .cart,
    .cart i,
    .cart a,
    footer li,
    .copyright-wrap p {
        font-size: 13px;
    }

    .product-rating {
        line-height: 1.3;
    }

    .products .image-label .box {
        width: 65px;
        height: 52px;
        padding: 7px 8px;
        font-size: 10px;
    }

    .products img {
        height: auto;
    }

    .products .image-label .box span {
        font-size: 10px;
    }

    .btn-add {
        padding: 8px 17px;
        font-size: 14px;
    }

    .label-box {
        font-size: 12px;
        padding: 6px 8px;
    }

    .nutri-item {
        flex-direction: row;
        text-align: left;
    }

    .nutri-left,
    .nutri-right,
    .nutri-right2 {
        font-size: 10px;
        padding: 5px;
    }

    .icon-labels img {
        width: 30px;
        margin: 2px;
    }

    .kksr-icon {
        width: 12px !important;
        height: 12px !important;
    }

    .products .content p {
        font-size: 13px;
    }

    .yith-wcwl-add-to-wishlist-button__label {
        font-size: 12px;
    }

    .products h6 del {
        color: #939393;
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 170px;
    }

    .blog_slider .swiper-button-prev {
        left: -12px;
    }

    .blog_slider .swiper-button-next {
        right: -12px;
    }

    .recipe-count {
        font-size: 13px;
    }

    .recipes .products h3 {
        font-size: 15px;
    }

    .recipes .form-control {
        font-size: 14px;
    }

    .step {
        width: 30px;
        padding: 1px;
        height: 30px;
        font-size: 13px;
        line-height: 2.3;
    }

    .step:before {
        top: 16px;
        width: 30px;
    }

    .banner-content h2 {
        font-size: 15px;
    }

    .card_custom h6 {
        font-size: 15px;
    }

    .card_custom .select_plan_for .btn-outline-secondary {
        width: 100% !important;
        padding: 0;
        font-size: 14px;
    }

    .card_custom {
        box-shadow: inherit;
        border-radius: inherit;
        border: inherit;
    }

    .card_custom .card-body {
        padding: 0px;
        border: inherit;
    }

    #formSteps .table td,
    #formSteps .table th {
        font-size: 13px;
    }

    #formSteps label {
        font-size: 14px;
    }

    .card_custom .card-body h5 {
        font-size: 13px;
    }

    .button_card .btn {
        font-size: 16px;
        padding: 10px;
    }

    .progress-circle {
        width: 50px;
        height: 50px;
        right: 5%;
        top: 136px;
    }

    .progress-circle span {
        width: 40px;
        height: 40px;
    }

    .progress-circle {
        font-size: 14px;
    }

    .blog-details .icon_color p {
        font-size: 13px;
    }

    .ms--50 {
        margin-left: -18px;
    }

    .banner {
        height: 108px !important;
    }

    .elementor-4556 .elementor-element.elementor-element-9c61a4b .elementor-icon-box-description {
        line-height: inherit !important;
    }

    .elementor-4584 .elementor-element.elementor-element-858c915>.elementor-element-populated,
    .elementor-4599 .elementor-element.elementor-element-ff71ea0>.elementor-element-populated,
    .elementor-4618 .elementor-element.elementor-element-1a47937>.elementor-element-populated,
    .elementor-4625 .elementor-element.elementor-element-84b91a3>.elementor-element-populated {
        padding: 0 !important;
        box-shadow: none !important;
    }

    .product-card {
        padding: 0;
    }

    .mySwiperLarge .swiper-slide {
        margin: 0 !important;
    }

    .banner-content h3 {
        font-size: 20px;
    }

    .mobilebtn label {
        width: 95px !important;
    }

    .blog h2 {
        font-size: 20px;
    }
}



.memeberadd .member-box {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    margin-bottom: 10px;
}

.memeberadd .label {
    font-weight: bold;
    font-size: 14px;
    margin-right: 6px;
}

.memeberadd .gender-group label {
    border: 1px solid #888;
    padding: 2px 10px;
    margin-right: -1px;
    cursor: pointer;
    font-size: 14px;
}

.memeberadd .gender-group input {
    display: none;
}

.memeberadd .gender-group input:checked+label {
    background: #444;
    color: #fff;
}
.font-14{
    font-size: 14px !important;
}
.line-height-inherit{
    line-height: inherit !important;
}