.promo-tag{
	position: absolute;
	top: -13px;
	right: -14px;
}
.mdl-chip {
	height: 32px;
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	line-height: 32px;
	padding: 0 12px;
	border: 0;
	border-radius: 16px;
	background-color: #97fb7c;
	display: inline-block;
	color: rgba(0,0,0,.87);
	margin: 2px 0;
	font-size: 0;
	white-space: nowrap;
}
.mdl-chip__text {
	font-size: 13px;
	vertical-align: middle;
	display: inline-block;
}
#store{
	margin-top: 20px;
}
#store .mdl-card__title{
	height: 300px;
	background-color: #F2F2F2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#store .mdl-card__supporting-text p{
	padding: 10px;
}
#store .mdl-card__supporting-text .cat{
	background-color: #999;
	color: #FFF;
	display: block;
	text-align: center;
}
#store .desc{
	line-height: 1.5;
	height: 50px;
	overflow: hidden;
	word-break: break-word;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
#store .price{
	float: right;
	display: inline-block;
	margin: 9px;
	color: red;
	font-size: 0.95em;
	font-weight: bold;
}
.product-card-wide{
	overflow: hidden;
}
.mdl-card{ min-height: auto; margin-bottom: 20px; }
.mdl-card__supporting-text{ overflow: initial; }
.shopping-card-square{ margin-top: 20px; overflow: hidden; }
#carrito{
	min-height: 140px;
	background: #F2F2F2;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 10px;
}
#carrito > div{
	padding-left: 10px;
	padding-right: 10px;
}
.shopping-card-square > .mdl-card__title {
	color: #fff;
	background: #666;
}
.shopping-card-square > .mdl-card__title h2{
	font-weight: normal;
	margin-bottom: 0;
	text-transform: initial;
}
.shopping-card-square .label{
	line-height: 2.8em;
	color: #333;
}
.mdl-card__actions .mdl-button{
	padding: 0 20px !important;
}
#comprarBtn{ float: right; margin: 5px; }
#tienda-table_paginate{ text-align: center; margin-bottom: 20px; }
.pagination {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	padding-left: 0;
	margin: 10px 0;
	border-radius: 4px;
}
.pagination li {
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	vertical-align: top;
	height: 30px;
}
.pagination li.active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: transparent !important;
	border: 1px solid transparent !important;
	min-width: .5em !important;
	box-shadow: none !important;
	cursor: auto !important;
}
.pagination li.active a {
	color: #fff;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #C60000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #C60000;
	border-color: #C60000;
}
.pagination li.disabled a {
	cursor: default;
	color: #999;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #C60000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer !important;
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
	height: 31px;
}
.item-card-square .mdl-card__title{
	height: 200px;
	background-color: #F2F2F2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.item-card-square .mdl-card__title-text{
	font-size: 16px;
}
.mdl-card__title-text a{
	color: #000;
	padding: 5px;
	background: rgba(250, 250, 250, 0.5);
}
.mdl-card__title-text a:hover {
	color: #fff !important;
	background: rgba(60, 60, 60, 0.5);
}
.item-card-square .cantidad{
    font-family: "Roboto","Helvetica","Arial",sans-serif;
	line-height: 28px;
	padding: 0 10px;
	border: 0;
	border-radius: 16px;
	background-color: #e6e5e5;
	display: inline-block;
	color: #111;
	margin: 2px 2px;
	white-space: nowrap;
}
.item-card-square .price{
	float: right;
	display: inline-block;
	margin: 9px;
	color: red;
	font-size: 0.8em;
	font-weight: bold;
}
.clearfix{ clear: both; }
#confirmBuyBox h3.price{
	text-align: center;
	color: #FF3300;
}
.multiline-ellipsis {
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8em;
    max-height: 4em;
}