.wl .wl-sb-single-product {
	background-color: var(--wl-beauty-primary);
	display: inline-block;
	color: #fff;
	width: 100%;
	position: relative;
}
.wl .wl-sb-product-img {
	width: 50%;
	position: relative;
}
.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-name {
	margin-bottom: 10px;
	margin-top: 40px;
}
.wl .wl-sb-product-name a {
	text-decoration: none;
	font-family: var(--wl-font-family), Sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 23px;
	letter-spacing: 1.5px;
}
.wl .wl-sb-product-desc p {
	margin-bottom: 5px;
	font-family: var(--wl-font-family), Sans-serif;
	font-size: 14px;
	color: #fff;
}
.wl .wl-sb-rating {
	font-size: 10px;
	color: var(--wl-beauty-secondary);
	margin: 10px 0;
}
/*Stcok ribbon*/
.wl .wl-sb-stock {
	position: absolute;
	top: 45%;
	background: #fff;
	color: #f93dac;
	padding: 5px 9px;
	border-radius: 4px;
	width: 40%;
	text-align: center;
	font-size: 12px;
}
.wl .wl-sb-purchase-wishlist-area {
	display: flex;
	justify-content: right;
	position: absolute;
	bottom: 25px;
	right: 20px;
	align-items: center;
	width: max-content;
}
.wl .wl-sb-cart-area {
	position: relative;
	display: inline-block;
}
.wl .wl-sb-cart-area a.wl-sb-product-cart {
	background-color: var(--wl-beauty-secondary);
	/* padding: 10px 15px; */
	border-radius: 22px;
	border: 1px solid transparent;
	color: #ffffff;
	font-size: 16px;
}

.wl .wl-sb-product-fav {
	margin-left: 20px;
}
.wl .wl-sb-product-fav a {
	color: var(--wl-beauty-secondary);
	font-size: 26px;
	transition: .4s;
}
.wl .wl-sb-product-fav a:hover {	
	color: var(--wl-light-border);
}
.wl .wl-sb-product-fav a.ajax_add_to_wish.fav-item {
	color: var(--wl-light-border);
	background: none;
}

/*quick-checkout & quick-view*/
.wl .wl-shop-beauty .wcd-quick-checkout-wrap button,
.wl .wl-shop-beauty .wcd-quick-view-wrap button {
	color: var(--wl-beauty-secondary);
	font-size: 26px;
	transition: .4s;
	background: none;
	border: none;
	box-shadow: none;
	margin: 0 10px 0 0;
}

.wl .wl-shop-beauty .wcd-quick-checkout-wrap button:hover,
.wl .wl-shop-beauty .wcd-quick-view-wrap button:hover {
	color: var(--wl-light-border);
	border: none;
	background: none;
	border: none;
	box-shadow: none;
}
/*quick-checkout*/

/*view cart*/
.wl .wl-sb-cart-area a {
	height: 40px;
	line-height: 25px;
}
.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: var(--wl-beauty-secondary);
	border-radius: 22px;
	font-weight: 900;
	color: #fff;
	height: 100%;
	border: 1px solid var(--wl-beauty-secondary);
	outline: none;
	margin: 0;
	text-align: center;
}
/*end view cart*/

/*pagination*/
.wl .wl-sb-pagination {
	text-align: center;
	margin-top: 40px;
}
.wl .wl-sb-pagination .page-numbers {
	padding: 8px;
    color: var(--wl-black);
    border-radius: 50%;
    margin-right: 5px;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 21px;
    text-align: center;
    border: 1px solid var(--wl-light-gray);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}
.wl .wl-sb-pagination .next.page-numbers,
.wl .wl-sb-pagination .prev.page-numbers {
	padding: 10px 13px;
	font-size: 12px;
}
.wl .wl-sb-pagination .page-numbers:hover {
	color: #FFFFFF;
	background: var(--wl-beauty-primary);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-sb-pagination .page-numbers.current {
	color: #FFFFFF;
	background: var(--wl-beauty-primary);
	border-color: transparent;
}
.wl .wl-sb-pagination .page-numbers:hover {
	transition-duration: 1s;
}
/*end pagination*/

/*Ribbon*/
.wl .wl-sb-corner-ribbon {
	position: absolute;
	top: 20px;
	right: 0;
	font-family: var(--wl-font-family), Sans-serif;
	font-size: 12px;
	background: var(--wl-beauty-tertiary);
	text-align: center;
	line-height: 23px;
	letter-spacing: 1px;
	color: #ffffff;
	border-radius: 13px 0px 0px 13px;
	z-index: 100;
	padding: 0px 12px;
}
.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.theme-storefront .wl-sb-cart-area a.wl-sb-product-cart {
			padding: 0px 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.theme-storefront .wl-sb-cart-area a.wl-sb-product-cart {
			padding: 0px 15px;
		}
		.wl .wl-sb-cart-area a.wl-sb-product-cart {
			padding: 8px 15px;
			font-size: 13px;
		}
		.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;
		}
    }

