/**
 * 	COLORI
 *  Arancione #ff6600
 *  Grigio Chiaro #eeeeee
 *  Grigio Scuro #aaaaaa
 *  Nero #222222
 */
/****************************
** ICOMOON **
****************************/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/fonts/icomoon.eot?80ixup');
  src:  url('../fonts/icomoon/fonts/icomoon.eot?80ixup#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/fonts/icomoon.ttf?80ixup') format('truetype'),
    url('../fonts/icomoon/fonts/icomoon.woff?80ixup') format('woff'),
    url('../fonts/icomoon/fonts/icomoon.svg?80ixup#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/****************************
** Core html setup stuff **
****************************/
html, 
body{
	font-family: 'Quicksand', sans-serif;
	color: #222222;
	font-size: 13px;
	background-color: #fff;
	text-align: justify;
	line-height: 2;
}

body{
	margin-top: 51px;
}

body::-webkit-scrollbar {
	width: 6px;
}

body::-webkit-scrollbar-track {
	background-color: #FFF;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ff6600;
}

body.sidebar-open,
body.sidebarUser-open {
    overflow-y: hidden;
    position: relative;
    height: 100%;
}


:target:before {
	content:"";
	display:block;
	height:50px; /* fixed header height*/
	margin:-50px 0 0; /* negative fixed header height */
}

@media (min-width: 768px) {	
	body{
		margin-top: 0;
	}

	body.sidebar-open,
	body.sidebarUser-open {
	    overflow-y: auto;
	    position: relative;
	    height: auto;
	}
	
	:target:before {
		content:"";
		display:none;
	}
}

a {
	color: #ff6600;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	color: #000;
	text-decoration: none;
	outline: 0;
}

h1, h2, h3, h4{
	text-align: left;
}

.breadcrumb {
    padding: 0;
    margin: 15px 0 30px 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 2px solid #eee;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    
	text-align: left;
}

.breadcrumb a{
    color: #AAAAAA;
}

.breadcrumb li:last-child a{
	font-weight: normal;
}

.breadcrumb>li+li:before {
    content: "\2022";
    padding: 0 5px;
    color: #ccc;
}

.debug-box h1{
	background-color: red;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin-top: 1px;
	color: #fff;
	cursor: pointer;
}
.debug-box pre{
	display: none;
}

.has-feedback label ~ .form-control-feedback {
    top: 31px;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.alert-default {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #222222;
}

@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}

.btn-wrap{
	white-space: normal;
}

label > .error.help-block{
	margin-top: 0;
	margin-bottom: 0;
}

.alert-info {
    background-color: #ffffff;
    border-color: #ff6600;
    color: #ff6600;
}

body.key-page-provider .panel,
.promoContentContainer .panel,
body.key-page-category .panel {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
} 

body.key-page-provider .panel-body,
.promoContentContainer .panel-body,
body.key-page-category .panel-body {
    padding: 30px 0;
}

.promoContentContainer > h3, 
body.key-page-category .content_title {
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
    margin: 0;
    padding: 0 0 30px 0;
}

.promoContentContainer h4{    
    color: #ff6600;
    margin: 0 0 0 0;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
    background: #fff;
    position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 50px;
	z-index: 98;
    
}

@media (min-width: 768px) {
	.promoContentContainer h4{
		top: 0;
		padding: 20px 0 20px 0;
	}
}

.modal-backdrop{
	background-color: rgba(255, 102, 0, 0.8);
}

.modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

    
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #ff6600;
}

.nav-pills>li>a {
    border-radius: 0;
}

/****************************************
** Template specific layout elements **
****************************************/
#pageLoader{
	/*background: url("../images/loader_bg_white.gif") no-repeat scroll center center #FFFFFF;*/
	background: url("../images/loader_bg_orange.gif") no-repeat scroll center center #ff6600;
	height: 8000px;
	left: 50%;
	margin: -4000px 0 0 -4000px;
	position: fixed;
	top: 50%;
	width: 8000px;
	z-index: 9999999;
}

body.home .content_title{
	display: none;
}

.content_title {
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    margin: 0 0 15px 0;
    padding: 0;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    margin: 0 0 10px 0;
    padding: 0;
}

.btn {
    border-radius: 0;
}


.btn-primary {
    color: #fff;
    background-color: #FF6600;
	border-color: #FF6600;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #cf5400!important;
    border-color: #cf5400!important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0;
}

.btn-primary:hover {
    color: #FFF;
	background-color: #E16B02;
	border-color: #E16B02;
}

.btn-primary:active:focus, 
.btn-primary:focus, 
.btn-primary:active {
    color: #FFF;
	background-color: #FF6600;
	border-color: #FF6600;
}


.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}


.jssocials-share-link {
    padding: .5em .6em;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    border: none!important;
}

select{
	font-family: 'Quicksand', sans-serif;
	background-color: #eee;
    color: #222;
    border: none;
    padding: 5px;
    outline: none;
}

select.decorated option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.form-control {
    border-radius: 0;
}
/****************************************
** DRG_ICON		                       **
****************************************/
.drg_icon {
	 /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-di-button.menu .drg_icon:before						{ content: '\e9bd'; }
.navbar-di-button.menu.open .drg_icon:before				{ content: '\ea0f'; }

.navbar-di-button.login .drg_icon:before					{ content: '\e90a'; }
.navbar-di-button.login.open .drg_icon:before				{ content: '\ea0f'; }


#categorization_menu > ul > li.mitem_1 > a .drg_icon:before	{ content: "\e907"; }
#categorization_menu > ul > li.mitem_2 > a .drg_icon:before	{ content: "\e902"; }
#categorization_menu > ul > li.mitem_3 > a .drg_icon:before { content: "\e905"; }
#categorization_menu > ul > li.mitem_9 > a .drg_icon:before { content: "\e916"; }

#categorization_menu > ul > li.blog > a .drg_icon:before 	{ content: "\e90e"; }

#headerSearchFormBtn .drg_icon:before 						{ content: "\e904"; }
.navbar-di-button.cart .drg_icon:before						{ content: '\e903'; }

#user_menu > ul > li.mitem_586 > a .drg_icon:before,
#user_menu > ul > li.mitem_42 > a .drg_icon:before			{ content: "\e90c"; }

#user_menu > ul > li.mitem_567 > a .drg_icon:before,
#user_menu > ul > li.mitem_580 > a .drg_icon:before,
#user_menu > ul > li.mitem_25 > a .drg_icon:before,
#user_menu > ul > li.mitem_38 > a .drg_icon:before			{ content: "\e90b"; }

#user_menu > ul > li.mitem_568 > a .drg_icon:before,
#user_menu > ul > li.mitem_581 > a .drg_icon:before,
#user_menu > ul > li.mitem_39 > a .drg_icon:before,
#user_menu > ul > li.mitem_33 > a .drg_icon:before			{ content: "\e912"; }

#user_menu > ul > li.mitem_564 > a .drg_icon:before,
#user_menu > ul > li.mitem_589 > a .drg_icon:before,
#user_menu > ul > li.mitem_23 > a .drg_icon:before,
#user_menu > ul > li.mitem_49 > a .drg_icon:before			{ content: "\e913"; }

#user_menu > ul > li.mitem_573> a .drg_icon:before,
#user_menu > ul > li.mitem_176 > a .drg_icon:before			{ content: "\e90f"; }

#user_menu > ul > li.mitem_570 > a .drg_icon:before,
#user_menu > ul > li.mitem_46 > a .drg_icon:before			{ content: "\e914"; }

#user_menu > ul > li.mitem_571 > a .drg_icon:before,	
#user_menu > ul > li.mitem_591 > a .drg_icon:before,
#user_menu > ul > li.mitem_91 > a .drg_icon:before,	
#user_menu > ul > li.mitem_51 > a .drg_icon:before			{ content: "\e910"; }

#user_menu > ul > li.mitem_585 > a .drg_icon:before,
#user_menu > ul > li.mitem_43 > a .drg_icon:before			{ content: "\e911"; }

#user_menu > ul > li.mitem_587 > a .drg_icon:before,
#user_menu > ul > li.mitem_47 > a .drg_icon:before			{ content: "\e90d"; }

#user_menu > ul > li.mitem_590 > a .drg_icon:before,
#user_menu > ul > li.mitem_50 > a .drg_icon:before			{ content: "\e915"; }
/****************************************
** END DRG_ICON		                   **
****************************************/
/****************************************
** HEADER  TOPBAR                      **
****************************************/
#header-topbar{
	display: none;
	
	background-color: #EEEEEE;
	line-height: 1;
	padding: 0 0;
}

#header-topbar-inner{
	display: flex;
	flex-direction: row;
	align-items: center;
}

#header-topbar ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}

#header-topbar ul li{
	display: inline-block;
	margin: 0;
	padding: 6px 0px 6px 0px;
	list-style-type: none;
}

#header-topbar ul.topbar-menu li a{
	display: inline-block;
	border-right: 1px solid #AAAAAA;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 10px 0px 5px;
}

#header-topbar ul.topbar-menu li.last a{
	border-right: none;
	padding-right: 0;
}

#header-topbar a{
	/*color: #AAAAAA;*/
	color: #222222;
}

#header-topbar a:hover{
	color: #FF6600;
}

#header-topbar .header-topbar-left{
	flex-grow: 1;
}


#header-topbar ul.social-link{
	margin: 0 0 0 10px;
	font-size: 16px;
}


#header-topbar ul.social-link li{
	padding: 0 0 0 10px;
    font-size: 20px;
}

#header-topbar ul.social-link li span{
	display: none;
}

@media (min-width: 768px) {
	#header-topbar{
		display: block;
	}

}
/****************************************
** END HEADER TOPBAR                   **
****************************************/
/****************************************
** HEADER                              **
****************************************/
#header-top{
	position: fixed;
	top: 0;
	width: 100%;
	
	border-bottom: 1px solid #EEEEEE;
	background: #fff;
	z-index: 100;
}

#header-top .container {
    padding-left: 0;
    padding-right: 0;
}

#header-top-inner{
	display: flex;
	flex-direction: row;
}

#header-logo{
	flex-grow: 1;
    align-self: flex-end;
    padding: 0 5px 11px 5px;
}

#header-logo img{
	height: 32px;
}

@media (min-width: 375px) {
	#header-logo img{
		height: 36px;
	}
}

@media (min-width: 768px) {
	#header-top{
		position: relative;
		top: 0;
		width: 100%;
		
		border-bottom: 1px solid #EEEEEE;
	}
	
	#header-logo{
		flex-grow: 1;
	    align-self: center;
	    padding: 0 0 0 0;
	}
	
	#header-logo img{
		height: 44px;
	}
}

@media (min-width: 1200px) {
	
	#header-logo img{
		height: 64px;
	}
}

/****************************************
** END HEADER                          **
****************************************/

/****************************************
** SLIDEMENU                          **
****************************************/
#slidemenu{
	background-color: rgba(255, 102, 0, 0);
    position: fixed;
    top: 51px;
    width: 100%;
    z-index: 65;
    
    visibility: hidden;
    
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#slidemenu.open{
	background-color: rgba(255, 102, 0, 0.8);
    
    visibility: visible;
    
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#slidemenu .slidemenu-inner{
	visibility: hidden;
	background-color: #FFFFFF;
	width: 300px;
	
	position: absolute;
	top: 0;
	left: -300px;
	
	overflow-y: scroll;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#slidemenu.open .slidemenu-inner{
	visibility: visible;
	
	left: 0px;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
	padding: 0 20px;
}


#slidemenu .slidemenu-inner::-webkit-scrollbar {
	width: 6px;
}

#slidemenu .slidemenu-inner::-webkit-scrollbar-track {
	background-color: #FFF;
}

#slidemenu .slidemenu-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ff6600;
}

#slidemenu .slidemenu-bottom {
    background: #eeeeee;
    margin: 20px -20px 0 -20px;
    padding: 0 20px 60px 20px;
}


@media (min-width: 768px) {
	#slidemenu {
		display: none;
	}
}

/****************************************
** END SLIDEMENU                       **
****************************************/

/****************************************
** navbar-di-button		               **
****************************************/
.navbar-di-button{
	display: block;
	margin: 0;
    padding: 0;
    text-align: center;
    color: #222222;
    float: left;
    /*margin: 9px 8px 9px 8px;*/
   	margin: 9px 4px 9px 4px;
	background: none;
    border: none;
    outline: none;
    align-self: center;
}

@media (min-width: 375px) {
	.navbar-di-button{
	    margin: 9px 8px 9px 8px;
	}
}

.navbar-di-button .drg_icon{
	display: block;
	text-align: center;
}


.navbar-di-button .drg_icon:before{
	content: '';
	display: block;
    padding: 0;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    width: 20px;
    height: 20px;
    line-height: 1;
}

.navbar-di-button .navbar-di-button-lbl-toggle,
.navbar-di-button .navbar-di-button-lbl{
    font-size: 10px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 2px 0 0 0;
    text-transform: uppercase;
    clear: both;
    float: none;
}

.navbar-di-button .navbar-di-button-lbl-toggle{
	display: none;
}

.navbar-di-button.open .navbar-di-button-lbl{
	display: none;
}

.navbar-di-button.open .navbar-di-button-lbl-toggle{
	display: block;
}





.navbar-di-button.menu{
	width: 36px;
}

.navbar-di-button.cart .drg_icon{
	display: inline-block;
}


.navbar-di-button.cart .navbar-di-button-cart {
    display: block;
    line-height: 0;
}

.navbar-di-button.cart .navbar-di-button-cart .cart-lbl{
    display: none;
}

.navbar-di-button.cart #simpleCart_quantity {
    display: inline-block;
    line-height: 0;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #ff6600;
    font-weight: bold;
}


.navbar-di-button.login .extended{
	display: none;
}

@media (min-width: 768px) {
	.navbar-di-button.menu{
		display: none;
	}
	
	#header-top .navbar-brand img {
	    height: 44px;
	}
	
	.navbar-di-button .navbar-di-button-lbl{
		display: none;
	}
		
	.navbar-di-button.cart #simpleCart_quantity,
	.navbar-di-button.cart .navbar-di-button-cart .cart-lbl{
	    display: inline-block;
	    line-height: 1;
	    margin: 0 5px 0 0;
	    padding: 0;
	    font-size: 14px;
	    color: #222222;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	
	.navbar-di-button.cart .navbar-di-button-cart {
	    display: inline;
	}



	.navbar-di-button.login .drg_icon{
		float: left;
	    height: auto;
	    width: auto;
	}
	
	.navbar-di-button.cart .drg_icon{
		float: right;
	    height: auto;
	    width: auto;
	}
	
	.navbar-di-button .drg_icon:before {
		content: '';
	    display: block;
	    padding: 0;
	    margin: 0 auto;
	    font-size: 30px;
	    font-weight: normal;
	    width: auto;
	    height: auto;
	    line-height: 1;
	}

	.navbar-di-button.login .navbar-di-button-lbl{
		display: inline-block;
	    font-size: 14px;
	    padding: 0;
	    text-align: left;
	    margin: 0 0 0 5px;
	    max-width: 210px;
	}
	
	.navbar-di-button.login{
	    border: 2px solid #fff;
	    padding: 5px 0;
	    height: 40px;
	}
	
	.navbar-di-button.cart{
	    /*margin: 23px 0px;*/
	    border: 2px solid #222222;
	    padding: 5px 10px;
	    height: 40px;
	}
	
	.navbar-di-button.login .contract{
		display: none;
	}
	
	.navbar-di-button.login .extended{
		display: inline;
		text-transform: none;
	}
}


@media (min-width: 992px) {
	.navbar-di-button{
	    margin: 15px 8px 15px 8px;
	}

}

@media (min-width: 1200px) {
	.navbar-di-button{
	    margin: 25px 8px 25px 8px;
	}

}
/****************************************
** END NAVBAR-DI-BUTTON		           **
****************************************/

/****************************************
** SLIDEMENUUSER                       **
****************************************/
#slidemenuUser{
	background-color: rgba(255, 102, 0, 0);
    position: fixed;
    top: 51px;
    left: 0;
    width: 100%;
    z-index: 50;
    
    visibility: hidden;
    
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#slidemenuUser.open{
	background-color: rgba(255, 102, 0, 0.8);
    
    visibility: visible;
    
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#slidemenuUser .slidemenuUser-inner{
	visibility: hidden;
	background-color: #FFFFFF;
	width: 300px;
	
	position: absolute;
	top: 0;
	right: -300px;
	
	overflow-y: scroll;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#slidemenuUser.open .slidemenuUser-inner{
	visibility: visible;
	
	right: 0px;
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	
	padding: 0 20px;
}


#slidemenuUser .slidemenuUser-inner::-webkit-scrollbar {
	width: 6px;
}

#slidemenuUser .slidemenuUser-inner::-webkit-scrollbar-track {
	background-color: #FFF;
}

#slidemenuUser .slidemenuUser-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ff6600;
}

#slidemenuUser .slidemenuUser-saluto {
    padding: 20px 0;
    font-weight: bold;
    color: #aaa;
}

.slidemenuUser-logout a{
	display: block;
    padding: 20px 0;
    text-align: right;
    font-weight: bold;
    color: #aaa;
}

.slidemenuUser-header{
	display: none;
}

