/**
Theme Name: TOV SOV Profile.
Author: PeraBite
Author URI: https://www.perabite.com/
Description: Theme for Torino Outlet Village and Sicilia Outlet Village developed by PeraBite
Version: 20210420
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tov-sov
Template: astra

*/

.bianco, .bianco.elementor-heading-title, .bianco .elementor-heading-title {
	color:#fff !important;
}
.blu, .blu.elementor-heading-title, .blu .elementor-heading-title {
	color:#002738;
}
.arancio, .arancio.elementor-heading-title, .arancio .elementor-heading-title {
	color:#f19633;	
}
.rosa, .rosa.elementor-heading-title, .rosa .elementor-heading-title {
	color:#ebc29a;
	color:#E9C099;	
}
.grigio, .grigio.elementor-heading-title, .grigio .elementor-heading-title {
	color:#9f9f9f;
}
.bg-blu {
	background-color:#002738;
}
.bg-arancio {
	background-color:#f19633;
}
.bg-rosa {
	background-color:#E9C099;
}
.bg-grigio {
	background-color:#9f9f9f;
}
.bg-grigio-chiaro {
	background-color:#f3f3f4;
}


.bg-gradient-silver {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b6b6b6+0,797979+100 */
background: #b6b6b6; /* Old browsers */
background: -moz-linear-gradient(top,  #b6b6b6 0%, #797979 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b6b6b6 0%,#797979 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b6b6b6 0%,#797979 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#797979',GradientType=0 ); /* IE6-9 */
}

.bg-gradient-gold {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#F4CAA1+1,B38E6E+100 */
background: #F4CAA1; /* Old browsers */
background: -moz-linear-gradient(top,  #F4CAA1 1%, #B38E6E 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #F4CAA1 1%,#B38E6E 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #F4CAA1 1%,#B38E6E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4CAA1', endColorstr='#B38E6E',GradientType=0 ); /* IE6-9 */
}

.bg-gradient-platinum {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+1,C0C0C0+100 */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 1%, #C0C0C0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 1%,#C0C0C0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 1%,#C0C0C0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#C0C0C0',GradientType=0 ); /* IE6-9 */
}



b, strong {
    font-weight: 600;
}


.mb-0 {
	margin-bottom: 0px!important;
}
.mb-1 {
	margin-bottom: 4px!important;
}
.mb-2 {
	margin-bottom: 8px!important;
}
.mb-3 {
	margin-bottom: 15px!important;
}
.mb-4 {
	margin-bottom: 22px!important;
}
.mb-5 {
	margin-bottom: 30px!important;
}
.mb-6 {
	margin-bottom: 40px!important;
}
.mt-0 {
	margin-top: 0px!important;
}
.mt-1 {
	margin-top: 4px!important;
}
.mt-2 {
	margin-top: 8px!important;
}
.mt-3 {
	margin-top: 15px!important;
}
.mt-4 {
	margin-top: 22px!important;
}
.mt-5 {
	margin-top: 30px!important;
}
.mt-6 {
	margin-top: 40px!important;
}
.ml-0 {
	margin-left: 0px!important;
}
.ml-1 {
	margin-left: 4px!important;
}
.ml-2 {
	margin-left: 8px!important;
}
.ml-3 {
	margin-left: 15px!important;
}
.ml-4 {
	margin-left: 22px!important;
}
.ml-5 {
	margin-left: 30px!important;
}
.ml-6 {
	margin-left: 40px!important;
}
.mr-0 {
	margin-right: 0px!important;
}
.mr-1 {
	margin-right: 4px!important;
}
.mr-2 {
	margin-right: 8px!important;
}
.mr-3 {
	margin-right: 15px!important;
}
.mr-4 {
	margin-right: 22px!important;
}
.mr-5 {
	margin-right: 30px!important;
}
.mr-6 {
	margin-right: 40px!important;
}



.spacer10, .spacer20, .spacer30, .spacer40, .spacer50, .spacer60 {
	display:block;
}
.spacer10 {
	height:10px;
}
.spacer20 {
	height:20px;
}
.spacer30 {
	height:30px;
}
.spacer40 {
	height:40px;
}
.spacer50 {
	height:50px;
}
.spacer60 {
	height:60px;
}


.text_center, .tcenter, .textcenter, .text-center {
	text-align:center !important;
}
.text_right, .tright, .textright, .text-right {
	text-align:right !important;
}
.text_left, .tleft, .textleft, .text-left {
	text-align:left !important;
}
.text_justify, .tjustify, .textjustify, .text-justify {
	text-align:justify !important;
}
.text_uppercase, .tuppercase, .tupper, .textuppercase, .textupper, .text-uppercase {
	text-transform:uppercase;
}
.text_lowercase, .tlowercase, .tlower, .textlowercase, .textlower, .text-lowercase {
	text-transform:lowercase;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.fnone {
	float:none;
}


.bold-500 {
	font-weight:500;
}
.bold-600 {
	font-weight:600;
}

.font-80 {
	font-size:80%;
}
.font-90 {
	font-size:90%;
}
.font-120 {
	font-size:120%;
}
.font-130 {
	font-size:130%;
}
.font-140 {
	font-size:140%;
}
.font-150 {
	font-size:150%;
}
.font-160 {
	font-size:160%;
}


.dblock {
	display:block;
}
.dnone {
	display:none;
}
.dinline {
	display:inline;
}
.dinlineblock {
	display:inline-block;
}

.valign, tr.valign td, tr.valign th {
	vertical-align:middle !important;
}




.alert {
	position: relative;
    z-index: 1;
	border:none;
	padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}
.alert.alert-danger {
	color: #fff;
    background-color: #AD1315;
    border-color: #AD1315;
}
.alert.alert-success {
    color: #fff;
    background-color: #51A62A;
    border-color: #51A62A;
}
.alert.alert-info {
	color: #fff;
    background-color: #0652dc;
    border-color: #0652dc;
}
.alert.alert-warning {
    color: #8a6d3b;
    background-color: #D98418;
    border-color: #D98418;
}
.alert a, .alert a:hover {
	color: #fff !important;
	text-decoration:underline;
}
.alert a:hover {
	text-decoration:none;
}





.main-header-bar {
	margin:0;
	padding:0px 0 0 0;
}
.main-header-bar .ast-container {
	background-color:#fff;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}


.ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-menu, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-bar {
	background-color:#fff;
}


.elementor-location-footer, .elementor-location-footer a {
	color:#9f9f9f;
	font-weight: 300;
}
.elementor-location-footer a:hover {
	color:#f19633;	
}

.elementor-location-footer .elementor-heading-title {
	font-size: 13px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
}
.elementor-location-footer .elementor-section {
	box-shadow: inset 0px 5px 20px rgba(0, 0, 0, 0.8);
}


.main-header-bar .ast-container.pb-custom-title, .ast-container.pb-custom-title {
	background-color:transparent;
	box-shadow:none;
	background-color: #002637;
}
.main-header-bar .ast-container.pb-custom-title .elementor-heading-title, .ast-container.pb-custom-title .elementor-heading-title {
	text-align: center;
    text-transform: uppercase;
    color: #fff;
    /*font-size: 22px;
    font-weight: bold;*/
    margin: 0;
    padding: 16px 0;
    font-weight: 600;
    font-size: 16px;
}

.ast-single-post h1.entry-title, .page-title, h1.entry-title {
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.box-shadow, .btn-shadow .elementor-button {
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
}

.elementor-button {
	text-transform:uppercase;
	font-weight:600;
	/*background-color:transparent;*/
	letter-spacing: 2px;
	line-height:1.3;
}


/*
//
// MENU
//
*/
.site-header .menu-text {
    /*text-transform: uppercase;*/
    font-weight: 400;
}
.header-main-layout-1 .ast-main-header-bar-alignment {
    margin-left: auto;
    margin-right: auto;
}
#custom-header-icons {
	margin: 0;
}
#custom-header-icons li {
	list-style: none;
    display: inline-block;
    margin-left: 25px;
}
#custom-header-icons li a {
	outline: none;
}
#custom-header-icons li.social a {
}
#custom-header-icons li.language a {
	border: solid 1px #002738;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    font-weight: 600;
}
#custom-header-icons li a img {
	height: 21px;
}
#custom-header-icons li.only-mobile {
	display:none;
}



#custom-header-mobile-menu-bottom {
	display:none;
	/*
	position: fixed;
    width: 80%;
	left: 10%;
	*/
    margin: 0 auto;    
    text-align: center;
    top: auto;
    z-index: 10;
    bottom: 15px;
	
	position: relative;
    left: 0;
    width: 100%;
}

#custom-header-mobile-menu-bottom ul.languages {
	margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
#custom-header-mobile-menu-bottom ul.languages li {
	display: inline-block;
    margin: 0 5px;
}
#custom-header-mobile-menu-bottom ul.languages li a {
	width: 30px;
    height: 30px;
    display: block;
    border: solid 1px transparent;
    border-radius: 50%;
    line-height: 28px;
}
#custom-header-mobile-menu-bottom ul.languages li.active a {
	border-color:#002738;
}

#custom-header-mobile-menu-bottom #custom-header-mobile-logo {
	padding: 25px 0 15px 0;
}

.ast-header-break-point .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-buttons-minimal {
    font-size: 24px;
}
.main-header-bar-navigation .close {
	top: 22px;
    right: 24px !important;
}


.custom-header-dropdown-wrap {
	height: 0;
    overflow: visible;
    position: relative;
}
.custom-header-dropdown-wrap .custom-header-dropdown {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
    border: solid 1px #002536;
    max-width: 280px;
}

