/* #Loop Products
	========================================= */

/* grid */

.wn-woo-wrap .products {
	overflow: hidden;
	clear: both;
	list-style: none;
	margin: 0;
	position: relative;
	display: block;
	width: auto;
	margin-right: -20px;
}

.wn-shop .wn-woo-wrap .products li {
	width: calc(20% - 24px);
}

.wn-woo-wrap .products li {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	position: relative;
}

@media(min-width:1281px) {
	.wn-woo-wrap .products li.type-grid {
		width: calc(20% - 20px);
	}

	/* columns-6 */
	.wn-woo-wrap ul.columns-6 li.type-grid {
		width: calc(16.6% - 20px);
	}

	.wn-woo-wrap ul.columns-6 li.type-grid:nth-child(6n) {
		margin-right: 0;
		clear: right;
	}

	.wn-woo-wrap ul.columns-6 li.type-grid:nth-child(6n+1) {
		clear: left;
	}

	/* columns-5 */
	.wn-woo-wrap ul.columns-5 li.type-grid {
		width: calc(20% - 20px);
	}

	.wn-woo-wrap ul.columns-5 li.type-grid:nth-child(5n) {
		margin-right: 0;
		clear: right;
	}

	.wn-woo-wrap ul.columns-5 li.type-grid:nth-child(5n+1) {
		clear: left;
	}

	/* columns-4 */
	.wn-woo-wrap ul.columns-4 li.type-grid {
		width: calc(25% - 20px);
	}

	.wn-woo-wrap ul.columns-4 li.type-grid:nth-child(4n) {
		margin-right: 0;
		clear: right;
	}

	.wn-woo-wrap ul.columns-4 li.type-grid:nth-child(4n+1) {
		clear: left;
	}

	/* columns-3 */
	.wn-woo-wrap ul.columns-3 li.type-grid {
		width: calc(33.33333333333333% - 20px);
	}

	.wn-woo-wrap ul.columns-3 li.type-grid:nth-child(3n) {
		margin-right: 0;
		clear: right;
	}

	.wn-woo-wrap ul.columns-3 li.type-grid:nth-child(3n+1) {
		clear: left;
	}

	/* columns-2 */
	.wn-woo-wrap ul.columns-2 li.type-grid {
		width: calc(50% - 20px);
	}

	.wn-woo-wrap ul.columns-2 li.type-grid:nth-child(2n) {
		margin-right: 0;
		clear: right;
	}

	.wn-woo-wrap ul.columns-2 li.type-grid:nth-child(2n+1) {
		clear: left;
	}
}

@media(min-width:1021px) and (max-width:1280px) {
	.wn-woo-wrap .products li.type-grid {
		width: calc(25% - 20px);
	}

	.wn-woo-wrap .products li.type-grid:nth-child(4n) {
		margin-right: 0;
		clear: right;
	}

	.wn-woo-wrap .products li.type-grid:nth-child(4n+1) {
		clear: left;
	}
}

@media(min-width:769px) and (max-width:1020px) {
	.wn-woo-wrap .products li.type-grid {
		width: calc(33.33333333333333% - 20px);
	}

	.wn-woo-wrap .products li.type-grid:nth-child(3n) {
		margin-right: 0;
		clear: right;
	}

	.wn-woo-wrap .products li.type-grid:nth-child(3n+1) {
		clear: left;
	}
}

@media(min-width:481px) and (max-width:768px) {
	.wn-woo-wrap .products li.type-grid {
		width: calc(50% - 20px);
	}

	.wn-woo-wrap .products li.type-grid:nth-child(2n) {
		margin-right: 0;
		clear: right;
	}

	.wn-woo-wrap .products li.type-grid:nth-child(2n+1) {
		clear: left;
	}
}

@media (max-width: 480px) {
	.wn-woo-wrap .products li.type-grid {
		width: 100%;
	}

	.wn-woo-wrap .products li.type-grid {
		clear: both;
	}

	.wn-woo-wrap .products {
		margin-right: 0;
	}
}

