#make_search select{
  /*visibility: hidden;*/
  position: static;
  width: 100%;
  height: 30px;
}

.web-banner-slot{
  min-height: 331px;
  width: 100% !important;
  display: block;
  position: relative;
}

.mobile-banner-slot{
  display: none;
}

.adsPage_vehicle_type{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  gap: 9px;
}

.adsPage_vehicle_type span,
.adsPage_vehicle_type a{
  border: 1px solid #454B57;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  height: 35px;
  width: 100%;
}

.adsPage_vehicle_type span:hover,
.adsPage_vehicle_type a:hover{
  background-color: #E8A724;
  color: #010101;
  border-color: #E8A724;
}

.adsPage_vehicle_type span.active{
  background-color: #E8A724;
  color: #010101;
  border-color: #E8A724;
}

/* dotari suplimentare */
.checkboxContainer {
  display: block;
  position: relative;
  margin-bottom: 6px;
  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;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
  color: white;
  margin-bottom: 0px !important;
  padding-top: 2px;
  cursor: pointer;
}

.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 2px solid #181A1E !important;
  border-radius: 4px;
}

.checkboxContainer input:checked ~ .checkmark {
  background-color: #E8A724;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

.checkboxContainer .checkmark:after {
  right: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #181A1E;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end cst checkbox */
#se_filters_extra_container{
  padding-top: 15px;
}


#se_filters_extra_container img{
  height: 25px;
  background-color: #E8A724;
  padding: 5px;
  border-radius: 2px;
  cursor: pointer;
}

#se_filters_extra_container .adsPage_filters_title{
  color: white;
  cursor: pointer;
  padding-top: 7px;
  padding-bottom: 6px;
  margin-bottom: 0px;

}

#se_filters_extra_container .adsPage_filters_title:hover,
.checkboxContainer label:hover{
  color:#E8A724;
}

#se_filters_extra_container .adsPage_filters_title span{
  font-weight: 400;
}

#se_filters_extra_collapsable{
  height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

#se_filters_extra_collapsable.active{
  height: 235px;
}
/* end */


.preloader{
  display: none !important;
}

.page-template-stocExtern-template p,
.page-template-stocExtern-template a,
.page-template-stocExtern-template span,
.page-template-stocExtern-template div,
.page-template-stocExtern-template label,
.page-template-stocExtern-template input{
  font-family: "Inter", Sans-serif !important;
}

#ajax_response_resultsCounter{
  display: none !important;
}

div.main-content-area{
  background: #F4F6F8;
  /*padding-bottom: 80px;*/
}

.footer-transparent{
  margin-top: 0px;
}

.adsPage_section{
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 45px;
  justify-content: space-between;
}

.adsPage_col1{
  width: 23%;
}

.adsPage_col2{
  width: 75%;
}

.adsPage_filters_title{
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  color: #FFFFFF;
  padding-bottom: 12px;
  padding-top: 15px;
  width: 100%;
}

.adsPage_filtes_grouped{
  display: flex;
  justify-content: space-between;
}

.adsPage_filtes_grouped .select2-container{
  max-width: 110px;
}

.adsPage_section .select2-selection__arrow{
  background-color: #F2AB26;
  height: 30px !important;
  top: 0px !important;
  right: 0px !important;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.adsPage_section .select2-selection__arrow:hover > b{
  border-color: #FFFFFF transparent transparent transparent !important;
}

.adsPage_section .select2-selection--single:hover b{
  border-color: #FFFFFF transparent transparent transparent !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 8px !important;
}

.adsPage_section .select2-selection__rendered{
  line-height: 30px !important;
  font-size: 16px !important;
}

.adsPage_section .select2-search__field{
  margin-top: 0px !important;
}


.select2-search__field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

.select2-search__field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
}

.select2-search__field::-ms-input-placeholder { /* Microsoft Edge */
  color: #444;
}

