@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,900');


.etichetta {
	font: 700 14px/12px Arial, Helvetica, sans-serif;
    color: white;
    background: #f89c2f;
    text-transform: uppercase;
    padding: 9px 0 7px;
    text-shadow: 1px 1px rgb(0 0 0 / 24%);
    width: 150px;
    text-align: center;
    display: block;
    position: absolute;
    right: -30px;
    top: 30px;
    z-index: 1; 
    -webkit-transform: rotate(
	45deg
	);
		-ms-transform: rotate(45deg);
		transform: rotate(
	45deg
	);
}

.megasearch_box .row {
  display: flex;
  flex-wrap: wrap;
}
.megasearch_box .row > div {
  flex: 0 0 20%; /* o 25%, o 16.66% a seconda del layout */
  /*max-width: 20%;*/
  box-sizing: border-box;
}

.megasearch_box .row > div.global_pagination {
	flex: 100%; /* o 25%, o 16.66% a seconda del layout */
  max-width: 100%;
  box-sizing: border-box;
}

.elenco_checkbox {
	line-height: 30px;
}
	.elenco_checkbox label {
		display: inline-block;
		float: none;
		clear: none;
	}
	#search_pagination  .elenco_checkbox input {
		height: auto !important;
	}

body {
	padding-top: 70px;
	width: 100%;
	overflow-x: hidden !important;
	font-family: "Roboto", sans-serif;
	background: #fafafa;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
}
.advice {
	text-transform: uppercase;
	padding: 15px 0;
	background: #FAEE23;
	color: #0A9CDF;
	text-align: center;
	font-weight: 900;
}
.like_h4 {
	padding-top: 10px;
}
 
.row {
	margin-bottom: 15px;
}
.label_dotted {
	display: inline-block !important;
	clear: none !important;	
	border-bottom: 1px dashed #000;
}

.slider_homepage_container {
	text-align: center;
	padding: 15px 0;
}
.slider_homepage_container .item {
	text-align: center;
	padding: 15px 0;
}
.slider_homepage_container .item img {
	margin: 0 auto;
	width: auto !important;
	height: auto !important; 
}
.owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -40px;
	left: 0;
}
	.owl-nav .owl-next, .owl-nav .owl-prev {
		position: absolute;
		transition: all .3s;
		opacity: .8;
		margin: 0;
		width: 40px !important;
		height: 80px !important;
		border: 0 !important;
		background: #0A9CDF !important;
		color: #fff !Important;
	}
		.owl-nav .owl-next.disabled, .owl-nav .owl-prev.disabled {
			background: #dedede !important;
		}

		.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
			opacity: 1;
			border: 0 !important;
		}
		.owl-nav .owl-next span, .owl-nav .owl-prev span {
			border: 0 !important;
			height: 80px !important;
			line-height: 60px !important;
			font-size: 50px !important;
			color: #fff !Important;
		}
	.owl-nav .owl-prev {
		left: 0;
	}
	.owl-nav .owl-next {
		right: 0;
	}


.legals {
	background: #fff;
}
.no_margin {
	margin: 0;
}
.lineheight59 {
	line-height: 59px;
}
#header_summer_holidays {
	z-index: 999;
	width: 100%;
	position: fixed;
	text-align: center;
	font-size: 12px;
	background: #FAEE23;
	padding: 5px 0;	
}

.colore {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
}

	.td_separator {
		width: 5px;
		background: #e7e7e7 url('images/td_separator.png') repeat;		
	}
	.req {
		color: #cc0000;
	}
	.small_info {
		color: #666;
		margin-top: 5px;
	}
a {
	text-decoration: none !important;
	transition: all .3s;
	color: #2c3e50;
}
.vestibilita_indicatore {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 15px;
	color: #fff;
	border: 2px solid #dedede;
	width: 100%;
	border-radius: 5px;
}
	.vestibilita_indicatore .vestibilita_indicatore_colorato {
		background: #2ecc71 ;
		padding: 5px;
	}

.social_networks {
	font-size: 30px;
}
	.social_networks a {
		display: inline-block;
		padding: 0 15px;
	}
.selettore_container {
	cursor: pointer !important;
	line-height: 25px;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	width: 150px;
	margin-left: 15px;
	color: #fff;
	opacity: .8;
	transition: all .3s;	
	background: rgba(0,0,0,.5);
	border-radius: 30px;
	display: inline-block;
}
	.selettore_container .selettore_rotondo {
		float: left;
		margin-right: 15px;
		border-radius: 50%;
		display: inline-block;
		background: rgba(0,0,0,.5);
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
		.selettore_container:hover {
			opacity: 1;
		}
		
	.prezzo_0 {
		color: #fff !important; 
	}
	
	.prezzo_1 {
		background: #ff9900;
		color: #fff !important;
		padding-left: 15px; 
	}
	.prezzo_1 .selettore_rotondo {
		float: right;
		margin-right: 0;
		margin-left: 15px;
	}

.indicatore_altri_costumi {
	color: #999;
	height: 300px; 
}
.indicatore_altri_costumi a {
	color: #666;
}
	.indicatore_altri_costumi a:hover {
		color: #999;
	}

.contenitore_ricerca {
	border: 2px solid #0D2441;
	border-radius: 7px;
}
.contenitore_ricerca:after {
	content: '';
	clear: both;
	display: block;
}
	.contenitore_ricerca input {
		width: 80%; 
		height: 34px; 
		border: 0;
		outline: none !important;
		box-shadow: 0 0 0 rgba(0,0,0,0);
	}
	.contenitore_ricerca button {
		float: right;
	}
	.absolute_box, .absolute_box_mainbox { 
		z-index: 777;
		max-width: 320px;
		color: #000;
		position: absolute;
	}
		.absolute_box_mainbox {  
			width: 100%;
			max-width: 100%;
			margin-top: 50px;
		}
	
	
		@media(min-width: 768px){
			
			.container {
				width: 100%;
			}


			.slider_homepage_container .item {
				height: 600px !important; 
			}
			.slider_homepage_container .item img {
				height: 600px !important; 
			}

			#header_summer_holidays {
				font-size: 17px;
				padding: 15px 0;	
			}

			
			.invia_notifica_cliente {
				border-radius: 5px;
				border: 5px solid #2ecc71;
				padding: 15px 30px;
			}
			.click_to_open_note {
				min-height: 570px;
			}
			.contenitore_risultati {
				
				width: 100%;
				background: #fff;
				text-align: center;
				text-shadow: 0 0 0 rgba(0,0,0,0);
				min-width: 570px;
				max-width: 570px;
				max-height: 330px;
				overflow-y: scroll;
				overflow-x: hidden;
			}
		}
	#menu_mobile_centrato {
		
	}
		#menu_mobile_centrato a {
			color: #fff;	
			font-weight: 700;
			text-transform: uppercase;	
			margin-bottom: 15px;			
		}
			#menu_mobile_centrato i {
				font-size: 40px !important;
				margin-bottom: 5px;
				clear: both;
				display: block;				
			}
			.icon_badge {
				padding: 2px 4px;
				text-align: center;
				position: absolute;
				font-weight: 700;
				background: #e74c3c;
				color: #fff;
				border-radius: 50px;
			}
				.icon_badge_small {
					font-family: "arial", sans-serif;
					font-size: 13px;
					top: 0;
					margin-left: -10px;
					margin-top: -2px;
				}

