.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 10px;
    top: 40px;
    z-index: 9;
    border: none;
    background: #fff;
    border-radius: 100%;
}

.t1002__addBtn {
    width: 30px;
    height: 30px;
    
    
.t706__sidebar-content {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 560px;
    min-height: 100vh;
    max-height: 100%;
    background-color: #e8e3d6;
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    transition: all .3s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
}    

.t706__cartpage .t-btn, .t706__sidebar .t-btn {
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 400;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
    background: 0 0;
}

.t-store__prod__quantity-input {
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0;
    vertical-align: top;
    border: none;
    background-color: #e8e3d6;
    color: #000;
}

.t-store__prod__quantity {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin: 0 4px 8px 0;
    border: 1px solid #777;
    font-size: 14px;
    height: 45px;
    background-color: #e8e3d6;
    box-sizing: border-box;
}