/**
 * Custom product information styling.
 * @inc/wc/product-category/information.php
 *
*/

/*Product Information*/    
.product-information-wrapper{
    clear: both;
    padding: 16px 0;
}

.product-information{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}

.supported-models-wrapper{
    margin-bottom: 8px;
}

.supported-models-label,
dl.product-specification dt{
    font-weight: bold;
}

ul.supported-models{
    list-style-type: none;
}

ul.supported-models,
dl.product-specification{
    margin: 0;
    padding: 0;
}

ul.supported-models li.supported-model{
    float: none;
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.supported-models li.supported-model.hidden-model{
    display: none;
}

.show-more-models{
    display: inline-block;
    cursor: pointer;
    color: #0af;
}

.show-more-models:hover{
    color: #9df;
}

dl.product-specification dt{
    margin-right: 4px;
}