.basket-page .basket_button .basket_inform i {
    top:1px;
}

.basket-page .basket_button.gree_inf .basket_inform {
    padding-top:12px;
}

.basket-page .basket_button.red_inf .basket_inform {
    padding-top:12px;
}

.form_line button {
    display: inline-flex;
    padding: 14px 30px 13px;
    border: 2px solid #EB1D36;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #EB1D36;
    background: none;
}
.js-cart-add .form_line button {
    width: 183px;
    justify-content: center; transition:all 0.3s linear;
}
.js-cart-add .form_line button:hover {
    background: #eb1d36;
    color: #fff;
}
.cart-add {
    margin-bottom: 40px;
}
.in_right_basket_page .basket_button {
    flex-direction: column;
}
.in_right_basket_page .basket_button a {
    justify-content: center;
}
.basket-row {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 12px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}