.custom-header-dropdown-wrap .custom-header-dropdown ul {
	margin: 0;
    padding: 15px 0;
    list-style: none;
}
.custom-header-dropdown-wrap .custom-header-dropdown ul li {
}
.custom-header-dropdown-wrap .custom-header-dropdown ul li a {
	
	display: block;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 0;
	outline: none;
}
.custom-header-dropdown-wrap .custom-header-dropdown ul li a:hover {
}
.custom-header-dropdown-wrap .custom-header-dropdown ul.languages li {
	display: inline-block;
    margin: 0 12px;
}
.custom-header-dropdown-wrap .custom-header-dropdown ul.languages li a {
	border: solid 1px #002435;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 20px;
    line-height: 22px;
    padding: 0;
    font-size: 10px;
}
.custom-header-dropdown-wrap .custom-header-dropdown .btn-custom {
}
.custom-header-dropdown-wrap .custom-header-dropdown .btn-custom a {
	color: #fff;
	line-height: 20px;
	outline: none;
}
.custom-header-dropdown-wrap .custom-header-dropdown .btn-custom a:hover {
}

.main-header-menu > .menu-item > a {
	outline:none;
}


/*
//
// GENERALI
//
*/

a:focus {
    outline: none;
}

.elementor-slides .swiper-slide-bg {
    background-position: top center !important;
}

.elementor-widget-heading .elementor-heading-title, .elementor-heading-title, .elementor-image-box-title {
    letter-spacing: 2px;
}
.elementor-image-box-title {
	font-weight: 600;
}

.post-navigation, .single .post-navigation {
	background-color: #002738;
	padding:0 !important;
}
.post-navigation .nav-links {
}
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
	padding-top: 15px;
    padding-bottom: 15px;
	max-width: 50%;
}
.post-navigation .nav-links .nav-previous {
	text-align:right;
	border-right: solid 1px #fff;
}
.post-navigation .nav-links .nav-next {
	text-align:left;
	
}
.post-navigation .nav-links a {
	color: #fff;
    text-transform: uppercase;
	font-weight:500;
	font-size: 15px;
}
.post-navigation .nav-links a:hover {
}

.post-navigation .nav-links .ast-left-arrow, .post-navigation .nav-links .ast-right-arrow {
	margin:0 10px;
}

.btn-custom .elementor-button {
	padding-top:12px;
	padding-bottom:12px;
	padding-left:15px;
	padding-right:15px;
}
.btn-style-1 {
}
.btn-style-1 .elementor-button {
	background: transparent;
    border: solid 2px #002738;
    border-radius: 0;
    color: #002738;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	letter-spacing:2px;
}
.btn-style-1 .elementor-button:hover {
	background: #002738;
    color: #fff;
}

.btn-style-2 {
}
.btn-style-2 .elementor-button {
	background: #002738;
    border: solid 3px #E9C099;
    border-radius: 0;
    color: #E9C099;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	letter-spacing:2px;
}
.btn-style-2 a.elementor-button:hover {
	background: #E9C099;
    color: #002738;
}

.btn-style-3 {
}
.btn-style-3 .elementor-button {
	background: #002738;
    border: solid 3px #002738;
    border-radius: 0;
    color: #fff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	letter-spacing:2px;
}
.btn-style-3 a.elementor-button:hover {
	background: #E9C099;
    color: #002738;
}



.btn-style-4 {
}
.btn-style-4 .elementor-button {
	background: transparent;
    border: solid 2px #002738;
    border-radius: 0;
    color: #002738;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	letter-spacing:2px;
}
.btn-style-4 .elementor-button:hover {
	background: #002738;
    color: #fff;
}


.btn-style-5 {
}
.btn-style-5 .elementor-button {
	background: transparent;
    border: solid 2px #002738;
    border-radius: 0;
    color: #002738;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	letter-spacing:2px;
}
.btn-style-5 a.elementor-button:hover {
	background: #002738;
    color: #fff;
}



.btn-style-6 {
}
.btn-style-6 .elementor-button {
	background: transparent;
    border: solid 1px #fff;
    border-radius: 0;
    color: #fff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	letter-spacing:2px;
}
.btn-style-6 a.elementor-button:hover {
	background: #fff;
    color: #002738;
}


.btn-left .elementor-button-text {
	display: block;
    text-align: left;
}


/*
//
// FANCYBOX
//
*/
.fancybox-slide--html {
	padding:0;
}
.fancybox-bg {
	background-color:#fff;
}
.fancybox-is-open .fancybox-bg {
	opacity:0.95;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 5px;
	color:#002738;
	position: fixed;
    top: 30px;
    right: 15px;
}
.fancybox-slide--html .fancybox-close-small:hover {
	background-color:transparent;
	color:#E9C099;
}
.fancybox-custom-close-button-text {
	width: auto;
    line-height: 34px;
    display: block;
    vertical-align: top;
	font-weight: 500;
    text-transform: uppercase;
}
.fancybox-custom-close-button-text svg {
	width: 38px;
    margin: 0 0 0 5px;
    display: inline-block;
    float: right;
}



/*
//
// ARCHIVE e SINGLE
//
*/
.single .site-main > .hentry {
	text-align:center;
}
.single .post-thumb img {
	width:100%;
	border-bottom: solid 5px #002738;
}





/*
//
// BRANDS
//
*/
.single-brands .entry-content {
	text-align:left;
}

#brand-btn-offerta {
	text-align: center;
}
#brand-btn-offerta .elementor-button {
	
    position: relative;
    z-index: 3;
	margin-top: 30px;
    margin-bottom: 10px;
}
body.single-brand-has-cover-image #brand-btn-offerta .elementor-button {
	transform: translate(0px, -50%);
	margin-top: 0px;
    margin-bottom: 0px;
}
#offerta-modal {
	padding:40px;
	background-color: transparent;
	color: #fff;
	width  : 100%;
    height : auto;
    max-width  : 100%;
    max-height : 100%;
	text-align:center;
}
#offerta-modal .offerta-modal-item {
	width: 90%;
    max-width: 800px;
    margin: 0 auto 40px auto;
}
#offerta-modal .offerta-modal-item + .offerta-modal-item {
}
#offerta-modal img {
	margin: 60px auto 30px auto;
    max-width: 400px;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);
    position: relative;
	border: solid 3px #E9C099;
	width: 100%;
}
#offerta-modal .offerta-modal-title {
	margin: 0 0 5px 0;
}

#offerta-modal .offerta-modal-title h2 {
	color:#b38961;
}
#offerta-modal .offerta-modal-subtitle {
	text-transform: uppercase;
}
#offerta-modal .offerta-modal-subtitle p {
	margin-bottom:15px;
}
#offerta-modal .offerta-modal-content {
	color:#002738;
	padding-top: 10px;
	font-size: 14px;
}

#offerta-modal .offerta-modal-validita {
	color:#b38961;
}
#offerta-modal .offerta-modal-validita p {
	margin-bottom:15px;
}


.list-marchi-with-filter .elementor-post {
	
    text-align: center;
	
	transition:all 0.2s linear;
}
.list-marchi-with-filter .elementor-post:hover {
	transform: translate(0px, -8px);
}
.list-marchi-with-filter .elementor-post__text {
	width:100%;
	overflow:hidden;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);
}
.list-marchi-with-filter .elementor-post__title {
	color:#fff;
	display: table;
    width: 100%;
    vertical-align: middle;
}
.list-marchi-with-filter .elementor-post__title a {
	color:#fff;
	height: 80px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
	background-color: #002637;
	
	position:relative;
	overflow:hidden;
	padding: 0 10px;
    font-size: 13px;
}
.list-marchi-with-filter .elementor-post__title a:hover {
	color:#f3c8a1 !important;
}
.list-marchi-with-filter .ast-container {
	padding: 0 10px;
}
.list-marchi-with-filter .ast-container .ast-row {
	margin-left: -10px;
    margin-right: -10px;
}
.list-marchi-with-filter .ast-container .ast-col {
	padding: 0 10px;
	margin-bottom: 20px;
}
.list-marchi-with-filter .label-offer {
	font-size: 9px;
    padding-bottom: 2px;
    top: -10px;
    right: -41px;
}
.list-marchi-with-filter .marchi-list .hentry {
	float: left;
    width: 20%;
}


#marchiFilter {
	margin-bottom:20px;
}

.marchio-hidden {
	display:none;
}

#marchio-accordion-storia {
}
#marchio-accordion-storia-btn {
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	border: solid 1px #002637;
    padding: 12px 0;
	margin: 0 0 25px 0;
	cursor:pointer;
}
#marchio-accordion-storia-btn span {
}
#marchio-accordion-storia-btn img {
	margin-left: 5px;
	margin-top: -4px;
}
#marchio-accordion-storia-btn.accordion-open img {
	transform:rotate(180deg);
	
}
.single-brand-has-collezioni #marchio-accordion-storia {
	display:none;
}
.single-brand-has-collezioni #content .entry-header {
	display:none;
}






/*
//
// OFFERTE ed EVENTI
//
*/
.post-type-archive-offerte .elementor-post, .post-type-archive-eventi .elementor-post {
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);
	position:relative;
	overflow: visible;
}
.post-type-archive-offerte .elementor-post .elementor-post__thumbnail {
	border:solid 3px #E9C099;
}
.post-type-archive-offerte .elementor-post .elementor-post__text, .post-type-archive-eventi .elementor-post .elementor-post__text {
	position: absolute;
    width: 100%;
    bottom: 0;
    display: block;
    transform: translate(0px, 50%);
}
.post-type-archive-offerte .elementor-post .elementor-post__title, .post-type-archive-eventi .elementor-post .elementor-post__title {
	display: block;
    background-color: #fff;
    padding: 8px 15px;
    border: solid 3px #002738;
    margin: 0 15%;
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}
.post-type-archive-offerte .elementor-post .elementor-post__title a {
	
}
.post-type-archive-offerte .elementor-post .elementor-post__title a:hover {
}


.post-type-archive-offerte .elementor-post img, .post-type-archive-eventi .elementor-post img, .post-type-archive-turismo .elementor-post img, .post-type-custom-archive-turismo .elementor-post img {
	width: auto !important;
    height: auto !important;
	max-width: 100%;
}


