
/*! Version: 1.2.6 */
/*! Copyright: Adriano Belfiore */
/*! Data: 07/07/2021 */
/* ======================== */
/*


/* GLOBAL MAIN
==================================================================== */


.page-title {
	display:block;
	width: 100%;
	padding-top:15px;
}


/* note */
#note {

  /* Allineamento posizionale */
justify-content: center;     /* Prepara gli oggetti intorno al centro */
justify-content: start;      /* Prepara gli articoli dall'inizio */
justify-content: end;        /* Imballa gli oggetti dalla fine */
justify-content: flex-start; /* Prepara gli articoli flessibili dall'inizio */
justify-content: flex-end;   /* Prepara gli articoli flessibili dalla fine */
justify-content: left;       /* Prepara gli oggetti da sinistra */
justify-content: right;      /* Prepara gli oggetti da destra */

/* Allineamento della linea di base */
/* justify-content non accetta valori di base */

/* Normal alignment */
justify-content: normal;

/* Distributed alignment */
justify-content: space-between; /* Distribuisci gli elementi in modo uniforme
                                   Il primo elemento Ã¨ allineato con l'inizio,
                                   l'ultimo Ã¨ a filo con la fine */
justify-content: space-around;  /* Distribuisci gli elementi in modo uniforme
                                   Gli articoli hanno uno spazio della metÃ
                                   su entrambe le estremitÃ  */
justify-content: space-evenly;  /* Distribuisci gli elementi in modo uniforme
                                   Gli oggetti hanno lo stesso spazio intorno a loro */
justify-content: stretch;       /* Distribuisci gli elementi in modo uniforme
                                   Allunga gli elementi di dimensioni "automatiche" per adattarli
                                   Il container */

/* Allineamento di Overflow */
justify-content: safe center;
justify-content: unsafe center;

/* Valori globali*/
justify-content: inherit;
justify-content: initial;
justify-content: unset;

/*Lascia che il secondo elemento flessibile coltiva tre volte piÃ¹ largo del resto:*/
flex-grow: 3;
flex-grow: 1;
}
/* */

main {
	min-height:500px;
	overflow: hidden;
	margin:auto 0;
}

#main-container {
	margin-top: 110px;
/*	padding:20px;	*/
	max-width:1440px;
	margin-left:auto;
	margin-right:auto;
}


@media screen and (max-width: 436px) {
    #main-container {
    	padding: 0px;
    	margin-top: 130px;
    	margin-left:0;
		margin-right:0;
    }
}

/* PAGE-FLUID */

#main-content,
.wrapper-content {
/* 	Per prima cosa creiamo un contesto di layout
	flessibile 		 */
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

/* 	Quindi definiamo la direzione del flusso
	e se permettiamo a items al wrap 	*/
	flex-wrap: wrap;
	flex-direction: row;
/* 	Ricorda che questo Ã¨ lo stesso di:
 *	flex-flow: column wrap;		*/
	width:100%;

/* 	Quindi definiamo come viene distribuito lo spazio rimanente:
 *	justify-content: space-between;
 * 	align-content: flex-start;		*/
  	justify-content: start;
  	align-content: space-between;
	list-style: none;
	transition: all .3s ease-in;
/*
	display: grid;
	grid-template-columns: 60px 60px;
	grid-auto-rows: 300px;
	grid-gap: 10px;
*/

}
#main-content {padding-bottom:20px;}
.main-body {padding: 0 20px;}


@media screen and (max-width: 582px) {
	#main-content,
	.wrapper-content  {
        justify-content: space-around;
    }
    .main-body {padding: 0 0;}
}

#main-content.inactive .review-content,
#billing-date__content.inactive .address-content  {
	display: none;
}

#main-content.active .review-content,
#billing-date__content.active .address-content {
	display: block;
}
#main-content.active .meta-reviews,
#billing-date__content.active .meta-address {
	display:none;
}
.meta-address {
	margin-top:40px;;
}

.fluid-item {
/*	padding: 1%;*/
	margin: 1%;
	width: 18%;
	min-width: 240px;
	text-align: center;
}

.item-isotope {
	padding:0px;
	float: none;

	position: relative;
	border: 1px solid #d1d7dc;
	-webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 6px;
}
@media screen and (max-width: 582px) {
    .fluid-item {
        padding: 5px;
        margin:0;
        width: 92%;
        min-width: auto;
    }
}
@media screen and (max-width: 400px) {
    .fluid-item {
        padding: 5px;
        margin:0;
        width: 46%;
        min-width: auto;
    }
    .item-isotope {
   	 	-webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.4);
  	}
}/*
@media screen and (max-width: 300px) {
    .fluid-item {
        padding: 3px;
        margin:0;
        width: 90%;
        min-width: auto;
    }
}*/
@media screen and (max-width: 180px) {
    .item-isotope {
        display: none;
    }
}


/* ######################################
	POST BODY
############################### */

.item-isotope article.post-box .post-body {
	position: relative;
	text-align: center;
	margin: auto;
  	/*width: 90%;*/
	padding:5%;
	min-height: 282px;
}


/* =================
	POST CATEGORY
==================== */

.item-isotope article.post-box .post-categories-body {
	/*position: relative;
	height: auto;
	border-bottom: 1px solid #d9dde1;
	padding: 0 2px 5px 2px;
	font-size: 12px;
  	font-weight: 500;
  	text-transform: uppercase;
  	text-align: left;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;*/
         position: relative;
    height: 30px;
    border-bottom: 1px solid #d9dde1;
    padding: 0 2px 5px 2px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}
.item-isotope article.post-box .post-categories-body a.category-type {
	padding:0 6px 0 3px;
	color:#5c6098;
	text-decoration: none;
	cursor: pointer;
	border-right: 1px solid #5c6098;
}
.item-isotope article.post-box .post-categories-body a.category-type:last-child {
	border: none;
}

.item-isotope article.post-box .post-categories-body a.category-type:hover {
	color:#7175b6;
	text-decoration: underline;
}


/* ================
	POST MEDIA
==================== */