/* thumbnail */

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap {
	position: relative;
	margin-bottom: 16px;
	cursor: pointer;
	overflow: hidden;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail a {
	display: block;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail a img {
	width: 100%;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover img.secondary-image.attachment-shop-catalog {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 100%;
}

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover img.secondary-image.attachment-shop-catalog {
	opacity: 1;
	visibility: visible;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	color: #747474;
	-webkit-transition: all 0.22s ease;
	transition: all 0.22s ease;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn:hover i,
.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn:hover a,
.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn.wn-woo-compare-btn:hover .compare-button a:before {
	color: #437df9;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-quick-view-btn {
	top: -40px;
	left: 0;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-wishlist-btn {
	top: -40px;
	right: 0;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-compare-btn {
	bottom: -40px;
	left: 0;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-add-to-cart-btn {
	bottom: -40px;
	right: 0;
	width: auto;
	padding: 0 15px;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover i {
	font-size: 15px;
	color: #747474;
	cursor: pointer;
}

#wrap .wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-add-to-cart-btn span {
	color: inherit;
}

#wrap .wn-wishlist-btn.wn-added-wishlist i {
	color: #ff0000 !important;
	font-weight: 500;
}

.wn-woo-wrap .products li .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-add-to-cart-btn a {
	background: none !important;
	color: #000;
	font-size: 13px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-weight: 400;
	box-shadow: none;
	letter-spacing: -0.4px;
	line-height: 39px;
}

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn,
.wn-woo-wrap .products li.active-hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn {
	opacity: 1;
	visibility: visible;
}

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-quick-view-btn,
.wn-woo-wrap .products li.active-hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-quick-view-btn,
.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-wishlist-btn,
.wn-woo-wrap .products li.active-hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-wishlist-btn {
	top: 0;
}

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-compare-btn,
.wn-woo-wrap .products li.active-hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-compare-btn,
.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-add-to-cart-btn,
.wn-woo-wrap .products li.active-hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-add-to-cart-btn {
	bottom: 0;
}

.wn-woo-wrap .nice-select.orderby .option {
	font-size: 12px;
}

.wn-woo-wrap .nice-select.orderby .option:hover,
.nice-select.orderby .option.selected {
	color: #437df9;
}

.wn-woo-wrap .wn-woo-contents-wrap,
.wn-woo-wrap .wn-woo-contents-wrap>a {
	color: #adadad;
}

.wn-woo-wrap .wn-woo-contents-wrap>a {
	font-size: 13px;
	margin-bottom: 5px;
	display: inline-block;
}

.wn-woo-wrap .wn-woo-contents-wrap>a:hover {
	color: #437df9;
}

.add_to_cart_button.ajax_add_to_cart.added {
	display: none;
}

#wrap .wn-woo-products-grid .added_to_cart.wc-forward:hover span {
	color: inherit;
	transform: inherit;
}

#wrap .products li.product .blockUI.blockOverlay {
	background: none !important;
}

#wrap .products li.product .blockUI.blockOverlay:before,
.wn-btn-ajax,
.add_to_cart_button.ajax_add_to_cart.loading:before,
.wn-wishlist-btn-loader i:after,
.deep-woo-single-details-content .wn-wishlist-btn-loader:after,
.wn-woo-list-center-section .wn-wishlist-btn-loader:after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #fff;
	animation: spinner .6s linear infinite;
	z-index: 99999999999999;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.add_to_cart_button.ajax_add_to_cart.loading:before {
	display: block !important;
}

.wn-wishlist-btn-loader i:after,
.deep-woo-single-details-content .wn-wishlist-btn-loader:after,
.wn-woo-list-center-section .wn-wishlist-btn-loader:after,
#wrap .products li.product .blockUI.blockOverlay:before {
	background: #fff;
}

#wrap .products li.product .blockUI.blockOverlay {
	opacity: 1 !important;
}

.wn-wishlist-btn-loader i:after,
.deep-woo-single-details-content .wn-wishlist-btn-loader:after,
.wn-woo-list-center-section .wn-wishlist-btn-loader:after {
	left: 60%;
}

.wn-wishlist-btn-loader i:after,
.deep-woo-single-details-content .wn-wishlist-btn-loader:after {
	left: 55%;
}

#wrap .products li.product .wn-quick-view-btn .blockUI.blockOverlay:before {
	left: 36%;
}

#wrap .products li.product .compare-button .blockUI.blockOverlay:before {
	left: 45%;
}

