@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 57px;
}

svg {
    fill: currentColor;
}

a.nav-link.active path {
    background: aliceblue;
    fill: #232122;
}

a {
    text-decoration: none;
    cursor: pointer;
}

p {
    font-size: 17px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion button, .accordion button:focus {
    box-shadow: none;
    outline: none;
}

.main-header-menu .navbar-brand, .main-header-menu .navbar-brand img {
    max-width: 100px;
}

header.main-header-menu {
    /*box-shadow: 0 2px 4px rgb(52 52 52 / 15%);*/
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
/*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1180px;
}*/
.container {
    max-width: 1300px;
}

.center {
    text-align: center;
}

.main-header-menu li a {
    display: inline-block;
    position: relative;
    color: #343434;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 10px;
    outline: none;
    text-transform: capitalize;
}

.main-header-menu li {
    position: relative;
}

.submenu-menu {
    position: absolute;
    border-radius: 3px;
    top: 100%;
    margin-top: 0px;
    padding: 0;
    min-width: 200px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgb(52 52 52 / 15%);
    background-color: #ffffff;
    background-clip: padding-box;
    z-index: 1000;
    left: 0px;
    max-height: 0px;
    transition: 0.2s all;
}

.featured-image-full {
    min-height: 100vh;
    position: relative;
    width: 100%;
    background: #000;
}

    .featured-image-full img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        opacity: 0.8;
    }

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.submenu-menu li {
    box-shadow: inset 0 -1px 0 0 #e4e4e4;
}

.banner-conetnt {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 33;
}

.view-detail-btn img {
    max-width: 15px;
}

.product-box {
    border: 1px solid #dedede;
    border-radius: 5px;
}

.howitworks-boxes .icon {
    position: relative;
    width: 140px;
    height: 100px;
    width: 100%;
    display: inline-block;
}

    .howitworks-boxes .icon img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.product-description {
    padding: 20px;
}

.woocommerce-Price-amount.ml-2 {
    margin-left: 10px;
}

.banner-conetnt h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
}

video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.home-page-banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.banner-conetnt .banner-btn {
    border-color: #3b7501;
    background-color: #3b7501;
    text-shadow: none;
    color: #fff;
}

.home-page-banner h1 {
    font-size: 60px;
}

.home-page-banner p {
    font-size: 20px;
}

.home-page-banner .banner-btn {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: none;
    max-width: 200px;
    width: 100%;
    margin-top: 20px;
}

.change-web-direct {
    width: 100%;
    max-width: 80px;
}

    .change-web-direct > a {
        margin: 0 !important;
    }

    .change-web-direct .submenu-menu {
        min-width: 60px;
        left: 0;
    }

.menu-right-part {
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    transition: 0.3s all;
    padding: 7px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #3b7501;
        border-bottom: 3px solid #3b7501;
    }

.light-btn {
    height: 40px;
    color: #232122;
    border: 1px solid #232122;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    background: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
}

.main-header-menu a.light-btn {
    height: 40px;
    color: #fff;
    border: 1px solid #3b7501;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    background: #fff;
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
    background: #3b7501;
}

.solid-btn {
    height: 50px;
    background: #3b7501;
    border: 1px solid #3b7501;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    text-align: center;
    padding-top: 14px;
    padding-bottom: 15px;
}

    .solid-btn:hover {
        background: #0a090a !important;
        color: #fff;
        box-shadow: none;
    }



.light-btn:hover {
    background-color: #0a090a !important;
    border-width: 1px !important;
}

.menu-right-part .cart-btn-icon {
    margin-right: 20px;
    border-right: 1px solid #E4E4E4;
    padding-right: 5px;
}

.cart-notification {
    position: absolute;
    top: -2px;
    right: 6px;
    width: 19px;
    height: 19px;
    background-color: #B23740;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
}

.shopping_cart .cart-notification {
    top: -9px;
    right: -9px;
}

.selected-image span {
    height: 40px;
    text-align: center;
    width: 60px;
    position: relative;
    display: inline-block;
}

.select-any-mealplan .selected-image .active-image {
    opacity: 0;
}

.select-any-mealplan .active .selected-image .active-image {
    opacity: 1;
}

.left-part-selection .select-any-mealplan li a.active {
    border: 1px solid #000;
}

.selected-image .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 44px;
}

.home-page-banner .scroll-icon {
    position: absolute;
    transition: 1s all;
    margin: 0 auto;
    bottom: 30px;
    z-index: 9;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.dropdown-menu-arrow img {
    position: absolute;
    width: 14px;
    top: 47%;
    right: 8px;
    transition: 0.3s all;
}

.mob-icon-menu {
    position: relative;
}

    .mob-icon-menu img {
        width: 20px;
        position: absolute;
        left: 0;
        top: 3px;
    }

    .mob-icon-menu .active-image {
        opacity: 0;
    }


.main-header-menu .custom-dropdown {
    position: relative;
    transition: 0.3s all;
}

    .main-header-menu .custom-dropdown > a {
        padding-right: 28px !important;
    }

.home-page-banner .scroll-icon img {
    width: 50px;
    height: 50px;
}

.home-page-banner .scroll-icon .hover-image {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}




.home-page-banner .scroll-icon:hover .hover-image {
    z-index: 5;
}

.inside-boxlist li img {
    width: 25px;
    height: 25px;
    margin-right: 14px;
}

section.why-choose-hellofresh {
    padding: 32px 0px;
}

    section.why-choose-hellofresh .featured-column {
        text-align: center;
        max-width: 240px;
        margin: 0 auto;
        display: block;
        margin-top: 40px;
    }

.main-heading.center {
    font-size: 48px;
    font-weight: 500;
}

.cart-result-list.show-on-tablet {
    display: none !important;
}

.what-is-weekbox-inside .main-heading.center {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 25px;
}

section.why-choose-hellofresh .featured-column img {
    margin-bottom: 26px;
}

button.light-btn.getstarted-btn {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    height: 50px;
}

    button.light-btn.getstarted-btn:hover {
        border-width: 2px;
    }

.what-is-weekbox-inside {
    background: url('/upload/WHAT_OPTIONS_ARE_AVAILABLE_EACH_WEEK.jpg')no-repeat scroll center / cover;
}

    .what-is-weekbox-inside .insidebox-meal {
        background: #fff;
        padding: 50px 50px;
        max-width: 555px;
        margin: 0 auto;
    }

    .what-is-weekbox-inside ul.inside-boxlist li svg {
        color: #232122 !important;
        fill: currentcolor;
        margin-right: 8px;
    }

    .what-is-weekbox-inside .inside-boxlist li {
        display: flex;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .what-is-weekbox-inside .choose-my-plan {
        text-align: center;
        margin-top: 30px;
    }

section.recipe-slider-section .recipe-picture {
    position: relative;
    padding: 0 10px;
    text-align: center;
    margin-top: 30px;
}

    section.recipe-slider-section .recipe-picture img {
        width: 100%;
    }

    section.recipe-slider-section .recipe-picture h4 {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Source Sans Pro', 'Trebuchet MS', Helvetica, sans-serif;
        background-color: #3d444b;
        color: #fff;
        font-size: 34px;
        font-weight: 600;
        line-height: 1em;
        padding: 8px 10px;
        margin: 0 auto;
        display: inline-block;
        text-transform: uppercase;
        white-space: nowrap;
    }

section.recipe-slider-section {
    padding: 30px 60px;
    text-align: center;
}

.slick-dots li button {
    border: 1px solid #232122;
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    background: #232122;
    border-radius: 100%;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots {
    bottom: -44px;
}

section.recipe-slider-section .choose-my-plan {
    margin-top: 50px;
    display: inline-block;
}

section.recipe-slider-section .recipe-picture h4.meals {
    background: #f0aa4a;
}

.meal_selects.recipes {
    position: relative;
    box-shadow: 0 0 0 2px #3b7501;
}

    .meal_selects.recipes:before {
        width: 30px;
        position: absolute;
        background: url(../images/check.png);
        content: "";
        right: -2px;
        top: -2px;
        z-index: 9;
        height: 30px;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fff;
        border-radius: 5px;
    }


.form-backcover {
    padding: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
    margin-top: 40px;
}

    .form-backcover .group {
        margin-top: 20px;
        margin-bottom: 5px;
        display: inline-block;
        width: 100%;
    }

    .form-backcover input {
        border-radius: 2px;
    }

    .form-backcover .login-btn {
        margin-top: 10px;
    }

        .form-backcover .login-btn .login-btn {
            background: #232122;
            border: none;
            text-transform: uppercase;
            color: #fff;
            border-radius: 4px;
            height: 41px;
            padding: 0 30px;
            font-size: 18px;
            display: inline-block;
            line-height: 40px;
        }

.login-register-page .main-header-menu {
    min-height: 62px;
}

.login-register-page .text-login {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translate(-50%, 0);
}

.login-register-screen {
    padding: 10px 0 50px;
}



.login-register-page .main-header-menu a.navbar-brand {
    margin-top: 9px;
}

section.recipe-slider-section .recipe-picture h4.burger {
    background: #ed7e72;
}

section.recipe-slider-section .recipe-picture h4.taste-tour {
    background: #58b1b2;
}

section.recipe-slider-section .recipe-picture h4.one-pot {
    background: #f0aa4a;
}

section.recipe-slider-section .recipe-picture h4.vegie {
    background: #009746;
}

section.recipe-slider-section .recipe-picture h4.gourmet {
    background: #3d444b;
}

section.recipe-slider-section .recipe-picture h4.kid-approved {
    background: #f0aa4a;
}

section.instagram-fields-photos {
    padding: 30px 0;
    border-top: 1px solid #E4E4E4;
    margin-top: 30px;
}

    section.instagram-fields-photos .instagram-photo {
        margin-top: 30px;
        position: relative;
    }

    section.instagram-fields-photos .heart-cions .hover-image {
        position: absolute;
        left: 0;
        top: 2px;
        opacity: 0;
    }

    section.instagram-fields-photos .heart-cions {
        position: relative;
    }

.heart-cions:hover .hover-image {
    opacity: 1 !important;
}

section.instagram-fields-photos .heart-cions img {
    width: 25px;
    height: 23px;
    margin-right: 10px;
}

section.instagram-fields-photos .instagram-photo .instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

section.instagram-fields-photos .instagram-photo:hover .instagram-overlay {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
}

section.instagram-fields-photos .instagram-photo .instagram_main_image {
    width: 100%;
}

section.instagram-fields-photos .instagram-photo svg {
    fill: currentcolor;
    color: #ffffff;
}

section.instagram-fields-photos .follow-instahram-link {
    text-align: center;
    margin-top: 40px;
}

    section.instagram-fields-photos .follow-instahram-link a {
        color: #232122;
        text-decoration: underline;
    }

.accordion .plus-arrow .hover-image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s all;
}

.my-account-screen .form-backcover {
    max-width: 520px;
}

.accordion .plus-arrow:hover .hover-image {
    opacity: 1;
    transition: 0.3s all;
}

.accordion .plus-arrow {
    position: absolute;
    margin-right: 24px;
    left: 8px;
    top: 7px;
    transform: rotate(45deg);
    transition: 0.8s all;
}

.accordion .collapsed .plus-arrow {
    transform: rotate(0deg);
    transition: 0.8s all;
}

.accordion .plus-arrow img {
    width: 40px;
    height: 40px;
}

section.flexoble-section {
    background: url('/upload/Flexible_Plans.jpg')no-repeat scroll center / cover;
    min-height: 300px;
    padding: 40px 0;
    text-align: center;
}

    section.flexoble-section .flex-plan-content .main-heading {
        font-size: 50px;
        color: #343434;
    }

    section.flexoble-section .flex-plan-content p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    section.flexoble-section .flex-plan-content {
        max-width: 510px;
        margin: 0 auto;
    }

.faqs-section {
    padding: 30px 0px;
}

.recipe-archive-sec img {
    max-width: 23px;
}

.rating-stars img {
    width: 100%;
    max-width: 28px;
    margin-right: 6px;
}

.faqs-section .accordion-button:not(.collapsed) {
    color: indianred;
    background-color: transparent;
}

.faqs-section .accordion-button, .faqs-section .accordion-collapse {
    border: none;
}

a.light-btn.subscribe-btn, .light-btn.subscribe-btn {
    line-height: 44px;
    height: 46px !important;
}

.faqs-section .accordion-button:after {
    display: none;
}

.faqs-section .accordion-button:hover:after {
    background-color: #0a090a;
}

.meals-menu {
    position: fixed;
    top: 10px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 70%;
    margin-top: 25px;
}

.meal-plan-page .navbar-expand-lg {
    min-height: 60px;
}

.faqs-section .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    transition: 0.6s all;
}

.faqs-section .accordion-button {
    padding: 18px 70px;
    font-weight: 700;
    color: #343434 !important;
}

.faqs-section .accordion-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faqs-section .accordion-body {
    padding: 0 0 0 70px;
    font-size: 15px;
    padding-top: 10px;
}

.newsletter .group,
.group {
    position: relative;
    margin-bottom: 0px;
}

select, input, .promocode-tick input {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    display: block;
    border: 1px solid #343434;
    border-radius: 4px 0px 0px 4px;
    width: 100%;
}

.mob-show {
    display: none;
}

.newsletter input:focus {
    outline: none;
}

/* LABEL ======================================= */
.newsletter label,
.group label,
.promocode-tick label {
    color: #343434;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    background: #fff;
}

.newsletter {
    padding: 30px;
    border-top: 1px solid #E4E4E4;
    text-align: center;
    background: #F8F8F8;
    padding-bottom: 40px;
}

    .newsletter .solid-btn.subscribe-btn {
        border-radius: 0 4px 4px 0px;
        color: #fff;
    }

    /* active state */
    .newsletter input:focus ~ label, .newsletter input:valid ~ label,
    input:focus ~ label, input:valid ~ label,
    select:focus ~ label, select:valid ~ label,
    .promocode-tick input:focus ~ label, .promocode-tick input:valid ~ label {
        top: -10px;
        font-size: 14px;
        /* color: #5264AE; */
    }

.newsletter-form-design {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 440px;
    margin: 0 auto;
}

.my-account-screen {
    padding: 50px 0;
}

    .my-account-screen .nav-pills .nav-link {
        font-size: 17px;
        text-transform: uppercase;
        text-align: left;
        border: 1px solid #606060;
        border-radius: 0;
        border-bottom: none;
    }

        .my-account-screen .nav-pills .nav-link:hover {
            background: #0a090a;
            color: #fff !important;
        }

.myorder-table-design {
    color: #565656;
    background-color: #FAFAFA;
    border-color: #E0E0E0;
    border-width: 1px;
    border-style: Solid;
    width: 100%;
    border-collapse: collapse;
}

.my-account-screen .flex-column.nav-pills {
    min-width: 220px;
    margin-right: 40px !important;
}

.my-account-screen .tab-content {
    width: 100%;
}


.list-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .list-pagination li img {
        max-width: 16px;
    }

    .list-pagination li {
        margin: 0px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .list-pagination li a {
            color: #232122;
            display: inline-block;
            padding: 3px 12px;
            line-height: 25px;
            border-radius: 1px;
            border: 1px solid #232122;
            border-radius: 5px;
        }

        .list-pagination li .active {
            background: #232122;
            color: #fff;
        }

        .list-pagination li .preview, .list-pagination li .nexts {
            width: 40px;
            display: inline-block;
        }

            .list-pagination li .preview img, .list-pagination li .nexts img {
                max-width: 8px;
                position: relative;
                top: -2px;
            }

.my-account-screen .view-icon img {
    max-width: 22px;
}

.my-account-screen tr td, .my-account-screen tr th {
    padding: 20px 10px !important;
    text-align: center;
}

.my-account-screen .myorder-table-design th {
    font-weight: 600;
    color: #000;
}

.my-account-screen .nav-pills .nav-link:last-child {
    border-bottom: 1px solid #606060;
}

.my-account-screen .nav-pills .nav-link.active {
    background: #232122;
    border-color: #232122;
}

.footer-middle-part .footer-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 5px;
    cursor: default;
    color: #343434 !important;
    text-transform: uppercase;
}

.footer-middle-part .footer-links li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    padding-bottom: 8px;
    cursor: pointer;
    text-decoration: underline;
    color: #676767;
    display: inline-block;
}

