/* ----------------
Print CSS
---------------- */
@media print {
	/* GENERAL */
	html, body {
		margin: 0;
		padding: 0;
	}

	/* LINK */
	a[href]:after {
		content: none;
	}
	a[href]:after {
		visibility: hidden;
	}

	/* LOGO */
	.logo_wrap {
		float: none;
	}

	/* MENU */
	.header_wrapper {
		position: relative !important;
		margin: 0;
		padding: 0;
	}
	.header_wrapper div {
		text-align: left;
	}
	.header_wrapper ul {
		list-style-type: disc;
	}
	.header_wrapper ul li {
		display: list-item;
	}
	.header_wrapper ul li:before {
		content: "";
	}
	.header_wrapper .top_cart_wrap {
		display: inline;
	}
	.local_file_path_wrap {
		display: none;
	}

	/* MY LIST */
	.product_wrapper {
		border: none;
	}
	.product_wrapper .product_img {
		width: 170px !important;
		vertical-align: top !important;
	}
	.product_wrapper .img_wrapper {
		width: 180px !important;
		max-width: 180px !important;
	}
	.product_wrapper .text_wrapper {
		max-width: fit-content !important;
	}
	p.title {
		font-weight: bold;
		font-size: 20px;
	}
	p.price {
		font-weight: bold;
	}
}