@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif !important;
    background-color: #FFFAE7 !important;
}

.logo {
    width: 70px;
}

.nav_box {
    background-color: #fffae7;
}
.short_dropdowns{
    min-width: 200px;
}
.short_dropdowns a:hover{
    color: #000 !important;
}
.short_dropdowns .dropdown-item.active{
    background: transparent;
}
.location_point {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 15px;

}

.location_point p {
    margin-bottom: 0px;
}

.head_rounds {
    border: #DCDCDC 1px solid;
    border-radius: 50px;
    padding: 5px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
}


@media screen and (width: 1024px) {

    .nav_container_box {
        margin: 10px !important;
        padding: 0px !important;
    }

    .navbar-brand {
        margin-right: 2px !important;
    }
       .hero_section video{
            width: auto !important;
            height: 100%;
        }
}

/* media screen tablet to mobile */
@media screen and (min-width: 0px) and (max-width: 768px) {
    .colbox_searchproduct{
        padding: 0px !important;
        margin-bottom: 10px;
    }
    .colbox_searchproduct .product_image_wrapper img{
        width: 100% !important;
    }
    .colbox_searchproduct h4{
        font-size: large !important;
    }
    .colbox_searchproduct .product_price span{
        font-size: large !important;
    }
    .colbox_searchproduct .product_price del{
        font-size: medium !important;
    }
    .colbox_searchproduct .product_card{
        padding: 10px !important;
    }
    .colbox_searchproduct .add_btn{
        font-size: medium !important;
        width: 30px !important;
        height: 30px !important;
    }
    .hero_content h1 {
        font-size: 25px !important;
    }

    .logo {
        width: 50px;
    }

    .hero_section {
        height: 400px !important;
    }

    .card_text {
        text-align: center;
    }
    
    .hero_section video{
    width: auto !important;
    height: 100%;
}

    .head_rounds {
        display: flex;
        justify-content: start;
        flex-direction: column;
        align-items: start;
        border: none !important;
    }

    .navbar_links {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .active {
        padding: 0px !important;
    }

    .nav_links li {
        padding: 8px 12px !important;
    }

    .location_point p {
        font-size: 12px !important;
    }

    .hero_content h5 {
        font-size: 20px !important;
    }

    .testmonial_header h3 {
        font-size: 25px !important;
    }

    .testmonial_header h2 {
        font-size: 30px !important;
    }

    .step_mushrooms h3 {
        font-size: 30px !important;
    }

    .step_mushrooms p {
        font-size: 20px !important;
    }

    .testmonial_header h2 {
        font-size: 25px !important;
    }

    .blog_content h3 {
        font-size: 20px !important;
    }

    .culinary_content h2 {
        font-size: 30px !important;
    }

    .culinary_content p {
        font-size: 24px !important;
    }

    .icon_card {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
        gap: 20px;
    }

    .product_details_box h3 {
        margin-top: 20px;
    }

    .product_cart_btn {
        padding: 10px 20px !important;
    }

    .main_progresstext span {
        font-size: small;
    }
    .main_tabssetting{
        position: unset !important;
        border: none !important;
        background-color: transparent !important;
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}

.search_box_container {
    position: relative;
    width: 300px;
}

.search_input_field {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 999px;
    outline: none;
    background-color: #f8f8f8;
    font-size: 16px;
}

.search_input_field::placeholder {
    color: #aaa;
}

.search_icon_right {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
    pointer-events: none;
}

.nav_links li {
    display: flex;
    align-items: center;
    gap: 2px;
}

.chart_box img{
    width: 25px;
}
.chart_box {
    background-color: #F7A032;
    border-radius: 40px;
    padding: 5px 15px;
    border: none;
    display: flex;
    
}

.chart_box span {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    min-width: 35px;
}

.active {
    background-color: #233118;
    color: #fff !important;
    border-radius: 30px;
    padding: 1px 15px;
}

.active img {
    filter: invert(100%) brightness(200%);

}

.hero_section {
    height: 550px;
    background: url( static_asset('assets/icons/hero-img.webp')) no-repeat center center/cover !important;
    background-color: reds;
    border-radius: 20px !important;
    position: relative;
    overflow: hidden;
}
.hero_section::after{
    position: absolute !important;
    content: "";
    height: 100%;
    width:100%;
    background: #00000091;
    top: 0px;
    left: 0px;
}
.hero_section video{
    width: 100%;
}
.hero_content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    font-family: Inter !important;
    text-align: center;
}

.hero_content h5 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    font-family: GQ Sans !important;
    text-align: center;
}

