@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
	font-family: 'Ubuntu', sans-serif;
	color:#444;
	background-color:#fff;
	font-weight: 300;
	margin:0px;
	padding:0px;
}
a {
	/* color:#444; */
	text-decoration: underline;
}
a:hover {
	/* color:#444; */
	text-decoration:none;
}
a:focus, .btn:focus {
	outline: none !important;
}
p.image-caption a:hover {
	text-decoration: underline;
}
strong {
	font-weight:700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
}
p {
	font-size:14px;
	line-height:28px;
}
label {
	cursor: pointer;
}
.alert {
	font-size: 15px;
}
input.form-control, select.form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: white !important;
	box-shadow: none;
}
.form-control:focus, input:focus, textarea:focus {
	box-shadow:none;

}

.w-100 {
	width: 100%;
}

.login-menu {
	min-width: 400px;
	padding: 15px;
	border-radius: 5px !important;
}

.btn {
	font-family: 'Ubuntu', sans-serif;
	border-radius:2px;
	text-transform:uppercase;
	text-decoration: none;
	border:none;
	/*background-color:transparent;*/
	padding:7px 12px;
	color:#fff;
	font-weight:400;
	outline: none;
	border-radius: 5px;
	white-space: break-spaces;
}

.btn-sm {
	padding:4px 8px;
}
.btn-lg {
	padding:8px 16px;
}

.btn-lg .fa {
	margin-right: 5px;
}

.btn-bordered {
	background-color:transparent;
	border:2px solid #2E4888;
	color:#2E4888;
}
.btn-bordered:hover {
	background-color:#2E4888;
	border:2px solid #2E4888;
	color:#fff;
	text-decoration: none !important;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited, .btn-info:focus {
	background-color:#53bee6;
}
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
	background-color:#1d71b8;
}
.btn-purple, .bg-purple {
	background-color:#1d71b8;
	border-radius: 5px;
}
.btn-purple-outline {
	background-color:white;
	color: #1d71b8;
	border: 1px solid #1d71b8;
	border-radius: 5px;
}
.btn-primary-outline {
	background-color:white;
	color: #1d71b8;
	border: 3px solid #1d71b8;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
}
.btn-blue {
	background-color:#3498db;
}
.btn-red {
	background-color:#ED2B09;
}
.btn-green, .bg-green {
	background-color:#1d71b8;
}
.btn-orange, .bg-orange {
	background-color:#ec971f;
}
.btn-grey {
	background-color:#ccc;
}
.btn-purple:hover {
	background-color:#1d71b8;
}
.btn-blue:hover {
	background-color:#1E7DBC;
}
.btn-red:hover {
	background-color:#C12307;
}
.btn-green:hover {
	background-color:#7F9308;
}
.btn-orange:hover {
	background-color:#e08200;
}
.btn-grey:hover {
	background-color:#bbb;
}
.btn-white {
	background-color: #fff;

}
.btn-white:hover {
	background-color: #eee;

}

.btn#btnFacebook {
	background-color:#3B5998;
}
.btn#btnFacebook:hover {
	background-color:#2e4d89;
}

.btn-borderd.btn-purple {
	border-top:4px solid #1d71b8;
}


.form-control {
	font-family: 'Ubuntu', sans-serif;
	border-radius:0px;
	border: 1px solid #c5c5c6;
}
.form-control[type="text"] {
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
    -webkit-user-select: text;
}
.input-group-addon {
	background-color:transparent;
	border:none;
	border-radius:0px;
}
.cart_block_sub .input-group-addon {
	background-color: #4598df;
	color: #fff;
	cursor: pointer;
}
#cerca_tour .form-control {
	background-color:rgba(255,255,255,.7);
	padding:6px;
}
#cerca_tour .input-group {
	max-width:130px;
}
#cerca_tour .input-group .input-group-addon {
	font-size:20px;
	padding:0px 10px;
	color:#fff;
	background:#003F83;
}
input[type=checkbox], input[type=radio] {
	margin: 0px 6px 0px 0px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}

#featured article img, #listaCategorie article > a, article.product-intro img, .listaAltriProdotti .item img {
	width:100%;
	max-width: 100%;
	/*height:200px;*/
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	/* margin-bottom:15px; */
}
article.product-intro img, .listaAltriProdotti .item img {
	margin-bottom: 0px;
	border: 1px solid #ddd;
}
#featured article img:hover, article.product-intro img:hover, .listaAltriProdotti .item img:hover {
	opacity: .8;
}

label.control-label span {
	color: #c30;
}
address {
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 15px;
}
.text-primary {
	color: #005fab;
}
.text-as-field {
	font-size: 16px;
	line-height: 32px;
}
.text-link {
	font-family: 'Ubuntu', sans-serif;
	color: #005fab;
	font-weight: 300;
	text-transform: none;
}
p.text-small {
	font-size:16px;
	line-height:24px;
}
small.contratto_text {
	font-size: 16px;
}
small.contratto_text a {
	color: #005fab;
}

.macrocategoria p, footer p, footer ul li, section#customer-care p, .our_plus > [class^="col-"], #formule p {
	font-size: 14px;
	line-height: 18px;
}
footer ul li {
	margin-bottom: 4px;
}
p.image-caption {
	font-size: 14px;
	line-height: 18px;
	color: #888;
}
.form-group a {
	color: #005fab;
}

/** ANIMATIONS **/
a, #featured article img, #listaCategorie article img, article.product-intro img, #fixedHeader, #formule ul li, #blocco_pagamento .cart_block_sub:before, #blocco_pagamento .cart_block_sub:after, input[type='submit'], input[type='button'], button, .scelta_pagamento, .prod_intro, .prezzo, .core .cart_block h2, .readMore, .rowOrdine, .rowRichiesta, .rowOrdine td, .rowRichiesta td {
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
.dropdown-menu {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}


/** HEADER **/
header {
	color:#fff;
	background-color:#1d71b8;
}
.header-secondary {
	color:#1d71b8;
	background-color: white;
}
header.header-secondary .third nav a.macro_link {
	color: black;
	background-color: white;
	font-weight: 300;
	text-transform: none;
	font-size: 18px;
}
.macro_nav li a:hover {
	color:#fff;
	background-color:#1d71b8;
}
header a, header a:hover {
	color:#1d71b8;
	text-decoration:none;
}
header a:hover {
	text-decoration:underline;
}
header span a, header span a:hover {
	color:#1d71b8;
	text-decoration:underline;
}
header span a:hover {
	text-decoration:none;
}
header.fixedHeader {
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	width:100%;
	position:fixed;
	top:-100px;
	left:0px;
	z-index:1000;
	border-bottom:1px solid #2e4888;
}
header.fixedHeader > .container > .row {
	padding-top:10px;
	padding-bottom:10px;
}
header.fixedHeader .welcome-msg a {
	/*color:#4598df;*/
	font-weight:bold;
}
header.fixedHeader img {
	float:left;
	margin-right:20px;
}
header.fixedHeader a.menu_link {
	padding:7px 0px;
}


/** HEADER **/

header .fastLinks {
	padding-top: 5px;
	text-align: center;
}
header .fastLinks a {
	display: inline-block;
	color: #fff;
	/*border-right: 1px solid #2e4888;*/
	font-size: 22px;
	padding: 5px 12px 5px;
	text-align: center;
	position:relative
}
header .fastLinks a span {
	display:inline-block;
	width:26px;
	height:26px;
	background:#1d71b8;
	border-radius:13px;
	text-align:center;
	color:#fff;
	font-size:13px;
	line-height:26px;
	position:absolute;
	top:-5px;
	right:-5px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
}

.pagina_interna header .fastLinks a {
	padding: 3px 8px;
	position:relative;
}
header .fastLinks a:first-child {
	margin-left: 0px;
	/*border-left: 1px solid #2e4888;*/
}
header.mainHeader .input-group {
	display: inline-flex;
	padding: 0px 20px;
	/* width: 300px; */
}
header.mainHeader .input-group-btn .fa {
	margin:0px;
}

header .bt-1 {
	border-top:1px solid #2e4888;
}
header .bb-1 {
	border-bottom:1px solid #2e4888;
}
header .bl-1 {
	border-left:1px solid #2e4888;
}
header p {
	font-size:13px;
	line-height:18px;
	padding:0px;
	margin:0px;
}
header big {
	color:#1d71b8;
	font-size:35px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
}
header .phone-img img.img-responsive {
	display:inline-block;
}
/** HEADER -> Blocco 3  **/
header .third nav a.macro_link, a.menu_link {
	width:100%;
	font-size:17px;
	padding:15px 0px;
	display:inline-block;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	text-decoration: none;
}
header .third nav a.macro_link:after {
	display: inline-block;
	position: absolute;
	font-family: "FontAwesome";
	color: #fff;
	content:"\f0d9";
	margin: 2px 0px 0px 5px;
    font-weight: 300;
    font-size: 14px;
}
header .third nav a:hover.macro_link:after, header .third nav a.macro_link.opened:after {
	content:"\f0d7";
}

header .third nav a.hovered.macro_link {
	color:#fff;
}
header .third nav .open > a.macro_link {
	background:#fff;
}
header .third nav a:hover, a:hover.menu_link {
	text-decoration:none;
}
 a.menu_link {
	width:auto;
}
header .third form {
	padding-top:10px;
}
img.logo {
	max-width: 205px;
}
img.logo-mini {
	max-width: 118px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #2196f3;
}
nav.navbar {
	min-height: 70px;
}
.navbar {
	height: unset;
	margin-bottom: 0px;
}

.navbar-brand {
	padding: 20px;
}
.navbar-brand > img {
	width: 100%;
	max-height: 40px;
	height: 40px;
}

.navbar-nav.navbar-right {
	padding: 10px 0;
}
.navbar-nav.navbar-right li img {
	max-width: 25px;
}

nav.subMenu {
/*	padding: 15px 0px;
	margin: 0px 15px;*/
	display: none;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 20;
	background-color: white;
	box-shadow: 2px 2px 10px grey;
}
nav nav.subMenu {
	/*	padding: 15px 0px;
		margin: 0px 15px;*/
		display: none;
		overflow: hidden;
		position: absolute;
		top: unset;
		left: 0px;
		z-index: 10000;
		background-color: white;
		box-shadow: 2px 2px 10px grey;
	}
nav.subMenu ul {
	width: 100%;
	list-style-type: none;
	padding: 15px 0px;
	margin: 0px;
	float: left;
}
nav.subMenu ul li {
	width:25%;
	padding: 0px 15px;
	float: left;
}

header.header-secondary .third nav a.macro_link:hover {
	color: white;
	background: #1d71b8;
}
nav.subMenu ul li a {
	width: 100%;
	display: inline-block;
	padding: 8px 5px;
	font-size: 15px;
	color: #000;
	border-bottom: 1px solid rgba(255,255,255,.3);
	text-decoration: none;
}
nav.subMenu ul li a:hover, nav.subMenu ul li.active a {
	text-decoration: none;
	background-color: rgba(0,0,0,.1);
}

/** ELEMENTI VARI **/
#cerca_servizio {
	position:absolute;
	width: 100%;
	top:50%;
	left:0px;
	z-index:999;
	display: none;
}
#cerca_servizio h3 {
	font-size:20px;
	color:#003F83;
	border-bottom:3px solid #003F83;
	padding:0px 0px 8px 0px;
	margin:0px 0px 15px;
	text-transform:uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	text-align:center;
}
#cerca_servizio .form-control {
	font-size: 20px;
	height: 60px;
	color:#333;
	background-color:rgba(255,255,255,.9);
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	letter-spacing: -0.5px;
}
#cerca_servizio .btn {
	font-size: 20px;
	height: 60px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	background-color: #f9b233;
}
#cerca_servizio .ui-helper-hidden-accessible {
	display:none;
}
#cerca_servizio .form-control.ui-autocomplete-loading {
	background-image:url(../images/loader-autocomplete.gif);
	background-repeat:no-repeat;
	background-position:center right;
}



