.bx-basket {
}

.bx-basket-block-spec {
    font-size: 12px;
    white-space: nowrap;
    position: relative;
    background: url(images/cart_bg.png) no-repeat left center;
    padding-left: 40px;
}

.title-mini-cart {
    font-size: 13px;
    color: rgb(49, 46, 64);
    text-transform: uppercase;
    line-height: 1.231;
    font-weight: 500;

}

.price-cart {
    font-size: 12px;
    color: rgb(180, 179, 179);
    line-height: 1.333;
}

.bx-basket-block-spec > .fa {
    color: #97a1ab;
    width: 12px;
    position: absolute;
    left: 0;
    top: 3px;
}

.bx-basket-block-spec a {
    color: #039BE5;
    border-bottom: 1px dashed;
    margin-right: 10px;
}

.bx-basket-block-spec a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
    .bx-basket-fixed {
        width: 200px;
        position: fixed;
        z-index: 998;
        background: #fff;
        padding-top: 10px;
        border: 1px solid #F0F0F0;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        border-radius: 1px;
        overflow: hidden;
    }

    .bx-basket-fixed.top {
        top: 10px
    }

    .bx-basket-fixed.right {
        right: 10px
    }

    .bx-basket-fixed.bottom {
        bottom: 10px
    }

    .bx-basket-fixed.left {
        left: 10px
    }

    .bx-basket-fixed.bx-max-height {
        top: 10px;
        bottom: 10px;
    }
}

@media (max-width: 767px) {
    .bx-basket-fixed {
        /*width: 200px;*/
        position: fixed;
        z-index: 998;
        background: #fff;
        padding-top: 10px;
        border: 1px solid #F0F0F0;
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
        border-radius: 1px;
        overflow: hidden;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .bx-basket-item-list {
        display: none;
    }

    /*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block-spec {
    margin-left: 10px;
}

.bx-basket-item-list {
    position: relative;
    padding-bottom: 20px;
    border-top: 1px solid #F7F7F7;
    overflow: hidden;
}

.bx-opener .bx-basket-item-list {
    padding-bottom: 75px;
}

.bx-max-height .bx-basket-item-list {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.bx-closed .bx-basket-item-list {
    height: 20px;
    overflow: hidden;
}

.bx-basket-item-list-action {
    cursor: pointer;
    background: #F7F7F7;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 120;
    height: 20px;
    line-height: 14px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #4f4f4f;
    padding: 3px 0;
}

.bx-basket-item-list-button-container {
    text-align: center;
    position: absolute;
    bottom: 20px;
    border-top: 1px solid #F7F7F7;
    padding: 10px 0;
    background: #fff;
    left: 0;
    right: 0;
}

.bx-basket-item-list-button-container a.btn {
    color: #dddddd;
    text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active {
    color: #ffffff;
}

.bx-basket-item-list-container {
    overflow-y: auto;
    max-height: 100%
}

.bx-basket-item-list-item {
    padding-top: 15px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F7F7F7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.bx-basket-item-list-item-status {
    font-weight: bold;
    padding: 3px;
    background: #EBEBEB;
    margin: 0 10px 20px;
    line-height: 16px;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    white-space: normal;
}

.bx-basket-item-list-item-img {
    text-align: center;
    position: relative;
    padding-bottom: 5px;
}

.bx-basket-item-list-item-img img {
    max-width: 90px;
    height: auto;
    border: 1px solid #E6E6E6;
}

.bx-basket-item-list-item-name {
    padding-bottom: 5px;
}

.bx-basket-item-list-item-name a {
    font-size: 13px;
    color: #3F3F3F;
    text-decoration: none;
    white-space: normal;
    line-height: 16px;
}

.bx-basket-item-list-item-remove {
    position: absolute;
    right: 10px;
    top: -7px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
    opacity: .5;
}

.bx-basket-item-list-item-remove:hover {
    opacity: .7;
}

.bx-basket-item-list-item-price-block {
    padding-bottom: 5px;
    font-size: 12px;
}

.bx-basket-item-list-item-price {
    display: inline-block;
    margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
    display: inline-block;
    margin-right: 5px;
    text-decoration: line-through;
    color: #B0B0B0
}

.bx-basket-item-list-item-price-summ {
}

.bx_cart_login_top .bx-hdr-profile a {
    text-decoration: none;
}

.bx_cart_login_top .bx-hdr-profile {
    line-height: 1.44em;
}

#bx_basketFKauiI > div {
    float: left;
}

#bx_basketFKauiI .bx-basket-block {
    padding-right: 23px;
}

#bx_basketFKauiI > div.bx-hdr-profile:after {
    content: '';
    position: relative;
    clear: both;
}

#bx_basketFKauiI .bx-basket-block a, #bx_basketFKauiI .bx-basket-block a:active,
#bx_basketFKauiI .bx-basket-block a:link,
#bx_basketFKauiI .bx-basket-block a:visited {
    color: #312e40;
    font-size: 13px;
    font-weight: 500;
}

#bx_basketFKauiI .bx-basket-block .user-profile-menu {
    color: #312e40;
    font-size: 13px;
    cursor: pointer;
    font-weight: 500;
}

#bx_basketFKauiI .bx-basket-block .user-profile-menu-block {
    display: none;
    margin-left: 0;
}

#bx_basketFKauiI .bx-basket-block .user-profile-menu-block {
    padding: 27px 23px 22px;
}

#bx_basketFKauiI .bx-basket-block .user-profile-menu-block a {
    display: block;
}

#bx_basketFKauiI .bx-basket-block a {
    padding-bottom: 4px;
}

.bx-hdr-profile a:hover {
    text-decoration: none;
}