.item-isotope article.post-box .post-media-body {
	position: relative;
	padding: 10px 5px;
	font-size: 10px;
}
.item-isotope article.post-box .figure-container {
	min-height: 200px;
	overflow: hidden;
}
.item-isotope article.post-box .figure-container .media-link {
	border-radius: 4px;
	display: block;
	overflow: hidden;
}
.item-isotope article.post-box .figure-container figure {
	border-radius: 4px;
	display: block;
	overflow: hidden;

	text-align: center;
	position: relative;
	margin: 0;
}
.item-isotope article.post-box .figure-container figure.figure-box {
	width: 100%;
	height: auto;
	min-height:195px;
	vertical-align: middle;
}
.item-isotope article.post-box .figure-container figure.figure-box img {
	vertical-align: middle;
	border: 0;
	width: auto;
/*	max-height: 180px;*/
	max-width: 100%;

	display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
.item-isotope article.post-box .figure-container figure.figure-box.i_bottle img {
	max-height: 180px;
}

@media screen and (max-width: 436px) {
	.item-isotope article.post-box .post-media-body {
		padding: 5px;
	}
	.item-isotope article.post-box .figure-container {
		min-height: 145px;
	}
	.item-isotope article.post-box .figure-container figure.figure-box {
    	min-height: 145px;
    }
    .item-isotope article.post-box .figure-container figure.figure-box img {
        max-height: 150px;
    }
    .item-isotope article.post-box .figure-container figure.figure-box.i_event img {
    	 max-height:none;
    }
    .item-isotope article.post-box .figure-container figure.figure-box.i_bottle img {
     	/*padding-right: 30px;*/
     	max-height: 140px;
    }
}

.item-isotope article.post-box .figure-container .figure-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: transparent;
}

.item-isotope article.post-box .figure-container .figure-icon {
    position: absolute;
    bottom: -80%;
    left: 50%;
	margin-left: -60px;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    font-size: 200px;
    opacity:.7;
}
@media screen and (max-width: 436px) {
	.item-isotope article.post-box .figure-container .figure-icon {
		left: 50%;
		font-size: 150px;
		margin-left: -43px;
	}
}

.item-isotope article.post-box .figure-container .media-link:hover .figure-shade {
    background-color: rgba(69, 79, 143, 0.4);
    width:100%;
    margin:0 auto;
    border-radius: 5px;
}

.item-isotope article.post-box .figure-container .media-link:hover .figure-icon {
    bottom: 10%;
}



