.car-search-page .container {
	width: 100%;
	margin: 0;
	padding: 0;
}
.car-search-page h1 {
  padding: 0 0 15px 0;
  font-size: 36px;
  text-transform: uppercase;
  border-bottom: 1px solid #282830;
}
.car-search-page h2 {
  padding: 0 0 15px 0;
	font-family: Toyota Base;
  font-size: 36px;
	font-weight: 400;
	line-height: 51px;
  text-transform: uppercase;
}
.car-search-page .noresult-form h2 {
	font-family: Toyota Base;
  font-size: 36px;
	font-weight: 400;
	line-height: 51px;
  text-transform: uppercase;
	border-bottom: 1px solid #282830;
	padding: 0 0 10px 0;
}
.car-search-page .noresult-form p {
	margin: 0 0 40px 0;
}
.car-search-page .btn-r {
	display: inline-block;
}
.car-search-page .grey-box {
	margin: 60px 0 0 0;
	padding: 20px;
	background: #EFF0F0;
}
.car-search-page .grey-box h3 {
	margin: 0 0 18px 0;
}

.car-search-page .back-button {
	float: none;
}


.car-search-page .ui-slider {
  position: relative;
}
.car-search-page .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 30px;
	background-color: #FF0032;
	cursor: pointer
}
.car-search-page .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.car-search-page .ui-slider-horizontal {
  height: 3px;
}
.car-search-page .ui-slider-horizontal .ui-slider-handle {
  top: -11px;
  margin-left: -6px;
}
.car-search-page .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.car-search-page .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.car-search-page .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.car-search-page .ui-widget-content {
	border: 1px solid #D4D4D4;
	background: #fff;
}
.car-search-page .ui-widget-header {
	border: 1px solid #D4D4D4;
	background: #f00;
}
.car-search-page .ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.car-search-block .details-search-left {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 20px;
}

.search-details-option {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0;
    column-count: 2;
    column-gap: 0;
}