.hero_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}
.explore_btn {
    display: flex;
    align-items: center;
    background-color: #F7A032;
    color: white;
    font-weight: 600;
    font-size: 18px;
    border: none;
    border-radius: 999px;
    padding: 5px 25px 5px 5px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.explore_btn_circle {
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.explore_btn_text {
    margin-left: 12px;
}

.explore_btn_text {
    transition: transform 0.3s ease;
}

.explore_btn:hover .explore_btn_circle {
    transform: translateX(163px);

}

.explore_btn:hover .explore_btn_text {
    transform: translateX(-40px);
}

.product_card {
    background-color: #fffdf2;
    border: 1px solid #C9C9C9;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}

.product_image_wrapper {
    text-align: center;
    margin-bottom: 12px;
}


.product_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 150px;
}

.product_title {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 0;
    text-overflow: ellipsis !important;
}

.product_brand {
    color: #989898;
    font-size: 13px;
}

.product_price_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.product_price {
    font-size: 38px;
    font-weight: bold;
    color: #000;
}

.add_btn {
    background-color: #F7A032;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.add_btn:hover {
    background-color: #e68a00;
    transition: all 0.3s ease;
    transform: scale(1.1);
}

.add_btn i {
    color: #fff;
}


.icon_card {
    display: flex;
    align-items: start;
    /* justify-content: space-around; */
    gap: 30px;
}

.icon_card_shadow {
    background-color: #1b2a13;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 0;
}

.icon_card_main {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #233118;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_card_main i {
    font-size: 40px;
    color: #1b2a13;
}

.card_text h3 {
    color: #F7A032;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}

.card_text small {
    color: #000;
    font-size: 18px;

}

.steps_to_mushrooms {
    background-color: #233118;
    height: 100%;
}

.step_mushrooms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.step_mushrooms h3 {
    color: #F7A032;
    font-weight: 600;
    font-size: 40px;
    text-align: center;

}

.step_mushrooms p {
    color: #fff;
    font-size: 24px;
    text-align: center;

}

.delivery_step_card {
    background-color: #EED987;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
}


.step_card {
    background-color: #EED987;
    border-radius: 20px;
    padding: 40px 30px 30px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 350px;

}

.step_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.icon_floating {
    background-color: #ffffff;
    border: #EED987 2px solid;
    border-radius: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}


.step_card h5 {
    margin-top: 20px;
    font-weight: 600;
    color: #000;
}

.step_card p {
    margin: 10px 0 0;
    color: #333;
    font-size: 15px;
}

.testmonial_header h3 {
    color: #000;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;

}

.testmonial_header h2 {
    color: #F7A032;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}

.testimonial_card {
    background-color: #fff;
    border: #FF7A00 2px solid;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 100%;
    margin-top: 20px;
}

.rating_stars {
    color: #FF7A00;
}

.rating_stars .last_start {
    color: #C4C4C4;
}

.blog_veg_img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.blog_content small {
    background-color: #CFFFB0;
    color: #233118;
    font-weight: 500;
    border-radius: 12px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 30px;
    margin-bottom: 10px;
}

.blog_content h3 {
    color: #000;
    font-weight: 500;
    font-size: 32px;
    margin: 10px 0;
    margin-bottom: 20px;
}

.blog_content span {
    color: #A9A9A9;
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
}

.delicious_img {
    background-color: #E2F3FF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.blog_content_two small {
    background-color: #CFFFB0;
    color: #233118;
    font-weight: 500;
    border-radius: 12px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 30px;
    margin-top: 10px;
}

.blog_content_two .blog_date {
    color: #A9A9A9;
    font-size: 18px;
    font-weight: 500;
}

.culinary_section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.posi_relatedindex{
    position: relative;
    z-index: 1;
}
.culinary_section::after{
    position: absolute !important;
    content: "";
    height: 100%;
    width:100%;
    background: #00000091;
    top: 0px;
    left: 0px;
}
.culinary_content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;

}

.culinary_content p {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    margin-top: 20px;
}

.pulmonarios_img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.footer_section {
    background-color: #233118;

}

.footer_text small {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;

}

.footer_text p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer_links small {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer_links ul {
    list-style: none;
    padding: 0;
}

.footer_links ul li {
    margin-bottom: 10px;
}

.footer_links ul li a {
    color: #fff;
    text-decoration: none;
}

.footer_links ul li a:hover {
    text-decoration: underline;
}

.social_icons a i {
    color: #fff !important;
    font-size: 30px;
    margin-top: 40px;
    transition: color 0.3s ease, font-size 0.3s ease, transform 0.3s ease;
}

.social_icons a i:hover {
    color: #F7A032 !important;
    font-size: 30px;
}

/* give hover method somthing different for social icon */

.social_icons a i:hover {
    transform: scale(1.2);
}

.shop_now_btn {
    display: inline-flex;
    align-items: center;
    background-color: #F7A032;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 5px 25px 5px 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.shop_now_circle {
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    margin-right: 12px;
}

.shop_now_text {
    white-space: nowrap;
}

.shop_now_btn:hover .shop_now_circle {
    transform: translateX(187px);
}

.shop_now_btn:hover .shop_now_text {
    transform: translateX(-35px);
}

.main_display {
    width: 100%;
    height: auto;
    position: relative;
}

.main_display video,
.main_display img {
    width: 100%;
    border-radius: 8px;
}

.thumb_media {
    cursor: pointer;
    border: 2px solid transparent;
}

.thumb_media:hover {
    border-color: #ffc107;
}

.product_preview_box {
    max-width: 100%;
}

.main_view_box img,
.main_view_box video {
    width: 100%;
    max-height: 450px;
    border-radius: 10px;
    object-fit: contain;
}

.thumb_wrapper {
    width: 90px;
    height: 90px;
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #fff;
    transition: border 0.3s ease;
}

.thumb_wrapper:hover {
    border-color: #ffc107;
}

.thumb_active {
    border-color: #f7941d !important;
}

.thumb_image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px;
    border-radius: 10px;
    border: #DFDFDF 1px solid;
}

/* Play icon overlay for video thumbnail */
.video_thumb_overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 12px;
    border-radius: 50%;
    color: #333;
    font-size: 16px;
}

.product_details_box h4 {
    font-weight: 500;
    color: #233118;
    margin-bottom: 10px;

}

.product_details_box p i {
    color: #233118;
}

.product_details_box h2 {
    color: #233118;
    font-weight: 700;
}

.product_details_box h2 del {
    color: #A9A9A9;
    font-size: 24px;
}

.product_details_box h2 small {
    color: #000000;
    font-size: 18px;
}

.product_details_box p {
    color: #6F6F6F;

}

.product_quantity_box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.product_quantity_btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s;
}

.product_quantity_value {
    font-size: 18px;
    font-weight: 500;
}

.product_cart_btn {
    background-color: #F7A032;
    border: none;
    color: white;
    font-weight: 600;
    padding: 12px 60px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product_cart_btn:hover {
    background-color: #e68a10;
}

@media screen and (min-width: 0px) and (max-width: 768px) {}


.custom_accordion .accordion-button {
    font-weight: 600;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    padding-right: 2.5rem;
    transition: background 0.3s;
}

.custom_accordion .accordion-icon {
    position: absolute;
    right: 1rem;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.custom_accordion .accordion-button::after {
    display: none;
}

.custom_accordion .accordion-button.collapsed .accordion-icon::before {
    content: '+';
    font-weight: bold;
}

.custom_accordion .accordion-button:not(.collapsed) .accordion-icon::before {
    content: '−';
    font-weight: bold;
}

.custom_accordion .accordion-body {
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    padding: 1rem;
}

.custom_accordion .accordion-item {
    border-bottom: 1px solid #e0e0e0;
    background-color: transparent
}

.custom_accordion .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    border: none !important;
}

.review_toggle::after {
    content: "+";
    /* Default symbol */
    font-size: 1.2rem;
}

.review_toggle[aria-expanded="true"]::after {
    content: "−";
}

.review_toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    font-weight: 600;
}

.review_card p {
    margin-bottom: 0;
}

.review_card small {
    color: #858585;
    font-weight: 600;
}

.review_card .anylist_list {
    color: #858585;
    font-weight: 600;
}

.review_avatar {
    font-size: 0.9rem;
    font-weight: 600;
}

.ratting_summary i {
    color: #E7B66B;
}


.bar_color_rating {
    background-color: #E7B66B;
}

.review_avatar {
    width: 35px;
    height: 35px;
    background-color: #DDE0FF;
    color: #5465FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.view_product a {
    color: #F7A032 !important;
    text-decoration: none;
    font-weight: 500;
}

.related_products_title {
    color: #233118;
}

/* Container and Title */
.cart_title {
    font-weight: 700;
    font-size: 28px;
    color: #263A1D;
}

/* Cart Box */
.cart_box {
    background-color: #fff;
    border: 1px solid #F39200;
    border-radius: 25px;
    padding: 25px;
    height: 100%;
}

/* Cart Table Headers */
.cart_th {
    font-weight: 600;
    font-size: 16px;
    color: #263A1D;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/* Cart Item Row */
.cart_item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.cart_item_col img.cart_item_img {
    width: 60px;
    height: auto;
    border-radius: 5px;
}

.cart_item_detail {
    margin-left: 10px;
}

.cart_item_title {
    margin: 0;
    font-weight: 600;
    color: #263A1D;
}

.cart_item_weight {
    color: #F39200;
    font-size: 14px;
}

/* Quantity Buttons */
.qty_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.qty_btn {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #000;
}

.qty_num {
    font-size: 16px;
    font-weight: 500;
}

/* Price */
.cart_price {
    font-weight: 600;
    color: #263A1D;
}

/* Trash Icon */
.cart_delete_icon {
    color: #F44336;
    font-size: 18px;
    cursor: pointer;
}

/* Order Summary Box */
.order_summary_box {
    border: 1px solid #F39200;
    border-radius: 25px;
    padding: 25px;
    background-color: #fff;
    height: 100%;
}

.summary_title {
    font-weight: 600;
    color: #263A1D;
    margin-bottom: 20px;
}

.coupon_section {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.coupon_input {
    flex-grow: 1;
    padding: 8px 12px;
    border-radius: 20px  0px 0px 20px !important;
    border: none;
    background-color: #f0f0f0;
}

.apply_btn {
    background-color: #263A1D;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
}

/* Summary List */
.summary_line {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
}

.total {
    font-size: 18px;
    margin-top: 10px;
}

/* Checkout Button */
.checkout_btn {
    background-color: #F39200;
    color: white;
    padding: 15px 100px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    transition: 0.3s ease;
}

.checkout_btn:hover {
    background-color: #e68a10;
    transform: scale(1.05);
}

@media screen and (width: 1024px) {
    .cart_item_qty {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .checkout_btn {
        padding: 10px 50px;
    }
}

@media (max-width: 767px) {
    .cart_th {
        font-size: 14px;
    }
    
    .cart_box {
        padding: 15px;
    }

    .cart_item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .cart_item_col,
    .cart_item_qty,
    .cart_item_price,
    .cart_item_delete {
        width: 100%;
        text-align: left !important;
    }

    .order_summary_box {
        padding: 15px;
    }

    .apply_btn {
        /* margin-left: 0px !important; */
        padding: 10px !important;
    }

    .checkout_btn {
        padding: 10px 50px;
    }
}


.progress_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.step {
    position: relative;
    flex: 1;
    text-align: center;
}
.step.completed .step_circle {
    background-color: #F7A032;
}

.step.completed::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #e6e0d5;
     /*Default */
    top: 33%;
    right: -100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    
}

.step.completed.visited::after {
    background-color: #F7A032 !important;
}




.step_circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 2px solid #F7A032;
    background-color: white;
    color: #1b2d0b;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.page_title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.step_title {
    margin-top: 10px;
    font-size: 16px;
}

@media (max-width: 600px) {
    .step_title {
        font-size: small;
        white-space: nowrap;
    }


}

.checkout_section {
    padding: 40px 15px;
}

.checkout_box {
    border: 1px solid #F7A032;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
}

.checkout_box h4 {
    font-weight: bold;
    margin-bottom: 25px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
.checkout_box {
    padding: 20px;
}
}
.form-control {
    background-color: #f8f8f8;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.shipping_card {
    border: 1px solid #F7A032;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
}

.shipping_card.inactive {
    border-color: #ccc;
}

.radio_wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.radio_wrapper input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.custom_radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #F7A032;
    border-radius: 50%;
    box-sizing: border-box;
}

.radio_wrapper input[type="radio"]:checked+.custom_radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #F7A032;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.add_text {
    color: #F7A032;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
}

