.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;
}

/* switch logo per pagine con slider */

.primary-logo img {
	display: none;
}

.primary-logo {
	height: 60px;
	position: relative;
	background-size: contain;
	background-image: url(/custom/img/logo-big-black.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}

#header.menu-transparent-dark .primary-logo {
	background-image: url(/custom/img/logo-big-black.svg);
}

@media (min-width:1200px) {
	.primary-logo {
		background-position: left center;
	}
}

/* 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');
}
*/


/* stripe header 
#header {
	top: 32px;
}
.primary-nav {
	padding-top: 208px;
}
.fullheight {
	min-height: calc(100vh - 32px);
}*/

/* stripe header alto su mobile 
#header {
	top: 76px;
}
.primary-nav {
    padding-top: 230px;
}

.fullheight {
    min-height: calc(100vh - 76px);
}

@media (min-width:422px) {
	#header {
		top: 54px;
	}
	.primary-nav {
		padding-top: 208px;
	}
	.fullheight {
		min-height: calc(100vh - 54px);
	}
}

@media (min-width:771px) {
	#header {
		top: 32px;
	}
	.primary-nav {
		padding-top: 208px;
	}
	.fullheight {
		min-height: calc(100vh - 32px);
	}
}

*/


/* 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);
}


*/

/* colore principale */

::selection {
    background-color: #C7047B;
    color: #FFF;
}

#header .menu > ul > li > a:after {
	border-bottom: 1px solid #C7047B;
}

#header .menu a:hover, #header .menu a:focus {
	color: #C7047B;
	text-decoration: none;
}

#header.menu-transparent-dark .menu a:hover, #header.menu-transparent-dark .menu a:focus {
        color: #C7047B;
    }

.text-primary {
    color:#C7047B
}

a {
    color: #333333;
    text-decoration:none
}

a:hover, a:focus {
    color: #C7047B;
}

.btn-primary {
    color: #C7047B;
    background-color: #FFF;
    border-color:#C7047B
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #C7047B;
    border-color:#C7047B
}

.btn-primary:hover {
    color: #fff;
    background-color: #C7047B;
    border-color:#C7047B
}

.btn-link {
    color: #C7047B;
}
.btn-link:hover, .btn-link:focus {
    color: #C7047B;
}

.menu-top .btn-small:hover, .menu-top .text-btn-small:hover {
		color: #C7047B;
	}

 .menu-top .dropdown-menu > li > a:hover, .menu-top .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #C7047B;
        background-color: transparent;
    }

.primary-nav a {
    color: #FFF;
}

    .primary-nav a:hover, .primary-nav a:focus {
        color: #C7047B;
        text-decoration: none;
    }

#footer .btn-dark:hover, #footer .btn-dark:focus, #footer .btn-dark:active, #footer .btn-dark.active {
	color: #FFF;
	background-color: #C7047B;
	border-color: #C7047B;
}

#footer a {
    color: #FFF;
}

#footer a:hover, #footer a:focus {
    color: #C7047B;
}

.product-view-tabs .nav-pills > li > a:after {
    border-bottom: 1px solid #C7047B;
}

 /* fine colore principale */

/* 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;
}
*/

body {
    background-color: #FCF9F5;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 300;
    color: #7D7D7D;

}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { 
    font-family: "Crimson Text", serif;
    font-weight: 400;
    color: #002A5B;
}

.text-body { font-family: "DM Sans", sans-serif; }
.text-grey { color: #B9C1C2 ;}

#header hr { display: none; }

.primary-nav-wrap { display: inline-block; }
.primary-nav-wrap { display: inline-block; width: 40px; }
.primary-nav-trigger .menu-icon { width: 30px; height: 2px; }
.primary-nav-trigger .menu-icon::before { top: -8px; }
.primary-nav-trigger .menu-icon::after { top: 8px; }

.primary-logo { background-position: center center; }

.btn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 10%;
}

.btn-link {
    color: #002A5B;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.btn-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background-color: #002A5B;
}

section.lg + section.lg { padding-top: 0 !important; }

#header .btn { font-size: 11px; }