#featured {
	/*background:#B73E8A;*/
	text-align:center;
}
#featured > .row {
	margin-bottom: 40px;
}
#featured > .row:last-child {
	margin-bottom: 0px;
}
.pagina_interna #featured {
	height:0px;
	overflow:hidden;
}
#featured h5.heading .btn {
	margin:-8px 0px 0px;
}
#featured article {
	padding:20px 0px 15px;
	font-size:16px;
	text-align: left;
	/*border-bottom:1px solid #AC317E;*/
}
#featured article a:not(.btn) {
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:16px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}
#featured article a:hover {
	text-decoration:underline;
}
#featured.entry-content {
	height: auto;
}
#featured.entry-content article {
	padding-top: 0px;
}

section#featured-images {
	position:relative;
	height:550px;
}
section#featured-images .slider .item {
	padding-top:70px;
	height:550px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
section#featured-images .slider .item h5 a, section#featured-images .slider .item h5 span, .bg_int h1/*, .bg_int*/ {
	font-size:68px;
	color:#fff;
	margin:0px auto;
	letter-spacing:-3px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, .7);
}
section#featured-images .slider .item h5 a, section#featured-images .slider .item h5 span {
	padding:10px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
}
section#featured-images .slider .item h5 a:hover {
	color:#fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .9);
	/*text-decoration: underline;*/
}
.owl-controls {
	z-index:100;
	position:absolute;
	bottom:15px;
	left:50%;
}
.owl-controls .owl-dot {
	float:left;
	margin:0px 5px;
	cursor:pointer;
}
.owl-controls .owl-dot span {
	width:20px;
	height:20px;
	border-radius:10px;
	background:#1d71b8;
	display:inline-block;
	border:3px solid #fff;
}
.owl-controls .owl-dot.active span {
	background:#f9b233;
}

section#featured #cerca_tour {
	/*background-image:url(../images/img_cerca_tour.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;*/
	background-color:#003F83 ;
	color:#fff;
}
section#featured #cerca_tour form {
	background-image:url(../images/img_cerca_tour.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding:20px 20px 30px;
	/*min-height:390px;*/
}
section#featured #cerca_tour h4 {
	text-transform:uppercase;
	text-align:center;
	padding:10px 0px;
	margin:0px 0px 20px;
	border-top:1px solid rgba(255,255,255,.6);
	border-bottom:1px solid rgba(255,255,255,.6);
	font-size:15px;
}
section#featured #cerca_tour label {
	font-weight:700;
	font-size:15px;
	width:100%;
}
section#featured #cerca_tour .form-group:last-child {
	margin-bottom:0px;
}

.bg_int {
	color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}
.bg_int h1 {
	font-size: 60px;
	line-height: 70px;
	padding: 16px 0px;
}
.bg_int h5 {
	font-size: 58px;
	line-height: 50px;
}
.bg_int h5 small {
	font-size: 40px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
}
.bg_int h3 {
	width: auto !important;
}
.bg_int h3 a {
	color: #fff;
	text-decoration: none;
}
.bg_int .alert {
	display: inline-block;
    margin: 10px 0px -20px;
    font-size: 17px;
}
.bg_int .alert a {
	font-weight: bold;
}
.alert-danger a {
	color: #a94442;
}
.alert-success a {
	color: #3c763d;
}
.alert-warning a {
	color: #8a6d3b;
}


.sidebar {
	background:#003F83;
}
.sidebar h4 {
	text-transform:uppercase;
	text-align:center;
	padding:0px;
	margin:0px;
	font-size:15px;
}
.sidebar h4 a {
	padding:20px 0px 6px;
}
.sidebar h4 a:hover {
	background-color:#fff !important;
}
.sidebar h4 a, .sidebar ul li a, .dropdown-menu li a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	width:100%;
}
.sidebar ul {
	list-style-type:none;
	padding:0px;
	margin:0px 0px 30px;
}
.sidebar ul li, .dropdown-menu li {
	font-size:15px;
	border-bottom:1px solid #224A8E;
}
.sidebar ul li a, .dropdown-menu li a {
	padding:8px 5px;
	color:#fff;
}
.sidebar ul li a:hover, .dropdown-menu li a:hover {
	background:#133872;
	color:#fff;
}
.core {
	padding-top:30px;
	padding-bottom:30px;
}
.lista_macroaree, .lista_plus {
	padding:0px 15px;
}
.breadcrumb {
	font-size: 14px;
	margin:0px;
	padding:0px;
	background-color:transparent;
	color:#000;
}
.breadcrumb a {
	color:#444;
	text-decoration:none;
	margin:0px 5px;
	display:inline-block;
}
.breadcrumb a:first-child {
	margin-left:0px;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.breadcrumb u {
	margin-left:5px;
	display:inline-block;
}
.core h1, .core h2, .core .heading, .core_sub .heading, section#sideview header .heading, .widget-title, h5.heading {
	border-left: 2px solid #f9b233;
    color: #1d71b8 !important;
    font-size: 32px;
    margin: 20px 0;
    padding: 10px 0 10px 20px;
    text-align: left;
	font-weight: 300;	
}
.core h2 {
	margin-top:20px;
	border-bottom: 1px solid #f9b233;
    color: #1d71b8;
}
.core .heading {
	margin-bottom:0px;
}
.macrocategoria {
}
.macrocategoria h3 {
	font-size:26px;
	text-transform:uppercase;
	padding:10px 0px;
	margin:0px;
}
.macrocategoria p, .macrocategoria h3 a, .macrocategoria .cover a {
	color:#fff;
	text-decoration:none;
	margin: 0px;
}
.macrocategoria .cover {
	background-repeat:no-repeat;
	background-position:center right;
	background-size:cover;
}
.macrocategoria > [class^="col-"] {
	min-height:200px;
}
.macrocategoria .cover a {
	text-transform:uppercase;
	font-weight:700;
	display:inline-block;
	padding:10px;
	font-size:15px;
	position:absolute;
	bottom:10px;
	right:10px;
}
.macrocategoria .cover a:hover {
	right:0px;
}

section#plus {
	background-color: #143b7b;
	background-image: url(../images/bg_plus.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
section#plus .core {
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 0px;
	color: #fff;
}
section#plus .core h2 {
	color: #fff;
	border-bottom-color: #fff;
	margin-bottom: 0px;
}
.our_plus i.fa {
	color:#4598df;
	font-size:60px;
}
.our_plus > [class^="col-"] {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #2e4888;
}
.our_plus:last-child > [class^="col-"] {
	border-bottom:none;
}


section#categories {
	padding-bottom: 20px;
}

#listaCategorie > .row, #listaProdotti > .row {
	margin-bottom:20px;
}
#listaCategorie > .row:last-child, #listaProdotti > .row:last-child {
	margin-bottom:0px;
}
#listaCategorie > .row article {
	padding-bottom:5px;
	border-bottom:1px solid #ebebeb;
}
#listaCategorie > .row article h3, .bg_int h3 {
	border-bottom:none;
	color:#fff;
	text-transform:uppercase;
	margin:0px;
	padding:20px 15px 5px;
	display:inline-block;
	text-align:center;
	width:100%;
	font-size:18px;
	font-weight:700;
}

.all-categories > .container > .contenuti {
	border-left: 2px solid #f9b233;
	color: #1d71b8;
	font-size: 28px;
	margin: 20px 0 20px 10px;
	padding: 10px 0 10px 20px;
	text-align: left;
}
.all-categories > .container > .contenuti > p {
	font-size: 22px;
	font-weight: bold;
}

#listaCategorie > .row article a {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 200px;
}
#listaCategorie > .row article h3 {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#listaCategorie > .row article .prezzo {
	color:#fff;
	background-color:rgba(0,0,0,.6);
	padding:115px 10px 0px;
	position: absolute;
	width: 100%;
	height:200px;
	top: 0px;
	left: 0px;
	text-align: left;
	z-index: 1;
	opacity: 0;
}
#listaCategorie > .row article .prezzo big {
	color:#fff !important;
}
/* #listaCategorie > .row article a:hover .prezzo {
	opacity: 1;
} */
p.image-caption a, .linksSharing a, .utility ul li a, a.wishlistAdd, a.wishlistDel {
	color: #1d71b8;
	text-decoration: none;
}
.wishlistAdd, .wishlistDel {
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
a.wishlistDel, a:hover.wishlistDel {
	color: #777 !important;
}
a:hover.wishlistAdd, a:hover.wishlistDel {
	text-decoration: underline;
}
.legenda-sym {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.legenda-sym::after {
	clear: both;
}
.legenda-sym li {
	float: left;
	margin: 0px 5px 5px;
}
.product_details .legenda-sym li {
	margin: 0px 5px 5px 0px;
}
.legenda-sym li:first-child {
	margin-left:0px;
}
.legenda-sym li:last-child {
	margin-right:0px;
}
.legenda-sym li i.fa {
	font-size:16px;
	color: #1f72b9
}
.legenda-sym li i.fa.fa-mobile {
	font-size:25px;
	line-height: 23px;
}
.product_details .legenda-sym i.fa {
	margin-right:8px;
}
.product_details .legenda-sym i.fa.fa-custom-flag {
	width:18px;
	height:15px;
	margin-top:0px;
	margin-bottom:-3px;
}
i.fa.fa-custom-flag {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}
i.fa.fa-custom-flag::before {
	content: '\f1db';
	color: transparent;
}
i.fa.fa-custom-flag.fa-custom-flag_it {
	background-image:url(../images/flags/it.png);
}
i.fa.fa-custom-flag.fa-custom-flag_en {
	background-image:url(../images/flags/en.png);
}
i.fa.fa-custom-flag.fa-custom-flag_fr {
	background-image:url(../images/flags/fr.png);
}
i.fa.fa-custom-flag.fa-custom-flag_es {
	background-image:url(../images/flags/es.png);
}
i.fa.fa-custom-flag.fa-custom-flag_de {
	background-image:url(../images/flags/de.png);
}

div.filter-switch[off] i.fa.fa-custom-flag.fa-custom-flag_it {
	background-image:url(../images/flags/it.png);
	filter:grayscale(100%)
}
div.filter-switch[off] i.fa.fa-custom-flag.fa-custom-flag_en {
	background-image:url(../images/flags/en.png);
	filter:grayscale(100%)
}
div.filter-switch[off] i.fa.fa-custom-flag.fa-custom-flag_fr {
	background-image:url(../images/flags/fr.png);
	filter:grayscale(100%)
}
div.filter-switch[off] i.fa.fa-custom-flag.fa-custom-flag_es {
	background-image:url(../images/flags/es.png);
	filter:grayscale(100%)
}
div.filter-switch[off] i.fa.fa-custom-flag.fa-custom-flag_de {
	background-image:url(../images/flags/de.png);
	filter:grayscale(100%)
}

.product_details .legenda-sym {
	width: 100%;
	margin-top: 30px;
}
.product_details .legenda-sym li {
	width: 30%;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 8px;
	border-bottom: 1px solid #ebebeb;
}
.product_details .legenda-sym li img {
	margin-right: 5px;
}

.price-cube {
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	color: #fff;
	font-weight: 700;
}
.price-cube.final {
	font-size: 25px;
	width: 100px;
	height: 100px;
	left:50%;
	z-index: 6;
	margin-left: -50px;
	padding-top: 30px;
	top: 0px;
}
.price-cube.deleted {
	background-color: #F6891F;
	background-image: url(../images/delete-line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 18px;
	width: 70px;
	height: 70px;
	left:15px;
	z-index: 5;
	padding-top: 22px;
	top: 15px;
}
.price-cube.caption {
	background: #8CBE36;
	font-size: 13px;
	line-height: 12px;
	width: 70px;
	height: 70px;
	right:15px;
	z-index: 7;
	padding-top: 22px;
	top: 15px;
}
.stars {
	text-align: left;
	padding-bottom: 10px;
}
.stars .fa {
	font-size: 18px;
	color:#FC0 !important;
}
.stars a {
	color:#fff;
	text-decoration: underline;
}
.stars a:hover {
	text-decoration: none;
}


/*.linksSharing span, .linksSharing a {
	display:inline-block;
	margin:0px 5px;
	padding:5px 0px;
}
.linksSharing a:last-child, .utility ul li:last-child a {
	background-image:url(../images/icon_share.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:24px 24px;
	padding-left:30px;
	font-weight:700;
	text-transform:uppercase;
	color: #1d71b8;
}*/
#listaProdotti h5 {
	font-size:17px;
	padding:20px 15px 5px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
#listaProdotti.core:not(.wishlist_page) {
	padding-top:0px;
	padding-bottom: 0px;
	background-color: transparent;
}

.filtri {
	width: 100%;
	float:left;
	margin-bottom: -20px;
	/*padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;*/
}
.filtri .form-group {
	margin: 0px 20px 0px 0px;
	float: left;
}
.filtri #slider-range {
	width: 100px;
	float: left;
	margin: 3px 15px 0px;
	background-color: transparent !important;
	border: 0 !important;
}

.ui-slider-horizontal .ui-slider-range {
	height: 23% !important;
	top: 3px !important;
}
.filtri span#price_filter_min_text, .filtri span#price_filter_max_text {
	display: inline-block;
	float: left;
	min-width: 40px;
	text-align: center;
}
.filtri h6, .filtri .form-group > font {
	display: inline-block;
	font-size: 14px;
}
.filtri h6 {
	font-family: "Ubuntu", Arial, sans-serif;
	padding: 0px;
	margin: 2px 15px 0px 0px;
	display: inline;
	float: left;
	text-transform: uppercase;;
}
.filtri .form-group > font {
	margin-left: 8px;
}
.filtri select.form-control {
	border:1px solid #ccc;
	background: #f0f0f0;
	font-size: 15px;
	margin-top: -8px;
	height: 32px;
	min-width: 100px;
}
.filtri .btn {
	margin-top: -10px;
}

