/*
Theme Name: پرتو تجارت رایکا
Author: Elitist
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.4
Version: 6.0
*/

/* Globals */
.ptrt-post-content {
    line-height: 2em !important;

    figure {
        margin-bottom: 20px;
    }
}

.ptrt-pagination {
    ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        list-style: none;
        font-size: 14px;

        li .page-numbers {
            min-width: 34px;
            padding: 8px 10px;
            color: #ffffff;
            text-align: center;
            border: 1px solid #ffffff;
            border-radius: 4px;

            &:hover {
                background-color: rgba(255, 255, 255, 20%);
            }
        }

        li .page-numbers:not(.prev, .next) {
            padding: 8px 15px;
        }

        .current {
            background-color: rgba(255, 255, 255, 10%);
        }
    }
}
/* Globals end */

/* Products */
.ptrt-category-nav {
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    & > ul > li {
        padding: 12px 0;
        border-bottom: 1px solid #E7E7E8;

        &:last-child {
            border-bottom: 0;
        }
    }

    ul.ptrt-products-sidebar-submenus {
        border-right: 1px solid rgba(255, 255, 255, 30%);
        padding-right: 10px;

        li {
            padding: 3px 0;
        }
    }
}
/* Products end */