.post-type-archive-eventi .elementor-post .elementor-post__thumbnail {
	border:solid 3px #979797;
}
.post-type-custom-archive-turismo .elementor-post__thumbnail {
    padding-bottom: calc( 0.66 * 100% );
    border:solid 3px #E9C099;
}
.post-type-custom-archive-turismo .elementor-post__thumbnail img {
    height: 100% !important;
    width: auto !important;
}


.post-type-custom-archive-turismo {
    padding-top: 15px;
}
.post-type-custom-archive-turismo .elementor-posts-container {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.post-type-custom-archive-turismo .elementor-post__text {
    display: none;
}


.carousel-post-type-turismo {
    padding-bottom: 0px;
}


.carousel-posts-wrapper.carousel-post-type-eventi .slick-item-title {
	display:none;
}




#programma-modal {
	padding:40px;
	background-color: transparent;
	color: #fff;
	width  : 800px;
    height : auto;
    max-width  : 80%;
    max-height : 100%;
	text-align:center;
}
#programma-modal img {
	margin: 60px auto 30px auto;
    max-width: 600px;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);
    position: relative;
	border: solid 3px #979797;
	width: 100%;
}
#programma-modal #programma-modal-title {
	margin: 0 0 5px 0;
}

#programma-modal #programma-modal-content {
	color:#002738;
	padding-top: 10px;
	font-size: 14px;
}



.carousel-popup {
    padding:40px;
	background-color: transparent;
	color: #fff;
	width  : 100%;
    height : auto;
	text-align:center;
}
.carousel-popup .carousel-popup-inner {    
	background-color: transparent;
	color: #fff;
	width  : 800px;
    height : auto;
    max-width  : 80%;
    max-height : 100%;
	text-align:center;
    margin: 0 auto;
}
.carousel-popup .carousel-popup-image img {
    margin: 60px auto 30px auto;
    max-width: 400px;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);
    position: relative;
	border: solid 3px #979797;
	width: 100%;
}
.carousel-popup .carousel-popup-title {
    margin: 0 0 10px 0;
}
.carousel-popup .carousel-popup-content {
    color:#002738;
	padding-top: 10px;
	font-size: 14px;
}



/*
//
// COLLEZIONI
//
*/
.list-brand-collezioni {
	margin:0 auto;
	max-width:780px;
}
.list-brand-collezioni .ast-container, .ast-separate-container #content .list-brand-collezioni .ast-container {
	padding-left:20px;
	padding-right:20px;
}
.list-brand-collezioni .brand-collezione {
	margin-bottom:60px;
}
.list-brand-collezioni .brand-collezione-content {
	padding: 20px 0 10px 0;
}
.list-brand-collezioni .brand-collezione img {
	width:100%;
}
.collezione-prices {
	padding: 15px 0 0 0;
}
.collezione-prices .collezione-price-listino, .collezione-prices .collezione-price-offerta {
	margin:0 0 10px 0;
}
.collezione-prices .collezione-price-listino {
}
.collezione-prices .collezione-price-offerta {
	background: #002738;
    border: solid 3px #E9C099;
    border-radius: 0;
    color: #E9C099;
    text-align: center;
    display: inline-block;
    padding: 5px 40px;
}
.collezione-prices .collezione-price-listino span, .collezione-prices .collezione-price-offerta span {
	font-size: 12px;
}
.collezione-prices .collezione-price-listino p {
	font-size: 16px;
	margin-bottom: 0;
}
.collezione-prices .collezione-price-offerta p {
	color: #E9C099 !important;
	font-size:20px;
	margin-bottom: 0;
}




/*
//
// CAROUSELS
//
*/
.carousel-posts-wrapper-visibility {
	width:100%;
	overflow:hidden;
	padding: 15px 0 0 0;
}
.carousel-posts-wrapper {
	max-width: 1160px;
    margin: 0 auto;
}
.carousel-posts-wrapper .slick-item {
	transition:all 0.2s linear;
	outline: none;
}
.carousel-posts-wrapper .slick-item:hover {
	/*transform: translate(0px, -8px);*/
}
.carousel-posts-wrapper .slick-item-content {
	text-align: center;
    padding: 0px 20px 0px 20px;
	position:relative;
}
.carousel-posts-wrapper .slick-item-content a {
	overflow: hidden;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);
	display: block;
	margin-top: 15px;
    margin-bottom: 15px;
}
.carousel-posts-wrapper .slick-item-content {
	transition:all 0.2s linear;
}
.carousel-posts-wrapper .slick-current .slick-item-content {
	/*padding: 0px 0px 25px 0px;*/
}


.carousel-posts-wrapper img {
	/*box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);*/
    position: relative;
	border: solid 3px #E9C099;
	margin: 0 auto;
}
.carousel-posts-wrapper.carousel-post-type-turismo img {
    width: 100%;
}
.carousel-posts-wrapper .slick-item-title {
	background-color: #fff;
    padding: 8px 15px;
    border: solid 3px #002738;
    margin: 0;
    font-size: 12px;
    position: absolute;
    width: 70%;
    bottom: 0px;
    display: block;
    transform: translate(0px, 50%);
    left: 15%;
    right: 15%;
	font-weight: 600;
	letter-spacing:2px;
}
.carousel-posts-wrapper .slick-current .slick-item-title {
	bottom: 25px;
}
.carousel-posts-wrapper .slick-list {
	overflow: visible;
}
.carousel-posts-wrapper .slick-track {
	padding-bottom:40px;
}

.carousel-posts-wrapper .slick-dots-container {
  width: 100px;
    overflow: hidden;
    display: block;
    padding: 7px 0 0 0;
    margin: 0 auto;
    height: 22px;
    position: relative;
}
.carousel-posts-wrapper .slick-dots {
	padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	width:100%;
    
    
    padding: 0;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}
.carousel-posts-wrapper .slick-dots li {
	display:inline-block;
	line-height:22px;
	height:22px;
	margin:0 5px;
	
}
.carousel-posts-wrapper .slick-dots li.slick-active {
}
.carousel-posts-wrapper .slick-dots li button {
	text-indent: -9999px;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border: solid 2px #002637;
    border-radius: 50%;
	transition:all 0.1s linear;
}
.carousel-posts-wrapper .slick-dots li.slick-active button, .carousel-posts-wrapper .slick-dots li.slick-active.slick-dot-medium button {
	background-color: #002637;
    /*width: 18px;
    height: 18px;
    transform: translate(0,-4px);*/
    transform: scale(1.6);
      transform-origin: center;
}
.carousel-posts-wrapper .slick-dots li + li {
}
.carousel-posts-wrapper .slick-dots li + li + li {
}
/*.carousel-posts-wrapper .slick-dots li.slick-active + li button*/
.carousel-posts-wrapper .slick-dots li.slick-dot-medium button {
	/*width: 14px;
    height: 14px;
    transform: translate(0,-2px);*/
}
.carousel-posts-wrapper .slick-dots li.slick-active + li + li button {
}
.carousel-posts-wrapper .slick-dots li button:hover {
	background-color:#E9C099;
}


.carousel-posts-wrapper .slick-arrow {
	background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-indent: -9999px;
    width: 32px;
    padding: 0;
    margin: 0;
    height: 26px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    position: absolute;
    bottom: 3px;
    left: 50%;
}
.carousel-posts-wrapper .slick-arrow.slick-prev {
	background-image:url(img/arrow-left.png);
	transform: translate(-170px, 0px);
}
.carousel-posts-wrapper .slick-arrow.slick-next {
	background-image:url(img/arrow-right.png);
	transform: translate(138px, 0px);
}


.carousel-posts-wrapper.carousel-post-type-brands img {
	border: none;
    box-shadow: none;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width: 70%;
	filter: invert(1);
}

.carousel-posts-wrapper.carousel-post-type-brands .slick-current .slick-item-content {
    padding: 0px 20px 25px 20px;
	padding: 0px 20px 0px 20px;
}
.carousel-posts-wrapper.carousel-post-type-brands .slick-item-content a {
	background-color: #002637;
    height: 200px;
    display: block;
    position: relative;
    width: 100%;
	
}
.carousel-posts-wrapper.carousel-post-type-brands .slick-item-content a::before {
	content: "";
    display: block;
    border: solid 3px #fff;
    position: absolute;
    width: auto;
    height: auto;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.carousel-posts-wrapper .slick-current .slick-item-content a {
	
	/*margin-top: 0;
    margin-bottom: 0;*/
}
.carousel-posts-wrapper.carousel-post-type-brands .slick-current .slick-item-content a {
	height:230px;
	height:200px;
	margin-top: 15px;
    margin-bottom: 15px;
}
.carousel-posts-wrapper.carousel-post-type-brands .slick-slide:hover .slick-item-content a {
}


.carousel-posts-wrapper.carousel-post-type-offerte .slick-item-content a {
    overflow: visible;
    position: relative;
}


.carousel-posts-wrapper.carousel-post-type-offerte .slick-current .slick-item-content {
	/*padding-bottom:0;*/
}
.carousel-posts-wrapper.carousel-post-type-offerte .slick-item-content {
	height: 265px;
}
.carousel-posts-wrapper.carousel-post-type-offerte .slick-item-title {
    bottom: 2px;
}
.carousel-posts-wrapper.carousel-post-type-offerte .slick-current .slick-item-title, .carousel-posts-wrapper.carousel-post-type-turismo .slick-current .slick-item-title {
    bottom: 5px;
}


.carousel-post-type-vantaggi.carousel-posts-wrapper, .carousel-post-type-vantaggi-partner.carousel-posts-wrapper {
    max-width: 990px;
}
.carousel-post-type-vantaggi.carousel-posts-wrapper .vip-box,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .vip-box {
    padding: 30px 10px;
    height: 100%;
}
.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item {
	max-width: 330px;
}
.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item-title,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item-title {
    line-height: 20px;
    min-height: 40px;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    background: transparent;
    border: none;
    transform: none;
    bottom: auto;
}
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item-title {
	min-height: 60px;
}
.carousel-post-type-vantaggi.carousel-posts-wrapper img,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper img {
    border: none;
    width: auto !important;
    height: 54px;
    margin-bottom: 30px;
}
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper img {
    height: auto;
    max-height: 100px;
}
.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item-description,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item-description {
    line-height: 18px;
    min-height: 72px;
    margin: 0 30px;
    margin-bottom: 0px;
}
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item-description {
    min-height: 54px;
}
.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item-details,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item-details {
	margin-top: 20px;
}
/*.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item-title,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item-title {

}*/

.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item-content,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item-content {
    height: 100%;
}
.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item.has-details .vip-box,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item.has-details .vip-box {
    position: relative;
    padding-bottom: 80px;
}
.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item.has-details .vip-box .btn-custom,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item.has-details .vip-box .btn-custom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
}