article.product-intro {
	padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
}

article.product-intro-category {
	padding: 0px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
}

article.product-intro-category p, article.product-intro-category div {
	line-height: 17px;
	font-size: 12px;
	padding-right: 15px;
}

article.product-intro-category a.wishlistAdd, article.product-intro-category a.wishlistDel {
	display: inline;
	margin-left: 10px;
	line-height: 16px;
	color: #1f72b9 !important;
}

.product_details a.wishlistAdd, .product_details a.wishlistDel {
	display: inline;
	margin-left: 10px;
	line-height: 16px;
	color: white !important;
	text-transform: none;
	font-weight: 300;
}

article.product-intro-category .image-caption {
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
}

div.filter-switch {
	border-radius: 25px;
	background: #e8f0f8;
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	cursor: pointer;
}

.product-values div.filter-switch {
	padding: 4px 8px;
	margin-bottom: 5px;
}
div.filter-switch label {
	font-weight: normal !important;
}

div.filter-switch[off] {
	background: #f1f1f1;	
}

.green-filter div.filter-switch label {
	color: #1fc91d;
}

.green-filter div.filter-switch label i.fa{
	background: #1fc91d;
}

div.filter-switch i.fa {
	padding: 5px;
    min-width: 35px;
    min-height: 35px;
    color: white;
    background: #ec971f;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    margin-right: 5px;
    padding-top: 8px;
}

div.filter-switch[off] i.fa {
	background: darkgrey;
}

article.product-intro-category:hover {
	box-shadow: 0px 0px 10px #ccc;
}

article.product-intro h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 0px;
	margin: 0px 0px 10px;
}
article.product-intro h3 a {
	text-decoration: none;
}
article.product-intro hr {
	margin:10px 0px;
	border-color: #ebebeb;
}
article.product-intro p {
	font-size:16px;
	line-height: 24px;
}
article.product-intro p.image-caption {
	margin: 0px;
}
article.product-intro .stars {
	text-align: left;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
article.product-intro .stars a {
	color: #1f1f1f;
	text-decoration: none;
}
article.product-intro .prezzo {
	padding-left: 0px;
	border-left: none;
}
.product-image {
	position: relative;
}
.product-image .label-special, .product_details .label-special {
	display: inline-block;
	padding: 14px 10px;
	height: 50px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	font-weight: 700;
	font-family: "Ubuntu";
	font-size: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}
.product-image .label-special:first-child {
	top: 5px;
}
.product-image .label-offerta {
	background:url(../images/label-lat_offerta.png) no-repeat center left;
}
.product-image .label-best-seller {
	background:url(../images/label-lat_bestseller.png) no-repeat center left;
}
.product-image .label-esclusiva {
	background:url(../images/label-lat_esclusiva.png) no-repeat center left;
}
.product_details .label-offerta {
	background:url(../images/label-bot_offerta.png) no-repeat center left;
}
.product_details .label-best-seller {
	background:url(../images/label-bot_bestseller.png) no-repeat center left;
}
.product_details .label-esclusiva {
	background:url(../images/label-bot_esclusiva.png) no-repeat center left;
}



.product-intro-category .product-image .label-offerta, .product-intro-category .product_details .label-offerta {
	transform: translateX(-9px);
	transform-origin: top left;
}

.product-intro-category .product-image .label-best-seller, .product-intro-category .product_details .label-best-seller {
	transform: translateX(-9px);
	transform-origin: top left;
}

.product-intro-category .product-image .label-esclusiva, .product-intro-category .product_details .label-esclusiva {
	transform: translateX(-9px);
	transform-origin: top left;
}

.product-image.item .label-offerta,
.product-image.item .label-best-seller,
.product-image.item .label-esclusiva,
.product-image.item .label-special {
	transform: translateX(-9px)
}

.product-intro-category .product-image .label-offerta:nth-child(2), 
.product-intro-category .product-image .label-best-seller:nth-child(2), 
.product-intro-category .product-image .label-esclusiva:nth-child(2), 
.product-intro-category .product-image .label-special:nth-child(2) {
	transform: translateX(-9px) translateY(50px);
}

.product-image.item .label-offerta:nth-child(2), 
.product-image.item .label-best-seller:nth-child(2), 
.product-image.item .label-esclusiva:nth-child(2), 
.product-image.item .label-special:nth-child(2) {
	transform: translateX(-9px) translateY(50px);
}

@media screen and (max-width: 768px) {
	.product-intro-category .product-image .label-offerta, .product-intro-category .product_details .label-offerta {
		transform: translateX(6px);
		transform-origin: top left;
	}
	
	.product-intro-category .product-image .label-best-seller, .product-intro-category .product_details .label-best-seller {
		transform: translateX(6px);
		transform-origin: top left;
	}
	
	.product-intro-category .product-image .label-esclusiva, .product-intro-category .product_details .label-esclusiva {
		transform: translateX(6px);
		transform-origin: top left;
	}
	.product-image.item .label-offerta,
	.product-image.item .label-best-seller,
	.product-image.item .label-esclusiva,
	.product-image.item .label-special {
		transform: translateX(6px)
	}

	.product-intro-category .product-image .label-offerta:nth-child(2), 
	.product-intro-category .product-image .label-best-seller:nth-child(2), 
	.product-intro-category .product-image .label-esclusiva:nth-child(2), 
	.product-intro-category .product-image .label-special:nth-child(2) {
		transform: translateX(6px) translateY(50px);
	}

	.product-image.item .label-offerta:nth-child(2), 
	.product-image.item .label-best-seller:nth-child(2), 
	.product-image.item .label-esclusiva:nth-child(2), 
	.product-image.item .label-special:nth-child(2) {
		transform: translateX(6px) translateY(50px);
	}
}



.product_details .label-set {
	position: absolute;
	bottom:-16px;
	left: 0px;
}
.product_details .label-offerta, .product_details .label-best-seller, .product_details .label-esclusiva {
	top: auto;
	left: auto;
	padding-left:18px;
	position: relative;
	float: left;
}


.product-image .label-special .fa, .product_details .label-special .fa {
	margin-right: 5px;
}



.prezzo {
	font-size: 18px;
	padding-left: 30px;
	border-left: 1px solid #ebebeb;
}
.prezzo.no-available {
	font-size: 16px;
    color: red;
}

.prezzo .startingFrom {
	display: inline-block;
	width: 100%;
	font-size:20px;
}
.prezzo del {
	color: #999;
}
.prezzo big {
	font-family: "Ubuntu", Arial, sans-serif;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: -1.5px;
	line-height: 36px;
	padding-bottom: 10px;
	display: inline-block;
}
.row .product-intro-category .prezzo big {
	color: #f9b233 !important;
}
.row .product-intro-category .prezzo big span {
	font-size: 28px;
	vertical-align: text-top;
}
.prezzo hr {
	margin: 15px 0px 5px;
}

.listaAltriProdotti .owl-item {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 15px;
    width: 100%;
    float: left;
}
.listaAltriProdotti .item img {
	max-width: 100%;
	/*height: 120px;*/
}
.listaAltriProdotti .item h4 a {
	text-decoration: none;
}
.listaAltriProdotti .item .prezzo {
	border:none;
	padding-left: 0px;
	line-height: normal;
}
.listaAltriProdotti .item .prezzo big {
	font-size: 30px;
	line-height: 30px;
}
.listaAltriProdotti .item .stars {
	text-align: left;
}
.listaAltriProdotti {
	padding-bottom: 40px;
}
.listaAltriProdotti .owl-controls {
	bottom: 0px;
}
.listaAltriProdotti .owl-controls .owl-dot span {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
}

header.mainHeader#fixedHeader {
	position: fixed;
	top: -60px;
	left: 0px;
	width: 100%;
	z-index: 99;
	border-bottom: none;
}
header.mainHeader#fixedHeader nav.product_nav a {
	display: inline-block;
	color: #fff;
	padding: 10px 0px;
	margin: 0px 10px;
	border-bottom: 5px solid transparent;
}
header.mainHeader#fixedHeader nav.product_nav a.current {
	border-color:#679CBC;
}
header.mainHeader#fixedHeader nav.product_nav a:hover {
	border-color:#4598df;
	text-decoration: none;
}
header.mainHeader#fixedHeader nav.product_nav a:first-child {
	margin-left: 0px;
}
header.mainHeader#fixedHeader .fastLinks {
	padding-top:0px;
}

/* section#main.category_details, section#main.product_details {
	border-bottom: 1px solid #ddd;
} */
section#main_sub {
	background: #f7f7f7;
	padding: 30px 0px;
	position: relative;
}
.core_sub {
	padding: 30px 20px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 15px;
}
.core_sub .heading {
	margin-top: 0px;
}
.core_sub > ul li, .core_sub .readMore_contents > ul li {
	font-size: 18px;
    line-height: 28px;
}
#descrizione.core_sub {
	padding-bottom: 20px;
}
#descrizione.core_sub p img {
	float: left;
	margin:10px 25px 15px 0px
}
#descrizione.core_sub .readMore {
	height: 150px;
	overflow: hidden;
	position: relative;
}
#descrizione.core_sub .readMore.expanded {
	height: auto;
	padding-bottom: 30px;
}
#descrizione.core_sub .readMore_links {
	text-align:right;
	padding:50px 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(255,255,255,0);
	background: rgba(255,255,255,0);
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
#descrizione.core_sub .readMore.expanded .readMore_links {
	background:transparent;
	padding-top: 0px;
}
#descrizione.core_sub .readMore_links a {
	font-size:18px;
	font-weight:bold;
	color:#1d71b8;
	text-decoration: none;
}
#descrizione.core_sub .readMore_links a:hover {
	color: #3498db;
}

#descrizione.core_sub .lista-voci-incluse, #descrizione.core_sub .lista-voci-escluse {
	font-size: 18px;
    line-height: 28px;
}
#descrizione.core_sub .lista-voci-incluse ul, #descrizione.core_sub .lista-voci-escluse ul {
	margin: 6px 0 0 0;
	padding: 0 0 0 18px;
}
#descrizione.core_sub .lista-voci-incluse ul li, #descrizione.core_sub .lista-voci-escluse ul li {
	margin: 0px 0;
}
.lista-voci-incluse .fa {
	color: #1d71b8;
}
.lista-voci-escluse .fa {
	color: #c30;
}

