/* Enter Your Custom CSS Here */
.mobile-only,
.yith_wcwl_wishlist_footer,
.wishlist-title.wishlist-title-with-form{
	display: none !important;
}
footer .mobile-only{
	display: none !important;
}
.wishlist_table .product-name span{
	font-size: 14px;
}
@media (min-width: 767px) and (max-width: 1000px){
	.woocommerce-page .jupiterx-main{
		    padding-top: 115px;
	}
}
@media (max-width: 1025px){
	.no-text a span{
		display: none;
	}
	.mobile-only{
		display: block !important;
	}
	.wishlist_table .additional-info-wrapper{
		    float: right;
    padding-top: 20px;
	}
	.wishlist_table{
		padding-left: 0;
	}
}