ul#a h1, ul#b h1 {
    padding: 0 !important;
    margin: 2px auto !important;
    line-height: 1.2em !important;
}
ul#a h2, ul#b h2 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
}
ul#a li a, ul#b li a {
    position: relative;
	display: flex;
	align-items: center;
    background: #fff;
    padding: 5px;
	margin-left: 0.4rem;
    border-bottom: 0;
    z-index: 3;
    text-align: left;
}
a.menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #0e2323 /*#366*/;
}
a.sub_menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8rem !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #033 /*#07a083*/;
}
ul#a:hover li, ul#b:hover li {
    display: block;
}
ul#a li:hover a, ul#b li:hover a {
    background: #07a0832e;
    border-radius: 30px;
}
ul#a li, ul#b li {
    position: relative;
    background: #fff;
    padding-left: 0;
    z-index: 2;
    padding-left: 20%;
}
.mnitem {
    border: 2px solid #B2CFC1;
    vertical-align: middle;
    min-height: 50px;
    min-width: 50px;
    margin-right: 5px;
    border-radius: 30px;
    box-sizing: content-box;
    background-size: initial !important;
}

/* Filters */

.filters-tab > table {
        width: 100%;
}

table {
    border-spacing: 0;
}
table {
    background: #FFF;
    margin-bottom: 1.25rem;
    border: solid 1px #eee;
    table-layout: auto;
}
.title-grey {
    background-color: #f8f8ff;
    cursor: pointer;
}
table tr th, table tr td {
    padding: .5625rem .625rem;
    font-size: .875rem;
    color: #222;
    text-align: left;
}
input[type='checkbox'].filter {
    vertical-align: middle;
    margin: 5px;
    /* background-color: #fafafa;
    border: 1px solid #cacece; */
    width: 1.2rem;
    height: 1.2rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    /* border-radius: 3px;
    display: inline-block;*/
    position: relative;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.collapse_list {
    float: right;
    cursor: pointer;
}
.cat-title, .filters-tab {
    margin-top: 20px;
    color: #066;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* Best Sellers */
.bestsellers, .actions {
    margin: 20px auto;
    text-align: center;
}
ul.bestsellers > li {
    box-shadow: 0 3px 3px -1px #dedede;
    padding-bottom: 15px;
}
.prod {
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #066;
    margin-top: 10px;
}
/* Catalog */
.title, .cat-title, .title h1, .cat-title h1 {
    font-size: 1.1em;
    color: #066;
}
.title-grey {
    background-color: #f8f8ff;
    cursor: pointer;
}
.prod-title {
	font-size: 1.1em;
	text-align: left;
}
.prod-pict {
    min-width: 220px;
    float: left;
    margin-right: 13px;
}
.price {
    color: #0B3530;
    font-size: 1.1em;
    font-weight: 600;
    text-shadow: 0 0 2px #fff;
}
.prod-price i {
    font-size: .8em;
    color: #666;
}
.old-price {
    color: #D82102;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: line-through;
    opacity: .8;
    padding-right: 3px;
}
.product-filter {
    width: 100%;
    clear: both;
    margin-top: 10px;
    border-top: 1px solid #EEE;
    padding-top: 5px;
    overflow: auto;
    background-color: #f8f8ff;
}
.product-filter .limit {
    margin-left: 15px;
    float: right;
    padding-right: 0;
    color: #333;
	display: flex;
}
.product-filter .sort {
    color: #333;
    float: left;
    padding-left: 20px;
	display: flex;
}
.sort-select {
    width: auto;
    /* padding-right: 15px; */
    margin-bottom: 5px;
}
.product-filter .limit .fi-thumbnails, .product-filter .limit .fi-list {
    cursor: pointer;
}
.prod-props {
    width: 35%;
}

.prod-props, .prod-price, .prod-quant {
    padding: 10px;
    vertical-align: top;
    float: left;
}
li.prod-price, li.prod-quant {
    min-height: 102px;
}
.prod-price {
    width: 15%;
}
.prod-trademark {
    /* width: 25%; */
    right: .3rem;
    font-size: .8em;
    color: #777;
    font-style: italic;
}
.prod-code {
    position: absolute;
    /* left: .3rem; */
    background-color: #f3f3f3;
    padding: 0 5px;
}
.pr_code {
    color: #555;
	text-align: left;
    font-size: .7em;
    line-height: 1.2em;
    display: block;
    font-style: italic;
}
.firm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #099;
    clear: both;
    display: block;
}
.pagination {
    margin-top: 20px;
    border-top: 1px solid #B4DCC9;
    text-align: center;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.pagination .links a {
    display: inline-block;
    border: 1px solid #ccddd8 ;
    margin-left: 5px;
    padding: 2px 8px;
    text-decoration: none;
    color: #096;
    border-radius: 2px;
}
.pagination .links strong {
    display: inline-block;
    padding: 4px 10px;
    font-weight: 700;
    text-decoration: none;
    color: #066;
}
.pagination .links a:hover {
    background-color: #096;
    color: #fff;
}
@media only screen and (max-width: 40.062em) {
    ul#a li, ul#b li {
        padding-left: 0px !important;
    }
    .prod-list {
        min-height: 500px;
    }
    .prod-info {
        height: 200px;
        overflow-y: auto;
    }
    .prod-info {
        padding: 0 5px 10px;
        clear: both;
        font-size: .9em;
    }
}
