.sweet_heading {
    text-align: center;
}

.sweet_icon img {
    width: 104px;
}

.sweet_heading h4 {
    font-weight: 400;
    margin-top: 1rem;
}

.city_name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    gap: 3rem;
    flex-wrap: wrap;
}

.city_name span {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.sweet_heading p {
    margin-top: 2rem !important;
    max-width: 900px;
    margin: 0 auto;
}

.sweet_row {
    margin-bottom: 30px;
}

.sweet_row__left {
    display: flex;
    gap: 1rem;
    align-items: end;
}

.sweet_img img {
    width: 348px;
    height: 348px;
    object-fit: contain;
}

.sweet_price__flex {
    font-weight: 600;
    display: flex;
    gap: 1rem;
}

.sweet_price__flex span {
    font-size: 18px;
}

.sweet_price p {
    font-size: 14px;
    color: #434343;
}

.sweet_quantity {
    margin-top: 2rem;
}

.sweet_quantity .form-select {
    border: 1px solid #000 !important;
    outline: none !important;
    box-shadow: none !important;
}

.sweet_row__right h3 {
    font-weight: 500;
    letter-spacing: 1px;
}

.sweet_row__right p {
    margin-top: 10px;
}

.sweet_right__flex {
    display: flex;
    margin-top: 1rem;
    gap: 1rem;
}

.ingredients label,
.desc label {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.desc,
.ingredients {
    width: 100%;
}

.desc h6 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 23px;
}

.ingredients ul {
    margin-top: 1rem;
    padding-left: 1.2rem !important;
}

.ingredients ul li {
    list-style: disc !important;
    font-size: 14px;
}

.sweet_flex .sweet_row__left {
    flex-direction: row-reverse;
}

/* sweet_descriptions */
.sweet_descriptions {
    border-top: 1px solid #ccc;
    padding: 40px 0;
}

.sweet_wrapper h3 {
    font-weight: 500;
    font-size: 25px;
    margin-top: 1rem !important;
}

.sweet_wrapper p {
    margin-top: 12px;
    font-size: 15px;
}

.sweet_wrapper ul {
    margin-top: 10px;
    padding-left: 19px !important;
}

.sweet_wrapper ul li {
    list-style: disc !important;
    margin-bottom: 10px;
    font-size: 15px;
}

.sweet_faqs {
    margin-top: 2rem;
}

.sweet_faqs h3 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px !important;
}

.questions h6::after {
    content: '\002B';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
    transition: .3s ease;
}

.faq_box.active .questions h6::after {
    content: '\2212';
    transition: .3s ease;
}

.questions h6 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 1rem;
    transition: all .5s ease;
}

.faq_box {
    margin-bottom: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.answer {
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.faq_box.active .questions h6 {
    color: var(--main-color);
}

.faq_box.active .questions h6 {
    transition: all .5s ease;
    padding-bottom: 0;
}

.faq_box.active .answer {
    height: auto;
    transition: all .5s ease;
}

.answer p {
    margin: 1rem 0 !important;
}


@media(max-width:992px) {
    .sweet_flex {
        flex-direction: column-reverse;
    }

    .sweet_row__left {
        margin-bottom: 1rem;
    }

    .sweet_row {
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }

    .sweet_row:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media(max-width:768px) {
    .sweet_wrapper h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .sweet_heading p {
        font-size: 14px;
        margin-top: 10px !important;
    }

    .sweet_heading h4 {
        font-size: 20px;
    }

    .city_name {
        gap: 13px;
    }

    .city_name span {
        font-size: 16px;
    }

    .sweet_wrapper p {
        margin-top: 12px !important;
        font-size: 14px;
    }

    .sweet_img img {
        width: 240px;
        height: 240px;
    }

    .sweet_wrapper p,
    .sweet_quantity {
        margin-top: 5px !important;
    }

    .sweet_content .myBtn {
        margin-top: 1rem;
    }

    .questions h6 {
        font-size: 16px;
        padding-right: 2rem;
    }

    .questions h6::after {
        right: 10px;
        top: 1rem;
        font-size: 23px;
    }
    .sweet_flex .sweet_row__left{
        flex-direction: row;
    }

    .answer p {
        font-size: 15px;
    }

    .sweet_faqs {
        margin-top: 0;
    }

    .sweet_faqs h3 {
        font-size: 22px;
    }

    .sweet_wrapper ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .sweet_wrapper ul,
    .desc h6 {
        margin-top: 5px;
    }

    .ingredients label,
    .desc label {
        font-size: 17px;
    }

    .sweet_wrappers {
        margin-bottom: 2rem;
    }

}

@media(max-width:576px) {
    .sweet_img img {
        height: 200px;
        width: 200px;
    }

    .sweet_price__flex span {
        font-size: 16px;
    }
}