/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 05 2024 | 10:20:16 */
.calc__options{overflow:hidden;width:100%;}
.calc__options-car_age{width:50%!important;float:left;padding-right:15px;}
.calc__options-car_age span{font-weight:600;font-size:16px;margin-bottom:5px;display:block;width:100%;color:#00205c;}
.calc__options-car_age select{border:2px solid #f07400!important;font-size:16px;font-weight:600;padding:16px 15px;}
.calc__options-car_price{width:50%!important;float:left;}
.calc__options-car_price span{font-weight:600;font-size:16px;margin-bottom:5px;display:block;width:100%;color:#00205c;}
.calc__options-engine-type{overflow:hidden;width:50%!important;float:left;padding-right:15px;}
.calc__options-person{overflow:hidden;width:50%!important;float:left;}
.calc__options-volume{padding-top:10px;overflow:hidden;width:50%!important;float:left;padding-right:15px;}
.calc__options-volume span{font-weight:600;font-size:16px;margin-bottom:5px;display:block;width:100%;color:#00205c;}
.calc__options-fuel{overflow:hidden;width:50%!important;float:left;}
.calcalsboxone{padding:10px 0px 0px 0px;}
.calcalsboxone span{font-weight:600;font-size:16px;margin-bottom:5px;display:block;width:100%;color:#00205c;}
.sale{padding-top:15px;overflow:hidden;width:100%!important;float:left;}
.calc__options-engine-type label{width:100%;}
.calc__options-engine-type label > input{margin-right:10px;}
.calc__options-person label{width:100%;}
.calc__options-person label > input{margin-right:10px;}
.calc__options-fuel label{width:100%;}
.calc__options-fuel label > input{margin-right:10px;}
.sale label{width:100%;}
.sale label > input{margin-right:10px;}
.calc-result{
	padding-top:20px;
	overflow:hidden;
	width:100%;
}
.calc-result strong{
	text-transform:uppercase;font-weight:600;font-size:18px;margin-bottom:5px;display:block;width:100%;color:#00205c;
}
.calc-result ul{
	list-style:none!important;
	overflow:hidden!important;
	padding:0px!important;
	margin:0px!important;
	width:100%!important;
}

.calc-result ul > li{
	padding:0px 15px 15px 0px;
	overflow:hidden;
	width:50%;
	float:left;
}
.calc-result ul > li > span{font-weight:600;font-size:16px;margin-bottom:5px;display:block;width:100%;color:#00205c;}
.calcuresult{font-weight:600;font-size:16px;color:#f07400;}

.radiobox{
	display:inline-block;
	margin-right:10px;
}
.radiobox input[type=radio]{
	display:none;
}
.radiobox label{
	display:inline-block;
	cursor:pointer;
	padding:0px 15px;
	line-height:34px;
	border:2px solid #00205c;
	font-weight:600;
	border-radius:100px;
	user-select:none;
	color:#00205c;
}
 
/* Checked */
.radiobox input[type=radio]:checked + label{
	background:#ffe7d0;
	border:2px solid #f69e4d;
}
 
/* Hover */
.radiobox label:hover{
	border:2px solid #f69e4d;
	color:#00205c;
}
 
/* Disabled */
.radiobox input[type=radio]:disabled + label{
	background:#efefef;
	color:#666;
}



@media(max-width:768px){
	.calc__options input[type=radio]{width:14px!important;height:14px!important;padding:0px!important;}
	.calc__options-car_age{width:100%!important;padding:0px!important;}
	.calc__options-car_price{width:100%!important;}
	.calc__options-engine-type{width:100%!important;}
	.calc__options-engine-type input{width:14px!important;height:14px!important;padding:0px!important;}
	.calc__options-person{width:100%!important;}
	.calc__options-fuel{width:100%!important;}
	.calc__options-volume{width:100%!important;padding:15px 0px 0px 0px!important;}
	.sale{padding:15px 0px!important;}
}
