/* THEME */

:root {
	--theme-mvc-front-background-background-color: #F9F9F9;

	--theme-mvc-front-max-width: 1920px;
	--theme-mvc-front-inner-width: 1200px;
	
	--theme-mvc-front-wrapper-background-color: #FFFFFF;
	--theme-mvc-front-wrapper-max-width: var(--theme-mvc-front-max-width);

	--theme-mvc-front-wrapper-footer-padding-top: 40px;
	--theme-mvc-front-wrapper-footer-padding-bottom: 40px;

	--theme-mvc-front-hover-transform: translateY(-10px);
	--theme-mvc-front-hover-transition: transform 0.3s;
	
	--theme-mvc-front-header-height: 70px;
	--theme-mvc-front-header-box-shadow: 0px 22px 20px -20px rgba(0, 0, 0, 0.15);

	--theme-mvc-front-header-image-background-color: #FFFFFF;
	--theme-mvc-front-header-image-padding: 5px 5px 5px 5px;
	--theme-mvc-front-header-image-border-radius: 5px 5px 5px 5px;
	--theme-mvc-front-header-image-content: url('../../custom/img/mobile/icon-navbar.png');
	--theme-mvc-front-header-image-height: 40px;
	--theme-mvc-front-header-image-margin: 0px 0px 0px 10px;

	--theme-mvc-front-menu-height: 100%;
	--theme-mvc-front-menu-margin: 0px 25px;
	--theme-mvc-front-header-background-color: #215A87;
	--theme-mvc-front-menu-hover-color: #ECF4FB;
	--theme-mvc-front-menu-dropdown-content-box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.15);
	
	--theme-mvc-front-menu-item-active-height: 5px;
	--theme-mvc-front-menu-item-active-state-background-color: transparent;
	--theme-mvc-front-menu-item-active-border-radius: 0px 0px 0px 0px;
	--theme-mvc-front-menu-item-active-background-color: #ffffff;

	--theme-mvc-front-header-icon-height: 40px;
	--theme-mvc-front-header-icon-width: 40px;
	--theme-mvc-front-header-icon-font-size: 16px;
	--theme-mvc-front-header-icon-margin: 0px 15px 0px 0px;
	--theme-mvc-front-header-icon-box-shadow: unset;

	--theme-mvc-front-header-icon-1-background-color: #E71D73;
	--theme-mvc-front-header-icon-1-color: #FFFFFF;

	--theme-mvc-front-header-icon-2-background-color: #E71D73;
	--theme-mvc-front-header-icon-2-color: #FFFFFF;

	--theme-mvc-front-header-container-title-height: 180px;
	--theme-mvc-front-header-container-title-background-color: #323C46;

	--theme-mvc-front-header-title-color: #FFFFFF;
	--theme-mvc-front-header-title-font-size: 36px;
	--theme-mvc-front-header-title-font-weight: bold;

	--theme-mvc-front-header-title-before-content: unset;

	--theme-mvc-front-footer-height: 220px;
	--theme-mvc-front-footer-background: #323C46;
	
	--theme-mvc-front-footer-bottom-height: 50px;
	--theme-mvc-front-footer-bottom-background: #141E28;
	--theme-mvc-front-footer-bottom-color: #CACCCE;
	--theme-mvc-front-footer-bottom-font-size: 12px;
	
	--theme-mvc-front-footer-container-color: #CACCCE;

	--theme-mvc-front-footer-image-app-content: url('../../custom/img/front/waigeo.png');
	--theme-mvc-front-footer-image-app-height: 75px;
	--theme-mvc-front-footer-image-app-margin: 10px 0px 0px 0px;

	--theme-mvc-front-footer-image-city-content: url('../../custom/img/front/waigeo.png');
	--theme-mvc-front-footer-image-city-height: 75px;
	--theme-mvc-front-footer-image-city-margin: 10px 0px 0px 0px;

	--theme-mvc-front-footer-container-text-font-size: 14px;
	--theme-mvc-front-footer-container-text-text-align: left;
	--theme-mvc-front-footer-container-text-padding: 5px 20px;

	--theme-mvc-front-main-container-image-margin: 0px;
	--theme-mvc-front-main-container-image-height: 340px;
	--theme-mvc-front-main-container-image-border-bottom-left-radius: 0px;
	--theme-mvc-front-main-container-image-border-bottom-right-radius: 0px;
	--theme-mvc-front-main-container-image-overflow: hidden;
	--theme-mvc-front-main-container-image-background-color: #F0F0F0;

	--theme-mvc-front-main-image-background: url('../../custom/img/front/main.jpg');

	--theme-mvc-front-main-image-button-container-margin: 0px 80px 0px 0px;

	--theme-mvc-front-main-image-button-margin: 10px 0px;
	--theme-mvc-front-main-image-button-padding: 8px 20px;
	--theme-mvc-front-main-image-button-background-color: rgba(255, 255, 255, 0.9);

	--theme-mvc-front-main-image-button-background-color-hover: rgba(255, 255, 255, 1);

	--theme-mvc-front-main-image-button-icon-font-size: 24px;
	--theme-mvc-front-main-image-button-icon-color: #215A87;
	--theme-mvc-front-main-image-button-icon-margin: 4px 0px 2px 0px;

	--theme-mvc-front-main-image-button-text-font-size: 12px;
	--theme-mvc-front-main-image-button-text-font-weight: bold;
	--theme-mvc-front-main-image-button-text-color: #215A87;
	--theme-mvc-front-main-image-button-text-margin: 2px 0px 0px 0px;

	--theme-mvc-front-secondary-container-image-height: 680px;
	--theme-mvc-front-secondary-container-image-margin: 80px 0px 20px 0px;
	--theme-mvc-front-secondary-container-image-max-height: 80vh;
	--theme-mvc-front-secondary-container-image-overflow: hidden;
	--theme-mvc-front-secondary-container-image-background-color: #F0F0F0;

	--theme-mvc-front-home-secondary-image-background: url('../../custom/img/front/secondary.jpg');
	--theme-mvc-front-home-secondary-image-max-width: 1500px;

	--theme-mvc-front-home-secondary-image-title-margin: 40px 0px 10px 0px;
	--theme-mvc-front-home-secondary-image-title-font-size: 28px;
	--theme-mvc-front-home-secondary-image-title-font-weight: bold;
	--theme-mvc-front-home-secondary-image-title-color: #141E28;
	--theme-mvc-front-home-secondary-image-title-text-transform: uppercase;
	--theme-mvc-front-home-secondary-image-title-font-family: 'Raleway-Regular-Extra-Bold';

	--theme-mvc-front-home-secondary-image-button-margin: 20px 0px;
	--theme-mvc-front-home-secondary-image-button-height: 70px;

	--theme-mvc-front-home-secondary-image-button-icon-font-size: 30px;
	--theme-mvc-front-home-secondary-image-button-icon-color: #FFFFFF;
	--theme-mvc-front-home-secondary-image-button-icon-background-color: #E71D73;
	--theme-mvc-front-home-secondary-image-button-icon-margin: 0px;
	--theme-mvc-front-home-secondary-image-button-icon-padding: 10px;
	--theme-mvc-front-home-secondary-image-button-icon-width: 60px;
	
	--theme-mvc-front-home-secondary-image-button-text-background-color: rgba(0, 0, 0, 0.8);
	--theme-mvc-front-home-secondary-image-button-text-padding: 5px 10px;

	--theme-mvc-front-home-secondary-image-button-text-title-font-size: 18px;
	--theme-mvc-front-home-secondary-image-button-text-title-font-weight: bold;
	--theme-mvc-front-home-secondary-image-button-text-title-color: #FFFFFF;
	--theme-mvc-front-home-secondary-image-button-text-title-margin: 0px;

	--theme-mvc-front-home-secondary-image-button-text-subtitle-font-size: 14px;
	--theme-mvc-front-home-secondary-image-button-text-subtitle-font-weight: normal;
	--theme-mvc-front-home-secondary-image-button-text-subtitle-color: #FFFFFF;
	--theme-mvc-front-home-secondary-image-button-text-subtitle-margin: 0px;

	--theme-mvc-front-home-secondary-image-button-all-border: 2px solid #FFFFFF;
	--theme-mvc-front-home-secondary-image-button-all-color: #FFFFFF;
	--theme-mvc-front-home-secondary-image-button-all-background-color: transparent;
	--theme-mvc-front-home-secondary-image-button-all-margin: 10px 0px 40px 0px;
	--theme-mvc-front-home-secondary-image-button-all-padding: 5px 15px;
	--theme-mvc-front-home-secondary-image-button-all-font-size: 18px;
	--theme-mvc-front-home-secondary-image-button-all-font-weight: bold;

	--theme-mvc-front-home-header-container-width: calc(100% - 160px);
	--theme-mvc-front-home-header-container-margin: 30px auto 20px auto;

	--theme-mvc-front-home-header-image-margin: 0px 50px 0px 0px;
	--theme-mvc-front-home-header-image-border-radius: 3px;
	--theme-mvc-front-home-header-image-padding: 8px 8px 8px 8px;
	--theme-mvc-front-home-header-image-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	--theme-mvc-front-home-header-image-max-height: 280px;
	--theme-mvc-front-home-header-image-max-width: 280px;

	--theme-mvc-front-home-header-detail-title-text-transform: uppercase;
	--theme-mvc-front-home-header-detail-title-font-size: 18px;
	--theme-mvc-front-home-header-detail-title-font-weight: bold;
	--theme-mvc-front-home-header-detail-title-color: #215A87;
	--theme-mvc-front-home-header-detail-title-font-family: 'Raleway-Regular-Extra-Bold';

	--theme-mvc-front-home-header-detail-content-font-size: 15px;
	--theme-mvc-front-home-header-detail-content-color: #000000;

	--theme-mvc-front-home-separator-height: 1px;
	--theme-mvc-front-home-separator-background-color: #EFEFEF;

	--theme-mvc-front-home-title-background-color: transparent;
	--theme-mvc-front-home-title-font-size: 24px;
	--theme-mvc-front-home-title-font-weight: bold;
	--theme-mvc-front-home-title-margin: 20px 0px 0px 0px;
	--theme-mvc-front-home-title-padding: 5px 80px 5px 80px;
	--theme-mvc-front-home-title-border-radius: 0px 15px 15px 0px;
	--theme-mvc-front-home-title-font-family: 'Raleway-Regular-Extra-Bold';
	--theme-mvc-front-home-title-text-transform: initial;
	--theme-mvc-front-home-title-letter-spacing: 0px;

	--theme-mvc-front-home-title-1-color: #215A87;
	--theme-mvc-front-home-title-2-color: #E71D73;

	--theme-mvc-front-home-title-before-content: unset;

	--theme-mvc-front-home-title-icon-display: inline-block;

	--theme-mvc-front-home-section-diary-margin-padding-top-bottom: 0px;
	--theme-mvc-front-home-section-diary-background-color: transparent;

	--theme-mvc-front-home-button-color: #FFFFFF;
	--theme-mvc-front-home-button-padding: 5px 20px;
	--theme-mvc-front-home-button-margin: 30px auto;
	--theme-mvc-front-home-button-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);

	--theme-mvc-front-home-button-1-background-color: #215A87;
	--theme-mvc-front-home-button-2-background-color: #E71D73;

	--theme-mvc-front-home-swiper-container-width: calc(100% - 120px);

	--theme-mvc-front-home-button-swiper-background-color: transparent;
	--theme-mvc-front-home-button-swiper-color: #323C46;
	--theme-mvc-front-home-button-swiper-padding: 15px;
	--theme-mvc-front-home-button-swiper-box-shadow: unset;
	--theme-mvc-front-home-button-swiper-width: 50px;
	--theme-mvc-front-home-button-swiper-height: 50px;
	--theme-mvc-front-home-button-swiper-font-size: 34px;
	--theme-mvc-front-home-button-swiper-top: 50%;

	--theme-mvc-front-home-swiper-slide-height: 340px;
	--theme-mvc-front-home-swiper-slide-padding: 20px 20px;

	--theme-mvc-front-home-swiper-slide-card-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);

	--theme-mvc-front-home-swiper-slide-card-image-flex: 2;
	--theme-mvc-front-home-swiper-slide-card-image-border-radius: 0px 0px 0px 0px;

	--theme-mvc-front-home-swiper-slide-card-text-background: unset;
	--theme-mvc-front-home-swiper-slide-card-text-flex: 1;
	--theme-mvc-front-home-swiper-slide-card-text-padding: 10px 10px 10px 10px;

	--theme-mvc-front-home-swiper-slide-card-text-after-height: 5px;

	--theme-mvc-front-home-swiper-slide-card-text-after-1-background-color: #215A87;
	--theme-mvc-front-home-swiper-slide-card-text-after-2-background-color: #E71D73;

	--theme-mvc-front-home-swiper-slide-card-title-color: #000000;
	--theme-mvc-front-home-swiper-slide-card-title-font-size: 15px;
	--theme-mvc-front-home-swiper-slide-card-title-font-weight: bold;
	--theme-mvc-front-home-swiper-slide-card-title-margin: 0px 0px 5px 0px;
	--theme-mvc-front-home-swiper-slide-card-title-text-align: center;

	--theme-mvc-front-home-swiper-slide-card-summary-color: #333333;
	--theme-mvc-front-home-swiper-slide-card-summary-font-size: 14px;
	--theme-mvc-front-home-swiper-slide-card-summary-font-weight: normal;
	--theme-mvc-front-home-swiper-slide-card-summary-margin: 5px 0px 5px 0px;
	--theme-mvc-front-home-swiper-slide-card-summary-text-align: left;

	--theme-mvc-front-home-swiper-slide-card-subtitle-color: #7C7C7C;
	--theme-mvc-front-home-swiper-slide-card-subtitle-font-size: 14px;
	--theme-mvc-front-home-swiper-slide-card-subtitle-font-weight: normal;
	--theme-mvc-front-home-swiper-slide-card-subtitle-margin: 5px 0px 0px 0px;
	--theme-mvc-front-home-swiper-slide-card-subtitle-text-align: center;

	--theme-mvc-front-home-iframe-container-padding: 20px 0px 0px 0px;

	--theme-mvc-front-home-iframe-border-radius: 0px;
	--theme-mvc-front-home-iframe-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);

	--theme-mvc-front-home-shortcut-container-width: calc(100% - 160px);
	--theme-mvc-front-home-shortcut-container-margin: 80px auto 20px auto;

	--theme-mvc-front-home-shortcut-grid-margin: 40px 0px;
	--theme-mvc-front-home-shortcut-grid-grid-template-columns: 31.3% 31.3% 31.3%;
	--theme-mvc-front-home-shortcut-grid-grid-column-gap: 3%;
	--theme-mvc-front-home-shortcut-grid-grid-row-gap: 80px;

	--theme-mvc-front-home-shortcut-circle-height: 80px;
	--theme-mvc-front-home-shortcut-circle-width: 80px;
	--theme-mvc-front-home-shortcut-circle-background-color: #E71D73;
	--theme-mvc-front-home-shortcut-circle-margin: 0px 0px 15px 0px;

	--theme-mvc-front-home-shortcut-icon-color: #FFFFFF;
	--theme-mvc-front-home-shortcut-icon-font-size: 38px;

	--theme-mvc-front-home-shortcut-title-color: #000000;;
	--theme-mvc-front-home-shortcut-title-font-size: 16px;
	--theme-mvc-front-home-shortcut-title-font-weight: bold;

	--theme-mvc-front-home-weather-map-container-width: calc(100% - 160px);
	--theme-mvc-front-home-weather-map-container-margin: 80px auto 20px auto;

	--theme-mvc-front-home-weather-container-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	--theme-mvc-front-home-weather-container-margin-right: 20px;

	--theme-mvc-front-home-information-container-padding: 15px 15px;
	--theme-mvc-front-home-information-container-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	--theme-mvc-front-home-information-container-margin-left: 20px;

	--theme-mvc-front-home-information-title-font-size: 20px;
	--theme-mvc-front-home-information-title-font-weight: bold;
	--theme-mvc-front-home-information-title-color: #000000;

	--theme-mvc-front-home-information-container-icon-text-margin: 15px 0px;

	--theme-mvc-front-home-information-icon-font-size: 28px;
	--theme-mvc-front-home-information-icon-width: 40px;
	--theme-mvc-front-home-information-icon-margin: 5px 30px 5px 20px;
	--theme-mvc-front-home-information-icon-color: #215A87;

	--theme-mvc-front-home-information-text-font-size: 14px;
	--theme-mvc-front-home-information-text-color: #000000;

	--theme-mvc-front-home-information-button-font-size: 20px;
	--theme-mvc-front-home-information-button-color: #FFFFFF;
	--theme-mvc-front-home-information-button-background-color: #215A87;
	--theme-mvc-front-home-information-button-padding: 10px 15px;

	--theme-mvc-front-home-information-button-icon-font-size: 26px;
	--theme-mvc-front-home-information-button-icon-margin: 0px 10px 0px 0px;

	--theme-mvc-front-home-map-container-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	--theme-mvc-front-home-map-container-margin-left: 20px;

	--theme-mvc-front-home-weather-button-swiper-background-color: #E71D73;
	--theme-mvc-front-home-weather-button-swiper-color: #FFFFFF;
	--theme-mvc-front-home-weather-button-swiper-padding: 15px;
	--theme-mvc-front-home-weather-button-swiper-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	--theme-mvc-front-home-weather-button-swiper-width: 40px;
	--theme-mvc-front-home-weather-button-swiper-height: 40px;
	--theme-mvc-front-home-weather-button-swiper-font-size: 16px;

	--theme-mvc-front-weather-swiper-slide-padding-top-bottom: 15px;
	--theme-mvc-front-weather-swiper-slide-padding-left-right: 15px;

	--theme-mvc-front-home-weather-main-day-font-size: 20px;
	--theme-mvc-front-home-weather-main-day-font-weight: bold;
	--theme-mvc-front-home-weather-main-day-color: #000000;

	--theme-mvc-front-home-weather-main-icon-font-size: 64px;
	--theme-mvc-front-home-weather-main-icon-margin: 25px 20px 25px 0px;

	--theme-mvc-front-home-weather-main-temperature-font-size: 30px;
	--theme-mvc-front-home-weather-main-temperature-margin: 0px;
	--theme-mvc-front-home-weather-main-temperature-color: #E71D73;
	--theme-mvc-front-home-weather-main-temperature-font-weight: bold;

	--theme-mvc-front-home-weather-main-detail-font-size: 12px;
	--theme-mvc-front-home-weather-main-detail-margin: 15px 8px;
	--theme-mvc-front-home-weather-main-detail-color: #000000;
	--theme-mvc-front-home-weather-main-detail-font-weight: normal;

	--theme-mvc-front-home-weather-separator-margin: 20px 0px;
	--theme-mvc-front-home-weather-separator-background-color: #F9F9F9;
	--theme-mvc-front-home-weather-separator-height: 2px;

	--theme-mvc-front-home-weather-detail-icon-font-size: 24px;
	--theme-mvc-front-home-weather-detail-icon-margin: 10px 0px 4px 0px;

	--theme-mvc-front-home-weather-detail-hour-font-size: 12px;
	--theme-mvc-front-home-weather-detail-hour-margin: 0px;
	--theme-mvc-front-home-weather-detail-hour-color: #000000;
	--theme-mvc-front-home-weather-detail-hour-font-weight: normal;

	--theme-mvc-front-home-weather-detail-temperature-font-size: 13px;
	--theme-mvc-front-home-weather-detail-temperature-margin: 0px;
	--theme-mvc-front-home-weather-detail-temperature-color: #000000;
	--theme-mvc-front-home-weather-detail-temperature-font-weight: bold;

	--theme-mvc-front-home-map-container-title-button-height: 80px;
	--theme-mvc-front-home-map-container-title-button-padding: 0px 20px;

	--theme-mvc-front-home-map-title-font-size: 20px;
	--theme-mvc-front-home-map-title-font-weight: bold;
	--theme-mvc-front-home-map-title-color: #000000;

	--theme-mvc-front-default-list-item-title-text-transform: uppercase;

	--theme-mvc-front-default-image-list-card-height: 360px;
	--theme-mvc-front-default-image-list-card-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);

	--theme-mvc-front-default-image-list-card-image-flex: 2;
	--theme-mvc-front-default-image-list-card-image-border-radius: 5px;

	--theme-mvc-front-default-image-list-card-text-background: unset;
	--theme-mvc-front-default-image-list-card-text-flex: 1;
	--theme-mvc-front-default-image-list-card-text-padding: 20px 10px;

	--theme-mvc-front-default-image-list-card-title-color: #000000;
	--theme-mvc-front-default-image-list-card-title-font-size: 16px;
	--theme-mvc-front-default-image-list-card-title-font-weight: bold;
	--theme-mvc-front-default-image-list-card-title-margin: 0px 0px 5px 0px;
	--theme-mvc-front-default-image-list-card-title-text-align: center;

	--theme-mvc-front-default-image-list-card-summary-color: #333333;
	--theme-mvc-front-default-image-list-card-summary-font-size: 14px;
	--theme-mvc-front-default-image-list-card-summary-font-weight: normal;
	--theme-mvc-front-default-image-list-card-summary-margin: 5px 0px 5px 0px;
	--theme-mvc-front-default-image-list-card-summary-text-align: center;

	--theme-mvc-front-default-image-list-card-subtitle-color: #7C7C7C;
	--theme-mvc-front-default-image-list-card-subtitle-font-size: 14px;
	--theme-mvc-front-default-image-list-card-subtitle-font-weight: normal;
	--theme-mvc-front-default-image-list-card-subtitle-margin: 5px 0px 0px 0px;
	--theme-mvc-front-default-image-list-card-subtitle-text-align: center;

    --theme-mvc-front-default-list-card-height: 160px;
	--theme-mvc-front-default-list-card-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);

	--theme-mvc-front-default-list-card-image-flex: 2;
	--theme-mvc-front-default-list-card-image-border-radius: 5px;

	--theme-mvc-front-default-list-card-text-background: unset;
	--theme-mvc-front-default-list-card-text-flex: 1;
	--theme-mvc-front-default-list-card-text-padding: 20px 10px;

	--theme-mvc-front-default-list-card-title-color: #000000;
	--theme-mvc-front-default-list-card-title-font-size: 16px;
	--theme-mvc-front-default-list-card-title-font-weight: bold;
	--theme-mvc-front-default-list-card-title-margin: 0px 0px 5px 0px;
	--theme-mvc-front-default-list-card-title-text-align: center;

	--theme-mvc-front-default-list-card-summary-color: #333333;
	--theme-mvc-front-default-list-card-summary-font-size: 14px;
	--theme-mvc-front-default-list-card-summary-font-weight: normal;
	--theme-mvc-front-default-list-card-summary-margin: 5px 0px 5px 0px;
	--theme-mvc-front-default-list-card-summary-text-align: center;

	--theme-mvc-front-default-list-card-subtitle-color: #7C7C7C;
	--theme-mvc-front-default-list-card-subtitle-font-size: 14px;
	--theme-mvc-front-default-list-card-subtitle-font-weight: normal;
	--theme-mvc-front-default-list-card-subtitle-margin: 5px 0px 0px 0px;
	--theme-mvc-front-default-list-card-subtitle-text-align: center;

	--theme-mvc-front-default-document-list-card-height: 180px;
	--theme-mvc-front-default-document-list-card-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);

	--theme-mvc-front-default-document-list-card-title-color: #000000;
	--theme-mvc-front-default-document-list-card-title-font-size: 16px;
	--theme-mvc-front-default-document-list-card-title-font-weight: bold;
	--theme-mvc-front-default-document-list-card-title-margin: 0px 0px 5px 0px;
	--theme-mvc-front-default-document-list-card-title-text-align: center;

	--theme-mvc-front-default-document-list-card-icon-background: #E71D73;
	--theme-mvc-front-default-document-list-card-icon-color: #FFFFFF;
	--theme-mvc-front-default-document-list-card-icon-border-radius: 50%;
	--theme-mvc-front-default-document-list-card-icon-width: 16px;
	--theme-mvc-front-default-document-list-card-icon-height: 16px;
	--theme-mvc-front-default-document-list-card-icon-margin: 0px 10px 0px 0px;
	--theme-mvc-front-default-document-list-card-icon-padding: 8px;

	--theme-mvc-front-default-document-list-card-subtitle-color: #333333;
	--theme-mvc-front-default-document-list-card-subtitle-font-size: 16px;
	--theme-mvc-front-default-document-list-card-subtitle-font-weight: normal;
	--theme-mvc-front-default-document-list-card-subtitle-margin: 0px;

	--theme-mvc-front-default-navigation-list-card-height: 180px;
	--theme-mvc-front-default-navigation-list-card-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	--theme-mvc-front-default-navigation-list-card-padding: 15px;

	--theme-mvc-front-default-navigation-list-card-title-color: #000000;
	--theme-mvc-front-default-navigation-list-card-title-font-size: 16px;
	--theme-mvc-front-default-navigation-list-card-title-font-weight: bold;
	--theme-mvc-front-default-navigation-list-card-title-margin: 0px 0px 5px 0px;
	--theme-mvc-front-default-navigation-list-card-title-text-align: center;

	--theme-mvc-front-default-navigation-list-card-icon-background: #E71D73;
	--theme-mvc-front-default-navigation-list-card-icon-color: #FFFFFF;
	--theme-mvc-front-default-navigation-list-card-icon-border-radius: 50%;
	--theme-mvc-front-default-navigation-list-card-icon-width: 16px;
	--theme-mvc-front-default-navigation-list-card-icon-height: 16px;
	--theme-mvc-front-default-navigation-list-card-icon-margin: 0px 10px 0px 0px;
	--theme-mvc-front-default-navigation-list-card-icon-padding: 8px;

	--theme-mvc-front-default-navigation-list-card-subtitle-color: #333333;
	--theme-mvc-front-default-navigation-list-card-subtitle-font-size: 16px;
	--theme-mvc-front-default-navigation-list-card-subtitle-font-weight: normal;
	--theme-mvc-front-default-navigation-list-card-subtitle-margin: 0px;
	--theme-mvc-front-default-navigation-list-card-subtitle-text-align: center;

	--theme-mvc-front-default-contact-list-card-padding: 30px 20px;
	--theme-mvc-front-default-contact-list-card-margin: 0px 0px 80px 0px;
	--theme-mvc-front-default-contact-list-card-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);

	--theme-mvc-front-default-contact-list-card-title-color: #000000;
	--theme-mvc-front-default-contact-list-card-title-font-size: 16px;
	--theme-mvc-front-default-contact-list-card-title-font-weight: bold;
	--theme-mvc-front-default-contact-list-card-title-margin: 0px 0px 5px 0px;
	--theme-mvc-front-default-contact-list-card-title-text-align: center;

	--theme-mvc-front-default-contact-list-card-subtitle-color: #333333;
	--theme-mvc-front-default-contact-list-card-subtitle-font-size: 16px;
	--theme-mvc-front-default-contact-list-card-subtitle-font-weight: normal;
	--theme-mvc-front-default-contact-list-card-subtitle-margin: 0px;
	--theme-mvc-front-default-contact-list-card-subtitle-text-align: center;

	--theme-mvc-front-default-contact-list-contact-container-grid-template-columns: 15% 83%;
	--theme-mvc-front-default-contact-list-contact-container-grid-column-gap: 2%;
	--theme-mvc-front-default-contact-list-contact-container-grid-row-gap: 10px;

	--theme-mvc-front-default-contact-list-card-icon-background: #E71D73;
	--theme-mvc-front-default-contact-list-card-icon-color: #FFFFFF;
	--theme-mvc-front-default-contact-list-card-icon-border-radius: 50%;
	--theme-mvc-front-default-contact-list-card-icon-width: 16px;
	--theme-mvc-front-default-contact-list-card-icon-height: 16px;
	--theme-mvc-front-default-contact-list-card-icon-margin: 0px 10px 0px 0px;
	--theme-mvc-front-default-contact-list-card-icon-padding: 8px;

	--theme-mvc-front-default-contact-list-contact-link-color: #333333;
	--theme-mvc-front-default-contact-list-contact-link-font-size: 15px;
	--theme-mvc-front-default-contact-list-contact-link-padding: 0px;
	--theme-mvc-front-default-contact-list-contact-link-margin: 0px;

	--theme-mvc-front-default-list-detail-container-min-height: calc(100vh - var(--theme-mvc-front-header-height) - var(--theme-mvc-front-footer-height));

	--theme-mvc-front-default-list-detail-list-title-color: #215A87;
	--theme-mvc-front-default-list-detail-list-title-padding: 16px;
	--theme-mvc-front-default-list-detail-list-title-height: 80px;
	--theme-mvc-front-default-list-detail-list-title-font-size: 22px;
	--theme-mvc-front-default-list-detail-list-title-font-weight: bold;

	--theme-mvc-front-default-list-detail-list-subtitle-color: #C0C0C0;
	--theme-mvc-front-default-list-detail-list-subtitle-padding: 16px;
	--theme-mvc-front-default-list-detail-list-subtitle-height: 30px;
	--theme-mvc-front-default-list-detail-list-subtitle-font-size: 14px;
	--theme-mvc-front-default-list-detail-list-subtitle-font-weight: 400;
	
	--theme-mvc-front-default-list-detail-list-width: 420px;
	--theme-mvc-front-default-list-detail-list-background: #FFFFFF;

	--theme-mvc-front-default-list-detail-list-active-background: #E71D73;
	--theme-mvc-front-default-list-detail-list-active-width: 6px;

	--theme-mvc-front-default-list-detail-detail-background: #FFFFFF;
	--theme-mvc-front-default-list-detail-detail-width: calc(100% - var(--theme-mvc-front-default-list-detail-list-width));
	--theme-mvc-front-default-list-detail-detail-box-shadow: 0 10px 25px rgba(1, 87, 155, 0.14), 0 2px 6px rgba(1, 87, 155, 0.05);

	--theme-mvc-front-default-list-detail-headband-height: 100px;
	--theme-mvc-front-default-list-detail-headband-background: #215A87;
	--theme-mvc-front-default-list-detail-headband-padding: 10px 30px;

	--theme-mvc-front-default-list-detail-headband-title-color: #FFFFFF;
	--theme-mvc-front-default-list-detail-headband-title-font-size: 24px;
	--theme-mvc-front-default-list-detail-headband-title-font-weight: bold;

	--theme-mvc-front-default-list-detail-headband-subtitle-color: #FFFFFF;
	--theme-mvc-front-default-list-detail-headband-subtitle-font-size: 20px;

	--theme-mvc-front-default-list-detail-transparent-headband-height: 110px;
	--theme-mvc-front-default-list-detail-transparent-headband-background: transparent;
	--theme-mvc-front-default-list-detail-transparent-headband-padding: 40px 30px 0px 30px;

	--theme-mvc-front-default-list-detail-transparent-headband-title-color: #323c46;
	--theme-mvc-front-default-list-detail-transparent-headband-title-font-size: 24px;
	--theme-mvc-front-default-list-detail-transparent-headband-title-font-weight: bold;
	--theme-mvc-front-default-list-detail-transparent-headband-title-font-family: 'Raleway-Regular-Extra-Bold';

	--theme-mvc-front-default-list-detail-transparent-headband-subtitle-color: #E71D73;
	--theme-mvc-front-default-list-detail-transparent-headband-subtitle-font-size: 20px;

	--theme-mvc-front-default-list-detail-detail-content-padding: 30px 30px;
	--theme-mvc-front-default-list-detail-detail-content-font-size: 15px;

	--theme-mvc-front-default-galery-detail-title-font-size: 24px;
	--theme-mvc-front-default-galery-detail-title-font-weight: bold;
	--theme-mvc-front-default-galery-detail-title-margin: 40px 0px 10px 0px;
	--theme-mvc-front-default-galery-detail-title-color: #000000;

	--theme-mvc-front-default-galery-detail-subtitle-font-size: 20px;
	--theme-mvc-front-default-galery-detail-subtitle-margin: 10px 0px 20px 0px;
	--theme-mvc-front-default-galery-detail-subtitle-color: #333333;

	--theme-mvc-front-default-galery-detail-summary-font-size: 15px;
	--theme-mvc-front-default-galery-detail-summary-margin: 10px 0px 30px 0px;
	--theme-mvc-front-default-galery-detail-summary-color: #000000;

	--theme-mvc-front-default-galery-detail-container-galery-top-height: 60vh;

	--theme-mvc-front-default-galery-detail-container-galery-bottom-height: 15vh;

	--theme-mvc-front-default-detail-headband-height: 100px;
	--theme-mvc-front-default-detail-headband-background: #215A87;
	--theme-mvc-front-default-detail-headband-justify-content: flex-start;
	--theme-mvc-front-default-detail-headband-text-align: left;
	--theme-mvc-front-default-detail-headband-padding: 10px 30px;

	--theme-mvc-front-default-detail-headband-title-color: #FFFFFF;
	--theme-mvc-front-default-detail-headband-title-font-size: 24px;
	--theme-mvc-front-default-detail-headband-title-font-weight: bold;

	--theme-mvc-front-default-detail-headband-subtitle-color: #FFFFFF;
	--theme-mvc-front-default-detail-headband-subtitle-font-size: 20px;

	--theme-mvc-front-default-detail-button-color: #215A87;
	--theme-mvc-front-default-detail-button-background: #FFFFFF;
	--theme-mvc-front-default-detail-button-padding: 5px 20px;
	--theme-mvc-front-default-detail-button-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);

	--theme-mvc-front-default-detail-content-color: #000000;
	--theme-mvc-front-default-detail-content-font-size: 15px;
	--theme-mvc-front-default-detail-content-padding: 40px 30px;

	--theme-mvc-front-default-detail-content-link-color: #007AFF;
	--theme-mvc-front-default-detail-content-link-font-size: 15px;
	--theme-mvc-front-default-detail-content-link-padding: 0px;
	--theme-mvc-front-default-detail-content-link-margin: 0px;

	--theme-mvc-front-default-detail-document-font-size: 14px;
	--theme-mvc-front-default-detail-document-font-weight: normal;
	--theme-mvc-front-default-detail-document-font-style: italic;
	--theme-mvc-front-default-detail-document-color: #000000;
	--theme-mvc-front-default-detail-document-padding: 0px 0px 15px 0px;

	--theme-mvc-front-default-detail-document-link-font-weight: normal;
	--theme-mvc-front-default-detail-document-link-font-style: italic;
	--theme-mvc-front-default-detail-document-link-color: #215A87;

	--theme-mvc-front-list-detail-contact-information-background-color: transparent;
	--theme-mvc-front-list-detail-contact-information-border-radius: 0px;
	--theme-mvc-front-list-detail-contact-information-margin: 10px 0px 10px 0px;
	--theme-mvc-front-list-detail-contact-information-padding: 10px 30px;

	--theme-mvc-front-list-detail-contact-information-icon-background: #215A87;
	--theme-mvc-front-list-detail-contact-information-icon-color: #FFFFFF;
	--theme-mvc-front-list-detail-contact-information-icon-margin: 0px 10px 0px 0px;
	--theme-mvc-front-list-detail-contact-information-icon-padding: 8px;
	--theme-mvc-front-list-detail-contact-information-icon-width: 16px;
	--theme-mvc-front-list-detail-contact-information-icon-height: 16px;

	--theme-mvc-front-list-detail-contact-information-text-color: #333333;
	--theme-mvc-front-list-detail-contact-information-text-font-size: 14px;
	--theme-mvc-front-list-detail-contact-information-text-margin: 5px 0px 5px 0px;

	--theme-mvc-front-list-detail-contact-information-container-link-margin: 0px 5px;

	--theme-mvc-front-list-detail-contact-information-link-color: #007AFF;
	--theme-mvc-front-list-detail-contact-information-link-font-size: 14px;

	--theme-mvc-front-background-image-video-height: 300px;
	--theme-mvc-front-background-image-video-width: 100%;
    --theme-mvc-front-background-image-video-left: 0px;
    --theme-mvc-front-background-image-video-border-radius: 0px;
	--theme-mvc-front-background-image-video-border-bottom: none;

	--theme-mvc-front-map-filter-title-color: #215A87;
	--theme-mvc-front-map-filter-title-font-weight: bold;
	--theme-mvc-front-map-filter-title-font-size: 18px;

	--theme-mvc-front-elected-list-category-font-size: 22px;
	--theme-mvc-front-elected-list-category-font-weight: bold;
	--theme-mvc-front-elected-list-category-text-align: center;
	--theme-mvc-front-elected-list-category-text-margin: 60px 0px 40px 0px;

	--theme-mvc-front-elected-list-firstname-font-size: 16px;
	--theme-mvc-front-elected-list-firstname-font-weight: bold;

	--theme-mvc-front-elected-list-lastname-font-size: 16px;
	--theme-mvc-front-elected-list-lastname-font-weight: bold;
	--theme-mvc-front-elected-list-lastname-text-transform: uppercase;

	--theme-mvc-front-elected-list-image-height: 240px;
	--theme-mvc-front-elected-list-image-width: 190px;
	--theme-mvc-front-elected-list-image-border-radius: 5px;

	--theme-mvc-front-elected-list-elected-member-container-margin: 60px 0px;

	--theme-mvc-front-elected-list-job-font-size: 13px;
	--theme-mvc-front-elected-list-job-color: #828C96;
	--theme-mvc-front-elected-list-margin: 10px 0px;

	--theme-mvc-front-elected-list-content-font-size: 14px;

    --theme-mvc-front-ticketing-event-list-card-margin: 25px;
	--theme-mvc-front-ticketing-event-list-card-border-radius: 10px;
	--theme-mvc-front-ticketing-event-list-card-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	--theme-mvc-front-ticketing-event-list-card-height: 190px;

	--theme-mvc-front-ticketing-event-list-card-detail-padding: 15px 20px;

	--theme-mvc-front-ticketing-event-list-card-detail-title-color: #000000;
	--theme-mvc-front-ticketing-event-list-card-detail-title-font-size: 17px;
	--theme-mvc-front-ticketing-event-list-card-detail-title-margin: 0px 0px 10px 0px;

	--theme-mvc-front-ticketing-event-list-card-detail-text-color: #323C46;
	--theme-mvc-front-ticketing-event-list-card-detail-text-font-size: 13px;

    --theme-mvc-front-ticketing-user-list-card-margin: 25px;
	--theme-mvc-front-ticketing-user-list-card-border-radius: 10px;
	--theme-mvc-front-ticketing-user-list-card-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	--theme-mvc-front-ticketing-user-list-card-min-height: 120px;

	--theme-mvc-front-ticketing-user-list-card-icon-font-size: 30px;
	--theme-mvc-front-ticketing-user-list-card-icon-color: #E10000;

	--theme-mvc-front-ticketing-user-list-card-icon-paid-color: #43992B;

	--theme-mvc-front-ticketing-user-list-card-detail-padding: 15px 20px;

	--theme-mvc-front-ticketing-user-list-card-detail-title-color: #000000;
	--theme-mvc-front-ticketing-user-list-card-detail-title-font-size: 14px;
	--theme-mvc-front-ticketing-user-list-card-detail-title-margin: 0px 0px 10px 0px;

	--theme-mvc-front-ticketing-user-list-card-detail-text-color: #323C46;
	--theme-mvc-front-ticketing-user-list-card-detail-text-font-size: 13px;

	--theme-mvc-front-ticketing-user-list-card-detail-paid-text-color: #E10000;
	--theme-mvc-front-ticketing-user-list-card-detail-paid-text-margin: 10px 0px;
	--theme-mvc-front-ticketing-user-list-card-detail-paid-text-font-weight: bold;

    --theme-mvc-front-ticketing-detail-image-height: 350px;
	--theme-mvc-front-ticketing-detail-image-width: 40%;
	--theme-mvc-front-ticketing-detail-image-left: 0px;
	--theme-mvc-front-ticketing-detail-image-clip-path: 0%;

	--theme-mvc-front-ticketing-detail-title-color: #000000;
	--theme-mvc-front-ticketing-detail-title-margin: 15px 0px 10px 0px;
	--theme-mvc-front-ticketing-detail-title-font-size: 22px;
	--theme-mvc-front-ticketing-detail-title-font-weight: bold;
	--theme-mvc-front-ticketing-detail-title-text-align: center;

	--theme-mvc-front-ticketing-detail-schedule-margin: 0px 0px 30px 0px;
	--theme-mvc-front-ticketing-detail-schedule-color: #505A64;
	--theme-mvc-front-ticketing-detail-schedule-font-size: 15px;
	--theme-mvc-front-ticketing-detail-schedule-font-weight: normal;
	--theme-mvc-front-ticketing-detail-schedule-text-align: center;

	--theme-mvc-front-ticketing-detail-summary-color: #000000;
	--theme-mvc-front-ticketing-detail-summary-margin: 25px 0px 15px 0px;
	--theme-mvc-front-ticketing-detail-summary-font-size: 14px;
	--theme-mvc-front-ticketing-detail-summary-text-align: left;

	--theme-mvc-front-ticketing-detail-place-title-margin: 20px 0px 0px 0px;
	--theme-mvc-front-ticketing-detail-place-title-padding: 5px 0px;
	--theme-mvc-front-ticketing-detail-place-title-color: #215A87;
	--theme-mvc-front-ticketing-detail-place-title-font-size: 16px;
	--theme-mvc-front-ticketing-detail-place-title-font-weight: bold;

	--theme-mvc-front-ticketing-detail-place-container-background-color: #F3F6F9;
	--theme-mvc-front-ticketing-detail-place-container-margin: 0px 0px 25px 0px;
	--theme-mvc-front-ticketing-detail-place-container-padding: 10px 16px;

	--theme-mvc-front-ticketing-detail-place-text-color: #000000;
	--theme-mvc-front-ticketing-detail-place-text-font-size: 14px;

	--theme-mvc-front-ticketing-detail-price-title-margin: 10px 0px 0px 0px;
	--theme-mvc-front-ticketing-detail-price-title-padding: 5px 0px;
	--theme-mvc-front-ticketing-detail-price-title-color: #215A87;
	--theme-mvc-front-ticketing-detail-price-title-font-size: 16px;
	--theme-mvc-front-ticketing-detail-price-title-font-weight: bold;

	--theme-mvc-front-ticketing-detail-price-container-background-color: #F3F6F9;
	--theme-mvc-front-ticketing-detail-price-container-margin: 0px 0px 0px 0px;
	--theme-mvc-front-ticketing-detail-price-container-padding: 10px 16px;

	--theme-mvc-front-ticketing-detail-price-container-subtitle-background-color: #E6EBF0;
	--theme-mvc-front-ticketing-detail-price-container-subtitle-margin: 0px 0px 0px 0px;
	--theme-mvc-front-ticketing-detail-price-container-subtitle-padding: 10px 16px;

	--theme-mvc-front-ticketing-detail-price-subtitle-color: #000000;
	--theme-mvc-front-ticketing-detail-price-subtitle-font-size: 15px;
	--theme-mvc-front-ticketing-detail-price-subtitle-font-weight: bold;
	--theme-mvc-front-ticketing-detail-price-subtitle-text-transform: uppercase;
	--theme-mvc-front-ticketing-detail-price-subtitle-text-align: center;

	--theme-mvc-front-ticketing-detail-price-text-color: #000000;
	--theme-mvc-front-ticketing-detail-price-text-font-size: 14px;

	--theme-mvc-front-ticketing-detail-condition-border: 2px solid #F4970C;
	--theme-mvc-front-ticketing-detail-condition-margin: 30px 10px;
	--theme-mvc-front-ticketing-detail-condition-padding: 10px 15px;
	--theme-mvc-front-ticketing-detail-condition-border-radius: 10px;

	--theme-mvc-front-ticketing-detail-condition-icon-color: #F4970C;
	--theme-mvc-front-ticketing-detail-condition-icon-font-size: 28px;
	--theme-mvc-front-ticketing-detail-condition-icon-margin: 10px;

	--theme-mvc-front-ticketing-detail-condition-text-color: #000000;
	--theme-mvc-front-ticketing-detail-condition-text-font-size: 14px;

	--theme-mvc-front-ticketing-select-price-container-title-background-color: #F0F3F6;
	--theme-mvc-front-ticketing-select-price-container-title-margin: 20px 0px 0px 0px;
	--theme-mvc-front-ticketing-select-price-container-title-padding: 10px 16px;

	--theme-mvc-front-ticketing-select-price-title-color: #555F69;
	--theme-mvc-front-ticketing-select-price-title-font-size: 15px;
	--theme-mvc-front-ticketing-select-price-title-font-weight: normal;
	--theme-mvc-front-ticketing-select-price-title-text-transform: uppercase;
	--theme-mvc-front-ticketing-select-price-title-text-align: left;

	--theme-mvc-front-ticketing-select-price-container-background-color: #FFFFFF;
	--theme-mvc-front-ticketing-select-price-container-margin: 0px 0px 20px 0px;
	--theme-mvc-front-ticketing-select-price-container-padding: 10px 16px;

	--theme-mvc-front-ticketing-select-price-name-color: #000000;
	--theme-mvc-front-ticketing-select-price-name-font-size: 14px;
	--theme-mvc-front-ticketing-select-price-name-font-weight: normal;

	--theme-mvc-front-ticketing-select-price-cost-color: #000000;
	--theme-mvc-front-ticketing-select-price-cost-font-size: 14px;
	--theme-mvc-front-ticketing-select-price-cost-font-weight: bold;

	--theme-mvc-front-ticketing-select-stepper-minus-background-color: #FFFFFF;
	--theme-mvc-front-ticketing-select-stepper-minus-color: #828C96;
	--theme-mvc-front-ticketing-select-stepper-minus-border: 1px solid #828C96;
	--theme-mvc-front-ticketing-select-stepper-minus-width: 32px;

	--theme-mvc-front-ticketing-select-stepper-plus-background-color: #C9C600;
	--theme-mvc-front-ticketing-select-stepper-plus-color: #FFFFFF;
	--theme-mvc-front-ticketing-select-stepper-plus-border: none;
	--theme-mvc-front-ticketing-select-stepper-plus-width: 32px;

	--theme-mvc-front-ticketing-select-stepper-input-border: none;

	--theme-mvc-front-ticketing-select-price-subtotal-text-color: #FFFFFF;
	--theme-mvc-front-ticketing-select-price-subtotal-text-font-size: 11px;
	--theme-mvc-front-ticketing-select-price-subtotal-text-font-weight: normal;

	--theme-mvc-front-ticketing-select-price-subtotal-value-color: #FFFFFF;
	--theme-mvc-front-ticketing-select-price-subtotal-value-font-size: 16px;
	--theme-mvc-front-ticketing-select-price-subtotal-value-font-weight: bold;

	--theme-mvc-front-ticketing-select-price-subtotal-value-background-color: #36A9E1;
	--theme-mvc-front-ticketing-select-price-subtotal-value-color: #FFFFFF;
	--theme-mvc-front-ticketing-select-price-subtotal-value-height: 30px;
	--theme-mvc-front-ticketing-select-price-subtotal-value-line-height: 30px;

	--theme-mvc-front-ticketing-select-price-condition-color: #E10000;
	--theme-mvc-front-ticketing-select-price-condition-font-size: 11px;

	
	--f7-menu-text-color: #FFFFFF;
	--f7-menu-font-weight: bold;
	--f7-menu-item-border-radius: 0px;
	--f7-menu-bg-color: #215A87;
	--f7-menu-item-pressed-bg-color: transparent;
	--f7-menu-dropdown-pressed-bg-color: transparent;
	--f7-menu-font-size : 15px;
	--f7-menu-dropdown-item-height: 38px;
	--f7-menu-item-dropdown-icon-color: transparent;
	--f7-list-item-title-text-color: #000000;
	--f7-list-media-item-title-font-weight: bold;
	--f7-list-item-subtitle-text-color: #505A64;
	--f7-button-font-size: 18px;
	--f7-list-media-item-padding-vertical: 15px;
	--f7-list-item-title-font-size: 16px;
	--f7-list-item-subtitle-font-size: 14px;
	--f7-list-item-padding-vertical: 15px;
	--f7-searchbar-link-color: #007AFF;
	--f7-searchbar-height: 50px;
	--f7-searchbar-input-height: 30px;
}

