* {
  padding : 0;
  margin : 0;
  }
  .noRes {
  display : flex;
  justify-content : center;
  align-items : center;
  width : 100%;
  height : 400px;
  background : #fff;
  border-bottom : none;
  border-radius : 15px;
  position : relative;
  }
  .resRight a{
  display: block;
  display: block;
    font-size: 10px;
    text-align: right;
    text-decoration: underline;
    color: #479428;
   
  }


.resRight a:hover{
    color: #0086bf;
  }

  .deliveryIcon{
    width: 25px;
    padding-right: 5px;
}



  .hidden{
    display: none !important;
  }
  .resRight{

    text-align: right;
    display: flex;
    align-items: center;
    width: 50px;
    padding-right: 10px;

  }
  .aBtn {
  border : #0086bf solid 2px;
  border-radius : 3px;
  color : #047bae;
  display : inline-block;
  font-size : 13px;
  font-weight : 700;
  letter-spacing : 1.3px;
  margin-top : 16px;
  padding : 11px 32px;
  text-decoration : none;
  text-transform : uppercase;
  transition : all 0.5s 0s ease;
  }
  .aBtn:hover {
  background-color : #047bae;
  border-color : #047bae;
  color : #fff;
  }
  .noResInner {
  display : flex;
  justify-content : center;
  align-items : center;
  flex-direction : column;
  gap : 20px;
  }
  .preloaderjs#page-preloader {
  background : rgb(46, 46, 46, 0.99) !important ;
  }

  .midRow{
    display: flex !important;
    color: #606060;
    width: 100%;
    height: 24px;
    justify-content: space-between;
}










.checkbox-container {
  width: 100%;
  max-width: 400px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 2px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
  margin-bottom: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}



.checkbox-input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: #606060 solid 1px !important;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkbox-input:checked {
  background: linear-gradient(135deg, #606060, #606060) !important;
  border-color: transparent;
}

.checkbox-input:checked::after {
  content: '✓';
  display: block;
  text-align: center;
  line-height: 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.checkbox-label {
  margin-left: 1rem;
  font-size: 13px;
  color: #7c7c7c;
  font-weight: 500;
  transition: color 0.3s ease;
}
.source-filter{
  margin: 15px 0px;
  border-top: #6060603a solid 0.5px;
  border-bottom: #6060603a solid 0.5px;
  border-left: none;
  padding: 0px;
  border-right: none;
}

.source-filterInner{
  display: flex
;
    /* gap: 30px; */
    /* padding: 10px 0px; */
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
    /* border-left: none; */
    /* margin-bottom: 8px; */
    /* border-right: none; */
}

.checkbox-input:checked + .checkbox-label {
  /* color: #4a90e2; */
}

@media (max-width: 950px){
  .checkbox-container{
    width: 100%;
    display: grid;
/* grid-template-columns: repeat(2, 1fr); */
/* grid-column-gap: 20px; */
max-width: none;
  }
  .checkbox-item{
    max-width: none;
  }
}

@media (prefers-color-scheme: dark) {


  .checkbox-item {
      /* border: #6060603a solid 0.5px; */
  }

  .checkbox-label {
      color: #7c7c7c;
  }

  .checkbox-input {
      border-color: #7c7c7c;
  }

  .checkbox-input:checked + .checkbox-label {
      /* color: #0086bf; */
  }
}





  #page-preloader {
  position : fixed;
  top : 0;
  right : 0;
  }

  #page-preloader .spinner {
  position : absolute;
  top : 50%;
  left : 50%;
  display : block;
  width : 100px;
  height : 100px;
  margin-top : -50px;
  margin-left : -50px;
  border : transparent solid 3px;
  border-top-color : red;
  border-radius : 50%;
  z-index : 1001;
  animation : spin 2.5s linear infinite;
  }
  #page-preloader {
  position : relative;
  width : 200px;
  height : 400px;
  }
  a.home_link {
  display : none;
  }
  .selectize-input {
  border : #6060603a solid 0.5px;
  padding : 10px 8px;
  display : inline-block;
  width : 120px !important ;
  font-size : 13px;
  position : relative;
  color : #606060;
  box-shadow : none;
  height: 36px;
  z-index : 1;
  box-sizing : border-box;
  border-radius : 3px;
  }
  .mob-sor-ico-con {
  display : flex;
  user-select : none;
  cursor : pointer;
  position : relative;
  }
  .selectize-container .mob-sor-icon {
    width: 30px;
    position: relative;
    height: 20px;
    z-index: 10;
    /* padding-left: 5px; */
    margin-right: -30px;
  }
  .selectize-dropdown-content {
  z-index : 1;
  overflow-y : visible !important ;
  overflow-x : hidden;
  max-height : 200px;
  position : relative;
  }
  .res-card-sort-sec .selectize-container {
  border : #d0d0d0 solid 1px;
  height: 36px !important;

  position : relative;

  display : flex;
 
  align-items : center;
  }
  .res-card-sort-sec select,
 .res-card-sort-sec .selectize-input{
  width: 247px !important;
 }
  
  .res-card-sort-sec .selectize-dropdown {
  position : absolute;
  top : 100%;
  left : 0;
  z-index : 10;

  border : #0086bf9c solid 0.5px;
  background : #fff;
  border-top : 0 none;
  padding : 10px;
  box-sizing : border-box;

  box-shadow : 0 1px 3px rgb(0, 0, 0, 0.1);
  border-radius : 0 0 8px 8px;
  }
  .selectize-dropdown .selected {
  background-color : #0086bf;
  color : #fff;
  padding-left : 40px;
  margin-left : -30px;
  }
  .res-card-sort-sec select,
  .res-card-sort-sec .selectize-input {
  border : none !important ;
  box-shadow : none;
  padding-left: 35px;
  }
  .res-card-sort-sec .selectize-input input {
  display : none !important ;
  }

  select {
  border : #6060603a solid 0.5px;
  padding : 8px 8px;
  display : inline-block;
  width : 120px !important ;
  height: 36px;
  font-size : 13px;
  position : relative;
  background : none;
  color : #606060;
  box-shadow : none;
  z-index : 1;
  box-sizing : border-box;
  border-radius : 3px;
  }
  .sortDesktop{
    position: relative;
    display: inline-block;
  }
  .sortDesktop img{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    z-index: 2;
    left: 8px;
    transform: translateY(-50%);
  
  }

  .zoomIcon{
    position: relative;
  
    height: 14px;
    filter: grayscale(100%) brightness(80%) contrast(110%);

    cursor: pointer;
    opacity: 0.7;
}
.zoomIcon:hover{
    opacity: 1;
}
  input {
  display : inline-block !important ;


  max-width : 100% !important ;
  text-indent : 0 !important ;
  border : none 0 !important ;
  background-color : #f6f7f8;
  background : none !important ;
  }
  select {
  appearance : none;
  }
  .selectize-dropdown .selected {
  background-color : #0086bf;
  color : #fff;
  }
  .selectize-input, .selectize-control.single .selectize-input.input-active {
  background : none;
  }
  .selectize-control.single .selectize-input:after {
  display : none;
  }
  * {
  font-family : "YouTube Sans", sans-serif;
  }
  body {
  background-color : #f6f7f8;
  }
  a {
  text-decoration : none;
  color : #606060;
  }
  input:focus, select:focus, textarea:focus, form:focus, button:focus {
  outline : 0;
  }
  img, video, iframe, audio {
  display : block;
  }
  .head-top-lang-prof-cont {
  box-shadow : 0 10px 20px rgb(0, 0, 0, 0.15) !important ;
  }
  .mob-fil-sor-con-outer {
  display : none;
  }
  .mob-fil-sor-con-inner {
  display : flex;
  border-radius : 5px;
  }
  .mob-sor-ico-con {
  display : flex;
  user-select : none;
  cursor : pointer;
  position : relative;
  }
  .mob-sor-icon .selectize-input {
  width : 400px !important ;
  }
  .mob-sor-icon .selectize-input.full {
  width : 400px !important ;
  }
  .mob-sor-icon {
    margin-right: 5px;
  width : 14px;
  height : 14px;
  }
  .mob-sor-icon-text {
  font-size : 14px;
  
  color : #7c7c7c;
  }
  .mob-sor-overlay-swt, .mob-filt-overlay-swt {
  position : absolute;
  width : 100%;
  height : 100%;
  background-color : transparent;
  }
  .mob-sor-rf-gap {
  flex-grow : 3;
  }
  .mob-sor-menu-con {
  box-shadow : 0 2px 4px rgb(0, 0, 0, 0.2);
  border-radius : 8px;
  position : absolute;
  z-index : 2;
  right : -4px;
  width : 150px;
  padding : 3px;
  background-color : white;
  border : #0086bf9c solid 0.5px;
  top : 35px;
  display : none;
  }
  .show-mob-sor-menu-con {
  display : block;
  }
  .mob-sor-menu-item {
  font-size : 13.5px;
  display : block;
  color : #7c7c7c;
  padding : 8px 5px 8px 15px;
  }
  .mob-sor-menu-conebox {
  position : relative;
  }
  .mob-sor-menu-conetag {
  position : absolute;
  top : -10px;
  right : 15px;
  width : 11px;
  height : 11px;
  background-color : white;
  border-bottom-right-radius : 40px;
  border-left : 0.5px solid #0086bf9c;
  border-top : 0.5px solid #0086bf9c;
  transform : rotate(45deg);
  }
  .bdy-adv-res-cont-outer {
  display : flex;
  justify-content : space-around;
  margin-bottom: 75px;
  background-color : #f6f7f8;
  }
  .zip_code .selectize-control.single .selectize-input:after {
  display : none !important ;
  }
  .bdy-adv-res-cont-inner {
  gap : 20px;
/* width: 1100px !important; */
  display : flex;
  align-items : flex-start;
  }
  .det-model-opt-cont {
  position : relative;
  padding : 10px;
  background-color : #f6f7f8;
  max-height: none !important;
  border-radius : 15px;
  user-select : none;
  /* box-shadow : 0 4px 6px rgb(0, 0, 0, 0.1); */
  }
  .selectize-control .items .item input {
  width : 2px !important ;
  }
  .det-ser-filter-con {
  display : flex;
  gap : 5px;
  max-width : 225px;
  flex-wrap : wrap;
  justify-content : flex-start;
  padding : 15px;
  }
  .det-ser-filter-item-cont {
  display : flex;
  background-color : #fff;
  border : #0086bf solid 0.5px;
  border-radius : 30px;
  align-items : center;
  padding : 3px 5px;
  gap : 5px;
  }
  .det-sear-filter-text {
  font-size : 10px;
  color : #0086bf;
  }
  .det-sear-filter-crosbtn {
  text-align : center;
  background : #fff;
  color : #0086bf;
  border-radius : 50%;
  width : 20px;
  margin : 0;
  height : 20px;
  }
  .det-sear-filter-crosbtn:hover {
  background-color : #0086bf;
  color : #fff;
  }
  .det-sear-model-optio-cont {
  padding : 7px;
  }
  .zip-radi-con {
  display : flex;
  /* width: 100%; */
  }
  .det-sear-model-zipcon {
  flex-grow : 3;
  }

  .det-sear-model-optio-icon-name {
  display : flex;
  padding : 2px;
  width : max-content !important ;
  align-items : center;
  gap : 2px;
  }
  .det-sear-model-optio-icon {
  width : 16px;
  height : 16px;
  padding : 3px;
  }
  .det-sear-model-optio-icontext {
    font-weight: normal;
  font-size : 14px;
  color : #7c7c7c;
  }
  .det-sear-model-select-option {
  display : flex;
  gap : 20px;
  }
  option {
  font-size : 14px;
  }
  .text-center {
  color : #606060;
  font-size : 30px;
  font-weight : 400;
  line-height : 27px;
  position : relative;
  margin-bottom : 10px;
  text-transform : capitalize;
  }
  .selectize-input > input {
    display: inline-block !important;
    /* padding-top: 2px !important; */
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    user-select: auto !important;
    box-shadow: none !important;
}

  .selectize-control.single .selectize-input > div {
  overflow : hidden;
  white-space : nowrap;
  /* padding-top: 3px; */
  margin: 0;
  text-overflow : ellipsis;
  max-width : 100%;
  }
  .det-sear-model-btn-con {
  display : flex;
  padding : 10px;
  justify-content : center;
  align-items : center;
  }

  .mobNewLine {
    display: none !important; 
  }
  .search-model-btn svg {
  fill : #fff;
  }
  .selectize-dropdown, .selectize-input, .selectize-input input {
  color : #606060;
  }
  .search-model-btn {
  flex-shrink : 1;
  display : flex;
  align-items : center;
  justify-content : center;
  width : max-content;
  min-width : 200px;
  height : 40px;
  background-color : #0086bf;
  border-radius : 50px;
  border : 0;
  padding : 10px;
  cursor : pointer;
  }
  .search-model-btn:hover {
  background-color : #026690;
  }
  .search-model-icon {
  width : 13px;
  height : 13px;
  padding : 2px 5px 2px 5px;
  }
  .search-model-item-number {
  font-size : 14px;
  color : white;
  padding : 1px 5px 1px 5px;
  }
  .res-card-cont {
  flex-grow : 2;
  }
  .res-card-sort-sec {
  display : flex;
  justify-content : space-between;
  padding : 20px 0;
  border-radius : 10px;
  }
  .res-card-sort-text {
  display : flex;
  font-size : 16px;
  color : #606060;
  font-weight : 400;
  padding : 5px;
  align-items : center;
  }
  .res-card-sort-text span {
    margin-right: .3em;
  }
  .selectize-input.full {
  background-color : #f6f7f8;
  }
  .res-card-sort-select {
  display : flex;
  
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  
  }

  .sortoverlay {
    position: relative;
    display: inline-block;
  }

