
/********************************  Вкладки / Табы  *********************************/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
	border-bottom: 4px solid var(--template-main-bg);
}
.tab-content .search_tab_car_letter {
    color: var(--template-main-bg);
}
.nav-tabs {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: -1px;
    border-bottom: none;
	margin-top: 40px;
}
.nav-tabs>li {
    float: none;
    margin-bottom: 0px;
	display: inline-block;
}
.nav-tabs li a {
    color: unset;
	border: none;
}
.nav-tabs li a:hover {
    background-color: unset;
}
.nav-tabs>li>a:hover {
    border-color: unset;
    border: none;
    color: var(--template-link-color-hover);
}
.nav-tabs + .tab-content {
    padding: 15px;
    border-top: solid 1px var(--template-main-bg);
    border-left: solid 1px var(--template-main-bg);
    border-right: solid 1px var(--template-main-bg);
    border-bottom: solid 1px var(--template-main-bg);
    overflow: hidden;
    background: none;
    color: unset;
}
.nav-tabs + .tab-content .form-control{
	box-shadow:none;
}
.nav-tabs + .tab-content .input-group-btn .btn-default{
	color: var(--template-main-color);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, var(--template-main-bg)), color-stop(1, var(--template-main-bg-gradient)));
	background: -moz-linear-gradient(top, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background: -webkit-linear-gradient(top, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background: -o-linear-gradient(top, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background: -ms-linear-gradient(top, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background: linear-gradient(to bottom, var(--template-main-bg) 5%, var(--template-main-bg-gradient) 100%);
	background-color: var(--template-main-bg);
	border: 1px solid var(--template-main-bg-gradient);
}
/***********************************************************************************/
.section-title{
	border-bottom: solid 1px var(--template-main-bg);
    padding-bottom: 5px;
    margin-top: 39px;
    color: #000;
	font-size: 1.8em;
}
.section-title:before{
	content: '\f054\f054\f054';
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 0;
    vertical-align: middle;
    color: var(--template-main-bg);
	letter-spacing:-3px;
}
#showRestyle_1.showRestyle_current, 
#showRestyle_2.showRestyle_current, 
#showRestyle_3.showRestyle_current {
	background-color: var(--template-main-bg)!important;
	border: 1px solid var(--template-main-bg)!important;
}

@media screen and (max-width: 991px) {
	.list_div {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 767px){
	.nav-tabs:before {
		content: "\f07e";
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
		position: absolute;
		right: 15px;
		font-size: 12px;
		line-height: 12px;
		    z-index: 1;
	}
	input[name="send_vin_zapros"] + .table>tbody>tr>td, 
	input[name="send_vin_zapros"] + .table>tbody>tr>th, 
	input[name="send_vin_zapros"] + .table>tfoot>tr>td, 
	input[name="send_vin_zapros"] + .table>tfoot>tr>th, 
	input[name="send_vin_zapros"] + .table>thead>tr>td, 
	input[name="send_vin_zapros"] + .table>thead>tr>th
	{
		display: block;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.tab-content .active > .search_tab_car_ul:nth-child(2) {
		padding-left: 0 !important;
	}
}

.ui-widget-header {
    background: var(--template-main-bg) !important;
}

.popup_count_div {
    border: 1px solid var(--template-main-bg) !important;
}
.productsCountBox > A, 
.productsCountBox > A:active, 
.productsCountBox > A:hover {
    background: var(--template-main-bg) !important;

}