#homepagefilters_container {
	background-color: #FFFFFF;
	width: auto;
	height: fit-content;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: auto;
	overflow: hidden;
}
.form-container {
	padding: 26px 0px !important;
}
.row {
	margin-right: auto !important;
	margin-left: auto !important;
}
.homepagefilters_select {
	width: 170px;
	height: 40px;
	appearance: none;
	padding-left: 12px;
	border: 1px solid #5D5D5D;
	border-radius: 5px;
	background: #fcfcfc;
}
.homepagefilters_select:active {
	border: 1px solid red;
}
#homepagefilters_m_ {
	width: 100%;
}
#homepagefilters-triangle_m_ {
	position: absolute;
}
.lbl_text {
	text-transform: uppercase;
	font-weight: 600;
}
.triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px 8px 0 8px;
	border-color: #333333 transparent transparent transparent;
	border-style: solid;
	border-radius: 4000px;
}
.btn-container {
	display: flex;
}
.btn-cerca {
	width: 300px;
	height: 45px;
	background: #3519D0 0% 0% no-repeat padding-box !important;
	/*font: normal normal normal 16px/20px Days One;*/
	margin: 30px auto auto;
	border-radius: 5px;
	/*border-bottom: 3px solid #0B0746 !important;*/
}
.img-gomma {
	width: 354px;
	height: 122px;
	margin-right: auto;
	margin-top: auto;
}
.lbl-container {
	display: flex;
}
.lbl-text {
	margin: 10px auto auto;
	font-size: small;
	color: #333333;
	font-weight: 500;
	text-align: cventer
}
.div-txt {
	position: absolute;
	margin-left: 79px;
	margin-top: 49px;
	text-align: center;
}
.no-right-padding {
	padding-right: 0 !important;
}
.right-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #EFEFEF;
	display: flex;
	flex-direction: column;
	right: -15px;
	position: relative;
}
.dove-cercare-misure {
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	margin: 50px 0;
}
.triangle {
	right: 25px;
	top: 17px;
}
@media screen and (min-width: 1200px) {
	#homepagefilters-triangle_m_ {
		right: 17px;
	}
}
@media screen and (max-width: 1200px) {
	.right-container {
		height: 182px;
	}
	.dove-cercare-misure {
		margin-top: 15px;
	}
	/*
    #homepagefilters_container{
        height: 745px;
        max-width: 360px;
        width: auto;
    }
	*/
	.homepagefilters_select {
		width: 100%;
		height: 40px;
	}
	.form-container {
		padding: 26px 26px 41px 26px;
	}
	.triangle {
		/*	right: 12px;	*/
		top: 17px;
	}
	.btn-container {
		padding-top: 13px;
	}
	.btn-cerca {
		width: 100%;
		height: 45px;
		margin: 30px auto auto;
		;
	}
	.no-right-padding {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.lbl-text {
		margin: auto;
		margin-top: 12px;
		margin-right: 6px;
	}
	.lbl_text {
		margin-top: 15px;
		margin-bottom: -8px;
	}
	.image_container {
		width: 100%;
		height: 185px;
		border-radius: 0px;
		overflow: hidden;
	}
	.div-txt {
		color: #171717;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		margin-top: 17px;
		text-align: center;
		font: normal normal normal 18px/21px;
	}
	.img-gomma {
		width: 337px;
		height: 122px;
		margin-left: 12px;
		margin-top: auto;
		transform: scale(1.0);
	}
}
input[type="checkbox"] {}
/*
.checkbox-container {
	margin-top: 3px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
*/
.checkbox-container label i {
	font-size: 21px;
	margin-top: -1px;
}
input[type="checkbox"] + label {
	color: #999999;
}
#homepagefilters_form input[type="checkbox"] + label {
	color: #e3e3e3;
}
/*
input#sun-cloud-rain[type="checkbox"]:checked + label{
    content: url(/img/cms/all-season.svg) !important;
	margin-top:3px!important;
}

input#sun-cloud-rain[type="checkbox"] + label {
    content: url(/img/cms/all_season_grey.svg) !important;
	margin-top:3px!important;
	padding: 0px 10px 0px 5px;
}

 input#tutto[type="checkbox"] + label{
	 content: url(/img/cms/check_grey.svg) !important;
	 margin-top:3px!important;
	 padding: 0px 10px 0px 5px;
}
 input#tutto[type="checkbox"]:checked + label{
	 content: url(/img/cms/check.svg) !important;
	 margin-top:3px!important;

}
input.tutto[type="checkbox"]:checked + .tutto{
      color: #03038f;
  }

input#snow[type="checkbox"]:checked + label{
    content: url(/img/cms/snowflake.svg) !important;
	margin-top:3px!important;
}
input#snow[type="checkbox"] + label{
    content: url(/img/cms/snowflake_grey.svg) !important;
	margin-top:3px!important;
}
input#sun[type="checkbox"]:checked + label{
    content: url(/img/cms/sun.svg) !important;
	margin-top:3px!important;
}
input#sun[type="checkbox"] + label{
    content: url(/img/cms/sun_grey.svg) !important;
	margin-top:3px!important;
}
input#sun-cloud-rain[type="checkbox"]:checked + label{
    color: #000000!important;
}
*/
.checkbox-container {
	padding: 10px 5px;
	display: inline-flex;
	align-items: center;
}
.checkbox-container label img {
	filter: grayscale(1);
	opacity: .29;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.checkbox-container #tutto + label img {
	filter: grayscale(1);
	opacity: .118;
}
.checkbox-container #tutto:checked + label img, .checkbox-container input[type="checkbox"]:checked + label img {
	filter: grayscale(0);
	opacity: 1;
}
.square {
	text-align: center;
	width: 28px;
	height: 28px;
	border: 1px solid #171717;
	border-radius: 5px;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}
.near-checkbox {
	font-size: 12px;
	text-align: left;
	margin-bottom: 0;
	padding-left: 5px;
}
@media screen and (max-width: 767px) {
	#homepagefilters_form .form-container > .row > div, #homepagefilters_form .form-container + div {
		padding-left: 0px;
		padding-right: 0px;
	}
	#homepagefilters_form .right-container {
		right: 0;
	}
	#homepagefilters_form .img-gomma {
		margin: 0 auto;
		position: relative;
	}
}