/* ===== ÔÎÁÙÈÉ ÔÎÍ ÄËß ÂÑÅÕ ÓÑÒÐÎÉÑÒÂ ===== */
body {
    background-color: #f0f4f8 !important;
}

#content,
.container-fluid,
.wrapper,
#column-left,
#column-right {
    background-color: #f0f4f8 !important;
}

/* ===== ÌÎÁÈËÜÍÛÅ (äî 768px) ===== */
@media (max-width: 768px) {
    body {
        background-color: #f0f4f8 !important;
    }
    #content {
        padding: 10px !important;
    }
}

/* ===== ÏËÀÍØÅÒÛ (768px - 1024px) ===== */
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        background-color: #f0f4f8 !important;
    }
}

/* ===== ÏÊ (îò 1024px) ===== */
@media (min-width: 1024px) {
    body {
        background-color: #f0f4f8 !important;
    }
}
/* ===== ÈÊÎÍÊÈ ÊÀÒÅÃÎÐÈÉ — óáèðàåì áåëûé ôîí ===== */
.category-image,
.category-image img,
.ishi-category-image,
.ishi-category img,
.category-thumb,
.category-thumb img {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Áëîê êàòåãîðèè öåëèêîì */
.ishi-category,
.category-item,
.categories-wrapper .item {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}