/*car-search-page*/
.car-search-block{
	margin-bottom: 20px;
	border: 1px solid #ADADB0;
}
.car-search-block h3{
	margin: 20px 0 0 0;
	font-family: Toyota Regular;
	font-weight: normal;
	font-size: 24px;
	line-height: 34px;
	color: #6A6B70;    
	text-align: center;
}
.search-by-key form{
	padding: 30px;
	margin: 0;
}
.search-by-key form input[type='text']{
	max-width: 450px;
	width: 100%;
}
.search-by-properties form {
	padding: 30px;
	font-size: 14px;
	margin: 0;
}
.search-by-properties label {
	font-family: Toyota Regular;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #282830;
	text-transform: uppercase;
	display: block;
	margin: 0 0 8px 0;
}
.search-by-properties label.select-box {
	margin: 0 0 20px 0;
}
.search-by-properties input[type='text'],
.search-by-properties select {
	box-sizing: border-box;
	height: auto;
	font-family: Toyota Regular;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	text-transform: none;
	margin: 0;
	padding: 12px 0;
}
.search-by-properties input[type='submit'] {
	padding: 5px 55px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
.search-by-properties .reset_search_form {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-family: Toyota Regular;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	color: #6A6B70;
	margin: 0 0 20px 0;
}
.search-by-properties .reset_search_form span {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #FF0022;
	margin-right: 10px;
}
.search-price-scroll{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.search-price-scroll input[type='text']{
	width: 100px;
	padding: 0;
	margin-bottom: 20px;
	border: none !important;
}
.car-search-page .price-label {
	display: flex;
	justify-content: space-between;
}
.car-search-page .price-label input:last-child {
	text-align: right;
}
.search-price-scroll .price-scroll-block {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 20px);
}



.car-search-page .ui-widget-content{
	border: 0;
	border-radius: 0;
	background: #ADADB0;
}
.car-search-page .ui-state-default, 
.car-search-page .ui-widget-content .ui-state-default,
.car-search-page .ui-widget-header .ui-state-default
{
  border-radius: 50%;
	width: 24px;
	height: 24px;
	outline: 0;
}
.price-scroll-block label{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
.search-result-block{
   margin-bottom: 30px;
}
.hilight-cars-form .search-result-block {
	margin-bottom: 0;
	display: inline-block;
}
.car-search-block-num-sort {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.car_sort_form_box {
	display: inline-block;
}
.car_sort_form {
  width: 100%;
}
.car_sort_form_label_box {
  float: left;
}
.car_sort_form_label {
	font-weight: 400;
	color: #282830;
	display: inline-block;
	margin: 13px 10px 0 10px;
	font-size: 22px;
}
.car_sort_form_select_box {
	float: left;
	margin-left: 20px;
}
.car_sort_select {
	font-size: 14px;
	height: 42px;
	width: 200px;
	box-sizing: border-box;
}


.search-result-title-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background: #494950;
}
.car-search-page .search-result-title-price h2 {
	max-width: 60%;
	font-weight: 600;
	font-size: 22px;
	line-height: 31px;
	color: #FFF;
	padding: 0;
	margin: 0;
}
.search-result-price,
.search-result-price .search-result-price-text {
	font-weight: 400;
	font-size: 22px;
	line-height: 31px;
	color: #FFF;
}
.search-result-price span {
	color: #ADADB0;
}
.search-result-content {
	display: flex;
}
.search-result-image {
	width: 50%;
}
.search-result-image img {
	max-width: 100%;
}
.search-result-data {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	padding: 20px 20px 0 20px;
}
.search-result-content p, 
.search-details-data p {
    margin: 0 0 10px 0;
}
.search-result-content span, 
.search-details-data span {
  display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #282830;
	text-transform: uppercase;
}
.search-result-content span:first-child, 
.search-details-data span:first-child {
	width: 175px;
	padding-right: 30px;	
	color: #6A6B70;
	white-space: nowrap;
}
.search-result .search-pagination:first-child {
	display: none;
}
.search-pagination {
	text-align: center;
	padding: 20px 0;
}
.search-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #282830;
	border: 1px solid #ADADB0;
	margin: 0 4px;
	padding: 0 0 1px 0;
}
.search-pagination .pagination-link {
	cursor: pointer;
}
.search-pagination .current-page {
	color: #FFF;
	background: #FF0022;
	border: 1px solid #FF0022;
}
.search-pagination .pagination-arrow-right {
	cursor: pointer;
	text-indent: -999em;
	background: url('/wp-content/themes/toyota/img/ico-pagination-right.png') no-repeat center center;
}
.search-pagination .pagination-arrow-left {
	cursor: pointer;
	text-indent: -999em;
	background: url('/wp-content/themes/toyota/img/ico-pagination-left.png') no-repeat center center;
}
.site-4 .search-details-title{
  background: #bd0c06 !important;
}
.search-details-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 20px 0;
}
.search-details-title h2 {
  font-weight: 600;
	font-size: 22px;
	line-height: 31px;
	margin: 0;
	padding: 0;
}
.search-details-desc h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 31px;
}
.search-details-price {
	white-space: nowrap;
	font-weight: 600;
	font-size: 22px;
	line-height: 31px;
}
.search-details-images-data {
	display: flex;
	gap: 20px;
}
.search-details-images {
	width: 50%;
}
.search-details-right{
    width: 330px;
}
.search-details-right .visual-form-builder.left-label .vfb-desc, .search-details-right .visual-form-builder.right-label .vfb-desc{
    width: 30%;

}
.search-details-right .vfb-text.vfb-medium, .search-details-right .visual-form-builder.left-label li div,
.search-details-right .visual-form-builder.right-label li div{
    width: 64%;
}
.search-details-right fieldset, .search-details-right form{
    margin-top: 0;
    margin-bottom: 0;
}
.search-details-right a{
    color: #000;
    text-decoration: underline;
}
.search-details-right .vfb-item{

}
.search-filter-widget-result-container {
	font-size: 22px;
	padding-right: 10px;
}
.search-filter-widget-result-container span {
	color: #FF0022;
}
.search-filter-widget-container {
    padding-bottom: 20px;
}

.print_button {
	display: none;
}

.extras_list {
	padding: 0;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 20px;
}
.extra_list_item {
	margin-left: 14px;
	font-size: 14px;
	line-height: 20px;
}
.edit_prefill{
    float:right;
    margin-right:20px;
    cursor:pointer;
    color:green;
    font-weight:bold;
}
.save_prefill{
    float:right;
    margin-right:2px;
    cursor:pointer;
    color:red;
    display: none;
    font-weight:bold;
}
.edit_cars{
    float:right;
    margin-right:20px;
    cursor:pointer;
    color:green;
    font-weight:bold;
}
.save_cars{
    float:right;
    margin-right:20px;
    cursor:pointer;
    color:red;
    display: none;
    font-weight:bold;
}
.edit_price{
    float:right;
    margin-right:20px;
    cursor:pointer;
    color:green;
    font-weight:bold;
}
.save_price{
    float:right;
    margin-right:20px;
    cursor:pointer;
    color:red;
    display: none;
    font-weight:bold;
}