/* SCROLL BAR */

::-webkit-scrollbar {
    width: 10px !important;
}
::-webkit-scrollbar-thumb {
    background: #E8E8E8 !important;
}

::-webkit-scrollbar-track {
    background: #FFFFFF !important;
}

/* FRAMEWORK 7 */

.block.searchbar-not-found { 
	width: var(--theme-mvc-front-default-list-detail-list-width) !important;
}

.searchbar {
	z-index: 98 !important;
}

/* GENERAL */

.theme-mvc-front-background {
	min-height: 100% !important;
	position: relative !important;
	padding-bottom: var(--theme-mvc-front-footer-height) !important;
	box-sizing: border-box !important;
	background-color: var(--theme-mvc-front-background-background-color) !important;
}

.theme-mvc-front-wrapper {
	width: 100% !important;
	max-width: var(--theme-mvc-front-wrapper-max-width) !important;
	margin: auto !important;
	background-color: var(--theme-mvc-front-wrapper-background-color) !important;
	min-height: calc(100vh - var(--theme-mvc-front-footer-height) - var(--theme-mvc-front-header-height)) !important;
	overflow: hidden !important;
	padding: var(--theme-mvc-front-header-height) 0px 0px 0px !important;
}

.theme-mvc-front-inner {
	padding: 0px calc((100vw - var(--theme-mvc-front-inner-width)) / 2) !important;
}

