@media print {
	#se_single_adminArea{
		display: none !important;
	}
}

.fancybox-container.fancybox-is-open{
	display: none !important;
}

.fancybox-image{
	position: static !important;
}

.preloader{
	display: none !important;
}

.custom_car_title{
	font-family: 'Inter', sans-serif !important;
	font-style: normal;
	font-weight: 300;
/*	font-size: 28px;*/
	font-size: 24px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #010101;
}

.custom_car_title span{
	font-weight: 700 !important;
}

#single_custom_id{
	display: inline-block;
	width: auto;
	background-color: #E8A724;
	color: #010101;
	margin-bottom: 7px;
	margin-left: -20px;
    padding: 3px 20px;
}

#request_ad_details_info_container{
	border: 1px solid #7D839B;
	border-radius: 10px;
	background-color: #F4F6F8;
	padding: 25px 30px 25px 30px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #181A1E;
}

#request_ad_details_info_container a:hover{
	color: #dc9d01 !important;
}

.single_car_custom_data_fields.links a:hover {
  -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #9C6726;
}

.single_car_custom_data_fields.links span{
  color: #000000 !important;
}

.ad_pachet_container .checkboxContainer svg path{
	stroke: #E8A724;
}

.ad_pachet_container .checkboxContainer svg{
	border-radius: 50%;
	margin-left: 9px;
	background-color: #FFF;
	width: 5px;
    height: 5px;
}

.ad_pachet_container .checkboxContainer svg{
	border-radius: 0px !important;
	margin-left: 5px !important;
	background-color: transparent!important;
	width: auto !important;
	height: 13px !important;
}

.single_car_right_info_txt{
	align-items: center !important;
	gap: 10px;
}


/* cst checkbox */
.checkboxContainer {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxContainer label{
	width: 100%;
	z-index: 99;
	position: relative;
}

.checkmark {
  position: absolute;
  top: 0;
  right: 5px;
  height: 23px;
  width: 23px;
  border: none!important;
}

.checkboxContainer input:checked ~ .checkmark::after {
  display: block;
}

.checkboxContainer .checkmark::after {
	right: 7px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #E8A724;
	border-width: 0px 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
	display: none;
}
/* end cst checkbox */

label, div, span, p, a{
	font-family: inherit !important;
}

.footer-transparent{
	margin-top:0px !important;
}

.slides{
	background-color: #f6f6f6 !important;
}

.se_single_cst_br{
	height: 10px;
}

.custom_price_se_wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.custom_price_se_wrapper_1{
  margin-bottom: 5px;
}

.custom_car_price_title{
	font-family: 'Inter', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 21px;
	color: #FFFFFF;
	display:flex;
}

.custom_car_price_title p{
	font-weight: 400;
	font-family: 'Inter', sans-serif !important;;
	font-style: normal;
	font-size: 14px;
	padding-left: 8px;
}


.custom_car_price_1{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 20px;
	color: #E8A724;
}

.custom_car_price_title_2{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	font-family: 'Inter', sans-serif !important;;
}

.custom_car_price_2{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #FFF;
	line-height: 20px;
	font-family: 'Inter', sans-serif !important;
}

.rata_lunara_container{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #FFF;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
  width: fit-content;
  visibility: hidden;
  padding-bottom: 22px;
  padding-top: 5px;
}

.custom_rata_lunara_val{
  font-weight: 700;
}

#se_ad_section_mobile_price{
	background-color: #000000;
	margin: 4px 16px 0px 16px;
	border-radius: 10px;
	min-height: 100px;
}

#se_ad_section_mobile_price .custom_right_price{
	padding: 12px 21px 15px 21px;
}

#se_ad_section_mobile_price .rata_lunara_container{
	padding-bottom: 0px;
}

#se_ad_section_mobile_price .popover{
	top: 105px !important;
  height: 266px;
}

.rata_lunara_container svg{
	height: 18px;
	width: 18px;
}

.rata_lunara_container svg path{
	fill: #FFF;
}

#singleAd_stickyHeader-price_col2{
	margin-left: 50px;
}

.rata_lunara_container:hover{
	color: #E8A724;
}

.rata_lunara_container:hover svg path{
	fill: #E8A724;
}

#se_ad_description_container{
	margin-bottom: 20px;
}

#description_collapse_container{
	display: flex;
	flex-direction: row;
	align-items: center;
}

#collapseDescription{
	height: 48px;
	background: #E8A724;
	font-family: 'Inter';
	font-size: 16px;
	line-height: 20px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #010101;
	cursor: pointer;
	text-transform: none;
	max-width: 410px;
	width: 100%;
	border: none;
	letter-spacing: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

#collapseDescription:hover,
#description_collapse_container span:hover{
	color: white !important;
}

#description_collapse_container span{
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #010101;
	cursor: pointer;
	text-transform: none;
	background: #E8A724;
	font-family: 'Inter';
	font-size: 40px;
	border-radius: 4px;
	margin-left: 15px;
	transition: opacity .5s linear;
}

.custom_single_description_section_title{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: #010101;
	margin-bottom: 15px;
	margin-top: 25px;
}

.f-carousel__slide{
  max-height: 485px;
}

#ad_gallery_carousel .f-carousel__slide img{
	max-height: 485px;
	height: 100vh;
	object-fit: cover;
}

#ad_gallery_carousel .f-thumbs__slide img{
	max-height: 72px !important;
	min-height: 72px !important;
	object-fit: cover !important;
}

.custom_slider_and_info{
	display:flex;
	max-height: 610px !important;
	position: relative;
}

/* contact agent */
.agent_contact_container .qlwapp{
	display: block !important;
	animation-duration: 1.5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	transform-origin: center;
	pointer-events: none;
	box-sizing: border-box;
	width: auto;
}