.edit_mileage{
    float:right;
    margin-right:20px;
    cursor:pointer;
    color:green;
    font-weight:bold;
}
.save_mileage{
    float:right;
    margin-right:20px;
    cursor:pointer;
    color:red;
    display: none;
    font-weight:bold;
}
.current_cars_cell .cars-form{
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}
.car-search-block.search-by-key h4 {
    margin: 0;
    padding: 20px;
    padding-left: 0;
    padding-bottom: 0;
}
.model_sel_text {
    position: absolute;
    top: 0;
    width: 200px;
    height: 40px;
    right: 32px;
    text-align: center;
    padding-top: 9px;
    display: none;
}

.model_sel_loading {
    position: absolute;
    top: 0;
    width: 200px;
    height: 40px;
    right: 32px;
    text-align: center;
    padding-top: 9px;
    display: none;
}
.model_sel_box{
    position:relative;
}
.model_sel_dumb{
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 200px;
    height: 40px;
    right: 32px;
}
.back-button{
    float: right;
    margin: 50px 0 0;
    font-size: 24px !important;
}
.search-filter-widget-item .model_sel_dumb {
    right: 0px;
    width: 170px;
    height: 36px;
}

.search-filter-widget-item .model_sel_text {
    width: 170px;
    height: 34px;
    right: auto;
    text-align: left;
    padding-top: 6px;
    padding-left: 4px;
    left: 1px;
    top: 0;
    color: red;
    background: #DDDDDD;
}

.search-filter-widget-item .model_sel_loading {
    top: 0;
    width: 170px;
    height: 37px;
    right: 0;
    text-align: left;
    padding-top: 2px;
    padding-left: 23px;
}

.search-filter-widget-item #model_sel {
    width: 215px;
}
.multicolumn{
    -moz-column-count: 6;
    -moz-column-gap: 10px;
    -webkit-column-count: 6;
    -webkit-column-gap: 10px;
    column-count: 6;
    column-gap: 10px;
}
.hilight-cars-list .search-result-content.price-in-list h2,
.cars-list-wrapper .search-result-content.price-in-list h2{
    color: red;
    font-weight: bold;
    background: yellow;
    display: inline-block;
    clear: both;
}
.left_widget input[type=text],
.right_widget input[type=text] {
    width: 66%;
}

.left_widget select,
.right_widget select {
    width: 50%;
}
.left_widget label,
.right_widget label {
    min-width: 110px;
    display: inline-block;
}
.asterisk_price{
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    //display: inline-block;
    //float: right;
    white-space: nowrap;
    //padding-left: 5px;
    position: absolute;
    top: -5px;
    right: 3px;
}
.asterisk_dics_price{
    font-weight: bold;
    font-size: 19px;
//display: inline-block;
//float: right;
    white-space: nowrap;
//padding-left: 5px;
    position: absolute;
    top: -5px;
    right: 3px;
}
.asterisk_price a{
    color:white;
}
.disclaimer_text{
    padding-bottom: 20px;
    font-size:12px;
}


.left1 {
    width: 50%;
    float: left;
    background-color: #eee;
    padding: 2%;
    color: #000;
}
.right2 {
    width: 50%;
    float: left;
    padding: 2%;
    position: relative;
    background: #EEEEEE;
}
.modal-body input[type='text'] {
    border: none;
    float: right;
    color: #000;
    text-align: right;
    padding: 5px 25px 5px 10px;
    font-weight: 700 !important;
    max-width: 150px;
}
.modal-body .thin input[type='text'] {
}
.modal-body .thin-mois input[type='text'] {
    padding: 5px 50px 5px 10px;
    font-weight: 400 !important;
}
.field-box.thin.chck {
    line-height: 30px;
    height: 30px;
}
.mensualite-box44.small-label{

background: url(../img/tick.png) left center no-repeat;

padding-left: 14px;

margin-top: 4px;

font-size: 12px;

line-height: 17px;
}
.mensualite-box44.small-label label {
    font-size: 12px;
    line-height: normal;
}
.blue-small{
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    color: rgb(0,145,229);
    margin: 10px 0;
}
.mensualite-box44.top-line {
    border-top: thin solid #000;
    padding-top: 6px;
    margin-top: 6px;
}
.mensualite-box44.small-label.no-tick{

background: none;

padding-left: 0;
}
.modal-body input[type='text']:hover {
    background-color: #f5e7d4;
}
.euro, .euro2 {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 5;
    color: #000;
    font-weight: bold !important;
}
.euro2 {
    font-weight: 400 !important;
}
.euro3{

}
.mensualite-box44.small-label span.no-right {
    float: none;
}
.issur{

}
.mensualite-box44.small-label span {
    font-size: 12px;
}
.issur .ins_val{

text-align: right;

display: inline-block;

float: right;

padding-right: 25px;

font-size: 15px;

font-weight: bold;
}
.issur .euro3{

}
.issur input[type='checkbox']{

position: absolute;

right: 0;

top: 9px;
}
.mois {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 5;
    color: #000;
    font-weight: 400 !important;
}
.modal-content {
    float: left;
    padding: 0 30px 24px;
    width: 800px;
}
.popup_2 .modal-content h4 {
     font-size: 40px;
     font-weight: 100;
     color: #001119;
     margin: 24px 0 10px;
 }