#formule .alert {
	margin-top: -10px;
}
#formule > .alert {
	margin-top: 0px;
}
#formule > .alert-danger {
	margin-bottom: 0px;
}
#formule ul, #lista_recensioni ol, #lista_recensioni ul:not(.paging) {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#formule ul li, #lista_recensioni ul:not(.paging) li {
	font-size: 14px;
	padding: 10px;
}
#formule ul li {
	padding: 15px 10px;
	z-index: 5;
	overflow: auto;
}
#formule ul li .product_sub_rate span {
	display:inline-block;
	padding-top:4px;
	line-height:20px;
}
#formule.adv-rates-list ul li .product_sub_rate .rate_amount {
	line-height: 22px;
}
#formule.adv-rates-list ul li .product_sub_rate .rate_amount span {
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	width: 100%;
}
#formule.adv-rates-list ul li .product_sub_rate .rate_amount font:not(.text-success) {
	display: inline-block;
	opacity: .7;
	width: 100%;
	position: relative;
	color: #1d71b8;
}
#formule.adv-rates-list ul li .product_sub_rate .rate_amount font:not(.text-success):before {
	content: "cliente";
	display: inline-block;
	margin-right: 3px;
	font-size: 13px;
	/*position: absolute;
	width: 40px;
	height: 1px;
	background-color: #444;
	top: 12px;
	left: 50%;
	margin-left: -20px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	opacity: 1;*/
}
#formule ul li > .row {
	margin-left: -10px;
	margin-right: -10px;
}
#formule ul li .product_sub_rate .rate_name {
	position:relative;
}
#formule ul li .product_sub_rate .rate_name i.fa:not(.fa-plus) {
	position:absolute;
	display:block;
	top:5px;
	right:-10px;
	content: "\f087";
	font-family:"FontAwesome";
	color:#8DBD1E;
	font-size:18px;
	z-index:10;
}
#formule ul li .product_sub_rate .rate_name i.fa.fa-plus {
	margin-right: 8px;
}
/*#formule ul li:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	z-index: 6;
}*/
#formule ul li a:not(.btn), #formule ul li big {
	font-size: 18px;
	width: 100%;
	color: #444;
	font-weight: bold;
	/*text-decoration: underline;*/
}

#formule ul li .prezzo {
	padding-left: 15px;
	font-size: 15px;
	line-height: 25px;
	border-left: 1px solid rgba(0,0,0,.1);
}
#formule ul li .prezzo big {
	font-size: 35px;
	line-height: 30px;
}
#formule ul li .alert {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#search_formule {
	color: #fff;
	border:none;
	padding: 15px 15px 20px;
}
#search_formule h5.heading {
	color: #fff !important;
	border-color: #fff !important;
}
#search_formule .control-label, #search_formule label {
	text-align: left;
	font-weight: normal;
	cursor: pointer;
}
#search_formule .form-control, #search_formule .form-control[readonly] {
	border:1px solid #fff;
	background-color: #fff;
}
#search_formule .btn {
	padding-top: 6px;
	padding-bottom: 6px;
}
#search_formule .input-group-addon {
	background-color: #fff;
	cursor: pointer;
}
#search_formule .form-horizontal .form-group:last-child {
	margin-bottom: 0px;
}
/*
#formule ul.results_formule li, #formule ul.results_formule li .product_sub_rate:not(.amountSupplemento), #formule ul.results_formule .amountTemp em, #formule ul.results_formule .amountTemp span {
	display: none;
}*/
#formule ul.results_formule li .product_sub_rate .rate_qty {
	text-align: center;
}
#formule ul.results_formule li .product_sub_rate .rate_qty input[type="radio"] {
	margin: 0px auto;
}


#lista_recensioni .row {
	padding: 5px 10px;
}
#lista_recensioni .row .stars span {
	display: inline-block;
	width: 75px;
	color: #FC0 !important;
}
#lista_recensioni .row .perc-holder {
	width: 100%;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 0px;
	background: #ccc;
	margin-top: -3px;
	z-index: 50;
}
#lista_recensioni .row .perc-filling {
	position: absolute;
	height: 6px;
	top: 50%;
	left: 0px;
	margin-top: -3px;
	z-index: 51;
}
#lista_recensioni ul:not(.paging) {
	margin-top: 15px;
	border-top: 1px solid #eee;
}
#lista_recensioni ul:not(.paging) li {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
#lista_recensioni ul:not(.paging) li:last-child {
	border-bottom: none;
}
#lista_recensioni ul:not(.paging) li .stars {
	text-align: left;
	display: inline-block;
	margin-right: 5px;
	padding-bottom:0px;
}
#lista_recensioni ul:not(.paging) li > strong {
	font-size: 16px;
}
#lista_recensioni ul:not(.paging) li > em, #lista_recensioni ul:not(.paging) li > b {
	color: #999;
}
#lista_recensioni ul:not(.paging) li p {
	margin-bottom:0px;
}

#descrizione .owl-carousel {
	padding-bottom: 20px;
}
#descrizione .owl-carousel .owl-controls {
	bottom: auto;
	width: 100%;
	top: -47px;
	left: 0px;
}
#descrizione .owl-carousel .owl-nav .owl-prev, #descrizione .owl-carousel .owl-nav .owl-next {
	background: none;
	width: 28px;
	height: 28px;
	top: 0px;
	left: 0px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
}
#descrizione .owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0px;
}
#descrizione .utility {
}
.utility ul {
	width: 100%;
	background:#f0f0f0;
	list-style-type: none;
	padding: 12px 20px;
	margin: 0px;
	float: left;
}
.utility ul li {
	float: left;
	margin-right: 30px;
}
.utility ul li:last-child {
	margin-left: 30px;
	margin-right: 0px;
}
.utility ul li a {
	text-decoration: none;
}
.utility ul li a:hover {
	color: #888;
}
/*.utility ul li:last-child a {
	padding-top: 4px;
	padding-bottom: 4px;
}*/
.at-resp-share-element .at-share-btn {
	margin-bottom: 0px !important;
}
#punto_ritrovo .mappa {
	width: 100%;
	height: 240px;
}
#punto_ritrovo iframe {
	width: 100%;
	heght: 100%;
}
.registrazione-integrativa {
	text-align:center;
	background:#003F83 url(../images/bg_magnetize.png);
	color:#fff;
}
#recensione.registrazione-integrativa {
	background-color: #003F83;
	background-image: none;
	color:#444;
}
.registrazione-integrativa .logo {
	margin:50px 0px 30px;
}
.registrazione-integrativa .fa {
	font-size:100px;
	margin:30px 0px;
}
.registrazione-integrativa .alert .fa {
	font-size:15px;
	margin:0px 5px 0px 0px;
}
.registrazione-integrativa .stars {
	letter-spacing: -1px;
	margin-right: 4px;
}
.registrazione-integrativa .stars .fa {
	font-size: 10px;
	margin: 0px;
}
.registrazione-integrativa .stars .fa.inactive {
	color: #bbb !important;
}
.registrazione-integrativa .core {
	background-color:transparent;
}
.registrazione-integrativa:not(#recensione) h5.heading {
	color:#fff;
	border-bottom-color:#fff;
}
#recensione.registrazione-integrativa .core {
	padding:20px;
	border-radius: 15px;
	background-color: #fff;
}

#esito_summary.entry-content .alert, #esito_summary.entry-content ul li {
	font-size: 17px;
}
.panel-default>.panel-heading {
	color: #fff;
    background-color: #4598df;
    border-color: #4598df;
}
h4.panel-title a {
	text-decoration: none;
	color: #fff;
}



.widget {
	padding: 20px;
    border: 1px solid #ddd;
	margin-bottom: 30px;
	background: #fff;
}
.sidebar-product {
	position: relative;
}
.sidebar-product widget:last-child {
	margin-bottom: 0px;
}
.widget.widget-summary {
/*	opacity: 1;
	display: none;*/
	top: auto;
	left: auto;
}
.widget.widget-summary.fixed {
	position: fixed;
	width: 100%;
}
.widget.widget-summary.absolute {
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.widget.widget-summary h5 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	margin: 0px;
}
.widget.widget-summary .stars {
	text-align: left;
	padding: 20px 0px 0px;
}
.widget.widget-summary .stars a {
	color: #191919;
	text-decoration: underline;
}
.widget.widget-summary .prezzo {
	padding-left: 0px;
	padding-top: 15px;
	border:none;
}
.widget .widget-title {
	margin-top: 0px;
}
.widget.widget-generico {
    position: relative;
	padding-top: 270px;
    background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
}
.widget.widget-generico h4 {
	border: none;
	width: auto;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	position:absolute;
	top: 20px;
	left: 20px;
}
.widget.widget-generico h4 span {
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 6px;
	border-radius: 2px;
	background-color: #194B91;
}
.widget.widget-generico a.btn {
	background-color: #194B91;
}
.widget.widget-generico a.btn:hover {
	background-color: #003F83;
}
.widget.widget-text h4.widget-title {
	color: #1d71b8;
	border-color: #1d71b8;
}
.widget.widget-text ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.widget.widget-text ul li {
	margin: 8px 0px;
	font-size: 18px;
}
.widget.widget-text ul li .fa {
	color: #1d71b8;
	margin-right: 6px;
}
.widget.widget-text p big {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	color: #1d71b8;
}
.widget.widget-text p img {
	margin-top: 10px;
	max-width: 100%;
}


/** CUSTOMER CARE **/
section#customer-care {
	background:#194B91;
	color:#fff;
	padding:20px 0px;
}
section#customer-care .item {
	border-left:1px solid #38589A;
}
section#customer-care .item:first-child {
	border-left:none;
}
section#customer-care h5 {
	font-size:15px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}
section#customer-care img {
	margin-bottom:20px;
}
section#customer-care p {
	padding:5px 25px;
	margin:0px;
}



/** SIDE VIEW **/
.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	z-index: 9998;
	background:rgba(0,22,45,.9);
	content: "";
	display: none;
}
.ajaxContents {
	min-height:150px;
	background-image: url(../images/sideview-preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.noImageBg {
	background-image:none !important;
	height: auto !important;
}
section#sideview {
	display: none;
	padding:15px 0px;
			/*
background-color: #EBEBEB;
	position: fixed;
	top: 0px;
	right: -2000px;
	max-width: 780px;
	height: 100%;
	z-index: 9999;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	overflow-y:hidden;*/
}
.mfp-wrap section#sideview {
	display:block;
}
	/*

section#sideview.opened {
	right: 0px;
}*/
section#sideview hr {
	border-color: #ddd;
}
section#sideview form {
	height: 100%;
}
section#sideview .wrapper {
	height: 100%;
	overflow-y: scroll;
}
section#sideview .wrapper .cont_selections {
	padding-top:80px;
	padding-bottom:120px;
}
section#sideview .close {
	font-size: 30px;
	margin-top: -10px;
}
section#sideview button.mfp-close {
	display:none;
}
section#sideview header, section#sideview footer {
	width: 100%;
}
section#sideview header {
	background:transparent;
	/*
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 9px 20px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 9px 20px 0px rgba(50, 50, 50, 0.15);*/
}
section#sideview footer {
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top:20px;
	/*
	border-top: 1px solid #ddd;
	  -webkit-box-shadow: 0px -9px 20px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px -9px 20px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px -9px 20px 0px rgba(50, 50, 50, 0.3);*/
}
section#sideview footer .prezzo {
	border-left: none;
	padding: 0px;
	/*
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 10px;
	float: left;
	border-right: 1px solid #ddd;
	*/
}
section#sideview #formule ul li {
	padding:0px;
	background-color: transparent;
}
section#sideview .general-container {
	background-color: #EBEBEB;
	padding:5px 15px 15px;
}


