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

/* .maxwidth-theme {
    max-width: 1408px;
} */

body .wrapper_inner, body .maxwidth-theme, .wrapper_inner.wide_page .product-view--type2 .product-info {
    max-width: 1408px;
}

.bx-soa-section-title {
    font-size: 1.9rem !important;
}

.filter label.bx-soa-pp-company-label {
    font-size: 2rem !important;
}

.bx-soa-email {
    font-size: 1.4rem !important;
}

.bx-soa-pp-company-inner {
    font-size: 1.4rem !important;
}

body #bx-soa-order-form {
    font-size: 1.5rem !important;
}

.bx-soa-cart-total .bx-soa-cart-total-line-totals {
    font-size: 1.8rem;
}

@media(max-width:880px) {
    .arrow_scroll {
        overflow: scroll !important;
    }
    
    .arrow_scroll .nav.nav-tabs {
        min-width: 100% !important;
    }
}