/*
*
* @author    TwoV Modules <info@twovmodules.com>
* @copyright 2016-2017 TwoV Modules
* @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
    *  International Registered Trademark & Property of PrestaShop SA
*
*/

.twov_brandsglossary_list {
    padding: 20px !important;
    min-height: 500px;
}
.twov_brandsglossary_list h1 { 
    float:left;
    width:100%;
    text-align:left !important;
    color:#92278f !important;
    font-size:36px !important;
    margin-bottom:35px !important;
}

ul.twovgloss_quad{
    margin-bottom:20px;
    overflow:hidden;
    border-top:1px solid #ccc;
}
.twovgloss_quad li{
    line-height:1.5em;
    /*border-bottom:1px solid #ccc;*/
    float:left;
    display:inline;
}

.twovgloss_quad li{
    line-height:1.5em;
    /*border-bottom:1px solid #ccc;*/
    float:left;
    display:inline;
}

.links_letters_row a {
    font-size:25px;
    border: 1px solid #dddddd;
    display:block;
    float:left;
    height:34px;
    width:34px;
    line-height:32px;
    text-align:center;
    border-radius: 100px;
    margin-right:5px;
    margin-bottom:10px;
}
.links_letters_row a:hover {
    background:#92278f !important;
    color:#fff !important;
}

div.links_letters_row {
    margin-left:0px;
    margin-right:0px;
    border-bottom: 1px solid #ccc;
    margin-bottom:30px;
}

span.char_name {
    font-size:36px; text-transform: uppercase;
}

div.twov_clearboth {
    clear:both;
}

div.twovgloss_row {
    margin:0;
}

a.twov_img_a {
    display:block;
}

a.twov_brand_a {
    display:block;
    font-size:120%;
    margin-top:10px;
}
a.twov_img_a{
    width:154px;
}
a.twov_img_a img{
    height:154px;
    width:154px;
}
ul.twovgloss_quad_v{
    margin-bottom:20px;
    overflow:hidden;
   /* border-top:1px solid #ccc;*/
    padding-right:20px;
    list-style: none;
}
.twovgloss_quad li{
    line-height:1.5em;
}

.heading_li {
    line-height:30px;
    margin-top:35px;
    border-bottom: 1px solid #ccc;
}

.last_li {

}

.tingle-modal__close {
    font-size: 4rem !important;
}