.visible-auth-no {
    display: none;
}
.visible-auth-yes {
    display: none;
}
body.auth-no .visible-auth-no {
    display: block;
}
body.auth-yes .visible-auth-yes {
    display: block;
}

.visible-it, .visible-en {
	display: none;
}

body.it .visible-it {
    display: block;
}
body.en .visible-en {
    display: block;
}

body {
    font-family: 'Inter Tight', sans-serif;
	font-weight: 200;
	color: #000;
	line-height: 1.8;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Inter Tight', sans-serif;
	line-height: 1.2;
	font-weight: 100;
}

.text-body {
  	font-family: 'Inter Tight', sans-serif;
	font-weight: 200;
}

.h4, .h5, .h6 {
	font-weight: 200;
}

h1, .h1 {
	font-weight: 100;
}

h3 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	color: #B70610;
}

.text-white h2 {
	color: #fff;
}

.text-libre {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

hr.vertical {
	display: none;
}
@media (min-width:992px) {
	section.lg { padding-top:80px; padding-bottom:80px; }
	section.lgt { padding-top:80px; }
	section.lgb { padding-bottom:80px; }
	section.bg { padding:80px 15px; }
}

@media (min-width:1200px) {
	h2, .h2 { font-size:45px; }
	h3, .h3 { font-size:23px; }
}

 @media (min-width: 1600px) {
	.col-xlg-3 {
	  width: 25%;
	}
}

.form-control {
	box-shadow: none;
}

.bg-primary {
	background-color: rgba(183,6,16,.5);
}

.bg-primary-light {
	background-color: rgba(183,6,16,.1);
}

.breadcrumb.inverse > li > a {
  	color: #000;
	font-weight: 200;
}

.border {
	border: solid 1px #ccc;
}

/* switch logo */

.primary-logo img {
	display: none;
}

.primary-logo {
	height: 100px;
	background-position: center bottom;
	position: relative;
	top: 10px;
	background-size: contain;
	background-image: url(/custom/img/logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 200px;
}

#header.menu-transparent-dark .primary-logo {
	background-image: url(/custom/img/logo-black.svg);
}

@media (min-width:992px) {
	.primary-logo {
		height: 140px;
		margin: 0 auto;
	}
}

/* fine switch logo */

/* colore principale */

::selection {
    background-color: #B70610;
    color: #FFF;
}

#header .menu > ul > li > a:after {
	border-bottom: 1px solid #B70610;
}

#header .menu a:hover, #header .menu a:focus {
	color: #B70610;
	text-decoration: none;
}

#header.menu-transparent-dark .menu a:hover, #header.menu-transparent-dark .menu a:focus {
        color: #B70610;
    }

.text-primary {
    color:#B70610;
}

a {
    color: #B70610;
    text-decoration:none;
}

a:hover, a:focus {
    color: #941c20;
}

.btn.btn-block {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
@media (min-width:1200px) {
	.btn:not(.btn-block):not(.btn-small) {
	  	padding-left: 60px;
		padding-right: 60px;
	}
}

.btn-primary {
    color: #333;
    background-color: #FFF;
    border-color:#B70610
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #B70610;
    border-color:#B70610
}

.btn-primary:hover {
    color: #fff;
    background-color: #B70610;
    border-color:#B70610
}

.btn-link {
    color: #B70610;
}
.btn-link:hover, .btn-link:focus {
    color: #B70610;
}

.menu-top .btn-small:hover, .menu-top .text-btn-small:hover {
		color: #B70610;
	}

 .menu-top .dropdown-menu > li > a:hover, .menu-top .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #B70610;
        background-color: transparent;
    }


#footer .btn-dark:hover, #footer .btn-dark:focus, #footer .btn-dark:active, #footer .btn-dark.active {
	color: #FFF;
	background-color: #B70610;
	border-color: #B70610;
}

#footer a {
    color: #FFF;
}

#footer a:hover, #footer a:focus {
    color: #B70610;
}

.product-view-tabs .nav-pills > li > a:after {
    border-bottom: 1px solid #B70610;
}

/* fine colore principale */

/* header */
.menu-top i {
		color: #B70610;
	}

div.menu-middle-mobile + hr {
  display: none;
}

.primary-nav-wrap {
  height: 70px;
  width: 60px;
}
.primary-nav-trigger .menu-icon {
  width: 30px;
  height: 1px;
}
@media (min-width:1200px) {
	body.navigation-is-open .primary-nav {
	  display: block;
	}
}

.primary-nav {
    background: rgba(0, 0, 0, 0.95);
    padding: 220px 0 0 0;
}

.primary-nav .menu-nav > ul > li {
	margin-bottom: 20px;
}


.primary-nav .menu-nav ul > li > ul > li > a, .primary-nav .menu-nav > ul > li > a {
	letter-spacing: 0px;
	font-size: 20px;
	font-family: 'Inter Tight', sans-serif;
	line-height: 1.2;
	font-weight: 200;
}

.primary-nav .menu-nav > ul > li > a {
  	font-size: 27px;
}


.primary-nav a {
    color: #FFF;
}

    .primary-nav a:hover, .primary-nav a:focus {
        color: #B70610;
        text-decoration: none;
    }

/* fine header */

/* footer */

#footer {
	background-color: #f8e6e7;
	color: #000;
}

#footer h3 {
	font-family: 'Inter Tight', sans-serif;
	font-weight: 200;
	color: #B70610;
	text-transform: uppercase;
}

#footer h3 .h3img {
	display: none;
}

#footer h6 {
    font-family: 'Inter Tight', sans-serif;
	font-weight: 100;
	color: #000;
	line-height: 1.8;
	font-size: 16px;
}

#footer-newsletter #newsletter_open {
	margin-left: 30px;
	background: none;
}