.section-vantaggio .carousel-posts-wrapper-visibility {
    position: relative;
    z-index: 1;
    margin-top: -150px;
}
.section-vantaggio .slick-dots-container {
    /*display: none;*/
}




.label-offer {
	background-image: linear-gradient(80deg, #f3c8a1 0%, #b59070 100%);
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    padding: 25px 0 5px 0;
    position: absolute;
    top: -7px;
    right: -36px;
    transform: rotate(45deg);
    text-align: center;
    width: 100px;
	color:#002738;
}
a:hover .label-offer {
	color:#002738;
}



.select2-container {
	display:block;
	width:100% !important;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
    border: 2px solid #002637;
    border-radius: 0;
	height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
    color: #002536;
    padding-left: 15px;
    text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	/*border-color: #002637 transparent transparent transparent;*/
	background-image: url(img/icon-chevron-down.png);
    border: none;
    width: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -3px;
    height: 11px;
    top: 45%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	/*border-color: transparent transparent #002637 transparent;*/
	background-image:url(img/icon-chevron-up.png);
	border: none;
    width: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -3px;
    height: 11px;
    top: 45%;
}

.select2-dropdown {
	border: 2px solid #002637;
	border-radius:0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #002637;
    color: white;
}

.select2-results__option {
    padding: 12px 6px;
    text-align: center;
    text-transform: uppercase;
	position:relative;
	font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
}

.post-type-archive-brands .select2-results__options li:last-child {
	color:#b59070;
}

.select2-results__option + .select2-results__option::before {
	content: "";
    display: block;
    background-color: #002637;
    height: 1px;
    position: absolute;
    top: 0;
    width: auto;
    left: 10px;
    right: 10px;
}

.select2-search--dropdown .select2-search__field:focus {
	outline:none;
	box-shadow: 0 0 8px rgba(0, 37, 54, 0.3);
}


.elementor-pagination {
	padding-top: 80px;
}
.elementor-pagination .page-numbers {
	color: #002738 !important;
    border: solid 2px #002738;
    width: 32px;
    height: 32px;
    line-height: 28px;
    display: inline-block;
    border-radius: 50%;
}
.elementor-pagination .page-numbers.current {
	background-color: #002738 !important;
	color:#fff !important;
}


.carousel-brands-wrapper {
	border-top:solid 1px #002738;
	border-bottom:solid 1px #002738;
	padding: 15px 0 6px 0;
}
.carousel-brands-wrapper .slick-item {
}
.carousel-brands-wrapper .slick-item .slick-item-content {
}
.carousel-brands-wrapper .slick-item .slick-item-content a {
}
.carousel-brands-wrapper .slick-item .slick-item-content img {
	height: auto;
    width: auto;
    margin: 0 20px;
    max-width: 100px;
    max-height: 20px;
    margin-top: 10px;
    transform: translateY(-50%);
}
.carousel-brands-wrapper {
}



.form-style-custom {
}
.form-style-custom .form-style-custom-error {
    display: block;
    color: #ad1215;
    text-align: left;
    position: absolute;
    left: 15px;
    padding-left: 13px;
    bottom: 14px;
}
.form-style-custom .form-group.mb-3 .form-style-custom-error {
    margin-top: -15px;
}
.form-style-custom .form-group {
    position: relative;
}
.form-style-custom .form-group-padding {
    padding-bottom: 20px;
}
.form-style-custom .form-control, .form-style-custom .ui-selectmenu-button {
	display: block;
}
.form-style-custom .form-control, .form-style-custom .ui-selectmenu-button, .form-style-custom .custom-select, .form-style-custom .custom-select2, .custom-select2-wrap .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: solid 1px #002536;
    border-radius: 8px !important;
    line-height: 24px;
    font-size: 16px;
    color: #002536;
    margin: 0 0 18px 0;
    width: 100%;
    float: none;
	outline: none;
	padding: 12px 12px;
}
.form-style-custom .custom-select, .form-style-custom .custom-select2 {
	height:50px;
}
.form-style-custom .form-control:focus {
	box-shadow: 0 0 4px rgba(0, 37, 54, 0.5);
}
.form-style-custom .btn-submit {
	background-color: #002536;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
	border:none;
	transition:all 0.25s linear;
	padding-top: 12px;
    padding-bottom: 12px;
}
.form-style-custom .btn-submit:hover {
	background-color: #ebc29a;
    color: #002536;
}
.form-style-custom .label-checkbox {
	display: block;
    padding: 0 0 0 25px;
    position: relative;
}
.form-style-custom .label-checkbox input {
	position: absolute;
    top: 6px;
    left: 3px;
}
.form-style-custom .label-checkbox a {
	text-decoration:underline;
}
.form-style-custom {
}
.form-style-custom .ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 14px;
    width: 10px;
    height: 6px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #002536 transparent transparent transparent;
    position: relative;
    overflow: visible;
}

.form-style-custom .ui-selectmenu-icon.ui-icon::before {
	content: "";
    display: block;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    position: absolute;
    top: -15px;
    left: -6px;
    border-color: transparent transparent #002536 transparent;
}



.form-style-custom .custom-select-inverse .ui-selectmenu-button {
	background-color: #002536;
    color: #fff;
    padding-left: 20px;
}
.form-style-custom .custom-select-inverse .ui-selectmenu-icon.ui-icon {
	float: left;
	border-color: #fff transparent transparent transparent;
	margin-left: -10px;
    margin-right: 10px;
}
.form-style-custom .custom-select-inverse .ui-selectmenu-icon.ui-icon::before {
	border-color: transparent transparent #fff transparent;
}

.ui-selectmenu-menu {
}
.ui-selectmenu-menu .ui-menu, .custom-select2-wrap .select2-dropdown {
	border: solid 1px #002536;
    border-radius: 9px;
    box-sizing: content-box;
    background-color: #f2f2f2;
    box-shadow: 0 0 8px hsla(199, 100%, 11%, 0.3);
	max-height:250px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
	padding: 12px 12px;
    font-size: 14px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item:first-child .ui-menu-item-wrapper, .custom-select2-wrap .select2-results__option, .custom-select2-wrap .post-type-archive-brands .select2-results__options li:first-child {
	color:#888;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active, .custom-select2-wrap .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #002536;
    color: #fff;
}












.custom-select2-wrap .select2-container--default .select2-selection--single {
    height: auto;
}
.custom-select2-wrap .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
    padding-left: 0;
    text-transform: none;
    text-align: left;
}
.custom-select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 24px;
    margin-right: 7px;
}
.custom-select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b, .custom-select2-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	float: right;
    margin-top: 14px;
    width: 10px;
    height: 6px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #002536 transparent transparent transparent;
    position: relative;
    overflow: visible;
}
.custom-select2-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "";
    display: block;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    position: absolute;
    top: -15px;
    left: -6px;
    border-color: transparent transparent #002536 transparent;
}

.custom-select2-wrap .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #002637;
    color: white;
}

.custom-select2-wrap .select2-results__option {
    padding: 12px 12px;
    text-align: left;
    text-transform: none;
    position: relative;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #002536;
}

.custom-select2-wrap .post-type-archive-brands .select2-results__options li:last-child {
	color: #002536;
}

.custom-select2-wrap .select2-results__option + .select2-results__option::before {
	content: "";
    display: none;
}
.custom-select2-wrap .select2-search--dropdown {
    display: block;
    padding: 12px;
}
.custom-select2-wrap .select2-search--dropdown .select2-search__field {
    padding: 6px 12px;
}




.custom-select2-wrap.custom-select2-wrap-blu .select2-container--default .select2-selection--single {
	background-color: #002435;
}
.custom-select2-wrap.custom-select2-wrap-blu .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}
.custom-select2-wrap.custom-select2-wrap-blu .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	border-color: transparent transparent #fff transparent;
}
.custom-select2-wrap.custom-select2-wrap-blu .select2-container .select2-selection--single .select2-selection__rendered {
	color:#fff;
}















.profile-box {
	padding-left: 10%;
    padding-right: 10%;
}
.profile-box .profile-box-number {
	color: #bf9978;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 64px;
    margin-bottom: 15px;
}
.profile-box .profile-box-title {
	font-weight: 500;
	padding-top:10px;
	letter-spacing:1px;
}
.profile-box .profile-box-title span {
	text-transform: uppercase;
    font-weight: 600;
    /*max-width: 140px;*/
    display: inline-block;
    border-bottom: solid 2px #002536;
    width: auto;
	padding-top: 7px;
}
.profile-box.profile-box-left .profile-box-title {
	text-align:right;
}
.profile-box.profile-box-right {
}
.profile-box.profile-box-right .profile-box-number {
	text-align:right;
}
.profile-box.profile-box-right {
}

.profile-box .profile-box-content {
	text-align: center;
    font-weight: 500;
    padding: 8px 0;
	margin:0;
	letter-spacing:1px;
}
.profile-box .profile-box-balance, .profile-box-balance {
    font-size: 52px;
    text-align: center;
    margin: 0;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 6px;
}