footer .prezzo big {
	font-size: 45px;
	padding-top: 2px;
	padding-bottom: 0px;
}
footer .tipo_pagamento {
	border-left: 1px solid #ddd;
	color: #191919;
	padding-left: 15px;
	/*
	padding-left: 15px;
	padding-top: 3px;
	float: left;
	color: #191919;
	*/
}
footer .tipo_pagamento p {
	padding: 5px 0px;
	margin: 0px;
}
footer .tipo_pagamento label {
	font-weight: normal;
	margin: 0px;
	font-size: 16px;
	white-space: nowrap;
	cursor: pointer;
}
footer .tipo_pagamento ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
footer .tipo_pagamento ul li {
	margin: 5px 0px;
}
footer .tipo_pagamento ul li:last-child {
	margin-bottom: 0px;
}
section#sideview footer #addCart {
	height: 50px;
	letter-spacing: -0.5px;
}
section#sideview .core_sub {
	padding: 20px;
}
section#sideview h4 {
	color: #444;
	font-family: "Ubuntu";
	font-weight:700;
}
section#sideview h4 span {
	text-decoration: underline;
}
section#sideview .core_sub .control-label {
	text-align: left;
}
section#sideview #nominativi_to_add hr, section#sideview #pickup_hotel_data hr, section#sideview #transfer_info-andata hr, section#sideview #transfer_info-ritorno hr {
	margin-top:10px;
	margin-bottom:10px;
}
section#sideview #nominativi_to_add .addingNames hr:last-child, section#sideview #transfer_info-andata .core_sub > hr:last-child, section#sideview #transfer_info-ritorno .core_sub > hr:last-child {
	display: none;
}

#cal_disp, #cal_disp_api {
	display: none;
}
#cal_disp .datepicker, #cal_disp_api .datepicker {
	background:#fff;
	border: 1px solid #ddd
}
#cal_disp .lista_orari, #cal_disp_api .lista_orari {
	padding: 5px 0px 0px;
	margin: 0px;
	list-style-type:none;
}
#cal_disp .lista_orari li, #cal_disp_api .lista_orari li {
	font-size: 16px;
	padding: 6px 0px;
	border-bottom: 1px solid #ddd;
	width: 33.3333333%;
    float: left;
    margin-bottom: 5px;
}
.lista_pax {
	padding:0px;
	margin: 0px 0px 20px;
	list-style-type: none;
	font-size: 15px;
}
.lista_pax li:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 8px;
	margin-right: 5px;
	border: 2px solid #1d71b8;
	background: #1d71b8;
}

.datepicker:after, .datepicker:before {
	display: none !important;
}
.datepicker table {
	border-spacing: 3px;
    border-collapse: separate;
}
.datepicker table td, .datepicker table th {
	border-radius:2px;
}
.datepicker thead tr:first-child th:hover {
	background:#1d71b8 !important;
	color: #fff !important;
}
.datepicker table.table-condensed>tbody>tr>td {
	padding: 5px 3px;
	border: 1px solid #eee;
}
.datepicker table td.disabled.day {
	background:#ddd !important;
	color: #bbb !important;
	cursor: pointer !important;
}
.datepicker table td.active.day {
	background:#3498db !important;
	color: #fff !important;
}
#datepickerStartAPI .datepicker table td.active.day {
	background-color: #fff !important;
	color: inherit !important;
	border: 1px solid #1d71b8;
}
.datepicker table.table-condensed>tbody>tr>td.new, .datepicker table.table-condensed>tbody>tr>td.old {
	visibility: hidden;
}
.datepicker table.table-condensed>tbody>tr>td.free_sale {
	background:#78cd51;
	color: #fff;
}
.datepicker table.table-condensed>tbody>tr>td.stop_sale.disabled {
	background:#ff6c60 !important;
	color: #fff !important;
	cursor: pointer !important;
}
.datepicker table.table-condensed>tbody>tr>td.on_request {
	background:#f1c500;
	color: #fff;
}
.free_sale .fa {
	color: #78cd51;
	margin-right: 5px;
}
.stop_sale .fa {
	color: #ff6c60;
	margin-right: 5px;
}
.on_request .fa {
	color: #f1c500;
	margin-right: 5px;
}


/*
.datepicker td.day:not(.free_sale):hover, .datepicker td.day:not(.stop_sale):hover, .datepicker td.day:not(.on_request):hover {
	background:#f9f9f9 !important;
	color: #111 !important;
	border: 1px solid #ccc;
}
*/
.datepicker table thead tr:first-child th {
	color:#fff;
	text-transform: uppercase;
	background: #1d71b8;
}
.datepicker table thead tr:first-child th:hover {

}
.datepicker.datepicker-dropdown {
	max-width: 280px;
	background-color: #fff;
	border: 1px solid #ccc;
    border-radius: 0px;
}


.form-horizontal .core_sub .form-group {
	margin-bottom: 0px;
}
/*
@media (min-width: 1200px) {
	section#sideview .container {
	    width: 740px;
	}
	section#sideview.sideview-edit .container {
	    width: 420px;
	}
}
@media (min-width: 992px) {
	section#sideview .container {
	    width: 740px;
	}
	section#sideview.sideview-edit .container {
	    width: 420px;
	}
}
@media (min-width: 768px) {
	section#sideview .container {
	    width: 740px;
	}
	section#sideview.sideview-edit .container {
	    width: 420px;
	}
}
*/
#formule_bis .product_sub, #consegna_bis .consegna_opt {
	padding: 10px;
}
#formule_bis .product_sub strong, #consegna_bis .consegna_opt label {
	font-size: 18px;
	margin-bottom: 0px;
}
.product_sub_ratelist {
	/*margin: 10px -10px -10px;
	border-top: 1px solid rgba(0,0,0,.05);*/
	padding-bottom: 10px;
}
.product_sub_rate {
	padding: 10px 0px;
}
.product_sub_rate:first-child {
	padding-top: 0px;
}
.userWelcome span {
	line-height: 34px;
}
.product_sub_ratelist .row em {
	color: #666;
}
/*
.amountTemp em, .amountTemp span b {
	display: none;
}
*/
.product_sub_rate:nth-child(even), .product_sub_rate:nth-child(odd) {
	/*background-color: #fefefe;*/
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.spinner-buttons .btn .fa {
	margin: 0px;
	font-size:18px;
	line-height:22px;
}
.btn-neutro.spinner-down, .btn-neutro.spinner-up {
	color: #444;
	/*
	background-color: #fff;
	border:1px solid #ddd;
	*/
	border:none;
	background-color:transparent;
	padding:6px 12px;
	color:black;
}
.btn-neutro.spinner-up {
	color:#3498db;
}
.spinnerQty .input-group .form-control {
	text-align: center;
	border: 1px solid #ddd;
	background-color:#fff;
	padding: 3px 12px;
	font-size:18px;
}
#consegna_bis .consegna_sub {
	background-color: #fefefe;
	margin: 10px -10px -10px;
	padding: 10px;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
}
#consegna_bis .consegna_opt:last-child .consegna_sub {
    border-bottom: none;
    padding-bottom: 0px;
}
#consegna_bis .consegna_sub p {
	font-size: 15px;
	line-height: 22px;
}


/** CARRELLO **/
/*
.cart_steps {
	margin-top: -19px;
	margin-bottom: 0px;
}
.cart_steps ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.cart_steps li {
	font-family: 'Ubuntu', sans-serif;
	width: 20%;
	float: left;
	border-right: 1px solid #fff;
	text-align: left;
	text-transform: none;
	background-color: #ccc;
	padding: 16px 8px 16px 56px;
	border-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	position: relative;
	min-height: 72px;
}
.cart_steps li.active {
	background-color: #4598df;
}
.cart_steps li font {
	display: inline-block;
	background-color: #fff;
	color: #ccc;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -20px;
}
.cart_steps li.active font {
	color: #4598df;
}
.cart_steps li span {
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	line-height: 20px;
	float: left;
}
.cart_steps li:last-child {
	border-right: none;
}
*/

.core .cart_block h2 {
	background:#005fab;
	color: #fff;
	text-align: left;
	margin: 0px;
	padding: 15px 10px 15px 50px;
	border-bottom: none;
	text-transform: none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	position: relative;
	border-bottom: 1px solid #fff;
	border-radius: 3px;
	font-weight:normal;
}

.cart_block h2 span {
	color: white;
}
/*
.core .cart_block:not(.undone) h2:hover span {
	text-decoration: underline;
}*/
.core .cart_block h2 font {
	display: inline-block;
	background-color: #fff;
	color: #005fab;
	font-size: 18px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	position: absolute;
	left: 10px;
	top: 10px;
}
.core .cart_block.undone h2 {
	background:#bbb;
	cursor: auto;
}
.core .cart_block.undone h2 font {
	color: #bbb;
}
.core .cart_block.done h2 {
	background:#fff;
	color: #005fab;
	border:1px solid #005fab;
	margin-bottom:1px;
	cursor: pointer;
	opacity:.5;
}
.core .cart_block.done h2 span {
	color: gray;
}
.core .cart_block.done h2:hover {
	opacity:1;
}
.core .cart_block.done h2 font {
	color:#fff;
	background: #005fab;
}


.cart_block_contents article:first-child {
	padding-top:20px;
}
.cart_block article {
	padding: 15px 0px 0px;
	background-color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.cart_block article hr {
	margin: 15px 0px 0px;
}
.cart_block article img {
	width: 100%;
	border: 1px solid #ddd;
}
.cart_block article a:not(.link_secondario) {
	font-weight: 700;
	font-size: 18px;
}
.cart_block article a.link_secondario {
	color: #333;
	font-style: italic;
	text-decoration: none;
}
.cart_block article a:hover.link_secondario {
	color: #777;
}
.cart_block article a.btn {
	margin-left: 10px;
}
.cart_block article input[type=number] {
	text-align: center;
	height: auto;
	padding: 5px;
}
.cart_block .row_tariffa {
	margin-bottom: 1px;
	padding: 5px 10px;
}
.cart_block .row_tariffa:nth-child(even)/*, .cart_block_sub.half_sx*/ {
	background-color: white;
}
.cart_block .row_tariffa:nth-child(odd)/*, .cart_block_sub.half_dx*/ {
	background-color: #fff;
}
.btn.cart_countdown {
	font-size: 15px;
    line-height: 27px;
}
.cart_block footer {
	padding: 15px 0px;
}
.cart_block footer .row {
	padding-bottom: 10px;
}
.cart_block footer .prezzo {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}
.cart_block footer .prezzo big {
	font-size: 30px;
	line-height: 28px;
	color: #143b7b;
}
.cart_block footer .tipo_pagamento {
	border:none;
	padding-left: 0px;
}
.cart_block .coupon_sconto {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 8px;
	color: #005fab;
	font-size: 18px;
	display: inline-block;
}
.cart_block .coupon_sconto .alert {
	padding: 6px 10px;
	margin-bottom: 15px;
}
.cart_block .coupon_sconto label {
	cursor: auto;
	padding: 5px 10px 0px 0px;
	float: left;
}
.cart_block .coupon_sconto label .fa {
	margin-right: 5px;
}
.cart_block_sub {
	text-align: left;
	background-color: #fff;
	padding: 30px 20px;
}
.cart_block_sub.text-center {
	text-align: center;
}
/*
.cart_block .scelta_pagamento {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #f4f4f4;
}
.cart_block .scelta_pagamento:last-child {
	border-right: none;
}
.cart_block .scelta_pagamento:hover {
	background-color: #eee;
}
*/
.cart_block_sub.form {
}
.cart_block_sub.form .alert {
	margin-top: -15px;
	text-align: left;
}
.cart_block_sub.form label.control-label {
	text-align: left;
	cursor: auto;
}
.cart_block_sub.form h4 {
	padding: 0px;
	margin: 0px 0px 10px;
	text-align: left;
	position: relative;
}
.cart_block_sub.form h4 .fa {
	color: #005fab;
}
.cart_block_sub.form p {
	font-size: 15px;
	line-height: 18px;
}
.cart_block_sub.form hr {
	border-top-color: #e7e7e7;
}
.cart_block_sub.form hr:last-child {
	display: none;
}
#blocco_spedizione h5 {
	border-bottom: 1px solid #121212;
	font-size: 18px;
	padding: 6px 0px 8px;
	margin-right: 20px;
}
#blocco_spedizione h5 .fa {
	color: #d9534f;
	cursor: pointer;
}
.sommario_prodotti {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.sommario_prodotti li {
	list-style-type: circle;
	padding:0px;
	margin-left: 20px;
}
.sommario_prodotti li:first-child {
	list-style-type: none;
	margin: 0px;
}

#blocco_pagamento {
	overflow: hidden;
}
#blocco_pagamento .cart_block_sub {
	overflow: hidden;
	position: relative;
}
#blocco_pagamento .cart_block_sub .fa {
	font-size:60px;
	line-height: 100px;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50px;
}
#blocco_pagamento .prezzo {
	text-align: center;
	padding: 0px;
	border:none;
}
/*
#blocco_pagamento .cart_block_sub .form-control {
	max-width: 60%;
	margin: 10px auto 0px;
}*/
#blocco_pagamento .cart_block_sub:before, #blocco_pagamento .cart_block_sub:after {
	font-family: "FontAwesome";
	content: "\f0a9";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: -60px;
	font-size: 60px;
	line-height: 60px;
	color: #ccc;
}
#blocco_pagamento .cart_block_sub:after {
	content: "\f0a8";
	left: auto;
	right: -200px;
}
#blocco_pagamento .cart_block_sub:hover:before {
	left: -5px;
}
#blocco_pagamento .cart_block_sub:hover:after {
	right: -5px;
}
.sidebar-cart .widget.widget-text {
	background:white;
	border: 1px solid #f0f0f0;
}
.sidebar-cart .widget.widget-text h4.widget-title {
	color:#005fab;
	border-color: #ec971f;
}
.sidebar-cart .widget.widget-text ul li {
	font-size: 16px;
	width: 100%;
}
.sidebar-cart .widget.widget-text ul li em {
	font-size:15px;
}
.sidebar-cart .widget.widget-text ul li.totale_ordine {
	font-size: 18px;
	font-weight: bold;
	border-top:1px solid #1f1f1f;
	padding-top: 15px;
	margin-top: 20px;
}