.select2-selection--multiple::after{
  content: '';
  background-color: #F2AB26;
  height: 32px !important;
  top: 0px !important;
  position: absolute;
  right: 0;
  width: 30px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}

.select2-selection--multiple::before{
  content: '';
  border-color: #010101 transparent transparent transparent !important;
  border-width: 8px 8px 0 8px !important;
  border-style: solid;
  position: absolute;
  right: 7px;
  top: 13px;
  z-index: 1;
  cursor: pointer;
}

.select2-selection--multiple:hover::before{
  border-color: white transparent transparent transparent !important;
}

.select2-selection--multiple > ul > li{
  color: #444;
  padding-left: 3px;
  cursor: pointer;
}



.select2-selection--multiple .select2-search__field{
  cursor: pointer;
}


.adsPage_section .select2-selection--multiple,
.adsPage_section .select2-selection--single{
  height: 30px !important;
  border: none !important;
  border-radius: 2px;
  margin-bottom: 0px !important;
}

#select2-dotari_select-results{
  margin-top: 3px;
}

#select2-dotari_select-results .select2-results__option[aria-selected="true"]{
  background-color: white;
}

#select2-dotari_select-results .select2-results__option[aria-selected="true"]:hover{
  color: white !important;
  background-color: #f5af02 !important;
}

#select2-dotari_select-results .select2-results__option--highlighted[aria-selected]{
  color: #717171;
}

#select2-dotari_select-results .select2-results__option[aria-selected="true"]::after{
  margin-top: 3px;
  right: 33px;
  width: 6px;
  height: 12px;
  border: solid #181A1E;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
}

#select2-dotari_select-results .select2-results__option[aria-selected="true"]::before{
  margin-top: 1px;
  right: 25px;
  width: 21px;
  height: 20px;
  border: 2px solid #181A1E;
  content: "";
  position: absolute;
  border-radius: 4px;
  background-color: #E8A724;
}

#select2-dotari_select-results .select2-results__option::before{
  margin-top: 1px;
  right: 25px;
  width: 21px;
  height: 20px;
  border: 2px solid #717171;
  content: "";
  position: absolute;
  border-radius: 4px;
  background-color: #F4F6F8;
}

#select2-min_km_select-results .select2-results__option,
#select2-max_km_select-results .select2-results__option{
  padding-left: 3px;
  padding-right: 3px;
}

.adsPage_section .select2-selection__arrow{
  width: 30px !important;
}

.adsPage_section .select2-selection__arrow b{
  border-color: #010101 transparent transparent transparent !important;
  border-width: 8px 8px 0 8px !important;
  margin-left: -8px !important;
  margin-top: -3px !important;
}

.adsPage_section .select2-selection__clear{
  display: none !important;
}

#make_search{
  background: #000000;
  border-radius: 4px;
  padding: 20px;
}

.adsPage_filters_formTitle{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.adsPage_filters_formTitle label{
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  color: #E8A724;
}

.adsPage_filters_formTitle img{
  margin-left: auto;
}

#search_form_reset_btn{
  width: 100%;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #010101;
  background: #D9D9D9;
  border-radius: 4px;
  text-transform: none;
  padding-top: 14px;
  padding-bottom: 14px;
  letter-spacing: normal !important;
}

#search_form_reset_btn:hover{
  background: #E8A724;
}

.search_form_search_btn_floating{
  position: fixed;
  bottom: 15px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  max-width: 100%;
}


#search_form_search_btn{
  width: 100%;
  margin-top: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #010101;
  background: #E8A724;
  border-radius: 4px;
  text-transform: none;
  padding: 14px 0px !important;
  letter-spacing: normal !important;
}

#search_form_search_btn.isSticky{
  position: fixed;
  z-index: 99;
  bottom: 20px;
  max-width: 237px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transform: translateX(-4px);
}


#search_form_search_btn:hover{
  color: white;
}

