@media (max-width: 767px)
table.wishlist_table .product-name {
    padding-left: 20px;
    padding-right: 10px;
}

/* 767px and smaller screen sizes */
@media (max-width:767px){

	/* Products ordering */
	.woocommerce-ordering span .products-ordering{
		transform:translatex(124px) translatey(0px);
	}
	
}