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

	#div-list-mode-no-thumb {
		display: block;
	}

	#t-list-mode-no-thumb {
		display: none;
	}

    .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;
    }

	.mode-list_no_thumb:before {
		content: '\e609' !important;
	}

    .list_no_thumb.products-list_no_thumb .item.product.product-item .product-item-name a.product-item-link.truncated {
		display: none;
    }
}

@media only screen and (max-width: 767px) {

	#t-list-mode-no-thumb {
		display: block;
	}

	#div-list-mode-no-thumb {
		display: none;
	}

	#t-list-mode-no-thumb .product-item-link, #t-list-mode-no-thumb .price {
		font-size: 12px;
	}

	#t-list-mode-no-thumb td {
		padding-top: 0;
		padding-bottom: 5px;
	}

	#t-list-mode-no-thumb .price {
		color: red;
		font-weight: 600;
	}

	#t-list-mode-no-thumb td.price {
		text-align: right;
	}

	#t-list-mode-no-thumb .product.name.product-item-name {
		margin: 0;	
	}

	/*.product-item .product-item-name:before {
		clear: both;
	}

	.product-item .product-item-name {
		float: left;
	}
	
	.product-item .price-box {
		float: right;
		margin-top: 5px !important;
	}
    
    .product-item .price-box .price {
		font-size: 12px !important;
    }

	.list_no_thumb.products-list_no_thumb .item.product.product-item .product-item-name a.product-item-link {
		font-size: 12px;
	}

	.list_no_thumb.products-list_no_thumb .item.product.product-item .product-item-name a.product-item-link.full_length {
		display: none;
	}
	
    .product-item-details {
        text-align: left !important;
    }*/
}
