GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/www/wp-content/themes/around/assets/scss/wp/woocommerce/components/_products.scss
.products {
	.ar-product-cart {
		.yith-wcwl-add-to-wishlist  {
			margin-top: 3px;
			
			.yith-wcwl-wishlistaddedbrowse a,
			.yith-wcwl-add-button a,
			.yith-wcwl-wishlistexistsbrowse a {
				&:after {
					border-left: 1px solid #e9e9f2;
					margin: 0 .75rem;
					content: '';
					height: 1.5rem;
				}
			}
		}

		.button + .yith-wcwl-add-to-wishlist,
		.added_to_cart + .yith-wcwl-add-to-wishlist {
			.yith-wcwl-wishlistaddedbrowse a,
			.yith-wcwl-add-button a,
			.yith-wcwl-wishlistexistsbrowse a {
				&:before {
					border-left: 1px solid #e9e9f2;
					margin: 0 .75rem;
					content: '';
					height: 1.5rem;
				}

				&:after {
					content: none;
				}
			}
		
		}
	}

	.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
		right: 20px;
		left: auto;
		position: absolute;
		top: 20px;
		z-index: 2;
		
		i {
			font-size: 1.25rem;
		}
	}

}

@media( max-width: 576px) {
	.card-product .card-footer {
		flex-direction: column;
	}

	.card-product .card-footer .ar-product-cart.ml-auto {
		margin-left:0 !important;
		margin-top: 10px;

	}
}