.mega-menu .wrap.bx-skidkido70 div {
	background: red;
	padding: 0px 5px;
  	line-height: 18px;
}

.ya-pay-widget {
    width: 100% !important;
  }
.js_price_wrapper .js-show-info-block.more-item-info {display: none !important;}
.js_price_wrapper .price_matrix_wrapper  {padding-left: 0px !important;}

//.catalog_block .ce_cmp_visible {
//	display: none !important;
//}

/* Start mobile header regions */
#mobileheader {
	height: 80px;
}
#mobileheader .burger.pull-left,
#mobileheader .logo-block.pull-left,
#mobileheader .right-icons.pull-right {
	height: 55px;
}
#mobileheader .mobile-header-v1-regions {
	height: 25px;
	padding: 0px 0px 6px 0px;
}
#mobileheader .mobile-header-v1-regions .region_wrapper {
	padding: 0px 16px;
	width: 100%;
	max-width: 100%;
}
#mobileheader .mobile-header-v1-regions .io_wrapper {
	display: flex;
	justify-content: flex-end;
}
#mobileheader .mobile-header-v1-regions * {
	font-size:12px !important;
}
#mobileheader .mobile-header-v1-regions .city_title {
	margin: 0px 10px 0px 0px;
}
#mobileheader .mobile-header-v1-regions .region_wrapper .arrow {
	bottom: 8px;
}
#mobileheader .mobile-header-v1-regions .dropdown {
	left: auto;
	right: 16px;
}
#mobileheader .mobile-header-v1-regions .dropdown .wrap {
	margin: 0px;
}
#mobileheader .mobile-header-v1-regions .dropdown .more_item  span{
	padding: 12px 16px;
}
#mobileheader .mobile-header-v1-regions .confirm_region {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}
/* End mobile header regions */
.dropdown-menu img,
.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .image img,
.basket_wrapp img{
max-width: 60px;
} 
.catalog_item .catalog-item-discount-percent {
    
    position: absolute;
    top: 0px;
    right: calc(100% - 40px);
    z-index: 3;
    
    
}
.catalog_item .catalog-item-discount-percent div {
    position: relative;
    font-size: 13px;
    line-height: 40px;font-weight: bold;
    color: #fff;
}

.catalog_item .catalog-item-discount-percent div:before {
    content: "";
    background-color: #ed1c24;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: -3;
    transform: rotate(45deg);
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}

@media(min-width: 768px) {
    
    .catalog_item .catalog-item-discount-percent {
        right: 48px;
    }
    
}
.sticky-sidebar{
    float: left;
}
.section-content-wrapper{
    float: right;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs>li {
    float: left;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.inline-search-block.fixed.big {
    background: #fff !important;
    top: -200px;
    z-index: 3000;
    transition-duration: 0.5s;
}
.inline-search-block.show {
    top: 0px !important;
    background: #fff;
}
.inline-search-block.fixed {
    position: fixed;
    z-index: 997;
    background: #fff !important;
}
.inline-search-block {
    position: absolute;
    right: 0;
    top: -104px;
    width: 100%;
    z-index: 100;
    transition: all ease 0.3s;
}
@media (max-width: 400px) {
    .compact-catalog .ajax_load .item .catalog_item>div {
        padding-bottom: 34px;
    }
}
.right_block {
	float: right;
}
.btn.btn-default.bx_filter_search_button {
    color: black;
}