@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap');

body{
	margin-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9rem;
}

body.admin-bar{
	margin-top: 56px;
}

body.admin-bar .fixed-top{
	top: 30px;
}

nav.navbar{
	background: #fff;
	border-bottom: 1px solid #f0f1f6;
}

.navbar-brand{
	padding: 0;
	margin: 0;
	max-height: 90%;
}

.navbar-toggler{
	border: 0px!important;
	padding: 0;
}

.navbar-toggler-icon{
	height: 1rem;
}

.grecaptcha-badge{
	display: none;
}

/*
ul {
  list-style: none; 
}

ul li::before {
  content: "\2022";  
  color: #ccc; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}*/

.logo_partener{
	width:150px;
	height:70px;
	margin: 0 30px;
	object-fit:contain;
}

.car_search{
	background: #ffffffd6;
	position: sticky;
    top: 74px;
}

.car_search label{
	font-weight: bold;
}

.car_search select{
	border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

.category_thumbnail{
	height: 150px;
    object-fit: contain;
    margin: auto;
    display: block;
    padding-top: 33px;
}

.marca_box{
	border: 1px solid transparent;
}

.marca_box:hover{
	border: 1px solid #aaa;
}

.marca_box small{
	position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center!important;
    left: 0;
}

.marca_box:hover small{
	display: block!important;
}

h1{
	font-weight: bold;
}

.home h1{
	font-weight: bold;
	font-size: 1.5rem;
}

h2{
	font-size: 1.5rem;
	color: #47c091;
	/*font-weight: bold;*/
}

h3{
	font-weight: bold;
	font-size: 1.5rem;
}

h5{
	font-size: 1rem;
	color: #8f8f8f;
}

p{
	line-height: 1.3rem;
}

a{
	color: #6595e4;
}

a:hover{
	color: #6595e4;
}

a.underline{
	text-decoration: underline;
	color: #6c6c6c;
}

a.underline:hover{
	text-decoration: underline;
	color: #000;
}

.grey{
	color: #7e7e7e;
}

.opaque_bkg{
	background: #000000b8;
}

.opaque_bkg: hover{
	background: #000000c7;
}

.box{
	border: 1px solid #c2c2c5;
	box-shadow: 3px 4px 8px 0px #96969678;
	color: #fff;
}

.box a{
	color: #fff;
}

.box h4{
	text-transform: uppercase;
	font-size: 2rem;
}

.btn-primary:focus, .btn-secondary:focus{
	box-shadow: none!important;
}

.btn-primary, .wpcf7-submit{
	background: rgb(71,191,145);
	background: radial-gradient(circle, rgba(71,191,145,1) 0%, rgba(50,119,114,1) 81%);
	color: #fff!important;
	text-transform: uppercase;
	border-radius: 20px!important;
	border: 0px!important;
	padding: 10px 40px!important;
	box-shadow: 3px 4px 8px 0px #96969678;
}

.btn-primary:hover{
	background: radial-gradient(circle, rgba(71,191,145,1) 0%, rgba(71,191,145,1) 100%);
}

.btn-secondary{
	background: #fff;
	color: #47c091;
	border-radius: 20px;
	border: 1px solid transparent;
	padding: 3px 27px;
	box-shadow: 3px 4px 8px 0px #96969678;
}

.btn-secondary:hover{
	background: #fff;
	border: 1px solid #969696;
	color: #47c091;
	box-shadow: 1px 2px 8px 0px #96969678;
}

section{
	min-height: 80vh;
}

hr{

}

.understrap-read-more-link{
	display: none!important;
}

.home_testdrive{
	background: url() scroll center center / cover;
}

.home_testdrive{
	background: url('/wp-content/uploads/2021/09/site-lectrix-desktop-fin-03-scaled.jpg') no-repeat scroll center center/cover;
}

.box img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.link{
	cursor: pointer;
}

.pagina{
	background: #f7f7f7;
}

.page_icon{
	width: 200px;
}

.marca_list img{
    object-fit: contain;
    object-position: center;
    display: block;
    height: 100px;
    padding: 10px;
    margin: auto;
}

.slick-slide {
    width: 200px;
}


.slick-prev {
    background: #47c091!important;
    border-radius: 32px;
        padding-top: 1px!important;
        left: -6px!important;
}

.slick-next {
    background: #47c091!important;
    border-radius: 32px;
    padding-top: 1px!important;
    right: -10px!important;
}

.car_box{
	/*zoom: 0.8;*/
	/*-webkit-transform: scale(0.8);*/
	/*transform: scale(0.8);*/
	position: relative;
	/*background: url('https://www.lectrix.ro/wp-content/uploads/2021/09/car_box.jpg') no-repeat scroll top left;*/
	background: #f0f1f6;
	width: 230px;
    height: 300px;
    border: 1px solid #ccc;
    box-shadow: 3px 4px 8px 0px #96969678;
}

.car_box .btn-secondary{
	color: #fff;
	font-size: 0.7rem;
}

.car_box .masina_thumb{
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: top;
}

.car_box .marca_logo{
	width: 30px;
}

.car_box .propulsie{
    float: right;
    font-size: 0.7rem;
    padding-top: 4px;
    font-weight: 700;
    margin-right: 5px;
    right: 3px;
    position: absolute;
    top: 0;
}

.car_box h4{
	font-size: 1.1rem;
    margin-top: -5px;
}

.car_box h5{
    font-size: 0.9rem;
    color: #808080;
    margin-top: -2px;
}

.car_title{
	cursor: pointer;
}

.car_vers:hover {
	background: #eee;
}

.car_prop{
	display: none;
}

.car_vers hr {
	margin: 0;
	padding: 0;
}

.car_prop label{
	font-size: 0.7rem;
	color: #808080;
	margin-bottom: -7px!important;
}

.small, small {
    font-size: 0.6rem;
}

.car_box_header{
    position: absolute;
    width: 100%;
    left: 0;
    top: 3px;
}

.price{
	white-space: nowrap;
}

.car_box .price{
	font-size: 0.7rem;
	color: #808080;
}

.car_box .price s{
	margin-bottom: -22px;
    display: block;
}


footer{
	background: #43444a;
	color: #fff;
	font-size: 0.9rem;
}

.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a{
	margin:0;
	padding: 0 0 8px 0;
	color: #fff;
}

.social a{
	color: #fff;
	font-size: 2rem;
}

.galerie_poze{
	
}

.wpcf7 input, 
.wpcf7 select, 
.wpcf7 textarea{
	border-radius: 0px!important;
    border-bottom: 1pxsolid #ccc !important;
    margin-bottom: 1px;
    border-top: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
}

.wpcf7-form{
	background: #fff;
	padding: 15px 15px 0 15px;
}	

span .wpcf7-list-item-label{
	font-size: 0.7rem;
}

.nav-tabs .nav-link{
	color: #9b9b9b;
}

#main_menu .nav-link{
	padding: 2rem 0 0.5rem 0;
}

