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

#main {
    /*background: url(/images/main_bg.png) !important;*/
}

.wrapper_inner {
    background: rgba(255, 255, 255, 0) !important;
}

.wraps .item, .news_blocks {
    background: rgba(255, 255, 255, 0.7) !important;
}

.image_wrapper_block img {
    max-height: 150px !important;
}

/* footer */
.footer_inner.no_fill {
    background: #1c0a08;
}

.footer_inner.no_fill * {
    color: #FFF !important;
}

#footer .copyright {
    color: #FFF;
}

#footer .footer_inner .submenu_top .menu_item a {
    color: #FFF !important;
}

.submenu a.dark_link {
    color: #999 !important;
}

.submenu a.dark_link:hover {
    color: #fff !important;
    text-decoration: underline;
}

.phone_block .phone_wrap .icons {
    color: #FFF !important;
}

#scrollToTop {
    bottom: 320px !important;
}

.bx-authform-social ul li .bx-authform-social-icon, .soc_icons .item_block a {
    border-radius: 50%;
}

#footer .footer_bottom_inner .links.rows_block {
    /*max-width: 175px !important;*/
    text-align: center !important;
}

.header_wrap #header .catalog_menu ul.menu.adaptive > li:after {
    left: 17px !important;
    right: auto !important;
}

@media screen and (max-width: 768px) {
    .header_wrap #header .catalog_menu ul.menu.adaptive > li .text, .header_wrap #header .catalog_menu ul.menu > li > a {
        margin-left: 40px !important;
    }
}