.wl .wl-rpcr-product-style {
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wl .wl-rpcr-single-product {
	float: left;
	width: 100%;
}
.wl .wl-rpcr-single-widget {
	background: #fff;
	text-align: center;
	box-shadow: 0px 2px 5px #ddd;
	margin: auto;
	position: relative;
	overflow: hidden;
	border-radius: 180px 180px 0 0;
}
/*product image*/
.wl .wl-rpcr-product-img {
	overflow: hidden;
	margin: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wl .wl-rpcr-product-img img {
	max-width: 100%;
	border-radius: 100%;
}

/*Stcok ribbon*/
.wl .wl-rpcr-stock {
	position: absolute;
	top: 30%;
	background: #ccccccb3;
	color: black;
	/* right: 110px; */
	padding: 5px 10px;
	border-radius: 4px;
	width: 100%;
}
.wl .wl-rpcr-devider {
	height: 1px;
	background: #ccc;
	width: 43%;
	margin: auto;
	margin-top: 12px;
}
/*price*/
.wl h2.wl-rpcr-price ins {
	background: transparent;
}
.wl h2.wl-rpcr-price del {
	display: none;
}
.wl .wl-rpcr-product-name {
	margin-bottom: 5px;
}
/*cart*/
.wl .wl-rpcr-product-fav a {
	color: #E9345F;
	border: 1px solid #E9345F;
	transition: .4s;
}
.wl .wl-rpcr-product-fav a:hover {
	color: #fff;
	background-color: #E9345F;
	border: 1px solid #E9345F;
}
.wl .wl-rpcr-product-cart a {
	color: #551FE8;
	border: 1px solid #551FE8;
	transition: .4s;
}
.wl .wl-rpcr-product-cart a:hover {
	color: #fff;
	border: 1px solid #551FE8;
	background-color: #551FE8;
}
.wl .wl-rpcr-product-cart {
	margin-left: 15px;
}
/*end cart*/
/*wishlist*/
.wl .wl-rpcr-info-icons a.ajax_add_to_wish.fav-item {
	color: #fff;
	background-color: #E9345F;
	border: 1px solid #E9345F;
}
/*end wishlist*/
/*view cart*/
.wl .wl-cart-area {
	position: relative;
}
.wl .wl-rpcr-product-cart .added_to_cart.wc-forward {
	visibility: hidden;
	position: absolute;
	right: 0;
	font-size: 9px;
	transition: .4s;
	left: 0;
	padding: 0;
	top: 0;
}
.wl .wl-rpcr-product-cart .added_to_cart.wc-forward::after {
	visibility: visible;
	display: block;
	content: "\f00c";
	font-family: 'Font Awesome\ 5 Free';
	position: absolute;
	top: 3px;
	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*/

/*pagination*/
.wl .wl-rpcr-pagination {
	text-align: center;
	margin-top: 20px;
}
.wl .wl-rpcr-pagination .page-numbers {
	padding: 8px 13px;
	color: #E9345F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #E9345F;
	border-radius: 50%;
	margin-right: 5px;
}
.wl .wl-rpcr-pagination .next.page-numbers,
.wl .wl-rpcr-pagination .prev.page-numbers {
	padding: 11px 13px;
	font-size: 12px;
}
.wl .wl-rpcr-pagination .page-numbers:hover {
	color: #FFFFFF;
	background: #E9345F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-rpcr-pagination .page-numbers.current {
	color: #FFFFFF;
	background: #E9345F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-rpcr-pagination .page-numbers:hover {
	transition-duration: 1s;
}
/*end pagination*/

/*theme oceanwp*/
.wl.theme-oceanwp .amount {
	color: #E9345F;
}
/*theme oceanwp*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
	.wl .wl-rpcr-product-details {
		flex-direction: column;
		justify-content: center;
		padding: 20px 0;
		position: relative;
		width: 100%;
		bottom: 0;
	}
	.wl .wl-rpcr-product-info {
		text-align: center;
		padding: 0;
		margin-bottom: 11px
	}
	.wl .wl-rpcr-product-name a {
		font-family: "Roboto", Sans-serif;
		font-size: 15px;
		font-weight: 400;
		color: #212121;
		line-height: 18px;
	}
	.wl h2.wl-rpcr-price {
		color: #E9345F;
		margin: 0;
		font-family: "Roboto", Sans-serif;
		font-size: 15px;
		line-height: 1;
		font-weight: 400;
	}
	.wl h2.wl-rpcr-price ins{
		font-weight: 400;
	}
	.theme-bridge.wl h2.wl-rpcr-price {
		font-size: 14px;
	}
	.wl h2.wl-rpcr-price sup {
		font-size: 15px;
	}
	.wl h2.wl-rpcr-price .woocommerce-Price-currencySymbol {
		font-size: 17px;
	}
	.theme-bridge.wl h2.wl-rpcr-price .woocommerce-Price-currencySymbol {
		font-size: 14px;
	}
	.wl .wl-rpcr-info-icons {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0px 10px;
	}
	.wl .wl-rpcr-info-icons .wl-rpcr-product-fav,
	.wl .wl-rpcr-info-icons .wl-rpcr-product-cart {
		border-radius: 100%;
		display: inline-block;
		cursor: pointer;
		font-size: 27px;
	}
	.wl .wl-rpcr-info-icons div {
		font-size: 18px;
	}
	.wl .wl-rpcr-info-icons div a {
		display: inline-block;
		width: 35px;
		height: 35px;
		line-height: 35px;
		border-radius: 50%;
		font-size: 13px;
	}
	/* Style 2 */
	.wl .wl-rpcr-corner .wl-rpcr-info-icons {
		padding: 0;
	}
	.wl .wl-rpcr-corner .wl-rpcr-info-icons {
		position: none;
		right: 0;
		bottom: 0;
	}
	.wl .wl-rpcr-corner .wl-rpcr-info-icons div {
		margin-right: 0;
		margin-left: 0;
		padding: 6px; 
	}
	.wl .wl-rpcr-corner .wl-rpcr-product-fav, .wl .wl-rpcr-corner .wl-rpcr-product-fav a  {
		background: transparent;
	}
	.wl .wl-rpcr-single-product.wl-rpcr-corner.wl-rpcr-right .wl-rpcr-info-icons div {
		margin-left: 0;
		margin-right: 0;
	}
	.wl .wl-rpcr-corner.wl-rpcr-right .wl-rpcr-info-icons {
		left: 0;
		right: auto;
	}
	.wl .wl-rpcr-corner .wl-rpcr-info-icons .wl-rpcr-product-cart {
		border-radius: 30px 0 0 0;
	}
	.wl .wl-rpcr-corner.wl-rpcr-right .wl-rpcr-info-icons .wl-rpcr-product-cart {
		border-radius: 0 30px 0 0;
	}
	.wl-rpcr-single-widget.wl-columns-12 {
		height: 450px;
	}
	.wl-rpcr-single-widget.wl-columns-6 {
		height: 450px;
	}
	.wl-rpcr-single-widget.wl-columns-4 {
		height: 450px;
	}
	.wl-rpcr-single-widget.wl-columns-3 {
		height: 100%;
	}
	.wl-rpcr-single-widget.wl-columns-2 {
		height: 450px;
	}
	.wl .wl-rpcr-product-cart .added_to_cart.wc-forward::after {
		top: 0px;
	}
	
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
	.wl .wl-rpcr-product-name a {
		font-size: 15px;
		line-height: 16px;
	}
	.wl .wl-rpcr-product-name {
		margin-bottom: 5px;
	}
	.wl .wl-rpcr-product-details {
		/*margin-top: 20px;*/
		position: relative;
	}
	.wl-rpcr-single-widget.wl-columns-12 {
		height: 100%;
	}
	.wl-rpcr-single-widget.wl-columns-6 {
		height: 100%;
	}
	.wl-rpcr-single-widget.wl-columns-4 {
		height: 100%;
	}
	.wl-rpcr-single-widget.wl-columns-3 {
		height: 100%;
	}
	.wl-rpcr-single-widget.wl-columns-2 {
		height: 100%;
	}
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
	.wl .wl-rpcr-product-details {
		/*display: flex;*/
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		padding: 13px;
		padding-top: 0px;
	}
	.wl .wl-rpcr-product-info {
		text-align: center;
		margin-bottom: 0;
	}
	.wl .wl-rpcr-info-icons {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0px;
		margin-top: 10px;
	}
	.wl .wl-rpcr-info-icons .wl-rpcr-product-fav,
	.wl .wl-rpcr-info-icons .wl-rpcr-product-cart {
		width: 30px;
		height: 40px;
		margin-right: 0;
		line-height: 40px;
		font-size: 15px;
	}
	/* Right */
	.wl .wl-rpcr-right .wl-rpcr-product-details {
		flex-direction: row-reverse;
	}
	.wl .wl-rpcr-right .wl-rpcr-product-info {
		text-align: right;
		padding-left: 0;
	}
	.wl .wl-rpcr-right .wl-rpcr-info-icons {
		flex-direction: row-reverse;
		padding-right: 0;
	}
	.wl .wl-rpcr-right .wl-rpcr-info-icons div {
		margin-right: 10px;
		margin-left: 0;
	}
	.wl .wl-rpcr-right .wl-rpcr-corner-ribbon {
		left: 0;
		border-radius: 0px 13px 13px 0px;
	}
	.wl .wl-rpcr-corner .wl-rpcr-info-icons {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
		.wl .wl-rpcr-corner .wl-rpcr-info-icons .wl-rpcr-product-cart  a {
		display: inline-block;
		width: 100%;
		height: 100%;
		border-radius: 30px 0 0 0;
	}

	.wl .wl-rpcr-corner.wl-rpcr-right .wl-rpcr-info-icons .wl-rpcr-product-cart  a {
		display: inline-block;
		width: 100%;
		height: 100%;
		border-radius: 0 30px 0 0;
	}

	.wl-rpcr-single-widget.wl-columns-12 {
		height: auto;
	}
	.wl-rpcr-single-widget.wl-columns-6 {
		height: 620px;
	}
	.wl-rpcr-single-widget.wl-columns-4 {
		height: 440px;
	}
	.wl-rpcr-single-widget.wl-columns-3 {
		height: 350px;
	}
	.wl-rpcr-single-widget.wl-columns-2 {
		height: 280px;
	}
	.wl .wl-rpcr-product-cart .added_to_cart.wc-forward::after {
		top: 3px;
	}
	
}