﻿/* catalog left side */

.generalLeftSide {
    text-align: right;
}
.generalLeftSide .viewBox {
    margin: 15px 0;
}
.generalLeftSide .block ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0;
    list-style-type: none;
}
.generalLeftSide .viewBox > .list > li.active {
    position: relative;
}
.generalLeftSide .viewBox ul.sublist {
    padding-left: 15px;
}
    .generalLeftSide li a {
        position: relative;
        color: #333;
        text-decoration: none;
        font-size: var(--font-size-sm);
        font-weight: var(--font-weight-normal);
        display: flex;
        padding-bottom: 10px;
        height: 24px
    }
.item-filters-span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.generalLeftSide .block-category-navigation li.active > .sublist > li a {
    color: #000;
    font-weight: var(--font-weight-light);
}
.generalLeftSide li.active.last > a {
    color: #17a2b8;
}
    .generalLeftSide li a .total {
        position: relative;
        left: -5px;
        font-size: var(--font-size-sm);
        font-weight: var(--font-weight-light);
        opacity: .5;
    }
.generalLeftSide .block-category-navigation li.active .sublist > li.last > a {
    color: #17a2b8;
    font-weight: var(--font-weight-normal);
}
    .generalLeftSide li {
        position: relative;
        max-height: 100px;
        overflow-x: hidden;
    }
.generalLeftSide li.active.last > a .total, .generalLeftSide li a:hover .total {
    opacity: 1;
}
.generalLeftSide .block-category-navigation li.active > .sublist > li::before, .generalLeftSide .block-category-navigation li.active > .sublist > li::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 10px;
    height: 105%;
    border-left: 1px solid #e7e7e7;
}
.generalLeftSide .block-category-navigation li.active > .sublist > li::before {
    height: 105%;
}
.generalLeftSide .block-category-navigation li.active > .sublist > li:last-child::before {
    display: none;
}
.generalLeftSide .block-category-navigation li.active > .sublist > li::after {
    height: 10px;
    border-bottom: 1px solid #e7e7e7;
}
.generalLeftSide .btn.color-container {
    margin: 0 5px 5px 0;
}
.generalLeftSide .btn.color-container:focus, .generalLeftSide .btn.color-container:active {
    box-shadow: none;
    border-radius: 100%;
}
.generalLeftSide .btn.color-container .color {
    width: 32px;
    height: 32px;
}

/* catalog selectors */

.viewmode-icon.grid {
    margin-right: 0 !important;
    margin-left: 1.5rem;
}

/* catalog right side */

.sort-container {
    display: inline-flex;
    align-items: center;
}
.sort-container:not(:last-child) {
    margin: 0 10px 0 0;
}
.sort-container .col-form-label {
    margin: 0 5px 0 0;
    font-weight: var(--font-weight-normal);
    white-space: nowrap;
}
.item-statistics {
    font-weight: var(--font-weight-normal);
}
.item-statistics .items-per-page span,
.item-statistics .items-separator {
    margin: 0 5px 0 0;
}

/* pagintaion */

.pagination .page-link {
    color: #000;
    font-weight: var(--font-weight-normal);
    background-color: #f8f9fa;
}
.pagination .current-page.page-item .page-link {
    color: #fff;
    background-color: #3f3351;
}

@media (max-width: 575px) {
    .sort-container, .sort-container:not(:last-child) {
        width: 100%;
    }
}

/* dark catalog */

[dark-theme="true"] .pagination .page-link {
    color: #fff;
    border-color: #555;
    background-color: #2b2b2b;
}
/*[dark-theme="true"] .viewBox img {
    background-color: #2b2b2b;
    border: 1px solid #555;
}*/