.adsPage_topFilters_section{
  background: #000000;
  border-radius: 4px;
  padding: 20px 25px;
}

.adsPage_topFilters_section .search-widget{
  display: flex;
  height: 40px;
  margin-bottom: 15px;
  background: #F4F6F8;
  border-radius: 2px;
}

.adsPage_topFilters_section .search-widget #autocomplete-dynamic-se{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.adsPage_topFilters_section .search-widget #search_ad_title{
  background: #F2AB26;
  border: none;
  width: 40px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.adsPage_topFilters_section .search-widget #search_ad_title:hover > i {
  color: #FFFFFF;
}

.adsPage_topFilters_section .search-widget #search_ad_title i{
  font-size: 20px;
  color: #000000;
}

.adsPage_topFilters_sorting_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#paginationNextPageBtn{
  font-family: 'Custom_Inter', 'Inter', sans-serif !important;
  font-weight: 700;
  color: #181A1E;
}

#paginationNextPageBtn:hover{
  color: #E8A724;
}

.adsPage_section #adsPage_col2_adsPagination_container .paginationButtonDef.paginationButtonDef{
  cursor: default !important;
  color: #181A1E !important;
  background: transparent !important;
}

.adsPage_topFilters_sorting_container .adsPage_adsCounter{
  font-family: 'Custom_Inter', 'Inter', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0px;
  visibility: hidden;
}

.adsPage_topFilters_sorting_container .adsPage_adsCounter span{
  font-family: 'Custom_Inter', 'Inter', sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #E8A724;
}

.adsPage_topFilters_sorting_container .adsPage_sortFilters{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.adsPage_sortFilters #adsPage_sortFilter_title{
  font-family: 'Custom_Inter', 'Inter', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E8A724;
  margin-right: 10px;
  margin-bottom: 0px;
}

.adsPage_sortFilters #select2-order_by-container,
.adsPage_sortFilters #select2-order_by_mobile-container{
  min-width: 210px;
}

.adsPage_section .ga-ad-card > div{
  padding: 0px;
  width: 280px;
  position: static !important;
}

.adsPage_section .ga-ad-card{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
  column-gap: 18px;
  row-gap: 25px;
}

@media screen and (min-width: 681px) {
   .adsPage_section .ga-ad-card{
    height: auto !important;
  }
}