.theme-mvc-front-wrapper .theme-mvc-front-inner {
	padding: 0px calc((min(100vw, var(--theme-mvc-front-max-width)) - var(--theme-mvc-front-inner-width)) / 2) !important;
}

.theme-mvc-front-inner.theme-mvc-front-inner-first {
	padding-top: var(--theme-mvc-front-wrapper-footer-padding-top) !important;
}

.theme-mvc-front-inner.theme-mvc-front-inner-last {
	padding-bottom: var(--theme-mvc-front-wrapper-footer-padding-bottom) !important;
}

.theme-mvc-front-hover:hover {
	transform: var(--theme-mvc-front-hover-transform) !important;
}

.theme-mvc-front-hover {
	transition: var(--theme-mvc-front-hover-transition)!important;
}

/* HEADER */

.theme-mvc-front-header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	height: var(--theme-mvc-front-header-height) !important;
	box-shadow: var(--theme-mvc-front-header-box-shadow) !important;
	position: fixed !important;
	z-index: 9999 !important;
	width: var(--theme-mvc-front-inner-width) !important;
	background-color: var(--theme-mvc-front-header-background-color) !important;
	top: 0px !important;
}

.theme-mvc-front-header-image {
	background-color: var(--theme-mvc-front-header-image-background-color) !important;
	padding: var(--theme-mvc-front-header-image-padding) !important;
	border-radius: var(--theme-mvc-front-header-image-border-radius) !important;
	content: var(--theme-mvc-front-header-image-content) !important;
	height: var(--theme-mvc-front-header-image-height) !important;
	margin: var(--theme-mvc-front-header-image-margin) !important;
}

