/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 30 2026 | 09:12:29 */
.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a i {
    color: #afafaf !important;
    font-size: 22px;
    background: #D9D9D952;
    padding: 10px;
    line-height: initial;
    border-radius: 100px;
    width: 42px !important;
    height: 42px !important;
    text-align: center!important;
}

.wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button > a i:hover{
    background: #138808;
    color: #fff!important;
}


.astra-shop-thumbnail-wrap:hover .ast-on-card-button:not(.ast-onsale-card) {
   display: none;
}

.ast-on-card-button {
    background: #6CAE0F;
    box-shadow: none;
    color: #fff;
    border-radius: 00;
}


span.wlfmc-counter-number.products-counter-number {
    background: #138808;
    width: 18px;
    height: 18px;
    line-height: initial;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 100px;
    color: #fff;
    margin-top: -25px;
    margin-left: -12px;
    z-index: 1;
}

.wlfmc-icon-heart-light-1-o:before{
    color: #138808!important;
}

/* No product found in this category css */
.jk-no-products{
	background-image: url('https://jkkart.renhorse.in/wp-content/uploads/2026/07/box-empty.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 200px;
	margin-top:50px;
	display: flex;
    justify-content: center;
}

.jk-no-products span {
    position: absolute;
    bottom: -50px;
    text-align: center;
    font-size: 1.3rem;
    color: #474747;
    font-family: 'Lato';
}
