.all_product_section{
    width: 100%;
    height: auto;
    padding-top: 120px;
    background-color: #F5F7FA;
}
.products_main_area{
    width: 95%;
    margin: auto;
    padding: 0px 0px 10px 0px;
}
.products_main_conteinar{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: left;
    
}
.product_header{
    padding: 20px 0px;
}
.product_header p a{
    text-decoration: none;
    color: #472B28;
}
.product_header p a:hover{
    color: #EF8800;
}
.products_menu{
    width: 24%;
    background-color: #fff;
    margin-right: 1%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.all_product_conteinar{
    width: 75%;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.products_search{
    padding: 10px;
}
.products_search input{
    width: 83%;
    padding: 7px;

}
.products_search button{
    width: 15%;
    padding: 9px;
    border: none;
    border-radius: none;
    background-color: #EF8800;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in-out;

}

.products_search button:hover{
    background-color: #a05b00;
}
.product_groups h3{
    padding: 10px 0px 10px 10px;
    
}
.product_item_list{
    list-style: none;

}
.product_item_list a{
    text-decoration: none;
    color: #472B28;

}
.product_item{
    padding: 10px 10px;
    border-bottom: 1px dotted #EF8800;
}
.product_item:hover{
    background-color: #F5F7FA;
}

.openAllProducts{
    display: block !important;
}
.display_list_mode {
    position: relative;
    display: inline-block;
}

.display_list_mode_popup {
    display: none;
    position: absolute;
    top: 100%; /* Position below the element */
    left: 0;
    padding: 10px 5px;
    background-color: #333;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    text-align: center;
    min-width: 130px;
}

.display_list_mode:hover .display_list_mode_popup {
    display: block;
}
/* Product Main Page */
.all_products_text{
    display: flex;
}
.all_products_text h3{
    padding: 10px;
    color: #472B28;
}
.all_products_text p{
    padding: 10px;
    color: #472B28;
}
.products_main_header_section{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.all_products_btn_section{
    display: flex;
}
.Products_display_style{
    display: flex;
}

.display_list_mode i, .display_blcok_mode i, .display_list_mode i{
    padding: 10px;
    font-size: 20px;
    border: 1px solid #eee;
    margin: 0px 2px;
    color: #666;
    cursor: pointer;

}
.product_next_pre_btn{
    display: flex;
}
.product_next_pre_btn p{
    padding: 10px 5px;
}
.nest_btn button{
    padding: 10px;
    font-size: 15px;
    border: 1px solid #eee;
    color: #666;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.nest_btn button:hover{
    background-color: #eee;
    color: #222;
    border: 1px solid #666;
}

/* Porducts Conteinar */
.my_all_products_conteinar {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
    padding: 20px;
}

.products_conteinar_box {
    width: 290px;
    height: auto;
    border: 1px solid #ddd;
    justify-content: left;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    position: relative;
}
.buttom_next_pre_btn{
    text-align: right;
    right: 0;
    position: relative;
    border-top: 1px solid #eee;
}
.buttom_product_next_pre_btn{
    display: flex;
    justify-content: end;
    padding: 10px;
}
.buttom_product_next_pre_btn p{
    padding: 10px;
}

.products_conteinar_image{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.products_conteinar_image img{
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: contain;

}
.products_conteinar_box:hover .products_conteinar_image img{
    transform: scale(1.05);
}
.products_conteinar_box a{
    text-decoration: none;
    color: #472B28;
    text-align: left;
}
.product_titles{
    padding: 10px 5px;
    transition: all 0.1s ease-in-out;
    color: #472B28;
    font-weight: 600;
}
.product_titles:hover{
    color: #EF8800;
}
.product_price{
    padding: 2px 5px;
    color: #666;
}
.product_min_order{
    padding: 5px 5px 10px 5px;
    color: #666;
}
.contact_btn{
    margin-top: 40px;
    color: #666;
    
}
.contact_btn button{
    width: 100%;
    padding: 15px;
    font-weight: bold;
    bottom: 0;
    /* position: absolute; */
    background-color: #fff;
    cursor: pointer;
    border: 1px dotted #ddd;
    border-radius: none;
    
}
.contact_btn button:hover{
    background-color: #a05b00;
    color: #fff;
}
.contact_details button{
    width: 100%;
    padding: 15px;
    font-weight: bold;
    bottom: 0;
    /* position: absolute; */
    background-color: #fff;
    cursor: pointer;
    border: 1px dotted #ddd;
    border-radius: none;
}
.contact_details button{
    background-color: #a05b00;
    color: #fff;
}



/* Mobile responsiveness */
@media (max-width: 1200px) {
    .product_header{
        padding: 20px 10px 20px 40px;
    }
    .all_product_section{
        width: 100%;
        height: auto;
        padding-top: 80px;
        background-color: #F5F7FA;
    }
    .products_conteinar_box {
        width: 100%;
    }
    .my_all_products_conteinar {
        justify-content: center;

    }
    .products_main_area{
        width: 100%;
    }
    .products_main_conteinar{
        width: 100%;
        height: auto;
        display: block;
        justify-content: center;
        
    }
    .products_menu{
        display: none;
    }
    .all_product_conteinar{
        width: 100%;
        padding: 10px;
    }
    .products_main_header_section{
        display: block;
    }
    .Products_display_style{
        display: none;
    }
    .product_next_pre_btn{
        display: none;
    }
}
