.bx-basket .cart--link-in-catalog:hover {
    background: #4571FB;
    color:#fff;
}
.bx-basket .cart--link-in-catalog {
    border: 1px solid #4571FB;
    color: #4571FB;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    width: 292px;
    height: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.basket-root--inner {
    margin-top: 19px;
}
.basket-root--inner-products {
    margin-top: 29px;
}
.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
    border: 0;
}
.basket-checkout-container {
    border: 0;
}
@media (max-width: 768px) {
    .basket-root--inner-products {
        margin-top: 22px;
    }
    .bx-basket .cart--link-in-catalog {
        width: 279px;
    }
    .basket-root--inner {
        margin-top: 21px;
    }
}