.close_preferito {
	margin-left: 15px;
	margin-top: 10px;
	z-index: 887;
	font-size: 25px;
	position: absolute;
}
	
.share_link {
	margin: 5px 0;
	padding: 2px 5px;
	border: 1px dashed #dedede;
}
	.share_link i {
		font-size: 11px;
	}
	.share_link input {
		 outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
		outline: none;

		font-weight: lighter;
		border: 0;
		width: 95%;
		font-size: 11px;
	}

.note_big {
	cursor: pointer;
	transition: all .3s;
	padding-top: 65px;
	color: #0D2441;
	opacity: .5;
	text-align: center;
	width: 90%;
	position: absolute;
	z-index: 555;
	font-size: 180px;
}
	.note_big:hover {
		opacity: 1;
	}

	#mobile_menu {
		color: #fff;
		padding-top: 15px;
		transition: opacity .3s;
		background: #0d2441;
		top: 0;
		opacity: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		display: block;
		position: fixed;
		z-index: 999;
	}
		#mobile_menu.active {
			opacity: 1;
			left: 0;
		}
		#mobile_menu i {
			margin-right: 10px;
			padding-top: 10px;
			font-size: 25px;
			color: #fff;
		}
			#mobile_menu ul li, #mobile_menu ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
				#mobile_menu ul li a {
					padding: 15px;
					font-size: 20px;
					color: #fff;
				}
					#mobile_menu ul li i {
						font-size: 17px;
					}
				
		
.linea_sopra.row {
	padding-top: 5px;
	border-top: 1px solid #dedede;
}
.title_and_icon {
	
}
	.title_and_icon i {
		font-size: 20px !important; 
	}
	#profilo_veloce ul {
		padding: 0;
	}
		#profilo_veloce ul li {
			margin: 0;
			padding: 0;
		}
	ul.menu_orizzontale, ul.menu_orizzontale li {
		margin: 0;
		padding: 0;		
	}
		ul.menu_orizzontale {
			margin: 15px 30px;
		}
		ul.menu_orizzontale li {
			display: inline-block;
		}
			ul.menu_orizzontale li a {
				font-size: 17px;
			}
			ul.menu_orizzontale li a.active {
				font-weight: bold;
			}
			ul.menu_orizzontale li:after {
				content: ' | ';
				margin: 0 15px;
			}
			ul.menu_orizzontale li:last-child:after {
				display: none !important;
			}
			
		
.pagination_btn {
	font-size: 12px !important;
	display: inline-block !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 30px !important;
	color: #111 !important;
	border-radius: 0;
	background: #fff;
	border: 1px solid #aaa;
}
	#search_pagination select, #search_pagination input {
		margin: 0 5px;
		display: inline-block !important;
		height: 30px !important;
		line-height: 30px !important;
		padding: 0 15px !important;
		background: #fff !important;
		border: 1px solid #aaa !important;
	}
#search_pagination {
	background: rgba(0,0,0,.05);
	border-radius: 5px;
	clear: both;
	display: block;
}
	#search_pagination:after {
		content: '';
		clear: both;
		display: block;
	}
	#search_pagination a {
		font-size: 16px;
		transition: all .s;
		padding: 4px 8px;
		color: #bbb;
		text-decoration: none;
		border: 1px solid #bbb;
		display: inline-block;
	}
	#search_pagination a:hover {
		color: #999;
	}
	#search_pagination a.selected {
		color: #111;
	}

		 #search_pagination button {
			 background: #0D2441;
			 color: #fff;
			 border: 0;
			 height: 29px !important;
			 padding: 0 10px !important;
		 }
			#search_pagination button:hover {
				background: #08182d;
			}
	
.td_block_related_posts { 
	display: none !important;
} 
.breadcrumbs {
	font-size: 11px;
}
.intestazione_tabella_carrello {
	font-size: 12px;
	padding: 5px 0;
	color: rgba(0,0,0,.7);
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-transform: uppercase;
}
.riga_del_carrello {
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc !important;
} 
	.js {
		display: block;
	}
	.allinea_centro_mobile {
		text-align: center;
	}
	.allinea_sinistra_mobile {
		text-align: left;
	}
	@media(min-width:640px){
		.legals-txt {
			text-align: justify;
			padding: 30px 150px;
		}
		.allinea_sinistra_mobile {
			text-align: right;
		}
		.allinea_centro_mobile {
			text-align: right;
		}
		.riga_del_carrello {
			padding-top: 10px;
			padding-bottom: 10px;
		} 
	}
	.image_switcher {
		position: absolute;
		transition: all .3s;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0; 
	}
		.image_switcher.image_1 {
		}
			.image_switcher.image_1:hover {
				opacity: 0;
			}
			
		.image_switcher.image_1 {
			
		}

button {
	transition: all .3s;
    outline-width: 0 !important;
}	