.vip-box {
}
.vip-box-title .elementor-heading-title {
	line-height:20px;
	min-height:40px;
}
.vip-box-icon .elementor-image {
}
.vip-box-icon .elementor-image img {
	width: auto !important;
    height: 54px;
}
.vip-box-text .elementor-text-editor {
	line-height:18px;
	min-height:54px;
}




/*
//
//
// PROFILE
//
//
*/
#profile-intro {
	padding: 40px 0 40px;
    position: relative;
}
#profile-widget-level {
}
#profile-widget-level .progress-bar {
	display: block;
    border: solid 1px #002536;
    height: 10px;
    width: 100%;
	position:relative;
	margin: 0 0 21px 0;
}
#profile-widget-level .progress-bar span {
	background-color: #002536;
    display: block;
    height: 8px;
}
#profile-widget-level .progress-bar::before {
	content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    width: 2px;
    height: 30px;
    background-color: #002435;	
}
#profile-intro .profile-icon-accessi {
    position: absolute;
    margin: 14px 0 0 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}
#profile-intro .profile-icon-accessi img {
    height: 18px;
    vertical-align: top;
    margin: 0 2px 0 0;
}


#user-barcode {
	text-align: center;
    width: 100%;
	background-color: transparent;
}
#user-barcode #user-barcode-content {
    max-width:600px;
    margin: 0 auto;
}
#user-barcode #user-barcode-wrap {
	font-size: 18px;
    letter-spacing: 3px;
    line-height: 24px;
    box-shadow: 0 0 10px #002536;
    padding: 30px 30px;
    border-radius: 10px;
    max-width: 500px;
    margin: 0 auto;
	background-color: #fff;
}





.custom-info-list {
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.4);
    border: solid 3px #002536;
    padding: 30px 10px 20px 5px;
}
.custom-info-list-mobile-toggle {
	display:none;
	float: right;
		margin-top: 5px;
		margin-right: -10px;
}
.custom-info-list-mobile-toggle.toggled {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.custom-info-list .custom-info-list-scroller {
	max-height: 390px;
	padding:0 25px;
}
.custom-info-list .custom-info-list-scroller .simplebar-track {
}
.custom-info-list .custom-info-list-scroller .simplebar-scrollbar {
}
.custom-info-list .custom-info-list-scroller .simplebar-scrollbar::before {
	opacity: 1;
}
.custom-info-list .custom-info-list-box-title {
	margin-bottom:30px;
	padding: 0 25px;
}
.custom-info-list ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.custom-info-list ul li {
    padding: 0;
	position:relative;
}
.custom-info-list ul li.hidden {
	display:none;
}
.custom-info-list ul li + li {
	border-top: solid 1px #002536;
}
.custom-info-list ul li .custom-info-list-close {
	display:none;
}
.custom-info-list ul li .custom-info-list-icon-wrap {
	float: right;
	margin-top: 12px;
}
.custom-info-list ul li .custom-info-list-icon {
	cursor:pointer;
}
.custom-info-list ul li .custom-info-list-icon-fa {
	font-size: 22px;
}
.custom-info-list ul li .custom-info-list-icon-svg {
}
.custom-info-list ul li .custom-info-list-icon-svg svg {
	height:26px;
}
.custom-info-list ul li .custom-info-list-title {
	text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    padding: 15px 0;
	cursor: pointer;
}
.custom-info-list ul li .custom-info-list-content {
	display: none;
}
.custom-info-list ul li.selected {
	border-top:none;
}
.custom-info-list ul li.selected .custom-info-list-icon-wrap {
	float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}
.custom-info-list ul li.selected .custom-info-list-icon {
	cursor: default;
}
.custom-info-list ul li.selected .custom-info-list-icon-fa {
	font-size: 34px;
}
.custom-info-list ul li.selected .custom-info-list-icon-svg svg {
	height:50px;
}
.custom-info-list ul li.selected .custom-info-list-title {
	text-align: center;
	font-size: 16px;
	cursor: default;
	padding: 18px 0;
}
.custom-info-list ul li.selected .custom-info-list-content {
	display: block;
}
.custom-info-list ul li.selected .custom-info-list-close {
	display: block;
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
}


.simplebar-scrollbar::before {
	background-color:#002738;
}
.simplebar-content-wrapper {
  overflow: auto;
}
[data-simplebar] {
  overflow: auto;
}


img.mapper {
	width:100%;
}

.pb-custom-title {
	position:relative;
}
.back-to-arrow {
	
}
.back-to-arrow img {
	height: 21px;
    width: auto;
    position: absolute;
    right: 18px;
    top: 15px;
}


#map-orientation-overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
	z-index:999;
}
#map-orientation-overlay img {
	position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -60px;
}

.map-legenda {
}
.map-legenda ul {
	text-align: right;
    padding: 10px;
    margin: 0;
}
.map-legenda ul li {
	color: #fff;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 0 18px;
    vertical-align: middle;
    position: relative;
	letter-spacing:1px;
}
.map-legenda ul li span {
	height: 20px;
    width: 20px;
    border-radius: 30px;
    border: solid 2px #fff;
    display: block;
    float: left;
    margin-right: 5px;
	color: #002536;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}


.map-servizio-navetta {
	width:100%;
	height:400px;
	z-index: 1;
}
.map-servizio-navetta .leaflet-bottom.leaflet-left, .map-servizio-navetta .leaflet-bottom.leaflet-right {
	display:none;
}
.map-servizio-navetta-citta-partenza {
	text-align:center;
	margin:10px -1.03%;
}
.map-servizio-navetta-citta-partenza div {
	display: inline-block;
    width: 14.6%;
    text-align: center;
    word-break: keep-all;
    margin: 10px 1.03%;
    border: solid 1px #002536;
    padding: 10px 5px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
	cursor:pointer;
    min-width: 150px;
}
.map-servizio-navetta-citta-partenza div:hover {
	background-color:#002536;
	color:#fff;
}
.map-servizio-navetta-citta-partenza .map-servizio-navetta-indirizzo {
	padding: 0;
    width: 25%;
    min-width: 240px;
    border: none;
}
.map-servizio-navetta-citta-partenza .map-servizio-navetta-indirizzo input {
	border: solid 1px #aaa;
    border-radius: 0;
    padding: 8px 10px;
    width: 100%;
    display: block;
    background-color: #fff;
    line-height: 20px;
}


#container-products, .custom-gallery {
	text-align: center;
}
.custom-gallery .custom-gallery-item {
    margin-bottom: 50px;
}
#container-products .logo, .custom-gallery .custom-gallery-logo {
	height: 40px;
    text-align: center;
    margin: 0px 0 10px 0;
}
#container-products .logo img, .custom-gallery .custom-gallery-logo img {
	height: auto;
    max-height: 40px;
    width: auto;
}
#container-products .box, .custom-gallery .custom-gallery-box {
	border: solid 1px #002536;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
}
#container-products .box img, .custom-gallery .custom-gallery-box img {
	height: auto;
    /* max-height: 180px; */
    width: 100%;
}
#container-products .price, .custom-gallery .custom-gallery-price {
	font-size: 12px;
    margin: 0 0 0px 0;
}
#container-products .price span, .custom-gallery .custom-gallery-price span {
    display: block;
}
#container-products .price .retail-price, .custom-gallery .custom-gallery-price-retail, .custom-gallery .custom-gallery-price-outlet {
	text-decoration: line-through;
}
.custom-gallery .custom-gallery-price-speciale {
    
}
#container-products .text, .custom-gallery .custom-gallery-title {
	font-weight: 600;
    font-size: 14px;
    padding: 0 0 5px 0;
}
.custom-gallery .custom-gallery-description {
    margin-bottom: 5px;
}
.custom-gallery .custom-gallery-description p:last-child {
    margin-bottom: 0;

}
#container-products .ast-col {
    margin-bottom: 50px;
}

.job-listings {
    border-top: solid 3px #002536;
}
.job-listings .job-listing {
    border-bottom: solid 3px #002536;
    padding: 20px 0;
}
.job-listings .job-listing .job-listing-title {
    line-height: 32px; 
    margin: 0;
    padding: 0;
    background-image: url(img/icon-chevron-down.png);
    background-attachment: scroll;
    background-position: center right;
    background-repeat: no-repeat;
}
.job-listings .job-listing .job-listing-title.ui-state-active {
    background-image: url(img/icon-chevron-up.png);
}
.job-listings .job-listing .job-listing-content {
    padding: 0;
}
.job-listings .job-listing .job-listing-description {
    padding-top: 20px;
    padding-bottom: 20px;
}
.job-listings .job-listing .job-listing-btn {
    margin-bottom: 20px;
}


.probable-empty-section-eventi {
    display: none;
}
.elementor-editor-active .probable-empty-section-eventi {
    display: block;
}


.section-vantaggio {

}
.section-vantaggio .vantaggio-cat-title {
    margin: 0px 0px 0px 0px;
    padding: 16px 20px;
    border-style: solid;
    border-width: 2px 2px 0px 2px;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
}
.section-vantaggio .vantaggio-cat-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: solid;
    border-width: 2px 0px 2px 0px;
    border-color: #002738;
    border-radius: 0px 0px 0px 0px;
    height: 400px;
    width: 100%;
    background-color: #f2f2f2;
}
.section-vantaggio {

}
.section-vantaggio {

}


body.view-source-app .hidden-on-app {
    display: none;
}



.cc_dialog.headline {
    z-index: 99;
}

.vantaggi-partner-cat-title, h2.vantaggi-partner-cat-title, .entry-content h2.vantaggi-partner-cat-title {
	font-size: 28px;
    font-weight: 700;
}




#profile-card-wrap {
	
}
#profile-card-wrap .profile-card-col-sx .profile-card-col,
#profile-card-wrap .profile-card-col-dx .profile-card-col {
	padding: 40px 30px;
}
#profile-card-wrap .profile-card-col-sx .profile-card-col > *:last-child,
#profile-card-wrap .profile-card-col-dx .profile-card-col > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
#profile-card-wrap .profile-card-col-sx {
	border-right: solid 1px #fff;
}
#profile-card-wrap .profile-card-col-dx {
	border-left: solid 1px #fff;
}

