/* Standard page settings */
#page-container>.woocommerce {
	padding-bottom: 50px;
}

/* Wishlist */
.yith-wcwl-add-to-wishlist {
	padding: 20px 0;
}

.yith-wcwl-add-to-wishlist:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
}

.add_to_wishlist i,
.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
	display: none;
}

.add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
	font-size: 14px;
}

.add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
	line-height: 1.7em !important;
}

.add_to_wishlist:hover,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
	color: #ff0000 !important;
}

/* Product */
.onsale {
	background: #ff0000 !important;
	color: #ffffff !important;
}

.onhot {
	background: #008000 !important;
	color: #ffffff !important;
}

.onsale,
.onhot {
	line-height: 1.3em !important;
}

.product-item-wrapper {
	transition: .2s !important;
	-webkit-transition: .2s !important;
	-moz-transition: .2s !important;
	-ms-transition: .2s !important;
	-o-transition: .2s !important;
}

.product-item-wrapper h2 {
	font-size: 16px;
	font-weight: bold !important;
	padding-bottom: 5px !important;
}

.product-category .product-item-wrapper h2 {
	padding: 20px 10px !important;
}

.product-item-wrapper .product-item-image a {
	line-height: 0;
}

.product-item-wrapper .product-item-content {
	padding: 20px 40px 20px 10px !important;
	position: relative;
}

.product-item-wrapper .product-item-content .price {
	font-size: 14px;
	line-height: 1.7em;
}

.product-item-wrapper .product-item-content .star-rating {
	display: none;
}

ul.products:not(.list) li.product:hover .product-item-wrapper {
	-webkit-box-shadow: 0 5px 25px 0 rgb(0 0 0 / 8%) !important;
	-moz-box-shadow: 0 5px 25px 0 rgb(0 0 0 / 8%) !important;
	box-shadow: 0 5px 25px 0 rgb(0 0 0 / 8%) !important;
}

.product-item-wrapper .add_to_wishlist,
.product-item-wrapper .yith-wcwl-wishlistaddedbrowse a,
.product-item-wrapper .yith-wcwl-wishlistexistsbrowse a {
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
}

.product-item-wrapper .woocommerce-loop-product__title {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.product-item-wrapper .yith-wcwl-add-to-wishlist {
	top: 15px !important;
}

.product-item-wrapper .product-item-links {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}

.product-item-wrapper .product-item-links .button,
.woocommerce-wishlist .product-item-wrapper .product-item-links a {
	width: 20px;
	height: 20px;
	padding: 6.5px !important;
	overflow: hidden;
	text-align: center !important;
	line-height: 1.7em !important;
	border-width: 1px !important;
	border-style: solid !important;
	opacity: 1;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	transition: .2s !important;
	-webkit-transition: .2s !important;
	-moz-transition: .2s !important;
	-ms-transition: .2s !important;
	-o-transition: .2s !important;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.product-item-wrapper .product-item-links .button::before,
.woocommerce-wishlist .product-item-wrapper .product-item-links a::before {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	display: block;
	font-size: 14px !important;
	line-height: 1.5em !important;
}

.product-item-wrapper .product-item-links .add_to_cart_button:not(.product_type_variable)::before {
	content: '\f07a';
}

.product-item-wrapper .product-item-links .add_to_cart_button:not(.product_type_variable).added::before {
	content: '\f00c';
}

.product-item-wrapper .added_to_cart,
.woocommerce-wishlist .recently-viewed .add_to_cart_button {
	display: none;
}

/* Breadcrumb */
.breadcrumb:not(.checkout-breadcrumb) a {
	font-weight: bold;
}

.shop_table thead tr {
	border-bottom: 1px solid #eeeeee;
}

@media (hover:hover) {

	.product-item-wrapper .product-item-links .button,
	.woocommerce-wishlist .product-item-wrapper .product-item-links a {
		opacity: 0;
	}

	ul.products:not(.list) li.product:hover .product-item-links .button,
	.woocommerce-wishlist ul.products:not(.list) li.product:hover .product-item-links a {
		opacity: 1 !important;
	}
}

@media (max-width: 768px){
	.woocommerce .shop_table_responsive {
		border: 1px solid #eeeeee;
		border-top-width: 2px;
		border-top-style: solid;
	}
}
