
.woocommerce-js div.product div.images img,
.woocommerce-js div.product div.images img:hover
{
	border-radius : 12px !important;
}

.asnp-savedPrice,
.asnp-totalPrice-section s,
.asnp-productList-wrapper {
	display: none;
}


/* Start Product List */
.custom-product-wrapper {
    display: flex;
    justify-content: space-between; 
    align-items: start;
    /*gap: 10px; */
}

.custom-product-info {
    flex: 1;
    text-align: left;
}

.custom-product-price {
    text-align: right;
    font-weight: bold;
    min-width: 100px; 
}

.woocommerce ul.products li.product img,
.woocommerce div.product div.images img {
    border-radius: 15px; 
} 

@media screen and (max-width: 768px) {
    .custom-product-wrapper {
        display: flex;
        flex-direction: column-reverse; 
			align-items: start;
			gap: 0px;
    }
	
	.custom-product-price {
        text-align: left
    }
}
/* End Product List */

/* Recent Products */
.recent-products ul.products li.product {
    margin: 0 !important;
    padding: 0 !important;
}

.recent-products ul.products li.product a img {
    max-height: 220px;
}
/* Recent Products */