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

@media (max-width: 500px){
.item-name-cell .item-stock, .item-name-cell .rating {
    display: inline-flex !important;
}
}

.logo img {
max-width: 100%;
}
.lms-download a {
    font-size: 0.967em;
}

.lms-download .fa.big-icon {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-right: 5px;
}

.mega-menu table td:not(.wide_menu) .dropdown-menu li>a .name {
    max-width: 500px;
}

.top-description-mobile {
    padding: 5px 35px 5px 35px;
    text-align: center;
    font-size: 11px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    line-height: normal;
}

.footer-light .bottom-menu .items .item-link .item .title {
    color: #222;
}

.bottom-menu .item:hover .title span, .bottom-menu .item:hover .title, .bottom-menu .item.active .title span, .bottom-menu .item.active .title {
    color: #222;
}

.staff-img-fix .img-responsive {
    max-width: 400px !important;
}


.filter_show {
    padding: 10px 14px 0px;
    margin: -1px 25px 0px 0px;
    border-radius: 2px;
}
.filter_show:not(.opened) {
    background: #e5e5e5;
}

.filter_show:not(.opened) i {
    background-position: -1px -62px;
}
.filter_show:not(.opened) span {
    color: #383838;
}
.filter_show span {
    white-space: nowrap;
    font-size: 13px;
    color: #8e8c8c;
    line-height: 14px;
}

.filter_show span, .filter_show i {
    display: inline-block;
    vertical-align: top;
}
.filter_show i {
    background: url(/bitrix/templates/aspro_next/images/svg/sort_icons.svg) -19px -62px no-repeat;
    width: 15px;
    height: 13px;
    margin: 0px 7px 0px 0px;
    transition: color ease-out 0.07s;
}
.filter_show:hover {
    background: #007b90;
}
.filter_show:hover i {
    filter: brightness(5);
}
.filter_show:hover span {
    color: white;
}
@media (min-width: 992px){

    .filter_show {
        display: block;
        margin-bottom: 30px;
        max-width: fit-content;
    }
}

.module_products_list td.item-name-cell a {
    word-break: break-word;
}

.fancybox-title-float-wrap .child {
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
    top: 2px;
}
.fancybox-title-float-wrap {
    bottom: auto;
}
.price_matrix_block .values_wrapper:before{
    content: "Цена: ";
    font-size: 13px;
    font-weight: 300;
    margin-right: 5px;
    color: #666;

}
.display_list .item-title a, .display_list .item-title a span {
    word-break: break-word;
}

@media (max-width: 700px){
.col-xs-6{
    text-align: left;
}
.module_products_list .foto-cell .image_wrapper_block, .module_products_list .foto-cell .image_wrapper_block a {
    width: 150px;
    min-width: 30px;
    height: 150px;
    line-height: 50px;
    position: relative;
}
.wrapper1 > div#mobileheader{
    position: fixed;
    width: 100%;
    top: 0;
}
#content  {
    margin-top: 65px;
}
}
