/*************************/
/* Вид карточек (список) */
/*************************/

/* Карточка (внешний div) */
.liststyle-pre-thumbnail {
	max-width:100% !important;
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
	
/* Ценник */
.price { right:5px; }

.liststyle-price {
	position:relative;
	margin-top:0;
	text-align:center;
	padding:0 4px 0 4px;
	right:0 !important;
}

/* Картинка (внешний div) */
.picture { margin:5px; }
.liststyle-picture {
	position:relative;
	display:inline-block;
	width:200px;
}

/* Картинка */
.card-img-top { border-radius:0 0 0 0; }

/* Наименование товара */
.name_tov {
	margin-top:0;
	height:30%;
	overflow:hidden;
	font-size:16px;
}

/* Кнопки */
.c_but { margin-bottom:0; }
.liststyle-c_but {
	position:absolute;
	right:8px;
	margin-top:0 !important;
	top:125px;
}
.liststyle-c_but .liststyle-btn-danger, .liststyle-btn-primary {
	width:64px;
	font-size:0.85rem;
}

/* Карточка (внутренний div) */
.card { margin-bottom:1rem; }

/* Новинки */
/*.action { left:-1px; top:-1px; }*/
.action { left:-20px; top:-20px; /*left:-1px; top:-1px;*/ }
.action img { max-width:100%; }

.liststyle-action {
	position:absolute;
	left:-1;
	top:-1;
}
.liststyle-img {
	position:relative;
	max-width:100%;
}

/* Процент скидки */
.liststyle-percent {
	position:absolute;
	width:80px;
	height:80px;
	right:0;
	top:0;
}
.percent img { max-width:100%; }
.liststyle-percent span { font-size:14px; }

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

@media (max-width:1199px) {
	/* Ценник */
	.liststyle-price {
		border-radius:0 0 10px 0;
		font-size:16px;
	}

	/* Картинка */
	.liststyle-picture { width:175px !important; }

	/* Заголовок карточки */
	.name_tov { font-size:17px !important; }
	.liststyle-name_tov { line-height:0.95em; }
}

@media (max-width:991px) {
	/* Картинка */
	.liststyle-picture { width:150px !important; }

	/* Кнопки */
	.liststyle-c_but { /*top:93px;*/ top:133px; }

	/* Строки описания товара */
	.ptov {
		height:16px;
		font-size:0.780em;
		margin-top:0 !important;
	}

	/* Размер ленты "акция" или "новинка" */
	.liststyle-img { width:66px !important; }
}

@media (max-width:767px) {
	/* Кнопки */
	.liststyle-c_but { /*top:93px;*/ top:136px; }
}

@media (max-width:500px) {
	/* Ценник */
	.liststyle-price {
		font-size:12px;
		border-radius:0 0 6px 6px;
	}

	/* Процент скидки */
	.liststyle-percent {
		width:70px !important;
		height:70px !important;
		top:55px !important;
		left:58px !important;
	}
	.liststyle-percent span { font-size:12px; }

	/* Картинка */
	.liststyle-picture { width:120px !important; }

	/* Кнопки */
	.liststyle-c_but {
		right:auto !important;
		left:5px;
		top:150px;
	}
	.liststyle-btn-danger { width:120px !important; }
	.liststyle-btn-primary { width:120px !important; }

	/* Рамки карточек */
	.card-row { /*height:236px !important;*/ height:197px !important; }

	/* Строки описания товара */
	.ptov {
		height:16px;
		font-size:0.780em;
	}

	/* Наименование товара */
	.liststyle-name_tov { height:53px; }
}

@media (min-width:421px) {
	/* Наименование товара */
	.name_tov { height:65px; }
	.liststyle-name_tov { height:30%; }
}

@media (min-width:992px) {
	/* Кнопки */
	.liststyle-c_but { /*top:117px;*/ top:161px; }
	.liststyle-btn-danger, .liststyle-btn-primary { /*width:100px !important;*/ }
}

@media (min-width:1200px) {
	/* Ценник */
	.liststyle-price {
		position:absolute;
		bottom:0;
		right:0;
		padding:0 5px 0 10px;
	}

	/* Наименование товара */
	.name_tov { height:72px; }
	.name_tov.liststyle-name_tov { height:30%; }
}