.popup_2 h4.subheader {
    font-weight: bold;
    color: #001119;
    font-size: 20px;
    margin: 24px 0;
}
.price_title{

line-height: normal;

font-size: 15px;

font-weight: bold;

vertical-align: middle;

position: relative;

margin-bottom: 15px;
}
.euro_blue{
    color: #0091E5;
    display: inline-block;
    position: absolute;
    right: 0;
}
.popup_link:hover {
    text-decoration: underline;
}
.popup_link{

    font-size: 15px;

    font-weight:bold;

    color:rgb(58,58,58);

    text-align:left;

    padding-left: 40px;

    margin-top: 15px;

    line-height: 30px;

    cursor: pointer;

}
.popup_link.env_link{

    background: url(../img/enve.png) left center no-repeat;
    position: relative;
}
.popup_link.print_link{

    background: url(../img/print.png) left center no-repeat;
}
.close {
    color: #001119 !important;
    opacity: 1;
    float: right;
    font-size: 70px;
    font-weight: 100 !important;
    background: none;
    border: none;
    /* height: 26px; */
    /* width: 26px; */
}
.modal-header .close {
    margin-top: -45px;
    outline: none;
    display: inline-block;
    margin-right: -25px;
}
#frmMensualite {
    display: block;
}
.modal-inner .gris-btn a {
    clear: left;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 60px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    margin-top: 20px;
    background: #0091E5;
    display: inline-block;
    min-width: 200px;
}
.modal-inner .gris-btn a:hover {
}
.field-box {
    width: 100%;
    clear: left;
    float: left;
    margin-bottom: 10px;
    position: relative;
    background: #eee;
    display: inline-block;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
}
.field-box label {
    line-height: normal;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}