/* Products List View */

.wn-shop .wn-woo-wrap .products li.type-list {
	clear: none;
	width: 100%;
	margin-right: 0;
	border: 1px solid #eee;
}

.wn-woo-products-list .wn-woo-list-thubmnail {
	width: 28.5%;
	float: left;
	position: relative;
}

.wn-woo-products-list .wn-woo-list-center-section {
	width: 51.5%;
	float: left;
	padding: 30px 30px 20px;
	background: #fff;
	text-align: left;
}

.wn-woo-skin.wn-woo-products-list.enable-list {
	position: relative;
}

.wn-woo-products-list .wn-woo-list-right-section {
	width: 20%;
	background: #f8f8f8;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.wn-woo-list-right-section-in {
	padding: 30px;
	position: relative;
	text-align: center;
	height: 100%;
}

.type-list-readmore {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 25px;
}

.type-list-readmore .button {
	width: 68%;
	margin: 0 auto;
	font-weight: 500;
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
	background: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #e4e4e4;
}

.wn-woo-list-center-section .col-md-6 {
	padding: 0;
}

.deep-woo-list-categories {
	font-size: 13px;
	color: #adadad;
}

.deep-woo-list-categories a {
	color: #adadad;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.deep-woo-list-categories a:hover {
	color: #437df9;
}

.deep-woo-list-details-content {
	padding-left: 10px;
	float: right;
}

.deep-woo-list-details-content .wn-wishlist-btn {
	margin-top: 26px;
}

.deep-woo-list-compare-button {
	width: 20px;
	height: 20px;
	margin: 26px 10px 0 20px;
	position: relative;
	padding: 0;
}

.deep-woo-list-compare-button .compare-button {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 1px;
}

.deep-woo-list-details-content .compare-button a {
	background: transparent;
	color: transparent;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 18px;
	display: block;
	vertical-align: middle;
	font-weight: 100;
	font-size: 0;
}

.deep-woo-list-compare-button i {
	font-size: 18px;
	line-height: 16px;
	color: #5f5f5f;
	display: inline-block;
	position: absolute;
	bottom: 4px;
	left: 0;
	z-index: 1;
}

.deep-woo-list-compare-button:hover i {
	color: #437df9;
}

.wn-woo-btn.wn-quick-view-btn {
	display: none;
}

.deep-woo-list-details-content .compare-button a:hover {
	background: transparent !important;
	box-shadow: none;
}

.deep-woo-list-details-content .compare-button a:after {
	display: none;
}

.deep-woo-list-details-content .compare-button a:before {
	font-family: 'simple-line-icons';
	content: "\e059";
	font-size: 18px;
	line-height: 16px;
	color: #5f5f5f;
	cursor: pointer;
	display: inline-block;
}

.deep-woo-list-details-content .compare-button a.added:before {
	color: #437df9;
}

.deep-woo-list-details-content .wn-wishlist-btn:hover:before,
.deep-woo-list-details-content .wn-wishlist-btn.wn-added-wishlist:before {
	color: #ff1d5e;
}

.deep-woo-list-details-content.wn-data-tooltip[data-name]:before {
	position: absolute;
	top: inherit;
	bottom: -30px;
	left: inherit;
	right: -5px;
	background-color: #2a2a2a;
	padding: 11px 15px;
	height: 30px;
	font-size: 11px;
}