.strumenti_hover  {
	border-top: 1px solid rgba(255,255,255,.05);
	padding: 15px 0 60px 0;
}
	.strumenti_hover:after  {
		content: '';
		display: block;
		clear: both;
		display: block;
	}
.strumenti_hover ul, .strumenti_hover ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}		
.strumenti_hover ul li {
	line-height: 30px;
	padding: 0;
}
	.strumenti_hover ul li a {
		font-weight: 700;
		transition: all .3s;
	}	
		.strumenti_hover ul li a:hover {
			opacity: .8;
		}	
		
.strumenti_hover .lbl, #mobile_menue .lbl {
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #111;
}
	.strumenti_hover label, #mobile_menu label {
		color: #fff;
		padding: 0;
		margin: 0;
		text-align: left;
		line-height: 30px;
		font-size: 12px;
	}
.strumenti_hover h3 {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
}
	.strumenti_hover h3 a {
		border-bottom: 1px dashed #fff;
	}
		.strumenti_hover h3 a.active {
			border-bottom: 1px solid #fff;
		}
		
	.cont {
		background: #fff;
		overflow: hidden;
		margin-bottom: 15px;
		border-radius: 5px;
	}
		.strumenti_hover button, .cont button {
			background: none;
			font-size: 25px;
			color: #fff;
			border: 0;
		}
		.cont button, .cont i {
			color: #0d2441 !important;
		}
		.cont .col-xs-3 {
			text-align: right;
			padding: 0; 
		}
		.strumenti_hover .row, #mobile_menu {
			margin-bottom: 0 !important;
		}
	.strumenti_hover button, .strumenti_hover input, .strumenti_hover select {
		height: 50px;
		line-height: 50px;
	}	
	.strumenti_hover input, .strumenti_hover select {
		border: 0;
		padding: 0 15px;
		font-size: 18px;
		box-shadow: 0 0 0 rgba(0,0,0,0) !important;
		outline: none !important;
		width: 100%;
		border: 0;
		color: #000;
	}
		#mobile_menu input, #mobile_menu select {
			height: 50px;
			line-height: 50px;
			border: 0;
			padding: 0 15px;
			font-size: 18px;
			box-shadow: 0 0 0 rgba(0,0,0,0) !important;
			outline: none !important;
			width: 100%;
			border: 0;
		}
		.strumenti_hover .cont i {
			color: #0d2441;
		}

	.strumenti_hover select {
		font-size: 16px; 
	}
	
.carosello_correlati {
	padding-top: 5px;
}
.owl-nav {

}
	.owl-nav button {
		margin-right: 5px;
		border: 1px solid #dedede !important;
		width: 30px;
		height: 30px;
	}
		.owl-nav button:hover {
			border: 1px solid #666 !important;
		}
			.owl-nav button span {
				font-size: 18px;
				color: #666;
			}
	.owl-dots {
		text-align: center;
		display: block;
		clear: both;
	}
		.owl-dots .owl-dot {
			width: 15px;
			height: 15px;
			border-radius: 50%;
			margin: 0 2px;
			border: 1px solid #dedede !important;
		}
			.owl-dots .owl-dot:hover {
				border: 1px solid #666 !important;
			}
			.owl-dots .owl-dot.active {
				background: #dedede !important;
			}
			
		
	
#absolute_bar { 
	padding: 16px 0 8px 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	z-index: 999;
	background: rgba(255,255,255,.89);
	position: fixed;
	display: block;
	bottom: 0 !important;
	left: 0;
	width: 100%;
}
#lazyload_items {
	clear: both;
	display: block;
}
.badge-success {
  background-color: #468847 !important;
}
.dropdown-menu .dropdown-item {
	clear: both;
	display: block;
	color: #000;
}
	.dropdown-menu .dropdown-item {
		padding: 5px 15px !important;
		color: #000 !important;
	}
.indicatore {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 9px;
}
.badge {
	margin-top: 6px;
	float: right;
}
.abs_promoter_container {
	position: fixed;
	bottom: 30px;
	left: 0;
	width: 100%;
}
	.abs_promoter {
		border-radius: 5px;
		cursor: pointer;
		margin: 15px;
		transition: all .3s;
		opacity: .15;
		color: #fff;
		background: #000;
		padding: 15px;
	}
		.abs_promoter:hover {
			opacity: 1;
		}
		.abs_promoter a {
			color: #fff;
			font-weight: bold;
		}
		
#barra_filtro {
	text-align: center;
	position: fixed;
	bottom: 15px;
	left: 0;
	width: 100%;
}
	#barra_filtro .contenitore_filtri {
		box-shadow: 0 0 5px rgba(0,0,0,.5);
		border-radius: 5px;
		padding: 15px 0;
		background: #fff;
	}
		#barra_filtro .row {
			margin: 0;
		}
		#barra_filtro i {
			font-size: 18px;

		}
		.delete_filter {
			opacity: 1 !important;
			color: #e74c3c !important;
		}
		#barra_filtro a {
			opacity: .2;
			transition: all .3s;
			color: #2c3e50;
			font-weight: bold;
			text-decoration: none;
			font-size: 18px;
		}
			#barra_filtro a.selected_filter {
				opacity: 1 !important;
			}
			#barra_filtro a:hover {
				color: #444;
			}
			.closeme {
				cursor: pointer;
				font-size: 30px;
				position: absolute;
				top: 30px;
				right: 30px;
			}
	#barra_overlay {
		color: #fff;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		background: rgba(44,62,80,.98);
	}
		#barra_overlay ul, #barra_overlay ul li {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			#barra_overlay ul li a {
				color: #fff;
				font-size: 16px;
			}
				#barra_overlay h4 {
					display: none;
				}

#social_sharer {
	margin: 0 0 30px 0;
}
	#social_sharer_catalogo {
		margin: 0 0 0 0;
	}
	#social_sharer a {
		transition: all .3s;
		font-size: 40px;
		padding: 0 15px;
	}
		#social_sharer_catalogo a {
			transition: all .3s;
			font-size: 25px;
			padding: 5px 15px;
		}
			.fb_link {
				color: #fff !important;
				background: #4267b2; 
			}
			.pinterest_link {
				color: #fff !important;
				background: #bd081c;
			}
			.twitter_link {
				color: #fff !important;
				background: #1da1f2;
			}
			
