/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.menu-navigation__sections-wrapper,
.header-menu__dropdown-menu-inner > li .parent-items__info > .parent-items__item-title

{
    display: none;
}
.menu-navigation__content .header-menu__many-items .header-menu__dropdown-menu-inner
{
    display: inline-block;
    column-count: 4;
    column-gap: 20px;
}
.menu-navigation__content .header-menu__many-items .header-menu__wide-item-wrapper
{
    padding-bottom: 10px
}
.logo
{
    max-width: 120px;
    height: auto;
}

.sku-props__value.offer-disabled,
.sku-props__values .line-block__item:has(.sku-props__value--pict.offer-disabled)
{
    color: #ccc;
    opacity: 0.6;
    cursor: not-allowed;
    position: relative;
    background:
            linear-gradient(to top right, transparent calc(50% - 1px), #ccc, transparent calc(50% + 1px)),
            linear-gradient(to top left, transparent calc(50% - 1px), #ccc, transparent calc(50% + 1px));
}

.product_consultation
{
    display: flex;
    gap:10px;
    flex-direction: column;
    padding-top: 10px;
}
.product_consultation_buttons
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.product_consultation_button
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    align-items: center;
    font-weight: 600;
}
.sale_order_full_table.table_payment
{
    display:none;
}
.image-list-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-menu__dropdown-item {
    break-inside: avoid;
}