.theme-mvc-front-menu {
	flex: 1 !important;
	height: var(--theme-mvc-front-menu-height) !important;
	margin: var(--theme-mvc-front-menu-margin) !important;
}

.theme-mvc-front-menu-item-active:after {
	content: '' !important;
	height: var(--theme-mvc-front-menu-item-active-height) !important;
	width: 100% !important;
	position: absolute !important;
	left: 0px !important;
	bottom: 0px !important;
	transform: translateX(0px) !important;
	border-radius: var(--theme-mvc-front-menu-item-active-border-radius) !important;
	background-color: var(--theme-mvc-front-menu-item-active-background-color) !important;
}

.theme-mvc-front-header-icon {
	height: var(--theme-mvc-front-header-icon-height) !important;
	width: var(--theme-mvc-front-header-icon-width) !important;
	font-size: var(--theme-mvc-front-header-icon-font-size) !important;
	margin: var(--theme-mvc-front-header-icon-margin) !important;
	box-shadow: var(--theme-mvc-front-header-icon-box-shadow) !important;
}

.theme-mvc-front-header-icon-1 {
	background-color: var(--theme-mvc-front-header-icon-1-background-color) !important;
	color: var(--theme-mvc-front-header-icon-1-color) !important;
}

.theme-mvc-front-header-icon-2 {
	background-color: var(--theme-mvc-front-header-icon-2-background-color) !important;
	color: var(--theme-mvc-front-header-icon-2-color) !important;
}

.theme-mvc-front-menu .menu-item-content:hover, .theme-mvc-front-menu a:hover {
	color: var(--theme-mvc-front-menu-hover-color) !important;
}

.theme-mvc-front-menu .menu-dropdown-content {
	box-shadow: var(--theme-mvc-front-menu-dropdown-content-box-shadow) !important;
	overflow: initial !important;
}

.theme-mvc-front-menu .menu-item.active-state:not(.menu-item-dropdown-opened) {
	background-color: var(--theme-mvc-front-menu-item-active-state-background-color) !important;
}

.theme-mvc-front-header-container-title {
	height: var(--theme-mvc-front-header-container-title-height) !important;
}

.theme-mvc-front-header-title {
	color: var(--theme-mvc-front-header-title-color) !important;
	font-size: var(--theme-mvc-front-header-title-font-size) !important;
	font-weight: var(--theme-mvc-front-header-title-font-weight) !important;
}

.theme-mvc-front-header-title:before {
	content: var(--theme-mvc-front-header-title-before-content) !important;
    background: var(--theme-mvc-front-header-title-before-background) !important;
    width: var(--theme-mvc-front-header-title-before-width) !important;
    height: var(--theme-mvc-front-header-title-before-height) !important;
    display: var(--theme-mvc-front-header-title-before-display) !important;
    background-size: var(--theme-mvc-front-header-title-before-background-size) !important;
    margin: var(--theme-mvc-front-header-title-before-margin) !important;
    position: relative;
    top: var(--theme-mvc-front-header-title-before-top) !important;
    left: var(--theme-mvc-front-header-title-before-left) !important;
}

/* FOOTER */

