/*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;  }*/

.delivery__table2
{
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px)
{
    .delivery__table2
    {
        grid-template-columns: 1fr;
    }
}

.header__social ul.social__items--grid
{
    display: flex;
    flex-wrap: nowrap;
    margin-right: 1rem;
}

.header__email a
{
    color: var(--white_text_black);
}

.header__email a:hover
{
    color: var(--fill_dark_lite_hover);
}

div#bx-soa-properties div[data-property-id-row="21"]
{
    width: 100% !important;
}

textarea#soa-property-21
{
    height: auto;
}

.full-width
{
    width: 100% !important;
}