/*
green : #6cb731;
orange : #dddddd
*/
.prod_container
{
  width:100%;
  height:auto;
  /*border: 1px solid #666;
  border-radius:4px;*/
  padding:4px;
}
.prod_head
{
	margin-bottom: 8px;
}
.prod_head_icon
{
  font-size:20px;
  margin:24px 0 0 8px;
  cursor:pointer;
}

/*.padding{padding:30px 0px 0px 0px;}*/
.prod_box{
	margin: 0px 10px 30px 10px;
	background-color:white;
	padding: 10px 30px;
}
.prod_box:last-child{
	margin: 0px 10px 0px 10px;

}
.prod_box div{
	font-size: 14px;
    font-weight: 500;
}



.prod_box_2{
	/*margin: 0px 10px 0px 10px;*/
	background-color:white;
	padding: 0px;
}
.prod_sum_table {
	font-size: 14px;
    font-weight: 500;
}
.prod_sum_table > tbody > tr > td 
{
	border:none;
	text-align:left;
}

.prod_to_cart_btn
{
	padding:12px;
	background-color: #fd684f;
	text-transform:uppercase;
	text-align:center;
	color:white;
	margin: 16px 0;
	cursor:pointer
}
.prod_to_cart_btn i
{
	display:inline-block;
	color:white;
	font-size: 26px;
	margin-right: 16px
}
.prod_to_cart_btn span{
	display:inline-block;
	font-style: normal;
	font-size: 20px;
}

.prod_params_col2
{
	text-align:right;
}
.prod_params_col2 div{
	text-align: right;
	font-weight: 500;
	font-size: 14px;
}
.prod_params_col2 .prod_to_cart_btn{
    text-align: center;
    padding: 8px;
    width: 100%;
    max-width: 200px;
    float: right;
}


.prod_sum_truck
{
	font-size:56px;
	color:#444;
}
.prod_params_col2 .prod_params_date{
	font-size:24px;
	color:#418083;
}
.prod_params_date{
	font-size:24px;
	color:#418083;
}


.prod_params_col2 .prod_params_head
{
	font-size:14px;
	text-transform:uppercase;
	margin:12px 0;
	font-weight: bold
	
}
.prod_params_head
{
	font-size:14px;
	text-transform:uppercase;
	margin:6px 0;
	font-weight: bold
	
}
.prod_container .prod_box h2
{
	/*margin:8px 0;*/
}

.prod_box .prod_final_price{
	font-size:20px;
	margin:8px 0;
	color:#000;
}
.prod_specs
{
	margin: 4px 0 0 8px;
	text-align:left;
	color: #777;
  	width:100%;
}

.prod_feature_container
{
  /*width:33%;
  display:inline-block;
  border: 1px solid #aaa;
  padding:4px;*/
}




.feat_top_cont
{
  width:100%;
  height: 20px;
}

.feat_top_uniqe
{
  height: 20px;
}
.feat_top_uniqe span
{
	/*margin-top:4px;*/
  	font-size:12px;
}
.feat_top_uniqe i
{
	margin-top:2px;
	font-size:16;
  	color:#6cb731;
}

.prod_drop_item_active
{
	background-color:#eee;
}
.prod_drop_item
{
	width:100%;
}
.dropdown .feat_dropdown
{
	width:100%;
	padding:0;
	border-radius: 0px;
	outline: none;
	border:none
}

.dropdown .feat_dropdown_txt
{
	
	background-color:#6cb731;
	padding: 6px;
	text-align: center;
	font-size:12px;
	color:#fff;
	height:30px;
	width:calc(100% - 30px);
}
.dropdown .feat_dropdown .feat_dropdown_caret
{
	
	background-color:#dddddd;
	padding: 8px;
	font-size:12px;
	color:#fff;
	height:30px;
	width:30px;
	
}

.dropdown .feat_dropdown .feat_dropdown_caret i{
	background-color:transparent;
	color: white;
	font-size: 12px;
	top: 0px;
    right: 0px;
    /*padding: 6px 4px;*/
}
.feat_title
{
	width:auto;
	font-size: 14px;
	color:#444;
	padding:0px 4px;
	font-weight: 500;
	text-transform: uppercase;
}
.feat_subtxt
{
	font-size: 9px !important;
	color:#555;
	height:10px;
	width:100%;
  	margin:0 2px 1px 4px;
}
.feat_text
{
	font-size: 11px;
	color:#555;
	padding:2px 0;
	margin-bottom:4px;
}

