/* 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; 
 } 
} 

/*===================================================================*/

/*Стилизация подписи над кнопкой "перейти к оформлению"*/
.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 !important;
    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;
    flex-direction: column;
    align-items: center;
}

/*===================================================================*/

/*Стилизация товаров и формы в корзине магазинаа*/

/*Изображение товара в корзине*/
.t706__product-imgdiv {
    border-radius: 0px;
    height: 122px;
    width: 100px;
}
/*Карточка товара в корзине*/
.t706__product {
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #f7f7f7;
}
/*Кнопки плюс-минус в корзине*/
.t706__product-plusminus {
    padding: 10px;
}
/*Кнопка удаления товара из корзины*/
.t706__product-del-wrapper {
    padding: 15px 0px 15px 0px !important;
}
/*Изменяем жирность текстовых элементов в корзине*/
.t706__cartpage-heading,
.t706__cartwin-prodamount,
.t706__cartwin-totalamount-label,
.t706__cartwin-totalamount,
.t706__cartwin-prodamount-label,
.t706__sidebar-prodamount-label,
.t706__sidebar-prodamount,
.t706__sidebar-heading,
.t-radio__wrapper-delivery .t-name {
    font-weight: 400;
}
/*Блок формы в корзине*/
.t706__cartpage-content .t706__cartpage-form {
    background-color: #f7f7f7;
    padding: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
/*Блок с составом заказа в корзине*/
.t706__cartpage-content .t706__cartpage-info {
    margin-left: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 640px) {
    .t706__product-plusminus {
        padding: 0 20px 0 0;
    }
    .t706__product-del {
        position: relative;
    }
    .t706__product-del-wrapper {
        vertical-align: top !important;
        padding: 0 0 0 15px !important;
    }
    .t706__product {
        margin-top: 10px;
    }
}
@media screen and (max-width: 960px) {
    .t706__cartpage-content .t706__cartpage-info,
    .t706__cartpage-content .t706__cartpage-form {
        margin: 0;
    }
}

/*===================================================================*/