@media (min-width: 768px) {
	#slidemenuUser-outer{
		position: relative;
	}
	
	.navbar-di-button.open .navbar-di-button-lbl-toggle {
	    display: none;
	}
	
	
	#slidemenuUser{
		background: none;
	    position: absolute;
	    top: calc(100% - 12px);
	    left: 0;
	    width: 300px;
	    z-index: 50;
	    
	    height: auto!important;
	   	opacity: 0;
	    
	    visibility: hidden;
	    
	    -webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		
		overflow: hidden;
	}
	
	#slidemenuUser.open{
		background: none;
	    
	    visibility: visible;
	    
	    height: auto!important;
	    opacity: 1;
	    
	    -webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	
	#slidemenuUser .slidemenuUser-inner{
		visibility: hidden;
		background-color: #FFFFFF;
		width: 300px;
		height: auto!important;
		
		position: relative;
		top: auto;
		right: auto;
		
		overflow-y: scroll;
		
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		
		height: auto!important;
		padding: 0 20px;
	}
	
	#slidemenuUser.open .slidemenuUser-inner{
		visibility: visible;
		height: auto!important;
		
		right: auto;
		
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		
		padding: 0 20px;
	}

	
	#slidemenuUser .slidemenuUser-saluto{
		display: none;
	}
	
	
	
	.navbar-di-button.login.open .drg_icon:before {
	    content: '\e90a'!important;
	}
	
	
	
	.slidemenuUser-header{
		display: block;
		border-bottom: 3px solid #eee;
	    text-align: left;
	    line-height: 0;
	}
	
	.slidemenuUser-header span{
		display: block;
	    width: 0;
	    height: 0;
	    border-left: 13px solid transparent;
	    border-right: 13px solid transparent;
	    border-bottom: 13px solid #EEEEEE;
	    margin: 0 0 0 10px;
	}
}

@media (min-width: 992px) {
	#slidemenuUser {
	    top: calc(100% - 16px);
	}
	
	.slidemenuUser-header span{
		display: block;
	    width: 0;
	    height: 0;
	    border-left: 15px solid transparent;
	    border-right: 15px solid transparent;
	    border-bottom: 15px solid #EEEEEE;
	    margin: 0 0 0 10px;
	}
}

@media (min-width: 1200px) {
	#slidemenuUser {
	    top: calc(100% - 16px);
	}
}

/****************************************
** END SLIDEMENUUSER                   **
****************************************/

/****************************************
** Categorization Menu                 **
****************************************/
#categorization_menu > ul > li ul{
	display: none;
}


#categorization_menu ul{
	display: block;
	margin: 0;
	padding: 0;
}

#categorization_menu ul li{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#categorization_menu ul li a {
    display: block;
    margin: 0;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #aaaaaa;
    position: relative;
    text-align: left;
    line-height: 1.5;
}

#categorization_menu > ul > li > a .drg_icon {
	display: inline-block;
    margin-right: 10px;
}

#categorization_menu ul li a .caret {
    border-width: 8px;
    color: #ff6600;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}


#categorization_menu ul li > ul >li  a {
    line-height: 1.5;
    font-size: 12px;
    padding: 10px 10px 10px 30px;
    text-align: left;
    font-weight: normal;
}

#categorization_menu ul li a:hover {
    color: #FF6600;
}
#categorization_menu ul li.active > a{
	color: #FF6600;
}

#categorization_menu  .slidemenu-bottom ul li a {
    border-bottom: 1px solid #aaaaaa;
}

/****************************************
** End Categorization Menu             **
****************************************/




/****************************************
** BODY CATEGORIZATION MENU            **
****************************************/
#body_categorization_menu_outer{
	border-bottom: 1px solid #eee;
}

#body_categorization_menu {
	position: relative;
	
}

#body_categorization_menu > ul > li ul{
	display: none;
}

#body_categorization_menu ul{
	display: block;
	margin: 0;
	padding: 0;
}

#body_categorization_menu ul li{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#body_categorization_menu > ul{
	display: flex;
    flex-direction: row;
    justify-content: center;
}

#body_categorization_menu > ul > li{
	flex-grow: 1;
	text-align: center;
	width: 33%;
}

#body_categorization_menu > ul > li > a{
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 36px;
    height: 36px;
}

#body_categorization_menu > ul > li.active > a,
#body_categorization_menu > ul > li.open > a,
#body_categorization_menu > ul > li > a:hover{
    color: #FF6600;
    border-bottom: 3px solid #ff6600;
    display: inline-block;
    margin: 0;
    padding: 0;
}


#body_categorization_menu > ul > li > a .drg_icon,
#body_categorization_menu > ul > li > a .caret {
	display: none;
}


#body_categorization_menu > ul > li > ul {
    position: absolute;
    background: #FFF;
    width: 100%;
    top: calc(100% + 1px);
    left: 0;
    
    z-index: 60;
    
    -webkit-box-shadow: 0 4px 2px -2px #aaa;
	box-shadow: 0 4px 2px -2px #aaa;
}


#body_categorization_menu > ul > li > ul li a {
    display: block;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
    padding: 14px 10px;
    text-align: left;
    font-weight: bold;
    color: #222222;
    border-bottom: 1px solid #eee;
    margin: 0 10px;
}

#body_categorization_menu > ul > li > ul li.active a, 
#body_categorization_menu > ul > li > ul li a:hover {
	color: #FF6600;
}

#body_categorization_menu > ul > li > ul li {
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) bottom;
	background-size: 70px 50px;
}

@media (min-width: 768px) {
	#body_categorization_menu > ul > li > a{
	    font-size: 14px;
	}
	
	#body_categorization_menu > ul > li > ul {
	    width: 360px;
	}
	
	#body_categorization_menu > ul > li.mitem_1  > ul {
		left: 0;
	}
	
	#body_categorization_menu > ul > li.mitem_2  > ul {
		left: 90px;
	}
	
	#body_categorization_menu > ul > li.mitem_3  > ul {
		left: auto;
		right: 90px;
	}
	#body_categorization_menu > ul > li.mitem_9  > ul {
		left: auto;
		right: 0;
	}
}

@media (min-width: 992px) {	
	#body_categorization_menu > ul > li > ul {
	    width: 360px;
	}
	
	#body_categorization_menu > ul > li.mitem_1  > ul {
		left: 0;
	}
	
	#body_categorization_menu > ul > li.mitem_2  > ul {
		left: 172px;
	}
	
	#body_categorization_menu > ul > li.mitem_3  > ul {
		left: auto;
		right: 172px;
	}
	#body_categorization_menu > ul > li.mitem_9  > ul {
		left: auto;
		right: 0;
	}
}



@media (min-width: 1200px) {
	#body_categorization_menu > ul > li > ul {
	    width: 380px;
	}
	
	#body_categorization_menu > ul > li.mitem_1  > ul {
		left: 0;
	}
	
	#body_categorization_menu > ul > li.mitem_2  > ul {
		left: 237px;
	}
	
	#body_categorization_menu > ul > li.mitem_3  > ul {
		left: auto;
		right: 237px;
	}
	
	#body_categorization_menu > ul > li.mitem_9  > ul {
		left: auto;
		right: 0;
	}
}

/* MANGIARE */
#body_categorization_menu > ul > li > ul li.mitem_1-15	 { background-image: url("../images/mangiare/ICONA_MANGIARE_CROISSANT2.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-11	 { background-image: url("../images/mangiare/BISCOTTI_144dpi.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-4	 { background-image: url("../images/mangiare/cioccolato.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-17	 { background-image: url("../images/mangiare/colombe.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-5	 { background-image: url("../images/mangiare/creme.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-2	 { background-image: url("../images/mangiare/CROCCANTE.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-18	 { background-image: url("../images/mangiare/MARON.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-1	 { background-image: url("../images/mangiare/panettoni.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-16	 { background-image: url("../images/mangiare/FOCACCIA.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-21	 { background-image: url("../images/mangiare/tartufi.png"); }
#body_categorization_menu > ul > li > ul li.mitem_1-44	 { background-image: url("../images/mangiare/torte.png"); }

/* BERE */
#body_categorization_menu > ul > li > ul li.mitem_2-7	 { background-image: url("../images/bere/LIQUORI.png"); }
#body_categorization_menu > ul > li > ul li.mitem_2-6	 { background-image: url("../images/bere/VINI.png"); }
#body_categorization_menu > ul > li > ul li.mitem_2-43	 { background-image: url("../images/bere/SUCCHI.png"); }
#body_categorization_menu > ul > li > ul li.mitem_2-46	 { background-image: url("../images/bere/BIRRE.png"); }
#body_categorization_menu > ul > li > ul li.mitem_2-47	 { background-image: url("../images/bere/THE.png"); }

/* FARE */
#body_categorization_menu > ul > li > ul li.mitem_3-10	 { background-image: url("../images/fare/gelatine.png"); }
#body_categorization_menu > ul > li > ul li.mitem_3-13	 { background-image: url("../images/fare/CACAO.png"); }
#body_categorization_menu > ul > li > ul li.mitem_3-9	 { background-image: url("../images/fare/farine.jpg"); }
#body_categorization_menu > ul > li > ul li.mitem_3-8	 { background-image: url("../images/fare/libri.png"); }
#body_categorization_menu > ul > li > ul li.mitem_3-48	 { background-image: url("../images/fare/gelato.png"); }

/* SCOPRIRE */
#body_categorization_menu > ul > li > ul li.mitem_9-49	 { background-image: url("../images/scoprire/corsi.jpg"); }

/****************************************
** END BODY CATEGORIZATION MENU        **
****************************************/





/****************************************
** Menu User                           **
****************************************/
#user_menu ul{
	display: block;
	margin: 0;
	padding: 0;
}

#user_menu ul li{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#user_menu ul li a {
    display: block;
    margin: 0;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #aaaaaa;
    position: relative;
    text-align: left;
    line-height: 1.5;
}

#user_menu > ul > li > a .drg_icon {
	display: inline-block;
    margin-right: 10px;
}

#categorizatiuser_menuon_menu ul li a .caret {
    border-width: 8px;
    color: #ff6600;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}


#user_menu ul li > ul >li  a {
    line-height: 1.5;
    font-size: 12px;
    padding: 10px 10px 10px 30px;
    text-align: left;
    font-weight: normal;
}

#user_menu ul li a:hover {
    color: #FF6600;
}
#user_menu ul li.active > a{
	color: #FF6600;
}
/****************************************
** End Menu User                       **
****************************************/


/****************************************
** WWSHIP-BOX                         **
****************************************/
.wwship-box {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 0;
}

.wwship-box img{
	width: 34px;
}


.wwship-box-outer-header{
	display: none;
}

@media (min-width: 360px) {
	.wwship-box {
	    font-size: 11px;
	}
	
	.wwship-box img{
		width: 40px;
	}


}

@media (min-width: 425px) {
	.wwship-box {
	    font-size: 12px;
	}
	
	.wwship-box img{
		width: 40px;
	}


}

@media (min-width: 768px) {
	.wwship-box img{
		width: 40px;
	}
	
	.wwship-box strong{
		font-size: 14px;
	}

}

@media (min-width: 992px) {
	.wwship-box-outer{
		display: none;
	}
	
	.wwship-box-outer-header{
	    display: block;
    	height: auto;
    	flex-grow: 1;
    	align-self: center;
	}
	
	#header-logo {
	    flex-grow: 0;
	}
	
	.wwship-box {
	    font-size: 14px;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	}
	
	.wwship-box span {
	    display: inline-block;
	    line-height: 1.5;
	}
	
	.wwship-box .wwship-newrow{
	    display: block;
	}

	.wwship-box strong{
	    font-size: 18px;
	    display: inline;
    	line-height: 1;
	}
	
	.wwship-box img{
		width: 50px;
	}
}

@media (min-width: 1200px) {
	.wwship-box {
	    font-size: 12px;
	}
	
	.wwship-box .wwship-newrow{
	    display: inline;
	}
	
	.wwship-box strong{
	    /*font-size: 18px;*/
	    font-size: 18px;
	    display: inline;
    	line-height: 1;
	}
}

/****************************************
** WWSHIP-BOX                         **
****************************************/

/****************************************
** Header Slider                       **
****************************************/
#header-slider{
	/*margin-bottom: 15px;*/
	position: relative;
	overflow: hidden;
}

#header-slider video{
	width: 100%;
}

#header-slider img{
	width: 100%;
}
#header-slider .bx-controls{
	/*display: none;*/
}


#header-slider .header-slider-item{
	display: none;
}

#header-slider .header-slider-item:first-child{
	display: block;
}

#header-slider .bx-prev,
#header-slider .bx-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 51;
    overflow: hidden;
    color: #ff6600;
    /*background-color: red;*/
    line-height: 38px;
    text-align: center;
    font-size: 36px;
    margin-top: -20px;
    
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


#header-slider .bx-prev {
	left: -40px;
}

#header-slider .bx-next {
	right: -40px;
}


#header-slider:hover .bx-prev {
	left: 15px;
}

#header-slider:hover .bx-next {
	right: 15px;
}

.header-slider-text{
	display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.header-slider-title {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.header-slider-subtitle {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
}

/*Meccanismo per immagine larga ma che finisce su bianco espressamente chiesta da Maccarini*/
@media (min-width: 768px) {
	#header-slider .header-slider-item{
		height: 480px;
	    background-repeat: no-repeat;
	    background-position: center;
	    overflow: hidden;
	    
        background-size: 3000px 480px;
		/* background-size: cover;*/
		background-size: auto;
	}
	
	#header-slider a{
		display: block;
		height: 100%;
	}
	
	#header-slider img{
		display: none;
	}
	
	#header-slider video {
	    width: auto;
	    margin: 0 auto;
	    display: block;
	}
}
/****************************************
** END Hedaer Slider                   **
****************************************/


/****************************************
** Footer                              **
****************************************/
#footer-wrapper-top{
	background-color: #ff6600;
	color: #FFFFFF;
	margin-top: 15px;
}


#footer-wrapper-bottom {
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    background-color: #FFFFFF;
}

#footer-wrapper-top-inner ul{
	margin: 0;
	padding: 0;
}


#footer-wrapper-top-inner ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer-wrapper-top-inner .footer_menu ul li a{
    display: block;
    margin: 0;
    padding: 10px 0;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
}

#footer-wrapper-top-inner h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    line-height: 1.5;
}


#footer-wrapper-top-inner .footer_social {
    margin: 20px 0;
}

#footer-wrapper-top-inner .footer_social ul.social-link {
	display: flex;
    flex-direction: row;
    justify-content: center;
}

#footer-wrapper-top-inner .footer_social ul.social-link li{
	display: flex;
    flex-direction: row;
    justify-content: center;
}

#footer-wrapper-top-inner .footer_social ul.social-link li a{
    display: block;
    margin: 0 10px;
    padding: 0;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1;
}


#footer-wrapper-top-inner .footer_img {
    margin: 50px;
    text-align: center;
}


#footer-wrapper-top-inner .footer_img img {
    max-width: 220px;
    width: 100%;
}

#footer-wrapper-top-inner ul.social-link span{
	display: none;
}

.footer_paypal{
	text-align: center;
	margin-top: 15px;
}

.footer_paypal img{
	max-width: 100%;
    height: auto;
}


@media (min-width: 768px) {
	#footer-wrapper-top-inner {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    padding: 30px 0 0 0;
	}	
	
	#footer-wrapper-top-inner .footer_social {
	    margin: 0;
	    order: 3;
	    flex-grow: 1;
	}
	
	#footer-wrapper-top-inner .footer_menu {
	    order: 1;
	    flex-grow: 1;
	}
	
	#footer-wrapper-top-inner .footer_menu ul li a {
	    border-bottom: none;
	}
	
	#footer-wrapper-top-inner .footer_img {
        order: 3;
	    width: 100%;
	    text-align: center;
	}
	
	#footer-wrapper-top-inner .footer_img img {
	    width: 220px;
	}
}


@media (min-width: 992px) {
	#footer-wrapper-top-inner {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    padding: 0;
	}	
	
	#footer-wrapper-top-inner .footer_social {
	    margin: 0;
	    order: 3;
	    flex-grow: 1;
	}
	
	#footer-wrapper-top-inner .footer_menu {
	    order: 1;
	    flex-grow: 1;
	    padding: 30px 0;
	}
	
	#footer-wrapper-top-inner .footer_menu ul li a {
	    border-bottom: none;
	}
	
	#footer-wrapper-top-inner .footer_img {
	    order: 0;
	    width: auto;
	    text-align: center;
	    margin: 0 60px 0 0;
	    padding: 0;
	    flex-grow: 1;
	    text-align: left;
	}
	
	#footer-wrapper-top-inner .footer_img img {
        width: auto;
    	height: 100%;
    	max-width: none;
	}
}
/****************************************
** END Footer                          **
****************************************/


/****************************************
** Category items                      **
****************************************/
.cat-article-box{
	/*border: 1px solid #ccc;*/
	margin: 30px 0;
}

.cat-article-box .cat-article-title{
    height: 105px;
    overflow: hidden;
    line-height: 1;
}

