
.products.container-fluid {
	background: #f1f1f1;
}

.products .item {
	position: relative;
	padding: 7px;
	border: 1px solid #d3d2d2;
	background-color: white;
}

.products h1 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #404040;
}

.products .photo {
	width: 100%;
	padding: 17px;
	display: block;
	text-align: center;
	height: 227px;
}

.products .photo img {
	height: 100%;
	/* width: 80%;
	max-height: 207px; */
}

.products .photo img:hover {
	transform: scale(0.85);
	transition: all 0.2s ease-in-out;
}

.products .stamp {
	bottom: 124px;
	left: 78px;
	width: 150px;
	height: 105px;
	z-index: 99;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 150px;
}

.products .corner {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 8;
}

.products .stamp.promo {
	background-image: url("/images/banners/promo.png");
}

.black-friday .products .stamp.promo {
	background-image: url("/images/banners/blackfriday.png")!important;
}

.products .stamp.outlet {
	background-image: url("/images/banners/opportunity.png");	
}

.products .stamp.special {
	background-image: url("/images/banners/promo.png");
}

.black-friday .products .stamp.special {
	background-image: url("/images/banners/blackfriday.png")!important;
}

.products .stamp.new {
	background-image: url("/images/banners/novita.png");
}

.products .stamp.halloween {
	background-image: url("/images/banners/halloween.png");
}

/* .products .stamp.blackfriday { DEPRECATED?
	background-image: url("/images/banners/blackfriday.png");
} */

.products .badge-carta-doc {
	left: 57px;
	top: 25px;
	width: 140px;
	height: 31px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url("/badges/carta-docente.png");
	z-index: 9;
}

.products .wishlink {
	position: absolute;
	top: 0;
	right: 12px;
	margin: 12px 0 0;
}

.products .wishlink::before {
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	color: rebeccapurple;
	font-size: 1.2rem;
}

.products .wishlink.unlink::before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	color: rebeccapurple;
	font-size: 1.2rem;
	font-weight: 800;
}

.products .prices {
	min-height: 30px;
	text-align: center;	
}

.products .price {
	color: #505050;
	font-size: 20px;
	font-weight: bold;
}

.products .sprice {
	color: #777;
	font-size: 14px;
	font-weight: bold;
	padding-left: 7px;
	text-decoration: line-through;
}

.products .rate {
	background: #e11a1c;
	border-radius: 100px;
	padding: 1px 0;
	display: inline-block;
	color: white;
	text-align: center;
	font-size: 13px;
	vertical-align: text-top;
	margin-left: 7px;
	width: 36px;
}

.black-friday .products .rate {
	background: black!important;
}

.products .availability {
	font-size: 0.9rem;
	text-align: center;
	margin: 7px 0;
}

.products .availability::before {
	content: "\f111";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-right: 7px;
	font-size: 8px;
}

.products .availability.no::before {
	color: red;
}

.products .availability.yes {
	color: green;
}

.products .availability.yes::before {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	padding-right: 7px;
	color: green;
}

.products .availability.wait::before {
	color: orange;
}

.products .brand {
	display: block;
	height: 17px;
	text-align: left;
	font-size: 0.72rem;
	font-weight: bold;
	color: #ec0b0b;
}

.products .info {
	padding-top: 4px;
	border-top: 1px solid #cacaca;
	height: 120px;
	overflow: hidden;
}

.products .name {
	font-size: 0.8rem;
	font-weight: 400;
	color: #313131;
	line-height: 1.6em;
	font-family: "Kumbh Sans";
	height: 40px;
	overflow: hidden;
	display: block;
}

.products .title {
	width: calc(100% - 40px);
	float: left;
	overflow: hidden;
	padding: 0 9px 0 0;
}

.products .btx {
	border: none;
	background: #ff7062;
	color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	margin-top: 20px;
	padding: 0px;
	font-size: 1.25rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	text-align: center;
}

.products .btx:hover {
	background: #db574b;
}

.products .btx.crt::before {
	content: "\f217";
}

.products .btx.nfo::before {
	content: "\f05a";
}

.products .toolbar {
	background-color: rgb(201 200 200);
	clear: both;
	margin-right: 0px;
	margin-bottom: 17px;
}

.products .toolbar button {
	background: none;
	border: none;
	color: #6c757d;
	height: 96%;
	box-shadow: initial;
}

.products .toolbar .dropdown {
	height: 50px;
}

.products .toolbar .dropdown-menu {
	border-radius: initial;
	background: whitesmoke;
	border: none;
}

.products .item .freeship {
	font-size: 12px;
	color: dimgray;
	font-weight: bold;
	position: absolute;
	right: 3px;
	padding: 3px 7px;
	border-radius: 5px;
	text-transform: uppercase;
	bottom: 0;
}

aside.sidebar a {
	color:dimgray;
	display: block;
	font-size: 0.95rem;
}

aside.sidebar a:hover {
	color: #db574b;
}

aside.sidebar h3 {
	margin-top: 17px;
	font-size: 1.2rem;
	color: #ff7062;
	font-weight: bold;
	font-family: 'Sen', sans-serif;
}

aside .shop-by {
	text-align: center;
	background: #f3f3f3;
	font-family: 'Sen';
	font-size: 0.9rem;
	color: #0066ff;
	margin-bottom: 17px;
	display: none;
}

@media (max-width: 767px) {

	aside.sidebar h3 {
		margin-top: 0;
		padding-top: 0;
	}

	aside .shop-by {
		display: block;
	}

	aside .shop-by-filter {
		display: none;
	}

}

aside.sidebar h4 {
	margin-top: 17px;
	font-size: 1.1rem;
	color: #5a5a5a;
	font-family: "Titillium Web", sans-serif;
}

aside.sidebar .qs-check {
	font-weight: bold;
}




