.profile_link {
    background-image: url(images/profile_no_auth-25.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 0px;
    margin-top: 18px;
	background-position: center;
    cursor: pointer;
}
.profile_link.isauth{
    background-image: url(images/profile_is_auth-25.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
	background-position: center;
}
.search_button {
    background-image: url(images/search.svg);
	background-size: 22px 22px;
    background-repeat: no-repeat;
	background-position: center;
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 7px;
    margin-top: 19px;
}
.close_button {
    background-image: url(images/cancel.png);
    background-position: 0 0;
    width: 30px;
    height: 28px;
    float: right;
    margin-right: 10px;
    margin-top: 18px;
}
a.wishbtn span {
    width: 14px;
    height: 12px;
    background-image: url(/local/include/images/delay.png);
    display: block;
    float: left;
    margin-top: 18px;
    margin-left: 15px;
    margin-right: -15px;
    background-position: -14px 0px;
}
a.wishbtn.in_wishlist span {
    background-position: 0px 0px;
}
body header .favorites,
body header .favorites .active {
    background-image: url(images/basket1.svg);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
	background-position: center;
}
header .favorites.f_cart, header .favorites.f_cart .active {
    background-image: url(images/favorit1.svg);
    background-size: 24px 22px;
    background-repeat: no-repeat;
	background-position: center;
}

header .favorites.f_cart {
    float: right;
    background-position: -208px -260px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    color: #cf304e;
    font-size: 11px;
    margin-top: 19px;
    position: relative;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    margin: 19px 7px 0px 7px;
}
header .favorites.f_cart .active {
    opacity: 1;
}
body header .favorites .count {
    line-height: 15px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid;
    right: -8px;
    left: auto;
    top: auto;
    bottom: -8px;
}

body header .favorites:active .count,
body header .favorites:hover .count {
    background: #cf304e;
    border-color: #cf304e;
}