.cat-article-box .cat-article-provider{   
	font-size: 10px;
    height: 22px;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    margin: 0px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-article-box .cat-article-provider a{
	/*margin: 5px;*/
	color: #222222;
}

.cat-article-box h3{
    font-size: 13px;
    margin: 15px 5px;
    text-align: center;
    font-weight: normal;
    line-height: 15px;
}

.cat-article-box h3 a{
    color: #000;
}

.cat-article-box h3 a:hover{
    color: #555;
}

.cat-article-box a.category_link{
    color: #000;
    display: block;
    background: #ccc;
    padding: 0 5px;
}

.cat-article-box .cat-article-price{
	padding: 0;
    font-weight: normal;
    color: #ff6600;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 30px;
}

.cat-article-box .cat-article-price .priceCadFull,
.cat-article-box .cat-article-price .priceCad{
	color: #ff6600;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    flex-grow: 1;
    text-align: left;
}

.cat-article-box a.category_link:hover{
    color: #ff6600;
}

.cat-article-box .cat-article-img-box{
	position: relative;
}

.cat-article-box .cat-article-img-box img{
	width: 100%;
}

.cat-article-box .cat-article-img-box img.img-badge{
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.cat-article-box .cat-article-img-box img.img-badge.soldout-badge{
    /*width: 130px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    top: auto;*/
    
    position: absolute;
    width: 121px;
    bottom: 6px;
    right: 0;
    top: auto;
}

/*Parte del fornitore*/
.key-page-provider .providerInfoHeader .providerInfoLogo{
	width: 304px;
	display: inline!important;
	/*float: left;
	margin: 0 15px 15px 0;*/
}

.key-page-provider .providerInfoHeader{
	margin: 0 0 15px 0;
}

.cart-tcustom1{
	line-height: 1;
	font-size: 10px;
}



.cat-article-tocart {
    background: #ff6600;
    color: #ffffff;
    font-size: 18px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 32px;
    text-align: center;
}

.cat-article-tocart:hover,
.cat-article-tocart:focus {
    background: #E16B02;
    color: #ffffff;
}

.glyphicon-shopping-cart:before,
.cat-article-tocart .drg_icon:before {
	font-family: 'icomoon' !important;
    content: '\e903';	
}
    
.cat-article-tocart .text{
	display: none;
}

@media (min-width: 576px) {	
	.cat-article-box .cat-article-title{
	    height: 60px;
	}
	
}

@media (min-width: 768px) {
	.cat-article-box .cat-article-provider{   
		font-size: 11px;
	}
	
	
	.cat-article-box .cat-article-title{
	    height: 105px;
	}
	
	.cat-article-box .cat-article-img-box img.img-badge.soldout-badge{	    
	    position: absolute;
	    width: 84px;
    	bottom: 4px;
	    right: 0;
	    top: auto;
	}

}

@media (min-width: 992px) {
	.cat-article-tocart {
	    width: 50%;
	}
	
	
	.cat-article-box .cat-article-title{
	    height: 75px;
	}
	
	.cat-article-box .cat-article-img-box img.img-badge.soldout-badge{	    
	    position: absolute;
	    width: 121px;
	    bottom: 6px;
	    right: 0;
	    top: auto;
	}

}

@media (min-width: 1200px) {
	
	.cat-article-box .cat-article-title{
	    height: 60px;
	}
}
/****************************************
** END Category items                  **
****************************************/


/****************************************
** Article Page                        **
****************************************/
#article-bxslider img,
#article-bx-pager img{
	width: 100%;
}

#article-bx-pager a{
	display: block;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

#article-bx-pager a.active{
	display: block;
	margin-bottom: 15px;
	border: 1px solid #ff6600;
}

#article-bxslider-outer{
	position: relative;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-left: 25%;
	margin-right: 25%;

}

#article-bxslider-outer img.img-badge.soldout-badge{
    /*width: 130px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    top: auto;
    z-index: 60;*/
    
    position: absolute;
    width: 121px;
    bottom: 7px;
    right: 0;
    top: auto;
    z-index: 60;
}


@media (min-width: 768px) {
	
	#article-bxslider-outer img.img-badge.soldout-badge{   
	    position: absolute;
	    width: 84px;
    	bottom: 5px;
	    right: 0;
	    top: auto;
	}

}

@media (min-width: 992px) {
	#article-bxslider-outer img.img-badge.soldout-badge{
	    position: absolute;
	    width: 121px;
	    bottom: 9px;
	    right: 0;
	    top: auto;
	}

}

@media (min-width: 1200px) {}

#article-bxslider-outer .bx-controls-direction .text{
	display: none;
}

#article-bxslider-outer .bx-prev,
#article-bxslider-outer .bx-next{
	display: block;
	position: absolute;
	top: 50%;
	font-size: 30px;
	margin-top: -15px;
	z-index: 100;
	text-shadow: 2px 1px 3px #000;
	color: #fff;
	opacity: 0.7;
}

#article-bxslider-outer .bx-prev:hover,
#article-bxslider-outer .bx-next:hover{
	opacity: 1;
}

#article-bxslider-outer .bx-prev{
	left: 10px;

}

#article-bxslider-outer .bx-next{
	right: 10px;
}

#article-bxslider-outer .bx-prev.disabled,
#article-bxslider-outer .bx-next.disabled{
	display: none;
}


.article_description_box{
	margin-bottom: 15px;
}

.article_description_box h3{
	font-size: 14px
}

.art_label,
.art_price,
.art_qta_label,
.priceTot_label{
	font-weight: bold;
}

.art_qta .btn{
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
    outline: none;
}

.art_price,
.priceTot_label{
	text-align: right;
}

.priceCadFull{
	font-weight: bold;
	text-align: right;
	text-decoration: line-through;
	line-height: 1;
}

.row.art_qta_box {
    margin-top: 15px;
}

.priceCad{
	font-weight: bold;
	text-align: right;
	line-height: 1;
}

.hasDiscount{
	color: #FF0000;
}

.discount{
	font-weight: bold;
	text-align: right;
	color: #FF0000;
	line-height: 1;
}

.priceTot{
	font-size: 30px;
    font-weight: bold;
    text-align: right;
    line-height: 1;
    color: #ff6600;
}

.art_desc{
    text-align: left;
    line-height: 1;
}

.art_qta input{
	text-align: center;
}

.art-tot-box{
    padding-bottom: 15px;
}

.art-tot-box-inner {
    padding: 10px 0;
}

.art_btn_no_direct_sell .alert{
	margin-bottom: 0;
}

.art_btn_box{
	margin-top: 15px;
}

.art_btn_box .no_in_stock{
    padding: 3px 15px;
    text-align: center;
    
    color: #ff6600;
    font-weight: bold;
    border-color: #ff6600;
    background-color: #fff;
}

.art_btn_box .btn{
	margin-bottom: 15px;
    position: relative;
}

.art_btn_box .btn.tocart.isPreOrder{
	border-color: green;
	background-color: green;
	/*border-color: #cf5400;
	background-color: #cf5400;*/
}


.price_message{
	text-align: right;
    font-size: 10px;
    /* font-style: italic; */
    /* line-height: 1; */
    font-weight: bold;
}

.art-cross-selling{
	text-align: left;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 15px 0;
}

.bxCrossSellingCarouselOuter {
    margin: 10px 0 0 0;
}
/*.art-cross-selling > div{
	margin: 15px 0;
}*/

.art-cross-selling-box-inner{
	/*border: 1px solid #ccc;*/
}
.art-cross-selling-img-box{
	position: relative;
}

.art-cross-selling-img-box img{
	width: 100%;
}

.art-cross-selling .art-cross-selling-img-box img.img-badge{
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

.art-cross-selling .art-cross-selling-img-box img.img-badge.soldout-badge{
    position: absolute;
    bottom: 5px;
    left: 5px;
    top: auto;
}

.art-cross-selling-box .art-cross-selling-title{
   height: 59px;
   overflow: hidden;
   /*margin-bottom: 5px;*/
   /*background-color: #ccc;*/
}

.art-cross-selling-box .art-cross-selling-title h3{
    font-size: 12px;
    margin: 5px 0;
    font-weight: normal;
    text-align: center;
}

.art-cross-selling-box .art-cross-selling-title a{
    color: #000;
}

.art-cross-selling-box .art-cross-selling-title a:hover{
    color: #555;
}

.art-cross-selling-box .art-cross-selling-price{
    padding: 0;
    font-weight: normal;
    color: #ff6600;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 30px;
}

.art-cross-selling-box .art-cross-selling-price .priceCadFull, 
.art-cross-selling-box .art-cross-selling-price .priceCad {
    color: #ff6600;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    flex-grow: 1;
    text-align: left;
}

.art-cross-selling  .bx-prev,
.art-cross-selling  .bx-next {
    display: block;
    position: absolute;
    top: 50%;
    font-size: 30px;
    margin-top: -15px;
    z-index: 100;
    text-shadow: 2px 1px 3px #000;
    color: #fff;
    opacity: 0.7;
}

.art-cross-selling .bx-controls-direction .text {
    display: none;
}


.art-cross-selling .bx-prev {
    left: 10px;
}
.art-cross-selling .bx-next {
    right: 10px;
}

.art-cross-selling .bx-prev.disabled,
.art-cross-selling .bx-next.disabled{
	display: none;
}

/*.gocart{
    color: #fff;
    background-color: #ff6600;
    border-color: #ccc;
}

.tocart{
	color: #fff;
    background-color: #ff6600;
    border-color: #ccc;
}*/

.tocart span.glyphicon{
	height: 20px;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 6px;
}

#categoryArticleAddedToCartModal .article_name,
#articleAddedToCartModal .article_name{
	font-weight: bold;
	padding: 20px 0;
}

.richiesta_info_intro_text{
    /*line-height: 1.3;*/
    display: block;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
	#article-bxslider-outer {
	    margin-left: 0;
	    margin-right: 0;
	}
}


.art_shipping_days{
	margin: 15px 0;
}

.shipping_days > li > .fa-circle,
.shipping_days > li > .fa-circle-thin {
    color: #FF6600;
}

.shipping_days {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.shipping_days > li {
    float: left;
    margin-right: 15px;
    text-align: center;
    line-height: 1.5;
}

.art_availability_period{
	line-height: 1.5;
    margin: 10px 0;
}

.prodotto_stagionale{
    text-transform: uppercase;
}

.art_availability_period .prodotto_stagionale,
.art_availability_period .articolo_non_disponibile{
    /* color: #FF6600; */
    color: green;
    font-weight: bold;
    font-size: 15px;
}

.art_availability_period .articolo_non_disponibile_disclaimer{
	display: block;
    font-weight: bold;
}


.art_availability_period_cart .prodotto_stagionale,
.art_availability_period_cart .articolo_non_disponibile,
.providerItemAvailabilityPeriod .articolo_non_disponibile{
    color: green;
    font-weight: bold;
}

.art_availability_period_cart .articolo_non_disponibile_disclaimer{
	display: block;
	color: #000000;
}
/****************************************
** End Article Page                    **
****************************************/


/****************************************
** Cart Page                           **
****************************************/
.eshopCart .cart-thumb img{
    width: 100%;
    /*margin-bottom: 15px;*/
}

.eshopCart .cart-name{
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.eshopCart .cart-code {
    font-size: 12px;
}

.eshopCart .cart-price-cad,
.eshopCart .cart-price-tot{
	margin-bottom: 15px;
}

.eshopCart .cart-price-cad div{
    text-align: left;
    font-size: 12px;
}

.eshopCart .cart-price-tot div{
    text-align: right;
    font-size: 12px;
}

.eshopCart .cart-price-tot .priceTot{
    font-size: 14px;
}

.eshopCart .cart-qty{
	margin-bottom: 15px;
}

.eshopCart .item-info {
    line-height: 1;
    font-size: 10px;
    text-align: left;
    color: #ff6600;
}

.provider_cart_shipping_over_maxlimit_label,
.cart_shipping_over_maxlimit_label {
    line-height: 1;
    font-size: 10px;
    text-align: right;
    color: #ff6600;
}

.eshopCart .item-info .error {
    line-height: 1;
    font-size: 10px;
    text-align: left;
    color: red;
}

#eshopEmptyCart{
	margin: 30px 30px 60px 30px;
}

#eshopEmptyCart form{
	width: 100%;
}

/*.eshopCart .cart-remove{
	margin-bottom: 15px;
}*/


/*.cartItemHeader {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}*/

.shipping_choice_item label{
	font-weight: normal;
}

.shipping_choice_item_disclaimer{
    font-size: 11px;
    font-style: italic;
    line-height: 1;
    margin: -5px 20px 5px 0;
}

.cart-shipping-choices > div.shipping_choices{
	margin-bottom: 30px;
}

body.key-page-cart .cart-shipping-choices{
	display: none;
}

body.key-page-cart .cart-shipping-pref{
	display: none;
}

.shipping_pref_item label {
    font-weight: normal;
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: right;
}

.shipping_pref_item label span {
    flex-grow: 1;
    margin-right: 5px;
}

.cart-shipping-pref > div.shipping_pref{
	margin-bottom: 30px;
	margin-top: -15px;
}

.cartItemHeader hr{
	margin-top: 0;
}


.cartItemHeader .cart-price-tot{
    text-align: right;
}

.cartItemHeader .cart-qty{
    text-align: center;
}

.cart-totali{
	text-align: right;
}

.simpleCart_grandTotal_label,
.simpleCart_totalAmountDue_label{
	font-weight: bold;
}

.bigGreenPrice,
#cart_total_without_discount,
#cart_discount_coupons,
#cart_discount_promo_code,
.simpleCart_total,
.simpleCart_shipping,
.simpleCart_grandTotal,
.shippingPriceFull,
.shippingPrice,
.shippingCashondeliveryPrice,
.giftCard_total,
.totalAmountDue{
    color: #166327;
    font-size: 16px;
    font-weight: bold;
}


.shippingPriceFull{
	text-decoration: line-through;
}

.shippingPrice.hasDiscount,
.simpleCart_shipping.hasDiscount,
.shippingDiscount{
	color: #FF0000;
	line-height: 1;
	font-weight: bold;
	font-size: 14px;
}

.paymentButtons .btn{
	margin-bottom: 15px;
}

/*.cart-grandTotal{
	margin-bottom: 15px;
}*/

.cart_is_empty{
	font-weight: bold;
	margin-bottom: 20px;
}

.radio.shippingHeadquarter.well label{
	line-height: 1.5;
    padding-left: 40px;
    width: 100%;
}

.radio.shippingHeadquarter.well{
	line-height: 1.5;
}

.radio.shippingHeadquarter.well input{
	margin-left: -30px;
}

.cart_instructions{
	line-height: 15px;
}

.provider_cart_total_box .provider_cart_total_label,
.provider_cart_total_box .provider_cart_shipping_label,
.provider_cart_total_box .provider_cart_grand_total_label {
	font-size: 12px;
}

.key-page-cart_summary h3{
	margin-top: 30px;
}

@media (min-width: 768px) {
	
	.eshopCart .priceCadFull,
	.eshopCart .priceCad,
	.eshopCart .priceTot{
	    font-size: 15px!important;
    	line-height: 34px;
	}
	
	.eshopCart .priceCad.hasDiscount{
		font-size: 12px!important;
    	line-height: 1;
	}
	
	#eshopEmptyCart form{
		width: 50%;
	}
	
}

/****************************************
** End Cart Page                       **
****************************************/


/****************************************
** Contacts Page                       **
****************************************/
.to-validate .checkbox #privacy-error {
	display: none!important;
}

/****************************************
** End Contacts Page                       **
****************************************/


/****************************************
** Help Page                       **
****************************************/
.help-list {
	font-size: 14px;
}

/****************************************
** End Help Page                       **
****************************************/


/****************************************
** Advantage Page                       **
****************************************/
.advantage-list {
	font-size: 14px;
}

/****************************************
** End Advantage Page                       **
****************************************/


/****************************************
** Feedback                            **
****************************************/
.feedback_item {
	background-color: #A28A75;
	margin-bottom: 15px;
	color: #FFF;
}

.feedback_item .feedback_content {
	line-height: 1;
	padding: 10px;
	font-weight: 600;
}

.feedback_item .feedback_content a{
	color: #FFF;
}

.feedback_item .feedback_info {
	line-height: 1;
	color: #FFF;
	padding: 10px;
	font-size: 10px;
}

.feedback_item .feedback_vote {
	background-color: #4F3014;
    color: #fff;
    text-align: right;
    padding: 0 10px;
}

.feedback_item .feedback_vote .fa {
    margin-left: 10px;
}

.btn-write-feedback{
	white-space: normal;
	margin-bottom: 30px;
}

/* Star */
div.stars {
  width: 276px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
  cursor: pointer;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

.has-error label.star{
	color: #a94442;
}

div.stars div#star-error{
	display: none!important;
}

.form-group.fgstars{
	margin-bottom: 0px;
}


/*New*/
#feedback_article_box{
	margin: 15px 0;
}

#feedback_article_box .feedbackStar .fa{
    color: #FD4;
    font-size: 24px;
    line-height: 24px;
}


#feedback_article_box .feedbackNumber {
    font-size: 24px;
    line-height: 24px;
}

.feedback_average{
	line-height: 1;
}
.starSummary{
	margin: 10px 0 10px 0;
}
.starSummary .progress{
	margin-bottom: 0;
}
.starSummary .progress-bar{
	background-color: #FD4;
}





.headerFeedback {
	border-bottom: none;
    padding-bottom: 0;
    margin: 30px 0 15px 0;
}

.headerFeedback .feedback_item {
	background: none;
    margin-bottom: 0;
}

.headerFeedback .feedback_item .feedback_content {
    line-height: 1.4;
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: #222222;
    font-weight: normal;
}

.headerFeedback .feedback_item .feedback_vote {
    background: none;
    color: #ff6600;
    text-align: center;
    padding: 10px 0 0 0;
    line-height: 1;
}

.headerFeedback .feedback_item .feedback_info {
    line-height: 1;
    color: #222222;
    padding: 10px 0 0 0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 576px) {
	.headerFeedback .feedback_item .feedback_content {
	    font-size: 18px;
	}
	
	.headerFeedback .feedback_item .feedback_info {
	    font-size: 14px;
	}
}
/****************************************
** End Feedback                        **
****************************************/

/****************************************
** Provider                            **
****************************************/
#registration-provider-form fieldset{
	margin-bottom: 60px;	
}

.providerItemHeader hr{
	margin-top: 0;
}

.providerItemHeader .cart-price-tot{
    text-align: right;
}

.providerItemHeader .cart-qty{
    text-align: center;
}

