.wl-scr-product-style a{
	text-decoration: none;
}
.wl .wl-scr-product-style {
	margin: 0 auto;
	/*overflow: hidden;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wl .wl-scr-single-product {
	float: left;
	/*margin-bottom: 30px;*/
	width: 100%;
}
.wl .wl-scr-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-scr-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-scr-product-img img {
	max-width: 100%;
	border-radius: 100%;
}
/* flash-sale-timer */
.wl-scr-product-style .wl-scr-single-product.product .wl-flash-sale-timer {
    top: -74px;
}
/*Stcok ribbon*/
.wl .wl-scr-stock {
	position: absolute;
	top: 30%;
	background: #ccccccb3;
	color: black;
	/* right: 110px; */
	padding: 5px 10px;
	border-radius: 4px;
	width: 100%;
}
.wl .wl-scr-devider {
	height: 1px;
	background: #ddd;
	width: 43%;
	margin: auto;
	margin-top: 12px;
}
/*price*/
.wl .wl-scr-price ins {
	background: transparent;
	text-decoration: none;
}
.wl .wl-scr-price del {
	display: none;
}
.wl .wl-scr-product-name {
	margin-bottom: 5px;
}
.wl .wl-scr-product-name a{
	color: var(--wl-black);
}
.wl .wl-scr-price {
	margin: 0;
	font-family: var(--wl-font-family, "Sans-serif");
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}
/*cart*/
.wl .wl-scr-product-fav a {
	color: var(--wl-black);
	border: 1px solid var(--wl-gray);
	transition: .4s;
}
.wl .wl-scr-product-fav a:hover {
	color: #fff;
	background-color: var(--wl-black);
	border: 1px solid var(--wl-gray);
}
.wl .wl-scr-product-cart a {
	color: var(--wl-black);
	border: 1px solid var(--wl-gray);
	transition: .4s;
}
.wl .wl-scr-product-cart a:hover {
	color: #fff;
	border: 1px solid var(--wl-gray);
	background-color: var(--wl-black);
}
/*end cart*/
/*wishlist*/
.wl .wl-scr-info-icons a.ajax_add_to_wish.fav-item {
	color: #fff;
	background-color: var(--wl-gray);
	border: 1px solid var(--wl-gray);
}
/*end wishlist*/
/*view cart*/
.wl .wl-cart-area {
	position: relative;
}
.wl .wl-scr-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-scr-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: var(--wl-gray);
	border-radius: 50%;
	font-weight: 900;
	color: #fff;
	height: 100%;
	border: 1px solid var(--wl-gray);
	outline: none;
	margin: 0;
}
/*end view cart*/

/*pagination*/
.wl .wl-scr-pagination {
	text-align: center;
	margin-top: 20px;
}
.wl .wl-scr-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: 23px;
	text-align: center;
	border: 1px solid var(--wl-light-gray);
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}

.wl .wl-scr-pagination .page-numbers:hover {
	color: #FFFFFF;
	background: var(--wl-black);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-scr-pagination .page-numbers.current {
	color: #FFFFFF;
    background: var(--wl-black);
    border-color: transparent;
}
.wl .wl-scr-pagination .page-numbers:hover {
	transition-duration: 1s;
}
/*end pagination*/
/*Quick View and quick checkout*/
.wl .wl-scr-single-widget .wcd-quick-checkout-wrap button,
.wl .wl-scr-single-widget .wcd-quick-view-wrap button {
    width: 35px;
    height: 35px;
    border: 1px solid #000000;
	background-color: unset;
}
.wl .wl-scr-single-widget .wcd-quick-checkout-wrap button:hover,
.wl .wl-scr-single-widget .wcd-quick-view-wrap button:hover {
    width: 35px;
    height: 35px;
    line-height: 32px;
	color: #ffffff;
    border: 1px solid #000000;
	background: var(--wl-black);
    transition: .4s;
}
.wl-scr-info-icons-inside {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

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

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

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


/* Medium Devices, Desktops */

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

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

	.wl-scr-single-widget.wl-columns-12 {
		height: auto;
	}
	.wl .wl-scr-product-cart .added_to_cart.wc-forward::after {
		top: 3px;
	}
	
}