.proceed_btn {
    background-color: #F7A032;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 18px;
    width: 90%;
    transition: 0.3s ease;

}

.proceed_btn:hover {
    background-color: #e68a10;
    transform: scale(1.05);
}

.order_item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.coupon_input {
    background-color: #f4f4f4;
    border-radius: 20px;
    border: none;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
}


.apply_btn {
    background-color: #2e3b1f;
    color: #fff;
    border: none;
    border-radius: 0px 20px 20px 0px;
    padding: 10px 20px;
    font-size: 14px;
}
.coupon_section .input-group {
    flex-wrap: nowrap !important;
}

.order_totals p {
    margin: 5px 0;
}

.order_totals .total {
    font-weight: bold;
    font-size: 18px;
}

.order_totals .coupon {
    color: green;
}

@media (max-width: 768px) {
    .order_item img {
        width: 50px;
    }
}

.add_text {
    color: #F7A032;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

.address_modal {
    border-radius: 24px !important;
    padding: 30px;
    border: none;

}

.address_modal_title {
    font-weight: 700;
    color: #263A1E;
}

.address_label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #555;
    margin-bottom: 4px;
}

.address_input {
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 45px;
    font-size: 14px;
}

.address_input::placeholder {
    color: #aaa;
}

textarea.address_input {
    height: auto;
}