#profile-card-wrap .profile-card-card {
	width:80%;
	max-width: 100%;
	margin: 0 auto;
}

.profile-card-steps {
	border: solid 2px #2a4957;
    padding: 30px;
    margin: 42px 0 25px 0;
	position: relative;
}
.profile-card-steps .profile-card-step {
	
}
.profile-card-steps .profile-card-step {
	
}
.profile-card-steps .profile-card-step .profile-card-step-img {
	float: left;
	width: 50%;
	text-align: center;
}
.profile-card-steps .profile-card-step .profile-card-step-text {
	float: right;
	text-align: left;
	width: 45%;
	margin: 0px 0 0 5%;
	line-height: 1.4em;
}
.profile-card-steps .profile-card-step .profile-card-step-number {
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	line-height: 44px;
	padding: 10px 0 10px 0;
}
.profile-card-steps .profile-card-step .profile-card-step-text .elementor-heading-title {
	font-size: 1.4em;
    line-height: 1.6em;
}
.profile-card-steps .slick-dots {
	margin: 0;
    padding: 0;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
}
.profile-card-steps .slick-dots li {
	display: inline-block;
}
.profile-card-steps .slick-dots li.slick-active {	
}
.profile-card-steps .slick-dots li button {	
	background: transparent;
    border: none;
    color: #2a4857;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0 5px;
    font-weight: 600;
}
.profile-card-steps .slick-dots li.slick-active button {	
	color: #fff;
}

.profile-card-steps .slick-arrow {
	color: #647a85;
    font-size: 24px;
    width: 20px;
    text-align: center;
    top: 45%;
    font-weight: 300;
	position: absolute;
}
.profile-card-steps .slick-arrow.slick-arrow-prev {
	left: -25px;
}
.profile-card-steps .slick-arrow.slick-arrow-next {
	right: -25px;
}
.profile-card-steps .slick-arrow.slick-disabled {
	display: none !important;
}