.overlay_sold_ad_listingPage{
  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_listingPage label{
  margin: 0px;
  outline: 2px solid #E8A724;
  outline-offset: 2px;
  border-radius: 3px;
  color: #E8A724;
  font-size: 22px;
  font-weight: 600;
  padding: 4px 12px;
  font-family: 'Inter', sans-serif !important;
  background: linear-gradient(to right, #000000, #282A2F);
}

.adsPage_section .ga-ad-card .category-grid-box:hover .additional-information{
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  cursor: pointer;
  padding-left: 11px;
  top: -30px;
  bottom: 0px;
  left: 0px;
}

.adsPage_section .ga-ad-card .category-grid-box:hover .ad-info{
  background: #E8A724;
}

.adsPage_section .ga-ad-card .category-grid-box .adsPage_ad_top_info{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
  margin: 5px 0px 0px 0px;
  cursor: pointer;
  position: relative;
  bottom: 14px;
}


.adsPage_section .ga-ad-card .category-grid-box .view-details{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #E8A724;
  z-index: 9;
}


.adsPage_section .ga-ad-card .category-grid-box .short-description{
  border: none;
  padding: 0px 11px 0px;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.adsPage_section .ga-ad-card .category-grid-box .short-description .category-title{
  display: none !important;
}


.adsPage_section .ga-ad-card .category-grid-box .ad-info{
  border: none;
}

.adsPage_section .ga-ad-card .category-grid-box .cst-play-video{
  top: 41px;
  right: 10px;
  left: auto;
  bottom: auto;

  color: #fff;
  font-size: 35px;
  position: absolute;
  opacity: 0.6;
  transition: all 0.25s ease 0s;
  z-index: 9;
  width: 32px;
}

.adsPage_section .ga-ad-card .category-grid-box .padding_cats a{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #FFFFFF;
}

.adsPage_section .ga-ad-card .category-grid-box .short-description h3 a:hover,
.adsPage_section .ga-ad-card .category-grid-box .padding_cats a:hover{
  color: #E8A724;
}

.adsPage_section .ga-ad-card .category-grid-box .category-grid-img{
  background-color: white;
}

.adsPage_section .category-grid-box .category-grid-img img{
  height: 202.5px;
  object-fit: cover;
}

.adsPage_section .ga-ad-card .category-grid-box .category-grid-box .short-description{
  padding: 10px;
}

.adsPage_section .ga-ad-card .category-grid-box .category-grid-box .short-description .category-title{
  line-height: 13px;
}

.adsPage_section .ga-ad-card .category-grid-box .short-description-title{
  display: flex;
  max-height: 40px;
  overflow: hidden;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}


.adsPage_section .ga-ad-card .category-grid-box .short-description .price{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #E8A724;
  font-family: 'Custom_Inter', 'Inter', sans-serif !important;
}

.adsPage_section .ga-ad-card .category-grid-box .short-description .price span{
  font-family: 'Custom_Inter', 'Inter', sans-serif !important;
}


.adsPage_section .ga-ad-card .category-grid-box .ad-info{
  background: #D9D9D9;
  border-radius: 3px;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.adsPage_section .ga-ad-card .category-grid-box .adsPage_ad_bottom_info{
  margin: 0px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  cursor: pointer;
}

.adsPage_section .ga-ad-card .category-grid-box .ads_overlayHeader{
  display: flex;
  align-items: center;
}

.adsPage_section .ga-ad-card .category-grid-box .ads_overlayHeader .ads_overlayHeader_logo {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 35px !important;
  height: 42px !important;
  z-index: 99;
}

.adsPage_section .ga-ad-card .category-grid-box .ads_overlayHeader .ads_overlayHeader_sitename {
  width: 100%;
  text-align: center;
  font-family: "Inter", Sans-serif;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  color: #FFF;
  font-weight: 400;
  line-height: unset;
  padding: 0px;
}

.adsPage_section .ga-ad-card .category-grid-box .ads_overlayHeader .ads_overlayHeader_sitename span{
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(88deg, #9C6726 -14.73%, #F5D67D 99.26%);
  width: 80px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #010101;
  padding-left: 7px;
  margin-left: 4px;
}

.adsPage_section .ga-ad-card .category-grid-box{
  background: #010101 none repeat scroll 0 0;
  border-radius: 4px;
  padding: 5px;
  border: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 0px;
}

.adsPage_toppFilters_divider{
  display: none;
  height: 1px;
  height: 60px;
  background: #000000;
  justify-content: center;
  align-items: center;
  margin-bottom: -5px;
  margin-top: -5px;
}

.adsPage_toppFilters_divider > div{
  width: 90%;
  height: 1px;
  background: #F2AB26;
}

.adsPage_suggestedProducts_container{
  display: flex;
  flex-direction: column;
}

#adsPage_suggestedProducts_title{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #010101;
}

#adsPage_suggestedProducts_subtitle{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.adsPage_suggestedProducts_methods_container{
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}

.adsPage_suggestedProducts_method{
  display: flex;
  flex-direction: column;
  background: #010101;
  border-radius: 4px;
  padding: 5px;
  position: relative;
  margin-right: 40px;
}

.adsPage_suggestedProducts_method > label{
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 13px;
  color: #FFFFFF;
  margin: 0px;
  padding-top: 6px;
  padding-bottom: 14px;
  padding-left: 11px;
}

.adsPage_suggestedProducts_method > a{
  background: #E8A724;
  border-radius: 2.5px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #181A1E;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  bottom: 14px;
  width: 100%;
  max-width: 250px;
  left: 50%;
  transform: translateX(-50%);
}

.adsPage_suggestedProducts_method > a:hover{
  color: white;
}

#adsPage_col2_adsPagination_container{
  display: flex;
  justify-content: center;
}

#adsPage_col2_adsPagination_container span.pagination-ellipsis{
    cursor: default !important;
    color: #181A1E !important;
    background: transparent !important;
    border: none;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    padding: 0px;
}

#adsPage_col2_adsPagination_container > ul.pagination {
  background: #E6E7EA;
  border-radius: 5px;
  padding: 8px;
  align-items: center;
  display: flex;
}

