/* .bxcompprop-content-table {
	visibility: hidden !important;
	display: none !important;
}

.bx-core-adm-dialog-buttons {
	visibility: hidden !important;
	display: none !important;
} */
div.product-card-count{
    display: flex;
    width: 90px;
    height: 38px;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    border: 1px solid #DEE2ED;
    border-radius: 4px;
}
.product-info__inner form{
    width: 90%;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}
.catalog__item .product-card--catalog .product-card__title{
    font-size: 15px;
}
.catalog__item .product-card .product-card__link .product-card__inner .product-card__category{
    display: none;
}
.product-info__inner{
    margin-bottom: 16px;
}
button.product-info__in-cart{
    background: #E85231;
    font-family: "Gotham Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: white;
    padding: 6px 15px;
    border-radius: 4px;
    text-transform: none;
    width: 100%;
}
button.on_click_basket{
    width: 90%;
    background: #FFF4F1;
    border-radius: 4px;
    border: 0;
    outline: none;
    color: #E85231;
    font-family: "Gotham Pro";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 7px;
    letter-spacing: 0;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}
.catalog__list .catalog__item .product-card{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
@media (max-width: 640px) {
    .product-info__inner form, button.on_click_basket{
        width: 88%;
    }
    div.product-card-count{
        width: 146px;
        padding: 0 9px;
    }

    button.product-info__in-cart{
        padding: 6px 23px;
    }
    .name_product_block{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .catalog__item .product-card--catalog .product-card__img{
        margin-bottom: 0;
        max-width: 120px;
        width: 120px;
    }
    .catalog__item .product-card--catalog .product-card__inner{
        flex-direction: row;
        gap: 12px;
        padding: 20px;
    }
    .catalog__item  .product-card--catalog .product-card__favorite{
        top: 12px;
        right: 12px;
    }
    .product-info__inner{
        margin-top: 4px;
    }

}
