.dgwt-wcas-has-headings .recommended-products-widget__item {
    border-bottom: none;
}

.recommended-products-widget__item {
    cursor: pointer;
    font-size: 12px;
    line-height: 110%;
    text-align: left;
    padding: 7px 20px;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    resize: vertical;
    width: 100%;
    transition: none !important;
}

.recommended-products-widget__item:first-child {
    border-top: none;
}

.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.recommended-products-widget__item {
    padding-left: 20px;
    padding-right: 20px;
}

.recommended-products-widget__item:hover {
    background-color: #eee;
}