#footer-newsletter #newsletter_open:hover, #footer-newsletter #newsletter_open:focus {
	background: #B70610;
}

#footer-newsletter #newsletter_open_email {
	border-color: transparent;
	border-bottom: solid 1px #B70610;
	background: none;
}

#footer-newsletter #newsletter_open_email:focus {
  border-color: transparent;
  border-bottom: solid 1px #B70610;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer-bottom {
	background-color: #B70610;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
#footer-bottom a {
	color: #fff;
}
#footer-bottom hr {
	border-color: #fff;
}
#footer-bottom h4 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}

#footer-bottom #footer-pre-menu a {
	font-size: 14px;
	font-weight: 200;
	text-transform: uppercase;
}

#footer-bottom #footer-pre-menu li {
	margin-bottom: 10px;
}

#footer-bottom #footer-pre-menu > ul > li > ul {
	padding-top: 10px;
	padding-left: 13px;
}

#footer-bottom #footer-pre-contacts .vertical-force > span {
	display: inline-block !important;
	margin-left: 15px;
}

#footer-bottom hr {
	opacity: 0.4;
}

/* fine footer */


/* homepage */

#layout-home .ls-banner .cover {
  background-position: top center;
}

@media (max-width:992px) {
	#layout-home #slider-02 .ratio-xs-1x1 {
		background-position: bottom center;
	}
}


@media (min-width:992px) {
	#layout-home h1, #layout-home .h1 { font-size:89px; }
}


#layout-home #content_related {
	display: none;
}

#winetourism {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 30px;
}

/* fine homepage */


/* page */
#layout-page #section-secondary {
	
}

#layout-page #section-tertiary {
	background-color: #ffffff;
}


@media (min-width:992px) {
	#layout-page[data-id='21'] .btflex h2 {
		font-size:27px;
	}
}

@media (min-width:1200px) {
	#layout-page[data-id='21'] .btflex h2 {
		font-size:39px;
	}
}
/* fine page */


/* category */
#layout-category .wrap-breadcrumb {
	display: none;
}
#layout-category #product-list .product-item[data-id='60'] {
	line-height: 1.8;
}

#layout-category[data-id='13'] #product-list .product-item .bg-black-opacity {
	opacity: 1;
	transition: opacity .5s;
}

#layout-category[data-id='13'] #product-list .product-item:hover .bg-black-opacity {
	opacity: 0;
}
/* fine category */

/* product */

#layout-product .ls-item .contain {
  background-position: top center;
}

#layout-product .bc-image .dx .center .centered {
  vertical-align: top;
}


#layout-product #block-product {
	padding-top: 40px;
}

@media (min-width:992px) {
	#layout-product #block-product {
		max-width: 450px;
		margin-left: 0;
		text-align: left;
		padding-left: 0;
		padding-top: 240px;
	}
	
	#layout-product[data-parent-id='52'] .sx, #layout-product[data-parent-id='48'] .sx {
		padding: 30px;
	}
	
	#layout-product .bc-image .sx {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
	}
}

@media (min-width:1200px) {	
	#layout-product[data-parent-id='52'] .sx, #layout-product[data-parent-id='13'] .sx, #layout-product[data-parent-id='48'] .sx {
		padding: 30px 80px 80px 80px;
	}
}

@media (min-width:1400px) {
	#product-description {
		margin-top: -120px;
	}
}

#layout-product #block-product h3 {
	font-family: 'Inter Tight', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #000;
}




/* fine product */


/* nascondi punti 
#fidelitybox { display: none; }
*/

/* 
#age-popup {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-image: url('/custom/img/age-popup-bg.jpg');
}
*/

/* layout categoria e prodotti invertito per foto con fondo bianco

#layout-category {
	background-color: #F5F5F5;
}

#product-list .bg-lightgrey {
	background-color: #FFF;
}


#layout-product .bg-newlightgrey {
	background-color: #FFF;
}

#layout-product .bg-lightgrey {
	background-color: #FFF;
}

#layout-product {
	background-color: #F5F5F5;
}

#layout-product #header {
	background-color: #F5F5F5;
}

#layout-product .wrap-ls-product {
	border-right:1px solid rgba(165,165,165,0.2);
}


*/



/* prodotti con foto cover 
#layout-product #header { background-color: #FFF; }
@media (min-width:992px) {
	#layout-product .ls-fullheight { top: 132px; }
}
fine prodotti con foto cover */


/* elenco prodotti con  blocco testo sulla foto

#layout-category[data-id='8'] #product-list .product-item > a {
	display: block;
	position: relative;
}
#layout-category[data-id='8'] #product-list .product-item .product-text-wrap {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	white-space: nowrap;
	background-color: rgba(0,0,0,0.4);
	padding-bottom: 40px;
}

#layout-category[data-id='8'] #product-list .product-item .product-text-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

#layout-category[data-id='8'] #product-list .product-item .product-text {
	display: inline-block;
	vertical-align: bottom;
	width:100%;
	white-space: normal;
	color: #fff;
}

#layout-category[data-id='8'] #product-list .product-item .product-text .h3, #layout-category[data-id='8'] #product-list .product-item .product-text .text-black {
	color: #fff;
}

#layout-category[data-id='8'] #product-list .product-item .product-text .text-primary {
	color: #aaa;
	margin-top: 5px;
}

#layout-category[data-id='8'] #product-list .product-item .product-text img {
	opacity: .4;
}
fine elenco prodotti con  blocco testo sulla foto */

/* testo fattura obbligatoria italia
#layout-checkout-complete #invoicerequired-text:before {
	content: "Se è un acquisto personale inserire il proprio nome e cognome nel campo 'Ragione Sociale'";
	display: block;
	padding-left: 10px;
}
*/