.item-vantaggi-partner-category {
	border: solid 2px #002738;
    margin: 0 10px 120px 10px;
	text-align: center;
	position: relative;
}
.item-vantaggi-partner-category .elementor-heading-title {
	margin: 0px auto 0;
    padding: 12px 18px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
    border-color: #002738;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

.item-vantaggi-partner-category .thumb {
	border-bottom: solid 2px #002738;
}

.item-vantaggi-partner-category-carousel {
	margin: 25px 32px;
}
.item-vantaggi-partner-category-carousel .slide {
	text-align: center;
    vertical-align: middle;
	line-height: 100px;
	padding: 0 10px;
}
.item-vantaggi-partner-category-carousel .slide img {
	display: inline-block;
    max-height: 100px;
    width: auto;
    max-width: 150px;
    height: auto;
    vertical-align: middle;
}
.item-vantaggi-partner-category-carousel .slick-arrow {
	color: #002738;
    font-size: 24px;
    width: 11px;
    text-align: center;
    top: 42%;
    font-weight: 300;
	position: absolute;
}
.item-vantaggi-partner-category-carousel .slick-arrow.slick-arrow-prev {
	left: -25px;
}
.item-vantaggi-partner-category-carousel .slick-arrow.slick-arrow-next {
	right: -25px;
}
.item-vantaggi-partner-category-carousel .slick-arrow.slick-disabled {
	display: none !important;
}
.item-vantaggi-partner-category-item:nth-child(2n+1) {
    clear: both;
}

.table-elenco-punti {
    margin: 0 auto;
    border: none;
    max-width: 600px;
}
.table-elenco-punti thead tr {
    
}
.table-elenco-punti thead tr th {
    border: 0;
    padding: 12px 14px;
    border-bottom: solid 1px #002738;
}
.table-elenco-punti tbody tr td {
    padding: 14px 14px;
    border: none;
    font-weight: 400;
}
.table-elenco-punti tbody tr.bg td {
    background-color: #f2f2f2;
}


.profile-show-code-modile {
	display: none;
	margin: 10px 0;
}


.claim-postlogin-silver-card {
    max-width: 350px;
    margin: 30px auto;
    padding: 30px 8%;
    border: solid 2px #2a4957;
    position: relative;
}

.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item.has-details-shown,
.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item.has-details-shown {
    height: auto !important;
}

.brand-anchors {
	display: flex;
    justify-content: space-between;
}
.brand-incipit {
	max-width: 500px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 22px;
    line-height: 34px;
    padding: 70px 0 70px 0;
    letter-spacing: 0.5px;
}
.brand-anchor-title .elementor-button {
	background-color: #fff;
}
.brand-anchor-title .elementor-button:hover {
	background-color: #fff;
	color: inherit;
}

.brand-section-title {
	font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    display: inline-block;
    border-bottom: solid 2px #002738;
    padding: 0 0 8px 0;
    margin: 0px 0 20px 0px !important;
}



.carousel-posts-wrapper-with-intro {
	position: relative;
    padding-left: 320px;
}
.carousel-posts-wrapper.carousel-style-3 {
	overflow: hidden;
	max-width: 2000px;
}
.carousel-posts-wrapper-with-intro .slick-item-intro {
}
.carousel-posts-wrapper.carousel-style-2 .slick-item {
	width: 400px;
}
.carousel-posts-wrapper.carousel-style-3 .slick-item {
	width: 320px;
}
.carousel-posts-wrapper.carousel-style-4 .slick-item {
	width: 800px;
}
.carousel-posts-wrapper.carousel-style-2 .slick-item-content a,
.carousel-posts-wrapper.carousel-style-3 .slick-item-content a,
.carousel-posts-wrapper.carousel-style-4 .slick-item-content a{
	box-shadow: none;
	margin-top: 0;
}
.carousel-posts-wrapper.carousel-style-2 .slick-item-content a:hover,
.carousel-posts-wrapper.carousel-style-3 .slick-item-content a:hover,
.carousel-posts-wrapper.carousel-style-4 .slick-item-content a:hover {
	color: inherit;
}
.carousel-posts-wrapper.carousel-style-2 .slick-item-content,
.carousel-posts-wrapper.carousel-style-3 .slick-item-content,
.carousel-posts-wrapper.carousel-style-4 .slick-item-content {
	height: auto;
}
.carousel-posts-wrapper.carousel-style-2 .slick-item-image,
.carousel-posts-wrapper.carousel-style-3 .slick-item-image,
.carousel-posts-wrapper.carousel-style-4 .slick-item-image {
	height: 370px;
    width: 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border: solid 3px #e9c099;
}
.carousel-posts-wrapper.carousel-post-type-offerte.carousel-style-2 .slick-item-image {
	background-size: contain;
}
.carousel-posts-wrapper.carousel-style-3 .slick-item-image {
    background-size: contain;
}
.carousel-posts-wrapper.carousel-style-3 .slick-item-image,
.carousel-posts-wrapper.carousel-style-4 .slick-item-image {
	border: none;
}
.carousel-posts-wrapper.carousel-style-2 .slick-item-title,
.carousel-posts-wrapper.carousel-style-3 .slick-item-title,
.carousel-posts-wrapper.carousel-style-4 .slick-item-title {
	background: transparent;
    position: relative;
    top: auto;
    bottom: auto !important;
    border: none;
    width: 100%;
    margin: 8px 0 0 0;
    left: 0;
    right: 0;
    transform: none;
	font-size: 14px;
	display: block;
}
.carousel-posts-wrapper.carousel-style-2 .slick-item-title span,
.carousel-posts-wrapper.carousel-style-3 .slick-item-title span,
.carousel-posts-wrapper.carousel-style-4 .slick-item-title span {
	font-weight: 700;
}
.carousel-posts-wrapper.carousel-style-2 .slick-item-title small,
.carousel-posts-wrapper.carousel-style-3 .slick-item-title small,
.carousel-posts-wrapper.carousel-style-4 .slick-item-title small {
	font-weight: 400;
	text-transform: none;
}
.carousel-posts-wrapper.carousel-style-2 .slick-item-description,
.carousel-posts-wrapper.carousel-style-3 .slick-item-description,
.carousel-posts-wrapper.carousel-style-4 .slick-item-description {
}

.carousel-posts-wrapper-style-2 .slick-item.slick-item-intro,
.carousel-posts-wrapper-style-3 .slick-item.slick-item-intro,
.carousel-posts-wrapper-style-4 .slick-item.slick-item-intro {
	width: 320px;
    position: absolute;
    top: 15px;
    left: 0;
}
.carousel-posts-wrapper-style-2 .slick-item.slick-item-intro .slick-item-image,
.carousel-posts-wrapper-style-3 .slick-item.slick-item-intro .slick-item-image,
.carousel-posts-wrapper-style-4 .slick-item.slick-item-intro .slick-item-image {
	background-color: #002738;
    color: #e9c099;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 35px 35px;
	position: relative;
	line-height: 32px;
	height: 370px;
	border: solid 3px #e9c099;
}
.carousel-posts-wrapper-style-2 .slick-item.slick-item-intro .slick-item-image span,
.carousel-posts-wrapper-style-3 .slick-item.slick-item-intro .slick-item-image span,
.carousel-posts-wrapper-style-4 .slick-item.slick-item-intro .slick-item-image span {
	display:block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.carousel-posts-wrapper-style-3 .slick-item.slick-item-intro .slick-item-image {
	border: solid 3px #e9c099;
}
.carousel-posts-wrapper-style-2 .slick-item.slick-item-intro .slick-item-image:after,
.carousel-posts-wrapper-style-3 .slick-item.slick-item-intro .slick-item-image:after,
.carousel-posts-wrapper-style-4 .slick-item.slick-item-intro .slick-item-image:after {
	content: "";
	display: block;
    border: solid 1px #e9c099;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.carousel-posts-wrapper-style-2 .slick-slide.slick-item-intro:hover .slick-item-content,
.carousel-posts-wrapper-style-3 .slick-slide.slick-item-intro:hover .slick-item-content,
.carousel-posts-wrapper-style-4 .slick-slide.slick-item-intro:hover .slick-item-content,
.carousel-posts-wrapper-style-5 .slick-slide:hover .slick-item-content {
    transform: none !important;
}











.carousel-posts-wrapper.carousel-style-5 {
	padding: 0;
	max-width: 2260px;
}
.carousel-posts-wrapper.carousel-style-5 .slick-item {
	padding: 10px;
}
.carousel-posts-wrapper.carousel-style-5 .slick-item .slick-item-content {
	padding: 0;
}
.carousel-posts-wrapper.carousel-style-5 .slick-item-sx {	
	background-color: #002738;
    color: #e9c099;
    text-align: center;
    padding: 20px 20px;
    position: relative;
	border: solid 3px #e9c099;	
    width: 100%;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.carousel-posts-wrapper.carousel-style-5 .slick-item-sx .elementor-button {
	border: none;
}
.carousel-posts-wrapper.carousel-style-5 .slick-item-sx-border {
	border: solid 1px #e9c099;
	padding: 20px;
	position: relative;
	width: 100%;
	height: 364px;
}
.carousel-posts-wrapper.carousel-style-5 .slick-item-sx-content {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}
.carousel-posts-wrapper.carousel-style-5 .slick-item-image {
	height: 410px;
    width: 100%;
	background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.carousel-posts-wrapper.carousel-style-5 .slick-item-title {
	background: transparent;
    position: relative;
    top: auto;
    bottom: auto !important;
    border: none;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    transform: none;
    display: block;
    color: #e9c099;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 0 0 8px 0;
}
.carousel-posts-wrapper.carousel-style-5 .slick-item-title span {
	
}
.carousel-posts-wrapper.carousel-style-5 .slick-item-title small {
	
}
.carousel-posts-wrapper.carousel-style-5 .slick-item-subtitle {
	background: transparent;
    position: relative;
    top: auto;
    bottom: auto !important;
    border: none;
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
    transform: none;
    display: block;
    color: #e9c099;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0 0 8px 0;
	text-transform: none;
}

.carousel-posts-wrapper.carousel-style-5 .slick-item.slick-item-intro {
	
}
.carousel-posts-wrapper.carousel-style-5 .slick-item.slick-item-intro .slick-item-image {
	
}
.carousel-posts-wrapper.carousel-style-5 .slick-item.slick-item-intro .slick-item-image span {
	
}
.carousel-posts-wrapper.carousel-style-5 .slick-item.slick-item-intro .slick-item-image {
	
}
.carousel-posts-wrapper.carousel-style-5 .slick-item.slick-item-intro .slick-item-image:after {
	
}
.carousel-posts-wrapper.carousel-style-5 .slick-slide.slick-item-intro:hover .slick-item-content {
	
}
.carousel-posts-wrapper.carousel-style-5 .ast-row {
	margin-left: -10px;
    margin-right: -10px;
}
.carousel-posts-wrapper.carousel-style-5 .ast-col-xs-12 {
	padding-left: 10px;
    padding-right: 10px;
}











.slick-item-collezione-prices {
	padding-top: 8px;
}
.slick-item-collezione-price-listino {
}
.slick-item-collezione-price-outlet {
	font-weight: bold;
}
.slick-item-collezione-price-offerta {
	font-weight: bold;
	color: #e9c099;
}

.ast-container-fluid-custom {
	padding-left: 30px;
	padding-right: 30px;
}
.brand-collezione-image {
	margin-bottom: 30px;
}

.carousel-post-type-offerte_arcus.carousel-posts-wrapper {
	overflow: hidden;
}
.form-style-custom .form-control.disabled {
	background-color: #e8e8e8;
	color: #949494;
}
@media only screen and (min-width: 1024px) {
	.carousel-posts-wrapper.carousel-post-type-brands .slick-slide:hover .slick-item-content, .carousel-posts-wrapper .slick-slide:hover .slick-item-content {
		transform:scale(1.07);
	}
}
@media only screen and (min-width: 922px) {
	.header-main-layout-1 .ast-main-header-bar-alignment {
		/*transform: translate(-50px, 0px);*/
	}
}


@media only screen and (max-width: 1200px) {
	header .site-logo-img .custom-logo-link img {
		max-width: 120px !important;
	}
	#custom-header-icons li {
		margin-left: 15px;
	}
	.main-navigation ul li a {
		padding-left: 20px;
		padding-right: 20px;		
	}
}

@media only screen and (max-width: 1024px) {
	.list-marchi-with-filter .marchi-list .hentry {
		width:25%;
	}
}
@media only screen and (max-width: 991px) {
	#profile-card-wrap .profile-card-col-sx,
	#profile-card-wrap .profile-card-col-dx {
		border-right: none;
		border-left: none;
	}
}
@media only screen and (max-width: 921px) {
	#custom-header-icons {
		display: none;
	}
	#custom-header-icons li.only-desktop {
		display:none;
	}
	#custom-header-icons li.only-mobile {
		display: inline-block;
	}
	.main-header-bar .main-header-bar-navigation.toggle-on {
		padding-top: 0em;
	}
	.ast-header-break-point .main-navigation ul li a {
		border-color:transparent;
	}
	.site-header .menu-text {
		text-align: center;
		display: block;
		font-size: 22px;
		font-weight: 300;
	}
	.ast-logo-title-inline .site-logo-img {
		margin: 0 auto;
		transform: translateX(16%);
    	padding-right: 0;
	}
	.main-header-bar.ast-sticky-active .site-logo-img {
		display:none;
	}
	#custom-header-icons li {
		margin-left: 15px;
		margin-right:15px;
	}
	.main-header-bar.ast-sticky-active #custom-header-icons, #custom-header-icons.visible {
		display: block;
		position: absolute;
		width: 80%;
		margin: 0 auto;
		left: 10%;
		text-align: center;
		top: 1px;
		z-index: 10;
	}
	
	#custom-header-icons.visible {
		top: 0;
		background-color: #fff;
		padding-top: 25px;
		padding-bottom: 10px;
	}
	
	#custom-header-mobile-menu-bottom.visible {
		display:block;
	}
	.ast-fullscreen-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu {
		padding-bottom:0px;
	}
	.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation {
		min-height: 0;
		height: auto;
		margin-bottom: 30px;
		padding-top: 100px;
	}
	#vipclub-dropdown-wrap {
		z-index: 99;
		width: 100%;
		max-width: 100%;
	}
	#vipclub-dropdown-wrap #vipclub-dropdown {
		width: 100%;
    	max-width: 100%;
		border-left:none;
		border-right:none;
	}
	
}
@media only screen and (max-width: 800px) {
	.profile-box .profile-box-number {
		font-size: 46px;
		letter-spacing: 2px;
	}
}
@media only screen and (max-width: 768px) {
	.list-marchi-with-filter .marchi-list .hentry {
		width:33.33%;
	}
	#offerta-modal {
		padding-left:15px;
		padding-right:15px;
		max-width: 90%;
	}
	.carousel-post-type-vantaggi.carousel-posts-wrapper {
		/*max-width: 90%;*/
	}
	.section-vantaggio .vantaggio-cat-title {
		width: 80%;
	}
	.profile-show-code-modile {
		display: block;
	}
	.profile-show-code-desktop {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.carousel-posts-wrapper .slick-track {
		padding-bottom: 0;
	}
	.carousel-posts-wrapper.carousel-post-type-brands .slick-track {
		padding-bottom: 30px;
	}
	.carousel-posts-wrapper .slick-dots li {
		margin-bottom:10px;
	}
	.carousel-posts-wrapper .slick-dots {
		width: 70%;
		margin: 0 auto;
	}
	.custom-info-list {
		margin: 0 15px;
		padding-top: 20px;
	}
	.custom-info-list .custom-info-list-box-title {
		text-align:left !important;
		margin-bottom:0;
		font-size: 16px;
	}
	.custom-info-list .custom-info-list-scroller {
		display:none;
		margin-top:30px;
	}
	.custom-info-list-mobile-toggle {
		display: block;
	}
	.custom-info-list .custom-info-list-scroller {
    	max-height: 3900px;
	}
    #profile-intro .profile-icon-accessi {        
        top: 0;
        left: 0;
    }
	#profile-intro {
		padding: 40px 0 20px;
	}
	#profile-intro > .elementor-heading-title {
		margin-bottom: 5px;
	}
	#profile-card-wrap .profile-card-col-sx .profile-card-col, #profile-card-wrap .profile-card-col-dx .profile-card-col {
		padding: 20px 0px;
	}
	#profile-card-wrap .profile-card-col-sx .profile-card-col > .elementor-heading-title {
		margin-bottom: 5px;
	}
	.profile-card-steps .profile-card-step .profile-card-step-img img {
		height: 120px;
		width: auto;
		margin: 0 auto;
	}
	.elementor-heading-title {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.custom-hidden-sm {
		display: none;
	}
	.brand-anchors {
		overflow-x: auto;
	}
	.brand-anchors .btn-custom {
		flex-basis: 0;
		flex-grow: 1;
		margin-right: 30px;
		flex: none;
	}
	.carousel-posts-wrapper-style-2 .slick-item.slick-item-intro,
	.carousel-posts-wrapper-style-3 .slick-item.slick-item-intro,
	.carousel-posts-wrapper-style-4 .slick-item.slick-item-intro {
		width: 100%;
	}
	.carousel-posts-wrapper-with-intro {
		padding: 152px 0 0 0;
	}
	.carousel-posts-wrapper-style-2 .slick-item.slick-item-intro .slick-item-image,
	.carousel-posts-wrapper-style-3 .slick-item.slick-item-intro .slick-item-image,
	.carousel-posts-wrapper-style-4 .slick-item.slick-item-intro .slick-item-image {
		height: 300px;
		font-size: 14px;
		line-height: 26px;
		padding: 40px 28px;
		text-align: center;
	}
	.carousel-posts-wrapper-style-2 .slick-item.slick-item-intro .slick-item-image:after,
	.carousel-posts-wrapper-style-3 .slick-item.slick-item-intro .slick-item-image:after,
	.carousel-posts-wrapper-style-4 .slick-item.slick-item-intro .slick-item-image:after {
		content: "";
		display: block;
		border: solid 1px #e9c099;
		position: absolute;
		top: 14px;
		left: 14px;
		right: 14px;
		bottom: 14px;
	}
	.carousel-posts-wrapper-style-2 .slick-item.slick-item-intro .slick-item-image span,
	.carousel-posts-wrapper-style-3 .slick-item.slick-item-intro .slick-item-image span,
	.carousel-posts-wrapper-style-4 .slick-item.slick-item-intro .slick-item-image span {		
		position: relative;
		top: 0;
		max-width: 200px;
		left: 0;
		transform: none;
		margin: 0 auto;
	}
	.carousel-posts-wrapper.carousel-style-2 .slick-item {
		width: 300px;
	}
	.carousel-posts-wrapper.carousel-style-2 .slick-item-image,
	.carousel-posts-wrapper.carousel-style-3 .slick-item-image,
	.carousel-posts-wrapper.carousel-style-4 .slick-item-image {
		height: 270px;
		border: solid 3px #e9c099;
    	background-color: #fff;
	}
	.carousel-posts-wrapper.carousel-style-2 .slick-item-content,
	.carousel-posts-wrapper.carousel-style-3 .slick-item-content,
	.carousel-posts-wrapper.carousel-style-4 .slick-item-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.carousel-posts-wrapper.carousel-style-2 .slick-dots-container,
	.carousel-posts-wrapper.carousel-style-3 .slick-dots-container,
	.carousel-posts-wrapper.carousel-style-4 .slick-dots-container,
	.carousel-posts-wrapper.carousel-style-5 .slick-dots-container {
    	padding-top: 16px;
	}
	
	
}

