@charset "utf-8";

:root {
	--nl-radius: 7px;
}

/* CSS NEWSLETTER */
.newsInput {
	border: 1px solid #bfbfbf;
	border-radius: var(--nl-radius, 7px);
	height: 55px;
}
.nl_text_red {
	color: #cc0000;
}
.nl_text_black {
	color: black;
}

.news_container_bg_gray {
	background: linear-gradient(180deg, #dedede 50%, #dedede 50%);
}
.iconInfo {
	position: absolute;
	top: 12px;
	right: 16px;
	border: none;
	background-color: initial;
	height: 30px;
	width: 30px;
}

/* .modale {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
	position: absolute;
	top: 15%;
	left: 28%;
	right: 0px;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	z-index: 2;
} */

#formnews_div {
	box-shadow: 0px 0px 20px 4px #0000000f;
}

.news_btn,
#prosegui_al_newsletter,
#registrati_eshop {
	color: white !important;
	background-color: #c00 !important;
	font-size: 1em;
	border-radius: var(--nl-radius, 7px) !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.news_btn:hover,
#prosegui_al_newsletter:hover,
#registrati_eshop:hover {
	background-color: #b00000 !important;
	text-decoration: none !important;
	color: white !important;
}

/* .container-fluid {
	max-width: 1200px;
	position: relative;
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

/* The Modal (background) */
.modal_news {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal_dialog_news {
	padding: 20px;
	border: 1px solid #888;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Could be more or less, depending on screen size */
}

.modal_content_news {
	width: 60%;
	background-color: #fefefe;
}

/* The Close Button */
.close_news {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close_news:hover,
.close_news:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* .news_container_bg{
	background: linear-gradient(180deg, #ffffff 50%, #dedede 50%);
} */

.news_container_bg_footer {
	background: linear-gradient(180deg, #ffffff00 50%, #dedede 50%);
}

.news_container_bg_white {
	background: linear-gradient(180deg, #ffffff 50%, #dedede 50%);
}

.news_container_bg_black {
	background: linear-gradient(180deg, #000000 50%, #dedede 50%);
}

.form_bg {
	background-color: white;
}

.news_borders {
	border: 1px solid #d2d2d2 !important;
	background-color: white !important;
}

.border_right_0 {
	border-right: 0 !important;
}

.border_left_0 {
	border-left: 0 !important;
}

.form_exclusive {
	color: initial !important;
}

.form_exclusive span {
	display: block;
}

.form_exclusive a {
	color: #c00 !important;
	text-decoration: none !important;
	background-color: transparent !important;
}

.form_exclusive a:hover {
	text-decoration: underline !important;
	color: #c00 !important;
}

.modal_header {
	border-bottom: 1px solid #bfbfbf;
}

.modal_body .news_col_12 > * {
	padding-bottom: 0.7rem;
}

.alert_danger {
	background-color: #ff8f44;
	padding: 1rem 2rem;
	margin-top: 1.3rem;
}

.sending_div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #ffffff9f;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #000000a9;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #000000a9 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

input[type="number"],
input[type="email"] {
	font-size: 20px !important;
	background: #fff !important;
	border-radius: 0 !important;
	padding: 0.5rem !important;
	font-family: wuerthbook;
}

/* UTILITY CSS */
.text_white {
	color: white !important;
}

.font_family_bold {
	font-family: "wuerthbold";
}

.font_family_book {
	font-family: "wuerthbook";
}

.text_center {
	text-align: center;
}

.input_group {
	padding-right: 1rem;
}

.c_pointer {
	cursor: pointer;
}
.fa-circle-info::before {
	vertical-align: middle;
	/* vertical-align: -webkit-baseline-middle; */
}
.form_section {
	gap: 13px;
}
.ticket_image {
	max-width: inherit;
}
@media screen and (min-width: 1600px) {
	.ticket_image {
		max-width: 24% !important;
	}
}
/* @media screen and (max-width: 968px) {
	.form_section {
		gap: 0;
	}
} */

input[type="number"].nl_input,
input[type="email"].nl_input {
	padding: 0.9rem !important;
	font-size: 16px !important;
}

.img_fluid {
	max-width: 100%;
	height: auto;
}

.w_100 {
	width: 100% !important;
}

.mw_100 {
	max-width: 100% !important;
}

.h_100 {
	height: 100% !important;
}

.p_0 {
	padding: 0 !important;
}
.p_05 {
	padding: 0.5rem !important;
}

.p_1 {
	padding: 1rem !important;
}

.p_2 {
	padding: 2rem !important;
}

.p_3 {
	padding: 2.5rem !important;
}

.pt_1 {
	padding-top: 1rem !important;
}

.pt_2 {
	padding-top: 2rem !important;
}

.pt_3 {
	padding-top: 3rem !important;
}

.pt_4 {
	padding-top: 4rem !important;
}

.pb_1 {
	padding-bottom: 1rem !important;
}

.pb_2 {
	padding-bottom: 2rem !important;
}

.pb_3 {
	padding-bottom: 3rem !important;
}

.pb_4 {
	padding-bottom: 4rem !important;
}

.pr_1 {
	padding-right: 1rem !important;
}

.pr_2 {
	padding-right: 2rem !important;
}

.pr_3 {
	padding-right: 3rem !important;
}

.pl_1 {
	padding-left: 1rem !important;
}

.pl_2 {
	padding-left: 2rem !important;
}

.pl_3 {
	padding-left: 3rem !important;
}

.px_1 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.px_2 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.py_1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.px_2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.m_0 {
	margin: 0 !important;
}

.mt_1 {
	margin-top: 1rem !important;
}

.mt_2 {
	margin-top: 2rem !important;
}

.mt_3 {
	margin-top: 3rem !important;
}

.mt_4 {
	margin-top: 4rem !important;
}

.mb_2 {
	margin-bottom: 2rem !important;
}

.mb_1 {
	margin-bottom: 1rem !important;
}

.mb_2 {
	margin-bottom: 2rem !important;
}

.mb_3 {
	margin-bottom: 3rem !important;
}

.container_fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.display_flex {
	display: flex !important;
}

.d_flex {
	display: flex !important;
}
.main_wrapper_flex {
	flex-direction: column;
	justify-content: space-between;
}
.main_wrapper_text {
	padding: 1rem;
}
.d_none {
	display: none !important;
}
.d_inline_block {
	display: inline-block !important;
}
.d_inline {
	display: inline !important;
}

.d_block {
	display: block !important;
}

.justify_content_start {
	justify-content: start !important;
}

.justify_content_center {
	justify-content: center !important;
}

.justify_content_end {
	justify-content: end !important;
}

.justify_content_between {
	justify-content: space-between !important;
}

.align_items_start {
	align-items: start !important;
}

.align_items_center {
	align-items: center !important;
}

.align_items_end {
	align-items: end !important;
}

.align_items_between {
	align-items: space-between !important;
}

.font_size_60 {
	font-size: 0.65rem !important;
}

.font_size_80 {
	font-size: 0.8rem !important;
}

.font_size_100 {
	font-size: 1rem !important;
}

.font_size_125 {
	font-size: 1.2rem !important;
}

.font_size_150 {
	font-size: 1.5rem !important;
}

.font_size_175 {
	font-size: 1.7rem !important;
}

.font_size_200 {
	font-size: 1.9rem !important;
}

.font_size_225 {
	font-size: 2.2rem !important;
}

.font_size_250 {
	font-size: 2.45rem !important;
}

.line_height_100 {
	line-height: 1rem !important;
}

.line_height_125 {
	line-height: 1.25rem !important;
}

.line_height_150 {
	line-height: 1.5rem !important;
}

.line_height_200 {
	line-height: 2rem !important;
}

.line_height_250 {
	line-height: 2.4rem !important;
}

.news_col_12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

/* #region new styles 2025 */
#form_newsletter_new,
#form_newsletter_new > div {
	border-radius: var(--nl-radius, 7px) !important;
}

input#emailToSendNL,
button#prosegui_al_newsletter {
	border-radius: var(--nl-radius, 7px) !important;
}
input#emailToSendNL {
	border: 1px solid #d2d2d2 !important;
}

input#clientenumberNL {
	border-radius: var(--nl-radius, 7px) 0 0 var(--nl-radius, 7px) !important;
}
input#clientenumberNL + div.input-group-append,
input#clientenumberNL + div.input-group-append #btn_open_modal {
	border-radius: 0 var(--nl-radius, 7px) var(--nl-radius, 7px) 0 !important;
}
.fa-light.fa-circle-info {
	display: grid;
	place-content: center;
	place-items: center;
}

label.form-check-label {
	line-height: 1.2 !important;
	font-family: "wuerthbook", sans-serif;
}

button#prosegui_al_newsletter {
	padding-inline: 1.5rem;
}

