
/**
 * Since 2015 Ewonta
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses. 
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 *  @author     Ewonta <support@ewonta.ru>
 *  @copyright  Since 2015 Ewonta
 *  @license    Valid for 1 website (or project) for each purchase of license
 */

#module-thememanager-catalog .category-name{
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    margin-top: .6rem;
}

.list_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_link i {
    color: rgb(169 169 169);
}
.link_all_category, .link_back_category {
    display: flex;
    align-items: center;
}
.link_back_category {
    border-bottom: 1px solid lightgrey;
    padding: 1rem 0;
}