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

.flexy-center {
    display: flex;
    align-items: center;
}

.sort_display a {
    color: #fff;
    padding: 8px;
    line-height: normal;
    width: auto;
}

.sort_header .sort_display {
    font-size: 14px;
}

.sort_header .sort_filter a.power-off {
    position: relative;
    bottom: 5px;
}

.sort_header .sort_filter a.power-off.active_vacuum {
    color: #333;
}

ul li::before {
    color: #ff9a0f !important;
}

li.item.gallery-medialibrary-list-item::before {
    content: none;
}

li.item.gallery-medialibrary-list-item {
    padding: 0;
}

.form_head h3 {
    margin-bottom: 18px;
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
}

.sub-text {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 0 100px;
}

#header div.wrapper_inner div.logo-block.col-md-2.col-sm-3 {  
padding-left:0;
}


/* .right_block ul li:not(.gallery-medialibrary-list-item):before,
.right_block ol li:before {
    padding: 0px;
    margin-left: 0px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

.right_block ul li:not(.gallery-medialibrary-list-item),
.right_block ol li {
    margin: 0 0 4px;
    padding-left: 20px;
    position: relative;
}

ol li,
ul li:not(.gallery-medialibrary-list-item) {
    position: relative;
    padding-left: 18px;
}

ol li:before,
ul li:not(.gallery-medialibrary-list-item):before {
    position: absolute;
    left: 0px;
}


ul li:not(.gallery-medialibrary-list-item):before {
    content: "\25CF";
    color: #383838;
} */