.cancel_btn {
    background-color: transparent;
    border: 1px solid #F7A032 !important;
    color: #F7A032 !important;
    border-radius: 20px !important;
    padding: 8px 30px !important;
    margin-right: 10px;
    transition: 0.3s ease !important;
}

.cancel_btn:hover {
    transform: scale(1.05);
}

.save_btn {
    background-color: #F7A032 !important;
    border: none;
    color: white !important;
    border-radius: 20px !important;
    padding: 8px 30px !important;
    transition: 0.3s ease !important;
}

.save_btn:hover {
    background-color: #e68a10 !important;
    transform: scale(1.05);
}

.payment_container {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #f7a032;
    margin: 0 auto;
}

.payment_heading {
    font-weight: 700;
    font-size: 20px;
    color: #1f2b14;
}

.payment_sub {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}

.custom_payment_radio_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #fff;
    cursor: pointer;
    transition: border 0.3s ease;
}

.custom_payment {
    position: relative;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #fff;
    cursor: pointer;
    transition: border 0.3s ease;
    width: 100%;
}

.custom_payment:hover {
    border-color: #f7a032;
}

.custom_payment input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.custom_payment input[type="radio"]:checked+.custom_payment_radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #F7A032;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.custom_payment_radio_wrapper:hover {
    border-color: #f7a032;
}

