/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

*/
.type_more .stores_block_wrap .stores_block.wo_image .item-stock{width: 180px;}
.auth_page #content{
	max-width: 800px;
	margin: 0 auto;
}
.auth_page .left_block,
.auth_page .form-footer.socserv1{display: none;}
.auth_page .right_block{width: 100% !important;}

.pb_wrap{}
.pb_wrap.opened{
    display: flex;
    margin-bottom: 20px;
}
.pb_wrap .pb_menu{
    column-gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    row-gap: 10px;
}
.pb_wrap.opened .pb_menu{
    flex-direction: column;
    row-gap: 10px;
    padding: 20px 30px;
    margin: 0;
}
.pb_wrap.opened .pb_menu .pb_title{display:none}
.pb_wrap .pb_menu .pb_item{
    box-sizing: border-box;
    width: 80px;
}
.pb_wrap.opened .pb_target{
    width: 100%;
}
.pb_wrap.opened .expendables .bx_filter.front_filter .bx_filter_section{
    max-width: 100%;
}
.pb_wrap.opened .bx_filter.front_filter .bx_filter_section{
    max-width: 100%;
}
.pb_wrap.opened .pb_menu+.row{
    flex-grow: 1;
}
.pb_wrap.opened #filter_result.showen{
    width: auto;
    flex-grow: 2;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.pb_wrap.opened #filter_result .block_all_results{
    padding: 0;
}
.pb_wrap.opened #filter_result .block_all_results .filter-b{
    width: 100%;
    min-width: 300px;
}
.pb_wrap .pb_menu .pb_hide{display: none;}
.pb_wrap.opened .pb_menu .pb_hide{display: block;background: #404040 url(../images/svg/scroll.svg) no-repeat scroll center 14px;background-color: #ec691f;background-position: center 8px;height: 36px;width: 36px;}


@media (max-width:  767px){
	.pb_wrap .pb_title{width: 100%;}
	.pb_wrap .pb_menu{margin: 0 0 20px;}
	.pb_wrap.opened{flex-direction: column;}
	.pb_wrap.opened .pb_menu{flex-direction: row;padding: 0;margin-bottom: 20px;}
	.pb_wrap.opened .pb_menu .pb_title{display:block}
}
#bx-soa-delivery,#bx-soa-paysystem{display: none;}