.wl .wl-sb-single-product {
	background-color: #F93DAC;
	display: inline-block;
	color: #fff;
	margin-bottom: 30px;
	width: 100%;
}
.wl .wl-sb-product-img {
	width: 50%;
}
.wl .wl-sb-product-img img {
	border-radius: 0px 0px 100% 0px;
	height: 100%;
}
.wl .wl-sb-product-details {
	padding: 20px;
	text-align: right;
	width: 50%;
	position: relative;
}
.wl .wl-sb-single-widget {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 265px;
}
.wl .wl-sb-product-info {}
.wl .wl-sb-product-name {
	margin-bottom: 10px;
}
.wl .wl-sb-product-name a {
	text-decoration: none;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 23px;
}
.wl .wl-sb-product-desc {}
.wl .wl-sb-product-desc p {
	margin-bottom: 5px;
	font-family: "Roboto", Sans-serif;
	font-size: 14px;
	color: #fff;
}
.wl .wl-sb-rating {
	font-size: 10px;
	color: #fff;
	margin: 20px 0;
}
.wl .wl-sb-rating i {}
.wl .wl-sb-purchase-wishlist-area {
	display: flex;
	justify-content: right;
	position: absolute;
	bottom: 25px;
	right: 20px;
	align-items: center;
}
.wl .wl-sb-cart-area {
	position: relative;
	display: inline-block;
}
.wl .wl-sb-cart-area a.wl-sb-product-cart {
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 22px;
	border: 1px solid transparent;
	color: #F93DAC;
	font-size: 16px;
}
.wl .wl-sb-product-fav {
	margin-left: 20px;
}
.wl .wl-sb-product-fav a {
	color: #FFB6C1;
	font-size: 26px;
	transition: .4s;
}
.wl .wl-sb-product-fav a:hover {
	color: #fff;
}
.wl .wl-sb-product-fav a i {}
.wl .wl-sb-product-fav a.ajax_add_to_wish.fav-item {
	color: #fff;
}

/*view cart*/
.wl .wl-sb-cart-area a {
	height: 45px;
	line-height: 45px;
}
.wl .wl-cart-area {
	position: relative;
}
.wl .wl-sb-cart-area .added_to_cart.wc-forward {
	visibility: hidden;
	position: absolute;
	right: 0;
	font-size: 9px;
	transition: .4s;
	left: 0;
	padding: 0;
	top: 0;
}
.wl .wl-sb-cart-area .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: 22px;
	font-weight: 900;
	color: #fff;
	height: 100%;
	border: 1px solid #551FE8;
	outline: none;
	margin: 0;
	text-align: center;
}
/*end view cart*/

/*pagination*/
.wl .wl-sb-pagination {
	text-align: center;
	margin-top: 20px;
}
.wl .wl-sb-pagination .page-numbers {
	padding: 4px 16px 4px 16px;
	color: #E9345F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #E9345F;
	border-radius: 20px 20px 20px 20px;
}
.wl .wl-sb-pagination .page-numbers:hover {
	color: #FFFFFF;
	background: #E9345F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-sb-pagination .page-numbers.current {
	color: #FFFFFF;
	background: #E9345F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-sb-pagination .page-numbers:hover {
	transition-duration: 1s;
}
/*end pagination*/

/*theme oceanwp*/
.wl.theme-oceanwp .amount {
	color: #F93DAC;
}
.wl.theme-oceanwp .wl-sb-cart-area a {
	text-transform: capitalize;
}
/*theme oceanwp*/

 /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .wl .wl-sb-product-fav {
			margin-left: 8px;
		}
		.wl .wl-sb-cart-area a.wl-sb-product-cart {
			padding: 8px 10px;
			font-size: 10px;
		}
		.wl .wl-sb-product-details {
			padding: 10px;
		}
		.wl .wl-sb-purchase-wishlist-area {
			right: 10px;
		}
		.wl .wl-sb-product-fav a {
			font-size: 20px;
		}
		.wl.theme-oceanwp .wl-sb-cart-area a.wl-sb-product-cart {
			padding: 8px 6px;
			font-size: 8px;
		}
		.wl.theme-oceanwp .wl-sb-cart-area a {
			height: 35px;
			line-height: 20px;
		}
		.wl.theme-oceanwp .wl-sb-cart-area .added_to_cart.wc-forward::after {
			line-height: 32px;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .wl .wl-sb-product-fav {
			margin-left: 8px;
		}
		.wl .wl-sb-cart-area a.wl-sb-product-cart {
			padding: 8px 8px;
			font-size: 11px;
		}
		.wl .wl-sb-product-details {
			padding: 10px;
		}
		.wl .wl-sb-purchase-wishlist-area {
			right: 10px;
		}
		.wl .wl-sb-product-fav a {
			font-size: 20px;
		}
		.wl.theme-oceanwp .wl-sb-cart-area a.wl-sb-product-cart {
			padding: 8px 6px;
			font-size: 9px;
		}
		.wl.theme-oceanwp .wl-sb-cart-area a {
			height: 35px;
			line-height: 20px;
		}
		.wl.theme-oceanwp .wl-sb-cart-area .added_to_cart.wc-forward::after {
			line-height: 32px;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .wl .wl-sb-product-fav {
			margin-left: 20px;
		}
		.wl .wl-sb-cart-area a.wl-sb-product-cart {
			padding: 10px 15px;
			font-size: 16px;
		}
		.wl .wl-sb-product-details {
			padding: 20px;
		}
		.wl .wl-sb-purchase-wishlist-area {
			right: 20px;
		}
		.wl .wl-sb-product-fav a {
			font-size: 26px;
		}
		.wl.theme-oceanwp .wl-sb-cart-area a.wl-sb-product-cart {
			padding: 10px 15px;
			font-size: 12px;
		}
		.wl.theme-oceanwp .wl-sb-cart-area a {
			height: 45px;
			line-height: 26px;
		}
		.wl.theme-oceanwp .wl-sb-cart-area .added_to_cart.wc-forward::after {
			line-height: 44px;
		}
    }

