.select-any-mealplan .selected-image img {
    -webkit-filter: sepia(100%);
}

.select-any-mealplan .active .selected-image img {
    -webkit-filter: none;
}

.solid-btn {
    height: 50px;
    background: #476B2D;
    border: 1px solid #476B2D;
    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: #375524 !important;
        color: #fff;
        box-shadow: none;
    }

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

.input-radio label {
    display: none;
}

.stripe-button-el {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 12px;
    height: 50px;
    background: #476B2D !important;
    border: 1px solid #476B2D !important;
    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;
}

    .stripe-button-el span {
        background: #476B2D !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stripe-button-el:hover {
        background: #375524 !important;
        color: #fff;
        box-shadow: none;
    }

.accordion-item .accordion-collapse1 {
    border: 2px solid rgb(71, 107, 45);
}

.two-features1 {
    padding-bottom: 0px;
}

.cart-result-list1 {
    max-width: 550px;
    padding: 20px 50px 0 50px;
}

.product-description {
    color: #212529;
}

.select-btns a:hover {
    background: rgb(211, 230, 165);
    font-weight: 600;
    color: #476B2D;
}

.featured-image .logo {
    max-height: 70px;
    width: auto;
    margin: 10px;
}

.gift-card {
    position: relative;
}

    .gift-card .gift-card-summery {
        position: absolute;
        top: 43%;
        right: 42%;
        font-weight: 800;
    }

.Gift-Card-amount {
    font-size: 50px;
}

.gift-card .Gift-Card-txt {
    font-size: 19px;
}

.btn-edit-profile {
    float: right;
    color: #476B2D;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #476B2D;
    height: 35px;
    width: 73px;
    text-align: center;
    line-height: 30px;
    border-radius: 7px;
    background: #ffffff;
}


    .btn-edit-profile:hover {
        color: #fff;
        background: #476B2D;
    }

a.light-btn.getstarted-btn {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    height: 60px;
    line-height: 59px;
    width: 25%;
    margin-bottom: 30px;
    color: #476B2D;
}

    a.light-btn.getstarted-btn:hover {
        border-width: 2px;
    }

.home-page-banner {
    height: 50vh;
}

.featured-image-full {
    min-height: 50vh;
}

.change-web-direct .submenu-menu {
    min-width: 80px;
    left: 0;
}

    .change-web-direct .submenu-menu li a img {
        margin-right: 8px;
    }
    .change-web-direct a img {
        margin-right: 1px;
    }
.change-web-direct {
    max-width: 100px;
}

@media only screen and (min-width: 768px) {
}
