/**
 * 2019-2021 Celaneo
 *
 * 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.
 *
 *  @author    Celaneo <https://www.celaneo.com/>
 *  @copyright 2019-2021 Celaneo
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.subcategory-caption {
    height: 355px;
}

.subcategory-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.subcategory-txt {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.subcategory-link {
    border-top: 1px solid rgba(0, 153, 255, 0.14);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}