:root {
	/*COLORS*/
	--primary: #00aa6c;
	--primaryP1: #0b7;
	--primaryN2: #008856;
	--primaryN3: #00774c;
	--secondary: #d23927;
	--secondaryN2: #b53122;
	--secondaryN3: #a72d1f;
	--blue: #2457f1;
	--blueN2: #0f44e4;
	--blueN3: #0e3fd4;
	--darkN2: #25292d;
	--third: #f8b716;
	--thirdN2: #e5a507;
	--thirdN3: #d59906;
	--lightN2: #e4e8ec;
	--lightN3: #dae0e5;
	--lightN4: #d0d7de;
	--bgpanel: var(--lightN3);
	--semred: #b81d13;
	--semyellow: #efb700;
	--semgreen: #2dc937;
	--selectborder: #ced4da;

	/*RADIO*/
	--radio-default-color: #363945;
	--radio-background-color: #eeeeee;
	--radio-checked-color: var(--primary);
}
@font-face {
	font-family: 'Gotham Pro';
	src: url(fonts/GothamPro.ttf);
}
@font-face {
	font-family: 'Gotham Pro Medium';
	src: url(fonts/GothamPro-Medium.ttf);
}
@font-face {
	font-family: 'Gotham Pro Bold';
	src: url(fonts/GothamPro-Bold.ttf);
}
.font-gp-regular {
	font-family: 'Gotham Pro', sans-serif;
}
.font-gp-medium {
	font-family: 'Gotham Pro Medium', sans-serif;
}
.font-gp-bold {
	font-family: 'Gotham Pro Bold', sans-serif;
}
strong {
	font-family: 'Gotham Pro Bold', sans-serif;
}

/*BOOTSTRAP OVERRIDE*/
.btn,
.form-control {
	box-shadow: none !important;
}
.form-control:focus {
	border-color: var(--primary);
	outline: 2px auto var(--primary);
}
.form-control.no_border {
	border: 0;
	outline: none;
}
.disabled {
	cursor: default !important;
}
.dropdown-menu {
	min-width: 0;
}
.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):focus {
	background-color: var(--primaryN2);
	border-color: var(--primaryN2);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	background-color: var(--primaryN3);
	border-color: var(--primaryN3);
}
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: var(--gray);
	border-color: var(--gray);
}
.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary);
}
.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: var(--gray);
	border-color: var(--gray);
}
.btn-secondary {
	background-color: var(--secondary);
	border-color: var(--secondary);
}
.btn-secondary:not(:disabled):not(.disabled):hover,
.btn-secondary:not(:disabled):not(.disabled):focus {
	background-color: var(--secondaryN2);
	border-color: var(--secondaryN2);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	background-color: var(--secondaryN3);
	border-color: var(--secondaryN3);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: var(--gray);
	border-color: var(--gray);
}
.btn-outline-secondary {
	color: var(--secondary);
	border-color: var(--secondary);
}
.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
	background-color: var(--secondary);
	border-color: var(--secondary);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: var(--gray);
	border-color: var(--gray);
}
.btn-blue {
	color: #fff;
	background-color: var(--blue);
	border-color: var(--blue);
}
.btn-blue:not(:disabled):not(.disabled):hover,
.btn-blue:not(:disabled):not(.disabled):focus {
	color: #fff;
	background-color: var(--blueN2);
	border-color: var(--blueN2);
}
.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show > .btn-blue.dropdown-toggle {
	color: #fff;
	background-color: var(--blueN3);
	border-color: var(--blueN3);
}
.btn-blue.disabled,
.btn-blue:disabled {
	background-color: var(--gray);
	border-color: var(--gray);
}
.btn-outline-blue {
	color: var(--blue);
	border-color: var(--blue);
}
.btn-outline-blue:not(:disabled):not(.disabled):hover,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue.dropdown-toggle {
	background-color: var(--blue);
	border-color: var(--blue);
	color: #fff;
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
	color: var(--gray);
	border-color: var(--gray);
}
.btn-third {
	background-color: var(--third);
	border-color: var(--third);
}
.btn-third:not(:disabled):not(.disabled):hover,
.btn-third:not(:disabled):not(.disabled):focus {
	background-color: var(--thirdN2);
	border-color: var(--thirdN2);
}
.btn-third:not(:disabled):not(.disabled).active,
.btn-third:not(:disabled):not(.disabled):active,
.show > .btn-third.dropdown-toggle {
	background-color: var(--thirdN3);
	border-color: var(--thirdN3);
}
.btn-third.disabled,
.btn-third:disabled {
	background-color: var(--gray);
	border-color: var(--gray);
}
.text-primary {
	color: var(--primary) !important;
}
.text-primary-old {
	color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
	color: var(--primary) !important;
}
.text-secondary {
	color: var(--secondary) !important;
}
.text-blue {
	color: var(--blue);
}
.text-third {
	color: var(--third) !important;
}
.bg-primary {
	background-color: var(--primary) !important;
}
.bg-secondary {
	background-color: var(--secondary) !important;
}
.bg-blue {
	background-color: var(--blue);
}
.bg-light-n2 {
	background-color: var(--lightN2);
}
.bg-light-n3 {
	background-color: var(--lightN3);
}
.bg-light-n4 {
	background-color: var(--lightN4);
}
.bg-dark-n2 {
	background-color: var(--darkN2);
}
.border-primary {
	border-color: var(--primary) !important;
}
.border-secondary {
	border-color: var(--secondary) !important;
}
.badge-secondary {
	background-color: var(--secondary) !important;
}
.badge-blue {
	background-color: var(--blue) !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: var(--blue);
}
.nav-pills .nav-link {
	border: 1px solid var(--blue);
}
.nav-pills .nav-item .nav-link {
	color: var(--blue);
}
.nav-pills .nav-item .nav-link:hover {
	color: var(--blueN3);
}
.nav-pills .nav-item .nav-link.active {
	color: #fff;
}
.nav-pills .nav-item:hover {
	background-color: var(--lightN2);
}
.custom-control-input:disabled ~ .custom-control-label.custom_control_paypal_label,
.custom-control-input[disabled] ~ .custom-control-label.custom_control_paypal_label {
	color: inherit;
}
.pagination .page-item .page-link {
	color: var(--secondary);
}
.pagination .page-item.active .page-link {
	color: #fff;
	background-color: var(--secondary);
	border-color: var(--secondary);
}
.pagination .page-item.active .page-link {
	color: #fff;
	background-color: var(--secondary);
	border-color: var(--secondary);
}
.pagination .page-item .page-link:focus {
	box-shadow: 0 0 0 0.2rem rgb(210 57 39 / 25%);
}