.providerItemRow .providerItemName{
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.providerItemRow .providerItemCode {
    font-size: 12px;
}

/*.providerItemRow{
	padding: 10px 0;
}*/

.box-provider-articles-list .panel-body:hover{
	background-color: #f5f5f5;
}

.box-provider-articles-list .panel-body{
	border-bottom: 1px solid #dddddd;
}

.box-provider-articles-list .btn-block {
    padding: 6px 5px;
}

.box-provider-articles-list .art_qta_box  {
    line-height: 1;
    font-size: 12px;
}


.box-provider-active-orders-list {
	line-height: 1.3;
}

.box-provider-active-orders-list .panel-body:hover{
	background-color: #f5f5f5;
}

.box-provider-active-orders-list .panel-body{
	border-bottom: 1px solid #dddddd;
}

.box-provider-active-orders-list .panel-body.canceled{
	color: #CCCCCC;
	font-style: italic;
}

.box-provider-active-orders-list .providerItemName{
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0;
}

.box-provider-active-orders-list .providerItemCode {
    font-size: 12px;
}

.rowHeaderProviderInner {    
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.rowHeaderProviderInner h3{
	margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.provider_cart_grand_total_box{
	font-weight: bold;
}

.box-provider-active-orders-list.preorder .panel-default>.panel-heading {
    background-color: #fff3cd;
}





.provider_cart_total_box{
	line-height: 1.5;
	/*border-bottom: 1px solid #eeeeee;*/
	text-align: right;
}

.provider_cart_total,
.provider_cart_grand_total{
	text-align: right;
	font-size: 15px;
    font-weight: bold;
}

.provider_cart_shipping_price_full{
	text-align: right;
	text-decoration: line-through;
	font-size: 15px;
	font-weight: bold;
}

.provider_cart_shipping_price{
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

.provider_cart_shipping_price.hasDiscount{
	line-height: 1;
	font-size: 12px!important;
}

.provider_cart_shipping_discount{
	text-align: right;
	color: #FF0000;
	line-height: 1;
	font-weight: bold;
	font-size: 12px!important;
}


.collo-box-label{
	font-weight: bold;
}



.provider_cart_shipping_filling{
	text-align: center;
    font-size: 12px;
    line-height: 1;
    padding: 10px 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.provider_cart_shipping_add_product{
    text-align: center;
    font-size: 12px;
    border: 1px solid #aaa;
    line-height: 1;
    padding: 10px 5px;
    font-weight: bold;
}
/****************************************
** End Provider                        **
****************************************/

/****************************************
** Provider Form Article Page          **
****************************************/
#articleFormPageSummaryBox{
	margin: 0 0 10px 0;
	padding: 0;
}

#articleFormPageSummaryBox h3{
	margin: 0;
	padding: 0;
}

label.base_label {
    margin: 0;
}

label.base_inner_label{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/****************************************
** Provider Form Article Page          **
****************************************/

/****************************************
** Centro comunicazioni                **
****************************************/
.webmail_table{
	line-height: 1.3;
	text-align: left;
}

.webmail_table .panel-heading,
.webmail_table .unread{
	font-weight: bold;
}

.webmail_table .panel-body:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}

.webmail_table .panel-body {
    border-bottom: 1px solid #dddddd;
}


.communication_center_provider_page_actions a {
	margin:  18px 0 10px 0;	
}

/****************************************
** End Centro comunicazioni            **
****************************************/


/****************************************
** Lista ordini cliente                **
****************************************/
.myOrderDetail,
.myOrderList{
	line-height: 1.3;
}

.myOrderDetail .panel-body:hover,
.myOrderList .panel-body:hover{
	background-color: #f5f5f5;
}

.myOrderDetail .panel-body,
.myOrderList .panel-body{
	border-bottom: 1px solid #dddddd;
}

.myOrderDetail .panel-body.canceled,
.myOrderList .panel-body.canceled{
	color: #CCCCCC;
	font-style: italic;
}

.box-provider-active-orders-list .btn.order_shipped_btn_success{
	margin-top: 0px;
}

.myOrderDetail .orderDetailItemAvailabilityPeriod{
	color: green;
	font-weight: bold;
}
/****************************************
** End Lista ordini cliente            **
****************************************/

/****************************************
** COOKIE                              **
****************************************/
#cconsent-bar, #cconsent-bar * {
	box-sizing: border-box
}
#cconsent-bar .visually-hide, 
#cconsent-modal .visually-hide {
	position: absolute !important;
	overflow: hidden !important;
	clip: rect(1px 1px 1px 1px) !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	width: 1px !important;
	height: 1px !important;
}
#cconsent-bar {
	background-color: #000000;
	color: #FFF;
	padding: 30px 15px 15px 15px;
	text-align: right;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	transform: translateY(0);
	transition: transform .6s ease-in-out;
	transition-delay: .3s;
}
#cconsent-bar.ccb--hidden {
	transform: translateY(100%);
	display: block;
}
#cconsent-bar .ccb__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1800px;
	margin: 0 auto;
}
#cconsent-bar .ccb__left {
	align-self: center;
	text-align: left;
	margin: 0 0 15px 0 ;
}
#cconsent-bar .ccb__right {
    align-self: center;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}
#cconsent-bar .ccb__right .ccb__button {
	display: flex;
    color: #FFF;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
}




#cconsent-bar .ccb__right .ccb__button_edit{
	flex-grow: 1;
}
#cconsent-bar button {
	line-height: normal;
	font-size: 14px;
	border: 0;
	padding: 10px 10px;
	color: #000;
	background-color: #FFF;
}
#cconsent-bar .ccb__button{
	display: flex;
}

#cconsent-bar .ccb__button > div{
	width: 100%;
}

#cconsent-bar .ccb__button button{
	/*min-width: 110px;*/
	width: 100%;
}

#cconsent-modal .ccm__footer button.consent-give,
#cconsent-bar button.consent-give{
	background-color: #28a745;
	color: #fff;
}
#cconsent-bar button.ccb__edit {
	flex-grow: 1;
}
#cconsent-bar a:hover, #cconsent-bar button:hover {
	cursor: pointer;
}

#cconsent-bar button#ccb__bar-close {
    /* font-weight: bold; */
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    color: #fff;
    background: #000;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

#cconsent-modal {
	display: none;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: sans-serif;
	font-size: 14px;
	background-color: rgba(0,0,0,0.6);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
@media (max-width: 600px) {
	#cconsent-modal {
		height: 100%
	}
}
#cconsent-modal button {
	border: 0
}
#cconsent-modal h2, #cconsent-modal h3 {
	color: #333
}
#cconsent-modal.ccm--visible {
	display: flex
}
#cconsent-modal .ccm__content {
	max-width: 600px;
	max-height: calc( 100vh - 30px);
	overflow-Y: auto;
	background-color: #FFFFFF;
}
@media (max-width: 600px) {
	#cconsent-modal .ccm__content {
		max-width: 100vw;
		height: 100%;
		max-height: initial;
	}
}
#cconsent-modal .ccm__content > .ccm__content__heading {
	border-bottom: 1px solid #D8D8D8;
	padding: 35px 35px 20px;
	background-color: #FFFFFF;
	position: relative;
}
#cconsent-modal .ccm__content > .ccm__content__heading h2 {
	font-size: 21px;
	font-weight: 600;
	color: #333;
	margin: 0
}
#cconsent-modal .ccm__content > .ccm__content__heading .ccm__cheading__close {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	border: 0;
	font-weight: 600;
	color: #888;
	cursor: pointer;
	font-size: 26px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 26px;
	height: 26px;
	background: none;
	text-align: center;
}
#cconsent-modal .ccm__content > .ccm__content__heading .ccm__cheading__close:focus {
	box-shadow: 0 0 0 0.25 rem rgb(40 168 52 / 75%);
}
#cconsent-modal h2, #cconsent-modal h3 {
	margin-top: 0
}
#cconsent-modal .ccm__content > .ccm__content__body {
	background-color: #FFF;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup {
	margin: 0;
	border-bottom: 1px solid #D8D8D8;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head {
	color: #333;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	padding: 0;
	margin: 0;
	transition: background-color .5s ease-out;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head:hover {
	background-color: #F9F9F9
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head__status {
	order: 1;
	position: absolute;
	left: 35px;
	font-weight: 600;
	display: inline-block;
	margin-right: 20px;
	pointer-events: none;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head__status.ccm__tab-head__status--checked {
	font-size: 1em;
	color: #28a834;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head__status.ccm__tab-head__status--unchecked {
	font-size: 1.4em;
	color: #e56385;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-head__text {
	order: 2;
	pointer-events: none;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge {
	transition: transform .3s ease-out;
	transform-origin: center;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: rotate(0deg);
	transform: translateY(-50%);
	order: 3;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge > svg {
	pointer-events: none;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-head__icon-wedge {
	transform: translateY(-50%) rotate(-180deg)
}
#cconsent-modal .ccm__tab-trigger {
	appearance: none;
	background: none;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 17px 35px 17px 56px;
	color: #333;
	font-weight: 600;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content {
	padding: 0;
	margin: 0
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease-out;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup .ccm__tab-content__inner {
	display: flex;
	flex-direction: row;
	padding: 25px 35px;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head {
	background-color: #f9f9f9
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
	max-height: 900px;
	opacity: 1;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose {
	order: 1;
}
@media (max-width: 600px) {
	#cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
		flex-direction: column
	}
}
@media (max-width: 600px) {
	#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose {
		margin-bottom: 20px;
	}
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-component {
	display: flex;
	margin-right: 35px;
	align-items: center;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch__status {
	font-weight: 600;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group {
	background: none;
	width: 40px;
	height: 20px;
	margin: 0 10px;
	position: relative;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	border-radius: 10px;
	-webkit-transition: .4s;
	transition: .4s;
	pointer-events: none;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch__slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group[aria-checked="true"] .ccm__switch__slider {
	background-color: #28A834;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group:focus {
	box-shadow: 0 0 0 2pxrgb(40 168 52 / 75%);
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group[aria-checked="true"] .ccm__switch__slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__tab-content__desc {
	order: 2;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content p {
	color: #444;
	margin-bottom: 0
}#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__list:not(:empty) {margin-top:30px;}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__list .ccm__list__title {
	color: #333;
	font-weight: 600;
}
#cconsent-modal .ccm__content > .ccm__content__body .ccm__tab-content .ccm__list ul {
	margin: 15px 0;
	padding-left: 15px
}
#cconsent-modal .ccm__footer {
	padding: 15px 10px;
	background-color: #EFEFEF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	justify-content: center;
}
#cconsent-modal .ccm__footer button {
	line-height: normal;
	font-size: 14px;
	transition: background-color .5s ease-out;
	background-color: #000000;
	color: #FFF;
	border: none;
	padding: 13px;
	min-width: 110px;
	border-radius: 2px;
	cursor: pointer;
}
#cconsent-modal .ccm__footer button:hover {
	background-color: #0;
}
#cconsent-modal .ccm__footer button#ccm__footer__consent-modal-submit {
	margin-right: 10px;
}


@media (min-width: 576px) {
	#cconsent-bar .ccb__button button{
		min-width: 110px;
		width: auto;
	}
		
	#cconsent-bar .ccb__button > div{
		width: auto;
	}
	
	#cconsent-modal .ccm__footer {
	    padding: 30px;
	    justify-content: flex-end;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/****************************************
** END COOKIE                          **
****************************************/


/****************************************
** GIFT CARD                           **
****************************************/
.giftCard_balance .balance,
.giftCardSituation .balance{
    color: #166327;
    font-size: 16px;
    font-weight: bold;
}

.giftCard_balance {
    margin-bottom: 30px;
}

#giftcard_message_preview{
	zoom: 0.5;
	-moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.5);
    -o-transform-origin: 0 0;
}

.giftCardSituation .btn{
	margin-bottom: 15px;
	font-weight: 600;
}

.deliveryDate_legend{
	line-height: 1;
	margin-bottom: 20px;
}

.categoryFooterText .disclaimer{
	line-height: 1;
	font-size: 12px;
}

.categoryFooterText .disclaimer h3{
	font-size: 14px;
	font-weight: bold;
}

.categoryFooterText .disclaimer ol{
	margin: 0 0 0 15px;
	padding: 0;
}

.categoryFooterText .disclaimer ol li{
	margin: 0 0 14px 0;
	padding: 0;
}

@media (min-width: 768px) {
  #giftcard_message_preview{
		zoom: 0.6;
		-moz-transform: scale(0.6);
	    -moz-transform-origin: 0 0;
	    -o-transform: scale(0.6);
	    -o-transform-origin: 0 0;
	}
}
@media (min-width: 992px) {
  #giftcard_message_preview{
		zoom: 0.7;
		-moz-transform: scale(0.7);
	    -moz-transform-origin: 0 0;
	    -o-transform: scale(0.7);
	    -o-transform-origin: 0 0;
	}
}
@media (min-width: 1200px) {
  #giftcard_message_preview{
		zoom: 1;
		-moz-transform: scale(1);
	    -moz-transform-origin: 0 0;
	    -o-transform: scale(1);
	    -o-transform-origin: 0 0;
	}
}



/****************************************
** END GIFT CARD                       **
****************************************/

/****************************************
** COUPONS                             **
****************************************/
.cart-coupons_summary{
	margin-bottom: 15px;
}

.coupons_use_item{
	line-height: 1;
	margin-bottom: 15px;
}

.accumulation_coupons{
	line-height: 1;
}

.coupons_accumulated_item{
	line-height: 1;
	margin-bottom: 15px;
}
/****************************************
** END COUPONS                         **
****************************************/


/****************************************
** SUBCATS                             **
****************************************/
.subcat-box-item{
	border: 1px solid #A28A75;
	margin: 15px 0;
}

.subcat-box-item .subcat-title{
    height: 52px;
    overflow: hidden;
    /*margin-bottom: 5px;*/
    background-color: #A28A75;
}