.nav-tabs .nav-link.active{
	color: #000;
	font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs{
    border: none;
}

.versiuni_masina{
	/*position: static;*/
	top: 0;
	margin-top: 25px;
}

#dealer_map{
	width: 100%;
	height: 300px;
}

.plus_comp{
	position: static;
	right: 0;
	top: 0;
	background: #43444aee;
	color: #fff;
	z-index: 10;
}

.plus_comp:hover{
	color: #47c091;
	text-decoration: none;
}

.comparator_float a i{
	color: #ffbebe;
}

.comp_remove{
    position: relative;
    top: -6px;
    right: 0px;
}

.comp_remove:hover{
	color: #a11111!important;
}

.comparator_float{
	position: fixed;
    right: 0px;
    height: 50px;
    width: 100%;
    background: #43444aaa;
    bottom: 0;
    text-align: right;
}

.comparator_float a{
	color: #fff;
}

.comparator_float a:hover{
	text-decoration: none;
	color: #4effba;
}

.comparator_float img{
	height: 30px;
}

/*jquery UI override*/
.ui-menu .ui-menu-item {
    margin: 0 0 0 54px;
    position: relative;
    height: 42px;
    padding: 7px;
    border-bottom: 1px solid #eee;
}

.ui-selectmenu-open{
	border-bottom: 1px solid #ccc;
    max-height: 250px;
    overflow-y: scroll;
}

.ui-state-active, .ui-widget-content .ui-state-active{
	border: 0px;
}

#caroserii-menu.ui-menu .ui-icon,
#marca-menu.ui-menu .ui-icon {
    left: -54px;
}

.ui-selectmenu-button.ui-button{
	border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    background: none;
    width: 100%;
}

.statie_poza{
	max-width: 400px!important;
}

.comp_wrapper{
	max-width: 100vw;
    overflow-x: scroll;
}

.comp_wrapper td{
	min-width: 150px;
}

.w-60{
	width: 60%;
}

.car_box_footer{
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.statie_box .masina_thumb{
	height: 200px;
}

.statie_box{
	height: 490px!important;
	width: 290px!important;
	max-width: 100%;
}

h1.model_nume{
	font-size: 1rem;
}

.compara_buton{
    background: #43444aaa;
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 0;
    border: 0px!important;
    padding: 5px 10px!important;
    position: absolute;
    top: -31px;
    width: 100px;
    right: 0;
    text-align: center;
    border-top-left-radius: 15px;
    FONT-WEIGHT: 100;
    border-top-right-radius: 15px;
}

@media (min-width: 768px){


	#main_menu .nav-link {
    	padding: 1rem 1rem;
	}

	.comparator_float img{
		height: 40px;
	}

	.plus_comp{
		position: fixed;
		top: 100px;
	}

	.comp_remove{
	    position: relative;
	    top: -12px;
	    right: 10px;
	}	

	.versiuni_masina{
		/*top: 100px;*/
		margin-top: 68px;
	}

	.car_box{
		zoom: 1;
	}

	.opaque_bkg{
		min-height: 470px;
	}

}

@media (min-width: 768px) and (min-height: 650px){

	.versiuni_masina{
		/*position: sticky;*/
	}
}