.item .name{
    height: 54px!important;
}
.products.grid .name, .products.slider .name {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    height: 56px;
    overflow: hidden;
}
.tfl-popup__list li {
    margin: 0px 0;
line-height: 40px;
}
.products.grid .name, .products.slider .name {

    height: 54px;

}

.bordered {
    border: 1px solid #ececec;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.ndfl-item {
    display: flex;
    flex-wrap: wrap;
}
.value-card {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    height: 100%;
}
.value-card .number{
    width: 40px;
    height: 40px;
    border: 2px #444DA0 solid;
    border-radius: 50%;
    padding-top: 8px;
    display: block;
    text-align: center;
    font-weight: bold;
}
.value-card h4 {
    margin: 20px 0 0;
}

/* Cookie module */
#nca-cookiesaccept-line {
    background-color: #ffffff;
    max-width: 400px;
    left: 20px;
    bottom: 20px !important;
    border-radius: 4px;
    box-shadow: 0px 2px 5px 0px #777777;
}
#nca-nca-position-left {
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
#nca-cookiesaccept-line .nca-cookiesaccept-line-text a {
    color: #444DA0;
    text-decoration: none;
}
#nca-cookiesaccept-line .nca-cookiesaccept-line-text a:hover {
    color: #6068ae;
}
#nca-nca-position-left div {
    padding: 0 5px;
    color: #000000;
    line-height: 20px;
}
#nca-cookiesaccept-line button {
    display: block;
    width: 120px;
    font-size: 14px;
    padding: 11px 16px;
    margin-top: 14px;
    text-align: center;
    background-color: #444DA0;
    border: unset;
    color: #ffffff;
    /* border-radius: 4px; */
    transition: all .3s;
}
#nca-cookiesaccept-line button:hover {
    background-color: #6068ae;
}
@media (max-width: 680px) {
    .nca-cookiesaccept-line > div {
        flex-wrap: wrap;
    }
    #nca-cookiesaccept-line {
        max-width: unset;
        left: 0;
        bottom: 0 !important;
    }
}
/* !Cookie module */