.subcat-box-item h3{
    font-size: 9px;
    margin: 5px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.subcat-box-item h3 a{
    color: #FFF;
}

.subcat-box-item h3 a:hover{
    color: #FFF;
}

@media (min-width: 425px) {
	.subcat-box-item h3{
	    font-size: 14px;
	}
}


/****************************************
** END SUBCATS                         **
****************************************/


/****************************************
** CASHONDELIVERY                      **
****************************************/
.cart-shipping-cashondelivery{
	line-height: 1;
}

.cart-shipping-cashondelivery .help-block{
	font-size: 11px;
}
/****************************************
** END CASHONDELIVERY                  **
****************************************/

/****************************************
** PAGINAZIONE                         **
****************************************/
.pageNav{
	clear: both;
    display: block;
    text-align: right;
    margin: 15px 0 0 0;
    padding: 0;
}

.pageNav ul{
	display: inline-block;
    text-align: right;
    margin: 0;
    padding: 0;
}

.pageNav ul li{
	display: block;
    float: left;
}

.pageNav ul li a{
    display: block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #FFF;
    background-color: #ff6600;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0;
}

.pageNav ul li a.active,
.pageNav ul li a:hover{
	color: #000;
    background-color: #ff6600;
}

/*Paginazione risultati*/
.simplesearch-paging{
	text-align: right;
}

.simplesearch-paging:after{
	content: '';
	display: block;
	clear: both;
	float: none;
}

.simplesearch-result-pages{
	display: inline-block;
    line-height: 50px;
    height: 50px;
    margin: 0 0 10px 10px;
    padding: 0;
}
.simplesearch-page{
	display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #000;
    background-color: #ff6600;
    text-decoration: none;
    margin: 0 0 10px 10px;
    padding: 0;
}

.simplesearch-page a{
	color: #FFF;
}

.simplesearch-page a:hover{
	color: #000;
}
/****************************************
** END PAGINAZIONE                     **
****************************************/

/****************************************
** BLOG                                **
****************************************/
.blogItem {
    font-size: 14px;
    border-bottom: 4px solid #ff6600;
    padding-bottom: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.blogItem.blogItemPage{
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 30px;
    line-height: 1.5;
}

.blogItem.blogItemPage > h2{
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
}

.blogItem p{
    margin-bottom: 20px;
}


.blogItem > h3 a{
	line-height: 1;
    font-size: 38px;
    font-weight: bold;
}


.blogFbBox{
	background-color: #f3f3f3;
	margin-top: 30px;
}

.blogSubTitleInfo .blogCategory a{
	text-transform: uppercase;
	font-weight: bold;
	background-color: #ff6600;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px; 
}

.blogSubTitleInfo .blogCategory a:hover{
    color: #000;
}

.blogItem .blogImg{
	width: 100%;
	margin: 15px 0;
}

.blog_categories ul{
	display: block;
	margin: 0;
	padding: 0;
}

.blog_categories ul li{
	display: block;
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
	line-height: 2;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px dashed #F3F3F3;	
}
.blog_categories ul li a{
	background-color: #ff6600;
    text-decoration: none;
    outline: 0;
    color: #fff;
    padding: 0 10px;
}


.blogSideBarModule{
	margin-bottom: 30px;
	border-top: 4px solid #ff6600;
}

.blogSideBarModule.blog_fb_plugin{
	border-top: none;	
}

.blog_sidebar_conteiner .blogSideBarModule:first-child{
	border-top: none;
}

.blogSideBarModule > h3 {
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin: 0 0 15px 0;
    line-height: 2.5;
}



.blog_item_list .item{
	border-bottom: 1px solid #ff6600;
    margin-bottom: 10px;
    padding: 0 0px 10px 0px;
    text-align: left;
}

.blog_item_list .item img{
	width: 38%;
    float: left;
    margin-right: 10px;
}

.blog_item_list .item  a.title{
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    display: block;
}

.blog_item_list .item  a.title:hover{
    color: #ff6600;
}

.homeContentModule .blog_item_list .item {
    border-bottom: 1px dashed #eee;
}

.homeContentModule .blog_item_list > div:last-child .item {
    border: none;
    margin: 0;
}

@media (min-width: 768px) {
	.homeContentModule .blog_item_list .item img{
		width: 100%;
	    float: none;
	    margin: 0 0 5px 0;	    
	}
	
	.homeContentModule .blog_item_list .item{
		border: none;
	    margin-bottom: 0;
	    padding: 0 0px 10px 0px;
	    text-align: left;
	}

}

@media (min-width: 992px) {
	.homeContentModule .blog_item_list .item img{
		width: 50%;
	    float: left;
	    margin-right: 10px;
	}

}


@media (min-width: 1200px) {
	
}



.art-blog{
	text-align: left;	
}

.art-blog-box-inner{
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.art-blog-img-box{
	position: relative;	
}

.art-blog-img-box img{
	width: 100%;
}

.art-blog .art-blog-img-box img.img-badge{
	width: 40%;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

.art-blog .art-blog-img-box img.img-badge.soldout-badge{
    position: absolute;
    bottom: 5px;
    left: 5px;
    top: auto;
}

.art-blog-box .art-blog-title{
   height: 52px;
   overflow: hidden;
   /*margin-bottom: 5px;*/
   background-color: #ccc;
}

.art-blog-box .art-blog-title h3{
    /*font-size: 14px;*/
   font-size: 12px;
   margin: 5px;
}

.art-blog-box .art-blog-title a{
    color: #000;
}

.art-blog-box .art-blog-title a:hover{
    color: #555;
}

.art-blog-box .art-blog-price{
    background-color: #ff6600;
	padding: 0 5px 5px 5px;
}

.art-blog-box .art-blog-price .priceCadFull, 
.art-blog-box .art-blog-price .priceCad {
    display: inline-block;
    font-weight: normal;
    color: #fff;
    margin-right: 5px;
    font-size: 10px;
}


.blog_read_other{
	margin-bottom: 30px;
}

.blog_read_other h4{
	color: #000;
	font-size: 14px;
	padding: 0;
	margin: 0;
	height: 45px;
    font-weight: bold;
    overflow: hidden;
}

.blog_read_other h4 a{
	color: #000;
	display: block;
}

.blog_read_other h4 a:hover{
	color: #ff6600;
}

.blog_read_other .blogOtherItem{
	margin-bottom: 30px;
	min-height: 233px;
}

.blogGalleryOuter{
	margin-bottom: 30px;
}

.simplesearch-results-list{
	display: block;
	float: none;
	clear: both;
	margin-bottom: 15px;
}

span.simplesearch-highlight {
    font-weight: bold;
    background-color: lightyellow;
}
/****************************************
** END BLOG                            **
****************************************/

/****************************************
** VIDEO PLAYER                        **
****************************************/
.embed_script .plyr--video .plyr__control.plyr__tab-focus, 
.embed_script .plyr--video .plyr__control:hover, 
.embed_script .plyr--video .plyr__control[aria-expanded=true] {
    background: #ff6600;
    color: #fff;
}

.embed_script .plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(225,107,2,.5);
    outline: 0;
}

.embed_script .plyr__control--overlaid {
    background: rgba(225,107,2,.8);
}

.embed_script .plyr--full-ui input[type=range] {
    color: #ff6600;
}

.embed_script .plyr--audio .plyr__control.plyr__tab-focus,
.embed_script .plyr--audio .plyr__control:hover,
.embed_script .plyr--audio .plyr__control[aria-expanded=true] {
    background: #ff6600;
    color: #fff
}

.embed_script .plyr__control--overlaid:focus,
.embed_script .plyr__control--overlaid:hover {
    background: #ff6600;
}

.embed_script .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #ff6600;
}

/****************************************
** VIDEO PLAYER                        **
****************************************/

/****************************************
** Content style                       **
****************************************/

/*layoutQuestion.php */
.question-container .panel .panel-heading {
	padding: 0px;
}

.question-container .panel .panel-heading .panel-title {
	position: relative;
}

.question-container .panel .panel-heading .panel-title a {
	display: block;
	padding: 10px;
}

.question-container .panel .panel-heading .panel-title span.glyphicon {
	position: absolute;
	top: 36%;
	right: 10px;
}
/* End layoutQuestion.php */

/*Diventa venditore in 4 semplici passaggi*/
.seller-step .step-image {
	margin: 0 auto;
}

.seller-step .step {
	margin-top: 22px;
}

.seller-step .outer-step {
	margin-top: 40px;
}

.seller-step .last {
	margin-top: 40px;
	margin-bottom: 22px;
}

.seller-step .more-info {
	margin: 0px 0 10px 0;
}
/*End Diventa venditore in 4 semplici passaggi*/

/*Tariffe applicate al momento della vendita IVA inclusa*/
.rate-container .btn-seller-outer {
	margin: 10px 0 12px 0;
}
/*End Tariffe applicate al momento della vendita IVA inclusa*/


body.key-page-discountedarticles h2.content_title{
	display: none;
}

/* PANEL Dolceitaliano*/
.panel-di {
    border-color: #ff6600;
}

.panel-di>.panel-heading {
    color: #FFF;
    background-color: #ff6600;
    border-color: #ff6600;
}

.is_gift_card .cat-article-img-box img{
	/*border: 1px solid #A28A75;*/
}




.bannerSigep2019 a{
	display: block;
	padding: 10px 15px 10px 15px;
	color: #222222;
}

.bannerSigep2019 .banner-big{
	display: none;
	background-color: #d7cec9;
	text-align: right;
	margin-bottom: 15px;
	line-height: 64px;
	font-size: 20px;
}
.bannerSigep2019 .banner-small{
	display: block;
	background-color: #d7cec9;
	text-align: center;
	margin-bottom: 15px;
	font-size: 18px;
}

@media (min-width: 600px) {
	.bannerSigep2019 .banner-big{
		display: block;
	}
	.bannerSigep2019 .banner-small{
		display: none;
	}
}

.header-other-logo {
	display: inline-block;
    float: left;
    border-left: 1px solid #ff6600;
    padding: 0px 0px 0px 20px;
    margin-left: 20px;
    height: 120%;
}
    
    
.header-other-logo.SIGEP span{
	display: block;
    color: #000;
    font-size: 6px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.header-other-logo.SIGEP img{
	height: 80%!important;
}

@media (min-width: 768px) {
	.header-other-logo {
	    height: 100%;
	}
	
	.header-other-logo.SIGEP span{
	    font-size: 10px;
	}
}



.box-inevidenza{
	border: 1px solid #ff6600;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(225, 107, 2, 0.1);
}




#messagesBox {
	background-color: #EEEEEE;
	padding: 8px 0;
}

#messagesBox img {
	width: 100%;
}

#messagesBox .container .row > div {
	margin-bottom: 8px;
}

#messagesBox .container .row > div:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	#messagesBox{
		background-color: #FFFFFF;
		padding: 15px 0;
	}
}

.message_banner_white{
	background-color: #FFFFFF;
	border: 1px solid #ff6600;
	color: #ff6600;
	margin-bottom: 15px;
	text-transform: uppercase;
	
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.message_banner_orange a{
	background-color: #ff6600;
	border: 1px solid #ff6600;
	color: #FFFFFF;
	margin-bottom: 0;
	text-transform: uppercase;
	
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    
    text-decoration: none;
    display: block;
}
body.home .message_banner_orange a{
	margin-bottom: 0;
}

.justifyright{
	text-align: right;
}

.message_banner_orange p,
.message_banner_white p{
	margin: 0;
	padding: 0;
}
/****************************************
** End Content style                   **
****************************************/

/****************************************
** BANNER GIF		                   **
****************************************/

.gif-banner p a:hover, .gif-banner p a:active {
	color: #ff6600;
	text-decoration: none;
}

@media (min-width: 768px) {
	.gif-banner p {
		line-height: 120px;
		text-align: right;
	}
}

@media (max-width: 767px) {
	.gif-banner p {
		margin: 30px 0 0 0;
		
	}
}


/****************************************
** BANNER IMG RWD		               **
****************************************/
.message_banner_img_rwd{
	margin-bottom: 15px;
}


.message_banner_img_rwd picture,
.message_banner_img_rwd img{
	width: 100%;
}




/****************************************
** SEARCH-BOX    		               **
****************************************/
.search-box {
	background-color: #FF6600;
	padding: 8px;
}

.search-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #EEEEEE;
  background-image: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* Chrome/Opera/Safari */
.cart-search-form .form-control::-webkit-input-placeholder,
.search-form .form-control::-webkit-input-placeholder { 
	text-transform: uppercase;
	font-weight: bold;
}

/* Firefox 19+ */
.cart-search-form .form-control::-moz-placeholder,
.search-form .form-control::-moz-placeholder { 
	text-transform: uppercase;
	font-weight: bold;
}
/* IE 10+ */
.cart-search-form .form-control :-ms-input-placeholder,
.search-form .form-control :-ms-input-placeholder { 
	text-transform: uppercase;
	font-weight: bold;
}
/* Firefox 18- */
.cart-search-form .form-control :-moz-placeholder,
.search-form .form-control :-moz-placeholder { 
	text-transform: uppercase;
	font-weight: bold;
}

.cart-search-form .btn-default,
.search-form .btn-default {
    color: #FFF;
    background-color: #222222;
    border-color: #222222;
    outline: none;
    border-radius: 0;
    width: 34px;
}

.cart-search-form .btn-default:active:focus,
.search-form .btn-default:active:focus {
    color: #FFF;
    background-color: #222222;
    border-color: #222222;
    outline: none;
    border-radius: 0;
}


#headerSearchFormBtn {
	text-align: center;
    padding: 0 0;
    height: 34px;
}


.cart-search-form .form-control{
	border-radius: 0;
}

@media (min-width: 768px) {
	.search-form {
	    width: 550px;
	    margin: 0 auto;
	}
}


/****************************************
** LOGIN MODAL    		               **
****************************************/
.login-page-box .panel-title {
    text-align: center;
    margin: 0 0 30px 0;
}

.login-page-box .panel-title img{
	width: 50%
}

.login-page-box .panel-heading {    
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    
    color: #222;
    background: none;
    border-color: #222;
}


.login-page-box .panel-default {
    border: none;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.login-page-box .panel-heading h3{
    margin: 0;
    text-align: left;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
}

.login-page-box .panel-body {
    padding: 15px 0;
}



.login-page-box .btnNewClient,
.login-page-box .btnNewProvider {
    text-align: left;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
}

.login-page-box #btnForgotPassword-box a{
	text-align: center;
    display: block;
    line-height: 1;
    font-weight: bold;
    color: #222222;
    text-decoration: underline;
}

.login-page-box #btnForgotPassword-box a:hover{
    color: #FF6600;
    text-decoration: underline;
}


#loginModal button.close {
    position: absolute;
    right: 15px;
    top: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    opacity: 1;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}


.btnFBLogin{
	background-color: #50609c;
    border-color: #50609c;
    margin-top: 15px;
    white-space: normal;
}

.FBStatus{
	line-height: 1;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: red;
}
/****************************************
** SEARCH-BOX    		               **
****************************************/
.homeContentModule.hidetitle .homeContentModuleTitle{
	display: none;
}

.homeContentModule {
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

.homeContentModule.banner {
	border-bottom: none;
    margin-bottom: 0;
}

.homeContentModuleTitle{
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

.homeContentModuleTitle .icon{
	background-color: #FF6600;
	width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;	
    overflow: hidden;
}

.homeContentModuleTitle .icon img{
	width: 30px;
}

.homeContentModuleTitle h3{
	color: #222222;
	text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    margin: 0;
}

.homeContentModuleTitle h3 a{
	color: #222222;
}

.homeContentModuleTitle h3 a:hover{
	color: #222222;
}


.homeContentModule.banner picture,
.homeContentModule.banner  img {
    width: 100%;
}


.contentLoader {
	display: block;
    border: 10px solid #EEEEEE;
    border-radius: 50%;
    border-top: 10px solid #ff6600;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 15px auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.diconodinoi-item{
	margin-bottom: 30px;
}

.diconodinoi-item p{
	margin: 0;
}

/****************************************
** PROMO BADGE DYNAMIC    		       **
****************************************/
.cat-article-box .cat-article-img-box {
    position: relative;
    /*overflow: hidden;*/
}

.promoBadgeDynamicOuter {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    z-index: 55;
}

.promoBadgeDynamic{
	position: absolute;
    top: -64px;
    right: -64px;
    color: #FFFFFF;
    background-color: #FF6600;
    width: 130px;
    height: 130px;
    text-align: center;
    overflow: hidden;
	
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  
}


.promoBadgeDynamic span{
	display: block;
	text-align: center;
	line-height: 1;
}

.promoBadgeDynamic span.promoBadgePerc{
	margin: 90px 0 3px 0;
    font-weight: bold;
    font-size: 18px;
}

.promoBadgeDynamic span.promoBadgeTxt{
	margin: 0 0 0 0;
	font-size: 14px;
}



.art-cross-selling-img-box .promoBadgeDynamic {
    position: absolute;
    top: -75px;
    right: -75px;
    color: #FFFFFF;
    background-color: #FF6600;
    width: 130px;
    height: 130px;
    text-align: center;
    overflow: hidden;
}

.art-cross-selling-img-box .promoBadgeDynamic span.promoBadgePerc {
    margin: 97px 0 3px 0;
    font-weight: bold;
    font-size: 14px;
}

.art-cross-selling-img-box .promoBadgeDynamic span.promoBadgeTxt {
    margin: 0 0 0 0;
    font-size: 11px;
}



.generalFoodDisclaimer{
	font-size: 12px;
    margin: 5px 0;
    font-weight: normal;
    text-align: center;
}


.badgePreorder{
    background-color: #95c928;
    position: absolute;
    bottom: 30px;
    left: -6px;
    
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    
    line-height: 1;
    padding: 5px 5px 5px 8px;
}

.badgePreorder .drg_icon:before {
	font-family: 'icomoon' !important;
    content: '\e917';	
    margin-right: 5px;
    font-size: 12px;
    vertical-align: middle;
}

.badgePreorder:before {
    content: '';
    display: block;
    border: 4px solid #000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    width: 0;
    height: 0;
    
    -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	
    position: absolute;
    bottom: -4px;
    left: 2px;
}


.art-cross-selling-img-box .badgePreorder{
    top: auto;
    bottom: 36px;
    font-size: 12px;
}

.art-cross-selling-img-box .badgePreorder .drg_icon:before {
	font-size: 12px;
    vertical-align: middle;
}

@media (min-width: 375px) {
	.badgePreorder{
	    top: auto;
	    bottom: 36px;
	}
}

@media (min-width: 530px) {
	.badgePreorder{
	    top: auto;
	    bottom: 44px;
	}
}


@media (min-width: 576px) {
	.badgePreorder{
	    top: 8px;
	    bottom: auto;
	}
}

@media (min-width: 768px) {
		
	.badgePreorder{
	    top: auto;
	    bottom: 36px;
	}
}

@media (min-width: 992px) {
	
	.badgePreorder{	
		top: 8px;
	    bottom: auto;
	    font-size: 15px;
	}
	
	.badgePreorder .drg_icon:before {
	    font-size: 20px;
	    vertical-align: sub;
	}
}

@media (min-width: 1200px) {
}



/****************************************
** B2B Page       		               **
****************************************/
.b2b_categorization_header {
    font-size: 14px;
    font-weight: bold;
    background-color: #ff6600;
    color: #FFFFFF;
    padding: 15px;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 4px;
}

.box-b2b-articles-list .panel-default>.panel-heading{
	display: none;
}

.box-b2b-articles-list .panel-body {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #ddd;
}

.box-b2b-articles-list .panel-body:last-child{
    padding: 5px 5px 5px 5px;
    border-bottom: none;
}

.b2bItemRow .b2bItemName{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.box-b2b-articles-list .panel.panel-default {
    margin-bottom: 10px;
}
/****************************************
** END B2B Page                        **
****************************************/

/****************************************
** Corporate Page                      **
****************************************/
body.corporate_page .headerFeedback,
body.corporate_page #messagesBox,
body.corporate_page #breadcrumb-box,
body.corporate_page #body-wrapper-inner{
	display: none!important;
}
.corporatePageContent {
    font-size: 16px;
    line-height: 1.5;
}


.corporatePageContent .corporatePageBox1{
	background-image: url("../../../media/images/corporate_page/SFONDO_BLOCCO1_mobile.jpg");
	background-repeat: no-repeat;
	background-position: center 94px;
    background-size: 425px;
}


.corporatePageContent .corporatePageBox1 h3{
    font-size: 26px;
    margin: 30px 0 300px 0;
}

.corporatePageContent ul {
	list-style: none; /* Remove default bullets */
	padding-left: 1em;
}

.corporatePageContent ul li::before {
	content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #ff6600; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
	float: left;
}

.corporatePageBox1 .btn{
	padding: 6px 30px;
	text-transform: uppercase;
	margin: 60px 0 60px 0;
}

.corporatePageBox2 h3{
	background-color: #ff6600;
    color: #FFFFFF;
    padding: 60px 15px 60px 15px;
    font-weight: normal;
    text-align: center;
    font-size: 30px;
}

.corporatePageBox2 .boxouter{
	padding: 0 20px;
	margin-top: 0px;
}

.corporatePageBox2 .boxouter h4 {
	color: #ff6600;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin: 30px 0 10px 0;
}

.corporatePageBox2 .boxouter img{
    text-align: center;
    margin: 0 auto;
    display: block;
}

.corporatePageBox2 .boxouter .subtitle{
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.corporatePageBox3{
	background-color: #ff6600;
	padding: 0 0 30px 0;
	position: relative;
	margin-top: 60px;
}

.corporatePageBox3:before{
	content: '';
    display: block;
    height: 1px;
    border-bottom: 10px dotted #FF6600;
    position: absolute;
    width: 100%;
    top: -5px;
}

.corporatePageBox3:after{
	content: '';
    display: block;
    height: 1px;
    border-bottom: 10px dotted #FF6600;
    position: absolute;
    width: 100%;
    bottom: -5px;
}

.corporatePageBox3 h3{
    color: #FFFFFF;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.corporatePageBox3 h4{
    color: #FFFFFF;
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.corporatePageBox3 .imgbox{
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    padding: 30px 10px 0 10px;
    display: block;
}

.corporatePageBox3 .imgbox:before{
	content: '';
	background-color: #ff6600;
	width: 50px;
	height: 50px;
	
	position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -25px;
	
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.corporatePageBox3 .subtitle {
    background: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 15px;
}

.corporatePageBox3 .selezioni_discalimer {
	color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 30px 15px 0 15px;
    line-height: 1;
}


.corporatePageBox3 .intro {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}

.prezzo_box {
    border: 3px solid #fff;
    padding: 5px;
    line-height: 1;
    position: relative;
    color: #fff;
}

.prezzo_box .prezzo {
    font-size: 40px;
    font-weight: bold;
    vertical-align: top;
}

.prezzo_box .prezzo span.centesimi {
    font-size: 20px;
    vertical-align: top;
    line-height: 1.3;
}

.prezzo_box .prezzo span.iva {
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
    line-height: 2.1;
    padding-left: 5px;
}

.prezzo_box .valuta {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
}

.prezzo_box.testo {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    height: 56px;
    line-height: 1;
    font-size: 12px;
    padding: 14px 5px;
}


.corporatePageBox4{
	padding: 30px 0;
}

.corporatePageBox4 h3{
	font-size: 36px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

.corporatePageBox4 span{
	color: #FF6600;
}

.corporatePageBox4 .subtitle {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
}


.corporatePageBox4 .row > div {
	align-self: center;
	font-size: 16px;
}

.corporatePageBox5 {
	background-color: #EEEEEE;
	text-align: center;
	margin-top: 30px;
	padding: 0 0 30px 0;
}

.corporatePageBox5 h3{
    background-color: #FF6600;
    color: #FFFFFF;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding: 10px 48px;
    font-size: 24px;
    top: -24px;
    position: relative;
    margin-bottom: 30px;
}

.corporatePageBox5 h3 span{
	display: block;
    position: absolute;
    bottom: -34px;
    left: 50%;
    height: 35px;
    overflow: hidden;
    width: 70px;
    margin-left: -35px;
}

.corporatePageBox5 h3 span:before{
	content: '';
	background-color: #ff6600;
	width: 50px;
	height: 50px;
	
	position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -25px;
	
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.corporatePageBox5 #corporategifts-form{
	text-align: left;
}

.corporatePageBox5 #corporategifts-form fieldset{
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 15px;
}

.corporatePageBox5 #corporategifts-form .checkbox{
	font-size: 12px;
	line-height: 1;
}

.corporatePageBox5 #corporategifts-form .btn{
	text-transform: uppercase;
	font-weight: bold;
}

#header-topbar ul.topbar-menu li.first{
	background-color: #FF6600
}

#header-topbar ul.topbar-menu li.first a{
	color: #FFFFFF;
	border-right: none;
	padding: 0 20px;
}

#categorization_menu .slidemenu-bottom ul li.corporate_page a{
	color: #FF6600;
}