.footer-middle-part .footer-links .hiring-link {
    text-decoration: initial;
    background: #232122;
    color: #fff;
    margin-left: 6px;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: 12px;
}

footer .footer-middle-part .footer-heading.green-text {
    color: #0a090a !important;
}

footer .footer-middle-part {
    padding: 30px 0px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}


footer .footer-app-links li a img {
    width: 100%;
    max-width: 126px;
    height: 42px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

.footer-bottom-part .footer-links {
    display: flex;
}

    .footer-bottom-part .footer-links li a {
        margin: 0 14px;
    }

.footer-middle-part .footer-app-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom-part .footer-links li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    padding-bottom: 8px;
    cursor: pointer;
    text-decoration: underline;
    color: #676767;
    display: inline-block;
}

.footer-bottom-part {
    padding: 30px 0px;
}

    .footer-bottom-part .social-media-links {
        display: flex;
        justify-content: flex-end;
    }

        .footer-bottom-part .social-media-links li a {
            margin-left: 18px;
        }

.see-all-faqs-btn {
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.how-it-works-section .bordered-div {
    counter-reset: section;
    position: relative;
}

.full-order-detail-page {
    border: 1px solid #dbdbdb;
    padding: 20px;
    display: none;
}

    .full-order-detail-page .order-id {
        font-weight: 700;
        font-size: 18px;
        margin: 10px 10px;
        display: inline-block;
    }

    .full-order-detail-page .order-date {
        font-weight: 700;
        font-size: 18px;
        margin-left: auto;
        text-align: right;
        display: block;
        margin-top: 10px;
    }

    .full-order-detail-page .border-bottom {
        border-bottom: 1px solid #09823F !important;
    }

    .full-order-detail-page .section-title {
        margin-top: 16px;
        font-weight: 600;
        font-size: 22px;
    }

    .full-order-detail-page .price {
        font-weight: 600;
    }

    .full-order-detail-page .total-price-row {
        background: #0a090a;
        border-color: #0a090a;
        color: #fff;
    }

    .full-order-detail-page .order-time strong {
        font-weight: 600 !important;
    }

    .full-order-detail-page .btn-back {
        background: #232122;
        padding: 9px 20px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 4px;
        margin-left: auto;
        display: inline-block;
        float: right;
        margin-bottom: 20px;
    }

.open-detail .full-order-detail-page {
    display: inline-block;
    width: 100%;
}

.open-detail .myaccount-orders {
    display: none;
}

.full-order-detail-page .result-table-tab {
    margin-top: -10px;
}

.full-order-detail-page tr td, .full-order-detail-page tr th {
    padding: 12px 10px !important;
}

.full-order-detail-page .cart-result-list {
    max-width: 100%;
    padding: 30px 27px;
    width: 100%;
}

.full-order-detail-page .result-table-tab td {
    text-align: left;
}

.bordered-div .row {
    padding-top: 40px;
    padding-bottom: 90px;
    position: relative;
}

.review-image img {
    width: 100%;
    max-width: 208px;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}

.bordered-div .row:before {
    top: 190px;
    background-image: -webkit-linear-gradient(#ffffff, #91C11E);
    background-image: linear-gradient(#ffffff, #91C11E);
    width: 2px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -2px;
    border-radius: 100px;
    z-index: 2;
    transition: 1s all;
    position: absolute;
    transition: 1s all;
}

.bordered-div.activeFirst .row:first-child:after, .bordered-div.activeFirst.activeSecond .row:nth-child(2):after, .bordered-div.activeFirst.activeSecond.activeThird .row:nth-child(3):after {
    color: #91C11E;
    background-color: #deecbb;
    border-color: rgba(145,193,30,0.3);
    transition: 0.8s all;
}

.how-it-works-section .bordered-div .row:after {
    counter-increment: section;
    content: "" counter(section) "";
    position: absolute;
    left: 50%;
    font-size: 40px;
    height: 60px;
    width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: -34px;
    z-index: 5;
    color: #000;
    background: #FAF9F8;
    top: 37%;
    border: 2px solid #343434;
    box-shadow: 0 0 0 10px #fff;
    transition: 0.8s all;
}

.solid-btn.subscribe-btn, a.solid-btn.subscribe-btn {
    height: 46px;
    line-height: 40px;
}

a.solid-btn.subscribe-btn {
    line-height: 44px;
}

.main-header-menu ul .active {
    font-weight: 600;
    color: #232122;
    background: #0a090a;
}

.main-header-menu .submenu-menu .active {
    border-left: 4px solid;
    box-shadow: none;
}

.meals-menu li a.active {
    background: transparent;
}

.how-it-works-section .bordered-div:after {
    position: absolute;
    content: "";
    left: 50%;
    background-repeat: repeat-y;
    top: 170px;
    bottom: 210px;
    margin-left: -2px;
    z-index: 1;
    stroke-dasharray: 195;
    -webkit-text-stroke: 33px;
    background: url(../images/dotted-background.png);
    width: 1px;
}

.bordered-div.activeThird .row.second:before {
    height: 100%;
    transition: 1s all;
}

.bordered-div.activeSecond .row.first:before {
    height: 100%;
    transition: 1s all;
}

section.how-it-works-section {
    position: relative;
    padding-bottom: 40px;
    padding-top: 30px;
}

    section.how-it-works-section .bg-first-image {
        position: absolute;
        top: 2%;
        left: 0;
        z-index: -10;
    }

.select-plan-icon img {
    width: 28px;
    position: absolute;
    top: -2px;
}

.select-plan-icon {
    position: relative;
}

    .select-plan-icon .active-image {
        opacity: 0;
    }

.meals-menu .active .active-image,
.meals-menu .visited-link .active-image {
    opacity: 1 !important;
    opacity: 5;
}

.bg-second-image {
    position: absolute;
    right: 0;
    top: 30%;
    z-index: -10;
}

section.how-it-works-section .bg-third-image {
    position: absolute;
    top: 61%;
    left: 0;
    z-index: -10;
}

.our-plan-registerscreen .form-backcover {
    box-shadow: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

    .our-plan-registerscreen .form-backcover .login-btn, .our-plan-registerscreen h4.login-title {
        text-align: center;
    }

section.how-it-works-section .box-how-work-description, section.how-it-works-section .featured-image {
    text-align: center;
    max-width: 478px;
    margin: 0 auto;
}

.section.how-it-works-section .featured-image img {
    width: 100%;
}

section.benifit-section {
    padding: 30px 0 60px 0;
    border-bottom: 1px solid #eaeaea;
}

    section.benifit-section .main-heading.center {
        margin-bottom: 50px;
        margin-top: 14px;
    }

    section.benifit-section .benifit-box {
        margin-bottom: 50px;
    }

        section.benifit-section .benifit-box h6 {
            font-weight: 600;
            margin-top: 15px;
        }

        section.benifit-section .benifit-box p {
            font-size: 15px;
            color: #565656;
        }


section.inner-page-banner.sustainability {
    background: url(../images/sustainability-banner.jpg)no-repeat scroll center / cover;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.inner-page-banner .page-title {
    font-size: 54px;
    font-weight: 600;
    max-width: 500px;
    margin: 0 auto;
}

.social-media-links li a img {
    width: 24px;
}

section.image-with-description-section {
    padding: 50px 0;
    border-top: 1px solid #e1e1e1;
}

.featured-image img {
    width: 100%;
}

section.image-with-description-section .description-box h4 {
    font-weight: 600;
    margin-top: 30px;
}

section.image-with-description-section .description-box {
    max-width: 490px;
    margin: 0 auto;
}

.meals-menu li .active, .meals-menu li .active path,
.meals-menu .visited-link, .meals-menu .visited-link path {
    font-weight: 600;
    color: #232122;
    fill: #232122;
}

.meals-menu li {
    position: relative;
    padding: 0px 45px 0px 0px;
}

    .meals-menu li:last-child {
        padding: 0px 0px 0px 0px;
    }

        .meals-menu li:last-child a:before {
            display: none;
        }

.meals-menu .nav-link {
    font-size: 15px;
}

.meals-menu li a:before {
    position: absolute;
   right: -43px;
    content: "";
    height: 3px;
    width: 40px;
    border: solid 1px rgba(102, 102, 102, 0.5);
    opacity: 1;
    top: 50%;
}

.meals-menu li .active:before {
    border: 1px solid #232122;
}

.meals-menu .menu-right-part .cart-btn-icon {
    margin-right: 0;
    border: none;
}

.meals-menu li .active {
    background: transparent !important;
    color: #232122 !important;
}

.meals-menu li a {
    padding-left: 35px;
    padding-right: 2px;
    color: #333;
}

.meals-menu .select-plan-icon img {
    left: -30px;
}

.special-discount-tag {
    padding: 10px 24px;
    border-radius: 30px;
    font-family: "Source Sans Pro";
    background: rgb(255, 241, 213);
    display: inline-block;
}

    .special-discount-tag a {
        color: #858585;
    }

/****

.active .dsmt > g > path:nth-child(1) {
    fill: rgb(209, 65, 75);
}

.active .dsmu > g > path:nth-child(2) {
    fill: rgb(143, 192, 62);
}
.active .dsmv > g > path:nth-child(3) {
    fill: rgb(222, 122, 128);
}

.active .dsuw > g > path:nth-child(2) {
    fill: rgb(58, 148, 204);
}
.active .dsux > g > path:nth-child(3) {
    fill: rgb(171, 128, 176);
}
.active .dsuy > g > path:nth-child(4) {
    fill: rgb(255, 216, 138);
}

.active .dsuv > g > path:nth-child(1) {
    fill: rgb(208, 65, 75);
}
.active .dsmt > g > path:nth-child(1) {
    fill: rgb(209, 65, 75);
}

.active .dsmu > g > path:nth-child(2) {
    fill: rgb(143, 192, 62);
}

.active .dsmt > g > path:nth-child(1) {
    fill: rgb(209, 65, 75);
}

.active .dste > g > path:nth-child(1) {
    fill: rgb(143, 192, 62);
}
.active .dsut > g > g > g > path:nth-child(1) {
    fill: rgb(197, 224, 240);
}

.active .dsuu > g > g > g > path:nth-child(2) {
    fill: rgb(209, 65, 75);
}

.active .dsun > g > g > path:nth-child(1) {
    fill: rgb(255, 137, 69);
}
.active .dsuo > g > g > path:nth-child(4) {
    fill: rgb(145, 193, 30);
}
.active .dsup > g > g > path:nth-child(5) {
    fill: rgb(145, 193, 30);
}

.active .dsuq > g > g > path:nth-child(6) {
    fill: rgb(145, 193, 30);
}
.active .dsur > g > g > path:nth-child(7) {
    fill: rgb(197, 224, 240);
}
.active .dsus > g > g > path:nth-child(8) {
    fill: rgb(197, 224, 240);
}

**/

.background-bg {
    display: inline-block;
    width: 100%;
    background: #F8F8F8;
    padding: 50px 0 0;
}

.personalize-box {
    padding: 32px 10px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
    margin-top: 40px;
}

.left-part-selection:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    width: 1px;
    border-right: 1px dashed rgb(187, 187, 187);
}

.left-part-selection {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

    .left-part-selection .select-any-mealplan {
        display: flex;
        flex-wrap: wrap;
    }

        .left-part-selection .select-any-mealplan li {
            width: 50%;
            padding: 10px;
        }

section.food-recipes-section {
    padding: 40px 70px;
}

.left-part-selection .select-any-mealplan li a {
    border: 1px solid rgb(187, 187, 187);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    min-height: 115px;
    color: #343434;
}

.left-part-selection .select-any-mealplan li.active a {
    border-color: #434343;
}

.right-part-selection {
    max-width: 480px;
    margin: 0 auto;
}

.select-btns .active {
    background-color: rgb(211, 230, 165);
}

.select-btns {
    display: flex;
}

    .select-btns li {
        flex-grow: 1;
        width: 100%;
        display: flex;
        text-align: center;
        margin-left: -1px;
    }

.number-of-people-choose.row.align-items-center {
    margin-top: 25px;
}

.select-btns li a {
    padding: 10px;
    color: #343434;
    border: 1px solid #232122;
    width: 100%;
    height: 40px;
    line-height: 18px;
    font-weight: 500;
}

.select-btns li:first-child a {
    border-radius: 3px 0px 0px 3px;
    border-left: 1px solid;
}

span.special-discount-tag img {
    max-width: 20px;
    margin-right: 6px;
}

.select-btns a.active {
    background: #3b7501;
    font-weight: 600;
    color: #fff;
}

.calculater-result {
    padding: 16px;
    border: 1px solid #d3d3d3;
    margin-top: 40px;
    border-radius: 3px;
}

.total-calculater-dispaly {
    width: 100%;
}

.table-cover-div {
    border-top: 1px solid #cdcdcd;
    padding-top: 16px;
}

    .table-cover-div .right.count {
        text-align: right;
        font-size: 20px;
        font-weight: 600;
    }

.login-elements .elements-box .icon img {
    max-width: 32px;
}


section.address-box-section {
    margin-top: -18px;
}

.background-bg .active.show {
    background: #fff;
}


.login-with-social-media .icon img {
    width: 24px;
}

.login-with-social-media .icon {
    float: left;
    margin-top: -3px;
}

.personalize-box-section {
    padding-bottom: 60px;
    position: relative;
}

.solid-btn.select-the-plan-btn {
    max-width: 300px;
    width: 100%;
    margin-bottom: 10px;
}

.recipes-box-cover {
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px;
    margin-top: 40px;
    margin: 10px;
}

    .recipes-box-cover .product-description {
        padding: 10px;
        background: #fff;
        min-height: 150px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .recipes-box-cover .product-description .time-count {
            font-size: 14px;
            font-weight: 600;
            margin-top: auto;
            align-items: center;
            justify-self: flex-end;
            display: flex;
            align-self: flex-start;
        }

        .recipes-box-cover .product-description h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .recipes-box-cover .product-description p {
            font-size: 15px;
            color: #454545;
            margin-bottom: 10px;
        }

        .recipes-box-cover .product-description .product-category {
            font-size: 12px;
            background: rgb(240, 170, 74);
            border-radius: 3px;
            padding: 0px 4px;
            color: #fff;
            margin-bottom: 8px;
        }

        .recipes-box-cover .product-description .product-type {
            margin-left: 10px;
            padding-left: 10px;
            border-left: 1px solid #cdcdcd;
            color: #626262;
            font-weight: 400;
            font-size: 14px;
        }

        .recipes-box-cover .product-description .product-category.blue {
            background: rgb(38, 113, 232);
        }

        .recipes-box-cover .product-description .product-category.burger {
            background-color: rgb(237, 126, 114);
        }

        .recipes-box-cover .product-description .product-category.gourmet {
            background-color: rgb(61, 68, 75);
        }

.promocode-tick {
    margin-bottom: 60px;
    margin-top: 40px;
}

    .promocode-tick .newsletter-form-design {
        max-width: 420px;
    }

    .promocode-tick .light-btn.subscribe-btn {
        height: 50px;
        border-radius: 0 4px 4px 0px;
        background: transparent;
        width: 160px;
    }

    .promocode-tick input[type="text"], .promocode-tick .group {
        width: 100%;
    }

.testimonial-section .slick-list .slick-active {
    opacity: 0.3;
}

.testimonial-section .slick-current.slick-active {
    opacity: 1;
    background: #f8f8f8;
}

.review-slider-carousel .review-box {
    max-width: 370px;
    padding: 30px 20px;
}

    .review-slider-carousel .review-box .rating-stars {
        display: flex;
        justify-content: center;
    }

.testimonial-section .review-box .rating-stars img {
    max-width: 18px;
}

.testimonial-section {
    background: #fff;
    padding: 70px 0 30px;
}

    .testimonial-section .review-box .rating-stars {
        margin-bottom: 12px;
    }

.rating-stars path {
    color: #FFD98A;
}

.testimonial-section .slick-dots {
    bottom: -20px;
    text-align: left;
    left: 98px;
    width: 100%;
    max-width: 130px;
}

.testimonial-section p.trustpot {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.testimonial-section .slick-dots li button {
    height: 10px;
    width: 10px;
}

.testimonial-section .slick-dots li {
    margin: 0 0px;
}

section.simple-faqs-section {
    padding: 40px 0;
}

    section.simple-faqs-section .faq-last-line {
        text-align: center;
        font-size: 14px;
        color: #838383;
        margin-top: 30px;
    }

    section.simple-faqs-section p {
        font-size: 16px;
    }

    section.simple-faqs-section h4 {
        margin-bottom: 22px;
        margin-top: 20px;
    }

    section.simple-faqs-section .faq-last-line a {
        color: #676767;
        text-decoration: underline;
    }

    section.simple-faqs-section .faq-top-svg {
        width: 100%;
        display: inline-block;
        position: relative;
        top: -10px;
    }


.our-menu-page .recipes-box-cover {
    margin: 0;
    margin-top: 25px;
}

.our-menu-page .featured-image {
    position: relative;
    padding-bottom: 53%;
}

    .our-menu-page .featured-image img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.review-box.product-comment-overlay {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),#343434);
    margin-top: -210px;
    position: relative;
    z-index: 10;
    padding: 30px;
}

    .review-box.product-comment-overlay .comment-title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 10px;
    }

    .review-box.product-comment-overlay .review-text {
        color: #fff;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .review-box.product-comment-overlay .review-name {
        color: #fff;
        text-align: right;
        width: 100%;
        display: inline-block;
        padding-right: 80px;
    }

    .review-box.product-comment-overlay .rating-stars {
        margin-bottom: 17px;
    }

.recipes-box-cover.big-recipe-product .product-category {
    font-size: 18px;
}

.recipes-box-cover.big-recipe-product h4 {
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 4px;
}

.recipes-box-cover.big-recipe-product .product-description {
    min-height: 207px;
}

.our-menu-page .recipes-box-cover.big-recipe-product .featured-image {
    padding-bottom: 67%;
}

.getbooking {
    padding: 15px;
    border-top: 2px solid #e4e4e4;
    position: sticky;
    z-index: 12;
    background: #fff;
    transform: translate(0%, 0%);
    bottom: 0;
}

.our-menues-section {
    padding-bottom: 60px;
}

.recipe-archive-sec {
    padding: 40px 15px;
    text-align: center;
}


    .recipe-archive-sec .container {
        display: flex;
        flex-direction: column;
    }


    .recipe-archive-sec .recipe-achive {
        text-transform: uppercase;
        color: #000;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .recipe-archive-sec .checkout-booking {
        color: #676767;
        text-decoration: underline;
    }

.our-menues-section .nav .nav-link {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #3b7501 !important;
    border-radius: 0 !important;
    line-height: 20px;
    width: 74px;
    height: 60px;
    font-size: 14px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    color: #3b7501;
    border-left: none !important;
}

.our-menues-section .nav li:first-child .nav-link {
    border-left: 1px solid #3b7501 !important;
}

.our-menues-section .nav .nav-link.active {
    background: #3b7501;
    border: 1px solid #3b7501 !important;
    border-radius: 4px !important;
    box-shadow: #3b7501 0px 0px 0px 2px;
    font-weight: 600;
    color: #fff;
}

.our-menues-section .nav .nav-link:hover {
    background: #3b7501;
    font-weight: 600;
    color: #fff;
}

.our-menues-section .nav.nav-pills {
    justify-content: center;
}

.our-menues-section .nav li:first-child .nav-link {
    border-radius: 5px 0px 0px 5px !important;
}

.our-menues-section .nav li:last-child .nav-link {
    border-radius: 0px 5px 5px 0px !important;
}

.cutomer-relationship-good-section {
    padding: 30px;
}

    .cutomer-relationship-good-section .container {
        max-width: 910px;
    }

    .cutomer-relationship-good-section .letf-photo {
        display: flex;
        justify-content: space-between;
    }

.login-method .social-btn {
    border: none;
    padding: 12px 13px;
    border-radius: 5px;
    text-align: left;
    height: 48px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
}

.login-method .login-with-social-media {
    display: flex;
    flex-direction: column;
}

.login-method .social-btn svg {
    margin-right: auto;
    float: left;
}

.width-align-method .social-btn.gmail-btn {
    background: rgb(66, 133, 244);
    color: #fff;
    position: relative;
    padding: 0;
}

.social-btn.gmail-btn .icon-seting {
    background: #fff;
    display: flex;
    width: 50px;
    border-radius: 4px 0 0 4px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
}

    .social-btn.gmail-btn .icon-seting svg {
        margin-right: 0;
    }

.width-align-method {
    max-width: 800px;
    margin: 0 auto;
}

    .width-align-method .social-btn.facebook-btn {
        background: rgb(59, 89, 152);
        color: #fff;
    }

    .width-align-method .social-btn.icloud-login-btn {
        border: 1px solid #000;
        background: transparent;
        padding: 8px;
    }

    .width-align-method img {
        width: 100%;
    }

    .width-align-method .divider {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 30px;
        position: relative;
    }

        .width-align-method .divider .or-text {
            position: relative;
            top: 12px;
            background: #f6f6f6;
            padding: 0 7px;
            text-transform: capitalize;
            font-size: 14px;
            font-weight: 600;
        }

.login-with-form-filling input {
    width: 100%;
    border-radius: 4px;
}

.unsubscribe-text.center {
    color: #a8a8a8;
    font-size: 15px;
}

.continue-btn .continue-btn {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 14px;
}

.login-elements {
    margin-top: 30px;
}

    .login-elements .elements-box h6 {
        margin-top: 12px;
    }

    .login-elements .elements-box {
        text-align: center;
        max-width: 320px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

        .login-elements .elements-box p {
            font-size: 15px;
        }

.meals-menu .visited-link {
    color: #232122;
}

    .meals-menu .visited-link:before {
        border-color: #232122;
    }

.address-part {
    max-width: 650px;
    margin-left: auto;
    padding-top: 70px;
    padding-right: 30px;
}

    .address-part h6 {
        margin-top: 20px;
        margin-bottom: 12px;
    }

.select-old-address .description {
    padding: 0px;
    /* border: 1px solid #c9c9c9; */
    /* padding-left: 70px; */
    position: relative;
}

    .select-old-address .description h6 {
        margin-top: 0;
    }

    .select-old-address .description p {
        margin-bottom: 0;
        font-size: 14px;
        color: #353535;
    }

.old-adress-accord.accordion-button {
    border-bottom: 2px solid !important;
}



.address-form-fileds {
    margin-top: 40px;
}

    .address-form-fileds h6 {
    }

    .address-form-fileds .group {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .address-form-fileds input, .address-form-fileds select {
        border-radius: 4px;
        border-color: #4d4d4d;
    }

.two-features {
    padding: 0 50px;
    max-width: 702px;
    margin-left: auto;
    padding-bottom: 70px;
}

    .two-features .featured-box {
        display: flex;
        align-items: center;
    }

        .two-features .featured-box .icon {
            margin-right: 24px;
        }

            .two-features .featured-box .icon img {
                max-width: 42px;
            }

        .two-features .featured-box .description h6 {
            font-weight: 600;
            font-size: 16px;
        }

        .two-features .featured-box .description p {
            font-size: 16px;
        }

    .two-features .solid-btn.continue-btn {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 12px;
    }

.cart-result-list {
    max-width: 550px;
    padding: 40px 50px;
}

table.result-table-tab {
    width: 100%;
    margin-top: 15px;
}

    table.result-table-tab td {
        vertical-align: text-bottom;
    }

    table.result-table-tab td {
        padding: 10px 0;
    }

        table.result-table-tab td:last-child {
            text-align: right;
        }

.result-table {
    margin-bottom: 30px;
}

table.result-table-tab tr {
    border-bottom: 1px solid #d9d9d9;
}

table.result-table-tab p {
    font-size: 14px;
    color: #676767;
}

input[type="checkbox"] {
    position: relative;
    margin-bottom: 10px;
}

.select-old-address {
    position: relative;
}

    .select-old-address .checkboxs {
        position: absolute;
        top: 22px;
        left: 26px;
        height: 25px;
        width: 25px;
        z-index: 9;
    }

    .select-old-address input[type="checkbox"]:before {
        position: absolute;
        content: "";
        left: -3px;
        top: -3px;
        right: 0px;
        bottom: 0px;
        height: 25px;
        border-radius: 100%;
        width: 25px;
        border: 1px solid rgb(71, 107, 45);
        background: #fff;
    }

    .select-old-address input[type="checkbox"]:checked:after {
        position: absolute;
        background: url(../images/check-icon.png)no-repeat scroll center / cover;
        content: "";
        left: -4px;
        right: 0;
        top: -4px;
        height: 26px;
        width: 26px;
        border-radius: 100%;
    }

.instruction-text {
    margin-top: 20px;
}

    .instruction-text a {
        color: #000;
        text-decoration: underline;
    }

.delivery-summary-table {
    padding-right: 50px;
    max-width: 340px;
    position: relative;
}

    .delivery-summary-table a.edit-btn {
        position: absolute;
        top: 0;
        right: 0;
        color: #686868;
        text-decoration: underline;
    }

.accordion.payment-methods .accordion-button:after {
    position: absolute;
    content: "";
    left: 14px;
    top: 18px;
    right: auto;
    bottom: 0px;
    height: 25px;
    border-radius: 100%;
    width: 25px;
    background: url(../images/check-icon.png)no-repeat scroll center / cover;
    transform: rotate(0);
}

.accordion.payment-methods .accordion-button.collapsed:after {
    background: url(../images/uncheck-icon.png)no-repeat scroll center / cover;
}

.accordion.payment-methods .accordion-button {
    padding-left: 50px;
    background: transparent;
    position: relative;
    border-bottom: none;
    margin-top: 20px;
    color: #333;
    min-height: 64px;
}

.accordion-item h2 {
    margin: 0;
}

.accordion.card-detail input {
    border-radius: 4px;
}

.accordion.payment-methods .accordion-button.collapsed {
    border-bottom: 1px solid #d9d9d9 !important;
}

.accordion.payment-methods .accordion-body {
    border-bottom: 1px solid #d9d9d9;
}

.accordion-button:focus {
    border-color: #dbdbdb;
}

.payment-icons {
    margin-left: auto;
}

    .payment-icons img {
        margin-left: 4px;
    }

.accordion-item .accordion-button.collapsed {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.accordion-item .accordion-button {
    border-left: 2px solid rgb(71, 107, 45);
    border-top: 2px solid rgb(71, 107, 45);
    border-bottom: 2px solid rgb(71, 107, 45);
    border-right: 2px solid rgb(71, 107, 45);
}

.accordion-item .accordion-collapse {
    border-left: 2px solid rgb(71, 107, 45);
    border-bottom: 2px solid rgb(71, 107, 45);
    border-right: 2px solid rgb(71, 107, 45);
}

.old-adress-accord.accordion-button {
    position: relative;
}

.delete-old-address.delete img {
    max-width: 18px;
}

.add-new-addres {
    background: #3b7501;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 10px;
}

.select-delivery-week {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.add-address-button {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}




.select-delivery-week {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}


    .select-delivery-week .slick-arrow {
        height: 25px;
        width: 25px;
    }

    .select-delivery-week .slick-prev.slick-arrow {
        left: -35px;
        top: 20px;
    }

    .select-delivery-week .slick-next.slick-arrow {
        right: -35px;
        top: 31px;
    }

    .select-delivery-week .slick-prev:before {
        height: 8px;
        width: 8px;
    }

    .select-delivery-week .slick-next:before {
        height: 8px;
        width: 8px;
    }

    .select-delivery-week .auto-slider .date a {
        padding: 8px 10px;
        background: #ffffff;
        color: #353535;
        border-radius: 4px;
        border: 1px solid #646464;
        display: inline-block;
        margin-top: 10px;
        outline: none;
        width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .select-delivery-week .auto-slider .date .active {
        background: #232122;
        border: #232122;
        color: #fff;
    }



.old-adress-accord.accordion-button {
    border-bottom: none !important;
}

.old-adress-accord .radio-btn input {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0;
}

.delete-old-address.delete a {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 10px;
}

/************************** Right to Left Css Start *******************/
.direction-rtl section, .direction-rtl footer, .direction-rtl section, .direction-rtl header .container-fluid {
    transform: scaleX(-1);
}

.product-quantity {
    width: 100%;
}

.quantity-selectors {
    display: flex;
    justify-content: space-between;
    background: #3b7501;
    position: relative;
    bottom: 0;
    align-items: center;
    padding: 10px;
    text-align: center;
}

.servings-txt {
    margin-left: 8px;
}

.quantity-inputbox input {
    width: 20px;
    padding: 0;
    border: none;
    background: transparent;
    text-align: right;
    padding-right: 3px;
    color: #3b5822;
}

.quantity-selectors a img {
    width: 100%;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.quantity-selectors a {
    color: #567939;
    font-size: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-inputbox {
    display: flex;
}

.recipes-box-cover {
    position: relative;
}

.light-border {
    border: 1px solid #d3e6a6;
}

.meal-option-section .meal-option-box {
    position: relative;
    padding: 50%;
    background: #000;
}

.meal-option-section .featured-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.meal-option-section .meal-option-box {
    position: relative;
    padding: 40%;
    overflow: hidden;
}

.meal-option-box:hover img {
    transform: scale(1.06) rotate(2deg);
    transition: 0.5s all;
}

.meal-option-box img {
    transform: scale(1) rotate(0deg);
    transition: 0.5s all;
    opacity: 0.8;
}

.meal-option-section .link-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-group.d-flex.align-items-end {
    margin-top: 20px;
}

.p-0 {
    padding: 0;
}

.delivery-zip-code {
    margin-bottom: 14px;
}

/*one more css*/
.plans {
    text-align: center;
    box-shadow: 0px 1px 5px #ccc;
    padding: 20px;
    margin: 10px 0;
    position: relative;
    background: white;
}

label.form-check-label {
    margin-top: 5px;
    margin-left: 5px;
}

.btn1 {
    color: #fff;
    background: #3b7501;
    border: none;
}

    .btn1:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

.del {
    text-align: center;
    margin: 0px;
    padding: 19px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

    .del .fa {
        color: #3b7501;
        margin-bottom: 10px;
    }

.select-delivery-week .date_slider .date {
    padding: 8px 10px;
    background: #ffffff;
    color: #353535;
    border-radius: 4px;
    border: 1px solid #646464;
    display: inline-block;
    margin-top: 10px;
    outline: none;
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

    .select-delivery-week .date_slider .date.active {
        background: #3b7501;
        border: #3b7501;
        color: #fff;
    }

.select-delivery-week .slick-arrow:hover {
    background: #3b7501;
    border-color: #3b7501;
    color: #fff;
}

    .select-delivery-week .slick-arrow:hover.slick-next:before,
    .select-delivery-week .slick-arrow:hover.slick-prev:before {
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
    }

.recipes .card-header .featured-image {
    height: 250px;
}

    .recipes .card-header .featured-image img {
        height: 100%;
        object-fit: cover;
    }

.recipes .meal_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color:#212529;
}
 .recipes .desc,.recipes .desc,.recipes label{
     color:#212529;
}
.recipes .time-count {
    font-size: 14px;
    font-weight: 600;
}

.recipes .btn1 {
    font-size: 16px;
}

.recipes .card .card-footer {
    background: #3b7501;
}

.quantity-inputbox {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.servings-txt {
    margin-left: 5px;
    font-size: 13px;
}

.quantity-inputbox .input-text {
    width: 20px;
    padding: 0;
    border: none;
    text-align: center;
    padding-right: 3px;
    color: #3b5822;
}

.modal .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
    width: 30px;
    height: 30px;
}

.modal .modal_img {
    height: 350px;
}

.people-select-table .td {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    border: 0.5px solid #3b7501;
    background: #80000040;
}

.people-select-table td:last-child {
    text-align: center;
    background: #3b7501;
    border: 0.5px solid #3b7501;
}

.progress-bar-meals .progress-wrap {
    background: #3b7501;
    margin: 0;
    overflow: hidden;
    position: relative;
}

    .progress-bar-meals .progress-wrap .progress-bar {
        background: #000;
        left: 0;
        position: absolute;
        top: 0;
    }

.progress-bar-meals .progress {
    width: 100%;
    height: 50px;
}

.progress-bar-meals .overlay-text {
    font-size: 10px;
    position: absolute;
    top: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 14px;
}

.cart-result-list.siderbar-order-summary {
    background: #eeeeee;
    border-radius: 6px;
}

.cat-tab .list a {
    display: inline-block;
    background: white;
    border: 1px solid #3b7501;
    border-radius: 50px;
    padding: 6px 30px;
    color: #3b7501;
    margin: 0 5px;
}

    .cat-tab .list.active a,
    .cat-tab .list a:hover {
        background: #3b7501;
        color: #fff;
    }

.prize-cat.default-btn {
    background: #3b7501;
    border: 1px solid #3b7501;
    border-radius: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    box-shadow: none;
    text-align: center;
    float: right;
}

.extra-something-list {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    border-radius: 7px;
}

    .extra-something-list > h5 {
        background: #e8e8e8;
        text-align: center;
        padding: 8px 0;
        font-size: 18px;
        margin-bottom: 0;
    }

.extra-lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.extra-something-list .first-part {
    padding: 10px;
    display: flex;
    align-items: center;
}

.extra-something-list .featured-image img {
    max-width: 33px;
    margin-right: 10px;
}

.extra-something-list .second-part .add-icon {
    color: #3b7501;
}

.obj_fit {
    object-fit: cover;
}

.meal_card .card-img {
    height: 200px;
}

.meal_card .prize-cat {
    position: absolute;
    top: 10px;
    right: 10px;
}

.form_check_input input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    .form_check_input input[type=radio] {
        border-radius: 50%;
    }

    .form_check_input input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .form_check_input input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }

    .form_check_input input:checked[type=radio] {
        background-image: url('../images/filled-circle.png');
        background-size: 60%;
    }

.select-plan .plan_img {
    height: 200px;
}

.select-delivery-week .auto-slider .date .active,
.select-delivery-week .date_slider .date .active {
    background: #3b7501;
    border: #3b7501;
    color: #fff;
}




@media only screen and (max-width:768px) {

    .product-box, .weekly-special-section .single-product-box, .meal-option-section .container {
        max-width: 400px;
        margin: 0 auto;
    }

    .meal-option-section .link-box {
        font-size: 26px;
    }

    .direction-rtl .main-header-menu .navbar-collapse {
        left: auto;
        right: -100%;
        transition: 0.5s all;
    }

    section.service-v2-sec.service-inner-sec.section-padding.ptb-100 {
        padding-top: 42px;
    }

    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
        padding-right: 0 !important;
    }

    .direction-rtl.open_menu .main-header-menu .navbar-collapse {
        left: 0;
        right: auto;
        transition: 0.5s all;
    }

    .product-details-area .service-inner-sec .single-product-box .product-content .default-btn {
        float: left;
        margin-top: 14px;
    }

    .service-v2-sec.service-inner-sec .product-details-area {
        padding-top: 40px;
    }
}




/************************** Right to Left Css End *******************/


@media only screen and (min-width:768px) {
    .submenu-menu li a:hover {
        box-shadow: inset 4px 0 0 #232122;
        background: #3b7501;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0;
    }

    .submenu-menu li a {
        position: relative;
        display: block;
        padding: 13px 0;
        padding-left: 15px;
        padding-right: 10px;
        line-height: 1.5em;
        color: #343434;
        text-decoration: none;
        letter-spacing: 0.2px;
    }

    .custom-dropdown:hover .submenu-menu {
        max-height: 400px;
        overflow-y: auto;
        transition: 0.2s all;
    }

    .custom-dropdown:hover .dropdown-menu-arrow img {
        transform: rotate(180deg);
        transition: 0.3s all;
    }

      .custom-dropdown1:hover .submenu-menu {
        max-height: 400px;
        overflow-y: auto;
        transition: 0.2s all;
    }

    .custom-dropdown1:hover .dropdown-menu-arrow img {
        transform: rotate(180deg);
        transition: 0.3s all;
    }


    .left-image.mob-show {
        display: block;
        position: absolute;
        left: 0;
        top: 20%;
    }

        .left-image.mob-show img {
            width: 100%;
            max-width: 100px;
        }

    .right-image.mob-show img {
        width: 100%;
        max-width: 177px;
    }

    .right-image.mob-show {
        display: block;
        position: absolute;
        right: 0;
        top: 0%;
    }
}

@media only screen and (max-width:1199px) {
    .main-heading.center {
        font-size: 38px;
    }

    .right-part-selection {
        max-width: 410px;
    }

    .left-part-selection {
        max-width: 410px;
    }

    section.recipe-slider-section {
        padding: 30px 20px;
        background: #f8f8f8;
    }

    .recipe-slider-section .slick-arrow {
        display: none !important;
    }

    section.recipe-slider-section .recipe-picture h4 {
        font-size: 28px;
    }

    .box-how-work-description h1 {
        padding-top: 90px;
    }

    .how-it-works-section .bordered-div .row:after {
        top: 53%;
    }

    section.how-it-works-section .box-how-work-description, section.how-it-works-section .featured-image {
        z-index: 9;
        position: relative;
    }
}

@media only screen and (min-width:991px) {
}

@media only screen and (max-width:991px) {
    .products-details-tab .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .my-account-screen .d-flex {
        flex-direction: column;
        max-width: 770px;
        margin: 0 auto;
    }

    .my-account-screen .form-backcover {
        margin: 0 auto;
    }

    .my-account-screen .cart-result-list {
        display: inline-block;
    }

    .my-account-screen .flex-column.nav-pills {
        margin-right: 0px !important;
        width: 100%;
        margin-bottom: 30px;
    }

    .meal-plan-page header.main-header-menu {
        height: 115px;
    }

    .select-plan-icon img {
        width: 22px;
    }

    .meals-menu li a {
        padding-left: 22px;
    }

    .meals-menu .select-plan-icon img {
        left: -24px;
    }

    .meal-plan-page .main-header-menu .navbar-brand, .meal-plan-page .main-header-menu .navbar-brand img {
        max-width: 92px;
        margin: 0 auto;
    }

    .navbar-expand-md .navbar-nav {
        margin-bottom: 0 !important;
    }

    .our-plan-address .address-box-section {
        padding-bottom: 80px;
    }

    .copyright-ttxt.center {
        margin-top: 20px;
    }

    .center.next-btn.sticky-on-tablet button.solid-btn.continue-btn {
        margin: 0;
    }

    .center.next-btn.sticky-on-tablet {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        border-top: 1px solid #e6e6e6;
        background: #fff;
        z-index: 55;
    }

    .address-part {
        max-width: 80%;
        margin: 0 auto;
    }

    .two-features {
        margin: 0 auto;
        max-width: 80%;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .meals-menu .navbar-brand {
        margin: 0 auto;
        position: absolute;
        top: 7px;
        left: 50%;
        transform: translate(-50%, 0%);
    }



    .meals-menu li {
        padding: 0px 0px 0px 0px;
        margin: 0 5px;
    }

        .meals-menu li a svg {
            display: none !important;
        }


    .meals-menu li {
        flex-direction: row;
        margin-top: 62px !important;
    }

    .meals-menu .active:before {
        border: 1px solid #232122;
        background: #232122;
    }

    .main-heading.center {
        font-size: 28px;
    }

    .left-part-selection:before {
        display: none;
    }

    .personalize-box {
        box-shadow: none;
        background: #ffff;
    }

    section.personalize-box-section .container {
        padding: 0;
    }

    .what-is-weekbox-inside .insidebox-meal {
        padding: 20px 30px 40px;
        max-width: 600px;
    }

    section.recipe-slider-section .recipe-picture h4 {
        font-size: 24px;
    }

    section.instagram-fields-photos .instagram-photo .instagram-overlay {
        top: auto;
        justify-content: flex-end;
        opacity: 1;
        visibility: visible;
        background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
        padding: 14px 10px;
    }

    .meals-menu li a:before {
        height: 5px;
        width: 100%;
        border-radius: 2.5px;
        background: rgba(102, 102, 102, 0.5);
        opacity: 1;
        top: -7px;
        left: 50%;
        transform: translate(-50%, 0);
        position: absolute;
        display: block !important;
    }

    .meals-menu .nav-link {
        font-weight: 400;
        color: #8b8b8b;
        font-size: 12px;
    }

    .background-bg {
        padding: 40px 0 0 !important;
    }

    section.address-box-section {
        margin-top: 60px !important;
    }

    .address-part {
        padding-top: 0px;
    }

    .special-discount-tag {
        margin-top: 40px;
    }

    .faq-top-svg svg {
        width: 100%;
        max-width: 320px;
    }

    section.simple-faqs-section .faq-top-svg {
        top: 20px;
    }

    section.personalize-box-section {
        padding-bottom: 0;
    }

    .promocode-tick .newsletter-form-design {
        flex-direction: column;
    }

    .newsletter label, .group label, .promocode-tick label {
        top: 12px;
    }

    .promocode-tick input[type="text"], .promocode-tick .group {
        height: 50px;
        border-radius: 5px;
    }

    .promocode-tick .light-btn.subscribe-btn {
        width: 100%;
        margin-top: 10px;
        border-radius: 5px;
    }

    .solid-btn.select-the-plan-btn {
        max-width: 410px;
        margin-top: 30px;
    }


    .number-of-people-choose span {
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
    }

    .cutomer-relationship-good-section .letf-photo {
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .cart-result-list.show-on-tablet {
        display: block !important;
        padding-top: 0;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    .select-meal-pagess .recipes-box-cover {
        margin-top: 50px;
    }

    .meals-menu .visited-link:before, .meals-menu .visited-link:last-child:before {
        background: #232122 !important;
    }

    .meals-menu .visited-link {
        color: #232122 !important;
        font-weight: 600 !important;
    }
}

@media only screen and (max-width:768px) {
    .how-it-works-section .bg-first-image img, .how-it-works-section .bg-second-image img, .how-it-works-section .bg-third-image img {
        width: 60%;
    }

    .shop_toolbar_wrapper {
        display: inline-block !important;
        width: 100%;
    }

    #secondary {
        float: left;
        margin-top: 18px;
        width: 80%;
        margin: 0 auto;
        margin-top: 12px;
    }

    .service-inner-sec select {
        margin-bottom: 12px;
    }

    .background-bg {
        padding: 100px 0 0 !important;
    }

    .personalize-box {
        margin-top: 10px;
    }

    .meals-menu {
        width: 100%;
        top: 76px;
        z-index: 99999999;
        background: #fff;
        border-bottom: 1px solid #dedede;
        padding-bottom: 4px;
    }

    .login-register-screen .form-backcover {
        width: 80%;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .login-register-page .main-header-menu .navbar-brand, .login-register-page .main-header-menu .navbar-brand img {
        top: 3px !important;
        left: 22px !important;
        transform: translate(-50%, 0%);
    }

    .login-register-page .text-login {
        top: 12px;
    }

    .open_submenu .dropdown-menu-arrow img {
        transform: rotate(180deg);
        transition: 0.3s all;
    }

    .select-plan-icon img {
        display: none;
    }

    .meal-plan-page header.main-header-menu {
        height: 100px;
    }

    .mob-icon-menu {
        position: relative;
        margin-right: 25px;
        display: inline-block;
        width: 100%;
        max-width: 20px;
    }

    .main-header-menu li.custom-dropdown {
        padding-right: 0;
    }

    .menu-right-part .dropdown-menu-arrow img {
        right: 5px;
        top: 44%;
    }

    .menu-right-part .change-web-direct a {
        padding-right: 22px !important;
    }

    .dropdown-menu-arrow img {
        right: 10px;
        top: 43%;
    }

    .change-web-direct .submenu-menu {
        top: 100% !important;
        left: 0 !important;
        position: absolute;
    }

        .change-web-direct .submenu-menu li a {
            width: 100%;
        }

    .accordion.card-detail .group {
        margin-bottom: 12px;
    }

    .two-features .featured-box {
        border-top: 1px solid #ddd;
        padding-top: 12px;
    }

    .login-elements .elements-box {
        max-width: 100%;
    }

    .register-photo {
        display: none;
    }

    .recipes-box-cover.big-recipe-product .product-category {
        font-size: 16px;
    }

    .recipes-box-cover.big-recipe-product h4 {
        font-size: 22px;
    }

    section.inner-page-banner .page-title {
        font-size: 44px;
    }

    section.inner-page-banner {
        height: 410px;
    }

    section.benifit-section {
        padding: 0px 0 60px 0;
        margin-top: -60px;
    }

    section.how-it-works-section .bg-first-image {
        top: 6%;
    }

    section.how-it-works-section .bg-second-image {
        top: 39%;
        z-index: -10;
    }

    section.how-it-works-section .bg-third-image {
        top: 68%;
    }

    .bg-second-image img {
        margin-left: auto;
        display: block;
    }

    .how-it-works-section h3.main-heading {
        margin-bottom: 0 !important;
    }

    .mob-show {
        display: inline-block;
    }

    .submenu-menu {
        position: relative;
    }

    .custom-dropdown.open_submenu .submenu-menu {
        max-height: 600px;
        transition: 0.2s all;
        left: 0;
        top: 12px;
        margin-bottom: 10px;
        background: #f3f3f3;
    }
     .custom-dropdown1.open_submenu .submenu-menu {
        max-height: 600px;
        transition: 0.2s all;
        left: 0;
        top: 12px;
        margin-bottom: 10px;
        background: #f3f3f3;
    }

    .main-header-menu .submenu-menu li {
        position: relative;
    }

    .main-header-menu li a:hover {
        /*box-shadow: inset 4px 0 0 #232122;
        background: #3b7501 !important;*/
        border-bottom: 3px solid #3b7501;
        color: #3b7501;
    }

    .navbar-collapse .light-btn.login-btn {
        width: 100%;
        margin-bottom: 0px;
        padding-top: 0;
    }

    .main-header-menu li {
        position: relative;
        margin-top: 0px;
    }

        .main-header-menu li:first-child {
            margin-top: 0px;
        }

    .open_menu {
        overflow: hidden;
    }

    .main-header-menu .nav-item.border-top-link:after {
        position: absolute;
        content: "";
        top: -16px;
        left: 0px;
        right: 0;
        height: 0.5px;
        background: #dddddd;
    }

    .main-header-menu .nav-item.border-top-link {
        position: relative;
        margin-top: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #333;
        width: 100%;
        display: flex;
    }

        .navbar-light .navbar-nav .nav-link svg {
            margin-left: auto !important;
            display: block;
        }

    .navbar-light .fela-_539tyv {
        margin-right: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        transform: rotate(0deg);
        transition: 0.5s all;
        padding: 14px 10px;
    }

    .open_submenu .arrow {
        transform: rotate(180deg);
        transition: 0.5s all;
    }

    .menu-right-part .login-btn {
        display: none;
    }

    .menu-right-part .cart-btn-icon {
        margin-right: 0;
        border-right: none;
        padding-right: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .main-header-menu li a {
        padding-right: 5px;
        width: 100%;
        padding: 10px 10px;
    }

    .cart-notification {
        right: 0;
    }

    .main-header-menu .navbar-light .navbar-toggler {
        position: fixed;
        left: 0;
        top: 10px;
        border: none;
        z-index: 99;
    }

    header.main-header-menu {
        min-height: 58px;
    }

    .main-header-menu .navbar-brand, .main-header-menu .navbar-brand img {
        max-width: 70px !important;
        position: absolute;
        top: 1px;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 5;
    }

    .menu-right-part {
        position: absolute;
        right: 0;
        top: 9px;
        z-index: 99;
    }

    .main-header-menu .navbar-collapse {
        display: inline-block !important;
        position: fixed;
        left: -100%;
        top: 0;
        padding: 20px;
        background: #fff !important;
        bottom: 0;
        z-index: 99;
        min-width: 250px;
        box-shadow: 0 0 10px 0px rgb(0 0 0 / 40%);
        height: 100% !important;
        transition: 0.5s all;
    }

    .open_menu .main-header-menu .navbar-collapse {
        left: 0;
        transition: 0.5s all;
    }

        .open_menu .main-header-menu .navbar-collapse .navbar-nav {
            height: 100%;
            overflow-y: auto;
            right: auto;
        }

    .open_menu .overlay-blk {
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
        z-index: 10;
        transition: 0.5s all;
    }

    .what-is-weekbox-inside {
        background: url(../images/HF_WIB_Evergreen_-_Desktop.jpg)no-repeat scroll top / contain;
        padding-top: 220px;
    }

    .footer-bottom-part .footer-links {
        justify-content: center;
        margin-bottom: 10px;
        flex-wrap: wrap;
        align-items: center;
    }

    .footer-bottom-part .social-media-links {
        justify-content: center;
    }

    .footer-middle-part .footer-heading {
        margin-top: 34px;
    }

    footer .footer-middle-part {
        padding: 0px 0px 40px;
    }

    .meals-menu .nav-link {
        padding: 2px;
    }

    .solid-btn.select-the-plan-btn {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .center.select-plan-bttns {
        /*position: fixed;
        bottom: 0;
        left: 0;
        right: 0;*/
        box-shadow: rgb(0 0 0 / 15%) 0px -3px 8px 0px;
        padding: 20px;
        background: #fff;
        z-index: 999;
    }

    section.food-recipes-section {
        padding: 40px 70px 0px;
    }

    .testimonial-section {
        padding: 40px 0 30px;
    }

    .review-slider-carousel .review-box {
        margin: 0 auto;
    }

    .testimonial-section .slick-current.slick-active {
        background: transparent;
    }

    .testimonial-section .slick-dots {
        bottom: -40px;
        left: 50%;
        width: 100%;
        max-width: 190px;
        justify-content: center;
        display: flex;
        transform: translate(-50%, 0%);
    }

    .left-image.mob-show, .right-image.mob-show {
        display: none;
    }

    .meal-plan-page footer {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width:680px) {
    .login-register-screen .form-backcover {
        width: 100%;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .my-account-screen tr td, .my-account-screen tr th {
        white-space: nowrap;
    }
}

@media only screen and (max-width:580px) {
    section.benifit-section .main-heading.center {
        margin-bottom: 20px;
        margin-top: 34px;
    }

    .service-inner-sec select {
        width: 100%;
    }

    .swiper-container.gallery-top.swiper-container-initialized.swiper-container-horizontal {
        height: 100% !important;
    }

    .products-details-tab .tabs li a {
        width: 100%;
        margin-bottom: 12px;
    }

    .products-details-tab .tabs li {
        width: 100%;
    }

    .what-is-weekbox-inside {
        padding-top: 172px;
    }

    #secondary {
        width: 100%;
    }

    .service-inner-sec select {
        width: 100% !important;
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .cart-buttons .default-btn {
        display: block;
        margin-bottom: 14px;
    }

    section.inner-page-banner .page-title {
        font-size: 34px;
    }

    .our-menues-section .nav .nav-link {
        width: 64px;
    }

    .text-login {
        display: none;
    }

    .login-register-page .main-header-menu .navbar-brand, .login-register-page .main-header-menu .navbar-brand img {
        left: 50% !important;
    }
}

@media only screen and (max-width:480px) {
    .home-page-banner .banner-btn {
            font-size: 12px;
    }
    .nav-meal-type {
        padding-left: 1% !important;
    }

        .nav-meal-type li {
            width: 23%;
            display: flex;
            text-align: center;
        }

    .menu-right-part1 {
        position: absolute;
        right: 0;
        top: 7px;
        width: 121px;
    }

    .main-header-menu a.light-btn {
        line-height: 21px;
        font-size: 12px;
        padding-left: 6px;
        padding-right: 3px;
    }

    .what-is-weekbox-inside {
        padding-top: 122px;
    }

    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
        position: relative !important;
        right: 0;
        bottom: 0 !important;
        margin-top: 12px;
    }

    .product-details-desc .product-add-to-cart .default-btn {
        float: left !important;
        margin-top: 14px;
    }

    .address-part {
        max-width: 90%;
        padding-left: 0;
        padding-right: 0;
    }

    .cart-result-list.show-on-tablet, .two-features {
        max-width: 90%;
    }

    .our-menues-section .nav .nav-link {
        width: 53px;
    }

    .home-page-banner h1 {
        font-size: 40px;
    }

    .newsletter {
        padding-right: 10px;
        padding-left: 10px;
    }

    .solid-btn {
        padding-left: 15px;
        padding-right: 16px;
    }

    section.how-it-works-section .featured-image {
        max-width: 300px;
    }

    .bordered-div .row {
        padding-bottom: 40px;
    }

    .how-it-works-section .bordered-div .row:after {
        top: 48%;
    }
    .meals-menu {
            top: -22px;
    }
}

@media only screen and (max-width:420px) {
    .how-it-works-section .bordered-div .row:after {
        top: 46%;
    }
}

@media only screen and (max-width:360px) {
    .what-is-weekbox-inside {
        padding-top: 100px;
    }
}










div.mm-dropdown {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 3px;
    position: relative;
}

    div.mm-dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border: 0;
        position: absolute;
        background: #fff;
        box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
        width: 100%;
    }

        div.mm-dropdown ul li, div.mm-dropdown div.textfirst {
            padding: 0;
            color: #333;
            border-bottom: 1px solid #ddd;
            padding: 5px 10px;
            min-width: 80px;
        }

.textfirst img {
    margin-right: 10px;
}

div.mm-dropdown div.textfirst img.down {
    float: right;
    margin-top: 5px;
}

div.mm-dropdown ul li:last-child {
    border-bottom: 0;
}

div.mm-dropdown ul li {
    display: none;
    padding-left: 10px;
}

    div.mm-dropdown ul li.main {
        display: block;
    }

    div.mm-dropdown ul li img {
        width: 20px;
        height: 20px;
    }

.textfirst {
    display: flex;
    align-items: center;
    justify-content: center;
}

/****************/
.newsletter-form-design .solid-btn.subscribe-btn {
    line-height: 20px;
}
/*
Cart Area Style
================================*/
.cart-table table {
    margin-bottom: 0;
}

.form-control {
    height: 50px;
    color: #6e6e6e;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.cart-table table thead {
    text-align: center;
}

    .cart-table table thead tr th {
        border-bottom-width: 0px;
        vertical-align: middle;
        padding: 0 0 15px;
        text-transform: uppercase;
        border: none;
        font-weight: 700;
        font-size: 16px;
    }

.cart-table table thead {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: left;
}

.same-width {
    width: 20%;
}

.cart-table table tbody tr td.product-thumbnail img {
    width: 100px;
    height: 100px;
}

.cart-page-l .product-quantity {
    width: auto;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-name a {
    color: #666666;
    font-weight: 600;
    display: inline-block;
}

    .cart-table table tbody tr td.product-name a:hover {
        color: #333333;
    }

.cart-table table tbody tr td.product-price span {
    font-weight: 500;
}


.cart-table table tbody tr td.product-subtotal .remove {
    color: #666666;
    float: left;
    position: relative;
    top: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
    text-align: center;
    padding: 22px 20px;
}

.cart-table table tbody tr td {
    text-align: left;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
}

table {
    border-collapse: inherit;
}

.cart-table table thead tr th {
    padding: 22px 20px;
}

.cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 22px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.cart-table table tbody tr td.product-subtotal .remove:hover {
    color: red;
}

table {
    border-collapse: collapse;
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

    .cart-table table tbody tr td.product-quantity .input-counter a {
        position: absolute;
        top: 0;
        background-color: transparent;
        cursor: pointer;
        color: #d0d0d0;
        width: 40px;
        height: 100%;
        line-height: 48px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 35px;
    }

        .cart-table table tbody tr td.product-quantity .input-counter a:hover {
            color: #333333;
        }

        .cart-table table tbody tr td.product-quantity .input-counter a.minus-btn {
            left: 0;
        }

        .cart-table table tbody tr td.product-quantity .input-counter a.plus-btn {
            right: 0;
        }

    .cart-table table tbody tr td.product-quantity .input-counter input {
        height: 45px;
        color: #333333;
        outline: 0;
        display: block;
        border: none;
        background-color: #f8f8f8;
        text-align: center;
        width: 100%;
        font-size: 17px;
        font-weight: 600;
    }

        .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
            color: #333333;
        }

        .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
            color: #333333;
        }

        .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
            color: #333333;
        }

        .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
            color: #333333;
        }

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin: auto;
}

    .cart-totals h3 {
        margin-bottom: 25px;
        font-weight: 700;
    }

    .cart-totals ul {
        padding: 0;
        margin: 0 0 25px;
        list-style-type: none;
    }

        .cart-totals ul li {
            border: 1px solid #eaedff;
            padding: 10px 15px;
            color: #323232;
            overflow: hidden;
            font-weight: 700;
        }

            .cart-totals ul li:first-child {
                border-bottom: none;
            }

            .cart-totals ul li:last-child {
                border-top: none;
            }

            .cart-totals ul li span {
                float: right;
                color: #666666;
                font-weight: normal;
            }

.cart-area .nice-select {
    height: 50px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px;
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

    .cart-area .coupon-wrap h3 {
        padding-bottom: 25px;
    }

    .cart-area .coupon-wrap .form-group {
        margin-bottom: 18px;
    }

.cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 40px;
}

.plus-btn img {
    width: 15px;
}

.minus-btn img {
    width: 15px;
}

.remove img {
    width: 18px;
}

.default-btn {
    height: 50px;
    background: #3b7501;
    border: 1px solid #3b7501;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    text-align: center;
    padding-top: 14px;
    padding-bottom: 15px;
}

    .default-btn:hover {
        color: #ffffff;
    }

.text-right {
    text-align: right !important;
}

.ptb-100 {
    padding-top: 80px;
    padding-bottom: 100px;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
    display: table-cell;
}
/*
Page-navigation Area Style
================================*/
.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
}

    .page-navigation-area .page-link {
        color: #3a8d00;
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 15px #d0d0d0;
        box-shadow: 0 0 15px #d0d0d0;
        width: 40px;
        height: 40px;
        border: 1px solid #ffffff;
        line-height: 24px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 700;
    }

        .page-navigation-area .page-link i {
            margin-right: -4px;
            font-size: 18px;
        }

        .page-navigation-area .page-link:hover {
            color: #ffffff;
            background-color: #232122;
            border: 1px solid #232122;
        }

        .page-navigation-area .page-link:focus {
            z-index: 2;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .page-navigation-area .page-link.page-links i::before {
            margin-left: -4px;
        }

    .page-navigation-area .page-item {
        padding: 0 8px 0;
    }

        .page-navigation-area .page-item:first-child .page-link {
            border-radius: none;
        }

        .page-navigation-area .page-item:last-child .page-link {
            border-radius: none;
        }

        .page-navigation-area .page-item.active .page-link {
            z-index: 1;
            color: #ffffff;
            background-color: #232122;
            border-color: #3a8d00;
        }

/*
/*****products****/
.search-boxes .form-group {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0 rgb(105 105 105 / 12%);
    border-radius: 50px;
    display: flex;
}

.search-boxes input {
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 12px 22px;
    font-size: 14px;
    border-radius: 15px;
    position: relative;
}

.search-boxes i {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 22px;
    color: #009c43;
}

.shop_toolbar_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 8px 10px;
    margin: 0 0 30px;
    background: #f7f7f7;
    overflow: hidden;
}

.nice-select.wide {
    background: #fff !important;
}

.clearfix {
    clear: both;
}

.service-inner-sec select {
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 11px 8px;
    display: inline-block;
    width: 197px;
}

.toolbar-sorter {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: flex-end;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.toolbar-sorter label {
    font-weight: 900;
    margin-bottom: 0;
    margin-right: 15px;
    color: #323232;
    text-transform: capitalize;
    display: inline-block;
}

select:focus-visible {
    outline: none;
}

option {
    background: #ffffff none repeat scroll 0 0;
    padding: 5px 0 5px 10px;
}

option {
    color: #000;
    background-color: #fff;
}

.nice-select.wide {
    background: #fff !important;
}

.nice-select.wide {
    width: 100%;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.single-product-box {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background-color: #ffffff;
    text-align: center;
}


    .single-product-box .product-content {
        background: #ffffff;
        text-align: left;
        padding-top: 30px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .single-product-box .product-content h3 {
            margin-bottom: 10px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            color: #333333;
            line-height: 1;
            font-size: 18px;
            font-weight: 700;
        }

        .single-product-box .product-content ul {
            margin-bottom: 10px;
            line-height: 1;
        }

.product-main-cn h3, .product-main-cn span {
    display: inline-block !important;
}

.single-product-box .product-content ul li {
    display: inline-block;
}

    .single-product-box .product-content ul li i {
        color: #734c23;
    }

.single-product-box .product-content span {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    float: right;
    font-weight: 900;
}

.single-product-box .product-content .default-btn {
    padding: 10px 10px;
    display: inline-block;
    line-height: 30px;
}

.single-product-box .btn-box {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
    text-align: center;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .single-product-box .btn-box a i {
        font-size: 15px;
        display: inline-block;
        color: #734c23;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #ffffff;
        border-radius: 50%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 600;
    }

        .single-product-box .btn-box a i:hover {
            color: #ffffff;
            background: #fe532f;
        }

.single-product-box:hover::before {
    opacity: 0.8;
}

.single-product-box:hover .btn-box {
    opacity: 1;
    visibility: visible;
    margin: -10px auto 0;
}

.single-product-box .product-offer {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 15px;
    right: 14px;
    background-color: #059e47;
    padding: 2px 15px;
    border-radius: 10px;
    font-size: 12px;
}

    .single-product-box .product-offer.offer-10 {
        background-color: #734c23;
    }

    .single-product-box .product-offer.hot-offer {
        background-color: #734c23;
    }

.single-product-box img {
    max-width: 100%;
    height: auto;
}

.btn-box a {
    width: 23px;
    font-size: 15px;
    display: inline-block;
    color: #734c23;
    width: 48px;
    height: 46px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 600;
    padding: 4px;
}

.product-image img {
    height: 200px;
}

.btn-box img {
    width: 20px;
    height: 20px !important;
}

.page-link img {
    width: 10px;
}

/**/
.product-quantity {
    width: auto;
}

.input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

    .input-counter span {
        position: absolute;
        top: 0;
        background-color: transparent;
        cursor: pointer;
        color: #d0d0d0;
        width: 40px;
        height: 100%;
        line-height: 48px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.minus-btn {
    left: 0;
}

.input-counter input {
    height: 45px;
    color: #333333;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.plus-btn {
    right: 0;
}

.product-quantity a.default-btn, .product-quantity .input-counter {
    margin-top: 14px;
}

.single-product-box .product-quantity {
    width: auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-product-box .input-counter span {
    top: 25%;
}

.single-product-box .input-counter input {
    border-radius: 20px;
}

.inner-d {
    width: 57px;
    float: left;
    margin-right: 3px;
    line-height: 14px;
    text-align: center;
    background: #3b7501;
    color: #fff;
    padding: 13px 3px;
    border-radius: 5px;
}

.single-product-box .product-content .inner-d span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.6px;
    color: #fff;
    float: initial;
    text-align: center;
}

.main-colm {
    margin-bottom: 10px;
    display: inline-block;
}

    .main-colm .inner-d {
        margin-top: 12px;
    }

.accordion-body label, .accordion-body select {
    width: 100%;
    margin-bottom: 11px;
}

.service-v2-sec .accordion-item:last-of-type .accordion-button.collapsed {
    padding: 10px 9px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.single-product-box {
    height: 100%;
}

.main-cob {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.search-img {
    width: 23px;
    height: 23px;
    position: relative;
    left: -18px;
    top: 10px;
}

.search-btn {
    margin-left: 7px;
    padding: 5px 10px;
    height: auto;
}

.inner-d p {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.service-inner-sec .single-product-box .product-content .default-btn {
    padding: 8px 12px;
    height: auto;
    float: right;
}

.page-navigation-area .page-link:hover img {
    filter: invert(1);
}
/*product-detail-page*/
.producer img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.margin-top-20 {
    margin-top: 20px;
}

.product-details-image {
    background-color: transparent;
}

.producer img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.product-details-desc .price {
    font-size: 28px;
}

.main-bgs .product-details-image {
    background-color: #ffffff !important;
}

.product-details-desc .product-add-to-cart .input-counter span {
    background-color: white;
}

.product-details-area {
    background: #f7f7f7;
    padding-bottom: 50px;
}

.shop-area h2 {
    margin-bottom: 50px;
}

.product-details-desc .product-add-to-cart .input-counter input {
    background-color: #ffffff;
}

.products-details-tab .tabs li a {
    background: #fff;
}

.product-details-area.main-bgs {
    padding-bottom: 100px;
}

.products-details-tab .tab_content {
    background: #fff;
}

.service-v2-sec .widget-area .widget .widget-title::before {
    display: none;
}
/*
Product Details Style
================================*/
.product-details-desc h3 {
    margin-bottom: 12px;
    font-weight: 700;
}

.product-details-desc p {
    margin-bottom: 0;
}

.product-details-desc .price {
    margin-bottom: 10px;
    color: #333333;
    font-weight: 700;
}

    .product-details-desc .price .old-price {
        text-decoration: line-through;
        color: #828893;
        font-size: 13px;
    }

.product-details-desc .product-review {
    margin-bottom: 15px;
}

    .product-details-desc .product-review .rating {
        display: inline-block;
        padding-right: 5px;
        font-size: 14px;
    }

        .product-details-desc .product-review .rating i {
            color: #ffba0a;
        }

    .product-details-desc .product-review .rating-count {
        display: inline-block;
        color: #333333;
        border-bottom: 1px solid #333333;
        line-height: initial;
    }

        .product-details-desc .product-review .rating-count:hover {
            color: #3a8d00;
            border-color: #3a8d00;
        }

.product-details-desc .product-add-to-cart {
    margin-top: 20px;
}

    .product-details-desc .product-add-to-cart .input-counter {
        max-width: 130px;
        min-width: 130px;
        margin-right: 10px;
        text-align: center;
        display: inline-block;
        position: relative;
    }

        .product-details-desc .product-add-to-cart .input-counter span {
            position: absolute;
            top: 0;
            background-color: transparent;
            cursor: pointer;
            color: #d0d0d0;
            width: 40px;
            height: 100%;
            line-height: 48px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .product-details-desc .product-add-to-cart .input-counter span:hover {
                color: #333333;
            }

            .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
                left: 0;
            }

            .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
                right: 0;
            }

        .product-details-desc .product-add-to-cart .input-counter input {
            height: 45px;
            color: #333333;
            outline: 0;
            display: block;
            border: none;
            background-color: #f8f8f8;
            text-align: center;
            width: 100%;
            font-size: 17px;
            font-weight: 600;
        }

            .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
                color: #333333;
            }

            .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
                color: #333333;
            }

            .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
                color: #333333;
            }

            .product-details-desc .product-add-to-cart .input-counter input::placeholder {
                color: #333333;
            }

    .product-details-desc .product-add-to-cart .default-btn {
        border: none;
        cursor: pointer;
        float: right;
    }

    .product-details-desc .product-add-to-cart .btn {
        height: 45px;
        top: -2px;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
    }

        .product-details-desc .product-add-to-cart .btn i {
            margin-right: 2px;
        }

.product-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

    .product-details-desc .buy-checkbox-btn input {
        display: none;
    }

    .product-details-desc .buy-checkbox-btn .cbx {
        margin: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .product-details-desc .buy-checkbox-btn .cbx span {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

            .product-details-desc .buy-checkbox-btn .cbx span:first-child {
                position: relative;
                width: 18px;
                height: 18px;
                border-radius: 3px;
                -webkit-transform: scale(1);
                transform: scale(1);
                vertical-align: middle;
                border: 1px solid #ebebeb;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
                    position: absolute;
                    top: 3px;
                    left: 2px;
                    fill: none;
                    stroke: #ffffff;
                    stroke-width: 2;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    stroke-dasharray: 16px;
                    stroke-dashoffset: 16px;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    background: #333333;
                    display: block;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    opacity: 1;
                    border-radius: 50%;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

            .product-details-desc .buy-checkbox-btn .cbx span:last-child {
                padding-left: 4px;
                color: #57647c;
            }

        .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
            border-color: #333333;
        }

    .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
        background: #333333;
        border-color: #333333;
        -webkit-animation: wave 0.4s ease;
        animation: wave 0.4s ease;
    }

        .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
            stroke-dashoffset: 0;
        }

        .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
            -webkit-transform: scale(3.5);
            transform: scale(3.5);
            opacity: 0;
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

    .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
        margin-top: 15px;
    }

    .product-details-desc .buy-checkbox-btn .btn {
        display: block;
        width: 100%;
    }

    .product-details-desc .buy-checkbox-btn .default-btn {
        text-transform: uppercase;
        display: block;
        text-align: center;
    }

.product-details-desc .custom-payment-options {
    margin-top: 20px;
}

    .product-details-desc .custom-payment-options span {
        display: block;
        color: #57647c;
        margin-bottom: 8px;
    }

    .product-details-desc .custom-payment-options .payment-methods a {
        display: inline-block;
    }

        .product-details-desc .custom-payment-options .payment-methods a img {
            width: 40px;
            margin-right: 5px;
        }

.product-details-image {
    text-align: center;
    background-color: #f7f7f7;
}

.tab .tabs_item {
    display: none;
}

    .tab .tabs_item:first-child {
        display: block;
    }

.products-details-tab {
    margin-top: 50px;
}

    .products-details-tab .tabs {
        list-style-type: none;
        margin-bottom: -1px;
        padding-left: 0;
    }

        .products-details-tab .tabs li {
            display: inline-block;
            line-height: initial;
            margin-right: 5px;
        }

            .products-details-tab .tabs li a {
                display: inline-block;
                position: relative;
                text-transform: uppercase;
                color: #333333;
                border: 1px solid #eeeeee;
                padding-top: 15px;
                padding-bottom: 15px;
                padding-right: 30px;
                padding-left: 48px;
                font-weight: 700;
            }

                .products-details-tab .tabs li a .dot {
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 30px;
                    width: 12px;
                    height: 12px;
                    border: 1px solid #333333;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    border-radius: 50%;
                }

                    .products-details-tab .tabs li a .dot::before {
                        position: absolute;
                        top: 0;
                        content: '';
                        left: 0;
                        right: 0;
                        bottom: 0;
                        background: #333333;
                        margin: 2px;
                        border-radius: 50%;
                        -webkit-transition: 0.5s;
                        transition: 0.5s;
                    }

                .products-details-tab .tabs li a:hover {
                    color: #ffffff;
                    background-color: #232122;
                    border-color: #3a8d00;
                }

                    .products-details-tab .tabs li a:hover .dot {
                        border-color: #ffffff;
                    }

                        .products-details-tab .tabs li a:hover .dot::before {
                            background: #ffffff;
                        }

                .products-details-tab .tabs li a:focus {
                    color: #ffffff;
                    background-color: #3a8d00;
                    border-color: #3a8d00;
                }

                    .products-details-tab .tabs li a:focus .dot {
                        border-color: #ffffff;
                    }

                        .products-details-tab .tabs li a:focus .dot::before {
                            background: #ffffff;
                        }

            .products-details-tab .tabs li:last-child {
                margin-right: 0;
            }

            .products-details-tab .tabs li.current a {
                color: #ffffff;
                background-color: #232122;
                border-color: #3a8d00;
            }

                .products-details-tab .tabs li.current a .dot {
                    border: 1px solid #ffffff;
                }

                    .products-details-tab .tabs li.current a .dot::before {
                        background: #ffffff;
                    }

    .products-details-tab .tab_content {
        border: 1px solid #eeeeee;
        padding: 30px;
    }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
            margin-bottom: 20px;
            font-size: 14px;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
                margin-bottom: 0;
            }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
            text-align: left;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
                border: 1px solid #eeeeee;
                border-bottom: none;
                padding: 10px 15px;
                color: #57647c;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
                    border-bottom: 1px solid #eeeeee;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
                    display: inline-block;
                    width: 30%;
                    color: #333333;
                    font-size: 16px;
                    font-weight: 600;
                }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
            margin-bottom: 15px;
            font-weight: 700;
        }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
            position: relative;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
                display: inline-block;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
                    color: #ffba0a;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
                    color: #ffba0a;
                    font-size: 14px;
                }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
                margin-bottom: 0;
                display: inline-block;
                padding-left: 5px;
                line-height: initial;
            }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
                position: absolute;
                right: 0;
                bottom: 10px;
                padding: 10px 11px;
                font-size: 16px;
                line-height: 32px;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
                    border: none !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    border: 4px;
                    background-color: #333333;
                }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
            margin-top: 35px;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
                margin-top: 30px;
                position: relative;
                padding-right: 200px;
                border-top: 1px dashed #eeeeee;
                padding-top: 30px;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
                    color: #ffba0a;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
                    font-size: 14px;
                    color: #ffba0a;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
                    margin-top: 10px;
                    margin-bottom: 10px;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
                    margin-bottom: 10px;
                    font-size: 13px;
                    display: block;
                }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
                        font-weight: 600;
                    }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
                    margin-bottom: 0;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
                    position: absolute;
                    right: 0;
                    color: #57647c;
                    top: 40px;
                    text-decoration: underline;
                }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
                        color: #ff4800;
                    }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
            margin-top: 30px;
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
                margin-bottom: 20px;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
                    color: #444444;
                    text-transform: uppercase;
                    font-size: 13px;
                    font-weight: 600;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
                    padding-top: 15px;
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
                    font-size: 14px;
                }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
                border-radius: 0;
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border: none;
                    border-radius: 0;
                }

.suitable-menu-related::after {
    display: none;
}

.product-details-desc input {
    background: #fff !important;
}

.product-details-area .default-btn img {
    filter: invert(1);
}

.product-details-desc .product-add-to-cart .default-btn {
    padding: 0 12px;
}

.product-details-image img {
    width: 100%;
}

.product-details-desc h1 {
    font-weight: 600;
    margin-top: 12px;
}

.main-colm {
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
}

.selcts label {
    width: 100%;
}

.selcts select {
    width: 100%;
}

.product-image img {
    height: 200px;
    object-fit: contain;
}

.selcts label {
    width: 100%;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.mt-3 {
    margin-top: 42px;
    display: block;
    font-size: 24px;
}

.legend-con li span.chart-legend {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.select-range .pmd-range-slider.noUi-target {
    height: 5px;
    margin: 3px 0px;
    background: #ea8d4b;
    border-radius: 0;
}

.select-range.green .pmd-range-slider.noUi-target {
    background: #ea8d4b;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #000000 !important;
}

.accordion-item .accordion-collapse, .accordion-item .accordion-button {
    border-left: initial !important;
    border-bottom: initial !important;
    border-right: initial !important;
}

.service-v2-sec .accordion-item:last-of-type .accordion-button.collapsed {
    border: 1px solid #ddd !important;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f1f1f1;
    border-top: transparent !important;
}

.service-v2-sec .accordion-header:focus-visible {
    outline: none !important;
}

.service-v2-sec .accordion-item:focus-visible {
    outline: none !important;
}

#faq-accordion:focus-visible {
    outline: none !important;
}

.progress-bar-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.value-record-frame, .select-range {
    text-align: center;
    display: inline-block;
    width: 100%;
}

    .value-record-frame h5 {
        position: relative;
        font-size: 16px;
        margin-bottom: -5px;
    }

    .value-record-frame h5 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .value-record-frame h5:before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            z-index: 0;
        }

        .value-record-frame h5 input {
            border: none !important;
            padding: 0;
            position: relative;
        }

    .select-range h5 input {
        max-width: 28px;
        text-align: right;
    }

    .select-range .pmd-range-slider.noUi-target {
        z-index: 0;
        position: relative;
    }

    .select-range .pmd-range-slider.noUi-target {
        height: 5px;
        margin: 3px 0px;
        background: #ea8d4b;
        border-radius: 0;
    }

.noUi-base {
    border-radius: 20px;
}

.select-range.pmd-range-slider.noUi-background, .select-range .pmd-range-slider .noUi-background {
    height: 5px;
}

.product-details-area .pmd-range-slider.noUi-background, .product-details-area .pmd-range-slider .noUi-background {
    height: 6px;
    background: #000;
}

.select-range .pmd-range-slider .noUi-handle {
    background: #ffffff;
    box-shadow: 0 0 5px 0 #adadad;
    display: none;
}

.pmd-range-slider .noUi-handle {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    cursor: ew-resize;
    background: #ed8c4a;
}

.value-record-frame h5 input {
    border: none !important;
    padding: 0;
    position: relative;
}

.select-range h5 input {
    max-width: 28px;
    text-align: right;
}

#select_your_carbs {
    background: rgb(123, 186, 231);
}

div#select_your_fat {
    background: rgb(121, 119, 194);
}

div#select_your_protein {
    background: rgb(255, 192, 0);
}

