/*
Theme Name: Pitomnik1-5
Theme URI: https://pitomnik1.ru
Author: Pitomnik1
Author URI: https://pitomnik1.ru
Description: Специализированная тема для орехоплодного питомника с поддержкой WooCommerce
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pitomnik1
Tags: e-commerce, woocommerce, custom-menu, featured-images, threaded-comments, translation-ready
*/


.dropdown.active {
    z-index: 70;
}

@media (min-width: 920px) {
    .table-ms__wrapper, .table-ms__inner, .table-ms__table {
        min-width: 100%;
    }

    .table-ms{
        width: 100%;
        max-width: 1392px;
        padding: 0 10px;
    }
}




table.table-ms__table thead th::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 3px;
    background: #ddd;
    opacity: 0;
    transition: opacity 0.2s ease;
}

table.table-ms__table thead tr:hover th::after {
    opacity: 1;
}

table.table-ms__table thead th:last-child::after {
    display: none;
}


table.table-ms__table .table-ms__text--accent {
    color: #000000;
}

.table-ms__td-wrapper--icon-preview{
    justify-content: center;
}

.table-ms__td-wrapper--icon-preview img, .table-ms__td-wrapper--icon-preview picture {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    margin-right: 4px;
    margin-left: 8px;
}

.table-filter--right{
    justify-content: flex-start;
    gap: 20px;
}

.table-filter__title span {
    color: black;
}

.table-filter{
    margin: 20px 0;
}

.basket-aside__total{
    display: flex;
    align-items: baseline;
}