#adsPage_col2_adsPagination_container .pagination li{
  box-shadow: none;
  display: inline-block;
  margin-right: 5px;
}

#adsPage_col2_adsPagination_container > ul.pagination > li a {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #181A1E;
  border: none;
  background: transparent;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 5px !important;
}

#adsPage_col2_adsPagination_container > ul.pagination > li a:hover {
  background: #E8A724 !important;
  color: white;
  border-radius: 4px;
}

#adsPage_col2_adsPagination_container > ul.pagination > li a.active {
  background: #E8A724;
  border-radius: 4px;
  color: white !important;
  pointer-events: none;
}

#se_ads_heading{
  font-family: 'Custom_Inter', 'Inter', sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  padding-bottom: 15px;
  color: #FFFFFF;
}

.se_adsListing_sameCatAds_container ul{
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

@media screen and (max-width: 1199px){
  .adsPage_section{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
  }

  .adsPage_col1{
    width: 30%;
  }

  .adsPage_col2{
    width: 67%;
  }

  .adsPage_section .ga-ad-card > div{
    width: 310px;
  }

  .adsPage_section .category-grid-box .category-grid-img img{
    height: 225px;
  }

  .banner_hidden_web img{
    max-width: 310px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .web-banner-slot{
    display: none !important;
  }

  .mobile-banner-slot{
    display: block !important;
  }

}

@media screen and (max-width: 970px){
  .se_adsListing_sameCatAds_container ul{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .adsPage_filtes_grouped .select2-container{
    max-width: 45%;
  }

  .adsPage_section{
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 690px;
  }

  .adsPage_col1,
  .adsPage_col2{
    width: 100%;
  }

  .adsPage_toppFilters_divider{
    display: flex;
  }

  .adsPage_topFilters_section::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #000000;
    z-index: 1;
    margin-top: 20px;
  }

  .adsPage_section .ga-ad-card{
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px){

  .adsPage_section .adsPage_topFilters_sorting_container{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .adsPage_section  .adsPage_topFilters_sorting_container .adsPage_sortFilters,
  .adsPage_section  .adsPage_topFilters_sorting_container .adsPage_sortFilters .custom-select-box{
    width: 100%;
  }
}

@media screen and (max-width: 680px){
  .se_adsListing_sameCatAds_container ul{
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }

  .adsPage_section .category-grid-box .category-grid-img img{
    height: 250px;
  }


  .adsPage_section{
    padding: 0px;
    border-top: 1px solid #181A1E;
  }

  #make_search{
    padding-top: 40px;
    border-radius: 0px;
  }

  .adsPage_topFilters_section{
    border-radius: 0px;
  }

  .adsPage_section .ga-ad-card{
    flex-wrap: nowrap;
    flex-direction: column;
    /*height: 100% !important;*/
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 45px;
  }

  .adsPage_section .ga-ad-card > div{
    max-width: 360px;
    width: 100%;
  }

  .banner_hidden_web img{
    max-width: 360px;
    border-radius: 0px !important;
  }

  .adsPage_section .ga-ad-card .category-grid-box .ads_overlayHeader .ads_overlayHeader_sitename{
    font-size: 14px;
  }

  #adsPage_suggestedProducts_title{
    font-size: 20px;
    text-align: center;
  }

  #adsPage_suggestedProducts_subtitle{
    text-align: center;
  }

  .adsPage_suggestedProducts_methods_container{
    flex-direction: column;
  }

  .adsPage_suggestedProducts_method{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .paginationLastPageBtn{
    display: none !important;
  }

  #se_ads_heading{
    font-size: 18px;
    line-height: 20px;
  }

  .adsPage_topFilters_section .search-widget{
    height: 35px;
  }

  .adsPage_section .adsPage_topFilters_sorting_container{
    flex-direction: column-reverse;
  }

  .adsPage_topFilters_sorting_container .adsPage_sortFilters{
    flex-direction: column;
    align-items: flex-start;
  }

  .adsPage_topFilters_sorting_container .adsPage_adsCounter{
    margin-top: 10px;
  }

  .adsPage_sortFilters #adsPage_sortFilter_title{
    line-height: 18px;
    margin-bottom: 7px;
  }

  .adsPage_topFilters_section .search-widget #search_ad_title{
    width: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .adsPage_topFilters_section .search-widget #search_ad_title i{
    font-size: 18px;
  }

  .adsPage_toppFilters_divider{
    height: 40px;
  }
}