.item-isotope article.post-box .post-media-body .post-top-share {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    padding: 0px 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.item-isotope article.post-box .post-media-body .post-top-share i.share-activator-icon {
    vertical-align: middle;
    line-height: 24px;
    font-size: 10px;
    color: #fff;
    padding-right: 3px;
}
.item-isotope article.post-box .post-media-body .post-top-share span.share-activator-label {
    line-height: 24px;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
    border-left: 1px solid #555;
}
.item-isotope article.post-box .post-media-body .post-top-share:hover {
    cursor: pointer;
}
.item-isotope article.post-box .post-media-body .post-top-share:hover i.share-activator-icon {
    color: #fff;
}
.item-isotope article.post-box .post-media-body .post-top-share:hover span.share-activator-label {
    color: #fff;
}


.item-isotope .media-link .figure-icon {
	position: absolute;
	bottom: -50%;
	left: 50%;
	font-size: 48px;
	margin-bottom: -24px;
	margin-left: -24px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color: #fff;
}








/* ================
	POST CONTENT
==================== */

.item-isotope article.post-box .post-content-body,
.item-description article.post-box .post-content-body,
.item-shopping-cart article.post-box .post-content-body {
	position:relative;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:5px;
	text-align: left;
	min-height:60px;
}
.item-description article.post-box .post-product-title {
	position:relative;
	border-top: 1px solid #d1d7dc;
	border-bottom: 1px solid #d1d7dc;
	width: 100%;
	padding:20px 0;
	margin: 20px 0 10px 0;
	vertical-align: middle;
	display: block;
}
/* content-title
--------------------*/
.item-isotope article.post-box .post-content-body .content-title,
.item-description article.post-box .post-content-body .content-title,
.item-shopping-cart article.post-box .post-content-body .content-title {
	color: #070808 !important;
	/*font-size: 16px;*/
        font-size: 14px;
  	font-weight: 600;
  	text-transform: uppercase;

  	word-spacing: -1px;
  	letter-spacing: inherit;
  	line-height: 1;
  /*	*/
  	margin-bottom:5px;

  	overflow: hidden;
   	text-overflow: ellipsis;

 	display: -webkit-box;
 	-webkit-line-clamp: 2;  /* number of lines to show */
   	-webkit-box-orient: vertical;
}
@media screen and (max-width: 436px) {
    .item-isotope article.post-box .post-content-body .content-title {
        height: 38px;
    }
}
.item-description article.post-box .post-content-body .content-title {
	font-size: 24px;
	text-transform: inherit;
	width: 82%;
	display:inline-flex;
}
.item-description article.post-box .post-content-body .content-title-page {
    font-size: 30px;
    font-weight: 500;
	padding: 0px 0 10px;
}
@media screen and (max-width: 836px) {
	.item-description article.post-box .post-content-body .content-title-page {
		 font-size: 26px;
		 padding:0;
	}
}
.item-description article.post-box .post-content-body .content-second-title {
	font-size: 18px;
	text-transform: inherit;
}

.item-isotope article.post-box .post-content-body .content-title a,
.item-description article.post-box .post-content-body .content-title a,
.item-shopping-cart article.post-box .post-content-body .content-title a  {
	/*color: #070808;*/
        color: #4d4d5b;
	text-decoration: none;
}

.item-isotope article.post-box .post-content-body .content-title a:hover,
.item-description article.post-box .post-content-body .content-title a:hover,
.item-shopping-cart article.post-box .post-content-body .content-title a:hover  {
	color: #5c6098;
	text-decoration: underline;
}
.item-description article.post-box .post-product-title h2.paragraph-title {
	color: #3c5a68;
	font-size: 17px;
	padding-left:45px;
	text-transform: uppercase;
}


/* content-under-title
--------------------------*/
.item-isotope article.post-box .post-content-body .content-under-title,
.item-description article.post-box .post-content-body .content-under-title,
.item-shopping-cart article.post-box .post-content-body .content-under-title  {
	color: #052335;
	font-size: 12px;
	font-weight: 400;
/*	font-style: italic;*/
	letter-spacing: 0.02em;
	line-height: 1;
	height:30px;

	overflow: hidden;
   	text-overflow: ellipsis;

   	display: -webkit-box;
   	-webkit-line-clamp: 2;  /* number of lines to show */
   	-webkit-box-orient: vertical;
}
.item-description article.post-box .post-content-body .content-under-title  {
	font-size: 15px;
	font-style: normal;
	letter-spacing: 0.005em;
	width: 82%;
	display:inline-flex;
}

/* content-card-title
--------------------------*/
.item-shopping-cart article.post-box .post-content-body .content-card-title  {
	font-size: 13px;
	font-style: normal;
	letter-spacing: 0.005em;
	padding-top:30px;
}

/* content-wine-cellar
--------------------------*/
.content-wine-cellar  {
	color: #0a4da7;
	font-size: 15px;
	font-weight: 600;
	padding-top:4px;
	height:26px;

	overflow: hidden;
   	text-overflow: ellipsis;

   	display: -webkit-box;
   	-webkit-line-clamp: 2; /* number of lines to show */
   	-webkit-box-orient: vertical;
}
.item-description .content-wine-cellar {
	font-size: 18px;
	width: 82%;
	display:inline-flex;
}

.content-wine-cellar a  {
	color: #3275ba;
	text-decoration: none;
}

.content-wine-cellar a:hover {
	color: #5c6098;
	text-decoration: underline;
}


.content-date {
	color: #f40d39;
	font-size: 14px;
	font-weight: 600;
	padding-top:6px;
}
.content-placeName {
	color: #052335;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}


/* testo  */

.item-isotope article.post-box .post-content-body .content-text,
.item-description article.post-box .post-content-body .content-text {
	padding-top:8px;
	position: relative;

	color: #5c5c5c;
	font-size: 12px;
	font-weight: 400;
	text-align: justify;
	word-wrap: break-word; /* spezzare parole lunghe per andare a capo */


}
.item-isotope article.post-box .post-content-body .content-text {
	text-overflow: ellipsis;
   	display: -webkit-box;
   	-webkit-line-clamp: 3; /* Numero di linee da mostrare*/
   	-webkit-box-orient: vertical;
   	overflow: hidden;
   	max-height: 4.1em; /* (Numero di linee che vuoi visibili) * (line-height) */
 	line-height: 1.2em;
}
.item-isotope article.post-box .post-content-body .content-text::after {
/*	content: "[...]";*/
	content: "...";
	background-color: #fff;
	padding-left:6px;
	position: absolute;
  /* Imposto la posizione all'angolo in basso a destra del blocco */
  	right: 0;
 	bottom: 0;
}

.item-description article.post-box .post-content-body .content-text {
	color:#3c5a68;
	max-width: 100%;
	font-size: 16px;
	line-height: 18px;
	display: inline-grid;
	overflow: visible;
	text-indent: 1.6em;
}
/* First Letter
.item-description article.post-box .post-content-body .content-text:first-letter {
	font-weight: bold;
  	font-size: 2.0em;
}
*/
.item-description article.post-box .post-content-body .content-text p {
	padding:6px 0;
}
.item-description article.post-box .post-content-body .content-text.block {
	display: inline-block;
}
.item-description article.post-box .post-content-body ul.content-text-list {
	padding: 10px 25px;
}
.item-description article.post-box .post-content-body ul.content-text-list li {
	display: list-item;
	list-style: square;
	box-sizing: border-box;
}

@media screen and (max-width: 436px) {
	.item-isotope article.post-box .post-content-body {
		padding-left: 2px;
	}
    .item-isotope article.post-box .post-content-body h2.content-title  {
  		font-size: 14px;
    }
    .item-isotope article.post-box .post-content-body h3.content-under-title {
		font-size: 12px;
		letter-spacing: inherit;
	}
	.item-isotope article.post-box .post-content-body h5.content-placeName {
		font-size: 12px;
	}
	.item-isotope article.post-box .post-content-body .content-text {
		font-size: 13px;
		-webkit-line-clamp: 2; /* number of lines to show */
		max-height: 2.6em; /* (Numero di linee che vuoi visibili) * (line-height) */
		text-align: left;
                padding-bottom: 28px;
	}
}

.item-isotope article.post-box .post-content-body .content-text-address {
	color: #5c5c5c;
	font-size: 13px;
	font-weight: 500;
	height:74px;

	overflow: hidden;
   	text-overflow: ellipsis;


}
.item-isotope article.post-box .post-content-body .content-text-address span {
	display: block;
	display: -webkit-box;
   	-webkit-line-clamp: 2; /* number of lines to show */
   	-webkit-box-orient: vertical;
}
.item-isotope article.post-box .post-content-body .content-text-address b {
	font-weight: 600;
	color: #434343;
}






.item-top {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	flex-direction: row;
	background-color:#f2f6f8;
	padding: 15px 10px 10px 10px;
	border-radius: 6px 6px 0 0;
	min-height:30px;
}
.item-center {
	padding:20px;
}
.item-bottom {
	background-color:#f2f6f8;
	padding:20px;
	border-radius: 0 0 6px 6px;
	text-align: center;
	min-height:30px;
}
@media screen and (max-width: 436px) {
	.item-bottom {padding:20px 6px;}
}

/* */




/* ######################################
	POST META
############################### */



.item-isotope article.post-box .post-meta {
	background-color: #f1f6f8;
	border-radius: 0px 0px 6px 6px;
	border-top: 1px solid #dfe4e7;

	/*width: 90%;*/
	padding:5%;
	min-height: 25px;
/*	max-height: 115px;*/

	text-align: left;
}
.item-isotope article.post-box .post-column,
.item-description article.post-box .post-column {
	position:relative;
	width: auto;
	min-height: 65px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
/*
.item-isotope article.post-box .post-meta:before,
.item-isotope article.post-box .post-meta:after {
content: " ";
display: table;
}
*/
.item-isotope article.post-box .post-row,
.item-description article.post-box .post-row {
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	flex-direction: row;
}
@media screen and (max-width: 436px)  {
	.item-isotope article.post-box .post-meta  {max-height: 120px;}

    .item-isotope article.post-box .post-row,
	.item-description article.post-box .post-row{
        display:inline;
    }
}



.item-isotope article.post-box .post-meta .meta-discount,
.item-description article.post-box .post-content-body .meta-discount {
	font-style: italic;
	font-size:12px;
}
/*
.item-isotope article.post-box .post-meta .meta-cad,
.item-isotope article.post-box .post-meta .meta-prize,
.item-description article.post-box .post-content-body .meta-cad,
.item-description article.post-box .post-content-body .meta-prize {
	flex: 2 50%;
}*/
.item-isotope article.post-box .post-meta .meta-cad .original-prize {
	font-size: 15px;
	font-weight: 400;
	text-decoration: line-through;
	padding-right:5px;
	line-height: 1.9;
}
/*
.item-isotope article.post-box .post-meta .meta-prize .original-prize,
.item-description article.post-box .post-content-body .original-prize {
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;

	width:100%;
	text-align: right;
	padding-right:5px;
}
*/
.item-isotope article.post-box .post-meta .meta-add-shop {
	padding-top:0px;
	margin: 0 auto;
}
.item-description article.post-box .post-content-body .meta-add-shop {
	padding-top:20px;
	padding-bottom:10px;
/*	width:70%;
	margin:0 auto;
*/	text-align: center;
}

.item-isotope article.post-box .post-meta .meta-cad,
.item-description article.post-box .post-content-body .meta-cad {
	color:#5c6098;
	font-size: 15px;
	line-height: 1.6;
	flex: 0 0 65%;
	white-space: nowrap;
}
.item-isotope article.post-box .post-meta .meta-cad {
	flex: 0 0 0;
	padding-right:5px;
}
.item-description article.post-box .post-content-body .meta-cad {
	padding-top: 10px;
}
.item-isotope article.post-box .post-meta .meta-cad strong {
	padding-left:5px;
}

.item-isotope article.post-box .post-meta .meta-prize,
.item-isotope article.post-box .post-meta .meta-unavailable,
.item-isotope article.post-box .post-meta .meta-outStock,
.item-description article.post-box .post-content-body .meta-prize {
	position: relative;
	text-align: right;
	color:#565a96;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	flex: 0 0 35%;
	white-space: nowrap;
}
.item-isotope article.post-box .post-meta .meta-prize {
	text-align: left;
	flex: 0 0 0;
	padding-right:15px;
}
.item-description article.post-box .post-content-body .meta-prize {
	padding-top: 10px;
}

.item-isotope article.post-box .post-meta .post-discount {
	position:absolute;
	right:0px;
	top:-20px;
	background-color: #e60000;
/*	width: 50px;
    height: 50px;*/
    border-radius: 50%;

    font-size: 14px;
    color:#fff;
    text-align: center;
	border: 1px solid #e60000;
    padding: 8px;
}

.item-description article.post-box .post-content-body .meta-box {
	border-bottom: 1px solid #dfe4e7;
	border-top: 1px solid #dfe4e7;
	padding:10px 5px;
}

.item-isotope article.post-box .post-meta .meta-unavailable,
.item-isotope article.post-box .post-meta .meta-outStock {
	border-top: 1px solid #a9acbf;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 12px;
        padding-bottom: 4px;
}
/*
.item-isotope article.post-box .post-meta .meta-cad span,
.item-description article.post-box .post-content-body .meta-cad span {
	display: block;
}

.item-isotope article.post-box .post-meta .meta-prize span {
	display: block;
	padding-bottom: 5px;
}
*/

@media screen and (max-width: 436px) {
	.item-isotope article.post-box .post-meta .meta-cad .original-prize {
		font-size: 12px;
		line-height: 0.9;
	}
    .item-isotope article.post-box .post-meta  {
  		/*display: table;*/
    }
    .item-isotope article.post-box .post-meta .meta-cad {
    	width: auto;
    	font-size: 12px;
		line-height: 1.2;
    }
	.item-isotope article.post-box .post-meta .meta-prize {
	/*	position: absolute;
		top: 100px;
		right: 2%;
		border: 0;
		box-sizing: border-box;
		border-radius: 15px;
		background: #5c6098;
		color:#fff;
		width:auto;
		padding-top: 5px;*/
		font-size: 16px;
	}
	.item-isotope article.post-box .post-meta .post-discount {
		font-size: 12px;
		padding: 6px;
	}
	/*
	.item-isotope article.post-box .post-meta .meta-prize span {
		text-align: left;
	}
	.item-isotope article.post-box .post-meta .meta-prize span:first-child {
		width: auto;
    	margin: 0 auto;
		padding-top: 10px;
	}
	*/
}
@media screen and (max-width: 300px) {
    .item-isotope article.post-box .post-meta .meta-prize {
        right: 5px;
    }
}

/* READ MORE */
.item-isotope article.post-box .post-meta .read-more-link {
	position:absolute;
	right:16px;
	display: inline-block;
	text-align:right;
	color: #428bca;


	font-size: 14px;
	vertical-align: middle;
	line-height: 1.5;

	justify-content: center;
  	align-items: center;

}
.item-isotope article.post-box .post-meta .read-more-link a {
	color: #465090;
	cursor: pointer;
}

.item-isotope article.post-box .post-meta .read-more-link a:hover {
	color: #7d84b0;
}
.item-isotope article.post-box .post-meta .read-more-link span {
	margin-right: 5px;

}
.item-isotope article.post-box .post-meta .read-more-link i {
	font-size: 12px;
}

@media screen and (max-width: 436px) {
    .item-isotope article.post-box .post-meta .read-more-link {
		right:10px;
		font-size: 13px;
	}
}




/* Button "aggiungi il vino alla mia lista"
=========================== */

.add-container {
    position: absolute;
    top: 15px;
    right: -22px;
    color:#fff;
    z-index: 999;
}


.bt-add {
    cursor: pointer;

    border: 0;
    box-sizing: border-box;
    border-radius: 15px;

    font-size:23px;
	/*height: 26px;*/

line-height: 2;
	background: #5c6098;
	display: inline-block;
}

.bt-img {
	float:left;
	margin:1px 2px 2px 2px;
	padding-right:5px;
/*	padding-top:1px;
	padding-left:2px;
	background-size:160px 160px;
	background-position: -9px -87px;
	background-image:url('../img/tools/icon_evidence.png');
	*/
}
@media screen and (max-width: 582px) {
    .add-container {
        right: -20px;
    }
}
@media screen and (max-width: 436px) {
	.add-container {
		right: -10px;
	}
    .bt-add {
    	font-size:18px;
     /*   width: 21px;*/
    }
    .bt-img {
		margin: 2px 2px 2px 2px;
    }
  /*  .icon-add_bot {display:none;}
    .icon-add_arrow {display:none;}*/
}
@media screen and (max-width: 300px) {
    .add-container {
        right: -8px;
    }
}

.bt-add:hover {
    text-decoration:none;
    background:#7277bc;
}

.bt-add:focus {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, .6);
    outline:none;
}

.bt-add:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.bt-add:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    box-shadow:none;
}

.bt-add:active {
    outline:none;
    background:#5c6098;
}

.bt-add:disabled {
    cursor:default;

    background: #5c6098;
    color: #fff;
    opacity:.32
}



/* END ========================== */



/* Button "in evidenza"
=========================== */

.item-isotope article.post-box .post-media-body .evidence-container,
.item-description article.post-box .post-content-body .evidence-container,
.item-description article.post-box .post-product-title .evidence-container  {
	position: absolute;
	left: 0;
	height:100%;
	width: 40px;
	margin: 0 auto;

	z-index: 1000;
}
.item-description article.post-box .post-content-body .evidence-container {
	right: 0px;
	left: auto;
}
.item-description article.post-box .post-product-title .evidence-container {
	top: 50%;
 	-ms-transform: translateY(-50%);
 	transform: translateY(-50%);
 	height:auto;
}

@media screen and (max-width: 436px) {
	.item-isotope article.post-box .post-media-body .evidence-container {
        left: -5px;
    }
    .item-description article.post-box .post-product-title .evidence-container {
    	top:30px;
    	left: 6px;
    }
    .item-description article.post-box .post-content-body .evidence-container {
    	right: -15px;
    /*	top:-20px;*/
    }
}
@media screen and (max-width: 800px) {
    .item-description article.post-box .post-content-body .evidence-container {
    	right: -10px;
    }
}

.evidence-item-nav {
	opacity: 1;
}
@media screen and (max-width: 800px) {
    ul.evidence-item-nav {
		list-style-position: inside;
	}

}
.evidence-item-nav li {
	margin-top: 5px;
	display: block;
}
@media screen and (max-width: 436px) {
	.evidence-item-nav li {margin-top: 2px;}
}
.evidence-item-nav li.evidence_space {
	padding:15px;
}

.evidence-item-nav li a:hover {
  	cursor:pointer;
  	text-decoration: none;
  	opacity: 0.5;
}

.evidence-item-nav li a:focus {
    opacity: 1;

}


  /* ICON
  ========== */



.evidence_over {
	position: relative;
	width: 100%;
	height:auto;
	font-size: 30px;
	text-align: center;

        z-index: 100;

  	white-space: nowrap;
	-webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-tap-highlight-color: transparent;
	outline-offset: -7px;

/*
	background-size:150px 150px;
	background-position: 0 0;
	background-image:url('../img/tools/icon_evidence.png');
	*/
}

/*
.evidence_over.awards { background-position: 114px 0;}
.evidence_over.coupon { background-position: 77px 0;}
.evidence_over.gr-natural { background-position: 40px 0;}
.evidence_over.gr-biodynamic { background-position: 40px -37px;}
.evidence_over.gr-biological { background-position: 40px -74px;}
.evidence_over.gr-vegan { background-position: 40px -112px;}

.evidence_over.evidence_over.favorites { background-position: 0 0; }
.evidence_over.favorites.active { background-position: 0 114px; }
*/

.item-isotope article.post-box .favorites-item  {
	position: absolute;
	bottom: 20px;
	left:7px;
        z-index: 999;
}
@media screen and (max-width: 436px) {
    .evidence_over {
    	font-size: 35px;
	/*	width: 30px;
		height: 30px;
		background-size:112px 112px;
		padding:0;
		margin:0;
	*/
    }
    .item-isotope article.post-box .favorites-item  {
    	bottom: 5px;
    }
    /*
    .awards { background-position: 86px 0;}
	.coupon { background-position: 58px 0;}
	.gr-natural { background-position: 29px 0;}
	.gr-biodynamic { background-position: 29px -28px;}
	.gr-biological { background-position: 29px -56px;}
	.gr-vegan { background-position: 29px -84px;}

	.evidence_over.awards { background-position: 86px 0;}
	.evidence_over.coupon { background-position: 58px 0;}
	.evidence_over.gr-natural { background-position: 29px 0;}
	.evidence_over.gr-biodynamic { background-position: 29px -28px;}
	.evidence_over.gr-biological { background-position: 29px -56px;}
	.evidence_over.gr-vegan { background-position: 29px -84px;}
	*/
}



.icon_over {
	float:left;
	font-size: 20px;
	margin-left:-2px;
	margin-right:2px;
}


.icon_account {
	width: 35px;
	height:100%;
	position: relative;
	font-size: 45px;
	padding-top:5px;
	padding-right:5px;
	margin:0 auto;
}


/* END ========================== */





/* Label event
=========================== */
.label-position {
	position: absolute;
	top: 16px;
	left: -24px;

	z-index: 1001;
}

.label-event {
    border: 0;
    box-sizing: border-box;
    border-radius: 15px;
    background: transparent;
	display: block;
    width: 103px;
	clear: both;
	color: white;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	padding: 2px 5px;
	margin-bottom:20px;
	font-weight: 600;

	float:right; margin-right:20px;
}

.label-event.terminato {background: #999999;}
.label-event.completo {background: #f40d39;}
.label-event.disponibile,
.label-event.nuovo {background: #60be45;}
.label-event.ultimiposti {background: #f29f1c;}

.label-container {display:block;clear: both;}
.label-container .label-event {

	 float: none;
	margin-bottom:20px;

}

@media screen and (max-width: 436px) {
	.label-event {
		top: 16px;
		left: -12px;
		min-width: 90px;
		margin-right:5%;
		font-size: 11px;
		padding: 1px 3px;
	}
}


/* END ========================== */

.flex-container {
	width: 100%;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.flex-container.dataaddress {
	margin:8px;
	width: auto;
}

@media screen and (max-width: 896px) {
    .flex-container.dataaddress  {
  		margin:2px;
    }
}
.flex-box {
	padding: 5px;
	flex: 1;
}
@media screen and (max-width: 436px) {
	.flex-box {
		padding: 0px;
	}
}


/* TABLE
â‰ â‰ â‰ â‰ â‰ â‰ â‰ â‰ â‰ â‰ â‰  */

.table-container {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5px 6px;
	font-size: 15px;
	color:#3c5a68;
	margin:0 auto;
}

@media screen and (max-width: 436px) {
	.table-container {padding: 5px 6px;}
}
.table-row-title,
.table-row-fix-title {
	flex: 1 auto;
	width: 100%;
	margin-bottom: 10px;
}
.table-row-title .table-th-40 {
	text-transform: uppercase;
	font-size: 600;
}
.table-row-title .table-td-60 {
	padding-top: 13px;
}

.table-row,
.table-row-fix {
	flex: 1 1 auto;
	width: 100%;

	display: flex;
	flex-direction: row;
}
.table-row-fix {
	margin-bottom: 5px;
	min-height:25px;
}

.table-row-fix:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 436px) {
	.table-column-fix { flex-direction: column;}
}




.table-th-0,
.table-th-16,
.table-th-20,
.table-th-30,
.table-th-40,
.table-th-50 {
	font-weight: 600;
	padding-right:3px;
}
.table-td-0,
.table-td-16,
.table-td-20,
.table-td-30,
.table-td-40,
.table-td-50 {
	padding-right:3px;
}
.table-th-0,
.table-td-0  {
	flex: 1 1;
	margin-right: 15px;
}
.table-th-16,
.table-td-16 {
	flex: 0 0 15.5%;
}
.table-th-20,
.table-td-20 {
	flex: 0 0 20%;
}
.table-th-30,
.table-td-30  {
	flex: 0 0 33%;
}
.table-th-40,
.table-td-40 {
	flex: 0 0 40%;
	margin-right:5px;
}
.table-th-50,
.table-td-50 {
	flex: 0 0 50%;
}
.table-th-60,
.table-td-60 {
	flex: 0 0 60%;
}
@media screen and (max-width: 436px) {
	.table-td-60 {
		flex: 0 0 50%;
	}
}

@media screen and (max-width: 836px) {
 	.table-th-16,
	.table-td-16 {
		overflow: hidden;
  		text-overflow: ellipsis;
  		white-space: nowrap;
  		padding:0 3px;
	}
	.table-th-16:first-child,
	.table-td-16:first-child {
		padding:0 0px;
		margin: 0 -10px;
	}
}


.tx-left	{ text-align:left !important; }
.tx-right 	{ text-align:right !important; }
.tx-center 	{ text-align:center !important; }

.table-box {
	border: 1px solid #d1d7dc;
	border-radius: 6px;
	background-color: #f1f3f5;
	padding:10px;
}

.table-box .table-row-title .table-th-40  {
	font-size: 16px;
}

.table-box .table-container.box-white {
	/*border: 1px solid #d1d7dc;*/
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.05),0 1px 10px 0 rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.10);
	border-radius: 6px;
	background-color: #fff;
	padding:10px;
	margin-bottom:10px;
}
.td-event {
	font-size:14px;
	color:#34971c;
	padding-top:20px;
}
.table-line {
	width: 100%;
	margin:0;
	border-top: 1px solid #d2d2d7;
}

.order-progress {
	font-weight:600;
	color:#5c6098;
	font-style: italic;
}


/* recensioni dei clienti
============================== */

.reviews-container{
/*	border-top: 1px solid #d1d7dc;*/
	padding: 20px 0;
	display: flex;
	justify-content: center;
	border-radius: 6px;
/*	background-color: #f2f2f2;*/
	cursor: pointer;
}
.box-rating {
	vertical-align: text-top;
	margin: 0 20px;
}
@media screen and (max-width: 896px) {
	.box-rating {
		margin-left: 5px;
		margin-right:5px;
	}
}
.border-line {	border-left: 1px solid #d1d7dc;}
.box-rating.average-star-rating i {
	font-size: 2.0vw;
	flex-flow: row wrap;
	vertical-align: text-top;
}
.box-rating.average-star-rating.ryp-star i {
	font-size: 3.5vw;
}
.box-rating.average-customer-reviews {
	font-size: 1.5vw;
	font-weight: 400;
	text-align: left;

}
.box-rating.average-customer-reviews span {
	font-size: 1.6vw;
	font-weight: 600;
	color:#333031;
}
.box-rating.average-customer-reviews span:last-child {
	color:#a9a9a9;

}
.box-star-icon i {
	background-color:#8a91bb;
	height: 24px;
	width: 24px;

}
.box-star-icon i:last-child {
	background-color:#dcdce6;
}

.box-rating.average-customer-reviews .rating-note {
	color: #838383;
	font-size: 0.5em;
	font-style: normal;
	font-weight: 400;
}
.box-space-v {
	border-left: 1px solid #d1d7dc;
}


@media only screen and (max-width: 599px) {
	.box-rating.average-star-rating i {
		font-size: 5vw;
	}
	.box-rating.average-star-rating.ryp-star i {
		font-size: 5vw;
	}
	.box-rating.average-customer-reviews {
		font-size: 4vw;
	}
	.box-rating.average-customer-reviews span {
		font-size: 4.5vw;
	}
}


/* PAGE
========= */


.content-body {
	border: 1px solid #d1d7dc;
	border-radius: 6px;
	box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
	height: 100%;
	/*width: 100%;*/
	background-color: #fff;
	margin: 15px;
	padding:20px;
}

@media screen and (max-width: 436px) {
	.content-body {
		padding:10px;
		margin:8px;
		-webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.4);
		box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.4);
	}
}
@media screen and (max-width: 300px) {
	.content-body {
		margin:15px;
	}
}

.content-body.padding-null {
	padding:0px;
}

/* SCHEDA PRODOTTO
==================== */

.product-card {

	list-style: none;
	transition: all .3s ease-in;

	width: 100%;
	/*
 	-moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
  */

}

.product-column {
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 0px;
    padding:10px;
}

.product-column {
	/*
	---	ultimo setting ma disabilitato x pag articolo ---
	padding:0px;
    content: "";
  	display: flex;
  	clear: both;
	*/
}

.column-item {
	position: relative;
	display:inline-block;
	width: 95%;
	text-align: center;
	padding-top: 40px;
}

@media only screen and (max-width: 896px) {
    .product-column {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
		padding: 0;
    	display: flex;
		flex-flow: column wrap;
	}


	.column-item  {flex: 1 0;width: auto;}
    .box-1 { order: 1; }
  	.box-2 { order: 2; }
  	.box-3 { order: 3; }
  	.box-4 { order: 4; }

}


.event-column {
	content: "";
  	padding: 0px;
	clear: both;
	display: flex;
	flex-direction:row;
}
.event-column .post-content-body {
	float: left;
  	width: 50%;
  	min-height: auto !important;
}
@media screen and (max-width: 496px) {
	.event-column {
		flex-direction:column;
	}
	.event-column .post-content-body {
		width: 100%;
	}
}


.item-images {
	padding: 0 20px;
	margin: 40px 0;
}
.item-images img {
	max-height: 600px;
}
@media only screen and (max-width: 896px) {
	.item-images {
		margin-top: 0;
	}
    .item-images img {
        max-height: 350px;
	}
}
.item-description {
	text-align: left;
}
.item-description .meta-reviews {
	padding:10px 0;
	width:70%;
	margin:0 auto;
}



/* RECENSIONI
=============== */

.product-reviews {

}

.review-card {
	margin: 0 0 4px 0;
	background-color: #fff;
	border-radius: 2px;
	border-top: 6px solid #f1f3f5;
}

.review {
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding: 40px;
}
@media only screen and (max-width: 836px) {
	 .review {
		padding: 16px 6px;
	}
}
.review__consumer-information {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #dcdce6;
	color: #454554;
}
.consumer-information {
    display:flex;
}
.consumer-information:focus,
.consumer-information:hover {
    text-decoration: none;
    color:#32323d;
}
.consumer-information__picture {
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    background-color:#f2f2f5;
}


.consumer-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    border-radius: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight:700;

    background-color: #fcece3;
	color: #a14326;
}
.consumer-information__details {
    margin: 0 0 0 8px;
    display: flex;
    flex-direction: column;
    overflow:hidden;
}

.consumer-information__name {
    flex: 1;
    color: #575765;
    font-weight: 500;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
}

.consumer-information__review-icon {
    fill: #73738f;
    height: 14px;
    width: 14px;
    margin-right:6px;
}

.consumer-information__review-icon--facebook {
    margin-right: 1px;
    margin-bottom:-2px;
}

.consumer-information__data {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #73738f;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

.consumer-information__location,
.consumer-information__review-count {
    display: flex;
    align-items:center
}

.consumer-information__location:not(:last-child),
.consumer-information__review-count:not(:last-child) {
    margin-right:16px
}

.review-content,
.address-content {
   /* background: #f8e71b;*/
    font-style:normal;
    position: relative;
}

.review-content__header {
    margin-bottom:16px;
    display: flex;
    flex-wrap:wrap;
}

.review-content__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom:4px
}

.review-content__text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color:#32323d;
    text-align: justify;
}