/*GENERAL*/
.border-1 {
	border-width: 1px !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-3 {
	border-width: 3px !important;
}
.border-4 {
	border-width: 4px !important;
}
.border-5 {
	border-width: 5px !important;
}
.list-group-item-action {
	cursor: pointer;
}
.as_link:hover {
	cursor: pointer;
	text-decoration: underline;
}
.no_link,
.no_link:hover,
.no_link.focus,
.no_link:focus {
	color: inherit;
	text-decoration: none !important;
}
.btn_pill {
	border-radius: 100px !important;
}
.pill_left {
	border-top-left-radius: 100px !important;
	border-bottom-left-radius: 100px !important;
}
.pill_right {
	border-top-right-radius: 100px !important;
	border-bottom-right-radius: 100px !important;
}
.hover_primary:hover {
	color: var(--primary) !important;
}
.hover_secondary:hover {
	color: var(--secondary) !important;
}
.hover_blue:hover {
	color: var(--blue) !important;
}
.hover_danger:hover {
	color: var(--danger) !important;
}
.btn.btn_tooltip:focus {
	box-shadow: none;
}
.was_price {
	text-decoration: line-through;
}
.show-read-more .more-text.hidden {
	display: none;
}
.radio_btn,
.radio_fones {
	cursor: pointer;
}
.radio_btn.active {
	color: #fff;
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}
.radio_btn_blue.active {
	color: #fff;
	background-color: var(--blue) !important;
	border-color: var(--blue) !important;
}
.radio_btn_secondary.active {
	color: #fff;
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
}
.radio_btn_third.active {
	color: #fff;
	background-color: var(--third) !important;
	border-color: var(--third) !important;
}

/*ICON INSIDE INPUT*/
.inside_input .form-control {
	border-right: 0;
}
.inside_input .btn {
	border-color: #ced4da;
	border-left: 0;
	color: #868686;
}
.inside_input .btn:hover {
	color: var(--primary);
}
.inside_input .btn:focus {
	box-shadow: none;
}

/*NAVBAR*/
.navbar .navbar-nav .top_nav_link:hover {
	color: var(--secondary) !important;
}
.line_xs_v {
	width: 1px;
	height: 25px;
	margin: 8px;
}
.py_cart {
	padding-top: 0.66rem;
	padding-bottom: 0.66rem;
}
@media only screen and (max-width: 575.98px) {
	.navbar-brand img {
		height: 30px;
	}
	.sidenav .logo_divicinato {
		height: 30px;
	}
}
.pt_lg_sticky {
	padding-top: 0;
}
@media only screen and (min-width: 992px) {
	.pt_lg_sticky {
		padding-top: 42px;
	}
}

/*HOMEPAGE*/
.input_inside_pill {
	border: 0;
}
.input_inside_pill:focus {
	box-shadow: none;
}
.bootstrap-select .dropdown-toggle {
	background-color: #fff !important;
	border: 0;
}
.mondo_selector .bootstrap-select .dropdown-toggle {
	border: 1px solid var(--dark);
}
.mondo_selector .bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
}
.bootstrap-select .dropdown-toggle:hover {
	background-color: #e2e6ea !important;
}
.bootstrap-select .dropdown-menu .form-control:focus {
	border: 0;
}
.bootstrap-select .dropdown-menu .dropdown-item:active {
	color: #fff;
}
.bootstrap-select .dropdown-menu .selected.active .dropdown-item:hover {
	color: #fff;
}
.searchbox_container .bootstrap-select .dropdown-toggle:focus,
.searchbox_container .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	outline: 0 !important;
}
.picker_border .bootstrap-select .dropdown-toggle {
	background-color: #fff !important;
	border: 2px solid var(--selectborder);
}
.picker_border .bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
	border-color: var(--primary);
}
.picker_border .bootstrap-select .dropdown-menu .form-control:focus {
	border: 0;
}
.luogo_M .geo_icon {
	padding: 0.8rem;
}
.input-group-prepend .geo_icon {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-right: 0;
	background-color: #fff !important;
}
.geo_icon:hover {
	cursor: pointer;
	color: var(--primary) !important;
}
.suggestion_box {
	position: absolute;
	top: 64px;
	left: 4rem;
	right: 4rem;
	z-index: 5;
}
@media only screen and (max-width: 767.98px) {
	.q.form-control:focus {
		border: 0 !important;
		outline: 0 !important;
	}
}
@media only screen and (max-width: 1198.98px) {
	.img_cps img {
		height: 120px;
	}
}
@media only screen and (max-width: 991.98px) {
	.img_cps {
		margin-right: -15px;
	}
	.img_cps img {
		height: 180px;
	}
}
@media only screen and (max-width: 991.98px) {
	.img_cps {
		margin-right: -15px;
	}
	.img_cps img {
		height: 180px;
	}
}
@media only screen and (min-width: 992px) {
	.img_hai_un_attivita {
		background-color: rgba(255, 255, 255, 0.9);
		border-radius: 0.25rem !important;
		padding: 30px 45px 25px 45px !important;
		position: absolute;
		top: 22%;
		left: 53%;
		right: 4%;
	}
	.img_hai_un_attivita h3 {
		color: var(--secondary);
	}
}

