Of corse Forstiseck i did removed the apostrophes
and in responsive css this line #list-view .list-prod .loc, #list-view .list-prod .author
is to be find in @media screen and (min-width: 1025px) and (max-width: 1200px)
and in /* SEARCH */
and in /* SEARCH LIST TYPE */
But nowhere in @media screen and (max-width: 767px) {
/* BASIC */
.not767 {display:none!important;}
.is767 {display:block!important;}
.fw-box .head {height:50px;padding:14px 11px 14px 10px;}
.sc-block {display:none;}
.sc-click {cursor:pointer!important;-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.fw-box .head .def-but {display:none;}
#header-bar, #header-search, .home-container, #partner, #footer, #body-search .content, #latest-search, div.breadcrumb, .user_account.content,
#related.white, .content.user_public_profile {padding-left:10px!important;padding-right:10px!important;}
#related-block {display:none;}
.flashmessage, .flashmessage {font-size:13px;padding:10px!important;margin:10px 0;}
#body-item .flashmessage {margin-top:10px;}
.flash-wrap {float:left;width:100%;clear:both;padding:0 10px;}
.flashmessage .ico-close {margin-right:0;}
#n-block .btn {padding: 5px; line-height: 14px;}
#back-top-right {display:none!important;}
.mobile-post {color:#fff!important;font-size:16px;opacity:0.85;background:#03a9f4;position:fixed;bottom:7px;right:10px;width:40px;height:40px;border-radius:30px;z-index:9;box-shadow:1px 1px 6px rgba(0,0,0,0.2);text-align:center;}
.mobile-post i {line-height:42px;font-weight:500;}
.white .simple-wrap .orange-but {display:none!important;}
.exp-box {margin:10px 0;padding:0 10px;}
.exp-box .exp-mes {padding:12px;font-size:13px;}
What should i remove ??
Thanks again.