.primary-nav a { color: #002A5B; }
.primary-nav a:hover, .primary-nav a:focus { color: #C7047B; text-decoration: none; }
.primary-nav .menu-nav > ul > li { padding: 10px 0; }
.primary-nav .menu-nav ul > li > a { font-size: 24px; letter-spacing: 0; text-transform: uppercase; font-family: "DM Sans", sans-serif; }
.primary-nav .menu-nav ul > li > ul > li > a, .primary-nav a { font-size: 14px; letter-spacing: 0px; text-transform: uppercase; font-family: "DM Sans", sans-serif; }

.navigation-is-open #header { color: #002A5B; }
.navigation-is-open .menu-top, .navigation-is-open .menu-top a { color: #002A5B; }
body.navigation-is-open .menu-wrap { background-color: transparent; }

.primary-nav { background: #FCF9F5; }

.primary-nav-trigger .menu-icon.is-clicked::before, .primary-nav-trigger .menu-icon.is-clicked::after { background-color: #002A5B; }

#footer { color: #FFF; background-color: #002A5B; }
#footer a { color: #FFF; }
#footer .text-white { color: #FFF; }
#footer-bottom { color: #FFF; }
#footer-bottom { background: #002A5B; color: #FFF; }
#footer-bottom .text-white { color: #FFF; }
#footer-bottom hr { border-top: 1px solid #023b7d; }
#footer-bottom a { color: #FFF; }
#footer-bottom a:hover, #footer-bottom a:focus { color: #C7047B; }
#footer-bottom a.text-white { color: #FFF; }
#footer-bottom a.text-white:hover, #footer-bottom a.text-white:focus { color: #C7047B; }

#footer .btn-dark, #footer .btn-dark:visited { color: #FFF; background-color: #023b7d; border-color: #023b7d; }

.form-dark .form-control { color: #FFF; background-color: #FFF; background-image: none; border: 1px solid #EEEDEC; }


.wrap-product-list .absolute { left: 0; right: 0; bottom: 0; top: 65%; }

#layout-page .ls-banner .ls-item .cover { background-position: top center; }

#layout-page .list-related .wrap-item:nth-child(odd) .row { background-color: #FFFFFF; }
#layout-page .list-related .wrap-item:nth-child(even) .row {  }


.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #012A5B;
    height: 8px;
    width: 8px;
    line-height: 50px;
    vertical-align: middle;
    -webkit-transition: all 0 linear 0s;
    transition: all 0 linear 0s;

}

.lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #000d1d;

}

.lSSlideOuter .lSPager.lSpg > li.active a {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #012A5B;

}

#layout-product #block-product { 
    text-align: left !important;
}

#layout-product #block-product .breadcrumb {
    padding: 8px 0;
}

/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) { 
    
}


/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
    
    .primary-nav-wrap { display: inline-block; width: 80px; }
    .primary-nav-trigger .menu-icon { width: 50px; height: 2px; }
    .primary-nav-trigger .menu-icon::before { top: -10px; }
    .primary-nav-trigger .menu-icon::after { top: 10px; }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {

    h1, .h1 { font-size:66px; line-height: 1em; }
    h2, .h2 { font-size:45px; line-height: 1em; }
    h3, .h3 { font-size:28px; line-height: 1em; }

    .rowflex { display: flex; justify-content: space-between; }
    .rowflex > [class*="col-"] { align-self: center; }

    .primary-nav-wrap { height: 140px; }
    
    .primary-logo, .navigation-is-open .primary-logo, .navigation-is-open .menu-transparent-dark .primary-logo { height: 140px; background-image: url(/custom/img/logo-big.svg); }
    .menu-transparent-dark .primary-logo { background-image: url(/custom/img/logo-big-black.svg); }
    
    .primary-nav #mobile-language, .primary-nav #mobile-reserved { display: none; }

    body.navigation-is-open .primary-nav { display: block; }
    body.navigation-is-open .menu-wrap { background-color: rgba(255,255,255,0); }

    .primary-nav {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #FCF9F5;
        z-index: 12;
        text-align: center;
        padding: 260px 0 0 0;
        margin: 0;
        overflow: auto;
        transition: opacity 0.4s;
        opacity: 0;
        transform: translate3D(0,-100%,0);
    }

    .list-related .wrap-item:nth-child(even) .container-half { margin-right: 0; }
    .list-related .wrap-item:nth-child(odd) .container-half { margin-left: 0; }
    
    .list-related .wrap-item:nth-child(odd) .sx { left:58.33333333%; }
    .list-related .wrap-item:nth-child(odd) .dx { right:41.66666667%; }

    .list-related .wrap-item:nth-child(odd) .absolute { top: 0; bottom: 0; left: 50%; right: 0; height: auto; }
    .list-related .wrap-item:nth-child(even) .absolute { top: 0; bottom: 0; left: 0; right: 50%; height: auto; }
    
}

@media (min-width:1400px) {
    .container {
        width: 1360px;
    }
}


@media (min-width:1600px) {
    .container {
        width: 1560px;
    }
}




