.breadcrumbs {
    width: 100%;
    overflow: auto;
}
.no_element{
    color: #f33e0b;
    font-weight: 600;
    text-align: center;
}
.main-header__inner .header-action__btn {
    position: relative;
}
.main-header__inner .header-action__btn .count {
    background: #f33e0b;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -3px;
    top: -1px;
    z-index: 2;
}
.result_rev{
    margin-bottom: 30px;
}
.main-header__inner{
    position: relative;
}
@media screen and (max-width: 992px) {
	.main-header__inner{
		position: unset;
	}
}