/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: #242424 !important; 
 background-image: url(https://static.tildacdn.com/tild6137-3533-4537-a436-333565343630/___.jpg); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 


/*Стилизация подписи над кнопкой "перейти к оформлению"*/
.t706__sidebar-bottom:before {
    content: "Окончательная скидка на товары из раздела SALE рассчитывается во время оформления заказа";
    font-family: 'Roboto';
    color: #242424;
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
    width: 340px;
    position: relative;
}
.t706__sidebar-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.t706__product-title {
    font-weight: 400;
}
/*Мобильная версия*/
.t706__cartpage-open-form-wrap:before {
    content: "Окончательная скидка на товары из раздела SALE рассчитывается во время оформления заказа";
    font-family: 'Roboto';
    color: #242424;
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;
    width: 340px;
    position: relative;
}

.t706__cartpage-open-form-wrap {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}