.busket {
    height:78px;
    padding:0 40px;
    box-shadow:0 0 20px rgba(14,16,37,.1);
    display:flex;
    justify-content:space-between
}
.busket__info {
    display:flex
}
.busket__link {
    display:flex;
    align-items:center;
    padding:25px 35px 25px 0;
    border-right:2px solid #d8e2e5;
    font-size:20px;
    font-weight:500;
    line-height:14px;
    color:#1f2840;
    text-decoration:none;
    transition:all .3s ease
}
.busket__link:hover {
    color:#0085ff
}
.busket__link:hover .busket__icon {
    fill:#0085ff
}
.busket__icon {
    margin-right:20px;
    fill:#1f2840;
    transition:all .3s ease
}
.busket__total {
    padding:25px 0;
    font-size:20px;
    font-weight:500
}
.busket__total~.busket__sum {
    padding-left:10px
}
.busket__sum {
    padding:25px 42px;
    font-size:20px;
    font-weight:500;
    border-right:2px solid #d8e2e5;
    color:#0085ff
}
.busket__placements {
    padding:25px 42px;
    font-weight:500;
    font-size:20px;
    border-right:2px solid #d8e2e5;
    color:#1f2840
}
.busket__placements span {
    font-weight:700;
    font-size:20px;
    color:#0085ff
}
#cart-items-list .billboards__data table tbody td {
    cursor: pointer;
}
#cart-orders {
    max-height: 100%;
}
#cart-orders tr {
    cursor: pointer;
}
#cart-orders tr:hover td {
    background-color: var(--selected-row-back-color);
}
