.js-plus{
    position: initial!important;
}
.sum-basket{
    line-height: 30px;
}
.order-register-check{
    float: right;
    cursor: default;
    width: 42%;
    color: white;
    background: #dadada;
}
.order-register-check2{
    cursor: pointer!important;
    float: right;
    cursor: default;
    width: 42%;
    color: white!important;
    background: #33CC00;
}
.js-add-delay-delete{
    float: left;
}
.js-add-delay-delete{
    background-color: lightgrey!important;
    color: black;
}

@media screen and (max-width: 590px){
    .price-total-not-sale{
        padding-left: 38%!important;;
    }
    .cart-item-count{
        padding-left: 15%;
    }
    .cart-item-price{
        width: 100px;
    }
    .cart-totall{
        float: left;

    }
    .order-register-check{
        width: 100%;
    }
    .order-register-check2{
        width: 100%;
    }
}

table{
      margin: 0px auto;
      text-align: center;
      margin-bottom: 30px;
  }
table tr{
    border: 1px solid grey;
}
table th{
    border: 1px solid grey;
    padding: 5px;
}
table tr td{
    border: 1px solid grey;
    padding: 5px;
}
.cart-total{
        margin-right: 76px;
        font-size: 24px;
        color: gray;
        margin-bottom: 5px;
    }
.count{
    text-align: center;
    font-weight: 700;
    width: 80px;
    border-right: 0px;
    -webkit-border-radius: 0px!important;
}