#categories_homepage {
	padding: 90px 0;	
}
	#categories_homepage .border-box {
		
	}
		#categories_homepage .border-box:after {
			content: '';
			clear: both;
			display: block;
		}
		
	#categories_homepage h3 {
		clear: both;
		display: block;
		margin-top: 50px !important; 
	}

#spettacoli_recite, #saggi_danza, #carri_carnevale, #search_homepage, #catalogo_homepage {
	background: #7f8c8d;
	color: #fff;
	padding: 120px 0;
}
	#search_homepage {
		padding: 80px 0 150px;
		height: 500px;
		text-shadow: 0 0 5px rgba(0,0,0,.5);
	}
		#search_homepage, #footer {
			background: #0A9CDF url('images/generale/generico.jpg') no-repeat;
			background-position: top center;
			background-size: cover;			
		}
	#carri_carnevale {
		padding: 80px 0 150px;
		height: 500px;
		text-shadow: 0 0 5px rgba(0,0,0,.5);
		background: #000000 url('images/carrno-carnevale-speciale.jpg?ico=halloween2018') no-repeat;
		background-position: top center;
		background-size: auto 100%;
	}
	#saggi_danza {
		padding: 80px 0 150px;
		height: 500px;
		text-shadow: 0 0 5px rgba(0,0,0,.5);
		background: #000000 url('images/carro-carnevale.jpg?ico=halloween2018') no-repeat;
		background-position: top center;
		background-size: auto 100%;
	}
	#spettacoli_recite {
		padding: 80px 0 150px;
		height: 500px;
		text-shadow: 0 0 5px rgba(0,0,0,.5);
		background: #000000 url('images/recita.jpg?ico=halloween2018') no-repeat;
		background-position: top center;
		background-size: auto 100%;
	}
	#catalogo_homepage {
		background: #ecf0f1;
		color: #000;
	}
	#spettacoli_recite h2, #saggi_danza h2, #carri_carnevale h2, #search_homepage h2 {
		font-size: 45px;
	}
		#categories_homepage h2 {
			font-size: 35px;
		}
		#categories_homepage h3 {
			display: block;
			font-size: 20px;
			margin-bottom: 10px !important;
		}		
		#catalogo_homepage h3 {
			margin-bottom: 30px !important;
		}
			#catalogo_homepage a {
				text-decoration: none !important;
			}
			#categories_homepage h3 a {
				display: block;
				text-decoration: none;
			}
	.catalogo_hoverize {
		position: absolute;
		height: 200px;
	}
	
	#spettacoli_recite h2, #saggi_danza h2, #carri_carnevale h2, #search_homepage h2, #categories_homepage h2, #catalogo_homepage h2, #topproducts h2 {
		margin-bottom: 5px !important;
	}
		#spettacoli_recite p, #saggi_danza p, #carri_carnevale p, #search_homepage p, #categories_homepage p, #catalogo_homepage p, #topproducts p {
			font-size: 18px;
			margin-bottom: 15px;
		} 
			#categories_homepage p, #catalogo_homepage p, #topproducts p {
				margin-bottom: 60px;
			}
				.border-box {
					text-align: center;
					margin-bottom: 30px;
				}
					.border-box h3 {
						font-size: 17px;
					}
						.border-box h3 a {
							display: block;
						}

						
			.pagina_catalogo {
				transition: all .3s;
				width: 200px;
				height: 300px;
				background: #95a5a6;
				box-shadow: 0 0 5px rgba(0,0,0,.5);
			}
				.pagina_catalogo:hover {
					border-radius: 0 !important;
					box-shadow: 0 0 10px rgba(0,0,0,.8);
				}
			
	.search_homepage_container {
		cursor: pointer;
		border: 0;
		overflow: hidden;
		transition: all .3s;
		background: rgba(255,255,255,.85);
		border-radius: 12px;
		margin: 0 auto;
		cursor: pointer;
		transition: all .3s;
	}
		.search_homepage_container:hover {
			background: #fff;
		}
		.search_homepage_container input, .search_homepage_container select {
			box-shadow: 0 0 0 rgba(0,0,0,0) !important;
			outline: none !important;
			color: #000;
			width: 100%; 
			border: 0;
			margin: 0;
			padding: 0 15px;
			height: 61px;
			line-height: 60px;
			font-size: 22px;
			background: none;
		}
			.search_homepage_container select {
				background: rgba(0,0,0,.05);
				font-size: 16px;
			}
		.search_homepage_container button {
			border: 0;
			margin: 0;
			padding-top: 0;
			padding-bottom: 0;
			float: right;
			background: none;
			line-height: 61px;
			margin-right: 15px;
			font-size: 30px;
			color: #000;
		}
			.search_homepage_container button:hover {
				color: #0a9cdf;
			}
			.search_homepage_container .row, .search_homepage_container form {
				margin-bottom: 0 !important;
			}



#header .sottolivello_menu li i {
	font-size: 14px;
}
.page {
	font-size: 17px;
	background: #fff; 
	padding: 30px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.05); 
	margin-bottom: 15px;
}
	.page a {
		text-decoration: none !important;
	}
		.page a {
			color: #2c3e50;
		}
	.colorata {
		background: #8e44ad;
		color: #fff;
	}
		.rossa {
			background: #c0392b;
			color: #fff; 
		}
		.colorata a {
			color: #fff !important;
		}
