/* Фон */
body .info-company {
    background: none;
}
body .apps-frontban {
    background: #9CD3ED;
}
.catarticul.new.slick-slide.slick-active img {
    width: 25%;
}

/* Filter */
.category-page .left-bar.active {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
    padding: 20px;
}
.category-page {
    position: static;
}
.close-filter-button {
    text-align: end;
    margin-bottom: 5px;
    font-size: 20px;
}
.prfilter-options {
    border: none !important;
    box-shadow: none !important;
}
.prfilter-submit {
    display: flex;
    margin: 0 !important;
}
.filter-disabled {
    width: 50%;
    border: 1px solid #51b2c0;
    color: #217b88;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 13px;
}
.show-products {
    width: 50%;
    background: #51b2c0;
    color: #fff;
    border: #51b2c0;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 5px;
}
/* Filter */

@media (max-width: 768px) {
    .cpt_maincontent .checkout-success {
        margin-top: 0;
    }
    .wrapper.checkout-success h1 {
        text-align: center;
    }
}