.entry-content ul, .entry-content ol {
	font-size: 18px;
    line-height: 28px;
}
.entry-content#esito_summary ul, .transfer_info {
	list-style-type: none;
	padding: 0px;
	margin: 20px 0px;
	float: left;
	width: 100%;
}
.transfer_info {
	margin: 0px;
}
.entry-content#esito_summary ul li, .transfer_info li {
	border-bottom: 1px solid #eee;
	padding: 8px 0px;
	float: left;
}
.entry-content#esito_summary ul li.li-label, .transfer_info li.li-label {
	width: 25%;
	font-weight:bold;
}
.entry-content#esito_summary ul li.li-value, .transfer_info li.li-value {
	width: 75%;
}
.transfer_info li.li-value {
	width: 25%;
}
.order_col p {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
}
.order_col p:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.order_col h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.link_cart_cont {
	display: inline-block;
	position: relative;
	overflow: visible;
}
.cart_summary {
	width:250px;
	position: absolute;
	z-index: 1000;
	border-top:3px solid #1d71b8;
	border-bottom:3px solid #1d71b8;
	background-color: #fff;
	padding:15px 15px 10px;
	text-align: left;
	top: auto;
	left: 0px;
	margin-left: -100px;
	display: none;
	color: #1f1f1f;
	font-size: 15px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}
.pagina_interna header.overtop .cart_summary {
	top: 110px;
}
.cart_summary ul:before, .cart_summary p:before {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #1d71b8 transparent;
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -10px;
}
.cart_summary.opened {
	display:block;
}
.cart_summary ul, .cart_summary p {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size: 15px;
}
.cart_summary ul li {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding:8px 0px;
}
.cart_summary .cart_footer {
	padding-top:10px;
}
.cart_summary .cart_footer a {
	color:white;
	text-decoration: none;
}
.cart_summary a {
	font-size: 15px !important;
}
.cart_summary ul li a {
	text-align: left;
	color:#1d71b8;
	text-decoration: underline;
	padding: 0px !important;
	display: inline !important;
}
.bacheca_account h4:not(.modal-title) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.bacheca_account .cart_block_sub {
	background-color: transparent;
	padding-left:0px;
	padding-right:0px;
}

.bacheca_account .table-condensed {
	width:100%;
	border-spacing: 1px;
    border-collapse: separate;
	text-align: left;
}
.bacheca_account .table-condensed>tbody>tr>td, .bacheca_account .table-condensed>tbody>tr>th, .bacheca_account .table-condensed>tfoot>tr>td, .bacheca_account .table-condensed>tfoot>tr>th, .bacheca_account .table-condensed>thead>tr>td, .bacheca_account .table-condensed>thead>tr>th {
	padding: 12px 5px;
}
.bacheca_account .table-condensed th {
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #6b0048;
	background: #4598df;
	text-align: center;
}
.bacheca_account .table-condensed td {
	border-bottom: 1px solid #c5c5c6;
	line-height: 18px;
	font-size:16px;
}
.bacheca_account .table-condensed td:not(.links_allegati) a:not(.btn), .bacheca_account .table-condensed td strong {
	color: #4598df;
	font-size:17px;
}
.bacheca_account .table-condensed td.links_allegati a:not(.btn) {
	text-decoration: none;
	color: #2E4888;
}
.bacheca_account .table-condensed td.td-tipo-pagamento a.text-link {
	font-size: 15px;
	color: #999;
	text-decoration: none;
}
.bacheca_account .table-condensed td.links_allegati a:hover, .bacheca_account .table-condensed td.td-tipo-pagamento a.text-link:hover {
	text-decoration: underline;
}
.bacheca_account .table-condensed td a.btn.pull-right {
	min-width: 100px;
	margin:1px 5px 5px 15px;
}
.bacheca_account .importi_ordine strong {
	font-size: 20px;
}
.bacheca_account .importi_ordine h4 {
	font-size: 36px;
	padding:0px;
	margin-top: 0px;
	color: #4598df;
	border-bottom: none;
}
.bankCoords {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px;
	display: none;
	line-height: 22px;
}


.alert-neutro {
	background-color: #eee;
	border-color: #ddd;
	color: #ccc;
}
.alert.status-preview {
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 16px;
}

.cms-page-view label.control-label {
	font-size: 17px;
	text-align: left;
	padding-bottom: 5px;
	cursor: pointer;
}
.cms-page-view .entry-content {
	padding:0px 0px 50px;
}

.order_summary {
	margin-bottom: 20px;
}
.order_summary h4 {
	text-transform: uppercase;
	color: #4598df;
	border-bottom: 1px solid #4598df;
	margin-bottom: 15px;
	padding-bottom: 6px;
}
.order_summary h5 {
	color: #4598df;
	font-size: 22px;
}
.order_summary h5 span {
	color: #333;
}
.order_summary hr {
	margin:10px 0px;
}
.order_summary .summ_label, .order_summary .summ_value {
	font-size: 16px;
}
.order_summary .summ_label {
	font-weight: bold;
}
.rowOrdine, .rowRichiesta {
	cursor: pointer;
}
.rowOrdine:hover td:not([class^="text-center alert-"]), .rowRichiesta:hover td:not([class^="text-center alert-"]) {
	background-color: #f0f0f0;
}
.placeholder_api_response {
}
.placeholder_api_response.isLoading {
	min-height: 32px;
	background-image: url(../images/sideview-preloader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 32px 32px;
}
.placeholder_api_response .api_response {
	display: none;
	text-align: center;
	padding: 20px 0px 0px;
}
/*.placeholder_api_response .api_response .fa {
	font-size: 120px;
}*/
.placeholder_api_response .api_response h5 {
	text-transform: uppercase;
	margin: 0px 0px 8px;
	padding-bottom: 0px;
	font-size: 20px;
}
.placeholder_api_response .api_response_0 {
	color: #d9534f;
}
.placeholder_api_response .api_response_1 {
	color: #5cb85c;
}
.placeholder_api_response p {
	padding: 0px;
	margin: 0px;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 20px;
}


/** DATA TABLE **/
.data-table {
	border-spacing: 2px;
    border-collapse: separate;
}
.data-table th {
	width: auto !important;
	padding: 6px;
	text-transform: uppercase;
	color: #fff;
	background: #4598df;
	border:1px solid #1d71b8;
}
.data-table tr.even {background: #f5f5f5}
.data-table tr.odd {background: #FFF}
.data-table td {
	width: auto !important;
	background-color: transparent;
	padding: 5px;
	border: 1px solid #ddd;
}
.data-table td a {
	text-decoration: none;
}
.data-table td a strong {
	font-size: 15px;
}
.data-table td a big {
	font-size: 18px;
}

.widget-pager {
	text-align: center;
}
.widget-pager p {
	padding:0px;
	margin: 0px;
	font-size: 15px;
}
.widget-pager ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
}
.widget-pager ul li {
	display: inline-block;
	font-size: 18px;
}
.widget-pager ul li a {
	display: inline-block;
	padding:5px 8px;
	text-decoration: none;
}
.widget-pager ul li a:hover {
	text-decoration: underline;
}
.widget-pager ul li.active a {
	color: #1d71b8;
}

aside .widget {
	border:none;
	padding: 0px;
	margin:0px;
}
.widget-menu {

}
.widget-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 20px;
}
.widget-menu ul li {
	font-size: 17px;
	border-bottom: 1px solid #eee;
}
.widget-menu ul li a {
	display: inline-block;
	text-decoration: none;
	padding:10px 6px;
}
.widget-menu ul li a:hover {
	color:#003F83;
}
.widget-menu ul li.current a {
	color: #f9b233;
}




/** FOOTER **/
footer#footer {
	font-family: 'Ubuntu', sans-serif;
	color:#fff;
	background:#2677b8;
	padding-top:30px;
	line-height: 16px;
}
footer#footer > .container > .row {
	padding-top:20px;
	padding-bottom:20px;
}
footer#footer p a, footer#footer p a:hover {
	color:#1d71b8;
}
footer#footer ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
footer#footer nav ul li a, footer#footer nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
footer#footer nav ul li a:hover {
	text-decoration:underline;
}
footer#footer .first > div:first-child, footer#footer .third > div:first-child {
 	border:none;
}

/** FOOTER -> Blocco 1 **/


/** FOOTER -> Blocco 2 **/
footer#footer .second {
	border-top:1px solid #2e4888;
}
footer#footer .second .bording-bottom {
	border-bottom:1px solid #2e4888;
}
footer#footer .second h4 {
	font-size:16px;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	color:#4966b0;
	display:inline-block;
}
footer#footer .second ul li {
	margin-left:1px;
	float:left;
}
footer#footer .second ul li img {
	width:32px;
}
#loghi_rivenditori, #loghi_partners {
	overflow:hidden;
	padding-top:20px;
}
#loghi_rivenditori:before, #loghi_rivenditori:after, #loghi_partners:before, #loghi_partners:after {
	display:block;
	width:30px;
	height:78px;
	content:"";
	z-index:10;
	position:absolute;
	top:20px;
	left:0px;
	background:url(../images/footer_sfuma-sx.png) no-repeat top left;
}
#loghi_rivenditori:after, #loghi_partners:after {
	left:auto;
	right:0px;
	background:url(../images/footer_sfuma-dx.png) no-repeat top left;
}
/** FOOTER -> Blocco 3 **/
footer#footer .third {
	padding-top:50px;
	padding-bottom:50px;
	border-top:1px solid #2e4888;
}
/* footer#footer .third > div {
	border-left:1px solid #fff;
} */
footer#footer .third p {
	padding-right:20px;
}
/** FOOTER -> Blocco 4 **/
footer#footer .fourth {
	min-height:140px;
}
footer#footer .TA_rated {
	display: inline-block;
	margin:10px auto;
}

/** PAGINA LOAD CC **/
body#cc_page {
	background-color: #003F83;
	text-align: center;
}
body#cc_page > img {
	margin:100px auto;
}


