.grid-list__row .hide,
.grid-list__row .hide.quantity.flex{
    display: none;
}

.grid-list__buttons .grid-list__date {
    text-align: left;
    margin-top: 5px;
}

.not-active .js_add_to_cart,
.not-active .js_quantity_change {
    pointer-events: none;
    filter: grayscale(1);
}

.block_title_property-artnumber {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #7D869B;
    margin-top: -10px;
}

.not-supplied-block {
    color: #7D869B;
    font-weight: 800;
    font-size: 10px;
    padding-left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2232_47043)'%3E%3Cpath d='M0 0H16V16H0V0Z' fill='white' fill-opacity='0.01'/%3E%3Cpath d='M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z' stroke='%237D869B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 5.33203H8.00667' stroke='%237D869B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33398 8H8.00065V10.6667H8.66732' stroke='%237D869B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2232_47043'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    margin: auto 0 10px 0;
}

.grid-list__date--tho,
.grid-list.--tho .quantity-data-item .grid-list__date--brand
{
    display: none;
}


.grid-list__date--tho .btn.btn-outline-primary {
    max-width: 70px;
    border: none;
    padding: 0;
    margin-left: auto;
    min-width: auto;
}

@media (max-width: 750px) {
    .grid-list__buttons {
        width: auto;
    }
}