.agent_contact_container{
	background-color: #F4F6F8;
	display: flex;
	flex-direction: row;
	border-radius: 10px;
	margin: 30px 0px;
}

.agent_card{
	background-color: #E8A724;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 170px;
	min-width: 170px;
	border-radius: 10px;
	padding-top: 5px;
}

.agent_card img{
	width: 160px;
	height: 160px;
	border-radius: 5px;
	object-fit: cover;
	margin-bottom: 10px;
}

.agent_card label:nth-child(2){
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: white;
	margin-bottom: 3px !important;
}

.agent_card label:nth-child(3) {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #181A1E;
  padding-bottom: 12px;
}

#agent_contact_col2{
	max-width: 540px;
	width: 100%;
	margin: 0px auto;
	padding: 24px 0px 24px 5px;
}

.agent_contact_title{
   color: #010101;
   font-size: 25px;
   font-weight: 700;
   margin-bottom: 14px;
}

#agent_contact_col2 > label:nth-child(2){
	color: #010101;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px
}

.qlwapp_wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.qlwapp_wrapper label{
	color: #010101;
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
}

.qlwapp a.qlwapp-toggle{
	background-color: #58BD54;
	color: white;
	height: 48px;
	border: none;
	width: 300px;
	border-radius: 4px;
	margin-bottom: 0px;
	font-size: 16px !important;
	font-family: 'Inter', sans-serif !important;
	font-weight: 600 !important;

	pointer-events: all;
	cursor: pointer;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.06),0 2px 32px 0 rgba(0,0,0,.16);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.qlwapp a.qlwapp span{
	font-family: 'Inter', sans-serif !important;
}

.qlwapp .qlwapp-toggle svg {
	margin: 0 12px 0 0;
	height: 22px;
	fill: white;
}

.qlwapp a.qlwapp-toggle:hover{
	background-color: #12A481 !important;
}
/* end */

#custom_se_ad_dotari{
	margin-bottom: 20px;
}


#custom_se_ad_dotari ul{
	width: 100%;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

#custom_se_ad_dotari ul li:before {
	content: '\2713';
	position: absolute;
	left: 0;
}

#custom_se_ad_dotari ul li{
	position: relative;
	padding-left: 16px;
	line-height: 27px;
}

.fancybox__infobar{
	font-family: Inter, Sans-serif !important;
	color: #FFF;
	font-size: 16px;
	padding-left: 10px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#ad_info_4_collapse ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
}


#ad_info_4_collapse ul li{
	font-family: 'Inter', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: center;
}

#ad_info_4_collapse ul li::before { /* add the new bullet point */
	display: inline-block;
	content: '';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 6px;
	width: 6px;
	margin-right: 10px;
	background-color: #bdbdbd;
}
@media only screen and (max-width: 1199px) {


	#main_wrapper{
		justify-content: center;
	}

	#ad_pachete_web_section{
		display: none !important;
	}

	#ad_pachete_mobile_section{
		display: flex !important;
	}


	#singleAd_stickyHeader-title{
		display: none;
	}

	.custom_slider_and_info{
		max-height: 100% !important;
	}

	#single_car_btn1a, #single_car_btn2a{
		width: calc(50% - 5px);
	}

	#ad_gallery_carousel .f-carousel__slide img{
		height: 100% !important;
	}

	.se_relatedAds_carContainer_overlay_price .price span{
		font-size: 15px !important;
	}
}

@media only screen and (max-width: 1200px) {

	.single-ads_stoc_extern #finantate_leasing_form_submit{
		max-width: 300px;
		width: 100% !important;
	}

	#finantare_leasing_form .form-group{
		min-width: 300px;
		max-width: 300px;
	}
}

