/* Lista de deseos */
.page-header-page h1.entry-title {
	font-weight: 900;
	padding-top: 80px;
	padding-bottom: 30px;
	display: block;
}
.page-header-page h1.entry-title::before {
	font-family: "Linearicons";
	content: "\e68c";
	color: #fcaf05;
	font-size: 80px;
	margin-right: -30px;
	top: 10px;
	position: relative;
	z-index: -1;
	font-weight: 400;
}
.site-content {
	padding-top: 20px;
}
.woocommerce table.wishlist_table {
	margin-bottom: 40px;
}
.wishlist_table td {
	padding-top: 30px;
	vertical-align: middle;
}
.woocommerce table.wishlist_table tr th.product-name {
	padding-left: 24px;
}
.woocommerce table.wishlist_table tr td.product-remove {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	width: 60px;
}
.woocommerce table.wishlist_table tr td.product-remove .remove {
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 100%;
	color: red !important;
	text-decoration: none;
	font-weight: 700;
	border: 0;
}
.woocommerce table.wishlist_table tr td.product-remove .remove::after {
	vertical-align: middle;
}
.woocommerce table.wishlist_table tr td.product-remove .remove:hover {
	background-color: red !important;
	color: #fff !important;
}
.woocommerce table.wishlist_table tr td.product-thumbnail {
  width: 124px;
  padding-left: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.woocommerce table.wishlist_table tr td.product-thumbnail > a {
  max-width: 124px;
}
.woocommerce table.wishlist_table tr td.product-thumbnail img {
  transition: transform .25s, visibility .25s ease-in;
}
.woocommerce table.wishlist_table tr td.product-thumbnail img:hover {
  transform: scale(1.25);
}
.woocommerce table.wishlist_table tr td.product-name {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  vertical-align: middle;
}
.woocommerce table.wishlist_table tr td.product-name > a {
  color: #094784;
}
.woocommerce table.wishlist_table tr td.product-name > a:hover {
  text-decoration: underline;
}
.woocommerce table.wishlist_table tr td.product-name .product_sku {
  color: #000;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 2px;
}
.woocommerce table.wishlist_table tr td.short_description {
  line-height: 20px;
  color: #666;
}
.woocommerce table.wishlist_table tr td.product-add-to-cart {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  vertical-align: middle;
}
.woocommerce table.wishlist_table tr td.product-add-to-cart .yith-ywraq-add-to-quote {
  display: flex;
  justify-content: flex-end;
}
.wishlist_table td.product-add-to-cart .button,
.wishlist_table td.product-add-to-cart .yith_ywraq_add_item_browse_message a {
	width: 190px;
}