.wl .button{
	background: transparent;
	padding: 0px;
}
.wl .wl-sc-product-style {
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wl .wl-sc-single-product {
	margin: 13px auto;
	float: left;
	width: 100%;
}
.wl .wl-sc-single-widget {
	background: #fff;
	text-align: center;
	box-shadow: 0px 2px 5px #ddd;
	margin: auto;
	position: relative;
	overflow: hidden;
	border-radius: 30px 0 30px 0;
}
.wl .wl-sc-product-info h2.wl-sc-price ins {
	background: transparent;
	text-decoration: none;
}
.wl .wl-sc-product-info h2.wl-sc-price del {
	display: none;
	padding-right: 10px;
}
/*Ribbon*/
.wl .wl-sc-corner-ribbon {
	position: absolute;
	top: 40px;
	right: 0;
	font-family: "Roboto", Sans-serif;
	font-size: 12px;
	background: #E9345F;
	text-align: center;
	line-height: 23px;
	letter-spacing: 1px;
	color: #ffffff;
	border-radius: 13px 0px 0px 13px;
	z-index: 100;
	padding: 0px 12px;
}
/*product image*/
.wl .wl-sc-product-img {
	overflow: hidden;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wl .wl-sc-product-img img {
	max-width: 100%;
}
/*pagination*/
.wl .wl-sc-pagination {
	text-align: center;
	margin-top: 20px;
}
.wl .wl-sc-pagination .page-numbers {
	border: 1px solid #ddd;
	padding: 4px 14px;
	transition: .4s;
}
/*shop*/
.woocommerce a.wl-sc-product-cart::after {
	content: "" !important;
	margin-left: 0 !important;
}
/*icon*/
.wl .wl-sc-product-fav {
	color: #E9345F;
	border: 1px solid #E9345F;
	margin-left: 0 !important;
}
.wl .wl-sc-product-fav:hover {
	color: #fff;
	background-color: #E9345F;
	border: 1px solid #E9345F;
}
.wl .wl-sc-product-fav.ajax_add_to_wish.fav-item {
	color: #fff;
	background-color: #E9345F;
	border: 1px solid #E9345F;
}
.wl-cart-area {
	position: relative;
}
.wl a.wl-sc-product-cart.button {
	outline: none;
	position: absolute;
	right: 0;
	left: 0;
}
.wl .wl-sc-product-cart i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 100%;
	font-size: 15px;
	outline: none;
}
.wl .wl-sc-product-cart i {
	color: #551FE8;
	border: 1px solid #551FE8;
	transition: .4s;
}
.wl .wl-sc-product-cart i:hover {
	color: #fff;
	border: 1px solid #551FE8;
	background-color: #551FE8;
}
.wl .wl-sc-info-icons div {
	width: 45px;
	height: 45px;
	margin-left: 10px;
	line-height: 45px;
	border-radius: 100%;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
}
.wl .wl-sc-info-icons a.added_to_cart.wc-forward {
	visibility: hidden;
	transition: .4s;
}
.wl .wl-sc-info-icons a.added_to_cart.wc-forward::after {
	visibility: visible;
	display: block;
	content: "\f00c";
	font-family: 'Font Awesome\ 5 Free';
	position: absolute;
	top: 0;
	font-size: 14px;
	width: 45px;
	background: #551FE8;
	border-radius: 50%;
	font-weight: 900;
	color: #fff;
	height: 100%;
	outline: none;
	height: 45px;
	line-height: 45px;
}
.theme-storefront.wl .wl-sc-info-icons a.added_to_cart.wc-forward::after{
	left: -9px;
}
/*end icon*/

/*card*/
.wl-sc-product-details {
	position: absolute !important;
	width: 100%;
	bottom: 0;
}
/*end card*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
	.wl-sc-single-widget.wl-columns-12 {
		height: auto;
	}
	.wl-sc-single-widget.wl-columns-6 {
		height: 436px;
	}
	.wl-sc-single-widget.wl-columns-4 {
		height: 436px;
	}
	.wl-sc-single-widget.wl-columns-3 {
		height: 436px;
	}
	.wl-sc-single-widget.wl-columns-2 {
		height: 436px;
	}
	.wl .wl-sc-product-details {
		flex-direction: column;
		justify-content: center;
		margin-top: 0px;
		padding: 15px;
		position: relative;
		position: relative;
	}
	.wl .wl-corner .wl-sc-product-details {
		margin-top: 20px;
		padding: 15px;
	}
	.wl .wl-sc-product-details:before {
		position: absolute;
		top: 0;
		width: 90%;
		background: #dadada;
		content: '';
		left: 0;
		right: 0;
		margin: auto;
	}
	.wl .wl-sc-product-info {
		text-align: center;
		padding: 0;
		margin-bottom: 11px
	}
	.wl .wl-sc-product-name a {
		font-family: "Roboto", Sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #212121;
		line-height: 23px;
	}
	.wl .wl-sc-product-info h2.wl-sc-price {
		color: #E9345F;
		margin: 0;
		font-family: "Roboto", Sans-serif;
		font-size: 16px;
		line-height: 1;
		padding-bottom: 0;
	}
	.wl h2.wl .wl-sc-price sup {
		font-size: 18px;
	}
	.wl .wl-sc-info-icons {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wl .wl-sc-right .wl-sc-info-icons .wl-sc-product-cart i {
		/*margin-right: 15px;*/
		margin-left: 0;
	}
	/* Style 2 */
	.wl .wl-corner .wl-sc-info-icons,
	.wl .wl-corner .wl-sc-product-details {
		padding: 0;
	}
	.wl .wl-corner .wl-sc-product-info {
		margin-top: -10px;
	}
	.wl .wl-corner .wl-sc-product-details:before {
		background: transparent;
		height: 0;
	}
	.wl .wl-corner .wl-sc-info-icons div {
		margin-right: 0;
		border-radius: 0;
		margin-left: 0;
	}
	.wl .wl-corner .wl .wl-sc-product-cart i {
		margin-right: 0;
		border-radius: 0;
		margin-left: 0;
	}
	.wl .wl-corner .wl-sc-product-fav {
		background: transparent;
	}
	.wl .wl-sc-single-product.wl-corner.wl-sc-right .wl-sc-product-cart i {
		margin-left: 0;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

	.wl-sc-single-widget.wl-columns-12 {
		height: auto;
	}
	.wl-sc-single-widget.wl-columns-6 {
		height: 470px;
	}
	.wl-sc-single-widget.wl-columns-4 {
		height: 470px;
	}
	.wl-sc-single-widget.wl-columns-3 {
		height: 470px;
	}
	.wl-sc-single-widget.wl-columns-2 {
		height: 470px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
	
	.wl .wl-sc-product-details {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	.wl .wl-sc-product-info {
		text-align: left;
		margin-bottom: 0;
	}
	.wl .wl-sc-info-icons {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	/* Right */
	.wl .wl-sc-right .wl-sc-single-widget {
		border-radius: 0px 30px 0px 30px;
	}
	.wl .wl-sc-right .wl-sc-product-details {
		flex-direction: row-reverse;
	}
	.wl .wl-sc-right .wl-sc-product-info {
		text-align: right;
		padding-right: 0;
		padding-left: 0;
	}
	.wl .wl-sc-right .wl-sc-info-icons {
		flex-direction: row-reverse;
		padding-right: 0;
	}
	.wl .wl-sc-right .wl-sc-info-icons div {
		margin-right: 10px;
		margin-left: 0;
	}
	.wl .wl-sc-right .wl-sc-corner-ribbon {
		left: 0;
		right: auto;
		border-radius: 0px 13px 13px 0px;
	}
	.wl .wl-sc-product-info h2.wl-sc-price {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
	.wl-sc-single-widget.wl-columns-12 {
		height: auto;
	}
	.wl-sc-single-widget.wl-columns-6 {
		height: 604px;
	}
	.wl-sc-single-widget.wl-columns-4 {
		height: 418px;
	}
	.wl-sc-single-widget.wl-columns-3 {
		height: 326px;
	}
	.wl-sc-single-widget.wl-columns-2 {
		height: 231px;
	}
}