@media (min-width: 425px) {
	.prezzo_box.testo {
	    font-size: 14px;
	    padding: 11px 5px;
	}
}


@media (min-width: 576px) {
	
	.prezzo_box.testo {
	    height: 66px;
	    line-height: 56px;
	    font-size: 14px;
	    padding: 5px;
	}
}

@media (min-width: 768px) {
	.corporatePageContent .corporatePageBox1 {
	    background-image: url(../../../media/images/corporate_page/SFONDO_BLOCCO1_mobile.jpg);
	    background-repeat: no-repeat;
	    background-position: center 140px;
	    background-size: 698px;
	}

	.corporatePageContent .corporatePageBox1 h3 {
	    font-size: 50px;
	    margin: 30px 0 470px 0;
	}
	
	.corporatePageBox2 h3{
	    padding: 60px 15px 150px 15px;
	    font-size: 50px;
	}
	
	.corporatePageBox2 .boxouter{
		margin-top: -125px;
	}
	
	.corporatePageBox3 h3{
	    padding: 30px 0 15px 0;
	    font-size: 50px;
	}

	.corporatePageBox3 h4{
	    padding: 15px 0;
	    font-size: 24px;
	}

	.corporatePageBox3 .imgbox{
	    padding: 30px 10px 0 10px;
	}
	
		
	.prezzo_box .prezzo {
	    font-size: 50px;
	    font-weight: bold;
	    vertical-align: top;
	}
	
	.prezzo_box .prezzo span.centesimi {
	    font-size: 28px;
	    vertical-align: top;
	    line-height: 1.3;
	}
	
	.prezzo_box .prezzo span.iva {
	    font-size: 16px;
	    font-weight: normal;
	    vertical-align: top;
	    line-height: 2.1;
	    padding-left: 5px;
	}
	
	.prezzo_box .valuta {
	    position: absolute;
	    bottom: 5px;
	    right: 5px;
	    font-size: 16px;
	}
	
	.prezzo_box.testo {
	    text-align: center;
	    text-transform: uppercase;
	    font-weight: bold;
	    height: 66px;
	    line-height: 1;
	    font-size: 14px;
	    padding: 16px 5px;
	}

	.corporatePageBox4 h3{
		font-size: 90px;
	}
	
	.corporatePageBox4 .subtitle {
	    font-size: 44px;
	}
	
	.corporatePageBox4 .row > div {
		align-self: center;
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.corporatePageContent .corporatePageBox1{
		background-image: url("../../../media/images/corporate_page/SFONDO_BLOCCO1.jpg");
		background-repeat: no-repeat;
		background-position: center center;
	    background-size: auto;
	}
	
	.corporatePageContent .corporatePageBox1 h3{
		font-size: 50px;
		margin: 60px 0 90px 0;
	}
	
	.prezzo_box.testo {
	    text-align: center;
	    text-transform: uppercase;
	    font-weight: bold;
	    height: 66px;
	    line-height: 56px;
	    font-size: 14px;
	    padding: 5px;
	}
	
	.corporatePageBox4 .row {
		display: flex;
	}

}

@media (min-width: 1200px) {
}

/****************************************
** END Corporate Page                  **
****************************************/

/****************************************
** PRE HEADER                          **
****************************************/
.pre-header-outer .preorder a{
    display: flex;
    background: #306109;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 5px 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pre-header-outer svg{
    width: 16px;
    margin: 0 10px;
}

@media (min-width: 768px) {
	.pre-header-outer .preorder a{
		line-height: 1;
	}
}


/****************************************
** END PRE HEADER                      **
****************************************/

/****************************************
** LANG                                **
****************************************/
#header-topbar ul.topbar-lang {
    margin: 0 0 0 12px;
}


#header-topbar ul.topbar-lang li {
    display: inline-block;
    margin: 0 0 0 3px;
    padding: 0;
    list-style-type: none;
}

#header-topbar ul.topbar-lang li a{
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 0;
}

#header-topbar ul.topbar-lang li a span {
	display: none;
}

#header-topbar ul.topbar-lang li a img {
	width: 18px;
	display: block;
	margin: 0;
	padding: 0;
}





#header-top ul.topbar-lang{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header-top ul.topbar-lang li{
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #222222;
    float: left;
    margin: 9px 4px 9px 4px;
    background: none;
    border: none;
    outline: none;
    align-self: center;
    list-style-type: none;
}

@media (min-width: 375px) {
	#header-top ul.topbar-lang li{
	    margin: 9px 8px 9px 8px;
	}
}

#header-top ul.topbar-lang li.active{
	display: none;
}

#header-top ul.topbar-lang li a span{
	display: block;
	font-size: 10px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 2px 0 0 0;
    text-transform: uppercase;
    clear: both;
    float: none;
    color: #222222;
}

#header-top ul.topbar-lang li a img {
	width: 20px;
	display: block;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	#header-top ul.topbar-lang{
		display: none;
	}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}




















#categorization_menu .slidemenu-bottom ul.slidemenu-lang {
	display: flex;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
    justify-content: center;
}


#categorization_menu .slidemenu-bottom ul.slidemenu-lang li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
}

#categorization_menu .slidemenu-bottom ul.slidemenu-lang li a{
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 0;
	border-bottom: none;
}

#categorization_menu .slidemenu-bottom ul.slidemenu-lang li a span {
	display: none;
}

#categorization_menu .slidemenu-bottom ul.slidemenu-lang li a img {
	width: 34px;
	display: block;
	margin: 0;
	padding: 0;
}




#footer-wrapper-top-inner ul.footer-lang {
	display: flex;
    margin: 15px 0 0 0;
    padding: 0;
    width: 100%;
    justify-content: center;
}


#footer-wrapper-top-inner ul.footer-lang li {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
}

#footer-wrapper-top-inner ul.footer-lang li a{
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 0;
	border-bottom: none;
}

#footer-wrapper-top-inner ul.footer-lang li a span {
	display: none;
}

#footer-wrapper-top-inner ul.footer-lang li a img {
	width: 34px;
	display: block;
	margin: 0;
	padding: 0;
}







/****************************************
** END LANG                            **
****************************************/


.disclaimer_consegne{
    background: #ff6600;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 14px;
    line-height: 1.2;
}


.artPgShowMore {
    width: 210px;
    margin: 60px auto;
    text-transform: UPPERCASE;
    font-weight: bold;
}



/****************************************
** COUNTDOWN                           **
****************************************/

.countdownBox {
	display: none;
}


.countdownBox.is-countdown {
	display: inline-flex;
    flex-direction: row;
    text-align: center;
}
.countdownBox span.cd-day{
	margin-right: 9px;
}

.countdownBox span.cd-num{
	display: block;
    background-color: #ff6600;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
} 

.countdownBox span.cd-label{
	font-weight: bold;
    text-align: center;
    display: block;
    font-size: 10px;
    line-height: 1.1;
}

.countdownBox span.cd-sep{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	height: 50px;
	margin: 0 2px;
}
/****************************************
** COUNTDOWN                           **
****************************************/



@media (min-width: 425px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
	.vetrina_submenu{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: space-between;
	    align-items: center;
	}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}


/****************************************
** SPECIALE NATALE 2020                **
****************************************/
body.speciale_natale_2020 .specialenatale2020_topbar.message,
body.speciale_natale_2020 #messagesBox,
body.speciale_natale_2020 #headerFeedbackBox,
body.speciale_natale_2020 #breadcrumb-box,
body.speciale_natale_2020 h2.content_title{
	display: none;
}

.specialenatale2020_topbar_inner{
	background-color: #f6f5f4;
	background-image: url('../../../media/images/vetrine/speciale_natale_2021/BG_MOBILE.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

.specialenatale2020_topbar_menu a{
	text-align: center;
	color: #222222;
	display: block;
}

.specialenatale2020_topbar_menu a.active,
.specialenatale2020_topbar_menu a:hover{
	color: #ff6600;
}

.specialenatale2020_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialenatale2020_topbar_menu a img{
	margin: 0 auto;
}

.specialenatale2020_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 220px;
}

.specialenatale2020_topbar .sn_title a{
	color: #222222;
}

.specialenatale2020_topbar .sn_title a:hover{
	color: #FF6600;
}

.specialenatale2020_topbar_menu > div{
	border-bottom: 3px solid #FFFFFF;
}


.specialenatale2020_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialenatale2020_topbar_submenu a:hover{
	color: #ff6600;
}

.specialenatale2020_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialenatale2020_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialenatale2020_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 245px;
	}
}

@media (min-width: 768px) {
	.specialenatale2020_topbar_inner{
		background-color: #f6f5f4;
		background-image: url('../../../media/images/vetrine/speciale_natale_2021/BGD.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialenatale2020_topbar .sn_title{
		width: auto;
	    margin: 35px auto 50px auto;
	}
	
	.specialenatale2020_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialenatale2020_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialenatale2020_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialenatale2020_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialenatale2020_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 10px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
** END SPECIALE NATALE 2020            **
****************************************/


/****************************************
** SPECIALE INVERNO 2021               **
****************************************/
body.speciale_inverno_2021 .specialenatale2020_topbar.message,
body.speciale_inverno_2021 .specialeinverno2021_topbar.message,
body.speciale_inverno_2021 #messagesBox,
body.speciale_inverno_2021 #headerFeedbackBox,
body.speciale_inverno_2021 #breadcrumb-box,
body.speciale_inverno_2021 h2.content_title{
	display: none;
}

.specialeinverno2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #ffffff;
	background-image: url('../../../media/images/vetrine/speciale_inverno_2024/banner_767x480.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

.specialeinverno2021_topbar_menu a{
	text-align: center;
	color: #222222;
	display: block;
}

.specialeinverno2021_topbar_menu a.active,
.specialeinverno2021_topbar_menu a:hover{
	color: #ff6600;
}

.specialeinverno2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialeinverno2021_topbar_menu a img{
	margin: 0 auto;
}

.specialeinverno2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 220px;
}

.specialeinverno2021_topbar .sn_title a{
	color: #222222;
}

.specialeinverno2021_topbar .sn_title a:hover{
	color: #FF6600;
}

.specialeinverno2021_topbar_menu > div{
	border-bottom: 3px solid #f6f5f4;
}


.specialeinverno2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialeinverno2021_topbar_submenu a:hover{
	color: #ff6600;
}

.specialeinverno2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialeinverno2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialeinverno2021_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 245px;
	}
}

@media (min-width: 768px) {
	.specialeinverno2021_topbar_inner{
		background-color: #f6f5f4;
		background-image: url('../../../media/images/vetrine/speciale_inverno_2024/banner_1950x300.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialeinverno2021_topbar .sn_title{
		width: auto;
	    margin: 35px auto 50px auto;
	}
	
	.specialeinverno2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialeinverno2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialeinverno2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialeinverno2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialeinverno2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
** END SPECIALE INVERNO 2021           **
****************************************/



/****************************************
** SPECIALE SAN VALENTINO 2021         **
****************************************/
body.speciale_sanvalentino_2021 .specialenatale2020_topbar.message,
body.speciale_sanvalentino_2021 .specialeinverno2021_topbar.message,
body.speciale_sanvalentino_2021 .specialesanvalentino2021_topbar.message,
body.speciale_sanvalentino_2021 #messagesBox,
body.speciale_sanvalentino_2021 #headerFeedbackBox,
body.speciale_sanvalentino_2021 #breadcrumb-box,
body.speciale_sanvalentino_2021 h2.content_title{
	display: none;
}

.specialesanvalentino2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #ffffff;
	background-image: url('../../../media/images/vetrine/speciale_sanvalentino_2021/MOBILE.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}

.specialesanvalentino2021_topbar_menu a{
	text-align: center;
	color: #FFFFFF;
	display: block;
}

.specialesanvalentino2021_topbar_menu a.active,
.specialesanvalentino2021_topbar_menu a:hover{
	color: #222222;
}

.specialesanvalentino2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialesanvalentino2021_topbar_menu a img{
	margin: 0 auto;
}

.specialesanvalentino2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 234px;
}

.specialesanvalentino2021_topbar .sn_title a{
	color: #FFFFFF;
	text-transform: uppercase;
}

.specialesanvalentino2021_topbar .sn_title a:hover{
	color: #222222;
}

.specialesanvalentino2021_topbar_menu > div{
	border-bottom: 3px solid #fd5c43;
}


.specialesanvalentino2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialesanvalentino2021_topbar_submenu a:hover{
	color: #ff6600;
}

.specialesanvalentino2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialesanvalentino2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialesanvalentino2021_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 330px;
	}
}

@media (min-width: 768px) {
	.specialesanvalentino2021_topbar_inner{
		background-color: #f6f5f4;
		background-image: url('../../../media/images/vetrine/speciale_sanvalentino_2021/DESK.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialesanvalentino2021_topbar .sn_title{
		width: auto;
	    margin: 35px auto 50px auto;
	}
	
	.specialesanvalentino2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialesanvalentino2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialesanvalentino2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialesanvalentino2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialesanvalentino2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
** SPECIALE SAN VALENTINO 2021         **
****************************************/


/****************************************
** SPECIALE FESTA DELLA DONNA 2021     **
****************************************/
body.speciale_festadelladonna_2021 .specialeinverno2021_topbar.message,
body.speciale_festadelladonna_2021 .specialefestadelladonna2021_topbar.message,
body.speciale_festadelladonna_2021 #messagesBox,
body.speciale_festadelladonna_2021 #headerFeedbackBox,
body.speciale_festadelladonna_2021 #breadcrumb-box,
body.speciale_festadelladonna_2021 h2.content_title{
	display: none;
}

.specialefestadelladonna2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fce7f0;
	background-image: url('../../../media/images/vetrine/speciale_festadelladonna_2024/banner_festadelladonna_767x480.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

.specialefestadelladonna2021_topbar_menu a{
	text-align: center;
	color: #222;
	display: block;
}

.specialefestadelladonna2021_topbar_menu a.active,
.specialefestadelladonna2021_topbar_menu a:hover{
	color: #c95483;
}

.specialefestadelladonna2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialefestadelladonna2021_topbar_menu a img{
	margin: 0 auto;
}

.specialefestadelladonna2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 234px;
}

.specialefestadelladonna2021_topbar .sn_title a{
	color: #c95483;
    font-weight: bold;
}

.specialefestadelladonna2021_topbar .sn_title a:hover{
	color: #222222;
}

.specialefestadelladonna2021_topbar_menu > div{
	border-bottom: 3px solid #c95483;
}


.specialefestadelladonna2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialefestadelladonna2021_topbar_submenu a:hover{
	color: #C95483;
}

.specialefestadelladonna2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialefestadelladonna2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialefestadelladonna2021_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 330px;
	}
}