#se_adsListing_description{
  max-width: 1170px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;

}

#se_adsListing_description > *{
  font-family: 'Custom_Inter', 'Inter', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #010101;
}

#se_adsListing_description h2{
  font-weight: 600 !important;
  font-size: 18px !important;
  padding-bottom: 7px;
  line-height: 24px;
}

#se_adsListing_description p{
  font-weight: 400;
  font-size: 15px !important;
  margin-bottom: 0px !important;
  overflow: hidden;
}

#se_adsListing_description #se_adsListing_description_text_excerpt{
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  margin: 0px;
}

#se_adsListing_description #se_adsListing_description_text{
  display: none;
}

#se_adsListing_description ul{
  list-style: disc;
  padding-left: 25px;
  padding-bottom: 7px;
}

#se_adsListing_description ul li{
  font-family: "Inter", Sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

#se_adsListing_description.active #se_adsListing_description_text_excerpt{
  display: none;
}

#se_adsListing_description.active #se_adsListing_description_text{
  display: block;
}

#se_adsListing_description span{
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
  font-size: 15px;
}

#se_adsListing_description span:hover{
  color: #E8A724;
}

#mobile_filter_btn-small{
  display: none !important;
}

#mobile_active_filter_mainContainer{
  display: none !important;
}


.stickyHeader_isActive .adsPage_col2{
  padding-top: 243px;
}

.stickyHeader_mobile{
  position: fixed;
  top: 0;
    z-index: 9999999999;
  left: 0;
  right: 0;
  background: #000;
  padding: 24px 15px 10px 15px;
  border-bottom: 3px solid #F2AB26;
}

.stickyHeader_mobile #adsPage_adsCounter{
  display: none !important;
}

.adsPage_topFilters_section.stickyHeader_mobile #se_ads_heading{
  display: none;
}

.adsPage_topFilters_section.stickyHeader_mobile{
  padding-top: 25px !important;
  padding-bottom: 15px !important;
}

.adsPage_topFilters_section.stickyHeader_mobile::after{
  content: none !important;
}

