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

.left_menu > li > a {
    background-color: #63735c;
}
.left_menu > li > a:hover {
    background-color: #72846a;
}
.categories_link .darken{
    color:white;
}
.categories_link .muted{
    color:white;
}

.left_menu > li.current > a {
    background-color: #4f5c4a;
}

#bx-soa-order .bx-soa-section .bx-soa-section-title::before {
    background-color: darkorange;
}
#bx-soa-order-form .btn.btn-default {
    background: darkorange;
    border-color: darkorange;
}

#bx-soa-order-form .btn.btn-default:hover {
    background: orange;
    border-color: orange;
}
#bx-soa-order .bx-soa .form-group .radio-inline.checked label::before, #bx-soa-order .bx-soa .form-group .radio-inline label:hover::before, #bx-soa-order .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container::before, #bx-soa-order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container::before {
    background-color: darkorange;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost .bx-soa-pp-list-description {
 color:darkgreen;
}

#bx-soa-order.orderform--v1 .bx-soa-pp-company-description {
    color:darkgreen;
}

#bx-soa-order .bx-soa-cart-total .change_basket .change_link {
    color:red;
}
.bx_filter.compact .bx_filter_parameters_box .limited_block .filter .bx_filter_param_text,
.bx_filter .bx_filter_parameters_box_title &gt; div {
    /* color: #63735c; */
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .compact-catalog .ajax_load .like_icons {
        display: none !important;
    }
}

.dropdown-menu img,
.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .image img,
.basket_wrapp img{
max-width: 60px;
}

.logo_and_menu-row .basket-link {
    padding-right: 0;
}
.search_wrap.pull-left{
width: 672px;
    opacity: 1;
    visibility: visible;
}

.logo_and_menu-row .wrap_icon {
    height: 82px;
}
.item.block_custom {
    display: block !important;
}
.items-list1.item-views.table.only-img .item .image {
    padding: 25px 0 0 0;
}
.items-list1.item-views.table.only-img .title.muted a {
    color: black;
}
.font_upper {
    font-size: 0.8em;
}
@media (max-width: 600px){
   .owl-carousel .owl-item .block_custom img {
    display: block;
    width: 100%!important;
}
}

/*сертификаты*/
details{
    border-top: 1px solid lightgray;
    text-align: left;
    font-weight: 500;
}
summary{
    cursor: pointer;
}
summary::marker {

    color: red;
}