.sortDesktop select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  
}

.sort-Icon{
  position: absolute;
  top: 50%;

  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

  .zoomed-image{
    height: 400px;
    transition: height 0.3s ease;
  }
  .res-card-outer {
  border-bottom : 0.5px solid #ccc;
  padding: 25px 0;
  }
  .res-card-top-imginfo-box {
  display : flex;
  gap : 30px;
  }
  .res-card-image {
  min-width : 225px;
  width : 225px;;
  height: 150px;
  border-radius : 20px;
  object-fit : cover;
  }
  .img-holder {
  min-width : 230px !important ;
  background-color : #f3f3f3;
  }
  .ebay-card-image {
  margin : auto;
  max-width : 230px;
  height : 145px;
  }
  .res-card-info-box {
    display: flex;
    width: 70%;
    /* flex-grow: 2; */
    flex-direction: column;
    justify-content: space-around;
  }
  .res-card-title-price-cont {
  display : flex;
  padding-bottom : 15px;
  font-size: 17px;
  flex-wrap : wrap;
  justify-content : space-between;
  align-items : flex-start;
  }
  .res-card-title-text {
    font-size: 17px;
    font-weight: 550;
    color: #606060;
    font-family: 'Poppins', Arial, sans-serif;
    position: relative;
    width: 80%;
    /* background: red; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .res-card-det-text p{
    color: #606060;
  }

  .res-card-title-text:hover {
  color : green;
  }
  .res-card-price-text {
    color: #606060;
    text-wrap: nowrap;
    width: 20%;
    display: flex
;
    position: relative;
    /* display: inline-block; */
    font-weight: normal !important;
    z-index: 1;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    justify-content: flex-end;
  }
  .res-card-det-text {
    width: max-content;
    display: flex;
    height: 22px;
    justify-content: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
  }
  .res-card-det-text > p:not(:empty),
  .res-card-det-text > span:not(:empty) {
    margin: 0;
    font-size: 14px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606060;
  }
  .res-card-det-text > p:not(:empty) + p:not(:empty)::before ,
  .res-card-det-text > span:not(:empty) + span:not(:empty)::before {
    content: " | "; 
    color: #0086bf;
    visibility: hidden;
    margin: 0 10px;
  }
  .res-loc-shre-con {
  display : flex;
  margin-top : 15px;
  justify-content : space-between;
  align-items : center;
  }
  .res-location-leftsd-con {
  display : flex;
  align-items : center;
  gap : 10px;
  }
  .res-location-ico {
  width : 17px;
  height : 17px;
  cursor : pointer;
  opacity : 0.7;
  }
  .res-location-ico:hover {
  opacity : 0.9;
  }
  .res-location-text {
    font-size: 14px;
    width: 100%;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8d8d8d;
  }
  .res-location-text p,
  .res-location-text span{
    overflow: hidden;
    text-overflow: ellipsis;

}
  .res-share-ico-box {
    justify-content: space-between;
    display: flex;
    gap: 20px;
    position: relative;

  }
  .res-share-icon {
  width : 15px;
  max-width: none;
  height : 15px;
 
  opacity : 0.6;
  }
  .res-share-icon:hover {
  opacity : 1;
  }
  .count {
  margin-left : -8px;
  font-size : small;
  }
  .res-share-icon-clicked {
  opacity : 1;
  }
  @media (min-width: 860px) {
  .res-share-icon:hover {
  opacity : 0.8;
  }
  }
  .res-share-like-number {
  font-size : 11px;
  color : #8b8b8b;
  }
  .share-dropdown-con {
  position : relative;
  }
  .share-drop-down-box {
  box-shadow : 0 2px 4px rgb(0, 0, 0, 0.2);
  border-radius : 8px;
  position : absolute;
  z-index : 2;
  top : 38px;
  right : -14px;
  width : 150px;
  padding : 3px;
  background-color : white;
  border : #0086bf9c solid 0.5px;
  display : none;
  }
  .share-drop-down-box:focus {
  outline : 0;
  }
  .show-share-drop-down-box {
  display : block;
  }
  .share-drop-down-cone-box {
  position : relative;
  }
  .share-dorp-down-cone {
  position : absolute;
  z-index : -1;
  top : -11px;
  right : 9px;
  width : 14px;
  height : 14px;
  background-color : rgb(255, 255, 255);
  border-left : 0.5px solid #0086bf9c;
  border-top : 0.5px solid #0086bf9c;
  transform : rotate(45deg);
  }
  .share-selectitem {
  display : flex;
  padding : 5px 10px 5px 10px;
  }
  .share-selectitem:hover {
  background-color : rgb(238, 238, 238);
  }
  .share-select-icon {
  width : 13px;
  height : 13px;
  padding : 5px 10px 5px 5px;
  }
  .share-select-text {
  font-size : 14px;
  color : #7c7c7c;
  padding : 3px 5px 3px 5px;
  }
  .edit-menu-icon-con {
  position : relative;
  margin : -2px 0 -2px 0;
  display : block;
  }
  .threeDotsIcon::after {
    content: '\2807';
    font-size: 27px;
    cursor: pointer;
    color: #727273;
}
.threeDotsIcon:hover::after{
  color: #0086bf;
}
  .edit-menu-sdtext {
  font-size : 14px;
  color : #0a6992;
  padding : 0 7px 0 0;
  }
  .edit-menu-icon-image {
    cursor: pointer;
    opacity: 0.8;
    width: 22px;
    height: 18px;
    filter: brightness(65%);
  }
  .edit-menu-icon-image:hover {
  opacity : 1;
  filter: brightness(0);
  }
  .edit-menu-drop-down-box {
    position: relative;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.2);
    border-radius: 8px;
    position: absolute;
    z-index: 2;
    top: 46px;
    right: -8px;
    width: max-content;
    padding: 15px;
    background-color: white;
    border: #0086bf9c solid 0.5px;
    display: none;
  }

  .edit-menu-itemlink{
    width: 100%;
    padding: 10px 0;
    display: flex;
    margin: 5px 0px;
   border: 1px solid #f2f2f2;
    flex-direction: row;
    border-radius: 9px;
    justify-content: flex-start;
    align-items: center;
  }


  .edit-menu-drop-down-box:focus {
  outline : 0;
  }
  .show-edit-menu-drop-down-box {
  display : block;
  }
  .edit-menu-drop-down-cone-box {
  position : relative;
  }
  .edit-menu-dorp-down-cone {
    position: absolute;
    z-index: -1;
    top: -23px;
    right: 9px;
    width: 14px;
    height: 14px;
    background-color: rgb(255, 255, 255);
    border-left: 0.5px solid #0086bf9c;
    border-top: 0.5px solid #0086bf9c;
    transform: rotate(45deg);
  }
  .edit-menu-select-text {
  font-size : 14px;
  font-weight: normal;
  color : #606060;
  padding : 5px;
  }

  .ddImg1{
    background: #f2f2f2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 10px;
    overflow: visible;
    margin: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  .edit-menu-itemlink:hover {
  background-color : #F5FAFD;
  color: #606060;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  }
  .res-card-location-con {
  height : 0;
  overflow : hidden;
  transition-duration : 0.5s;
  }
  .show-res-card-location-con {
  height : 250px;
  }
  .res-card-location-map {
  width : 100%;
  height : 100%;
  border : 0;
  }
  .res-card-pageswitch-cont {
  padding : 5px 0 5px 0;
  display : flex;
  justify-content : flex-end;
  }
  .res-card-pageswitch-link {
  padding : 4px 8px;
  font-size : 14px;
  margin : 2px 3px 2px 3px;
  background-color : #5b9bd1;
  color : white;
  }
  .rcpl-active {
  background-color : #026690;
  }
  .bottom-fix-icon-con {
  display : none;
  width : 57px;
  height : 57px;
  position : fixed;
  z-index : 10;
  bottom : 20px;
  right : 40px;
  }
  .bottom-fix-caricon {
  width : 100%;
  height : 100%;
  animation : grow-shrink 2s infinite;
  display : none;
  }
  @keyframes grow-shrink {
  0% {
  transform : scale(0.9);
  }
  25% {
  transform : scale(1);
  }
  60% {
  transform : scale(0.9);
  }
  100% {
  transform : scale(0.9);
  }
  }
  .login-conf-overl-outer {
  position : fixed;
  z-index : 100;
  top : 0;
  left : 0;
  width : 100vw;
  height : 100vh;
  display : none;
  }
  .login-conf-overl-inner {
  height : 100%;
  padding : 10px 15px 10px 15px;
  display : flex;
  justify-content : center;
  align-items : center;
  background-color : rgb(0, 0, 0, 0.692);
  }


  .login-conf-overl-box {
  padding : 10px 20px 20px 20px;
  width : 350px;
  background-color : white;
  }
  .login-conf-text1 {
  font-size : 21px;
  color : rgb(107, 107, 107);
  padding : 10px 0 10px 0;
  }
  .login-conf-text2 {
  font-size : 15px;
  color : gray;
  padding : 5px 0 10px 0;
  }
  .login-conf-btns-con {
  display : flex;
  justify-content : flex-end;
  padding : 20px 0 5px 0;
  }
  .login-conf-cancel-btn {
  border : none;
  padding : 5px 18px;
  font-size : 14px;
  background-color : #90b974;
  color : #ffffff;
  }
  .login-conf-cancel-btn:hover {
  background-color : #79b84f;
  }
  .login-conf-confirm-btn {
  border : none;
  padding : 5px 18px;
  margin : 0 0 0 10px;
  font-size : 14px;
  background-color : #f34c46;
  color : #ffffff;
  }
  .login-conf-confirm-btn:hover {
  background-color : #f8170f;
  }
  .show-login-conf-overl-box {
  display : block;
  }
  .pagefoot > .page-item.active {
  cursor : pointer !important ;
  }
  .hand-cursor {
  cursor : pointer !important ;
  }
  /* .bdy-adv-res-cont-inner {
    width: 1100px;
    max-width: 1100px;
          } */

  .selectize-control .item .single {
  max-width : 20%;
  }
  .selectize-dropdown, .selectize-input, .selectize-input input {
  color : #606060;
  }
  .selectize-dropdown {
  position : absolute;
  top : 100%;
  left : 0;
  width : 100%;
  z-index : 10;
  border : #0086bf9c solid 0.5px;
  background : #fff;
  border-top : 0 none;
  box-sizing : border-box;
  padding : 10px 0;
  box-shadow : 0 1px 3px rgb(0, 0, 0, 0.1);
  border-radius : 0 0 8px 8px;
  }

  @media (min-width: 951px) and (max-width: 1200px) {
    .res-card-cont{
      width: 50vw;
    }
    .res-card-info-box{
     width: 100%;
    }
    .bdy-adv-res-cont-inner{
      width: 90%;
    }

 


  }

  @media (min-width: 1201px) {
.bdy-adv-res-cont-inner {
    width: 1120px;
}
}
.res-card-det-text > p:not(:empty) + p:not(:empty)::before,
  .res-card-det-text > span:not(:empty) + span:not(:empty)::before {
    content: " | ";
    color: #0086bf;
    margin: 0 0px;
    visibility: hidden;
}



  @media (max-width: 950px) {
  .selectize-input {
  width : 40vw !important ;
  }
  .bdy-adv-res-cont-inner{
    width: 88vw;
  }



  .res-card-info-box {
    display: flex;
    flex-direction: column;
    width: 50%;
    flex: 60%;
    /* display: grid; */
    /* flex-grow: 2; */
}
.res-share-ico-box{
  display: flex;
  position: relative;
  width: 20vw;
  justify-content: space-between;
}




  select {
    border : #6060603a solid 0.5px;
    padding : 8px 8px;
    display : inline-block;
    width : 40vw !important ;
    height: 36px;
    font-size : 13px;
    position : relative;
    background : none;
    color : #606060;
    box-shadow : none;
    z-index : 1;
    box-sizing : border-box;
    border-radius : 3px;
    }

  .res-card-top-imginfo-box {
  gap : 25px;
  }


  .res-card-title-price-cont  {
    display: flex;
    width: 100%;
  }

  .res-card-title-text h2{
    width: 90%;
    margin: 0;
  } 
  .res-card-title-text{

    /* display: flex; */
    width: 80%;
    max-width: none;
  }
  
  .res-card-price-text{
    width: 20%;
    text-wrap: nowrap;
  }
  .mobHid{
    display: none !important;
  }
  .mobNewLine{
    display: flex !important;
    gap: 0;
  }

  .det-ser-filter-con {
  width : 70vw;
  max-width: none;
  }
  .det-model-opt-cont {
  width : max-content !important ;
  padding : 0;
  }
  .au2logo-con-hori {
  order : 2;
  display : flex;
  justify-content : center;
  }


  
  .mob-fil-sor-con-inner {
    margin: 30px 30px 5px;
  gap : 8px;
  display : flex;
  justify-content : flex-end;
  align-items : center;
  }
  .bdy-adv-res-cont-inner {
  margin-top : 0;
  padding: 0;
  }
  .mob-fil-sor-con-outer {
  display : block;
  }
  .bdy-adv-res-cont-inner {
  flex-direction : column;
  /* width : 1100px; */
  align-items : center;
  }
  .det-model-opt-cont {
    position:relative;
  height : 0;
  transition-duration : 0.7s;
  padding : 5px 15px;
  overflow : overlay;
  }
  .res-card-cont {
  width : 100%;
  padding : 0;
  }
  .res-card-sort-sec {
  display : none;
  }
  .show-det-model-opt-cont {
    height: 100%;
    padding: 5px 15px;
  }
  .det-sear-model-optio-icon {
  width : 15px;
  height : 15px;
  padding : 3px;
  }
  .det-sear-model-optio-icontext {
  font-size : 14px;
  font-weight: normal;
  padding : 4px 2px 3px 4px;
  }
  .det-sear-model-btn-con {
  padding : 10px;
  }
  .search-model-btn {
  min-width : 80%;
  padding : 6px 8px 6px 8px;
  }
  .search-model-icon {
  width : 13px;
  height : 13px;
  }
  .search-model-item-number {
  font-size : 14px;
  }
  .res-share-ico-link {
  margin : 0 8px 0 8px;
  }
  .bottom-fix-icon-con {
  width : 50px;
  height : 50px;
  bottom : 13px;
  right : 20px;
  }
  }
  @media (min-width: 951px) {
  .bdy-adv-res-cont-inner {
    margin: 20px 0px;
  }

  
  }
  @media (max-width: 603px) {
  .mob-fil-sor-con-inner {
    margin: 30px 30px 5px;

  }
  .image-container{
    margin-bottom: 20px;
    width: 100%;
  }


  
  .res-location-text{
    max-width: 150px;
  }
  .text-center h2 {
  font-weight : 400 !important ;
  }
  .au2logo-con-hori {
  order : 2;
  display : flex;
  justify-content : center;
  }

  }



.image-container{
  position: relative;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.zoom-icon-container {
  display: none;
  position: absolute;
  bottom: 4px;
  border-radius: 0 0 15px;
  padding: 20px;
  background: transparent;
  right: 4px;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.zoom-icon-container:hover{
  transform: scale(1.1);
}





  @media (max-width: 603px) {
 
  .zoom-icon-container{
    display: block;
  }

  .bdy-adv-res-cont-inner {
  margin-top : 0;
  padding: 0;
  }
  .res-card-top-imginfo-box {
  flex-direction : column;
  gap: 0px;
  }
  .res-card-image {
    width: 100vw;
    border-radius: 15px;
      height: 200px;
      border-radius: 20px;
      object-fit: cover;
    
  }

  .res-share-ico-link {
  margin : 0 0 0 16px;
  }
  .res-share-like-number {
  padding : 0 0 0 5px;
  }
  .res-card-title-price-cont a{
    width: 80%;
  }

  .res-card-title-text h2{
    width: 80%;
    margin: 0;
  } 
  .res-card-title-text {
  max-width : 100%;
  }



  }
  @media (max-width: 416px) {
  .img-holder {
  height : auto !important ;
  }
  .res-card-title-price-cont a {
    width: 70%;
}


  .ebay-card-image {
  height : 250px !important ;
  padding : 5px 0 5px 0 !important ;
  max-width : 100% !important ;
  }
  }
  @media (max-width: 350px) {
  .img-holder {
  height : auto !important ;
  }
  .ebay-card-image {
  height : 250px !important ;
  padding : 5px 0 5px 0 !important ;
  max-width : 100% !important ;
  }
  .res-location-text {
  max-width : 130px;
  }
  }
  .loader {
  display : none;
  border : #d6d6d6 solid 5px;
  border-radius : 50%;
  border-top : 5px solid #3498db;
  width : 8px;
  margin-left : auto;
  height : 8px;
  animation : spin 1s linear infinite;
  margin-right : auto;
  }
  @keyframes spin {
  0% {
  transform : rotate(0deg);
  }
  100% {
  transform : rotate(360deg);
  }
  }
  a.home_link {
  margin-left : -57px;
  font-size : 25px;
  }
  img {
  max-width : 100%;
  height : auto;
  }
  ul li {
  list-style : none;
  }
  #popup1 {
  display : none;
  }
  .sellcaricon img {
  height : 50px;
  border : #fff solid 2px;
  box-shadow : 0 0 5px #ccc;
  border-radius : 50%;
  }
  .sellcaricon img:hover {
  box-shadow : none;
  border-color : #ddd;
  }
  #msform {
  width : 680px;
  position : relative;
  }
  #msform .nopdng label {
  padding-left : 3px;
  font-size : 13px;
  }
  #msform fieldset {
  background : white;
  border : none 0;
  border-radius : 3px;
  padding : 25px 20px 20px;
  box-sizing : border-box;
  width : 90%;
  margin : 0 4% 20px;
  position : absolute;
  }
  #msform fieldset:not(:first-of-type) {
  display : none;
  }
  #msform input, #msform textarea {
  border : #ccc solid 1px;
  margin-bottom : 10px;
  width : 100%;
  box-sizing : border-box;
  color : #666;
  font-weight : normal;
  font-size : 14px;
  }
  #msform .action-button {
  width : 100px;
  background : #0086bf;
  font-weight : bold;
  color : white;
  border : none 0;
  border-radius : 1px;
  cursor : pointer;
  padding : 10px 5px;
  float : right;
  margin : 10px 15px 10px 0;
  }
  #msform .action-button:hover, #msform .action-button:focus {
  box-shadow : 0 0 0 2px white, 0 0 0 3px #0086bf;
  }
  .fs-title {
  font-size : 15px;
  text-transform : uppercase;
  color : #2C3E50;
  margin-bottom : 10px;
  }
  .fs-subtitle {
  font-weight : normal;
  font-size : 14px;
  color : #666;
  margin-left : 15px;
  margin-bottom : 20px;
  }
  #progressbar {
  text-align : center;
  margin-bottom : 30px;
  overflow : hidden;
  counter-reset : step;
  }
  #progressbar li {
  list-style-type : none;
  color : #777;
  font-size : 12px;
  width : 23.55%;
  float : left;
  position : relative;
  }
  #dtlnewbox .detail_srBox hr {
  border-color : #ccc;
  }
  #dtlnewbox .detail_srBox h4 {
  margin-top : 15px;
  }
  #dtlnewbox .detail_srBox .ac-pane .ac-title h4 {
  margin-top : 0;
  margin-bottom : 15px;
  }
  #dtlnewbox .detail_srBox .dtailfieldbox {
  padding-bottom : 10px;
  border-bottom : 1px solid #ccc;
  }
  #progressbar li:hover:before {
  background : #008bc6;
  color : #fff;
  }
  .form-group .checkbox label {
  font-weight : normal;
  margin-left : 0;
  }
  #progressbar li:before {
  content : counter(step);
  counter-increment : step;
  width : 65px;
  border-radius : 50%;
  line-height : 65px;
  height : 65px;
  display : block;
  font-size : 22px;
  color : #777;
  background : white;
  border : #ccc solid 2px;
  margin : 0 auto 5px auto;
  }
  #progressbar .gogreen, .placeAd .gogreen {
  color : #479428;
  }
  #progressbar li span.arrowpoint img {
  height : 10px;
  position : absolute;
  right : 0;
  margin-top : -44px;
  margin-right : -2px;
  }
  #progressbar li:after {
  content : '';
  width : 60%;
  height : 2px;
  background : white;
  position : absolute;
  left : -50%;
  top : 45px;
  z-index : -1;
  }
  #progressbar li span .arrowpoint img:after {
  height : 10px;
  position : absolute;
  right : -4px;
  margin-top : -54px;
  margin-right : -26px;
  animation : blink2 0s;
  animation-iteration-count : 0;
  }
  #progressbar .gonline {
  height : 10px;
  position : absolute;
  right : 100px;
  margin-top : 26px;
  }
  #progressbar .gonline img {
  height : 10px;
  margin-right : 6px;
  }
  #progressbar .gonline b {
  font-weight : normal;
  color : #479428;
  }
  #progressbar li:first-child:after {
  content : none;
  }
  #progressbar li.active:before {
  background : #008bc6;
  color : #fff;
  border : 0;
  }
  #progressbar li.active:after {
  background : #fff;
  }
  .car_dtdt {
  display : block;
  }
  .car_dtdt span {
  margin-right : 15px;
  }
  .car_dtdt span.pull-right {
  float : right;
  }
  .pseller {
  margin : 0 0 20px;
  }
  .pseller .slr_cat {
  margin-left : 30px;
  color : #bcbcbc;
  }
  .addfav a {
  color : #999;
  margin-left : 7px;
  }
  .addfav a:focus {
  color : green;
  }
  .marg_btm {
  margin : 15px 0;
  color : #444;
  }
  .spans {
  margin : 20px 0;
  }
  .spans span:first-child {
  margin-left : 30%;
  }
  .menuStrip .megamenu_container {
  position : relative;
  top : 6px;
  }
  #intro_section {
  background : url(../images/intro_bg.jpg) center center no-repeat no-repeat fixed;
  background-size : cover;
  }
  .au_logo img {
  height : 42px;
  }
  #autoheader {
  background : #fff;
  padding : 10px 0 20px;
  }
  .megamenu_light_bar .megamenu_right {
  background : #dd0303;
  color : #fff;
  }
  .megamenu_light_bar .megamenu .megamenu_right > a {
  color : #fff;
  }
  .megamenu_light_bar .megamenu .megamenu_right .megamenu_drop {
  background : url("../img/dropdown-c.png") right 18px no-repeat;
  }
  .megamenu_light_bar .megamenu .megamenu_right:hover .megamenu_drop {
  background : url("../img/dropdown-b.png") right 18px no-repeat;
  }
  .leftfilterBox .radio-info label {
  font-weight : normal;
  }
  .leftfilterBox .marrg ul li {
  line-height : 1.5em;
  }
  .megamenu_container .megamenu_right a {
  color : #fff;
  }
  #autoheader span {
  margin-right : 35px;
  color : #777;
  font-size : 12px;
  }
  #autoheader span:last-child {
  margin-right : 0;
  }
  #autoheader span i {
  margin-right : 6px;
  }
  #autoheader hr {
  border-color : #d8d7d7;
  margin-bottom : 15px;
  margin-top : 8px;
  }
  #autoheader .logo img {
  height : 30px;
  }
  #autoheader .hederContblock {
  text-align : left;
  padding-left : 30px;
  }
  #autoheader .hederContblock .q {
  position : absolute;
  left : 0;
  }
  #autoheader .hederContblock .q img {
  height : 29px;
  margin-top : 6px;
  }
  #autoheader .hederContblock .phone {
  margin-bottom : 6px;
  }
  #autoheader .phone-label {
  color : #dd0303;
  font-size : 12px;
  font-weight : 700;
  letter-spacing : 0.5px;
  margin-right : 2px;
  text-transform : uppercase;
  }
  #autoheader p {
  margin-bottom : 0;
  color : #454545;
  margin-bottom : 0;
  }
  #autoheader .pbold {
  font-weight : bold;
  font-size : 18px;
  color : #333;
  }
  #autoheader .phone-number {
  color : #333;
  font-size : 14px;
  font-weight : 700;
  }
  .menusection {
  background : #eee;
  position : relative;
  box-shadow : 0 2px 2px rgb(0, 0, 0, 0.4);
  z-index : 10;
  }
  .menusection ul li {
  font-size : 15px;
  line-height : 42px;
  color : #444646;
  }
  .menusection ul li a:hover {
  text-decoration : none;
  }
  .menusection ul > li.acTive_page > a, .menusection ul > li a:hover {
  background : #0086bf;
  color : #fff;
  text-shadow : 0 1px;
  }
  .menusection ul li a {
  display : block;
  height : 52px;
  color : #444;
  line-height : 52px;
  padding : 0 21px;
  font-size : 14px;
  position : relative;
  text-decoration : none;
  text-transform : uppercase;
  }
  .menusection .mnu_rightblock {
  margin-top : 12px;
  }
  .mnu_rightblock span {
  margin-left : 20px;
  }
  .mnu_rightblock .com_pare img {
  height : 20px;
  margin-left : 8px;
  }
  .mnu_rightblock .cart2 img {
  height : 20px;
  margin-left : 8px;
  }
  .menusection .rightMenu ul li img {
  height : 20px;
  opacity : 0.5;
  margin-left : 5px;
  }
  .menusection .rightMenu ul li a:hover {
  background : #e5e5e5;
  color : #444;
  font-weight : normal;
  }
  .menusection .rightMenu ul li i {
  display : inline-block;
  width : 32px;
  height : 32px;
  border-radius : 50%;
  background : transparent;
  padding-top : 6px;
  text-align : center;
  border : #fff solid 2px;
  }
  .price {
  background-color : #0086bf;
  float : right;
  margin-left : 18px;
  padding : 6px 10px 4px 4px;
  position : relative;
  text-align : right;
  color : #fff;
  }
  .car-meta-top {
  border-bottom : 1px solid #ccc;
  padding-bottom : 17px;
  }
  .menusection .list-inline {
  margin-bottom : 0;
  }
  .carBlock {
  margin-bottom : 30px;
  }
  .carBlock img {
  margin-bottom : 14px;
  }
  #slideSec {
  background-size : cover;
  }
  #underneathSlide {
  background : #0e1417;
  padding : 20px 0;
  }
  #underneathSlide h1 {
  font-size : 40px;
  font-weight : bold;
  color : #fff;
  text-transform : uppercase;
  }
  #underneathSlide h1 span {
  color : #dd0303;
  }
  .car-title {
  color : #232628;
  font-size : 14px;
  font-weight : 700;
  line-height : 18px;
  overflow : hidden;
  text-transform : uppercase;
  text-align : left;
  }
  #carCategory {
  padding : 40px 0 0;
  }
  .carBlock .underdetail {
  font-size : 13px;
  color : #999;
  margin-bottom : 0;
  text-align : left;
  font-weight : normal;
  }
  .underdetail span {
  margin-right : 16px;
  }
  .carBlock .underdetail i {
  margin-left : 7px;
  }
  #carCategory h3 {
  font-size : 35px;
  font-weight : bold;
  }
  .inven_tory img {
  height : 20px;
  margin-right : 10px;
  }
  .content-wrap .btn-show {
  margin-top : 20px;
  background : #dd0303;
  color : #fff;
  font-size : 22px;
  padding : 5px 22px;
  }
  #carBlock2 {
  background : url(../images/car_bg2.jpg) 50% 50% no-repeat fixed;
  padding : 150px 0;
  }
  .carinnerleft {
  background : #0086bf;
  padding : 25px;
  }
  .carinnerleft h2, .carinnerright h2 {
  font-weight : bold;
  font-size : 25px;
  color : #fff;
  }
  .carinnerleft p, .carinnerright p {
  color : #fff;
  }
  .carinnerright {
  background : #17a7e4;
  padding : 25px;
  }
  .carlooking {
  margin-left : 150px;
  }
  .carinnerleft span, .carinnerright span {
  position : absolute;
  left : 35px;
  top : 70px;
  }
  .carinnerleft span img, .carinnerright span img {
  height : 60px;
  }
  #carBlock3 {
  padding : 40px 0;
  }
  #carBlock3 .col-sm-3 span {
  position : absolute;
  left : 35px;
  font-size : 60px;
  color : #0086bf;
  }
  #carBlock3 .col-sm-3 h4 {
  font-weight : bold;
  }
  #carBlock3 .col-sm-3 p {
  color : #666;
  }
  #carBlock3 h2 {
  text-align : center;
  font-weight : bold;
  font-size : 34px;
  text-transform : uppercase;
  }
  .chooseBox {
  margin-left : 110px;
  }
  .line2 {
  width : 250px;
  height : 1px;
  border-bottom : 4px solid #ccc;
  margin : 15px auto 35px auto;
  }
  .ribbon {
  width : 128px;
  height : 118px;
  overflow : hidden;
  position : absolute;
  }
  .ribbon::before, .ribbon::after {
  position : absolute;
  z-index : -1;
  content : '';
  display : block;
  border : #000 solid 5px;
  }
  .ribbon span {
  position : absolute;
  display : block;
  width : 225px;
  padding : 12px 0;
  background-color : #3c3c3d;
  box-shadow : 0 5px 10px rgb(0, 0, 0, 0.1);
  color : #fff;
  font : 700 16px/1 'Lato', sans-serif;
  text-shadow : 0 1px 1px rgb(0, 0, 0, 0.2);
  text-transform : uppercase;
  text-align : center;
  }
  .footer-area-2 .footer-widget .footer-info li a {
  font-size : 14px;
  font-weight : 400 !important ;
  color : #606060;
  }
  .ribbon-top-left {
  top : -5px;
  left : -10px;
  }
  .ribbon-top-left::before, .ribbon-top-left::after {
  border-top-color : transparent;
  border-left-color : transparent;
  }
  .ribbon-top-left::before {
  top : -10px;
  right : 0;
  }
  .ribbon-top-left::after {
  bottom : 0;
  left : 0;
  }
  .ribbon-top-left span {
  right : -25px;
  top : 30px;
  transform : rotate(-45deg);
  }
  .availCars {
  float : right;
  display : block;
  margin-left : 15px;
  margin-top : 36px;
  color : #ccc;
  }
  .availCars p i {
  margin-right : 4px;
  }
  .availCars span.txt1 {
  text-transform : uppercase;
  margin-right : 5px;
  }
  .availCars span.txt2 {
  color : #479428;
  }
  availCars span:last-child {
  color : #f5873c;
  }
  .rightResultbox {
  position : relative;
  }
  .selliconBlock {
  position : fixed;
  right : 1%;
  bottom : 2%;
  z-index : 999;
  }
  #breathing-button {
  animation : breathing 2s ease-out infinite normal;
  }
  @keyframes breathing {
  0% {
  transform : scale(0.9);
  }
  25% {
  transform : scale(1);
  }
  60% {
  transform : scale(0.9);
  }
  100% {
  transform : scale(0.9);
  }
  }
  .selliconBlock img {
  height : 60px;
  border : #fff solid 2px;
  border : #fff solid 2px;
  box-shadow : 0 0 5px #ccc;
  border-radius : 50%;
  z-index : 9;
  }
  .selliconBlock img:hover {
  box-shadow : none;
  border-color : #ddd;
  }
  .rightResultbox .panel {
  display : inline-block;
  }
  .rightResultbox .panel .panel-heading span {
  margin-left : 34px;
  }
  panel #srBox .rightResultbox .panel-default {
  border-color : #888;
  border-bottom-color : transparent;
  }
  .rightResultbox .panel-default > .panel-heading {
  background : none;
  padding-top : 9px;
  padding-bottom : 9px;
  border-radius : 4px;
  border-color : #111;
  border-bottom-color : transparent;
  }
  #headermain .top_strip {
  background : #fff;
  color : #aaa;
  font-size : 12px;
  }
  #headermain .top_strip a {
  color : #888;
  }
  #headermain .top_strip .list-inline {
  margin-bottom : 0;
  }
  #headermain .top_strip ul li {
  line-height : 0.8em;
  }
  #headermain .top_strip ul li:last-child {
  border-right : 0;
  }
  #headermain .top_strip ul li a {
  color : #aaa;
  }
  #headermain .top_strip ul li a:hover {
  color : #666;
  }
  .menuStrip {
  background : #fff;
  padding : 10px 0;
  }
  .logoauto img {
  height : 65px;
  }
  #srBox {
  padding : 8px 0;
  }
  .leftfilterBox {
  padding : 10px;
  margin-bottom : 15px;
  border : #e1e1e1 solid 1px;
  display : inline-block;
  width : 100%;
  padding-top : 0;
  }
  .leftfilterBox p .pull-right a {
  color : #777;
  }
  .leftfilterBox p .pull-right a:hover {
  color : #dd0303;
  }
  .resultBox {
  background : transparent;
  padding : 0;
  margin-bottom : 20px;
  }
  .resultBox h3 {
  font-size : 18px;
  color : #666;
  font-weight : bold;
  }
  .resultBox .clr_blue {
  color : #b4adbe !important ;
  display : inline-block;
  margin-bottom : 0;
  margin-top : 0;
  font-size : 20px;
  }
  .serchredlmcx small {
  font-size : 18px;
  color : #b4adbe !important ;
  }
  .resultBox .panel {
  padding-bottom : 0;
  }
  .panel-heading span {
  margin-top : -17px;
  font-size : 12px;
  margin-right : -12px;
  }
  .clickable {
  display : inline-block;
  padding : 2px 1px;
  color : #777;
  cursor : pointer;
  }
  .resultBox .panel-title {
  font-size : 13px;
  color : #666;
  font-weight : normal;
  }
  .clr_orange {
  color : #0086bf;
  }
  .bgWh {
  background : #fff;
  border-top : 2px solid #fff;
  }
  .innerCover {
  padding : 15px;
  }
  .bgWh h4 {
  font-weight : normal;
  color : #333;
  margin-top : 0;
  }
  .bgWh h5 {
  font-weight : bold;
  color : #333;
  margin-top : 10px;
  }
  .bgWh p {
  margin-bottom : 5px;
  }
  .bgWh a p {
  color : #444;
  }
  .bgWh a h4 {
  color : #444;
  font-size : 20px;
  font-weight : 500;
  }
  .bgWh a:hover h4 {
  color : #0086bf;
  }
  .bgWh figure a {
  color : #000;
  }
  .bgWh figcaption a:hover {
  color : #000;
  }
  .bgWh h4 i {
  color : #666;
  }
  .bgWh h4 i:hover {
  color : #333;
  }
  .bgWh hr {
  margin-bottom : 8px;
  margin-top : 8px;
  }
  .strRating span {
  margin-left : 10px;
  top : 3px;
  position : relative;
  }
  .ftrbtn .btn {
  margin-left : 6px;
  }
  .ftrbtn .btn i {
  margin-right : 6px;
  }
  .ftrbtn .btn-primary {
  background : #383939;
  border-color : #232424;
  }
  .bgWh .priceclmn h4 {
  margin-bottom : 0;
  color : #333;
  font-size : 25px;
  }
  .bgWh .priceclmn .eu_ro img {
  height : 15px;
  position : relative;
  top : -2px;
  }
  .bgWh .priceclmn h4 i {
  font-weight : lighter;
  font-size : 16px;
  font-weight : 300;
  }
  .leftfilterBox h5 {
  font-weight : bolder;
  }
  .leftfilterBox hr {
  border-color : #c0c0c0;
  margin-top : 12px;
  margin-bottom : 12px;
  }
  .lftsrch {
  margin : 15px 0;
  }
  .lftsrch .btn {
  display : block;
  }
  .lftsrch img {
  height : 16px;
  margin-right : 10px;
  }
  .txt_fade {
  color : #777;
  }
  #carBlock4 {
  background : url("../images/car_bg3.jpg") 50% 50% no-repeat fixed;
  background-size : cover;
  padding : 110px 0;
  }
  .welcomeBox {
  background : #dd0303;
  padding : 25px;
  }
  .welcomeBox h2 {
  font-weight : bold;
  margin-bottom : 5px;
  margin-top : 5px;
  color : #fff;
  }
  .welcomeBox p {
  color : #eee;
  }
  .welcomeBox h2.txt_white {
  color : #fff;
  }
  .carDet table tr:nth-child(even) {
  background : #f3f3f3;
  }
  .carDet table tr td:last-child {
  font-weight : bold;
  }
  #footerau2 {
  background : #191919;
  padding : 18px 0;
  }
  #footerau2 p {
  margin-bottom : 0;
  color : #555;
  font-size : 13px;
  }
  #footerau2 p span {
  font-weight : bold;
  }
  .car_price {
  margin-top : 20px;
  color : #dd0303;
  font-weight : bold;
  }
  .car_price h3 {
  font-weight : bold;
  }
  .car_price a i {
  color : #888;
  }
  .car_price a i:hover {
  color : #0086bf;
  }
  .car_price a i.fa-star:hover {
  color : #479428;
  }
  .technicalInfo {
  margin : 0 0 20px;
  padding : 15px 0;
  }
  .technicalInfo hr {
  border-color : #999;
  }
  .technicalInfo h1 {
  font-size : 22px;
  position : relative;
  padding-bottom : 20px;
  }
  .technicalInfo h1::after {
  position : absolute;
  background : transparent;
  content : "";
  width : 90%;
  height : 1px;
  bottom : 10px;
  margin-left : 1px;
  left : 0;
  }
  .technicalInfo .techListing table tr td {
  border-top : 0;
  font-size : 14px;
  }
  .technicalInfo .techListing table tr td:first-child {
  width : 40%;
  }
  .technicalInfo .techListing table tr, .feat_ures table tr {
  border-bottom : transparent;
  }
  .technicalInfo .techListing table tr td:first-child, .feat_ures table tr td:first-child {
  width : 40%;
  }
  .technicalInfo .techListing table tr td:last-child, .feat_ures table tr td:last-child {
  font-weight : normal;
  }
  .technicalInfo .feat_ures table tr td {
  font-size : 14px;
  border-top : 0;
  }
  .technicalInfo .feat_ures table tr td span img {
  height : 15px;
  margin-right : 10px;
  }
  .technicalInfo .feat_ures p {
  color : #666;
  }
  .srch_rightbox h4.sendsms {
  text-align : center;
  }
  .srch_rightbox .box_tiny {
  padding : 0 20px 10px;
  border : transparent solid 1px;
  margin-bottom : 15px;
  }
  .white_base {
  background : #fff;
  padding : 0;
  border : transparent solid 1px;
  }
  .srch_rightbox a h4, .srch_rightbox a h4:hover {
  text-decoration : none;
  }
  a.sendsms, .sendsms:hover {
  text-decoration : underline;
  }
  .showPhone {
  background : #479428;
  padding : 12px 6px;
  color : #fff;
  position : relative;
  }
  .showPhone h4 {
  margin-bottom : 0;
  text-align : center;
  margin-top : 0;
  }
  .showPhone span i {
  font-size : 24px;
  }
  .showPhone p {
  text-transform : uppercase;
  margin-bottom : 0;
  text-align : center;
  font-size : 11px;
  }
  .sendsms {
  background : #0086bf;
  color : #fff;
  padding : 12px;
  text-align : center;
  }
  .sendsms a h4:hover {
  text-decoration : none;
  }
  .sendsms i {
  margin-right : 5px;
  }
  .dealerInfo {
  padding : 10px;
  }
  .dealerInfo img {
  height : 87px;
  }
  .dealer_contInfo li {
  font-size : 13px;
  margin-bottom : 10px;
  color : #555;
  }
  .dealer_contInfo li span {
  position : absolute;
  left : 36px;
  font-weight : bold;
  }
  .treg3 .reg {
  width : 35px;
  height : 35px;
  display : inline-block;
  text-align : center;
  color : #acacac;
  font-size : 20px;
  padding-top : 5px;
  transition : all 0.4s ease;
  }
  .treg3 .reg:hover {
  color : #09C;
  }
  .treg3 .reg:first-child i {
  font-size : 22px;
  }
  .treg3 .reg:nth-child(2) i {
  font-size : 16px;
  }
  .tipsSafety li {
  text-align : left;
  margin-bottom : 15px;
  list-style : disc;
  margin-left : 14px;
  }
  .safetipsBlock {
  padding : 10px;
  }
  .safetipsBlock h4 {
  color : #fff;
  text-align : left;
  font-size : 14px;
  font-weight : bold;
  background : #0086bf;
  padding : 14px;
  }
  .msg_intimation {
  color : #999;
  font-size : 13px;
  }
  #popup1 hr {
  margin-bottom : 10px;
  margin-top : 10px;
  border-color : #ccc;
  }
  .bluebtn .btn-warning, .bluebtn a h4 {
  background : #0086bf;
  border : #0086bf solid 1px;
  border-color : #0086bf;
  color : #fff;
  }
  .bluebtn .btn:hover {
  background : #0496d4;
  border : #0086bf solid 1px;
  }
  .vehicla_descBox {
  padding : 10px;
  background : #4b4e4f;
  color : #ddd;
  }
  .vehicla_descBox h4 {
  color : #fff;
  font-weight : bold;
  }
  .vehicla_descBox p {
  text-shadow : 0 1px 1px #111;
  font-size : 13px;
  }
  .mbView {
  display : none;
  }
  .chatliveBox {
  border : #ddd solid 1px;
  padding : 10px;
  margin : 15px 0;
  }
  .chatliveBox .btn-danger {
  background : #0086bf;
  border-color : #0179ac;
  }
  .chatliveBox .btn-danger:hover, .chatliveBox .btn-danger:active, .chatliveBox .btn-danger:focus {
  background : #026d9a;
  border-color : #0179ac;
  }
  .chatIconsBlock a img {
  margin-left : 6px;
  height : 25px;
  filter : grayscale(100%);
  opacity : 0.6;
  }
  .chatIconsBlock a img:hover, .chatIconsBlock a img:focus, .chatIconsBlock a img:active {
  opacity : 1;
  }
  .chatIconsBlock a img:focus, .chatIconsBlock a img:hover, .chatIconsBlock a img:active {
  filter : grayscale(0%);
  }
  .announce_mentblock {
  border : #ddd solid 1px;
  padding : 15px;
  margin-bottom : 15px;
  }
  .announce_mentblock h4 {
  text-align : center;
  color : #777;
  line-height : 1.6em;
  font-size : 14px;
  }
  .detail_srBox .radio label, .detail_srBox label {
  padding-left : 0;
  }
  .useraddcar {
  position : relative;
  }
  .useraddcar label {
  font-weight : normal;
  font-size : 14px;
  }
  .useraddcar .form-control {
  border-radius : 0;
  color : #666;
  }
  .cbm {
  margin : 25px 0 10px;
  }
  #srBox .icShort img {
  height : 24px;
  margin-left : 10px;
  filter : grayscale(100%);
  opacity : 0.6;
  }
  .detail_srBox .checkbox-circle label {
  font-weight : normal;
  padding-left : 5px;
  }
  .detail_srBox label, .white_base label {
  font-size : 14px;
  }
  .introsearchbox label {
  font-weight : normal;
  }
  .introsearchbox .detail_srBox hr {
  border-color : #ccc;
  }
  .dtailfieldbox {
  padding-bottom : 10px;
  border-bottom : 1px solid transparent;
  }
  .placeAd p {
  color : #777;
  }
  .dsktopView .iconsftr a {
  color : #777;
  }
  .dsktopView .iconsftr a:hover {
  color : #ccc;
  }
  .dsktopView .iconsftr span {
  font-size : 13px;
  color : #666;
  }
  .dsktopView .iconsftr span a i {
  font-size : 16px;
  margin-right : 18px;
  color : #b3b3b3;
  }
  .dsktopView .iconsftr span a i:hover {
  color : #0086bf;
  }
  .dsktopView .iconsftr span b {
  font-weight : normal;
  }
  .mobileleft {
  display : none;
  }
  .mobileview {
  display : none;
  }
  .fltr {
  text-align : center;
  margin-top : 8px;
  margin-bottom : 0;
  }
  .xs-need {
  display : none;
  }
  @media (min-width: 768px) {
  .needafter {
  display : none;
  }
  .placeAd {
  margin-top : 200px;
  }
  }
  @media (min-width: 768px) and (max-width: 1024px) {
  .leftfilterBox {
  padding : 6px;
  }
  .leftfilterBox a {
  font-size : 12px;
  }
  .leftfilterBox h4 {
  font-size : 15px;
  font-weight : bold;
  }
  .leftfilterBox h5 {
  font-size : 12px;
  }
  .bgWh a p {
  font-size : 13px;
  color : #555;
  }
  }
  @media (max-width: 603px) {
  .resultBox h4 {
  font-size : 16px;
  }
  #progressbar .gonline {
  height : 10px;
  position : absolute;
  right : 66px;
  margin-top : 13px;
  }
  .bgWh p {
  font-size : 13px;
  color : #555;
  }

  .res-card-det-text {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
  }
  .res-card-det-text > p:not(:empty),
  .res-card-det-text > span:not(:empty) {
    margin-right: 10px;
    font-size: 14px;
    color: #606060;
  }
  
  
    .res-card-det-text > span:not(:first-child):not(:empty)::before {
    display : none;
    }


  .res-card-info-box{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  .bgWh h4 {
  font-size : 17px;
  }
  .bgWh h5 {
  font-size : 17px;
  }
  #msform fieldset .col-xs-3, #msform fieldset .col-xs-9, #msform fieldset .col-xs-8, #msform fieldset .col-xs-4 {
  display : block;
  width : 100%;
  }
  #msform fieldset {
  padding : 20px 10px;
  }
  #msform .action-button {
  width : 75px;
  }
  #autoheader .viewshort {
  display : none;
  }
  .needAfterr .col-xs-4:nth-child(2) {
  display : block;
  width : 90%;
  margin-left : 20px;
  }
  .needAfterr .col-xs-4:nth-child(2) p {
  display : inline-block;
  margin-right : 6px;
  }
  #autoheader .hederContblock .q img {
  height : 22px;
  margin-top : 6px;
  }
  #autoheader {
  background : #fff;
  padding : 10px 0 10px;
  }
  #autoheader hr {
  margin-bottom : 6px;
  }
  .rightMenu ul li a span {
  display : none;
  }
  #underneathSlide .availCars {
  display : block;
  width : 100%;
  float : none;
  margin-left : 0;
  margin-bottom : 0;
  }
  #underneathSlide h1 {
  font-size : 20px;
  margin-top : 0;
  }
  #underneathSlide {
  padding : 10px 0;
  }
  #section-bar-3 h3 {
  font-size : 18px;
  }
  .carinnerright {
  margin-top : 10px;
  }
  .carlooking {
  margin-left : 0;
  }
  .carinnerleft span, .carinnerright span {
  position : relative;
  left : 0;
  text-align : center;
  top : 0;
  margin-bottom : 15px;
  }
  .carinnerleft span img, .carinnerright span img {
  height : 60px;
  }
  #carBlock2 {
  padding : 80px 0;
  }
  .navbar-toggle .icon-bar {
  display : block;
  width : 22px;
  height : 2px;
  background : #333;
  border-radius : 1px;
  }
  .mbView {
  display : block;
  text-align : center;
  }
  .mbView span {
  display : inline-block;
  text-align : center;
  width : 17.5%;
  }
  .ftrIconsBlock {
  padding : 10px 0;
  background : #eee;
  margin-top : 15px;
  position : relative;
  }
  #headermain .top_strip {
  padding : 10px 0 0;
  }
  .ftrIconsBlock b {
  position : absolute;
  margin-left : 6px;
  margin-top : 2px;
  color : #0086bf;
  font-size : 11px;
  font-weight : normal;
  }
  #dtlSRbox .accordion-wrapper .nice-select {
  margin-bottom : 0;
  }
  }
  @media (max-width: 550px) {
  .bgWh .priceclmn .eu_ro img {
  height : 9px;
  position : relative;
  top : -2px;
  }
  #progressbar li span.arrowpoint img {
  right : 0;
  margin-top : -30px;
  margin-right : -2px;
  }
  #progressbar li:after {
  top : 28px;
  }
  #progressbar li:before {
  width : 40px;
  line-height : 40px;
  height : 40px;
  }
  .afterList .list-inline > li {
  padding-left : 13px;
  }
  .white_base {
  padding : 0 5px 10px 5px;
  margin-bottom : 15px;
  }
  .technicalInfo {
  margin : 20px 0 20px;
  padding : 0;
  border : 0;
  }
  .technicalInfo h1 {
  font-size : 19px;
  }
  .technicalInfo hr {
  margin-bottom : 8px;
  }
  .spans {
  margin : 20px 0;
  }
  .spans span:first-child {
  margin-left : 0%;
  display : block;
  margin : 10px 0;
  }
  .spans .pull-right {
  float : left !important ;
  }
  .logoauto {
  text-align : center;
  }
  .bgWh h4 {
  font-size : 13px;
  }
  .carTop1 h3 {
  font-size : 20px;
  }
  .carTop1 h4 {
  font-size : 18px;
  }
  }
  @media (max-width: 500px) {
  .resultBox h4 {
  font-size : 16px;
  }
  .bgWh .col-xs-5, .bgWh .col-xs-7 {
  display : block;
  width : 100%;
  }
  .bgWh.col-xs-5 img {
  margin-bottom : 15px;
  }
  .addfav {
  margin-left : 0;
  display : block;
  text-align : left;
  }
  .bgWh br {
  display : none;
  }
  .mobileleft .col-xs-3 .form-control, .resultBox .form-control {
  font-size : 11px;
  padding : 5px;
  height : 35px;
  }
  .space-xs {
  margin-top : 24px;
  }
  #animatedModal .panel-title {
  font-size : 12px;
  color : #666;
  font-weight : normal;
  padding : 0 5px;
  }
  }
  @media only screen and (device-width) and (orientation: landscape) {
  .logoauto {
  text-align : center;
  }
  }
  @media (max-width: 400px) {
    .mob-sor-icon-text {

     
      white-space: nowrap;
      font-size: 12px;
   
    }


  .resultBox h4 {
  font-size : 14px;
  }
  .xs-noneed {
  display : none;
  }
  .xs-need {
  display : inline-block;
  }
  .logoauto img {
  height : 45px;
  }
  .carTop1 h3 {
  font-size : 18px;
  }
  .carTop1 h4 {
  font-size : 13px;
  }
  .afterList .list-inline > li {
  padding-left : 6px;
  font-size : 13px;
  }
  #animatedModal .panel-title {
  font-size : 10px;
  }
  }
  @media (max-width: 336px) {
  .carTop1 h4 {
  font-size : 11px;
  }
  .carTop1 h3 {
  font-size : 15px;
  font-weight : bold;
  }
  .carTop1 p {
  font-size : 11px;
  }
  .afterList .list-inline > li {
  padding-left : 6px;
  line-height : 0.5em;
  font-size : 11px;
  }
  }
  @media (max-width: 299px) {
  .carTop1 h4 {
  font-size : 10px;
  }
  .carTop1 h3 {
  font-size : 12px;
  font-weight : bold;
  }
  .carTop1 p {
  font-size : 10px;
  }
  .afterList .list-inline > li {
  padding-left : 2px;
  line-height : 0.5em;
  font-size : 9px;
  }
  }
  .activefavorites {
  opacity : 1;
  }
  .activelikes {
  opacity : 1;
  }
  .pagefoot {
  margin-top : 20px;
  float : right;
  }
  .pagefoot li {
  display : inline-block;
  margin : 1px;
  }
  .pagefoot li.active {
  background : #026690;
  color : #fff;
  padding : 4px 10px;
  }
  .pagefoot li:hover{
    background : #047bae;
  }



  .pagefoot li {
  padding : 4px 10px;
  background : #0086bf;
  color : #fff;
  border-radius : 5px;
  cursor : pointer;
  }
  .pagefoot li a {
  color : #fff;
  }
  .modal-under-container {
  position : absolute;
  z-index : 100;
  width : 100vw;
  height : auto;
  display : flex;
  justify-content : center;
  background-color : rgb(0, 0, 0, 0.692);
  padding-right : 16px;
  overflow-x : hidden;
  overflow-y : auto;
  z-index : 1072;
  position : fixed;
  top : 0;
  right : 0;
  bottom : 0;
  left : 0;
  }
  .modal-flex-container {
  padding : 20px 10px 20px 10px;
  }
  .usr_like {
  display : flex;
  }
  .usr_fav {
  display : flex;
  }


  .image-container {  
    aspect-ratio: 760 / 235;
    position: relative;
    border-radius: 20px;
    line-height: 3em;
    text-align: center;
    font-size: 0.9em;
    overflow: visible;    
    animation: background-loading .8s linear infinite alternate;
  }
  
  @keyframes background-loading {
    0% {
      background-color: #f9fafb;
    }
    100% {
      background-color: #d1d5db;
    }
  }

  /* SF80 START */

  .shared-ad {

    padding: 0.8em;

    background: linear-gradient(274deg, #089ad7, #c3dfeb);
    background-size: 400% 400%;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

    -webkit-animation: shared-ad-animation 14s ease infinite;
    -moz-animation: shared-ad-animation 14s ease infinite;
    -o-animation: shared-ad-animation 14s ease infinite;
    animation: shared-ad-animation 14s ease infinite;

    border-radius: 0.8em;

  }

  @-webkit-keyframes shared-ad-animation {
      0%{background-position:0% 43%}
      50%{background-position:100% 58%}
      100%{background-position:0% 43%}
  }
  @-moz-keyframes shared-ad-animation {
      0%{background-position:0% 43%}
      50%{background-position:100% 58%}
      100%{background-position:0% 43%}
  }
  @-o-keyframes shared-ad-animation {
      0%{background-position:0% 43%}
      50%{background-position:100% 58%}
      100%{background-position:0% 43%}
  }
  @keyframes shared-ad-animation {
      0%{background-position:0% 43%}
      50%{background-position:100% 58%}
      100%{background-position:0% 43%}
  }
  .shared-ad .res-card-price-text, .shared-ad .threeDotsIcon::after, .shared-ad .res-card-det-text > p:not(:empty), .shared-ad .res-location-text ,
  .shared-ad .res-card-price-text, .shared-ad .threeDotsIcon::after, .shared-ad .res-card-det-text > span:not(:empty), .shared-ad .res-location-text {

    color: #f5f3f3;
    font-weight: bold;
    
  }
  .shared-ad .res-card-price-text, .shared-ad .threeDotsIcon::after, .shared-ad .res-card-det-text > p:not(:empty), .shared-ad .res-location-text {

    color: #f5f3f3;
    font-weight: bold;
    
  }

  .no-border {

    border: none;

  }

  /* SF80 END */

  
  /* F02 START */

  .mobile #filter {





  

  }
  
  /* F02 END */


  .modal-all-container {
    position: relative;
    display: none;
  }