.confirm-cart-wrapper{
    border-radius: 20px;
    padding: 50px 50px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.TotSummary span{
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}

.cart-table-header-wrapper{
    display: flex;
    flex-direction: row;
}

.cart-table-content-wrapper{
    display: flex;
    flex-direction: row;
    padding: 15px 0px 15px 10px;
}

.table-content span{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 600;
    /* margin-left: -10px; */
}

.table-content p{
    margin: 15px 0px;
    font-family: 'Montserrat', sans-serif;
    color: #000000b6;
    font-weight: 500;
    font-size: 16px;
}

.removeBtnWrapper{
    margin-bottom: 20px;
    margin-right: 20px;
    margin-right: 20px;
    /* padding: 2px 3px; */
    /* border: 1px solid #F9A620; */
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: relative;
}

.removeBtnWrapper input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.removeBtnWrapper input {
    opacity: 0;
    cursor: pointer;
}

.meal-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.DeliveryMethod select{
    border-radius: 25px;
    background: no-repeat;
    border: none;
    border: 1px solid #8E8E93;
    width: 75%;
    padding: 10px 10px 10px 10px;
    outline: none;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    color: #000000;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
    /* margin-top: 30px; */
    font-weight: 600;
}

.table-content{
    /* margin-top: 35px; */
}

.cart-meal-name{
    width: 65%;
}

.TotCalories{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.TotCalories p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* My Profile Style */

#myProfile{
    background-color: #F3F3F3;
    padding: 40px 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #D9D9D9;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #2D6E1E;
    position: relative;
}

.nav-pills .nav-link{
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #2D6E1E;
    position: relative;
    height: 60px;
    text-align: left;
    padding: 0 100px 0 40px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.profile-icon{
    padding-right: 10px;
}

#v-pills-tabContent{
    margin-top: 5px;
}

.account-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

.profile-img{
    border-radius: 50%;
    border: solid 10px #8E8E93;
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.acc-item-wrapper{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 30px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
}

.profile-green-heading{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: all 0.5s;
    color: #2D6E1E;
}

.btn-wrapper{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.edit-account{
    padding: 8px 15px 8px 15px;
    border: 1px solid #8E8E93;
    background-color: transparent;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    border-radius: 30px;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
}

.profile-img-det-wrapper{
    display: flex;
    justify-content: space-evenly;
}

.profile-img-det-wrapper h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
}

.profile-img-det-wrapper h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 12px;
}

.prof-name-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.order-summary-wrapper{
    padding-top: 10px;
    border-right: 3px solid #F3F3F3;
}

.order-item{
    margin-right: 20px;
    margin-bottom: 10px;
}

.date-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #F3F3F3;
    padding: 5px 15px;
}

.order-item h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #2D6E1E;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: .5;
}

.order-item .amount{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #8E8E93;
    font-size: 14px;
    letter-spacing: .5;
}

.order-item .item .name{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #8E8E93;
    font-size: 16px;
    letter-spacing: .5;
    padding: 5px 15px;
}

.ing-wrapper{
    display: flex;
    flex-direction: row;
    padding: 5px 15px;
}

.ing-wrapper span{
    background-color: #F3F3F3;
    border-radius: 10px;
    padding: 3px 8px;
    font-size: 8px;
    margin-right: 5px;
}

.ing-wrapper .igrediant{
    color: #61C029;
}

.ing-wrapper .calories{
    display: flex;
    align-items: center;
    color: #8E8E93;
}

.upper-details-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.profile-total-heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #8E8E93;
    font-size: 16px;
    letter-spacing: .5;
}

.order-right-wrapper{
    float: right;
    width: 100%;
}

.pl-40{
    padding-left: 40px;
}

.coupon-code-detail{
    text-align: right;
    border: 1px solid #8E8E93;
    width: max-content;
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #8E8E93;
    font-size: 16px;
    letter-spacing: .5;
    padding: 3px 5px 3px 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
}

.coupon-code-detail img{
    padding-left: 5px;
}

.coupon-code{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.order-r-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order-tot-calories{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    background-color: #F3F3F3;
    padding: 3px 8px;
    border-radius: 15px;
}

.sub-total{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
}

.sub-total-amount{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #2D6E1E;
    letter-spacing: .5;
}

.sub-total-amount span{
    font-size: 18px;
    padding-right: 10px;
}

.order-contact-us-wrapper{
        /* text-align: center; */
        float: right;
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px 0;
}

.order-contact-us-wrapper .contact-us{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #000000;
    letter-spacing: .5;
}

.orderphone{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #175085;
    letter-spacing: .5;
}

.btn-wrapper .save{
    padding: 5px 25px;
    background-color: #000000;
    border-radius: 25px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: .5;
}

.prof-btn-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.prof-btn-wrapper .edit-account:nth-child(2){
    margin-left: 20px;
}

.pro-pic-bottom-text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
    /* padding-left: 5px; */
    margin: 10px 5px;
}