@media only screen and (max-width: 568px) {
	.carousel-posts-wrapper.carousel-style-2 .slick-item {
		width: 250px;
	}
	.carousel-posts-wrapper.carousel-style-3 .slick-item {
		width: 240px;
	}
	.carousel-posts-wrapper.carousel-style-4 .slick-item {
		width: 440px;
	}
	.carousel-posts-wrapper.carousel-style-2 .slick-item-image,
	.carousel-posts-wrapper.carousel-style-3 .slick-item-image,
	.carousel-posts-wrapper.carousel-style-4 .slick-item-image {
		height: 220px;
		
	}
	.carousel-posts-wrapper.carousel-style-2 .slick-item-content,
	.carousel-posts-wrapper.carousel-style-3 .slick-item-content,
	.carousel-posts-wrapper.carousel-style-4 .slick-item-content {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media only screen and (max-width: 567px) {
	.list-marchi-with-filter .marchi-list .hentry {
		width:50%;
	}
    .carousel-posts-wrapper {
        padding-bottom: 50px;
    }
	.carousel-posts-wrapper .slick-dots {
		display:none !important;
	}
	.list-marchi-with-filter .label-offer {
		font-size: 7px;
		padding-bottom: 2px;
		top: -14px;
		right: -45px;
	}
	.section-vantaggio .vantaggio-cat-img {
		height: 300px;
	}
	
    
    .profile-card-steps .profile-card-step .profile-card-step-img {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
    }
    .profile-card-steps .profile-card-step .profile-card-step-text {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }
	#profile-intro .elementor-button {
		padding-left: 10px;
    	padding-right: 10px;
	}
}

@media only screen and (max-width: 530px) {
    .map-legenda ul {
        text-align: center;
        line-height: 32px;
        padding: 0 0 10px 0;
    }
    .map-legenda ul li:first-child {
        display: block;
    }
    .map-legenda ul li {
        margin: 0 6px;
        font-size: 10px;
    }
    .map-legenda ul li span {
        height: 16px;
        width: 16px;
        line-height: 14px;
    }
    .map-servizio-navetta-citta-partenza div {
        font-size: 10px;
    }
    .map-servizio-navetta-citta-partenza .map-servizio-navetta-indirizzo {
        width: 80%;
        margin: 0 auto;
    }
	.item-vantaggi-partner-category-carousel .slide img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 380px) {
	.list-marchi-with-filter .elementor-post__title a {
		font-size: 11px;
		
	}
}



@media all and (orientation:portrait) {
	/* Style adjustments for portrait mode goes here */
	.slider-custom-portrait {
		display:block;
	}
	.slider-custom-landscape {
		display:none;
	}
}

@media all and (orientation:landscape) {
	/* Style adjustments for landscape mode goes here */
	.slider-custom-portrait {
		display:none;
	}
	.slider-custom-landscape {
		display:block;
	}
}


.dp-none {
   display: none !important;
}

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

@media (min-width: 576px) {
    .dp-sm-block {
       display: block !important;
     }
}

@media (min-width: 768px) {
     .dp-md-none {
        display: none !important;
     }
}

.carousel-post-type-vantaggi.carousel-posts-wrapper .slick-item, .carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item {
     height: 410px !important;
}


.custom-gallery .custom-gallery-price {
    min-height: 60px;
}

.custom-gallery .custom-gallery-title {
	min-height: 50px;
}


@media (min-width: 277px) {
    .profile-ban-small { display:none;}
}
 @media (max-width: 276px) {
	.profile-ban { display:none;}
}
.profile-ban-small img, .profile-ban img{
	width: 100%;
}

.height-fix article.slick-item {
	height: auto!important;
}

.delete-account-row {
	text-align: center;
	margin-top: 20px;
}

.delete-account-row a {
	font-style: italic;
}

.visited-white .elementor-button,
.visited-white .elementor-button:visited {
	color: white!important;
}
.visited-white .elementor-button:hover {
	color: #002738!important;
}


.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .slick-item-description {
	min-height: 54px;
	max-height: 90px;
	overflow-y: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.carousel-post-type-vantaggi-partner.carousel-posts-wrapper .has-details-shown .slick-item-description {
	max-height: none;
	overflow-y: visible;
}

.elementor-widget-heading h2.elementor-heading-title {
	text-transform: uppercase;
}

.elementor-5448 .elementor-element.elementor-element-9790119 .elementor-post__title a,
.carousel-posts-wrapper .slick-item-title {
	text-transform: uppercase;
}

.whatsapp-custom-widget {
	position: fixed;
	right: 15px;
	bottom: 40px;
	z-index: 10
}

.whatsapp-custom-widget img {
	width: 80px;
	height: auto
}

@media all and (max-width: 767px) {
	.whatsapp-custom-widget {
		bottom: 15px
	}

	.whatsapp-custom-widget img {
		width: 60px;
		height: auto
	}
}


.marchi-list-new-look {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.brand-new-look {
	width: 16.66666667%!important;
	padding: 0 5px!important;
	margin-bottom: 10px!important;
	position: relative;
}

.brand-new-look .elementor-post__text {
	position: absolute;
	width: calc(100% - 10px);
	height: 100%;
	left: 5px;
	top:0;
	box-shadow: none
}

.list-marchi-with-filter .elementor-post.brand-new-look:hover {
	transform: translate(0px, 0px);
}

.brand-new-look .elementor-post__title {
	margin-bottom: 0!important;
	height: 100%;
}

.brand-new-look .elementor-post__title a {
	font-size: 18px;
	line-height: 1.625;
}

.brand-new-look .elementor-post__title a:hover {
	color: white!important;
}

.brand-new-look .brand-new-look-logo {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	opacity: 1;
	text-align: center;
}

.brand-new-look-text,
.brand-new-look .brand-new-look-logo {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.brand-new-look .brand-new-look-text {
	opacity: 0;
}

.like-table {
	display: table;
	height: 100%;
	width: 100%;
}

.like-table > div {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.brand-new-look .like-table > div > img {
	max-width: 80%;
	filter: invert(1);
}

.brand-new-look:hover .brand-new-look-text {
	opacity: 1;
}

.brand-new-look:hover .brand-new-look-logo {
	opacity: 0;
}

#custom-header-icons {
	padding-top: 15px;
}

.elementor-location-footer > div > section > div > div > div:last-child .elementor-widget-wrap > div {
  display: none;
}

.elementor-location-footer > div > section > div > div > div:last-child .elementor-widget-wrap > div:first-child {
  display: block;
}

@media all and (max-width: 1500px) {

	.main-navigation ul .menu-item .menu-link {
		padding-left: 15px;
		padding-right: 15px;
	}

	#custom-header-icons li {
		margin-left: 18px;
	}
}

@media all and (max-width: 1300px) {
	.main-navigation ul .menu-item .menu-link {
		padding-left: 13px;
		padding-right: 13px;
	}

	#custom-header-icons li {
		margin-left: 15px;
	}

	#primary-menu > li > a {
		font-size: 12px;
	}
}

@media all and (max-width: 1300px) {
	#custom-header-icons {
		padding-top: 3px;
	}
}

@media all and (max-width: 1120px) and (min-width: 922px) {
	.main-navigation {
		padding-left: 0!important;
	}

	#custom-header-icons {
		padding-top: 0;
	}

	#custom-header-icons > li > a > img {
		height: 18px;
	}

	#custom-header-icons li {
		margin-left: 10px;
	}

	.main-navigation ul .menu-item .menu-link {
		padding-left: 6px;
		padding-right: 6px;
	}

	header .site-logo-img .custom-logo-link img {
		max-width: 90px !important;
	}
}

@media all and (max-width: 991px) {
	.brand-new-look {
		width: 25% !important;
	}
}

@media all and (max-width: 767px) {
	.brand-new-look {
		width: 50% !important;
	}
}


/*.carousel-posts-wrapper-visibility {
	min-height: 436px;
}*/