.deep-woo-list-details-content.wn-data-tooltip[data-name]:after {
	top: inherit;
	bottom: 0;
	left: inherit;
	right: 5px;
	border-color: transparent transparent #2a2a2a transparent;
	border-width: 6px;
}

.deep-woo-list-wishlist-button .wn-wishlist-btn:before {
	font-family: 'simple-line-icons';
	content: "\e08a";
	font-size: 18px;
	line-height: 16px;
	color: #5f5f5f;
	cursor: pointer;
	display: inline-block;
}

.deep-woo-list-wishlist-button.deep-woo-list-details-content.wn-data-tooltip[data-name]:before {
	bottom: -33px;
}

.deep-woo-list-wishlist-button.deep-woo-list-details-content.wn-data-tooltip[data-name]:after {
	right: 3px;
	bottom: -3px;
}

.wn-woo-wrap .deep-woo-list-details-content .blockUI.blockOverlay {
	width: 20px !important;
}

.wn-woo-list-center-section .wn-woo-title {
	line-height: 21px;
	margin-top: -5px;
	margin-bottom: 16px;
	display: inline-block;
	position: relative;
	padding-right: 20%;
}

.wn-woo-list-center-section .wn-woo-title a {
	font-size: 22px;
	color: #000;
	position: relative;
	font-weight: 400;
	display: block;
	padding-bottom: 2px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wn-woo-list-center-section .wn-woo-title a .deep-woo-line-title-list {
	position: absolute;
	width: 115px;
	height: 1px;
	background: #e4e4e4;
	left: 0;
	bottom: -2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wn-woo-list-price del {
	color: #adadad;
	text-decoration: none;
	margin-right: 10px;
}

.wn-woo-list-price del .woocommerce-Price-amount {
	position: relative;
}

.wn-woo-list-price del .woocommerce-Price-amount:after {
	width: 100%;
	height: 1px;
	background: #adadad;
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
}

.wn-woo-list-price ins {
	background: transparent;
	color: #6f6f6f;
	margin-right: 6px;
}

.wn-woo-price-discount {
	color: #fff;
	padding: 3px 4px 0px;
	line-height: 19px;
	display: inline-block;
	margin-top: 5px;
}

.wn-woo-list-colors {
	margin: 10px 0 15px;
}

.dee-woo-colors-attributes {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
}

.wn-woo-list-colors .dee-woo-colors-attributes:last-child {
	margin: 0;
}

.wn-woo-list-colors .dee-woo-colors-attributes[data-name]:before {
	position: absolute;
	top: inherit;
	bottom: -26px;
	left: inherit;
	right: 50%;
	transform: translateX(50%);
	background-color: #222;
	padding: 6px 4px;
	height: 20px;
	font-size: 10px;
}

.wn-woo-list-colors .dee-woo-colors-attributes[data-name]:after {
	top: inherit;
	bottom: -6px;
	left: inherit;
	right: 50%;
	transform: translateX(50%);
	border-color: transparent transparent #222 transparent;
	border-width: 4px;
}

.wn-woo-list-excerpt p {
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
}

.deep-woo-list-product-rating {
	margin-bottom: 20px;
	display: block;
}

.deep-woo-list-product-rating span.count-rating {
	margin-left: 10px;
}

.deep-woo-list-product-rating .wn-star-rating:before {
	content: '\73\73\73\73\73';
	color: #ffae00;
}

.deep-woo-product-featured-text {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 45px;
	margin-bottom: 30px;
}

.yith-wcbsl-badge-wrapper.yith-wcbsl-mini-badge {
	display: none;
}

.wn-woo-list-center-section .col-xs-6 {
	padding: 0;
}

.wn-woo-list-center-section .wn-woo-title a .dee-woo-is-best-seller {
	position: absolute;
	right: -60px;
	top: -22px;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	padding: 4px 4px 3px;
	background: #ff1c5f;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.wn-woo-list-center-section .wn-woo-title a .dee-woo-is-best-seller:before {
	content: '';
	border-left: 5px solid #ff1c5f;
	border-top: 0px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	bottom: -5px;
}

.wn-woo-list-thubmnail .secondary-image {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.wn-woo-list-thubmnail:hover .secondary-image {
	opacity: 1;
	visibility: visible;
}

.wn-woo-list-thubmnail .wn-woo-btn {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	bottom: -40px;
	left: 0;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	color: #747474;
	-webkit-transition: all 0.22s ease;
	transition: all 0.22s ease;
}

.wn-woo-list-thubmnail:hover .wn-quick-view-btn {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.wn-woo-list-thubmnail .yith-wcqv-button {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: transparent;
	font-size: 0;
	color: transparent;
	border-radius: 0;
	margin: 0;
	z-index: 2;
}

.wn-woo-list-thubmnail .wn-woo-btn.wn-quick-view-btn i {
	font-size: 15px;
	color: #747474;
	cursor: pointer;
	vertical-align: middle;
}

@media (min-width: 1201px) and (max-width: 1365px) {
	.type-list-readmore .button {
		font-size: 12px;
		letter-spacing: 0.5px;
		padding: 18px 0;
	}

	.wn-woo-list-excerpt p,
	.wn-woo-list-price del,
	.wn-woo-list-price ins {
		font-size: 14px;
	}

	.wn-woo-list-center-section .wn-woo-title a {
		font-size: 20px;
	}

	.wn-woo-price-discount,
	.deep-woo-list-product-rating,
	.deep-woo-product-featured-text,
	.wn-woo-list-dimensions {
		font-size: 13px;
	}

	.wn-woo-list-right-section-in {
		padding: 23px;
	}

	.deep-woo-product-featured-text {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media (min-width: 481px) and (max-width: 1200px) {
	.type-list-readmore .button {
		font-size: 12px;
		letter-spacing: 0.5px;
		padding: 18px 0;
		width: 37%;
		text-align: center;
	}

	.wn-woo-products-list .wn-woo-list-thubmnail,
	.wn-woo-products-list .wn-woo-list-thubmnail img,
	.wn-woo-products-list .wn-woo-list-center-section {
		width: 100%;
		float: none;
	}

	.wn-woo-products-list .wn-woo-list-right-section {
		width: 100%;
		position: relative;
	}

	.type-list-readmore {
		position: initial;
		display: block;
		text-align: left;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {

	.wn-woo-products-list .wn-woo-list-thubmnail,
	.wn-woo-products-list .wn-woo-list-thubmnail img,
	.wn-woo-products-list .wn-woo-list-center-section {
		width: 100%;
		float: none;
	}

	.wn-woo-products-list .wn-woo-list-right-section {
		width: 100%;
		position: relative;
	}

	.type-list-readmore {
		position: initial;
		display: block;
		text-align: left;
		margin-top: 20px;
	}

	.type-list-readmore .button {
		width: auto;
		padding: 18px;
	}

	.wn-woo-list-center-section .wn-woo-title {
		margin-top: 10px;
		padding: 0;
	}

	.wn-woo-list-center-section .wn-woo-title a {
		font-size: 18px;
	}

	.wn-woo-list-center-section .wn-woo-title a .dee-woo-is-best-seller {
		right: -32px;
	}

	.wn-woo-list-center-section .wn-woo-title a .dee-woo-is-best-seller:before {
		right: 50%;
	}
}

/* tooltip */

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn[data-wntooltip]:before,
.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn[data-wntooltip]:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.18s ease;
	transition: all 0.18s ease;
}

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn[data-wntooltip]:before {
	position: absolute;
	top: 6px;
	left: 47px;
	padding: 10px 10px 8px;
	background-color: #333;
	color: #fff;
	content: attr(data-wntooltip);
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 0.4px;
	z-index: 2;
}

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn.wn-wishlist-btn[data-wntooltip]:before {
	left: auto;
	right: 47px;
}

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn[data-wntooltip]:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 40px;
	width: 0;
	border-top: 5px solid #333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 99;
}

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn.wn-wishlist-btn[data-wntooltip]:after {
	top: 17px;
	left: auto;
	right: 40px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn[data-wntooltip]:hover:before,
.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn[data-wntooltip]:hover:after,
.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn:hover .wntooltip,
.wn-woo-wrap .products li:hover .wn-woo-thumbnail-wrap .wn-woo-thumbnail-hover .wn-woo-btn:hover .wntooltip:after {
	opacity: 1;
	visibility: visible;
}

/* contents */

.wn-woo-wrap .products li .wn-woo-contents-wrap {
	text-align: center;
}

.wn-woo-wrap .products li .wn-woo-contents-wrap .posted_in {
	margin-bottom: 12px;
}

.wn-woo-wrap .products li .wn-woo-contents-wrap .posted_in,
.wn-woo-wrap .products li .wn-woo-contents-wrap .posted_in a {
	display: inline-block;
	color: #adadad;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wn-woo-wrap .products li .wn-woo-contents-wrap h3 {
	margin-bottom: 12px;
}

.wn-woo-wrap .products li .wn-woo-contents-wrap h3 a {
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	display: block;
	-webkit-transition: all 0.22s ease;
	transition: all 0.22s ease;
}

.wn-woo-wrap .products li .wn-woo-contents-wrap h3 a:hover,
.wn-woo-wrap .products li .wn-woo-contents-wrap .posted_in a:hover {
	color: #437df9;
}

.wn-woo-wrap .products li .wn-woo-contents-wrap h3 a:after {
	content: '';
	display: block;
	width: 116px;
	height: 1px;
	background-color: #e3e3e3;
	margin: 8px auto 0;
}

.wn-woo-wrap .products li .wn-woo-contents-wrap .price {
	color: #6f6f6f;
	font-size: 15px;
}

.wn-woo-wrap .products li .wn-woo-contents-wrap .price ins {
	background: none;
}

/* overlay and preloader */

.wn-woo-wrap .wn-products-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.92);
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wn-woo-wrap .wn-products-overlay .wn-preloader {
	width: 100px;
	margin: 170px auto 0;
	background-color: #fff;
	padding: 10px 21px 7px;
	border: 1px solid #e3e3e3;
}

.wn-woo-wrap .wn-products-overlay .wn-preloader .wn-preloader-square {
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-right: 10px;
	animation-name: wnBounce;
	-webkit-animation-name: wnBounce;
	animation-duration: 1.3675s;
	-webkit-animation-duration: 1.3675s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-direction: normal;
	-webkit-animation-direction: normal;
}

.wn-woo-wrap .wn-products-overlay .wn-preloader .wn-preloader-square:nth-child(1) {
	animation-delay: 0.2695s;
	-webkit-animation-delay: 0.2695s;
}

.wn-woo-wrap .wn-products-overlay .wn-preloader .wn-preloader-square:nth-child(2) {
	animation-delay: 0.6355s;
	-webkit-animation-delay: 0.6355s;
}

.wn-woo-wrap .wn-products-overlay .wn-preloader .wn-preloader-square:nth-child(3) {
	animation-delay: 0.8185s;
	-webkit-animation-delay: 0.8185s;
	margin-right: 0;
}

@-webkit-keyframes wnBounce {
	0% {
		background-color: #e3e3e3;
	}

	50% {
		background-color: #437df9;
	}

	100% {
		background-color: #e3e3e3;
	}
}

@keyframes wnBounce {
	0% {
		background-color: #e3e3e3;
	}

	50% {
		background-color: #437df9;
	}

	100% {
		background-color: #e3e3e3;
	}
}