@media only screen and (max-width: 991px) {
	#agent_contact_col2 .qlwapp a{
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {

  #se_ad_section_4 .finantare_content.calculator{
    padding-bottom: 40px !important;
  }

  #single_finantare_container{
    margin-top: 30px !important;
  }

  #se_ad_section_6 > img{
    display: none;
  }

	#ad_info_4_collapse ul{
		display: inherit !important;
	}

	#se_ad_section_mobile_price{
		display: flex;
	}

	#se_ad_section_1{
		margin-top: 16px !important;
	}

	#ad_info_1_collapse, #ad_info_2_collapse, #ad_info_3_collapse, #ad_info_4_collapse{
		padding-left: 16px !important;
	}

	#single_custom_id{
		margin-left: -16px !important;
	}

	.fancybox__slide.has-youtube .fancybox__caption p{
		font-size: 16px !important;
	    padding: 0px 12px !important;
	}

	#ad_gallery_carousel{
		border: none !important;
	}

	#se_ad_section_0 .custom_car_title{
		padding: 20px 16px 10px 16px !important;
	}

  #se_ad_section_3,
  #se_ad_section_4,
  #se_ad_section_7,
	.custom_slider .f-thumbs.f-carousel__thumbs,
	#se_ad_section_1{
		padding: 0px 16px !important;
	}

  #se_ad_section_6{
    margin: 0px 16px;
  }

  #ad_pachete_mobile_section{
    margin: 15px 16px 0px 16px !important;
    width: calc(100vw - 32px) !important;
    min-width: auto !important;
  }

	#main_wrapper .row{
		margin: 0px !important;
	}

	#main_wrapper,
	#main_wrapper .container{
		padding: 0px;
	}

	#left_side{
		width: 100%;
	}

	.custom_single_description_section_title{
		line-height: normal;
	}

	.single-ads_stoc_extern .se_ad_section #single_reviews_widget{
		margin: 0px 16px 100px 16px !important;
	}

	#custom_se_ad_dotari ul{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	#se_ad_description_container{
		margin-top: 20px;
	}

	#description_collapse_container{
		flex-direction: column;
	}

	#description_collapse_container span{
		margin-left: 0px;
	}

	#singleAd_stickyHeader-buttons a:nth-child(1), #singleAd_stickyHeader-buttons a:nth-child(2){
		width: calc(50vw - 15px);
		padding: 14px 25px !important;
	}


	#singleAd_stickyHeader-buttons{
		height: auto !important;
	}

	#singleAd_stickyHeader-buttons{
		flex-direction: row;
		width: 100%;
	}

	#singleAd_stickyHeader-thumbnail img{
		height: 62px;
		max-width: 83px;
		font-size: 12px;
	}

	.singleAd_stickyHeader_container{
		height: 127px;
	}

	.singleAd_stickyHeader_wrapper{
		padding-bottom: 2px;
	}

	#singleAd_stickyHeader-price_col2_row1,
	#singleAd_stickyHeader-price_col2_row2,
	#singleAd_stickyHeader-price_col1 label{
		font-size: 16px;
		line-height: 16px;
	}

	#singleAd_stickyHeader-price_col1 label:nth-of-type(2){
		font-size: 15px;
		line-height: 15px;
	}

	#singleAd_stickyHeader-price_col2_row3,
	#singleAd_stickyHeader-price_col1 span{
		font-size: 12px;
		line-height: 12px;
	}

	#singleAd_stickyHeader-price{
		margin-right: 0px;
		margin-left: 15px;
		width: calc(100% - 100px);
	}

	#singleAd_stickyHeader-price_col2{
		margin-left: auto;
	}

	#singleAd_stickyHeader-buttons{
		justify-content: space-between;
	}

	#singleAd_stickyHeader-price{
		max-height: 62px;
	}

	.fancybox-image{
		max-height: 45vh;
		object-fit: cover !important;
	}

	#fancybox__ad_title,
	.fancybox__footer{
		visibility: visible !important;
	}

	.fancybox__container {
		margin-bottom: 70px;
		padding-top: 70px;
	}

	.fancybox__toolbar{
		background: var(--f-button-bg) !important;
	}

	.fancybox__backdrop{
		background: #000 !important;
		opacity: 1 !important;
	}

	#fancybox__ad_title{
		font-family: Inter, Sans-serif !important;
		color: #FFF;
		font-size: 16px;
		line-height: 22px;
		font-weight: 600;
		padding-left: 15px;
		padding-right: 15px;
		top: 60px;
		position: absolute;
	}

	.fancybox__footer{
		position: absolute;
		bottom: -50px;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.fancybox__toolbar__column.is-right > .f-button{
		background: transparent;
		color: #FFF;
		padding-right: 5px;
	}

	#fancybox__ad_bottom_price{
		display: flex;
		flex-direction: column;
		padding: 0px 15px;
		font-family: Inter, Sans-serif !important;
		margin-bottom: 20px;
	}

	#fancybox__ad_price_1,
	#fancybox__ad_price_2{
		font-size: 16px;
		font-weight: 600;
		color: #FFF;
	}

	#fancybox__ad_price_1 > span:nth-of-type(1),
	#fancybox__ad_price_2 > span:nth-of-type(1){
		font-weight: 400 !important;
	}

	#fancybox__ad_price_1 > span:nth-of-type(2),
	#fancybox__ad_price_2 > span:nth-of-type(2){
		font-size: 16px;
		color: #E8A724;
	}


	#fancybox__ad_bottom_buttons{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 0px 15px;
	}

	#fancybox__ad_bottom_button-apel{
		background-color: #12A481;
		justify-content: center;
		display: flex;
		align-items: center;
		height: 48px;
		border-radius: 4px;
		font-family: Inter, Sans-serif !important;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		color: #FFFFFF;
		width: calc(50% - 10px);

	}

	#fancybox__ad_bottom_button-oferta{
		background-color: #F93F3F;
		justify-content: center;
		display: flex;
		align-items: center;
		height: 48px;
		border-radius: 4px;
		font-family: Inter, Sans-serif !important;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		color: #FFFFFF;
		width: calc(50% - 5px);
	}

	#ad_gallery_carousel #overlay_sold_ad label{
		outline: 2px solid #E8A724;
		outline-offset: 2px;
		border-radius: 3px;
		font-size: 22px;
		padding: 4px 12px;
	}


	#finantare_leasing_form .form-group-wrapper {
    	width: 100%;
  	}

	.single-ads_stoc_extern #finantate_leasing_form_submit{
		width: 100% !important;
		max-width: none !important;
	}

	.single-ads_stoc_extern .finantare_content.calculator{
		padding: 30px 0px !important;
	}

	#se_ad_section_6 label:nth-of-type(1){
		font-size: 25px !important;
	}

	#se_ad_section_6 label:nth-of-type(2){
		font-size: 16px !important;
	}

	.ad_info_collapse_title{
		font-size: 18px !important;
	}

	#single_relatedAds_section_title{
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 390px) {
	#collapseDescription{
		white-space: normal;
		height: auto;
		line-height: 23px;
	}
}

@media only screen and (max-width: 340px) {
	.se_relatedAds_carContainer .short-description-1 > h3 > a{
		font-size: 15px !important;
	}

	.price-tag.se_relatedAds_carContainer_overlay_price .price span{
		font-size: 14px !important;
	}

}

@media only screen and (max-width: 349px) {
	#singleAd_stickyHeader-price_col1{
		display: none;
	}

	.sm_hidden{
		display: inline-block !important;
	}

	#singleAd_stickyHeader-price_col2_row1 .sm_hidden{
		font-size: 16px;
		color: #FFF;
		margin-right: 5px;
	}

	#singleAd_stickyHeader-price_col2_row2 .sm_hidden{
		font-size: 12px;
		color: #FFF;
	}

	#singleAd_stickyHeader-price_col2_row3 .sm_hidden{
		font-size: 12px;

	}

	#singleAd_stickyHeader-price_col2_row2{
		font-size: 15px;
	}

	#singleAd_stickyHeader-price_col2{
		margin-left: 0px !important;
	}

	#singleAd_stickyHeader-price{
		margin-left: auto;
		width: auto;
	}

}

