.cart-page__col .cart-list_hover {
    background: #fbfaf9;
    margin-bottom: 2.6rem;
}

.cart-page__title-box {
    margin-bottom: 2.6rem !important;
}

.cart-page__col .catalog-card_hover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 15px;
}

.cart-page__col .catalog-card_hover:not(:last-child) {
    border-bottom: solid 1px #dedede;
}

.cart-page__col .catalog-card__content_hover {
    width: calc(100% - 70px);
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-page__col .catalog-card__image_hover img {
    max-height: 57px;
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border: solid 1px #fff;
    border-radius: 4px;
}

.catalog-card__content_info span{
    color: #bb793e;
}

.cart-page__col .catalog-card__actions_hover {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 70px;
    min-width: 117px;
}

.cart-page__col .product-counter__count-input {
    font-size: 12px;
    color: #171717;
}

.cart-page__col .product-counter_hover {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 80px;
    background: #fff;
    height: 27px;
    border-radius: 3px;
    border: solid 1px #dedede;
}

.cart-page__col .product-counter__btn{
    box-shadow: 0;
    border: 0;
    background: #fff;
}

.cart-page__col .catalog-card__actions-dell_hover {
    width: 27px;
    height: 27px;
    border: solid 1px #dedede;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    cursor: pointer;
    background: #fff;
}

.cart-page__col .catalog-card__price {
    display: flex;
    flex-direction: column;
}

.cart-page__col .catalog-card__price_hover {
    font-weight: normal;
    font-size: 12px;
    min-width: 117px;
    max-width: 117px;
    white-space: nowrap;
    display: flex
;
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    line-height: 120%;
}

.cart-page__col .catalog-card__info {
    margin-bottom: 1rem;
}

.hidden {
    display: none !important;
}

input.is-error {
    scroll-margin-top: 100px;
}