@media only screen and (max-width: 640px) {
    .review-content__title {
    font-size: 16px;
        margin-bottom:8px;
         line-height:20px;
    }
    .review-content__text {
    	font-size: 14px;
    	line-height: 18px;
    }
}

.review-content__dates {
    flex-grow: 1;
    text-align: right;
    font-size: 12px;
    color:#73738f;
    display: inline-block;
}

@media only screen and (min-width: 640px) {
    .review-content__dates {
        order:3;
    }
}

.merged-profile-label .review-label__icon {
    margin-right:2px
}

.star-rating {
    width: 100%;
    display:flex
}

.star-rating--small {
    width: 88px;
    height:16px
}

.star-rating--medium {
    width: 108px;
    height:20px
}

.star-rating--large {
    width: 216px;
    height:40px
}

.star-rating img {
    max-width: 100%;
    width:100%
}

.review__actions {
    padding-top: 10px;
    margin-top: 16px;
    border-top:1px solid #dcdce6;
}
.review-actions {
    display: flex;
    justify-content: space-between;
    margin-top: -6px;
    margin-bottom:-6px
}


.review-actions__main {
    display:flex;
}
.user-wrapper {
	display: inline-block;
}


/* BOX ITEM
=============== */
.box-content {
	position:relative;
	display: flex;
	flex-flow: row wrap;
  	justify-content: start;
	list-style: none;
}
.box-item,
.box-item-btn {
	padding: 10px;
	float: none;
	position: relative;
	border: 1px solid #d1d7dc;
	border-radius: 6px;

	/*min-height:50px;*/
	text-align:left;
}
.box-item.selected {
	background-color:#f8f8f8;
	width:95%;
}
.box-item-btn {
	background-color: #fff;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
}
.box-item-btn:hover {
	border: 3px solid #b7bcd1;
	background-color: #faeead;
	margin:-2px;
	cursor:pointer !important;
}
.item-container {
	font-size: 14px;
    display: inline-block;
    position: relative;
}
.item-content {
	display: inline-block;
	float: left;
    margin-right:15px;
    content: "";
}

