.lm-autoparts a.phone,
.lm-autoparts a.phone:hover{
	color:#ffffff!important;
}

.test1{
  color:#f00;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #ae780f;
    border-color: #ae780f;
}
.panel-heading {
    padding: 3px 15px !important;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
#lm_catalog_iblock_filter .panel-heading h4 {
/*    display: inline-block;*/
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
#lm_catalog_iblock_filter .section-link {
    color: #fff !important;
    text-decoration: none;
}
img#main_logo{
	width:260px;
	height:60px;
}

.lm-auto-catalog-original iframe{
	width: 1100px;
    min-width: 900px;
    height: 1000px;
}

.modal-header {
    display: block!important;
}
.modal-title {
	font-size: 18px;`
}
.modal-dialog.modal-lg{
	max-width: 1000px;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#search {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 50px;
}

#login_auth{
	display: table-cell;
	width: 216px;
	vertical-align: middle;
	text-align: center;
	height: 50px;
}

#title-search-input{
	font-size: 12px;
}

#modalAdd2Cart .modal-footer,
#modalAdd2CartCatalogs .modal-footer{
	border-top: unset;
}

#modalAdd2Cart .modal-body,
#modalAdd2CartCatalogs .modal-body {
	text-align: center;
    font-size: 22px;
    padding: 40px;
}


@media (max-width: 768px) {
	.lm-auto-catalog-original iframe{
		width: 680px;
		min-width: 83px;
		height: 699px;
	}
}

@media (max-width: 600px) {
	.lm-auto-catalog-original iframe{
		width: 500px;
		min-width: 83px;
		height: 699px;
	}
}

@media (max-width: 420px) {
	img#main_logo{
		width:200px;
		height:50px;
	}
	.lm-auto-catalog-original iframe{
		width: auto;
		min-width: 83px;
		height: 699px;
	}
}

button.form-control.appliance_reset {
	color: #fff;
	background-color: #f8ab16;
	border-color: #f8ab16;

}
.card-primary.garage,#lm_catalog_appliance_hl_form_full{
	//display:none;
}