/*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;  }*/

.logo span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.reviews-list .reviews-list__item-top-part {
    display: none;
}

.review-detail__item  .review-detail__item-info {
    display: none;
}

.review-list-inner .review-list-inner__top {
    display: none;
}

.svg-inline-widget_extra_2 svg path{
    fill: #e7454d;
}

.svg-inline-widget_extra svg path{
    fill: #383234;
}

.svg-inline-widget svg path{
    fill: #8e87d5;
}

.CATALOG_SECTIONS .index-block .index-block__preview h1{
    display: inline;
    font-size: 18px;
}

.CATALOG_SECTIONS .index-block .index-block__preview p{
    display: inline;
}