.modalita_pagamento {
	
}

	.modalita {
	}
		
		.etichettina {
			border-radius: 5px;
			background: #fff; 
			color: #34495e;
			cursor: pointer;
			margin: 5px 0;
			padding: 10px;
			border: 1px solid #bdc3c7;
			border-bottom: 4px solid #bdc3c7;
			border-right: 4px solid #bdc3c7;
		}
			@media(min-width: 640px){
				
			}
			
			.etichettina.address_box {
				height: 150px;
			}
			.modalita .riga:hover {
				opacity: .80;
			}
			.modalita .etichettina.selezionato { 
				opacity: 1;
			}
			.address_box h4, .etichettina h4 {
				color: #000 !important;
				text-transform: uppercase;
				font-weight: 900 !important;
				line-height: auto;
				margin: 2px 0 2px 0 !important;
			}
			
		.modalita p, .etichettina p {
			color: #000;
			line-height: 20px;
			margin-bottom: 0 !important;
		}

		.modalita input, .etichettina input {
			margin: 0;
			margin-top: 10px;
		}
			.modalita .price, .etichettina .price {
				border-radius: 0;
				float: right;
				background: #fff;
			}
			.modalita .price, .etichettina .price {
				font-size: 15px;
			}
			@media(min-width: 640px){
				.modalita .price, .etichettina .price {
					font-size: 20px;
				}
			}
		label {
			clear: both !important;
			display: block;
		}
		label.lighter {
			font-weight: 300;
		}
			.cart_table label {
				padding: 0 !important;
				margin: 0 !important;
			}
.alert {
	padding: 30px;
	padding-right: 35px;
}
	.alert h4 {
		font-weight: bold;
	}
	.alert p {
		font-size: 16px;
		line-height: 18px;
	}

	.alert label {
		display: inline-block !important;
		cursor: pointer;
		font-weight: 400;
		border-bottom: 1px dashed;
	}
	.aggiungi_indirizzo {
		
	}
		.aggiungi_indirizzo .riga, .modalita_pagamento .riga , .modalita_spedizione .riga {
			margin-bottom: 5px
		}
			
		.aggiungi_indirizzo label {
			font-weight: 300;
			font-size: 12px;
			text-transform: uppercase;
		}
.modal-backdrop.in {
	opacity: .8;
}
.modal-content {
	text-align: left;
	border-radius: 0 !important; 
}
.box_quantita {
	margin: 0 !important;
	margin-bottom: 5px !important;
	padding: 0 !important;
}
	.nom {
		margin-bottom: 0;
	}
	.colonna_taglia {
		padding-right: 0 !important;
	}
	.box_quantita input, .box_quantita button {
		width: 26px;
		text-align: center;
		font-size: 18px;
		border: 0;
		margin: 0 !important;
		background: none;
		box-shadow: none !important;
		outline: none;
	}
	.box_quantita input {
		width: 50px;
		text-align: center !important;
		font-weight: 900;
		font-size: 20px;
	}
		.box_quantita input:disabled {
			background: #eee;
			color: #dedede
		}
	.etichetta_catalogo_small {
		font-size: 14px;
		line-height: 16px;
		padding-top: 15px;
		color: #34495e;
		text-transform: uppercase;
	}
	.etichetta_catalogo, .etichetta_catalogo_txt {
		font-weight: 300;
		line-height: 48px;
		vertical-align: middle;
		display: table;
		text-transform: uppercase;
	}
	.etichetta_catalogo_txt {
		border: 0 !important;
		padding: 0 !important;
		display: block !important;
		min-width: auto !important;
		text-align: auto !important; 
		font-weight: 900;
		font-size: 24px;
	}
		.table_carrello td h3 {
			font-size: 16px !important;
			margin: 0 !important;
			margin: 0 0 3px 0 !important;
			padding: 0 !important;
		}
		table th {
			font-size: 10px !important;
			text-transform: uppercase;
		}
		
		.table_carrello td h3 a {
			color: #2c3e50;
			text-decoration: none !important;
		}
		
	.table_riepilogo {
		background: #ecf0f1;
		color: #2c3e50;
		padding: 60px 20px 30px 20px !important; 
	}
		.table_riepilogo:after {
			background: linear-gradient(-45deg, #ffffff 8px, transparent 0), linear-gradient(45deg, #ffffff 8px, transparent 0);
			background-position: left-bottom;
			background-repeat: repeat-x;
			background-size: 16px 16px;
			content: " ";
			display: block;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			height: 16px;
		}
		.table_riepilogo .etichetta_catalogo, .table_riepilogo .etichetta_catalogo_txt {
			line-height: 32px;
		}
		.table_riepilogo .row {
			border-bottom: 1px solid #dedede;
		}
.whiteboard {
	min-height: 500px;
	padding: 30px 0;
	background: #fff;
}
.btn-white {
	display: block;
	font-size: 20px;
	color: #7f8c8d !important;
	border: 0 !important;
	background: #fff !important;
}
.btn-buy {
	color: #fff !important;
	font-weight: 900;
	background: #2ecc71 !important;
	border: 0 !important;
	text-transform: uppercase;
	border-bottom: 4px solid #27ae60 !important;
}
	.btn-buy:hover {
		background: #27ae60 !important;
	}
.btn-info {
	color: #fff !important;
	font-weight: 900;
	background: #0A9CDF !important;
	border: 0 !important;
	text-transform: uppercase;
	border-bottom: 4px solid #0774a6 !important;
}
	.btn-info:hover {
		background: #0774a6 !important;
	}
.btn-danger {
	color: #fff !important;
	font-weight: 900;
	background: #e74c3c !important;
	border: 0 !important;
	text-transform: uppercase;
	border-bottom: 4px solid #ba2e20 !important;
}
	.btn-danger:hover {
		background: #ba2e20 !important;
	}	
.blocco_variazioni {
	
}
.description {
	margin: 15px 0 15px 0;
	font-size: 17px;
	line-height: 24px;
}
.varianti {
	display: block;
	font-size: 11px;
}	
.category {
	text-transform: uppercase;
}
	.category a { 
	font-weight: 900;
		color: #e74c3c;
	}
	.related {
		padding: 15px 0 30px 0;
	}
		/*.related .taglie { 
			display: none;
		}*/
		.related:after {
			content: '';
			display: block;
			clear: both;
		}

.price .lined {
	font-size: 19px !important;
	color: #000 !important;
}
.listing_catalogo .price .discount_sconto {
	display: none;
}
.price .lined .discount {
	font-size: 15px !important;
	padding: 2px 10px;
	background: #27ae60 !important;
	color: #fff !important;
}

.variazione, .box_quantita, .price {
	text-align: center;
	transition: all .2s;
	cursor: pointer;
	border-radius: 5px;
	border: 4px solid #dedede;
	min-width: 50px;
	padding: 5px; 
	font-size: 14px;
	font-weight: 900;
	display: inline-block;
	margin: 0 5px 5px 0;
}
	.price {
		clear: both !important;
		display: inline-block !important;	
		text-align: left;		
		font-size: 24px;
		color: #27ae60;
		font-weight: 900 !important;
		border: 4px solid #fff;
		padding-top: 0;
	}
	.price_qnt {
		padding: 5px 15px;
		color: #000;
		border: 4px solid #ecf0f1;
		background: #ecf0f1;
		line-height: 35px;
		margin: 0 !important;
		margin-top: 7px !important;
	}
		.price_small {
			font-size: 16px;
			padding: 5px 15px;
			border: 0;
			background: #ecf0f1;
			line-height: 24px;
			margin: 0 !important;
		}
	.price_qnt_tot {
		padding: 5px 15px;
		line-height: 35px;
		margin: 0 !important;
		margin-top: 7px !important;
	}
	.elem_small { 
	margin: 0 !important;
	line-height: auto !important;
	padding: 0 !important;
	background: none !important;
	border-radius: 0 !important;
}
	table td h4 {
		font-size: 15px;
	}
	.reprice {
		font-size: 15px;
		line-height: 38px;
	}
	.elem_small h4 { 
		margin: 0 !important;
		line-height: auto !important;
		padding: 0 !important;
		background: none !important;
		border-radius: 0 !important;
	}
	.variazione:hover {
		opacity: .5;
		background: #dedede;
	}
	.variazione.selected {
		opacity: 1 !important;
		background: #001836 !important;
		color: #fff !important;
		border: 4px solid #001836 !important;
	}
	
	.margine_basso {
		height: 150px;
	}
	.icona_riempimento {
		text-align: center;
		font-size: 150px;
		opacity: .1;
	}
	
.header_image {
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
	background: #dedede;
	background-size: cover !important;
	background-position: bottom center;
}
	.modulo_bianco {
		box-shadow: 0 0 3px 3px rgba(0,0,0,.05);
	}
	.modulo_bianco h1 {
		margin: 0;
		font-size: 23px;
		font-weight: 900;
		margin-bottom: 32px;
	}
	.btn {
		transition: all .5s;
	}
	.btn-primary {
		color: #fff;
		font-weight: 900;
		border: 0;
		background: #2c3e50; /* Old browsers */
	}
	.btn-default {
		color: #2c3e50;
		font-weight: 900;
		border: 1px solid #2c3e50; 
		background: #fff; 
	}
		.btn-primary:hover {
			background: ##34495e; /* Old browsers */
		}
	
	.pageheader {
		color: #fff;
		margin-bottom: 30px;
		background: #0a9cdf;
		padding: 30px 0;
		text-align: center;
	}
	.pageheader h1 {
		font-size: 35px !important;
		margin: 0 !important;
		margin-bottom: 10px !important; 
	}
	.pageheader p {
		font-size: 18px !important;
		margin: 0 !important
	}
	


	
#footer {
	color: #fff;
}
	.immagine_carnevale {
		background: rgba(0,0,0,.9);
		padding: 30px 0 0 0;
	}
	#footer h4 {
		font-size: 25px;
		font-weight: 900;
	}
	#footer ul, #footer ul li {
		list-style-type: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}
		#footer ul li a {
			font-size: 17px;
		}
			#subfooter {
				
				opacity: .4;
				padding: 30px 0;
				font-size: 12px;
			}
				#subfooter a {
					text-decoration: underline !important;
					display: inline-block;
					padding: 10px;
				}
				#subfooter a:hover {
					color: #fff !important;
				}
		
	
	#footer a {
		color: #fff;
	}
	
	.modal-header {
		font-weight: 700;
		background: #0D2441;
		color: #fff;
	}
		.modal-header h4 {
			text-align: center;
			font-weight: 700;
			background: #0D2441;
			color: #fff;
		}
		.modal-header .close {
			color: #fff;
		}
		

	
	.block_da_mobile {
		display: block;
		clear: both;
	}
	
	@media(min-width: 768px){ 
	
		#search_pagination {
			margin: 30px 0;
			padding: 15px 30px;
		}