.feature_input
{
	background-color:#6cb731;
	padding: 8px;
	font-size:12px;
	color:#fff;
	height:30px;
	width:calc(50% - 8px);
	margin: 2px 4px 16px 2px;
	outline:none;
	/*text-align: center
	*/
}
.feat_dropdown_cont .f_op_drop
{
  	width:100%;
    z-index: 200;
    position: absolute; 
    top: 30px;
    left:0px;
  	max-height: 450px;
	overflow: hidden auto;
}
.feat_dropdown_cont .f_op_drop li{
	padding:8px;
	font-size: 14px;
	color:#444;
}
.feat_dropdown_cont
{
	/*position:absolute;top: 0;left: 0;*/
	width:100%;
	padding:0;
	margin: 2px 0 16px 0;;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
	outline:none;
}



.feature_radio_cont
{
	width:100%;
	padding:0;
	margin: 2px 0 16px 8px;
}
.feature_radio
{
	/*width:100%;
	display:table;*/
    display: inline-block;    
	margin:6px 0;
    margin-right: 20px;
}

.feature_radio input
{
	float:left;
	margin: 0px;
}


.feature_radio h4
{
	width:auto;
	margin: 0;
  	text-align: left;
	font-size:14px;
	font-weight: normal;
}

.feature_radio label
{
	font-size:12px;
	margin-left: 4px
	
}
.feat_radio_txt
{
	float:left;
	margin-left: 8px;
	width: calc(100% - 28px);
	
}

.f_check_container{
	width:100%;
}
.container {padding-left:25px;}

.feature_checkbox
{
	margin-left: 8px
	
}
/*
.prod_feature_container input:checked ~ .feature_checkbox
{
	color:#000;
	background-color:#6cb731;
	border-color: #6cb731;
}*/
.feature_checkbox2
{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	transition: 0.2s;
	background-color: #eee;
	border: 1px solid #ddd;
	margin: 10px 8px;
	border-radius: 0;
}
.prod_feature_container input:checked ~ .feature_checkbox2{
	color:#6cb731;
	background-color:#dddddd;
	border-color: #dddddd;
	margin: 10px 8px;
	border-radius: 0;
}
.prod_feature_container input:checked ~ .checkmark::after
{
	left: 6px;
	top: 2px;
	border-radius: 0;
}
.feature_checkbox_txt
{
	margin: 6px 2px;
	font-size: 12px;/**/
	padding-left: 10px;
}


.feat_tablist_tab
{
	margin: 0 0 4px 0;
	color:#fff;
	background-color:#6cb731;
	border-bottom: 6px solid #dddddd;
}
.feat_tablist_tab_active
{
	background-color:#dddddd;
}
.feat_tablist_tab h2
{
	color:#fff;
	font-size:15px;
	text-align:center;
	margin: 8px 0 0 0;
}
.feat_tablist_tab h4
{
	color:#fff;
	font-size:12px;
	text-align:center;
	margin:0 0 8px 0;
	
}
.feat_tablist_list{
	width:100%;
	padding: 10px 10px 0 10px;

}

.feat_tablist_cont{
	display:flex;
	overflow: auto;
	overflow-x: hidden
	
}
	.feat_tablist_cont::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #f9f9f9;
		cursor: pointer
		}
	
	.feat_tablist_cont::-webkit-scrollbar { 
		width: 16px;
		background-color: #fff;
		cursor: pointer
		}
	
	.feat_tablist_cont::-webkit-scrollbar-thumb {
		border-radius: 20px;
		background-color: #1a7e81;
		cursor: pointer
		}








.feat_table_head_text {
	text-align:center;
	font-size: 14px;
	font-weight: bolder;
	white-space: pre-line;
}
.feat_tablist_listhead
{
	margin: 0;
	padding: 10px 0px;
	color:#333;
	text-align:center;
	border-bottom: 1px solid #ddd;
}

.feat_tablist_listitem:nth-child(odd)
{
	background-color:#ddd;
}
.feat_tablist_listitem_cell
{
	background-color:transparent;
}
.feat_tablist_listitem
{
	
	padding: 4px;
	color:#333;
	background-color:#fff;/**/
}
.feat_tablist_listitem div{
	text-align:center;
	padding: 7px 0px;
	font-size: 14px;
	font-weight: 500;
}

.feat_tablist_list .feat_tablist_listitem_active
{
	
	text-align:center;
	padding: 4px;
	color:#fff;
	background-color:#6cb731;
}
.feature_btn
{
	
	text-align:center;
	padding: 2px;
	color:#fff;
	background-color:#dddddd;
}
.feature_btn h4
{
	display:inline-block;
	text-align:center;
	padding: 8px;
	width:unset;
	float:none;
	color:white;
	margin:0;
}
.feature_btn i
{
	display:inline-block;
	text-align:center;
	padding: 8px;
	width:unset;
}
.feat_tab_arrow{
	position:absolute;
	bottom:-14px;
	left: calc(50% - 20px);
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #dddddd;
}