.profile-edit{
    border: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    color: #61C029;
    font-weight: 500;
    letter-spacing: .5;
    display: flex;
    align-items: center;
}

.profile-edit img{
    padding-right: 5px;
}

.ques-label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: .5;
    font-size: 16px;
    color: #8E8E93;
}

.ques{
    background-color: transparent;
    border: 1px solid #8E8E93;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-top: 10px;
    outline: none;
    min-height: 120px;
    padding: 20px;
}

.meal-schedule-wrapper .list-group .list-group-item{
    height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: .5;
    font-size: 16px;
    border: none;
}

.progress-bar{
    background-color: #c7c6c6;
}

.wraperFaqTabs ul.nav{
    justify-content: space-between;
}

.wraperFaqTabs .nav .nav-item .nav-link{
    flex-direction: column !important;
    height: auto !important;
    padding: 10px 60px;
    background-color: #F3F3F3 !important;
    /* margin: 0 15px; */
    border-radius: 30px;
}

.wraperFaqTabs .nav .nav-item .nav-link.active{
    background-color: #e2e2e2 !important;
}

.wraperFaqTabs .nav .nav-item .nav-link img{
    width: 100px;
    /* height: auto; */
    padding: 20px;
}

.wraperFaqTabs .nav .nav-item .nav-link span{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: #2D6E1E;
}

.wraperFaqTabs .nav .nav-item .nav-link.active span{
    color: #61C029;
}

.wraperFaqTabs .nav .nav-item .nav-link.active span::after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #61C029;
    position: absolute;
    bottom: 0;
    left: 0;
}

.faq-heading{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}

.faq-content-wrapper{
    padding: 40px 0;
}

.faq-content-wrapper .accordion{
    padding-top: 20px;
    --bs-accordion-active-bg: #F3F3F3;
    --bs-accordion-active-color: #2D6E1E;
    --bs-accordion-btn-focus-border-color: none !important;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-border-color: none;
    --bs-accordion-btn-icon-width: 1.5rem;
}

.faq-content-wrapper .accordion .accordion-button{
    background-color: #F3F3F3;
    border-radius: 15px;
    margin: 5px 0;
    font-family: 'Montserrat', sans-serif;
    color: #2D6E1E;
    font-weight: 600;
    font-size: 20px;
}

.accordion-button:not(.collapsed)::after{
    background-image: var(--bs-accordion-btn-icon);
}

.faq-content-wrapper .accordion .accordion-body{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.container-medium{
    width: 1280px;
    margin: 0 auto;
}

.wraperFaqContact{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.wraperFaqContact h2{
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.wraperFaqContact h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.git-faq{
    background-color: #000000;
    border-radius: 30px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 25px;
    margin-top: 10px;
}

#faq-contact-us{
    padding-top: 20px;
    padding-bottom: 50px;
}

/* Contact Us */


.wraperContactUs h2{
    color: #2D6E1E;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
}

.wraperContactUs h2 span{
    color: #F9A620;
}

.contactimgWrapper img{
    width: 100%;
}

.contact-form{
    margin-right: 60px;
}

#address_section{
    padding: 60px 0;
}

.contactMapWrapper img{
    width: 100%;
}

.addressWrapper{
    display: flex;
    flex-wrap: wrap;
}

.addressWrapper .addressItem{
    width: 45%;
    background-color: #F3F3F3;
    display: flex;
    margin: 2.5%;
    padding: 20px 30px;
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
}

.addressWrapper .addressItem .AddImg {
    width: 30%;
    height: auto;
}

.addressWrapper .addressItem h4{
    font-family: 'Montserrat', sans-serif;
    margin: 15px 0px;
    font-weight: 600;
    /* font-size: 18px; */
}

.addressWrapper .addressItem p{
    font-family: 'Montserrat', sans-serif;
    margin: 5px 0px;
    font-weight: 400;
    font-size: 20px;
    color: #175085;
}

.addressWrapper .addressItem p.small{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.addressItem ul.SocIcons li {
    margin-right: 5px;

}

.contactMapWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}