.search_homepage_container {
	height: 61px;
	overflow: hidden;
}
		.block_da_mobile {
			display: inline-block;
			clear: none;
		}

		.pageheader {
			padding: 80px 0 60px 0;
		}

		.strumenti_hover button {
			 
		}
	
		.strumenti_hover .box_ricerca_m button {
			margin-top: 35px;
			color: #fff;
			font-size: 15px;
		}



		#modal_login .modal-body {
			padding: 30px 60px;
		}
		.modal-content {
			border: 0 !important;
		}
	}
	
	#header, .informazioni_utili {
		background: rgba(0,1,68,.95); 
		padding: 15px 0 11px 0;
		font-size: 14px;
		color: #fff;
	}
		#header p, .informazioni_utili p {
			color: #fff;
		}
	
		#header a {
			color: #fff;
			text-decoration: none;
		}
			#header .top {
				text-transform: uppercase;
				margin-top: 3px;
				font-size: 10px !important;
			}
				#header .top i {
					font-size: 12px !important;
				}
			#header .bottom {
				clear: right;
				display: block;
				font-weight: 700;
				font-size: 14px;
			}
				.logo {
					width: 45px;
					height: 45px;
					font-size: 30px;
				}
					.logo img {
						margin-right: 5px;
						width: 43px;
						float: left;
					}
					.logo .bottom {
						position: absolute;
						bottom: 5px;
						left: 65px;
					}
					.logo .top {
						position: absolute;
						top: 5px;
						left: 65px;
					}
					.top .fa-star, .dropdown-item .fa {
						font-size: 15px !important;
					}
			
			
			
			#header .cart {
				font-weight: 900;
			}
				#header .row {
					margin-bottom: 0 !important;
				}
				#header .cart a {
					color: #fff;
				}
				#header .cart-icon {
					margin-right: 10px;
					float: left;
					margin-top: 5px;
				}
				
				.modulo_ricerca {
					background: #fff;
					border-radius: 4px;
					height: 40px;
					line-height: 40px;
				}
					.modulo_ricerca input {
						width: 70%;
						border: 0;
						padding: 0 15px;
						background: #fff;
						border-radius: 4px;
						color: #000;
					}
						.modulo_ricerca input:hover, .modulo_ricerca input:focus {
							outline: none;
							box-shadow: 0 0 0 rgba(0,0,0,0);
						}
					.modulo_ricerca button {
						float: right;
						background: none;
						border: 0;
						color: #000;
						padding-right: 15px;
						font-size: 20px;
					}
	
	.categories {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 16px;
	}
		.categories:after {
			content: '';
			clear: both;
			display: block;
		}
		.categories li {
			float: left;
			width: 25%;
		}
			.categories li a {
				font-size: 16px;
			}

			.cat_stripe {
				background: #fff;
				padding: 30px 0;
			}
			