@media (min-width: 768px) {
	.specialefestadelladonna2021_topbar_inner{
		background-color: #f6f5f4;
		background-image: url('../../../media/images/vetrine/speciale_festadelladonna_2024/banner_festadelladonna_1950x300.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialefestadelladonna2021_topbar .sn_title{
		width: auto;
	    margin: 55px auto 30px auto;
	}
	
	.specialefestadelladonna2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialefestadelladonna2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialefestadelladonna2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialefestadelladonna2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialefestadelladonna2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
** SPECIALE FESTA DELLA DONNA 2021     **
****************************************/


/****************************************
** SPECIALE FESTA DEL PAPA' 2021      **
****************************************/
body.speciale_festadelpapa_2021 .specialefestadelladonna2021_topbar.message,
body.speciale_festadelpapa_2021 .specialeinverno2021_topbar.message,
body.speciale_festadelpapa_2021 .specialefestadelpapa2021_topbar.message,
body.speciale_festadelpapa_2021 #messagesBox,
body.speciale_festadelpapa_2021 #headerFeedbackBox,
body.speciale_festadelpapa_2021 #breadcrumb-box,
body.speciale_festadelpapa_2021 h2.content_title{
	display: none;
}

.specialefestadelpapa2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_festadelpapa/back-desk-mobile.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

.specialefestadelpapa2021_topbar_menu a{
	text-align: center;
	color: #333;
	display: block;
}

.specialefestadelpapa2021_topbar_menu a.active,
.specialefestadelpapa2021_topbar_menu a:hover{
	color: #6dc2c9;
}

.specialefestadelpapa2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialefestadelpapa2021_topbar_menu a img{
	margin: 0 auto;
}

.specialefestadelpapa2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 234px;
}

.specialefestadelpapa2021_topbar .sn_title a{
	color: #fff;
    font-weight: bold;
}

.specialefestadelpapa2021_topbar .sn_title a:hover{
	color: #222222;
}

.specialefestadelpapa2021_topbar_menu > div{
	border-bottom: 3px solid #6dc2c9;
}


.specialefestadelpapa2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialefestadelpapa2021_topbar_submenu a:hover{
	color: #C95483;
}

.specialefestadelpapa2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialefestadelpapa2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialefestadelpapa2021_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 330px;
	}
}

@media (min-width: 768px) {
	.specialefestadelpapa2021_topbar_inner{
		background-color: #f6f5f4;
		background-image: url('../../../media/images/vetrine/speciale_festadelpapa/back-desk.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialefestadelpapa2021_topbar .sn_title{
		width: auto;
	    margin: 55px auto 30px auto;
	}
	
	.specialefestadelpapa2021_topbar_menu a{
		color: #fff;
	}
	
	.specialefestadelpapa2021_topbar_menu a.active,
	.specialefestadelpapa2021_topbar_menu a:hover{
		color: #000;
	}
	
	.specialefestadelpapa2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialefestadelpapa2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialefestadelpapa2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialefestadelpapa2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialefestadelpapa2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
** SPECIALE FESTA DEL PAPA' 2021     **
****************************************/


/****************************************
**	    	SPECIALE PASQUA 2021  	   **
****************************************/
body.speciale_pasqua_2021 .specialepasqua2021_topbar.message,
body.speciale_pasqua_2021 .specialefestadelpapa2021_topbar.message,
body.speciale_pasqua_2021 #messagesBox,
body.speciale_pasqua_2021 #headerFeedbackBox,
body.speciale_pasqua_2021 #breadcrumb-box,
body.speciale_pasqua_2021 h2.content_title{
	display: none;
}

.specialepasqua2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_pasqua/banner_sotto_680x128.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

.specialepasqua2021_topbar_menu a{
	text-align: center;
	color: #222;
	display: block;
}

.specialepasqua2021_topbar_menu a.active,
.specialepasqua2021_topbar_menu a:hover{
	/* color: #6bbd49; */
	/* color: #6abfd7; */
	color: #ff6600;
}

.specialepasqua2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialepasqua2021_topbar_menu a img{
	margin: 0 auto;
}

.specialepasqua2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 260px;
}

.specialepasqua2021_topbar .sn_title a{
	color: #fff;
    font-weight: bold;
}

.specialepasqua2021_topbar .sn_title a:hover{
	color: #000;
}

.specialepasqua2021_topbar_menu > div{
	border-bottom: 3px solid #a3d657;
}


.specialepasqua2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialepasqua2021_topbar_submenu a:hover{
	/* color: #C95483; */
	color: #FF6600;
}

.specialepasqua2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialepasqua2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialepasqua2021_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 330px;
	}
}

@media (min-width: 768px) {
	.specialepasqua2021_topbar_inner{
		background-color: #fff;
		background-image: url('../../../media/images/vetrine/speciale_pasqua/banner_sotto_3000x272.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialepasqua2021_topbar .sn_title{
		width: auto;
	    margin: 55px auto 30px auto;
	}
	
	.specialepasqua2021_topbar_menu a{
		color: #222;
	}

	.specialepasqua2021_topbar_menu a.active,
	.specialepasqua2021_topbar_menu a:hover{
		/* color: #6bbd49; */
		color: #ff6600;
	}
	
	.specialepasqua2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialepasqua2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialepasqua2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialepasqua2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialepasqua2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
** 		  SPECIALE PASQUA 2021        **
****************************************/

/****************************************
** 	SPECIALE OUTLET DI PASQUA 2021    **
****************************************/
body.speciale_outletpasqua_2021 .specialeoutletpasqua2021_topbar.message,
body.speciale_outletpasqua_2021 .specialeoutletpasqua2021_topbar.message,
body.speciale_outletpasqua_2021 .specialeprimavera2021_topbar.message,
body.speciale_outletpasqua_2021 #messagesBox,
body.speciale_outletpasqua_2021 #headerFeedbackBox,
body.speciale_outletpasqua_2021 #breadcrumb-box,
body.speciale_outletpasqua_2021 h2.content_title{
	display: none;
}

.specialeoutletpasqua2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_outletpasqua_2021/INBOX3E58528.png');
	background-repeat: no-repeat;
	background-position: center 0;
	/*background-size: contain; MG 07/04/2021*/
}

.specialeoutletpasqua2021_topbar_menu a{
	text-align: center;
	color: #333;
	display: block;
}

.specialeoutletpasqua2021_topbar_menu a.active,
.specialeoutletpasqua2021_topbar_menu a:hover{
	color: #6bbd49;
}

.specialeoutletpasqua2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
	height: 25px; 	/* MG 06/04/2021 per allineare le voci di menu */
	line-height: 1.3;	 /* MG 07/04/2021 per diminuire l'interlinea */
}

.specialeoutletpasqua2021_topbar_menu a img{
	margin: 0 auto;
}

.specialeoutletpasqua2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 250px;
}

.specialeoutletpasqua2021_topbar .sn_title a{
	color: #fff;
    font-weight: bold;
}

.specialeoutletpasqua2021_topbar .sn_title a:hover{
	color: #222222;
}

.specialeoutletpasqua2021_topbar_menu > div{
	/*border-bottom: 3px solid #a3d657;*/
}

.specialeoutletpasqua2021_topbar_menu{
	border-bottom: 3px solid #a3d657; /* 07/04/2021 */
}


.specialeoutletpasqua2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialeoutletpasqua2021_topbar_submenu a:hover{
	color: #C95483;
}

.specialeoutletpasqua2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialeoutletpasqua2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialeoutletpasqua2021_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 330px;
	}
}

@media (min-width: 768px) {
	.specialeoutletpasqua2021_topbar_inner{
		background-color: #f6f5f4;
		background-image: url('../../../media/images/vetrine/speciale_outletpasqua_2021/back-desk.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialeoutletpasqua2021_topbar .sn_title{
		width: auto;
	    margin: 55px auto 30px auto;
	}
	
	.specialeoutletpasqua2021_topbar_menu a{
		color: #000;
	}
	
	.specialeoutletpasqua2021_topbar_menu a.active,
	.specialeoutletpasqua2021_topbar_menu a:hover{
		/*color: #000;*/
	}
	
	.specialeoutletpasqua2021_topbar_menu > div{
		/* border-bottom: none; */
	}
	
	.specialeoutletpasqua2021_topbar_menu{
		border-bottom: none; /* MG 07/04/2021 */
	}
	
	
	.specialeoutletpasqua2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialeoutletpasqua2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialeoutletpasqua2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialeoutletpasqua2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
** 	SPECIALE OUTLET DI PASQUA 2021    **
****************************************/




/****************************************
** SPECIALE FESTA DELLA MAMMA 2021     **
****************************************/
body.speciale_festadellamamma_2021 .specialeoutletpasqua2021_topbar.message,
body.speciale_festadellamamma_2021 .specialefestadellamamma2021_topbar.message,
body.speciale_festadellamamma_2021 #messagesBox,
body.speciale_festadellamamma_2021 #headerFeedbackBox,
body.speciale_festadellamamma_2021 #breadcrumb-box,
body.speciale_festadellamamma_2021 h2.content_title{
	display: none;
}

.specialefestadellamamma2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #FFFFFF;
	background-image: url('../../../media/images/vetrine/speciale_festa_mamma/back-desk-mobile.png');
	background-repeat: no-repeat;
	background-position: center 0;
	/*background-size: contain;*/
	background-size: 216%;
}

.specialefestadellamamma2021_topbar_menu a{
	text-align: center;
	color: #222;
	display: block;
}

.specialefestadellamamma2021_topbar_menu a.active,
.specialefestadellamamma2021_topbar_menu a:hover{
	color: #f8061a;
}

.specialefestadellamamma2021_topbar_menu a span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
    min-height: 31px;
    margin-top: 10px;
}

.specialefestadellamamma2021_topbar_menu a img{
	margin: 0 auto;
}

.specialefestadellamamma2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 234px;
}

.specialefestadellamamma2021_topbar .sn_title a{
	color: #FFFFFF;
    font-weight: bold;
}

.specialefestadellamamma2021_topbar .sn_title a:hover{
	color: #FFFFFF;
}

.specialefestadellamamma2021_topbar_menu > div{
	border-bottom: 3px solid #f8061a;
}


.specialefestadellamamma2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialefestadellamamma2021_topbar_submenu a:hover{
	color: #C95483;
}

.specialefestadellamamma2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialefestadellamamma2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialefestadellamamma2021_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 330px;
	}
}

@media (min-width: 768px) {
	.specialefestadellamamma2021_topbar_inner{
		background-color: #f6f5f4;
		background-image: url('../../../media/images/vetrine/speciale_festa_mamma/back-desk.png');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialefestadellamamma2021_topbar .sn_title{
		width: auto;
	    margin: 30px auto 55px auto;
	}
	
	.specialefestadellamamma2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialefestadellamamma2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialefestadellamamma2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialefestadellamamma2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialefestadellamamma2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
** SPECIALE FESTA DELLA MAMMA 2021     **
****************************************/

/****************************************
**		 SPECIALE PRIMAVERA 2021       **
****************************************/
body.speciale_primavera_2021 .specialefestadellamamma2021_topbar.message,
body.speciale_primavera_2021 .specialeprimavera2021_topbar.message,
body.speciale_primavera_2021 .specialeoutletpasqua2021_topbar.message,
body.speciale_primavera_2021 #messagesBox,
body.speciale_primavera_2021 #headerFeedbackBox,
body.speciale_primavera_2021 #breadcrumb-box,
body.speciale_primavera_2021 h2.content_title{
	display: none;
}

.specialeprimavera2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_primavera_2021/back_desk_mobile.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

.specialeprimavera2021_topbar_menu a{
	text-align: center;
	color: #222;
	display: block;
}

.specialeprimavera2021_topbar_menu a.active,
.specialeprimavera2021_topbar_menu a:hover{
	color: #6bbd49;
}

.specialeprimavera2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialeprimavera2021_topbar_menu a img{
	margin: 0 auto;
}

.specialeprimavera2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 260px;
    
    text-shadow: 1px 1px 1px #6bbd49;
}

.specialeprimavera2021_topbar .sn_title a{
	color: #fff;
    font-weight: bold;
}

.specialeprimavera2021_topbar .sn_title a:hover{
	color: #000;
}

.specialeprimavera2021_topbar_menu > div{
	border-bottom: 3px solid #a3d657;
}


.specialeprimavera2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialeprimavera2021_topbar_submenu a:hover{
	color: #C95483;
}

.specialeprimavera2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialeprimavera2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialeprimavera2021_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 330px;
	}
}

@media (min-width: 768px) {
	.specialeprimavera2021_topbar_inner{
		background-color: #fff;
		background-image: url('../../../media/images/vetrine/speciale_primavera_2021/back_desk.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialeprimavera2021_topbar .sn_title{
		width: auto;
	    margin: 55px auto 30px auto;
	}
	
	.specialeprimavera2021_topbar_menu a{
		color: #222;
	}

	.specialeprimavera2021_topbar_menu a:hover{
		color: #6bbd49;
	}
	
	.specialeprimavera2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialeprimavera2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialeprimavera2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialeprimavera2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialeprimavera2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
**		 SPECIALE PRIMAVERA 2021       **
****************************************/

/****************************************
**		 SPECIALE ESTATE 2021       **
****************************************/
body.speciale_estate_2021 .specialefestadelpapa2021_topbar.message,
body.speciale_estate_2021 .specialeestate2021_topbar.message,
body.speciale_estate_2021 #messagesBox,
body.speciale_estate_2021 #headerFeedbackBox,
body.speciale_estate_2021 #breadcrumb-box,
body.speciale_estate_2021 h2.content_title{
	display: none;
}

.specialeestate2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_estate/back_desk_mobile.png');
	background-repeat: no-repeat;
	background-position: center 0;
	/*background-size: contain;*/
	background-size: 1498px;
}

.specialeestate2021_topbar_menu a{
	text-align: center;
	color: #222;
	display: block;
}

.specialeestate2021_topbar_menu a.active,
.specialeestate2021_topbar_menu a:hover{
	color: #000;
}

.specialeestate2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialeestate2021_topbar_menu a img{
	margin: 0 auto;
}

.specialeestate2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    /*margin: 20px auto 32px auto;*/
	margin: 35px auto 45px auto;
    /*width: 245px;*/
    font-size: 25px;
    /*width: 260px;*/
	width: 268px;
    
    text-shadow: 1px 1px 1px #000;
}

.specialeestate2021_topbar .sn_title a{
	color: #fff;
    font-weight: bold;
}

.specialeestate2021_topbar .sn_title a:hover{
	color: #222;
}

.specialeestate2021_topbar_menu > div{
	border-bottom: 3px solid #2dbdf9;
}


.specialeestate2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialeestate2021_topbar_submenu a:hover{
	color: #C95483;
}

.specialeestate2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialeestate2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}

@media (min-width: 375px) {
	.specialeestate2021_topbar .sn_title{
		font-size: 30px;
		width: 330px;
	}
}

@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialeestate2021_topbar .sn_title{
		font-size: 40px;
		margin: 27px auto 39px auto;
		width: 437px;
	}
}

@media (min-width: 768px) {
	.specialeestate2021_topbar_inner{
		background-color: #fff;
		background-image: url('../../../media/images/vetrine/speciale_estate/back_desk.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialeestate2021_topbar .sn_title{
		width: auto;
	    margin: 25px auto 50px auto;
	}
	
	.specialeestate2021_topbar_menu a{
		color: #222;
	}

	.specialeestate2021_topbar_menu a:hover{
		color: #fff;
	}
	
	.specialeestate2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialeestate2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialeestate2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialeestate2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialeestate2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
**		 SPECIALE ESTATE 2021       **
****************************************/


/****************************************
**	   SPECIALE FERRAGOSTO 2021        **
****************************************/
body.speciale_ferragosto_2021 .specialeestate2021_topbar.message,
body.speciale_ferragosto_2021 .specialeferragosto2021_topbar.message,
body.speciale_ferragosto_2021 #messagesBox,
body.speciale_ferragosto_2021 #headerFeedbackBox,
body.speciale_ferragosto_2021 #breadcrumb-box,
body.speciale_ferragosto_2021 h2.content_title{
	display: none;
}

.specialeferragosto2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_ferragosto/back-desk-mobile.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	/*background-size: contain;*/
	background-size: 800px;
}

.specialeferragosto2021_topbar_menu a{
	text-align: center;
	color: #222;
	display: block;
}

.specialeferragosto2021_topbar_menu a.active,
.specialeferragosto2021_topbar_menu a:hover{
	color: #e42236;
}

.specialeferragosto2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialeferragosto2021_topbar_menu a img{
	margin: 0 auto;
}

.specialeferragosto2021_topbar .sn_title{
    text-align: center;
    margin: 0;
    line-height: 1;
	margin: 6px auto 45px auto;
    font-size: 22px;
	width: 268px;
}

.specialeferragosto2021_topbar .sn_title a{
	color: #fff;
    font-weight: bold;
}

.specialeferragosto2021_topbar .sn_title a:hover{
	color: #fff;
}

.specialeferragosto2021_topbar_menu > div{
	border-bottom: 3px solid #e42236;
}


.specialeferragosto2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialeferragosto2021_topbar_submenu a:hover{
	color: #C95483;
}

.specialeferragosto2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialeferragosto2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}