.custom_payment_radio_wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.custom_payment_radio {
    width: 25px;
    height: 25px;
    border: 2px solid #f7a032;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.custom_payment_radio_wrapper input[type="radio"]:checked+.custom_payment_radio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #F7A032;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.method_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    font-weight: 500;
    color: #1f2b14;
}

.method_details img {
    width: 40px;
    height: auto;
}

.card_form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form_row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form_input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    font-size: 14px;
}

.pay_btn {
    width: 90%;
    padding: 12px 0;
    margin-top: 20px;
    background-color: #f7a032;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s ease;
}

.pay_btn:hover {
    transform: scale(1.05);
    background-color: #e78b18;
}

.billing_box {
    background-color: #fff;
    padding: 20px;
    border: #F7A032 1px solid;
    border-radius: 20px;
}

.billing_address {
    border: #D6D6D6 1px solid;
    padding: 20px;
    border-radius: 15px;
}

.billing_address p {
    margin-bottom: 3px;
}

.oreder_complete_box {
    background-color: #fff;
    padding: 20px;
    border: #F7A032 1px solid;
    border-radius: 20px;
}

.oreder_complete_box h5 {
    color: #6C7275;
}

.mushroom_img {
    background-color: #FFFAE7;
    padding: 10px;
    border-radius: 18px;
    width: 30%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thankyou_container {
    text-align: center;
}

.order_id {
    color: #F7A032;
}

.thankyou_summary_container {
    background: #fffaf0;
    padding: 20px;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #f7a032;
}

.thankyou_summary_heading {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
}

.thankyou_summary_subtext {
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}

.thankyou_info_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    margin-bottom: 20px;
}