/** MODAL **/
.modal {
	z-index: 160000000;
}
.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}
.modal-title {
	text-align: left;
	font-size: 24px;
	letter-spacing: -1px;
}

.modal-body .form-group strong {
	display: inline-block;
	padding: 7px 0px;
}
.modal-body .row p {
	font-size: 15px;
	line-height: 20px;
}
.modal-footer a {
	color:#004a7e;
}
.modal-footer .submitLoading {
	display:none;
}
.modal-body ol.lista_allegati {
	padding: 0px 0px 0px 15px;
	margin-top: 0px;
}
.modal-body ol.lista_allegati li {
	padding: 8px 0px;
	border-bottom: 1px solid #d3d3d3;
	text-align: left;
}
.modal-body ol.lista_allegati li:last-child {
	border-bottom: none;
}

/** DROPDOWN **/
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
	box-shadow:none;
	/* background-color:#003F83; */
	border:none;
	border-radius:0px;
	padding:15px;
	width:100%;
	margin-top:0px;
}
.dropdown-menu li {
	padding:0px;
}
.dropdown-menu li a {
	white-space:normal;
}
.dropdown-menu li.active a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color:#b91e75;
}
/** AUTOCOMPLETE LIST **/
ul.ui-autocomplete.ui-corner-all {
	border-radius:0px !important;
	border:none !important;
	padding:10px;
}
ul.ui-autocomplete.ui-corner-all li.ui-menu-item {
	font-family: 'Ubuntu', sans-serif;
	border-radius:0px;
	border-bottom:1px solid #ebebeb;
}
ul.ui-autocomplete.ui-corner-all li.ui-menu-item:last-child {
	border-bottom:none;
}
ul.ui-autocomplete.ui-corner-all li.ui-menu-item a.ui-corner-all {
	border-radius:0px !important;
	display:inline-block;
	width:100%;
	border:none;
	color:#333;
	padding:8px 5px;
	font-size:14px;
}
ul.ui-autocomplete.ui-corner-all li.ui-menu-item a.ui-corner-all.ui-state-focus {
	background:#b91e75;
	border:none;
	color:#fff;
	font-size:15px;
}

/** MARGINGS **/
.ml-15 {
	margin-left:15px !important;
}
.mt-5 {
	margin-top:5px !important;
}
.mt-10 {
	margin-top:10px !important;
}
.mt--10 {
	margin-top:-10px !important;
}
.mt-15 {
	margin-top:15px !important;
}
.mt-20 {
	margin-top:20px !important;
}
.mt-40 {
	margin-top:40px !important;
}
.mt-60 {
	margin-top:60px !important;
}
.mt-80 {
	margin-top:80px !important;
}
.mt-100 {
	margin-top:100px !important;
}
.mb-10 {
	margin-bottom:10px !important;
}
.mb-15 {
	margin-bottom:15px !important;
}
.mb-20 {
	margin-bottom:20px !important;
}
.mb-40 {
	margin-bottom:40px !important;
}
.mb-60 {
	margin-bottom:60px !important;
}
.mb-80 {
	margin-bottom:80px !important;
}
.mb-100 {
	margin-bottom:100px !important;
}
.mtb-20 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.mt-30 {
	margin-top:30px !important;
}
.mb-30 {
	margin-bottom:30px !important;
}
.mtb-30 {
	margin-top:30px !important;
	margin-bottom:30px !important;
}

/** PADDINGS **/
.pr-10 {
	padding-right: 10px;
}
.pt-4 {
	padding-top:4px !important;
}
.ptb-5 {
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.pt-10 {
	padding-top:10px !important;
}
.pb-10 {
	padding-bottom:10px !important;
}
.pb-40 {
	padding-bottom:40px !important;
}
.ptb-10 {
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.ptb-15 {
	padding-top:15px !important;
	padding-bottom:15px !important;
}
.ptb-20 {
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.ptb-25 {
	padding-top:25px !important;
	padding-bottom:25px !important;
}
.ptb-30 {
	padding-top:30px !important;
	padding-bottom:30px !important;
}
.ptb-40 {
	padding-top:40px !important;
	padding-bottom:40px !important;
}
.ptb-50 {
	padding-top:50px !important;
	padding-bottom:50px !important;
}

/** GUTTERS **/
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
  padding-right: 0;
  padding-left: 0;
}

/** TOOLTIP **/
.tooltip > .tooltip-inner {background-color: #1f72b9; font-family: "PT Sans", Arial, sans-serif; font-size: 13px; padding: 8px 10px; color: #fff;}
.tooltip.top > .tooltip-arrow {border-top-color:#1f72b9;}
.tooltip.left > .tooltip-arrow {border-left-color:#1f72b9;}
.tooltip.bottom > .tooltip-arrow {border-bottom-color:#1f72b9;}
.tooltip.right > .tooltip-arrow {border-right-color:#1f72b9;}

.rate_name .tooltip.left > .tooltip-inner {background-color: #8DBD1E;}
.rate_name .tooltip.left > .tooltip-arrow {border-left-color:#8DBD1E;}

/** SWITCH **/
.onoffswitch {
	display: inline-block;
    position: relative; width: 40px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    float: left;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border-radius: 16px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.2s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #003F83; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #b3b3b3; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 16px; height: 16px; margin: 2px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 17px;
    border-radius: 16px;
    transition: all 0.2s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.ui-widget-content.ui-slider .ui-state-default.ui-slider-handle {
	border: 2px solid #f6a828;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background:#fff;
}
.ui-widget-header {
	background:#f6a828 !important;
}
.ui-widget-content {
	background:#b3b3b3 !important;
}

.mfp-container.mfp-ajax-holder {
	padding-left:20px;
	padding-right:20px;
	padding-top: 100px;
	padding-bottom: 50px;
}


.page-navigation, #lista_recensioni ol.page-navigation {
	margin:0px;
	padding: 20px 15px;
	list-style-type: none;
	background:#fff;
}
.page-navigation li {
	text-align: center;
	float: left;
	margin-right: 5px;
}
.page-navigation li a {
	min-width: 26px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 3px 7px;
	text-decoration:none;
}
.page-navigation li.current-page a {
	color:#fff;
	background: #003671;
	border: 1px solid #003671;
}

/** 5 COLOUMNS GRID **/
.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;
    }
}

#descrizione.core_sub .readMore.hours.expanded {
    height: auto;

}

#descrizione.core_sub .readMore.hours {
    height: 120px;
    overflow: hidden;
	position: relative;
	font-size: 18px;
	
}


hr {
	border-top: 1px solid rgb(192, 192, 192, 0.3);
}


.row.footer-row-second p, .row.footer-row-second ul li {
	font-size: 18px;
}

footer#footer2 {
	font-family: 'Ubuntu', sans-serif;
	color:#fff;
	background:#005fab;
	padding-top:30px;
	line-height: 16px;
}

footer#footer2 .logo-footer {
	max-width: 50%;
	margin: 30px 0;
}

footer#footer2 a {
	color: white;
}

footer#footer2 .info-col {
	padding: 40px 10px;
}

.container-ill .row .col-sm-4 img {
	margin-right: 10px;
}

.container-ill .scopri-row:first-child {
	height: 260px;
}

.container-ill .scopri-row:first-child img {
	height: 60px;
}

.container-ill .scopri-row:first-child p {
	font-weight: bold;
}

section#main {
	padding-top: 0;
	background-color: #f7f7f7;
	/* background-image: url('/assets/images/02-bianco.png'); */
	background-repeat: repeat-x;
	background-size: auto 240px;
}

section#main.category_details, section#main.product_details {
	min-height: 200px;
	/* background-image: url('/assets/images/02-azzurro.png');  */
	padding-top: 20px;
	background-size: auto 220px; 
}

section#main.all-categories {
	background-image: none;
	background-color: #f7f7f7;;	
}

.pre-all-categories {
	padding: 90px;
	text-align: center;
	background-color: #f7f7f7;
}

.pre-all-categories h1 {
	font-size: 48px;
    line-height: 70px;
    padding: 16px 0px;
	color: #fff;
    margin: 0px auto;
    letter-spacing: -3px;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 70%);
}

section#main.category_details h1, section#main.product_details h1 {
	color: #1d71b8;
}

section#main.category_details .breadcrumb, section#main.category_details .breadcrumb a,
section#main.product_details .breadcrumb, section#main.product_details .breadcrumb a {
	color: #1d71b8
}

section#main.category_details h1, section#main.product_details h1 {
	border-left: none;
	padding-left: 0px;
	font-weight: bold;
	font-size: 30px;
	margin: 0px;
	min-height: 100px;
}
section#main.product_details h1 {
	font-size: 36px;
	font-weight: 600;
}
@media (min-width: 768px) {
	.navbar-nav>li>form {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.navbar-nav>li>form input {
		min-width: 300px;
	}
}


.welcome_msg {
	color: #1d71b8;
}

.card-body {
	background-color: white;
	padding: 20px;
}

.logo-attrazioni {
	background-color: #f7f7f7; 
	font-weight: 300;
}


.logo-attrazioni .svg-image {
	position: unset;
	margin: 0 auto;
}

.logo-attrazioni .svg-image img {
	fill: #efeeee;
	transform: scale(50%, 50%);
}


@media screen and (min-width: 768px) {
	.logo-attrazioni {
		margin-bottom: 50px;
		min-height: 200px;
	}
	.logo-attrazioni .svg-image {
		position: absolute;
		left: 50%;
		width: 300px;
		height: 250px;
		transform: translate(-120%, 0%) scale(1.3);
	} 

}

.attrazioni-home {
	margin-bottom: 50px;
}

.attrazioni-home .col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.attrazioni-home .attrazioni-box {
	background-color: white;
	padding: 20px;
}

.attrazioni-home .attrazioni-box p {
	margin-top: 10px;
	font-weight: bold;
}

.attrazioni-home .attrazioni-box.attrazioni-box-2 {
	background: #f9b233;
	color: white;
}

article.product-intro:hover {
	box-shadow: 5px 5px 20px #bbb;
} 

.blocchi_home_mode_3 article div {
	box-shadow: 0px 0px 10px rgb(196, 196, 196);
}


.product-intro-category a {
	text-decoration: none;
	color: #071c55;
}

@media screen and (max-width: 480px) {
	/* .product-image .label-offerta {
		transform: translateY(28px) rotate(90deg);
	}
	.product-image .label-best-seller {
		transform: translateY(28px) rotate(90deg);
	}
	.product-image .label-esclusiva {
		transform: translateY(28px) rotate(90deg);
	}
	.product_details .label-offerta {
		transform: translateY(28px) rotate(90deg);
	}
	.product_details .label-best-seller {
		transform: translateY(28px) rotate(90deg);
	}
	.product_details .label-esclusiva {
		transform: translateY(28px) rotate(90deg);
	} */
}

@media screen and (max-width: 768px) {
	.p-xs-20 {
		padding: 0 30px 30px;
	}
	.prezzo {
		font-size: 16px;
		padding-left: 0;
		border-left: none;
		margin-top: 5px;
	}
}

#listaCategorie > .row article{
	padding-bottom: 0;
	transition: .5s;
}
#listaCategorie > .row article:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px -7px rgb(0 0 0 / 25%);
}

#listaCategorie > .row article a {
	min-height: 250px;
	padding: 0 20px;
	color: white;
	position: relative;
}

#listaCategorie > .row article h2 {
	font-size: 24px;
	border: none;
	font-weight: bold;
	color: white !important;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding: 0;
	transform: translateX(-50%); 
	text-shadow: 2px 2px 10px grey;
}
#listaCategorie > .row article .prezzo {
	color: white; 
	font-size: 12px; 
	background-color: #337ab7; 
	padding: 3px 5px; 
	text-align: center; 
	font-weight: bold; 
	position: absolute; 
	border: 0;
	bottom: 10px; 
	left: 50%; 
	transform: translateX(-50%);
}
.listaCategoriePreFooter {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.listaCategoriePreFooter {
		margin-top: 150px;
	}
}


