.w-100 {
	width: 100%;
}
.pr-0 {
	padding-right: 0;
}
.wl .wl-sw-product-style {}
.wl .wl-sw-single-product {
	margin-bottom: 25px;
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 20px;
	position: relative;
	display: inline-block;
}
.wl-sw-content-footer-area {
	position: absolute;
	width: 63.3%;
	bottom: 20px;
	right: 20px;
}
.wl .wl-sw-single-widget {}
.wl .wl-sw-product-basic-info {
}
.wl .wl-sw-product-name {
	margin-bottom: 20px;
}
.wl .wl-sw-product-name h4 {
	margin-top: 0;
	line-height: 6px;
}
.wl .wl-sw-product-name h4 a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.wl .wl-sw-product-img {}
.wl .wl-sw-product-img img {
	height: auto;
	width: 100%;
}
.wl .wl-sw-price-area {}
.wl .wl-sw-price-area .wl-sw-price {
	font-size: 18px;
	text-align: right;
	color: #F93DAC;
	margin-top: 0;
	line-height: 8px;
}
.wl .wl-sw-price-area .wl-sw-price .amount {}
.wl .wl-sw-product-desc {}
.wl .wl-sw-product-desc p {
	font-size: 14px;
	color: #000;
}
.wl .wl-sw-rating {
	font-size: 12px;
	margin-bottom: 20px;
}
.wl .wl-sw-rating i {
	margin-right: 5px;
}
.wl .wl-sw-cart-wishlist-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.wl .wl-sw-cart-area {
	width: 100%;
	margin-right: 20px;
}
.wl .wl-sw-cart-area a.wl-sw-product-cart {
	background-color: #F93DAC;
	color: #fff;
	padding: 8px;
	border-radius: 4px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.wl .wl-sw-product-fav {}
.wl .wl-sw-product-fav a.ajax_add_to_wish {
	font-size: 22px;
}

/*view cart*/
.wl .wl-sw-cart-area {
	position: relative;
}
.wl .wl-sw-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-sw-cart-area .added_to_cart.wc-forward::after {
	visibility: visible;
	display: block;
	content: "View Cart";
	position: absolute;
	top: 0px;
	font-size: 14px;
	width: 100%;
	background: #551FE8;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #551FE8;
	outline: none;
	margin: 0;
	text-align: center;
	padding: 8px;
}
/*end view cart*/

/*pagination*/
.wl .wl-sw-pagination {
	text-align: center;
	margin-top: 20px;
}
.wl .wl-sw-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-sw-pagination .page-numbers:hover {
	color: #FFFFFF;
	background: #E9345F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-sw-pagination .page-numbers.current {
	color: #FFFFFF;
	background: #E9345F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: transparent;
}
.wl .wl-sw-pagination .page-numbers:hover {
	transition-duration: 1s;
}
/*end pagination*/

/*theme oceanwp*/
.wl.theme-oceanwp .amount {
	color: #F93DAC;
}
.wl.theme-oceanwp .wl-sw-cart-area a.wl-sw-product-cart {
	padding: 10px;
}
/*theme oceanwp*/

/*theme astra*/
.wl.theme-astra .wl-sw-price-area {
	margin-bottom: 10px;
}
/*theme astra*/


/*theme Divi */
.wl.theme-Divi .wl-sw-price-area {
	margin-bottom: 10px;
}
/*theme Divi */

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

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		.wl .wl-sw-price-area .wl-sw-price {
			text-align: left;
		}
		.wl .wl-sw-product-details-info {
			margin: 20px 0px 100px 0px;
		}
		.wl-sw-content-footer-area {
			width: 87%;
		}
    }

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

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.pr-sm-5 {
			padding-right: 5px;
		}
		.wl .wl-sw-price-area .wl-sw-price {
			text-align: right;
		}
		.wl .wl-sw-product-details-info {
			margin: 0px;
		}
		.wl-sw-content-footer-area {
			width: 61.5%;
		}
    }

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

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.pr-md-5 {
			padding-right: 5px;
		}
		.wl .wl-sw-price-area .wl-sw-price {
			text-align: right;
		}
		.wl-sw-content-footer-area {
			width: 63.3%;
		}
    }