@media (min-width: 375px) {
	.specialeferragosto2021_topbar .sn_title{
		font-size: 22px;
		width: 330px;
	}
}

@media (min-width: 425px) {
}

@media (min-width: 576px) {
	/*.specialeferragosto2021_topbar .sn_title{
		font-size: 40px;
		margin: 27px auto 39px auto;
		width: 437px;
	}*/
}

@media (min-width: 768px) {
	.specialeferragosto2021_topbar_inner{
		background-color: #fff;
		background-image: url('../../../media/images/vetrine/speciale_ferragosto/back-desk.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialeferragosto2021_topbar .sn_title{
		width: auto;
        margin: 16px auto 100px auto;
    	font-size: 30px;
	}
	
	.specialeferragosto2021_topbar_menu a{
		color: #222;
	}

	.specialeferragosto2021_topbar_menu a:hover{
		color: #e42236;
	}
	
	.specialeferragosto2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialeferragosto2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialeferragosto2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialeferragosto2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialeferragosto2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
**     SPECIALE FERRAGOSTO 2021        **
****************************************/




/****************************************
**   SPECIALE BACK TO SCHOOL 2021      **
****************************************/
body.speciale_backtoschool_2021 .specialeestate2021_topbar.message,
body.speciale_backtoschool_2021 .specialebacktoschool2021_topbar.message,
body.speciale_backtoschool_2021 #messagesBox,
body.speciale_backtoschool_2021 #headerFeedbackBox,
body.speciale_backtoschool_2021 #breadcrumb-box,
body.speciale_backtoschool_2021 h2.content_title{
	display: none;
}

.specialebacktoschool2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_backtoschool_2021/back_desk_mobile.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	/*background-size: contain;*/
	background-size: 800px;
}

.specialebacktoschool2021_topbar_menu a{
	text-align: center;
	color: #000000;
	display: block;
}

.specialebacktoschool2021_topbar_menu a.active,
.specialebacktoschool2021_topbar_menu a:hover{
	color: #ff6600;
}

.specialebacktoschool2021_topbar_menu a span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
    min-height: 31px;
    padding-top: 5px;
}

.specialebacktoschool2021_topbar_menu a img{
	margin: 0 auto;
}

.specialebacktoschool2021_topbar .sn_title{
    text-align: center;
    margin: 0;
    line-height: 1;
	margin: 50px auto 20px auto;
    font-size: 22px;
	width: 268px;
}

.specialebacktoschool2021_topbar .sn_title a{
	color: #ff6600;
    font-weight: bold;
}

.specialebacktoschool2021_topbar .sn_title a:hover{
	color: #000000;
}

.specialebacktoschool2021_topbar_menu > div{
	border-bottom: 3px solid #ff6600;
}


.specialebacktoschool2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialebacktoschool2021_topbar_submenu a:hover{
	color: #000000;
}

.specialebacktoschool2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialebacktoschool2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}

@media (min-width: 375px) {
	.specialebacktoschool2021_topbar .sn_title{
		font-size: 22px;
		width: 330px;
	}
}

@media (min-width: 425px) {
}

@media (min-width: 576px) {
	/*.specialebacktoschool2021_topbar .sn_title{
		font-size: 40px;
		margin: 27px auto 39px auto;
		width: 437px;
	}*/
}

@media (min-width: 768px) {
	.specialebacktoschool2021_topbar_inner{
		background-color: #fff;
		background-image: url('../../../media/images/vetrine/speciale_backtoschool_2021/back_desk.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialebacktoschool2021_topbar .sn_title{
		width: auto;
        margin: 80px auto 40px auto;
    	font-size: 30px;
	}
	
	.specialebacktoschool2021_topbar_menu a{
		color: #000000;
	}

	.specialebacktoschool2021_topbar_menu a:hover{
		color: #ff6600;
	}
	
	.specialebacktoschool2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialebacktoschool2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialebacktoschool2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialebacktoschool2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialebacktoschool2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
**   SPECIALE BACK TO SCHOOL 2021      **
****************************************/






/****************************************
**   SPECIALE AUTUNNO 2021             **
****************************************/
body.speciale_autunno_2021 .specialehalloween2024_topbar.message,
body.speciale_autunno_2021 .specialebacktoschool2021_topbar.message,
body.speciale_autunno_2021 .specialeautunno2021_topbar.message,
body.speciale_autunno_2021 #messagesBox,
body.speciale_autunno_2021 #headerFeedbackBox,
body.speciale_autunno_2021 #breadcrumb-box,
body.speciale_autunno_2021 h2.content_title{
	display: none;
}

.specialeautunno2021_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_autunno_2021/back-desk_mobile_autunno2021.png');
	background-repeat: no-repeat;
	background-position: center 0;
	/*background-size: contain;*/
	background-size: 800px;
}

.specialeautunno2021_topbar_menu a{
	text-align: center;
	color: #000000;
	display: block;
}

.specialeautunno2021_topbar_menu a.active,
.specialeautunno2021_topbar_menu a:hover{
	color: #ff6600;
}

.specialeautunno2021_topbar_menu a span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
    min-height: 31px;
    padding-top: 5px;
}

.specialeautunno2021_topbar_menu a img{
	margin: 0 auto;
}

.specialeautunno2021_topbar .sn_title{
    text-align: center;
    margin: 0;
    line-height: 1;
    margin: 15px auto 50px auto;
    font-size: 22px;
    width: 268px;
}

.specialeautunno2021_topbar .sn_title a{
	color: #FFFFFF;
    font-weight: bold;
}

.specialeautunno2021_topbar .sn_title a:hover{
	color: #FFFFFF;
}

.specialeautunno2021_topbar_menu > div{
	border-bottom: 3px solid #ff6600;
}


.specialeautunno2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialeautunno2021_topbar_submenu a:hover{
	color: #000000;
}

.specialeautunno2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialeautunno2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}

@media (min-width: 375px) {
	.specialeautunno2021_topbar .sn_title{
		font-size: 22px;
		width: 330px;
	}
}

@media (min-width: 425px) {
}

@media (min-width: 576px) {
	/*.specialeautunno2021_topbar .sn_title{
		font-size: 40px;
		margin: 27px auto 39px auto;
		width: 437px;
	}*/
}

@media (min-width: 768px) {
	.specialeautunno2021_topbar_inner{
		background-color: #fff;
		background-image: url('../../../media/images/vetrine/speciale_autunno_2021/back-desk_autunno2021.png');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialeautunno2021_topbar .sn_title{
		width: auto;
    	font-size: 30px;
    	margin: 26px auto 50px auto;
	}
	
	.specialeautunno2021_topbar_menu a{
		color: #000000;
	}

	.specialeautunno2021_topbar_menu a:hover{
		color: #ff6600;
	}
	
	.specialeautunno2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialeautunno2021_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialeautunno2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialeautunno2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialeautunno2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
**   SPECIALE AUTUNNO 2021             **
****************************************/



/****************************************
** BLACK FRIDAY 2021                   **
****************************************/
body.speciale_blackfriday_2021 .specialenatale2020_topbar.message,
body.speciale_blackfriday_2021 .specialeautunno2021_topbar.message,
body.speciale_blackfriday_2021 .specialeblackfriday2021_topbar.message,
body.speciale_blackfriday_2021 #messagesBox,
body.speciale_blackfriday_2021 #headerFeedbackBox,
body.speciale_blackfriday_2021 #breadcrumb-box,
body.speciale_blackfriday_2021 h2.content_title{
	display: none;
}

.specialeblackfriday2021_topbar_inner{
	background-color: #FF6600;
	background-image: url('../../../media/images/vetrine/speciale_blackfriday_2021/BG_MOBILE.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
}

.specialeblackfriday2021_topbar_menu a{
	text-align: center;
	color: #222222;
	display: block;
}

.specialeblackfriday2021_topbar_menu a.active,
.specialeblackfriday2021_topbar_menu a:hover{
	color: #FFFFFF;
}

.specialeblackfriday2021_topbar_menu a span{
	display: block;
    font-weight: bold;    
    margin-bottom: 10px;
}

.specialeblackfriday2021_topbar_menu a img{
	margin: 0 auto;
}

.specialeblackfriday2021_topbar .sn_title{
    /*font-size: 36px;*/
    text-align: center;
    /* font-weight: bold; */
    margin: 0;
    line-height: 1;
    margin: 20px auto 32px auto;
    /*width: 245px;*/
    font-size: 30px;
    width: 220px;
}

.specialeblackfriday2021_topbar .sn_title a{
	color: #222222;
}

.specialeblackfriday2021_topbar .sn_title a:hover{
	color: #FFFFFF;
}

.specialeblackfriday2021_topbar .sn_title .sn_subtitle {
    color: #fff;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.specialeblackfriday2021_topbar_menu > div{
	border-bottom: 3px solid #FFFFFF;
}


.specialeblackfriday2021_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #FF6600;
    color: #222;
}

.specialeblackfriday2021_topbar_submenu a:hover{
	color: #FFFFFF;
}

.specialeblackfriday2021_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialeblackfriday2021_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}


@media (min-width: 425px) {
}

@media (min-width: 576px) {
	.specialeblackfriday2021_topbar .sn_title{
		font-size: 40px;
	    margin: 35px auto 50px auto;
	    width: 245px;
	}
}

@media (min-width: 768px) {
	.specialeblackfriday2021_topbar_inner{
		background-color: #FF6600;
		background-image: url('../../../media/images/vetrine/speciale_blackfriday_2021/BACK_DESK.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialeblackfriday2021_topbar .sn_title{
		width: auto;
	    margin: 35px auto 50px auto;
	}
	
	.specialeblackfriday2021_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialeblackfriday2021_topbar_submenu{
	    border-bottom: 3px solid #FF6600;
	    padding: 15px 0;
	}
	
	.specialeblackfriday2021_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialeblackfriday2021_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialeblackfriday2021_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
** END BLACK FRIDAY 2021               **
****************************************/

/****************************************
**   SPECIALE HALLOWEEN 2023             **
****************************************/
body.speciale_halloween_2023 .specialeautunno2021_topbar.message,
body.speciale_halloween_2023 .specialehalloween2023_topbar.message,
body.speciale_halloween_2023 #messagesBox,
body.speciale_halloween_2023 #headerFeedbackBox,
body.speciale_halloween_2023 #breadcrumb-box,
body.speciale_halloween_2023 h2.content_title{
	display: none;
}

.specialehalloween2023_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_halloween_2023/Banner_Halloween_767x480.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	/*background-size: contain;*/
	background-size: 800px;
}

.specialehalloween2023_topbar_menu a{
	text-align: center;
	color: #FFFFFF;
	display: block;
}

.specialehalloween2023_topbar_menu a.active,
.specialehalloween2023_topbar_menu a:hover{
	color: #000000;
}

.specialehalloween2023_topbar_menu a span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
    min-height: 31px;
    padding-top: 5px;
}

.specialehalloween2023_topbar_menu a img{
	margin: 0 auto;
}

.specialehalloween2023_topbar .sn_title{
    text-align: center;
    margin: 0;
    line-height: 1;
    margin: 15px auto 50px auto;
    font-size: 22px;
    width: 268px;
}

.specialehalloween2023_topbar .sn_title a{
	color: #FFFFFF;
    font-weight: bold;
}

.specialehalloween2023_topbar .sn_title a:hover{
	color: #FFFFFF;
}

.specialehalloween2023_topbar_menu > div{
	border-bottom: 3px solid #ff6600;
}


.specialehalloween2023_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialehalloween2023_topbar_submenu a:hover{
	color: #000000;
}

.specialehalloween2023_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialehalloween2023_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}

@media (min-width: 375px) {
	.specialehalloween2023_topbar .sn_title{
		font-size: 22px;
		width: 330px;
	}
}

@media (min-width: 425px) {
}

@media (min-width: 576px) {
	/*.specialehalloween2023_topbar .sn_title{
		font-size: 40px;
		margin: 27px auto 39px auto;
		width: 437px;
	}*/
}

@media (min-width: 768px) {
	.specialehalloween2023_topbar_inner{
		background-color: #fff;
		background-image: url('../../../media/images/vetrine/speciale_halloween_2023/Banner_Halloween_3000x480_r2.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialehalloween2023_topbar .sn_title{
		width: auto;
    	font-size: 30px;
    	margin: 26px auto 50px auto;
	}
	
	.specialehalloween2023_topbar_menu a{
		color: #FFFFFF;
	}

	.specialehalloween2023_topbar_menu a:hover{
		color: #000000;
	}
	
	.specialehalloween2023_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialehalloween2023_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialehalloween2023_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialehalloween2023_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialehalloween2023_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
**   SPECIALE HALLOWEEN 2023             **
****************************************/

/****************************************
** SUBMENU PASQUA 2021		          **
****************************************/

@media (min-width: 768px) {	
	.topbar_submenu_grid{
		display: grid;
		grid-template-columns: repeat( auto-fit, minmax(160px, 1fr) );
		/* gap: 16px; */
		justify-content: space-between;
		justify-items: stretch;
	}
	.topbar_submenu_grid > div{
		padding: 0 8px;
	}
}




/****************************************
**   SPECIALE HALLOWEEN 2024             **
****************************************/
body.speciale_halloween_2024 .specialeautunno2021_topbar.message,
body.speciale_halloween_2024 .specialehalloween2024_topbar.message,
body.speciale_halloween_2024 #messagesBox,
body.speciale_halloween_2024 #headerFeedbackBox,
body.speciale_halloween_2024 #breadcrumb-box,
body.speciale_halloween_2024 h2.content_title{
	display: none;
}

.specialehalloween2024_topbar_inner{
	/*background-color: #f6f5f4;*/
	background-color: #fff;
	background-image: url('../../../media/images/vetrine/speciale_halloween_2024/Banner_Halloween_767x480.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	/*background-size: contain;*/
	background-size: 800px;
}

.specialehalloween2024_topbar_menu a{
	text-align: center;
	color: #FFFFFF;
	display: block;
}

.specialehalloween2024_topbar_menu a.active,
.specialehalloween2024_topbar_menu a:hover{
	color: #000000;
}

.specialehalloween2024_topbar_menu a span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
    min-height: 31px;
    padding-top: 5px;
}

.specialehalloween2024_topbar_menu a img{
	margin: 0 auto;
}

.specialehalloween2024_topbar .sn_title{
    text-align: center;
    margin: 0;
    line-height: 1;
    margin: 15px auto 50px auto;
    font-size: 22px;
    width: 268px;
}

.specialehalloween2024_topbar .sn_title a{
	color: #FFFFFF;
    font-weight: bold;
}

.specialehalloween2024_topbar .sn_title a:hover{
	color: #FFFFFF;
}

.specialehalloween2024_topbar_menu > div{
	border-bottom: 3px solid #ff6600;
}


.specialehalloween2024_topbar_submenu a{
	display: flex;
    flex-direction: row;
    height: 80px;
    overflow: hidden;
    border-bottom: 3px solid #f6f5f4;
    color: #222;
}

.specialehalloween2024_topbar_submenu a:hover{
	color: #000000;
}

.specialehalloween2024_topbar_submenu a img{
	width: 90px;
    padding: 10px 0 0 0;
}

.specialehalloween2024_topbar_submenu a span.title{
	display: block;
    line-height: 1;
    font-weight: bold;
    padding-left: 30px;
    text-align: left;    
	align-self: center;
}

#topAnchorLink {
	display: none;
    width: 38px;
    height: 38px;
    background-color: #FF6600;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #FFFFFF;
	box-shadow: 0 0 10px 0 #FFFFFF;
}

#topAnchorLink span{
	display: none;
}

@media (min-width: 375px) {
	.specialehalloween2024_topbar .sn_title{
		font-size: 22px;
		width: 330px;
	}
}

@media (min-width: 425px) {
}

@media (min-width: 576px) {
	/*.specialehalloween2024_topbar .sn_title{
		font-size: 40px;
		margin: 27px auto 39px auto;
		width: 437px;
	}*/
}

@media (min-width: 768px) {
	.specialehalloween2024_topbar_inner{
		background-color: #fff;
		background-image: url('../../../media/images/vetrine/speciale_halloween_2024/Banner_Halloween_3000x480.jpg');
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	
	.specialehalloween2024_topbar .sn_title{
		width: auto;
    	font-size: 30px;
    	margin: 26px auto 50px auto;
	}
	
	.specialehalloween2024_topbar_menu a{
		color: #FFFFFF;
	}

	.specialehalloween2024_topbar_menu a:hover{
		color: #000000;
	}
	
	.specialehalloween2024_topbar_menu > div{
		border-bottom: none;
	}
	
	
	.specialehalloween2024_topbar_submenu{
	    border-bottom: 3px solid #f6f5f4;
	    padding: 15px 0;
	}
	
	.specialehalloween2024_topbar_submenu a{
	    border-bottom: none;
	    height: 55px;
	}


	.specialehalloween2024_topbar_submenu a img{
		width: 55px;
	    padding: 0;
	}
	
	.specialehalloween2024_topbar_submenu a span.title{
		display: block;
	    line-height: 1;
	    font-weight: bold;
	    padding-left: 15px;
	    text-align: left;
	}	
	
	
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

/****************************************
**   SPECIALE HALLOWEEN 2024             **
****************************************/