/*
* @package     Solutiontree\Statepages
* @version     1.0.0
* @author      Solution Tree <matthew.colley@solutiontree.com>
* @copyright   Copyright © 2023 Solution Tree.
* @date        November 9, 2023
* @developer   Matthew Colley
*/
   .sidebar-title {
        text-transform: uppercase;
        color: #fff;
        font-weight: 100;
        background-color: #00447c;
        padding: 10px;
        font-size: 20px;
    }
    span.sold-out-list {
        display: inline-block;
        margin-top: 15px;
    }
    .sub-sidebar {
        color: #00a8e2;
        font-size: 22px;
        font-weight: 700;
        font-size: 20px !important;
        margin: 0 !important;
    }
    
    .toolbar-bottom {
        margin-bottom: 25px;
    }

    p.authors {
        color: #203548;
    }
    span.sold-out-list {
        font-size: 14px;
        font-weight: 800;
        color: #4d4d4d;
    }
    .products-list h2.product-name a, .product-name a {
        font-size: 14px;
        color: #00447c !important;
        margin-bottom: 2px !important;
        font-weight: 600;
    }
    product-name {
        margin-bottom: 2px !important;
    }
    .products-list .img-link img {
        display: none;
    }
    .date-time, p.authors, p.date-time {
        font-size: 12px;
        margin-bottom: 2px;
        margin-top: 0px;
    }
    .sidebar-background {
        background-color: #f2f2f2;
        padding: 15px;
    }