@media only screen and (max-width: 600px) {
	.custom_slider #carousel img{
		max-height: 90px !important;
		min-height: 90px !important;
	}

	#custom_se_ad_dotari ul{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.custom_slider_and_info{
		min-height: 390px;
	}
}

/* Test slider */
#single-slider ul.slides{
	display: flex;
}

#single-slider ul.slides li a{
	height: 100%;
	display: block;
}


/* related ads */
.se_relatedAds_carContainer{
	max-width: 360px !important;
	width: 100%  !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

#single_related_ads .ads_overlayHeader{
	height: 37.5px;
	display: flex;
	align-items: center;
}

#single_related_ads .ads_overlayHeader_logo {
  position: absolute;
  top: 14px;
  left: 19px;
  width: 42px !important;
  height: 51px !important;
  z-index: 99;
}

#single_related_ads .ads_overlayHeader_sitename {
  width: 100%;
  text-align: center;
  color: #E8A724;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: "Inter", Sans-serif;
}

#single_related_ads .category-grid-box {
	background-color: black !important;
	border-radius: 4px !important;
	border: none !important;
}

#single_related_ads .short-description {
	background: #010101 none repeat scroll 0 0;
	border-radius: 4px;
	border: none;
	padding: 0px 15px 0px;
	height: 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#single_related_ads .category-grid-box .view-details,
#single_related_ads .category-grid-box .additional-information,
#single_related_ads .category-grid-box .category-grid-img::before{
  content: none !important;
  display: none !important;
}

#single_related_ads .price{
  color: #E8A724 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 400 !important;
  padding: 0px !important;
}

#single_related_ads .short-description > h2 > .short-description-title {
	display: flex;
	max-height: 40px;
	overflow: hidden;
  color: white !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 4px;
}
#single_related_ads .short-description > h2 > .short-description-title:hover{
  color: #E8A724 !important;
}

.se_relatedAds_viewMore {
  margin: 4px 6px 6px 6px;
}
.se_relatedAds_viewMore a:hover {
  background: #E8A724;
}
.se_relatedAds_viewMore a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: #D9D9D9;
  border-radius: 3px;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px;
  color: #232323 !important;
}

#single_related_ads .category-grid-box .category-grid-img img{
	height: 262px;
	object-fit: cover;
}

#single_related_ads .category-grid-box .category-grid-img{
  padding: 0px 6px 5px 6px;
}

#single_related_ads .category-grid-box .ad-info {
	background: #D9D9D9;
	border-radius: 3px;
	padding: 15px 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#single_related_ads .category-grid-box .ad-info label {
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	color: #000000;
	cursor: pointer;
}
@media screen and (max-width: 859px){
	#single_related_ads .category-grid-box .category-grid-img img{
		height: 242px !important;
	}

	.custom_single_related_cars{
		height: 640px;
	}

	.custom_single_se_related_cars.custom_single_se_related_cars .owl-nav{
		display: none !important;
	}

	#single_related_ads .owl-dots,
  #single_related_ads .text-center.slide_gesture_info{
		visibility: visible !important;
	}
}


.custom_single_se_related_cars .owl-nav{
	display: block !important;
}

.custom_single_related_cars .owl-nav .owl-next {
  position: absolute !important;
  right: -35px !important;
  top: 155px !important;
}

.custom_single_related_cars .owl-nav .owl-next:hover {
	background: none !important;
	color: #010101 !important;
}

.custom_single_related_cars .owl-nav .owl-next i,
.custom_single_related_cars .owl-nav .owl-next span {
	font-size: 80px !important;
	color: #010101 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.custom_single_related_cars .owl-nav .owl-prev {
	position: absolute !important;
	left: -35px !important;
	top: 155px !important;
	right: auto !important;
}

.custom_single_related_cars .owl-nav .owl-prev:hover {
	background: none !important;
	color: #010101 !important;
}

.custom_single_related_cars .owl-nav .owl-prev i,
.custom_single_related_cars .owl-nav .owl-prev span {
	font-size: 80px !important;
	color: #010101 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}


.custom_single_se_related_cars .owl-theme .owl-dots .owl-dot span {
  background: #010101 !important;
  border: 2px solid #010101 !important;
  width: 14px !important;
  height: 14px !important;
}

.custom_single_se_related_cars .owl-theme .owl-dots .owl-dot.active span {
  background: #DA9C22 !important;
}

.owl-dots, .text-center.slide_gesture_info{
	visibility: hidden !important;
}
/*end related ads */


#overlay_sold_ad{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(7,13,25,0.7);
	top: 0;
	bottom: 0;
}

#overlay_sold_ad label{
	margin: 0px;
	outline: 4px solid #E8A724;
	outline-offset: 4px;
	border-radius: 7px;
	color: #E8A724;
	font-size: 50px;
	padding: 8px 20px;
	font-family: 'Inter', sans-serif !important;
	background: linear-gradient(to right, #000000, #282A2F);
	font-weight: 600;
	/*filter: drop-shadow(0px 4px 0px rgba(0,0,0,0.35));*/
}

#se_single_adminArea{
	padding: 0px;
	background: #000000;
}

#se_single_adminArea .row{
	display: flex;
	flex-direction: row;
}

#se_adminArea_adSold{
	margin-left: auto;
}

#se_single_adminArea a{
	padding: 20px 0px 20px 15px;
	display: inline-block;
	color: white;
	width: 160px;
	text-align: center;
}
#se_single_adminArea a i{
	padding-right: 7px;
}

#se_single_adminArea a:hover{
	color: #E8A724;
}

#se_adminArea_adExternUrl i,
#se_adminArea_adLocalUrl i,
#se_adminArea_adLDelete i{
	padding-right: 7px;
}