.thankyou_info_item {
    flex: 1 1 45%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.thankyou_icon {
    width: 18px;
    height: 18px;
    background-color: #f7a032;
    border-radius: 4px;
}

.calendar_icon::before {
    content: '\1F4C5';
}

.clock_icon::before {
    content: '\23F0';
}

.payment_icon::before {
    content: '\1F4B3';
}

.box_icon::before {
    content: '\1F4E6';
}

.info_label {
    font-weight: 500;
    color: #333;
}

.info_value {
    font-weight: 400;
    color: #222;
}

.info_value.muted {
    color: #aaa;
}

.thankyou_divider {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.thankyou_purchase_heading {
    font-weight: 600;
    margin-bottom: 15px;
}

.thankyou_purchase_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.thankyou_purchase_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.thankyou_purchase_img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #FFFAE7;
    border-radius: 8px;
    padding: 10px;
}

.thankyou_purchase_details {
    flex-grow: 1;
}

.thankyou_purchase_title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}

.thankyou_purchase_weight {
    color: #000;
    margin-bottom: 0px;
}

.thankyou_purchase_price {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}

.thankyou_total_amount {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.thankyou_button_wrapper {
    text-align: center;
    margin-top: 25px;
}

.thankyou_order_button {
    background-color: #f7a032;
    color: #fff;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s ease;
}

.thankyou_order_button:hover {
    background-color: #e78b18;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .thankyou_info_grid {
        flex-direction: column;
    }

    .thankyou_purchase_item {
        align-items: center;
        gap: 10px;
    }

    .thankyou_total_amount {
        flex-direction: column;
        align-items: flex-end;
    }
}

