#cart-position_flying
{
    position: fixed;
    z-index: 100;
    top: 40%;
    right: 0;

    border-radius: 4px 0 0 4px;
    background: #e3e3e3;
}
#cart-position_flying .c-p-f_item:first-child
{
    border-radius: 4px 0 0 0;
}
#cart-position_flying .c-p-f_item:last-child
{
    border-radius: 0 0 0 4px;
}
#cart-position_flying.on-flying-item
{
    height: 100px;
}
#cart-position_flying.on-flying-item > div
{
    height: 100% !important;

    border-radius: 4px 0 0 4px;
}
#cart-position_flying .price-top
{
    display: none;
}
#cart-position_flying .cart-price-top
{
    height: 100%;
}
#cart-position_flying > .active .number-i-c-t
{
    color: #000;
    background-color: #fff !important;
}
#cart-position_flying > div:last-child:after,
#cart-position_flying > div.active:after
{
    background: transparent;
}
#cart-position_flying .number-i-c-t
{
    font-size: 14px;
    line-height: 17px;

    min-width: 17px;
    padding: 0 5px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
}
#cart-position_flying .icons-cart
{
    margin-bottom: 2px;
}
#cart-position_flying > .active .icon-cart
{
    background-position: -103px -57px;
}
#cart-position_flying > .active .icon-favourites
{
    background-position: -103px -9px;
}
#cart-position_flying > .active .icon-comparison
{
    background-position: -103px -101px;
}
#cart-position_flying a
{
    width: 100%;
    height: 100%;

    text-decoration: none;
}
#cart-position_flying .flying-group
{
    width: 24px;
}
#cart-position_flying .c-p-f_item
{
    position: relative;

    width: 56px;
    height: 66px;

    cursor: pointer;
    text-align: center;

    border-bottom: 1px #949494 solid;
}
#cart-position_flying .c-p-f_item:last-child
{
    border-bottom: 0;
}
#cart-position_flying #icon-user-fly
{
    width: 22px;
    height: 21px;
    margin-bottom: 0;

    background: url(./../../../img/icons/lk-header-mobile.png);
}
#cart-position_flying .c-p-f_item.c-p-f_user{
    display: none;
}