#se_adminArea_adExternUrl:hover,
#se_adminArea_adLocalUrl:hover,
#se_adminArea_adLDelete:hover{
	color: #E8A724;
}

#deleteModal{
	bottom: auto !important;
	width: 100vw;
	height: 100vh;
}

#deleteModal .modal-dialog{
	top: 50% !important;
	transform: translateY(-50%) !important;
	margin-top: 0px !important;
}

#deleteModal .modal-header,
#deleteModal .modal-content{
	background-color: #000;
}

#deleteModal .close{
	color: white !important;
	opacity: 1;
}

#deleteModal .modal-header{
	border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
}

#deleteModal .modal-body{
	padding: 20px;
	color: white;
}

#deleteModal .modal-body p{
	font-size: 20px;
}

#deleteModal .modal-footer{
  border-top: none;
  display: flex;
  padding: 0px 15px 10px 15px;
}

#deleteModal .modal-footer .btn{
	border-radius: 4px;
}

#deleteModal .modal-footer .btn-danger{
	margin-left: auto;
}


/* servicii personalizate popup */
#servicii-personalizate-modal .checkboxContainer label{
	font-weight: 400;
	padding-left: 30px;
	cursor: pointer;
}

#servicii-personalizate-modal .checkmark{
	left: 0px;
	right: unset;
}

#servicii-personalizate-modal .checkboxContainer .checkmark::after{
	right: 6px;
}

#servicii-personalizate-modal #serviciiPersonalizateModal-footnote{
	font-weight: 400 !important;
	font-size: 12px !important;
}

#servicii-personalizate-modal .parsley-errors-list{
	display: none;
}

#serviciiPersonalizateModal-validate-servicii{margin-bottom: 10px;}


#info-pachete-modal {
  z-index: 99999999991 !important;
  background: rgba(12, 17, 28, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#info-pachete-modal .modal-header{
  background-color: #010101;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

#info-pachete-modal .ad_pachet_container{
  outline: 2px solid rgba(255, 255, 255, 0.2) !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

#info-pachete-modal .single_car_right_info_txt{
  padding-right: 0px !important;
}

#info-pachete-modal .checkboxContainer label{
  color: #FFF;
  font-family: 'Inter', sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

#info-pachete-modal .modal-dialog-centered-cstm,
#quicksearch-modal .modal-dialog-centered-cstm{
	top: 50%;
  transform: translateY(-50%) !important;
  margin-top: 0px !important;
}


#info-pachete-modal .modal-header h3,
#quicksearch-modal .modal-header h3{
	color: #E8A724;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Inter', sans-serif !important;
}

#quicksearch-modal .modal-body label{
	color: #FFF !important;
	font-size: 16px;
    margin-bottom: 15px;
	font-weight: 400;
	font-family: 'Inter', sans-serif !important;
}

#quicksearch-modal .modal-body-wrapper a{
  max-width: 100%;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 3px;
  background-color: transparent;
  font-size: 16px;
  text-transform: none;
  outline: none;
  letter-spacing: normal;
  font-weight: 400;
  min-height: 49px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  white-space: normal;
}

.ad_pachet_container{
  border-radius: 10px;
  outline: 2px solid #E8A724;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
	cursor: default;
}

.ad_pachet_container * {
  cursor: default;
  color: #FFF;
}

.single_car_right_info_txt.additional label{
	display: flex;
	align-items: center;
}

.ad_pachet_title_wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 12px 16px 11px 12px;
}

.ad_pachet_beneficii_wrapper {
  padding: 10px 12px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ad_pachet_radiobtn_icon {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  outline: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 0px;
  background-color: #E8A724;
  color: #FFF;
}

.ad_pachet_title_wrapper input{
	margin: 0px;
}

.ad_pachet_title{
	margin-bottom: 0px !important;
	font-size: 20px;
	font-weight: 400;
  color: #FFF;
	font-family: 'Inter', sans-serif !important;
}

.ad_pachet_container .ad_pachet_radiobtn_icon svg {
  stroke-dasharray: 50;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.5s ease-in-out;
}

.ad_pachet_radiobtn_icon svg path {
  stroke: #000;
}

.chk_bullet{
	font-size: 21px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15.8px;
	margin-right: 7px;
}


#garantie-extinsa-modal-trigger:hover,
#servicii-personalizate-modal-trigger:hover{
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #9C6726 !important;
}


.single-ads_stoc_extern .custom_popup_share .modal-footer ul.custom_share_list{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.single-ads_stoc_extern .custom_popup_share .modal-footer .custom_footer_socials svg{
	height: 50px;
}

/* contact forms */
.ga_singlePage_modals .checkboxContainer label{
  padding-left: 40px;
  font-size: 13px !important;
  font-weight: 400;
  padding-right: 15px;
  cursor: pointer;
}
.ga_singlePage_modals .checkboxContainer .checkmark {
  left: 14px !important;
  right: auto !important;
  height: 20px !important;
  width: 20px !important;
  position: absolute;
  top: 0;
  background-color: white;
  border: 2px solid #181A1E !important;
  border-radius: 4px;
}
.ga_singlePage_modals .checkboxContainer .checkmark::after {
  right: 5px !important;
  top: 0px !important;
  width: 7px !important;
  height: 13px !important;
  border: solid #181A1E;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.select2-dropdown{
	z-index: 9999999999999 !important;
	background-color: #f9f9f9 !important;
}
.ga_singlePage_modals .checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ga_singlePage_modals .checkboxContainer{
  display: block;
  position: relative;
  margin-bottom: 4px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}
#parsley-id-multiple-garantie-extinsa-modal_acceptance,
#parsley-id-multiple-ofertaFinantare-modal_acceptance,
#parsley-id-multiple-istoric-modal_acceptance,
#parsley-id-multiple-intereseaza-modal_acceptance {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

#intereseaza-modal_pf_email{
  border: 1px solid rgba(255,255,255,0.3);
}