/* =============== Custom Radio ================= */
/* The container */
.prod_feature_container .container_radio {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 2px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.prod_feature_container .container_radio h4{
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 0px;	
}
/* Hide the browser's default radio button */
.prod_feature_container .container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.prod_feature_container .container_radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.prod_feature_container .container_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.prod_feature_container .container_radio input:checked ~ .checkmark {
	background-color: #6cb731;
	background-color: #dddddd;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.prod_feature_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.prod_feature_container .container_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.prod_feature_container .container_radio input:checked ~  .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* =============== /Custom Radio ================= */

/* =============== Production Desc ================= */
.prod_desc_box{padding-right:0}
.production_desc
{
	padding:40px 80px;
	background-position:center;
	background-size:cover;
	
}
.img_wrap
{
	width:100%;
	height:auto;
	padding:20px 20px 20px 20px;
	background-color:white;
}
.img_wrap img
{
	width:100%;
	height:auto;
}
#prod_gal_cont{
	margin:30px 0;
	padding:20px;
	background-color:white;
}
#prod_gal_cont h3{
	margin:6px 0px 10px 10px;
}
/*
.g_img_cont
{
	width:auto;
	height:100%;
	position: relative;
	transform:translate(0%, 0);
	text-align: center;
	display:inline-table;
}
*/
.prod_gal_inner
{
	height: 100%;
	width:100%;
}
.prod_gal_wrap{
	width:100%;
	height:100%;
	overflow:hidden;
	display: inline-block
}
.prod_gal_wrap a{
	height: 160px;
	width: 20%;
	float:left;
	background-image: url();
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	border:2px solid #fff;

}

.prod_gal_wrap a:hover{


}


.prod_gal_inner a img
{
	/*width:auto;
	max-width:100%;
	max-height:100%;
	position:absolute;
	top:50%;
	transform:translate(-50%, -50%);*/
	width:auto;
	height:100%;
	margin-right:20px;
}
.g_img_cont img
{
	width:auto;
	height:100%;
}
.prod_slide_box
{
  	padding: 10px;
    border: 1px solid #ddd;
  	margin-bottom: 6px;
}
.prod_slide
{
  	margin: 10px 0;
  	border: 1px solid #ddd;
}

.prod_slide_box h4
{
  	text-align:left;
}

.prod_slide_box h3
{
  	text-align:left;
  	z-index:100;
}
.prod_sum p
{
  
	margin: 2px 2px;
	font-size: 12px;/**/
	padding-left: 6px;
}
.prod_sum_colors
{
  	width:100%;
  	height: 22px;
  	background-image: linear-gradient(to right, red 20%, orange 28%, orange 40%, green 100%);
}

.prod_sum_colorbar
{
  	width:100%;
  	height: 22px;
	position:relative;
  	
}
.prod_sum_colorbar_item
{
  	/*height: 22px;*/
	position:absolute;
  	top:0;
	left:0;
}
.prod_sum_colorbar_item_icon
{
  	/*height: 22px;*/
  font-size:11px;
  color:black;
  top:0;
  left:-50%;
  position:relative;
  
}
.prod_sum_colorbar_item_bar
{
	left:0%;
    width:1px;
  	height:34px;
 	margin-top: -34px;
  	background:black;
  	position:relative;
}
/* =============== /Production Desc ================= */

.radio_feature_img_cont
{
  width: 100px;
  height : 100px;
}
.radio_feature_img_cont img
{
  width: 100%;
  height : 100%;
}


.dropdown-backdrop {z-index:100;}





@media screen and (max-width: 1399px){
.prod_gal_wrap a{
	height: 160px;
	width: 25%;
}

}
@media screen and (max-width: 1199px){
	
}


@media screen and (max-width: 991px){
	
	.prod_box:last-child div {text-align:center;}
	.prod_params_col2 div {text-align:center;}
	.prod_box_2 {margin-top:30px;}
	.prod_gal_wrap a{height: 160px;	width: 33.33%;}
	.prod_params_head{text-align:center;}
	.prod_params_data div{text-align:center;}
	.prod_sum_truck{text-align:center;display:block}
	.prod_params_date_head{text-align:center;}
	.prod_params_date{text-align:center;}
	.prod_params_col2 .prod_to_cart_btn {max-width:unset;}
}

@media screen and (max-width: 767px){
	.feat_title{width:100%;}
.prod_gal_wrap a{
	height: 160px;
	width: 50%;
}
	.production_desc{padding:40px 60px}
}
@media screen and (max-width: 480px){
	
	.prod_specs{display: none}
	.prod_box {margin: 12px 6px; padding:10px}
	.prod_gal_wrap a{height: 160px;	width: 100%;}
	.production_desc{padding:40px 40px}
}