img {
	max-width: 100%;
}
	.categoria_allineata {
		float: left;
		width: 50%;  
	}
	.catalogo-thumbnail {
		margin-bottom: 5px;
		width: 100%;
		overflow: hidden;
	}
		.catalogo-thumbnail-small {
			border: 1px solid #dedede;
			margin-bottom: 15px;
			overflow: hidden;
		}
		.related .catalogo-thumbnail {
			border: 0;
		}

	.listing_cart {
		width: 50px;
	}
	
#catalogo_singolo_prodotto {
	background: #fff;
	padding: 50px 0;
}
	#catalogo_singolo_prodotto h1, #catalogo_singolo_prodotto h2 {
		margin: 0 !important;
	}

	.tag {
		display: inline-block;
		background: #444;
		color: #fff;
		font-weight: 600;
		border: 1px solid #000;
		padding: 3px 6px;
		font-size: 12px;
		text-transform: uppercase;
		border-radius: 3px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
		.tag:hover {
			color: #000 !important;
			background: #fff
		}

	#justviewed {
		padding: 0;
		border-top: 1px solid #ddd;	
	}	
	@media(min-width:640px){
		#justviewed {
			padding: 30px 0 0 0;
		}
	}

	.cronologia_label {
		padding-top: 30px;
	}
		.cronologia_label p {
			font-size: 12px;
		}
		
	.listing_catalogo_small {
		transition: all .3s;
		margin-bottom: 15px;
		min-height: 150px;
		text-align: center;
		background: #fff;
	}
		.listing_catalogo_small a {
			display: block;
			height: 100%;
			
		}
		.listing_catalogo_small:hover {
			border: 1px solid #dedede;
		}
		.listing_catalogo_small {
			text-align: center;
			border: 1px solid #bbb;
			background: #fff;
		}
		
.listing_catalogo, .listing_catalogo_evidenza {
	padding: 0 10px 10px 10px; 
	transition: all .3s;
	text-align: center;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
	@media(min-width: 768px){

		.listing_catalogo {
			min-height: 550px;
			height: 550px;
			overflow: hidden;
		}
		.listing_catalogo, .listing_catalogo_evidenza {
			border-radius: 0;
		}

		.link_new_product .listing_catalogo {
			min-height: 200px !important;
			height: 200px !important;	
		}

	}
.mini_listing_catalogo {
	margin-bottom: 10px;
	overflow: hidden;
}
	.mini_listing_catalogo .listing_catalogo { 
		border: 0 !important;
		box-shadow: 0px 0px 5px rgba(0,0,0,0) !important;
	}	
	.sku {
		font-size: 11px;
		color: rgba(0,0,0,.5);
	}
	.listing_catalogo h3, .listing_catalogo_evidenza h3 {
		margin: 0;
		overflow: hidden;
		padding: 0;
		height: 40px;
		clear: both;
		display: block;
		font-size: 18px !important;
		font-weight: 900;
		color: #111;
		overflow: hidden;
	}
	
	
.jsonForm-after {
	display: none;
}	
.jsonForm-complete {
	
}
	.jsonForm-complete .jsonForm-before {
		opacity: 0;
		transition: all .3s;
	}
	.jsonForm-complete .jsonForm-after {
		display: block;
		transition: all .3s;
	}
	.jsonForm-complete .jsonForm-placeholder {

	}
	
	

.empty-thumbnail {
	background: #fefefe;
	min-height: 150px;
}	
			
	h1, h2, h3 {
		font-weight: 900;
	}
	h2 {
		margin-bottom: 15px !important;
	}
	.catalogo_rating, .help {
		color: #7f8c8d;
	}	
		.help a {
			padding: 3px 7px;
			color: #7f8c8d;
			font-size: 12px;
		}
		.catalogo_rating a {
			font-weight: bold;
			margin-left: 15px;
			color: #7f8c8d;
		}		
	.catalogo_rating i {
		color: #ff9900;
		font-size: 16px;
	}
	.invia_commento_star {
		margin-bottom: 15px;
		text-align: left;
		font-size: 30px;
		color: #ff9900;
	}
		.col-md-25 {
			cursor: pointer;
			display: inline-block;
			width: 50px;
		}
		.invia_commento_star i {
			transition: all .3s;
			opacity: .5;
		}
			.invia_commento_star i:hover {
				opacity: 1;
			}
			.box_colore {
				transition: all .3s;
				opacity: .3;  
				cursor: pointer;
				float: left;
				width: 35px;
				height: 35px;
				border-radius: 50%;
				border: 2px solid #ecf0f1;
				margin: 0 8px 8px 0;
			}
				.box_colore:hover, .box_colore.selected {
					opacity: 1;
				}
	
.top, .bottom {
	display: none !important;
}

	#header i {
		font-size: 15px;
	}
	
		@media(min-width: 768px){
			
		}
		#header .col-xs-2:last-child {
			padding-right: 0 !important;
		}
		
#header {
	box-shadow: 1px 1px 1px rgba(0,0,0,.3); 
	z-index: 888;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.catalogo-thumbnail-small {
	display: inline-block;
	clear: right;
	max-width: 100px;
}