.ga_singlePage_modals{
	z-index: 99999999991 !important;
  background: rgba(12, 17, 28, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ga_singlePage_modals *{
	font-family: "Inter", Sans-serif !important;
}
.ga_singlePage_modals .btn-theme{
	border-radius:5px;
}

.ga_modal_overlay .modal-content,
.ga_singlePage_modals .modal-content {
  box-shadow: none !important;
  background: #010101;
}
.ga_modal_overlay .modal-header,
.ga_singlePage_modals .modal-header{
	padding:15px;
	color: #FFF;
	background-color: #010101;
}
.ga_modal_overlay .modal-header h3,
.ga_singlePage_modals .modal-header h3{
	color: #fff;
	font-size: 24px;
}
.ga_modal_overlay .modal-body,
.ga_singlePage_modals .modal-body{
  display: flex;
  flex-direction: column;
  border-radius: 0 0 10px 10px;
}
.ga_modal_overlay  .modal-header .close,
.ga_singlePage_modals  .modal-header .close {
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px !important;
  color: #FFF;
  opacity: 1;
}
.ga_singlePage_modals .form-control {
  background-color: #f9f9f9;
  padding: 10px 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single{
	height: 40px !important;
}

.select2-container--default .select2-selection--single{
	margin-bottom: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px !important;
	background-color: #f9f9f9 !important;
	color: #555 !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
	display: none !important;
}
/* END CONTACT FORMS */


.popover{
	left: 0 !important;
	top: 83px !important;
	max-width: 100% !important;
	background-color: #010101;

	width: 100%;
	border: none;
}

.popover .arrow{
	display: none !important;
}

.popover-content{
	display: flex;
	flex-direction: column;
}

.rata_popover_info{
	margin: 0px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	line-height: 26px;
}

.rata_popover_info span{
	color: #E8A724;
}

.rata_popover_info_5{
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	font-weight: 400;
	margin-top: 10px;
}

.rata_popover_title_container{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: flex;
	justify-content: space-between;
}

.rata_popover_title_container label{
	font-size: 18px;
	color: #E8A724;
	font-weight: 600;
	margin-bottom: 0px;
}

.rata_popover_title_container span{
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	padding: 0px 5px 9px 20px;
	cursor: pointer;
}

.rata_popover_title_container span:hover{
	color: #E8A724;
}

.fancybox-infobar{
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 20px;
	display: flex;
	justify-content: center;
	color: #FFF;
	font-size: 18px;
	mix-blend-mode: unset !important;
}

#single_reviews_widget{
	border-radius: 20px;
	background-color: #181A1E;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-bottom: 80px;
}

#single_reviews_widget > label{
	color: #FFFFFF;
	font-family: "Inter", Sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

#single_reviews_widget .ti-widget.ti-goog .ti-widget-container{
	margin-bottom: 0px !important;
}

#single_reviews_widget .ti-widget .ti-name{
	color: #E8A724 !important;
}

#single_reviews_widget .ti-widget .ti-date{
	opacity: 1 !important;
}

#single_reviews_widget .ti-widget *{
	color: #FFF;
}

#single_reviews_widget .ti-disclaimer strong{
  color: #000000 !important;
}

#single_reviews_widget .ti-footer *{
	color: #E8A724 !important;
}

#single_reviews_widget > a{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#single_relatedAds_section_title{
	position: relative;
	margin-top: -53px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	color: #000;
	padding-bottom: 10px;
}

.sm_hidden{
	display: none;
}

#fancybox__ad_title,
.fancybox__footer{
	visibility: hidden;
}

#single_calculator_leasing_section{
	border-top: 11px solid #E8A724;
	margin-top: -1px;
}

#ad_gallery_banner_container{
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0px 60px;
background-color: #000000;
}
#ad_gallery_banner_container label{
font-size: 18px;
font-weight: 400;
color: #FFF;
}
#ad_gallery_banner_container label:nth-of-type(3){
font-weight: 600;
color: #E8A724;
margin-top: 10px;
margin-bottom: 30px;
}
#ad_gallery_banner_container ul{
margin-top: 20px;
margin-bottom: 30px;
list-style: disc;
padding-left: 17px;
}
#ad_gallery_banner_container ul li{
font-size: 18px;
font-weight: 400;
color: #E8A724;
}
#user-info_popup_close{
border: 1px solid #E8A724;
border-radius: 3px;
font-size: 16px;
font-weight: 500;
color: #FFF;
text-align: center;
padding: 13px 90px;
width: fit-content;
cursor: pointer;
}

#ad_gallery_banner_container div{
background-color: #E8A724;
padding: 10px 40px;
font-size: 15px;
border-radius: 4px;
color: #000;
text-align: center;
margin-bottom: 0px !important;
margin-top: 10px !important;
display: none;
}

#warranty_info_container{
background: #000; width: calc(100% + 4px); display: flex; align-items: center; font-size: 12px; font-weight: 400; color: #FFF; padding: 2px 0px 6px 0px; position: absolute; top: 0; z-index: 99;
}

#single_siguranta-achizitie_container{
	display: flex;
	flex-direction: row;
	background-color: #F4F6F8;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

#se_ad_section_3{
  margin-top: 30px;
}


#se_ad_section_5 label{
	color: #181A1E;
	font-family: "Inter", Sans-serif !important;
	font-size: 40px;
	font-weight: 800;
}

#se_ad_section_5 label span{
	color: #E8A724;
	font-family: "Inter", Sans-serif !important;
  font-size: 40px;
  font-weight: 800;
}

#se_ad_section_5 p{
	color: #181A1E;
	font-family: "Inter", Sans-serif;
  font-size: 17px;
	line-height: 36px;
  font-weight: 600;
	margin-top: 15px;
}

