/*Скрываем в ZeroBlock калькулятор полностью формы с ценой и с вариантами скидок*/
.priceNone, .salePriceNone{
	/*display:none !important; Перестал работать*/
	visibility: hidden !important;
}*/


/***********************************************************/


/*Корзина. Шрифт параметров товара*/
.t706__product-title__option{
	font-size: 14px;
}
/*Корзина. Надпись под кнопкой об оферте*/
.t706__form-bottom-text{
    text-align: left;
}

/*Увеличил шрифт кнопки во всплывающих окнах */
.t702 .t-submit {
	font-size: 18px;
}


/*ИКОНКА ЗАКРЫТЬ У ИНФЫ О КУКИ*/
.t887__icon-close {
    left: 3px;
}

/***** ОПИСАНИЕ ХАРАКТЕРИСТИК ТОВАРА ДОБАВИТЬ В ЗАКАЗ *****/


/*Стиль Radio Button круг*/
.t-radio__indicator {
	height: 17px;
    width: 17px;
	border-color: #303338;
	margin-right: 7px;
	margin-bottom: 2px;
}
.t-radio__indicator:after {
	height: 7px;
    width: 7px;
	background: #303338;
}

/*Расстояние между Radio Button*/
.t-radio__control, .t-radio__control:first-child {
	margin: 0 0 13px 0;
}
/* Межстрочный интервал */
label.t-radio__control{
	line-height: 1.35;
}

/*Стиль поля кол-ва в описании товара*/
.dobzakazKolfake .t-inputquantity {
	text-align: right;
	width: 60px;
}
input[name="kolfake"] {
	border: 1px solid #afafaf !important;
	height: 26px !important;
}
.dobzakazKolfake .t-input{
	padding: 0px;
	padding-right: 5px;
}

/*Выравнивание суммы по правому краю в описании товара*/
.dobzakazSumfake .t-name_md{
    text-align: right;
}
/*Размер шрифта суммы на моб.устройствах в описании товара*/
@media screen and (max-width: 640px){
	.dobzakazSumfake .t-name_md {
		font-size: 18px;
}}





/***** *****/



