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

/*j6 edd for brands*/
.item-views.brands .item img {
    max-width: 200px;
    max-height: 200px;
}

/*.item-views.brands .item.bordered{
    line-height: 350px;
    height: 350px;
}*/

.item-views.brands .item{
    line-height:200px;
    height:200px;
}
/*j6 edd*/
.topic__heading h1#pagetitle{
   /* font-size: 1.133em;*/
}
header .basket_wrap .price_name {
    display: none;
}

/* корректировка правила в media.css, чтобы не смещалась мобильная верстка при загрузке страницы */
@media screen and (max-width: 767px) {
    .top_big_one_banner .top_slider_wrapp.view_3 .flexslider,
    .top_big_one_banner .top_slider_wrapp.view_3 .flexslider .slides > li,
    .top_big_one_banner .top_slider_wrapp.view_3 .flexslider .slides > li td,
    .top_big_one_banner .top_slider_wrapp.view_3 .flexslider .slides > li tr {
        height: calc(100vw/1.454545);
    }
}

@media (max-width: 400px) {
    .compact-catalog .ajax_load .rating {
        display: flex !important;   
        margin-top: 5px;           
    }
}

body, body * {
    font-family: 'Montserrat', Arial, sans-serif !important;
}