#se_ad_section_5 ul{
	margin-top: 10px;
	list-style: none;
}

#se_ad_section_5 li{
	color: #181A1E;
	font-family: "Inter", Sans-serif !important;
    font-size: 16px;
	line-height: 28px;
    font-weight: 400;
	margin-bottom: 10px;
}

#se_ad_section_5 li span{
    font-weight: 600 !important;
}

#siguranta-achizitie_li_1{
	font-weight: 700 !important;
	margin-top: 10px;
  	margin-bottom: 15px !important;
	font-size: 20px !important;
	line-height: 28px !important;
}

#se_ad_section_5 li#siguranta-achizitie_footer{
    font-weight: 600;
	margin-top: 16px;
	font-size: 16px;
	font-style: italic;
	padding-right: 100px;
	margin-bottom: 0px !important;
}

.agent_contact_container.mobile{
	display: none;
}

#mobile_agent_col2{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#mobile_agent_col2 label{
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter', sans-serif !important;
  margin: 0px;
}

#mobile_agents_wrapper{
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.ad_CTA_container{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.ad_CTA_button{
  height: 48px;
  border-radius: 4px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  cursor: pointer;
  width: calc(50% - 6.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.ad_CTA_button.call{
	cursor: default;
  border: 1px solid #FFF;
  color: #FFF !important;
}

.ad_CTA_button.contact{
	background-color: #4B83EF;
  font-weight: 500 !important;
}

.ad_CTA_button.contact:hover {
  background-color: #0653b6;
  color: #FFF !important;
}

.ad_CTA_button:focus{
	color: #FFF !important;
}

/* .ad_CTA_button.call:hover {
  border-width: 2px;
} */

.ad_CTA_button.apel {
  color: #fff;
  background-color: #12A481;
  font-weight: 500 !important;
  width: calc(50% - 6px);
}

#mobile_sticky_header{
  background-color: #E8ECF3;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  padding: 8px;
  z-index: 999;
  transition: top 0.5s ease-out;
  top: -100px;

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

#mobile_sticky_header.active{
  top: 0;
}


#mobile_sticky_search {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #454B57;
  color: #fff;
  padding: 10px 15px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  border-radius: 4px;
  font-size: 16px;
  width: calc(50% - 6px);
}

#mobile_sticky_header .ad_CTA_button.beneficii-achizitie {
  color: #fff;
  background-color: #E8A13B;
  font-weight: 500 !important;
  width: calc(50% - 6px);
}

#mobile_sticky_price{
	padding: 10px 10px 6px 10px;

	background-color: #E8ECF3;
	position: fixed;
	bottom: -150px;
	left: 0;
	right: 0;
	z-index: 999;
	transition: all 0.5s ease;
	flex-direction: column;
	font-family: 'Inter', sans-serif !important;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.2);
}

#mobile_sticky_price_container{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#mobile_sticky_price.active{
	bottom: 0;
}

#mobile_sticky_price .custom_car_price_title, #mobile_sticky_price .custom_car_price_1 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
}

#mobile_sticky_price .custom_car_price_2, #mobile_sticky_price .custom_car_price_title_2 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

#mobile_sticky_packages.active{
	display: flex;
}

#mobile_sticky_packages{
	flex-direction: row;
	justify-content: space-between;
	gap: 8px;
	margin-top: 8px;
	font-family: 'Inter', sans-serif !important;
}

#mobile_sticky_packages label{
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	height: 40px;
	margin: 0px;
}

#mobile_sticky_packages label.active{
	border: 1px solid #E8A724;
	background-color: #E8A724;
	color: #000;
}

#mobile_sticky_packages label.active svg{
	margin-right: 7px;
	display: inline-block !important;
}

#mobile_sticky_packages label svg path{
	stroke: #FFF;
}

@media only screen and (max-width: 767px){

  .single-autoutilitare #ga_menu-mobile-collapse-trigger:not(.active) {
    z-index: 999 !important;
  }

	.agent_contact_container.web{
		display: none;
	}

	.agent_contact_container.mobile{
		display: flex;
		flex-direction: column;
		background-color: transparent;
	}

	.agent_card{
		width: 150px;
		min-width: 150px;
		max-height: 190px;
	}

	.agent_card img{
		height: 120px;
		width: 140px;
		object-fit: cover;
	}

	.qlwapp a.qlwapp-toggle{
		width: 100%;
	}

	.agent_contact_title{
		font-size: 17px;
		margin-bottom: 15px;
	}

	.agent_contact_container{
		margin: 22px 0px;
		border-radius: 0px;
	}

	#mobile_agents_wrapper{
		margin-bottom: 22px;
	}

	.f-carousel__slide.video-slide svg{
		width: 80px;
		height: 80px;
	}

	.custom_slider .f-carousel__nav .f-button.is-next,
	.custom_slider .f-carousel__nav .f-button.is-prev{
		height: 40px !important;
	}

	.fancybox__content.isBanner{
		background-color: #000000 !important;
		position: absolute;
		top: -10px !important;
		width: 100% !important;
		height: 100% !important;
		background-image: url('https://goldenauto.ro/wp-content/uploads/2024/08/adGallery-banner-mobile.png') !important;
		background-size: 75% !important;
	}

	.fancybox__content.isBanner img{
		display: none;
	}

	#ad_gallery_banner_container{
		padding: 0px 45px !important;
	}


	#ad_gallery_banner_container ul{
		display: none;
	}

	#ad_gallery_banner_container *{
		font-size: 15px !important;
		margin: 5px 0px !important;
	}

	#ad_gallery_banner_container div{
		display: block;
	}


	#se_ad_section_5 label span,
	#se_ad_section_5 label{
		font-size: 22px;
	}

	#siguranta-achizitie_footer{
		font-size: 18px !important;
	}

	#se_ad_section_5 p{
		line-height: normal;
	}

	#mobile_sticky_price,
	#mobile_sticky_header{
		display: flex;
	}

  #se_ad_section_4 .finantare_content_container{
    padding: 0px 20px !important;
  }
}

