/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.btn {
    background-color: #d3d3d3; /* رنگ طوسی */
    border: 1px solid #ccc; /* مرز طوسی */
    color: #333; /* رنگ متن */
}

.btn:hover {
    background-color: #b0b0b0; /* رنگ پس‌زمینه طوسی تیره‌تر هنگام هاور */
    border-color: #999; /* مرز تیره‌تر هنگام هاور */
}

.btn-primary {
padding: .2rem 0.85rem;
}

.filter-ites {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}
/* استایل برای هدر جدول */
table thead tr {
    background-color: #dedeff !important; /* رنگ پس‌زمینه هدر */
}

/* استایل برای رکوردهای فرد (از نظر ترتیب نمایش) */
table tr:nth-child(even) {
    background-color: #f2f2f2; /* پس‌زمینه روشن */
}

/* استایل برای رکوردهای زوج (از نظر ترتیب نمایش) */
table tr:nth-child(odd) {
    background-color: #ffffff; /* پس‌زمینه سفید */
}
table {
    font-size: 14px;
}
#module-pssoft_customer_pruducts-myproducts #main .page-content {
    overflow-x: scroll;
}


@media only screen and (max-width: 600px) {
#module-pssoft_customer_pruducts-myproducts #main .page-content .btn-text {
    display: none;
}
#module-pssoft_customer_pruducts-myproducts #main .mobile-none {
    display: none;
}
}
/*For panda theme only*/
#st-container .myacount_dashbord_list #myproducts {
    background: 0 0;
    border-color: #d9d9d9;
    padding: 12px 6px;
    display: inline-block;
    max-width: 260px;
    text-align: center;
    font-size: .875rem;
    margin: 0 8px 16px;
    border: 1px solid rgba(0, 0, 0, .125);
}
#st-container .myacount_dashbord_list #myproducts .link-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
#st-container .myacount_dashbord_list #myproducts .link-item .material-icons {
    margin-left: 5px;
    font-size: 16px;
}
#st-container .my_account_left_column #myproducts {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    max-width: 100%;
}
#st-container .my_account_left_column #myproducts .link-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
#st-container .my_account_left_column #myproducts .link-item .material-icons {
    margin-left: 5px;
    font-size: 16px;
}
/*For panda theme only*/