@media only screen and (min-width: 768px) {

    .mode-list-no-thumb:before {
		content: unset !important;
    }

    .mode-list-no-thumb i {
		font-family: 'FontAwesome';
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 24px;
		line-height: inherit;
		vertical-align: middle;
		display: inline-block;
		font-weight: normal;
		overflow: hidden;
		speak: none;
		text-align: center;
    }

    .list-no-thumb .product-items .product-item .product-item-info .product-item-details .price-box {
		position: absolute;
		right: 4px;
		top: 2px;
    }
    
    .list-no-thumb.products-list-no-thumb .price-container.price-final_price .price-label {
	display: none;
    }

    .list-no-thumb.products-list-no-thumb .item.product.product-item {
	padding: 0;
	margin: 0;
    }

    .list-no-thumb.products-list-no-thumb .item.product.product-item .product.details.product-item-details {
	margin-left: 4px;
    }

}