.t706__cartwin-content {
    /* color: black; */
    background-color: #000000;
    border: solid 1px;
    box-sizing: border-box;
    border-color: #FAA901;
    margin: 65px auto;
    max-width: 560px;
    min-height: 300px;
    overflow: auto;
    padding: 40px;
    width: 100%;
}

.t706__cartwin-products, .t706__product {
    display: none;
    width: 100%;
}

.t706__cartwin-prodamount-wrap {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Inter';
    font-weight: bold;
    text-align: center;
}

.t706__cartwin-top {
    /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
    /* padding: 0 0 30px; */
    display: none;
}

.t706__cartwin-bottom {
    /* border-top: 1px solid rgba(0, 0, 0, .2); */
    /* padding-top: 30px; */
    display: none;
}

.t706__cartwin-totalamount-wrap {
    color: black;
    display: none;
    font-weight: 600;
    font-family: 'Inter';
    overflow-wrap: break-word;
    padding-top: 15px;
    text-align: right;
}