/*MAP SEARCH*/
.card_ven {
	outline: 5px auto var(--secondary);
	animation: highlight_ven 1.3s;
}
@keyframes highlight_ven {
	25% {
		opacity: 0.2;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}

/*FOOTER*/
.line_sm_secondary::before {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 24px;
	background-color: var(--secondary);
}
.line_sm_primary::before {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 24px;
	background-color: var(--primary);
}

/*STORE SUBDOMAIN*/
.a_product {
	color: inherit;
}
.a_product:hover {
	color: inherit;
	text-decoration: none;
}
.edit_info:hover {
	cursor: pointer;
	color: var(--primary) !important;
}
.logo_img {
	width: 170px;
	height: 170px;
	top: -85px;
}
.img_cover_container {
	position: relative;
	width: 100%;
	padding-bottom: 60%;
}
@media only screen and (min-width: 576px) {
	.img_cover_container {
		padding-bottom: 45%;
	}
}
@media only screen and (min-width: 768px) {
	.img_cover_container {
		padding-bottom: 30%;
	}
}
.img_cover_container .carousel,
.img_cover_container .carousel .carousel-inner,
.img_cover_container .carousel .carousel-inner .carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.img_cover_container .img_cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.badge_offer {
	position: absolute;
	top: 12px;
	right: 12px;
}

/*MENU ACCOUNT*/
.sidenav {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1030;
}
.sidenav .subside {
	font-size: 15px;
}
.sidenav .outside {
	position: absolute;
	top: 0;
	left: 60px;
	width: 180px;
	display: none;
}
.sidenav .nav::-webkit-scrollbar {
	display: none;
}
.sidenav .main_link:hover + .outside,
.outside:hover {
	display: block;
}
.main_link:hover,
.main_link.active {
	background-color: var(--primary);
}
.main_icon {
	position: absolute;
	right: 16px;
}
.side_link:hover,
.side_link.active {
	background-color: var(--darkN2);
	color: var(--primary);
}
.sidenav_toggler:hover {
	color: var(--light) !important;
}
.page_content {
	margin-left: 240px;
}
@media only screen and (max-width: 991.98px) {
	.page_content {
		margin-left: 0 !important;
	}
}

/*UPLOAD IMAGES*/
.img_upload_overlay {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.1s;
}
.img_upload_overlay:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 991.98px) {
	.img_upload_overlay_m {
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 10px;
		background-color: #000;
		opacity: 0.8;
	}
}
@media only screen and (min-width: 992px) {
	.img_upload_overlay_m {
		cursor: pointer;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0;
		transition-property: opacity;
		transition-duration: 0.1s;
	}

	.img_upload_overlay_m:hover {
		opacity: 0.8;
	}
}
.rotate-cw-btn:hover,
.rotate-ccw-btn:hover {
	cursor: pointer;
	color: var(--primary);
}