section#gallery-info {
	background: #f7f7f7;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex .item {
	padding: 10px;
}
  
.flex-children {
	flex: 1;
	
}

.flex-basis-50 {
	flex-basis: 50%;
}

.flex-basis-75 {
	flex-basis: 75%;
}

.flex-basis-33 {
	flex-basis: 33.3333%;
}
.flex-basis-25 {
	flex-basis: 33.3333%;
}

@media screen and (max-width: 400px) {
	.flex-basis-50 {
		flex-basis: 100%;
	}
	
	.flex-basis-75 {
		flex-basis: 100%;
	}
	
	.flex-basis-33 {
		flex-basis: 100%;
	}
	.flex-basis-25 {
		flex-basis: 100%;
	}	
}


section#main_sub.product_details, section#main_sub.product_details .panel {
	background: #f7f7f7;
	border: none;
	padding-bottom: 20px;

}

section#main_sub.product_details .panel h5 {
	border-left: 2px solid #f9b233;
	color: #1d71b8;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 20px 10px;
	padding: 10px 0 10px 20px;
	text-align: left;
}

section#main_sub.product_details .panel h3 a {
	color: black;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

section#main_sub.product_details .panel h3 a:before {
	font-family: 'FontAwesome';
	content: "\f105";
	float: right;
	transition: all 0.5s;
}
section#main_sub.product_details .panel h3.active a {
	color: #3881c0;
}

section#main_sub.product_details .panel h3.active a:before {	
	 -webkit-transform: rotate(90deg);
	 -moz-transform: rotate(90deg);
	 transform: rotate(90deg);
} 

section#main_sub.product_details .panel .lista-voci-escluse ul, section#main_sub.product_details .panel .lista-voci-incluse ul {
	list-style-type: none;
}
section#main_sub.product_details .panel .lista-voci-escluse li:before {
	color: red;
	/* content: "\2716"; */
	content: ' ';
	background-image: url('/assets/images/red_x.svg');
	background-size: 1em 1em;
  	font-weight: bold;
	font-size:12px;
  	display: inline-block; 
  	width: 1em;
	height: 1em;
  	margin-left: -1em;
}

section#main_sub.product_details .panel .lista-voci-incluse li:before {
	color: green;
	/* content: "\1f5f8"; */
	content: ' ';
	background-image: url('/assets/images/green_check.svg');
	background-size: 1em 1em;
  	font-weight: bold;
  	display: inline-block; 
  	width: 1em;
	height: 1em;
  	margin-left: -1em;
}


#formule {
	background: white;
	padding: 50px 15px;
}

#formule h5 {
	border-left: 2px solid #f9b233;
	color: #1d71b8;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 20px 10px;
	padding: 10px 0 10px 20px;
	text-align: left;
}

.spinner-input {
	min-width: 50px;
}

.spinner-buttons button {
	font-size: 0;
}

h6.related-categories {
    border-left: 2px solid #f9b233;
    color: #1d71b8;
    font-size: 32px;
    margin: 20px 0;
    padding: 10px 0 10px 20px;
    text-align: left;
    font-weight: 300;
	margin-top: 100px;
}


div.listaAltriProdotti .owl-stage::after {
	clear: both;
	display: table;
	content: "";
}

.image-grid-gallery {
	display: grid;
	grid-template-columns: 4fr 1fr 1fr;
	grid-gap: 8px;
    height: 100%;
    position: relative;
    width: 100%;
}


.image-grid-gallery div:nth-child(1) {
	grid-column: 1;
    grid-row: 1/3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 450px;
	max-height: 450px;
}

.image-grid-gallery div:nth-child(2) {
	grid-column: 2/4;
    grid-row: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 240px;
	max-height: 240px;
}

.image-grid-gallery div:nth-child(3) {
	grid-column: 2;
    grid-row: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 200px;
	max-height: 200px;
}

.image-grid-gallery div:nth-child(4) {
	grid-column: 3;
	grid-row: 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 200px;
	max-height: 200px;
}

.image-grid-gallery img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

h5.heading-prodotto {
	border-left: 2px solid #f9b233;
    color: #1d71b8;
    font-size: 32px;
    margin: 20px 0;
    padding: 10px 0 10px 20px;
    text-align: left;
    font-weight: 300;
}

.prenotazioni-gruppi {
	margin-top: 50px;
	background: transparent;
	padding: 30px !important;
}

.prenotazioni-gruppi.widget.widget-generico h4 {
    border: none;
    width: auto;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    position: relative;
}

.prenotazioni-gruppi.widget.widget-generico p {
	color: white;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 50px;
	text-shadow:
		-0.25em 0 0.5em #234,
		0.25em 0 0.5em #234,
		0 -0.125em 0.25em #234,
		0 0.125em 0.25em #234;
}

article.product-intro-category {
	transition: .5s;
}

article.product-intro-category:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px -7px rgb(0 0 0 / 25%);
}

.pagina_interna section#main,
.pagina_interna section#main_sub,
.pagina_interna section#gallery-info {
	/* background: white; */
}

.pagina_interna section#main_sub.product_details, section#main_sub.product_details .panel {
	background: white;
}

.label-city-card {
	background-color: #005fab !important;
}

.label-biglietto-ingresso {
	background-color: #f1c500 !important;
}

.label-visite-guidate {
	background-color: #1a992b !important;
}

.label-attivita {
	background-color: #b30bb3 !important;
}

.label-trasporti {
	background-color: #ce4921 !important;
}

.row.blocchi_home_mode_0 article div,
.row.blocchi_home_mode_1 article div,
.row.blocchi_home_mode_2 article div,
.row.blocchi_home_mode_3 article div,
.row.blocchi_home_mode_4 article div,
.row.blocchi_home_mode_3 > a {
	transition: .5s;
}

.row.blocchi_home_mode_0 article div:hover,
.row.blocchi_home_mode_1 article div:hover,
.row.blocchi_home_mode_2 article div:hover,
.row.blocchi_home_mode_3 article div:hover,
.row.blocchi_home_mode_4 article div:hover,
.row.blocchi_home_mode_3 > a:hover  {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px -7px rgb(0 0 0 / 25%);
}

@media screen and (min-width: 576px) {
	.row.blocchi_home_mode_0 article p {
		min-height: 140px;
	}
}

#punto_ritrovo h1 {
	font-size: 24px;
}

.cart-number {
	position: absolute;
    top: 50%;
    left: 50%;
    color: #1d71b8;
    transform: translate(30%, 30%);
    background: white;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    padding-top: 2px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + #main-content {
	padding-top: 102px;
  }

  .prod_intro article.product-intro-category > .row {
	display: flex;
}

@media screen and (max-width: 768px) {
	  section#main {
		  padding-top: 10px;
	  }

	  .container-ill > .row:first-child {
		  text-align: center
	  }

	  #featured > div.blocchi_home_mode_3 > a {
		  display: block;
	  }

	  .navbar-brand {
		  max-width: 250px;
	  }
	  .navbar .icon-bar {
		  background-color: white;
	  }

	  .navbar-toggle {
		  margin-top: 18px;
	  }

	  #collapse-destinazioni::after {
		content: "\f0d7";
		font-family: 'FontAwesome';
		text-decoration: none;
	  }

	  .prod_intro article.product-intro-category > .row {
		  display: block;
	  }

	  .prod_intro article.product-intro-category > .row > .product-image {
		  min-height: 250px;
		  background-origin: content-box !important;
		  background-repeat: no-repeat !important;
	  }

	  .cart-number {
		top: 5%;
		left: 30%;
	  }

	  .container-ill .row .col-sm-4 img {
		margin-top: 10px;
	}

}



.ui-autocomplete {
	z-index:110000 !important;
}

.ui-menu .ui-menu-item a:hover {
    color: #fff !important;
    background: #1d71b8 !important;
    border: 1px solid #4598df !important;
}

#response_add a {
	font-weight: bold !important;
}

section#main_sub.product_details .panel h3 a[aria-expanded=false] {
	color: #1d71b8 !important;
}

section#main_sub.product_details .panel h3.active  a[aria-expanded=true] {
	color: #f9b233 !important;
}

section#main.cart-background {
	background-color:  #f7f7f7;;
}


section#main.cart-background .row-tariffa {
	background-color: white;
}








/* STILI CLAUDIO */
/* .prezzo {
    float: left;
    padding-bottom: 10px;
}

.prezzo .startingFrom {
    font-size: 14px;
}

.prezzo big {
    font-weight: 500;
    font-size: 36px;
}

.product-image .label-best-seller {
    background: #654ea1;
    height: auto;
    padding: 6px 10px;
}

.product-image .label-offerta {
    background: #8dbd1e;
    height: auto;
    padding: 6px 10px;
}

header.header-secondary .third nav a.macro_link:hover {
    color: #1d71b8;
    background: #1d71b83b;
}

header .third nav a.macro_link:hover:after {
    color: #1d71b8;
}



header .macro_nav nav > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.owl-controls .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #ffffff73;
    display: inline-block;
    border: 0px solid #fff;
}

#cerca_servizio .form-control {
    font-size: 18px;
    letter-spacing: 0px;
}


.category-filters {
    width: auto;
}


.category-filters label {
    margin-bottom: 0px;
} */

/* div.filter-switch i.fa {
    padding: 5px;
    height: 25px;
    width: 25px;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-right: 5px;
    padding-top: unset;
} */

.category-filters {
    /* width: auto; */
    padding: 0px;
    padding-right: 10px;
	padding-left: 15px;
}

@media screen and (max-width: 768px) {
	.category-filters {
		float: none;		
	}
	.category-filters:first-child {
		margin-top: 30px;
	}
	.category-filters:last-child {
		margin-bottom: 30px;
	}
}

div.filter-switch i.fa {
    background: #1d71b8;
}

.macro_nav li a:hover {
    color: #1d71b8;
}

nav.subMenu ul li a:hover, nav.subMenu ul li.active a {
    background-color: #1d71b83b;
}

#cerca_servizio .form-control {
    font-size: 18px;
}

#cerca_servizio .btn {
    border-radius: 0px 35px 35px 0px;
}

.cart_block {
    background: #fff;
    padding: 10px;
}

footer .footer-block > a {
	width: 100%;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
footer .footer-block > a:hover, footer .footer-block > a:visited, footer .footer-block > a:focus {
	width: 100%;
	text-decoration: none;
	color: white;
}


@media screen and (max-width: 768px) {
	footer .footer-block {
		width: 100%;
		padding: 20px 5px 0px 5px;
		border-top: 1px solid white;
	}
	footer div.col-xs-12:last-child .footer-block {
		border-bottom: 1px solid white;
		padding-bottom: 20px;
	}
	footer .footer-block > a:before {
		font-family: 'FontAwesome';
		content: "\f105";
		float: right;
		transition: all 0.5s;
	}

	footer .footer-block.active > a:before {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	footer .footer-block nav, footer .footer-block p {
		padding: 10px 0px;
		display: none;
		transition: display 1s;
	}
	footer .footer-block.active nav, footer .footer-block.active p {
		display: block;
	}

	footer#footer > .container > .row#footer_dw {
		padding-bottom: 5px !important;
	}

	div#footer-middle {
		padding-top: 0;
	}
	div#footer-middle p, div#footer-middle h2 {
		text-align: center;
	}

	footer#footer2 {
		text-align: center;
	}

	footer#footer2 .info-col {
		padding: 10px;
	}

}

.newsletter-card .card-body {
	border-radius: 15px;
}

section.book-now-button {
	display: none;
}

@media screen and (max-width: 768px) {
	section.book-now-button {
		background: rgb(8, 8, 41);
		bottom: 0;
		display: flex;
		left: 0;
		position: fixed;
		width: 100vw;
		z-index: 9;
		padding: 10px 20px 10px 20px;
	}
	
	section.book-now-button .book-button {
		background: #1d71b8;
		border: 2px solid #1d71b8;
		border-radius: 5rem;
		color: white;
		outline: 0;
		transition: background-color .2s ease-out;
		flex: 1;
	}	
}