.form-choice-text {
	display: inline;
	float:left;
	/*font-size: 13px;*/
        font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.form-choice-text span {
	display: block;
}
.box-item.no-border {
	border:none;
	/*text-align:center;*/
}


.bottom_aligner {
	/*position:absolute;
	bottom:0;*/
	display: block;
  	height: 100%;
  	vertical-align: bottom;
  	width: 0;

}
.box-content .fluid-item {
	width:28%;
	/*width:100%;*/
	min-width:240px;
}
@media only screen and (max-width: 796px) {
	.box-content .fluid-item {
		width:98%;
	}
	.box-content .fluid-item:last-child {
	/* 	padding-bottom:100px; */

	}
	.bottom_aligner {
		display: inline;
		height: 0;
	}

}




/* IMAGE TOP
============ */

.boximage-header {
/*	width: 100%;*/
	height: 400px;

	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 10px 16px;
	color:#fff;
	border-radius: 6px;
	/*background: rgba(76, 175, 80, 0.3);*/
}
@media only screen and (max-width: 896px) {
    .boximage-header {
        margin: 22px;
    }
}
@media only screen and (max-width: 436px) {
	 .boximage-header {
        margin: 8px;
    }
}
@media screen and (max-width: 300px) {
	 .boximage-header {
        margin: 12px;
    }
}


.boximage-header .page-title {
	z-index:2;
	position: relative;
}

.boximage-header h1,
.boximage-header h2 {
	color:#fff;
}
.image-box {
	position: absolute;
	top: 50%;
	left:50%;
	vertical-align: middle;
/*	z-index:-2;*/

  	transform: translate(-50%, -50%);
  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}

.image-box img {min-width: 100%;}

.trasparent-box {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

/*	z-index:-1;*/
	background: black;
/* IE10 */
	background: -ms-linear-gradient(left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)), color-stop(1,black));