.theme-mvc-front-footer {
	min-height: var(--theme-mvc-front-footer-height) !important;
	background: var(--theme-mvc-front-footer-background) !important;
	position: absolute !important;
    bottom: 0px !important;
	width: 100% !important;
    z-index: 99 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.theme-mvc-front-footer-container {
	display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
	text-align: center !important;
	color: var(--theme-mvc-front-footer-container-color) !important;
	height: calc(100% - var(--theme-mvc-front-footer-bottom-height)) !important;
}

.theme-mvc-front-footer-container a {
	color: var(--theme-mvc-front-footer-container-color) !important;
}

.theme-mvc-front-footer-container div {
	position: relative !important;
}

.theme-mvc-front-footer-image-app {
	content: var(--theme-mvc-front-footer-image-app-content) !important;
	height: var(--theme-mvc-front-footer-image-app-height) !important;
	margin: var(--theme-mvc-front-footer-image-app-margin) !important;
}

.theme-mvc-front-footer-image-city {
	content: var(--theme-mvc-front-footer-image-city-content) !important;
	height: var(--theme-mvc-front-footer-image-city-height) !important;
	margin: var(--theme-mvc-front-footer-image-city-margin) !important;
}

.theme-mvc-front-footer-container-text {
	font-size: var(--theme-mvc-front-footer-container-text-font-size) !important;
	text-align: var(--theme-mvc-front-footer-container-text-text-align) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.theme-mvc-front-footer-container-text > div {
	padding: var(--theme-mvc-front-footer-container-text-padding) !important;
	width: 100% !important;
}

.theme-mvc-front-footer-bottom {
	height: var(--theme-mvc-front-footer-bottom-height) !important;
	background: var(--theme-mvc-front-footer-bottom-background) !important;
	color: var(--theme-mvc-front-footer-bottom-color) !important;
	font-size: var(--theme-mvc-front-footer-bottom-font-size) !important;
}

.theme-mvc-front-footer-bottom a {
	color: var(--theme-mvc-front-footer-container-color) !important;
}

.theme-mvc-front-footer-container-icon-link {
    display: flex !important;
    align-items: center !important;
}

/* MAIN IMAGE */

.theme-mvc-front-main-container-image {
	margin: var(--theme-mvc-front-main-container-image-margin) !important;
	height: var(--theme-mvc-front-main-container-image-height) !important;
	overflow: var(--theme-mvc-front-main-container-image-overflow) !important;
    border-bottom-left-radius: var(--theme-mvc-front-main-container-image-border-bottom-left-radius) !important;
    border-bottom-right-radius: var(--theme-mvc-front-main-container-image-border-bottom-right-radius) !important;
	background-color: var(--theme-mvc-front-main-container-image-background-color) !important;
	pointer-events: none !important;
	position: relative !important;
}

.theme-mvc-front-main-swiper-container {
	position: absolute !important;
	width: 100% !important;
}

.theme-mvc-front-main-image {
	position: absolute !important;
    z-index: 98 !important;
    width: 100% !important;
	background-image: var(--theme-mvc-front-main-image-background) !important;
    height: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
	margin: auto !important;
	display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
	text-align: center !important;
	box-sizing: border-box !important;
	padding: 0px calc((100% - var(--theme-mvc-front-inner-width)) / 2) !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}

.theme-mvc-front-main-image-button-container {
	margin: var(--theme-mvc-front-main-image-button-container-margin) !important;
	display: flex !important;
	flex-direction: column !important;
}

.theme-mvc-front-main-image-button {
	margin: var(--theme-mvc-front-main-image-button-margin) !important;
	padding: var(--theme-mvc-front-main-image-button-padding) !important;
	background-color: var(--theme-mvc-front-main-image-button-background-color) !important;
	height: auto !important;
	pointer-events: visible !important;
}

.theme-mvc-front-main-image-button:hover {
	background-color: var(--theme-mvc-front-main-image-button-background-color-hover) !important;
}

.theme-mvc-front-main-image-button-icon {
	font-size: var(--theme-mvc-front-main-image-button-icon-font-size) !important;
	color: var(--theme-mvc-front-main-image-button-icon-color) !important;
	margin: var(--theme-mvc-front-main-image-button-icon-margin) !important;
}

.theme-mvc-front-main-image-button-text {
	font-size: var(--theme-mvc-front-main-image-button-text-font-size) !important;
	font-weight: var(--theme-mvc-front-main-image-button-text-font-weight) !important;
	color: var(--theme-mvc-front-main-image-button-text-color) !important;
	margin: var(--theme-mvc-front-main-image-button-text-margin) !important;
}

/* SECONDARY IMAGE */

.theme-mvc-front-secondary-container-image {
	height: var(--theme-mvc-front-secondary-container-image-height) !important;
	margin: var(--theme-mvc-front-secondary-container-image-margin) !important;
	max-height: var(--theme-mvc-front-secondary-container-image-max-height) !important;
	overflow: var(--theme-mvc-front-secondary-container-image-overflow) !important;
	background-color: var(--theme-mvc-front-secondary-container-image-background-color) !important;
	pointer-events: none !important;
}

.theme-mvc-front-home-secondary-image {
	background-image: var(--theme-mvc-front-home-secondary-image-background) !important;
	max-width: var(--theme-mvc-front-home-secondary-image-max-width) !important;
    height: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
	margin: auto !important;
	display: flex !important;
	flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
	text-align: center !important;
	box-sizing: border-box !important;
	padding: 0px calc((min(100vw, var(--theme-mvc-front-home-secondary-image-max-width)) - var(--theme-mvc-front-inner-width)) / 2) !important;
}

.theme-mvc-front-home-secondary-image-title {
	margin: var(--theme-mvc-front-home-secondary-image-title-margin) !important;
	font-size: var(--theme-mvc-front-home-secondary-image-title-font-size) !important;
	font-weight: var(--theme-mvc-front-home-secondary-image-title-font-weight) !important;
	color: var(--theme-mvc-front-home-secondary-image-title-color) !important;
	text-transform: var(--theme-mvc-front-home-secondary-image-title-text-transform) !important;
	font-family: var(--theme-mvc-front-home-secondary-image-title-font-family) !important;
}

.theme-mvc-front-home-secondary-image-button-container {
	display: flex !important;
	flex-direction: column !important;
}

.theme-mvc-front-home-secondary-image-button {
	margin: var(--theme-mvc-front-home-secondary-image-button-margin) !important;
	height: var(--theme-mvc-front-home-secondary-image-button-height) !important;
	padding: 0px !important;
	pointer-events: visible !important;
	border-radius: 0px !important;
}

.theme-mvc-front-home-secondary-image-button-icon {
	font-size: var(--theme-mvc-front-home-secondary-image-button-icon-font-size) !important;
	color: var(--theme-mvc-front-home-secondary-image-button-icon-color) !important;
	background-color: var(--theme-mvc-front-home-secondary-image-button-icon-background-color) !important;
	margin: var(--theme-mvc-front-home-secondary-image-button-icon-margin) !important;
	padding: var(--theme-mvc-front-home-secondary-image-button-icon-padding) !important;
	width: var(--theme-mvc-front-home-secondary-image-button-icon-width) !important;
	height: 100% !important;
}

.theme-mvc-front-home-secondary-image-button-text {
	background-color: var(--theme-mvc-front-home-secondary-image-button-text-background-color) !important;
	padding: var(--theme-mvc-front-home-secondary-image-button-text-padding) !important;
	width: 100% !important;
	height: 100% !important;
}

.theme-mvc-front-home-secondary-image-button-text-title {
	font-size: var(--theme-mvc-front-home-secondary-image-button-text-title-font-size) !important;
	font-weight: var(--theme-mvc-front-home-secondary-image-button-text-title-font-weight) !important;
	color: var(--theme-mvc-front-home-secondary-image-button-text-title-color) !important;
	margin: var(--theme-mvc-front-home-secondary-image-button-text-title-margin) !important;
}

.theme-mvc-front-home-secondary-image-button-text-subtitle {
	font-size: var(--theme-mvc-front-home-secondary-image-button-text-subtitle-font-size) !important;
	font-weight: var(--theme-mvc-front-home-secondary-image-button-text-subtitle-font-weight) !important;
	color: var(--theme-mvc-front-home-secondary-image-button-text-subtitle-color) !important;
	margin: var(--theme-mvc-front-home-secondary-image-button-text-subtitle-margin) !important;
}

.theme-mvc-front-home-secondary-image-button-all {
	border: var(--theme-mvc-front-home-secondary-image-button-all-border) !important;
	color: var(--theme-mvc-front-home-secondary-image-button-all-color) !important;
	background-color: var(--theme-mvc-front-home-secondary-image-button-all-background-color) !important;
	margin: var(--theme-mvc-front-home-secondary-image-button-all-margin) !important;
	padding: var(--theme-mvc-front-home-secondary-image-button-all-padding) !important;
	font-size: var(--theme-mvc-front-home-secondary-image-button-all-font-size) !important;
	font-weight: var(--theme-mvc-front-home-secondary-image-button-all-font-weight) !important;
	height: auto !important;
	width: fit-content !important;
	pointer-events: visible !important;
}

/* HOME */

.theme-mvc-front-home-header-container {
	width: var(--theme-mvc-front-home-header-container-width) !important;
	margin: var(--theme-mvc-front-home-header-container-margin) !important;
}

.theme-mvc-front-home-header-image {
	position: relative !important;
	top: -80px !important;
	background-color: #FFFFFF !important;
	margin: var(--theme-mvc-front-home-header-image-margin) !important;
	border-radius: var(--theme-mvc-front-home-header-image-border-radius) !important;
	z-index: 999 !important;
}

.theme-mvc-front-home-header-image img {
	padding: var(--theme-mvc-front-home-header-image-padding) !important;
	box-shadow: var(--theme-mvc-front-home-header-image-box-shadow) !important;
	max-height: var(--theme-mvc-front-home-header-image-max-height) !important;
	max-width: var(--theme-mvc-front-home-header-image-max-width) !important;
}

.theme-mvc-front-home-header-detail-title {
	text-transform: var(--theme-mvc-front-home-header-detail-title-text-transform) !important;
	font-size: var(--theme-mvc-front-home-header-detail-title-font-size) !important;
	font-weight: var(--theme-mvc-front-home-header-detail-title-font-weight) !important;
	color: var(--theme-mvc-front-home-header-detail-title-color) !important;
	font-family: var(--theme-mvc-front-home-header-detail-title-font-family) !important;
}

.theme-mvc-front-home-header-detail-content {
	font-size: var(--theme-mvc-front-home-header-detail-content-font-size) !important;
	color: var(--theme-mvc-front-home-header-detail-content-color) !important;
}

.theme-mvc-front-home-separator {
	border: none !important;
	height: var(--theme-mvc-front-home-separator-height) !important;
	background-color: var(--theme-mvc-front-home-separator-background-color) !important;
}

.theme-mvc-front-home-title {
	background-color: var(--theme-mvc-front-home-title-background-color) !important;
	font-size: var(--theme-mvc-front-home-title-font-size) !important;
	font-weight: var(--theme-mvc-front-home-title-font-weight) !important;
	margin: var(--theme-mvc-front-home-title-margin) !important;
	padding: var(--theme-mvc-front-home-title-padding) !important;
	border-radius: var(--theme-mvc-front-home-title-border-radius) !important;
	font-family: var(--theme-mvc-front-home-title-font-family) !important;
	text-transform: var(--theme-mvc-front-home-title-text-transform) !important;
	letter-spacing: var(--theme-mvc-front-home-title-letter-spacing) !important;
	width: fit-content !important;
	width: -moz-fit-content !important;
}

.theme-mvc-front-home-title-1 {
	color: var(--theme-mvc-front-home-title-1-color) !important;
}

.theme-mvc-front-home-title-2 {
	color: var(--theme-mvc-front-home-title-2-color) !important;
}

.theme-mvc-front-home-title::before {
	content: var(--theme-mvc-front-home-title-before-content) !important;
    width: var(--theme-mvc-front-home-title-before-width) !important;
    height: var(--theme-mvc-front-home-title-before-height) !important;
    display: var(--theme-mvc-front-home-title-before-display) !important;
    margin: var(--theme-mvc-front-home-title-before-margin) !important;
    position: relative;
    top: var(--theme-mvc-front-home-title-before-top) !important;
    left: var(--theme-mvc-front-home-title-before-left) !important;
}

.theme-mvc-front-home-title-1::before {
	background: var(--theme-mvc-front-home-title-1-before-background) !important;
	background-size: var(--theme-mvc-front-home-title-before-background-size) !important;
}

.theme-mvc-front-home-title-2::before {
	background: var(--theme-mvc-front-home-title-2-before-background) !important;
	background-size: var(--theme-mvc-front-home-title-before-background-size) !important;
}

.theme-mvc-front-home-title-icon {
	display: var(--theme-mvc-front-home-title-icon-display) !important;
}

.theme-mvc-front-inner.theme-mvc-front-home-section-diary {
	padding: var(--theme-mvc-front-home-section-diary-margin-padding-top-bottom) calc((min(100vw, var(--theme-mvc-front-max-width)) - var(--theme-mvc-front-inner-width)) / 2) !important;
	margin: var(--theme-mvc-front-home-section-diary-margin-padding-top-bottom) 0px;
	background-color: var(--theme-mvc-front-home-section-diary-background-color) !important;
}

.theme-mvc-front-home-button {
	color: var(--theme-mvc-front-home-button-color) !important;
	padding: var(--theme-mvc-front-home-button-padding) !important;
	margin: var(--theme-mvc-front-home-button-margin) !important;
	box-shadow: var(--theme-mvc-front-home-button-box-shadow) !important;
	width: fit-content !important;
	width: -moz-fit-content !important;
	height: auto !important;
}

.theme-mvc-front-home-button-1 {
	background-color: var(--theme-mvc-front-home-button-1-background-color) !important;
}

.theme-mvc-front-home-button-2 {
	background-color: var(--theme-mvc-front-home-button-2-background-color) !important;
}

.theme-mvc-front-home-button-swiper-left, .theme-mvc-front-home-button-swiper-right {
	background-color: var(--theme-mvc-front-home-button-swiper-background-color) !important;
	color: var(--theme-mvc-front-home-button-swiper-color) !important;
	padding: var(--theme-mvc-front-home-button-swiper-padding) !important;
	box-shadow: var(--theme-mvc-front-home-button-swiper-box-shadow) !important;
	border-radius: 50%;
	width: var(--theme-mvc-front-home-button-swiper-width) !important;
	height: var(--theme-mvc-front-home-button-swiper-height) !important;
	box-sizing: border-box;
	position: absolute;
	outline: 0;
	font-size: var(--theme-mvc-front-home-button-swiper-font-size) !important;
	top: var(--theme-mvc-front-home-button-swiper-top) !important;
	transform: translateY(-50%);
	cursor: pointer !important;
}

.theme-mvc-front-home-button-swiper-left {
	left: 0px !important;
}

.theme-mvc-front-home-button-swiper-right {
	right: 0px !important;
}

.theme-mvc-front-home-swiper-container {
	width: var(--theme-mvc-front-home-swiper-container-width) !important;
}

.theme-mvc-front-home-swiper-slide {
	height: var(--theme-mvc-front-home-swiper-slide-height) !important;
	padding: var(--theme-mvc-front-home-swiper-slide-padding) !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-home-swiper-slide-card {
	box-shadow: var(--theme-mvc-front-home-swiper-slide-card-box-shadow) !important;
}

.theme-mvc-front-home-swiper-slide-card-image {
	flex: var(--theme-mvc-front-home-swiper-slide-card-image-flex) !important;
	border-radius: var(--theme-mvc-front-home-swiper-slide-card-image-border-radius) !important;
	width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

.theme-mvc-front-home-swiper-slide-card-text {
	background: var(--theme-mvc-front-home-swiper-slide-card-text-background) !important;
	flex: var(--theme-mvc-front-home-swiper-slide-card-text-flex) !important;
	padding: var(--theme-mvc-front-home-swiper-slide-card-text-padding) !important;
	box-sizing: border-box !important;
	width: 100% !important;
}

.theme-mvc-front-home-swiper-slide-card-text::after {
	content: '' !important;
	display: block !important;
	height: var(--theme-mvc-front-home-swiper-slide-card-text-after-height) !important;
	width: 100% !important;
	position: absolute !important;
    bottom: 0px !important;
    left: 0px !important;
}

.theme-mvc-front-home-swiper-slide-card-text-1::after {
	background-color: var(--theme-mvc-front-home-swiper-slide-card-text-after-1-background-color) !important;
}

.theme-mvc-front-home-swiper-slide-card-text-2::after {
	background-color: var(--theme-mvc-front-home-swiper-slide-card-text-after-2-background-color) !important;
}

.theme-mvc-front-home-swiper-slide-card-title {
	color: var(--theme-mvc-front-home-swiper-slide-card-title-color) !important;
	font-size: var(--theme-mvc-front-home-swiper-slide-card-title-font-size) !important;
	font-weight: var(--theme-mvc-front-home-swiper-slide-card-title-font-weight) !important;
	margin: var(--theme-mvc-front-home-swiper-slide-card-title-margin) !important;
	height: 3em !important;
	line-height: 1.5 !important;
	text-align: var(--theme-mvc-front-home-swiper-slide-card-title-text-align) !important;
}

.theme-mvc-front-home-swiper-slide-card-summary {
	color: var(--theme-mvc-front-home-swiper-slide-card-summary-color) !important;
	font-size: var(--theme-mvc-front-home-swiper-slide-card-summary-font-size) !important;
	font-weight: var(--theme-mvc-front-home-swiper-slide-card-summary-font-weight) !important;
	margin: var(--theme-mvc-front-home-swiper-slide-card-summary-margin) !important;
	height: 3em !important;
	line-height: 1.5 !important;
	text-align: var(--theme-mvc-front-home-swiper-slide-card-summary-text-align) !important;
}

.theme-mvc-front-home-swiper-slide-card-subtitle {
	color: var(--theme-mvc-front-home-swiper-slide-card-subtitle-color) !important;
	font-size: var(--theme-mvc-front-home-swiper-slide-card-subtitle-font-size) !important;
	font-weight: var(--theme-mvc-front-home-swiper-slide-card-subtitle-font-weight) !important;
	margin: var(--theme-mvc-front-home-swiper-slide-card-subtitle-margin) !important;
	text-align: var(--theme-mvc-front-home-swiper-slide-card-subtitle-text-align) !important;
}

.theme-mvc-front-home-iframe-container {
	text-align: center !important;
	padding: var(--theme-mvc-front-home-iframe-container-padding) !important;
}

.theme-mvc-front-home-iframe {
	border-radius: var(--theme-mvc-front-home-iframe-border-radius) !important;
	box-shadow: var(--theme-mvc-front-home-iframe-box-shadow) !important;
}

.theme-mvc-front-home-shortcut-container {
	width: var(--theme-mvc-front-home-shortcut-container-width) !important;
	margin: var(--theme-mvc-front-home-shortcut-container-margin) !important;
}

.theme-mvc-front-home-shortcut-grid {
	margin: var(--theme-mvc-front-home-shortcut-grid-margin) !important;
	display: grid !important;
    grid-template-columns: var(--theme-mvc-front-home-shortcut-grid-grid-template-columns) !important;
    grid-template-rows: auto !important;
    grid-column-gap: var(--theme-mvc-front-home-shortcut-grid-grid-column-gap) !important;
    grid-row-gap: var(--theme-mvc-front-home-shortcut-grid-grid-row-gap) !important;
}

.theme-mvc-front-home-shortcut-item {
	justify-self: center !important;
}

.theme-mvc-front-home-shortcut-circle {
	height: var(--theme-mvc-front-home-shortcut-circle-height) !important;
	width: var(--theme-mvc-front-home-shortcut-circle-width) !important;
	background-color: var(--theme-mvc-front-home-shortcut-circle-background-color) !important;
	margin: var(--theme-mvc-front-home-shortcut-circle-margin) !important;
	border-radius: 50% !important;
	overflow: hidden !important;
}

.theme-mvc-front-home-shortcut-icon {
	color: var(--theme-mvc-front-home-shortcut-icon-color) !important;
	font-size: var(--theme-mvc-front-home-shortcut-icon-font-size) !important;
}

.theme-mvc-front-home-shortcut-title {
	color: var(--theme-mvc-front-home-shortcut-title-color) !important;
	font-size: var(--theme-mvc-front-home-shortcut-title-font-size) !important;
	font-weight: var(--theme-mvc-front-home-shortcut-title-font-weight) !important;
}

.theme-mvc-front-home-weather-map-container {
	width: var(--theme-mvc-front-home-weather-map-container-width) !important;
	margin: var(--theme-mvc-front-home-weather-map-container-margin) !important;
}

.theme-mvc-front-home-weather-container {
	box-shadow: var(--theme-mvc-front-home-weather-container-box-shadow) !important;
	margin-right: var(--theme-mvc-front-home-weather-container-margin-right) !important;
	flex: 1 !important;
}

.theme-mvc-front-home-information-container {
	padding: var(--theme-mvc-front-home-information-container-padding) !important;
	box-shadow: var(--theme-mvc-front-home-information-container-box-shadow) !important;
	margin-left: var(--theme-mvc-front-home-information-container-margin-left) !important;
	flex: 1 !important;
}

.theme-mvc-front-home-map-container {
	box-shadow: var(--theme-mvc-front-home-map-container-box-shadow) !important;
	margin-left: var(--theme-mvc-front-home-map-container-margin-left) !important;
	flex: 1 !important;
}

.theme-mvc-front-home-weather-button-swiper-left, .theme-mvc-front-home-weather-button-swiper-right {
	background-color: var(--theme-mvc-front-home-weather-button-swiper-background-color) !important;
	color: var(--theme-mvc-front-home-weather-button-swiper-color) !important;
	padding: var(--theme-mvc-front-home-weather-button-swiper-padding) !important;
	box-shadow: var(--theme-mvc-front-home-weather-button-swiper-box-shadow) !important;
	border-radius: 50%;
	width: var(--theme-mvc-front-home-weather-button-swiper-width) !important;
	height: var(--theme-mvc-front-home-weather-button-swiper-height) !important;
	box-sizing: border-box;
	outline: 0;
	font-size: var(--theme-mvc-front-home-weather-button-swiper-font-size) !important;
}

.theme-mvc-front-weather-swiper-slide {
	padding-top: var(--theme-mvc-front-weather-swiper-slide-padding-top-bottom) !important;
	padding-bottom: var(--theme-mvc-front-weather-swiper-slide-padding-top-bottom) !important;
	padding-left: var(--theme-mvc-front-weather-swiper-slide-padding-left-right) !important;
	padding-right: var(--theme-mvc-front-weather-swiper-slide-padding-left-right) !important;
}

.theme-mvc-front-home-weather-main-day {
	font-size: var(--theme-mvc-front-home-weather-main-day-font-size) !important;
	font-weight: var(--theme-mvc-front-home-weather-main-day-font-weight) !important;
	color: var(--theme-mvc-front-home-weather-main-day-color) !important;
	text-transform: capitalize !important;
}

.theme-mvc-front-home-weather-main-icon {
	font-size: var(--theme-mvc-front-home-weather-main-icon-font-size) !important;
	margin: var(--theme-mvc-front-home-weather-main-icon-margin) !important;
}

.theme-mvc-front-home-weather-main-temperature {
	font-size: var(--theme-mvc-front-home-weather-main-temperature-font-size) !important;
	margin: var(--theme-mvc-front-home-weather-main-temperature-margin) !important;
	color: var(--theme-mvc-front-home-weather-main-temperature-color) !important;
	font-weight: var(--theme-mvc-front-home-weather-main-temperature-font-weight) !important;
}

.theme-mvc-front-home-weather-main-detail {
	font-size: var(--theme-mvc-front-home-weather-main-detail-font-size) !important;
	margin: var(--theme-mvc-front-home-weather-main-detail-margin) !important;
	color: var(--theme-mvc-front-home-weather-main-detail-color) !important;
	font-weight: var(--theme-mvc-front-home-weather-main-detail-font-weight) !important;
}

.theme-mvc-front-home-weather-separator {
	margin: var(--theme-mvc-front-home-weather-separator-margin) !important;
	background-color: var(--theme-mvc-front-home-weather-separator-background-color) !important;
	height: var(--theme-mvc-front-home-weather-separator-height) !important;
	position: relative !important;
	width: calc(100% + (var(--theme-mvc-front-weather-swiper-slide-padding-left-right) * 2)) !important;
	left: calc(0px - var(--theme-mvc-front-weather-swiper-slide-padding-left-right)) !important; 
	border: none !important;
}

.theme-mvc-front-home-weather-detail-icon {
	font-size: var(--theme-mvc-front-home-weather-detail-icon-font-size) !important;
	margin: var(--theme-mvc-front-home-weather-detail-icon-margin) !important;
}

.theme-mvc-front-home-weather-detail-hour {
	font-size: var(--theme-mvc-front-home-weather-detail-hour-font-size) !important;
	margin: var(--theme-mvc-front-home-weather-detail-hour-margin) !important;
	color: var(--theme-mvc-front-home-weather-detail-hour-color) !important;
	font-weight: var(--theme-mvc-front-home-weather-detail-hour-font-weight) !important;
}

.theme-mvc-front-home-weather-detail-temperature {
	font-size: var(--theme-mvc-front-home-weather-detail-temperature-font-size) !important;
	margin: var(--theme-mvc-front-home-weather-detail-temperature-margin) !important;
	color: var(--theme-mvc-front-home-weather-detail-temperature-color) !important;
	font-weight: var(--theme-mvc-front-home-weather-detail-temperature-font-weight) !important;
}

.theme-mvc-front-home-map-container-title-button {
	height: var(--theme-mvc-front-home-map-container-title-button-height) !important;
	padding: var(--theme-mvc-front-home-map-container-title-button-padding) !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-home-information-title {
	font-size: var(--theme-mvc-front-home-information-title-font-size) !important;
	font-weight: var(--theme-mvc-front-home-information-title-font-weight) !important;
	color: var(--theme-mvc-front-home-information-title-color) !important;
	text-align: center !important;
}

.theme-mvc-front-home-information-container-icon-text {
	margin: var(--theme-mvc-front-home-information-container-icon-text-margin) !important;
}

.theme-mvc-front-home-information-icon {
	font-size: var(--theme-mvc-front-home-information-icon-font-size) !important;
	width: var(--theme-mvc-front-home-information-icon-width) !important;
	margin: var(--theme-mvc-front-home-information-icon-margin) !important;
	color: var(--theme-mvc-front-home-information-icon-color) !important;
}

.theme-mvc-front-home-information-text {
	font-size: var(--theme-mvc-front-home-information-text-font-size) !important;
	color: var(--theme-mvc-front-home-information-text-color) !important;
}

.theme-mvc-front-home-information-button {
	font-size: var(--theme-mvc-front-home-information-button-font-size) !important;
	color: var(--theme-mvc-front-home-information-button-color) !important;
	background-color: var(--theme-mvc-front-home-information-button-background-color) !important;
	padding: var(--theme-mvc-front-home-information-button-padding) !important;
	height: auto !important;
}

.theme-mvc-front-home-information-button-icon {
	font-size: var(--theme-mvc-front-home-information-button-icon-font-size);
	margin: var(--theme-mvc-front-home-information-button-icon-margin);
}

.theme-mvc-front-home-map-title {
	font-size: var(--theme-mvc-front-home-map-title-font-size) !important;
	font-weight: var(--theme-mvc-front-home-map-title-font-weight) !important;
	color: var(--theme-mvc-front-home-map-title-color) !important;
}

.theme-mvc-front-home-map-image {
	background: url('../../custom/img/front/map.jpg') !important;
	height: calc(100% - var(--theme-mvc-front-home-map-container-title-button-height)) !important;
	width: 100% !important;
	background-position: center !important;
}

/* DEFAULT LIST */

.theme-mvc-front-default-list-item-title {
	text-transform: var(--theme-mvc-front-default-list-item-title-text-transform) !important;
}

/* DEFAULT IMAGE LIST */

.theme-mvc-front-default-image-list-card {
	height: var(--theme-mvc-front-default-image-list-card-height) !important;
	box-shadow: var(--theme-mvc-front-default-image-list-card-box-shadow) !important;
}

.theme-mvc-front-default-image-list-card-image {
	flex: var(--theme-mvc-front-default-image-list-card-image-flex) !important;
	border-radius: var(--theme-mvc-front-default-image-list-card-image-border-radius) !important;
	width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

.theme-mvc-front-default-image-list-card-text {
	background: var(--theme-mvc-front-default-image-list-card-text-background) !important;
	flex: var(--theme-mvc-front-default-image-list-card-text-flex) !important;
	padding: var(--theme-mvc-front-default-image-list-card-text-padding) !important;
	box-sizing: border-box !important;
	width: 100% !important;
}

.theme-mvc-front-default-image-list-card-title {
	color: var(--theme-mvc-front-default-image-list-card-title-color) !important;
	font-size: var(--theme-mvc-front-default-image-list-card-title-font-size) !important;
	font-weight: var(--theme-mvc-front-default-image-list-card-title-font-weight) !important;
	margin: var(--theme-mvc-front-default-image-list-card-title-margin) !important;
	height: 3em !important;
	line-height: 1.5 !important;
	text-align: var(--theme-mvc-front-default-image-list-card-title-text-align) !important;
}

.theme-mvc-front-default-image-list-card-summary {
	color: var(--theme-mvc-front-default-image-list-card-summary-color) !important;
	font-size: var(--theme-mvc-front-default-image-list-card-summary-font-size) !important;
	font-weight: var(--theme-mvc-front-default-image-list-card-summary-font-weight) !important;
	margin: var(--theme-mvc-front-default-image-list-card-summary-margin) !important;
	height: 3em !important;
	line-height: 1.5 !important;
	text-align: var(--theme-mvc-front-default-image-list-card-summary-text-align) !important;
}

.theme-mvc-front-default-image-list-card-subtitle {
	color: var(--theme-mvc-front-default-image-list-card-subtitle-color) !important;
	font-size: var(--theme-mvc-front-default-image-list-card-subtitle-font-size) !important;
	font-weight: var(--theme-mvc-front-default-image-list-card-subtitle-font-weight) !important;
	margin: var(--theme-mvc-front-default-image-list-card-subtitle-margin) !important;
	text-align: var(--theme-mvc-front-default-image-list-card-subtitle-text-align) !important;
}

/* DEFAULT LIST */

.theme-mvc-front-default-list-card {
	height: var(--theme-mvc-front-default-list-card-height) !important;
	box-shadow: var(--theme-mvc-front-default-list-card-box-shadow) !important;
}

.theme-mvc-front-default-list-card-image {
	flex: var(--theme-mvc-front-default-list-card-image-flex) !important;
	border-radius: var(--theme-mvc-front-default-list-card-image-border-radius) !important;
	width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

.theme-mvc-front-default-list-card-text {
	background: var(--theme-mvc-front-default-list-card-text-background) !important;
	flex: var(--theme-mvc-front-default-list-card-text-flex) !important;
	padding: var(--theme-mvc-front-default-list-card-text-padding) !important;
	box-sizing: border-box !important;
	width: 100% !important;
}

.theme-mvc-front-default-list-card-title {
	color: var(--theme-mvc-front-default-list-card-title-color) !important;
	font-size: var(--theme-mvc-front-default-list-card-title-font-size) !important;
	font-weight: var(--theme-mvc-front-default-list-card-title-font-weight) !important;
	margin: var(--theme-mvc-front-default-list-card-title-margin) !important;
	height: 3em !important;
	line-height: 1.5 !important;
	text-align: var(--theme-mvc-front-default-list-card-title-text-align) !important;
}

.theme-mvc-front-default-list-card-summary {
	color: var(--theme-mvc-front-default-list-card-summary-color) !important;
	font-size: var(--theme-mvc-front-default-list-card-summary-font-size) !important;
	font-weight: var(--theme-mvc-front-default-list-card-summary-font-weight) !important;
	margin: var(--theme-mvc-front-default-list-card-summary-margin) !important;
	height: 3em !important;
	line-height: 1.5 !important;
	text-align: var(--theme-mvc-front-default-list-card-summary-text-align) !important;
}

.theme-mvc-front-default-list-card-subtitle {
	color: var(--theme-mvc-front-default-list-card-subtitle-color) !important;
	font-size: var(--theme-mvc-front-default-list-card-subtitle-font-size) !important;
	font-weight: var(--theme-mvc-front-default-list-card-subtitle-font-weight) !important;
	margin: var(--theme-mvc-front-default-list-card-subtitle-margin) !important;
	text-align: var(--theme-mvc-front-default-list-card-subtitle-text-align) !important;
}

/* DEFAULT DOCUMENT LIST */

.theme-mvc-front-default-document-list-card {
	height: var(--theme-mvc-front-default-document-list-card-height) !important;
	box-shadow: var(--theme-mvc-front-default-document-list-card-box-shadow) !important;
}

.theme-mvc-front-default-document-list-card-title {
	color: var(--theme-mvc-front-default-document-list-card-title-color) !important;
	font-size: var(--theme-mvc-front-default-document-list-card-title-font-size) !important;
	font-weight: var(--theme-mvc-front-default-document-list-card-title-font-weight) !important;
	margin: var(--theme-mvc-front-default-document-list-card-title-margin) !important;
	height: 3em !important;
	line-height: 1.5 !important;
	text-align: var(--theme-mvc-front-default-document-list-card-title-text-align) !important;
}

.theme-mvc-front-default-document-list-card-icon {
	background: var(--theme-mvc-front-default-document-list-card-icon-background) !important;
	color: var(--theme-mvc-front-default-document-list-card-icon-color) !important;
	border-radius: var(--theme-mvc-front-default-document-list-card-icon-border-radius) !important;
	width: var(--theme-mvc-front-default-document-list-card-icon-width) !important;
	height: var(--theme-mvc-front-default-document-list-card-icon-height) !important;
	padding: var(--theme-mvc-front-default-document-list-card-icon-padding) !important;
	margin: var(--theme-mvc-front-default-document-list-card-icon-margin) !important;
}

.theme-mvc-front-default-document-list-card-subtitle {
	color: var(--theme-mvc-front-default-document-list-card-subtitle-color) !important;
	font-size: var(--theme-mvc-front-default-document-list-card-subtitle-font-size) !important;
	font-weight: var(--theme-mvc-front-default-document-list-card-subtitle-font-weight) !important;
	margin: var(--theme-mvc-front-default-document-list-card-subtitle-margin) !important;
	text-align: var(--theme-mvc-front-default-document-list-card-subtitle-text-align) !important;
}

/* DEFAULT NAVIGATION LIST */

.theme-mvc-front-default-navigation-list-card {
	height: var(--theme-mvc-front-default-navigation-list-card-height) !important;
	box-shadow: var(--theme-mvc-front-default-navigation-list-card-box-shadow) !important;
	padding: var(--theme-mvc-front-default-navigation-list-card-padding) !important;
}

.theme-mvc-front-default-navigation-list-card-title {
	color: var(--theme-mvc-front-default-navigation-list-card-title-color) !important;
	font-size: var(--theme-mvc-front-default-navigation-list-card-title-font-size) !important;
	font-weight: var(--theme-mvc-front-default-navigation-list-card-title-font-weight) !important;
	margin: var(--theme-mvc-front-default-navigation-list-card-title-margin) !important;
	height: 3em !important;
	line-height: 1.5 !important;
	text-align: var(--theme-mvc-front-default-navigation-list-card-title-text-align) !important;
}

.theme-mvc-front-default-navigation-list-card-icon {
	background: var(--theme-mvc-front-default-navigation-list-card-icon-background) !important;
	color: var(--theme-mvc-front-default-navigation-list-card-icon-color) !important;
	border-radius: var(--theme-mvc-front-default-navigation-list-card-icon-border-radius) !important;
	width: var(--theme-mvc-front-default-navigation-list-card-icon-width) !important;
	height: var(--theme-mvc-front-default-navigation-list-card-icon-height) !important;
	padding: var(--theme-mvc-front-default-navigation-list-card-icon-padding) !important;
	margin: var(--theme-mvc-front-default-navigation-list-card-icon-margin) !important;
}

.theme-mvc-front-default-navigation-list-card-subtitle {
	color: var(--theme-mvc-front-default-navigation-list-card-subtitle-color) !important;
	font-size: var(--theme-mvc-front-default-navigation-list-card-subtitle-font-size) !important;
	font-weight: var(--theme-mvc-front-default-navigation-list-card-subtitle-font-weight) !important;
	margin: var(--theme-mvc-front-default-navigation-list-card-subtitle-margin) !important;
	text-align: var(--theme-mvc-front-default-navigation-list-card-subtitle-text-align) !important;
}

/* DEFAULT CONTACT LIST */

.theme-mvc-front-default-contact-list-card {
	padding: var(--theme-mvc-front-default-contact-list-card-padding) !important;
	margin: var(--theme-mvc-front-default-contact-list-card-margin) !important;
	box-shadow: var(--theme-mvc-front-default-contact-list-card-box-shadow) !important;
}

.theme-mvc-front-default-contact-list-card-title {
	color: var(--theme-mvc-front-default-contact-list-card-title-color) !important;
	font-size: var(--theme-mvc-front-default-contact-list-card-title-font-size) !important;
	font-weight: var(--theme-mvc-front-default-contact-list-card-title-font-weight) !important;
	margin: var(--theme-mvc-front-default-contact-list-card-title-margin) !important;
	height: 3em !important;
	line-height: 1.5 !important;
	text-align: var(--theme-mvc-front-default-contact-list-card-title-text-align) !important;
}

.theme-mvc-front-default-contact-list-card-subtitle {
	color: var(--theme-mvc-front-default-contact-list-card-subtitle-color) !important;
	font-size: var(--theme-mvc-front-default-contact-list-card-subtitle-font-size) !important;
	font-weight: var(--theme-mvc-front-default-contact-list-card-subtitle-font-weight) !important;
	margin: var(--theme-mvc-front-default-contact-list-card-subtitle-margin) !important;
	text-align: var(--theme-mvc-front-default-contact-list-card-subtitle-text-align) !important;
}

.theme-mvc-front-default-contact-list-contact-container {
    display: grid !important;
    grid-template-columns: var(--theme-mvc-front-default-contact-list-contact-container-grid-template-columns) !important;
    grid-template-rows: auto !important;
    grid-column-gap: var(--theme-mvc-front-default-contact-list-contact-container-grid-column-gap) !important;
    grid-row-gap: var(--theme-mvc-front-default-contact-list-contact-container-grid-row-gap) !important;
}

.theme-mvc-front-default-contact-list-contact-icon {
	background: var(--theme-mvc-front-default-contact-list-card-icon-background) !important;
	color: var(--theme-mvc-front-default-contact-list-card-icon-color) !important;
	border-radius: var(--theme-mvc-front-default-contact-list-card-icon-border-radius) !important;
	width: var(--theme-mvc-front-default-contact-list-card-icon-width) !important;
	height: var(--theme-mvc-front-default-contact-list-card-icon-height) !important;
	padding: var(--theme-mvc-front-default-contact-list-card-icon-padding) !important;
	margin: var(--theme-mvc-front-default-contact-list-card-icon-margin) !important;
	display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.theme-mvc-front-default-contact-list-contact-link {
	color: var(--theme-mvc-front-default-contact-list-contact-link-color) !important;
	font-size: var(--theme-mvc-front-default-contact-list-contact-link-font-size) !important;
	padding: var(--theme-mvc-front-default-contact-list-contact-link-padding) !important;
	margin: var(--theme-mvc-front-default-contact-list-contact-link-margin) !important;
	display: flex !important;
    align-items: center !important;
}

/* DEFAULT LIST DETAIL */

.theme-mvc-front-default-list-detail-container {
	min-height: var(--theme-mvc-front-default-list-detail-container-min-height) !important;
}

.theme-mvc-front-default-list-detail-list-title {
	color: var(--theme-mvc-front-default-list-detail-list-title-color) !important;
	font-size: var(--theme-mvc-front-default-list-detail-list-title-font-size) !important;
	font-weight: var(--theme-mvc-front-default-list-detail-list-title-font-weight) !important;
	padding: var(--theme-mvc-front-default-list-detail-list-title-padding) !important;
	height: var(--theme-mvc-front-default-list-detail-list-title-height) !important;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
	text-align: center !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-default-list-detail-list-subtitle {
	color: var(--theme-mvc-front-default-list-detail-list-subtitle-color) !important;
	font-size: var(--theme-mvc-front-default-list-detail-list-subtitle-font-size) !important;
	font-weight: var(--theme-mvc-front-default-list-detail-list-subtitle-font-weight) !important;
	padding: var(--theme-mvc-front-default-list-detail-list-subtitle-padding) !important;
	height: var(--theme-mvc-front-default-list-detail-list-subtitle-height) !important;
	display: flex !important;
	justify-content: flex-start !important;
	align-items: center !important;
	text-align: center !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-default-list-detail-list {
	height: calc(100% - var(--theme-mvc-front-default-list-detail-list-title-height)) !important;
	width: var(--theme-mvc-front-default-list-detail-list-width) !important;
	background: var(--theme-mvc-front-default-list-detail-list-background) !important;
	overflow-y: auto !important;
	direction: rtl !important;
	margin: 0px !important;
}

.theme-mvc-front-default-list-detail-list.theme-mvc-front-default-list-detail-list-with-searchbar {
	height: calc(100% - var(--theme-mvc-front-default-list-detail-list-title-height) - var(--f7-searchbar-height)) !important;
}

.mvc-no-content-text {
	width: var(--theme-mvc-front-default-list-detail-list-width) !important;
}

.theme-mvc-front-default-list-detail-list ul {
	direction: ltr !important;
}

.theme-mvc-front-default-list-detail-list li:hover {
	background: rgba(0, 0, 0, 0.05) !important;
}

.theme-mvc-front-default-list-detail-list-active:after {
	content: '' !important;
    background: var(--theme-mvc-front-default-list-detail-list-active-background) !important;
    height: 100% !important;
    width: var(--theme-mvc-front-default-list-detail-list-active-width) !important;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
}

.theme-mvc-front-default-list-detail-detail {
	background: var(--theme-mvc-front-default-list-detail-detail-background) !important;
	width: var(--theme-mvc-front-default-list-detail-detail-width) !important;
	box-shadow: var(--theme-mvc-front-default-list-detail-detail-box-shadow) !important;
	z-index: 9 !important;
	box-sizing: border-box !important;
	overflow-y: auto !important;
}

.theme-mvc-front-default-list-detail-headband {
    height: var(--theme-mvc-front-default-list-detail-headband-height) !important;
	background: var(--theme-mvc-front-default-list-detail-headband-background) !important;
	padding: var(--theme-mvc-front-default-list-detail-headband-padding) !important;
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-default-list-detail-transparent-headband {
    height: var(--theme-mvc-front-default-list-detail-transparent-headband-height) !important;
	background: var(--theme-mvc-front-default-list-detail-transparent-headband-background) !important;
	padding: var(--theme-mvc-front-default-list-detail-transparent-headband-padding) !important;
	display: flex !important;
	flex-direction: column !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-default-list-detail-detail-content {
	padding:  var(--theme-mvc-front-default-list-detail-detail-content-padding) !important;
	font-size:  var(--theme-mvc-front-default-list-detail-detail-content-font-size) !important;
}

.theme-mvc-front-default-list-detail-headband-title {
    color: var(--theme-mvc-front-default-list-detail-headband-title-color) !important;
    font-size: var(--theme-mvc-front-default-list-detail-headband-title-font-size) !important;
    font-weight: var(--theme-mvc-front-default-list-detail-headband-title-font-weight) !important;
}

.theme-mvc-front-default-list-detail-headband-subtitle {
    color: var(--theme-mvc-front-default-list-detail-headband-subtitle-color) !important;
    font-size: var(--theme-mvc-front-default-list-detail-headband-subtitle-font-size) !important;
}

.theme-mvc-front-default-list-detail-transparent-headband-title {
    color: var(--theme-mvc-front-default-list-detail-transparent-headband-title-color) !important;
    font-size: var(--theme-mvc-front-default-list-detail-transparent-headband-title-font-size) !important;
    font-weight: var(--theme-mvc-front-default-list-detail-transparent-headband-title-font-weight) !important;
    font-family: var(--theme-mvc-front-default-list-detail-transparent-headband-title-font-family) !important;
}

.theme-mvc-front-default-list-detail-transparent-headband-subtitle {
    color: var(--theme-mvc-front-default-list-detail-transparent-headband-subtitle-color) !important;
    font-size: var(--theme-mvc-front-default-list-detail-transparent-headband-subtitle-font-size) !important;
}

/* DEFAULT GALERY DETAIL */

.theme-mvc-front-default-galery-detail-title {
	font-size: var(--theme-mvc-front-default-galery-detail-title-font-size) !important;
	font-weight: var(--theme-mvc-front-default-galery-detail-title-font-weight) !important;
	margin: var(--theme-mvc-front-default-galery-detail-title-margin) !important;
	color: var(--theme-mvc-front-default-galery-detail-title-color) !important;
}

.theme-mvc-front-default-galery-detail-subtitle {
	font-size: var(--theme-mvc-front-default-galery-detail-subtitle-font-size) !important;
	margin: var(--theme-mvc-front-default-galery-detail-subtitle-margin) !important;
	color: var(--theme-mvc-front-default-galery-detail-subtitle-color) !important;
}

.theme-mvc-front-default-galery-detail-summary {
	font-size: var(--theme-mvc-front-default-galery-detail-summary-font-size) !important;
	margin: var(--theme-mvc-front-default-galery-detail-summary-margin) !important;
	color: var(--theme-mvc-front-default-galery-detail-summary-color) !important;
}

.theme-mvc-front-default-galery-detail-container-galery-top {
	height: var(--theme-mvc-front-default-galery-detail-container-galery-top-height) !important;
	max-height: 550px;
	width: 100%;
}

.theme-mvc-front-default-galery-detail-container-galery-bottom {
	height: var(--theme-mvc-front-default-galery-detail-container-galery-bottom-height) !important;
	max-height: 150px;
	box-sizing: border-box;
	padding: 15px 0px;
}

/* DEFAULT DETAIL */

.theme-mvc-front-default-detail-headband {
    height: var(--theme-mvc-front-default-detail-headband-height) !important;
	background: var(--theme-mvc-front-default-detail-headband-background) !important;
	padding: var(--theme-mvc-front-default-detail-headband-padding) !important;
	display: flex !important;
    justify-content: var(--theme-mvc-front-default-detail-headband-justify-content) !important;
    align-items: center !important;
	text-align: var(--theme-mvc-front-default-detail-headband-text-align) !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-default-detail-headband-title {
    color: var(--theme-mvc-front-default-detail-headband-title-color) !important;
    font-size: var(--theme-mvc-front-default-detail-headband-title-font-size) !important;
    font-weight: var(--theme-mvc-front-default-detail-headband-title-font-weight) !important;
}

.theme-mvc-front-default-detail-headband-subtitle {
    color: var(--theme-mvc-front-default-detail-headband-subtitle-color) !important;
    font-size: var(--theme-mvc-front-default-detail-headband-subtitle-font-size) !important;
}

.theme-mvc-front-default-detail-content {
	color: var(--theme-mvc-front-default-detail-content-color) !important;
	font-size: var(--theme-mvc-front-default-detail-content-font-size) !important;
	padding: var(--theme-mvc-front-default-detail-content-padding) !important;
}

.theme-mvc-front-default-detail-content-link {
	color: var(--theme-mvc-front-default-detail-content-link-color) !important;
	font-size: var(--theme-mvc-front-default-detail-content-link-font-size) !important;
	padding: var(--theme-mvc-front-default-detail-content-link-padding) !important;
	margin: var(--theme-mvc-front-default-detail-content-link-margin) !important;
}

.theme-mvc-front-default-detail-button {
    background: var(--theme-mvc-front-default-detail-button-background) !important;
	color: var(--theme-mvc-front-default-detail-button-color) !important;
	padding: var(--theme-mvc-front-default-detail-button-padding) !important;
	box-shadow: var(--theme-mvc-front-default-detail-button-box-shadow) !important;
	width: fit-content !important;
	width: -moz-fit-content !important;
	height: auto !important;
	margin: auto !important;
}

.theme-mvc-front-default-detail-document {
    font-size: var(--theme-mvc-front-default-detail-document-font-size) !important;
    font-weight: var(--theme-mvc-front-default-detail-document-font-weight) !important;
    font-style: var(--theme-mvc-front-default-detail-document-font-style) !important;
    color: var(--theme-mvc-front-default-detail-document-color) !important;
    padding: var(--theme-mvc-front-default-detail-document-padding) !important;
}

.theme-mvc-front-default-detail-document-link {
    font-weight: var(--theme-mvc-front-default-detail-document-link-font-weight) !important;
    font-style: var(--theme-mvc-front-default-detail-document-link-font-style) !important;
    color: var(--theme-mvc-front-default-detail-document-link-color) !important;
}

/* CONTACT INFORMATION */

.theme-mvc-front-list-detail-contact-information {
	background-color: var(--theme-mvc-front-list-detail-contact-information-background-color) !important;
	border-radius: var(--theme-mvc-front-list-detail-contact-information-border-radius) !important;
	margin: var(--theme-mvc-front-list-detail-contact-information-margin) !important;
	padding: var(--theme-mvc-front-list-detail-contact-information-padding) !important;
}

.theme-mvc-front-list-detail-contact-information-icon {
	background: var(--theme-mvc-front-list-detail-contact-information-icon-background) !important;
	color: var(--theme-mvc-front-list-detail-contact-information-icon-color) !important;
	margin: var(--theme-mvc-front-list-detail-contact-information-icon-margin) !important;
	padding: var(--theme-mvc-front-list-detail-contact-information-icon-padding) !important;
	width: var(--theme-mvc-front-list-detail-contact-information-icon-width) !important;
	height: var(--theme-mvc-front-list-detail-contact-information-icon-height) !important;
	border-radius: 50% !important;
}

.theme-mvc-front-list-detail-contact-information-text {
	color: var(--theme-mvc-front-list-detail-contact-information-text-color) !important;
	margin: var(--theme-mvc-front-list-detail-contact-information-text-margin) !important;
	font-size: var(--theme-mvc-front-list-detail-contact-information-text-font-size) !important;
	align-items: center !important;
    display: flex !important;
}

.theme-mvc-front-list-detail-contact-information-container-link {
	margin: var(--theme-mvc-front-list-detail-contact-information-container-link-margin) !important;
}

.theme-mvc-front-list-detail-contact-information-link {
	color: var(--theme-mvc-front-list-detail-contact-information-link-color) !important;
	font-size: var(--theme-mvc-front-list-detail-contact-information-link-font-size) !important;
	margin: var(--theme-mvc-front-list-detail-contact-information-container-link-margin) !important;
}

.theme-mvc-front-list-contact-information {
	background-color: var(--theme-mvc-front-list-contact-information-background-color) !important;
	border-radius: var(--theme-mvc-front-list-contact-information-border-radius) !important;
	margin: var(--theme-mvc-front-list-contact-information-margin) !important;
	padding: var(--theme-mvc-front-list-contact-information-padding) !important;
	white-space: nowrap !important;
}

.theme-mvc-front-list-contact-information-icon {
	color: var(--theme-mvc-front-list-contact-information-icon-color) !important;
	font-size: var(--theme-mvc-front-list-contact-information-icon-font-size) !important;
}

.theme-mvc-front-list-contact-information-text {
	color: var(--theme-mvc-front-list-contact-information-text-color) !important;
	font-size: var(--theme-mvc-front-list-contact-information-text-font-size) !important;
}

.theme-mvc-front-list-contact-information-link {
	color: var(--theme-mvc-front-list-contact-information-link-color) !important;
	font-size: var(--theme-mvc-front-list-contact-information-link-font-size) !important;
	white-space: normal !important;
}

/* BACKGROUND IMAGE/VIDÉO */

.theme-mvc-front-background-image-video {
	height: var(--theme-mvc-front-background-image-video-height) !important;
    position: relative !important;
    overflow: hidden !important;
    width: var(--theme-mvc-front-background-image-video-width) !important;
    left: var(--theme-mvc-front-background-image-video-left) !important;
    border-radius: var(--theme-mvc-front-background-image-video-border-radius) !important;
    border-bottom: var(--theme-mvc-front-background-image-video-border-bottom) !important;
    box-sizing: border-box !important;
}

/* BACKGROUND IMAGE VIDEO */

.theme-mvc-front-background-image-video {
	height: var(--theme-mvc-front-background-image-video-height) !important;
    position: relative !important;
    overflow: hidden !important;
    width: var(--theme-mvc-front-background-image-video-width) !important;
    left: var(--theme-mvc-front-background-image-video-left) !important;
    border-radius: var(--theme-mvc-front-background-image-video-border-radius) !important;
    border-bottom: var(--theme-mvc-front-background-image-video-border-bottom) !important;
    box-sizing: border-box !important;
}

.theme-mvc-front-background-image-video-blur {
	position: absolute !important;
	filter: blur(10px) !important; 
	left: -10px !important; 
	top: -10px !important; 
	width: calc(100% + 20px) !important; 
	height: calc(100% + 20px) !important;
}

.theme-mvc-front-background-image-video-blur-color {
	position: absolute !important;
	background-color: #000000 !important;
	opacity: 0.7 !important;
}

/* MAP */

.theme-mvc-front-map-filter-title {
	color: var(--theme-mvc-front-map-filter-title-color) !important;
	font-weight: var(--theme-mvc-front-map-filter-title-font-weight) !important;
	font-size: var(--theme-mvc-front-map-filter-title-font-size) !important;
}

/* ELECTED */

.theme-mvc-front-elected-list-category {
	font-size: var(--theme-mvc-front-elected-list-category-font-size) !important;
	font-weight: var(--theme-mvc-front-elected-list-category-font-weight) !important;
	text-align: var(--theme-mvc-front-elected-list-category-text-align) !important;
	margin: var(--theme-mvc-front-elected-list-category-margin) !important;
}

.theme-mvc-front-elected-list-firstname {
	font-size: var(--theme-mvc-front-elected-list-firstname-font-size) !important;
	font-weight: var(--theme-mvc-front-elected-list-firstname-font-weight) !important;
}

.theme-mvc-front-elected-list-lastname {
	font-size: var(--theme-mvc-front-elected-list-lastname-font-size) !important;
	font-weight: var(--theme-mvc-front-elected-list-lastname-font-weight) !important;
	text-transform: var(--theme-mvc-front-elected-list-lastname-text-transform) !important;
}

.theme-mvc-front-elected-list-image {
	height: var(--theme-mvc-front-elected-list-image-height) !important;
	width: var(--theme-mvc-front-elected-list-image-width) !important;
	object-fit: cover;
	border-radius: var(--theme-mvc-front-elected-list-image-border-radius) !important;
}

.theme-mvc-front-elected-list-elected-member-container {
	display: flex;
	margin: var(--theme-mvc-front-elected-list-elected-member-container-margin) !important;
}

.theme-mvc-front-elected-list-job {
	font-size: var(--theme-mvc-front-elected-list-job-font-size) !important;
	color: var(--theme-mvc-front-elected-list-job-color) !important;
	margin: var(--theme-mvc-front-elected-list-job-margin) !important;
}

.theme-mvc-front-elected-list-content {
	font-size: var(--theme-mvc-front-elected-list-content-font-size) !important;
}

/* SPECIFIC */

.theme-mvc-front-menu-container {
	position: relative !important;
}
.theme-mvc-front-menu-container:hover .theme-mvc-front-menu-container-subitem {
	display: block !important;
}
.theme-mvc-front-menu-container-subitem {
	position: absolute !important;
	top: -6px !important;
	left: 100% !important;
	width: fit-content !important;
	padding: 10px !important;    
	background-color: var(--f7-menu-bg-color) !important;    
	border-left: 1px solid var(--f7-menu-text-color) !important;
	display: none !important;
}

.theme-mvc-front-button-bottom-primary {
    max-width: 300px;
}

.portal-content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.theme-mvc-front-ticketing-event-list-card {
	margin: var(--theme-mvc-front-ticketing-event-list-card-margin) !important;
	border-radius: var(--theme-mvc-front-ticketing-event-list-card-border-radius) !important;
	box-shadow: var(--theme-mvc-front-ticketing-event-list-card-box-shadow) !important;
	height: var(--theme-mvc-front-ticketing-event-list-card-height) !important;
	overflow: hidden !important;
}

.theme-mvc-front-ticketing-event-list-card-detail {
	padding: var(--theme-mvc-front-ticketing-event-list-card-detail-padding) !important;
}

.theme-mvc-front-ticketing-event-list-card-detail-title {
	color: var(--theme-mvc-front-ticketing-event-list-card-detail-title-color) !important;
	font-size: var(--theme-mvc-front-ticketing-event-list-card-detail-title-font-size) !important;
	margin: var(--theme-mvc-front-ticketing-event-list-card-detail-title-margin) !important;
}

.theme-mvc-front-ticketing-event-list-card-detail-text {
	color: var(--theme-mvc-front-ticketing-event-list-card-detail-text-color) !important;
	font-size: var(--theme-mvc-front-ticketing-event-list-card-detail-text-font-size) !important;
}

.theme-mvc-front-ticketing-user-list-card {
	margin: var(--theme-mvc-front-ticketing-user-list-card-margin) !important;
	border-radius: var(--theme-mvc-front-ticketing-user-list-card-border-radius) !important;
	box-shadow: var(--theme-mvc-front-ticketing-user-list-card-box-shadow) !important;
	min-height: var(--theme-mvc-front-ticketing-user-list-card-min-height) !important;
	overflow: hidden !important;
}

.theme-mvc-front-ticketing-user-list-card-icon {
	font-size: var(	--theme-mvc-front-ticketing-user-list-card-icon-font-size) !important;
	color: var(	--theme-mvc-front-ticketing-user-list-card-icon-color) !important;
}

.theme-mvc-front-ticketing-user-list-card-icon-paid {
	color: var(	--theme-mvc-front-ticketing-user-list-card-icon-paid-color) !important;
}

.theme-mvc-front-ticketing-user-list-card-detail {
	padding: var(--theme-mvc-front-ticketing-user-list-card-detail-padding) !important;
}

.theme-mvc-front-ticketing-user-list-card-detail-title {
	color: var(--theme-mvc-front-ticketing-user-list-card-detail-title-color) !important;
	font-size: var(--theme-mvc-front-ticketing-user-list-card-detail-title-font-size) !important;
	margin: var(--theme-mvc-front-ticketing-user-list-card-detail-title-margin) !important;
}

.theme-mvc-front-ticketing-user-list-card-detail-text {
	color: var(--theme-mvc-front-ticketing-user-list-card-detail-text-color) !important;
	font-size: var(--theme-mvc-front-ticketing-user-list-card-detail-text-font-size) !important;
}

.theme-mvc-front-ticketing-user-list-card-detail-paid-text {
	color: var(--theme-mvc-front-ticketing-user-list-card-detail-paid-text-color) !important;
	margin: var(--theme-mvc-front-ticketing-user-list-card-detail-paid-text-margin) !important;
	font-weight: var(--theme-mvc-front-ticketing-user-list-card-detail-paid-text-font-weight) !important;
}

.theme-mvc-front-ticketing-detail-image {
	height: var(--theme-mvc-front-ticketing-detail-image-height) !important;
	width: var(--theme-mvc-front-ticketing-detail-image-width) !important;
    position: relative !important;
    left: var(--theme-mvc-front-ticketing-detail-image-left) !important;
	-webkit-clip-path: inset(0% 0% 0% 0% round 0% 0% var(--theme-mvc-front-ticketing-detail-image-clip-path) var(--theme-mvc-front-ticketing-detail-image-clip-path)) !important;
	clip-path: inset(0% 0% 0% 0% round 0% 0% var(--theme-mvc-front-ticketing-detail-image-clip-path) var(--theme-mvc-front-ticketing-detail-image-clip-path)) !important;
}

.theme-mvc-front-ticketing-detail-title {
	color: var(--theme-mvc-front-ticketing-detail-title-color) !important;
	margin: var(--theme-mvc-front-ticketing-detail-title-margin) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-title-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-detail-title-font-weight) !important;
	text-align: var(--theme-mvc-front-ticketing-detail-title-text-align) !important;
}

.theme-mvc-front-ticketing-detail-schedule {
	margin: var(--theme-mvc-front-ticketing-detail-schedule-margin) !important;
	color: var(--theme-mvc-front-ticketing-detail-schedule-color) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-schedule-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-detail-schedule-font-weight) !important;
	text-align: var(--theme-mvc-front-ticketing-detail-schedule-text-align) !important;
}

.theme-mvc-front-ticketing-detail-summary {
	color: var(--theme-mvc-front-ticketing-detail-summary-color) !important;
	margin: var(--theme-mvc-front-ticketing-detail-summary-margin) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-summary-font-size) !important;
	text-align: var(--theme-mvc-front-ticketing-detail-summary-text-align) !important;
}

.theme-mvc-front-ticketing-detail-place-title {
	margin: var(--theme-mvc-front-ticketing-detail-place-title-margin) !important;
	padding: var(--theme-mvc-front-ticketing-detail-place-title-padding) !important;
	color: var(--theme-mvc-front-ticketing-detail-place-title-color) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-place-title-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-detail-place-title-font-weight) !important;
}

.theme-mvc-front-ticketing-detail-place-container {
	background-color: var(--theme-mvc-front-ticketing-detail-place-container-background-color) !important;
	margin: var(--theme-mvc-front-ticketing-detail-place-container-margin) !important;
	padding: var(--theme-mvc-front-ticketing-detail-place-container-padding) !important;
    position: relative !important;
    left: calc(0px - (var(--f7-block-padding-horizontal) + var(--f7-safe-area-left))) !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-ticketing-detail-place-text {
	color: var(--theme-mvc-front-ticketing-detail-place-text-color) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-place-text-font-size) !important;
}

.theme-mvc-front-ticketing-detail-price-title {
	margin: var(--theme-mvc-front-ticketing-detail-price-title-margin) !important;
	padding: var(--theme-mvc-front-ticketing-detail-price-title-padding) !important;
	color: var(--theme-mvc-front-ticketing-detail-price-title-color) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-price-title-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-detail-price-title-font-weight) !important;
}

.theme-mvc-front-ticketing-detail-price-container-subtitle {
	background-color: var(--theme-mvc-front-ticketing-detail-price-container-subtitle-background-color) !important;
	margin: var(--theme-mvc-front-ticketing-detail-price-container-subtitle-margin) !important;
	padding: var(--theme-mvc-front-ticketing-detail-price-container-subtitle-padding) !important;
    position: relative !important;
    left: calc(0px - (var(--f7-block-padding-horizontal) + var(--f7-safe-area-left))) !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-ticketing-detail-price-subtitle {
	color: var(--theme-mvc-front-ticketing-detail-price-subtitle-color) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-price-subtitle-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-detail-price-subtitle-font-weight) !important;
	text-transform: var(--theme-mvc-front-ticketing-detail-price-subtitle-text-transform) !important;
	text-align: var(--theme-mvc-front-ticketing-detail-price-subtitle-text-align) !important;
}

.theme-mvc-front-ticketing-detail-price-container {
	background-color: var(--theme-mvc-front-ticketing-detail-price-container-background-color) !important;
	margin: var(--theme-mvc-front-ticketing-detail-price-container-margin) !important;
	padding: var(--theme-mvc-front-ticketing-detail-price-container-padding) !important;
    position: relative !important;
    left: calc(0px - (var(--f7-block-padding-horizontal) + var(--f7-safe-area-left))) !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-ticketing-detail-price-text {
	color: var(--theme-mvc-front-ticketing-detail-price-text-color) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-price-text-font-size) !important;
}

.theme-mvc-front-ticketing-detail-condition {
	border: var(--theme-mvc-front-ticketing-detail-condition-border) !important;
	margin: var(--theme-mvc-front-ticketing-detail-condition-margin) !important;
	padding: var(--theme-mvc-front-ticketing-detail-condition-padding) !important;
	border-radius: var(--theme-mvc-front-ticketing-detail-condition-border-radius) !important;
}

.theme-mvc-front-ticketing-detail-condition-icon {
	color: var(--theme-mvc-front-ticketing-detail-condition-icon-color) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-condition-icon-font-size) !important;
	margin: var(--theme-mvc-front-ticketing-detail-condition-icon-margin) !important;
}

.theme-mvc-front-ticketing-detail-condition-text {
	color: var(--theme-mvc-front-ticketing-detail-condition-text-color) !important;
	font-size: var(--theme-mvc-front-ticketing-detail-condition-text-font-size) !important;
}

.theme-mvc-front-ticketing-select-price-container-title {
	background-color: var(--theme-mvc-front-ticketing-select-price-container-title-background-color) !important;
	margin: var(--theme-mvc-front-ticketing-select-price-container-title-margin) !important;
	padding: var(--theme-mvc-front-ticketing-select-price-container-title-padding) !important;
    position: relative !important;
    left: calc(0px - (var(--f7-block-padding-horizontal) + var(--f7-safe-area-left))) !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-ticketing-select-price-title {
	color: var(--theme-mvc-front-ticketing-select-price-title-color) !important;
	font-size: var(--theme-mvc-front-ticketing-select-price-title-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-select-price-title-font-weight) !important;
	text-transform: var(--theme-mvc-front-ticketing-select-price-title-text-transform) !important;
	text-align: var(--theme-mvc-front-ticketing-select-price-title-text-align) !important;
}

.theme-mvc-front-ticketing-select-price-container {
	background-color: var(--theme-mvc-front-ticketing-select-price-container-background-color) !important;
	margin: var(--theme-mvc-front-ticketing-select-price-container-margin) !important;
	padding: var(--theme-mvc-front-ticketing-select-price-container-padding) !important;
    position: relative !important;
    left: calc(0px - (var(--f7-block-padding-horizontal) + var(--f7-safe-area-left))) !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

.theme-mvc-front-ticketing-select-price-name {
	color: var(--theme-mvc-front-ticketing-select-price-name-color) !important;
	font-size: var(--theme-mvc-front-ticketing-select-price-name-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-select-price-name-font-weight) !important;
}

.theme-mvc-front-ticketing-select-price-cost {
	color: var(--theme-mvc-front-ticketing-select-price-cost-color) !important;
	font-size: var(--theme-mvc-front-ticketing-select-price-cost-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-select-price-cost-font-weight) !important;
}

.theme-mvc-front-ticketing-select-stepper-minus {
	background-color: var(--theme-mvc-front-ticketing-select-stepper-minus-background-color) !important;
	border: var(--theme-mvc-front-ticketing-select-stepper-minus-border) !important;
	width: var(--theme-mvc-front-ticketing-select-stepper-minus-width) !important;
}

.theme-mvc-front-ticketing-select-stepper-plus {
	background-color: var(--theme-mvc-front-ticketing-select-stepper-plus-background-color) !important;
	border: var(--theme-mvc-front-ticketing-select-stepper-plus-border) !important;
	width: var(--theme-mvc-front-ticketing-select-stepper-plus-width) !important;
}

.theme-mvc-front-ticketing-select-stepper-minus::before, .theme-mvc-front-ticketing-select-stepper-minus::after {
	background-color: var(--theme-mvc-front-ticketing-select-stepper-minus-color) !important;
}

.theme-mvc-front-ticketing-select-stepper-plus::before, .theme-mvc-front-ticketing-select-stepper-plus::after {
	background-color: var(--theme-mvc-front-ticketing-select-stepper-plus-color) !important;
}

.theme-mvc-front-ticketing-select-stepper-input {
	border: var(--theme-mvc-front-ticketing-select-stepper-input-border) !important;
}

.theme-mvc-front-ticketing-select-price-subtotal-text {
	color: var(--theme-mvc-front-ticketing-select-price-subtotal-text-color) !important;
	font-size: var(--theme-mvc-front-ticketing-select-price-subtotal-text-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-select-price-subtotal-text-font-weight) !important;
}

.theme-mvc-front-ticketing-select-price-subtotal-value {
	color: var(--theme-mvc-front-ticketing-select-price-subtotal-value-color) !important;
	font-size: var(--theme-mvc-front-ticketing-select-price-subtotal-value-font-size) !important;
	font-weight: var(--theme-mvc-front-ticketing-select-price-subtotal-value-font-weight) !important;
}

.theme-mvc-front-ticketing-select-price-button-command {
	background-color: var(--theme-mvc-front-ticketing-select-price-subtotal-value-background-color) !important;
	color: var(--theme-mvc-front-ticketing-select-price-subtotal-value-color) !important;
	height: var(--theme-mvc-front-ticketing-select-price-subtotal-value-height) !important;
	line-height: var(--theme-mvc-front-ticketing-select-price-subtotal-value-line-height) !important;
}

.theme-mvc-front-ticketing-select-price-condition {
	color: var(--theme-mvc-front-ticketing-select-price-condition-color) !important;
	font-size: var(--theme-mvc-front-ticketing-select-price-condition-font-size) !important;
}
