/* CART >>> */
.cart_item-new {
    padding: 16px;
}
.cart_item-new .top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 22px;
}
.cart_item-new .top .item_name {
    display: inline-block;
    max-width: 383px;
}
.cart_item-new .cart_del {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #151515;
}
.cart_item-new .cart_del:hover {
    color: #303030;
}
.cart_item-new .middle {
    margin-bottom: 22px;
}
.cart_bottom_delete {
    margin-top: 10px;
}
.cart_item-new .counter {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.cart_item-new .counter_block {
    display: flex;
    align-items: center;
}
.counter_btn:hover {
    cursor: pointer;
}
.counter_q input {
    background: transparent;
    border: none;
    color: #151515;
    font-size: 16px;
    width: 28px;
    text-align: center;
    margin-right: 6px;
    margin-left: 6px;
}
.cart_item_sum {
    font-size: 18px;
    font-weight: 500;
}
/* SM */
@media (min-width: 576px) {

}
/* CART <<< */
