.form_testdrive .formulario .wpcf7-submit{
	margin-top: 20px;
}

.eyer_testdrive .floater.elements .button{
	display:none;
}

.eyer_testdrive .table_description_testdrive{
	margin: auto;
}

.eyer_testdrive .table_description_testdrive table{
	table-layout: auto;
	margin: auto;
}

.eyer_testdrive .table_description_testdrive table tr{
	display: flex;
}

.eyer_testdrive .table_description_testdrive table td{
	padding: 5px;
	border: 0;
	margin: auto 0 auto 0;
}

.eyer_testdrive .table_description_testdrive table td picture{
	height: 35px;
	width: 35px;
	display: grid;
}

.eyer_testdrive .table_description_testdrive table td:first-child{
	margin-right: 10px;
}

.eyer_testdrive .table_description_testdrive table td:last-child{
	margin-left: 15px;
	padding-left: 20px;
	border-left: 1px solid #c8c8c8;
}

.eyer_testdrive .floater_description{
	transform: translateY(100%);
	left: 0;
	box-shadow: 0 0 20px #00000029;
	padding: 10px 0 !important;
}

.eyer_testdrive .floater_description.scroll{
	transform: translateY(0%);
}

.eyer_testdrive  .floater_description .left,
.eyer_testdrive  .floater_description .right{
	display:
	flex;
	flex: 1;
	width: 47.25%;
}

.eyer_testdrive .floater_description .left{
margin-right: 5.5%;
}

.eyer_testdrive  .floater_description .et_pb_module  {
	margin: auto !important;
}

.eyer_testdrive  .floater_description .left .et_pb_module  {
	display: flex;
}

.eyer_testdrive  .floater_description .left .et_pb_module {
	margin-right: 0 !important;
}

.eyer_testdrive  .floater_description .left .et_pb_module .et_pb_text_inner{
	margin: auto;
}

.eyer_testdrive  .floater_description .right .et_pb_module {
	margin-left: 0 !important;
}

/* ANIMATION */

.eyer_testdrive .floater_description{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}


@media (max-width: 479px) {
	
	.eyer_testdrive .table_description_testdrive table tr{
		flex-wrap: wrap;
	}

	.eyer_testdrive .table_description_testdrive table td:first-child{
		margin: auto 0 auto auto;
	}

	.eyer_testdrive .table_description_testdrive table td:nth-child(2){
		margin: auto auto auto 0;
	}
	
	.eyer_testdrive .table_description_testdrive table td:last-child{
		width: 100%;
		text-align: center;
		border-left: none;
		margin: auto;
		border-top: 1px solid #c9c9c9;
		margin-top: 10px;
		padding: 10px;
	}
	
	.eyer_testdrive .floater_description .left .et_pb_module,
	.eyer_testdrive .floater_description .left .et_pb_module .et_pb_text_inner,
    .eyer_testdrive .floater_description .right .et_pb_module{
		margin: auto !important;
		width: 100%;
	}

    .eyer_testdrive .floater_description .left, .eyer_testdrive .floater_description .right{
        margin:auto;
    }

	.eyer_testdrive .floater_description .table_description_testdrive table{
		margin-bottom: 5px;
	}

    .eyer_testdrive  .floater_description .table_description_testdrive table tr{
	    flex-wrap: nowrap;
    }

	.eyer_testdrive .floater_description .table_description_testdrive table td:last-child{
		width: auto;
		border-top: 0;
		border-left: 1px solid #cbcbcb;
		margin: auto;
	}
	
}