.pswp img {
    max-width: none;
    object-fit: contain !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}

:root {
    --swiper-theme-color: #000000 !important;
}

.select-range {
    position: relative;
    margin: 15px 0px;
}

    .select-range:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        z-index: 0;
    }

    .select-range input {
        border: 1px solid #dadada;
        max-width: 42px;
        text-align: center;
        border-radius: 3px;
        color: #000;
    }

.counting {
    display: flex;
    width: 53px;
}

.gallery-thumbs img {
    border: 1px solid #ddd;
}

.gallery-thumbs .swiper-slide {
    width: 135px !important;
}

.swiper-containers.gallery-thumbs.swiper-container-initialized.swiper-container-horizontal.swiper-container-free-mode.swiper-container-thumbs {
    width: 100%;
    overflow: hidden;
}


.caroudel-testimonial-slider {
    padding-bottom: 40px;
}

    .caroudel-testimonial-slider .carousel-indicators {
        margin-bottom: -30px;
        z-index: 33;
    }

        .caroudel-testimonial-slider .carousel-indicators [data-bs-target] {
            width: 10px !important;
            height: 10px !important;
            border-radius: 100%;
            background: #dedede;
            border: none;
        }

    .caroudel-testimonial-slider .container {
        max-width: 950px;
    }

    .caroudel-testimonial-slider .carousel-indicators .active {
        background: #232122 !important;
        transform: scale(1.2);
    }

    .caroudel-testimonial-slider .font-weight-bolder {
        font-weight: 700;
    }