@media screen and (max-width: 970px){

  /* dublat - check main css */
  #se_ads_heading{
    font-size: 15px;
    padding-bottom: 24px;
  }


  .adsPage_sortFilters #select2-order_by-container,
  .adsPage_sortFilters #select2-order_by_mobile-container{
    min-width: 50px !important;
  }

  #select2-order_by-container,
  #select2-order_by_mobile-container{
    white-space: normal !important;
  }


  .adsPage_topFilters_section{
    padding: 20px 15px;
  }

  .adsPage_sortFilters{
    flex-direction: row !important;
  }


  .adsPage_section .select2-selection__rendered{
    line-height: 35px !important;
  }

  .adsPage_sortFilters .select2-container--default .select2-selection--single .select2-selection__arrow,
  .adsPage_sortFilters .select2-selection__rendered,
  .adsPage_sortFilters .select2-selection--single{
    height: 35px !important;
  }

  #adsPage_sortFilter_title,
  #frm_autocomplete-dynamic-se,
  .adsPage_toppFilters_divider,
  #make_search{
    display: none;
  }

  .adsPage_topFilters_section{
    padding-top: 50px;
  }


  #show_filters_btn svg{
    margin-right: 10px;
  }

  #adsPage_topFilters_mobile_container{
    display: flex !important;
  }

  .select2-dropdown.select2-dropdown--below{
    position: relative;
    z-index: 99999999999999999999;
  }

  .adsPage_sortFilters.mobile_container{
    margin-left: 10px;
    width: 100%;
  }

  #show_filters_btn,
  .adsPage_sortFilters.web_container{
    display: none !important;
  }


  .adsPage_topFilters_sorting_container{
    display: flex !important;
    flex-direction: row !important;
    margin-top: 15px;
  }

  #active_filter_mainContainer{
    flex-wrap: nowrap !important;
      overflow-x: scroll;
      padding-bottom: 10px;
    margin-bottom: 0px !important;
  }

  #delete_filters_btn{
    min-width: 133px;
  }


}

.selected_filter{
  background-color: transparent;
  white-space: nowrap;
  border-radius: 2px;
  border: 1px solid #E8A724;
  padding-left: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  height: 35px;
}

.selected_filter span{
  cursor: pointer;
  padding: 6px 10px 6px 6px;
  pointer-events: auto
}

.selected_filter:hover {
  background-color: rgba(255,255,255,0.2);
}

.selected_filter label{
  color:  #E8A724;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  font-family: "Inter", Sans-serif;
  letter-spacing: normal;
  margin: 0px;
}

#active_filter_mainContainer{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.adsPage_filters_category_title{
  color: #F2AB26;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-top: 1px solid rgba(242,171,38,0.4);
   padding-top: 15px;
}

.adsPage_filters_category_title svg{
  margin-right: 8px;
  margin-top: 1px;
}

#adsPage_filters-combustibil-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between

}

#adsPage_filters-combustibil-wrapper div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #454B57;
  border-radius: 4px;
  height: 35px;
  max-width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

#adsPage_filters-combustibil-wrapper div:hover{
  background-color: #E8A724;
  color: #010101;
  border-color: #E8A724;
}

#adsPage_filters-combustibil-wrapper div.active_combustibil{
  background-color: #E8A724;
  color: #010101;
  border-color: #E8A724;
}

#adsPage_filters-culoare-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 14px;
  margin-top: 12px;
}

.adsPage_filter_culoare{
  width: 31px;
    height: 31px;
  border-radius: 3px;
  border: none;
  color: transparent;
    font-size: 0px;
  cursor: pointer;
}

.adsPage_filter_culoare:hover{
  outline: 1px solid #E8A724;
  outline-offset: 3px;
}

.adsPage_filter_culoare:focus-visible{ outline: none; }

.adsPage_filter_culoare.active_color{
  outline: 1px solid #E8A724 !important;
  outline-offset: 3px;
}

.Alb{background-color: #FFF;} .Albastru{background-color: #3074F1;} .Argintiu{background-image: url("https://goldenauto.ro/wp-content/themes/carspot-child/images/argintiu.png"); background-position: center; background-size: 40px 40px;} .Auriu{background-image: url("https://goldenauto.ro/wp-content/themes/carspot-child/images/auriu.png"); background-position: center; background-size: 40px 40px;} .Bej{background-color: #BA9F79;} .Galben{background-color: #FBE44D;} .Gri{background-color: #7D839B;} .Maro{background-color: #4D2D18;} .Negru{background-color: #1C1C1C;} .Portocaliu{background-color: #EF8031;} .Rosu{background-color: #EA3223;} .Verde{background-color: #59C155;} .Violet{background-color: #8349FF;}

#show_filters_btn_mobile svg,
#show_filters_btn svg{
  margin-right: 10px;
}