.login_form {
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px 0px 12px 0px #00000029;
    height: 100%;

}
.login_img_text {
  position: relative;
}


.login_img_caption {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  color: white; 
  padding: 10px 20px;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
.login_img_caption span {
font-weight: 400;
font-style: italic;
}

@media screen and (width: 1024px) {
    .login_img_caption {
        font-size: 24px !important;
        bottom: 10px !important;
    }
    
}

.login_form img {
    width: 80px;
    height: 80px;
}

.form_list h2 {
    margin-top: 50px;
    font-weight: bold;
}

.form_list label {
    color: #6C7275;
    font-size: 16px;
    margin-top: 30px;
}

.form_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.phn_input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    margin-top: 10px
}

.send_code_btn {
    background-color: #F7A032;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    margin-top: 50px;
    transition: 0.3s ease;
}

.send_code_btn:hover {
    background-color: #e68a10;
    transform: scale(1.05);
}

.create_account {
    color: #969696;
    margin-top: 20px;
}

.create_account a {
    color: #F7A032;
    font-weight: 600;
}

.otp_container {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

.otp_box {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #bbb;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease;
}

@media screen and (min-width: 0px) and (max-width: 425px) {
    .otp_box {
        width: 100%;
        height: 40px;
        font-size: 20px;
    }
    
}

.otp_box:focus {
    border-color: #f7a032;
}

.signup_inputs {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
    display: flex;
    margin-top: 4px;
}

/* product */
.profile_tabset {
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 20px;
}

.profile_tabset small {
    color: #8C8D8B;
}

.profile_tabset img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.main_tabssetting {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #F7A032;
}

.tab_btnssiders button {
    background-color: transparent;
    text-align: left;
    height: 40px;
    border-radius: 100px;
    margin-bottom: 10px;
    padding-left: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
    border: none;
}

.tab_activer {
    background-color: #F7A032 !important;
    color: #fff;
    font-weight: 500;
}

.heading_withsetting h4 {
    margin-bottom: 0px;
    font-weight: 600;
}

.heading_withsetting button {
    color: #F7A032;
    border: none;
    background-color: transparent;
}

.tabs_forms label {
    color: #6C7275;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.tabs_forms input,
.tabs_forms select {
    background-color: #fff;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #CBCBCB;
    outline: none;
    padding: 0px 10px;
}

.tabs_forms textarea {
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #CBCBCB;
}

.main_tabssetting {
    position: sticky;
    top: 20px !important;
    height: max-content;
}

.secondary_btn {
    width: 140px;
    border-radius: 100px;
    border: 1px solid #F7A032;
    color: #F7A032;
    height: 40px;
    font-weight: 600;
    background-color: #fff;
}

.primary_btn {
    width: 140px;
    border-radius: 100px;
    border: 1px solid #F7A032;
    color: #fff;
    height: 40px;
    font-weight: 600;
    background-color: #F7A032;
}

.filter_tab_btns button {
    padding: 0px 20px;
    border-radius: 100px;
    border: 1px solid #A6A1A1;
    color: #A6A1A1;
    height: 35px;
    min-width: 80px;
    font-weight: 500;
    background-color: #fff;
}

.filter_tab_btns .active_filter_btn {
    color: #F7A032;
    border-color: #F7A032;
}

.main_orderbox {
    background-color: #fff;
    border: 1px solid #C7C1C1;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.progress_order button {
    background-color: transparent;
    color: #F7A032;
    padding: 0px;
    border: none;
}

.progress_order span {
    border-radius: 100px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product_orderbox {
    background-color: #FFFAE7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}

.product_orderbox img {
    width: 100%;
}

.order_detailmain small {
    color: #AAAAAA;
    margin-bottom: 5px;
}

.order_detailmain span {
    color: #000;
    margin-bottom: 5px;
}

.order_detailmain button {
    background-color: transparent;
    color: #F7A032;
    padding: 0px;
    border: none;
}

.brown_progress {
    color: #A1680D;
    background-color: #FFEDD1;
}

.green_deliver {
    color: #12BB12;
    background-color: #E8FFD1;
}

.red_cancel {
    color: #EA0505;
    background-color: #FFE5E5;
}

.star-rating {
    line-height: 32px;
    font-size: xx-large;
}

.star-rating .fa-star {
    color: #F7A032;
    cursor: pointer;
}

.star-rating .fa-star-o {
    color: #9B9B9B;
    cursor: pointer;
}

.review_mainbox {
    background-color: #fff;
    border: 1px solid #C7C1C1;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.review_mainbox span {
    margin-bottom: 20px;
    color: #79747E;
}

.review_mainbox label {
    text-transform: uppercase;
    color: #79747E;
}

.review_mainbox textarea {
    border: 1px solid #CBCBCB;
    margin-top: 5px;
    border-radius: 10px;
    height: 120px;
    padding: 10px;
    outline: none;
}

.imp_star_color {
    color: red !important;
}

.track_bgmainbox {
    background-color: #fff;
    border: 1px solid #C7C1C1;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.green_trackorder small {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.green_trackorder span {
    color: #5DA96A;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.main_progresstext {
    margin-top: -18px !important;
}

.main_progresstext span i {
    font-size: xx-large;
    background-color: #fff !important;
    width: max-content;
    color: #D8D8D8;
}

.main_progresstext .active_icon i {
    color: #5DA96A !important;
}

.main_progresstext span {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.progress_widthsets {
    width: 78%;
    height: 4px !important;
}

.progress_widthsets .progress-bar {
    color: #D8D8D8;
    background-color: #F7A032;
}

.border_trackmiddile {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px;
}

.border_trackmiddile span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    font-weight: 500;
}

.location_track i {
    margin-top: 5px;
    color: #8C8D8B;
}

.location_track small {
    margin-top: 3px;
    color: #8C8D8B;
}

.location_track span {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.mark_readnotify {
    background-color: #fff !important;
    border: 1px solid #F7A032 !important;
    padding: 5px 20px;
    border-radius: 100px;
}

.profile_picnotify img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.set_notify_border .border_notify_bottom {
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 20px;
}

.set_notify_border .border_notify_bottom:last-child {
    border: none !important;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

.notify_showgreen {
    background-color: #12BB12;
    color: #fff !important;
    width: 23px;
    height: 23px;
    font-size: small;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-weight: 500;
}

.small_reviewshows .star-rating {
    font-size: small !important;
}

.small_reviewshows small {
    margin-bottom: 0px;
}

.edit_rating_btn {
    padding: 5px 10px !important;
    background-color: #FFFAE7 !important;
    border-radius: 100px !important;
    margin-bottom: 15px;
}

.sidemnenu a.aiz-side-nav-link.active {
    background: #f7a032 !important;
}

/* About us */

.relative_aboutus{
    position: relative;
}
.relative_aboutus .filter_bgsetter{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}
.relative_aboutus .back_dropsetter{
    background: #00000094;
    position: absolute;
    height: 100%;
    top: 0px;
    color: #fff;
}
.relative_aboutus .back_dropsetter h1{
    font-size: xxx-large;
    font-weight: 700;
    margin-bottom: 20px;
}
.relative_aboutus .back_dropsetter h5{
    font-weight: 500;
}
@media only screen and (max-width: 900px) {
    .relative_aboutus .back_dropsetter h5{
        font-size: medium;
    }
}
.content_aboutus span{
    margin-bottom: 20px;
}
.content_aboutus img{
    margin-bottom: 20px;
}

.primary_btn {
    background-color: #F7A032 !important;
}
.bg_primary {
    background-color: #F7A032 !important;
}