@media (min-width: 480px){
	
	#search_homepage .search_homepage_container {
		width: 50%;
	}
	.modulo_bianco {
		margin-top: 64px;
		background: #fff;
		border-radius: 4px;
		padding: 32px 64px;
	}
	.listing_catalogo {
		min-height: 300px;
	}
		.listing_catalogo:hover {
			box-shadow: 0px 0px 5px rgba(0,0,0,.2);
		}

	.header_image {
		
		position: absolute;
		min-height: 395px;
	}
}

.col-sm-6.col-md-4.col-lg-3,
.col-sm-6.col-md-6.col-lg-3
{
	padding-right: 7px;
	padding-left: 7px;
}
.catalogo-thumbnail {
	
}

.listing_catalogo_thumbnail {
	min-height: 300px;
	position: relative !important; 
}


#mini_preview .catalogo-thumbnail-small {
	float: left;
	
}

#catalogo_singolo_prodotto {
	text-align: center;
}
#catalogo_singolo_prodotto h1 {
	text-transform: capitalize;
}

#catalogo_singolo_prodotto .description {
	text-align: left;
}

.row-datagrid {
	border-bottom: 1px solid #bbb;
	padding: 15px 8px;
	font-size: 13px;
	margin: 0;
}
#app_toolbar_bottom {
	width: 100%;
	background: rgba(255,255,255,.8);
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	z-index: 999;
	position: fixed;
	left: 0;
	bottom: -3px;
	font-size: 20px;
}
	#app_toolbar_bottom a {
		color: #000;
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: 20px;
	}
		#app_toolbar_bottom .row {
			margin: 0;
			padding: 0;
		}
		
.conferma_ipad {
	display: none;
}		
	
@media (min-width: 768px) and (max-width: 1024px) {		
	.conferma_ipad {
		display: block;
		margin-top: 20px;
	}	
}		
		
/* Quando il device diventa più piccolo di 50px (si attiva la tasteira...) */
/* Nascondiamo la barra inferiore */
@media (max-height: 500px){
	#app_toolbar_bottom {
		display: none;
	}

}

.riga_mobile_ordine a {
	color: #0a9cdf;
}

@media (max-width: 768px){

  #modalTaglie .modal-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #tabella_taglie {
    display: block;
    min-width: 700px;
    white-space: nowrap;
  }
	
	.form_contatti {
		width: 340px !important;
	}
	
	.invia_contatti {
		 margin-left: 110px !important; 
	}
	
	.riga_mobile_ordine .col-xs-2, .riga_mobile_ordine .col-xs-3 {
		width: 80% !important; 
		font-size: 13px;
	}
	.riga_mobile_ordine .col-xs-3 {
		width: 80% !important; 
	}
	.riga_mobile_ordine .col-xs-2:after {
		content: '';
		clear: both;
		display: block;
	}
	.riga_mobile_ordine .col-xs-3.text-right {
		text-align: left !important;
	}
	.etichetta_mobile_ordine {
		display: inline-block;
		font-weight: bold;
		text-transform: uppercase;
		width: 120px;
	}
	
	
	.disponibilita {
		margin-top: 30px;
	}

	#catalogo_singolo_prodotto {
		padding-top: 80px;
	}
		
	.galleria_immagini_small {
		z-index: 777;
		overflow-x: scroll;
		width: 100%;
		position:fixed;
		bottom: -20px;
		left: 0;
		
	}
	#mini_preview {
		width: 3000px;
	}
	.catalogo-thumbnail-small  {
		margin-right: 5px;
	}
	.catalogo-thumbnail-small img {
		width: 60px;
		opacity: .3;
	}
		.catalogo-thumbnail-small img.selezionato {
			opacity: 1;
		}
	.galleria_immagini_small, .galleria_immagini_large {
		clear: both;
		display: block;
		min-height: 150px;
	}
	.container-datagrid {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.page-datagrid {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0;
	}

}

@media (max-width: 320px){
	.icon_badge_small {
		margin-top: 60px !important;
	}
}
		
@media (min-width: 768px){
	
	#catalogo_singolo_prodotto {
		text-align: left;
	}
	#categories_homepage .categoria_allineata {
		height: 180px;
	}
	.catalogo-thumbnail-small { 
		margin-right: 0;
		float: none;
		width: 100%;
	}
	.listing_catalogo {
	}
		.mini_listing_catalogo .listing_catalogo {
		}
		
	.catalogo-thumbnail {
		
	}
		.mini_listing_catalogo .catalogo-thumbnail {
			min-height: 100px; 
		}
}


@media (min-width: 768px){
	.top {
		display: block !important;
	}
}

@media (min-width: 992px){
	.top, .bottom {
		display: block !important;
	}
		.catalogo-thumbnail {
			min-height:	370px; 
		}
		
	#header {
		
	}
			#header .col-md-1 {
				width: 12%;
			}
		#header i {
			font-size: 20px;		
		}
}
@media (min-width: 1200px){
	
	.catalogo-thumbnail {
		min-height:	370px; 
	}
		.mini_listing_catalogo .catalogo-thumbnail {
			min-height: 100px; 
		}
	
}

@media print {
	h1, h2, h3, h4, h5, h6 {
		font-size: 16px !important;
	}
	table td * {
		font-size: 13px !important;
	}
	
	*, .price {
		padding: 0;
		margin: 0;
		font-size: 12px;
	}
	.col-md-6 {
		width: 50%;
		float: left;
	}
	img {
		display: none;
	}
	.container {
		width: 100%;
	}
	body {
		padding: 0;
		margin: 0;
	}
	.pageheader {
		padding: 0;
		margin: 0;
	}
	#header, #footer {
		display: none;
	}
  a[href]:after {
    content: "";
  }
}

.etichetta_catalogo_small {
	margin-top: 15px;
}
.etichetta_mobile {
	margin-top: 15px;
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	display: block;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: @screen-sm-min) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: @screen-md-min) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: @screen-lg-min) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

@media (max-width: 767px){
	.colonna_taglia {
		width: 28% !important;
	}
}

#mainmenu_megamenu {
	height: 42px;
	overflow: hidden;
}


@media(min-width: 1024px){
	.container {
		max-width: 1230px;
	}
}

@media(min-width: 1200px){
	
	#mainmenu_megamenu {
		height: auto;
		overflow: visible;
	}
}

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