/* ----------
search
---------- */
.found-posts {}
.found-posts strong {font-size:150%;}
.sort-wrap {position:relative;}
.btn-sort {background-color:transparent; border:1px solid #dee2e6; color:#666; border-radius:.25rem; outline:none !important;}
#collapseSort {position:absolute; top:40px; left:0; z-index:10; width:240px;}
#collapseSort .card-body {padding:1rem;}
.table-product th, .table-product td {padding:.5rem; white-space:nowrap;}
.table-product td {font-size:.75rem;}
.table-product td p {margin-bottom:0;}
.table-product .heading {position:-webkit-sticky; position:sticky; left:-1px; z-index:1; background-color:#fff; box-shadow:0 0 2px #dee2e6; max-width:120px;}
.table-product .heading div {text-overflow:ellipsis; overflow:hidden;}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .table-product th, .table-product td {padding:.75rem;}
    #collapseSort {left:inherit; right:0;}
    /*
    .table-product td:nth-last-child(2) {white-space:normal !important;}
    .table-product .heading {position:static; box-shadow:none; max-width:inherit; background-color:inherit;}
    .table-product .heading div {text-overflow:inherit;}
    */
}

@media (min-width: 1200px) {
}