.table-wrap {
    background: #F8F9FB;
}

.tab-row-one {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.tab-heading, .blank-td {
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    min-height: 77px;
    border-bottom: 1px solid #e1e4e8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-box {
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .quantity-box p {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        line-height: 24px;
    }

        .quantity-box p small {
            font-weight: 400;
            color: #8b8b8b;
        }

.icon-with-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    min-height: 100px;
}

    .icon-with-text img {
        margin-right: 13px;
        max-width: 40px;
    }

    .icon-with-text h2 {
        font-weight: 600;
    }

.tab-row-one .column {
    width: 25%;
    border-right: 1px solid #e1e4e8;
    border-bottom: 1px solid #e1e4e8;
}

.company-logo img {
    width: 100%;
    padding: 17px;
    max-width: 170px;
    margin: 0 auto;
    display: block;
}

.quantity-box.green-box {
    background-color: #232122;
    background-image: linear-gradient(114deg,#232122 1%,#537627 98%);
    font-weight: 700;
    color: #fff;
    border-top: 1px solid #e1e4e8;
}

    .quantity-box.green-box p small {
        color: #fff;
    }

.column.third-column:last-child {
    border-right: none;
}

.quantity-box .paragraph {
    font-weight: 500;
    line-height: 27px;
    font-size: 18px;
}

.quantity-box.green-box .paragraph {
    font-weight: 700;
}

.hidden-lg.hidden-md {
    display: none;
}


.from-blog-section .product-description h5 {
    font-weight: 600;
}

.from-blog-section .featured-image {
    position: relative;
    padding: 32% 10%;
    overflow: hidden;
}

    .from-blog-section .featured-image:hover img {
        transform: scale(1.06) rotate(2deg);
        transition: 0.5s all;
    }

    .from-blog-section .featured-image img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: scale(1) rotate(0deg);
        transition: 0.5s all;
    }

@media only screen and (max-width:768px) {

    .tab-row-one .column.first-column {
        width: 100%;
    }

        .tab-row-one .column.first-column .icon-with-text {
            padding: 5px 30px;
            min-height: 70px;
            justify-content: flex-start;
        }

    .tab-row-one .column.first-column {
        border-right: none;
    }

    .blank-td {
        display: none;
    }

    .tab-row-one .column {
        width: 33.33%;
    }

    .hidden-lg.hidden-md {
        display: flex;
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .column.third-column:last-child {
        border-right: none;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .tab-row-one .column {
        width: 50%;
    }

    .quantity-box {
        min-height: 100px;
        justify-content: flex-start;
    }

    .tab-heading, .blank-td {
        justify-content: flex-start;
    }

    .column.third-column .company-logo, .column.third-column .quantity-box.green-box {
        width: 50%;
    }
}
