.product-list-item .woocommerce-product-rating .star-rating {
    margin-bottom: 0;
    margin-right: 0
}

.product-list-item .wd-product-countdown {
    margin-bottom: 15px
}

.product-list-item .wd-progress-bar {
    margin-bottom: 20px
}

.product-list-item .woocommerce-review-link {
    display: none
}

.product-list-item :is(.woocommerce-product-rating,.shop_attributes) {
    margin-bottom: 10px
}

.product-list-item :is(.shop_attributes tbody,[class*="short-description"]) {
    overflow: hidden;
    padding-inline-end:2px;
    margin-bottom: -10px;
    }

.product-list-item .shop_attributes tbody {
    max-height: 154px
}

.product-list-item [class*="short-description"] {
    max-height: 72px;
}

.product-list-item [class*="short-description"]>p:last-child {
    margin-bottom: 0
}

.product-list-item [class*="wd-swatches"] {
    --wd-swatch-size: 20px;
    --wd-swatch-text-size: 16px
}

.product-list-item .wd-add-btn>a {
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
    min-height: unset
}

.product-list-item .wd-add-btn>a:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover)
}

.product-list-item .wd-add-btn>a:active {
    box-shadow: var(--btn-accented-box-shadow-active);
    bottom: var(--btn-accented-bottom-active)
}

.product-list-item .wd-add-btn .add-to-cart-loop span {
    padding: 5px 14px;
    min-height: 36px;
    font-size: 12px
}

.product-list-item:not(:last-child) .product-wrapper {
    margin-bottom: 30px
}

.products:is(:not(:is(.products-bordered-grid-ins,.wd-products-with-bg)),.products-bordered-grid) .product-list-item .product-wrapper {
    border-radius: 0
}

:is(.wd-products-with-bg,.wd-products-with-shadow):not([class*="products-bordered-grid"]) .product-list-item .product-wrapper {
    border-bottom: none
}

.product-list-item[class*="wd-quantity"] .wd-add-btn {
    margin-right: -2px;
    margin-left: -2px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.product-list-item[class*="wd-quantity"] .wd-add-btn div.quantity :is(input[type="button"],input[type="number"],input[type="text"]) {
    height: 36px;
    border: 0px;
    background: #eef3f9;
    color: #333333;
}

.product-list-item[class*="wd-quantity"] .wd-add-btn :is(div.quantity,.add-to-cart-loop) {
    margin-right: 2px;
    margin-bottom: 5px;
    margin-left: 2px;
    box-shadow: none;
}

.products-bordered-grid .product-list-item:first-child {
    padding-top: 30px
}

.products-bordered-grid .product-list-item:last-child {
    padding-bottom: 30px
}

.products-bordered-grid .product-list-item:not(:first-child) .product-wrapper {
    padding-top: 0
}

.products-bordered-grid.wd-products-with-shadow .product-list-item {
    box-shadow: none !important
}

    .product-list-item {
        --text-align: start !important
    }

    .product-list-item .product-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-wrap: wrap;
        align-content: flex-start;
        height: 100%;
    }

    .product-list-item:not(:last-child) .product-wrapper {
        padding-bottom: 30px;
        border-bottom: 1px solid;
        border-bottom-color: var(--brdcolor-gray-300)
    }

    .product-list-item .product-element-top {
        flex: 0 0 90px;
        margin-bottom: 0;
        margin-right: 15px;
        margin-top: 4px;
    }

    .product-list-item .product-list-content {
        flex: 1 1 auto;
        width: 30%;
    }

    .product-list-item .product-list-content .wd-entities-title {
        font-size: 14px;
    }

    .product-list-item .product-list-content .price {
        font-size: 14px;
    }

    .product-list-item :is(.wd-product-cats,.wd-product-brands-links,.wd-entities-title,.wd-product-stock,.product-list-content .price) {
        margin-bottom: 6px;
    }

    .product-list-item .wd-product-stock {
        margin-top: 5px
    }

    .product-list-item .wd-quick-shop-2 table.variations {
        display: inline-flex
    }

    :is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .product-list-item .product-wrapper {
        padding: 12px 12px;
    }
    .product-list-item .woocommerce-product-rating {
        margin-bottom:5px
    }

    .product-list-item .wd-swatches-grid {
        margin-top: 5px;
        margin-bottom: 0
    }

    .product-list-item [class*="wd-swatches"] {
        --wd-swatch-size: 15px;
        --wd-swatch-text-size: 14px
    }

    .product-list-item .woocommerce-product-details__short-description {
        display: block;
        font-size: 11px;
    }

    .product-list-item .wd-add-btn {
        margin-top: 0px;
    }

    .product-list-item:not(:last-child) .product-wrapper {
        margin-bottom: 15px;
        align-items: flex-start;
    }
