.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

.descr{
    font-family:  "Roboto Light", sans-serif;
    margin-top: 40px;
}
.descr p{
    line-height: 155%;
    font-size: 16px;

}
.descr li{
    line-height: 155%;
    margin-top:7px;
    position: relative;
    font-size: 16px;
    padding-left: 14px;
}

.descr li:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #038057;
}

.descr h2{
    line-height: 145%;
    font-size: 20px;
    font-weight:500;
    margin-top:20px;
    margin-bottom:10px;
}

.warning{
    background: lightyellow;
    padding:20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.vendors1{
    height:100px;
}
.offer-res .block-search-list-result__item2 {
    position: relative;
}

.emptybut{
    width: 99px;
    height: 33px;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 16px 8px 16px;
    color: #FFFFFF;
    text-align: center;
    background: #949494;
    border: 1px solid #949494;
    border-radius: 4px;
}
.offer-res .emptybut{
    width: auto;
    height: 35.98px;
    position: absolute;
    bottom: 3px;
    left: 10px;
}





/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.bx_sitemap{
/*display:none;*/
}

.btn.btn-default.btn-sm{
   font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    display: flex;
    width: 165px;
    margin-bottom: 5px;
    padding: 10px 20px 8px 20px;
    color: #fff;
    border-radius: 4px;
    background-color: #038057;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    order: 1;
    align-items: center;
    justify-content: center;
border:none;
}
.btn.btn-default.btn-sm:hover{
cursor: pointer;
    color: #fff;
    background: #09a675;

}
.product-item-price-current{
   font-family: 'Roboto', sans-serif;
    font-size: 22px!important;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    white-space: nowrap;
    color: #2e2e2e!important;
}
.view-block {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.view-block__item {
    display: flex;
    height: 12px;
    margin-left: 17px;
}
.view-block__list {
    z-index: 10;
    display: block;
    width: 17px;
    height: 100%;
    text-decoration: none;
    background-image: url('/images/list.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.view-block__menu {
    z-index: 10;
    display: block;
    width: 12px;
    height: 100%;
    text-decoration: none;
    background-image: url('/images/menu.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.filter {
    display: flex;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
}
.sorting-filter {
    padding-bottom: 5px;
}
.filter__help {
    font-family: 'Roboto Regular',sans-serif;
    font-size: 12px;
    margin: 0;
    color: #8b8b8b;
}
.filter__item {
    font-family: 'Roboto Regular',sans-serif;
    font-size: 12px;
    margin-left: 20px;
    list-style-type: none;
    cursor: pointer;
    color: #333;
    border-bottom: 1px dashed #333;
}
.filter__item-active {
    color: #038057;
    border-bottom: 1px dashed transparent;
}
.bx-filter.bx-green .bx-filter-section {
    background: none!important;
}
.bx-filter-parameters-box-title span{
	color: #000!important;
    font-size: 18px;
    font-weight: 500!important;
}
.row.bx-filter-parameters-box-container div {
    margin: auto;
}
.my_catalog_line_title a{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: flex;
    margin-right: 11px;
    padding-left: 22px;
		color: #333;
		transition: .3s;
}
.my_catalog_line_title a:hover {
	color: #038057;
}
.bx_catalog_line{
margin-bottom:0px!important;
}
.bx-filter-parameters-box-title {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 15px;
}
label.icr-label {
    padding-left: 0px;
    margin-bottom: 7px;
}
input#set_filter {
    height: 42px;
    background: #E00F3C;
    margin-left: 0px;
    width: 100%;
	margin-bottom:15px;
border: none;
}
input#del_filter {
    height: 30px;
    display: block;
    margin: auto;
    background: none;
    font-size: 16px;
    text-align: center;
    color: #038057;
	border: none;
    border-bottom: 1px dashed #038057;
	text-decoration: none!important;
	outline: none;
	padding-left: 0px;
    padding-right: 0px;
}
.bx_sitemap_ul li{
list-style:none;
}
.bx_sitemap_ul{
padding-left:0px!important;
}
ul.bx_sitemap_ul ul {
    margin-top: 10px;
}
ul.view-block{
float:right;
}
.bx_big.bx_bt_button.h2o_add_favor{
    position: absolute;
    top: -160px;
    right: 0;
    z-index: 400;
    width: 25px;
    height: 25px;
    background: none;
	outline: none;

    font-size: 0;

}

.bx_big.bx_bt_button.h2o_add_favor:hover {
    fill: #ce0c36;
}




.bx_big.bx_bt_button.h2o_add_favor:hover path{
    fill: #ce0c36;
}
span dd:nth-child(4){

}

.img_sc_all{
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ce0c36;
    border-radius: 50%;
    background: #fdcf00;
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .25);
z-index: 100;
}
.bg_for_circle{
    position:  absolute;
    top: 0;
    left: 0;
    width:  100%;
    height:  100%;
    overflow:  hidden;
}
.sale-product-img__count {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 5px;
    color: #ce0c36;
z-index:101;
}
.product-item-container.hover {
    z-index: 10000!important;
}
span.bx-filter-param-text {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: flex;
    margin-right: 11px;
    color: #333;
}
span.bx-filter-param-text:after{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #8b8b8b;
    background: #fff;
	box-sizing: border-box;
}
span.bx-filter-param-text.active_my:after{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: #fff;
    background-image: url(/images/checkbox-checked.svg);
	box-sizing: border-box;
}

.bx-filter-param-label{
padding-left:0px!important;
}
.bx-filter-input-checkbox input{
display:none;
}
.bx-filter-param-text{
padding-left:25px!important;
}
span.rstars {
margin-top:10px;
font-size: 14px;
}
.rstars .star-rating{
font-size:15px;
color: #FDCF00;
margin-right:8px;
}
.p_props{
font-size:13px;
color:#7A7A7A;
}
.product-item-scu-container {
    display: none;
}
/*.product-item-properties{*/
    /*display: none!important;*/
/*}*/
.btn.btn-link.btn-sm {
    width: 90%;
    font-size: 12px;
}
.my_catalog_line_title a.active{
    color: #038057;
}