/* Mozilla Firefox */
	background: -moz-linear-gradient(left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)), color-stop(1,black));
/* Opera */
	background: -o-linear-gradient(left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)), color-stop(1,black));
/* Webkit (Chrome 11+) */
	background: -webkit-linear-gradient(left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)), color-stop(1,black));
/* Webkit (Safari/Chrome 10) */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)), color-stop(1,black));
/* Regola standard */
	background: linear-gradient(to left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)), color-stop(1,black));
}






/* 	######################################
	B2B & B2C - Page
	############################### */


.page-item-center{
	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 796px) {
	.page-item-center {
		position: relative;
		top: 0;
  		left: 0;
		transform: none;
	}
}
.page-box-center {
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
.box-label { position:relative; }
.box-label a { text-decoration: none;}
.box-first { padding-top:120px;}

.content-label {
	width: 300px;
	height: 500px;
	overflow: hidden;
	margin:20px;

	float: none;
	position: relative;
	-webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.3);
	border-radius: 20px;

	color:#fff;
	font-size:30px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}
.content-label:hover { box-shadow: 0px 3px 12px 5px rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 436px) {
	.content-label {
		width: 200px;
		height: 340px;
		font-size:22px;
	}
	.box-first { padding-top:120px;}
}

.content-label.border-green { border: 4px solid #a2ba4e; }
.content-label.border-violet { border: 4px solid #a183b3; }

.img-label {
	width: 100%;
	height:auto;
	position: relative;
}
.img-label figure {
   	position: absolute;
   	left: 50%;
   	top: 0;
  	margin-left: -100%;
	z-index: -2;
}
.img-label figure img {
	height: 500px;
    display: block;
    margin: auto auto;
}
.title_label {
	line-height: 1.1;
	text-shadow: 2px 2px 10px black;
	margin-top:130px;
	margin-left:20px;
	box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 436px) {
	.title_label {
		margin-left:10px;
		margin-top:40px;
	}
}

.title_label span,
.content-link span {
	display: block;
}
.content-link {
	position: absolute;
	width:100%;
	height: 80px;
	top:328px;
	box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.3);
	text-align: left;
	white-space:nowrap;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:0px;
}
.content-link.bk-green {background-color: #a2ba4e;}
.content-link.bk-violet {background-color: #a183b3;}
.content-link span:first-child {font-size:20px;}
.content-link span:last-child{font-size:25px;}

@media screen and (max-width: 436px) {
	.content-link {height: 60px; padding-left:10px;top:208px;}
	.content-link span:first-child {font-size:16px;}
	.content-link span:last-child{font-size:20px;}
}

.arrow-link {
	width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
}
@media screen and (max-width: 436px) {
	.arrow-link {
    	border-top: 35px solid transparent;
    	border-bottom: 35px solid transparent;
	}
}

.ar-left {
	position: absolute;
   	left: -25px;
   	top: 352px;
    border-right: 45px solid #a2ba4e;
}
.ar-rigth {
	position: absolute;
   	right: -25px;
   	top: 352px;
    border-left: 45px solid #a183b3;
}
.tx-1,.tx-2,.tx-3,.tx-4,.tx-5,.tx-6 {
	font:family;
	text-shadow: 2px -5px 6px  rgba(0,0,0, 0.4);
}
.tx-1 {
	position: absolute;
   	right: 90px;
   	top: 275px;

   	font-size:50px;
	font-weight: 900;
	color: #a2ba4e;
   }
.tx-2 {
	position: absolute;
   	right: 62px;
   	top: 260px;

   	font-size:70px;
	font-weight: 900;
	color: #a183b3;
}
.tx-3 {
	position: absolute;
   	right: 7px;
   	top: 223px;

   	font-size:90px;
	font-weight: 900;
	color: #a2ba4e;
}
.tx-4 {
	position: absolute;
   	left: 30px;
   	top: 260px;

   	font-size:50px;
	font-weight: 900;
	color: #a183b3;
}
.tx-5 {
	position: absolute;
   	left: 80px;
   	top: 230px;

   	font-size:90px;
	font-weight: 900;
	color: #a183b3;
}
.tx-6 {
	position: absolute;
   	left: 54px;
   	top: 260px;

   	font-size:70px;
	font-weight: 900;
	color: #a2ba4e;
}
@media screen and (max-width: 436px) {
	.ar-left {top: 232px;}
	.ar-rigth {	top: 232px;}
	.tx-1 { top: 155px;}
	.tx-2 {	top: 140px; }
	.tx-3 {	top: 103px;}
	.tx-4 {	top: 140px;}
	.tx-5 {top: 110px;}
	.tx-6 {	top: 140px; }
}

.main-content-cellar {
	display: flex;
	flex-direction: row;
}
@media screen and (max-width: 796px) {
	.main-content-cellar {
		flex-direction:column;
	}
}














/* SCHEDA VINO
================ */


.button--subtle {
    cursor: pointer;
    color: #73738f;
    font-family: inherit;
	font-size: 12px;
	line-height: 1.15;
    font-weight:400;
    white-space: nowrap;

/*    min-width: 48px;*/
    height: 32px;
    margin: 0;
    padding: 4px 8px;
    background-color: transparent;
    border: none;
    opacity: 1;

    position: relative;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
	transition: background-color .2s linear;
}


.button--subtle:focus,
.button--subtle:hover {
    background-color: transparent;
    color:#000032;
    opacity: 0.6;
}


.button--subtle .icon {
    width: 14px;
    height:14px;
    display: inline;
    margin: -2px 0;
}



.button--subtle .icon + span {
    font-size: 13px;
    font-size: .75rem;
    line-height: 20px;
    line-height:1.25rem;
}
.button--subtle [class*=icon-]+span {
	margin-left: 2px;
	margin-right: 0;
}

/* notify-compliance-button */

.button--subtle.notify-compliance-button {
 /*   display: flex;
    flex-direction:column;*/
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .button--subtle.notify-compliance-button {
        flex-direction:row-reverse;
        width: auto;
		margin-bottom: 0;
    }
}

.button--subtle.notify-compliance-button span.already-flagged-message {
    display: none;
    color:#ff6640;
}
.button--subtle.notify-compliance-button:disabled {
    opacity:0.4;
}


.btm-close{
  	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 16px;
	font-size: 20px;
  	color: #5d6198;
  	z-index: 20;
  	cursor: pointer;
  	transition: 0.3s;
}
.btm-close:hover {
	color: #8387cb;
	opacity:.6;
}



/*
=================== */

.box-item-btn {

}
.btn-item {
	position: relative;
	display: flex;

	width: 100%;
	min-height: 55px;
}
.btn-item:hover {
	text-decoration: none;
	cursor:pointer;
}
.box-ico {
	position: relative;
	color: #444f95;
	text-align: center;
	width: 20%;
	height: 100%;
	margin:0 auto;
	vertical-align: middle;
}
.box-text {
	/*padding-left:5%;*/
	color: #444f95;
	width: 80%;
}
.box__tx-title {
	display: block;
	font-size:15px;
	font-weight: 600;
	text-transform: uppercase;
}
.box__tx-subtitle {
	display: block;
	font-size:12px;
	font-weight: 400;
	color: #555f9a;
}
.box__msg-link {
	float:right;
	font-size:13px;
	font-weight: 600;
}


/* page opacity black
======================== */

.opacity-page {
	position: fixed;
	top: 0;
	left: 0;
	display:none;
	/*display:inline-block;*/
    text-align:center;
    overflow: scroll;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background: black;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)), color-stop(1,black));
}
.opacity-page.active {display:inline-block;}

