.accordion-toggle {
	font-family: "bebas-neue", sans-serif; 
	font-size: 25px;
	line-height: 27px;
	color: #000000;
}

.accordion-toggle:hover {
	color: #000000;
}

.accordion-inner {
	padding: 50px 0;
	font-size: 0;
}

.cont-wishlist {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin: 0 50px 50px 0;
	position: relative;
}

.cont-wishlist > .elimina-prodotto-wish {
	opacity: 0;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: -1;
	height: 20px;
}

.cont-wishlist:hover  > .elimina-prodotto-wish {
	opacity: 1;
	z-index: 9999;
}

.foto-wishlist {
	width: 85px !important;
	height: 85px !important;
	background-size: cover !important;
	background-position: center;
	display: inline-block;
	margin-right: 25px;
}

.titolo-wishlist {
	font-family: "bebas-neue", sans-serif;
	font-size: 40px;
	line-height: 42px;
	color: #ffffff;
	background: #000000;
	padding: 10px 25px;
	margin: 88px 0 30px;
	display: inline-block;
}

.titolo-wishlist2 {
	font-family: "bebas-neue", sans-serif;
	font-size: 45px;
	line-height: 47px;
	color: #000000;
}

.testo-wishlist {
	display: inline-block;
	width: 110px;
	vertical-align: top;
}

.testo-wishlist > h2 {
	font-family: "bebas-neue", sans-serif;
	font-size: 21px;
	line-height: 23px;
	color: #000000;
	margin: 0 0 5px;
}

.testo-wishlist > p {
	font-size: 15px;
	line-height: 18px;
	color: #404040;
	margin: 0 0 5px;
}

.cont-icone-wishlist {
	margin-top: 15px;
}

.cont-icone-wishlist > a > img {
	margin-right: 5px;
}

/*-- NUOVA WISHLIST --*/
.box-wish {
	background: #18191a;
	width: 285px;
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;*/
	background-size: 285px !important;
	transition: all .3s ease-in;
	-moz-transition: all.3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.box-wish:hover {
	background-size: 320px !important;
}

.box-wish:nth-child(odd) {
	height: 375px;
}

.box-wish:nth-child(even) {
	height: 275px;
}

.box-wish > .elimina-prodotto-wish {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	height: 20px;
}

.box-wish:hover  > .elimina-prodotto-wish {
	opacity: 1;
	z-index: 9999;
}

.box-wish > h3 {
	background: rgba(12, 12, 12, 0.4);
	width: 285px;
	padding: 20px 10px;
	text-align: center;
	font-family: "bebas-neue", sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
	position: absolute;
	bottom: 65px;
	max-width: 100%;
}

.box-wish.active > h3 {
	background: rgba(255, 255, 255, 0.8);
	width: 285px;
	padding: 20px 10px;
	text-align: center;
	font-family: "bebas-neue", sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #18191a;
	position: absolute;
	bottom: 65px;
	max-width: 100%;
}

.box-wish.active > h4 {
	background: rgba(255, 255, 255, 0.8);
	width: 285px;
	padding: 9px 10px;
	text-align: center;
	font-family: "bebas-neue", sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #18191a;
	position: absolute;
	bottom: 65px;
	max-width: 100%;
}

.prezzo-wish {
	text-align: center;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	display: inline-block;
	margin: 10px 0 0;
}

.box-titolo {
	padding: 45px 20px 20px;
	position: relative;
	cursor: default !important;
	box-sizing: content-box;
}

.box-titolo > h2 {
	font-family: "bebas-neue", sans-serif;
	font-size: 43px;
	line-height: 45px;
	color: #ffffff;
	margin: 0 0 30px;
}

.box-titolo > p {
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	margin: 0;
}

.btn-aggiungi {
	background: #2d2d2d;
	padding: 10px 25px;
	color: #ffffff;
	font-family: "bebas-neue", sans-serif;
	font-size: 24px;
	line-height: 26px;
	border: none;
	border-radius: 0;
	margin: 0;
}

.btn-aggiungi:hover, .btn-aggiungi:focus, .btn-aggiungi:active, .btn-aggiungi.active, .btn-aggiungi.disabled, .btn-aggiungi[disabled] {
	color: #2d2d2d;
	background-color: #ffffff;
}

.titolo-page-wish {
	text-align: right;
}

.titolo-page-wish > a {
	font-family: "bebas-neue", sans-serif;
	font-size: 23px;
	line-height: 25px;
	color: rgba(74, 74, 74, 0.85);
	margin: 0 0 35px;
	display: inline-block;
}

.titolo-page-wish > h2 {
	font-family: "bebas-neue", sans-serif;
	font-size: 23px;
	line-height: 25px;
	color: rgba(74, 74, 74, 0.85);
	margin: 0 0 35px;
}

.pulsanti-wish {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 75px;
}

.pulsanti-wish > li {
	float: left;
	list-style-type: none;
}

.pulsanti-wish > li > a {
	background: url(/immagini/wishlist/condividi.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.pulsanti-wish > li > a.facebook {
	background-position: 0 0;
}

.pulsanti-wish > li > a.stampa {
	background-position: -23px 0;
}

.pulsanti-wish > li > a.amico {
	background-position: -46px 0;
}

.box-wish > .hover-wish {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.box-wish:hover > .hover-wish {
	background-size: 320px !important;
}
/*-- FINE NUOVA WISHLIST --*/

@media only screen and ( max-width: 767px ) {
	.btn-aggiungi {
		font-size: 14px;
		line-height: 16px;
		width: 160px !important;
		padding: 5px !important;
	}
}