.woodmart-hover-standard .woodmart-add-btn {
    background: #6CA7B7;
}

.woodmart-hover-standard .add-to-cart-loop span {
    line-height: 1.33 !important;
    font-family: 'Cocomat Pro' !important;
    font-weight: 600;
    font-size: 12px !important;
    color: #fff;
    letter-spacing: 2px;
    padding: 12px !important;
    padding-bottom: 8px !important;
}


.product-grid-item .product-title a{
    font-weight: 900;
    font-size: 17px;
    color: #585858 !important;
}

.labels-rounded .product-label:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    object-fit: scale-down;
    display: block;
    background-image: url("/wp-content/uploads/2020/04/sales_badge.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transition: 0.5s all;
    transition-delay: 0.4s;
}

.product-grid-item .labels-rounded .product-label{
    width: 55px !important;
    height: 55px !important;
    background-color: transparent !important;
    overflow: visible !important;
}

.product-grid-item .woodmart-add-btn a {
    background: transparent !important;
}

.product-grid-item{
    overflow: hidden;
    margin-bottom: 5vh !important;
}


.product-grid-item .product-title{
    background-color: #F0F1F5;
    margin: 0 !important;
    padding: 20px;
    max-height: 90px !important;
    min-height: 90px !important;
}

.product-grid-item .woocommerce-product-details__short-description p {
    margin: 0 !important;
    background-color: #F0F1F5;
}

.product-grid-item .product-element-top{
    margin: 0 !important;
}

.product-grid-item .price{
    background-color: #F0F1F5;
    margin: 0 !important;
    padding: 15px 0;
}

body .product-grid-item .woocommerce-product-details__short-description{
    min-height: 95px;
    background: #f0f1f5;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
}

.woocommerce .price .amount {
    font-size: clamp(18px,2vw, 20px);
}