/* */


/* PAGE TEXT
===============*/

.text-card {
	position:relative;
	padding:20px 40px;
}
@media screen and (max-width: 896px) {
	.text-card {padding:10px 0px;}
}

/* pagina recensioni
----------------------------- */
.post-review {
	width:90%;
	margin:0 auto;
	padding-top: 8px;
	border:0;
	box-shadow:none;
	background-color:transparent;
	border-radius:0;
}
@media screen and (max-width: 896px) {
	.post-review { width:100%;}
}

.content-review {
	padding-bottom: 40px;
}
.post-media-body {
	position: relative;
	padding: 10px 5px;
	font-size: 10px;
}
.box-rating.average-star-rating.star-review i {
		font-size: 2vw;
	}
@media only screen and (max-width: 896px) {
	.box-rating.average-star-rating.star-review i {
		font-size: 3.8vw;
		line-height: 2.6;
	}
}

.review-progress {color:orange}
.review-published {color:green;}
.review-rejected {color:red}



.ryp__card-section {
	margin: 20px auto;
}



.ryp__media-upload{
    display: flex;
    flex-wrap:wrap;
}

.ryp__upload-button {
    width: 80px;
    height: 80px;
    border: none;
    background: 0 0;
    padding:0;
    color:#000;

}


.ryp__button-container {
	border: 2px solid #aab7b8;
	border-style: dashed;
	background-color: #fafafa;
	flex: 0 0 auto;
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}


.ryp__button-container {
	width: 72px;
	height: 72px;
 	border-radius:8px;
 	 margin: 0 auto;
}


.ryp__util__hidden {
    display: none;
}
.ryp-submit {
	width:100px;
	margin: 0 auto;
}
@media screen and (max-width: 896px){
	.ryp-submit {
		font-size:14px;
		width:95%;
	}
}
#resultSearch {font-size: 0.8em}
#resultSearch div.h6 {font-size: 1em}
#resultSearch div.h6:not(first-child) {margin-top: 10px}
.modal-dialog {max-width: 98%}