.favrorite_content .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0 !important;
    gap: 1rem;
}

.favrorite_wrapper {
    background-color: var(--silver-color);
}

.favrorite_wrapper p {
    color: var(--black-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.nav-link.active {
    color: var(--white-color) !important;
}

.favrorite_wrapper .nav-link {
    color: #fff !important;
    background-color: var(--black-color) !important;
}

.eco_meal h6 {
    color: var(--black-color);
}

.nav-tabs .nav-link {
    border: 1px solid #ccc !important;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
}

.nav-link:hover {
    background-color: var(--black-color) !important;
    color: var(--white-color) !important;
}

.meal_left {
    margin-top: 1rem;
}

.meal_box {
    margin-bottom: 1rem;
}

.meal_box__img img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.meal_box__content h6 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: var(--black-color);
}

.lft-bottom-box {
    padding: 33px 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.input-wrapper {
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.input-wrapper input {
    width: 40px;
    height: 36px;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #fff;
}

.input-wrapper input:first-child {
    border-right: 1px solid #fff;
}

.input-wrapper input:last-child {
    border-left: 1px solid #fff;
}

.flex_box label {
    font-weight: 500;
    color: var(--black-color);
}

.flex_box {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.date input {
    padding: 5px;
}

.rgt-box {
    background-color: #F5F5F5;
    padding: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    border-radius: 30px;
}

.empty_img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.empty_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty_content {
    text-align: center;
}

.empty_content h3 {
    margin-top: 1rem;
    font-size: 26px;
    font-weight: 600;
    color: var(--black-color);
}

.empty_content p {
    font-size: 16px;
    margin-top: 5px;
}

/* details */


.details_wrapper {
    background-color: whitesmoke;
}

.padB10 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.details_box h6 {
    font-weight: 600;
    font-size: 15px;
}

.details_box ul {
    padding-left: 2rem !important;
    margin-top: 1rem;
}

.details_box ul li {
    margin-bottom: 6px;
    list-style: disc !important;
    font-size: 14px;
}

.details_box p {
    margin-top: 2rem;
}

.details_box p img {
    width: 360px;
    object-fit: contain;
}

.meal_row {
    margin-top: 1rem !important;
}

.meal_row p {
    margin-top: 1rem;
    font-size: 14px;
}

.rgt-box {
    display: none;
}
.cart_flex .quantity_box{
    border: 0;
}
.cart_box {
    background-color: var(--main-color);
    padding: 23px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    border-radius: 30px;
}

.cart_flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.cart_flex input {
    color: var(--white-color);
    border: 1px solid var(--white-color) !important;
}

.cart_flex input:first-child {
    border-right: 0 !important;
}
.cart_flex input:last-child{
    border-left: 0 !important;
}

.left-con label {
    font-weight: 500;
    font-size: 15px;
}

.meal_slider .slick-dots {
    bottom: 0;
    line-height: 0;
    transition: .3s ease-in;
    opacity: 0;
}

.meal_box__img:hover .slick-dots {
    opacity: 1;
    transition: .3s ease-in;
    bottom: 1rem;
}

.slick-dots li.slick-active button:before {
    display: none !important;
}

.slick-dots li {
    width: 6px !important;
    height: 6px !important;
    aspect-ratio: 1 !important;
    margin: 0 2px !important;
}

.slick-dots li button {
    transition: all 0.5s ease-in;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 32px;
    background: rgba(182, 182, 182, 0.5) !important;
}

.slick-dots li.slick-active button {
    background: var(--white-color) !important;
    width: 1.5rem !important;
    transition: all 0.5s ease-in;
}

.slick-dots li.slick-active {
    width: 1.5rem !important;
}

.slick-dots li button::before {
    display: none !important;
}

.quantity input {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background-color: transparent;
    text-align: center;
}
.lft-bottom-box .input-wrapper{
    border: 1px solid #000;
}
.input-wrapper input{
    color: var(--black-color);
}

.quantity input:first-child {
    border-right: 1px solid #000;
}

.quantity input:last-child {
    border-left: 1px solid #000;
}

.quantity_box {
    border-radius: 4px;
    display: flex;
    border: 1px solid #000;
}

.left-con {
    display: flex;
    flex-direction: column;
    color: var(--white-color);
}

.left-con span {
    font-weight: 600;
}

.close-btn a {
    display: block;
    text-align: right;
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
    margin-top: 4px;
}

.lab_wrapper {
    background-color: var(--coffee-color);
}

.lab_wrapper p {
    color: var(--white-color);
}

.total-box-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white-color);
}
.total-box-price span{
    color: var(--black-color);
}
.total-box-price .total_text {
    font-weight: 600;
    font-size: 20px;
}

.total-box-price .total {
    font-size: 22px;
    font-weight: 600;
}

.total-box {
    text-align: right;
}

.addition-charge {
    font-size: 14px;
    color: var(--black-color);
}

.meal-action button {
    border: 1px solid #000;
    color: var(--white-color);
    background-color: var(--coffee-color) !important;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    border-radius: 22px;
    letter-spacing: 1px;
    padding: 7px;
}

.meal-action {
    margin-top: 1rem;
}



/* order_summery */
.order_summery {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    transition: all 0.6s ease;
}

.order_summery.active {
    right: 0;
    transition: all 0.6s ease;
}

.order_summery__content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--white-color);
    width: 30%;
    height: 100%;
}