/* all direct children */
.form_section > div {
	flex-basis: 300px;
	min-width: 300px;
}
.form_section > div:first-of-type {
	flex-grow: 10;
	flex-shrink: 10;
}
.form_section > div:nth-of-type(2) {
	flex-grow: 8;
	flex-shrink: 8;
}
.form_section > div:last-of-type {
	min-width: max-content;
	flex-basis: 200px;
}
/* #endregion new styles 2025 */

@media (min-width: 768px) {
	.news_col_6_md {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.pt_lg_0 {
		padding-top: 0 !important;
	}

	.pr_lg_5 {
		padding-right: 4.8rem !important;
	}

	.news_col_3_lg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.news_col_4_lg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.news_col_9_lg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}
@media (max-width: 986px) {
	.flex_s_wrap {
		flex-wrap: wrap !important;
	}
}
@media (max-width: 767px) {
	.form_section > div {
		flex-basis: 200px;
		min-width: 200px;
	}
	.form_section > div:last-of-type {
		flex: 1 1 200px !important;
	}

	.modal_news {
		overflow-x: hidden;
		overflow-y: auto;
	}

	.modal_content_news {
		width: 100% !important;
		max-height: 80%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.input_col_height {
		height: 48px !important;
	}

	.font_size_s_85 {
		font-size: 0.82rem;
	}

	.flex_s_wrap {
		flex-wrap: wrap !important;
	}

	.p_s_0 {
		padding: 0 !important;
	}

	.p_s_1 {
		padding: 1rem !important;
	}

	.p_s_2 {
		padding: 2rem !important;
	}

	.p_s_3 {
		padding: 2.5rem !important;
	}

	.pt_s_1 {
		padding-top: 1rem !important;
	}

	.pt_s_2 {
		padding-top: 2rem !important;
	}

	.pt_s_3 {
		padding-top: 3rem !important;
	}

	.pt_s_4 {
		padding-top: 4rem !important;
	}

	.pb_s_1 {
		padding-bottom: 1rem !important;
	}

	.pb_s_2 {
		padding-bottom: 2rem !important;
	}

	.pb_s_3 {
		padding-bottom: 3rem !important;
	}

	.pb_s_4 {
		padding-bottom: 4rem !important;
	}

	.pr_s_1 {
		padding-right: 1rem !important;
	}

	.pr_s_2 {
		padding-right: 2rem !important;
	}

	.pr_s_3 {
		padding-right: 3rem !important;
	}

	.pl_s_1 {
		padding-left: 1rem !important;
	}

	.pl_s_2 {
		padding-left: 2rem !important;
	}

	.pl_s_3 {
		padding-left: 3rem !important;
	}

	.px_s_1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.px_s_2 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.py_s_1 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.px_s_2 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.m_s_0 {
		margin: 0 !important;
	}

	.mt_s_1 {
		margin-top: 1rem !important;
	}

	.mt_s_2 {
		margin-top: 2rem !important;
	}

	.mt_s_3 {
		margin-top: 3rem !important;
	}

	.mt_s_4 {
		margin-top: 4rem !important;
	}

	.mb_s_2 {
		margin-bottom: 2rem !important;
	}

	.mb_s_1 {
		margin-bottom: 1rem !important;
	}

	.mb_s_2 {
		margin-bottom: 2rem !important;
	}

	.mb_s_3 {
		margin-bottom: 3rem !important;
	}
}

/* ########### */
