.popup_error {
    display: none;
    color: #fe7972;
    margin-top: 15px;
    text-align: center;
}

.popup_error.show {
    display: block;
}

.single-form-wrapper {
    margin-bottom: 50px;
}

.alert-text {
    margin-bottom: 30px;
}

.alert-text.alert-danger {
    color: #fe7972;
}

.alert-text.alert-success {
    color: #0f0;
}

.payment-custom-sum {
    padding-bottom: 10px;
}

.textarea-custom {
    background: #fff;
}

.static-row__left h1:empty {
    display: none;
}

.sale-order-detail-payment-options-methods-button-container {
    max-width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sale-order-payment-change-pp-company-hidden {
    visibility: hidden;
}

.sale-order-list-button.ajax_reload {
    color: #fff;
}

#bx-soa-basket {
    display: none;
}

.bx_soa_location .bx-soa-reference {
    display: none;
}

.catalog-filter__col.catalog-filter__col--w33 {
    width: 33.33%;
}

@media only screen and (max-width: 980px) {
    .catalog-filter__col.catalog-filter__col--w33 {
        width: 50%;
    }
}

@media only screen and (max-width: 576px) {
    .catalog-filter__col.catalog-filter__col--w33 {
        width: 100%;
    }
}
.catalog-filter__row{
    flex-wrap: wrap;
}

.catalog-filter__col--right{
    margin-left: auto;
}