#show_filters_btn_mobile:hover,
#show_filters_btn_mobile:hover svg path,
#show_filters_btn:hover,
#show_filters_btn:hover svg path{
  fill: #FFF;
  color: #FFF;
}

#show_filters_btn_mobile,
#show_filters_btn{
  height: 35px;
  background-color: #E8A724;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15px 0px 15px;
}

#delete_filters_btn{
  background-color: #CF3A3A;
  color: #000000;
  width: 134px;
  border-radius: 2px;
  border: 1px solid #CF3A3A;
  padding: 6px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  height: 35px;
  font-weight: 500;
}

#delete_filters_btn:hover{
  color: #FFF;
}

.adsPage_topFilters_sorting_container{
  flex-wrap: wrap;
}

#cautare_detliata_btn{
  background-color: transparent;
  max-width: 300px;
  width: 100%;
  border-radius: 3px;
    border: 1px solid #E8A724;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}

#cautare_detliata_btn:hover,
#cautare_detliata_btn:hover label{
  border-color: #FFF;
  color: #E8A724;
}

#cautare_detliata_btn label{
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  font-family: "Inter", Sans-serif;
  letter-spacing: normal;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
}

#make_search.btn_isSticky{
  padding-bottom: 91px;
}

#adsPage_topFilters_mobile_container{
  display: none;
}



#deleteModal{
bottom: auto !important;
width: 100vw;
height: 100vh;
background:rgba(232,167,36,0.7);
}

#deleteModal .modal-dialog{
top: 50% !important;
transform: translateY(-50%) !important;
margin: 0px auto !important;
}

#deleteModal .modal-header,
#deleteModal .modal-content{
background-color: #010101;
}

#deleteModal .close{
color: white !important;
opacity: 1;
}

#deleteModal .modal-header{
border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
}

#deleteModal .modal-header label{
color: #E8A724 !important;
font-size: 20px;
}

#deleteModal .modal-body{
padding: 20px;
color: white;
}

#deleteModal .modal-body p{
font-size: 20px;
font-weight: 500;
}

#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{
background-color: #CF3A3A;
margin-right: 15px;
}

#deleteModal .modal-footer .btn-secondary{
background-color: #E8A724;
}

#deleteModal .modal-footer .btn-danger,
#deleteModal .modal-footer .btn-secondary{
color: #000;
text-transform: none !important;
letter-spacing: normal !important;
width: 100%;
  max-width: 160px;
font-size: 16px;
}

#deleteModal .modal-footer .btn-danger:hover,
#deleteModal .modal-footer .btn-secondary:hover{
color: #FFF !important;
}


#input_admin_search{
width: 100%;
border-radius: 2px;
height: 30px;
font-size: 16px;
padding: 0px 10px;
border: none !important;
margin-bottom: 15px;
outline: none !important;
}

#doAdminSearch,
#clearAdminSearch{
position: absolute;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
right: 0;
top: 0;
background-color: #F2AB26;
cursor: pointer;
}

#doAdminSearch svg,
#clearAdminSearch svg{
height: 14px;
}

#doAdminSearch svg path,
#clearAdminSearch svg path{
stroke: #000;
fill: #000;
}

#doAdminSearch:hover svg path,
#clearAdminSearch:hover svg path{
stroke: #FFF;
fill: #FFF;
}


.full-card-link {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
  /* face linkul invizibil */
  background: transparent;
  text-indent: -9999px;
  display: block;
  /* pointer-events auto pentru a permite click */
  pointer-events: auto;
}