/*CART*/
.inside_toggler:hover {
	color: var(--primary) !important;
}
/*CHECKOUT*/
.checkout_overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	transition-property: opacity;
	transition-duration: 0.1s;
	z-index: 11;
}
.checkout_overlay:hover {
	opacity: 0.9;
}
.checkout_overlay:hover .overlay_text {
	display: block !important;
}
.invisible_checkout_li {
	padding: 0 !important;
	border-bottom: 0 !important;
}

/*ADDRESS SELECTOR*/
.card-input-element + .card:hover {
	cursor: pointer;
}
.card-input-element:checked + .card {
	border-color: var(--primary) !important;
	outline: 2px auto var(--primaryP1);
	background-color: var(--primaryP1);
	color: #fff;
	font-weight: bold;
}
.card_indirizzi .card-input-element:checked + .card {
	border: 2px solid var(--primary);
	outline: none;
	background-color: #fff;
	color: #212529;
	font-weight: normal;
}
.lbl_clickable {
	cursor: pointer;
	color: var(--secondary);
}
.lbl_clickable:hover {
	text-decoration: underline;
}
.add_address_btn:hover {
	background-color: var(--lightN4);
}

/*RADIO*/
input[type='radio'] {
	appearance: none;
	width: 0.75em;
	height: 0.75em;
	background: var(--radio-background-color);
	box-shadow: inset 0 0 0 0.2em white, 0 0 0 0.1em;
	border-radius: 50%;
	transition: 0.2s;
	color: var(--radio-default-color);
}
input[type='radio']:hover,
input[type='radio']:checked {
	background: var(--radio-default-color);
	box-shadow: inset 0 0 0 0.25em white, 0 0 0 0.1em;
}

input[type='radio']:checked {
	background: var(--radio-checked-color);
	box-shadow: inset 0 0 0 0.2em white, 0 0 0 0.1em var(--radio-checked-color);
}
input[type='radio']:focus {
	outline: 0;
}

/*MULTISTEP*/
.multistep {
	height: 20px;
}
.multistep .step_1,
.multistep .step_2,
.multistep .step_3,
.multistep .step_4,
.multistep .step_5,
.multistep .step_6,
.multistep .step_7,
.multistep .step_8 {
	background-image: linear-gradient(to right, var(--primaryN2), var(--primary));
	height: 100%;
}
.multistep .step_1 {
	width: 11%;
}
.multistep .step_2 {
	width: 22%;
}
.multistep .step_3 {
	width: 33%;
}
.multistep .step_4 {
	width: 44%;
}
.multistep .step_5 {
	width: 55%;
}
.multistep .step_6 {
	width: 66%;
}
.multistep .step_7 {
	width: 77%;
}
.multistep .step_8 {
	width: 88%;
}

/*ENJOYHINT*/
.enjoyhint {
	z-index: 2050 !important;
}

.li_blue:hover {
	color: #fff;
	background-color: var(--blue);
}

/*SERVICES*/
.hide_container .hide_item:nth-child(n + 5) {
	display: none;
}

/*BOOTSTRAP DATEPICKER*/
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
	background-color: var(--primary) !important;
}

/*FULLCALENDAR*/
.fc-event {
	cursor: pointer;
}

/*NOTIFY*/
div[data-notify='container'] {
	width: 95%;
}

/*RADIO PV*/
.radio_pv {
	cursor: pointer;
}
.radio_pv.active {
	outline: 2px auto var(--primary);
}

/*QUILL*/
.ql-container {
	height: calc(100% - 75px) !important;
}
.ql-toolbar.ql-snow {
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
	border-bottom-left-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}
.ql-tooltip.ql-editing {
	z-index: 1000;
}