@media only screen and (max-width: 450px){
	#ad_gallery_banner_container label:nth-of-type(2){
		display: none;
	}
}

@media only screen and (max-width: 380px){
	#ad_gallery_banner_container * {
		font-size: 14px !important;
	}

	#ad_gallery_banner_container div{
		padding: 7px !important;
	}
}

@media only screen and (max-width: 365px){
	#warranty_info_container *{
		font-size: 11px;
	}

	#ad_gallery_banner_container * {
		font-size: 13px !important;
	}
}

@media only screen and (max-width: 340px){
	#warranty_info_container span:nth-of-type(3){
		display: none;
	}

	#ad_gallery_banner_container *{
		font-size: 12.5px !important;
	}

	#ad_gallery_banner_container div{
		margin-top: 5px !important;
	}
}


@media only screen and (max-width: 329px) {

	.custom_car_price_title{
		font-size: 15px !important;
	}

	.custom_car_price_title_2{
		font-size: 13px !important;
	}
}


.single-ads_stoc_extern .finantare_content.calculator{
	box-shadow: none !important;
	clip-path: none !important;
}

#left_side{
	max-width: 750px;
}

#se_ad_section_6{
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#se_ad_section_6 label{
  position: absolute;
  z-index: 1;
}

#se_ad_section_6 label:nth-of-type(1){
	color: #FFF; font-family: "Inter", Sans-serif; font-size: 40px; font-weight: 800;
  top: 30px;
  left: 35px;
}

#se_ad_section_6 label:nth-of-type(1) > span {
  color: #E8A724;
  font-family: "Inter", Sans-serif !important;
}

#se_ad_section_6 label:nth-of-type(2){
	display: block;color: #E8ECF3; font-family: "Inter", Sans-serif; font-size: 20px; font-style: normal; font-weight: 500; max-width: 360px;
  top: 115px;
  left: 35px;
}

#se_ad_section_6 > img{
	width: 73px;
  height: auto;
  position: absolute;
  left: 35px;
  bottom: 50px;
}


.finantare_content.calculator h2{
	font-family: 'Inter', sans-serif !important;
}

.finantare_content_container{
	padding: 0px 35px !important;
}

#finantare_leasing_form{
	flex-direction: row !important;
	flex-wrap: wrap;
	column-gap: 50px;
}

#finantare_leasing_form .form-group-wrapper{
	flex-direction: column !important;
	gap: 20px !important;
}

.single-ads_stoc_extern #finantare_leasing_form button{
	width: 242px;
}

#se_ad_section_4 .finantare_content.calculator{
  box-shadow: none !important;
  clip-path: none !important;
  border-radius: 10px;
}

#se_ad_section_5{
	margin-top: 30px;
  margin-bottom: -10px;
  padding-left: 15px;
}

#single_finantare_container{
  border-radius: 10px;
  border-bottom: none;
  margin-bottom: 30px;
}

#se_ad_section_1{
	margin-top: 22px;
}

#se_ad_section_1{
	display: flex;
	flex-direction: column;
}

.ad_info_collapse_title:first-of-type{
	margin-top: 0px;
}

.ad_info_collapse_title{
	width: 100%;
	font-size: 22px;
	line-height: 20px;
	font-weight: 600;
	color: #010101;
	padding: 14px 20px;
	margin-top: 16px;
	margin-bottom: 0px;
	background-color: #E8A724;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	border-radius: 2px;
	font-family: 'Inter', sans-serif !important;
}

.ad_info_collapse_title.collapsed{
	background-color: #E8ECF3;
}

.ad_info_collapse_title svg path{
	fill: #000;
}

.ad_info_collapse_title svg{
	transform: rotate(180deg);
}

.ad_info_collapse_title.collapsed svg{
	transform: none;
}


#ad_info_1_collapse, #ad_info_2_collapse, #ad_info_3_collapse, #ad_info_4_collapse{
	margin-top: 16px;
	padding-left: 20px;
}

.add_pachet_separator{
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255,255,255,0.2);
	top: 95px;
}

#main_wrapper{
	display: flex;
	flex-direction: row;
	margin: 0px auto;
}

#ad_pachete_mobile_section,
#ad_pachete_web_section{
	background-color: #000000;
  border-radius: 10px;
  padding: 12px 21px 15px 21px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  height: fit-content;
  position: sticky;
  top: 0;
  margin: 60px 0px 80px 30px;
  min-width: 390px;
  max-width: 390px;
  width: 100%;
}

#ad_pachete_mobile_section{
	display: none;
	position: static;
  min-width: 100%;
	max-width: 100%;
	border-radius: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 19px 21px;
}

#ad_pachete_mobile_section .ad_pachet_container{
  margin-top: 0px;
}

#ad_pachete_mobile_section *,
#ad_pachete_web_section *{
	font-family: 'Inter', sans-serif !important;
}


.ad_gallery_video img{
	height: 100%;
}

#single_finantate_parteneri_wrapper{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	row-gap: 20px;
}

#single_finantate_parteneri_wrapper img{
	height: 50px;
	width: auto;
	object-fit: contain;
}


@media (min-width: 768px) {
  .custom_right_price .popover {
    border-radius: 10px;
    outline: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: -2px;
    width: 352px;
    height: 248px;
    max-width: unset !important;
    margin-top: 13px;
  }
}

@media (max-width: 371px) {
  #mobile_sticky_search {
    width: calc(65% - 6.5px) !important;
    justify-content: center;
  }

   .ad_CTA_button.beneficii-achizitie {
    width: calc(35% - 6.5px) !important;
  }
}
