<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product_list #cat_label{
    font-size: 1.3em;
    word-wrap: break-word;
}

.card {
    margin-bottom: 0;
}
.card &gt; .card-body {
    border-color: #ddd;
}
.card button {
    width: 100%;
}
.card h4{
    margin-bottom: 10px;
}
.card h4.product-name {
    margin-bottom: 7px;
}
.card h4.product-name &gt; a:hover {
    text-decoration: underline;
    color: deepskyblue;
}
.card p &gt; a.author:hover {
    text-decoration: underline;
    color: deepskyblue;
}
.card p.product-description {
    margin-top: 5px;
    margin-bottom: 15px;
}
.card p {
    text-align: left;
}
.card a {
    color: #337ab7;
}

.form-group{
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.myhrline{
    margin-top: 8px;
    margin-bottom: 5px;
}

.add_to{
    display: inline-block;
    width: 50% !important;
}

div.product_list div.bread-crumb {
    font-size: .8em;
}

div.product_list div.bread-crumb a.current {
    text-decoration: underline;
}

.prod_quant {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.add-to-btn {
    display: inline-block;
    width: 50% !important;
}

.pagination {
    width: max-content;
    margin: 15px auto;
}

.product_list &gt; .card {
    margin-bottom: 20px;
}

#sort_select + p {
    text-align: center;
}

@media (max-width: 765px){
    .content h4{
        padding-top: 15px;
    }
}

img.category-img{
    margin:auto;
    max-width:200px;
}

.content h4{
    font-size: 1.4em;
}
.product_image{
    max-height: 340px;
    cursor: pointer;
}
.product_price{
    padding-bottom: 5px;
}

button:disabled, button[disabled], button.disabled, button[disabled]:active, button[disabled]:hover, button[disabled]:focus, select:disabled, select[disabled], select.disabled, select[disabled]:active, select[disabled]:hover, select[disabled]:focus, .btn:disabled, .btn[disabled], .btn[disabled]:active, .btn[disabled]:hover, .btn[disabled]:focus {
    cursor: not-allowed;
}

.product-option-area {
    margin: 4px;
}

.mini-card {
    width: 48%;
    margin: 4px;
    display: inline-block;
}

.col3-mini-card {
    width: 32%;
    margin: 4px;
    display: inline-block;
}
</pre></body></html>