.cx-container {
	overflow: hidden;
}
.wl .wl-sa-product-style {
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wl .wl-sa-single-accordion {
	position: relative;
	margin-bottom: 15px;
}
.wl .wl-sa-accordion-title {
	background: #551FE814;
	display: block;
	color: #fff;
	font-weight: bold;
	height: 50px;
	cursor: pointer;
}
.wl .wl-sa-open .wl-sa-accordion-title {
	background: #E9345F14;
}
.wl .wl-sa-accordion-title span {
	float: right;
	background: #551FE8;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 30px;
	line-height: 44px;
	font-weight: 100;
	transition: all 0.8s;
}
.wl .wl-sa-single-accordion.wl-sa-open .wl-sa-accordion-title span {
	background: #E9345F;
	color: #fff;
}
.wl .wl-sa-accordion-title span::before {
	content: "+";
	color: #fff;
}
.wl .wl-sa-single-accordion.wl-sa-open .wl-sa-accordion-title span::before {
	content: "-";
	font-size: 50px;
	color: #fff;
}
.wl .wl-sa-accordion-title {
	font-size: 17px;
}
.wl .wl-sa-accordion-title h2 {
	font-size:17px;
	display: inline-block;
	padding: 0 15px;
	line-height: 50px;
	color: #212121;
	margin:0;
}
.wl .wl-sa-accordion-content {
	overflow: hidden;
	background-color: #fffafaab;
}
.wl .wl-sa-accordion-content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #212121;
	font-family: "Roboto", Sans-serif;
}
/* accordion content */
.wl .wl-sa-accordion-content-inner {
	padding: 15px;
	overflow: hidden;
}
.wl .wl-sa-acordion-left img {
	max-width: 100%;
}
.wl .wl-sa-open .wl-sa-item-data {
	display: block;
}
/* accordion category */
.wl .wl-sa-accordion-category {
	margin-bottom: 20px;
}
.wl .wl-sa-accordion-cat {
	font-family: "Roboto", Sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #a9a9a9;
	letter-spacing: 1px;
}
/* Rating */
.wl .wl-sa-rating {
	font-size: 11px;
	color: #ffa422;
	margin: 4px 0;
}
.wl .wl-sa-rating span {
	color: #212121;
	font-family: "Roboto", Sans-serif;
}
.wl span.wl-sa-tag {
	font-family: "Roboto", Sans-serif;
	font-size: 11px;
	padding: 0px 8px;
	border-radius: 11px;
	text-transform: capitalize;
	margin-right: 3px;
}
.wl span.wl-sa-tag:last-child {
	margin-right: 0;
}
.wl .wl-sa-new {
	background: #cfe6cc;
	color: #3c9133;
}
.wl .wl-sa-dis {
	background: #e0ccf7;
	color: #a67ce7;
}
/* Product details */
.wl .wl-sa-accordion-content-inner {
	position: relative;
}
.wl .wl-sa-product-details {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
}
.wl .wl-sa-product-details div:last-child {
  margin-left: auto;
}
.wl .wl-sa-info-icons {
	padding-right: 15px;
}
.wl .wl-sa-product-info .wl .wl-sa-price {
	color: #E9345F;
	margin: 0;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	line-height: -1px;
}
.wl .wl-sa-info-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wl .wl-sa-info-icons div a {
	width: 45px;
	height: 45px;
	margin-right: 0;
	margin-left: 10px;
	line-height: 45px;
	font-size: 16px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	transition: .4s;
	outline: none;
}
.wl .wl-cart-area {
	position: relative;
}
.wl .wl-sa-product-fav a {
	color: #E9345F;
	border: 1px solid #E9345F;
}
.wl .wl-sa-product-fav a:hover {
	color: #fff;
	background-color: #E9345F;
	border: 1px solid #E9345F;
}
.wl .wl-sa-info-icons a.ajax_add_to_wish.fav-item {
	color: #fff;
	background-color: #E9345F;
	border: 1px solid #E9345F;
}
.wl .wl-sa-product-cart a {
	color: #551FE8;
	border: 1px solid #551FE8;
	transition: .4s;
}
.wl .wl-sa-product-cart a:hover {
	color: #fff;
	border: 1px solid #551FE8;
	background-color: #551FE8;
}
.wl .wl-sa-product-page a {
	color: #15A8E1;
	border: 1px solid #15A8E1;
	transition: .4s;
}
.wl .wl-sa-product-page a:hover {
	color: #fff;
	border: 1px solid #15A8E1;
	background-color: #15A8E1;
}
.wl .wl-sa-item-data {
	display: none; 
}
/*pagination*/
.wl .wl-sa-pagination {
	text-align: center;
	margin-top: 20px;
}
.wl .wl-sa-pagination .page-numbers {
	border: 1px solid #ddd;
	padding: 4px 14px;
	transition: .4s;
}
/*end pagination*/

/*wl-css*/
.wl .wl-sa-tag:nth-child(n+1) {
	background: #cfe6cc;
	color: #3c9133;
}
.wl .wl-sa-tag:nth-child(2n+2) {
	background: #e0ccf7;
	color: #a67ce7;
}
.wl .wl-sa-tag:nth-child(3n+3) {
	background: #ffdabf;
	color: #fff2e0;
}
.wl .wl-sa-product-info .wl-sa-price ins {
	background: transparent;
	text-decoration: navajowhite;
}
.wl .wl-sa-product-info .wl-sa-price del {
	display: none;
}
.wl .wl-sa-acordion-left {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*end wl-css*/

/*view cart*/
.wl .wl-sa-product-cart .added_to_cart.wc-forward {
	visibility: hidden;
	position: absolute;
	right: 0;
	font-size: 9px;
	transition: .4s;
	left: 0;
	padding: 0;
}
.wl .wl-sa-product-cart .added_to_cart.wc-forward::after {
	visibility: visible;
	display: block;
	content: "\f00c";
	font-family: 'Font Awesome\ 5 Free';
	position: absolute;
	top: 0px;
	font-size: 14px;
	width: 100%;
	background: #551FE8;
	border-radius: 50%;
	font-weight: 900;
	color: #fff;
	height: 100%;
	border: 1px solid #551FE8;
	outline: none;
	margin: 0;
}
/*end view cart*/

@media only screen and (max-width: 767px) {
	.wl .wl-sa-product-info {
		padding-left: 0 !important;
	}
	.wl .wl-sa-product-details {
		margin-top: 20px;
	}
	.wl .wl-sa-product-info .wl-sa-price {
		font-size: 16px;
	}
}
@media only screen and (min-width: 320px) {
	.wl .wl-sa-acordion-left {
		float: none;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.wl .wl-sa-acordion-right {
		float: none;
		width: 100%;
	}
	.wl .wl-sa-accordion-cat {
		margin-right: 0;
	}
	.wl .wl-sa-rating {
		display: block;
	}
	.wl .wl-sa-accordion-category {
		margin-top: 10px;
	}
	.wl .wl-sa-product-details {
		position: unset;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
	.wl .wl-sa-acordion-left {
		float: left;
		width: 20%;
		margin-right: 2%;
	}
	.wl .wl-sa-acordion-right {
		float: left;
		width: 78%;
	}
	.wl .wl-sa-accordion-cat {
		margin-right: 35px;
	}
	.wl .wl-sa-rating {
		display: inline-block;
	}
	.wl .wl-sa-accordion-category {
		margin-top: 0;
	}
	.wl .wl-sa-product-details {
		position: absolute;
	}
	.wl .wl-sa-product-info {
		margin-left: 23%;
	}
}