.order_close i {
    padding: 2rem;
    font-size: 35px;
    cursor: pointer;
    color: #434343;
}

.order_box {
    padding: 0 2rem 5rem 2rem;
    height: 92%;
    overflow-y: scroll;
}

.order_box__content h2 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
}

.luxury_meal {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.luxury_meal span {
    font-weight: 500;
}

.cart--amount {
    margin-top: 2rem;
}

.charges {
    text-align: right;
    font-weight: 500;
    font-size: 16px;
}

.contact_details {
    margin-top: 2rem;
}

.contact_details h3 {
    font-size: 25px;
    font-weight: 500;
}

.contact_input {
    margin-top: 1rem;
}

.contact_input input::placeholder,
.contact_input textarea::placeholder {
    color: #000;
}

.contact_input input,
.contact_input textarea,
.contact_input .form-select {
    width: 100%;
    box-shadow: none !important;
    padding: 10px;
    border: 1px solid #ccc !important;
    border: none;
    outline: none !important;
    cursor: pointer;
    color: #000;
    margin-bottom: 16px;
}

.city {
    display: block;
    margin-top: 3px;
    font-weight: 600;
}


@media(max-width:1400px) {
    .order_summery__content {
        width: 40%;
    }
}

@media(max-width:1200px) {
    .order_summery__content {
        width: 60%;
    }
}

@media(max-width:768px) {
    .order_summery__content {
        width: 90%;
    }
}

@media(max-width:576px) {
    .order_close i {
        padding: 20px 12px;
    }

    .order_box {
        padding: 0 12px 2rem 12px;
    }

    .order_box__content h2,
    .total-box-price .total {
        font-size: 19px;
    }

    .total-box-price .total_text {
        font-size: 17px;
    }

    .luxury_meal {
        flex-wrap: wrap;
    }

    .luxury_meal span,
    .city {
        font-size: 14px;
    }

    ;

    .details_box p img {
        width: 200px;
    }

    .meal_row {
        margin-top: 8px !important;
    }

    .details_box p {
        margin-top: 12px;
        font-size: 14px;
    }

    .details_box ul {
        margin-top: 10px;
    }

    .meal_row h6 {
        margin-top: 1rem !important;
    }

    .lft-bottom-box {
        gap: 1rem;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
    }

    .eco_meal h6 {
        font-size: 15px;
    }

    .meal_box__content h6 {
        margin-top: 2px;
    }

    .rgt-box {
        padding: 1rem;
        border-radius: 10px;
    }

    .empty_content h3 {
        font-size: 22px;
    }

    .empty_content p {
        font-size: 14px;
    }
}
@media(max-width:375px){
    .details_box p img {
        width: 230px;
    }
}