.modal-header {
}
.modal-inner {
    width: 100%;
    clear: left;
    float: left;
    margin-bottom: 25px;
    background: #EEEEEE;
}
.modal-inner h2 {
    text-transform: none;
    font-weight: bold !important;
    font-size: 15px;
    border-bottom: 2px solid #fff;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: none;
}
.mensualite-box44 {
    width: 100%;
    clear: left;
    float: left;
    margin-top: 0;
}
.mensualite-box44 label {
    line-height: 25px;
    color: #000 !important;
    font-size: 15px;
    font-weight: normal;
}
.mensualite-box44 span {
    float: right;
    color: #393939 !important;
    font-weight: normal;
    display: inline-block;
}
.mensualite-box44.mandatory label,
.mensualite-box44.mandatory span {
    font-weight: bold !important;
    color: #000 !important;
}
.mensualite-box44.mandatory label .small {
    color: #000 !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 8px;
    float: left;
}
#legalMentions {
    font-style: italic;
    font-size: 12px;
    width: 100%;
    color: #777777;
    clear: left;
    float: left;
    text-align: justify;
    margin: 0px 0 25px 0;
}
div.legal-mentions {
    font-size: 15px;
    text-align: justify;
}
.legal-mentions b {
    font-size: 17px;
}
.example {
    width: 100%;
    clear: left;
    float: left;
    padding: 2% 2%;
    font-weight: normal;
    color: #000;
    font-size: 13px;
    background-color: #EEEEEE;
    text-align: justify;
    margin-bottom: 16px;
}
#cet_calc_popup .example {
    font-size:15px;
}
#cet_calc_popup .example b {
    font-size: 17px;
}
#cet_calc_popup .example span {
    font-size: 15px;
}
.example b.ex {
    color: #0091E5 !important;
}
.right-opac {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 100%;
    height: 100%;
}
.info_but {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #0091E5;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}
.info_but_content{
    position: absolute;
    left: 100%;
    top: 100%;
    background: #ddd;
    line-height: 1.5;
    font-size: 12px;
    padding: 10px;
    box-shadow: 0px 0px 13px 1px #000;
    border-radius: 5px;
    z-index: 2;
    color: #000;
    width: 300px;
    text-align: left;
}
.info_but:hover .info_but_content{
    display: block !important;
}
.modal-header {
}
.left12 {
    width: 50%;
    float: right;
    position: relative;
    text-align: left;
    padding: 0 20px 25px 10px;
}
.right1 {
    width: 50%;
    float: left;
    position: relative;
    text-align: left;
    background: #EEEEEE;
    padding: 0 10px 25px 20px;
}
.modal-body1 input[type='text'] {
    border: none;
    float: right;
    color: #000;
    text-align: right;
    padding: 5px 12px 5px 10px;
    font-weight: normal;
    background: #EEEEEE !important;
    height: 25px;
}
.euro1 {position: absolute;right: 0;top: 4px;}
.modal-content {
}
.modal-content h4 {
}
.close {
}
.modal-header .close {
}
.field-box {}
.field-box label {
}
.modal-header {
    border: 0;
    text-align: left;
}
.modal-inner {
}
.modal-inner h2 {
}
.mensualite-box {
    width: 100%;
    clear: left;
    float: left;
    margin-top: 0px;
    position: relative;
    margin-bottom: 5px;
}
.mensualite-box label {
    color: #000 !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}
.mensualite-box span {
    float: right;
    color: #000 !important;
    font-weight: normal;
}
.mensualite-box.mandatory label,
.mensualite-box.mandatory span {
    font-weight: bold !important;
}
.mensualite-box.mandatory label .small {
    color: #000 !important;
    font-weight: bold;
    font-size: 11px;
    line-height: 8px;
    padding-bottom: 8px;
    float: left;
}
#legalMentions {
}
.example {
}
.example span {
}
.example b.ex {
}
.un-credit-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.loading-full {
    background: #FFFFFF url(../img/loading.gif) no-repeat center center;
    opacity: 0.7;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 10000000000000;
    width: 100%;
    height: 100%;
}
div#cet_send_mail_popup {
    z-index: 10000000000;
    box-shadow: 0px 0px 16px 7px #000;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    background: #fff;
}

div#cet_send_mail_popup input[type='email'] {
    float: none;
    width: 100%;
    display: inline-block;
    max-width: none;
    padding: 5px 10px;
    text-align: left;
}

#cet_send_mail_popup .modal-content {
    width: 500px;
}

div#cet_send_mail_popup  .field-box.thin {
    padding: 30px 10px;
    height: auto;
}




@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .right1, .left12 {
        width: 100%;
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .right1, .left12 {
        width: 100%;
        clear: left;
    }
}
@media print{
    .modal-header .close,
    .modal-inner .gris-btn a,
    .popup_link{
        display: none;
    }
    .left1,
    .right2{
        min-height:550px;
    }
    .popup_header {
        width: 100%;
        background: #000;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 2%;
        display: inline-block;
    }
}
/*------------------------------------*\
    RESPONSIVE STYLES
\*------------------------------------*/

@media screen and (max-width: 768px){
	.car-search-page h1,
	.car-search-page h2 {
		max-width: 100%;
		font-size: 24px;
	}
	.car-search-page .grey-box {
		margin: 15px 0 0 0;
	}
	.back-button {
		margin-top: 0;
		margin-bottom: 10px;
	}	
	.car_sort_form_box,
	.left1,
	.right2 {
		width: 100%;
	}
	.euro_blue {
		position: relative;
		float: right;
	}
	.field-box {
		display: inline-block;
		height: auto;
	}
	.search-by-properties form {
		padding: 20px;
	}
	.car-search-block .details-search-left,
	.extras_list {
		column-count: 1;
	}
	.search-result-title-price,
	.car-search-block-num-sort,
	.search-result-content,
	.search-details-images-data {
		flex-direction: column;
		align-items: flex-start;
	}
	.car_sort_form_label {
		margin: 0;
	}
	.car_sort_form_select_box {
		float: none;
		margin: 0;
	}
	.car_sort_select {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.search-result-image,
	.search-result-data {
		padding: 0;
		width: 100%;
	}
	.search-result-content span,
	.search-details-data span {
		display: block;
	}
	.car-search-page .search-result-title-price h2 {
		max-width: 100%;
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 15px 0;
	}
	.search-result-content p, 
	.search-details-option p {
		margin: 10px 0 0 0;
	}
	.car-search-page .search-result-data .btn-r {
		text-align: center;
		margin-top: 20px;
	}
	.search-details-images {
		width: 100%;
	}
}