/* T706  carticon img */
.t706__carticon-wrapper .t706__carticon-imgwrap .t706__carticon-img{
 display:inline-block;
 transform:translatex(0px) translatey(0px) !important;
}

/* Input title */
#form568146014 .t-input-group_ri .t-input-title{
 text-align:center;
 font-weight:600;
}
.t-input-group_ri svg {
  display: none;
}
/* T706  carticon img */
.t706__carticon-wrapper .t706__carticon-imgwrap .t706__carticon-img{
 transform:translatex(0px) translatey(0px);
}

/* Division */
.t706__cartwin-bottom .t-descr .sl1{
 text-align:right;
 font-style:normal;
 color:#2c3e50;
 border-style:solid;
 border-color:#2c3e50;
 border-width:2px;
}
/*стили для кнопки в корзине*/
    .add-box-basket {
      text-align: center;
      padding: 20px;
      background-color: #9b7454;
      border-radius: 10px;
      color: #fff;
      font-weight: 400;
      font-family: 'Montserrat';
      cursor: ;
      cursor: pointer;
    }
    
    .t706__cartwin-products {
      margin-bottom: 15px;
      border-bottom: 1px solid #9b7454;
    }
       
    .t706__cartwin-bottom {
      border-top: 1px solid rgb(155, 116, 84);
      margin-top: 15px;
    }
.add-box.add-box-basket {
  padding: 6px;
  max-width: fit-content;
}

@media(min-width:561px){

.add-box.add-box-basket {
  height: 20px;
  padding: 12.5px 25px;

}
}

.t-store__prod-popup__btn-wrapper.t-store__prod-popup__btn-wrapper-fixed {
  flex-wrap: wrap;
}
.t-store__prod-popup__btn.t-btn.t-btn_sm {
  flex: 1;
}

/*для заменить текст*/
.t-inputpromocode__wrapper .t-text div:first-child {
  color: transparent;
  position: relative;
}
.t-inputpromocode__wrapper .t-text div:first-child::before {
  position: absolute;
  left: 0;
  content: 'Владелец сайта запретил суммирование скидок';/*вписать нужный текст*/
  color: #000;/*цвет текста*/
}
