.bx-basket.headerBottom__cartBlock {
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-container {
    display: none;
    flex-direction: column;
    background: var(--color-white);
    border-radius: 0 0 3px 3px;
    border: 0.5px solid #D5D9E8;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    min-width: 170px;
    top: 100%;
    right: 0;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-container .bx-basket-item-list-item {
    border-bottom: 0.5px solid #D5D9E8;
    padding: 12px;
    position: relative;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item-remove {
    position: absolute;
    top: -4px;
    right: 0;
    cursor: pointer;
    transition: 250ms linear all;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item-remove:hover svg path{
    stroke: var(--color-black);
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item:last-child {
    border: none;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item .bx-basket-item-list-item-img {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item .bx-basket-item-list-item-name a {
    color: var(--color-primary);
    display: block;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item .bx-basket-item-list-item-price-block {
    color: #29292B;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item .bx-basket-item-list-item-price-block .bx-basket-item-list-item-price {
    font-weight: 500;
    margin-bottom: 3px;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item .bx-basket-item-list-item-price-block .bx-basket-item-list-item-price strong {
    font-weight: 500;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item .bx-basket-item-list-item-price-block .bx-basket-item-list-item-price-summ {
    font-weight: 300;
    margin-bottom: 16px;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item .bx-basket-item-list-item-price-block .bx-basket-item-list-item-price-summ strong {
    font-weight: 500;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item .bx-basket-item-list-item-detail {
    display: block;
    text-align: end;
    width: 100%;
    color: #989898;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.bx-basket.headerBottom__cartBlock .bx-basket-item-list-item-more {
    color: var(--color-primary);
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}