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

#bx-soa-order .bx-soa .form-group .radio-inline input {
    display: block !important;
}
#bx-soa-order .bx-soa .form-group .radio-inline label:before {
  display: none;
}

#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container::before,
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-graf-container:hover::before {
    border: 1px solid var(--theme-base-color) !important;
    background: var(--theme-base-color) !important;
}

#bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container .bx-soa-pp-company-image,
#bx-soa-order .bx-soa-pp-company .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image {
    border: 1px solid var(--theme-base-color) !important;
}


#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container::after {
    display: none;
}
.img-responsive.js-replace-img.set-img-detail {
    max-width: 50px;
max-height: 50px;
}
.catalog-table__info-img {
    width: 50px;
    text-align: center;
}