
/* Корзина */
.header_basket_popup {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 338px;
    height: auto;
    right: 0;
    top: 40px;
    padding: 25px 25px;
}

.header_basket_popup .header_basket_count {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #202732;
}

.header_basket_empty {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #202732;
}

.header_basket_popup .header_basket_hr {
    background: #8e9297;
    height: 0.5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 12px;
}

/* basket modal */
.header_basket_items .header_basket_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    position: relative;
    padding-top: 10px;
    margin-bottom: 25px;
}

.header_basket_items .header_basket_item .basket_item_right .basket_item_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 6px;
    max-width: 205px;
    margin-left: 0;
    margin-right: auto;
}

.header_basket_items
.header_basket_item
.basket_item_right
.basket_item_bottom
.basket_item_price {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.header_basket_items .header_basket_item .basket_item_bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;

}

.header_basket_items
.header_basket_item
.basket_item_bottom
.basket_item_quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.basket_item_quantity input.basket_item_quantity {
    border: none;
    width: 30px;
    text-align: center;
}

.header_basket_item .basket_img_left {
    margin-right: 6px;
    width: 55px;
}

.header_basket_items {
    max-height: 151px;
    overflow: scroll;
    overflow-x: hidden;
}

.basket_info_hr {
    width: 100%;
    background-color: #8e9297;
    height: 0.5px;
    margin-top: 25px;
    margin-bottom: 16px;
}

.basket_item_info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.basket_items_info .basket_item_info .info_left {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.basket_items_info .basket_item_info .info_right {
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: right;
}

.basket_items_info .basket_item_info .info_right.item_info_price {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: right;

}

.basket_fly_btn {
    width: 100%;
    margin-top: 17px;
}


/* Полоса прокрутки */
.header_basket_items::-webkit-scrollbar {
    width: 6px;               /* ширина всей полосы прокрутки */
}

.header_basket_items::-webkit-scrollbar-track {
    background: #DAE2EC;        /* цвет зоны отслеживания */
}

.header_basket_items::-webkit-scrollbar-thumb {
    background-color: #A9FF35;    /* цвет бегунка */
    border-radius: 20px;       /* округлось бегунка */
    border: 3px solid #A9FF35;  /* отступ вокруг бегунка */
}


.header_basket_item .delete_item {
    position: absolute;
    right: 10px;
    top: 0;
}

.header__basket {
    position: relative;
}


.header__basket-value {
    display: inline-flex;
    position: absolute;
    font-size: 8px;
    line-height: 10px;
    color: #000;
    background-color: #a9ff35;
    border-radius: 10px;
    top: -3px;
    right: -5px;
    height: 10px;
    width: 15px;
    padding: 0 5px;
}
